2007-07-09 Jonathan Pobst <monkey@jpobst.com>
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ChangeLog
1 2007-07-09  Jonathan Pobst  <monkey@jpobst.com>
2
3         * LinkArea.cs: Add op_Equality and op_Inequality.
4
5 2007-07-09  Jonathan Pobst  <monkey@jpobst.com>
6
7         * Application.cs: Add MessageLoopCallback delegate.
8
9 2007-07-09  Jonathan Pobst  <monkey@jpobst.com>
10
11         * ListBox.cs: First set of 2.0 stuffs.
12
13 2007-07-09  Jonathan Pobst  <monkey@jpobst.com>
14
15         * Control.cs: Make an internal Height property we can override
16         without messing up the public API.
17         * ListBox.cs: Override HeightInternal to always return the size
18         the user set.  [Fixes bug #80466]
19
20 2007-07-08  Jonathan Pobst  <monkey@jpobst.com>
21
22         * TableLayoutPanel.cs: Add a null check so we don't NRE trying to
23         paint cell borders if we haven't calculated where they go yet.
24         [Fixes bugs #82040 and #82041]
25
26 2007-07-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
27
28         * ListView.cs: In Details view, set the location of item_control
29         in the (0,0) position (and the header_control is thus on the
30         item_control). This way the Bounds of the Items are relative to the
31         ListView control (before this, they had a Bounds value without the
32         header_control offset, which wasn't matching .Net). Fixes #82004.
33
34 2007-07-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
35
36         * ListControl.cs: When DataSource is set to null, pass an empty
37         array of object to SetItemsCore. This is done to clean the items
38         in the ListContol children. Fixes #81788.
39
40 2007-07-06  Jonathan Pobst  <monkey@jpobst.com>
41
42         * ListControl.cs: Add 2.0 stuffs.
43
44 2007-07-06  Jonathan Pobst  <monkey@jpobst.com>
45
46         * Label.cs: Finish up 2.0 stuffs.  Replace calls to Refresh with Invalidate,
47         Refresh is overkill for just about every repaint request.
48
49 2007-07-06  Jonathan Pobst  <monkey@jpobst.com>
50
51         * ToolStripItem.cs: TextDirection getter handles looking up Inherit for us,
52         so remove my custom Get method and fix the property getter.
53
54 2007-07-06  Jonathan Pobst  <monkey@jpobst.com>
55
56         * Label.cs: DefaultMargin for 2.0.
57
58 2007-07-06  Jonathan Pobst  <monkey@jpobst.com>
59
60         * ComboBox.cs: Override IsInputCharInternal and return true.  Fixes 
61         reported issue where other controls with mnemonics would steal strokes
62         from a selected ComboBox.
63
64 2007-07-06  Jonathan Pobst  <monkey@jpobst.com>
65
66         * ScrollOrientation.cs: Make internal for 1.1.
67         * ScrollEventArgs.cs: Add 2.0 stuffs.
68
69 2007-07-05  Jonathan Pobst  <monkey@jpobst.com>
70
71         * ToolStrip.cs, ToolStripControlHost.cs, ToolStripDropDown.cs,
72         ToolStripItem.cs, ToolStripItem.cs, ToolStripItemTextRenderEventArgs.cs,
73         ToolStripRenderer.cs, ToolStripSeparator.cs: Implement TextDirection.
74
75 2007-07-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
76
77         * ListViewItem.cs: Implement the small 2.0 GetSubItemAt method.
78
79 2007-07-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
80
81         * ListView.cs: Implement the so-incredibly broken 2.0 
82         VirtualItemsSelectionRangeChanged event.
83
84 2007-07-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
85
86         * ListView.cs: When enter is pressed and selection is non empty,
87         an OnItemActivate event must be fired.
88
89 2007-07-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
90
91         * ListView.cs: Store the FocusedItem information as an
92         int instead of a ListViewItem (needed by VirtualMode).
93         Update the calls to SetFocusedItem to pass an index instead of
94         an item.
95         * ListViewItem.cs: Likewise. Also, in VirtualMode retrieve
96         the Focused state from the owner ListView. 
97
98 2007-07-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
99
100         * ListView.cs: Set ListView.focused_item from ListViewItem.Focused
101         property. Also, invalidate previous focused item in the mentioned
102         property (match .Net).
103
104 2007-07-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
105
106         * ListView.cs: Implement 2.0 FocusedItem property setter.
107
108 2007-07-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
109
110         * ListView.cs: Implement 2.0 TopItem property setter.
111
112 2007-07-03  Jonathan Pobst  <monkey@jpobst.com>
113
114         * StatusStrip.cs: The default renderer is System.
115         * ToolStrip.cs, ToolStripManager: Now that we have System renderer, use it 
116         if the user specifies it.
117         * ToolStripDropDown.cs: Don't reset our Renderer on changing OwnerItem
118         if we are ManagerRenderMode.
119         * ToolStripMenuItem.cs: Calculate our text color better.
120         * ToolStripRenderer.cs, ToolStripProfessionalRenderer.cs: Move some stuff
121         from Professional to the base class based off working with the System renderer.
122         * ToolStripSystemRenderer.cs: Added.
123
124 2007-07-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
125
126         * ListView.cs: I'm so lame - the real name is HitTest, not HitInfo.
127
128 2007-07-02  Jonathan Pobst  <monkey@jpobst.com>
129
130         * ToolTip.cs: Implement 2.0 Tag property.
131
132 2007-06-25  Carlos Alberto Cortez <calberto.cortez@gmail.com>
133
134         * ListView.cs: Implement 2.0 HitTest methods.
135
136 2007-06-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
137
138         * ListViewItem.cs: Add a 2.0 bool Hot property, to tell whether the
139         item is under the pointer or not (sugar). Also remove the TODO
140         regarding to the cursor changes in OneClick activation.
141         * ThemeWin32Classic.cs: When HotTracking is true and we are drawing
142         the subitems use the parent's HotFont if UseItemStyleForSubItems is
143         true; otherwise don't show the underline style.
144
145 2007-06-22  Carlos Alberto Cortez <calberto.cortez@gmail.com>
146
147         * ListView.cs: In ItemControl.ItemsMouseMove, refactor
148         the code to retrieve the item at position only one time. Also
149         change cursor when Activation is ItemActivation.OneClick as well
150         as invalidate the item if HotTracking is true (to show/hide the
151         underline style). Add an internal HotItemIndex property to retrieve
152         the current hot item's index.
153         * ListViewItem.cs: Add an internal HotFont property to cache the
154         font used when HotTracking is true and the pointer moves within the
155         item's borders.
156         * ThemeWin32Classic.cs: When drawing the item's text, use Font or
157         HotFont depending on the hot state of the item.
158
159 2007-06-22  Carlos Alberto Cortez <calberto.cortez@gmail.com>
160
161         * ListView.cs: Implement 2.0 HotTracking property.
162
163 2007-06-21  Jonathan Pobst  <monkey@jpobst.com>
164
165         * ToolStripControlHost.cs: If our hosted control never got created,
166         don't try to dispose it.  [Fixes bug #81909]
167
168 2007-06-21  Jonathan Pobst  <monkey@jpobst.com>
169
170         * TableLayoutPanel.cs: Implement ScaleCore, ScaleControl.
171
172 2007-06-21  Jonathan Pobst  <monkey@jpobst.com>
173
174         * TableLayoutPanel.cs: Implement CellBorderStyle.  [Fixes bug #81884]
175
176 2007-06-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
177
178         * ThemeWin32Classic.cs: In OwnerDraw mode draw subitems only for 
179         Details view.
180         * DrawListViewColumnHeaderEventArgs.cs:
181         * DrawListViewSubItemEventArgs.cs: Add padding to the bounds when drawing text
182         using the DrawText () methods.
183
184 2007-06-19  Jonathan Pobst  <monkey@jpobst.com>
185
186         * ToolStripProfessionalRenderer.cs: Put back clearing a ToolStripDropDown's
187         background which got erased in my changes yesterday.
188
189 2007-06-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
190
191         * ListViewItem.cs: Actually set bounds for subitems in Details view
192         (2.0 feature).
193         * ThemeWin32Classic.cs: Refactor the drawing code for subitems, so we
194         can invoke from the owner draw routines if we need it. Also, add
195         support for Owner draw in Details view.
196
197 2007-06-18  Jonathan Pobst  <monkey@jpobst.com>
198
199         * ToolStripDropDownMenu.cs, ToolStripItem.cs, ToolStripLabel.cs,
200         ToolStripMenuItem.cs, ToolStripProfessionalRenderer.cs: Respect the
201         ShowImageMargin setting, properly align text in a ToolStripLabel
202         hosted on a ToolStripDropDown.
203
204 2007-06-18  Jonathan Pobst  <monkey@jpobst.com>
205
206         * ToolStrip.cs, ToolStripContentPanel.cs, ToolStripDropDownMenu.cs,
207         ToolStripProfessionalRenderer.cs: Refactor and clean up some rendering code.
208
209 2007-06-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
210
211         * DrawListViewSubItemEventArgs.cs: Actually implement its methods.
212
213 2007-06-18  Jonathan Pobst  <monkey@jpobst.com>
214
215         * ToolStripLabel.cs: If the label is on a dropdown, adjust the text
216         location to match ToolStripMenuItems.
217
218 2007-06-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
219
220         * DrawListViewColumnHeaderEventArgs.cs:
221         * ThemeWin32Classic.cs: Implement 2.0 OwnerDraw support for
222         column headers in ListView. 
223
224 2007-06-15  Jonathan Pobst  <monkey@jpobst.com>
225
226         * UserControl.cs: Implement AutoSize.
227
228 2007-06-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
229
230         * DrawListViewItemEventArgs.cs:
231         * ListView.cs:
232         * ThemeWin32Classic.cs: Implement basic support for 2.0 OwnerDraw in
233         ListView.
234
235 2007-06-15  Jonathan Pobst  <monkey@jpobst.com>
236
237         * ToolStripDropDownItemAccessibleObject.cs: Added.
238         * ToolStripDropDownItem.cs, ToolStripItem.cs, ToolStripMenuItem.cs,
239         ToolStripOverflow.cs, ToolStripOverflowButton.cs, ToolStripPanel.cs,
240         ToolStripProgressBar.cs, ToolStripSeparator.cs, ToolStripSplitButton.cs,
241         ToolStripTextBox.cs: corcompare work.
242
243 2007-06-14  Jonathan Pobst  <monkey@jpobst.com>
244
245         * OSFeature.cs, StatusStrip.cs, TabControl.cs, TableLayoutSettings.cs,
246         TableLayoutStyle.cs, TableLayoutCollection.cs, ToolStripContentPanel.cs,
247         ToolStripControlHost.cs, ToolStripDropDown.cs, ToolStripDropDownButton.cs:
248                 corcompare.
249
250 2007-06-14  Jonathan Pobst  <monkey@jpobst.com>
251
252         * OSFeature.cs: Add IsPresent.
253         * PrintPreviewControl.cs: Add RightToLeft.
254         * SplitContainer.cs: Add AutoScrollOffset, ScaleControl.
255         * SplitterPanel.cs: Add AutoSizeMode.
256
257 2007-06-13  Jonathan Pobst  <monkey@jpobst.com>
258
259         * LayoutEventArgs.cs: Add 2.0 AffectedComponent.
260         * MdiClient.cs: Add 2.0 ScaleControl.
261         * NativeWindow.cs: Implement 2.0 interface IWin32Window.
262         * NumericUpDownAccelerationCollection.cs: Add [ListBinding].
263
264 2007-06-13  Jonathan Pobst  <monkey@jpobst.com>
265
266         * Form.cs: Implement some scaling methods, stub some RTL methods,
267         corcompare work.
268
269 2007-06-13  Jonathan Pobst  <monkey@jpobst.com>
270
271         * Control.cs: corcompare work.
272         * FlatButtonAppearance.cs, FolderBrowserDialog.cs: Add TypeConverters.
273
274 2007-06-13  Jonathan Pobst  <monkey@jpobst.com>
275
276         * ControlPaint.cs, Theme.cs, ThemeWin32Classic.cs: Implement
277         ControlPaint 2.0 stuffs.
278
279 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
280
281         * ThreadExceptionDialog.cs: Add 2.0 stuffs.
282
283 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
284
285         * UpDownBase.cs: Add 2.0 stuffs.
286
287 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
288
289         * NumericUpDown.cs: Add 2.0 stuffs.
290
291 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
292
293         * NotfiyIcon.cs: Add MouseDoubleClick event, hook up MouseClick event.
294
295 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
296
297         * ErrorProvider.cs: Implement 2.0 stuffs.
298
299 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
300
301         * DomainUpDown.cs: Implement 2.0 stuffs.
302
303 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
304
305         * CheckedListBox.cs: Fix RefreshItems signature.
306
307 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
308
309         * PictureBox.cs: Implement 2.0 stuffs.
310
311 2007-06-12  Andreia Gaita  <avidigal@novell.com>
312         
313         * TabControl.cs: Check if there are tabpages before checking
314         the selected index - fix #81802 (font changes raise a ResizeTabs
315         call on controls.add, which blew up nicely with no tabpages)
316
317 2007-06-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
318
319         * ListView.cs:
320         * ListViewItem.cs: Implement 2.0 ItemSelectionChanged event.
321
322 2007-06-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
323
324         * ListView.cs:
325         * ListViewItem.cs: In VirtualMode the selection information
326         resides in the ListView, rather than in the Items. Also, throw
327         InvalidOperationExceptions when VirtualMode is being used and
328         CheckedItemCollection is accessed.
329
330 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
331
332         * ComboBox.cs: Add ScaleControl.
333
334 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
335
336         * ButtonBase.cs: ButtonBaseAccessibleObject.State should not be visible to 1.1.
337
338 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
339
340         * GroupBox.cs: Add 2.0 stuffs.
341
342 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
343
344         * Panel.cs: Add autosize properties/event.
345
346 2007-06-07  Jonathan Pobst  <monkey@jpobst.com>
347
348         * Control.cs:
349         - When we remove a control, remove it from the collection before performing the layout.
350         - Setup an internal property for explicit_bounds.
351         - Don't let the UpdateBounds in CreateHandle overwrite our explicit bounds.
352         - Perform a layout when we set a new AutoSizeMode.
353
354 2007-06-07  Jonathan Pobst  <monkey@jpobst.com>
355
356         * ScrollableControl.cs: Add 2.0 stuffs.
357
358 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
359
360         * ScrollBar.cs: Add 2.0 stuffs.
361
362 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
363
364         * Splitter.cs: Add 2.0 stuffs.
365
366 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
367
368         * SplitContainer.cs: Apply patch from Neil Cawse <neilcawse@geotab.com>
369         to have BindingContext simply use base implementation.
370
371 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
372
373         * ColumnHeader.cs: corcompare fix.
374
375 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
376
377         * Button.cs: corcompare fixes.
378         * ButtonBase.cs: corcompare fixes, add ButtonBaseAccessibleObject.State.
379
380 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
381
382         * Button.cs: Override GetPreferredSizeCore.
383         * ButtonBase.cs: PerformLayout after changing properties that can affect
384         AutoSize.  Simplify some mouse/keyboard code.
385         * Control.cs: PerformLayout after changing Padding if AutoSize = true.
386         * MouseEventArgs.cs: Make Location internal for 1.1.
387         * TextRenderer.cs: Make MeasureTextInternal (string, Font, bool) internal for 1.1.
388         * Theme.cs: Add CalculateButtonAutoSize.
389         * ThemeWin32Classic.cs: Implement CalculateButtonAutoSize.
390
391 2007-06-05  Miguel de Icaza  <miguel@novell.com>
392
393         * TreeNodeCollection.cs: Applied patch from Neil Cawse <neilcawse@geotab.com>
394
395 2007-06-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
396
397         * ListViewItem.cs: We can't cache Bounds in VirtualMode 
398         since we can get different item instances every time we retrieve it.
399
400 2007-06-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
401
402         * ListView.cs: Work around for #81602, since an unkown an pretty
403         infrequent condition appears only in some systems (old linux boxes, it
404         seems).
405
406 2007-06-04  Jonathan Pobst  <monkey@jpobst.com>
407
408         * Button.cs: Completely reformat and a little refactor to bring
409         this closer to Mono circa 2007.
410
411 2007-06-04  Jonathan Pobst  <monkey@jpobst.com>
412
413         * CheckBox.cs, Form.cs, RadioButton.cs: Change call to ButtonBase.Redraw
414         to be ButtonBase.Invalidate.
415
416 2007-06-04  Jonathan Pobst  <monkey@jpobst.com>
417
418         * ButtonBase.cs: GetPreferredSize is 2.0 only.  Fixes build.
419
420 2007-06-04  Jonathan Pobst  <monkey@jpobst.com>
421
422         * ButtonBase.cs: Completely reformat and a little refactor to bring
423         this closer to Mono circa 2007.
424
425 2007-06-01  Everaldo Canuto  <ecanuto@novell.com>
426
427         * Label.cs: Fixes preferred sizes for 2.0 profile, also adjust some
428         values for autosize. Fixes #80137.
429
430 2007-06-01  Jonathan Pobst  <monkey@jpobst.com>
431
432         * Control.cs: Don't perform layout when AutoSize changes.
433         * Form.cs: Perform layout in AutoSize override.  Don't set ClientSize
434         directly when autosizing, use SetBounds with BoundsSpecified.None.
435         Fixes unit tests my last commit broke.
436
437 2007-06-01  Jonathan Pobst  <monkey@jpobst.com>
438
439         * Control.cs: Perform layout when AutoSize changes.
440         * Form.cs: Implement AutoSizing.
441
442 2007-06-01  Chris Toshok  <toshok@ximian.com>
443
444         * DataGrid.cs: remove the XXX'ed check at the top of
445         ProcessGridKey.  fixes #80464.
446
447 2007-06-01  Chris Toshok  <toshok@ximian.com>
448
449         * DataGridTextBoxColumn.cs: TextBox.TextChanged event handler
450         adding idempotent (add/remove in Edit()), and also make sure we
451         don't add it until after we set the text, so it's not tripped in
452         Edit().  Fixes unit test regression.
453
454 2007-06-01  Jonathan Pobst  <monkey@jpobst.com>
455
456         * Control.cs: In UpdateBounds, only recalculate anchor distances if the
457         change is user explicit, not when the layout engine moves stuff.  Fixes
458         anchoring to bottom and right.  [Fixes bug #81790]
459
460 2007-06-01  Andreia Gaita  <avidigal@novell.com>
461
462         * PrintDialog.cs: Add collation preview thumbnails. Fixes #80726.
463
464 2007-06-01  Andreia Gaita  <avidigal@novell.com>
465
466         * ContainerControl.cs: 
467         Fire enter event for common ancestor if it is not a ContainerControl.
468         Send focus to the active_control and not the 'value', the active 
469         control might have been changed in one of the events fired.     
470         Definitely fixes #80159.
471
472 2007-06-01  Andreia Gaita  <avidigal@novell.com>
473
474         * DataGrid.cs: Finish editing when focus leave the datagrid. Fixes #80159.
475
476 2007-06-01  Rolf Bjarne Kvinge <RKvinge@novell.com> 
477
478         * PropertyGrid.cs: Anchor the help description to the bottom of the
479           help panel and refactor SelectGridItem into a
480           SelectGridItemInternal that can be set to null (and update it to
481           clear the help texts when it is set to null). Set root item to null
482           when there's no SelectedObject. Fixes #80438.
483         * ScrollableControl.cs: In Recalculate we need to ResumeLayout(true)
484           when we're recalculating after a resize (only).
485
486 2007-05-31  Carlos Alberto Cortez <calberto.cortez@gmail.com>
487
488         * ListView.cs: Implement 2.0 RedrawItems method.
489
490 2007-05-31  Carlos Alberto Cortez <calberto.cortez@gmail.com>
491
492         * ListControl.cs: Disconnect PositionChanged and ItemChanged
493         handlers from previous data manager when DataSource is set to
494         null. Fixes #81771.
495
496 2007-05-31  Jackson Harper  <jackson@ximian.com>
497
498         * TextBoxBase.cs: These seem to be the correct values.
499
500 2007-05-31  Everaldo Canuto  <ecanuto@novell.com>
501
502         * FileDialog.cs: When close dialog with ok set filterindex using combobox
503         value. Fixes #81784.
504
505 2007-05-31  Jonathan Pobst  <monkey@jpobst.com>
506
507         * Control.cs: Implement 2.0 scaling methods.
508
509 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
510
511         * ProgressBar.cs, WebBrowserBase.cs, Control.cs, MaskedTextBox.cs,
512           MessageBox.cs, PropertyGrid.cs, RichTextBox.cs: Fix warnings and
513           corcompare issues.
514
515 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
516
517         * ProgressBar.cs: Implemented missing 2.0 members.
518
519 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
520
521         * Control.cs: Corcompare issues.
522         * MessageBox.cs: Implemented missing 2.0 functions.
523
524 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
525
526         * CheckedListBox.cs, ListBox.cs, ListControl.cs, ComboBox.cs:
527           Implemented more 2.0 members.
528
529 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
530
531         * Application.cs: Try to avoid NRE when Assembly.GetEntryAssembly is
532           null (strange, but it seems to happen when running unit tests).
533
534 2007-05-30  Andreia Gaita  <avidigal@novell.com>
535
536         * ContainerControl.cs: Set active_control even earlier, before 
537         firing any events, and undo it if validation returns false.
538
539 2007-05-30  Andreia Gaita  <avidigal@novell.com>
540
541         * ContainerControl.cs: Raise Validation and Enter/Leave events
542         even if there is no Form and set active_control earlier, just
543         before firing Enter events (toshok's patches). Fixes #80647.
544
545 2007-05-30  Jackson Harper  <jackson@ximian.com>
546
547         * TextControl.cs: Redid the pageup/pagedown a little to simplify
548         things and fix bug #81311.
549
550 2007-05-30  Jackson Harper  <jackson@ximian.com>
551
552         * X11Dnd.cs: Now that we have our own event loop, we need to
553         cancel when we get a mouseup but it won't be accepted.
554
555 2007-05-30  Chris Toshok  <toshok@ximian.com>
556
557         * DataGrid.cs (set_CurrentCell): guard against negative
558         column/row.
559
560         * DataGridColumnStyle.cs (CheckValidDataSource): just use the
561         array index syntax instead of looping over the property names.
562
563         * DataGridTextBoxColumn.cs: add a changed handler on the textbox,
564         and set IsInEditOrNavigateMode to false there.
565
566 2007-05-30  Jackson Harper  <jackson@ximian.com>
567
568         * TreeView.cs: Make sure we don't get a bad visible order when
569         setting to the top node.  Fixes some misc crashing in
570         ControlInspector.
571
572 2007-05-30  Andreia Gaita  <avidigal@novell.com>
573
574         * UserControl.cs: Add 2.0 AutoSizeMode
575
576 2007-05-29  Everaldo Canuto  <ecanuto@novell.com>
577
578         * DataGridTextBoxColumn.cs: Fix textbox horizontal offset.
579
580 2007-05-29  Everaldo Canuto  <ecanuto@novell.com>
581
582         * DataGridTextBoxColumn.cs: Fix textbox position to prevent override grid
583         lines. Fixes #80285. 
584
585 2007-05-29  Everaldo Canuto  <ecanuto@novell.com>
586
587         * DataGridColumnStyle.cs: Add char trimming column header text format. 
588
589 2007-05-29  Everaldo Canuto  <ecanuto@novell.com>
590
591         * DataGridColumnStyle.cs: Fix grid header arrow drawing over column name. 
592         Fixes #80147.
593
594 2007-05-29  Jackson Harper  <jackson@ximian.com>
595
596         * TreeNode.cs: Fix off by one on calculating whether or not a node
597         is visible.
598
599 2007-05-29  Jonathan Pobst  <monkey@jpobst.com>
600
601         * Control.cs: ResumeLayout(false) should recalculate anchor distances.
602         * ScrollableControl.cs: Force an UpdateDistances when we move the
603         scrollbars.
604         [Fixes bug #80605]
605
606 2007-05-29  Andreia Gaita  <avidigal@novell.com>
607
608         * PageSetupDialog.cs: Fix #80728 - Changing the printer doesn't
609         update the page setup screen.
610
611 2007-05-29  Andreia Gaita  <avidigal@novell.com>
612
613         * PageSetupDialog.cs: Fix landscape mode.
614
615 2007-05-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
616
617         * SystemInformation.cs: Add 2.0 IconSizeVerticalSpacing and
618         IconSizeHorizontalSpacing.
619
620 2007-05-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
621
622         * ListView.cs: The declaration of prev_tooltip_item should be inside
623         a NET_2_0 conditional (avoid a warning).
624
625 2007-05-28  Andreia Gaita  <avidigal@novell.com>
626
627         * PageSetupDialog.cs: Implement PrintPreview control to display
628         the preview thumbnail. Change unit conversion to use 
629         PrinterUnitConvert methods.
630         
631         Note: there is a huge bug in ms.net where the default margins are 
632         interpreted as centimeters (?), when in fact they are set in inches. When 
633         loading the page setup dialog initially (ms.net), the default margins 
634         are set to 1 inch, and the dialog shows them with value 10, when in fact 
635         it should be 25 (properly converted). Our dialog doesn't have this bug.
636         
637         * Theme.cs, ThemeWin32Classic.cs: Add a CPDrawBorder override for 
638         RectangleF.
639         * ControlPaint.cs: Add a DrawBorder internal method for RectangleF.
640
641 2007-05-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
642
643         * ListView.cs:
644         * ListViewItem.cs: Implement 2.0 ToolTipText support for listview
645         items.
646
647 2007-05-28  Andreia Gaita  <avidigal@novell.com>
648
649         * X11Dnd.cs: A direct cast to VirtualKeys is not allowed from
650         an IntPtr on csc (it builds fine on mcs, could it be a compiler
651         bug?), convert the ptr to Int32 first.
652
653 2007-05-28  Jackson Harper  <jackson@ximian.com>
654
655         * X11Dnd.cs: Add a timer, so after drop, if a finish is not
656         recieved, we will exit the dnd tracking loop.
657
658 2007-05-28  Jackson Harper  <jackson@ximian.com>
659
660         * X11Dnd.cs: Keep tracking until the xdnd finished event is
661         recieved. TODO: I should probably stick a timer on the dropped
662         event, and finish the drag if the XDND Finished event never shows
663         (because some apps don't seem to send it).
664
665 2007-05-28  Everaldo Canuto  <ecanuto@novell.com>
666
667         * ToolBar.cs: Fix toolbar default width for button with image. Fixes
668         #81733.
669
670 2007-05-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
671
672         * MonthCalendar.cs: Only mark the keypresses we actually handle as
673           handled.
674
675 2007-05-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
676
677         * MonthCalendar.cs: Set the size after initializing all the relevant
678           variables. Fixes #81742.
679
680 2007-05-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
681
682         * KeyEventArgs.cs: Fix typo.
683
684 2007-05-28  Gert Driesen  <drieseng@users.sourceforge.net>
685
686         * DateTimePicker.cs: Changed exceptions thrown by MinDate and MaxDate
687         to match MS. Fixed MinDate to only accept value less than or equal
688         to MaxDate on 2.0 profile and less than MaxDate on 1.0 profile.
689         Removed TODO's that are now verified by unit tests.
690
691 2007-05-27  Gert Driesen  <drieseng@users.sourceforge.net>
692
693         * TreeNodeCollection.cs: Minor corrections to exceptions to match
694         MS.
695
696 2007-05-25  Jackson Harper  <jackson@ximian.com>
697
698         * X11Dnd.cs: Rework to make StartDrag a blocking call that runs
699         it's own message loop.
700         * XplatUIX11.cs: Remove some of the dnd hooks
701
702 2007-05-25  Gert Driesen  <drieseng@users.sourceforge.net>
703
704         * XplatUIX11.cs: Change MinimumWindowSize to {Width=0,Height=0}
705         instead of MinimizedWindowSize.
706
707 2007-05-25  Jackson Harper  <jackson@ximian.com>
708
709         * TextBoxBase.cs: Raise textchanged when cutting and pasting text.
710
711 2007-05-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 
712
713         * KeyEventArgs.cs: Added SuppressKeyPress.
714         * Control.cs: Added support for SuppressKeyPress.
715
716 2007-05-24  Andreia Gaita  <avidigal@novell.com>
717
718         * NumericUpDown.cs: Refactor code to fix regressions on #79950 and
719         problems with PieChart. suppress_validation should not be a counter,
720         if there are several BeginInit calls, the first EndInit will 
721         activate validation. Fix exceptions thrown by set_Value.
722         * UpDownBase.cs: ValidateText only if it's the user editing it.
723
724 2007-05-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
725
726         * ListControl.cs: FilterItemOnProperty should return the filtered
727         item proeprty even if DataSource is null. The same applies for
728         GetItemText. Fixes #80427.
729
730 2007-05-24  Jonathan Pobst  <monkey@jpobst.com>
731
732         * Control.cs: If a control doesn't have a parent when it's Dock is
733         set, but it has children, it needs to do a layout.  Fixes some nested
734         controls issues.  [Fixes bug #81199]
735
736 2007-05-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
737
738         * ComboBox.cs: If there are few items in the drop down list, make it
739           the exact size the items need, no bigger. Fixes #81612.
740
741 2007-05-24  Jonathan Pobst  <monkey@jpobst.com>
742
743         * Application.cs: When we have captured the keyboard for a menu,
744         check for mouse down events in case we need to close the menu.
745         * Control.cs, Form.cs: Remove mouse down checks for menus.
746
747 2007-05-24  Jackson Harper  <jackson@ximian.com>
748
749         * TextControl.cs: Handle tabs in non multiline mode a little
750         differently.
751
752 2007-05-24  Jackson Harper  <jackson@ximian.com>
753
754         * TextControl.cs: We need to manually break apart tabbed text and
755         move the tabs, since the system.drawing tabbing mechanism relies
756         on tab stops.
757         * TextBoxBase.cs: Move the caret properly when the user enters a
758         tab.
759
760 2007-05-24  Jonathan Pobst  <monkey@jpobst.com>
761
762         * ContainerControl.cs: Don't check CanSelect before calling
763         ProcessMnemonic.
764         * ToolStrip.cs: Only do implicit mnemonics on MenuStrips.  Don't
765         release a KeyboardActive on click if it's not ours.
766
767 2007-05-23  Andreia Gaita  <avidigal@novell.com>
768
769         * ColumnHeader.cs: Add TypeConverter
770
771 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
772
773         * LinkLabel.cs: Implement LinkCollection.Add with Link parameter (2.0).
774
775 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
776
777         * LinkLabelLinkClickedEventArgs.cs, LinkLabel.cs: Implement Button property.
778
779 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
780
781         * LinkLabel.cs: Implement public Padding property.
782
783 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
784
785         * LinkLabel.cs: Implement public FlatStyle.
786
787 2007-05-23  Jonathan Pobst  <monkey@jpobst.com>
788
789         * Control.cs: Apply patch from George to call parent.PerformLayout
790         when Visible is changed.  [Fixes bugs #81118, 81718]
791
792 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
793
794         * MainMenu.cs, MenuAPI.cs: Implement Collapse event for MainMenu (2.0).
795
796 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
797
798         * ContextMenu.cs: Implement ProcessCmdKey with control parameter.
799
800 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
801
802         * ContextMenu.cs: Implement Collapse.
803
804 2007-05-23  Rolf Bjarne Kvinge <RKvinge@novell.com>
805
806         * ToolBarButton.cs: Implement Name.
807
808 2007-05-22  Everaldo Canuto  <ecanuto@novell.com>
809
810         * ToolBar.cs: Fix OnButtonDropDown to save item used in dropdown instead of
811         use current_item, it prevents some NRE. Fixes #81675.  
812
813 2007-05-22  Andreia Gaita  <avidigal@novell.com>
814
815         * NumericUpDown.cs: Fix PieChart by not returning from UpdateEditText
816         without updating the text.
817
818 2007-05-22  Jonathan Pobst  <monkey@jpobst.com>
819
820         * XplatUIWin32.cs: Plug a GDI leak caused by calling Font.ToHfont ()
821         without calling DeleteObject.  [Should fix bug #81709]
822
823 2007-05-22  Jackson Harper  <jackson@ximian.com>
824
825         * RichTextBox.cs: Set the line endings correctly, when flushing
826         RTF text.
827
828 2007-05-22  Gert Driesen  <drieseng@users.sourceforge.net>
829
830         * XplatUIX11.cs: MinimumWindowSize on X11 is actually
831          {Width=0,Height=0}.
832
833 2007-05-22  Jackson Harper  <jackson@ximian.com>
834
835         * TreeView.cs: Setting top with a null node should set to the very
836         top.
837
838 2007-05-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
839
840         * Form.cs: ShowDialog: destroy the handle when message loop is
841           finished, matches MS behaviour. Refactor parts of WmClose into
842           RaiseCloseEvents, that only raises events if they haven't already
843           been raised. Fixes #81688 and #81521.
844         * Application.cs: Don't call close on the form when exiting a modal
845           loop, it will raise all the (Form)Closed/Closing events again if
846           WM_CLOSE has been sent earlier on, instead call RaiseCloseEvent,
847           which doesn'r raise any events it they have been raised before.
848
849 2007-05-22  Jonathan Pobst  <monkey@jpobst.com>
850
851         * Control.cs: Add OnPrint.
852         * ToolStrip.cs: Add GetChildAtPoint.
853         * ToolStripContainer.cs: Add OnRightToLeftChanged.
854         * ToolStripRenderer.cs: Make CreateMirrorImage internal.
855
856 2007-05-22  Everaldo Canuto  <ecanuto@novell.com>
857
858         * MenuAPI.cs: Prevent context menu to be typed as MainMenu. Fixes #81509.  
859
860 2007-05-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
861
862         * InternalWindowManager.cs: ToolTipShow: Don't show tooltip if the form
863           isn't visible anymore. Fixes #81651.
864
865 2007-05-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
866
867         * Control.cs: WmShowWindow: Update children's z-order after setting
868           their parent. SetParent may show the window, thereby corrupting
869           z-order, since the window will be shown on top.
870         * XplatUIWin32.cs: SetParent: don't call SetVisible on forms. Prevents
871           multiple (and redundant) WM_SHOWWINDOW messages.
872         * MdiWindowManager.cs: RaiseDeactivate: only raise after an Activate
873           event has already been raised.
874         * Form.cs: Change is_changing_visible_state to a counter, since
875           SetVisibleCore can be called recursively. CreateHandle: when
876           creating mdi children, send (De)Activated events.
877         * MdiClient.cs: Update use of is_changing_visible_state.
878         * Application.cs: OnThreadException: Surround exception handling with
879           try/finally to ensure we always reset the error-handling state
880           before leaving.
881
882 2007-05-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
883
884         * ThemeWin32Classic.cs: DrawProgressBar: Avoid a DivideByZero exception
885           (#81704).
886
887 2007-05-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
888
889         * ListView.cs: Use Theme.ListViewHorizontalSpacing for List and
890         SmallIcon views, now that we have a standarized horizontal spacing.
891
892         * ThemeWin32Classic.cs: ListViewHorizontalSpacing now has a value of
893         4, just like the other views (Match .Net).
894
895 2007-05-21  Jonathan Pobst  <monkey@jpobst.com>
896
897         * Control.cs: Delay calculating anchor distances until we actually layout.
898         Always query the WM for the actual size and location it put us at instead of
899         only when we send negative values.
900         [Fixes bugs #81694, 81695]
901
902 2007-05-21  Rolf Bjarne Kvinge <RKvinge@novell.com> 
903
904         * Application.cs: Avoid a possible stack overflow when trying to exit
905           the application.
906
907 2007-05-19  Marek Safar  <marek.safar@gmail.com>
908
909         * Theme.cs (GetHatchBrush): A key uses internal value instead of formated
910         enum value.
911
912 2007-05-19  Andreia Gaita  <avidigal@novell.com>
913
914         * NumericUpDown.cs: Added 2.0 methods (spin acceleration)
915         * NumericUpDownAcceleration.cs, 
916           NumericUpDownAccelerationCollection.cs: Added 2.0
917           implementation.
918
919 2007-05-19  Gert Driesen  <drieseng@users.sourceforge.net>
920
921         * RichTextBox.cs: Recalculate the document after the ScrollBars
922         property is changed. Fixes bug #81681.
923
924 2007-05-18  Jonathan Pobst  <monkey@jpobst.com>
925
926         * DataObject.cs: Implement 2.0 methods.
927
928 2007-05-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
929
930         * ThemeWin32Classic.cs: Draw the check marks in ListViewItems
931         in the center of the checkbox, not in the left-top corner. 
932         Fixes #80037.
933
934 2007-05-18  Jackson Harper  <jackson@ximian.com>
935
936         * RichTextBox.cs: Recalculate the document after the scrollbars
937         property is changed.
938         * TextBoxBase.cs: ScrollBars is not a flags enum...This fixes
939         81486.
940
941 2007-05-18  Rolf Bjarne Kvinge <RKvinge@novell.com> 
942
943         * CreateParams.cs: Make HasWindowManager marginally faster.
944         * XplatUIX11.cs, Hwnd.cs: CreateWindow: Move the default location code
945           into Hwnd so that other drivers can use it as well.
946         * XplatUIWin32.cs: CreateWindow: If the window has a window manager get
947           the default location from Hwnd. Fixes MDI client windows always
948           showing up at (0,0) in Windows (Win32 won't set the default
949           location since the window styles aren't correct).
950
951 2007-05-18  Gert Driesen  <drieseng@users.sourceforge.net>
952
953         * TreeView.cs: Modified DoubleBuffered to just use the base
954         implementation.
955
956 2007-05-18  Jackson Harper  <jackson@ximian.com>
957
958         * TreeView.cs: Set the top node to the last child node when
959         expanding all
960         - When we get focus, if there is no selected node, use the top
961         node.
962
963 2007-05-18  Jonathan Pobst  <monkey@jpobst.com>
964
965         * KeysConverter.cs: Add CanConvertTo.
966         * LinkLabel.cs: Add some 2.0 constructors and properties to LinkLabel.Link.
967         * LinkConverter.cs: Added.
968
969 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
970
971         * Cursor.cs: Apply Sebastien patch from #81669 to open file in read mode,
972         it prevents error when file dont have write access. Fixes #81669 and #81667.  
973
974 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
975
976         * ThemeWin32Classic.cs: Check for ShowKeyboardCues true when draw toolbar 
977         button text. Fixes #79640.  
978
979 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
980
981         * Control.cs: According to MSDN controls created in the designer theres 
982         keyboard accelerators visible by default. So included check for design
983         in ShowKeyboardCuesInternal.  
984
985 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
986
987         * ThemeWin32Classic.cs: Check for ShowKeyboardCues true when draw combobox 
988         text. Fixes #81621.  
989
990 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
991
992         * Control.cs: ShowKeyboardCuesInternal add to expose ShowKeyboardCues
993         for 1.0, becuse ShowKeyboardCues is protected on 1.0.  
994
995 2007-05-17  Everaldo Canuto  <ecanuto@novell.com>
996
997         * Control.cs: Finish implementation of UI State using WmChangeUIState
998         to send WM_UPDATEUISTATE to all child controls. Some hack will be needed
999         in some controls to check for show_keyboard_cues to draw accell keys "_".  
1000
1001 2007-05-17  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1002
1003         * ListBox.cs: When calculating the horizontal scrollbar
1004         in single column mode, don't use values less than 0 for
1005         Maximum. Fixes #81474.
1006
1007 2007-05-17  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1008
1009         * ListBox.cs: Throw the some missing exceptions in
1010         ListBox.ObjectCollection methods.
1011
1012 2007-05-17  Jackson Harper  <jackson@ximian.com>
1013
1014         * TextBoxBase.cs: Recalculate the document when the word wrap
1015         value has changed. This fixes 81488.
1016
1017 2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
1018
1019         * Clipboard.cs: Implement missing GetText overload.
1020
1021 2007-05-17  Chris Toshok  <toshok@ximian.com>
1022
1023         * Control.cs (CheckDataBindings): remove the binding_context arg
1024         to binding.Check.
1025
1026         * CurrencyManager.cs (OnItemChanged): fix this now that
1027         BindingManagerBase is fixed. also remove the comment telling where
1028         the fix should go.  We set transfering_data to true/false around
1029         the call to PushData to keep UpdateIsBinding from being called.
1030         (ListChangedHandler): remove the extra OnMetaDataChanged call for
1031         PropertyDescriptorAdded in the 1.1 case.  The extra call is
1032         actually generated by System.Data generating 2 metadata changed
1033         events of its own per column add.  The fix should go there.  Add a
1034         comment to that affect in our test's Assert.Ignore.
1035
1036         * BindingManagerBase.cs: Rework PullData and PushData slightly.
1037         we keep a boolean flag (transfering_data) that keeps us from
1038         calling UpdateIsBinding multiple times if we re-enter either of
1039         them.
1040
1041         * ControlBindingsCollection.cs (AddCore): remove the
1042         binding_context arg to binding.Check.
1043
1044         * Binding.cs (IsBinding): don't check if we're binding here, just
1045         return our cached value.  we update it in UpdateIsBinding.
1046         (Check): don't take the binding_context arg, we'll just use our
1047         control's.  Also, for some reason MS doesn't use the data member
1048         field when getting the bindingmanager for this binding.  it just
1049         uses the datasource.  Make this method callable multiple times,
1050         and only do the is_null_desc stuff if manager.Position != -1 (so
1051         we don't get an exception accessing manager.Current).
1052         (UpdateIsBinding): move the code from IsBinding here.
1053         (PositionChangedHandler): call Check here to we can initialize
1054         things that require a non- -1 position.
1055
1056 2007-05-17  Everaldo Canuto  <ecanuto@novell.com>
1057
1058         * Form.cs: When alt keys is pressed send WM_CHANGEUISTATE to top level
1059         control.
1060
1061 2007-05-17  Andreia Gaita  <avidigal@novell.com>
1062
1063         * TabControl.cs: Add 2.0 methods and events, including
1064         OnEnter / OnLeave and raises it for tabpages (fixes #79869)
1065         * TabPage.cs: Add 2.0 methods
1066
1067 2007-05-17  Everaldo Canuto  <ecanuto@novell.com>
1068
1069         * Control.cs: Implement WmUpdateUIState, show_focus_cues and
1070         keyboard_cues is properly handled by message method.  
1071
1072 2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
1073
1074         * TreeViewImageIndexConverter.cs: Add 2.0 methods.
1075
1076 2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
1077
1078         * ToolStripTextBox.cs: Wire up new 2.0 Textbox methods/properties.
1079
1080 2007-05-16  Everaldo Canuto  <ecanuto@novell.com>
1081
1082         * Control.cs: 
1083         - WmUpdateUIState added to handle state changes, it make call to
1084         OnChangeUICues event.
1085         - Fixed ShowKeyboardCues to check for MenuAccessKeysUnderlined in
1086         SystemInformation.
1087
1088 2007-05-16  Jonathan Pobst  <monkey@jpobst.com>
1089
1090         * ImageKeyConverter.cs: Added.
1091         * TreeViewImageKeyConverter.cs: Added.
1092
1093 2007-05-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1094         
1095         * ToolTips.cs: Update Text if SetToolTip is called for a control
1096         already showing the tooltip, as well as restarting its timer; show
1097         tooltip if we are inside the control bounds by the time of calling
1098         SetToolTip. Inside ShowTooltip remove the check to not show the 
1099         tooltip again for the active control (it is allowed by .Net to 
1100         show the tooltip on the same control multiple times).
1101
1102 2007-05-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1103
1104         * MaskedTextBox.cs: Small fix for Text that fixes a broken test.
1105
1106 2007-05-16  Andreia Gaita <avidigal@novell.com> 
1107
1108         * ContainerControl.cs: only process tab key if there are no 
1109         modifier keys present, otherwise the control does the 
1110         tab processing, if it needs to. Fixes #81622
1111         * TabControl.cs: Fixes calculation for which tab to select on
1112         shift+ctrl+tab.
1113
1114 2007-05-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1115
1116         * MaskedTextBox.cs: Small fix for Text that fixes a broken test.
1117
1118 2007-05-15  Jonathan Pobst  <monkey@jpobst.com>
1119
1120         * Control.cs: Make IsInputCharInternal to allow controls to
1121         override it and still match MS API.
1122         * TextBoxBase.cs: Override IsInputCharInternal and always
1123         return true.
1124         [Fixes bug #81616]
1125
1126 2007-05-15  Jackson Harper  <jackson@ximian.com>
1127
1128         * TextBox.cs: Disable some of the menu options when using a
1129         readonly textbox.
1130
1131 2007-05-15  Jackson Harper  <jackson@ximian.com>
1132
1133         * TextBox.cs:
1134         * TextBoxBase.cs:
1135         * RichTextBox.cs: Some new 2.0 methods
1136
1137 2007-05-15  Gert Driesen  <drieseng@users.sourceforge.net>
1138
1139         * FileDialog.cs: On 1.0 profile, do not support multidotted 
1140         extensions.
1141
1142 2007-05-14  Jackson Harper  <jackson@ximian.com>
1143
1144         * TextBoxBase.cs: Implement some of the new 2.0 methods.
1145         * RichTextBox.cs: We need to override these methods on 2.0.
1146         * MaskedTextBox.cs: These are implemented now
1147         * TextControl.cs: This was off by one.
1148
1149 2007-05-14  Jackson Harper  <jackson@ximian.com>
1150
1151         * TextControl.cs: Because the line endings are including in the
1152         text, we don't need to add them in anymore.
1153
1154 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
1155
1156         * ToolBar.cs: Fix autosize and get it working only after hadle is created,
1157         also prevent redraw in set_autosize if handle is not created. Fixes #81523.
1158
1159 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
1160
1161         * ToolBar.cs: Adjust size to default size when button theres no text and
1162         image, it fixes remaining issues from #81524.
1163
1164 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
1165
1166         * ToolBar.cs: 
1167         - When not flat call redraw to recalculate sizes on creare handle to match
1168         win32 behavior.
1169         - Revert 77220 because it causes some regressions in toobar
1170         button.
1171
1172 2007-05-11  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1173
1174         * MaskedTextBox.cs: Update the base text whenever the text changes. MTB
1175           now actually enters a usable state.
1176
1177 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
1178
1179         * ToolBar.cs: Check for handle created in redraw to prevent unneeded size
1180         calculations, it reduces the size cauculation from 7 to 3 on a toolbar with
1181         3 buttons.
1182
1183 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
1184
1185         * ToolBar.cs: Save default_size on create handle to use later for buttons
1186         without text, needed to mimic win32 behavior.
1187
1188 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
1189
1190         * ToolBar.cs: Fix button layour to best fit width or height according to
1191         vertical or not. Fixes #81524.
1192
1193 2007-05-10  Everaldo Canuto  <everaldo@simios.org>
1194
1195         * ToolBarButton.cs: When change style call ToolBar.Redraw to update
1196         toolbar size info because different styles theres different sizes.
1197         Fixes #81522.
1198
1199 2007-05-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1200
1201         * ThemeWinClassic.cs: For .Net 2.0 don't draw any image
1202         if we are using checkboxes, checked is true, and we have less
1203         than two images in StateImageList; for the 1.1 in the same scenario
1204         draw the first image if we have at least one image in StateImageList.
1205         Fixes part of #81191.
1206
1207 2007-05-10  Jonathan Pobst  <monkey@jpobst.com>
1208
1209         * ToolStrip.cs, ToolStripManager.cs: We need to remove items from
1210         the owner's Items collection on merge.
1211
1212 2007-05-10  Jonathan Pobst  <monkey@jpobst.com>
1213
1214         * ToolStrip.cs: Use new internal ToolStripItemCollection constructor.
1215         * ToolStripItemCollection.cs: Lots of fixes to when events get called
1216         and parent/owner gets changed based on gert's unit tests.
1217
1218 2007-05-10  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1219
1220         * MaskedTextBox.cs: Started implementing parts of it.
1221
1222 2007-05-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1223
1224         * ListView.cs: When clicking the checkbox on the items
1225         take into account the double clicks even if we have only
1226         one image in StateImageList (only for 1.0/1.1). Also 
1227         generate an extra change of checked state when we receive
1228         the second click on checkbox (match .Net behaviour). 
1229         Fixes part of #81191.
1230
1231 2007-05-10  Everaldo Canuto  <everaldo@simios.org>
1232
1233         * ThemeWin32Classic.cs: Fix text rectangles in Tooltips.
1234
1235 2007-05-10  Jonathan Pobst  <monkey@jpobst.com>
1236
1237         * Form.cs: Move some of OnLoad to OnLoadInternal so it gets called
1238         even if OnLoad is overriden and base.OnLoad is not called.
1239         [Fixes bug #81582]
1240
1241 2007-05-10  Andreia Gaita  <avidigal@novell.com>
1242
1243         * TableLayoutSettings.cs: A big doh! fix and bowing down of head in 
1244         shame. (I blame my ever-persisting and annoying cold)
1245
1246 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
1247
1248         * ListView.cs: Don't eat navigation keys.  Let them flow through to
1249         KeyDown/KeyPress routines.  [Fixes bug #81569]
1250
1251 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
1252
1253         * ListView.cs: When handling keys for selecting the item based off
1254         keyboard input, do not consider keys pressed with Alt or Control.  Also,
1255         correctly handle keys when the Shift key is down. [Fixes bug #81578]
1256
1257 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
1258
1259         * Control.cs: When using UseWaitCursor, we have to store the requested
1260         Cursor to use when UseWaitCursor is turned off.
1261
1262 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
1263
1264         * Control.cs: Implement PreProcessControlMessage.  Default IsInputChar
1265         to false.
1266         * Application.cs: Use PreProcessControlMessage instead of
1267         PreProcessMessage.
1268         * PreProcessControlMessage.cs: Make internal for 1.1.
1269
1270 2007-05-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1271
1272         * Control.cs: Add InternalContains focus property, which hast the same
1273         functionality of ContainsFocus, but also including implicit controls.
1274         * ListViewItem.cs: Use InternalContainsFocus instead of ContainsFocus,
1275         since we need to know if the focus is contained in our implicit
1276         ItemControl when calculating Layout. Fixes part of #80888.
1277
1278 2007-05-08  Everaldo Canuto  <everaldo@simios.org>
1279
1280         * ToolTip.cs: Remove center form string alignment as it must be align to
1281         left.
1282
1283 2007-05-08  Jonathan Pobst  <monkey@jpobst.com>
1284
1285         * ToolStripItemCollection.cs: Set the new item's parent and owner
1286         in Insert like we do in Add.  [Fixes bug #81568]
1287
1288 2007-05-08  Jackson Harper  <jackson@ximian.com>
1289
1290         * TreeView.cs: GotFocus differences between 1.1 and 2.0.
1291         - Off by one error in SetTop
1292         - Disable DoubeBuffering
1293         
1294 2007-05-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1295
1296         * ScrollableControl.cs: ScrollIControlntoView: we now only move the
1297           control as much as necessary in order to make it entirely visible,
1298           instead of centering the control in the container (matches MS
1299           behaviour). CalculateCanvasSize: we need to take the current scroll
1300           position into account when calculating the maximum canvas,
1301           otherwise the following scenario will fail: resize so that the
1302           scrollbars appear, use the scrollbars to scroll, resize again
1303           smaller, and now the canvas size is too small. Recalculate: when
1304           showing scrollbars make sure they start off at 0, and try to scroll
1305           the active control into view. Fixes #79540. HandleScrollBar: don't
1306           scroll anywhere if the scrollbar isn't visible.
1307
1308 2007-05-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1309
1310         * ListView.cs: When focus changed, call Layout/Invalidate
1311         in the focused item to update the selected state (should show
1312         entire label when ListView is focused, and a part of it if is not).
1313         * ListViewItem.cs: When doing layout for LargeIcon, take into account
1314         for displaying the entire label not only the Focused state of the
1315         item, but also the Focused state of the ListView (match .Net
1316         behaviour).
1317
1318 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
1319
1320         * Control.cs: Stub CanRaiseEvents, IsMirrored, and NotifyClients.
1321         Implement UseWaitCursor. 
1322
1323 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
1324         Applying contributed patch from Sergey Volk.
1325
1326         * Clipboard.cs: Implement SetDataObject retry logic and new overload
1327         of SetDataObject.
1328         * XplatUIWin32.cs: Throw an ExternalException if the clipboard set fails.
1329
1330 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
1331
1332         * Control.cs: Implement DrawToBitmap.
1333
1334 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
1335         Applying contributed patch from Stefan Noack.
1336         
1337         * Control.cs: Add [Get|Set]AutoSizeMode.
1338
1339 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
1340
1341         * MdiClient.cs: Unmerge menus when the last child is closed.
1342
1343 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
1344
1345         * ToolStrip.cs: Do not call BeginMerge on DropDowns.
1346         * ToolStripManager.cs: Call Merge on DropDowns.
1347         [Fixes bug #81477]
1348
1349 2007-05-07  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1350
1351         * XplatUIWin32.cs: Changed Win32CreateWindow to take enums instead of
1352           uints.
1353         * Form.cs: CreateParams: don't set WS_VISIBLE if we're changing
1354           visibility. We can't create forms visible, since we have to set the
1355           owner before making the form visible (otherwise Win32 will do
1356           strange things with task bar icons). The problem is that we set the
1357           internal is_visible to true before creating the control, so
1358           is_changing_visible_state is the only way of determining if we're
1359           in the process of creating the form due to setting Visible=true -
1360           this works because SetVisibleCore explicitly makes the form
1361           visibile afterwards anyways. Fixes #80775.
1362
1363 2007-05-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1364
1365         * ThemeWin32Classic.cs: When drawing ListViewItems,
1366         use StringTrimming.EllipsisCharacter if the view is Tile, Details,
1367         or LargeIcon _and_ item is not focused (match .Net behaviour).
1368
1369 2007-05-04  Jonathan Pobst  <monkey@jpobst.com>
1370
1371         * Control.cs, Form.cs: Fix some obsolete method warnings.
1372
1373 2007-05-04  Jonathan Pobst  <monkey@jpobst.com>
1374
1375         * Control.cs: Implement GetChildAtPoint and OnParentCursorChanged.
1376         * GetChildAtPointSkip.cs: Make internal for 1.1 profile.
1377
1378 2007-05-04  Andreia Gaita  <avidigal@novell.com>
1379
1380         * ContainerControl.cs: Fix active_control attribution when going
1381         up the parent chain so that the first parent container gets the control
1382         and the rest of the parent containers get the child containers (skips
1383         non-containers). Fixes #80729
1384
1385 2007-05-04  Randolph Chung  <tausq@debian.org>
1386
1387         * FileDialog.cs: Implement the SupportMultiDottedExtensions property.
1388         [Fixes bug #81499]
1389
1390 2007-05-04  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1391
1392         * XplatUIX11.cs: Add a TranslateWindowSizeToXWindowSize overload that
1393           takes a size parameter, since the CreateParam's size isn't true for
1394           minimized forms. Fixes #81518,
1395
1396 2007-05-04  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1397
1398         * Form.cs: Add OnDeactivateInternal.
1399         * MdiClient.cs: Raise Deactivate event. Fixes #81409.
1400
1401 2007-05-04  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1402
1403         * DateTimePicker.cs: CalculateDropDownLocation: do a null check before
1404           accessing the parent. Fixes #81508.
1405
1406 2007-05-03  Chris Toshok  <toshok@ximian.com>
1407
1408         * CurrencyManager.cs (CurrencyManager.ListChangeHandler): in the
1409         2.0 block, pass listposition + 1 to ChangeRecordState when a row
1410         was added before the current listposition.  Fixes the
1411         TestInsertRowBeforeCurrent unit test.
1412
1413 2007-05-03  Jonathan Pobst  <monkey@jpobst.com>
1414
1415         * Application.cs: Add RaiseIdle.
1416         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
1417         XplatUIX11.cs: Implement RaiseIdle.
1418
1419 2007-05-02  Jonathan Pobst  <monkey@jpobst.com>
1420         corcompare work: N - Z
1421         * NotifyIcon.cs
1422         * ProgressBar.cs
1423         * RadionButton.cs
1424         * ScrollableControl.cs
1425         * SplitContainer.cs
1426         * SplitterPanel.cs
1427         * StatusBar.cs
1428         * SystemInformation.cs
1429         * TabControl.cs
1430         * TableLayoutControlCollection.cs
1431         * TableLayoutPanel.cs
1432         * TabPage.cs
1433         * ToolBar.cs
1434         * ToolBarButton.cs
1435         * ToolStrip.cs
1436         * ToolStripComboBox.cs
1437         * ToolStripContainer.cs
1438         * ToolStripContentPanel.cs
1439         * ToolStripDropDown.cs
1440         * ToolStripDropDownItem.cs
1441         * ToolStripDropDownMenu.cs
1442         * ToolStripItem.cs
1443         * ToolStripItemCollection.cs
1444         * ToolStripMenuItem.cs
1445         * ToolStripPanel.cs
1446         * ToolStripSplitButton.cs
1447         * ToolTip.cs
1448         * TreeNode.cs
1449         * TreeNodeCollection.cs
1450         * TreeNodeMouseHoverEventArgs.cs
1451         * TreeView.cs
1452
1453 2007-05-01  Everaldo Canuto  <everaldo@simios.org>
1454
1455         * ContextMenu.cs: Add public method Show with alignment property to 2.0
1456         stuff. Thanks aatdark for the patch. 
1457
1458 2007-05-01  Jonathan Pobst  <monkey@jpobst.com>
1459
1460         * GridItem.cs: Implement 2.0 Tag property.
1461
1462 2007-05-01  Frederik Carlier <frederik.carlier@carlier-online.be> 
1463
1464         * TreeNodeCollection.cs: Fix ContainsKey and IndexOfKey methods to use
1465         count instead of Nodes.Length.  [Fixes bug #81448]
1466
1467 2007-05-01  Jonathan Pobst  <monkey@jpobst.com>
1468
1469         * ComboBox.cs: Fix paramName sent to ArgumentOutOfRangeException's.
1470         [Fixes bug #81506]
1471
1472 2007-05-01  Jonathan Pobst  <monkey@jpobst.com>
1473         corcompare work: A - M
1474         * BindingNavigator.cs
1475         * Button.cs
1476         * ButtonBase.cs
1477         * CheckBox.cs
1478         * Control.cs
1479         * FlowLayoutPanel.cs
1480         * Form.cs
1481         * Label.cs
1482         * LinkLabel.cs
1483         * ListView.cs
1484
1485 2007-05-01  Jonathan Pobst  <monkey@jpobst.com>
1486
1487         * Application.cs: Give toolstrips a chance to process mnemonics.
1488         * ToolStrip.cs, ToolStripDropDownButton.cs, ToolStripItem.cs,
1489         ToolStripItemTextRenderEventArgs.cs, ToolStripLabel.cs,
1490         ToolStripMenuItem.cs, ToolStripSplitButton.cs: Implement keyboard mnemonics.
1491
1492 2007-05-01  Jackson Harper  <jackson@ximian.com>
1493
1494         * TextBoxBase.cs: Better preferred height, FixedSingle gets the
1495         wider area too.
1496         - Don't set the BoundsSpecified
1497
1498 2007-04-30  Jonathan Pobst  <monkey@jpobst.com>
1499
1500         * Application.cs: When using the toolstrip shortcut mechanism, allow the
1501         message to pass through to a regular control if it hosted by a toolstrip.
1502         * ToolStrip.cs, ToolStripControlHost.cs, ToolStripDropDown.cs,
1503         ToolStripManager.cs: Enable keyboard navigation for ToolStrips.
1504
1505 2007-04-30  Jonathan Pobst  <monkey@jpobst.com>
1506
1507         * TextRenderer.cs: Use the flags argument when using the MeasureString
1508         fallback algorithm.
1509
1510 2007-04-30  Jonathan Pobst  <monkey@jpobst.com>
1511
1512         * MenuStrip.cs: Don't let multiple ToolStripSeparators get added to
1513         the MDI menu item.  [Fixes bug #81483]
1514
1515 2007-04-30  Gert Driesen  <drieseng@users.sourceforge.net>
1516
1517         * DataGridViewColumn.cs: Initialize value of headercell to zero-length
1518         string. When setting Name to null, use zero-length string instead.
1519
1520 2007-04-29  Andreia Gaita  <avidigal@novell.com>
1521
1522         * TabControl.cs: Implement missing 2.0 methods (SelectTab, 
1523         DeselectTab). Implement missing 2.0 TabPageCollection methods
1524         (Add, ContainsKey, RemoveByKey, IndexOfKey)
1525
1526 2007-04-29  Pedro Martínez Juliá  <pedromj@gmail.com>
1527
1528         * DataGridViewColumn.cs: Make HeaderText take preference over Name.
1529
1530 2007-04-29  Gert Driesen  <drieseng@users.sourceforge.net>
1531
1532         * RichTextBox.cs: In LoadFile, use StreamReader to read plain text.
1533         Fixes bug #81479. Include details of exception when LoadFile fails.
1534
1535 2007-04-28  Alan McGovern <alan.mcgovern@gmail.com>
1536
1537         * DrawListViewSubItemEventArgs.cs: Added missing setter
1538
1539 2007-04-27  Andreia Gaita  <avidigal@novell.com>
1540
1541         * ToolTip.cs: Add missing 2.0 properties. Implement 2.0 Show and 
1542         Hide methods (not complete). Implement missing 2.0 OnPopup event.
1543
1544 2007-04-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1545
1546         * ListView.cs: In ItemControl.OnMouseDown restore a pair of braces I
1547         removed in ly last commit (it was breaking the Label edit feature).
1548
1549         * ThemeWin32Classic.cs: When drawing a ListViewItem use
1550         StringAlignment.Near for LineAlignment (match .Net).
1551
1552 2007-04-27  Andreia Gaita  <avidigal@novell.com>
1553
1554         * TabControl.cs: Change SetTab so it adds the tabpage to the list
1555         of controls if it isn't already there - was blowing up when doing
1556         tabcontrol.TabPages[i]=new TabPage(). 
1557         SetTab now does a replace by removing the page at the index. 
1558         Add a new InsertTab method that inserts a page in a given index 
1559         instead of replacing. 
1560         Implements TabPageCollection.Insert(int, TabPage).
1561
1562 2007-04-27  Chris Toshok  <toshok@ximian.com>
1563
1564         * BindingManagerBase.cs: fill in CurrentItemChanged (and have an
1565         internal handler that can be invoked from our subclasses.)  Also,
1566         add a comment to PushData about how we need to fix it.
1567
1568         * CurrencyManager.cs: tons of changes here.  trying to get things
1569         matching the behavior of .net wrt event orders (ItemChanged,
1570         CurrentChanged, PositionChanged.)  I've implemented a private .net
1571         symbol (ChangeRecordState) that appears in stack traces because
1572         it's actually easier to do this than to effective inline all its
1573         various behaviors at every call site.
1574
1575         * RelatedPropertyManager.cs: guard against an exception here by
1576         not using parent.Current if the position is set to -1 (if the
1577         parent datasource is cleared, for instance).
1578
1579         * Binding.cs: don't parse data in PushData (this might be wrong,
1580         but it jives with MS's behavior.)  Also, don't call PushData when
1581         we get a CurrentChanged event.
1582
1583 2007-04-27  Andreia Gaita  <avidigal@novell.com>
1584
1585         * WebBrowser.cs,
1586           WebBrowserBase.cs,
1587           WebBrowserSiteBase.cs,
1588           HtmlDocument.cs: Added stubbed out classes, no real implementations 
1589           yet.
1590
1591 2007-04-27  Everaldo Canuto  <everaldo@simios.org>
1592
1593         * MainMenu.cs: In draw method without parameters call draw method with 
1594         PaintEvent, another one (just rect) adjust rectangle and we dont need it
1595         as Rect property is already adjusted. Fixes #80694.
1596
1597 2007-04-27  Jonathan Pobst  <monkey@jpobst.com>
1598
1599         * Application.cs: Need to handle keyboard menu deselection here.
1600         * Control.cs: Use WM_SYSKEYUP instead of WM_SYSCOMMAND to start menu keyboard
1601         navigation, allowing keyboard to work on X11.
1602         * ToolStrip.cs: Don't worry about handling the Menu key here anymore.
1603
1604 2007-04-27  Everaldo Canuto  <everaldo@simios.org>
1605
1606         * MenuAPI.cs: When deactivate menu verify if hotkey (_) is active and redraw
1607         menu bar. It fixes some drawing issues in menu bar.
1608
1609 2007-04-27  Everaldo Canuto  <everaldo@simios.org>
1610
1611         * MenuAPI.cs: Remove unneeded "keynav_state = KeyNavState.Idle" before 
1612         Deactivate calls, Deactivate method already do it. Also ser ActiveTracker
1613         when <alt> key is pressed.
1614
1615 2007-04-26  Everaldo Canuto  <everaldo@simios.org>
1616
1617         * XplatUIX11.cs: Simplify SystrayRemove to be like other libraries,     Gtk as 
1618         example just set visible to false and make this prevent from other problems.
1619         In SystrayAdd always remove pending expose. Fixes #81072.
1620
1621 2007-04-26  Marek Safar  <marek.safar@gmail.com>
1622
1623         * TextBoxBase.cs (CaretMoved): Consider scroll maximum when scroll
1624         value is set.
1625
1626 2007-04-26  Alan McGovern <alan.mcgovern@gmail.com>
1627
1628         * ListView.cs: Added three missing 2.0 events and corresponding
1629         EventHandlers. Added the OwnerDraw property.
1630         * DrawListViewColumnHeaderEventHandler.cs: fixed typo
1631
1632 2007-04-26  Alan McGovern <alan.mcgovern@gmail.com>
1633
1634         * DrawListViewItemEventArgs.cs
1635         * DrawListViewSubItemEventArgs.cs: Brought classes up to 2.0 status.
1636
1637 2007-04-26  Alan McGovern <alan.mcgovern@gmail.com>
1638
1639         * TextControl.cs: Fixed typo in constructor
1640
1641 2007-04-26  Jonathan Pobst  <monkey@jpobst.com>
1642
1643         * Application.cs: Create a shortcut path so that currently selected
1644         MenuStrips can intercept keyboard events without having focus.
1645         * Control.cs: Handle WM_SYSCOMMAND message to activate MenuStrips.
1646         * MenuStrip.cs, ToolStrip.cs, ToolStripDropDown.cs, ToolStripDropDownItem.cs,
1647         ToolStripItem.cs, ToolStripManager.cs, ToolStripMenuItem.cs: Support
1648         keyboard navigation (arrows, tab, enter, esc) on Windows.  Still need to
1649         generate WM_SYSCOMMAND message in X11 for other platforms.
1650         * ToolStripProfessionalRenderer.cs: ToolStripMenuItems need to be painted
1651         in OnRenderMenuItemBackground instead of OnRenderButtonBackground.
1652         * ToolStripSplitButton.cs: Add DefaultItem property.
1653         
1654 2007-04-26  Everaldo Canuto  <everaldo@simios.org>
1655
1656         * MainMenu.cs: In OnMenuChanged pass PaintEventArgs to Draw method, it
1657         fixes some menu draw problem on Windows with border diferent from default
1658         it also fixes #81403.
1659
1660 2007-04-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1661
1662         * Form.cs: Refactor WndProc into separate methods, just like Control is
1663           doing it.
1664
1665 2007-04-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1666
1667         * Control.cs: set_Text: move the call to the driver into a seperate
1668           virtual method so that Form can override it.
1669         * MaskedTextBox.cs: Corcompare fixes.
1670         * Form.cs: Override UpdateWindowText and only update the styles if the
1671           form has been shown (fixes #81405).
1672
1673 2007-04-25  Jonathan Pobst  <monkey@jpobst.com>
1674
1675         * Control.cs, Form.cs: Use the better supported WM_?BUTTONDOWN and
1676         WM_ACTIVATE messages instead of WM_MOUSEACTIVATE and
1677         WM_ACTIVATEAPP.  This fixes menus not disappearing on X11 when
1678         the form lost focus or another control was clicked.
1679
1680 2007-04-25  Gert Driesen  <drieseng@users.sourceforge.net>
1681
1682         * DataGrid.cs: Uncomment MakeTransparent calls since bug #80151 is
1683         fixed.
1684
1685 2007-04-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1686
1687         * DrawListViewColumnHeaderEventHandler.cs, DrawToolTipEventArgs.cs,
1688           DrawListViewItemEventHandler.cs,
1689           DrawListViewSubItemEventHandler.cs, DrawToolTipEventHandler.cs:
1690           Added.
1691         * X11Structs.cs: More ToString implementation.
1692
1693 2007-04-25  Jonathan Pobst  <monkey@jpobst.com>
1694
1695         * ToolStripDropDownItem.cs: Don't lazy create a DropDown in Dispose.
1696         * ToolStripOverflowButton.cs: Don't lazy create a DropDown in HasDropDownItems.
1697
1698 2007-04-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1699
1700         * Control.cs: Only raise OnVisibleChanged if we're not recreating the
1701           handle.
1702         * FormCollection.cs: Don't add a form if it's already in the
1703           collection.
1704         * Form.cs: Change ShowDialog () to call ShowDialog (owner) with a null
1705           according to behaviour and MSDN. The ownerWin32 is the active
1706           window at the moment when we call ShowDialog, not the context's
1707           main form (the context's main form may open another form that opens
1708           a form with ShowDialog, the win32 owner is the second form). Add
1709           and remove forms to the Application.OpenForms in other places to
1710           better match MS behaviour. Add an IsActive property that raises
1711           On(de)Activated only if the active state has changed (we were
1712           raising OnDeactivated before OnActivated while creating forms).
1713         * Application.cs: Refactor Enabling/Disabling of windows for modal
1714           dialog loops out to separate methods, and restore the thread
1715           context when we quit the method. Fixes #81407.
1716
1717 2007-04-25  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1718
1719         * ListView.cs: In ItemControl.HandleClicks, also fire 
1720         2.0 MouseClick or MouseDoubleClick events on the parent,
1721         not only the Click/DoubleClick events.
1722
1723 2007-04-24  Andreia Gaita  <avidigal@novell.com>
1724
1725         * TableLayoutSettings.cs: 
1726         - Added a GetControls method and a support structure to help the 
1727         TypeConverter to enumerate the controls for     serialization. 
1728         - Added a new serialization constructor. 
1729         - Added a isSerialized flag initialized to true on the 
1730         serialization constructor so that the TableLayoutPanel.LayoutSettings 
1731         setter does not throw the designed NotSupportedOperation exception
1732         when the object is built through deserialization.
1733         - Implemented GetObjectData
1734         
1735         * TableLayoutPanel.cs: Added check on LayoutSettings.
1736
1737 2007-04-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1738
1739         * ListView.cs: Report Click and DoubleClick events to the parent
1740         from ItemsMouseUp, instead of ItemsMouseDown. This prevents us
1741         from breaking the click count state when using dialog forms (Control
1742         reports the clicks in a similar fashion). In the previous behaviour
1743         the last WM_LBUTTONUP message in a  double click was sent to the
1744         ListView's form, instead of the ListView, which was breaking the click
1745         count for it. Fixes #80387.
1746
1747 2007-04-24  Alan McGovern <alan.mcgovern@gmail.com>
1748
1749         * BindingNavigator.cs : fixed bugs revealed by new nunit tests
1750
1751 2007-04-24  Jonathan Pobst  <monkey@jpobst.com>
1752
1753         * ToolStripDropDownItem.cs: Lazy initialize the DropDown.  This prevents
1754         us from created dropdowns for menu items that do not have subitems.
1755         * ToolStripItem.cs, ToolStripProfessionalRenderer.cs, ToolStripSplitButton.cs:
1756         Check HasDropDownItems before calling DropDown so a dropdown will not be
1757         created if it isn't needed.
1758
1759 2007-04-24  Jackson Harper  <jackson@ximian.com>
1760
1761         * TreeView.cs: Set the first node to the selected node when we get
1762         focus if there is no selected node.
1763
1764 2007-04-24  Andreia Gaita  <avidigal@novell.com>
1765
1766         * MimeIcon.cs: remove using blocks so that image streams are
1767         not disposed of. Fixes #80151
1768
1769 2007-04-24  Jackson Harper  <jackson@ximian.com>
1770
1771         * TextBoxBase.cs: Fixup the height of textboxes when the control
1772         is created.
1773
1774 2007-04-24  Jonathan Pobst  <monkey@jpobst.com>
1775
1776         * ToolStrip.cs: Fully implement GetNextItem.  Call OnParentRightToLeftChanged
1777         for each ToolStripItem when the parent's RightToLeftChanged is called.
1778
1779 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1780
1781         * ComboBox.cs: Forward ContextMenu to the underlying textbox, if any.
1782           Fixes #80163.
1783         * Control.cs: Replace GetContextMenuInternal() with ContextMenuInternal
1784           property, so that the setter can be overriden too.
1785         * TextBox.cs: Change GetContextMenuInternal() to use
1786           ContextMenuInternal.
1787
1788 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1789
1790         * ThemeWin32Classic.cs: Use a black pen to draw checkboxes, fixes
1791           #81406.
1792
1793 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1794
1795         * ThemeWin32Classic.cs: Use a black pen to draw checkboxes, fixes
1796           #81406.
1797
1798 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1799
1800         * MaskedTextBox.cs: Commit this so nobody else starts working on it and
1801           avoid duplicate work. Mostily skeleton code, it's not working at
1802           all yet.
1803
1804 2007-04-20  Leszek Ciesielski <skolima@gmail.com>
1805
1806         * NotifyIcon.cs : stub for MouseClick event
1807         * Application.cs: stub for SetUnhandledExceptionMode
1808
1809 2007-04-24  Alan McGovern <alan.mcgovern@gmail.com>
1810
1811         * BindingNavigator.cs : Initial (partial) implementation
1812
1813 2007-04-23  Jackson Harper  <jackson@ximian.com>
1814
1815         * TreeView.cs: Do not create the treeview's handle when setting
1816         the scroll position.
1817         - ExpandAll needs to compute the scrollbars so it knows which
1818         position to set the bar too.
1819         * TreeNode.cs: 
1820         * TreeNodeCollection.cs: Pass new flag to UpdateScrollBars
1821
1822 2007-04-23  Jackson Harper  <jackson@ximian.com>
1823
1824         * TextBoxBase.cs: Non multiline textboxes shouldn't take the enter
1825         key. Fixes #81408.
1826
1827 2007-04-23  Jonathan Pobst  <monkey@jpobst.com>
1828
1829         * ToolStripItem.cs: Make GetImageSize internal.
1830         * ToolStripMenuItem.cs: Use GetImageSize to determine the size we
1831         need to draw an item.  Fixes a reported issue where images on menus
1832         that were not 16x16 were drawing incorrectly.
1833
1834 2007-04-21  Miguel de Icaza  <miguel@novell.com>
1835
1836         * Padding.cs: Use the converter, fixes the resgen2 issue with
1837         XMLNotePad. 
1838
1839 2007-04-21  Jackson Harper  <jackson@ximian.com>
1840
1841         * TreeView.cs: Dont try to unhighlight the selected node if there
1842         isn't a selected node.
1843
1844 2007-04-21  Jackson Harper  <jackson@ximian.com>
1845
1846         * UpDownBase.cs:
1847         * TextBoxBase.cs:
1848         * ListView.cs:
1849         * ListBox.cs:
1850         * TreeView.cs: Use the InternalBorderStyle property to set the
1851         initial border style, this forces the client rectangle to be sized
1852         correctly.
1853
1854 2007-04-20  Jackson Harper  <jackson@ximian.com>
1855
1856         * TreeView.cs: Simplify scrolling to the last node after expanding
1857         all.
1858         - Fix some off by ones with setting the bottom.
1859
1860 2007-04-20  Jonathan Pobst  <monkey@jpobst.com>
1861
1862         * Control.cs: Use DefaultSize for Size, calculate ClientSize from
1863         that.  We were incorrectly doing it the other way around.  Also,
1864         update ClientSize if we change the BorderStyle before the control
1865         is created.
1866
1867 2007-04-20  Gert Driesen  <drieseng@users.sourceforge.net>
1868
1869         * XplatUI.cs: Added Border3DSize, BorderSize, CaptionButtonSize,
1870         DoubleClickSize, DoubleClickTime and FixedFrameBorderSize. Renamed
1871         XplatUIDriver.Caption to CaptionHeight. Spaces to tabs.
1872         * XplatUIDriver.cs: Added Border3DSize, BorderSize, CaptionButtonSize,
1873         DoubleClickSize, DoubleClickTime and FixedFrameBorderSize. Renamed
1874         Caption to CaptionHeight.
1875         * XplatUIX11.cs: Renamed Caption to CaptionHeight.
1876         * Theme.cs: Modified Border3DSize, BorderSize, CaptionButtonSize
1877         and FixedFrameBorderSize to return value from current XplatUI driver.
1878         * XplatUIWin32.cs: Implemented Border3DSize, BorderSize,
1879         CaptionButtonSize, DragFullWindows, DoubleClickSize, DoubleClickTime
1880         and FixedFrameBorderSize using win32 API. Renamed Caption to
1881         CaptionHeight.
1882         * XplatUIOSX.cs: Renamed Caption to CaptionHeight.
1883         * SystemInformation.cs: Fixed typo in BorderSize.
1884
1885 2007-04-20  Gert Driesen  <drieseng@users.sourceforge.net>
1886
1887         * XplatUI.cs: Added MenuAccessKeysUnderlined.
1888         * XplatUIDriver.cs: Added MenuAccessKeysUnderlined.
1889         * XplatUIX11.cs: Implemented MenuAccessKeysUnderlined by always
1890         returning false.
1891         * Theme.cs: Modified MenuAccessKeysUnderlined to return corresponding
1892         value from XplatUI driver.
1893         * XplatUIWin32.cs: Implemented MenuAccessKeysUnderlined using
1894         SystemParametersInfo.
1895         * ThemeWin32Classic.cs: Remove obsolete MenuAccessKeysUnderlined
1896         override.
1897         * XplatUIOSX.cs: Implemented MenuAccessKeysUnderlind by always
1898         returning false.
1899
1900 2007-04-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1901
1902         * XplatUIX11.cs, Hwnd.cs: Remove warnings.
1903
1904 2007-04-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1905
1906         * MessageBox.cs, XplatUIX11.cs, Hwnd.cs: Remove warnings.
1907
1908 2007-04-20  Jonathan Pobst  <monkey@jpobst.com>
1909
1910         * ToolStripManager.cs: Fix a reported InvalidCastException when unmerging
1911         MenuStrips that contain ToolStripSeparators.
1912
1913 2007-04-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1914
1915         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Add
1916           DefineStdCursorBitmap.
1917         * Cursor.cs: Add an internal constructor so that the Cursor knows if it
1918           has been created off a standard cursor. This is used to get a
1919           bitmap of the standard cursor when Draw or DrawStretched is called
1920           in order to draw the cursor.
1921         * X11Structs.cs: Added XcursorImage and XcursorImages.
1922         * XplatUIX11.cs, XplatUIWin32.cs: Add and implement
1923           DefineStdCursorBitmap.
1924         * Cursors.cs: Update all relevant creations of Cursor to use the new
1925           internal constructor.
1926
1927 2007-04-19  Jackson Harper  <jackson@ximian.com>
1928
1929         * TextBox.cs: Move the has_been_focused into the base control, so
1930         some of the text adding methods can manipulate it (probably time
1931         for a better name for this flag too).
1932         - Call a new version of selectall that doesn't scroll
1933         * TextBoxBase.cs: When we append text, if the document is empty,
1934         don't scroll.  If the document has text already, we scroll to the
1935         end of the appended text.
1936         - When the text is changed, we reset the has_been_focused, so the
1937         next time the control gets focused, all the text is selected.
1938
1939 2007-04-19  Jackson Harper  <jackson@ximian.com>
1940
1941         * TextControl.cs: Move the margins to the document, add a method
1942         so the margin sizes can be updated.
1943         * TextBoxBase.cs: When the border style is changed, update the
1944         border sizes.
1945
1946 2007-04-19  Jonathan Pobst  <monkey@jpobst.com>
1947
1948         * Control.cs: Respect DefaultPadding.
1949         * GroupBox.cs: Implement DefaultPadding, DisplayRectangle takes
1950         padding into account.
1951         * ToolStrip.cs: Remove setting padding to DefaultPadding in constructor.        
1952
1953 2007-04-19  Jackson Harper  <jackson@ximian.com>
1954
1955         * TextControl.cs: Oops, we need to use the ClientRect not the
1956         bounds here.
1957
1958 2007-04-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1959
1960         * ListView.cs: In ItemControl.ItemsMouseDown, take into
1961         account the double clicks when CheckBoxes are used and
1962         the pointer is inside the checkbox. Fixes part of #81191.
1963
1964 2007-04-18  Jackson Harper  <jackson@ximian.com>
1965
1966         * TextControl.cs: Pressing the end key shouldn't move the caret
1967         past the line ending.
1968         * TextBoxBase.cs: We can still delete if we are in the line
1969         ending and the combine will just kill the existing line ending.
1970
1971 2007-04-18  Jackson Harper  <jackson@ximian.com>
1972
1973         * TextControl.cs: We can't move lines, then invalidate their
1974         bounds, we need to get the old bounds and combine that with the
1975         new bounds.
1976         * TextBoxBase.cs: Before combining two lines for a delete, we need
1977         to invalidate the area of the old line, since that will be moved
1978         in the combine operation.
1979
1980 2007-04-18  Everaldo Canuto  <everaldo@simios.org>
1981
1982         * LinkLabel.cs: In OnPaint invoke draw background to fix problems
1983         with transparent background. Fixes #80482.
1984
1985 2007-04-18  Jonathan Pobst  <monkey@jpobst.com>
1986
1987         * PictureBox.cs: Refresh on resize when SizeMode = Zoom.
1988         * ThemeWin32Classic.cs: Implement PictureBox.SizeMode = Zoom.
1989         [Fixes bug #81391]
1990
1991 2007-04-18  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1992
1993         * CreateParams.cs: Add a couple of helper methods and do a less string
1994           concatenation in ToString.
1995         * XplatUIX11.cs: Add an TranslateClientRectangleToXClientRectangle
1996           overload that takes a Control parameter, since this method may be
1997           called before a control is assigned to the hwnd (from
1998           CreateWindow), and update CreateWindow to use the new overload. In
1999           GetMenuOrigin subtract the title bar from the y position if the
2000           form has a window manager (since we're painting it and not X).
2001         * XplatUIWin32.cs: If we can get a form in GetMenuOrigin use the form's
2002           CreateParams to calculate the origin (since border sizes may vary).
2003           In ScreenToMenu only subtract the title height if we actually have
2004           a title.
2005         * MdiWindowManager.cs: Override MenuHeight to always return 0, since
2006           mdi children never have menus of themselves.
2007         * InternalWindowManager.cs: Implement menu handling like form does.
2008           Added GetMenuOrigin to calculate the menu origin, can't use the
2009           CreateParams from the form like normally since it's lying.
2010         * Hwnd.cs: Implement GetBorderSize better (in the sense more
2011           windows-like) and add Inflate and comparison operators to the
2012           Borders type. When calculating MenuOrigin and it's a form with a
2013           window manager, use the window manager to calculate it.
2014
2015 2007-04-17  Chris Toshok  <toshok@ximian.com>
2016
2017         * Control.cs (CreateControl): turns out in 2.0 we don't need this
2018         OnBindingContextChanged thing here.  It's only generated from
2019         ContainerControl.OnCreateControl.  Fixes a newly written unit test
2020         - BindingTest.BindingContextChangedTest4.
2021         
2022 2007-04-17  Jackson Harper  <jackson@ximian.com>
2023
2024         * ScrollBar.cs: When setting values, make sure the current
2025         position stays within the new values range.
2026
2027 2007-04-17  Chris Toshok  <toshok@ximian.com>
2028
2029         * Control.cs (CreateControl): talk about a bizarre corner case.
2030         Don't emit OnBindingContextChanged here if we're a parentless
2031         control (i.e. if we're a form.).  Fixes
2032         BindingTest.BindingContextChangedTest2.
2033
2034 2007-04-17  Everaldo Canuto  <everaldo@simios.org>
2035
2036         * ButtonBase.cs: Remove TextFormatFlags.WordBreak to mimic same behavior 
2037         from win32. Fixes #81255.
2038
2039 2007-04-17  Everaldo Canuto  <everaldo@simios.org>
2040
2041         * ThemeWin32Classic.cs: Remove text offset from DrawButtonText as it is
2042         already present in CalculateButtonTextAndImageLayout.
2043
2044 2007-04-17  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2045
2046         * XplatUIX11.cs: When setting min/max size for a window we need to
2047           translate the coordinates to x coordinates. Create an overload of
2048           SetWindowMinMax that takes a CreateParams handling this, and change
2049           SetWMStyles to call this function (can't use Control.FromHandle in
2050           the SetWindowMinMax to get the control/CreateParams from the handle
2051           because the handle might not have been assigned to the control
2052           yet). Fixes #81371.
2053
2054 2007-04-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2055
2056         * ListView.cs: In ItemControl.ItemMouseDown, don't change check state
2057         if StateImageList is non-null and it has less than two items (match MS
2058         behaviour). Also, in HandleNavKeys handle the Space key, calling
2059         the new ToggleItemsCheckState method, which tries to change the
2060         checked state of the selected items. Fixes part of #81191.
2061
2062 2007-04-16  Jackson Harper  <jackson@ximian.com>
2063
2064         * RichTextBox.cs: namespace cleanup.
2065
2066 2007-04-16  Everaldo Canuto  <everaldo@simios.org>
2067
2068         * XplatUIWin32.cs: Back last parameter to true in SetClipRegion.
2069
2070 2007-04-16  Everaldo Canuto  <everaldo@simios.org>
2071
2072         [Fixes #79447]
2073         * Control.cs: Call invalidate in set_Region.
2074
2075         * XplatUIX11.cs, XplatUIWin32.cs: Remove invalidate from SetClipRegion as
2076         it dont works here.
2077
2078 2007-04-16  Jackson Harper  <jackson@ximian.com>
2079
2080         * TextBoxBase.cs: When enter is pressed, we need to update all
2081         lines below the current.
2082
2083 2007-04-16  Jonathan Pobst  <jpobst@monkey.com>
2084
2085         * MdiClient.cs: Implement implicit menu merging for MDI
2086         children.  When a child form is active, if it has a menustrip
2087         and the parent form has a MainMenuStrip, automatically merge
2088         the menus.
2089
2090 2007-04-15  Andreia Gaita  <avidigal@novell.com>
2091
2092         * TabControl.cs: Refactored sizing methods to not repeat
2093         code all over the place. Tab bounds are now calculated
2094         as if alignment is top and single line, and only when 
2095         setting the bounds are the positions adjusted according
2096         to alignment. Replaced hardcoded positions, spacings and
2097         paddings by getting the values the ThemeEngine. 
2098         Fixes #79619.
2099         
2100         * Theme.cs: Change TabControl properties and methods so
2101         that all start with TabControl*. Added more properties
2102         to help remove hardcoded values on tabcontrol.
2103         Add CPDrawBorder3D declaration so the Theming classes
2104         can access it.
2105         
2106         * ThemeClearlooks.cs, ThemeNice.cs: Method signature changes from Theme.
2107
2108         * ThemeWin32Classic.cs: Rector TabControl out to the TabControlPainter
2109         on the Theming namespace, and call the appropriate methods here.
2110         Change CPDrawBorder3D to public.
2111
2112 2007-04-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2113
2114         * Control.cs: In WmRButtonUp, send the WM_CONTEXTMENU message to
2115         the control after firing the OnMouseUp event, instead of sending
2116         the message before the mentioned event. This is so we can match the
2117         MS behaviour. Fixes part of #80385.
2118
2119 2007-04-13  Jonathan Pobst  <monkey@jpobst.com>
2120
2121         * ToolStripItem.cs: Call the RightToLeftChanged event when setting the
2122         RightToLeft property.
2123
2124 2007-04-13  Jonathan Pobst  <monkey@jpobst.com>
2125
2126         * ToolStrip.cs: Add properties and internal methods to support merging.
2127         * ToolStripItem.cs: Add MergeAction and MergeIndex.
2128         * ToolStripItemCollection.cs: Add Insert and Remove methods that do
2129         not trigger reparenting or layouts.
2130         * ToolStripManager.cs: Add Merge and RevertMerge methods.
2131         * ToolStripOverflow.cs: Add a convenience method to find the ToolStrip that
2132         is hosting the overflow menu.
2133
2134 2007-04-13  Jackson Harper  <jackson@ximian.com>
2135
2136         * TextControl.cs: Set the line ending correctly for the first
2137         inserted line.
2138
2139 2007-04-13  Sebastien Pouliot  <sebastien@ximian.com>
2140
2141         * Theme.cs: Update GetMethod to get the new definition for 
2142         KnownColors.Update (and fix theme color updates).
2143
2144 2007-04-12  Everaldo Canuto  <everaldo@simios.org>
2145
2146         * MessageBox.cs: Fix some test and button position.
2147
2148 2007-04-12  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2149
2150         * Form.cs: Consider the implicit controls in
2151         GetRealChildAtPoint. We need it since this method
2152         is called on Form when handling the some messages in
2153         WndProc, and need to consider those implicit ones too.
2154         Fixes #80385.
2155
2156 2007-04-12  Jonathan Pobst  <monkey@jpobst.com>
2157
2158         * ToolStripMenuItem.cs: Display the ShortcutKeyDisplayString even
2159         if there are no ShortcutKeys set.
2160         * ToolStripProfessionalRenderer.cs: If an item has had its BackColor
2161         set, use it when painting.
2162
2163 2007-04-12  Jackson Harper  <jackson@ximian.com>
2164
2165         * TextControl.cs: Fix some off-by-one issues in line duplication
2166         and insertion in the undo manager. Also, overwrite the first tag
2167         of a line on insert, if it is just a zero lengthed tag. This
2168         prevents us from getting an extra stranded tag at the beginning of
2169         the first line.
2170
2171 2007-04-11  Everaldo Canuto  <everaldo@simios.org>
2172
2173         * Label.cs: Remove check for handle created in CalcAutoSize, we need 
2174         to calculated proper size including when handle was not created yet.
2175
2176 2007-04-11  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2177
2178         * MdiWindowManager.cs: When moving a form, allow the form to be moved
2179           when the mouse is outside of it's parent's client rectangle. Fixes
2180           #79982 (take 3, part 2).
2181
2182 2007-04-10  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2183
2184         * X11Structs.cs: Add a few ToString() overrides.
2185         * XplatUIX11.cs: Added GetTopLevelWindowLocation to try to calculate
2186           the window location in a window-manager independent way. Reworked
2187           FrameExtents, it now actually works. Reworked AddConfigureNotify
2188           and ReparentNotify handling to use GetTopLevelWindowLocation
2189           instead of the earlier, more hacky solution. Reworked SetWMStyles,
2190           hopefully for the better: we now set _NET_WM_WINDOW_TYPE* for all
2191           windows, DIALOG for modal windows, UTILITY for toolboxes and NORMAL
2192           for all other windows (fixes #81281 part 1), a toolwindow is hidden
2193           from the taskbar if it has a parent (fixes #81281 part 2 for kwin),
2194           and generally refactored to do as few calculations as possible
2195           inside the lock.
2196
2197 2007-04-09  Sebastien Pouliot  <sebastien@ximian.com>
2198
2199         * Theme.cs: Change "reflective-contract" between MWF and SD to 
2200         minimize # of calls, avoid Color serialization and avoid updating 
2201         every "known colors" each time a single one is updated.
2202
2203 2007-04-09  Gert Driesen  <drieseng@users.sourceforge.net>
2204
2205         * DataGridTextBoxColumn.cs: Only set IsInEditOrNavigateMode to false
2206         when not readonly and the text is explicitly set. Code style updates.
2207         * DataGridTableStyle.cs: Removed extra line.
2208         * DataGrid.cs: Code style updates. Removed extra whitespace.
2209         * DataGridColumnStyle.cs: Code style updates. Removed extra 
2210         whitespace.
2211
2212 2007-04-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2213
2214         * XplatUIX11.cs: Added comment that "fixes" #80021.
2215
2216 2007-04-09  Jackson Harper  <jackson@ximian.com>
2217
2218         * TextControl.cs: We don't need this -1 on the line count anymore.
2219
2220 2007-04-09  Gert Driesen  <drieseng@users.sourceforge.net>
2221
2222         * DataGridTextBoxColumn.cs: In Commit, use TypeConverter to convert
2223         entered value to underlying type, and convert it back to a string to
2224         apply formatting. Modified GetFormattedValue to use TypeConverter
2225         if available.
2226
2227 2007-04-08  Gert Driesen  <drieseng@users.sourceforge.net>
2228
2229         * ListViewItem.cs: Added null checks. Avoid duplicating code in ctors.
2230         Use SubItems property when we want to ensure there's at least one
2231         subitem. Modified SubItems property to ensure there's always at least
2232         one subitem. Avoid using ListViewSubItemCollection.AddRange to match
2233         the NRE's reported by MS.
2234
2235 2007-04-07  Gert Driesen  <drieseng@users.sourceforge.net>
2236
2237         * ProgressBar.cs: On 2.0 profile, default forecolor is Highlight. Added
2238         ResetForeColor override on 2.0. Fixed a few API compatibility issues.
2239         Spaces to tabs. Removed extra tabs.
2240
2241 2007-04-06  Jonathan Pobst  <monkey@jpobst.com>
2242
2243         * ToolStripSplitStackLayout.cs: If we run out of things to hide, don't
2244         infinite loop.  (Forgot to copy to the horizontal toolstrip case.)
2245
2246 2007-04-06  Jackson Harper  <jackson@ximian.com>
2247
2248         * TextBoxBase.cs: When a delete removes a line, recalculate all
2249         lines below that line (they need to get offsets setup correctly)
2250         and invalidate.
2251
2252 2007-04-05  Jackson Harper  <jackson@ximian.com>
2253
2254         * TextControl.cs: We need to invalidate across the width of the
2255         document when we are invalidating multiple lines.
2256         * TextBoxBase.cs: Don't delete into the line ending.
2257
2258 2007-04-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2259
2260         * ListView.cs: Restore the check for the MouseHover event
2261         in ListView. It looks like the ListView fires more than one MouseHover
2262         event when HoverSelection is true  _only_ in weird-corner scenarios, but
2263         in most of the cases it only fires one. Also, add the 2.0 ItemMouseHover
2264         event.
2265
2266 2007-04-05  Mike Kestner  <mkestner@novell.com>
2267
2268         * ListView.cs : raise MouseDown before updating selection.
2269         [Fixes #80373 tab 1&3]
2270
2271 2007-04-05  Jonathan Pobst  <monkey@jpobst.com>
2272
2273         * ToolStripRenderer.cs: Add static method to mirror image.
2274         * ToolStripProfessionalRenderer.cs: Support ImageTransparentColor
2275         and RightToLeftAutoMirrorImage.
2276         * ToolStripItem.cs: Remove MonoTODO from ImageTransparentColor.
2277
2278 2007-04-05  Jonathan Pobst  <monkey@jpobst.com>
2279
2280         * ToolStripSplitStackLayout.cs: Support Alignment property.
2281         * ToolStripItem.cs: Remove MonoTODO from the Alignment property.
2282
2283 2007-04-05  Jackson Harper  <jackson@ximian.com>
2284
2285         * TextControl.cs: Move around the line endings when crossing line
2286         boundaries.
2287         - When combining lines, strip the ending text off the first line.
2288
2289 2007-04-05  Jackson Harper  <jackson@ximian.com>
2290
2291         * TextControl.cs:
2292         * TextBoxBase.cs: Try to never move the cursor into the line
2293         ending.
2294         
2295 2007-04-04  Jonathan Pobst  <monkey@jpobst.com>
2296
2297         * ToolStripItem.cs: Make sure we aren't firing mouse events when
2298         the item is disabled.  Also add a few missing methods.
2299
2300 2007-04-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2301
2302         * ListView.cs: We don't need the MouseEnter/MouseLeave check
2303         to fire just one MouseHover event when HoverSelection is true, since
2304         .Net does fire more than one MouseHover event in that scenario. Also,
2305         fix the selection in HoverSelection, by invoking UpdateMultiSelect
2306         if MultiSelect is true, instead of only setting ListViewItem.Selected.
2307         Finally, we need to reset the Hover logic in MouseMove, even when we
2308         don't have a selected item.
2309
2310 2007-04-04  Jonathan Pobst  <monkey@jpobst.com>
2311
2312         * ToolStrip.cs: Add several missing methods, properties, and events.
2313
2314 2007-04-04  Chris Toshok  <toshok@ximian.com>
2315
2316         * DataGridTextBoxColumn.cs: set the bounds of the text box to
2317         (0,0,0,0) in Commit, as MS does.
2318
2319         * DataGrid.cs: call EndEdit() from Select() as microsoft does, and
2320         make sure we set CurrentRow on a row header click *before* calling
2321         Select.  This moves the current cell (and the textbox) to the new
2322         row.  The call to Select then hides the textbox, giving us the
2323         correct behavior.  Fixes #80362.
2324
2325         * CurrencyManager.cs (UpdateIsBinding): raise ItemChanged (-1).
2326         (ListChangedHandler): reorder the position/current changed events,
2327         and call UpdateIsBinding in the ItemAdded case.
2328
2329         * GridColumnStylesCollection.cs: add some columns events, one of
2330         which raises the CollectionChanged event.
2331
2332 2007-04-04  Jackson Harper  <jackson@ximian.com>
2333
2334         * TextControl.cs: When we delete multiple selection lines
2335         invalidate the selection area, don't need to do that for single
2336         lines because the final update view will handle it.
2337
2338 2007-04-04  Jonathan Pobst  <monkey@jpobst.com>
2339
2340         * Control.cs: When we CreateControl, we need to also create all of the
2341         control's children.  The child's OnLoad must also fire before the parent's
2342         OnLoad.  Fixes the toolbox size in PDN.
2343
2344 2007-04-04  Jackson Harper  <jackson@ximian.com>
2345
2346         * TextBoxBase.cs: When the user presses enter, insert a line
2347         ending into the text. (Maybe this would be a good spot for
2348         Environment.NewLine).
2349         * TextControl.cs: Remove undo manager hack, line endings get
2350         inserted properly now.
2351         
2352 2007-04-04  Everaldo Canuto  <everaldo@simios.org>
2353
2354         * MenuAPI.cs: 
2355         - Remove unneeded parameters in UpdateCursor.
2356         - Fix UpdateCursor to check if menu is active.
2357         - Call UpdateCursor when menu deactivate my click.
2358         [Fixes remaining issues from #80410]
2359
2360 2007-04-04  Everaldo Canuto  <everaldo@simios.org>
2361
2362         * Control.cs: GetRealChildAtPoint method added, it make an
2363         recursive child control search for the point. 
2364
2365         * Form.cs: Makes use of GetRealChildAtPoint in mouse event after closes
2366         menu.
2367
2368         * MenuAPI.cs: Makes use of GetRealChildAtPoint in UpdateCursor.
2369
2370 2007-04-03  Everaldo Canuto  <everaldo@simios.org>
2371
2372         * Form.cs: Fix mouse position when send back mouse event after closes
2373         menu.
2374
2375 2007-04-03  Everaldo Canuto  <everaldo@simios.org>
2376
2377         * Form.cs: Simplify the BUTTONDOWN for active tracker.
2378
2379 2007-04-03  Jonathan Pobst  <monkey@jpobst.com>
2380
2381         * Control.cs: Fix an issue where if a user resized a control inside
2382         a sizing method like OnResize, we would overwrite their explicit
2383         value.  Also, only call DefaultSize once in the constructor instead
2384         of 4 times.  Also, do not call SetBoundsCore from SetBounds if 
2385         nothing actually changed.
2386
2387 2007-04-03  Jackson Harper  <jackson@ximian.com>
2388
2389         * TextControl.cs: Don't attempt to copy text for lines with no
2390         text in them (technically this shouldn't happen, but we aren't
2391         always inserting line endings when we should be).
2392
2393 2007-04-03  Jackson Harper  <jackson@ximian.com>
2394
2395         * TextBoxBase.cs: Calculate the scrollbars before calculating the
2396         document, because this sets some of the document size properties
2397         that are needed.
2398
2399 2007-04-03  Jackson Harper  <jackson@ximian.com>
2400
2401         * TextBoxBase.cs: We need to calculate maximums even if this is
2402         not a multiline control, because the maxs are used for scrolling.
2403         - Display the caret after doing a page up/down, we need to
2404         manually display it because a proper CaretMoved event isn't
2405         triggered (this is because of the way the math is done to
2406         determine how far to scroll).
2407
2408 2007-04-03  Jonathan Pobst  <monkey@jpobst.com>
2409
2410         * ToolBar.cs: Fix some breakage caused by the SetBoundsCore change.
2411         (ToolBar was relying on SetBoundsCore to default the values sent 
2412         base off of BoundsSpecified.)
2413
2414 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2415
2416         * DateTimePicker.cs: Change Text so that when a null value or empty
2417           string is assigned to the test we always raise ValueChanged and
2418           TextChanged (earlier implementation would only raise ValueChanged
2419           if the current date value was different from DateTime.Now).
2420
2421 2007-04-03  Andreia Gaita <avidigal@novell.com> 
2422
2423         * ButtonBase: Call update after invalidation, fixes #80194
2424
2425 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2426
2427         * ThemeWin32Classic.cs: Draw StatusBar using double buffering. Fixes
2428           #79335.
2429
2430 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2431
2432         * XplatUIX11.cs: SetWMStyles: If the control is a form with
2433           FormBorderStyle = None, don't give the window any decorations.
2434           Fixes #81276.
2435
2436 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2437
2438         * XplatUI.cs, XplatUIDriver.cs: Updated CalculateWindowRect parameters.
2439         * CreateParams.cs: Fix IsSet, wasn't working correctly when the style
2440           to check for is a mix of several styles (such as WS_CAPTION for
2441           instance).
2442         * Control.cs: Don't paint an area bigger than the client area when
2443           painting the background colour. Add an internal GetCreateParams.
2444           Update calls to XplatUI.CalculateWindowRect due to API change.
2445         * XplatUIX11.cs: In PerformNCCalc set the initial size to the whole
2446           window's size, and handle WM_NCCALCSIZE in DefWndProc to calculate
2447           the size if it hasn't been handled by any windows. When creating
2448           and moving windows, X wants the location of the entire window, but
2449           the size of the client window, so add
2450           TranslateClientRectangleToXClientRectangle,
2451           TranslateWindowSizeToXWindowSIze and
2452           TranslatedXWindowSizeToWindowSize to cope with this, and call them
2453           before every window creation and move. Update CalculateWIndowRect
2454           to use Hwnd.GetWindowRect (one step towards removing DeriveStyles).
2455           In AddConfigureNotify don't do anything if the hwnd is a zombie
2456           (fixes the BadWindow we were getting while running the tests),
2457           always calculate the offsets when it's a parentless window, not
2458           only when reparented, and translate the window size, since we're
2459           getting the client size of the whole window, excluding entire
2460           window.
2461         * Theme.cs: Added BorderSizableSize.
2462         * XplatUIWin32.cs: Fix RECT Height and Width. Don't fake styles here
2463           anymore. Update calls to XplatUI.CalculateWindowRect due to API
2464           chang
2465         * Form.cs: Update calls to XplatUI.CalculateWindowRect due to API
2466           change. Fake the window styles here instead of in XplatUIWin32 so
2467           that all back-ends get the same window styles (and it's Form that's
2468           deciding when to use wm, not the Win32 backend anyways)
2469         * Hwnd.cs: Completely reworked GetWindowRectangle and
2470           GetClientRectangle - they are now passed a CreateParams and they
2471           only use Style and ExStyle to determine the rectangles (they should
2472           now work just like Win32AdjustWindowRectEx - though quite a few
2473           special cases are probably missing). They should also be 100%
2474           complimentary (i.e. GetWindowRectangle (GetClientRectangle (rect))
2475           == rect), and all numbers (borders, menu sizes) are taken from the
2476           current theme. Added a GetBorders helper function that will return
2477           the borders for any given CreateParams (including captions and
2478           menus), and GetBorderSize that returns the given border size only.
2479         * XplatUIOSX.cs: Update calls to CalculateWindowRect and
2480           Hwnd.GetClientRectangle.
2481
2482 2007-04-02  Chris Toshok  <toshok@ximian.com>
2483
2484         * DataGridBoolColumn.cs: rewrite things a bit, and fix up the
2485         logic between the values we present to the user and the values
2486         which are stored in the column's property.  Also, don't call
2487         GetPreferredSize - it's virtual. Along the way, fix bug #80965.
2488
2489 2007-04-02  Jackson Harper  <jackson@ximian.com>
2490
2491         * TextBoxBase.cs: Scroll faster!
2492
2493 2007-04-02  Jonathan Pobst  <monkey@jpobst.com>
2494
2495         * StatusStrip.cs: Layout fixes for PDN.
2496         * ToolStrip.cs: Set item's available to true, and placement to main when
2497         added.
2498         * ToolStripItem.cs: Fix an Available issue, check that Parent is really
2499         changing in setter before doing any work, add InternalVisible.
2500         * ToolStripPanel.cs: Remove unused variable to fix compiler warning.
2501         * ToolStripSplitStackLayout.cs: If we run out of things to hide, don't
2502         infinite loop.
2503
2504 2007-04-02  Jackson Harper  <jackson@ximian.com>
2505
2506         * TextBox.cs: LBUTTON does not make the textbox select all of it's
2507         text on focus.
2508
2509 2007-04-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2510
2511         * XplatUIWin32.cs: Use the previous change in SetParent for forms only.
2512           Makes ToolStripComboBoxes show up again.
2513
2514 2007-04-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2515
2516         * ListView.cs: Add a hover_pending field in ListView
2517         to fire just one OnMouseHover event for each MouseEnter/MouseLeave
2518         cycle (we are resetting the MouseHover logic in XplatUI
2519         to handle HoverSelection). Fixes #80429.
2520
2521 2007-04-02  Jackson Harper  <jackson@ximian.com>
2522
2523         * TextControl.cs: Make sure the attributes get set on the last
2524         tag.
2525         - Still have to do the end tag if we have stepped all the ways to
2526         the end.
2527
2528 2007-04-02  Sebastien Pouliot  <sebastien@ximian.com>
2529
2530         * XplatUIOSX.cs, XplatUIX11.cs, XplatUIX11GTK.cs: Remove dependency
2531         on an internal libgdiplus call when the information is already 
2532         available via the public API.
2533
2534 2007-04-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2535
2536         * Control.cs: Call ContainerControl.ChildControlRemoved whenever a
2537           control is removed from a control collecftion.
2538         * XplatUIX11.cs: The first location for toplevel form is (22, 22).
2539           Fixes FormPropertyTest (failed on rare occasions).
2540         * XplatUIWin32.cs: Add a workaround in SetParent for strange behaviour
2541           of Win32SetParent (when changing from no parent to a parent it
2542           might add the new parent's location in screen coordinates to this
2543           window's location).
2544         * Form.cs: Rework ChangingParent once again, now the handle is
2545           recreated whenever a FormWindowManager is added or removed (that is
2546           whenever a normal form is parented or abandoned). Also change
2547           CreateParams so that all non-toplevel windows always get the
2548           specified sice (StartupPosition is never considered for
2549           non-TopLevel forms).
2550         * ContainerControl.cs: Add ChildControlRemoved, the container control
2551           needs to be notified when a control is removed from it's
2552           collection, in the case the removed control is the active control.
2553
2554 2007-04-02  Jackson Harper  <jackson@ximian.com>
2555
2556         * RichTextBox.cs: Use the new methods for setting the font and
2557         color, these methods set the specified attribute without
2558         overriding the other attributes.
2559
2560 2007-04-02  Jonathan Pobst  <monkey@jpobst.com>
2561
2562         * ToolStripPanel.cs: Fixes for better layouts in PDN.
2563
2564 2007-03-31  Gert Driesen  <drieseng@users.sourceforge.net>
2565
2566         * TextBox.cs: Added internal ChangeBackColor method to special-case
2567         Color.Empty. Added check for invalid ScrollBars value.
2568         * TextBoxBase.cs: Added internal ChangeBackColor method.
2569         * RichTextBox.cs: Only set backcolor_set on 2.0 profile. Added
2570         internal ChangeBackColor method to special-case Color.Empty. Added
2571         check for invalid ScrollBars value.
2572
2573 2007-03-30  Everaldo Canuto  <everaldo@simios.org>
2574
2575         * MenuItem.cs: On invalidate prevent form to create handle. [Fixes #81272]
2576
2577 2007-03-30  Jonathan Pobst  <monkey@jpobst.com>
2578
2579         * ScollableControl.cs: Add HorizontalScroll and VerticalScroll properties.
2580         * ScrollProperties.cs, HScrollProperties.cs, VScrollProperties.cs: Added.
2581         [Based on submitted patch from Olivier Duff.]
2582
2583 2007-03-30  Jackson Harper  <jackson@ximian.com>
2584
2585         * TextBox.cs: Only select all on initial focus if the user has not
2586         specified a selection area.
2587
2588 2007-03-30  Jonathan Pobst  <monkey@jpobst.com>
2589
2590         * UserControl.cs: Override CreateParams.
2591
2592 2007-03-30  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2593
2594         [ Fixes #80995 ]
2595
2596         * XplatUI.cs, XplatUIDriver.cs: Updated CalculateWindowRect parameters.
2597         * CreateParams.cs: Fix IsSet, wasn't working correctly when the style to
2598           check for is a mix of several styles (such as WS_CAPTION for instance).
2599         * Control.cs: Don't paint an area bigger than the client area when painting
2600           the background colour. Add an internal GetCreateParams. Update calls to
2601           XplatUI.CalculateWindowRect due to API change.
2602         * XplatUIX11.cs: In PerformNCCalc set the initial size to the whole window's
2603           size, and handle WM_NCCALCSIZE in DefWndProc to calculate the size if it
2604           hasn't been handled by any windows. When creating and moving windows, X
2605           wants the location of the entire window, but the size of the client
2606           window, so add TranslateClientRectangleToXClientRectangle,
2607           TranslateWindowSizeToXWindowSIze and TranslatedXWindowSizeToWindowSize
2608           to cope with this, and call them before every window creation and move.
2609           Update CalculateWIndowRect to use Hwnd.GetWindowRect (one step towards
2610           removing DeriveStyles). In AddConfigureNotify don't do anything if the
2611           hwnd is a zombie (fixes the BadWindow we were getting while running the
2612           tests), always calculate the offsets when it's a parentless window, not
2613           only when reparented, and translate the window size, since we're getting
2614           the client size of the whole window, excluding entire window.
2615         * Theme.cs: Added BorderSizableSize.
2616         * XplatUIWin32.cs: Fix RECT Height and Width. Don't fake styles here
2617           anymore. Update calls to XplatUI.CalculateWindowRect due to API change.
2618         * Form.cs: Update calls to XplatUI.CalculateWindowRect due to API change.
2619           Fake the window styles here instead of in XplatUIWin32 so that all
2620           back-ends get the same window styles (and it's Form that's deciding when
2621           to use wm, not the Win32 backend anyways)
2622         * Hwnd.cs: Completely reworked GetWindowRectangle and GetClientRectangle -
2623           they are now passed a CreateParams and they only use Style and ExStyle
2624           to determine the rectangles (they should now work just like
2625           Win32AdjustWindowRectEx - though quite a few special cases are probably
2626           missing). They should also be 100% complimentary (i.e. GetWindowRectangle
2627           (GetClientRectangle (rect)) == rect), and all numbers (borders, menu
2628           sizes) are taken from the current theme. Added a GetBorders helper
2629           function that will return the borders for any given CreateParams
2630           (including captions and menus), and GetBorderSize that returns the given
2631           border size only.
2632         * XplatUIOSX.cs: Update calls to CalculateWindowRect and
2633           Hwnd.GetClientRectangle.
2634
2635 2007-03-30  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2636
2637         * Form.cs: Don't layout mdi children on MdiParent creation, the initial
2638           layout of the mdi children is handled by CreateParams. Fixes
2639           #79964,
2640
2641 2007-03-29  Everaldo Canuto  <everaldo@simios.org>
2642
2643         * MenuAPI.cs: Make OnMouseDown returns a boolean to identify if event is
2644         processed.
2645
2646         * Form.cs: When active tracker mouse down is not processed, send event 
2647         back to control inside mouse position. [Fixes #81227]
2648
2649 2007-03-29  Jonathan Pobst  <monkey@jpobst.com>
2650
2651         * ComboBox.cs: Override the ComboListBox's ActivateOnShow property and
2652         remove WS_VISIBLE from CreateParams to prevent combobox dropdowns from
2653         stealing focus from the active form on Windows.  (Control will be made
2654         visible in ShowWindow.)
2655
2656 2007-03-29  Mike Kestner  <mkestner@novell.com>
2657
2658         * ImageList.cs : add internal Changed event.
2659         * ListView.cs : hook up to StateImageList.Changed to perform
2660         invalidations when the the state icon list changes. [Fixes #81191]
2661
2662 2007-03-29  Jonathan Pobst  <monkey@jpobst.com>
2663
2664         * ToolTip.cs: Override the ToolTipWindow's ActivateOnShow property
2665         to prevent tooltips from stealing focus from the active form on Windows.
2666
2667 2007-03-29  Everaldo Canuto  <everaldo@simios.org>
2668
2669         * ThemeWin32Classic.cs: Small stetic fixes in notifyicon balloon. 
2670
2671         * ThemeClearlooks.cs: Implement notifyicon balloon for clearlooks theme.
2672
2673 2007-03-29  Everaldo Canuto  <everaldo@simios.org>
2674
2675         * NotifyIcon.cs, ThemeWin32Classic.cs: Icon support added to notifyicon
2676         balloons.
2677
2678 2007-03-29  Jackson Harper  <jackson@ximian.com>
2679
2680         * TextControl.cs: When deleting text from non multiline textboxes,
2681         we need to update the entire document, because line offsets will
2682         be shifting.
2683
2684 2007-03-29  Everaldo Canuto  <everaldo@simios.org>
2685
2686         * XplatUIX11.cs, ThemeWin32Classic.cs, Theme.cs: ShowBalloonWindow method
2687         added to theme, now we can create themes that uses diferent notify engines
2688         like notification-daemon from galago project or growl for Mac OS.
2689
2690 2007-03-28  Everaldo Canuto  <everaldo@simios.org>
2691
2692         * NotifyIcon.cs: Prevent Balloon to show in task bar.
2693
2694 2007-03-28  Everaldo Canuto  <everaldo@simios.org>
2695
2696         * XplatUIX11.cs: Prevent system to open more than one balloon.
2697
2698         * NotifyIcon.cs: Prevent system to open more than one balloon and remove
2699         some compiler warning messages.
2700
2701 2007-03-28  Everaldo Canuto  <everaldo@simios.org>
2702
2703         [Fixes #79149]
2704
2705         * XplatUIX11.cs: Implement SystrayBalloon for X11 systems.
2706
2707         * ThemeWin32Classic.cs, Theme.cs: DrawBalloonWindow and BalloonWindowRect 
2708         implemented, this methods is used by NotifyIcon.BalloonWindow class.
2709
2710         * NotifyIcon.cs: BalloonWindow class added to support Balloon in X11 
2711         systems.
2712
2713 2007-03-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2714
2715         * ListViewItem.cs: Forgot to make Invalidate internal.
2716
2717 2007-03-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2718
2719         * ListView.cs: Add a InvalidateSelection method to
2720         invalidate methods which are currently selected, and call
2721         it when setting FullRowSelect and HideSelection, instead of
2722         calling Redraw.
2723
2724 2007-03-28  Chris Toshok  <toshok@ximian.com>
2725
2726         * XplatUIX11.cs (UnmapWindow): reindent this block.
2727
2728         * DataGrid.cs (UpdateSelectionAfterCursorMove): we need to update
2729         the selection_start if we're moving the selection (that is, not
2730         extending it). Fixes bug #80461.
2731
2732 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
2733
2734         * ProgressBar.cs: Make the default MarqueeAnimationSpeed = 100.
2735         * ToolStripPanel.cs: Fix RowMargin, Renderer, RenderMode, and
2736         create private ControlCollection.
2737
2738 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
2739
2740         * Control.cs: We need to call OnVisibleChanged for our implicit
2741         children as well as our normal children.  Fixes scrollbars in
2742         comboboxes not showing up.
2743
2744 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
2745
2746         * Control.cs, Form.cs: Anywhere we call CreateHandle, we need to do
2747         the check for IsHandleCreated first.  The check in CreateHandle is not
2748         good enough because CreateHandle can be overriden, and the override 
2749         should not be called if the handle is already created.
2750
2751 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
2752
2753         * ToolStrip.cs: Remove MonoTODO for tooltips.
2754         * ToolStripComboBox.cs: Fix MonoTODO for DropDownHeight and events.
2755         * ToolStripContainer.cs: Add custom ControlCollection class.
2756         * ToolStripContentPanel.cs: Fix Renderer setting to match MS behavior.
2757         * ToolStripDropDown.cs: Add some missing properties/methods.
2758         * ToolStripDropDownMenu.cs: Override OnLayout and SetDisplayedItems.
2759         * ToolStripItem.cs: Remove MonoTODO for tooltips.
2760         * ToolStripManager.cs: Add IsShortcutDefined.
2761         * ToolStripOverflow.cs: Override LayoutEngine.
2762         * ToolStripProgressBar.cs: Add MarqueeAnimationSpeed.
2763         * ToolStripSeparator.cs: Add ImageKey.
2764
2765 2007-03-28  Jackson Harper  <jackson@ximian.com>
2766
2767         * TextControl.cs: If a char delete removes a line ending, we need
2768         to update the ending style.
2769         - Make sure the line ending calcs get called.
2770
2771 2007-03-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2772
2773         * XplatUIX11.cs: CreateWindow: Remove old default form location code,
2774           it was making the new code not work. Fixed a typo in the new code
2775           as well. Fixes #79826.
2776
2777 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
2778
2779         * XplatUIWin32.cs:
2780         - NIF_STATE and NIF_INFO added to NotifyIconFlags.
2781         - NOTIFYICONDATA properties sizes fixed, szTip is 128, not 64.
2782         - SystrayBalloon method implemented.
2783         [Add support for notifyicon balloon on win32, #79149]
2784
2785 2007-03-27  Mike Kestner  <mkestner@novell.com>
2786
2787         * ThemeWin32Classic.cs : update StateImageList selection to mirror
2788         the ms behavior when only one image is added to the list.
2789         [Fixes #81191]
2790
2791 2007-03-27  Jackson Harper  <jackson@ximian.com>
2792
2793         * TextControl.cs: Improvements to non multiline line ending
2794         drawing/measuing.
2795
2796 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
2797
2798         * XplatUIX11.cs: Fix the time which tooltip is opened for NotifyIcon. 
2799
2800 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
2801
2802         * NotifyIcon.cs: 
2803         - Balloon message handling added.
2804         - Call XplatUI.SystrayBalloon in ShowBalloonTip. 
2805
2806         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
2807         XplatUIOSX.cs, XplatUIX11-new.cs: ShowBalloonTip method renamed 
2808         to SystrayBalloon to me like other Systray method, also a
2809         handle parameter added.
2810
2811 2007-03-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2812
2813         * ListView.cs: Show scrollbars even when items.Count == 0
2814         but the columns Width is bigger than the ListView.Width.
2815         Also, when columns.Count == 0 set layout_wd and layout_ht
2816         to the ClientRectangle values, so we don't show any scrollbar
2817         in that case.
2818
2819 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
2820
2821         * XplatUIStructs.cs: Balloon (NIN_BALLOON*) constants added.
2822
2823 2007-03-27  Jackson Harper  <jackson@ximian.com>
2824
2825         * RichTextBox.cs: The RTF library decodes the text properly for us
2826         now.
2827
2828 2007-03-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2829
2830         * ListView.cs: Display HeaderControl even when columns.Count == 0.
2831         * ThemeWin32Classic.cs: Use SystemBrushes.Control to draw the
2832         ListView header (HeaderControl), instead of Control.BackColor.
2833
2834 2007-03-27  Jonathan Pobst  <monkey@jpobst.com>
2835
2836         * Control.cs: Call OnVisibleChanged in SetVisibleCore for non-forms.
2837         Fixes tab control issues where controls would not show up because they
2838         never received their OnVisibleChanged call.
2839
2840 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
2841
2842         * NotifyIcon.cs: Balloon events added (BalloonTipClicked, BalloonTipClosed,
2843         BalloonTipShown).
2844
2845 2007-03-27  Jonathan Pobst  <monkey@jpobst.com>
2846
2847         * Control.cs: We won't get a WM_SHOWWINDOW when we create a window that
2848         is maximized or minimized, so move CreateControl to Control.OnVisibleChanged.
2849         * Form.cs: After we set the form visible, send a fake WM_SHOWWINDOW if we
2850         are max or min.  Remove WS_VISIBLE from CreateParams unless we are recreating
2851         the handle.  Fix WindowState by using the internal variable until we are 
2852         sure that we've been shown.
2853         * XplatUIX11.cs: Do not generate a WM_SHOWWINDOW message if new form is
2854         max or min.
2855         [Fixes bug #81198]
2856
2857 2007-03-27  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2858
2859         * XplatUIX11.cs: Windows without WS_CAPTION can still get decorations
2860           (at least borders). Fixes #79386 on Linux (with a small difference
2861           in behaviour: when trying to resize a caption-less window metacity
2862           shows the sysmenu. Resizing is still possible though).
2863         * XplatUIWin32.cs: When setting window styles send request an extra
2864           WM_NCCALCSIZE when it's a form without title (due to no text and no
2865           caption), since Win32 seems to calculate it wrong the first time we
2866           get the message, though the second time things work as they should.
2867         * Form.cs: Reorder a few statements in ChangingParent, otherwise the
2868           newly reparented window might show up unparented. Update
2869           CreateParams to exclude WS_DLGFRAME if ControlBox is false and
2870           there's no title text. Fixes #79386.
2871
2872 2007-03-27  Mike Kestner  <mkestner@novell.com>
2873
2874         * ListBox.cs : don't perform invalidations if the handle hasn't been
2875         created.  [Fixes #80753]
2876
2877 2007-03-27  Mike Kestner  <mkestner@novell.com>
2878
2879         * ListBox.cs : don't adjust top item when SelectedIndex is set to -1.
2880         [Fixes #80428]
2881
2882 2007-03-26  Everaldo Canuto  <everaldo@simios.org>
2883
2884         * XplatUIWin32.cs: Complete NOTIFYICONDATA structure, additional fields 
2885         needed to implement Balloon.
2886
2887 2007-03-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2888
2889         * ListViewItem.cs: In the constructors that take
2890         an array of strings, don't use ListViewSubItemCollection.AddRange
2891         method to add items, since we need to have a different behaviour (in
2892         the constructors we add an item for each null string, opposed to
2893         the behaviour of AddRange, which adds nothing).
2894
2895 2007-03-26  Andreia Gaita  <avidigal@novell.com>
2896
2897         * NumericUpDown.cs: Fix broken 1.1 api for ParseEditText
2898
2899 2007-03-26  Jackson Harper  <jackson@ximian.com>
2900
2901         * TextControl.cs: Draw and measure line endings when in non
2902         multiline mode.
2903         - When searching the text, count the end of the last line as a
2904         word boundary.
2905
2906 2007-03-26  Jackson Harper  <jackson@ximian.com>
2907
2908         * RichTextBox.cs: The selection_start and selection_end don't
2909         really track the correct tags for the selection. So we'll manually
2910         compute the correct tag here.
2911
2912 2007-03-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2913
2914         * ProgressBar.cs, ThemeWin32Classic.cs: Implemented drawing of Marquee
2915           and Continuous styles. Fixes #79469.
2916
2917 2007-03-26  Jonathan Pobst  <monkey@jpobst.com>
2918
2919         * ToolStrip.cs: Implement Tooltips.
2920         * ToolStripItem.cs: Create internal method for determining tooltip.
2921
2922 2007-03-26  Jonathan Pobst  <monkey@jpobst.com>
2923
2924         * PropertyGrid.cs: Hide a EditorBrowsable attribute from 1.1 API.
2925
2926 2007-03-26  Everaldo Canuto  <everaldo@simios.org>
2927
2928         * NotifyIcon.cs: On disposing verify if icon is visible and hide it,
2929         it prevents a problem thak keeps icon visible after application 
2930         closes on win32.
2931
2932 2007-03-26  Everaldo Canuto  <everaldo@simios.org>
2933
2934         * NotifyIcon.cs: Balloon properties and methods created.
2935
2936         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
2937         XplatUIOSX.cs, XplatUIX11-new.cs: Implement ShowBalloonTip method.
2938
2939 2007-03-25  Jonathan Pobst  <monkey@jpobst.com>
2940
2941         * ToolStripComboBox.cs: Default the ComboBox's FlatStyle to Popup.
2942
2943 2007-03-24  Jonathan Pobst  <monkey@jpobst.com>
2944
2945         * Control.cs: Make SetBoundsCore match MS better.  The BoundsSpecified
2946         parameter indicates which aspects were explicit/user-set.
2947         * ComboBox.cs, ListBox.cs: Call SetBoundsCore correctly. (no 0 parameters).
2948
2949 2007-03-24  Jonathan Pobst  <monkey@jpobst.com>
2950
2951         * ProgressBar.cs: Throw AOORE instead of AE for property Value (2.0).
2952         * ScrollBar.cs: Throw AOORE instead of AE for properties LargeChange,
2953         SmallChange, and Value (2.0).
2954         * Timer.cs: Throw AOORE instead of AE for property Interval (2.0).
2955
2956 2007-03-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2957
2958         * ListView.cs: Always set item_control.Width in LayoutDetails
2959         if View is Details. Setting it later in CalculateScrollBars
2960         in a not-so-corner scenario (the sum of columns width is
2961         not bigger than the ListView width when handle is created, and then
2962         that sum gets bigger by increasing the width of the columns)
2963         causes a very weird recursion path (which shouldn't be happening,
2964         since header_control sets it in CalculateScrollBars too). This bug
2965         appeared after Chris' fixes for handle created issues, so probably
2966         it's related to some handle-creation time.
2967
2968 2007-03-23  Chris Toshok  <toshok@ximian.com>
2969
2970         * DataGrid.cs (GetVisibleRowCount): increase the row count in the
2971         case where there's an add row, just so we don't end up in a case
2972         where it's not displayed (this happens when the row is partially
2973         obscured).  Fixes bug #79574.
2974
2975 2007-03-23  Jackson Harper  <jackson@ximian.com>
2976
2977         * TextControl.cs:
2978         * TextBoxBase.cs:
2979         * RichTextBox.cs: Preserve line endings in the lines text buffer,
2980         also added an enum that represents the line ending type. 
2981
2982 2007-03-23  Andreia Gaita  <avidigal@novell.com>
2983
2984         * NumericUpDown.cs: Fix logic so Text and Value properties are not
2985         messed with in every method call, but only from DownButton, 
2986         UpButton, UpdateEditText() and ValidateText. Fixes #80346
2987
2988 2007-03-23  Chris Toshok  <toshok@ximian.com>
2989
2990         * DataGridTextBoxColumn.cs (GetFormattedValue): don't try to
2991         format objects if the format spec is "".  Fixes bug #80889.
2992
2993 2007-03-22  Miguel de Icaza  <miguel@novell.com>
2994
2995         * ToolStripPanel.cs (Join): added stubs to build PDN3
2996
2997         * Control.cs (AutoScrollOffset): Add.
2998
2999         * SystemInformation.cs (MouseWheelScrollDelta): Expose this
3000         property, its only implemented for Win32, on X11 it defaults to
3001         some hardcoded value.
3002
3003         * ToolStripItem.cs (AllowDrop): Add property
3004
3005 2007-03-22  Mike Kestner  <mkestner@novell.com>
3006
3007         * ListView.cs : in FullRowSelect Details mode, only enable box
3008         selection if the user clicks over the "item" column outside of the
3009         text area.  Mmmmm, compatibility.  [Fixes #80374 subpart 7]
3010
3011 2007-03-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3012
3013         * Control.cs: ChangeParent: Call Form's ChangingParent even if the
3014           handle is not created yet.
3015         * Form.cs: Select: Don't call CreateHandle if the handle is already
3016           created, avoids a stack overflow on Windows when we are recreating
3017           controls.
3018         * ScrollableControl.cs: Set the correct z-order for the scrollbars when
3019           they are made visible, and override AfterTopMostControl to keep
3020           them on top when other controls are brought to front.
3021           CalculateCanvas: Scrollbars are only visible if auto_scroll is true
3022           or force_*scroll_visible is true (old implementation always shows
3023           scrollbars when needed, no matter what auto_scroll was set to).
3024         * InternalWindowManager.cs: UpdateWindowDecorations: Add a
3025           IsHandleCreated check.
3026
3027 2007-03-22  Andreia Gaita  <avidigal@novell.com>
3028
3029         * DataGrid.cs: Implement Column and Row auto sizing when double-clicking on
3030         row or col separator.
3031         * DataGridTextBoxColumn.cs: Implement GetPreferredHeight and GetPreferredSize
3032
3033 2007-03-22  Everaldo Canuto  <everaldo@simios.org>
3034
3035         * MenuAPI.cs: Remove unneeded check for grab_control in UpdateCursor.
3036
3037 2007-03-22  Everaldo Canuto  <everaldo@simios.org>
3038
3039         * MenuAPI.cs: UpdateCursor method added, it is calling in OnMotion to update
3040         cursor for child controls. In ShowWindow and HideWindow now call SetCursor 
3041         every time. Fixes #80410.
3042
3043 2007-03-22  Chris Toshok  <toshok@ximian.com>
3044
3045         * BindingSource.cs (AddNew): partially implement.
3046
3047         remove a couple of NotImplementedException's
3048         to get bug #81148 closed.
3049
3050 2007-03-22  Everaldo Canuto  <everaldo@simios.org>
3051
3052         [Fixes #80380]
3053         
3054         * Control.cs:
3055         - UpdateCursor method added to update the screen cursor.
3056         - GetAvailableCursor method added to return cursor for enabled tree,
3057         it searches for cursor on control and it's parent's for enabled control.
3058         - Call UpdateCursor method on setter of Cursor property.
3059         - On setter of Enabled call UpdateCursor when it is false, we need to
3060         change cursor to normal (or to this parent cursor) because cursor 
3061         setting theres no effect to disabled controls.
3062         - Some minor source changes to follow the coding style guidelines.
3063
3064         * XplatUIX11.cs: In MotionNotify only dispatch SET_CURSOR event for enabled 
3065         controls.
3066
3067 2007-03-22  Chris Toshok  <toshok@ximian.com>
3068
3069         * XplatUIX11.cs: ignore the BadPicture errors cairo+render
3070         generates.
3071
3072 2007-03-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3073
3074         * XplatUIX11.cs: Implement default locations for forms.
3075         * Form.cs: Completely rework startup location for forms. Fixes #79964.
3076         * Hwnd.cs: Add previous_child_startup_location (to track the current
3077           startup location for any child forms of the current form) and
3078           previous_main_startup_location (to track the startup location for
3079           the current toplevel form).
3080
3081 2007-03-21  Jonathan Pobst  <monkey@jpobst.com>
3082
3083         * Control.cs: Don't trigger a layout if an implicit control is added
3084         that isn't visible.  Also, don't notify the owner when an implicit control
3085         is added.  (Owners shouldn't even know about their implicit controls.)
3086
3087 2007-03-21  Jonathan Pobst  <monkey@jpobst.com>
3088
3089         * ScrollableControl.cs: Add implicit controls with AddRangeImplicit
3090         to save some re-layouts.
3091
3092 2007-03-21  Everaldo Canuto  <everaldo@simios.org>
3093
3094         * MenuAPI.cs: In ProcessKeys returns false when key is not processed.
3095         [Fixes #81203]
3096
3097 2007-03-21  Jonathan Pobst  <monkey@jpobst.com>
3098
3099         * FlowLayoutSettings.cs, ToolStrip.cs, ToolStripPanel.cs,
3100         ToolStripPanelRow.cs: Lazy instantiate the LayoutEngine.
3101
3102 2007-03-21  Mike Kestner  <mkestner@novell.com>
3103
3104         * ListView.cs : disable selection update for non-left button clicks
3105         with mods and over selected items.  [Fixes #80524]
3106
3107 2007-03-20  Jackson Harper  <jackson@ximian.com>
3108
3109         * TextControl.cs:
3110         * TextBoxBase.cs: Allow different types of line endings. \r, \r\n,
3111         \r\r\n, \n.
3112
3113 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3114
3115         * ComboBox.cs: PreferredHeight seems to be ItemHeight + 6, but there is
3116           very probably a more complicated calculation there. Update the
3117           textbox' ForeColor and BackColor when the ComboBox' colors are
3118           changed. Change the border change in LayoutComboBox to only affect
3119           the textbox, not all the calculations there. Seems to fix most of
3120           #79436.
3121
3122 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3123
3124         * ComboBox.cs: Handle Home and End keys as well as all combinations of
3125           modifiers + navigation keys as input keys, enables advanced text
3126           selection in the combobox (like Shift+Left Arrow for instance).
3127           ComboTextBox now overrides Focused and returns whatever
3128           ComboBox.Focused returns, since it really should be focused
3129           whenever the ComboBox is. Fixes #80795. Also make the border around
3130           the text box one pixel bigger, as mentioned in #79436.
3131
3132 2007-03-20  Jackson Harper  <jackson@ximian.com>
3133
3134         * TreeView.cs: Don't offset the images, this was causing some
3135         artifacts when expanding/collapsing with images that were the
3136         exact height of the treenode.
3137
3138 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3139
3140         * TrackBar.cs: Query the theme for the correct value when the mouse
3141           moves and the thumb is pressed. 
3142         * Theme.cs: Added TrackBarValueFromMousePosition
3143         * ThemeWin32Classic.cs: Reworked TrackBar drawing. Earlier
3144           implementation was updating the trackbar value when drawing, now
3145           the drawing methods only draw. Fixes #80900. Refactored the
3146           calculations out to TrackBarValueFromMousePosition and
3147           GetTrackBarDrawingInfo, so that TrackBar can get the correct value
3148           according to the mouse position whenever it wants to. Changed the
3149           light coloured pen when drawing the thumb from ControlLight to
3150           ControlLightLight, because the ControlLight is the same colour as
3151           the background so the 3D effect is lost. 
3152
3153 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
3154
3155         * Form.cs: In ShowDialog uses MainForm as transient form when no form is
3156         defined. Fixes #80784.
3157
3158 2007-03-20  Marek Habersack  <mhabersack@novell.com>
3159
3160         * ContextMenuStrip.cs: align with the change introduced in
3161         revision 74664.
3162
3163 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
3164
3165         * XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs, XplatUIX11.cs, 
3166         XplatUI.cs, Form.cs, ToolTip.cs: Remove unneeded parameter owner 
3167         in SetTopmost.
3168
3169 2007-03-19  Chris Toshok  <toshok@ximian.com>
3170
3171         * Control.cs (WmPaint): don't make use of the Handle property
3172         after an event is emitted, as the user could have closed the
3173         form/destroyed the control.  Store the Handle in a local variable
3174         and make use of that.  Fixes bug #80768.
3175
3176 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
3177
3178         * XplatUIX11.cs: Set _NET_WM_STATE_ABOVE on SetTopmost, it fixes Topmost
3179         behavior in X11 environments.
3180
3181 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
3182
3183         * Form.cs: Call SetTopmost in CreateHandle when window is topmost, its
3184         because on setter of topmost we dont call SetTopmost when handle is not
3185         created.
3186
3187 2007-03-20  Jackson Harper  <jackson@ximian.com>
3188
3189         * TextControl.cs: Need to use SelectionLength () not
3190         selection_length, since that var is reset to -1.
3191         - Draw the caret when we don't have focus.
3192         * TextBox.cs: The selectall actually doesn't occur until the first
3193         focus.
3194         * TextBoxBase.cs: Need to update the caret position after a
3195         selectall.
3196         
3197 2007-03-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3198
3199         * ListView.cs: Enable scrolling when using Tile view.
3200
3201 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
3202
3203         [Fixes #80902]
3204
3205         * XplatUIDriver.cs: Abstract SetOwner method created.
3206
3207         * XplatUIOSX.cs: Override SetOwner to prevent compilation errors method 
3208         must be implemented and was masked as todo.
3209
3210         * XplatUIWin32.cs: SetOwner implemented using SetWindowLong with 
3211         GWL_HWNDPARENT.
3212
3213         * XplatUIX11.cs: SetOwner implemented using same code from SetTopmost but 
3214         cheking for null owner to remove transient. The SetTopmost will be change
3215         on a decond step.
3216
3217         * Form.cs: In set_Owner and CreateHandle uses new SetOwner instead of
3218         SetTopmost. Now owned forms will work properly in win32 and X11.
3219
3220 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3221
3222         * MdiWindowManager.cs: Update function name.
3223         * Form.cs: After closing a form MdiParent is always null.
3224         * MdiClient.cs: Rename CloseChildForm to ChildFormClosed to explain
3225           better what it should do: necessary book-keeping when the form is
3226           closed, it should not close the form itself.
3227
3228 2007-03-19  Andreia Gaita  <avidigal@novell.com>
3229
3230         * ListViewItem.cs: Fix back and fore color. The subitems only
3231         use their own colors if they are set, otherwise use the listview's
3232         colors. Don't set default colors on constructor for subitem.
3233         Fixes #79315.
3234
3235 2007-03-19  Mike Kestner  <mkestner@novell.com>
3236
3237         * ListView.cs : make box selection for Details views with 
3238         FullRowSelect conform to MS behavior when clicking in the "item" 
3239         column and clicking outside the defined columns.
3240         [Fixes case 5-6 of #80374]
3241
3242 2007-03-19  Chris Toshok  <toshok@ximian.com>
3243
3244         * ScrollableControl.cs: create the controls from within the ctor,
3245         but don't actually add them until our handle is created.  this
3246         fixes a NRE possibility jpobst found (if you override OnLayout in
3247         a subclass, it's called before your ctor).  Also, add a
3248         IsHandleCreated guard to UpdateSizeGripVisibility as well.
3249
3250 2007-03-19  Jackson Harper  <jackson@ximian.com>
3251
3252         * TextBox.cs: Reduce the amount of invalidation we do.
3253         * TextBoxBase.cs: Make shortcuts enabled true by default, at least
3254         some of them are true by default on MS.
3255         - Add some functions to reduce the amount of invalidates we do.
3256         * TextControl.cs: Less invalidation.
3257
3258 2007-03-19  Chris Toshok  <toshok@ximian.com>
3259
3260         [ Fixes #81773, and *seems* to fix #81553 as well ]
3261
3262         * XplatUIX11.cs: remove the assignment of hwnd.zombie = true from
3263         AccumulateDestroyedHandles.  We need to do it *after* we send
3264         WM_DESTROY, as the user's code can access Control.Handle in
3265         OnHandleDestroyed, and this shouldn't cause a recreation.  Also,
3266         move the WM_DESTROY/zombie handling to before the call to
3267         XDestroyWindow.  For some reason without this ordering
3268         FormTest.RecreateHandle hangs.  This ordering is semantically
3269         equivalent, however, as XDestroyWindow is async anyway.
3270
3271 2007-03-19  Gert Driesen  <drieseng@users.sourceforge.net>
3272
3273         * RichTextBox.cs: Reset backcolor_set after setting default.
3274
3275 2007-03-19  Chris Toshok  <toshok@ximian.com>
3276
3277         * ScrollableControl.cs: the scroll position should not effect the
3278         canvas size.  commit patch from georgegiolfan@yahoo.com, which
3279         fixes some really bizarre behavior on resizing.  Fixes bug #80778.
3280         
3281 2007-03-19  Chris Toshok  <toshok@ximian.com>
3282
3283         * ScrollableControl.cs: clean this up a bit.  create the
3284         scrollbars in the ctor and just show/hide them as needed.  Also,
3285         make hscroll_visible/vscroll_visible internal to Recalculate, and
3286         just use hscrollbar.VisibleInternal/vscrollbar.VisibleInternal
3287         everywhere else.  This seems to fix the scrollbars appearing
3288         beneath the content for me (i have *no* idea why that is,
3289         however.)
3290
3291 2007-03-19  Jonathan Pobst  <monkey@jpobst.com>
3292
3293         * ToolStrip.cs: Don't call DoAutoSize when we change Dock.  Also, remove
3294         some redundacy for stuff in Anchor and Dock that base will take care of.
3295         [Fixes #80762]
3296
3297 2007-03-19  Mike Kestner  <mkestner@novell.com>
3298
3299         * ListView.cs : make box selection for Details views without 
3300         FullRowSelect dependent on the text bounds, not item bounds.
3301         * ListViewItem.cs : add an internal property to obtain the TextBounds
3302         in Details view.  [Fixes case 1-4 of #80374]
3303
3304 2007-03-19  Andreia Gaita  <avidigal@novell.com>
3305
3306         * PaintEventArgs.cs (Dispose): Only dispose of graphics object if
3307         we're < 2.0. #78448 && #80316
3308
3309 2007-03-19  Jonathan Pobst  <monkey@jpobst.com>
3310
3311         * FontDialog.cs: Don't crash when we switch to a new font that doesn't
3312         have the same style available as the previously selected one.  Also,
3313         support FixedPitchOnly property.  [Fixes bugs #80918, #80947]
3314
3315 2007-03-19  Jackson Harper  <jackson@ximian.com>
3316
3317         * TextControl.cs: Add an alignment property that all new lines
3318         will be given.
3319         - Make sure to use the align shift when calculating the line's X
3320         position.
3321         * TextBox.cs: Set the alignment on the document as well as on all
3322         the document lines.
3323
3324 2007-03-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3325
3326         * Control.cs: ControlCollection.Add: Remove a couple of duplicated casts and
3327           throw if setting the parent of an mdichild that already has an
3328           mdiparent. Update signature for 2.0 profile. ProductName: If there's no
3329           AssemblyProductAttribute in the assembly, use the type's namespace (as
3330           MS seems to do). CreateControl: don't create the handle if the control
3331           is not visible (according to MS behaviour and spec).  SetTopLevel: Only
3332           create handle if the control is not a form. Change FocusInternal to
3333           virtual so that it can be overriden by Form.
3334         * TextBox.cs: Update call to FocusInternal.
3335         * Form.cs: Always create the handle when calling Focus on a MdiChild. The
3336           form is not a toplevel form when it's a mdi child, so update is_toplevel
3337           accordingly. ShowIcon/TransparencyKey: avoid creating the handle if it
3338           hasn't been created. Show (IWin32Window): Don't allow this overload for
3339           toplevel windows. CenterToParent/CenterToScreen/Select: create the
3340           handle as MS does. SetVisibleCore: if called on a MdiChild and the
3341           parent isn't visible yet, save the visibility and restore it when the
3342           parent is made visible.
3343         * ScrollableControl.cs: Refactor out scrollbar visibility code to separate
3344           methods, since the visibility of the scrollbars can be changed from
3345           several places, not only from AutoScroll.
3346           [Fixes #81179]
3347
3348 2007-03-19  Jackson Harper  <jackson@ximian.com>
3349
3350         * RichTextBox.cs: Enable shortcuts by default.
3351         * TextBoxBase.cs: Add conditional shortcuts.  
3352
3353 2007-03-19  Everaldo Canuto  <everaldo@simios.org>
3354
3355         * MenuItem.cs: Dont call OnDrawItem when OwnerDraw is false (#81182).  
3356
3357 2007-03-19  Chris Toshok  <toshok@ximian.com>
3358
3359         [ Fixes bug #80604]
3360         
3361         * XplatUIX11.cs (WaitForHwndMessage): change this to actually
3362         swallow the message we're waiting on, instead of delivering it, as
3363         this is only used for the WM_SHOWWINDOW raised from
3364         MapWindow/UnmapWindow, and the message needs to be generated
3365         (MapWindow, UnmapWindow): generate the WM_SHOWWINDOW message
3366         before doing the Map/Unmap.  Also make sure that the Hwnd is still
3367         alive after the message has been handled.
3368
3369         *before* the window is shown.
3370
3371         * Control.cs (CreateControl): guard a few more things inside the
3372         if (!is_created) block, as we might end up being called again -
3373         yay .net.
3374         (WmShowWindow): call CreateControl if we're showing the control.
3375
3376 2007-03-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3377
3378         * Control.cs: Fix 2.0 signature for Invoke. Support invoking on
3379           controls without a handle if they have any parent with a handle. In
3380           Dispose add a check whether the handle is created or not before
3381           calling BeginInvoke, this removes the need of the extra disposing
3382           parameter (which was bogus anyway since it didn't prevent the
3383           invoke from happening, it only skipped the check for an existing
3384           handle, meaning that the invoke would call on an inexistent
3385           handle).
3386
3387 2007-03-19  Everaldo Canuto  <everaldo@simios.org>
3388
3389         * MessageBox.cs: Remove WS_POPUP from CreateParams style, with it form
3390         appears in taskbar.
3391
3392 2007-03-18  Everaldo Canuto  <everaldo@simios.org>
3393
3394         * MessageBox.cs:
3395         - Fixed a problem that dont show help button for messages with 3 buttons.
3396         - Refactory button size and position calculations, now dont use fixed 
3397         values, also fixed button sizes (#80043) and form's border space.
3398         - AddButton method created, now all other AddButton methods call this one.
3399         - Some other source code cosmetic changes.
3400
3401 2007-03-18  Jackson Harper  <jackson@ximian.com>
3402
3403         * RichTextBox.cs: Don't do this all fonts must match check if
3404         there is only one char selected.
3405
3406 2007-03-18  Jackson Harper  <jackson@ximian.com>
3407
3408         * TreeView.cs: ScrollWindow works properly now, so we don't need
3409         to screw around with the scroll area.  This fixes some artifacts
3410         when expanding and collapsing.
3411
3412 2007-03-18  Jackson Harper  <jackson@ximian.com>
3413
3414         * TextBoxBase.cs: Allow updating the selection position when the
3415         cursor is outside the textarea, but we have a capture.
3416         * TextControl.cs: A special case for when the cursor is outside
3417         the bounds of the TB.
3418         
3419 2007-03-18  Jackson Harper  <jackson@ximian.com>
3420
3421         * TextBoxBase.cs: Remove image pasting code for now.  There is no
3422         way to get an image on the clipboard right now anyways.
3423         * TextControl.cs:
3424         * RichTextBox.cs: Use the new RTF Picture class for pictures.
3425
3426 2007-03-18  Everaldo Canuto  <everaldo@simios.org>
3427
3428         * MessageBox.cs:
3429         - Set window properties in constructor intead of on CreateParams.
3430         - Remove topmost from Window ExStyle.
3431         - Set ShowInTaskbar to false.
3432         - Set form border to FixedDialog.
3433         - Some cosmetic changes and remove unneeded comments.
3434         - It fixes itens 2,3 and 4 of bug #80043.
3435
3436 2007-03-18  Gert Driesen  <drieseng@users.sourceforge.net>
3437
3438         * TextBoxBase.cs: In setter for ReadOnly, only chance BackColor if
3439         none was explicitly set. Fixes part of bug #79949.
3440
3441 2007-03-16  George Giolfan  <georgegiolfan@yahoo.com>
3442
3443         * ToolStripComboBox.cs: Add AutoComplete*.
3444
3445 2007-03-16  George Giolfan  <georgegiolfan@yahoo.com>
3446
3447         * ToolStripComboBox.cs: Add FlatStyle.
3448
3449 2007-03-16  Jonathan Pobst  <monkey@jpobst.com>
3450
3451         * ToolStrip.cs, ToolStripProfessionalRenderer.cs,
3452         ToolStripSplitStackLayout.cs: Implement some basic vertical toolbar support.
3453
3454 2007-03-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3455
3456         * ButtonBase.cs, ToolStrip.cs, SendKeys.cs, TextRenderer.cs,
3457           CheckBox.cs, RadioButton.cs, BindingSource.cs,
3458           DataGridColumnStyle.cs: Remove warnings.
3459
3460 2007-03-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3461
3462         * Menu.cs: MergeMenu: Check menu argument for null before looping over
3463           it.
3464         * MdiWindowManager.cs: Add IsVisiblePending to track the pending
3465           visibility of mdi child forms. FormSizeChangedHandler: update the
3466           maximized size if size has changed while maximized.
3467         * MdiClient.cs: SizeScrollbars/ArrangeWindows/ActivateChild: Avoid
3468           creating the handle.
3469         * InternalWindowManager.cs: UpdateBorderStyle/FormSizeChangedHandler:
3470           avoid creating the handle if not created.
3471         * XplatUI.cs: Update debug output.
3472         * XplatUIStructs.cs: Added ToString's for a couple of structs.
3473
3474 2007-03-16  Jonathan Pobst <monkey@jpobst.com>
3475
3476         * ContainerControl.cs: Give ToolStripManager the opportunity to handle
3477         ProcessCmdKey().
3478         * ToolStripDownItem.cs, ToolStripItem.cs, ToolStripItemCollection.cs, 
3479         ToolStripItemEventType.cs, ToolStripManager.cs, ToolStripMenuItem.cs:
3480         Implement keyboard shortcuts.
3481
3482 2007-03-15  Everaldo Canuto  <everaldo@simios.org>
3483
3484         * CommonDialog.cs: Set StartPosition to CenterScreen on form's constructor.
3485         Fixes #79560 and #80200, it also fix problem in FileDialog, SaveDialog, 
3486         ColorDialog and all derived classes.
3487
3488 2007-03-15  Everaldo Canuto  <everaldo@simios.org>
3489
3490         [ Fixes bug #79828 ]
3491
3492         * ToolBar.cs:
3493         - Rename ToolBarButtonInfor to ToolBarItem.
3494         - Add all layout and calculation stuff gtom ToolBarButton to ToolBarItem.
3495         - Maintain an array of ToolBarItem, used instead of ToolBarButton
3496         collection to be able add same button more than one time on a toolbar.
3497         - Refactory all properties and methods to use ToolBarItem. 
3498
3499         * ToolBarButton.cs: 
3500         - Remove all propeties and methods that is now in ToolBarItem.
3501         - Rectangle propery now gets the rectangle from first ToolBarItem to
3502         mimic win32 behavior.
3503         - Size calculation and layout methods also removed.
3504
3505         * ThemeWin32Classic.cs: Change all ToolBar drawing methods to receive
3506         ToolBarItem instead of ToolBarButton to right drawing buttons when
3507         same button/separator was added more than one time to ToolBar.
3508
3509         * ThemeNice.cs: Same as above. 
3510
3511 2007-03-15  Andreia Gaita  <avidigal@novell.com>
3512
3513         * XplatUIX11.cs: Fire extra MouseMove events right after
3514         MouseDown and MouseUp, emulating win32's <censored> behaviour
3515         for apps that rely on it.
3516
3517 2007-03-15  Jackson Harper  <jackson@ximian.com>
3518
3519         * TextControl.cs:
3520         * TextBoxBase.cs: On MS, a fixed single border is not in NC area,
3521         it is drawn on the controls client window and there is no NC
3522         area.
3523         - Set the background color to gray on 2.0 when we are readonly.
3524
3525 2007-03-15  Chris Toshok  <toshok@ximian.com>
3526
3527         [ Fixes bug #81144 ]
3528         
3529         * XplatUIX11.cs: implement VirtualScreen independently of
3530         WorkingArea, by querying the _NET_DESKTOP_GEOMETRY root window
3531         property.
3532
3533 2007-03-15  Chris Toshok  <toshok@ximian.com>
3534
3535         * Hwnd.cs: add an internal field for the cached_window_state.
3536
3537         * XplatUIX11.cs: cache the window state, invalidating the cache
3538         (and thus re-querying the X server) only when we see an update to
3539         the _NET_WM_STATE property.
3540
3541 2007-03-15  Chris Toshok  <toshok@ximian.com>
3542
3543         * BindingSource.cs: get a lot of the unit tests working.
3544
3545 2007-03-15  Jonathan Pobst  <monkey@jpobst.com>
3546
3547         * Control.cs: Modify UpdateStyles to store distances when bounds >=
3548         0 instead of just bounds > 0.  [Fixes bug #80912]
3549
3550 2007-03-15  Jonathan Pobst  <monkey@jpobst.com>
3551
3552         * ToolStrip.cs, ToolStripItem.cs: Implement several new properties
3553         and methods.
3554
3555 2007-03-15  Ivan N. Zlatev <contact@i-nz.net>
3556         
3557         * ComboBox.cs, Control.cs, XplatUIStructs.cs, XplatUIX11GTK.cs,
3558         XplatUIX11.cs, XplatUIWin32.cs, InternalWindowManager.cs,
3559         XplatUIOSX.cs, TextControl.cs: Replaces all uses of the custom
3560         WM_MOUSE_LEAVE with the system WM_MOUSELEAVE message.
3561
3562 2007-03-15  Chris Toshok  <toshok@ximian.com>
3563
3564         [ Fixes #81101 ]
3565         
3566         * Control.cs: add Ivan's fix for 81101, with a slight modification
3567         - you can set control.Target to null.
3568
3569 2007-03-14  Jonathan Pobst  <monkey@jpobst.com>
3570
3571         * ToolStripItem.cs: If our OwnerItem is null, we can't use 
3572         HideDropDown, use Hide instead to prevent an NRE.
3573         [Fixes bug #81147]
3574
3575 2007-03-14  Jackson Harper  <jackson@ximian.com>
3576
3577         * TextBoxBase.cs: Mess with the creation stuff a little. We need
3578         to calculate the document before the handle is created, in some
3579         cases. (Actually just one case).
3580
3581 2007-03-14  Jackson Harper  <jackson@ximian.com>
3582
3583         * TextBoxBase.cs: Need to display the caret after letting the base
3584         wndproc handle the focus methods, because the caret display
3585         methods check the focus state.
3586         - Try to display the caret after updating it's position with SelectWord.
3587         - Don't need to do an immediate update on this recalc, since there
3588         will be an invalidate anyways.
3589
3590 2007-03-14  Jackson Harper  <jackson@ximian.com>
3591
3592         * TreeView.cs: Some workarounds so that we can match event order a
3593         little better.
3594
3595 2007-03-14  Gert Driesen  <drieseng@users.sourceforge.net>
3596
3597         * ErrorProvider.cs: Invoke default ctor from 2.0-only ctor. Fixes bug
3598         #80803. Avoid NullReferenceException when Control does not have
3599         parent. Fixed different blinkstyle issues. Only subscribe to Tick
3600         event a single time. Only draw error icon when control is created and
3601         visible. Fixes failing unit tests.
3602
3603 2007-03-14  Andreia Gaita  <avidigal@novell.com>
3604
3605         * TabControl.cs: Add support for 2.0 Deselecting, Deselected and
3606         Selecting events. Fire Leave and Enter events when changing tabs.
3607
3608 2007-03-14  George Giolfan  <georgegiolfan@yahoo.com>
3609
3610         * TreeView.cs: Add TreeViewNodeSorter.
3611         * TreeNodeCollection.cs: Add sorter parameter to Sort method.
3612
3613 2007-03-14  Chris Toshok  <toshok@ximian.com>
3614
3615         * Form.cs: go ahead and remove the RecreateHandles that jpobst
3616         removed earlier and I had him add back it.  It turns out metacity
3617         *does* in fact handle the MOTIF_WM_HINTS property changing, it
3618         just doesn't redraw the window titlebar until you resize the
3619         window.  This also means we aren't recreating the entire window
3620         hierarchy on X when you change this property.  And it looks better
3621         on windows, too.
3622
3623 2007-03-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3624
3625         * ListViewItem.cs:
3626         * ListView.cs: Collecting selection information
3627         is now done in SelectedIndexCollection rather than in
3628         SelectedListViewItemCollection. This is done so we can
3629         have the selection information code in one single place
3630         (virtual mode selection information entirely depends on
3631         SelectedIndexCollection).
3632
3633 2007-03-13  Miguel de Icaza  <miguel@novell.com>
3634
3635         * ErrorProvider.cs: Add stubs for ISupportInitialize
3636
3637 2007-03-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3638
3639         * ListViewItem.cs: Trigger the ItemCheck and ItemChecked events
3640         in the right order with the right values, from the Checked property, 
3641         just as MS does (instead of triggering them from ListView).
3642
3643         * ListView.cs: Make OnItemCheck and OnItemChecked internal.
3644
3645 2007-03-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3646
3647         * ListView.cs: Implement ItemChecked 2.0 event. Also cast to 
3648         the correct handler in OnItemCheck method (ItemCheckEventHandler 
3649         instead of EventHandler). This used to throw an InvalidCastException.
3650
3651 2007-03-13  Jackson Harper  <jackson@ximian.com>
3652
3653         * TextBoxBase.cs: Calculate the document before the handle is
3654         created, so there isn't an extra invalidate called.
3655
3656 2007-03-13  Jonathan Pobst  <monkey@jpobst.com>
3657
3658         * Form.cs: Don't set owner in ShowDialog until we are sure
3659         that we aren't going to throw an exception.  [Fixes bug #80773]
3660
3661 2007-03-12  George Giolfan  <georgegiolfan@yahoo.com>
3662
3663         * TreeView.cs: Make it compile.
3664
3665 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
3666
3667         * Control.cs: Another place we don't call SizeFromClientSize.
3668         * Form.cs: Another place we don't call SizeFromClientSize.
3669         [Fixes bug #81125]
3670
3671 2007-03-12  Jackson Harper  <jackson@ximian.com>
3672
3673         * TreeView.cs: Basically emulating some strangness here with
3674         exanding nodes and setting node positions when windows aren't
3675         created.
3676         - Also attempting to walk the node tree less than previously, and
3677         just use visible order calculations for determining offsets.
3678         - oops made scrolling backwards.
3679         * TreeNode.cs: We need to start nodes with a zero visible order,
3680         because the order calcs are based on the first nodes order.
3681
3682 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
3683
3684         * Form.cs: Don't exit the program if RecreateHandle is called on
3685         the main form.
3686
3687 2007-03-12  Chris Toshok  <toshok@ximian.com>
3688
3689         * XEventQueue.cs: remove the use of PostQuitState.
3690
3691         * XplatUIX11.cs: remove the use of PostQuitState.  If we get a
3692         WM_QUIT message in GetMessage, return false (and if we're in the
3693         nested WaitForHwndMessage, repost the WM_QUIT message).
3694
3695 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
3696
3697         * Form.cs: Don't call RecreateHandle when we change the MinimizeBox
3698         or the MaximizeBox properties.  [Part of bug #80640]
3699
3700 2007-03-12  Everaldo Canuto  <everaldo@simios.org>
3701
3702         * LinkLabel.cs: When calculate pieces make LinkArea empty if theres
3703         no links.
3704
3705 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
3706
3707         * ToolStripItem.cs: Fix some tests I broke by checking Visible
3708         instead of visible.
3709
3710 2007-03-12  Gert Driesen  <drieseng@users.sourceforge.net>
3711
3712         * FileDialog.cs: Use text of File name combobox to determine what
3713         files the user selected. Added tokenizer to parse the file names.
3714         Fixes bug #81123.
3715
3716 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
3717
3718         * Control.cs: We can't call SizeFromClientSize in the constructor,
3719         but we still need to do the same work, so make an internal version.
3720         [Fixes bug #80621]
3721
3722 2007-03-12  Jackson Harper  <jackson@ximian.com>
3723
3724         * TreeView.cs:
3725         * TreeNode.cs:
3726         * OpenTreeNodeEnumerator: Match MS better for IsVisible and
3727         IsExpanded.
3728
3729 2007-03-12  Jackson Harper  <jackson@ximian.com>
3730
3731         * TextBoxBase.cs: Now that the handles are being created a little
3732         later, we need to make sure that the document is recalculated when
3733         the handle is created.
3734
3735 2007-03-11  Everaldo Canuto  <everaldo@simios.org>
3736
3737         * Theme.cs: GetLinkFont abstract method added.
3738         
3739         * LinkLabel.cs: 
3740         - Remove CalcTrimRectangle, no longer needed.
3741         - Factor also remove, position issues must be fixed in libgdiplus.
3742         - Move GetPieceColor to ThemeWin32Classic.cs as it is theme related.
3743         - GetPieceFont, CreateLinkFont and link_font removed, theme must be 
3744         care about font used to draw links.
3745         - Set TabStop to true when control is "Selectable", control is selectable
3746         when have one or more links. Fixes #80501 (test case is also added).
3747         - Set the LinkArea values after links change, LinkArea values must be
3748         based in first link position and size, a test case was created.
3749         - Fix ControlStyles.Selectable value, now is based on LinkArea value, 
3750         the attribute must be true LinkArea.Length > 0. The same was applied to
3751         TabStop.
3752         
3753         * ThemeWin32Classic.cs: 
3754         - LinkLabelGetPieceColor and LinkLabelGetPieceFont created and used 
3755         in draw method.
3756         - Use CPDrawStringDisabled to draw disabled text instead of hard code 
3757         color change.
3758         - Draw focus rectangle for every parts focused, including parts that 
3759         is on another line, its because regions returns various rectangles
3760         and not only one. Needed to mimic W32 look.
3761         - Uses Graphics.Clip to delimite region painted, it mean that now 
3762         complete text is passed to DrawString, with this we solve layout
3763         issues without create another text renderer.
3764         - Uses Region.Intersect to fix some flickers problems, now only needed
3765         parts will redrawed.
3766         - This changes fixes #79614 and some other unreported issues, on Linux 
3767         some layout problems still remain, the problem is under 
3768         MeasureCharacterRanges but it is an libgdiplus bug.
3769
3770 2007-03-10  Gert Driesen  <drieseng@users.sourceforge.net>
3771
3772         * TextBox.cs: Set for foreground color.
3773         * TextBoxBase.cs: Remove Invalidate when setting BackColor, since
3774         this is already done in Control.
3775
3776 2007-03-10  Jackson Harper  <jackson@ximian.com>
3777
3778         * TextBox.cs: Set the background color, but reset the
3779         backcolor_set flag which is just for the user setting the
3780         background color.
3781
3782 2007-03-09  Chris Toshok  <toshok@ximian.com>
3783
3784         * Control.cs: really remove the call to XplatUI.SetVisible from
3785         CreateHandle(), like I said I did when I merged the branch.
3786
3787         * BindingSource.cs: implement some more of this stuff.
3788
3789 2007-03-09  Jackson Harper  <jackson@ximian.com>
3790
3791         * TextBox.cs: Don't explicitly set our background colors.
3792         * TextControl.cs:
3793         * TextBoxBase.cs: Draw readonly text.
3794         - Need to invalidate when backcolor or readonly are changed.
3795         
3796 2007-03-09  Jackson Harper  <jackson@ximian.com>
3797
3798         * TextBoxBase.cs: Don't set the forecolor until the handle is
3799         created.
3800         - Do not raise OnPaint, and removed some old debug code.
3801
3802 2007-03-09  George Giolfan  <georgegiolfan@yahoo.com>
3803
3804         * ScrollableControl.cs: Fix mouse wheel scrolling.
3805
3806 2007-03-09  Jonathan Pobst  <monkey@jpobst.com>
3807
3808         * Control.cs: Wire up MouseDoubleClick event.
3809
3810 2007-03-09  Jonathan Pobst  <monkey@jpobst.com>
3811
3812         * ToolStrip.cs: Rework AutoSize to adjust height when docked to the
3813         top or bottom.
3814         * ToolStripItem.cs: Make Image drawing take ImageScaling into account.
3815         * ToolStripItemCollection.cs: Don't call owner.PerformLayout when a new
3816         item is added.  This logic was moved to ToolStrip.OnItemAdded.
3817         [Fixes bug #81090]
3818
3819 2007-03-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3820
3821         * ListVieItem.cs: SetIndex is only valid for 2.0 profile by now.
3822
3823 2007-03-08  Jackson Harper  <jackson@ximian.com>
3824
3825         * TreeView.cs: Show the correct image for selected node (this used
3826         to work, not sure how the code got deleted). Also implemented 2.0 feature
3827         SelectedImageKey.
3828
3829 2007-03-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3830
3831         * ListView.cs:
3832         * ListViewItem.cs: Cache index in items when retrieving them
3833         in VirtualMode.
3834
3835 2007-03-08  Jonathan Pobst  <monkey@jpobst.com>
3836
3837         * ToolStripItem.cs: Don't return the explicit_size if we are using 
3838         AutoSize.  Fixes invalidation issue when user has explicitly set a
3839         size and has AutoSize = true.
3840
3841 2007-03-08  Jonathan Pobst  <monkey@jpobst.com>
3842
3843         * XplatUIX11.cs: Hardcode FrameBorderSize value temporarily to fix MWF.
3844
3845 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
3846
3847         * DataGridView.cs: Remove event handler from DataView when a
3848         DataTable is used as DataSource.
3849
3850 2007-03-08  Jonathan Pobst  <monkey@jpobst.com>
3851
3852         * Control.cs: Create internal setter for client_size to allow it to be
3853         set without triggering resizing code.
3854         * Form.cs: Calculate client_size in constructor, only change client_size
3855         in FormBorderStyle property if Handle has been created.
3856         [Fixes #80574, #80791]
3857
3858 2007-03-08  George Giolfan  <georgegiolfan@yahoo.com>
3859
3860         * SystemInformation.cs: Add TerminalServerSession.
3861
3862 2007-03-07  Jonathan Pobst  <monkey@jpobst.com>
3863
3864         * TreeViewDrawMode.cs: Make internal for 1.1 to allow for consolidated
3865         TreeView code.
3866
3867 2007-03-07  Jonathan Pobst  <monkey@jpobst.com>
3868
3869         * XplatUIWin32.cs: The no_activate stuff was forcing us to create a
3870         Handle before we were supposed to.  Now checks ActivateOnShow property
3871         in Control.
3872         * Control.cs: Add internal ActivateOnShow property.
3873         * ComboBox.cs, Form.cs, MenuAPI.cs, ToolStripDropDown.cs: Return false
3874         for ActivateOnShow.
3875         * Hwnd.cs Remove no longer needed no_activate field.
3876
3877 2007-03-07  Jackson Harper  <jackson@ximian.com>
3878
3879         * TreeView.cs: Implement owner draw tree nodes.  And a couple more
3880         2.0 properties
3881         * DrawTreeNodeEventHandler.cs: Add
3882         * DrawTreeNodeEventArgs.cs: Correct default value.
3883         
3884 2007-03-07  Chris Toshok  <toshok@ximian.com>
3885
3886         * XplatUIWin32.cs: create InternalWndProc so that we're guaranteed
3887         to be called before NativeWindow.WndProc.  Put the HwndCreating
3888         magic there to hook up our Hwnd's to handles.
3889
3890 2007-03-07  Gert Driesen  <drieseng@users.sourceforge.net>
3891
3892         * DataGridView.cs: Comment out debug code.
3893
3894 2007-03-07  Chris Toshok  <toshok@ximian.com>
3895
3896         [merge -r72718:73765 from mwf-handle-branch, and include 2 changes
3897         to make the rest of the world happy]
3898
3899         * Control.cs (CreateHandle): there's no need to call
3900         XplatUI.SetVisible here, it's effectively done by
3901         XplatUI.CreateWindow on X now, and always was on windows.
3902
3903         * XplatUIX11.cs (WaitForHwndMessage): only use the PostQuitState
3904         shortcircuit out of the loop if we have a message loop running on
3905         this thread.
3906
3907         [Changelog from merge]
3908
3909         2007-03-05  Chris Toshok  <toshok@ximian.com>
3910
3911                 * Control.cs (AccessibilityNotifyClients): turns out in 1.1 this
3912                 causes handle creation.
3913
3914         2007-02-28  Chris Toshok  <toshok@ximian.com>
3915
3916                 * ApplicationContext.cs: Add a flag to make sure we only raise the
3917                 ThreadExit event once (ExitThreadCore can be indirectly called
3918                 from a few places.)  I don't like the additional flag, but it
3919                 makes the event ordering/count correct.
3920
3921                 * Application.cs (MWFThread.LoopCount): don't use an enumerator
3922                 without locking the collection.  An enumerator doesn't give us any
3923                 protection from modification anyway.  Lock the thread hash and
3924                 replace the complicated enumerator loop with a foreach.
3925                 (Application.CloseForms): make internal so it can be called from
3926                 ApplicationContext.  This should probably be moved to MWFThread.
3927                 (Application.ExitThread): don't call MWFThread.Current.Exit()
3928                 here.  just call XplatUI.PostQuitMessage.  We'll exit the thread
3929                 when the runloop exits (in response to WM_QUIT.)
3930                 (Application.RunLoop): add a comment (and check) for
3931                 context.MainForm being null after setting context.MainForm.Visible
3932                 = true.  This is because you're perfectly free to dispose of a
3933                 form in VisibilityChanged.  Chalk this up to another case where we
3934                 need to synchronously generate WM_ACTIVATE from Control.Show.
3935                 Also, add handling for WM_QUIT here so we'll exit the loop.
3936                 
3937                 * XplatUIX11.cs: clean up MapWindow and UnmapWindow a bit.  The
3938                 fact that we don't wait if we're only unmapping the whole_window
3939                 makes me a bit nervous, but it doesn't seem to cause any problems
3940                 yet.
3941
3942                 also, add a comment about the stupid, broken and wrong resetting
3943                 of PostQuitState to false in GetMessage().
3944
3945                 In PostQuitMessage, we need to add a WM_QUIT message to the
3946                 thread's queue.  We use the FosterParent to get the right
3947                 handle/hwnd/queue.
3948
3949                 Lastly, in SetVisible, we need to unmap both windows, since the
3950                 waiting only happens when we're unmapping the client window.  So
3951                 now, the *only* time we unmap just the whole_window is in the hack
3952                 for resizing a control to 0,0.
3953                 
3954         2007-02-21  Chris Toshok  <toshok@ximian.com>
3955
3956                 * Application.cs (CloseForms): rewrite this so that we don't
3957                 modify the list while we're traversing it.
3958
3959         2007-02-20  Chris Toshok  <toshok@ximian.com>
3960
3961                 * ListBox.cs (.ctor): move the Control.AddImplicits here instead
3962                 of OnHandleCreated.
3963                 (HorizontalScrollEvent): only call XplatUI.ScrollWindow if the
3964                 handle is created.  otherwise we'll create it here.
3965                 (VerticalScrollEvent): same here.
3966
3967                 * Application.cs (CloseForms): call Form.Dispose, don't post
3968                 WM_CLOSE_INTERNAL.
3969
3970                 * Form.cs (WndProc): we don't need to use CLOSE_INTERNAL
3971                 here. Application should Dispose() of the Form's.
3972
3973                 * XplatUIX11.cs (WaitForHwndMessage): break out of the loop on
3974                 WM_DESTROY as well.
3975                 (MapWindow,UnmapWindow): only actually do the waiting for
3976                 SHOWWINDOW if the control we're dealing with is a Form.
3977                 (CreateWindow): if the control isn't a form, SendMessage
3978                 WM_SHOWWINDOW here (if the WS_VISIBLE style is set).
3979
3980                 * Control.cs (SetVisibleCore): always use is_visible here, not
3981                 value.  If we use value, we can end up re-setting something
3982                 visible if, for instance, you do Control.Hide() in a delegate
3983                 attached to VisibleChanged as we do in FormTest.ShowDialogTest.
3984
3985         2007-02-20  Chris Toshok  <toshok@ximian.com>
3986
3987                 * XplatUIX11.cs (WaitForHwndMessage): we need to loop until we get
3988                 the message we need.  PeekMessage returning false should not be a
3989                 condition under which we exit the loop.
3990
3991         2007-02-15  Chris Toshok  <toshok@ximian.com>
3992
3993                 * Control.cs (Refresh): only refresh if we've got a handle and are
3994                 visible.
3995                 (CreateAccessibilityInstance): CreateControl() here.
3996                 (UpdateChildrenZOrder): complicate the code loop even more by
3997                 taking into account controls that haven't had their handle
3998                 created, and those that aren't visible.  But on the flip side,
3999                 simplify the code by splitting it into two loops.  one which
4000                 builds up the list of child controls we're interested in, and the
4001                 other that sets the z order of those children.
4002
4003         2007-02-14  Chris Toshok  <toshok@ximian.com>
4004
4005                 * Control.cs: Control.AccessibilityObject causes the control to be
4006                 created, not just the handle.
4007
4008         2007-02-14  Chris Toshok  <toshok@ximian.com>
4009
4010                 * Control.cs: rework UpdateChildrenZOrder to correctly handle the
4011                 problem on X where a window might have its handle created (and be
4012                 visible) while the window is unmapped.  calling XConfigureWindow
4013                 on an unmapped window is bad, and generates X errors.
4014
4015         2007-02-13  Chris Toshok  <toshok@ximian.com>
4016
4017                 * Control.cs (CreateHandle): don't loop over our children setting
4018                 their parent here.  do it when in WndProc when we're shown.
4019                 (UpdateChildrenZOrder): make this internal so we can call it from
4020                 ScrollableControl.
4021                 (WndProc): for WM_SHOWWINDOW, reparent the child control after
4022                 creating its handle.  Also, remove the calls to PerformLayout from
4023                 here.  they're done in ScrollableControl.OnVisibleChanged.  Also,
4024                 OnVisibleChanged only seems to be called directly here for the
4025                 toplevel control.  It's propagated down the window hierarchy by
4026                 calls to child.OnParentVisibleChanged.
4027                 (OnVisibleChanged): don't do layout here - it's done (oddly
4028                 enough, according to a glance at stack traces on ms.net..) in
4029                 ScrollableControl.
4030                 
4031                 * ScrollableControl.cs (OnVisibleChanged): make sure we update the
4032                 z order of our children before calling PerformLayout.
4033
4034         2007-02-12  Chris Toshok  <toshok@ximian.com>
4035
4036                 [big change, fixes #80020]
4037                 
4038                 * AccessibleObject.cs: we need to make owner internal again to fix
4039                 some of ControlAccessibleObject.
4040
4041                 * Control.cs: lots of changes here.  add support for WM_CREATE,
4042                 for which we generate OnHandleCreated.  Remove the OnHandleCreated
4043                 call from CreateHandle.  Also add support for WM_SHOWWINDOW where
4044                 we create child controls.  leave the MonoTODO's for the
4045                 accessibility calls, but fix the exceptions so the tests pass.
4046
4047                 Add the InvalidOperationExceptions to Invoke methods, and remove a
4048                 couple of InvokeInternal methods we aren't using.
4049                 
4050                 Also, add a couple of CreateHandle calls in places where we know
4051                 the handles are being created but our code doesn't reference
4052                 .Handle.
4053
4054                 Make SetVisibleCore call OnVisibleChange if the handle isn't
4055                 created.  If the handle is created, we rely on XplatUI.SetVisible
4056                 generating the event synchronously.
4057                 
4058                 Lastly, make sure we don't use this.Handle inside CreateHandle,
4059                 because we can call back into client (and that code can dispose of
4060                 the control).
4061
4062                 * XplatUIStructs.cs: misc/cleanup.
4063
4064                 * XplatUIX11.cs: Map/Unmap X events correspond to WM_SHOWWINDOW,
4065                 although we don't populate the wParam properly.
4066                 (CreateWindow): generate WM_CREATE.
4067                 (MapWindow,UnmapWindow): make these calls synchronous, at great
4068                 performance expense (particularly in the unmap case), to match
4069                 win32 behavior.
4070
4071                 * Form.cs (.ctor): remove the call to UpdateBounds. we don't need
4072                 to call it.
4073                 (set_MdiParent): don't recreate the handle unless it's been
4074                 created already.
4075                 
4076                 * MdiClient.cs (OnResize): don't InvalidateNC Parent.Handle unless
4077                 it's created.
4078
4079                 * NativeWindow.cs: this is probably the weirdest part of the
4080                 patch.  We need a way to link up the window being created to the
4081                 WM_CREATE message.  Since we can only be creating one window at a
4082                 time on a given thread, we keep track of a per-thread reference so
4083                 we can dispatch it properly.  We also need to keep track of the
4084                 Hwnd currently being created so that the win32 backend doesn't
4085                 have problems.
4086                 
4087                 * XplatUIWin32.cs: a similar change to the one we made in
4088                 NativeWindow.cs.
4089
4090 2007-03-07  Jonathan Pobst  <monkey@jpobst.com>
4091
4092         * ToolStripItem.cs: Make CalculatePreferredSize virtual.
4093         * ToolStripMenuItem.cs: Modify CalculatePreferredSize and OnPaint
4094         to draw the menu shortcut string.
4095
4096 2007-03-07  Jackson Harper  <jackson@ximian.com>
4097
4098         * TreeNode.cs: Add the 2.0 collapse method.
4099
4100 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
4101
4102         * DataGridViewColumn.cs: Fix HeaderText behaviour (Bug #80746).
4103
4104 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
4105
4106         * DataGridView.cs: Change DataSource will clear column and row
4107         lists. Call Invalidate() to reflect DataSource change.
4108
4109 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
4110
4111         * DataGridView.cs: Add rows when DataSource is System.Data.DataView
4112         and a new row is added to it.
4113
4114 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
4115
4116         * DataGridView.cs: Add columns when DataSource is en empty list but
4117         is a System.Data.DataView (from a System.Data.DataTable).
4118
4119 2007-03-06  Andreia Gaita  <avidigal@novell.com>
4120
4121         * Label.cs: Implement AutoEllipsis (2.0)
4122
4123 2007-03-06  Jackson Harper  <jackson@ximian.com>
4124
4125         * TreeView.cs: Implement 2.0 TopNode setter property.
4126         - Use a local var instead of the skipped_nodes field for computing
4127         how many nodes to skip.  Otherwise we won't scroll because the
4128         valuechanged handler checks if skipped_nodes is equal to the new
4129         value.
4130         - Implement 2.0 Sort method.
4131         - Add useless 2.0 DoubleBuffer property
4132         - Implement 2.0 LineColors property.  Lets you change the color of
4133         the lines in the tree. Terribly useful for creating non cohesive
4134         desktops.
4135         - Implement 2.0 image key feature.
4136
4137 2007-03-06  Jackson Harper  <jackson@ximian.com>
4138
4139         * TreeView.cs: We can't get the bounds of the nodes before raising
4140         the AfterSelect event, because that event could change the node's
4141         bounds (scrolling, font change, etc).
4142
4143 2007-03-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4144
4145         * XplatUIWin32.cs: When faking styles don't remove the WS_VISIBLE flag.
4146         * Form.cs: Don't recreate handle when creating FormWindowManager, just
4147           update window styles. In CreateParams us VisibleInternal instead of
4148           VIsible to get the actual visible flag set for this form.
4149         * FormWindowManager.cs: Activate the form whenever the mouse clicks on
4150           the nc area. Fixes #81042. Also fix HandleTitleBarDoubleClick to
4151           handle the case when the form is already maximized, in which case
4152           it should be restored. Fixes #81043.
4153
4154 2007-03-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4155
4156         * XplatUIX11.cs: Tool windows still get wm styles. Fixes toolwindows showing up with double decorations.
4157
4158 2007-03-05  Jackson Harper  <jackson@ximian.com>
4159
4160         * TreeViewHitTestInfo.cs: implement.
4161
4162 2007-03-05  Jackson Harper  <jackson@ximian.com>
4163
4164         * InternalWindowManager.cs: class status fix.
4165
4166 2007-03-05  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4167
4168         * InternalWindowManager.cs: All windows that have a parent
4169         are confined to their parent when they're being moved.
4170         Fixes #80822.
4171
4172 2007-03-04  Gert Driesen  <drieseng@users.sourceforge.net>
4173
4174         * SystemInformation.cs: Marked KeyboardDelay and KeyboardSpeed public
4175         on 2.0 profile. Fixes bug #81018. Small code formatting fixes.
4176
4177 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4178
4179         * ThemeWin32Classic.cs: ManagedWindowSetButtonLocations: Make all
4180           buttons invisible before deciding which ones should be visible
4181           (fixes minimize/maximize buttons showing up in toolwindows). Remove
4182           an unused variable.
4183         * InternalWindowManager.cs: Remove warning.
4184
4185 2007-03-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4186
4187         * ListView.cs: Add a check in ListViewItemCollection.RemoveAt
4188         to throw an InvalidOperationException is virtual mode is being used.
4189
4190 2007-03-02  Jonathan Pobst  <monkey@jpobst.com>
4191
4192         * SplitContainer.cs, SplitterPanel.cs, StatusStrip.cs, TableLayoutPanel.cs,
4193         ToolStrip.cs, ToolStripContainer.cs, ToolStripContentPanel.cs,
4194         ToolStripControlHost.cs, ToolStripDropDownItems.cs, ToolStripItem.cs,
4195         ToolStripMenuItem.cs, ToolStripOverflowButton.cs, ToolStripPanel.cs,
4196         ToolStripPanelRow.cs, ToolStripProfessionalRenderer.cs, ToolStripSplitButton.cs,
4197         ToolStripStatusLabel.cs, ToolStripTextBox.cs: Corcompare work.
4198
4199 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4200
4201         * XplatUI.cs: Fixed returning driver.KeyboardSpeed instead of
4202           driver.KeyboardDelay from XplatUI.KeyboardDelay 
4203         * XplatUIW      in32.cs: Implemented KeyboardSpeed/KeyboardDelay properties
4204           (patch by Sergey Volk)
4205
4206 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4207
4208         * ToolWindowManager.cs: Added, contains logic for
4209           tool windows.
4210         * CreateParams.cs: Add a few helper methods and an
4211           internal variable to know which control the CreateParams belongs
4212           to.
4213         * Control.cs: Call Form.ChangingParent when the
4214           parent is about to be changed.
4215         * XplatUIX11.cs: DeriveStyles (): Set
4216           caption_height for all windows that have captions and are children.
4217           Update to use ToolWindowManager instead of InternalWindowManager
4218           for ToolWindows.
4219         * XplatUIWin32.cs: Set fake window styles for all
4220           windows that have window managers.
4221         * MdiWindowManager.cs: Added MaximizedTitleButtons (buttons are
4222           now duplicated for mdi windows when they are
4223           maximized, first for the buttons the window itself has, then for
4224           the buttons that appear in the menu bar. Makes things a little
4225           easier). Updated UpdateWindowDecorations, SetWindowState and the
4226           mouse eventhandlers accordingly.
4227         * Form.cs: Add ChangingParent (), contains the
4228           logic of what should happen when the parent changes. In MdiParent
4229           don't set things that ChangingParent () is doing. When handling
4230           WM_CLOSE, we can close the form if there are any other modal forms
4231           and the current form is a descendent of the modal form.
4232         * InternalWindowManager.cs: A lot of refactoring,
4233           the title buttons are now extracted to a separate container class
4234           that takes care of all button code (clicks, tooltips, etc). Moved
4235           Iconic|Maximized|Normal Bounds properties to this class from
4236           MdiWindowManager, so that the window state logic can succeed for
4237           other than mdi wm's. Implemented general window state change logic.
4238           Moved CreateButtons to ThemeWin32Classic, since the theme might
4239           override which buttons are available when as well as the exact
4240           location.
4241         * FormWindowManager.cs: Added, contains logic for
4242           normal forms.
4243         * ThemeWin32Classic.cs: ManagedWindowSetButtonLocations now decides
4244           which buttons go where (and if they are at all visible). 
4245           Removed special handling of maximized windows, since they aren't special. 
4246           In DrawManagedWindowDecorations don't try to draw the text if it is
4247           empty.
4248         * MdiClient.cs: ArrangeIconicWindows: Don't  calculate any sizes, 
4249           use whatever the wm gives us.
4250
4251 2007-03-02  Jonathan Pobst  <monkey@jpobst.com>
4252
4253         * ButtonBase.cs: Add 2.0 properties.
4254         * Button.cs: Override Draw for 2.0.
4255         * Control.cs: Add Entered and Selected properties.
4256         * FlatButtonAppearance.cs, TextFormatFlags.cs, TextImageRelation.cs,
4257         TextRenderer.cs: Make internal for 1.1 to unify drawing code.
4258         * Theme.cs: New abstract functions for drawing Standard, Flat, Popup
4259         buttons.
4260         * ThemeWin32Classic.cs: Implement layout calculations for 2.0 buttons.
4261
4262 2007-03-01  Jonathan Pobst  <monkey@jpobst.com>
4263
4264         * XplatUIWin32.cs: Don't use 2.0 methods in 1.1 code.  :/
4265
4266 2007-03-01  Jonathan Pobst  <monkey@jpobst.com>
4267
4268         * XplatUIWin32.cs: Register a new class with Windows each time we get
4269         a new ClassStyle.  [Fixes bugs #79432, #80817]
4270         * Controls.cs: Set the correct ClassStyle in CreateParams.
4271         * ToolStripDropDown.cs: Don't request an invalid ClassStyle.
4272
4273 2007-03-01  Gert Driesen  <drieseng@users.sourceforge.net>
4274
4275         * ListView.cs: Add fireEvent argument to ReorderColumn since the
4276         ColumnReordered event must not be signaled when modifying DisplayIndex
4277         of a ColumnHeader. Added internal ReorderColumns method which takes
4278         care of drawing, and updating the internal DisplayIndex of the
4279         ColumnHeader. Added AddColumn method which is invoked from
4280         ColumnHeaderCollection when adding or inserting columns, and which
4281         ensures that reorder_columns_indices is kept in sync. Avoid redrawing
4282         after adding each ColumnHeader in ColumnHeaderCollection.AddRange.
4283         Recalculated dispay indices after removing a ColumnHeader.
4284         * ColumnHeader.cs: Save DisplayIndex separately from ListView to
4285         match MS. Allows last display index to be returned after ListView
4286         is disposed. Update actual location of ColumnHeader when DisplayIndex
4287         is modified.
4288
4289 2007-03-01  Everaldo Canuto  <everaldo@simios.org>
4290
4291         * LinkLabel.cs: Improve CalcTrimRectangle.
4292         
4293         * ThemeWin32Classic.cs: Fix some compilation problem under VS 2003.
4294
4295 2007-02-28  Everaldo Canuto  <everaldo@simios.org>
4296
4297         * LinkLabel.cs: Rename CalcMeasurementFactor as CalcTrimRectangle and
4298         get rectangle as a result value.
4299
4300 2007-02-28  Everaldo Canuto  <everaldo@simios.org>
4301
4302         * LinkLabel.cs: Theres some diferences between rectangle return from 
4303         MeasureCharacterRanges and the area used for DrawString to fix this 
4304         CalcMeasurementFactor method was created, it calcules the diferences
4305         to be use later to adjust rectangle in draw operations. Fixes #80473.
4306         
4307         * ThemeWin32Classic.cs: Use factor calculated by CalcMeasurementFactor
4308         to adjust draw rectangle.
4309
4310 2007-02-27  Everaldo Canuto  <everaldo@simios.org>
4311
4312         * ThemeWin32Classic.cs: In DrawLinkLabel draw focus rectangle before draw
4313         text and some other changes to reduce and optimize source code.
4314
4315 2007-02-27  Jonathan Pobst  <monkey@jpobst.com>
4316
4317         * RadioButton.cs: Implement 2.0 event.
4318         * RelatedImageListAttribute.cs: Implement new class.
4319
4320 2007-02-27  Everaldo Canuto  <everaldo@simios.org>
4321
4322         * MenuAPI.cs: Change keynav_state before call SelectItem. Fixes #80901.
4323
4324 2007-02-27  Jonathan Pobst  <monkey@jpobst.com>
4325
4326         * CheckBox.cs: Implement 2.0 functionality.
4327
4328 2007-02-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4329
4330         * ListView.cs: Refactor Add and AddRange methods of
4331         ListViewItemCollection, to not update the ListView
4332         everytime an item is added in AddRange. Also move the update
4333         code to a new CollectionChanged method, and call it
4334         from other methods that need it as well (this should also fix some
4335         bugs when Sorting is used).
4336
4337 2007-02-27  Jackson Harper  <jackson@ximian.com>
4338
4339         * TextControl.cs: Try to never let the caret stay in a non-text
4340         tag.
4341         * TextBoxBase.cs: Update the caret.
4342
4343 2007-02-26  Jonathan Pobst  <monkey@jpobst.com>
4344
4345         * XplatUIStructs.cs: Add some convenience methods for POINT structure.
4346         * XplatUIWin32.cs: Add some convenience methods for RECT structure,
4347         delete POINT structure, duplicate of one in XplatUIStructs.
4348         * TextRenderer.cs: Use XplatUIWin32.RECT instead of UXTheme.RECT.
4349
4350 2007-02-26  Gert Driesen  <drieseng@users.sourceforge.net>
4351
4352         * ListView.cs: Initialize LabelEditEventArgs after setting Text of
4353         edit box since otherwise the Label would immediately be set (even if
4354         the user did not modify the label). In OnKeyDown set Handled to true
4355         if Return or Escape was pressed. In ColumnHeaderCollection unlink
4356         columns that are to be removed. In ListViewItemCollection unlink items
4357         that are to be removed.
4358
4359 2007-02-24  Jonathan Pobst  <monkey@jpobst.com>
4360
4361         * TextRenderer.cs: If we set a GDI clip region, we need to clear
4362         it when we are done.  [Fixes bug #80949]
4363
4364 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
4365
4366         * Form.cs: Wrap checking ShowWithoutActivation in a NET_2_0 block.
4367
4368 2007-02-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4369
4370         * ListView.cs: I forgot to commit the changes for ListView 
4371         in my previous patch.
4372
4373 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
4374
4375         * Clipboard.cs: Partially implement an overload of SetDataObject.
4376         * Form.cs: Implement ShowWithoutActivation.
4377         * XPlatUIWin32.cs: Fix for WM_SHOWNOACTIVATE for forms.
4378
4379 2007-02-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4380
4381         This is a first set of changes to make the Virtual mode works,
4382         by avoiding the retrieval of ListViewItem instances until
4383         draw time.
4384
4385         * ListView.cs: Store item position in the ListView instead of the
4386         ListViewItem, this way we don't request the Bounds property of
4387         ListViewItem inside the ListView calculations, as well as cache the item
4388         size in item_size field. Store indexes instead of ListViewItem
4389         instances in the matrix used by icon view. Add a ItemMatrixLocation
4390         struct to hold the row and col info of the matrix info.
4391
4392         * ListViewItem.cs: Don't store the location anymore, and only cache
4393         the rectangles for GetBounds. Use the ListView.GetItemLocation
4394         method to retrieve the actual location.
4395
4396 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
4397
4398         * TextRenderer.cs: Add clipping support, thanks to George.
4399         [Fixes bug #80949]
4400
4401 2007-02-23  Gert Driesen  <drieseng@users.sourceforge.net>
4402
4403         * ListViewItem.cs: Cancel label edit when item is removed from 
4404         ListView.
4405         * ListView.cs: Move setting of focus to EndEdit. Fire BeforeLabelEdit
4406         event before the edit textbox is displayed.  Added CancelEdit method
4407         which is used end to editing while ignoring the value set by the
4408         user. In EndEdit, set focus to ListView to avoid losing focus to
4409         other controls. In ListViewItemCollection.Clear, cancel editing of
4410         any of the items.  In Remove, cancel editing of item being removed.
4411         Avoid udplicate code by modifing RemoveAt to invoke Remove.
4412
4413 2007-02-23  Gert Driesen  <drieseng@users.sourceforge.net>
4414
4415         * FileDialog.cs: Update FSEntry when move is successful. Fixes
4416         bug #80948.  
4417
4418 2007-02-23  Everaldo Canuto  <everaldo@simios.org>
4419
4420         * MainMenu.cs: Change Draw method to take care about MenuOrigin to be 
4421         compatible with non X11 systems. Fixes #80901.
4422
4423 2007-02-23  Gert Driesen  <drieseng@users.sourceforge.net>
4424
4425         * ListView.cs: Added bool argument to UpdateMultiSelection to specify
4426         whether the item should be unselected and reselect. We do no want this
4427         when we're starting to edit the label. Do not fire the 
4428         SelectedIndexChanged event from ListView when its already been fired
4429         by modifying ListViewItem.Selected. Fixes bug #80943.
4430
4431 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
4432
4433         * TextRenderer.cs: Previos commit logic was backwards.
4434
4435 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
4436
4437         * TextRenderer.cs: Don't add padding on MeasureText if we were
4438         sent the NoPadding flag.
4439
4440 2007-02-23  Everaldo Canuto  <everaldo@simios.org>
4441
4442         * ThemeWin32Classic.cs: Invert order of drawing operation with DrawImage
4443         after DrawButton. To prevent image overlaps button borders SetClip and 
4444         ResetClip added before and after draw image. Fixes #79129.
4445
4446 2007-02-23  Everaldo Canuto  <everaldo@simios.org>
4447
4448         * FolderBrowserDialog.cs: Use ClientSize instead of Size to specify 
4449         window size, it fix problem when you run under win32 that theres
4450         Size diferent than ClientSize. Also fix controls size and positions
4451         to mimic Win32. Fixes #80837.
4452
4453 2007-02-22  Everaldo Canuto  <everaldo@simios.org>
4454
4455         * Form.cs: Handle WM_NCHITTEST and return HTMENU when point is on 
4456         menu area to fix some problems for non X11 systems. Fixes #80613.
4457
4458 2007-02-22  Jackson Harper  <jackson@ximian.com>
4459
4460         * TreeNode.cs: When a node is expanded, set its is_expanded flag
4461         even if it doesn't have any children.
4462
4463 2007-02-22  Jackson Harper  <jackson@ximian.com>
4464
4465         * TreeView.cs: Calculate the top node 'on the fly', this
4466         eliminates issues where you need to click on the tree before
4467         scrolling it to get the top node computed correctly.
4468         * TreeNodeCollection.cs: We don't need to mess with the top node
4469         anymore.
4470
4471 2007-02-22  Jackson Harper  <jackson@ximian.com>
4472
4473         * DataGridViewRow.cs: Fix typo so height can actually be set.
4474         Patch by Peter Grimm.
4475
4476 2007-02-22  Gert Driesen  <drieseng@users.sourceforge.net>
4477
4478         * FileDialog.cs: Fixed support for renaming files and directories.
4479         * ListView.cs: Do not lose focus when edit is canceled. Process
4480         Escape as regular key (to prevent closing of dialogs).
4481
4482 2007-02-22  Gert Driesen  <drieseng@users.sourceforge.net>
4483
4484         * ListView.cs: Removed TODO for LabelEdit. Removed extra tabs and
4485         spaces. Changed spaces to tabs. Removed unnecessary init of bools.
4486
4487 2007-02-22  Gert Driesen  <drieseng@users.sourceforge.net>
4488
4489         * FileDialog.cs: LabelEditEventArgs.Label now returns null when user
4490         did not modify label.
4491         * ListView.cs: Only set LabelEditEventArgs.Label if user actually
4492         modified the text. Reset Label when user presses Escape in edit mode.
4493         Move focus to ListView after having cancelled or finished editing the
4494         label.
4495
4496 2007-02-21  Gert Driesen  <drieseng@users.sourceforge.net>
4497
4498         * ComboBox.cs: Removed unnecessary initializations. Marked items field
4499         private. Clear textbox when Text is set to null and SelectedIndex is
4500         already -1.
4501         * FileDialog.cs: Removed unnecessary initializations. Removed 
4502         workarounds for ComboBox bugs that are now fixed. Modified
4503         DefaultExt, InitialDirectory and Title property to change null to
4504         zero-length string in getters. Avoid directly accessing fields.
4505
4506 2007-02-20  Jackson Harper  <jackson@ximian.com>
4507
4508         * TextControl.cs: Remove RecalAlignments call, that was some
4509         debugging leftovers.
4510         - Don't use the line indent when we shouldn't.
4511         * RichTextBox.cs: Add support for paragraph left indents.
4512
4513 2007-02-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4514
4515         * Control.cs: Fix BeginInvoke signature for 2.0 profile.
4516         Seems like the class status pages doesn't catch params differences.
4517
4518 2007-02-19  Gert Driesen  <drieseng@users.sourceforge.net>
4519
4520         * ComboBox.cs: Removed extra tabs. Changes spaces to tabs.
4521
4522 2007-02-19  Gert Driesen  <drieseng@users.sourceforge.net>
4523
4524         * ComboBox.cs: Setting Text should have no effect if item text of
4525         selected item exactly matches value. First lookup text using
4526         case-sensitive comparison, and fallback to case-insensitive comparison.
4527         FindString(Exact) returns -1 if search string is null. On 2.0 profile, 
4528         allow startIndex to be last index. Changed ArgumentOutOfRangeException
4529         paramname to match MS. Restart from first item if string is not found
4530         after startIndex. Fixed paramname of ArgumentNullException that is
4531         thrown for null value in ObjectCollection.Contains.
4532
4533 2007-02-19  Everaldo Canuto  <everaldo@simios.org>
4534
4535         * XplatUIStructs.cs: WM_XXX UISTATE elements uncommented.
4536
4537 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4538
4539         * ListControl.cs: In SelectedValue use value.Equals to compare for
4540         equality instead of ==, otherwise it will fail for strings.
4541         Fixes #80794.
4542
4543 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4544         
4545         * ComboBox.cs: Switch the order to ShowSelection and ActivateCaret,
4546         since the caret won't show up unless ShowSelection is true. 
4547         Fixes #80795.
4548
4549 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4550
4551         * Application.cs: When disabling all forms but the main form, do not
4552           disable any descendants of the main form (such as mdi children or
4553           other parented forms). Fixes #80822 on Windows.
4554         * Form.cs: If we have a parent, set the WS_CHILD style.
4555         * Control.cs: Update the window styles if the control whose parent has
4556           changed is a form (the WS_CHILD style has to be switched).
4557
4558 2007-02-19  Everaldo Canuto  <everaldo@simios.org>
4559
4560         * XplatUIStructs.cs: MsgUIState structure added.
4561
4562 2007-02-18  Gert Driesen  <drieseng@users.sourceforge.net>
4563
4564         * FileDialog.cs: Removed need for separate fileName field. On 2.0
4565         profile, do not check filename(s) for illegal character if filename(s)
4566         were set non-interactively but always check on 1.0 profile. Fixed NRE
4567          in DefaultExt and only strip off first leading dot. Improve exception
4568         message when invalid Filter is set. Do not ignore InitialDirectory if
4569         it does no exist. Store specified Title, and if empty use default
4570         title (depending on type of dialog). Added an internal DialogTitle 
4571         property for retrieving dialog title. Fixed logic of displayed dir to
4572         more closely match MS. Avoid setting ComboBox.Text to a zero-length 
4573         string as its buggy.
4574         * OpenFileDialog.cs: In OpenFile, throw ArgumentNullException if
4575         FileName is a zero-length string (it can never be null). Override 
4576         DialogTitle property to set default title of dialog box.
4577         * SaveFileDialog.cs: Override DialogTitle property to set default
4578         title of dialog box.
4579
4580 2007-02-18  Gert Driesen  <drieseng@users.sourceforge.net>
4581
4582         * FileDialog.cs: Modify default text of filename and filetype labels
4583         to match that of MS. Reset do_not_call_OnSelectedIndexChanged...
4584         after we've updated the SelectedIndex. Fixes part of bug #80887.
4585         * SaveFileDialog.cs: Set text of filetype label.
4586
4587 2007-02-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4588
4589         * LabelEditEventArgs.cs: New internal SetLabel method, to set the
4590         label field. Needed by latest Jackson's fixes for ListView.
4591
4592 2007-02-16  Andreia Gaita  <avidigal@novell.com>
4593
4594         * PrintPreviewControl/PrintPreviewDialog: Properly dispose of 
4595         print preview images.
4596
4597 2007-02-16  Jackson Harper  <jackson@ximian.com>
4598
4599         * ListView.cs: Make AfterLabelEdit work correctly.
4600         * FileDialog.cs: After changing the name of the folder, we have to
4601         make sure that it is created, or that we pop up an error because
4602         it already exists.
4603
4604 2007-02-16  Jackson Harper  <jackson@ximian.com>
4605
4606         * X11Dnd.cs: Implement aliases on mime handlers, so things like
4607         System.String are mapped to text.
4608         - Handle dataobjects, getting all the possible formats out of them
4609         - We dont need the drag event args before we give feedback. This
4610         allows feedback cursors to be immediate before selections have
4611         been converted.
4612
4613 2007-02-16  Jackson Harper  <jackson@ximian.com>
4614
4615         * TextBoxBase.cs: Modified the method for inserting images to
4616         taking a line and position instead of tag and position.
4617         * RichTextBox.cs: Handle PngBlip data by inserting the png image
4618         into the RTF file.
4619         * TextControl.cs: Allow images to be inserted as the first tag of
4620         a line.
4621         - Fix some off by one issues when we assume the first tag is a
4622         text tag, not an image tag.
4623
4624 2007-02-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4625
4626         * ListView.cs: Set focus to ListView when ItemControl gets a
4627         WM_RBUTTONDOWN message, to mimic .Net behaviour. 
4628         Fixes part of #80467.
4629
4630 2007-02-15  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4631
4632         * DateTimePicker.cs: Call RecreateHandle if the Format changes and
4633           validate Text input (if null or empty string reset Value to default
4634           value). Fixes #80830.
4635
4636 2007-02-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4637
4638         * ListView.cs: Set owner as null for columns and items when
4639         Dispose is invoked. Fixes #80607.
4640
4641 2007-02-14  Jonathan Pobst  <monkey@jpobst.com>
4642
4643         * ToolStrip.cs: Allow LayoutStyle.Flow, make sure to call OnOpening when
4644         showing DropDowns, don't show a Grip when doing Flow layout.
4645         [This fixes the toolbox in PDN 2.72.]
4646         * ToolStripItem.cs: Add Anchor property and some internal properties to
4647         reduces needed changes to FlowLayout.
4648         * ToolStripOverflow.cs: Remove unused variable.
4649         * ToolStripSplitStackLayout.cs: If a ToolStripItem isn't visible, don't
4650         use it in the layout calculations.
4651
4652 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
4653
4654         * ToolTip.cs: Add HotkeyPrefix.Hide to MeasureString format, it fix an issue
4655         reported in #79640.
4656         
4657         * ThemeWin32Classic.cs: Uses format for MeasureString in ToolTipSize to fiz
4658         size calculation.
4659
4660 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
4661
4662         * ToolBar.cs, ToolBarButton.cs: Revert and remove HotkeyPrefix from 
4663         MeasureString format, it can make button very large in some cases, it is
4664         strange but is what win32 do.
4665
4666 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
4667
4668         * ToolBar.cs, ToolBarButton.cs: Uses format in MeasureString to fix string 
4669         size calculation.
4670
4671         * ThemeWin32Classic.cs: Set HotkeyPrefix in toolbar text format to fix text
4672         rendering, the value is based on MenuAccessKeysUnderlined.
4673
4674 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
4675
4676         * Theme.cs: Change MenuAccessKeysUnderlined to "true" that is value used
4677         for most themes.
4678         
4679         * ThemeWin32Classic.cs: Override MenuAccessKeysUnderlined as false.
4680         
4681         * ThemeNice.cs, ThemeGtk.cs, ThemeClearlooks.cs: Remove always_draw_hotkeys
4682         and use MenuAccessKeysUnderlined instead.
4683
4684 2007-02-13  Andreia Gaita  <avidigal@novell.com>
4685
4686         * ContainerControl.cs: Focus fix for nunit treeview selection bug.
4687         A selected control would not get a Focus call if:
4688                 - the default active control of the container is the same as
4689                   the one that was selected
4690                 - we are switching from one container to another
4691         Under these conditions, the container being selected already has
4692         an active_control, which is the same as the one being activated, 
4693         so set_ActiveControl would always return and not send the Focus
4694         call. Fix to check if the currently active control of the container
4695         is actually focused.
4696
4697 2007-02-13  Jonathan Pobst  <monkey@jpobst.com>
4698
4699         * StatusStrip.cs: Implement the spring layout.
4700         * ToolStripControlHost.cs: Make sure the hosted control's visibility
4701         always matches the host.
4702         * ToolStripItem.cs: Write a more accurate layout for TextBeforeImage
4703         and TextAfterImage.
4704
4705 2007-02-13  Andreia Gaita  <avidigal@novell.com>
4706
4707         * Control.cs: Code reorganization only.
4708           - Reorganize the WndProc cases so that each case has it's own handling method, 
4709           to help with the no-line-numbering stack traces.
4710           - Formatting changes (it's vstudio's fault, really :p)
4711
4712 2007-02-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4713
4714         * MonthCalendar.cs: Switch to using Thread.CurrentCulture instead of
4715           Thread.CurrentUICulture to match DateTimePicker's (and MS)
4716           behaviour.
4717
4718 2007-02-12  Jackson Harper  <jackson@ximian.com>
4719
4720         * RichTextBox.cs:
4721         * TextBox.cs: By default we have a non multiline document
4722         - use the multiline property instead of the internal variable
4723         * TextBoxBase.cs: Treat multiline and non multiline the same in
4724         most places.
4725         - Use the documents multiline flag instead of tracking it ourself
4726         * TextControl.cs: Attempt at getting multiline to match MS
4727         behavior.  Lines now track an offset, which is either their X or Y
4728         offset depending on whether or not we are in multiline mode.
4729         - Update all the methods to understand that lines have an X value.
4730         - Fix crash in Undo::Duplicate when empty lines are deleted.
4731
4732 2007-02-12  Everaldo Canuto  <everaldo@simios.org>
4733
4734         * Label.cs: CalcPreferredHeight and CalcPreferredWidth methods removed and 
4735         code moved to properties PreferredHeight and PreferredWidth. It solve the
4736         all problems when preferred sizes must be recalculated. Fixes #80801.
4737
4738 2007-02-12  Everaldo Canuto  <everaldo@simios.org>
4739
4740         * Label.cs: Fix CalcPreferredHeight for 2.0 that must return only
4741         font height when compatible_text_rendering is false. Partially fix #80801.
4742
4743 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
4744
4745         * Form.cs: Fixed typo in exception message. Fixes bug #80779.
4746
4747 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
4748
4749         * Form.cs: Improved exception messages in ShowDialog.
4750
4751 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
4752
4753         * PrintDialog.cs: On 1.0 profile, throw ArgumentException in RunDialog if
4754         PrinterSettins has not been set. On 2.0 profile, initialize PrinterSettings
4755         if not set. Fixes bug #80764. Avoid accessing current_settings field
4756         directly.
4757
4758 2007-02-08  Everaldo Canuto  <everaldo@simios.org>
4759
4760         * Theme.cs: An new property MenuAccessKeysUnderlined added with default value
4761         false.
4762
4763         * SystemInformation.cs: An new property MenuAccessKeysUnderlined added, it is
4764         public in 2.0 and for easy maintenance and dont break compatibility it is 
4765         internal in 1.1.
4766         
4767 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
4768
4769         * ToolStripItem.cs: Implement using images from ImageList.
4770
4771 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4772
4773         * DateTimePicker.cs: Change default date-formatting culture from
4774           CurrentThread.CurrentUICulture to CurrentThread.CurrentCulture,
4775           seems to be the way MS does it.
4776
4777 2007-02-08  Andreia Gaita  <avidigal@novell.com>
4778
4779         * PrintPreviewControl.cs: rewrite toolbar code to fix #80725. Correct 6-up image 
4780         (the 6 was cut off on the right side)
4781
4782 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
4783
4784         * Form.cs: Tell MenuStrips to close when the form is clicked.
4785         * MenuStrip.cs, ToolStrip.cs, ToolStripControlHost.cs, 
4786         ToolStripDropDown.cs, ToolStripDropDownItem.cs, ToolStripItem.cs,
4787         ToolStripItemCollection.cs, ToolStripMenuItem.cs, ToolStripProfessionalRenderer.cs,
4788         ToolStripSplitButton.cs, ToolStripSplitStackLayout.cs: Add 
4789         support for Overflow, where items that do not fit are automatically
4790         reparented to a drop down menu.
4791         * ToolStripOverflow.cs, ToolStripOverflowButton.cs: Added.
4792         Also: fixes bug #80747.
4793
4794 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4795
4796         * ComboBox.cs: Remove warning (unused code).
4797         * ScrollableControl.cs: Remove warning for 1.1 profile.
4798
4799 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4800
4801         * Form.cs: Remove a warning.
4802
4803 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4804
4805         * DateTimePicker.cs: Fixed a NRE if CustomFormat was null. Handles the
4806           'g' specifier, not documented anywhere, but seems to always show up
4807           as a single space (might have something to do with the DateTime 'g'
4808           specifier, which is the era format, but since DateTimePicker can't
4809           go earlier than 1753 it wouldn't matter) . Fixed quote handling,
4810           won't crash if the format has an unmatched quote. Now shows
4811           single-character formats correctly. Fixes #80744.
4812
4813 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
4814
4815         * StatusStrip.cs: Stretch property needs to call base.Stretch,
4816         not this.Stretch to fix stack overflow. [Fixes bug #80760]
4817
4818 2007-02-07  Chris Toshok  <toshok@ximian.com>
4819
4820         * ThemeWin32Classic.cs (DrawButtonBase): don't clear to the
4821         background color.  it overwrites the background image we've
4822         already painted.  Fixes #80599.
4823
4824 2007-02-07  Chris Toshok  <toshok@ximian.com>
4825
4826         * DataGrid.cs: return immediately from Edit() when there are no
4827         columns.  Fixes #80662.
4828
4829 2007-02-07  Chris Toshok  <toshok@ximian.com>
4830
4831         * MessageBox.cs: fix #80625.  don't always show the Help button in
4832         2.0.  use the displayHelpButton parameter to determine if we
4833         should show it. Also, make the internal show_help field private.
4834
4835 2007-02-07  Chris Toshok  <toshok@ximian.com>
4836
4837         * Control.cs (SetVisibleCore): check in the proposed patch for
4838         80604, and set is_visible before calling CreateControl.
4839
4840 2007-02-07  Jonathan Pobst  <monkey@jpobst.com>
4841
4842         * ListView.cs: UseCompatibleStateImageBehavior setter changed from NIEX to 
4843         MonoInternalNote.  This is added automagically by VS2005, so let's not crash
4844         on it.
4845
4846 2007-02-06  Everaldo Canuto  <everaldo@simios.org>
4847
4848         * MenuAPI.cs: hotkey_active internal field added, it is required because
4849         we need to know when hotkeys must be draw, before this change a keystate
4850         Navigating was used but we can have menu in navigating state without
4851         hotkeys. Fixes #80694.
4852         
4853         * ThemeWin32Classic.cs: Only draw hot keys when hotkey_active is true.
4854
4855 2007-02-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4856
4857         * Control.cs: Handle WM_CAPTURECHANGED in 1.1 code as well, and change
4858           corresponding events and methods to be internal for 1.1 profile and
4859           public for 2.0 profile (required by SizeGrip).
4860         * Form.cs: Use SizeGrip as a virtual SizeGrip (and don't add it to the
4861           implicit control list). Don't set the size nor the location of the
4862           SizeGrip anymore as it's not needed.
4863         * SizeGrip.cs: Rewrote large parts, it now supports a virtual mode to
4864           draw directly on the captured control (fixes #80656). Removed
4865           ShowGrip (it wasn't used anywhere), redraw (always true), added
4866           GetDefaultSize and GetDefaultRectangle to calculate defaults.
4867         * ScrollableControl.cs: Make UpdateSIzeGripVisible internal so it can
4868           be called from SizeGrip.
4869
4870 2007-02-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4871
4872         * Timer.cs: Throw ArgumentException if Interval <= 0.
4873
4874 2007-02-05  Jackson Harper  <jackson@ximian.com>
4875
4876         * TreeView.cs: We need to check scrollbar visibility when window
4877         visibility is updated, because non visible trees don't ever add
4878         scrollbars.
4879         * Cursor.cs: We want the override cursor to be reset to NULL when
4880         we set current cursor to the default cursor.
4881
4882 2007-02-05  Jackson Harper  <jackson@ximian.com>
4883
4884         * TextControl.cs: Don't have crlfs when we are non multiline.
4885         - Consolidate the line position.
4886
4887 2007-02-05  Jackson Harper  <jackson@ximian.com>
4888
4889         * X11Keyboard.cs: BACK+CTRL gets a special char code.
4890
4891 2007-02-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4892
4893         * XplatUIX11.cs: Implemented WM_CAPTURECHANGED support, we're now
4894           handling LeaveNotify->NotifyUngrab in order to send
4895           WM_CAPTURECHANGED. However sometimes the NotifyUngrab arrives late
4896           after calling XUngrabPointer, so we call WindowUngrabbed directly
4897           from UngrabWindow in order to send WM_CAPTURECHANGED immediately.
4898         * Control.cs: Handle WM_CAPTURECHANGED in order to raise
4899           MouseCaptureChanged correctly. Also create handles if changing
4900           Capture (matches MS behaviour).
4901
4902 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4903
4904         * SizeGrip.cs: Make the last change 2.0 only.
4905
4906 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4907
4908         * SizeGrip.cs: If resizing and the capture is lost, revert any size
4909           changes to initial size (fixes #80597).
4910
4911 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4912
4913         * SizeGrip.cs: Use the normal icon for SizeGrip if it is disabled.
4914
4915 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4916
4917         * SizeGrip.cs: Only draw sizegrip if enabled (but always draw
4918           background) and only allow dragging if enabled. This way the
4919           sizegrip can be used to fill the open square that otherwise would
4920           have been shown in the bottom right corner of ScrollableControl
4921           when ScrollableControl is not suppose to support sizing.
4922         * ScrollableControl.cs: Create UpdateSizeGripVisible to decide when the
4923           sizegrip is shown and enabled, and hook up with necessary events.
4924
4925 2007-02-01  Chris Toshok  <toshok@ximian.com>
4926
4927         * DataGridTextBoxColumn.cs: clean up the
4928         GetFormattedString/GetColumnValueAtRow combination of functions.
4929         Also fix UpdateUI, and the initial state of
4930         IsInEditOrNavigateMode.
4931
4932         * DataGridTextBox.cs: don't chain up to base.OnMouseWheel - we
4933         aren't supposed to scroll the textbox here, we're supposed to
4934         scroll the datagrid.
4935
4936 2007-02-01  Chris Toshok  <toshok@ximian.com>
4937
4938         * ComboBox.cs: use vscrollbar_ctrl.Dock instead of explicitly
4939         setting the position.
4940
4941 2007-02-01  Chris Toshok  <toshok@ximian.com>
4942
4943         * DataGrid.cs (OnLeave): we can now do the CancelCurrentEdit thing
4944         here, since the most recent focus fixes keep us from generating
4945         the Leave event when our textbox gets focus.
4946         (Edit): we should be passing null for the column style's
4947         instantText parameter.
4948         
4949 2007-02-01  Jonathan Pobst  <monkey@jpobst.com>
4950
4951         * ToolStripDropDownItem.cs: Make sure DropDownOpening event is 
4952         raised.  Fixes menu text/icons not showing up in PDN.
4953
4954 2007-02-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4955
4956         * Control.cs: Remove code in constructor that makes every
4957         control with WS_CHILD set have initial location -1, -1.
4958
4959 2007-01-31  Jackson Harper  <jackson@ximian.com>
4960
4961         * X11Dnd.cs: Take the keyboard on init to reduce coupling with
4962         XplatUIX11.
4963         * XplatUIX11.cs: Give teh keyboard to teh dnd.
4964
4965 2007-01-31  Jackson Harper  <jackson@ximian.com>
4966
4967         * X11Dnd.cs: Use IDataObject instead of the DataObject class.
4968         - Remove some debug code.
4969
4970 2007-01-31  Jackson Harper  <jackson@ximian.com>
4971
4972         * XplatUIX11.cs: If you set the override cursor during a grab, it
4973         should actually override the grab cursor.  This comes into play
4974         when you are setting custom cursors in a DND feedback method.
4975
4976 2007-01-31  Jackson Harper  <jackson@ximian.com>
4977
4978         * X11Dnd.cs: Add support for handling the QueryContinue and
4979         GiveFeedback events.
4980         - Cancel drag and drop actions when the escape key is clicked.
4981         * XplatUIX11.cs: Let the dnd subsystem get key events, so that it
4982         can handle the ESCAPE key.
4983         - Allow dnd to swallow BUTTONUP messages if it needs to.  This is
4984         done when dnd events are continued after the button is released.
4985         - Add a new helper method so that dnd can translate key events.
4986
4987 2007-01-31  Alexander Olk  <alex.olk@googlemail.com>
4988
4989         * FileDialog.cs: Rewrite of Jacksons OnClickCancelButton patch to
4990         make it more obvious what is happening.
4991
4992 2007-01-30  Jackson Harper  <jackson@ximian.com>
4993
4994         * XplatUIX11.cs: Don't break when handling button release in drag
4995         and drop operations. We need that BUTTONUP message to get through
4996         so capture is released.
4997         * X11Dnd.cs: We don't need to manually grab the pointer anymore,
4998         this is handled automatically when the mouse is down.
4999
5000 2007-01-30  Jackson Harper  <jackson@ximian.com>
5001
5002         * FileDialog.cs: OnClickCancelButton gets called whenever the dialog
5003         is closed, so we need to make sure that we aren't changing the
5004         dialog result when the OK (Open or Save) button has been clicked
5005         and we are closing the window ourselves.  Note we don't need to
5006         worry about the cache being written in this case, because it was
5007         already done in the previous FilOk call.
5008
5009 2007-01-30  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5010         
5011         * DateTimePicker.cs: Remove a warning.
5012         * ComboBox.cs: Remove a couple of warnings.
5013
5014 2007-01-29  Chris Toshok  <toshok@ximian.com>
5015
5016         * XplatUIX11.cs: don't crash, and remove the icon if the user has
5017         set one, if SetIcon is passed a null icon.
5018
5019 2007-01-29  Andreia Gaita  <avidigal@novell.com>
5020
5021         * TextBox.cs: Redraw when the password characters changes
5022         * TextControl.cs: Check if textbox has a password char and draw 
5023         a line of password chars instead of the text in the line. LineTag gets 
5024         an extra Draw() method which allows document.Draw to override the text 
5025         that will be drawn. Removes 1024 char limitation on length of passworded 
5026         lines.
5027
5028 2007-01-29  Jackson Harper  <jackson@ximian.com>
5029
5030         * TextBoxBase.cs: Deleting sections of text is undoable.  Deleting
5031         single chars is not.
5032
5033 2007-01-28  Jonathan Pobst  <monkey@jpobst.com>
5034
5035         * TextRenderer.cs: Fix cutting off the bottom of letters like "j" by
5036         one pixel.  Fix a StackOverflowException caused by an overload wrongly
5037         calling itself.
5038
5039 2007-01-26  Everaldo Canuto  <everaldo@simios.org>
5040
5041         * MenuAPI.cs: Fixed kerboard grab problem when "enter"key is pressed,
5042         also remove ProcessArrowKey and put the code inside ProcessKeys.
5043
5044 2007-01-26  Jonathan Pobst  <monkey@jpobst.com>
5045
5046         * PaddingConverter.cs: Added.
5047
5048 2007-01-26  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5049         
5050         * ThemeWin32Classic.cs: Only draw the text of a StatusBar if
5051         ShowPanels is false (fixes #80600). Only draw up to 127 characters
5052         of text (fixes #80601). For panels clip the text to draw to the
5053         panel (fixes #80603).
5054
5055 2007-01-26  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5056
5057         * ComboBox.cs: Fixed implementation of ResetText.
5058
5059 2007-01-25  Jackson Harper  <jackson@ximian.com>
5060
5061         * TextControl.cs: For the last char of a line we need to use the
5062         line size, not that chars width, since it won't actually be
5063         computed since the right side of a char is based on the start of
5064         the left side of the next char, and the next char does not exist.
5065
5066 2007-01-25  Chris Toshok  <toshok@ximian.com>
5067
5068         * Splitter.cs: fix the new unit tests, and reindent some switch
5069         statements.
5070
5071 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5072
5073         * ComboBox.cs: Implemented 2.0 methods and events.
5074         * TextBoxBase.cs: Added OnTextUpdate, so that
5075         ComboBox.ComboTextBox can inform ComboBox of it.
5076
5077 2007-01-25  Jackson Harper  <jackson@ximian.com>
5078
5079         * TextControl.cs: Respect ShowSelection when deciding whether or
5080         not to display the caret, this allows comboboxes to have carets
5081         when the combotextbox does not have focus.
5082
5083 2007-01-25  Jackson Harper  <jackson@ximian.com>
5084
5085         * TextControl.cs: Add a Suspend/Resume for updating, basically the
5086         same as the Suspend/Resume for recalc, except this will do actual
5087         Invalidates.
5088         - New Undo manager, works much like the MS version.
5089         - Implemented Redo
5090         * TextBoxBase.cs: The Cut operation is undoable.
5091
5092 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5093         
5094         * TextBoxBase.cs: Don't antialias text. Makes it look way better
5095         on Windows (no difference on Linux).    
5096
5097 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5098
5099         * XplatUIWin32.cs: Set SWP_NOACTIVATE in RequestNCRecalc as well,
5100         we don't want to activate any windows. Fixes #79433.
5101
5102 2007-01-25  Jonathan Pobst  <monkey@jpobst.com>
5103
5104         - ButtonBase.cs: Fix capitalization of parameter: disposing.
5105         [Fixes bug #80609]
5106
5107 2007-01-25  Alexander Olk  <alex.olk@googlemail.com>
5108
5109         * FileDialog.cs:
5110         - Move to using System.ComponentModel.EventHandlerList
5111         - Replace Refresh with Invalidate
5112         - Clear the mime filecache on closing
5113         - Some other memory reducing work. After beeing closed FD now uses
5114           only about 300 KB for the fdo mime stuff plus the memory of the
5115           cached icons.
5116         * Mime.cs: Changed coding style and removed unnecessary commented
5117         code. Some more memory memory reducing work.
5118
5119 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5120
5121         * ComboBox.cs: Implemented FlatStyle and DropDownHeight, and added
5122         a few other missing 2.0 properties.
5123         * Theme.cs: Added DrawFlatStyleComboBox.
5124         * ThemeWin32Classic.cs: Implemented DrawFlatStyleComboBox.
5125
5126 2007-01-24  Chris Toshok  <toshok@ximian.com>
5127
5128         * XplatUIX11.cs: fix the wake_waiting logic - we always clear the
5129         wake_waiting flag, not just when there's data to be read.  if we
5130         don't, then future wakeup's won't reach us and we'll be doomed to
5131         wait for the entire 1 second timeout forever (unless there are X
5132         events to be had).
5133
5134 2007-01-24  Jonathan Pobst  <monkey@jpobst.com>
5135
5136         * ComboBox.cs: FindStringExactMaxException doesn't throw AOORE on 2.0
5137         until you pass Items.Count, not Items.Count - 1 like 1.1.
5138
5139 2007-01-24  Gert Driesen  <drieseng@users.sourceforge.net>
5140
5141         * ColumnHeader.cs: Fixed ParamName in ArgumentOutOfRangeException.
5142
5143 2007-01-24  Jonathan Pobst  <monkey@jpobst.com>
5144
5145         * ToolStripContainer.cs: The recent Dock fix exposed that I was
5146         adding the panels in the wrong order.
5147
5148 2007-01-24  Jackson Harper  <jackson@ximian.com>
5149
5150         * TextBoxBase.cs: When we move the caret we also need to move the
5151         selection, this fixes some random crashing after doing select
5152         text, unselect, delete a char, paste.
5153
5154 2007-01-24  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5155
5156         * Form.cs: Update SizeGrip's location even if it's not visible (fixes #80592).
5157
5158 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
5159
5160         * Control.cs: In OnParentBackgroundImageChanged remove conditions to call
5161         OnBackgroundImageChanged, it mimics win32 behavior. Fixes #80553. 
5162         * ToolBar.cs: Force redraw in BackgroundImageChanged.
5163
5164 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
5165
5166         * ToolBar.cs:
5167         - Implement support for vertical toolbars. Fixes #80539;
5168         - Call LayoutToolBar when resize, it fix some other problems in layout.
5169         - Rename requested_height to requested_size, as we can have width on it
5170         when toolbar is vertical.
5171         - Create a private property "Vertical" that uses Dock to verify when 
5172         toolbar is vertical or not.
5173         - Set ControlStyles when change Dock property.
5174         - Refactory in LayoutToolBar to have better variables names and to support
5175         vertical toolbars.
5176         - Fixes default value for ButtonSize when button count is equal zero, size
5177         must be (39, 36) test case writed.
5178
5179 2007-01-23  Chris Toshok  <toshok@ximian.com>
5180
5181         * Control.cs: fix the checks so that they work correctly for mdi
5182         parents/children.
5183
5184 2007-01-23  Chris Toshok  <toshok@ximian.com>
5185
5186         * Control.cs: ControlCollection seems to have super-secret
5187         abstraction breaking knowledge of Mdi containers.  allow MdiClient
5188         to add toplevel controls.
5189
5190 2007-01-23  Chris Toshok  <toshok@ximian.com>
5191
5192         * Control.cs: throw an ArgumentException if a toplevel control is
5193         added to our control collection from ControlCollection.Add, as
5194         well as from ControlCollection.IList.Add.  This fixes the
5195         ControlSetTopLevelTest.TestTopLevelAdd unit test.
5196
5197         Also, in ControlCollection.IList.Add, don't through an
5198         ArgumentNullException, throw an ArgumentException, when value ==
5199         null.  This matches MS.
5200
5201 2007-01-23  Chris Toshok  <toshok@ximian.com>
5202
5203         * BindingSource.cs: initial, incomplete, implementation of
5204         BindingSource.
5205
5206 2007-01-23  Jackson Harper  <jackson@ximian.com>
5207
5208         * TextControl.cs:
5209         * TextBoxBase.cs: Checking in some pieces of the undo stuff so
5210         that I can fix a broken unit test (TextBoxTest::ClearUndo)
5211         
5212 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
5213
5214         * ToolBar.cs: Add status fields to ToolBarButtonInfo.
5215
5216 2007-01-23  Andreia Gaita  <avidigal@novell.com>
5217
5218         * TreeNode.cs: Add new 2.0 ImageKey and SelectedImageKey properties.
5219         * TreeNodeCollection.cs: New Add() methods, ContainsKey and
5220         IndexOfKey() for 2.0
5221
5222 2007-01-23  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5223
5224         * XplatWin32.cs: In RequestNCRecalc call SetWindowPos with SWP_NOZORDER
5225         to prevent it from changing z-order.
5226         * MdiWindowManager.cs: Refactor part of SetWindowState to MdiClient, only
5227         leave UI updates in MdiWindowManager.
5228         * InternalWindowManager.cs: Check for 0 sized nc areas and make them
5229         1 sized (NC handling goes weird on Linux otherwise).
5230         * MdiClient.cs: Add missing ExStyle (WS_EX_CLIENTEDGE), so it's no longer
5231         necessary to handle WM_NCCALCSIZE anymore. This also made it possible to
5232         remove a few NCRequestRecalcs. Changed calculations in IconicBounds
5233         to use ClientSize of MdiClient instead of entire size. Refactored ActivateChild
5234         and SetWindowState(s) to allow for changing the size of an activated child
5235         before activating it (reduces a lot of flicker).
5236
5237 2007-01-22  Jonathan Pobst  <monkey@jpobst.com>
5238
5239         * Form.cs: Changing FormBorderStyle has different semantics based
5240         on whether the Form is visible or not.  If not visible, don't change
5241         the Size.  But InvalidateNC needs to be called to force the window
5242         to pick up the changes and redraw itself.  [Fixes bug #80574]
5243
5244 2007-01-22  Jonathan Pobst  <monkey@jpobst.com>
5245
5246         [Moma work]
5247         * ContainerControl.cs: ProcessCmdKey.
5248         * ErrorProvider.cs: new constructor.
5249         * Form.cs: fix AutoValidateEvent compiler warning.
5250         * Label.cs: fix OnAutoSizeChanged compiler warning.
5251         * MenuStrip.cs: fix CanOverflow compiler warning.
5252         * TabControl.cs: SelectTab, OnSelected methods, Selected event.
5253         * TextBox.cs: Dispose.
5254         * ToolStrip.cs: CanOverflow, re-enable double buffering.
5255         * ToolStripControlHost.cs: fix CausesValidation compiler warning.
5256         * ToolStripDropDown.cs: fix ContextStripMenu compiler warning.
5257         * ToolStripItem.cs: Overflow, RightToLeft properties.
5258
5259 2007-01-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5260
5261         * Form.cs: Move the layout of the main form to MdiWindowManager.
5262         * MdiWindowManager.cs: If WindowState changes from or to Maximized,
5263         do a layout of the main window to update MdiClient's client area to
5264         the right area. Fixes #80533. Remove the calculation of nc size, 
5265         it was just wrong and the correct one is the same as for 
5266         InternalWindowManager. 
5267
5268 2007-01-20  Jonathan Pobst  <monkey@jpobst.com>
5269
5270         * Control.cs: Setting Anchor or Dock needs to reset the other
5271         to its default.  [Fixes bug #80556]
5272
5273 2007-01-20  Chris Toshok  <toshok@ximian.com>
5274
5275         * CheckedListBox.cs: class status changes.
5276
5277         * ScrollableControl.cs: same.
5278
5279         * RichTextBox.cs: same.
5280
5281         * ContainerControl.cs: same.
5282
5283         * ListView.cs: same.
5284
5285         * NotifyIcon.cs: same.
5286
5287         * MenuStrip.cs: same.
5288
5289         * RadioButton.cs: same.
5290
5291         * CheckBox.cs: same.
5292
5293         * PrintPreviewDialog.cs: same.
5294
5295         * Form.cs: same.
5296
5297 2007-01-19  Jonathan Pobst  <monkey@jpobst.com>
5298
5299         * TreeNode.cs: Apply Alan's patch for Name property.
5300
5301 2007-01-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5302         
5303         * Form.cs: Implemented SizeGripStyle.
5304         * SizeGrip.cs: Check for minimum and maximum size for the
5305         control being resized and only resize if size has actually
5306         changed.
5307
5308 2007-01-19  Chris Toshok  <toshok@ximian.com>
5309
5310         * DataGridColumnStyle.cs: stop setting _readonly in the
5311         PropertyDescriptor setter.  fixes a unit test failure.
5312
5313         also, rename ParentReadOnly to TableStyleReadOnly, and have it
5314         just consult our table style (if we have one).  We don't need to
5315         consult the datagrid readonly attribute because that's passed in
5316         as the _ro arg to Edit.  this simplifies things a little.
5317         
5318         * DataGrid.cs: use CurrentColumn instead of
5319         current_cell.ColumnNumber just to simplify some of the code.
5320
5321         switch the order of some things in the CurrentCell setter to keep
5322         the previous cell from getting a textbox again -
5323         EnsureCellVisibility causes scrolling to happen, which calls Edit.
5324         So we need to set the new cell before calling it.
5325         
5326         call Edit in OnEnter, as does Microsoft.
5327         
5328         also, make sure the current table style isn't the one we create
5329         initially when checking to see if it's different than the one
5330         we're setting it to in BindColumns (this fixes #80421).
5331
5332         * GridTableStylesCollection.cs: table styles can have "" for a
5333         mapping name.  part of the fix for #80421.
5334
5335         * DataGridTextBoxColumn.cs: simplify the readonly calculation in
5336         Edit significantly.
5337
5338 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
5339
5340         * TextRenderer.cs: Rewrote to be complete-er, more MS-matching-er,
5341         and less GDI object leaky-er.
5342
5343 2007-01-18  Andreia Gaita  <avidigal@novell.com>
5344
5345         * LinkLabel.cs: Add opaque control style
5346
5347 2007-01-18  Jackson Harper  <jackson@ximian.com>
5348
5349         * TextControl.cs: Calculate width properly.
5350         - Don't store the tag's X offset, this can be figured out very
5351         easily.
5352         - When getting the caret tag make sure to get the last empty tag.
5353
5354 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
5355
5356         * Form.cs: Recalculate our size after setting a new FormBorderStyle.
5357         [Fixes bug #79959]
5358
5359         * Control.cs: Color.Empty shouldn't count for previous transparent
5360         redraw changes.
5361
5362 2007-01-18  Jackson Harper  <jackson@ximian.com>
5363
5364         * TextBox.cs:
5365         * RichTextBox.cs:
5366         * TextControl.cs: Starting to merge in some pieces of my older
5367         undo work.  Basically just some slight cleanup of the undo API.
5368
5369 2007-01-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5370
5371         * TrackBar.cs: Fix signature of RightToLeftLayout.
5372         * StatusBar.cs: Implemented missing 2.0 methods and attributes.
5373         * StatusBarPanel.cs: Implemented missing 2.0 methods and attributes.
5374         * Application.cs: Implemented UseWaitCursor.
5375
5376 2007-01-18  Jackson Harper  <jackson@ximian.com>
5377
5378         * TextControl.cs: We can't skip tags if any part of the tag is
5379         visible.
5380
5381 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
5382
5383         * ContainerControl.cs: Override OnLayout.
5384
5385 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
5386
5387         * NotifyIcon.cs: Add ContextMenuStrip and Tag properties.
5388
5389         * ContextMenuStrip.cs: Make sure context menu is shown on top of 
5390         everything else.
5391
5392 2007-01-18  Chris Toshok  <toshok@ximian.com>
5393
5394         * ContainerControl.cs: remove the partial handling of LBUTTONDOWN
5395         (leftover from the container_selected days, I'd wager).  fixes bug
5396         #80546.
5397
5398 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
5399
5400         * Control.cs: Apply patch from George to fix the new testcase on
5401         bug #80451.  We can't just check for Color.Transparent, we need 
5402         to check if the back color's alpha channel is < 255.
5403
5404 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
5405
5406         * Form.cs: Move setting show_icon = true to before the constructor
5407         so that the base constructor has that information when it calculates
5408         the form's size.  Was causing forms to be (6, 6) bigger than they
5409         were supposed to be.  Thanks for catching this Rolf!
5410
5411 2007-01-18  Jackson Harper  <jackson@ximian.com>
5412
5413         * TextControl.cs: When replacing a selection we need to invalidate
5414         from the initial selection start, because selection start is moved
5415         to the end of the replacement.
5416
5417 2007-01-18  Andreia Gaita  <avidigal@novell.com>
5418
5419         * LinkLabel.cs: Missing ControlStyles. Fixes #80482
5420
5421 2007-01-18  Chris Toshok  <toshok@ximian.com>
5422
5423         * DataGridTextBoxColumn.cs: fix most of the NotWorking unit tests
5424         I just added.
5425
5426 2007-01-17  Everaldo Canuto  <everaldo@simios.org>
5427
5428         * ToolBar.cs: Add layout methods to ToolBarButtonInfo class, every 
5429         layout methods and properties from ToolBarButton must be available
5430         into ToolBarButtonInfo.
5431
5432 2007-01-17  Jonathan Pobst  <monkey@jpobst.com>
5433
5434         * Control.cs: If the control has a transparent background, we
5435         need to refresh it when it moves and when it's parent's background
5436         image changes.  [Fixes bug #80451]
5437
5438 2007-01-17  Jonathan Pobst  <monkey@jpobst.com>
5439
5440         * XplatUIWin32.cs: Don't use 2.0 methods in 1.1 code!  Doh!
5441
5442 2007-01-17  Jonathan Pobst  <monkey@jpobst.com>
5443
5444         * XplatUIWin32.cs: Implement proper double buffering for Windows.
5445         [Fixes bug #80447, and probably speeds up things as well]
5446
5447 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5448
5449         * XplatUIX11.cs: Caption height for MDI children is 19, not 26.
5450         * XplatUIWin32.cs: We need to recalculate NC size after changing 
5451         window style to toolwindow (otherwise the client rectangle will be
5452         3 pixels to small for some reason).
5453         * MdiWindowManager.cs: Revert NC size calculations to match how
5454         they are calculated only based on window styles (to match
5455         Win32AdjustWindowRectEx, since otherwise when setting size or 
5456         location, Control will call Win32AdjustWindowRectEx to update client 
5457         size, which would provoke a paint, then we'd get a NCCALCSIZE and 
5458         calculate a different value of client size causing another paint 
5459         (and flickering))
5460         * InternalWindowManager.cs: When moving or resizing a window only
5461         update size or location if they actually changed.
5462         * ThemeWin32Classic.cs: ManagedWindowsBorderWidth is now 4 instead of 3
5463         (seems to match Windows behaviour better). Cleaned up 
5464         ManagedWindowDecorations to draw what's needed and nothing else
5465         (was drawing borders and lines where they shouldn't be)
5466         * Hwnd.cs: GetWindowRectangle now knows about MDI border sizes
5467         (style = 0xFFFF) and takes into account caption height when 
5468         calculating window rectangle.   
5469
5470 2007-01-16  Everaldo Canuto  <everaldo@simios.org>
5471
5472         * ToolBar.cs: Internal ToolBarButtonInfo class added, Because same button 
5473         can be added to toolbar multiple times, we need to maintain a list of 
5474         button information for each positions.
5475
5476 2007-01-16  Everaldo Canuto  <everaldo@simios.org>
5477
5478         * ToolBar.cs: Some small stetic changes.
5479
5480 2007-01-16  Jackson Harper  <jackson@ximian.com>
5481
5482         * TextBoxBase.cs: Use the new SuspendRecalc/ResumeRecalc methods
5483         that allow us to have nested recalc = false blocks.
5484         - Add paste support for images in the RichTextBox
5485         * RichTextBox.cs: flush the text after the color is changed, so
5486         the change takes effect.
5487         - Use SuspendRecalc
5488         - Some extra debugging info
5489         * TextControl.cs: Tags no longer track their length, it is just
5490         computed from the next tags length, this makes things a little
5491         simpler and reduces places that we have to track length changes.
5492         - Refactored the linetag class a little so we could make it
5493         a base class for different kinds of tags
5494         - Created a image tag, a tag that can have a single image inserted
5495         into it
5496         - Replace the norecalc flag with a Suspend/Resume Recalc pair, so
5497         that we can call suspend multiple times.
5498         - Add some debugging methods
5499
5500 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5501
5502         * MdiClient.cs: Add ActivatePreviousChild for 
5503         mdi child window navigation.
5504         * Form.cs: Use MdiClient.ActivateNextChild/
5505         ActivatePreviousChild instead of Form.SelectNextControl
5506         to select the next/previous child since 
5507         SelectNextControl doesn't do it in the same order
5508         as mdi children should do it.
5509
5510 2007-01-16  Chris Toshok  <toshok@ximian.com>
5511
5512         * Control.cs: remove container_selected field.
5513
5514 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5515
5516         * MdiClient.cs: Update main form's ActiveChild when
5517         updating keyboard focus for the mdi child.
5518
5519 2007-01-16  Jonathan Pobst  <jpobst@novell.com>
5520
5521         * Control.cs: PreferredSize fix.
5522
5523         * Form.cs: Add several 2.0 events, properties, and methods.
5524
5525 2007-01-16  Gert Driesen  <drieseng@users.sourceforge.net>
5526
5527         * Form.cs: Provide meaningful message when MdiParent is assigned a
5528         Form that is not an MdiContainer.
5529
5530 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5531
5532         * MdiClient.cs: Update main form's ActiveChild when
5533         activating a mdi child.
5534
5535 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5536
5537         * MdiWindowManager.cs: Fix NRE when merging menus and main form
5538         doesn't have a menu.
5539
5540         * Form.cs: Request NCRecalc after creating a mdi child window.
5541         Implement mdi key handling (Ctrl+F4, Ctrl+Shift+F4, Ctrl+Tab, 
5542         Ctrl+Shift+Tab, Ctrl+F6 and Ctrl+Shift+F6).
5543         
5544         * MdiClient.cs: Add new method SendFocusToActiveChild that either
5545         sends keyboard focus to the active child, or to the MdiClient
5546         if there are no child forms.
5547         
5548 2007-01-15  Chris Toshok  <toshok@ximian.com>
5549
5550         * ListView.cs: drop the *Internal overrides, just do our work in
5551         ItemControl's WndProc instead.
5552
5553         * UpDownBase.cs: a few large changes.  Fix up the Selectable state
5554         of the various controls, and forward the events properly (in the
5555         same manner as MS) from the textbox to the UpDown.  Also the
5556         ActiveControl of the UpDownBase gets set properly now.  Finally,
5557         we don't call UpdateEditText from the ctor.  Fixes bug #79957.
5558
5559         * NumericUpDown.cs: set Text in the ctor.
5560
5561         * DomainUpDown.cs: call UpdateEditText in the ctor.
5562         
5563         * TextBox.cs: on ms.net, WM_LBUTTONDOWN sets focus on the textbox,
5564         so even a Selectable = false textbox can be focused if you click
5565         in it.  Go figure.
5566
5567         * Control.cs: remove On{Got,Lost}FocusInternal.  Subclasses can
5568         just add their handling in their respective WndProc's.  Also add
5569         an explicit FocusInternal method that doesn't consult CanFocus
5570         before calling Select(this).
5571
5572         * TextBoxBase.cs: deal with removal of the FocusInternal calls -
5573         do our work in WndProc instead.
5574
5575         * TabControl.cs: same.
5576
5577         * ComboBox.cs: same.
5578
5579 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
5580
5581         * Menu.cs: implement MergeItems and Replace for MenuMerge method.
5582         Fixes #80006.
5583
5584 2007-01-15 Carlos Alberto Cortez <calberto.cortez@gmail.com>
5585
5586         * ListViewItem.cs:
5587         * ThemeWin32Classic.cs: Don't draw the item text outside
5588         item bounds in Details view, as well as use trimming.
5589         Fixes bug #80376.
5590
5591 2007-01-15  Jonathan Pobst  <jpobst@novell.com>
5592
5593         * Form.cs: Implement Form.ShowIcon.
5594         
5595         * XplatUIWin32.cs: Allow the SetIcon win32 call to set the icon to
5596         null, which when combined with the DlgModalFrame window style removes
5597         the icon from the title bar.
5598
5599 2007-01-15  Jonathan Pobst  <jpobst@novell.com>
5600
5601         * Control.cs: Call OnMouseClick after OnClick. (2.0)
5602
5603 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
5604
5605         * MdiWindowManager.cs: In CreateMaximizedMenu fix a position of icon
5606         menu when mdi child windows theres a menu, uses insert to get icon
5607         at first position. Partially fix #80006.
5608
5609 2007-01-15  Jonathan Pobst  <jpobst@novell.com>
5610
5611         * Clipboard.cs: Implement 2.0 methods.
5612
5613 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
5614
5615         * Menu.cs: Implement Insert method of MenuItemCollection class
5616         to fix MenuMerge.
5617
5618 2007-01-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5619
5620         * ListView.cs: Implement 2.0 FindItemWithText method.
5621
5622 2007-01-11  Everaldo Canuto  <everaldo@simios.org>
5623
5624         * Form.cs: When process WM_NCCALCSIZE message use ClienSize.Width
5625         to calculate menu bar size. Fixes #80290.
5626
5627 2007-01-11  Everaldo Canuto  <everaldo@simios.org>
5628
5629         * ThemeWin32Classic.cs: Fix position of menuitem check mark.
5630
5631 2007-01-11  Chris Toshok  <toshok@ximian.com>
5632
5633         * XplatUIX11.cs: don't send duplicate WM_ACTIVATE messages to the
5634         initial form.
5635
5636 2007-01-11  Chris Toshok  <toshok@ximian.com>
5637
5638         * LinkLabel.cs: make sure to call base.Select in our Select method
5639         if it turns out we're going to be selected (i.e. if we have a link
5640         that is going to receive focus).  That way our container's
5641         ActiveControl is updated properly.
5642
5643 2007-01-11  Chris Toshok  <toshok@ximian.com>
5644
5645         * LinkLabel.cs: turns out that LinkLabels are only Selectable if
5646         they have 1 or more links.  this fixes the crash gert reported.
5647
5648 2007-01-11  Andreia Gaita  <avidigal@novell.com>
5649
5650         * ContainerControl.cs: Remove ContainerSelected flag, not needed
5651         anymore.
5652
5653         * Control.cs (Controls.Add): Check if control to be added to the collection
5654         is a top level control, and throw an ArgumentException if it is.
5655         Remove ContainerSelectedFlag, not needed anymore.
5656
5657         * XplaUIWin32.cs (SetTopMost): Add flag SWP_NOACTIVATE so that setting the
5658         top most control doesn't activate the form. This fixes a problem in the
5659         MessageBox, where the default button wouldn't get focus because the form
5660         was activated before being Loaded - when the Owner is set, SetTopMost is
5661         called, and it would activate it.
5662
5663 2007-01-11  Jonathan Pobst  <jpobst@novell.com>
5664
5665         * Button.cs: When clicked and setting the parent form's DialogResult,
5666         use FindForm instead of Parent, since parent could be a container
5667         control and not the Form.  Fixes bug #80495.
5668
5669 2007-01-10  Chris Toshok  <toshok@ximian.com>
5670
5671         * Form.cs: move the call to SendControlFocus into the same
5672         is_loaded check.
5673
5674 2007-01-10  Chris Toshok  <toshok@ximian.com>
5675
5676         * UpDownBase.cs (.ctor): remove the ActiveControl assignment here.
5677         It breaks in the face of the new ActiveControl stuff, and should
5678         be unnecessary.
5679
5680         * Form.cs (WndProc): in the WM_ACTIVATE case, we need to set the
5681         activecontrol's focus if it's not already set, after we set
5682         ActiveControl, but before we call OnActivated.  Re-fixes #79667
5683         after the previous focus/active control fixes regressed it.
5684
5685         * Control.cs: reindent some code.
5686         
5687 2007-01-10  Chris Toshok  <toshok@ximian.com>
5688
5689         * Splitter.cs: clearing some outstanding changes from my tree.
5690         Replace all accesses (not writes) to the internal dock_style field
5691         with the Dock property.
5692
5693 2007-01-10  Chris Toshok  <toshok@ximian.com>
5694
5695         * Control.cs: make FireEnter, FireLeave, FireValidating, and
5696         FireValidated virtual.
5697
5698         * Form.cs: override and don't chain up calls to FireEnter and
5699         FireLeave.
5700
5701 2007-01-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5702
5703         * ListView.cs: Add more text padding space when using
5704         auto resize for columns (the previous value didn't work fine).
5705
5706         * ThemeWin32Classic.cs: Update text position inside columns,
5707         to match the appeareance of .Net.
5708
5709         * ColumnHeader.cs: When using auto resize, only the Width should
5710         depend on the sub items, not the Height. Also, set width after
5711         auto resizing (the value of Width should never remain as -1 or -2).
5712
5713 2007-01-10  Chris Toshok  <toshok@ximian.com>
5714
5715         * Application.cs: fix compilation errors when debug is enabled.
5716
5717 2007-01-10  Chris Toshok  <toshok@ximian.com>
5718
5719         * ContainerControl.cs (set_ActiveControl): rework this a bit (and
5720         add some nice ascii art pictures and explanation of the process).
5721         (GetMostDeeplyNestedActiveControl): new utility function we need
5722         because our ActiveControl can refer to a child container with its
5723         own ActiveControl.
5724
5725         * Form.cs (OnActivated): remove the call to SelectActiveControl
5726         from here, since you can override this method and not chain up,
5727         and winforms still sets the active control.
5728         (OnCreateControl): also remove the unnecessary SelectActiveControl
5729         call from here.
5730         (WndProc): it's actually called from the WM_ACTIVATE block, just
5731         before calling OnActivated.
5732
5733         * Control.cs (Select (Control)): move the call to XplatUI.SetFocus
5734         inside the else.  the ActiveControl setter will end up setting
5735         focus on @control.  This keeps us from setting it again (and
5736         generating an extra LostFocus/GotFocus pair).
5737         (Select (bool, bool)): reindent.
5738
5739 2007-01-10  Jonathan Pobst  <jpobst@novell.com>
5740
5741         * FlowLayoutPanel.cs, MenuStrip.cs, SplitContainer.cs, SplitterPanel.cs,
5742         StatusStrip.cs, TableLayoutPanel.cs, TableLayoutStyleCollection.cs,
5743         ToolStrip.cs, ToolStripComboBox.cs, ToolStripContainer.cs,
5744         ToolStripContentPanel.cs, ToolStripControlHost.cs, ToolStripDropDown.cs,
5745         ToolStripDropDownButton.cs, ToolStripDropDownItem.cs, ToolStripDropDownMenu.cs,
5746         ToolStripItem.cs, ToolStripMenuItem.cs, ToolStripPanel.cs, ToolStripPanelRow.cs,
5747         ToolStripSeparator.cs, ToolStripSplitButton.cs, ToolStripStatusLabel.cs
5748         ToolStripTextBox.cs: Another wave of corcompare work.
5749
5750 2007-01-09  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5751
5752         * ColumnHeader.cs: Implement 2.0 AutoResize method using
5753         the Width property.
5754
5755         * ListView.cs: Implement 2.0 AutoResizeColumn and AutoResizeColumns
5756         methods by callling Column.AutoResize method on columns.
5757
5758 2007-01-09  Jonathan Pobst  <monkey@jpobst.com>
5759
5760         * Control.cs: Provide proper implementations of PreferredSize
5761         and GetPreferredSize (2.0).
5762
5763 2007-01-09  Jonathan Pobst  <monkey@jpobst.com>
5764
5765         * Form.cs: Remove one character (!) to make my previous OnClosing
5766         stuff work for modal windows like MessageBox.
5767
5768 2007-01-09  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5769
5770         * ListView.cs:
5771         * ThemeWin32Classic.cs: Use ListView.GetReorderedColumn instead of
5772         ListView.Columns to get the last displayed column. Fixes #80452.
5773
5774 2007-01-09  Everaldo Canuto  <everaldo@simios.org>
5775
5776         * Label.cs, LinkLabel.cs: Source code identation fixes.
5777
5778 2007-01-08  Everaldo Canuto  <everaldo@simios.org>
5779
5780         * ToolBarButton.cs: Remove InvalidateBorder and use Invalidate instead,
5781         we dont need to invalidate only borders because when we invalidate four
5782         border lines the invalidate's generates a complete redraw of button, 
5783         because it now invalidate a complete rect some other redraws operations
5784         are fixed. Fixes #80196.
5785         
5786         * Theme.cs, ThemeNice.cs, ThemeClearLooks.cs, ThemeWin32Classic.cs:
5787         Remove ToolBarInvalidateEntireButton as it is not used.
5788
5789 2007-01-08  Jonathan Pobst  <monkey@jpobst.com>
5790         
5791         * Form.cs: Make sure that both OnClosing and OnFormClosing are
5792         called for 2.0 profile.
5793         * CloseReason.cs: Make class internal for 1.1.
5794
5795 2007-01-08  Jonathan Pobst  <monkey@jpobst.com>
5796
5797         * ToolStripManager.cs: Implement FindToolStrip functionality.
5798         * ToolStrip.cs: Register and unregister with ToolStripManager.
5799
5800 2007-01-07  Jonathan Pobst  <monkey@jpobst.com>
5801
5802         * Control.cs: This was messy.  2.0 moves much of ControlCollection
5803         to ArrangedElementCollection.  Implemented this with as few #if's as 
5804         possible (which is still too many).
5805
5806 2007-01-07  Jonathan Pobst  <monkey@jpobst.com>
5807
5808         * Control.cs: Implement SizeFromClientSize() [2.0].
5809
5810 2007-01-07  Everaldo Canuto  <everaldo@simios.org>
5811
5812         * Hwnd.cs: On GetClientRectangle add a new parameter border_static,
5813         use Theme.BorderSize to calculate area instead of static value 1, 
5814         by the way use new BorderStaticSize instead     Border3DSize when 
5815         border_static is true. Fixes #79537.
5816         
5817         * XplatUIOSX.cs: Fix call to GetClientRectangle. 
5818         
5819         * ThemeWin32Classic.cs: On CPDrawBorder3D dont draw inner border when
5820         it is not needed.
5821
5822 2007-01-06  Everaldo Canuto  <everaldo@simios.org>
5823
5824         * Hwnd.cs: Gives more code legibility to GetWindowRectangle.
5825
5826 2007-01-06  Everaldo Canuto  <everaldo@simios.org>
5827
5828         * Label.cs: Override CreateParams to use WS_EX_STATICEDGE instead of
5829         WS_EX_CLIENTEDGE in ExStyles when BorderStyle is Fixed3D, it is
5830         
5831         * Hwnd.cs: 
5832         - border_static field added, it will used to define when a control 
5833         theres 3D border but it must be static (thin).
5834         - In GetWindowRectangle use Theme.BorderSize to calculate area 
5835         instead of static value 1, by the way use new BorderStaticSize instead
5836         Border3DSize when border_static is true.
5837
5838         * XplatUIX11.cs, XplatUIOSX.cs: 
5839         - When WS_EX_STATICEDGE ExStyle is set define border_static as true.
5840         
5841         * Theme.cs: BorderStaticSize field added.
5842
5843 2007-01-05  Everaldo Canuto  <everaldo@simios.org>
5844
5845         * XplatUIX11.cs: Removed unused hwnd var in SetBorderStyle.
5846
5847 2007-01-05  Everaldo Canuto  <everaldo@simios.org>
5848
5849         * Control.cs: Under InternalBorderStyle call RecreateHangle to 
5850         mimic same behavior than win32 that set border only in CreateParams,
5851         it fix problems under CreateParams overrides. Fix #79442 and partial
5852         fix #79537.
5853         
5854         * XplatUIX11.cs: Dont set hwnd.border_style in SetBorderStyle instead
5855         of thi control you must call recreate handle. 
5856         
5857         * XplatUIWin32.cs: Remove all SetBorderStyle code, for win32 we dont
5858         need to do anything as RecreateHangle will take care about borders.
5859
5860 2007-01-05  Mike Kestner  <mkestner@novell.com>
5861
5862         * ListView.cs: hack to eliminate Lost/Got focus notifications on
5863         cycles between the ItemControl and parent.  Fixes #80388.
5864
5865 2007-01-05  Gert Driesen  <drieseng@users.sourceforge.net>
5866
5867         * Control.cs: Lazy init layout engine. Do not directly use 
5868         layout_engine since LayoutEngine may be overridden (on 2.0 profile).
5869
5870 2007-01-05  Chris Toshok  <toshok@ximian.com>
5871
5872         * DataGrid.cs: don't forceably rebind columns in SetDataSource
5873         unless our list manager has changed (i.e. unless we have reason to
5874         believe our columns have changed).  Fixes #80422.
5875         
5876         also, disable the call do BindColumns in
5877         OnListManagerMetaDataChanged.  this breaks this test in 2.0 (in
5878         1.1 the event isn't raised in response to a column addition on a
5879         table.)
5880
5881 2007-01-05  Jonathan Pobst  <monkey@jpobst.com>
5882
5883         * Control.cs: Move LayoutEngine.Layout to the OnLayout method, so
5884         that inheritors can not call it if they choose.  Fixes bug #80456.
5885
5886 2007-01-05  Andreia Gaita  <avidigal@novell.com>
5887
5888         * XplatUIWin32.cs: Initialize MSG.refobject at 0 so it 
5889         doesn't blow up with a null exception on marshalling.
5890         
5891 2007-01-05  Jonathan Pobst  <monkey@jpobst.com>
5892
5893         * Control.cs: Implement several 2.0 protected properties and methods.
5894         Ensure that all necessary events are being called when properties
5895         are set.
5896
5897 2007-01-05  Mike Kestner  <mkestner@novell.com>
5898
5899         * ListView.cs: implement PgUp/PgDn for Details view.  Also
5900         fixes First/LastVisibleIndex to use the item_control.ClientRect 
5901         instead of the parent control.  Fixes #80378.
5902
5903 2006-01-05  Atsushi Enomoto  <atsushi@ximian.com>
5904
5905         * PageSetupDialog.cs : cosmetic refactoring; use RegionInfo to
5906           determine whether to use yard-pound or not (bug #78399).
5907
5908 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
5909
5910         * FileDialog.cs: Sebastien fixed the libgdiplus png alpha
5911         problems. So it is time to bring back the old popupbutton colors.
5912
5913 2006-01-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5914
5915         * ColumnHeader.cs:
5916         * ListView.cs: Implement 2.0 ColumnHeader.DisplayIndex
5917         property by using the internal information of the
5918         columns order in ListView.
5919
5920 2007-01-04  Jonathan Pobst  <monkey@jpobst.com>
5921
5922         * CommonDialog.cs, Cursor.cs, ErrorProvider.cs, HelpProvider.cs:
5923         Add 2.0 Tag properties.
5924
5925         * LinkArea.cs: Add 2.0 ToString method.
5926
5927 2007-01-03  Chris Toshok  <toshok@ximian.com>
5928
5929         * DataGrid.cs: the Alt+0 handling was wrong, it should have been
5930         Ctrl+0.  Fixes bug #80367.  Also, don't eat the Delete keypress
5931         when we're editing, which fixes #80047.
5932
5933 2007-01-03  Chris Toshok  <toshok@ximian.com>
5934
5935         * Form.cs: apply patch contributed by Dominik Seichter.  fixes
5936         #80404.
5937
5938 2007-01-03  Jonathan Pobst  <monkey@jpobst.com>
5939
5940         * MenuStrip.cs, ToolStripMenuItem.cs: Add MdiWindowListItem
5941         property and implementation.
5942
5943         * Form.cs, MdiClient.cs, MdiWindowManager.cs: Add needed hooks
5944         for MdiWindowListItem property.
5945
5946         * ToolStripDropDown.cs: Don't consider hidden menu items while
5947         laying out the menu.
5948
5949 2007-01-03  Andreia Gaita  <avidigal@novell.com>
5950
5951         * SendKeys.cs: window handle is not needed in win32, so just
5952         get the active window for X after parsing keys and don't use
5953         it when building the message; it is passed by parameter to the 
5954         Xplat method and used there to build the message instead. Also,
5955         wait for events to be processed on SendWait, as opposed to Send,
5956         which doesn't wait :) Playing with threads and Send() completely 
5957         hangs on ms.net, only SendWait() works.
5958         
5959         XplatUIX11.cs
5960         X11Display.cs: Check for valid window handle.
5961
5962 2007-01-03  Jackson Harper  <jackson@ximian.com>
5963
5964         * TextControl.cs: Need to prevent wrap calculations when replacing
5965         text (this was there before i removed it accidently).
5966         - Don't update the cursor during the positioning, just set it to
5967         selection_start at the end of the operaion.
5968
5969 2007-01-03  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5970
5971         * Control.cs:
5972         * NotifyIcon.cs: corcompare work, no more X's in 1.1 class status.
5973         
5974 2007-01-03  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5975
5976         * MonthCalendar.cs: Added Click and DoubleClick events again,
5977         but this time they only hide Control's Click and DoubleClick.
5978         
5979 2007-01-03  Gert Driesen  <drieseng@users.sourceforge.net>
5980
5981         * Theme.cs: Re-enabled DefaultFont change. Use const to refer to
5982         System.Drawing assembly. Spaces to tabs. Removed extra tabs.
5983
5984 2007-01-02  Jackson Harper  <jackson@ximian.com>
5985
5986         * TextBoxBase.cs: We move the caret with the split now, so we
5987         don't need to explicitly move the caret after splitting.  This
5988         fixes the caret bumping down an extra line on Enter.
5989
5990 2007-01-02  Miguel de Icaza  <miguel@novell.com>
5991
5992         * ContainerControl.cs: Add AutoValidateChanged event (for PDN
5993         2.72). 
5994
5995         * ScrollableControl.cs: Add Scroll event.
5996
5997 2007-01-02  Mike Kestner  <mkestner@novell.com>
5998
5999         * ListView.cs: one more try with help from georgegiolfan@yahoo.com 
6000         to fix all hdr height padding codepaths.  Fixes #80207.
6001
6002 2007-01-02  Chris Toshok  <toshok@ximian.com>
6003
6004         * StatusBar.cs (.ctor): remove the Anchor setting, as it's just
6005         setting it to the Control defaults anyway, and it being after the
6006         Dock set was screwing up layout.
6007         (set_Dock): don't short circuit out of setting base.Dock.  Also,
6008         no need to call UpdateStatusBar here, as it'll be re-layed out if
6009         it needs to be.
6010
6011 2007-01-02  Mike Kestner  <mkestner@novell.com>
6012
6013         * ListView.cs: patch from georgegiolfan@yahoo.com to add padding
6014         to header height for width == -1. Fixes the rest of #80207.
6015
6016 2007-01-02  Mike Kestner  <mkestner@novell.com>
6017
6018         * ListView.cs: rework the mouse event forwarding everaldo added
6019         to translate the coordinates to the parent control not
6020         raise the parent events until after we've done our work. Hover
6021         needs more work, in the case where HoverSelection is on, because
6022         the item control receives more than one MouseHover per Enter
6023         event, so we need to ensure only the "first" hover gets forwarded.
6024         Opening a minor bug for that.
6025
6026 2007-01-02  Gert Driesen  <drieseng@users.sourceforge.net>
6027
6028         * CheckedListBox.cs: Fixed SelectionMode to match MS.
6029         * ListControl.cs: Implemented AllowSelection property. Removed extra
6030         tabs.
6031         * ListBox.cs: Implemented AllowSelection property.
6032
6033 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
6034
6035         * MenuItem.cs: In MdiWindowClickHandler uses sender instead of
6036         SelectedItem, it prevent for errors when you must disable item
6037         before perform click. Fixes #80409.
6038
6039 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
6040
6041         * MenuAPI.cs: Prevent second level and beyond submenus to close
6042         until first level when move out side of popup.
6043         
6044 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
6045
6046         * MenuAPI.cs:
6047         - Down submenu positin in three pixels.
6048         - Closes sub menu when mouse leaves from menu. Fixes #80402.
6049
6050 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
6051
6052         * ThemeWin32Classic.cs:
6053         - Fix popup menu size adding one pixel on the top.
6054         - Down menu item border from two to one to mimic Win32.
6055         - Some source identation fixes. 
6056
6057 2007-01-01  Everaldo Canuto  <everaldo@simios.org>
6058
6059         * ThemeWin32Classic.cs: Use float numbers to calculate size and
6060         position of menu arrows, it fix wrong arrow size.
6061
6062 2007-01-01  Everaldo Canuto  <everaldo@simios.org>
6063
6064         * ThemeWin32Classic.cs: Uses CPDrawBorder3D to draw menu borders
6065         instead of line, it simplify draw operation and fix it using 3D
6066         borders to mimic Win32.
6067
6068 2007-01-01  Jonathan Pobst  <monkey@jpobst.com>
6069
6070         * StatusStrip.cs: Add implementation of the sizing grip.
6071
6072         * ToolStripRenderer.cs, ToolStripProfessionalRenderer.cs: Add
6073         StatusStrip rendering.
6074
6075 2006-12-31  Chris Toshok  <toshok@ximian.com>
6076
6077         * ToolBar.cs: don't assign to dock_style in the .ctor.  it doesn't
6078         override the layout style (anchor/dock) of the control.  assign to
6079         Dock instead.  Fixes bug #80416.
6080
6081         * ToolStrip.cs: same.
6082
6083 2006-12-31  Andreia Gaita  <avidigal@novell.com>
6084
6085         * ContainerControl.cs: Use ContainerSelected flag to check if 
6086         a Container is directly selected, or if Select is called on a 
6087         non-container. If a container is directly selected, focus events 
6088         should not be raised.
6089         Apply #80411 patch to throw exception on set_ActiveControl if 
6090         control is the same as the current one.
6091         
6092         * Control.cs: Use ContainerSelected flag (see above).
6093         Add invalidation check to raise event but not invalidate if 
6094         dimensions are 0.       
6095         Apply #80411 patch.
6096         
6097
6098 2006-12-31  Everaldo Canuto  <everaldo@simios.org>
6099
6100         * MenuAPI.cs: After click, dont close popup menu when menu is
6101         ContextMenu. Fixes #80399.
6102
6103 2006-12-30  Chris Toshok  <toshok@ximian.com>
6104
6105         * ContainerControl.cs: make sure we throw the exception if the
6106         container control doesn't contain the control we're setting
6107         ActiveControl to.
6108
6109 2006-12-30  Chris Toshok  <toshok@ximian.com>
6110
6111         * Control.cs (SetTopLevel): fix the exception raised by
6112         SetTopLevel for child controls.
6113         (set_Anchor): call UpdateDistances when setting the anchor type.
6114         This fixes bug #80336.
6115
6116 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
6117
6118         * Theme.cs: For now, revert back to 8pt font.
6119
6120 2006-12-29  Everaldo Canuto  <everaldo@simios.org>
6121
6122         * MenuAPI.cs: Set popup as active when open a ContextMenu. 
6123         Fixes #80395.
6124
6125 2006-12-29  Chris Toshok  <toshok@ximian.com>
6126
6127         * Control.cs: reorder the code in OnResize to give the same event
6128         ordering as MS.
6129
6130 2006-12-29  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6131
6132         * MdiClient.cs: Implemented MdiLayout for ArrangeIcons,
6133         TileHorizontally and TileVertically.
6134         
6135 2006-12-29  Alexander Olk  <alex.olk@googlemail.com>
6136
6137         * ColorDialog.cs, FileDialog.cs, FolderBrowserDialog.cs,
6138         FontDialog.cs, Mime.cs, MimeIcon.cs, OpenFileDialog.cs,
6139         SaveFileDialog.cs, ThemeClearlooks.cs, ThemeNics.cs:
6140         Corrected copyright and email adress.
6141
6142 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
6143
6144         * TreeNode.cs: On 2.0 profile, throw InvalidOperationException instead
6145         of Exception in FullPath property if no TreeView is associated with
6146         the TreeNode.
6147
6148 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
6149
6150         * Theme.cs: Marked default_font as private, and initialize it in ctor
6151         with MS Sans Sarif 8.25 on 1.0 profile, and SystemFonts.DefaultFont
6152         on 2.0 profile.
6153         * ThemeGtk.cs: Removed default_font intialization.
6154         * ThemeWin32Classic.cs: Removed default_font initialization.
6155
6156 2006-12-28  Chris Toshok  <toshok@ximian.com>
6157
6158         * Control.cs: fix a couple of place where we were creating handles
6159         more aggressively than we should be.  Fixes ControlRefresh unit
6160         tests.
6161
6162 2006-12-28  Chris Toshok  <toshok@ximian.com>
6163
6164         * Control.cs: contrary to what the comment said, Control.Dock does
6165         not supercede Control.Anchor - the last one you assign to decides
6166         the layout behavior.  so we need to keep track of which was the
6167         last set.  Also, fix some of the affected property arguments in
6168         PerformLayout calls, and remove an redundant parent.PerformLayout
6169         call in OnResized.
6170
6171         Add a VisibleInternal property, which returns is_visible.  We
6172         can/should get rid of all the usage of this field elsewhere.
6173
6174 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6175         
6176         * Control.cs: DoubleBuffered property reflects the OptimizedDoubleBuffer
6177         control style, not DoubleBuffer. Added UseDoubleBuffering property
6178         that indicates whether doublebuffering is enabled and supported.
6179         (comment from and code based on Gert Driesen's patch in #80324).
6180         Fixes #80324.
6181
6182 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6183         
6184         * Control.cs: Fixed a NRE.
6185
6186 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6187
6188         * TrackBar.cs: Fix SmallChange and LargeChange exceptions
6189         for 2.0.
6190
6191 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6192
6193         * Control.cs: Rewrote double buffering, now a seperate
6194         class handles all the buffering, no Graphics is disposed of
6195         until the painting is finished (earlier implementation 
6196         would crash if the control was resized in the OnPaint, 
6197         since it would cause the double buffer to be recreated
6198         and the old one disposed), a separate Graphics is 
6199         created for every paint (MS behaviour and anyways the state
6200         of the Graphics would have to be saved and restored otherwise)
6201         
6202         * XplatUIDriver.cs: 
6203         * XplatUIX11.cs:
6204         * XplatUI.cs: Added and implemented GetOffscreenGraphics 
6205         so that we can get the graphics for the back buffer without
6206         having to create a new one and remove the offscreen_dc parameter
6207         from CreateOffscreenDrawable and DestroyOffscreenDrawable.
6208         
6209 2006-12-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6210
6211         * ListView.cs: Add key-related 2.0 methods for CheckedItemCollection.
6212         Also make virtual all the key-related methods.
6213
6214         * ListViewItem.cs: Make virtual the key related methods for
6215         ListViewSubItemCollection.
6216
6217 2006-12-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6218
6219         * ListView.cs:
6220         * ListViewItem.cs:
6221         * ThemeWin32Classic.cs:
6222         * Theme.cs: Initial support for Tile view in ListView,
6223         as well as the implementation of the required bits for it (Item
6224         and Subitem).
6225
6226 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
6227
6228         * MonthCalendar.cs: On 2.0, throw ArgumentOutOfRangeException instead
6229         of ArgumentException in MaxSelectionCount, MaxDate and MinDate.
6230         Provide useful exception messages.
6231
6232 2006-12-27  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6233
6234         * TrackBar.cs: Remove a warning.
6235         * MonthCalendar.cs: Moved back to using Capture to hide the calendar
6236         when used by DateTimePicker, fixes #80287. This also requires that 
6237         MonthCalendar implements it's own drawing for the yearly updown control,
6238         otherwise the Capture tracking would be too complicated. Removed the Click 
6239         and DoubleClick events (according to comments they were hiding the base class
6240         event to prevent them from beeing fired - MSDN only says MonthCalendar doesn't
6241         raise these events, not that they cannot be raised. It is possible to raise 
6242         them by calling OnClick and OnDoubleClick). Added two internal fields in 
6243         HitTestInfo in order to track give more tracking info needed by MonthCalendar.
6244         * ThemeWin32Classic.cs: Implement drawing of MonthCalendar's updown part.
6245         * DateTimePicker.cs: Removed handling of MonthCalendar's LostFocus
6246         event, no longer needed.
6247         
6248 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
6249
6250         * ScrollableControl.cs: In AutoScrollMinSize, only set AutoScroll to
6251         true if new value differs from current value.
6252
6253 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
6254
6255         * Control.cs: ControlCollection.Count must be public. Fixed build of
6256         unit tests.
6257
6258 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
6259
6260         * ListView.cs: Redraw when FullRowSelect is changed. Fixes bug #80379.
6261
6262 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
6263
6264         * ComboBox.cs: Mergable=>MergableProperty. Fixes build.
6265
6266 2006-12-26  Everaldo Canuto  <everaldo@simios.org>
6267
6268         * Control.cs: Invalidates control including when Width and Height is 
6269         equal zero or is not visible, only Paint event must be care about 
6270         this. Fixes #79913.
6271
6272 2006-12-26  Chris Toshok  <toshok@ximian.com>
6273
6274         * CurrencyManager.cs, PropertyManager.cs, BindingManagerBase.cs:
6275         more corcompare work.
6276
6277         * DataGridView.cs: fix compiler warning.
6278
6279         * ColumnHeader.cs: some corcompare work, and also take the
6280         opportunity to make the internal fields private.
6281
6282         * ListView.cs: fix the fallout from the above field change.
6283
6284 2006-12-26  Jonathan Pobst  <monkey@jpobst.com>
6285
6286         * ToolStripButton.cs, ToolStripComboBox.cs, ToolStripControlHost.cs,
6287         ToolStripItem.cs, ToolStripProgressBar.cs, ToolStripSplitButton.cs,
6288         ToolStripTextBox.cs: Fixes to events and corcompare.
6289
6290 2006-12-26  Everaldo Canuto  <everaldo@simios.org>
6291
6292         * ListView.cs: Call owner.OnMousexx event to propagate events from
6293         item to ListView. Fixes #80367.
6294
6295 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
6296
6297         * ComboBox.cs: On 2.0, DropDownWidth throws ArgumentOutOfRangeException
6298         if value is less than one. ItemHeight should not be set to a value
6299         less than 1, and throw ArgumentOutOfRangeException on 2.0 profile. 
6300         Removed extra tabs.
6301
6302 2006-12-26  Jonathan Pobst  <monkey@jpobst.com>
6303
6304         * ToolStripMenuItem.cs: Add ShortcutDisplayString for Moma.
6305         * ToolStripStatusLabel.cs: Add Spring for Moma.
6306
6307 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
6308
6309         * DataGridView.cs: Fixed several NullReferenceException in On* methods.
6310         Fixed code formatting. Removed debug code.
6311         * DataGridViewTextBoxEditingControl.cs: Removed debug code.
6312
6313 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
6314
6315         * DataGridView.cs: Fixed GridColor, DefaultSize, DefaultCellStyle,
6316         RowHeadersDefaultStyle, RowHeadersWidth to match MS. Throw
6317         ArgumentOutOfRangeException if ColumnCount is negative. In 
6318         ColumnHeadersHeight, throw ArgumentOutOfRangeException if height is
6319         less than 4 or higher than 32768.
6320         * DataGridViewCellStyle.cs: Fixed default value for NullValue.
6321         Fixed FormatProvider to return CurrentCulture unless explicitly set.
6322         Fixed IsFormatProviderDefault to return true if FormatProvider has
6323         not been explicitly set.
6324
6325 2006-12-25  Chris Toshok  <toshok@ximian.com>
6326
6327         * Application.cs: add a couple of 2.0 events.
6328
6329 2006-12-25  Chris Toshok  <toshok@ximian.com>
6330
6331         * Control.cs: fix compiler warning.
6332
6333         * AxHost.cs: corcompare fixes.
6334
6335         * ApplicationContext.cs: corcompare fixes.
6336
6337 2006-12-25  Chris Toshok  <toshok@ximian.com>
6338
6339         * Control.cs: only update dist_right/dist_bottom if the
6340         width/height is > 0.  this fixes anchored controls being resized
6341         smaller until they disappear and then resized larger again.
6342
6343 2006-12-25  Chris Toshok  <toshok@ximian.com>
6344
6345         * Control.cs: a couple of changes.  Remove dist_left and dist_top,
6346         since they're nothing more than X/Left and Y/Top, respectively.
6347
6348         Also, move back to a per-control Bitmap/Graphics for
6349         DeviceContext, since using the static Hwnd.bmp/bmp_g is bad in the
6350         MT case.  Go with a tiny bitmap though, 1x1, instead of Width x
6351         Height.
6352
6353 2006-12-25  Miguel de Icaza  <miguel@novell.com>
6354
6355         * MessageBox.cs: Implemented overload that takes a new "bool
6356         displayHelpButton" by adding a new internal field "show_help".
6357         When clicked this will raise the HelpRequested on the owner or the
6358         main form. 
6359
6360         From: 007dbe3ff0ca4729a4f5fcd1d8ab2a2e.txt
6361         From: c935e12b95fe4dc1ae670e7f4dc5fd68.txt
6362
6363         * ListView.cs: Add support ColumnWidthChanged and
6364         ColumnWidthChanging. 
6365
6366         Add support for ColumnReordered event.
6367         (ReorderColumn): Add NET_2_0 specific support for cancelling the
6368         reorder.
6369
6370         Very nice codebase!
6371
6372         * TextBoxBase.cs (GetLineFromCharIndex): Implement this method.
6373
6374         This is used by report f4ae0a88a0a244558aaadf017c9b9efe.
6375
6376 2006-12-24  Chris Toshok  <toshok@ximian.com>
6377
6378         * GridTablesFactory.cs: 2.0 corcompare work.
6379
6380         * ToolStripContainer.cs: add "override" to
6381         ContextMenuStripChanged, and remove the local event object.
6382
6383         * ToolStripDropDown.cs: same with a couple properties.
6384
6385         * ToolStripPanel.cs: same with AutoSizeChanged event.
6386
6387         * TextBoxBase.cs: add "override" to AutoSizeChanged.
6388
6389         * Form.cs: add the remaining 2.0 events, and do some corcompare
6390         attribute work.
6391
6392         * DateTimePicker.cs: add "new" to padding.
6393
6394         * ButtonBase.cs: use Control's use_compatible_text_rendering.
6395
6396         * ToolStripContentPanel.cs: use base.AutoSizeChanged.
6397
6398         * DataGridView.cs: PaddingChanged is overridden.
6399
6400 2006-12-24  Chris Toshok  <toshok@ximian.com>
6401
6402         * Control.cs: corecompare work here too.
6403
6404         * DataGridViewElement.cs, DataGridView.cs,
6405         DataGridViewButtonCell.cs, DataGridViewRowCollection.cs,
6406         DataGridViewImageColumn.cs, DataGridViewComboBoxColumn.cs,
6407         DataGridViewImageCell.cs, DataGridViewCheckBoxCell.cs,
6408         DataGridViewHeaderCell.cs, DataGridViewCell.cs: more corcompare
6409         work.
6410
6411 2006-12-24  Miguel de Icaza  <miguel@novell.com>
6412
6413         * Control.cs: Switched the error message on the console for a
6414         todo.  A review of the code will have to cope with this anyways
6415         (since its a large feature, it is in our radar) and it was
6416         producing too much output when running PDN.
6417
6418         * ToolStripComboBox.cs: Set the text when the SelectedIndex
6419         changes.  Applications depend on this (PDN 2.72)
6420
6421 2006-12-23  Chris Toshok  <toshok@ximian.com>
6422
6423         * TableLayoutSettings.cs: finish up the corcompare work for this
6424         class.
6425
6426 2006-12-23  Chris Toshok  <toshok@ximian.com>
6427
6428         * Control.cs: make SetImplicitBounds internal, do some futzing
6429         with LayoutEngine so that it's available in 1.1, and remove the
6430         entire duplicated code mess from PerformLayout.  Use
6431         System.Windows.Forms.Layout.DefaultLayout instead.
6432
6433         * LayoutEngine.cs: make this class internal in 1.1, public in 2.0.
6434
6435 2006-12-23  Jonathan Pobst  <monkey@jpobst.com>
6436
6437         * Form.cs: Add MainMenuStrip property.
6438
6439 2006-12-23  Jonathan Pobst  <monkey@jpobst.com>
6440
6441         * Control.cs: Add ContextMenuStrip property and implementation.
6442         Fix ContextMenu implementation to show menu centered on control when
6443         activated using the keyboard instead of showing at screen (0,0).
6444
6445         * ToolStripDropDown.cs: Fix needed overload of Show ().
6446
6447 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
6448
6449         * Menu.cs: Name property added for 2.0 profile.
6450         
6451 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
6452
6453         * Menu.cs: Update information about FindMenuItem, method to be
6454         implemented soon.
6455
6456 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
6457
6458         * MenuAPI.cs: When deselect items deselect also selected subitems.
6459         
6460 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
6461
6462         * MenuAPI.cs: When hides menu set Wnd to null, it prevents
6463         FindSubItemByCoord to found itens that is not active, also an
6464         cheking added to FindSubItemByCoord to search for items only 
6465         in visible popup windows. Fixes #80274.
6466
6467 2006-12-22  Everaldo Canuto  <everaldo@simios.org>
6468
6469         * UserControl.cs: Remove MonoTodo and use InternalBorderStyle,
6470         internal property, it be care about change ExStyle. 
6471
6472 2006-12-22  Andreia Gaita  <avidigal@novell.com>
6473
6474         * ContainerControl.cs: set activeControl for parent forms up the 
6475         tree when the new activecontrol is a container.
6476         When validating the active control, if it is a container, also
6477         raise up the validation for it's active control. Fixes #80280
6478         
6479         * Control.cs: Add internal property flag and check to prevent
6480         Focus events from getting raised when Select() is called for
6481         a ContainerControl. There are still too many focus events being
6482         raised at the moment though.
6483         Cleaned up the code a bit.
6484
6485 2006-12-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6486
6487         * Control.cs: Added all missing 2.0 events.and
6488         fixed a couple of corcompare issues.
6489         * TrackBar.cs: Implemented missing 2.0 bits.
6490         * MonthCalendar.cs, 
6491         * DateTimePicker.cs, 
6492         * MdiClient.cs: Fixed some corcompare issues.
6493
6494 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
6495
6496         * ContextMenuStrip.cs, FlowLayoutPanel.cs, SplitContainer.cs,
6497         SplitterPanel.cs: corecompare work.
6498
6499 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
6500
6501         * ToolStripContainer.cs, ToolStripDropDown.cs, StatusStrip.cs:
6502         Clean up warnings for BackgroundImageChanged and PaddingChanged
6503         events now that they are implemented in Control.cs.
6504
6505 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
6506
6507         * Control.cs: Make sure layout_engine isn't null before using it (2.0).
6508         
6509         * TableLayoutControlCollection.cs, TableLayoutPanel.cs, TableLayoutCellPosition.cs,
6510         TableLayoutSettings.cs, TableLayoutStyleCollection.cs: Initial implementation
6511         of TableLayoutPanel and supporting cast.
6512
6513 2006-12-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6514
6515         * XplatUIWin32.cs: 
6516         - GrabWindow now confines the mouse pointer to the confine window.
6517         - Added Win32ClipCursor and Win32GetClipCursor.
6518
6519         * Control.cs: 
6520         - Added CaptureWithConfine to be able to capture and confine 
6521         mouse pointer.
6522         
6523         * InternalWindowManager.cs: 
6524         - Call CaptureWithConfine instead of Capture if we're an
6525         MdiChild (fixes #79982).
6526
6527 2006-12-21  Chris Toshok  <toshok@ximian.com>
6528
6529         * DataGrid.cs: guard against the initial state of selection, where
6530         selection_start == -1.  make sure we only select from index >= 0.
6531         Fixes bug #80291.
6532
6533 2006-12-21  Chris Toshok  <toshok@ximian.com>
6534
6535         * Control.cs: we don't need to be so draconian with
6536         UpdateDistances, and we thusly don't need to call it before
6537         calling PerformLayout in ResumeLayout.  Fixes bug #80289.
6538
6539 2006-12-21  Daniel Nauck  <dna@mono-project.de>
6540
6541         * ComboBox.cs,
6542         TextBox.cs: Implemented AutoComplete properties.
6543
6544 2006-12-20  Chris Toshok  <toshok@ximian.com>
6545
6546         * DataGridView*.cs: some corecompare work.
6547
6548 2006-12-20  Jackson Harper  <jackson@ximian.com>
6549
6550         * XplatUIX11.cs: We need to hide the caret when deleting it,
6551         otherwise you get carets left lying around everywhere.
6552         * TextBoxBase.cs: Kill then redraw the caret when scrolling.  This
6553         prevents getting some weird half drawn caret tracers when
6554         scrolling.
6555         * TextControl.cs: Attempt to reduce the number of times we need to
6556         recreate the caret.
6557
6558 2006-12-20  Gert Driesen  <drieseng@users.sourceforge.net>
6559
6560         * MonthCalendar.cs: Fixed previous month button. Removed extra tabs.
6561
6562 2006-12-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6563
6564         * DateTimePicker.cs:
6565         - Implemented missing 2.0 bits.
6566         - Changed some default values to match MS.
6567         
6568 2006-12-20  Jackson Harper  <jackson@ximian.com>
6569
6570         * TextBoxBase.cs: When changing the font across the document we
6571         can't recalculate after changing each line, since that will cahnge
6572         the line count.
6573         - PreferredHeight is a little different than i thought.
6574         - When backspacing, move the caret before we do the actual char
6575         delete, because when that delete crosses a wrap boundary the
6576         positional information will change.
6577
6578 2006-12-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6579
6580         * Control.cs: Added some missing 2.0 bits: 
6581         BackgroundImageLayout, BackgroundImageLayoutChanged, 
6582         OnPaddingChanged, MouseClick, MouseDoubleClick, PaddingChanged and 
6583         add IBindableComponent and IDropTarget implementation.
6584         
6585         * MonthCalendar.cs: 
6586         - Added all missing 2.0 features:
6587         BackgroundImageLayout, RightToLeftLayout, 
6588         OnHandleDestroyed, RightToLeftLayoutChanged, 
6589         BackgroundImageLayoutChanged, MouseClick, MouseDoubleClick,
6590         PaddingChanged.
6591         - Rewrote all the BoldDate code, it was completely broken.
6592         - Fixed all the tests (the tests can now be re-enabled, the
6593         problems were not with the tests, but with the control, it was
6594         mostly broken).
6595         
6596         * DateTimePicker.cs: Changed the location where the 
6597         MonthCalendar is shown.
6598         
6599 2006-12-19  Chris Toshok  <toshok@ximian.com>
6600
6601         * DataGridView.cs: add IDropTarget implementation.
6602
6603         * ToolStripPanel.cs: add IDropTarget implementation.
6604
6605 2006-12-19  Jackson Harper  <jackson@ximian.com>
6606
6607         * TextControl.cs: soft now means something different than what it
6608         used to mean, we want to move the caret regardless of whether or
6609         not this break was soft (would we really have wanted the caret
6610         to not move with the break in the old context?)
6611         * TreeView.cs: Make sure we factor in the vert scrollbar when
6612         calculating the horizontal scrollbar's maximum.
6613
6614 2006-12-19  Andreia Gaita  <avidigal@novell.org>
6615
6616         * SendKeys.cs: Fix Send() behaviour, clear keys after sending,
6617         check for keywords in alternate casing, close bug #80049.
6618
6619 2006-12-19  Chris Toshok  <toshok@ximian.com>
6620
6621         * ToolStripItem.cs: add the implementation of the 4 IDropTarget
6622         methods (which all do nothing).
6623
6624         * IDropTarget.cs: add the 4 missing methods.
6625
6626 2006-12-19  Chris Toshok  <toshok@ximian.com>
6627
6628         * TableLayoutRowStyleCollection.cs: corcompare work.
6629         
6630         * TableLayoutSettings.cs: same.
6631
6632         * TableLayoutStyle.cs: same.
6633
6634         * TableLayoutColumnStyleCollection.cs: same.
6635
6636 2006-12-19  Jonathan Pobst  <monkey@jpobst.com>
6637
6638         * ColumnStyle.cs, RowStyle.cs, TableLayoutStyle.cs: Plumbing for
6639         TableLayoutPanel I've had in my local tree for way too long.
6640
6641 2006-12-19  Miguel de Icaza  <miguel@novell.com>
6642
6643         * TableLayoutSettings.cs: Finish the public API (still needs all
6644         the logic to update on changes). 
6645
6646         * TableLayoutPanelCellPosition.cs: new file.
6647         
6648         * TableLayoutRowStyleCollection.cs,
6649         TableLayoutColumnStyleCollection, TableLayoutStyle.cs,
6650         TableLayoutSettings.cs: Track the final 2.0 table api.
6651
6652 2006-12-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6653
6654         * ColumnHeader.cs: Add Tag, Name, ImageKey, ImageIndex,
6655         and Image List 2.0 members for ColummnHeader.
6656         * ListView.cs: Add key-related 2.0 methods for
6657         ColumnHeaderCollection.
6658
6659 2006-12-19  Gert Driesen  <drieseng@users.sourceforge.net>
6660
6661         * ListViewItem.cs: Changed AddRange overloads to match MS: throw
6662         ArgumentNullException if items argument is null. Ignore null item in
6663         arrays. Removed extra tabs.
6664
6665 2006-12-19  Gert Driesen  <drieseng@users.sourceforge.net>
6666
6667         * MonthCalendar.cs: Fixed InvalidCastException.
6668
6669 2006-12-19  Jackson Harper  <jackson@ximian.com>
6670
6671         * TextControl.cs: Don't increment the position here.
6672         - When calculating char positions only add in the line break size
6673         for hard line breaks.
6674
6675 2006-12-19  Andreia Gaita  <avidigal@novell.org>
6676
6677         * SendKeys.cs: Changed some things to match ms.net behaviour
6678         when parsing shifted capital letters.
6679         
6680         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32, XplatUIOSX: 
6681         Add window handle as parameter to SendInput. X11 needs the 
6682         window handle, and the handle being passed      to it in the keys 
6683         queue is the active control handle (which windows needs), not 
6684         the window handle.
6685         
6686         XplatUIX11.cs, XplaUIX11-new.cs, X11Display: Implement SendInput 
6687         to support SendKeys on X.       
6688         
6689         * X11Keyboard: Implement helper method to lookup a linux keycode
6690         given the virtual keycode. Added table of keycode-2-virtualkey
6691         values to support this.
6692
6693 2006-12-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6694
6695         * ListView.cs: Add support for SelectedIndexCollection
6696         and SelectedItemCollection 2.0 methods. Implement support
6697         for ImageKey too.
6698         * ListViewItem.cs: Add support for ListViewSubItemCollection
6699         2.0 methods. Also, fix an incorrect behavior of AddRange method
6700         (it shouldn't call Clear).
6701         * ThemeWin32Classic.cs: Support for ListView.ImageKey 2.0 property.
6702
6703 2006-12-19  Jackson Harper  <jackson@ximian.com>
6704
6705         * RichTextBox.cs: 
6706         * TextBoxBase.cs: New args for FormatText
6707         * TextControl.cs: Rewrote the main drawing method, this version
6708         feels a little easier to understand and debug to me.  Hopefully it
6709         does to others also
6710         - Fix FormatText to OR in the new formating values.  Added
6711         FormatSpecified param, basically this works in the same way as
6712         BoundsSpecified in Control.
6713         - Set the caret properties when the caret is positioned.
6714         - When wrapping text make sure that we calculate the width of the
6715         last character
6716         - when calculating alignments we might have wrapped down to the
6717         next line, so don't search for an individual tag, search for the
6718         end of the line
6719         - We need to invalidate the selection area when we replace the
6720         selection.
6721         
6722 2006-12-19  Daniel Nauck  <dna@mono-project.de>
6723
6724         * Application.cs: add Restart () 2.0 support
6725
6726 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
6727
6728         * MenuItem.cs: Invalidate menu item rectangle after change Enable
6729         property. Fixes #80268.
6730         
6731 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
6732
6733         * MenuAPI.cs: Dont trigger select event when closes top menu
6734         item. Fixes #80270.
6735
6736 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
6737
6738         * MenuAPI.cs: When you click on menuitem only trigger onselect
6739         event for top menu itens. Fixes #80271.
6740         
6741 2006-12-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6742
6743         * MdiWindowManager.cs: Make IconicBounds depend on
6744         the bottom of MdiClient, not the top (fixes #80267)
6745         
6746 2006-12-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6747
6748         * MdiClient.cs: Added missing 2.0 attribute
6749
6750 2006-12-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6751
6752         * ListViewItem.cs: Add Name and Tag 2.0 properties, as well
6753         as IndexOfKey, ContainsKey, RemoveByKey and indexer 2.0.
6754
6755 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
6756
6757         * MenuAPI.cs: Fix click when menuitem is not popup,
6758         this regression was caused by last commit (#80272).
6759
6760 2006-12-17  Everaldo Canuto  <everaldo@simios.org>
6761
6762         * MenuAPI.cs: When a non-toplevel menuitem is clicked dont
6763         fire click event or close menu. Fixes #80272.
6764
6765 2006-12-17  Daniel Nauck  <dna@mono-project.de>
6766
6767         * ListViewHitTestInfo.cs: add
6768
6769 2006-12-17  Daniel Nauck  <dna@mono-project.de>
6770
6771         * ButtonBase.cs: Added FlatButtonAppearance 2.0 support.
6772         * FlatButtonAppearance.cs: add
6773         * DockingAttribute.cs: add
6774
6775 2006-12-17  Chris Toshok  <toshok@ximian.com>
6776
6777         * DataGrid.cs: hook up MetaDataChanged event on the list manager,
6778         and rebind our columns when it does - this way, if you make
6779         changes to the DataTable (or set the Table attribute on a DataView
6780         after setting it as the DataGrid's DataSource, the changes are
6781         made visible.)  Fixes bug #80107.
6782
6783 2006-12-17  Daniel Nauck  <dna@mono-project.de>
6784
6785         * ListViewGroup.cs: add internal Location property for layouting.
6786         * Theme.cs: add abstract ListViewGroupHeight function.
6787         * ThemeWin32Classic.cs: implement ListViewGroupHeight function.
6788
6789 2006-12-16  Andreia Gaita  <avidigal@novell.com>
6790
6791         * TabControl.cs: Fixed checks for NET_2_0-specific exceptions.
6792         Added reset of selected index to 0 when adding first tab page.
6793         Fixes #80264
6794         
6795         * NumericUpDown.cs: Fix NET_2_0 check
6796
6797 2006-12-16  Daniel Nauck  <dna@mono-project.de>
6798
6799         * ListViewGroup.cs: fixed DefaultValueAttribute value
6800
6801 2006-12-16  Daniel Nauck  <dna@mono-project.de>
6802
6803         * AutoCompleteStringCollection.cs: add new AutoCompleteStringCollection 2.0 class
6804
6805 2006-12-15  Miguel de Icaza  <miguel@novell.com>
6806
6807         * Button.cs, ComboBox.cs, ScrollBar.cs, UserControl.cs,
6808         TextBoxBase.cs, ListView.cs, ContainerControl.cs,
6809         ScrollableControl.cs: Add a handful of methods that are
6810         overwritten in 2.0 
6811
6812 2006-12-15  Chris Toshok  <toshok@ximian.com>
6813
6814         * XplatUIWin32.cs: initial implementation of the Reversible
6815         drawing functions.  there are some problems.  DrawReversibleFrame
6816         doesn't seem to work at all for Dashed FrameStyle, and in the
6817         Thick case there are drawing errors at the corners (we probably
6818         need to bind Rectangle instead of doing moveto/lineto's.)
6819
6820 2006-12-16  Andreia Gaita  <avidigal@novell.com>
6821         
6822         * SendKeys.cs: Implemented. SendKeys uses a new method in XPlatUI, SendInput, 
6823         to send blocks of key messages. Send accumulates keys to send with Flush, 
6824         while SendWait sends all keys immediately.
6825                 
6826         * XplaUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs, 
6827         XplatUIX11.cs,  XplatUIX11-new.cs:
6828         - Define SendInput and stubs for OSX and X11, implements Win32 with a call
6829         to Win32 SendInput.
6830         - Added INPUT support structures to XplatUIWin32 for Win32SendInput
6831         
6832         Tests:  It seems ms.net is hooking the keyboard to implement this, so doing unit
6833         testing for ms.net on this class is very tricky, as the tests run too fast 
6834         to allow the hook to release, essentially freezing the keyboard and the 
6835         test. So, barring a win32 miracle, they'll be commited in the ms-notworking     
6836         category :p
6837
6838 2006-12-16  Daniel Nauck  <dna@mono-project.de>
6839
6840         * Padding.cs: fixed serialization compability to MS ("_var" field names),
6841                         added missing attributes.
6842  
6843 2006-12-15  Daniel Nauck  <dna@mono-project.de>
6844
6845         * ListViewGroup.cs: Added missing attributes.
6846         * ListViewGroupCollection.cs: Added missing attributes.
6847
6848 2006-12-15  Daniel Nauck  <dna@mono-project.de>
6849
6850         * ListViewItem.cs: fixed ListViewSubItem text property.
6851
6852 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6853         
6854         * Control.cs: Added missing 2.0 attributes
6855         
6856 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6857         
6858         * MdiClient.cs: Added missing 2.0 attribute.
6859         * MonthCalendar.cs: Added some missing 2.0 attributes 
6860         and properties.
6861         
6862 2006-12-15  Daniel Nauck  <dna@mono-project.de>
6863
6864         * ListView.cs: implemented ListViewItemCollection Add 2.0 support.
6865
6866 2006-12-15  Jonathan Pobst  <monkey@jpobst.com>
6867
6868         * MainMenu.cs: Add the new 2.0 constructor to help out people
6869         using the MainMenu in VS2005.
6870
6871 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6872         
6873         * MdiChildContext.cs: Removed it, no longer used.
6874         * MdiClient.cs: Added missing 2.0 attributes.
6875         
6876 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6877         
6878         * InternalWindowManager.cs: Fix a NullRef with previous 
6879         changes for toolwindows.
6880         
6881 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6882
6883         * Control.cs: 
6884         - Added AfterTopMostControl to allow for certain controls 
6885         to always stay on top when normal controls are brought to 
6886         front.
6887         
6888         * XplatUIWin32.cs: 
6889         - (DrawInversibleRectangle): Get window rectangle from Win32 
6890         in stead of from control, since Win32 doesn't calculate
6891         screen coords correctly from control's Location if it 
6892         have docked siblings.
6893         
6894         * MdiWindowManager.cs:
6895         - Correct the control menu popup location when clicked on
6896         the maximized form icon. (fixes #80223.1)
6897         - Don't show moving rectangle if mouse hasn't moved from
6898         the original clicked point.
6899         - Removed FormGotFocus handler (not used).
6900         - Calculate the control buttons location from the main
6901         window's size and not client size (fixes #79770).
6902         - Form is now closed when the form icon is double-clicked
6903         (fixes #79775). 
6904         - Correct NCCalcSize numbers a little bit (fixes #80223.2)
6905         
6906         * InternalWindowManager.cs:
6907         - Moved some MDI-only methods to MdiWindowManager.
6908         - Removed unused properties and methods.
6909         - Unified method naming for methods handling wm messages.
6910         - Moved all message handling to seperate methods for
6911         each message.
6912         
6913         * ThemeWin32Classic.cs:
6914         - DrawManagedWindowDecorations now draws the title bar 
6915         with a gradient brush.
6916         - Add a CPDrawButtonInternal that allows us to specify
6917         light, normal and dark colors for the buttons (control 
6918         buttons for MDI children were drawn with the same light
6919         color as the background, therefore loosing the 3D effect).
6920         
6921         * SizeGrip.cs:
6922         - Add a CapturedControl property that is used to 
6923         determine the control to resize (defaults to parent). 
6924         Needed for MdiClient, since its SizeGrip's parent is
6925         MdiClient, but the control to resize is the main form.
6926         
6927         * MdiClient.cs:
6928         - Set SizeGrip's CapturedControl to the main form in order
6929         to resize the main form and not the MdiClient.
6930         - Override AfterTopMostControl to leave the scrollbars 
6931         always on top.
6932
6933 2006-12-15  Daniel Nauck  <dna@mono-project.de>
6934
6935         * ListView.cs: fixed ListViewItemCollection AddRange and
6936                         implemented ListViewItemCollection AddRange 2.0 support.
6937
6938 2006-12-15  Daniel Nauck  <dna@mono-project.de>
6939
6940         * ListViewGroup.cs: Add.
6941         * ListViewGroupCollection.cs: Add
6942         * ListView.cs: Add ListViewGroup (Group) and ShowGroups 2.0 support.
6943         * ListViewItem.cs: Add ListViewgroup (Group), ListViewGroups constructors and
6944                                 stub for ImageKey 2.0 support.
6945
6946 2006-12-14  Mike Kestner  <mkestner@novell.com>
6947
6948         * ListView.cs: add text padding to the autocalculation for columns
6949         of width -2.  Fixes #80207.
6950  
6951 2006-12-14  Mike Kestner  <mkestner@novell.com>
6952
6953         * ListView.cs: add some index guarding for partial row navigation 
6954         logic.  Fixes #80250.
6955
6956 2006-12-14  Mike Kestner  <mkestner@novell.com>
6957
6958         * ListView.cs: throw ArgumentExceptions when parented ListViewItems
6959         are added or inserted to the collection.  Fixes #81099.
6960
6961 2006-12-13  Everaldo Canuto  <everaldo@simios.org>
6962
6963         * MenuAPI.cs: Closes menu when right click out side of popup
6964         it fix problem in ContextMenu and MainMenu. Fixes #80252.
6965
6966 2006-12-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6967
6968         * ListViewItem.cs: Fix dumb error.
6969
6970         * ListView.cs: Add Find and ContainsKey methods in 
6971         ListViewItemCollection, and also return true for IsReadOnly
6972         and IsFixedSize (changes for 2.0). 
6973
6974 2006-12-13  Gert Driesen  <drieseng@users.sourceforge.net>
6975
6976         * Control.cs: Allow Region to be set to null.
6977
6978 2006-12-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6979
6980         * MdiWindowManager.cs: Remove unused (commented out) code.
6981         * Form.cs: When the MdiChild is maximized, the form needs 
6982         WM_NCMOUSELEAVE, so request it.
6983         * InternalWindowManager.cs: 
6984         - Added tooltips to control buttons.
6985         - Removed duplicated control button handling code.
6986         - Removed unused (commented out) code.
6987         
6988 2006-12-12  Everaldo Canuto  <everaldo@simios.org>
6989
6990         * MenuAPI.cs: Set cursor to default in popup menus, a XplatUI.SetCursor 
6991         was used because we must set cursor without trigger ChangeCursor event
6992         and without change Cursor control property. Fixes #79963.
6993
6994 2006-12-12  Andreia Gaita  <avidigal@novell.com>
6995         
6996         * Control.cs: Check if Region setter value is null, and ignore
6997
6998 2006-12-12  Jackson Harper  <jackson@ximian.com>
6999
7000         * TextControl.cs: We were almost always drawing one more line then
7001         needed, since the GetLineByPixel will return the last line found
7002         at that pixel. In most cases though, we were invalidating up to
7003         the junction between two lines.
7004         - Improve debug code.
7005
7006 2006-12-12  Chris Toshok  <toshok@ximian.com>
7007
7008         * XplatUI.cs: add static DrawReversibleFrame, DrawReversibleLine,
7009         and FillReversibleRectangle.
7010
7011         * XplatUIDriver.cs: add abstract DrawReversibleFrame, DrawReversibleLine,
7012         and FillReversibleRectangle.
7013
7014         * XplatUIWin32.cs: add stubs which do nothing for
7015         DrawReversibleFrame, DrawReversibleLine, and
7016         FillReversibleRectangle.
7017
7018         * XplatUIOSX.cs: add stubs which raise NIE for
7019         DrawReversibleFrame, DrawReversibleLine, and
7020         FillReversibleRectangle.
7021
7022         * XplatUIX11.cs: add working implementation for
7023         DrawReversibleFrame, DrawReversibleLine, and
7024         FillReversibleRectangle.
7025         
7026         * ControlPaint.cs: implement DrawReversibleFrame,
7027         DrawReversibleLine, and FillReversibleRectangle, by calling into
7028         the appropriate XplatUI method.
7029
7030 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7031
7032         * Form.cs: Make MdiClient have the focus even if it's
7033         not selectable, since it should receive WM_KEY* and WM_MOUSE 
7034         messages. Fixes #79907.
7035         
7036 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7037
7038         * Hwnd.cs: Save the CreateParams.ExStyle so that it can be
7039         queried after the window is created.
7040         
7041         * XplatUIX11.cs: Added SendParentNotify to implement 
7042         WM_PARENTNOTIFY logic. Fixes #79965.
7043         
7044         * Control.cs: Added MakeParam.
7045         
7046 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7047
7048         * MdiClient.cs: Resume Layout before setting window
7049         states (fixes #80201).
7050
7051 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7052
7053         * MenuAPI.cs: Deselect a menu item after performing
7054         the click (fixes #80197).
7055
7056 2006-12-11  Jackson Harper  <jackson@ximian.com>
7057
7058         * TextBoxBase.cs: We need to cap this value, since Maximum -
7059         ViewPortHeight can be less than zero.
7060         - Only do selection with the left mouse button.
7061         * TextBox.cs: Don't tell the world that we have a context menu.
7062         * Control.cs: New method so that we can control whether or not the
7063         context menu is visible outside MWF.
7064
7065 2006-12-11  Everaldo Canuto  <everaldo@simios.org>
7066
7067         * ToolBarButton.cs: Fix text positon. 
7068
7069 2006-12-11  Miguel de Icaza  <miguel@novell.com>
7070
7071         * ProgressBar.cs (MarqueeAnimationSpeed): Add stub.
7072
7073         * Control.cs (DoubleBuffered): Add implementation.
7074
7075         * Application.cs (OpenForms): Add.
7076
7077 2006-12-11  Jonathan Pobst  <monkey@jpobst.com>
7078
7079         * Form.cs: Use opacity instead of Opactiy to determine if we need
7080         to set the WS_EX_LAYERED bit.  [Fixes bug #80185]
7081
7082 2006-12-11  Jonathan Pobst  <monkey@jpobst.com>
7083
7084         * Control.cs: Fix NRE if Control.Site was set to null.
7085
7086 2006-12-11  Chris Toshok  <toshok@ximian.com>
7087
7088         * Control.cs: ControlCollection.Remove should return if the arg is
7089         null, and ControlCollection.SetChildIndex should raise a ANE.
7090
7091 2006-12-11  Gert Driesen  <drieseng@users.sourceforge.net>
7092
7093         * Control.cs: Verify value set for Dock property. Code formatting
7094         updates.
7095
7096 2006-12-11  Jackson Harper  <jackson@ximian.com>
7097
7098         * TextControl.cs: Draw the caret and the selection when a flag is
7099         set on the owner.
7100         * TextBoxBase.cs: We want to draw the caret and the selection for
7101         TextBox but not for TextBoxBase.
7102         - If the window is resized and scrolling is no longer needed (the
7103         whole doc is visible) set the scroll position to zero.
7104         - The default SelectWord (the one TextBox uses) should move the
7105         caret to the end of the word.
7106         - SelectAll moves the caret to the end of the selection.
7107         * TextBox.cs: We don't selectall on focus, we just do it when the
7108         control is created.
7109         
7110 2006-12-11  Mike Kestner  <mkestner@novell.com>
7111
7112         * ComboBox.cs: stub in a 2.0 override for ProcessKeyEventArgs.
7113
7114 2006-12-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7115
7116         * ListView.cs: Add Insert, IndexOfKey, RemoveByKey and indexer 
7117         2.0 support.
7118         * ListViewItem.cs: Add Name 2.0 property.
7119
7120 2006-12-11  Andreia Gaita  <avidigal@novell.com>
7121
7122         * TabControl.cs: Set visibility on selected or default tab 
7123         when tabcontrol handle is created, so that it's contents
7124         actually show up (duh). Fixes #80193
7125         Don't redraw the control if there is no handle created, as
7126         the selected index might be completely invalid. Added some tests
7127         to check for this.
7128
7129 2006-12-11  Everaldo Canuto  <everaldo@simios.org>
7130
7131         * ToolBar.cs: Uses maximun width and height of all buttons as 
7132         button rectangle when ButtonSize specified, it looks strange but
7133         is what happens in Win32. Fixes #80189.
7134
7135 2006-12-11  Jackson Harper  <jackson@ximian.com>
7136
7137         * TextControl.cs: Need to track undo levels ourself, since
7138         compound actions will mess them up.
7139
7140 2006-12-10  Andreia Gaita  <avidigal@novell.com>
7141
7142         * TabControl.cs: Raise SelectedIndexChanged for 1.1 if the
7143         SelectedIndex value is changed (even if it's not valid).
7144         Reset SelectedIndex to 0 when the handle is created and if
7145         the current index is invalid.
7146         Fixes SelectdeIndex unit tests and #80128
7147
7148 2006-12-08  Chris Toshok  <toshok@ximian.com>
7149
7150         * DataGrid.cs (set_CurrentCell): because EnsureCellVisibility
7151         calls EndEdit, it needs to be called before we set current_cell to
7152         its new value.  Otherwise, we end up committing the value in the
7153         textbox to the new cell as well.  Fixes bug #80160.
7154
7155 2006-12-08  Chris Toshok  <toshok@ximian.com>
7156
7157         * Form.cs (set_CancelButton): if the button's DialogResult is
7158         None, set it to Cancel.  Fixes bug 80180.
7159
7160 2006-12-08  Jackson Harper  <jackson@ximian.com>
7161
7162         * TextBoxBase.cs: Ugh, ClientSize can be 0,0 sometimes, so we need
7163         to watch ourselves when setting the canvas size and setting the
7164         scrollbar values.
7165
7166 2006-12-08  Chris Toshok  <toshok@ximian.com>
7167
7168         * DataGrid.cs: comment out the two MakeTransparent calls for the
7169         time being so people using trunk (and not 1.2.2) on windows can
7170         actually use the datagrid.  This deals with bug #80151.
7171
7172 2006-12-08  Jonathan Pobst  <monkey@jpobst.com>
7173
7174         * ThemeWin32Classic.cs: Change ButtonBase_DrawImage to use the
7175         Graphics.DrawImage (image, int, int, int, int) overload instead
7176         of Graphics.DrawImage (image, int, int).  GDI+ can't figure out
7177         the dpi difference and was blurring images it drew.
7178         [Fixes bug #79960]
7179
7180 2006-12-08  Chris Toshok  <toshok@ximian.com>
7181
7182         * ThemeWin32Classic.cs (DataGridPaintRows): handle case where
7183         rowcnt is 0 (such as with an empty datasource), and make sure we
7184         initialize not_usedarea.Y to cells.Y, so we don't draw over the
7185         other areas (caption, parent row, etc, etc).  Fixes bug #80095.
7186
7187 2006-12-08  Chris Toshok  <toshok@ximian.com>
7188
7189         * DataGridColumnStyle.cs (SetDataGrid): don't try to access a null
7190         grid.
7191
7192 2006-12-08  Chris Toshok  <toshok@ximian.com>
7193
7194         [ Fixes bug #80167 ]
7195         
7196         * ThemeWin32Classic.cs: don't draw the image if the button's flat
7197         style is FlatStyle.System.
7198
7199         * ButtonBase, ThemeClearlooks.cs, ThemeGtk.cs, ThemeNice.cs: make
7200         ButtonBase.flat_style private, and switch uses of it to the public
7201         property.
7202         
7203 2006-12-08  Chris Toshok  <toshok@ximian.com>
7204
7205         [ Fixes bug #80121 ]
7206         
7207         * ThemeWin32Classic.cs: center the caption text in the datagrid
7208         when we draw it.
7209
7210         * DataGrid.cs: lessen the amount we add to the caption height from
7211         6 to 2.  6 was making it huge.
7212
7213 2006-12-08  Andreia Gaita  <avidigal@novell.com>
7214
7215         * UpDownBase: Handle MouseWheel call directly instead of capturing
7216         the inner textbox's OnMouseWheel. Fixes #80166
7217
7218 2006-12-08  Jackson Harper  <jackson@ximian.com>
7219
7220         * TextControl.cs: We need to invalidate the textbox when we empty
7221         it (how had this not been discovered before?)
7222
7223 2006-12-08  Jackson Harper  <jackson@ximian.com>
7224
7225         * TextBoxBase.cs: Reworked the mouse down code so I could get it
7226         to behave like MS, we now ignore the eventargs.Click and just
7227         track state ourself, which we were already doing anyways.
7228         - Constrain the double click handler to the double click size.
7229         
7230 2006-12-08  Chris Toshok  <toshok@ximian.com>
7231
7232         * DataGrid.cs: the mousewheel code shouldn't try to scroll in a
7233         direction if that scrollbar isn't shown.  fixes bug #80158.
7234
7235 2006-12-08  Andreia Gaita  <avidigal@novell.com>
7236
7237         * NumericUpDown.cs: Update value on getter. Fixes #79950
7238
7239 2006-12-08  Chris Toshok  <toshok@ximian.com>
7240
7241         * MenuItem.cs: add back in the event cloning code.  I didn't know
7242         how to do it in the face of the EventHandlerList work i'd done
7243         last week.  Fixes bug #80183.
7244
7245 2006-12-08  Jonathan Pobst  <monkey@jpobst.com>
7246
7247         * Control.cs: Add an invalidate to the BackgroundImage setter.
7248         [Fixes 80184]
7249
7250 2006-12-07  Jonathan Pobst  <monkey@jpobst.com>
7251
7252         * ToolStrip*: Add some small properties reported by MoMA, fix event
7253         firing and default properties based off of unit tests, and add some
7254         attributes based off of the class status page.
7255
7256 2006-12-07  Jackson Harper  <jackson@ximian.com>
7257
7258         * TextBoxBase.cs: Take HideSelection into account when determining
7259         whether or not to show the selection.
7260         * RichTextBox.cs: After inserting the RTF into the document move
7261         the cursor to the beginning of the document.
7262
7263 2006-12-07  Jonathan Pobst  <monkey@jpobst.com>
7264
7265         * Control.cs: Remove static ArrayList "controls" which maintained
7266         a reference to every control created.
7267         * Application.cs: Create a static FormCollection to maintain a reference
7268         to every form created.  Use it in places that formerly enumerated through
7269         the controls one looking for forms.
7270         * Form.cs: Add and remove self from above FormCollection.
7271
7272 2006-12-07  Alexander Olk  <alex.olk@googlemail.com>
7273
7274         * MimeIcon.cs: gdk_pixbuf_save_to_buffer is part of libgdk-pixbuf,
7275           not libgdk (though it makes me wonder why I didn't have any
7276           problems)
7277
7278 2006-12-07  Chris Toshok  <toshok@ximian.com>
7279
7280         [ you had to know this was coming after that last commit...]
7281         
7282         * XplatUIX11.cs: implement the 3 Offscreen functions in terms of
7283         XPixmaps (CreateOffscreenDrawable maps to XCreatePixmap,
7284         DestroyOffscreenDrawable to FreePixmap, and BlitFromOffscreen to
7285         XCopyArea).
7286
7287 2006-12-07  Chris Toshok  <toshok@ximian.com>
7288
7289         * XplatUI.cs: add 3 calls (CreateOffscreenDrawable,
7290         DestroyOffscreenDrawable, and BlitFromOffscreen) that encompass
7291         all the behavior we need for double buffering.
7292
7293         * XplatUIDriver.cs: implement the 3 double buffer methods using a
7294         client side Bitmap, just like the old Control-based double buffer
7295         code did.  The methods are virtual, so each XplatUI driver
7296         subclass can replace the implementation to use a faster, platform
7297         specific approach.
7298
7299         * Control.cs: make use of the 3 Offscreen XplatUI calls in the
7300         double buffer code, and clean things up a bit in the process.
7301
7302 2006-12-06  Chris Toshok  <toshok@ximian.com>
7303
7304         * Control.cs: reindent WndProc.
7305
7306 2006-12-06  Chris Toshok  <toshok@ximian.com>
7307
7308         [ I wanna be like BenM when I grow up ]
7309         
7310         * Hwnd.cs: create a single static Graphics object on the static
7311         Bitmap we create.  use this for our text measurements.
7312
7313         * Control.cs (DeviceContext): stop using the backbuffer's dc_mem.
7314         This was causing us to allocate a backbuffer for every control,
7315         even when it wasn't flagged as double buffered.  Instead use the
7316         single graphics instance.  This might have implications for
7317         multithreaded applications.  If we run into problems we can switch
7318         to creating 1 Graphics per control, on the static Hwnd bitmap.
7319
7320         this change nets us a 7M savings in private dirty mappings when
7321         running FormsTest.exe.
7322
7323 2006-12-06  Chris Toshok  <toshok@ximian.com>
7324
7325         * ListView.cs: the BackgroundImage override is just to set
7326         attributes.  chain up to base.BackgroundImage.
7327
7328         * RichTextBox.cs: same.
7329
7330         * ToolBar.cs: same, but we need to also redraw the toolbar when it
7331         changes, so instead a handler for BackgroundImageChanged.
7332         
7333         * Control.cs: make background_image private.
7334
7335 2006-12-06  Chris Toshok  <toshok@ximian.com>
7336
7337         * ScrollBar.cs: change the assignment of cursor to Cursor.  not
7338         sure we even need this assignment, but roll with it for now.
7339
7340         * Control.cs: make the cursor field private.
7341
7342 2006-12-06  Chris Toshok  <toshok@ximian.com>
7343
7344         * Form.cs: we don't need to explicitly set ImeMode to
7345         ImeMode.NoControl - that's a natural fallout of Control.ImeMode's
7346         behavior in the face of ImeMode.Inherit.
7347
7348         * ButtonBase.cs: change DefaultImeMode to ImeMode.Disable, and
7349         change the ctor's assignment to use ImeMode instead of ime_mode.
7350
7351         * Control.cs (get_ImeMode): don't assume DefaultImeMode ==
7352         ImeModeInherit.  Only check for the parent's imemode (and return
7353         NoControl if there is no parent) if ime_Mode == ImeMode.Inherit.
7354         This fixes the button unit test, which sets both ImeMode and
7355         DefaultImeMode to ImeMode.Disable.
7356
7357         also make the ime_mode field private.
7358
7359 2006-12-06  Chris Toshok  <toshok@ximian.com>
7360
7361         * Control.cs: make control_style private.
7362
7363         * TextBoxBase.cs: fix the HandleClick override.  it was explicitly
7364         setting the styles to true, then setting them to false instead of
7365         reverting to their previous values.
7366
7367         also, call SetStyle on the scrollbars instead of using
7368         control_style directly.
7369
7370 2006-12-06  Jonathan Pobst  <monkey@jpobst.com>
7371
7372         * FormCollection.cs: Implement. [2.0]
7373
7374 2006-12-06  Chris Toshok  <toshok@ximian.com>
7375
7376         * Control.cs: make tab_stop private.
7377
7378         * Label.cs: set TabStop, not tab_stop.  reformat some event
7379         add/remove methods to make them more compact.
7380
7381 2006-12-06  Chris Toshok  <toshok@ximian.com>
7382
7383         * RadioButton.cs: fix TabStop handling.
7384
7385 2006-12-06  Chris Toshok  <toshok@ximian.com>
7386
7387         * TextBox.cs: remove the explicit assignments to has_focus.
7388         Control does that.
7389
7390         * ButtonBase.cs: remove the assignment to has_focus.  Control will
7391         manage that.
7392         
7393 2006-12-06  Chris Toshok  <toshok@ximian.com>
7394
7395         * ButtonBase.cs: remove all uses of is_enabled from this code.
7396         it's always true when any of the code containing the checks is
7397         executed.
7398
7399 2006-12-06  Chris Toshok  <toshok@ximian.com>
7400
7401         * ImageList.cs: reinstate the ShouldSerialize*/Reset* methods,
7402         with different semantics (some are present in both 1.1 and 2.0
7403         profiles) so that we match MS's behavior in our unit tests.
7404
7405 2006-12-06  Jackson Harper  <jackson@ximian.com>
7406
7407         * TextControl.cs: Make this operation undoable.
7408         * TextBoxBase.cs: Factor the border width into the preferred
7409         height.
7410         - implement Modified as per the spec.
7411
7412 2006-12-06  Chris Toshok  <toshok@ximian.com>
7413
7414         * Timer.cs, Control.cs, Menu.cs: make control_tag private.
7415
7416 2006-12-06  Chris Toshok  <toshok@ximian.com>
7417
7418         * Control.cs: make right_to_left and context_menu fields private.
7419
7420 2006-12-06  Chris Toshok  <toshok@ximian.com>
7421
7422         * AccessibleObject.cs, Control.cs, XplatUIX11GTK.cs,
7423         XplatUIX11.cs, Form.cs, RadioButton.cs, ScrollableControl.cs: make
7424         Control.child_controls private.  switch all uses over to
7425         Control.Controls.
7426
7427 2006-12-06  Chris Toshok  <toshok@ximian.com>
7428
7429         * System.Windows.Forms/GroupBox.cs,
7430         System.Windows.Forms/AccessibleObject.cs,
7431         System.Windows.Forms/ErrorProvider.cs,
7432         System.Windows.Forms/Control.cs,
7433         System.Windows.Forms/UpDownBase.cs,
7434         System.Windows.Forms/ScrollBar.cs,
7435         System.Windows.Forms/DateTimePicker.cs,
7436         System.Windows.Forms/Form.cs, System.Windows.Forms/Label.cs,
7437         System.Windows.Forms/ToolTip.cs,
7438         System.Windows.Forms/RadioButton.cs,
7439         System.Windows.Forms/LinkLabel.cs,
7440         System.Windows.Forms/Splitter.cs,
7441         System.Windows.Forms/TextBoxBase.cs,
7442         System.Windows.Forms/ToolStripTextBox.cs,
7443         System.Windows.Forms/ContainerControl.cs,
7444         System.Windows.Forms/ThemeWin32Classic.cs,
7445         System.Windows.Forms/SizeGrip.cs,
7446         System.Windows.Forms/ToolStripDropDown.cs,
7447         System.Windows.Forms/ScrollableControl.cs: Make Control.parent
7448         private.  switch all uses over to Control.Parent.
7449
7450 2006-12-06  Chris Toshok  <toshok@ximian.com>
7451
7452         * RichTextBox.cs: don't assign to has_focus in GotFocus/LostFocus.
7453         Control does this before calling emitting these events.
7454
7455         * TabControl.cs: same.
7456
7457         * ThemeWin32Classic.cs: use Control.ClientRectangle instead of
7458         Control.client_rect.
7459
7460         * ButtonBase.cs: use the ClientSize property instead of the
7461         client_size field.
7462
7463         * ScrollableControl.cs: same.
7464
7465         * Control.cs: another pass at making properties private.  also,
7466         move the initialization of tab_stop to the ctor.
7467
7468 2006-12-05  Andreia Gaita <avidigal@novell.com>
7469
7470         * TabControl.cs: Let the selected index be set freely if the 
7471         control handle is not yet created.
7472
7473 2006-12-05  Jonathan Pobst  <monkey@jpobst.com>
7474
7475         * Control.cs: Revert dist_top, dist_right, and dist_bottom to 
7476         internal until I can rewrite DefaultLayout.
7477         * ToolStrip.cs: Fix build error and some general cleaning.
7478         * ToolStripControlHost.cs, SplitterPanel.cs, DataGridView.cs:
7479         Fix build errors caused by making some of Control's fields private.
7480
7481 2006-12-05  Jackson Harper  <jackson@ximian.com>
7482
7483         * TextControl.cs: Redo Insert a little so that it use IndexOf
7484         instead of Split, this prevents it from messing up on things like
7485         \n\n\n. Also more effecient since the split array doesn't need to
7486         be created.
7487         * TextBoxBase.cs: AppendText doesnt handle multiline and non
7488         multiline text differently, this is the first of many fixes that
7489         will make multiline/non-multiline the same thing as far as the
7490         TextBoxBase is concerned.
7491         - Don't split the text and insert lines, this can lose some line
7492         endings (like is the last line a soft or hard break). Instead use
7493         the new Insert.
7494         - Fix an off by one when combining all the lines in the Text
7495         getter.
7496         - Remove separate multiline handling from the Text getter/setter.
7497
7498 2006-12-05  Chris Toshok  <toshok@ximian.com>
7499
7500         * ButtonBase.cs: a few changes:
7501
7502         - don't reinitialize internal Control fields in the ctor when they
7503         have the same values as Control sets them.
7504
7505         - don't set has_focus in OnGotFocus/OnLostFocus.  Control does
7506         this before calling those methods.
7507
7508         - we don't need to call Refresh for anything.  use Invalidate
7509         instead.
7510
7511         - OnEnabledChanged doesn't need to redraw at all - Control.cs
7512         calls Refresh in its OnEnabledChanged.
7513         
7514         - several of the events we were registered for in the ctor to
7515         redraw ourselves already include calls to Invalidate in the
7516         property setters that raise the events.  remove the extra
7517         invalidation.
7518
7519         - reformat a switch statement that was 83274658 columns wide.
7520         
7521 2006-12-05  Mike Kestner  <mkestner@novell.com>
7522
7523         * ComboBox.cs: fix a unit test regression from a TextBox
7524         SelectionLength return of -1 when there's no selection.  
7525
7526 2006-12-05  Chris Toshok  <toshok@ximian.com>
7527
7528         * Control.cs, Button.cs, ThemeGtk.cs, Form.cs, ListView.cs,
7529         ThemeWin32Classic.cs, SizeGrip.cs, ToolBar.cs: first pass at
7530         cleaning up some of the internal Control fields being used by
7531         subclasses.
7532
7533 2006-12-05  Mike Kestner  <mkestner@novell.com>
7534
7535         * ComboBox.cs: fix some Simple mode regressions.  Set Visible on the
7536         listbox after AddImplicit calls since it defaults to hidden. Add a 
7537         hack to preserve requested heights across DropDownStyle changes.
7538
7539 2006-12-05  Jonathan Pobst  <monkey@jpobst.com>
7540
7541         * PropertyGrid.cs: Hide FindFirstItem method from public API.
7542
7543 2006-12-05  Chris Toshok  <toshok@ximian.com>
7544
7545         * DataGridView.cs: fix compiler warnings.
7546
7547         * PrintControllerWithStatusDialog.cs: same.
7548
7549         * ToolBar.cs: same.
7550
7551         * FolderBrowserDialog.cs: same.
7552
7553         * Splitter.cs: same.
7554
7555         * DataGridViewComboBoxCell.cs: same.
7556
7557         * XplatUIWin32.cs: same.
7558
7559         * PictureBox.cs: same.
7560
7561         * Win32DnD.cs: same.
7562
7563         * PageSetupDialog.cs: same.
7564
7565         * FileDialog.cs: same.
7566
7567         * PrintDialog.cs: same.
7568
7569         * DataGridTextBoxColumn.cs: same.
7570
7571         * DrawTreeNodeEventArgs.cs: same (and fix corcompare)
7572
7573 2006-12-05  Chris Toshok  <toshok@ximian.com>
7574
7575         * TextBox.cs, CheckedListBox.cs, MonthCalendar.cs, Menu.cs,
7576         MainMenu.cs, ListView.cs, LabelEditTextBox.cs, ToolBar.cs: more
7577         System.ComponentModel.EventHandlerList work.
7578
7579 2006-12-05  Jonathan Chambers  <joncham@gmail.com>
7580
7581         * DrawTreeNodeEventArgs.cs: Added.
7582
7583 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7584         
7585         * InternalWindowManager.cs: Remove an unused field.
7586         
7587 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7588
7589         * InternalWindowManager.cs:
7590         - Save the point where the title bar is clicked.
7591         
7592         * MdiWindowManager.cs:
7593         - Only allow moving of the window as long as the 
7594         clicked point on the title bar does not get out of
7595         MdiClient's rectangle. Fixes #79982.
7596         
7597         * MdiClient.cs:
7598         - Added Horizontal/VerticalScrollbarVisible.
7599         - Simplified the scrollbar sizing algorithm.
7600         - Cache the difference in scrolled value in
7601         H/VBarValueChanged and move the calculation out
7602         of the for loop.
7603
7604 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7605
7606         * Control.cs: Make the Console.WriteLine in WndProc 
7607         write more info.
7608
7609 2006-12-05  Chris Toshok  <toshok@ximian.com>
7610
7611         * ToolStripManager.cs, ToolStripButton.cs,
7612         ToolStripContentPanel.cs, ToolStripComboBox.cs, ToolStrip.cs,
7613         ToolStripMenuItem.cs, ToolStripItem.cs, ToolStripControlHost.cs,
7614         ToolStripSplitButton.cs, ToolStripSeparator.cs,
7615         ToolStripRenderer.cs, ToolStripDropDownItem.cs,
7616         ToolStripProgressBar.cs, ToolStripContainer.cs,
7617         ToolStripTextBox.cs, ToolStripPanel.cs, ToolStripDropDown.cs: move
7618         to using System.ComponentModel.EventHandlerList.
7619
7620 2006-12-04  Chris Toshok  <toshok@ximian.com>
7621
7622         * LinkLabel.cs: fix up compiler warnings.
7623
7624         * TableLayoutSettings.cs: same.
7625
7626         * TreeView.cs: same.
7627
7628         * ToolBar.cs: same.
7629
7630         * TabControl.cs: same.
7631
7632         * RichTextBox.cs: same.
7633
7634         * ListViewItem.cs: same.
7635
7636         * PropertyGrid.cs: same.
7637
7638         * DataGridViewRowPostPaintEventArgs.cs: corcompare fix.
7639
7640         * ToolTip.cs same.
7641
7642         * TextRenderer.cs: fix up compiler warnings.
7643
7644         * Label.cs: same.
7645
7646         * Form.cs: corcompare fixes.
7647
7648         * PictureBox.cs: fix up compiler warnings.
7649
7650         * ImageListStreamer.cs: same.
7651
7652         * TrackBar.cs: corcompare fix.
7653
7654         * Control.cs: fix up compiler warnings.
7655
7656         * SplitterPanel.cs: same.
7657
7658         * NumericTextBox.cs: same.
7659
7660         * ImageList.cs: same.
7661
7662         * StatusStrip.cs: same.
7663
7664         * ProgressBar.cs: corcompare fix.
7665
7666         * ToolStripButton.cs: fix up compiler warnings.
7667
7668         * ToolStripStatusLabel.cs: same.
7669
7670         * ToolStripSplitButton.cs: same.
7671
7672         * ToolStripSeparator.cs: same.
7673
7674         * ToolStripProgressBar.cs: same.
7675
7676         * ToolStripDropDownMenu.cs: same
7677
7678         * ToolStripDropDown.cs: same.
7679
7680         * ToolStripDropDownButton.cs: same.
7681
7682         * ToolStrip.cs: same.
7683
7684         * ToolStripControlHost.cs: same.
7685
7686         * ToolStripContentPanel.cs: same.
7687
7688         * ToolStripDropDown.cs: same.
7689
7690         * ToolStripContainer.cs: same.
7691
7692         * ToolStripPanel.cs: same, and add "new" where we need it to work
7693         with the new ArrangedElementCollection.
7694
7695         * ToolStripItemCollection.cs: add "new" where we need it to work
7696         with the new ArrangedElementCollection.
7697
7698 2006-12-04  Andreia Gaita <avidigal@novell.com>
7699
7700         * TabControl.cs: Fix default tab selection to after TabControl
7701         gets focus and not before. Fixes #80128
7702
7703 2006-12-04  Chris Toshok  <toshok@ximian.com>
7704
7705         * DataGridTableStyle.cs: remove the gross calling of
7706         datagrid.Refresh from here.  It's a broken idea and it doesn't
7707         work anyway.
7708
7709         * DataGrid.cs: instead, just register/unregister from the
7710         DataGridTableStyle events in CurrentTableStyle.  we play it
7711         conservatively and EndEdit + CalcAreasAndInvalidate on any event,
7712         even though some would most likely not require it.  Fixes bug
7713         #80115 (and one portion of #80117 as a side effect).
7714
7715 2006-12-04  Chris Toshok  <toshok@ximian.com>
7716
7717         * DataGrid.cs (set_CaptionVisible): EndEdit before doing the work
7718         so the textbox (if any) goes away.  Fixes bug #80117.
7719
7720 2006-12-04  Chris Toshok  <toshok@ximian.com>
7721
7722         * DataGridColumnStyle.cs: set the column's readonly property
7723         initially based on the property descriptor's IsReadOnly.  Fixes
7724         bug #80044.
7725
7726 2006-12-04  Chris Toshok  <toshok@ximian.com>
7727
7728         * ComboBox.cs: wrap the dropdown style changing work in
7729         SuspendLayout/ResumeLayout.  Fixes bug #79968.
7730
7731 2006-12-04  Jackson Harper  <jackson@ximian.com>
7732
7733         * TextBoxBase.cs: Fix off by one, since these are one-based.
7734         * TextBox.cs: Select all the text when we get focus.  The TextBox
7735         does this but the RTB does not.
7736
7737 2006-12-04  Chris Toshok  <toshok@ximian.com>
7738
7739         * DataGridTextBoxColumn.cs: remove some spew.
7740
7741         * DataGridColumnStyle.cs (SetColumnValueAtRow): this seems right
7742         but some part of me is saying "it shouldn't be here.."  At any
7743         rate, it fixes bug #80046.  Call IEditableObject.EndEdit after
7744         setting the value.
7745
7746 2006-12-04  Chris Toshok  <toshok@ximian.com>
7747
7748         * DataGridColumnStyle.cs (SetDataGrid): call CheckValidDataSource
7749         to reassign the propertydescriptor.
7750
7751 2006-12-04  Jackson Harper  <jackson@ximian.com>
7752
7753         * TextBoxBase.cs:
7754         * TextControl.cs: Remove some unused variables.  Maybe this will
7755         patch things up between mike and I.
7756         - don't split lines less then one char wide, if the viewport is
7757         that small text won't be visible anyways.
7758         
7759 2006-12-04  Jackson Harper  <jackson@ximian.com>
7760
7761         * TextBoxBase.cs: Default selection length is -1, need to do some
7762         more testing on windows to see when this is used for the property.
7763         - Redid the Lines [] property to that we properly remove soft line
7764         breaks
7765         - added support for preserving carriage returns
7766         -  CanUndo is not a variable like 'is undo enabled' it just returns
7767         true if there is undo operations available.
7768         - AppendText doesn't need to grab the last tag itself anymore,
7769         this happens automatically when we move the cursor.
7770         * TextControl.cs: Add CompoundActions to the undo class. This
7771         allows combining the other operations into one big option.  ie a
7772         paste will combine { delete old, insert new, move cursor }
7773         - Add InsertString undo operation
7774         - New method for deleting multiline text
7775         - Add carriage returns to lines. So we can preserve carriage
7776         returns when text is 'roundtripped'
7777
7778 2006-12-04  Chris Toshok  <toshok@ximian.com>
7779
7780         * DataGrid.cs (CalcCellsArea): cells_area.Width/Height are at a
7781         minimum 0.  Fixes the scrollbar exception in bug #80136.
7782
7783 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7784
7785         * MdiClient.cs: 
7786         * MdiWindowManager: Removed unused fields and methods.
7787         
7788 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7789         
7790         * StatusBar.cs: Update all panels when a AutoSize=Contents
7791         panel needs updating.
7792         
7793         * StatusBarPanel.cs: Remove twidth and only use initialize.
7794         Fixes #80031.
7795                 
7796 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7797
7798         * Form.cs: When a form's MdiParent is set add it directly
7799         on top of the z-order in stead of relying on MdiClient's
7800         ActivateChild to do it. Fixes #80135.
7801         
7802         * MdiClient.cs: 
7803         - Remove original_order, mdi_child_list is already doing
7804         the same thing.
7805         - Create mdi_child_list on construction in
7806         stead of first use (avoids a few null checks).
7807
7808         * MenuItem.cs: Use an already existing list of mdi children
7809         to get the correct order of children and remove the other
7810         redundant list.
7811
7812 2006-12-04  Chris Toshok  <toshok@ximian.com>
7813
7814         * PropertyGridView.cs: cached_splitter_location is only used in
7815         !DOUBLEBUFFER code.
7816
7817         * PropertyGrid.cs: implement the ComComponentNameChanged event
7818         using Events, hoping that would fix the warning.  Looks like a
7819         compiler bug instead (#80144).
7820
7821         * PropertyManager.cs: remove unused method.
7822
7823 2006-11-04  Everaldo Canuto  <everaldo@simios.org>
7824
7825         * ThemeWin32Classic.cs: Dont draw arrow when menuitem on menubar, 
7826         include parentesis to fix expression evaluation. Fixes #79634.
7827
7828 2006-11-02  Everaldo Canuto  <everaldo@simios.org>
7829         
7830         * MenuAPI.cs:
7831         - Changes to fix behavior in Menu control, some reported in #80097
7832         and other detected during behavior refactory like a select event
7833         problems.
7834         - Remove unneded "if's" conditions.
7835         - Created an internal to flag when popup is active in control, we need 
7836         it because in .NET you can have menu active but without popup active
7837         when you active menu using popup without visible items.
7838         - Mimic win32 behavior for Select and Popup events.  
7839         - Dont open popup menu when you dont have visible subitems.
7840         - Do nothing when click on disabled menu item.
7841         - Some small changes to follow the coding style guidelines.
7842         - Unselect menu only when another control gives focus. Fixes #80097.
7843         - Remove unused code.
7844         
7845         * MenuItem.cs: internal VisibleItems method to check if menu
7846         theres visible subitems, it will be usefull to fix some 
7847         behavior in Menu control.
7848         
7849 2006-11-01  Everaldo Canuto  <everaldo@simios.org>
7850         
7851         * Timer.cs: Tag property for 2.0 profile.
7852         
7853 2006-12-01  Chris Toshok  <toshok@ximian.com>
7854
7855         [ after removing all warning suppressions, this cleans up over 100 warnings. ]
7856         
7857         * Win32DnD.cs: comment out some unused fields.
7858
7859         * XplatUIWin32.cs: comment out some unused pinvokes, and remove
7860         some unused properties/methods.
7861
7862         * XplatUIX11.cs: fix MousePosition so we override the base class's
7863         property instead of conflicting with it.
7864
7865         * PictureBox.cs: comment out some unused fields
7866
7867         * OSXStructs.cs: make some struct fields public.
7868
7869         * XplatUIOSX.cs: comment out some unused pinvokes, and fix
7870         MousePosition so we override the base class's property instead of
7871         conflicting with it.
7872
7873         * X11Dnd.cs: comment out some unused fields
7874
7875         * X11DesktopColors.cs: fix some struct field visibility to quiet
7876         the compiler.
7877
7878         * X11Dnd.cs: remove some debug code.
7879
7880         * ThemeClearlooks.cs: comment out unused field.
7881
7882         * ThemeNice.cs: mark some methods as overriding ThemeWin32Classic as needed.
7883
7884         * ThemeGtk.cs: comment out some unused pinvokes.
7885
7886         * Timer.cs: remove some unused fields.
7887
7888         * ThemeClearlooks.cs: comment out unused field.
7889
7890         * UpDownBase.cs: comment out unused field.
7891
7892         * DataObject.cs: comment out unused field.
7893
7894         * DataGridBoolColumn.cs: reomve unused field.
7895
7896         * DataGrid.cs: remove unused field.
7897
7898         * Cursor.cs: remove old ToBitmap code.
7899
7900         * ControlPaint.cs: remove unused method.
7901
7902         * ScrollBar.cs: remove unused fields.
7903
7904         * ComboBox.cs: remove unused field, and chain up to
7905         AccessibleObject ctor.
7906
7907         * ListBox.cs: remove unused field.
7908
7909         * ButtonBase.cs: wrap a couple fields in NET_2_0.
7910
7911         * GridEntry.cs: remove unused fields.
7912
7913         * Binding.cs: remove unused fields.
7914
7915         * AxHost.cs: remove unused method.
7916
7917         * ContainerControl.cs: remove unused field.
7918
7919         * ScrollableControl.cs: remove unused fields.
7920
7921 2006-12-01  Chris Toshok  <toshok@ximian.com>
7922
7923         * XplatUI.cs, XplatUIWin32.cs, XplatUIGTK.cs: nuke
7924         the Where/WhereString stuff.  it's easy enough to CWL
7925         Environment.StackTrace.
7926
7927         * XplatUIX11.cs: same, but also fix up a lot of mcs warnings about
7928         unused private fields.
7929
7930 2006-12-01  Jackson Harper  <jackson@ximian.com>
7931
7932         * TextControl.cs: Do not update the view while inserting multiline
7933         text. If we update the view we might wrap lines, before entering
7934         the new lines, which causes the new line insertion calculations to
7935         be totally fubared.
7936         - Remove an old TODO
7937         - Make debug output a little nicer
7938         
7939 2006-12-01  Chris Toshok  <toshok@ximian.com>
7940
7941         * ToolBar.cs: revert the ImeMode fix here and add an XXX comment.
7942
7943 2006-12-01  Chris Toshok  <toshok@ximian.com>
7944
7945         [ fix the majority of the CS0108 warnings we've been suppressing ]
7946         
7947         * TreeView.cs: mark BackgroundImageChanged as 'new'.
7948
7949         * ToolBar.cs: ImeMode just passes stuff to Control.  Rename Layout
7950         to "LayoutToolBar" to quiet mcs.
7951         
7952         * TabControl.cs: mark our ControlCollection class as 'new'.
7953
7954         * TextBoxBase.cs: mark some events as 'new'.
7955
7956         * Splitter.cs: TabStop is 'new'.
7957
7958         * ControlBindingsCollection.cs: mark a few methods as new since
7959         they change the visibility from protected to public.
7960
7961         * RadioButton.cs: DoubleClick -> base class, and remove unused
7962         HaveDoubleClick.
7963
7964         * MonthCalendar.cs: ImeMode property -> base class, and mark many
7965         events as new.
7966
7967         * NumericUpDown.cs: TextChanged -> base class.
7968
7969         * CheckedListBox.cs: mark our ObjectCollection class as new to
7970         quiet mcs.
7971
7972         * FolderBrowserDialog.cs: make HelpRequest event new and have it
7973         muck with the base class.
7974
7975         * StatusBar.cs: fix some mcs warnings about Update being the same
7976         name as a base class method.
7977
7978         * RichTextBox.cs: mark some events as new, and make them do things
7979         to the base class impl.
7980
7981         * UserControl.cs: mark TextChanged as new, and have it manipulate
7982         base.TextChanged.
7983
7984         * UpDownBase.cs: mark some things new.
7985
7986         * CheckBox.cs: mark DoubleClick "new", and add some text about
7987         what we need to look at.
7988
7989         * Panel.cs: make the events "new", and manipulate the base
7990         version.  these are just here for attributes.
7991
7992         * AccessibleObject.cs: make owner private.
7993
7994         * Control.cs: deal with AccessibleObject.owner being private.
7995         cache our own copy if we need it.
7996
7997         * Button.cs: add "new" to the DoubleClickEvent.
7998
7999         * ListBox.cs: no need to track our own has_focus here.  let
8000         Control.has_focus do it for us.  Also some other work to clear up
8001         warnings about not overriding base class methods of the same name.
8002         
8003         * ComboBox.cs: clear up some warnings about not override base
8004         class methods of the same name.
8005
8006 2006-12-01  Chris Toshok  <toshok@ximian.com>
8007
8008         * Form.cs: flag a few things as "new" to quiet some of the mcs
8009         warnings.
8010
8011         * AxHost.cs: same.
8012
8013         * PrintPreviewDialog.cs: same.
8014
8015         * DataGridView.cs: fix a ton of corcompare warnings.  not all, but
8016         now DGV isn't so horrible on the class status page.  also, move
8017         all events to using System.ComponentModel.EventHandlerList.  my
8018         wrists hurt.
8019
8020 2006-12-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8021
8022         * MdiWindowManager.cs:
8023         - Set form to active mdi child if shown,
8024         and update the active mdi child to the next 
8025         remaining child in the z-order if the form is hidden.
8026
8027         * Form.cs: 
8028         - Track if the form has been visible and if its 
8029         visibility is beeing changed, so that the MdiClient
8030         can properly decide the ActiveMdiChild. The MdiClient 
8031         cannot track this since the form can change visibility 
8032         before MdiClient is created.
8033
8034         * MdiClient.cs:
8035         - Don't activate anything of the parent form is changing
8036         its visibility.
8037         - Rework ActiveMdiChild to only return visible mdi 
8038         children and take into account several other corner 
8039         cases.
8040
8041 2006-12-01  Chris Toshok  <toshok@ximian.com>
8042
8043         * IBindableComponent.cs: new 2.0 interface.
8044
8045 2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>
8046
8047         * DataGrid.cs: Font for caption area is bold by default.
8048
8049 2006-12-01  Everaldo Canuto  <everaldo@simios.org>
8050
8051         * Menu.cs: Tag property for 2.0.
8052         
8053 2006-11-01  Everaldo Canuto  <everaldo@simios.org>
8054
8055         * ThemeWin32Classic.cs: Adjust menu separator drawing. 
8056         
8057 2006-12-01  Chris Toshok  <toshok@ximian.com>
8058
8059         * TreeView.cs: doh, the Begin* events should be
8060         TreeViewCancelEventHandler.
8061
8062 2006-12-01  Chris Toshok  <toshok@ximian.com>
8063
8064         * Form.cs: Form.ControlCollection already stores off the
8065         form_owner field.  don't access the base class's internal "owner"
8066         field.
8067
8068         * Control.cs: make all the fields in Control.ControlCollection
8069         private.  there's no need for any internal fields here.
8070
8071 2006-12-01  Chris Toshok  <toshok@ximian.com>
8072
8073         * DataGrid.cs: call SetDataSource instead of CalcGridAreas in
8074         OnHandleCreated.  Fixes bug #80109.
8075
8076 2006-12-01  Chris Toshok  <toshok@ximian.com>
8077
8078         * Button.cs, PropertyGridTextBox.cs, ComboBox.cs,
8079         SplitContainer.cs, Control.cs, StatusStrip.cs,
8080         DataGridTableStyle.cs, MenuItem.cs, DomainUpDown.cs, ImageList.cs,
8081         NumericTextBox.cs, NumericUpDown.cs, Panel.cs, CommonDialog.cs,
8082         DataGrid.cs, ScrollBar.cs, TrackBar.cs, PictureBox.cs,
8083         DateTimePicker.cs, StatusBar.cs, Form.cs, PrintPreviewDialog.cs,
8084         Label.cs, UserControl.cs, CheckBox.cs, RadioButton.cs,
8085         LinkLabel.cs, ListControl.cs, PropertyGrid.cs, Splitter.cs,
8086         MenuStrip.cs, FolderBrowserDialog.cs, NotifyIcon.cs,
8087         TextBoxBase.cs, ListView.cs, DataGridBoolColumn.cs,
8088         PrintPreviewControl.cs, RichTextBox.cs, ListBox.cs, TabControl.cs,
8089         DataGridColumnStyle.cs, ContextMenu.cs, TreeView.cs:
8090
8091         do most of the work to convert our code over to use
8092         System.ComponentModel.Component.Events for
8093         adding/removing/dispatching events.
8094
8095
8096 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
8097
8098         * DataGridView.cs: Fix an ArgumentNullException reported 
8099         twice today in IRC.
8100
8101 2006-11-30  Mike Kestner  <mkestner@novell.com>
8102
8103         * ComboBox.cs: fix the scrollbar mouse event forwarding in the 
8104         grabbed listbox.  Fixes #80036 and #80101.
8105
8106 2006-11-30  Rolf Bjarne Kvinge <RKvinge@novell.com>
8107
8108         * Message.cs: Changed ToString() to match MS.
8109         
8110 2006-11-30  Jackson Harper  <jackson@ximian.com>
8111
8112         * TextBoxBase.cs: You can still change the selected text on a read
8113         only textbox.
8114         * TextControl.cs: Lower magic number for wrap calculations. This
8115         lets text get closer to the right (far) edge.
8116
8117 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
8118
8119         * Control.cs: Tweak 2.0 layout properties.
8120         * Form.cs: Switch ToolStripMenuTracker hooks to ToolStripManager.
8121         * TextRenderer.cs: Add a new overload.
8122         * ToolStrip*: Huge amount of changes and new features.
8123
8124 2006-11-30  Mike Kestner  <mkestner@novell.com>
8125
8126         * ComboBox.cs: fixes for LargeChange and Maximum to get the 
8127         scroll range correct.  Fixes #79994.
8128
8129 2006-11-30  Rolf Bjarne Kvinge <RKvinge@novell.com>
8130
8131         * MdiWindowManager.cs: Update main form's text when
8132         a form is closed. (fixes #80038)
8133         
8134 2006-11-30  Everaldo Canuto  <everaldo@simios.org>
8135
8136         * ToolBar.cs:
8137         - Fix an regression in ButtonSize.
8138         - Get ImeMode default value change to "Disable".
8139         - Get ShowTooltips default value change to true, default value is 
8140         "false" but after make a test in .NET we get "true" result as default.
8141         
8142 2006-11-29  Jonathan Pobst  <monkey@jpobst.com>
8143
8144         * ToolStripDropDown.cs: Fix for SupportsTransparency change.
8145
8146 2006-11-29  Chris Toshok  <toshok@ximian.com>
8147
8148         * XplatUIWin32.cs (GetWindowTransparency): check return value of
8149         GetLayeredWindowAttributes.  if it's 0, return 1.0, as
8150         SetWindowTransparency hasn't been called.
8151
8152 2006-11-29  Chris Toshok  <toshok@ximian.com>
8153
8154         * Form.cs (set_TransparencyKey): only call SetWindowTransparency
8155         if it's supported.
8156         (set_AllowTransparency): reorder things a little so that the
8157         WS_EX_LAYERED style is removed properly.
8158
8159 2006-11-29  Chris Toshok  <toshok@ximian.com>
8160
8161         [ totally cosmetic eye-candy feature, fixes bug #80089 ]
8162         
8163         * Form.cs: only call the XplatUI transparency method (get/set) if
8164         SupportsTransparency says it's supported. Otherwise fallback to
8165         doing nothing (in the set case) or returning the instance field we
8166         cache (in the get case).
8167
8168         * XplatUIStructs.cs: add TransparencySupport flag enum.
8169         
8170         * XplatUIDriver.cs: add abstract GetWindowTransparency, and track
8171         change to SupportsTransparency.
8172
8173         * XplatUIOSX.cs: stub out GetWindowTransparency, and return
8174         TransparencySupport.None from SupportsTransparency.
8175
8176         * XplatUIX11.cs: Stub out GetWindowTransparency, and return
8177         TransparencySupport.Set from SupportsTransparency.
8178
8179         * XplatUIWin32.cs: implement GetWindowTransparency calling
8180         GetLayeredWindowAttributes, and implement SupportsTransparency by
8181         checking whether or not both
8182         GetWindowTransparency/SetWindowTransparency are available
8183         entrypoints.  We need to do this since SetWindowTransparency is
8184         available as of win2k, but GetWindowTransparency requires winxp.
8185         yay win32 api.
8186
8187         * XplatUI.cs: Add GetWindowTransparency, and change
8188         SupportsTransparency to allow for either/both Get/Set.
8189
8190 2006-11-29  Chris Toshok  <toshok@ximian.com>
8191
8192         * DataGrid.cs: keep from going into an infinite loop redrawing a
8193         datagrid that has no datasource.  Fixes bug #80033.
8194
8195 2006-11-29  Chris Toshok  <toshok@ximian.com>
8196
8197         * MenuItem.cs: fix the NRE when we assign text (and therefore call
8198         Invalidate) before the mainmenu has been assigned to a control.
8199
8200 2006-11-29  Chris Toshok  <toshok@ximian.com>
8201
8202         * DataGrid.cs: detect when we should be double the double click
8203         row/column autosize stuff, although that codepath has yet to be
8204         written.  part of the work for bug #79891.
8205
8206 2006-11-29  Chris Toshok  <toshok@ximian.com>
8207
8208         * Binding.cs (SetControl): fix unit test.
8209
8210 2006-11-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8211
8212         * PageSetupDialog.cs: Validate the margins and set them in
8213         PageSettings. 
8214         * NumericTextBox.cs: New class to mimic the behavior of the
8215         textboxes used in the printing dialogs.
8216
8217 2006-11-29  Andreia Gaita  <avidigal@novell.com>
8218         
8219         * Form.cs: Revert previous change (remove call UpdateBounds
8220         from form constructor), because it messes with the handle creation
8221         order, and that one needs lots and lots of love.
8222         * PrintPreviewDialog.cs: Revert change to CreateHandle (add check
8223         for valid printer and throw InvalidPrinterException if document
8224         is set but printer not valid), adding a MonoTODO. Once 
8225         handle creation is done properly, we can put this back in.
8226
8227 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
8228
8229         * MenuItem.cs: Create a invalidate method for menu item, to be
8230         calling from set text, it make text changes to imadiate update
8231         on screen. Fixes #80013. 
8232         
8233 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
8234
8235         * ToolBar.cs: Fixes and simplify toolbar button layout, it 
8236         fixes bug #80070 and some other problem on toolbar buttons
8237         layout.
8238
8239 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
8240
8241         * ThemeWin32Classic.cs: Paint toolbar toggle button background 
8242         with dotted brush.      Fixes #79564
8243         
8244 2006-11-28  Andreia Gaita  <avidigal@novell.com>
8245
8246         * Form.cs: Removed call to UpdateBounds on Form
8247         constructor, it was causing a call to CreateHandle
8248         before it was supposed to.
8249         * PrintControllerWithStatusDialog: Applied patch
8250         by Chris Toshok to hide controller when there are
8251         no printers available.
8252         PrintDialog.cs: initialize printer settings to 
8253         null - correct DefaultValues test #5
8254         * PrintPreviewControl.cs: Move PrintController
8255         initialization to GeneratePreview
8256         * PrintPreviewDialog.cs: 
8257         - Remove Preview generation     from Document_set(). It is 
8258         called on OnPaint
8259         - Throw InvalidPrinterException on CreateHandle if
8260         a Document is set but there are no printers or 
8261         printer is not valid.
8262         * ThemeWin32Classic: don't paint PrintPreviewControl
8263         if there is nothing to paint    
8264
8265 2006-11-28  Miguel de Icaza  <miguel@novell.com>
8266
8267         * Form.cs: Add another popular method.
8268
8269         * TabPage.cs: ditto.
8270
8271 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8272
8273         * MenuItem.cs: Fixed a warning.
8274         * InternalWindowManager: Fixed a warning.
8275
8276 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8277
8278         * MenuItem.cs:
8279         - When cloning a menu also clone MdiList and clone the 
8280           window menu items properly (as the forms and menuitems
8281           are kept in an internal hashtable, these need updating 
8282           as well)
8283         - Rewrote the window menu code, menu items are added in the
8284           order the forms were added to their parent, and they are
8285           updated every time the window menu is shown (before the
8286           list was only generated once, in the current order of the
8287           forms, and would never be updated). A checkmark is shown
8288           next to the item corresponding to the active mdi child.
8289
8290 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8291
8292         * XplatUIStructs.cs: 
8293         - Added WM_NCMOUSEHOVER and WM_NCMOUSELEAVE.
8294         
8295         * XplatUIWin32.cs: 
8296         - Added TME_NONCLIENT to TMEFlags.
8297         - Handles WM_NCMOUSEMOVE in GetMessage to 
8298           generate WM_NCMOUSEHOVER and WM_NCMOUSELEAVE messages.
8299
8300         * MdiWindowManager:
8301         - Now merges mdi child menu to parent menu when maximized.
8302         - Recalculate NC areas of both mdi child and mdi parent. 
8303           Fixes #79757 (4).
8304           on window state and size changes.Fixes #79844 (3).
8305         - Handle WM_NCCALCSIZE to properly calculate borders.
8306
8307         * Form.cs:
8308         - Add/remove to the mdi containers list of mdi children 
8309           in the order they are added.
8310         - Pass on WM_NCLBUTTONUP, WM_NCMOUSEMOVE and WM_NCMOUSELEAVE 
8311           to the maximized mdi child.
8312         
8313         * InternalWindowManager.cs:
8314         - Only execute a click on the control buttons on the mouse up,
8315           not on the mouse down. Show the state of the button 
8316           (was only showing Normal state, never Pressed state). The
8317           pressed button now follows the mouse (if you click the Close 
8318           button and move the mouse over the Maximize button, the 
8319           Maximize button will be shown as pressed). Since Win32 does
8320           not generate WM_NCLBUTTONUP if you release the button outside
8321           of the nc area, we need to handle WM_NCMOUSELEAVE and treat
8322           it as a mouse up.
8323         
8324         * ThemeWin32Classic.cs:
8325         - Draw a missing border around mdi child forms. Fixes #79844 (2).
8326
8327         * MdiClient.cs:
8328         - Added a list of forms which contains the order the forms are
8329           added to the mdi parent.
8330         - Handle WM_NCPAINT to properly draw a 3D border. Fixes #79844 (2).
8331         - Handle WM_NCCALCSIZE to properly calculate the 3D border.
8332         - If the active form changes set the scrollbars to the top
8333           of the Z order, otherwise the form could hide them.
8334         - Scrollbars are now sized according to ClientSize, not 
8335           to Size, and they take into account the other scrollbar
8336           to determine maximum.
8337         
8338 2006-11-28  Rolf Bjarne Kvinge <RKvinge@novell.com>
8339         
8340         * XplatUI.cs:
8341         * XplatUIDriver.cs:
8342         * XplatUIX11.cs:
8343         * XplatUIWin32.cs:
8344         * XplatUIOSX.cs:
8345         - Added RequestAdditionalWM_NCMessages for windows to 
8346           opt in for WM_NCMOUSELEAVE and WM_NCMOUSEHOVER.
8347           Currently only implemented in XplatUIWin32.
8348
8349 2006-11-27  Chris Toshok  <toshok@ximian.com>
8350
8351         * Hwnd.cs: only add the hwnd to the windows hash in
8352         set_WholeWindow and set_ClientWindow if whole_window/client_window
8353         are not IntPtr.Zero.  also, remove the unused SetObjectWindow.
8354
8355 2006-11-27  Mike Kestner  <mkestner@novell.com>
8356
8357         * ComboBox.cs: remove redundant OnDropDown call.  It is called
8358         from the ComboListBox.ShowWindow code. Fixes #79969.
8359
8360 2006-11-27  Chris Toshok  <toshok@ximian.com>
8361
8362         * Hwnd.cs: remove the setters for ExposePending and
8363         NCExposePending - noone uses them.
8364
8365 2006-11-27  Jackson Harper  <jackson@ximian.com>
8366
8367         * TextControl.cs: new param for ReplaceSelection which determines
8368         whether we select the new selection, or set the cursor to the end
8369         of the new selection.
8370         * TextBoxBase.cs: Use new param for ReplaceSelection.  When
8371         pasting, select the new text.
8372         * RichTextBox.cs: Use new param for ReplaceSelection.
8373
8374 2006-11-27  Jackson Harper  <jackson@ximian.com>
8375
8376         * TextBoxBase.cs: Set the selection to the caret after the caret
8377         is moved, otherwise they get out of sync.
8378
8379 2006-11-26  Everaldo Canuto  <everaldo@simios.org>
8380
8381         * ToolBar.cs: Fixe size of ToolBar when AutoSize is false,
8382         it fixes #80015
8383
8384 2006-11-26  Everaldo Canuto  <everaldo@simios.org>
8385
8386         * ThemeWin32Classic.cs: 
8387         - Fix toolbar drop down arrow position.
8388         - Fix drop down appearance when ToolBar.Appearance is normal,
8389         it fixes #80018.
8390         
8391 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
8392
8393         * ProgressBar.cs: GetStyle fixes for 2.0 profile.
8394         * Control.cs: Same.
8395         * UpDownBase.cs: Same.
8396         * ButtonBase.cs: Same.
8397         * ScrollBar.cs: Same.
8398         * TrackBar.cs: Same.
8399         * PictureBox.cs: Same.
8400         * UserControl.cs: Same.
8401         * Label.cs: Same.
8402         * ListControl.cs: Same.
8403         * TextBoxBase.cs: Same.
8404         * ListView.cs: Same.
8405         * RichTextBox.cs: Same.
8406         * TreeView.cs: Same.
8407
8408 2006-11-25  Jordi Mas i Hernandez <jordimash@gmail.com>
8409
8410         * PrintDialog.cs:
8411         - Text label for where 
8412         - Text label comment was not shown
8413
8414 2006-11-23  Everaldo Canuto  <everaldo@simios.org>
8415
8416         * ThemeWin32Classic.cs: Fix toolbar drop down arrow size.
8417
8418 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
8419
8420         * InternalWindowManager.cs: 
8421         - Handle WM_PARENTNOTIFY to activate the form
8422         if any child control is clicked.
8423         - The form is only sizable if not minimized.
8424
8425         * MdiWindowManager.cs:
8426         - Save the IconicBounds if the form is moved.
8427         - Rework SetWindowState, now the window bounds 
8428         are stored only if the old window state is Normal.
8429         
8430         * MdiClient.cs:
8431         - In SetWindowStates store the old window state if 
8432         the window is maximized and restore window state if
8433         the window looses focus.
8434         - Don't handle any scrollbar value changes if 
8435         initializing the scroll bars. Fixes #79771.
8436         - Reworked ArrangeIconicWindows. Current algorithm
8437         tests bounds agains all other minimized windows, if
8438         any intersections create new bounds (going left to 
8439         right, bottom to top) and then test again. When 
8440         successful the bounds are saved and never computed
8441         again. Fixes #79774.
8442
8443 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
8444
8445         * InternalWindowManager.cs: Added HandleTitleBarUp.
8446
8447 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
8448
8449         * NumericUpDown.cs: In .NET 1.1, user entered text is still
8450         hexadecimal in ParseUserEdit.
8451
8452         
8453 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
8454
8455         * MdiWindowManager.cs: 
8456         - Handle a click on the form's icon to show the 
8457         system menu (when maximized). Fixes #79775.
8458         - Change the existing click handler for the form's
8459         icon when not maximized to show on MouseUp.
8460         Fixes #79776.
8461
8462         * Form.cs: In OnResize only layout the mdi child's
8463         parent if it actually has a parent. Might not if
8464         the window is closing.
8465
8466
8467 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
8468
8469         * MdiClient.cs: Ignore active MDI client for text of parent, if
8470         child has no text set.
8471
8472 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
8473
8474         * ToolBar.cs: Fixed ToString to match MS.
8475
8476 2006-11-22  Andreia Gaita  <avidigal@novell.com>
8477
8478         * NumericUpDown: 
8479         - Fix DecimalPlaces, Hexadecimal and ThousandsSeparator to 
8480         update inner values on set. Fixes #79966.
8481         - Override OnLostFocus to update value on NET 2. Fixes #79950.
8482         - Fix hexadecimal parsing.
8483         
8484         * UpDownBase: Override OnGotFocus and OnLostFocus to notify 
8485         parent. Fixes #79957
8486
8487 2006-11-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8488
8489         * Control.cs: After calling SetWindowsPos in SetBoundsCore 
8490         the actual size has to be queried, since if height /
8491         width is negative Win32 changes it to 0. 
8492         Fixes #79999 on Windows.
8493         
8494         * XplatUIX11.cs: Set height / width to 0 if negative
8495         in SetWindowPos. Fixes #79999 on Linux.
8496         
8497 2006-11-22  Everaldo Canuto  <everaldo@simios.org>
8498
8499         * ThemeWin32Classic.cs: Fix text redenring when button is
8500         pressed.
8501
8502 2006-11-22  Everaldo Canuto  <everaldo@simios.org>
8503
8504         * MenuAPI.cs: Fixes behavior when menu is opened by kerboard
8505         and later navigate by mouse. Fixes #79528.
8506
8507 2006-11-21  Everaldo Canuto  <everaldo@simios.org>
8508
8509         * ToolBar.cs: Set default value for TabStop to false in
8510         constructor, it fixes remaining behavior of bug #79863.
8511
8512 2006-11-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8513
8514         * MdiWindowManager.cs:
8515         * InternalWindowManager.cs:
8516         - Moved a few methods specific to Mdi from 
8517         InternalWindowManager to MdiWindowManager.
8518         Fixes #79996.
8519         
8520 2006-11-21  Chris Toshok  <toshok@ximian.com>
8521
8522         * XplatUIOSX.cs: stub out InvalidateNC.
8523
8524         * XplatUIWin32.cs: implement InvalidateNC using the call I found
8525         at http://www.dotnet247.com/247reference/msgs/58/292037.aspx.
8526
8527         * XplatUIX11.cs: rename InvalidateWholeWindow to InvalidateNC.
8528
8529         * XplatUIDriver.cs: add InvalidateNC abstract method.
8530
8531         * XplatUI.cs: add InvalidateNC.
8532
8533 2006-11-21  Everaldo Canuto  <everaldo@simios.org>
8534
8535         * ToolBar.cs: Invalidate complete button area when pressed status 
8536         was changed.
8537         * ToolButton.cs: Fix InvalidateBorder for DropDown buttons.
8538         * ThemeWin32Classic.cs: Increase vertical and horizontal position 
8539         by 1 when button is pressed.
8540
8541 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
8542
8543         * ToolButton.cs: Invalidate middle of DropDown button when
8544         ToolBar theres DropDownArrows.
8545         * ThemeWin32Classic.cs: Change position of DropDown arrow and
8546         fix DropDown drawing operations.
8547
8548 2006-11-20  Chris Toshok  <toshok@ximian.com>
8549
8550         * NativeWindow.cs: fix the formatting of functions ('{' on the
8551         following line), and enable the thread exception dialog.
8552
8553         * Application.cs: remove the duplicate exception catching from
8554         here.
8555
8556 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
8557
8558         * Toolbar.cs: Triggers button click event when click on icon
8559         of dropdown ToolBarButton. Fixes #79912.
8560         
8561 2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8562
8563         * Theme.cs:
8564         * ThemeWin32Classic.cs:
8565         - Added a property WindowBorderFont to enable themeing
8566           of mdi child windows' Text.
8567           
8568 2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8569
8570         * InternalWindowManager.cs:
8571         * Form.cs:
8572         * MdiClient.cs:
8573         * MdiWindowManager.cs: 
8574         - If mdi child is maximized, set mdi parent's
8575           text to "Parent - [Child]". Fixes #79770.
8576         - If there is any maximized mdi child windows, only the active 
8577           window (and any new windows) is maximized, the rest are normal.
8578         - On a WindowState change only save mdi child's window bounds 
8579           if the old window state was normal. Fixes #79774.
8580         - The scroll bars are now calculated on hopefully all
8581           necessary events. Fixed #79771 / #79844->6 / #79906.
8582         - MdiClient.SizeScrollBars() now takes into account docked 
8583           controls in the parent when calculating available space.
8584         - InternalWindowManager now always repaints the entire title
8585           area. Fixes #79844->1/4/5.
8586         - Added RequestNCRecalc on mdi child windowstate changes.
8587           Fixes #79772.
8588
8589 2006-11-20  Mike Kestner  <mkestner@novell.com>
8590
8591         * ComboBox.cs: setup LargeChange on the scrollbar. Invoke FireMouseUp
8592         in the MouseUp handler of the listbox and move the return handling
8593         code to FireMouseUp to avoid scrolling on ups.  Fixes #79952.
8594
8595 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
8596
8597         * Toolbar.cs: Ignore right mouse clicks in toolbar. Fixes #79855. 
8598
8599 2006-11-17  Alexander Olk  <alex.olk@googlemail.com>
8600
8601         * MimeIcon.cs: Seems that DllImports that were fine in 1.2 are not
8602           working in 1.2.x anymore. So, updated.
8603
8604 2006-11-19  Gert Driesen  <drieseng@users.sourceforge.net>
8605
8606         * NumericUpDown.cs: Use NegativeSign, NumberDecimalSeparator and
8607         NumberGroupSeparator of current culture instead of assuming en-US.
8608         Fixed bug #79967.
8609
8610 2006-11-17  Mike Kestner  <mkestner@novell.com>
8611
8612         * Control.cs: Add the concept of implicit bounds setting so that
8613         dock/undock round trips preserve explicitly set size/locations.
8614         Fixes #79313.
8615
8616 2006-11-17  Alexander Olk  <alex.olk@googlemail.com>
8617
8618         * FileDialog.cs: Trim all filters, otherwise DirInfo.GetFiles
8619           can't handle those filters. (Fixes bug #79961)
8620
8621 2006-11-17  Chris Toshok  <toshok@ximian.com>
8622
8623         [ fixes the exit/crashes associated with #79835.  it's clearly
8624         suboptimal though, we need to figure out a better way to solve
8625         this. ]
8626         
8627         * PrintPreviewControl.cs: deal with the new invalid printer
8628         exceptions.
8629
8630         * PageSetupDialog.cs: if the printer is invalid, pop up a dialog
8631         and return false (so CommonDialog.ShowDialog doesn't actually show
8632         the form.)
8633
8634         * PrintDialog.cs: enable/disable the Ok button depending on
8635         whether or not the printer is valid.
8636
8637         * CommonDialog.cs (ShowDialog): only actually show the form if
8638         RunDialog returns true.
8639
8640 2006-11-17  Jackson Harper  <jackson@ximian.com>
8641
8642         * TextControl.cs: When soft splitting a line, mark it as a soft
8643         split line. Also carry over the current line break to the next
8644         line.
8645
8646 2006-11-17  Chris Toshok  <toshok@ximian.com>
8647
8648         * XplatUIX11.cs: when scrolling a window with an invalid area, we
8649         only want to shift the part of the invalid area that overlaps the
8650         area we're scrolling.  we also don't want to clear the invalid
8651         area unless the invalid area was entirely contained within the
8652         scrolling area.
8653
8654 2006-11-16  Chris Toshok  <toshok@ximian.com>
8655
8656         * XplatUIX11.cs: remove the handling of the TimerEvent stuff, and
8657         also make sure to free the memory returned by XGetWindowProperty
8658         in GetText().
8659
8660         * X11Structs.cs: remove the TimerEvent stuff, it's unused.
8661
8662 2006-11-16  Chris Toshok  <toshok@ximian.com>
8663
8664         * XplatUI.cs: add a new super secret way to get at the totally
8665         unsupported X11 backend.
8666
8667 2006-11-16  Gert Driesen  <drieseng@users.sourceforge.net>
8668
8669         * NumericUpDown.cs: Allow lowercase letters when in hex-mode.
8670
8671 2006-11-16  Jackson Harper  <jackson@ximian.com>
8672
8673         * TreeView.cs: Allow more explicit setting of top node position
8674         for scrollbars. Slower algo, but more accurate.
8675         - CollapseAll should maintain the current top node.
8676         * TextBoxBase.cs: When positioning the caret, use the line, pos
8677         method, since the x, y method does not grab the correct tag, and
8678         the caret height never gets set correctly. (Maybe I should just do
8679         away with the caret having its own height, and always use the
8680         carets current tag for height).
8681
8682 2006-11-16  Jonathan Pobst  <monkey@jpobst.com
8683
8684         [Fixes 79778, 79923]
8685
8686         * XplatUIWin32.cs: Don't allow a parent to be set to IntPtr.Zero.
8687         Parent to the FosterParent instead.
8688
8689 2006-11-16  Jackson Harper  <jackson@ximian.com>
8690
8691         * TreeView.cs: Need to recalc the topnode when we expand or
8692         collapse. The scrolling methods can't handle this on their own,
8693         since they use differences between the last scroll position, and
8694         those difference get completely messed up since we are expanding
8695         nodes.  This problem should probably be fixed in the scrolling
8696         methods, so they can figure out exactly where they are, but this
8697         will slow things down a little.
8698         * ThemeWin32Classic.cs: Special case for groupboxes with empty
8699         strings, makes nunit-gui look a lot nicer.
8700
8701 2006-11-16  Chris Toshok  <toshok@ximian.com>
8702
8703         * XplatUIX11.cs: nasty, nasty, nasty changes required because of
8704         the broken multithreaded event handling we have in here.  File
8705         this entry under "Why we should move to the new X11 backend".
8706
8707         Any thread can make it into UpdateMessageQueue, which gets events
8708         from the X socket - some of which could belong to hwnds being
8709         managed by a different thread.  We can also have multiple threads
8710         in UpdateMessageQueue at the same time, with each one reading from
8711         the X socket.  This leads to many problems, with the following
8712         solutions:
8713
8714         We can't use hwnd.Queue.Enqueue anywhere in here and must use
8715         EnqueueLocked.
8716
8717         The MotionNotify compression we do can't work across threads
8718         (without locking the entire queue, perhaps) since we call
8719         hwnd.Queue.Peek, so we just punt and don't compress motion events
8720         unless the owning thread is the one which got the X event.
8721
8722         ConfigureNotify is another fun one, since it modifies the hwnd's
8723         bounds and then enqueues the event.  We add a lock to Hwnd which
8724         is held when setting configure_pending to true (and enqueuing the
8725         event).
8726
8727         There is a race wrt the wake socket.  we need to make sure that
8728         only 1 thread is waiting on that socket, or else a thread could
8729         sleep waiting for data that never comes.  It's difficult (but not
8730         impossible) to make happen, because it seems to require something
8731         like the following:
8732
8733             1. Thread 1 polls on wake_receive
8734         
8735             2. poll returns saying there's data to be read on
8736                wake_receive.
8737         
8738             3. Thread 2 polls on wake_receive and immediately returns
8739                saying there's data to be read.
8740
8741             4. Thread 2 reads the wakeup byte from wake_receive
8742
8743             5. Thread 1 attempts to read the wakeup byte from
8744                wake_receive.
8745
8746             6. Thread 2 exits (due to a form closing, perhaps).
8747
8748             7. Thread 1 blocks forever.
8749         
8750         Fun, eh?
8751
8752         Fixing the Expose handling isn't done yet, and the races inherent
8753         in that piece of code are responsible for the drawing mistakes you
8754         see when generating expose events in a MT app (like NPlot).  This
8755         one is the likely to be the hardest to bandaid, and it doesn't
8756         appear to cause anything but drawing problems.  The other issues
8757         caused apps to exit or hang.
8758
8759         * XEventQueue.cs: output some spew when Dequeue/Enqueue/Peek are
8760         called from a different thread than the one that should be calling
8761         these functions.
8762
8763         * Hwnd.cs: add some locks to be used by the XplatUIX11 code.
8764
8765 2006-11-15  Chris Toshok  <toshok@ximian.com>
8766
8767         * Application.cs: null out the context's MainForm when we exit
8768         RunLoop.  Fixes a newly checked in unit test as well as the last
8769         ODE from bug #79933.
8770
8771 2006-11-15  Chris Toshok  <toshok@ximian.com>
8772
8773         * Form.cs (set_Owner): allow a null value so we can clear the
8774         form's owner.
8775         (Dispose): set all our owned_form's Owner properties to null, and
8776         clear the owned_forms collection.
8777         (WM_CLOSE): clean up this a little bit.. still not right though.
8778
8779         * ApplicationContext.cs: OnMainFormClosed should only call
8780         ExitThreadCore if the main form isn't recreating.  Fixes unit
8781         test.
8782
8783 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
8784
8785         [Fixes 78346]
8786
8787         * ComboBox.cs: Set the Hwnd.no_activate flag for the ComboListBox.
8788
8789 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
8790
8791         [Fixes 79433]
8792
8793         * Hwnd.cs: Add a flag to show a window, but not activate it, to 
8794         keep popup window types from stealing focus from the main form
8795         on Windows.
8796
8797         * XPlatUIWin32.cs: Use SW_SHOWNOACTIVATE if above field is true.
8798
8799         * MenuAPI.cs: Set above flag to true.
8800
8801 2006-11-15  Chris Toshok  <toshok@ximian.com>
8802
8803         * XplatUIX11.cs: mimic win32 behavior on BUTTONUP events, where
8804         the button being released is not in wParam.
8805
8806 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
8807
8808         * Form.cs: Add the released button to MouseEventArgs.Button
8809         for the OnMouseUp call to the MenuTracker.  Fixes menu clicking
8810         on Win32.
8811
8812 2006-11-15  Chris Toshok  <toshok@ximian.com>
8813
8814         * XplatUIX11.cs: add (untested) a _NET_WM_NAME implementation of
8815         GetText().  untested because it's unused in our implementation.
8816         Control.Text always caches the text, even if
8817         ControlStyles.CacheText is not set.
8818
8819         fixes bug #79939.
8820
8821 2006-11-15  Chris Toshok  <toshok@ximian.com>
8822
8823         [ fixes #79933 ]
8824         
8825         * Form.cs: in Close() don't do anything after we send the WM_CLOSE
8826         message.  no hiding, no disposing.
8827
8828         in the WM_CLOSE handler, hide the form if it's modal.
8829
8830 2006-11-15  Chris Toshok  <toshok@ximian.com>
8831
8832         * XplatUIX11.cs: use AddExpose instead of sending a message.
8833         fixes textbox border drawing.
8834
8835 2006-11-15  Chris Toshok  <toshok@ximian.com>
8836
8837         * PropertyGridView.cs: keep from crashing on mouse move/down when
8838         the property grid is empty.
8839
8840 2006-11-14  Jackson Harper  <jackson@ximian.com>
8841
8842         * TextControl.cs: Make PageUp and PageDown more like the MS
8843         versions.
8844         * TextBoxBase.cs: When we set the text property position the
8845         cursor at the beginning of the document.
8846
8847 2006-11-14  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8848
8849         * Form.cs: if a mdi child's WindowState has changed
8850         before it's creation, it would display wrong control
8851         buttons.
8852         
8853 2006-11-14  Alexander Olk  <alex.olk@googlemail.com>
8854
8855         * TreeView.cs: De-uglify TreeView checkbox checkmarks.
8856           (Fixes bug #79927)
8857
8858 2006-11-14  Rolf Bjarne Kvinge <RKvinge@novell.com> 
8859
8860         * XplatUIX11.cs: send a WM_NCPAINT on WM_NCCALCSIZE so that 
8861         the window gets to paint its borders even if the window is
8862         getting smaller.
8863         
8864         * Form.cs: on a WM_NCPAINT invalidate the entire menu, 
8865         otherwise the old control buttons would still be painted 
8866         if the window gets bigger.
8867         
8868         * PaintEventArgs.cs: add an internal method so that the clip 
8869         rectangle can be changed.
8870         
8871 2006-11-13  Chris Toshok  <toshok@ximian.com>
8872
8873         [ fixes bug #79745 ]
8874         
8875         * NotifyIcon.cs: lots of cleanup.
8876
8877         * X11Structs.cs: add an enum for XEMBED messages.
8878
8879         * XplatUIX11.cs: reindent one of the giant switch statements, it
8880         was taking up an additional tab stop, and this file is already way
8881         too wide for my laptop's screen.
8882
8883         Also, add handling for the XEmbed EMBEDDED_NOTIFY message.  When
8884         we get it, resize the hwnd to the WMNormalHints max_width/height.
8885
8886 2006-11-13  Jackson Harper  <jackson@ximian.com>
8887
8888         * TextBoxBase.cs: Compute the value changes for the mouse wheel
8889         teh simple way.
8890
8891 2006-11-13  Chris Toshok  <toshok@ximian.com>
8892
8893         * XplatUIX11.cs, XplatUIStructs.cs: kind of a gross fix for
8894         #79898.  force a reference to the Region to stick around so the
8895         unmanaged object isn't collected (rendering our handle in the MSG
8896         stale).
8897
8898 2006-11-13  Chris Toshok  <toshok@ximian.com>
8899
8900         * XplatUIX11.cs: fix #79917 for window managers which support
8901
8902         using XStoreName on the raw utf8, and we need to convert to
8903         COMPOUND_TEXT if it's non-latin1.
8904
8905 2006-11-13  Chris Toshok  <toshok@ximian.com>
8906
8907         * Form.cs (set_DialogResult): we need to set closing to false if
8908         we're setting our result to None.  fixes bug #79908.
8909
8910 2006-11-13  Jackson Harper  <jackson@ximian.com>
8911
8912         * TextControl.cs: When formatting text, compute the adjusted tag
8913         lengths correctly, using FindTag for the end tag instead of trying
8914         to figure it out outselves.
8915         * TreeNode.cs: Use ActualItemHeight, which is the actual height of
8916         the item, ItemHeight doesn't work, because trees with large
8917         imagelists use those for their height
8918         * TreeView.cs: ActualItemHeight factors in the image height
8919         - compute left edge of checkboxes correctly
8920         - when expanding/collapsing move the bottom down one pixel, so we
8921         aren't moving part of the node
8922
8923 2006-11-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8924
8925         * XplatUIX11.cs: The PaintEventArgs is also added to the drawing
8926         stack in PaintEventStart so that it won't get disposed by the gc
8927         before reaching PaintEventEnd.
8928
8929 2006-11-13  Jackson Harper  <jackson@ximian.com>
8930
8931         * TextBoxBase.cs: Don't select the word if we are on a line with
8932         no text.
8933         - We don't need to position the caret on mouse up, since the mouse
8934         move handler should be doing this
8935         - When double clicking a blank line, the caret is advanced to the
8936         next line.
8937
8938 2006-11-13  Gert Driesen  <drieseng@users.sourceforge.net>
8939
8940         * TreeNodeCollection.cs: Avoid duplicating indexer code.
8941
8942 2006-11-12  Gert Driesen  <drieseng@users.sourceforge.net>
8943
8944         * ColorDialog.cs: Reset size of dialog between calls to ShowDialog.
8945         Fixes part of bug #79910.
8946
8947 2006-11-11  Alexander Olk  <alex.olk@googlemail.com>
8948
8949         * ColorDialog.cs: Fix a NRE when adding a color to custom colors
8950           (bug #79903). Some minor string updates to match ms.
8951
8952 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
8953
8954         * FileDialog.cs: Don't add an extension if the filename
8955           already ends with that extension.
8956
8957 2006-11-10  Jackson Harper  <jackson@ximian.com>
8958
8959         * TreeView.cs: Use the currently highlighted node for the
8960         BeforeSelect event.
8961         * TextBoxBase.cs: There is no need to expand selection on
8962         MouseMove.
8963         - CanUndo means 'is there any undo operations', not 'is undo
8964         allowed on this textcontrol. Fixed ClearUndo unit test.
8965
8966 2006-11-10  Andreia Gaita  <shana.ufie@gmail.com>
8967
8968         * Button.cs: only perform click when button is Selectable (so as 
8969         not to activate default buttons when they're disabled)
8970         
8971         * Control.cs: Rewrite of the SelectNextControl and related 
8972         methods. HandleClick now selects next control if the current one
8973         is being disabled.
8974         
8975         * Form.cs: OnActivated selects next active control only if Load 
8976         has already occurred. If Load hasn't run, there's no point in 
8977         selecting here, Load might change the state of controls.
8978         
8979         * FocusTest.cs: Tests marked as working again for these fixes
8980
8981 2006-11-10  Chris Toshok  <toshok@ximian.com>
8982
8983         * XplatUIX11.cs: a couple of fixes.
8984
8985         - use XInternAtoms with almost all the atoms we need to register,
8986         instead of many, many calls to XInternAtom.  should help a bit on
8987         startup time, at the expense of making the code look a little
8988         worse.
8989
8990         - fall back to setting TransientFor on TOOLWINDOW's if their hwnd
8991         isn't reparented (which seems to be a clue that we're running fon
8992         compiz) and they have an Owner form.  This fixes the tool windows
8993         in paint.net when running under compiz.
8994
8995         - when setting the opacity of a window, support both the case
8996         where the window has been reparented and also when it hasn't been.
8997         Since compiz/beryl doesn't seem to reparent windows, and these are
8998         the only window managers which support translucency, I'm not sure
8999         why we need the hwnd.reparented case at all.. but leave it in.
9000         now we get translucent windows in paint.net under compiz/beryl.
9001
9002 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
9003
9004         * FileDialog.cs: Always return the value for FilterIndex that
9005           was set. Internally convert it to values that make sense.
9006
9007 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
9008         
9009         * ThemeWin32Classic.cs: Fix drowp down arrow borders.
9010
9011 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
9012
9013         * Toolbar.cs: Change default value of DropDownArrows to true, the 
9014         signature still using false to make it compatible with MS but the 
9015         initial value is true. Fixes #79855.
9016
9017 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
9018
9019         * MimeIcon.cs: Don't throw an exception on windows. Mime stuff is
9020           only available on Linux.
9021
9022 2006-11-09  Everaldo Canuto  <everaldo@simios.org>
9023
9024         * Toolbar.cs, ToolBarButton.cs: Fix wrong separator size and
9025         reduce number of calls to redraw method during toolbar creation.
9026
9027 2006-11-09  Mike Kestner  <mkestner@novell.com>
9028
9029         * ListView.cs : raise SelectedIndexChanged when an item is selected
9030         programmatically via the Item.Selected property.  Gert's nice 
9031         ListViewSelectedIndexChanged test fixture now runs clean.
9032
9033 2006-11-09  Mike Kestner  <mkestner@novell.com>
9034
9035         * ListView.cs : raise SelectedIndexChanged when a selected item is
9036         removed from the item collection using Remove or RemoveAt.
9037
9038 2006-11-09  Mike Kestner  <mkestner@novell.com>
9039
9040         * ListView.cs : raise SelectedIndexChanged once per selected item
9041         for compat with MS.  Fixes #79849+.
9042
9043 2006-11-09  Chris Toshok  <toshok@ximian.com>
9044
9045         * TabControl.cs: initialize row_count to 0, and set it to 1 when
9046         we need to (if we have any tab pages).  Fixes unit test.
9047
9048 2006-11-09  Chris Toshok  <toshok@ximian.com>
9049
9050         * Label.cs (CalcPreferredWidth): if Text == "", our preferred
9051         width is 0, not 3.  Fixes a unit test.
9052
9053 2006-11-09  Mike Kestner  <mkestner@novell.com>
9054
9055         * ListView.cs : use Implicit scrollbars so that focus isn't 
9056         stolen from the listview when they are clicked. Fixes #79850.
9057
9058 2006-11-09  Chris Toshok  <toshok@ximian.com>
9059
9060         * PropertyGridView.cs (OnPaint): only call DrawGridItems if we
9061         have a root item.  Fixes #79879.
9062
9063 2006-11-09  Alexander Olk  <alex.olk@googlemail.com>
9064
9065         * FileDialog.cs:
9066           - Fix ToString ()
9067           - An ArgumentException is now thrown if a wrong filter
9068             is applied (matches ms). The previous filter doesn't change
9069             anymore if an exception is thrown.
9070           - Changing the FileName property also affects FileNames
9071         * ColorDialog.cs: The length of the CustomColors array is always
9072           16. It doesn't matter if we use a smaller array or null to update
9073           or change the custom colors property.
9074         * FolderBrowserDialog.cs: Throw an InvalidEnumArgumentException if
9075           for RootFolder if we get a undefined value.
9076
9077 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
9078
9079         * StatusBarPanel.cs: 
9080         - Width is set to MinWidth if Width is smaller than
9081         MinWidth. Fixes #79842.
9082         - MinWidth now always overrides Width (MSDN says MinWidth
9083         is set to Width when AutoSize = None, but they do not 
9084         behave like that).
9085         - Style has now the the correct default value.
9086         
9087 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
9088  
9089         * TrackBar.cs: 
9090         - The control is completely invalidated on 
9091         Got/LostFocus to draw the focus rectangle correctly.
9092         - When AutoSize then height is always 45 (width for 
9093         vertical controls).
9094         
9095         * ThemeWin32Classic.cs: The TrackBar thumb is now centered
9096         on the mouse when moved and it doesn't move when grabbed
9097         until the mouse moves as well. Also fixed some wrong 
9098         calculations when clicking on the thumb (control thought
9099         click was outside of thumb and didn't grab it).
9100         Fixes some of the issues in #79718.
9101
9102 2006-11-08  Everaldo Canuto  <everaldo@simios.org>
9103
9104         * Toolbar.cs: Prevent disabled button to highlight. Fixes #79868.
9105
9106 2006-11-08  Chris Toshok  <toshok@ximian.com>
9107
9108         * PropertyGridView.cs: only call ToggleValue if the item is not
9109         readonly.
9110
9111 2006-11-08  Jackson Harper  <jackson@ximian.com>
9112
9113         * TextBoxBase.cs: The RichTextBox and textbox have very different
9114         word selection methods.  Implement the textbox's simple word
9115         selection here, and let the RichTextBox override and provide it's
9116         own.
9117         - Don't do extra selection on mouseup
9118         * RichTextBox.cs: Use the documents word selection algorithm, I
9119         think ideally, this function will be pulled into the
9120         RichTextBox.cs code someday.
9121
9122 2006-11-08  Chris Toshok  <toshok@ximian.com>
9123
9124         * RootGridEntry.cs: new class to represent GridItemType.Root.
9125
9126         * CategoryGridEntry.cs: reformat, and add boilerplate.
9127         
9128         * GridEntry.cs: remove the UIParent stuff - turns out .Parent
9129         returns the UI parent anyway, and we need special handling to
9130         implement the GetTarget method in the face of it.  Also, implement
9131         Select().
9132
9133         * PropertyGrid.cs, PropertyGridView.cs: a number of fixes.  create
9134         a root grid item, and use that instead of PropertyGrid.grid_items.
9135         Also, make use of TypeConverters (and add limitted support for
9136         ICustomTypeDescriptors) when initially populating the grid.
9137         Arrays now show up more or less properly.
9138
9139 2006-11-08  Chris Toshok  <toshok@ximian.com>
9140
9141         * Application.cs: set the modal dialog to non modal after we close
9142         it.  Fixes bug #79866.
9143
9144 2006-11-08  Jackson Harper  <jackson@ximian.com>
9145
9146         * TextControl.cs: When combining lines carry over the line end
9147         style from the end line.
9148         - Invalidate the selected area when setting it, if it is visible.
9149         * TextBoxBase.cs: Only rich text box can do full line selects.
9150         - Make sure to set the cursor position when there is a click,
9151         otherwise two clicks in separate areas could cause a large chunk
9152         to be selected.
9153
9154 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
9155
9156         * Toolbar.cs: Release flat button borders when Toolbar lost focus. 
9157         Fixes #79863.
9158
9159 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
9160
9161         * Toolbar.cs: Prevent toolbar to open more than one tooltip at same
9162         time. Remove tooltips when ToolButton click events.  Fixes #79856.
9163
9164 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
9165
9166         * MenuAPI.cs: Ignore right click for menu actions and fixes
9167         menu border when clicked.  Fixes #79846.
9168
9169 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
9170
9171         * XplatUIX11.cs, XplatUIX11.cs: Fix MouseRelease to only release
9172         MouseState after create wParam for message, this fixes mouse button 
9173         equal none in mouse up events.
9174         
9175 2006-11-07  Andreia Gaita  <shana.ufie@gmail.com>
9176
9177         * Control.cs : Focus() now calls Select to set the Container's
9178         Active Control and to give it focus. To avoid infinite recursion
9179         (because ActiveControl also calls Focus at one point), a check 
9180         is made in Focus with the help of a new internal variable
9181         is_focusing.
9182
9183 2006-11-07  Mike Kestner  <mkestner@novell.com>
9184
9185         * ListView.cs : raise OnSelectedIndexChanged in CreateHandle
9186         if there's a selection.  Fixes #79849.
9187
9188 2006-11-07  Gert Driesen  <drieseng@users.sourceforge.net>
9189
9190         * PropertyGrid.cs: Avoid fixed height of help description label.
9191         Fixes part of bug #79829.
9192
9193 2006-11-07  Chris Toshok  <toshok@ximian.com>
9194
9195         * XplatUIX11.cs: fix #79790 again, by using the
9196         _NET_WM_STATE_SKIP_TASKBAR atom to implement Form.ShowInTaskbar.
9197
9198 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
9199
9200         * ToolBar.cs: Fix left click checking.
9201
9202 2006-11-07  Chris Toshok  <toshok@ximian.com>
9203
9204         * ProgressBar.cs: fix a typo in ToString().  fixes a unit test.
9205
9206 2006-11-07  Chris Toshok  <toshok@ximian.com>
9207
9208         * RelatedPropertyManager.cs: set property_name in our ctor.  fixes
9209         PropertyManager unit tests.
9210
9211         * PropertyManager.cs: make property_name internal.
9212
9213 2006-11-07  Chris Toshok  <toshok@ximian.com>
9214
9215         * ButtonBase.cs: initialize base.ime_mode to ImeMode.Disable to
9216         pass a unit test.  Also, don't set image_index to anything in
9217         response to setting the ImageList property.
9218
9219 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
9220
9221         * ToolBar.cs: Ignore click events when mouse button is not a
9222         left button, only accepts other button for dropdown menus.  
9223         Fixes #79854.
9224
9225 2006-11-07  Chris Toshok  <toshok@ximian.com>
9226
9227         * DataGrid.cs: make the back and parent row buttons a little less
9228         ugly.
9229
9230 2006-11-07  Jackson Harper  <jackson@ximian.com>
9231
9232         * TextBoxBase.cs: When converting to Text don't put line breaks in
9233         for soft line breaks.
9234         * TextControl.cs: There is an initial "fake" line in the document,
9235         this is now a soft break line, so that an extra line feed doesn't
9236         get added to the end of documents.
9237
9238 2006-11-07  Chris Toshok  <toshok@ximian.com>
9239
9240         [ fix bug #79778 ]
9241         
9242         * CurrencyManager.cs: if the list is readonly, don't bother
9243         checking if IBindingList.AllowNew is true.
9244
9245         * ThemeWin32Classic.cs (DataGridPaintParentRow): make this work
9246         for non-DataRowView datasources..  or rather, make it not crash.
9247         (DataGridPaintRelationRow): make sure we limit the row painting to
9248         the area not covered by the row header, and make our cell width at
9249         least large enough to cover the relation area.  This allows grids
9250         that have relations but no rows to render correctly.
9251         (DataGridPaintRowContents): same type of changes here.
9252         (SetDataSource): move back to always calling
9253         CalcAreasAndInvalidate.  this fixes a crash/drawing problem when
9254         navigating back through relations.
9255         (HitTest): handle the case where we have no cells but have
9256         relations.  Right now we generate a hit in cell 0 of whatever the
9257         row is, not sure if this is strictly correct, but it works for our
9258         purposes.
9259         
9260         * DataGrid.cs (EndEdit, CancelEdit): if we have no columns, don't
9261         bother doing anything.
9262
9263 2006-11-07  Jonathan Pobst  <monkey@jpobst.com>
9264
9265         * StatusStrip.cs, ToolStripStatusLabel.cs: By request, an
9266         early version of StatusStrip.  Not responsible for eaten
9267         application or firstborn children.
9268
9269 2006-11-06  Chris Toshok  <toshok@ximian.com>
9270
9271         * TabControl.cs: in OnGotFocusInternal/OnLostFocusInternal don't
9272         call GetTabRect with a -1 index.  Fixes #79847.
9273
9274 2006-11-06  Jackson Harper  <jackson@ximian.com>
9275
9276         * TreeNodeCollection.cs: Update scrollbars after clearing.
9277
9278 2006-11-06  Chris Toshok  <toshok@ximian.com>
9279
9280         * NumericUpDown.cs: fix the ToString method for some unit test
9281         love.
9282
9283 2006-11-06  Chris Toshok  <toshok@ximian.com>
9284
9285         * PropertyGrid.cs:
9286         - set the initial SelectedGridItem if we can.
9287
9288         - Exclude non-mergable properties only if we're merging > 1
9289         object.  Merging 1 object isn't really merging, obviously.
9290
9291         - Handle PropertySort.NoSort just like Alphabetical, which is
9292         wrong of course, but at least gets things on the screen.
9293         
9294         * PropertyGridView.cs:
9295         - Add method "FindFirstItem" which finds the first property grid
9296         item, so we can select it by default.
9297
9298         - make use of GridEntry.CanResetValue.
9299
9300         - Don't call RedrawBelowItemOnExpansion here anymore, the
9301         individual GridEntry's will do that.
9302
9303         - Remove the ITypeDescriptorContextImpl internal class.
9304         
9305         * GridEntry.cs:
9306         - this class needs to implement ITypeDescriptorContext, as it's
9307         what MS's PropertyDescriptorGridEntry does, which means we can
9308         remove the ITypeDescriptorContextImpl internal class from
9309         PropertyGrid.cs.  This fixes the crashing portion of bug #79829.
9310
9311         - keep a reference to our PropertyGridView, and move the call to
9312         RedrawBelowItemOnExpansion here from PGV.  This means
9313         programmaticly setting Expanded actually does something visible.
9314
9315         - add a CanResetValue() function which takes into account our
9316         possibly multiple "selected_objects" in the merged case.  Shifting
9317         PropertyGridView to use this method fixes another unreported
9318         crasher found running the test for #79829.
9319
9320         - when Top or Bounds is updated, make sure the PropertyGridTextBox
9321         is updated to reflect this.
9322
9323         * CategoryGridEntry.cs: the ctor takes the PGV now.
9324         
9325 2006-11-06  Jackson Harper  <jackson@ximian.com>
9326
9327         * TextControl.cs: These are 1 based.
9328         * TextBoxBase.cs: When setting the selected text, don't change the
9329         selected text tags, this is done by ReplaceText, just position the
9330         cursor at the end of the new text.
9331
9332 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
9333
9334         * ListView.cs: Allow label edit only when, when LabelEdit is
9335           set to true.
9336
9337 2006-11-06  Jackson Harper  <jackson@ximian.com>
9338
9339         * TextControl.cs: If a suitable wrapping position isn't found,
9340         just wrap right in the middle of a word.
9341
9342 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
9343
9344         * ListView.cs, ListViewItem.cs: Implement LabelEdit. Fixes
9345           bug #79820.
9346
9347 2006-11-06  Jackson Harper  <jackson@ximian.com>
9348
9349         * TreeView.cs: Can't use the VisibleCount property when setting
9350         scrollbar heights, because this doesn't take into account whether
9351         or not the horz scrollbar just came visible.
9352
9353 2006-11-05  Everaldo Canuto  <everaldo@simios.org>
9354
9355         * MenuAPI.cs: Deactivate menu on mouse up when menus it is already
9356         activated.  Fixes #79369, #79832.
9357
9358 2006-11-05  Alexander Olk  <alex.olk@googlemail.com>
9359
9360         * FileDialog.cs: *sigh* Because of recent runtime changes (r67043) I
9361           had to remove support for links that point to a directory. FileInfo
9362           returns no usefull information (means, the directory they point to)
9363           for such links. Replaced some empty string ("") with String.Empty.
9364
9365 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
9366
9367         * TreeNodeCollection.cs: To match MS, in 1.0 profile throw 
9368         NullReferenceException when attempting to remove node that is not in
9369         collection. Throw NullReferenceException when null is passed to 
9370         Remove. Allow first element of the collection to be removed. Fixes
9371         bug #79831.  In GetEnumerator ().Current return null if positioned 
9372         before the first element of the collection. In GetEnumerator ().Reset,
9373         position before first element of the collection.
9374
9375 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
9376
9377         * PropertyGrid.cs: To match MS, remove default title and description
9378         for panel. Fixed tooltips for Categorized and Alphabetic toolbar
9379         buttons.
9380
9381 2006-11-04  Chris Toshok  <toshok@ximian.com>
9382
9383         * Theme.cs: add a Clamp method, just for kicks.
9384
9385         * ThemeWin32Classic.cs: clamp all color components to [0..255].
9386
9387 2006-11-04  Chris Toshok  <toshok@ximian.com>
9388
9389         * Form.cs: if the form isn't visible, Close() does nothing.
9390
9391 2006-11-03  Chris Toshok  <toshok@ximian.com>
9392
9393         * Form.cs (Close): if the form is modal, don't Dispose of it, only
9394         Hide it.
9395         (WndProc): don't Dispose after handling the WM_CLOSE message.
9396
9397         * Application.cs (RunLoop): toplevels is a list of Forms, so treat
9398         them as such, instead of using casts from Control to Form.  Also,
9399         don't Dispose of the modal dialog when we fall out of the loop -
9400         Close() it instead.
9401
9402         fixes bug #79813.
9403
9404 2006-11-03  Chris Toshok  <toshok@ximian.com>
9405
9406         * Control.cs (Dispose): only go through the dispose thing if we're
9407         @disposing, and we haven't already been disposed.  Fixes bug
9408         #79814.
9409
9410         * Form.cs: no reason to call "base.Dispose()" here instead of
9411         "Dispose()".
9412
9413 2006-11-03  Mike Kestner  <mkestner@novell.com>
9414
9415         * ComboBox.cs : use ToString instead of casts in AddItem for
9416         sorting functionality.  Fixes #79812.
9417
9418 2006-11-03  Chris Toshok  <toshok@ximian.com>
9419
9420         * Application.cs: pave the way for actually using the thread
9421         exception dialog.  it's ifdefed out at the moment.
9422
9423 2006-11-03  Chris Toshok  <toshok@ximian.com>
9424
9425         * ThreadExceptionDialog.cs: until we get a better layout, actually
9426         hide the details textbox and label when we shouldn't see them.
9427
9428 2006-11-03  Jackson Harper  <jackson@ximian.com>
9429
9430         * TextBoxBase.cs: Don't bail from the scrollbar calcs for non
9431         multiline textboxes anymore.  This method also determines the
9432         width/height of a textboxes canvas area.
9433         - Sorta a revert of the last patch.  For multiline just position
9434         the controls, then bail.  This way the scrollbar width won't be
9435         altered.
9436
9437 2006-11-03  Everaldo Canuto  <everaldo@simios.org>
9438
9439         * ThemeWin32Classic.cs: Dont paint inner lines of 3D border when
9440         it dont need.  Fixes #79537.
9441
9442 2006-11-02  Jackson Harper  <jackson@ximian.com>
9443
9444         * X11Dnd.cs: We always allow copy, since XDND implies Copy.  Also
9445         send the status after firing the DndOver event.
9446
9447 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
9448
9449         * TrackBar.cs: Now orientation only switches height / width if
9450         the control's handle is created (Win32 does it like this). Also 
9451         fixed a typo in ToString() for a test to pass, changed the 
9452         exception thrown in set_LargeChange and set_SmallChange to 
9453         match Win32 behaviour, and added TrackBar tests to the unit 
9454         tests.
9455
9456 2006-11-02  Chris Toshok  <toshok@ximian.com>
9457
9458         * XplatUIX11.cs: the atom we want is _NET_WM_STATE_SKIP_TASKBAR,
9459         not _NET_WM_STATE_NO_TASKBAR.
9460
9461 2006-11-02  Jackson Harper  <jackson@ximian.com>
9462
9463         * TextControl.cs: Increment count by one, since in the update view
9464         count - 1 is used.
9465
9466 2006-11-02  Jackson Harper  <jackson@ximian.com>
9467
9468         * TextBoxBase.cs: Use client rectangle not bounds for checking if
9469         the mouse is in the client rectangle (duh).
9470
9471 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
9472         
9473         * TrackBar.cs: Fixed trackbar jumping around when clicking
9474         on it - the trackbar was not detecting correctly at which
9475         side of the thumb the click was done. (fixes #79718)
9476
9477 2006-11-02  Everaldo Canuto  <everaldo@simios.org>
9478
9479         * ListBox.cs: scroll visible area when change SelectedIndex to
9480         a non visible area.  Fixes #79481.
9481
9482 2006-11-01  Jackson Harper  <jackson@ximian.com>
9483
9484         * TextControl.cs: When replacing the selection move the selection
9485         start/end/anchor to the end of the new text.
9486
9487 2006-11-01  Jackson Harper  <jackson@ximian.com>
9488
9489         * XplatUIWin32.cs: When setting the parent change the controls
9490         visibility to it's visibility flag, not to it's old parents
9491         visibility (.Visible walks the parent chain).
9492
9493 2006-11-01  Chris Toshok  <toshok@ximian.com>
9494
9495         * XplatUIX11.cs: revert the #79790 fix, as the simple.
9496         XSetTransientForHint fix breaks paint .net's tool windows.  more
9497         work needed for that one.
9498
9499 2006-11-01  Chris Toshok  <toshok@ximian.com>
9500
9501         * ScrollBar.cs: throw ArgumentException instead of Exception in
9502         LargeChange/SmallChange setters.  fixes unit tests.
9503
9504 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
9505
9506         * ContainerControl.cs: reverted rev.67183 (which was itself
9507         a reversion of rev.66853... eh).
9508         
9509         * Control.cs: Fixes Reflector hang by changing Focus() call
9510         to what it was before rev.66643 (calling Select() here sets 
9511         ActiveControl, which in some situations calls back Focus and 
9512         eventually does a stack overflow). Temp fix.    
9513         Changes to GetNextControl() to not look for children to select when
9514         parent cannot be selectable (so it looks for siblings instead)  
9515         
9516 2006-10-31  Mike Kestner  <mkestner@novell.com>
9517
9518         * CheckedListBox.cs : off by one error in returned index from
9519         ObjectCollection.Add.  Fixes #79758.
9520
9521 2006-10-31  Chris Toshok  <toshok@ximian.com>
9522
9523         * UpDownBase.cs: remove the OnGotFocusInternal/OnLostFocusInternal
9524         calls for the textbox/spinner, to keep from recursing to the point
9525         where we crash.  Fixes #79760.
9526
9527 2006-10-31  Chris Toshok  <toshok@ximian.com>
9528
9529         * ListControl.cs (set_SelectedValue): don't throw exceptions on
9530         null/"" value, just return.  matches ms's behavior and fixes some
9531         failing tests.
9532
9533 2006-10-31  Chris Toshok  <toshok@ximian.com>
9534
9535         * Control.cs (set_Capture): make a logic a little easier to
9536         follow.
9537
9538         * XplatUIX11.cs (CleanupCachedWindows): zero out the Grab window
9539         if it's being destroyed.  A necessary fix surely, but a bandaid
9540         also, to fix the stuck capture problem in bug #78413.
9541
9542 2006-10-31  Chris Toshok  <toshok@ximian.com>
9543
9544         * XplatUIX11.cs: fix a couple of compiler warnings, and follow the
9545         convention of clearing hwnd.ClientRect when we set the
9546         width/height (so it'll be recalculated by Hwnd).
9547
9548 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
9549
9550         * ContainerControl.cs: reversed Contains check from
9551         ActiveControl due to hanging problems. This fix
9552         partly regresses #79667 (button does not have
9553         initial focus), so this might be a symptom for 
9554         a larger parenting problem (set_ActiveControl
9555         is being called but the child control does
9556         not have the parent set yet?)   
9557         
9558 2006-10-31  Mike Kestner  <mkestner@novell.com>
9559
9560         * MenuAPI.cs : fix keynav when menu is click activated.
9561
9562 2006-10-31  Jonathan Pobst  <monkey@jpobst.com>
9563
9564         * ToolStrip*: Version 0.2.
9565
9566         * MenuStrip.cs: Version 0.1.
9567
9568         * Form.cs: Add a 2.0 MenuStrip tracker like the 1.1 Menu one.
9569
9570 2006-10-30  Chris Toshok  <toshok@ximian.com>
9571
9572         [ fixes the oversized notify icon issue in bug #79745 ]
9573         
9574         * NotifyIcon.cs: scale the icon down to the size we're given by
9575         the XplatUI layer (this would be faster if we did it once instead
9576         of whenever we paint..)  Also, remove the WM_NCPAINT handling,
9577         since it's never invoked.
9578
9579         * XplatUIX11.cs: the gnome and kde systrays use icons that are 24
9580         pixels high by default, so let's hardcode our systray icon to that
9581         size.  The SYSTEM_TRAY protocol should really have a way for
9582         client apps to query for the correct icon size.. but oh well.  A
9583         couple of patches to deal with the screwy client_window ==
9584         whole_window notifyicon stuff (we don't want to PerformNCCalc, for
9585         instance, and also make sure we don't XSelectInput twice).
9586
9587 2006-10-30  Chris Toshok  <toshok@ximian.com>
9588
9589         * Control.cs: ugh, the unit test fix (CH11, yesterday) breaks when
9590         recreating forms.  Control recreation is the bane of my existence.
9591         Fix it in a way that keeps everyone happy.
9592
9593 2006-10-30  Chris Toshok  <toshok@ximian.com>
9594
9595         * XplatUIX11.cs: use StructureNotifyMask on all whole_windows, not
9596         just non-CHILD ones.  otherwise sometimes scrollbars end up with
9597         client_windows not being resized to the proper size (ReportBuilder
9598         shows this extremely well).
9599
9600 2006-10-30  Chris Toshok  <toshok@ximian.com>
9601
9602         * XplatUIX11.cs (SetWMStyles): reinstate the XSetTransientForHint
9603         for non-WS_EX_APPWINDOW windows.  This is what keeps them from
9604         showing up in the gnome taskbar.  Fixes bug #79790.
9605
9606 2006-10-30  Chris Toshok  <toshok@ximian.com>
9607
9608         * ApplicationContext.cs: guard against a NRE.
9609
9610         * Application.cs: null out the old MainForm for the context, so we
9611         don't try to use it again once it's disposed.  Fixes bug #79783.
9612
9613 2006-10-30  Chris Toshok  <toshok@ximian.com>
9614
9615         * DataGrid.cs (set_DataSource, set_DataMember): if we have a
9616         BindingContext, set the data source directly, otherwise do the
9617         lazy approach - the actual ListManager will be created when we get
9618         a BindingContext. Fixes bug #79700.
9619
9620 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
9621
9622         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
9623           XplatUIX11.cs: Remove old 2 parameter SetVisible.
9624
9625         * Control.cs: Use the new 3 parameter SetVisible with activate = true.
9626
9627 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
9628
9629         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Add an overload
9630         of SetVisible that allows a window to be shown, but not activated.
9631         This is needed on Windows for MenuStrip, and can probably be used
9632         with MainMenu and ComboBox to fix the focus stealing issues on
9633         Windows.
9634
9635         * XplatUIOSX.cs, XplatUIX11.cs: Not needed, call existing SetVisible.
9636
9637 2006-10-30  Alexander Olk  <alex.olk@googlemail.com>
9638
9639         * PictureBox.cs: Fix the output of the ToString method.
9640
9641 2006-10-29  Chris Toshok  <toshok@ximian.com>
9642
9643         * Control.cs (get_TopLevelControl): fix bug #79781.
9644
9645 2006-10-29  Chris Toshok  <toshok@ximian.com>
9646
9647         * ListControl.cs (set_DataSource): throw Exception here, not
9648         ArgumentException, to match MS behavior.
9649
9650 2006-10-29  Chris Toshok  <toshok@ximian.com>
9651
9652         * Form.cs: remove the try-catch's around calls to GetWindowState.
9653         We can just check the return value.
9654
9655         * XplatUIX11.cs: don't throw exceptions from GetWindowState.
9656         Instead return -1.
9657
9658         * XplatUI.cs: Add note about additional return value for
9659         GetWindowState.
9660
9661 2006-10-29  Chris Toshok  <toshok@ximian.com>
9662
9663         * Control.cs (CreateHandle): when we create our handle, we also
9664         create the handles of our child controls.  Fixes one of the
9665         Control unit tests (CH11).
9666
9667 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
9668
9669         * MimeIcon.cs: If a gnome icon doesn't exist add a default icon.
9670
9671 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
9672
9673         * ThemeClearlooks.cs: A little speedup.
9674
9675 2006-10-27  Chris Toshok  <toshok@ximian.com>
9676
9677         * Control.cs: implement Control.FromChildHandle in a way that
9678         matches the docs (and fixes the failed test.)
9679
9680 2006-10-27  Chris Toshok  <toshok@ximian.com>
9681
9682         * DataGridTableStyle.cs: reproduce buggy MS behavior (with
9683         comments).
9684
9685         * DataGrid.cs: implement ResetForeColor such that the tests
9686         succeed.
9687         
9688 2006-10-27  Chris Toshok  <toshok@ximian.com>
9689
9690         * ToolBarButton.cs: setting text/tooltiptext to null results in it
9691         being set to "".  Fixes bug #79759.
9692
9693 2006-10-27  Jackson Harper  <jackson@ximian.com>
9694
9695         * TextControl.cs: We need to clear the entire selection area when
9696         setting the start, otherwise multiline selections are still
9697         visible.
9698
9699 2006-10-26  Chris Toshok  <toshok@ximian.com>
9700
9701         * PropertyGridView.cs: 
9702
9703         - ifdef all the code specific to the double
9704         buffer case, and provide some alternatives in the non-doublebuffer
9705         code, which makes heavy use of XplatUI.ScrollWindow to move things
9706         around without having to invalidate (and cause flicker).  There
9707         are still some drawing problems in the non-doublebuffered case, so
9708         DOUBLEBUFFER is defined by default.
9709
9710         - Fix the way dropdowns are handled.  now we explicitly watch for
9711         the events which might cause the dropdown to close, and break out
9712         of the nested event loop there.  This gets rid of all Capture
9713         code, at the expense of the Msg special casing.  Seems to work,
9714         though, and fixes bug #79743.
9715
9716 2006-10-27  Rolf Bjarne Kvinge <RKvinge@novell.com>
9717         * Control.cs: SetIsRecreating now recreates implicitly added
9718         child controls as well. Finally fixes #79629. The flag passed to 
9719         SetIsRecreating has also been removed since it wasn't used.
9720         
9721 2006-10-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
9722
9723         * PageSetupDialog.cs: Clean some code, fix some bits, 
9724         add some checks, and add a printer sub-dialog.
9725
9726 2006-10-26  Chris Toshok  <toshok@ximian.com>
9727
9728         * PropertyGrid.cs: make set_SelectedObject call
9729         set_SelectedObjects, and move the duplicate logic to the
9730         SelectedObjects setter.  Also, raise SelectedObjectsChanged.
9731
9732         * PropertyGridView.cs: hide the textbox when we get a
9733         SelectedObjectsChanged event.
9734
9735         Fixes bug #79748.
9736
9737 2006-10-26  Chris Toshok  <toshok@ximian.com>
9738
9739         * PropertyGridView.cs: deal with the type converter not supporting
9740         GetStandardValues() or GetStandardValues() returning null, which
9741         is does in the default case.  Fixes #79742.
9742
9743 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
9744
9745         * CheckedListBox.cs: nunit no longer crashes when selecting 
9746         Project/Edit menu option
9747         
9748 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
9749
9750         * MenuAPI.cs: prevent ExecFocusedItem from blowing up if there
9751         is no menu selected. fixes #79739
9752
9753 2006-10-25  Chris Toshok  <toshok@ximian.com>
9754
9755         * PropertyGridView.cs: factor out the splitter invalidation code
9756         into the SplitterPercent setter, and for kicks implement the
9757         Ctrl-Left/Ctrl-Right handling that moves the splitter by a small
9758         amount in either direction.
9759
9760 2006-10-25  Chris Toshok  <toshok@ximian.com>
9761
9762         * PropertyGridView.cs: do some cleanup of the brush used to draw
9763         text - read only fields should be grayed out.  not sure how to do
9764         this with the textbox, though.  but the textbox's should also be
9765         readonly now at least.  Also, hide/show the textbox when resizing
9766         the control.
9767         
9768         * CursorConverter.cs: use System.Reflection when getting the
9769         properties of Cursors, as TypeDescriptor.GetProperties isn't
9770         returning static properties.
9771
9772 2006-10-25  Chris Toshok  <toshok@ximian.com>
9773
9774         * PropertyGridView.cs: factor out the up/down handling, and reuse
9775         it for page up/down.  also add End/Home support.
9776
9777 2006-10-25  Chris Toshok  <toshok@ximian.com>
9778
9779         * PropertyGridView.cs:
9780
9781         - ensure the selected grid item is visible in the scrolled area,
9782         fixes bug #79572.
9783
9784         - fix Keys.Down handling when you're on the last item in the
9785         propertygrid.
9786
9787 2006-10-25  Mike Kestner  <mkestner@novell.com>
9788
9789         * MenuAPI.cs : set the ActiveTracker for MainMenu non-popup 
9790         clicks too.  Fixes #79725.
9791
9792 2006-10-24  Chris Toshok  <toshok@ximian.com>
9793
9794         * PropertyGrid.cs: use property.Converter instead of
9795         TypeDescriptor.GetConverter(property.PropertyType), so we catch
9796         TypeConverters declared on the property as well as on the
9797         PropertyType.  Fixes bug #79678.
9798
9799 2006-10-24  Alexander Olk  <alex.olk@googlemail.com>
9800
9801         * MimeIcon.cs, Mime.cs:
9802           Fallback to the default platform handler if no shared mime info
9803           stuff exists (fixes #79693).
9804
9805 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
9806         * ContainerControl.cs: Incorrect contains check in ActiveControl 
9807         from previous fix (duh).
9808
9809 2006-10-20  Chris Toshok  <toshok@ximian.com>
9810
9811         * PropertyGridView.cs: the dropdown should be MIN(number of items
9812         in list, 15).  Fixes #79551.
9813
9814 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
9815         Fixes #79384, #79394, #79652, #79667
9816         * Application.cs: 
9817         
9818         - Modal windows are now destroyed in the proper order for windows
9819         
9820         * ContainerControl.cs:
9821         
9822         - ActiveControl setter has more conditions on when to return:
9823                 - if we're reselecting the active control, but it actually
9824                 didn't have focus (window hidden or some such), it runs
9825                 - if the active control being selected doesn't actually 
9826                 exist in the container, it returns
9827         
9828         * Form.cs
9829         
9830         - The ShowDialog now gets the current form as the owner when
9831         invoking without parameters, and correctly activates the owner 
9832         when returning
9833         
9834         * MessageBox.cs
9835         
9836         - MessageBox now catches the Escape key to exit
9837
9838 2006-10-20  Chris Toshok  <toshok@ximian.com>
9839
9840         * PropertyGridView.cs: fix a number of issues (bug #78565, and
9841         most of bug #79676):
9842
9843         - you can navigate around the property grid with the arrow keys.
9844
9845         - the dropdown is sized properly when the pg has a vertical
9846         scrollbar.
9847
9848         - fix the indentation for subentries, and properly select the
9849         entire label rect.
9850
9851         - fix the gray bar's drawing (only draw it to the last element,
9852         not for the height of the control.  Also make sure we draw that
9853         last horizontal grid line.
9854
9855         - use the same mechanism the datagrid uses wrt the editing textbox
9856         when scrolling/resizing/etc.  Namely, we hide it first, do the
9857         operation, then show it again (if it's still visible).
9858         
9859         - aggressively remove a lot of unnecessary refreshes (and also
9860         calls to Invalidate(). call more limited variants, and only redraw
9861         what we need.)
9862         
9863         * PropertyGrid.cs:
9864
9865         - when we're populating the merged collection, fill in the UI
9866         parent with either the passed in item, or the category item we
9867         create.
9868
9869         - remove the Refresh call from the BorderHelpControl.OnSizeChanged.
9870
9871         * GridItem.cs: drop some fully qualified names.
9872         
9873         * GridEntry.cs: add a "UIParent", which is basically the parent
9874         treenode.
9875
9876         * GridItemCollection.cs: add an IndexOf method.
9877
9878 2006-10-20  Mike Kestner  <mkestner@novell.com>
9879
9880         * MainMenu.cs : go back to Draw in OnMenuChanged.  Until we get
9881         a working win32 NC invalidation mechanism, we can't invalidate
9882         menus.  [Fixes #79705]
9883
9884 2006-10-20  Mike Kestner  <mkestner@novell.com>
9885
9886         * ListBox.cs : don't update the VScrollbar if the list is empty,
9887         just hide it.  [Fixes #79692]
9888
9889 2006-10-20  Jackson Harper  <jackson@ximian.com>
9890
9891         * RichTextBox.cs: Handle some special chars better, and don't skip
9892         the entire group when we encounter a special char that we don't
9893         handle correctly.
9894
9895 2006-10-18  Chris Toshok  <toshok@ximian.com>
9896
9897         * PropertyGridView.cs: address a number of issues from bug #79676,
9898         mostly of the cosmetic variety.
9899
9900         - The highlight rectangle for indented items not extends all the
9901         way to the left.
9902
9903         - Indented items aren't indented so much.
9904
9905         - the dropdown is properly sized width-wise if the pg has a
9906         vertical scrollbar.
9907
9908 2006-10-18  Chris Toshok  <toshok@ximian.com>
9909
9910         * XplatUIX11.cs (SystrayAdd): a rather convoluted change, but the
9911         systray stuff is rather convoluted to begin with.
9912
9913         systray icons are a single window for some reason (that I haven't
9914         figured out yet), and for them, client_window == whole_window.
9915         Given the way the tests are structured elsewhere to determine
9916         which paints are pending (client vs. nc), that situation will
9917         always yield PAINT, not NCPAINT.  So, if we have a pending
9918         nc_expose and no pending expose, remove the hwnd from the paint
9919         queue, and also set nc_expose_pending to false, to keep us from
9920         blocking further expose's adding the hwnd to the paint queue.
9921
9922         phew.  like i said, a rather convoluted change.  Fixes the
9923         notifyicon repaint issues in bug #79645.
9924
9925 2006-10-18  Chris Toshok  <toshok@ximian.com>
9926
9927         * Form.cs: when getting the backcolor of the form, don't get
9928         base.BackColor, as this allows parents to influence the background
9929         color.  This breaks mdi forms.  Instead, if the background_color
9930         is empty, return the default.
9931
9932 2006-10-18  Chris Toshok  <toshok@ximian.com>
9933
9934         * XplatUIX11.cs: change some debug ifdefs, and return XGetParent
9935         to being private instead of internal static.
9936
9937         * Control.cs: remove all the stupid ParentWaitingOnRecreation
9938         crap, it wasn't working for more deeply nested controls anyway,
9939         and we already have the is_recreating flag - use that instead.
9940         Before calling DestroyHandle in RecreateHandle, recurse through
9941         the control tree setting it to true.  this returns the recreate
9942         code to much of its original simplicity, while now guaranteeing we
9943         actually recreate everything we're supposed to.  This change gets
9944         fyireporting actually showing mdi children.
9945
9946 2006-10-17  Chris Toshok  <toshok@ximian.com>
9947
9948         * Form.cs: remove some debug spew, and collapse some duplicate
9949         code at the end of SetClientSizeCore.
9950
9951         * XplatUIX11.cs: 
9952         - add some more debug spew here too wrt Destroy handling.
9953         - don't call hwnd.Dispose in DestroyWindow, it's effectively done
9954         in Control's handling of WM_DESTROY.
9955         - Remove the handling of zombie window DestroyNotifies from the
9956         event loop - we don't need it.  Now the only DestroyNotifies we
9957         actually handle are ones generated by X.
9958         - When sending _NET_ACTIVE_WINDOW, the first param should be 1, to
9959         match gtk's (functioning) handling of this. This keep metacity
9960         from leaving droppings in the form of wm borders with no window
9961         contents all over the place.
9962
9963         * Control.cs:
9964         - add a bunch of debug spew wrt control recreation.
9965         - fix a bug where we weren't tracking Visible properly on
9966         recreated hwnds.
9967         - fixed the WM_PAINT double buffer handling to support re-entrant
9968         calls (yes, i know it's gross, but it's happening to us).
9969
9970 2006-10-17  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
9971         * ThemeWin32Classic.cs: changed drawing of selected days
9972         to make them look better.
9973
9974 2006-10-16  Chris Toshok  <toshok@ximian.com>
9975
9976         * Hwnd.cs: replace the user_data/client_dc/non_client_dc with
9977         drawing_stack.  Nuke the ClientDC/NonClientDC properties.
9978
9979         * XplatUIX11.cs: move away from using hwnd.client_dc and
9980         hwnd.non_client_dc and on to a stack of dc's (and in window's
9981         case, PAINTSTRUCT's), so we can deal with nested Paint calls
9982         without puking or not disposing of Graphics objects.
9983
9984         * XplatUIOSX.cs: same.
9985
9986         * XplatUIWin32.cs: same.
9987
9988 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
9989
9990         * FileDialog.cs: Don't call on_directory_changed inside
9991           OnSelectedIndexChanged (it changes the SelectedIndex too).
9992           Instead move it to OnSelectionChangeCommitted.
9993
9994 2006-10-13  Chris Toshok  <toshok@ximian.com>
9995
9996         * XplatUIX11.cs: more Destroy work.  the current code does the
9997         following things, in order:
9998
9999         1. Enumerates all handles of all controls at or below the one
10000         being destroyed, in pre-order.  As it is doing this, it marks the
10001         handles as zombie and clears all references to them.
10002         
10003         2. calls XDestroyWindow on the window passed in.
10004
10005         3. SendMessage's WM_DESTROY to all he handles in the accumulated
10006         list.
10007
10008 2006-10-13  Chris Toshok  <toshok@ximian.com>
10009
10010         * XplatUIX11.cs: set hwnd.zombie to true before calling
10011         SendMessage (WM_DESTROY).  this keeps us from marking the new
10012         window a zombie, and also keeps us from calling sendmessage at
10013         all.
10014
10015 2006-10-13  Jackson Harper  <jackson@ximian.com>
10016
10017         * TextControl.cs: Do not show the caret and selection at the same
10018         time.  Reduces ugliness by 35%.
10019
10020 2006-10-13  Chris Toshok  <toshok@ximian.com>
10021
10022         * XplatUIX11.cs (SendWMDestroyMessages): set the hwnd to be a
10023         zombie after we do the recursive call, so we actually do call
10024         SendMessage on the children controls.
10025         (GetMessage): if we find a pending paint event for a zombie hwnd,
10026         remove the hwnd from the paint queue, or else it will always be
10027         there (and we'll effectively loop infinitely)
10028
10029 2006-10-13  Mike Kestner  <mkestner@novell.com>
10030
10031         * MenuItem.cs : add Selected format under keynav too.
10032         Fixes #79528.
10033
10034 2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
10035
10036         * PropertyGrid.cs: Fixed some NRE's and small difference between our
10037         implementation and that of MS.
10038
10039 2006-10-13  Chris Toshok  <toshok@ximian.com>
10040
10041         * Control.cs (OnInvalidated) only futz with the invalid_region if
10042         the control is double buffered.  this fixes the apparent hang in
10043         the ListView unit tests.  Someone needs to make the
10044         BeginEndUpdateTest not call OnInvalidated 15004 times, though..
10045
10046 2006-10-13  Chris Toshok  <toshok@ximian.com>
10047
10048         * PropertyGridView.cs:
10049
10050         - do a little refactoring so that only one place calls
10051         dropdown_form.Hide, and that is CloseDropDown.  make everywhere
10052         else call that.  Also make it Refresh, since there are redraw bugs
10053         otherwise (we should take a look at that...)
10054
10055         - do a little more refactoring work to share the body of code
10056         involved with the drop down.  it was duplicated in the code
10057         dealing with the listbox handling and in the code dealing with the
10058         UITypeEditors.
10059
10060         - add a Capture to the dropdown form's control once it's
10061         displayed, and add a MouseDown handler that checks to make sure
10062         the position is inside the control.  If it's not, close the
10063         dropdown.  This fixes #78190.
10064
10065         - in SetPropertyValueFromUITypeEditor, only call SetPropertyValue
10066         if the value is different than the initial value.
10067         
10068 2006-10-13  Andreia Gaita  <shana.ufie@gmail.com>
10069
10070         * Control.cs: see #78650
10071         - Fixed GetNextControl for several cases:
10072                 - Changed FindFlatForward to return 
10073                 correct sibling control when more than one
10074                 control has same TabIndex as the currently 
10075                 focused one.
10076                 - Changed FindFlatBackward to loop children
10077                 from last to first and apply same logic as in
10078                 FindFlatForward
10079                 - Changed FindControlForward to search for
10080                 children when control is not a container
10081                 but has children, or search for siblings if
10082                 control is a container...
10083                 - Changed FindControlBackward   to continue
10084                 searching for child controls when hitting 
10085                 Panel-like parents
10086                 
10087         - Fixed Focus method to update ActiveControl
10088         (FocusTest.FocusSetsActive failure)
10089         
10090         * TabControl.cs:
10091         - Focus rectangle now refreshes when gaining
10092         or losing focus
10093         - Removed grab for Tab key on IsInputKey that 
10094         was keeping tab navigation from working (#78650)
10095
10096 2006-10-13  Chris Toshok  <toshok@ximian.com>
10097
10098         * PropertyGridView.cs:
10099         - Rewrite SetPropertyValue to loop over SelectedGridItem's
10100         SelectedObjects.
10101
10102         - Deal with GridItem.Value == null a few places.
10103
10104         * PropertyGrid.cs: 
10105         - replace the PopulateGridItemCollection with a pair of methods
10106         which compute the intersection of all the properties in the
10107         SelectedObjects array.  Fixes #79615.
10108
10109         - Throw ArgumentException from set_SelectedObjects if there's a
10110         null in the array.
10111
10112         - Add GetTarget method which can be used to traverse up the
10113         GridItem.Parent chain.  It depends on the assumption that
10114         selected_objects for different GridEntries are always in the same
10115         order (a safe assumption).  Use this method and loop over all the
10116         selected objects in the entry when calling RemoveValueChanged and
10117         AddValueChanged.
10118         
10119         * GridEntry.cs: Make this handle multiple selected objects.
10120         .Value returns null if not all the selected objects share the same
10121         value.
10122
10123 2006-10-12  Jonathan Pobst  <monkey@jpobst.com>
10124         * ToolStrip.cs, ToolStripButton.cs, ToolStripComboBox.cs,
10125           ToolStripControlHost.cs, ToolStripItem.cs, ToolStripLabel.cs,
10126           ToolStripProfessionalRenderer.cs, ToolStripProgressBar.cs,
10127           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs,
10128           ToolStripTextBox.cs: Add accessibility, fix attributes/API and
10129         add additional functionality.
10130
10131 2006-10-12  Mike Kestner  <mkestner@novell.com>
10132
10133         * ErrorProvider.cs : new ToolTipWindow ctor sig.
10134         * HelpProvider.cs : new ToolTipWindow ctor sig.
10135         * ToolTip.cs : remove ToolTip param from Window sig since it is
10136         not used.
10137         * ToolBar.cs : add tooltip support.  Fixes #79565.
10138
10139 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
10140
10141         * ComboBox.cs: move the events in set_SelectedIndex to 
10142         after the call to HighlightIndex in order to avoid 
10143         possible recursion and subsequent problems with the call
10144         to HighlightIndex and include a range check in 
10145         set_HighlightIndex. Fixes #79588
10146         
10147 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
10148
10149         * MonthCalendar.cs: When FirstDayOfWeek is default set firstday 
10150         to ui thread's settings instead of sunday. 
10151         * ThemeWin32Classic.cs: Localize the day string. Fixes #79563
10152
10153 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
10154
10155         * DateTimePicker.cs
10156         * MonthCalendar.cs
10157         * ThemeWin32Classic.cs: rewrote DateTimePicker to fix bug #78364
10158         and implement missing functionality (selecting different parts 
10159         of the date and edit them individually with the keyboard).
10160         
10161 2006-10-11  Chris Toshok  <toshok@ximian.com>
10162
10163         * Control.cs (OnInvalidated): fix NRE relating to last change.
10164
10165 2006-10-11  Chris Toshok  <toshok@ximian.com>
10166
10167         * XplatUIX11.cs (SetWMStyles): make sure we include the MAXIMIZED
10168         atoms in _NET_WM_STATE here if the window is maximized.  We need
10169         to do this because we're *replacing* the existing _NET_WM_STATE
10170         property, so those atoms will be lost otherwise, and any further
10171         call to GetWindowState will return Normal for a window which is
10172         actually maximized.  Fixes #79338.
10173
10174 2006-10-11  Jackson Harper  <jackson@ximian.com>
10175
10176         * TextControl.cs: Special case for setting selection end to
10177         selection start, we basically kill the anchor.
10178         - some todo comments.
10179
10180 2006-10-11  Chris Toshok  <toshok@ximian.com>
10181
10182         * Control.cs: switch to using an "invalid_region" to track which
10183         parts of the image buffer need updating.  This is more code than
10184         the simple fix from r66532.  That version just attempted to always
10185         fill the entire buffer on redraw, which turns out to be
10186         inefficient when invalidating small rectangles.  This version
10187         simply adds the invalid rectangle to the invalid region.  When we
10188         get any WM_PAINT message we see if it can be filled using the
10189         image buffer, and if it can't (if the paint event's clip rectangle
10190         is visible in the invalid region) we first fill the image buffer.
10191         So, the image buffer is still a cache, we just fill it lazily.
10192
10193         * PaintEventArgs.cs: remove the SetClipRectangle method, we don't
10194         need it any longer.
10195
10196 2006-10-11  Chris Toshok  <toshok@ximian.com>
10197
10198         * XplatUIX11.cs (SetWindowPos): we need to update both position as
10199         well as size after calling XMoveResizeWindow.  This keeps us from
10200         ignoring future SetWindowPos calls.  Fixes the disappearing
10201         DateTimePicker in the ToolBarDockExample from bug #72499.
10202
10203 2006-10-11  Chris Toshok  <toshok@ximian.com>
10204
10205         * TextBoxBase.cs: reorder things a bit when it comes to
10206         resizing-causing-recalculation.  we were recalculating the
10207         document when our position was changed, which shouldn't happen.
10208         We only care about size changes.  Clear up some more redundant
10209         recalculation calls while I'm at it.  This makes the toolbar dock
10210         example snappy when you're just dragging toolbars around (since it
10211         causes a relayout whenever you move one.)
10212
10213 2006-10-11  Chris Toshok  <toshok@ximian.com>
10214
10215         * ToolBarButton.cs (get_Rectangle): this only returns
10216         Rectangle.Empty if Visible == false, or Parent == null.
10217         Parent.Visible doesn't matter.
10218
10219 2006-10-10  Chris Toshok  <toshok@ximian.com>
10220
10221         * Control.cs, PaintEventArgs.cs: "internal set { .. }" isn't loved
10222         by .net 1.1, so switch to an internal method instead.
10223
10224 2006-10-10  Chris Toshok  <toshok@ximian.com>
10225
10226         * Control.cs (WM_PAINT): when a control is double buffered we draw
10227         initially to the ImageBuffer and then copy from there.  But when a
10228         parent control which has child controls is double buffered, the
10229         initial drawing doesn't encompass the entire ClientRectangle of
10230         the parent control, so we end up with uninitialized bits (this is
10231         easily seen by dragging the top toolbar in
10232         wf-apps/ToolBarDockExample to the right, quickly).  The fix is to
10233         manually set the ClipRectangle of the paint_event (only the one we
10234         use to populate the ImageBuffer) to ClientRectangle.  Fixes more
10235         of the nastiness in bug #72499.
10236
10237         * PaintEventArgs.cs: Add an internal setter for ClipRectangle,
10238         which we use in Control.cs's WM_PAINT handling.
10239
10240 2006-10-10  Jackson Harper  <jackson@ximian.com>
10241
10242         * TextBoxBase.cs: Finish off the autoscrolling stuff.
10243
10244 2006-10-10  Chris Toshok  <toshok@ximian.com>
10245
10246         * Cursor.cs: Apply a slightly different patch to the one suggested
10247         in #79609.
10248
10249 2006-10-10  Jackson Harper  <jackson@ximian.com>
10250
10251         * MenuItem.cs: Make sure to put the mdi child in the hashtable,
10252         not the parent form.
10253         * TextControl.cs: use difference in old line count vs new count to
10254         calculate how many lines were added, this takes into account soft
10255         line breaks properly.
10256
10257 2006-10-10  Chris Toshok  <toshok@ximian.com>
10258
10259         * LinkLabel.cs: don't call MeasureCharacterRanges against a
10260         rectangle located at 0,0 and the size of the text.  Use
10261         ClientRectangle instead.  This fixes rendering of non-left aligned
10262         link labels.
10263
10264 2006-10-10  Jackson Harper  <jackson@ximian.com>
10265
10266         * TextBoxBase.cs: When we set the selection start position the
10267         caret.
10268         * TextControl.cs: Need to update the caret when we decrement it to
10269         zero.
10270         - Make sure that the selection_visible flag gets reset to false if
10271         the selection isn't visible.  Before this you could get it set to
10272         visible by changing the selection start, then changing the end to
10273         equal the start.
10274
10275 2006-10-09  Jackson Harper  <jackson@ximian.com>
10276
10277         * TreeView.cs: Don't update scrollbars when we aren't visible.
10278         * TreeNodeCollection.cs: Only need to update scrollbars if being
10279         added to an expanded visible node or the root node.
10280
10281 2006-10-09  Chris Toshok  <toshok@ximian.com>
10282
10283         * XplatUIX11.cs (SendMessage): fix NRE.
10284
10285 2006-10-09  Jackson Harper  <jackson@ximian.com>
10286
10287         * TextBoxBase.cs: Implement horizontal autoscrolling.
10288         * TextControl.cs: Add a movement types that allows moving forward
10289         and backwards without wrapping.
10290
10291 2006-10-09  Mike Kestner  <mkestner@novell.com>
10292
10293         * ListViewItem.cs : layout changes for wrapped LargeIcon labels
10294         with focus "expansion" of labels.  Fixes #79532 and then some.
10295         * ThemeWin32Classic.cs : add LineLimit to ListView label format
10296         when wrapping.
10297
10298 2006-10-09  Jackson Harper  <jackson@ximian.com>
10299
10300         * TextBoxBase.cs: Set the default max values to MaxValue since
10301         we use the scrollbar for autoscrolling and the default value is
10302         100.  If we don't do this the caret won't keep up with typing
10303         after about 18 characters.
10304         * TextControl.cs: Make sure the selection is offset by the
10305         viewport x.  This fixes selection when using auto scrolling.
10306
10307 2006-10-07  Andreia Gaita <shana.ufie@gmail.com>
10308         
10309         * Form.cs: The active control should be selected after the 
10310         OnLoad so that any child control initialization that affects
10311         the selection is done. Fixes #79406
10312
10313 2006-10-06  Chris Toshok  <toshok@ximian.com>
10314
10315         * XplatUIX11.cs: This is perhaps a dangerous change, but it seems
10316         to have no evil effects.
10317
10318         - Stop selecting StructureNotifyMask on non-toplevel windows.
10319
10320           The only way children should be resized is by using the SWF api,
10321           and we already send WM_WINDOWPOSCHANGED messages in those cases.
10322           Toplevel windows can be interacted with via the window manager,
10323           and so we keep the input mask there.
10324
10325           The other event StructureNotifyMask gives us (that we care
10326           about) is DestroyNotify.  The code is already structured such
10327           that it assumes we won't be getting a DestroyNotify event for
10328           the window we pass to XDestroyWindow (which is what
10329           StructureNotifyMask is supposed to guarantee.)  So, that code
10330           shouldn't be affected by this either.
10331
10332         - Stop selecting VisibilityChangeMask altogether.
10333
10334           We weren't doing anything with the resulting events anyway.
10335         
10336         This vastly reduces the number of X requests and events we see
10337         when resizing/laying out a large ui.
10338
10339 2006-10-06  Chris Toshok  <toshok@ximian.com>
10340
10341         * ScrollableControl.cs (DisplayRectangle): we need to take into
10342         account the DockPadding regardless of whether or not auto_scroll
10343         == true.  rework this slightly to this effect, and fix bug #79606,
10344         and part of #72499 (you can now see the drag handles and drag
10345         toolbars around).
10346
10347 2006-10-06  Gert Driesen  <drieseng@users.souceforge.net>
10348
10349         * ListViewItem.cs: Collections of selected and checked items are now
10350         dynamically rebuilt. Whenever an item is (un)checked or (de)selected
10351         we mark the collection "dirty".
10352         * ListView.cs: Marked collections readonly. Modified UpdateSelection
10353         to only clear SelectedItems when a new item is selected and MultiSelect
10354         is enabled. CheckedItems and SelectedItems now subscribe to Changed
10355         event of ListViewItemCollection, and mark its list dirty whenever
10356         that event is fire. This allows us to return selected/checked items 
10357         in the same order as they are in the Items collection. This matches
10358         the MS behavior.
10359
10360 2006-10-06  Chris Toshok  <toshok@ximian.com>
10361
10362         * NotifyIcon.cs (HandleMouseUp): only show the context menu on
10363         right mouse clicks.  Fixes bug #79593.
10364
10365 2006-10-06  Chris Toshok  <toshok@ximian.com>
10366
10367         * Splitter.cs: doh, fix splitters that don't want to cancel the
10368         movement when you drag them.  Also, impose the limits on the
10369         values we send to the SplitterMovingEvent.  Fixes #79598.
10370
10371 2006-10-06  Jackson Harper  <jackson@ximian.com>
10372
10373         * TextBoxBase.cs: Ignore whether or not the scrollbar is enabled,
10374         since we use this for auto scrolling also.
10375
10376 2006-10-05  Chris Toshok  <toshok@ximian.com>
10377
10378         * DataGridBoolColumn.cs: Nuke the code from ConcedeFocus.  I'm
10379         beginning to think that most datagrid column types don't need this
10380         method.  Fixes bug #79392.
10381
10382 2006-10-05  Chris Toshok  <toshok@ximian.com>
10383
10384         * DataGrid.cs: move back to a more lazy scheme for creating the
10385         CurrencyManager, so we aren't updating it every time you set
10386         either DataSource or DataMember.  Also, don't call
10387         RecreateDataGridRows if the currency manager hasn't changed.
10388
10389 2006-10-05  Chris Toshok  <toshok@ximian.com>
10390
10391         * ComboBox.cs: by the time the OnSelectionChangeCommitted event is
10392         emitted, SelectedIndex should already be updated.  Fixes bug
10393         #78929.
10394
10395 2006-10-05  Jonathan Pobst  <monkey@jpobst.com>
10396
10397         * ToolStripComboBox.cs, ToolStripControlHost.cs, ToolStripProgressBar,
10398           ToolStripTextBox.cs: Initial commit.
10399         * ToolStripItem.cs: Fixes for OnLayout, BackColor, Parent.
10400
10401 2006-10-05  Jackson Harper  <jackson@ximian.com>
10402
10403         * TabControl.cs: We need to invalidate the tab control area when
10404         new ones are added (duh).
10405
10406 2006-10-03  Chris Toshok  <toshok@ximian.com>
10407
10408         * Form.cs (ProcessDialogKey): if the focused control is in this
10409         form and is a button, call its PerformClick method here.  Fixes
10410         #79534.
10411
10412 2006-10-04  Jackson Harper  <jackson@ximian.com>
10413
10414         * TabPage.cs: Ignore setting of Visible, and add an internal
10415         method for setting the controls visibility.  TabPage's Visible
10416         property is a little strange on MS, this seems to make us
10417         compatible, and fixes cases where people set all the tab pages to
10418         visible.
10419         * TabControl.cs: Use the new internal setting on tab pages
10420         visibility.
10421
10422 2006-10-03  Mike Kestner  <mkestner@novell.com>
10423
10424         * ComboBox.cs : raise Click on ComboTextBox clicks. Fixes #79555.
10425
10426 2006-10-03  Mike Kestner  <mkestner@novell.com>
10427
10428         * ListView.cs : use is_visible instead of Visible to check if 
10429         scrollbars should be placed/sized.  Also some max_wrap_width
10430         love for LargeIcon view.  [Fixes #79533]
10431
10432 2006-10-03  Atsushi Enomoto  <atsushi@ximian.com>
10433
10434         * TextControl.cs :
10435           Make set_TextAlign() do actually update the align. Fixed #78403.
10436
10437 2006-10-03  Chris Toshok  <toshok@ximian.com>
10438
10439         * DataGrid.cs: fix a crash when switching datasources if the
10440         vertical scrollbar is at someplace other than Value = 0.  Also,
10441         reduce the number of recalculation passes we do in SetDataSource
10442         from 2 to 1.
10443
10444 2006-10-03  Jackson Harper  <jackson@ximian.com>
10445
10446         * TextBoxBase.cs: Move the if value the same bail check up, we
10447         don't want to empty the document if it is already empty, this
10448         seems to severly mess up the caret.  TODO: I should probably fix
10449         the empty statement to update teh caret somehow.
10450
10451 2006-10-03  Chris Toshok  <toshok@ximian.com>
10452
10453         * ThemeWin32Classic.cs, DataGrid.cs: some changes so that the
10454         incredibly hacky Windows.Forms FAQ autosize rows entry (it uses
10455         reflection, an internal row type, properties on said type, etc.)
10456         will work with our datagrid.  Fixes #79531.
10457
10458 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
10459
10460         * FileDialog.cs: Don't crash if a path is not accessible
10461           (System.UnauthorizedAccessException). Fixes #79569.
10462         * MimeIcon.cs: Workaround for a Uri bug. Unix paths/files can have
10463           a ':' too. Return unknown icon for those paths/files.
10464
10465 2006-10-03  Sebastien Pouliot  <sebastien@ximian.com>
10466
10467         * ToolTip.cs: Fix rare, but possible, NRE on MouseEnter when 
10468         GetContainerControl returns null.
10469
10470 2006-10-02  Chris Toshok  <toshok@ximian.com>
10471
10472         * XplatUIX11.cs (GetWindowState): use hwnd.client_window in the
10473         call to XGetWindowAttributes instead of "handle".  fixes an X
10474         error using notifyicon after the NotifyIconWindow to Form base
10475         class switch.
10476
10477 2006-10-02  Chris Toshok  <toshok@ximian.com>
10478
10479         * XplatUIX11.cs (QueryPointer): new function, encapsulating the
10480         server grab and looping we need to do to get down to the most
10481         deeply nested child window.
10482         (SetCursorPos): use QueryPointer instead of GetCursorPos, and call
10483         QueryPointer again after the WarpPointer so we can generate a
10484         proper (fake) MotionNotify event to be enqueued in the destination
10485         window's queue.
10486         (GetCursorPos): call QueryPointer.
10487
10488         Fixes #79556.
10489
10490 2006-10-02  Jackson Harper  <jackson@ximian.com>
10491
10492         * NotifyIcon.cs: Derive the notify icon from a form, so things
10493         like FindForm work on it.
10494         - Swallow the WM_CONTEXTMENU message, since that is generated on
10495         mouse down, and context menu is a mouse up kinda guy.  I believe
10496         the correct fix here is probably to make the notify icon entirely
10497         NC area, but this seems to work fine for anyone not manipulating
10498         WndProc.
10499
10500 2006-10-02  Jonathan Pobst  <monkey@jpobst.com>
10501
10502         * ToolStrip.cs, ToolStripButton.cs, ToolStripItem.cs,
10503           ToolStripItemCollection.cs, ToolStripLabel.cs,
10504           ToolStripProfessionalRenderer.cs, ToolStripRenderer.cs,
10505           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs:
10506           Initial implementation.
10507         * TextRenderer.cs: Provide padding to MeasureText.
10508
10509 2006-10-02  Sebastien Pouliot  <sebastien@ximian.com>
10510
10511         * ButtonBase.cs: Fix CreateAccessibilityInstance to return an instance
10512         of ButtonBaseAccessibleObject. Fix bug #79552.
10513
10514 2006-10-02  Jackson Harper  <jackson@ximian.com>
10515
10516         * MdiWindowManager.cs: When maximizing use the containers client
10517         rect, not it's bounds, so nc area is accounted correctly.
10518         - Use the parent form's size for the menu position, since the
10519         client isn't always the full form size.
10520
10521 2006-10-01  Chris Toshok  <toshok@ximian.com>
10522
10523         * ScrollableControl.cs: make sure neither right_edge or
10524         bottom_edge are < 0, since they're used as LargeChange for the
10525         horiz/vert scrollbars respectively.  Fixes #79539.
10526
10527 2006-10-01  Chris Toshok  <toshok@ximian.com>
10528
10529         * NotifyIcon.cs: add NotifyIconWindow.InternalRecreateHandle, so
10530         the xplatuix11 code can cause us to destroy/recreate our handle.
10531
10532         * XplatUIX11.cs
10533         (SystrayAdd):
10534         - this code can be invoked many times for the same Hwnd.  Make
10535           sure we only destroy the client window once (the first time this
10536           method is called).  This fixes bug #79544.
10537         - Remove the call to the improperly bound XSync.  why we had two
10538           bindings to this, I will never know, but this call resulted in
10539           events being discarded from the queue(!).
10540         - correct a misunderstanding of _XEMBED_INFO - the second atom is
10541           not our current state but the state we wish to be in.  So, 0 if
10542           we don't want to be mapped.  Change it to 1.
10543         (SystrayRemove): The XEMBED spec makes mention of the fact that
10544         gtk doesn't support the reparent of client windows away from the
10545         embedder.  Looking at gtksocket-x11.c seems to agree with this.
10546         The only avenue we have for removing systray icons is to destroy
10547         them.  We don't want the handle to go away for good, though, so
10548         call InternalRecreateHandle on the NotifyIconWindow.  Fixes
10549         #79545.
10550         
10551 2006-10-01  Chris Toshok  <toshok@ximian.com>
10552
10553         * Form.cs (WndProc): inline the native_enabled variable usage into
10554         the cases in which it's used.  Fixes #79536.
10555
10556 2006-09-29  Mike Kestner  <mkestner@novell.com>
10557
10558         * ListView.cs : toggle the selection state for ctrl clicks in 
10559         multiselect mode. [Fixes #79417]
10560
10561 2006-09-29  Mike Kestner  <mkestner@novell.com>
10562
10563         * ListView.cs : kill CanMultiSelect and refactor the selection
10564         code to support multiselection in the absence of mod keys. Steal
10565         arrow/home/end keys by overriding InternalPreProcessMessage to
10566         restore regressed keynav behavior.
10567         [Fixes #79416]
10568
10569 2006-09-29  Jackson Harper  <jackson@ximian.com>
10570
10571         * MdiClient.cs: Repaint the titlebars when the active window is
10572         changed.
10573
10574 2006-09-29  Chris Toshok  <toshok@ximian.com>
10575
10576         * Application.cs: when entering a runloop with a modal, make sure
10577         the hwnd is enabled.  Fixes #79480.
10578
10579 2006-09-29  Chris Toshok  <toshok@ximian.com>
10580
10581         * DataGrid.cs (CurrentCell): if we try to navigate to the add row
10582         when ListManager.CanAddRows == false, bump us back one.
10583
10584         * DataGridColumnStyle.cs (ParentReadOnly): remove the
10585         listmanager.CanAddRows check.  This makes ArrayLists uneditable
10586         using a datagrid, which is not right.
10587         (SetColumnValueAtRow): call IEditable.BeginEdit if source[rowNum]
10588         is an IEditable, but call property_descriptor.SetValue regardless.
10589         fixes #79435.
10590
10591 2006-09-29  Chris Toshok  <toshok@ximian.com>
10592
10593         * DataGridBoolColumn.cs: we need to test equality in the face of
10594         possible null values (as is the case with the default NullValue).
10595         This patch keeps us from crashing in that case.
10596
10597 2006-09-29  Jackson Harper  <jackson@ximian.com>
10598
10599         * TreeNodeCollection.cs: Don't do a recalculate/updatescrollbars
10600         here, since it will get called for every node collection in the
10601         tree. This is now done in the treeview once the sorting is
10602         finished.
10603         * TreeView.cs: Recalculate the visible order, and update the
10604         scrollbars after sorting, set the top nope to the root so that the
10605         recalc actually works.
10606
10607 2006-09-29  Chris Toshok  <toshok@ximian.com>
10608
10609         * LinkLabel.cs: more handling of the default link collection in
10610         the face of LinkArea manipulation.  The default link collection
10611         contains 1 element (start=0,length=-1).  If the user sets LinkArea
10612         to anything and the links collection is the default, clear it.
10613         Then only add the link if its nonempty.  Fixes #79518.
10614
10615 2006-09-29  Chris Toshok  <toshok@ximian.com>
10616
10617         * LinkLabel.cs (CreatePiecesFromText): calculate the length of a
10618         piece correctly when we hit a '\n'.  Fixes #79517.
10619
10620 2006-09-29  Chris Toshok  <toshok@ximian.com>
10621
10622         * MimeIcon.cs, ThemeGtk.cs, X11DesktopColors.cs, XplatUIX11GTK.cs:
10623         change the binding of gdk_init_check to take two IntPtr's, and
10624         pass IntPtr.Zero for both of them.  Fixes #79520.
10625
10626 2006-09-29  Mike Kestner  <mkestner@novell.com>
10627
10628         * ComboBox.cs : raise TextChanged on ComboTextBox.TextChanged.
10629         [Fixes #78779]
10630
10631 2006-09-28  Jackson Harper  <jackson@ximian.com>
10632
10633         * XplatUIX11.cs: When translating NC messages make sure we go from
10634         whole window to screen, not client window to screen.
10635         * MdiClient.cs: Remove the calls to PaintWindowDecorations, this
10636         method doesn't exist
10637         - Skip over controls that aren't forms when arranging.
10638
10639 2006-09-28  Jackson Harper  <jackson@ximian.com>
10640
10641         * XplatUIWin32.cs: Clip the rect to the parent window.
10642         * XplatUIStructs.cs: Add clipping modes struct.
10643         * InternalWindowManager.cs: New private method that factors title
10644         bar heights in when calculating the pos of an NC mouse message.
10645         - Use SendMessage to force a paint when the form's size is changed
10646         instead of painting the decorations immediately.
10647         - Don't let the NC button click messages get to DefWndProc,
10648         because they will attempt to handle windowing themself, and this
10649         messes up z-order (it will put them in front of the scrollbars).
10650         * XplatUIX11.cs: Make sure that we don't reset window managers if
10651         we already have one (ie the window is an MDI window).
10652
10653 2006-09-28  Chris Toshok  <toshok@ximian.com>
10654
10655         * MainMenu.cs: fix #79405 by way of a disgusting hack.  all the
10656         menu code really needs going over.
10657
10658 2006-09-27  Chris Toshok  <toshok@ximian.com>
10659
10660         * XplatUIX11.cs (SetWMStyles): more metacity wonderment.  turns
10661         out metacity ignores the MAXIMIZE_HORZ/VERT messages unless the
10662         window is maximizable.  So, we need to make sure that even if we
10663         clear the border/wm frame of those functions, they're still
10664         available (basically, we remove the decoration without removing
10665         the function).  Half the fix for #79338.
10666
10667 2006-09-27  Chris Toshok  <toshok@ximian.com>
10668
10669         * DataGrid.cs (ProcessGridKey): implement Shift-Tab handling.
10670         Fixes bug #79515.
10671
10672 2006-09-27  Chris Toshok  <toshok@ximian.com>
10673
10674         * Splitter.cs: reorder things a bit so that we don't actually
10675         draw/move the splitter until after calling OnSplitterMoving.  This
10676         lets users cancel/disallow the movement by explicitly setting
10677         event.SplitX/SplitY.  Fixes #79372.
10678
10679 2006-09-27  Jackson Harper  <jackson@ximian.com>
10680
10681         * XplatUIX11.cs: Don't hide the caret when it is being destroyed,
10682         because it is most likely on a window being destroyed, and that
10683         will give us an X11 error.
10684
10685 2006-09-27  Chris Toshok  <toshok@ximian.com>
10686
10687         * PropertyGridView.cs: half of the fix for #78190.  Clicking on
10688         the dropdown button now toggles between showing and hiding the
10689         dropdown.  Also, get rid of dropdown_form_showing and just use
10690         dropdown_form.Visible.  We still don't do a grab, but I'll leave
10691         that part to someone who has handled Capture-fu before.
10692
10693 2006-09-27  Chris Toshok  <toshok@ximian.com>
10694
10695         * DataGrid.cs: return false if alt isn't pressed when '0' is
10696         pressed.  this keeps the '0' key from being swallowed, and fixes
10697         bug #79350.
10698
10699 2006-09-27  Chris Toshok  <toshok@ximian.com>
10700
10701         * ComboBox.cs: use Invalidate when scrolling the dropdown list.
10702         Calling Refresh (in response to a scrollbar event) screws up the
10703         scrollbar painting.  Fixes bug #78923.
10704
10705 2006-09-27  Chris Toshok  <toshok@ximian.com>
10706
10707         * Theme.cs (SystemResPool): make the "if hashtable[key] == null
10708         then insert into hashtable" blocks threadsafe.
10709
10710 2006-09-27  Chris Toshok  <toshok@ximian.com>
10711
10712         * MessageBox.cs (CreateParams): the styles should be |'ed with our
10713         baseclass's, since otherwise the
10714         ControlBox/MinimizeBox/MaximizeBox assignments above have no
10715         effect.  This gets the close button back in messageboxes.
10716
10717 2006-09-27  Chris Toshok  <toshok@ximian.com>
10718
10719         * XplatUIX11.cs: make StyleSet and ExStyleSet check == with the
10720         flag, not just != 0.  this makes flags that are actually multiple
10721         bits (like WS_CAPTION) work.  fixes bug #79508.
10722
10723 2006-09-27  Jordi Mas i Hernandez <jordimash@gmail.com>
10724
10725         * PageSetupDialog.cs: add support for getting and settings the 
10726         paper size, source and orientation.
10727
10728 2006-09-26  Chris Toshok  <toshok@ximian.com>
10729
10730         * XplatUIX11.cs (SetWMStyles): turns out when SYSMENU is not set
10731         and caption == "", we need to remove the resize handles as well as
10732         the title bar.
10733
10734         * Control.cs (set_Text): turns out that setting Text on a form
10735         should change the WM styles on the window, since if ControlBox ==
10736         false, the only way to get a window border is to have a non-""
10737         Text property.  check winforms/forms/text.cs for an example.  so,
10738         call both XplatUI.SetWindowStyle and XplatUI.Text here to properly
10739         update both window styles and title.  This fixes a lot of dialogs
10740         (including the preferences dialog in MonoCalendar.)
10741
10742 2006-09-26  Chris Toshok  <toshok@ximian.com>
10743
10744         * XplatUIWin32.cs (SetParent): if parent == IntPtr.Zero (and the
10745         control isn't a Form), call Win32ShowWindow to hide the window,
10746         but don't update the control Visible property.  When we reparent
10747         back to a parent control, call SetVisible in order for the
10748         window's visibility to be reinstated.
10749
10750         * XplatUIX11.cs (SetParent): if hwnd.parent == null, reparent to
10751         the FosterParent.
10752
10753         * Control.cs (ControlCollection.Remove): remove that value.Hide()
10754         call for good, since it breaks MonoCalendar (and other things I'm
10755         sure.) Also, set all_controls to null *after* the owner calls,
10756         which end up regenerating it.
10757         (ChangeParent): allow new_parent to be == null, passing
10758         IntPtr.Zero down to XplatUI.
10759
10760         this fixes #79294 the right way.
10761
10762 2006-09-26  Mike Kestner  <mkestner@novell.com>
10763
10764         * GridEntry.cs : internal SetParent method.
10765         * PropertyGrid.cs : attach to property changed on the proper
10766         target if we have a hierarchical grid with subobjects. Setup
10767         GridItem.Parent for hierarchical items.
10768         * PropertyGridView.cs : Set value on the correct target for
10769         hierarchical grids. [Fixes #78903]
10770
10771 2006-09-26  Chris Toshok  <toshok@ximian.com>
10772
10773         * Control.cs (ChildNeedsRecreating): this should return true if
10774         either we're being recreated and the child is in our list, or our
10775         parent is waiting for our recreation.
10776
10777 2006-09-26  Chris Toshok  <toshok@ximian.com>
10778
10779         * Control.cs (ControlCollection.Remove): reinstate the
10780         value.Hide() call as suggested in bug #79294.
10781
10782 2006-09-26  Sebastien Pouliot  <sebastien@ximian.com>
10783
10784         * XplatUIX11.cs: Fixed SetCursorPos to move the cursor to screen
10785         coordinates (versus a relative move).
10786
10787 2006-09-26  Chris Toshok  <toshok@ximian.com>
10788
10789         * Control.cs: rework child recreation a little bit.  It turns out
10790         that we race between the DestroyNotify the WM_DESTROY message.  If
10791         the parent gets its DestroyNotify before the child gets the
10792         WM_DESTROY message, the child ends up not recreating (since the
10793         parent finishes its recreation on DestroyNotify, and the child
10794         checks ParentIsRecreating.)
10795
10796         So, instead we store off a list of all the child controls which
10797         need to be recreated when the parent control starts to recreate
10798         itself.  Then, when child controls get their WM_DESTROY message we
10799         check to see if they're in the parent's pending recreation list,
10800         and if so, we recreate.  This removes all dependency on ordering
10801         from the code and fixes the initial MonoCalendar upgrade dialog.
10802         
10803 2006-09-26  Jackson Harper  <jackson@ximian.com>
10804
10805         * TextControl.cs: Use the Line to get the length of the line,
10806         since soft line breaks can change the end line.
10807
10808 2006-09-26  Chris Toshok  <toshok@ximian.com>
10809
10810         * Control.cs (ControlCollection.AddImplicit): don't add the
10811         control again if it's already in one of our lists.  This keeps us
10812         from adding controls over and over again for comboboxes when their
10813         handle gets recreated (as the combobox adds implicit controls in
10814         OnHandleCreated).  Fixes the X11 errors in bug #79480.
10815
10816 2006-09-26  Jackson Harper  <jackson@ximian.com>
10817
10818         * TextControl.cs: When deleting characters make sure that any
10819         orphaned zero lengthed tags get deleted.
10820         - Fix ToString for zero lengthed tags.
10821
10822 2006-09-25  Jackson Harper  <jackson@ximian.com>
10823
10824         * TextControl.cs: When getting a tag at the location there can be
10825         multiple tags at the same spot, these are 0-lengthed tags that
10826         appear when extra formatting has been stuck in a location.  We
10827         need to pull out the last of these 0 lengthed tags.
10828
10829 2006-09-25  Jackson Harper  <jackson@ximian.com>
10830
10831         * TextControl.cs: Fix print out in debug method.
10832         * TextBoxBase.cs: When text is set bail if we are setting to the
10833         previous value.
10834         
10835 2006-09-24  Alexander Olk  <alex.olk@googlemail.com>
10836
10837         * FontDialog.cs: Fixed the up/down arrow keys issue from bug #79478.
10838           It is now possible to change the selected index in a FontXXXListBox
10839           with the up and down arrow keys from the FontXXXTextBoxes.
10840           Also, send the FontXXXTextBox mouse wheel event to the corresponding
10841           FontXXXListBoxes to match ms.
10842
10843 2006-09-22  Sebastien Pouliot  <sebastien@ximian.com>
10844
10845         * SystemInformation.cs: Return a clone of the theme's MenuFont because
10846         anyone can dispose it, anytime. All other properties returns enums, 
10847         structs or basic types so they don't need such tricks.
10848
10849 2006-09-22  Jackson Harper  <jackson@ximian.com>
10850
10851         * XplatUI.cs:
10852         * XplatUIWin32.cs:
10853         * Clipboard.cs:
10854         * DataFormats.cs:
10855         * XplatUIOSX.cs:
10856         * XplatUIDriver.cs: Update interface to add a primary selection
10857         flag, so the driver can use the primary selection buffer if
10858         needed.
10859         * XplatUIX11.cs: Allow the clipboard to retrieve from PRIMARY.
10860
10861         * RichTextBox.cs: We need to supply the data object to paste now
10862         (so we can choose to supply CLIPBOARD or PRIMARY).
10863         * TextBoxBase.cs: Supply data object to paste (see above).
10864         - Middle click uses the primary selection data object.
10865         
10866 2006-09-21  Chris Toshok  <toshok@ximian.com>
10867
10868         * XplatUIX11.cs: first little cleanup of the StyleSet (...) block
10869         of SetWMStyles.  It's still a rat's nest and is largely
10870         order-dependent which I dislike immensely.  This also fixes the X
10871         button disappearing from toplevel forms.
10872
10873 2006-09-21  Mike Kestner <mkestner@novell.com>
10874
10875         * ListBox.cs: move Jordi's click/dblclick raising code to the
10876         mouse up handler.
10877
10878 2006-09-21  Jordi Mas i Hernandez <jordimash@gmail.com>
10879
10880         * ListBox.cs: Fixes 79450
10881
10882 2006-09-21  Mike Kestner <mkestner@novell.com>
10883
10884         * TreeView.cs: guard against disposed conditions in UpdateScrollbars
10885         to deal with people updating the TreeNodeCollection after the tree
10886         is disposed.  "Fixes" 79330.
10887
10888 2006-09-20  Jackson Harper <jackson@ximian.com>
10889
10890         * TextControl.cs: Push the cursor record onto the undo stack
10891         before the delete action. This fixes 78651.
10892
10893 2006-09-20  Jonathan Chambers  <joncham@gmail.com>
10894
10895         * PropertyGridView.cs: Remove WindowStyles.WS_VISIBLE from
10896         CreateParams. Fixes 79329.
10897
10898 2006-09-19  Chris Toshok  <toshok@ximian.com>
10899
10900         * XplatUIX11.cs: a couple of blanket code massage passes to clean
10901         things up a bit.  First, get rid of the NetAtoms array (and the NA
10902         enum), and just embed the atoms as static fields.  Also, add a
10903         couple of functions (StyleSet and ExStyleSet) to clean up all the
10904         bitmask testing of styles.
10905
10906         * X11Structs.cs: remove the NA enum, not needed anymore.
10907         
10908 2006-09-19  Chris Toshok  <toshok@ximian.com>
10909
10910         * XplatUIX11.cs: apply Alexander's tool window fix for bug #79245
10911         (mapping them to _NET_WM_WINDOW_TYPE_UTILITY).  and add a little
10912         added cleanup to get MessageBox titles appearing again, which were
10913         broken by my earlier fix for caption-less/ControlBox-less windows.
10914
10915 2006-09-18  Jonathan Pobst <monkey@jpobst.com>
10916
10917         * ToolStripArrowRenderEventArgs.cs, ToolStripArrowRenderEventHandler.cs,
10918           ToolStripContentPanelRenderEventArgs.cs, ToolStripContentPanelRenderEventHandler.cs,
10919           ToolStripGripRenderEventArgs.cs, ToolStripGripRenderEventHandler.cs,
10920           ToolStripItemClickedEventArgs.cs, ToolStripItemClickedEventHandler.cs,
10921           ToolStripItemEventArgs.cs, ToolStripItemEventHandler.cs,
10922           ToolStripItemImageRenderEventArgs.cs, ToolStripItemImageRenderEventHandler.cs,
10923           ToolStripItemRenderEventArgs.cs, ToolStripItemRenderEventHandler.cs,
10924           ToolStripItemTextRenderEventArgs.cs, ToolStripItemTextRenderEventHandler.cs,
10925           ToolStripPanelRenderEventArgs.cs, ToolStripPanelRenderEventHandler.cs,
10926           ToolStripRenderEventArgs.cs, ToolStripRenderEventHandler.cs,
10927           ToolStripSeparatorRenderEventArgs.cs, ToolStripSeparatorRenderEventHandler.cs:
10928             Inital import.
10929         * ToolStripPanel.cs, ToolStripContentPanel.cs, ToolStripSeparator.cs,
10930           ToolStripButton.cs: Stubs needed for above.
10931         * ToolStrip.cs, ToolStripItem.cs: Stub a few variables/properties for above.
10932
10933 2006-09-15  Chris Toshok  <toshok@ximian.com>
10934
10935         * XplatUIX11.cs:
10936         - make the MessageQueues hashtable Synchronized.
10937         
10938         - SendMessage: if the Hwnd is owned by a different thread, use the
10939         AsyncMethod stuff to dispatch the SendMessage on the hwnd's
10940         thread.  Fixes bug #79201.
10941
10942 2006-09-15  Chris Toshok  <toshok@ximian.com>
10943
10944         * XplatUIX11.cs (SetWMStyles): rework the #79368 fix slightly.  If
10945         ControlBox == false, we disallow maximize/minimize/close.  If the
10946         form Caption is "" we also disallow move (and get rid of the Title
10947         decoration).  Unfortunately, regardless of how things are set,
10948         we're stuck with the Title and WM menu.
10949
10950 2006-09-15  Chris Toshok  <toshok@ximian.com>
10951
10952         * Application.cs: add locking around the static message_filters
10953         ArrayList, part of #79196.
10954
10955 2006-09-15  Chris Toshok  <toshok@ximian.com>
10956
10957         * XplatUIX11.cs (SetWMStyles): if Form.Text == "" and
10958         Form.ControlBox == false, the window has no titlebar nor resize
10959         handles.  fixes bug #79368.
10960
10961 2006-09-15  Chris Toshok  <toshok@ximian.com>
10962
10963         * TextBoxBase.cs: in CalculateScrollBars make sure LargeChange is
10964         >= 0.  Fixes bug #79370.
10965
10966 2006-09-15  Jonathan Pobst <monkey@jpobst.com>
10967         * FlowLayoutPanel.cs, FlowLayoutSettings.cs: Initial commit.
10968         * Control.cs:
10969             Add properties: LayoutEngine, Margin, DefaultMargin.
10970             Add method: GetPreferredSize.
10971             Move layout logic from PerformLayout to layout engines. 
10972
10973 2006-09-13  Chris Toshok  <toshok@ximian.com>
10974
10975         * XplatUIX11.cs: more destroy work.  Jackson pointed out that my
10976         fix for #79326 broke #78718, so this change addresses that.
10977
10978         - in SendWMDestroyMessages remove the call to
10979         CleanupCachedWindows, since we might be recreating the control and
10980         need to maintain the references to right Hwnd handles.  Also, set
10981         the zombie flag to true for each of the children in the hierarchy
10982         instead of calling hwnd.Dispose.  This will cause GetMessage to
10983         ignore all events for the window except for DestroyNotify.
10984
10985         - In GetMessage, ignore messages except for DestroyNotify for
10986         zombie hwnds.
10987         
10988         * Control.cs: revert the is_recreating fix from the last
10989         ChangeLog.  It's definitely "right", but it breaks switching from
10990         an MDI form to a non-MDI form.  Will need to revisit that.
10991
10992         * Hwnd.cs: add a zombie flag, which means "the
10993         client_window/whole_window handles are invalid, but we're waiting
10994         for the DestroyNotify event to come in for them".  Set the flag to
10995         false explicitly if setting WholeWindow/ClientWindow, and also
10996         when Disposing.
10997         
10998 2006-09-13  Chris Toshok  <toshok@ximian.com>
10999
11000         * XplatUIX11.cs: rework window destruction slightly.
11001
11002         - when destroying the windows associated with a control, we don't
11003         need 2 separate XDestroyWindow calls.  Just the one for the
11004         whole_window (or for client_window if whole_window is somehow
11005         IntPtr.Zero -- can this happen?) is enough.
11006
11007         - reworked SendWMDestroyMessages slightly, so we always dispose
11008         the child control hwnd's after sending the messages.
11009         
11010         - refactored out the ActiveWindow/FocusWindow/Caret clearing from
11011         the two places it was used (one was even using hwnd.Handle and the
11012         other hwnd.client_window.  ugh), adding another call in
11013         SendWMDestroyMessages.  We need this new call because now the
11014         DestroyNotify events in the queue will be ignored for the child
11015         controls (as their hwnd's were disposed, and the window id's
11016         removed from the hashtable in SendWMDestroyMessages.) fun, eh?
11017
11018         - this fixes bug #79326.
11019
11020 2006-09-13  Chris Toshok  <toshok@ximian.com>
11021
11022         * Control.cs: don't always set is_recreating to false at the end
11023         of RecreateHandle, since sometimes we're not done (and won't be
11024         until WndProc handles the WM_DESTROY message).  Also, set
11025         is_recreating to false in the WM_DESTROY handling code.  Part of
11026         the fix for bug #79326.
11027
11028 2006-09-13  Miguel de Icaza  <miguel@novell.com>
11029
11030         * X11DesktopColors.cs: Start the droppage of debugging messages.
11031
11032         * FileDialog.cs: Store the configuration file in ~/.mono/mwf_config
11033
11034 2006-09-13  Jonathan Pobst <monkey@jpobst.com>
11035
11036         * SplitContainer.cs, SplitterPanel.cs: Initial implementation [2.0].
11037
11038 2006-09-12  Chris Toshok  <toshok@ximian.com>
11039
11040         * DataGrid.cs (get_ListManager): if the list_manager is null, try
11041         to create it using SetDataSource.  Fixes bug #79151.
11042
11043 2006-09-11  Chris Toshok  <toshok@ximian.com>
11044
11045         * XEventQueue.cs: add a DispatchIdle property.
11046
11047         * XplatUIX11.cs (UpdateMessageQueue): only emit the Idle event if
11048         either the queue is null, or the queue has DispatchIdle set to
11049         true.
11050         (DoEvents): set queue.DispatchIdle to false around the
11051         peek/translate/dispatch message loop in this method.  This keeps
11052         Application.Doevents from emitting idle events.  Part of the fix
11053         for #78823.
11054
11055 2006-09-11  Chris Toshok  <toshok@ximian.com>
11056
11057         * DataGrid.cs (set_DataSource): make this work for both the
11058         winforms/datagrid test and ReportBuilder.  It seems as though when
11059         we've created a ListManager (or maybe it's if we have a
11060         BindingContext?), when we set the DataSource it clears the
11061         DataMember to "".  otherwise we reuse the datamember.  Fixes bug
11062         #79333.
11063
11064 2006-09-11  Chris Toshok  <toshok@ximian.com>
11065
11066         * XplatUIX11.cs: deal with queue being null, which happens in all
11067         the Clipboard functions.  Fixes one of the two problems mentioned
11068         in #78612.
11069
11070 2006-09-11  Chris Toshok  <toshok@ximian.com>
11071
11072         * MenuAPI.cs: rework OnMouseUp a bit so that releasing the mouse
11073         button on various spots (including outside the menu) works closer
11074         to MS, and doesn't crash.  Fixes #79343.
11075
11076 2006-09-11  Gert Driesen  <drieseng@users.sourceforge.net>
11077
11078         * ListView.cs: Do not initialize item_sorter in init. To match MS,
11079         return null for ListViewItemSorter if View is SmallIcon or LargeIcon
11080         and the internal comparer is set. When a new ListViewItemSorter is set,
11081         sort the items. Use Enum.IsDefined to verify whether a valid SortOrder
11082         was specified. No further processing is necessary if SortOrder is set
11083         to it's current value. If Sorting is modified to None, and View is
11084         neither SmallIcon nor LargeIcon then: on 2.0 profile set item_sorter
11085         (either custom or our internal ItemComparer) to null, on 1.0 profile
11086         only set item_sorter to null if its our internal IComparer. If Sorting
11087         is modified to Ascending or Descending, then use our internal IComparer
11088         if none is set, and if the current IComparer is our internal one then:
11089         on 2.0 profile always replace it with one for new Sorting, and on 1.0
11090         profile only use new Sorting if view is not SmallIcon or LargeIcon. Use
11091         Enum.IsDefined to verify whether a valid View value is specified in
11092         its setter. Automatically sort listview items when listview is
11093         created. In Sort, do nothing if ListView is not yet created, or if
11094         no item_sorter is set (no Sorting was set, Sorting was explicitly set
11095         to None or ListViewItemSorter was set to null). Added Sort overload
11096         taking a bool to indicate whether the ListView should be redrawn when
11097         items are sorted (we use this in ListViewItemCollection to avoid double
11098         redraws). Modified our internal IComparer to take the sort order into
11099         account. In Add and AddRange methods of ListViewItemCollection, also
11100         call Sort if Sorting is None (necessary for SmallIcon and LargeIcon
11101         view), but use overload with noredraw option to avoid double redraw.
11102         On 2.0 profile, throw NotSupportedException when setting CheckBoxes to
11103         true when View is Tile, and do the same when attempting to set View to
11104         Tile when CheckBoxes is true. Avoid maintaining separate ArrayLists
11105         for selected/checked indices, as it involves overhead when sorting is
11106         done while these collections are not used all that often. Instead
11107         we'll build the indices on demand. Modified IList implementation of
11108         CheckedIndexCollection to use public methods if object is int.
11109         Modified CheckedListViewItemCollection to hide checked items if
11110         ListView.CheckBoxes is false. Removed LAMESPEC remark in 
11111         ListViewItemCollection as the .NET SDK docs have been fixed. Modified
11112         IList implementation in SelectedIndexCollection to use public methods
11113         if object is int. Modified SelectedListViewItemCollection to hide
11114         selected items if listview is not yet created.
11115         * ListViewItem.cs: CheckedIndices list no longer needs to be
11116         maintained separately (see ListView changes). Also clone font, fixes
11117         test failure.
11118
11119 2006-09-11  Mike Kestner  <mkestner@novell.com>
11120
11121         * ComboBox.cs: if we are updating the contents of the currently
11122         selected index, refresh the control or the textbox selection.
11123         [Fixes #79066]
11124
11125 2006-09-11  Mike Kestner  <mkestner@novell.com>
11126
11127         * ComboBox.cs (UpdateBounds): use SetBounds not SetBoundsCore since 
11128         the 'specified' logic has been moved there.  This seems like a bug 
11129         in Control.cs, since our current SetBoundsCore completely ignores 
11130         the specified parameter.  Peter's commit seems to indicate that is 
11131         the way the MS control implementation works.  [Fixes #79325]
11132
11133 2006-09-10  Jonathan Chambers  <joncham@gmail.com>
11134
11135         * XplatUI.cs: Set default_class_name to be composed
11136         of current domain id. This allows MWF to be loaded in multiple
11137         domains on Win32.
11138
11139 2006-09-09  Miguel de Icaza  <miguel@novell.com>
11140
11141         * X11Keyboard.cs: If we are unable to obtain the input method, do
11142         not call CreateXic to create the input context.   Should fix
11143         #78944/79276.
11144
11145 2006-09-08  Alexander Olk  <alex.olk@googlemail.com>
11146
11147         * MimeIcon.cs: Rewrote major parts. Dropped KDE support for now.
11148           Simplified gnome support by adding more pinvokes to get the
11149           icon for a file or mime type.
11150
11151 2006-09-08  Jackson Harper  <jackson@ximian.com>
11152
11153         * MenuAPI.cs: Deslect popup context menu items before closing the
11154         window, so that you don't see the previously selected item
11155         selected when you reopen the menu.
11156         * TextControl.cs: Update the cursor position even if we don't have
11157         focus.  This fixes typing in things like the ComboBox.  I'm not
11158         totally sure we should always set the visibility if we don't have
11159         focus, but couldn't find any corner cases where the cursor showed
11160         up when it shouldn't.
11161
11162 2006-09-08  Chris Toshok  <toshok@ximian.com>
11163
11164         * X11Keyboard.cs: In UpdateKeyState vkey can be any integer, but
11165         our arrays are length 256.  & 0xff before indexing.  Fixes the
11166         crash in bug #78077.
11167         
11168 2006-09-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11169
11170         * ThemeWin32Classic.cs: 
11171         * DateTimePicker.cs: Draw check box if DateTimePicker.ShowCheckBox
11172         is true. Handle that check box too.
11173
11174 2006-09-07  Chris Toshok  <toshok@ximian.com>
11175
11176         * MenuAPI.cs: move the PerformClick call to OnMouseUp.  Fixes bug
11177         79244.
11178
11179 2006-09-07  Chris Toshok  <toshok@ximian.com>
11180
11181         * Control.cs: in set_BackColor only do the work if
11182         background_color != value.
11183
11184         * XplatUIX11.cs: move the clearing of invalid areas (both client
11185         and nc) to the same block of code where we set (nc_)expose_pending
11186         to false.  That is, move it from PaintEventEnd to PaintEventStart,
11187         so things that cause invalidates from within OnPaint will trigger
11188         another call to OnPaint.  Fixes bug #79262.
11189
11190 2006-09-07  Alexander Olk  <alex.olk@googlemail.com>
11191
11192         * Theme.cs: Use correct icon for UIIcon.PlacesPersonal
11193         * FileDialog.cs: Fix typo
11194
11195 2006-09-07  Jackson Harper  <jackson@ximian.com>
11196
11197         * ThemeWin32Classic.cs:  oops, forgot to commit.  Draw the images
11198         for tab pages if they have any.
11199
11200 2006-09-06  Mike Kestner  <mkestner@novell.com>
11201
11202         * Splitter.cs: use the "current" rect when finishing drag handle
11203         to avoid an artifact demonstrated by resedit.exe.  [Fixes #79251]
11204
11205 2006-09-06  Mike Kestner  <mkestner@novell.com>
11206
11207         * Splitter.cs: draw the drag handle at X or Y instead of 0 to deal
11208         support offset splitters. [Fixes #79298]
11209
11210 2006-09-06  Alexander Olk  <alex.olk@googlemail.com>
11211
11212         * Mime.cs: Fixed a bug that could override the global mime type
11213           result.
11214
11215 2006-09-05  Jackson Harper  <jackson@ximian.com>
11216
11217         * TabControl.cs: Better calculation method for setting the slider
11218         pos. Prevents crashes on really wide tabs.
11219         - Draw Image on tab pages if an image list is used.
11220
11221 2006-09-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11222
11223         * MonthCalendar.cs: When Font changes, the Size should be
11224         updated to fit the new font's space requirements.
11225
11226 2006-09-02  Alexander Olk  <alex.olk@googlemail.com>
11227
11228         * ListBox.cs: If the items are cleared with Items.Clear set
11229           top_index to 0.
11230
11231 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11232
11233         * MonthCalendar.cs: Handle arrow keys as input keys. Also
11234         fire DateChanged event instead of DateSelected event when
11235         the date was changed by keyboard interaction.
11236
11237 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11238
11239         * DateTimePicker.cs: Handle DateChanged for the associated
11240         month_calendar control, and set month_calendar.Font from 
11241         OnFontChanged method, as well as resize the height of the
11242         control when needed. Make PreferredHeight proportional.
11243
11244 2006-09-01  Chris Toshok  <toshok@ximian.com>
11245
11246         * DataGrid.cs: grr, stop overthinking the DataMember/DataSource
11247         properties.
11248
11249         * BindingContext.cs (HashKey.GetHashCode): use ^ instead of +.
11250
11251 2006-09-01  Peter Dennis Bartok  <pbartok@novell.com> 
11252
11253         * FileDialog.cs: Set ClientSize instead of window size, to allow space
11254           for decorations (Fixes #79219)
11255
11256 2006-09-01  Mike Kestner  <mkestner@novell.com>
11257
11258         * ComboBox.cs: first stab at sorting plus some selection handling
11259         fixes to bring us more in line with MS behavior.  Also switches back
11260         to index based selection.  Alternative patches for index-based 
11261         selection were provided by Jackson Harper, Carlos Alberto Cortez, 
11262         and latency@gmx.de on bug 78848.  I assume they were similar to this
11263         code I've had simmering in my tree forever.
11264         [Fixes #78848]
11265
11266 2006-09-01  Chris Toshok  <toshok@ximian.com>
11267
11268         * CurrencyManager.cs (ListChangedHandler): in the ItemAdded case,
11269         when setting list position guard against ending up with a -1 index
11270         (the other part of the fix for #78812).  Should probably make sure
11271         we don't need the analogous fix in the ItemDeleted case.
11272
11273         * DataGrid.cs:
11274         - in SetDataSource, work around the fact that the way
11275         OnBindingContextChanged is invoked will cause us to re-enter this
11276         method.  I'll remove the hack once I investigate
11277         OnBindingContextChanged.
11278
11279         - fix the logic in set_DataSource and set_DataMember (basically
11280         what to do if the other of the two is null.)
11281         
11282         - in OnListManagerItemChanged, we need to take into account the
11283         edit row when deciding whether or not to call RecreateDataGridRows
11284         (part of the fix for #78812).
11285
11286 2006-09-01  Jackson Harper  <jackson@ximian.com>
11287
11288         * Splitter.cs: Don't do anything if there is no control to affect
11289         (prevents us from crashing in weird tet cases).
11290         * TreeView.cs: Bounding box for the mouse movement reverting
11291         focus/selection back to previously selected node.  This matches
11292         MS, and makes the tree a lot more useable.
11293         * GroupBox.cs: Instead of drawing over the lines of the groupbox,
11294         use clipping so they are not drawn.  This fixes when the control
11295         is set to have a transparent background, or if it was over an
11296         image.
11297
11298 2006-09-01  Alexander Olk  <alex.olk@googlemail.com>
11299
11300         * MimeIcon.cs: Improved handling for reading default icons when
11301           using gnome (2.16 made it necessary). Check and read svg icons
11302           first, then 48x48 and then 32x32 icons.
11303
11304 2006-08-31  Chris Toshok  <toshok@ximian.com>
11305
11306         * DataGridTextBoxColumn.cs: only hide the textbox if it's still
11307         visible.
11308
11309         * DataGridTextBox.cs: Pass Tab's up to the datagrid by calling
11310         ProcessKeyPreview.  Fixes part of #77806.
11311
11312         * DataGrid.cs: big patch.
11313
11314         - revert the queueing up of DataSource/DataMember if inside
11315         BeginInit/EndInit calls.  That's not the way the datagrid achieves
11316         its delayed databinding.  Instead, call SetDataSource in
11317         OnBindingContextChanged.  This mimic's MS's behavior, and fixes
11318         #78811.
11319
11320         - Also, it wasn't mentioned in #78811, but the test case exhibits
11321         behavior that was lacking in our datagrid implementation - Columns
11322         that have mapping names that don't exist in the datasource's
11323         properties aren't shown.  Yuck.  To fix this I added the bound
11324         field to the column style, and basically any calculation to figure
11325         out anything about columns uses a loop to find the bound columns.
11326         still need to investigate if I can cache an array of the bound
11327         columns or if the indices must be the same.
11328
11329         - When setting CurrentCell, we no longer abort if the cell being
11330         edited was in the add row.  This fixes the other part of #77806.
11331
11332         - The new code also fixes #78807.
11333         
11334         * ThemeWin32Classic.cs: perpetrate the same disgusting
11335         column.bound field hack, and only render bound fields.
11336
11337 2006-08-31  Chris Toshok  <toshok@ximian.com>
11338
11339         * DataGridColumnStyle.cs: add bound field.  this field is true if
11340         the datasource has a property corresponding to the mapping name.
11341
11342         * DataGridTableStyle.cs: set the bound field on the column styles
11343         depending on whether or not we have a column for that property.
11344
11345 2006-08-31  Peter Dennis Bartok  <pbartok@novell.com> 
11346
11347         * Splitter.cs (SetBoundsCore): Don't ignore width/height of the 
11348           splitter control (fixes #79228)
11349
11350 2006-08-31  Chris Toshok  <toshok@ximian.com>
11351
11352         * DataGridColumnStyle.cs: we need to delay the assignment of
11353         property descriptor until the last possible moment due to the lazy
11354         databinding stuff in the datagrid.  Also, fix the exceptions
11355         thrown by CheckValidDataSource to match MS.
11356
11357 2006-08-31  Jackson Harper  <jackson@ximian.com>
11358
11359         * Form.cs: When activated select the active control, if there is
11360         no active control, we select the first control.
11361         * XplatUIX11.cs: If there is no focus control when we get a
11362         FocusIn event, find the toplevel form and activate it.  This
11363         occurs when you popup a window, it becomes the focus window, then
11364         you close that window, giving focus back to the main window.
11365
11366 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11367
11368         * MonthCalendar.cs: 
11369         * ThemeWin32Classic.cs: Cache Font in bold style, as well
11370         as StringFormat with Center alignments in MonthCalendar,
11371         instead of creating new ones when drawing the control. 
11372         Also, draw the month name in bold style.
11373
11374 2006-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
11375
11376         * Control.cs:
11377           - PerformLayout(): It would seem MS performs the fill even if the 
11378             control is not visible (part of #79218 fix)
11379           - ResetBackColor(): Use the setter to reset the color, to allow
11380             overriders to catch the change.
11381         * Form.cs:
11382           - .ctor: Call UpdateBounds to adjust client rectangle (part of #79218 fix)
11383           - CreateHandle(): dito (part of $79218 fix)
11384           - Don't set an icon if we have a dialog
11385         * ScrollableControl.cs:
11386           - set_AutoScrollMinSize: Setting the property enables AutoScroll (#79218)
11387           - ScrollIntoView(): No need to scroll if control is already visible
11388             (resolves fixme and fixes #79218)
11389
11390 2006-08-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11391
11392         * MonthCalendar.cs: Change proportions in SingleMonthSize
11393         to match the aspect of the original control.
11394
11395 2006-08-29  Alexander Olk  <alex.olk@googlemail.com>
11396
11397         * XplatUIX11.cs: Fix for a metacity/X problem where windows don't
11398           get updated when they get maximized.
11399
11400 2006-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
11401
11402         * XplatUIX11.cs: Handle windows with no border (Fixes part of #79160)
11403
11404 2006-08-29  Chris Toshok  <toshok@ximian.com>
11405
11406         * XplatUIX11.cs: when destroying the FocusWindow, send KILLFOCUS.
11407
11408 2006-08-29  Jackson Harper  <jackson@ximian.com>
11409
11410         * TreeView.cs: Need to track selected node and highlighted node,
11411         they aren't always the same thing, when the mouse is down on a
11412         node it is hilighted, but not selected yet.
11413         - Do the HideSelection stuff right
11414         - Need to focus on rbutton mouse down. And redraw selection when
11415         right click is mouse upped.
11416
11417 2006-08-29  Mike Kestner  <mkestner@novell.com>
11418
11419         * ThemeWin32Classic.cs: draw selections for columns in FullRowSelect
11420         when SubItems.Count < Columns.Count.  [Fixes #79167]
11421
11422 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com> 
11423
11424         * TextControl.cs (FindCursor): Fix math error (Fixes #78402)
11425
11426 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com>
11427
11428         * XplatUIX11.cs: Preempt the roundtrip for getting the location back
11429           from X. Only send based on ConfigureNotify if we don't have the
11430           correct location in hwnd (if the window manager moved us)
11431
11432 2006-08-28  Mike Kestner  <mkestner@novell.com>
11433
11434         * ListView.cs: remove a TODO. 
11435         * ThemeWin32Classic.cs: implement HideSelection support for ListView.
11436         [Fixes ListView part of #79166]
11437
11438 2006-08-28  Mike Kestner  <mkestner@novell.com>
11439
11440         * ListView.cs: move wheel handler to parent since it is focused
11441         instead of the item_control now.  [Fixes #79177]
11442
11443 2006-08-28  Mike Kestner  <mkestner@novell.com>
11444
11445         * ThemeWin32Classic.cs: only highlight subitems in fullrowselect
11446         when the control is focused. [Fixes #79171]
11447
11448 2006-08-28  Mike Kestner  <mkestner@novell.com>
11449
11450         * ListView.cs: size the item and header controls for empty and
11451         unscrollable views.
11452         * ThemeWin32Classic.cs: draw disabled backgrounds.
11453         [Fixes #79187]
11454
11455 2006-08-28  Chris Toshok  <toshok@ximian.com>
11456
11457         * Form.cs: remove unused "active_form" static field.
11458
11459         * Hwnd.cs: lock around accesses to static windows collection.
11460
11461         * Application.cs: lock threads in Exit ().
11462
11463 2006-08-28  Chris Toshok  <toshok@ximian.com>
11464
11465         * NativeWindow.cs: lock around accesses to window_collection.
11466         
11467 2006-08-28  Chris Toshok  <toshok@ximian.com>
11468
11469         * Control.cs: err, fix this the right way, by locking on controls
11470         when using it.  not by making it synchronized.
11471
11472 2006-08-28  Chris Toshok  <toshok@ximian.com>
11473
11474         * Control.cs: make the static "controls" field synchronized, as it
11475         gets updated from multiple threads.
11476
11477 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
11478
11479         * XplatUIX11.cs: PostQuitMessage is thread-specific not app-specific.
11480           Prevent other threads from exiting when calling thread sets quit state.
11481         * XEventQueue.cs: Added PostQuitState property
11482
11483 2006-08-27  Chris Toshok  <toshok@ximian.com>
11484
11485         * AsyncMethodData.cs: add a slot for the window handle.
11486
11487         * XplatUIX11.cs (SendAsyncMethod): send the event to the right
11488         window (the destination control's window, not the foster window).
11489
11490         * Control.cs (BeginInvokeInternal): store the window's handle in
11491         the AsyncMethodData.
11492         
11493
11494 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
11495
11496         * XplatUIX11.cs:
11497           - PostQuitMessage: Removed resetting S.D display handle, we might have
11498             another loop started after calling PostQuitMessage (Fixes #79119)
11499           - Created destructor to reset S.D handle
11500
11501 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com> 
11502
11503         * XplatUIX11.cs (SetCursor): Issue flush after setting the cursor (#79168)
11504
11505 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
11506
11507         * TextControl.cs (Insert): Update the caret position even if we don't
11508           have a handle yet, just don't call the driver in that case.
11509         * TextBoxBase.cs (set_SelectedText): Set the Start and End selection
11510           to the end of the new selection text (Fixes #79184)
11511
11512 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
11513
11514         * Form.cs (Activate): Only activate if the handle is created)
11515         * Control.c:
11516           - Mark window as invisible when it's disposed
11517           - Check if window handle is created when setting window visible, 
11518             instead of relying just on the is_created variable
11519           - Check if object is disposed when creating the control (Fixes #79155)
11520
11521 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
11522
11523         * ScrollableWindow.cs (ScrollWindow): Don't actually perform layouting
11524           when allowing layout again. Otherwise we re-generate the anchoring 
11525           distance to the border again and actually alter what the user wanted
11526           This is ugly, it'd be better if we used DisplayRectangle instead of
11527           ClientRectangle for Control.UpdateDistances, but that causes us to
11528           have other problems (initial anchoring positons would be wrong)
11529           (Fixes #78835)
11530
11531 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
11532
11533         * Control.cs:
11534           - The size and location setters shouldn't go directly to 
11535             SetBoundsCore, but to SetBounds, which triggers layout on the
11536             parent, then calls SetBoundsCore. (Related to fix for #78835)
11537           - SetBounds: Moved actual location update code into this function
11538             from SetBoundsCore, to match MS. Added call to PerformLayout if
11539             we have a parent (to trigger resizing of anchored parents if the 
11540             child size has changed (see testcase for #78835) 
11541         * ListBox.cs, Form.cs: Call SetBounds instead of SetBoundsCore to match 
11542           new control code
11543         * ScrollableControl.cs (CalculateCanvasSize): Use shortcut variable
11544
11545 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
11546
11547         * XplatUIX11.cs: Don't reset the DisplayHandle that's stored in
11548           System.Drawing when a toplevel window gets closed; there might
11549           be other toplevel windows belonging to the same app (Fixes #78052)
11550
11551 2006-08-26  Alexander Olk  <alex.olk@googlemail.com>
11552
11553         * FileDialog.cs: After reading FileDialog settings from mwf_config
11554           use Desktop prefix only if a real folder doesn't exist anymore.
11555         * FontDialog.cs: Added char sets.
11556           It is now possible to select the font, size or style with the
11557           textboxes.
11558
11559 2006-08-25  Kornél Pál  <kornelpal@gmail.com>
11560
11561         * PrintPreviewDialog.cs: Use assembly name constants.
11562
11563 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
11564
11565         * XplatUIWin32.cs (ScrollWindow): Use clipping rectangle arg (prevents
11566           scrollbar from whacking it's buttons)
11567
11568 2006-08-24  Chris Toshok  <toshok@ximian.com>
11569
11570         * ScrollableControl.cs: fix #78271.  There's a lot of misc stuff
11571         in this patch (aggregating setting Left/Top/Width/Height to
11572         setting Bounds on the scrollbars), but the crux of the fix is in
11573         Recalculate, where we scroll by the remaining scroll_position if
11574         we're hiding a scrollbar.  The 2*$5 reward in the comment is
11575         serious.
11576
11577 2006-08-24  Jackson Harper  <jackson@ximian.com>
11578
11579         * MdiClient.cs:
11580         * MdiWindowManager.cs: If the form is made a non-mdi window we
11581         need to remove the form closed event so that closing forms works
11582         correctly.
11583
11584 2006-08-24  Jackson Harper  <jackson@ximian.com>
11585
11586         * Control.cs: Make IsRecreating internal so that the driver can
11587         check it
11588         - Temporarily remove the Hide when controls are removed, its
11589         making a whole bunch of things not work because visibility isn't
11590         getting reset elsewhere correctly
11591         * Form.cs: Need to do a full handle recreation when the mdi parent
11592         is set.
11593         * XplatUIX11.cs: If we are recreating handles don't dispose the
11594         HWNDs.  What was happening is the handles were being recreated in
11595         SendWMDestroyMessages, but then flow continued on in that method
11596         and destroyed the new handles.
11597
11598 2006-08-23  Jackson Harper  <jackson@ximian.com>
11599
11600         * Form.cs: MdiClient is always at the back of the bus
11601         * Control.cs: When the order of items in the collection is changed
11602         we need to reset the all_controls array
11603         - do the same sorta setup thats done when adding a control when a
11604         control is set on the collection.
11605
11606 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
11607
11608         * TextBoxBase.cs (get_Text): Return an empty array if our document
11609           is empty (fixes #79052)
11610
11611 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
11612
11613         * Control.cs: We should call IsInputChar on only on WM_CHAR but not
11614           on WM_SYSCHAR messages (fixes #79053)
11615
11616 2006-08-23  Chris Toshok  <toshok@ximian.com>
11617
11618         * DataGrid.cs: fix flickering when scrolling vertically.
11619
11620 2006-08-23  Chris Toshok  <toshok@ximian.com>
11621
11622         * DataGrid.cs (EndEdit): only invalidate the row header when we
11623         need to.
11624
11625 2006-08-23  Chris Toshok  <toshok@ximian.com>
11626
11627         * ThemeWin32Classic.cs: fix the clip munging of the datagrid paint
11628         methods.  fixes the flicker when scrolling around.
11629
11630 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
11631
11632         * FileDialog.cs: Making sure the control is created before we get a 
11633           chance to use it with BeginInvoke (Fixes #79096)
11634
11635 2006-08-23  Chris Toshok  <toshok@ximian.com>
11636
11637         * ThemeWin32Classic.cs (DataGridPaintRows): calculate the proper
11638         width to use when painting the rows.
11639
11640 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
11641
11642         * TextBoxBase.cs:
11643           - Throw ArgumentException if a negative value is passed to SelectionLength
11644           - Update the selection end if start is moved. end needs to be always
11645             after start. (Fixes #79095)
11646           - Track selection length; MS keeps the selection length even if start
11647             is changed; reset on all other operations affection selection
11648
11649 2006-08-22  Jackson Harper  <jackson@ximian.com>
11650
11651         * TreeView.cs: Make sure both scrollbars get displayed and sized
11652         correctly when the other bar is visible.
11653         - Use the original clip rectangle for checking if the area between
11654         the two scrollbars is visible, not the viewport adjusted clipping
11655         rectangle.
11656
11657 2006-08-22  Jackson Harper  <jackson@ximian.com>
11658
11659         * Binding.cs: We don't use IsBinding because it requires the
11660         control to be created, which really shouldn't be necessary just to
11661         set a property on the control.
11662
11663 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11664
11665         * ComboBox.cs: Some CB.ObjectCollection methods must throw
11666         ArgumentNullReferenceException when the argument is null.
11667
11668 2006-08-21  Jackson Harper  <jackson@ximian.com>
11669
11670         * Timer.cs: Track the thread that the timer is started in (NOT
11671         CREATED), this way messages for it will only be triggered on its
11672         queue.
11673         * XEventQueue.cs: Track the timers here, this makes timers per
11674         thread, like MS.
11675         * XplatUIX11.cs: The timers are moved to the XEventQueue.
11676
11677 2006-08-19  Chris Toshok  <toshok@ximian.com>
11678
11679         * XplatUIX11.cs: after further communication with pdb, we get the
11680         best of both worlds.  SetZOrder working for un-Mapped windows, and
11681         no X errors for un-mapped windows.
11682
11683 2006-08-19  Chris Toshok  <toshok@ximian.com>
11684
11685         * XplatUIX11.cs (SetZOrder): remove the if (!hwnd.mapped) check,
11686         as it was causing pdn toolbars to not have the correct stacking.
11687
11688 2006-08-18  Mike Kestner  <mkestner@novell.com> 
11689
11690         * ListView.cs : guard against negative ClientArea.Width in scrollbar
11691         calculation.  Not sure why control should ever be setting a negative
11692         width though.  Fixes #78931.
11693
11694 2006-08-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11695
11696         * ComboBox.cs: Throw ArgumentNullException when adding/modifyng
11697         null items in ObjectCollection class.
11698         * ListBox.cs.: Likewise.
11699
11700 2006-08-18  Atsushi Enomoto  <atsushi@ximian.com>
11701
11702         * ThemeNice.cs, ThemeClearlooks.cs : remove RadioButton_DrawFocus()
11703           as the base method in ThemeWin32Classic should work fine.
11704           Fixed bug #78607.
11705
11706 2006-08-18  Jackson Harper  <jackson@ximian.com>
11707
11708         * Binding.cs: When validating if the value entered doesn't convert
11709         properly reset to the old value.
11710         * RadioButton.cs: Don't fire click when we get focus.
11711
11712 2006-08-18  Jackson Harper  <jackson@ximian.com>
11713
11714         * FileDialog.cs: Paint the selection on the directory combobox the
11715         same way as on MS. 
11716
11717 2006-08-17  Jackson Harper  <jackson@ximian.com>
11718
11719         * ErrorProvider.cs: Don't allow the error control to be selected.
11720         * Control.cs: Don't send the SetFocus messages, the control
11721         activation will do this, and if we do it blindly here validation
11722         does not work.
11723
11724 2006-08-17  Jackson Harper  <jackson@ximian.com>
11725
11726         * Control.cs:
11727         * ContainerControl.cs: Make validation events fire in the correct
11728         order.  TODO: For some reason the first validation event is not
11729         getting fired.
11730
11731 2006-08-17  Mike Kestner  <mkestner@novell.com> 
11732
11733         * ComboBox.cs : some null guarding for ComboListBox.Scroll.
11734
11735 2006-08-17  Mike Kestner  <mkestner@novell.com> 
11736
11737         * ComboBox.cs : implement scroll wheel support for popped-down
11738         state. Fixes #78945. 
11739
11740 2006-08-17  Jackson Harper  <jackson@ximian.com>
11741
11742         * TreeView.cs: Specify treeview actions (old patch that didn't get
11743         committed for some reason).
11744         - Don't let the mouse wheel scroll us too far.  Just want to make
11745         the bottom node visible, not scroll it all the ways to the top.
11746
11747 2006-08-17  Jackson Harper  <jackson@ximian.com>
11748
11749         * XplatUIX11.cs: Mouse wheel events go to the focused window.
11750
11751 2006-08-17  Mike Kestner  <mkestner@novell.com> 
11752
11753         * ComboBox.cs : don't do mouseover selection in simple mode.
11754
11755 2006-08-16  Jackson Harper  <jackson@ximian.com>
11756
11757         * Form.cs: Fire the closing events for all the mdi child windows
11758         when a window is closed.  If the cancel args are set to true, the
11759         main window still gets the event fired, but it doesn't not close.
11760         * MdiWindowManager.cs: Do this closing cleanup in a Closed
11761         handler, instead of when the button is clicked, so cancelling the
11762         close works correctly.
11763         * ComboBox.cs: Send the mouse down to the scrollbar.
11764
11765 2006-08-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11766
11767         * ListBox.cs: When passing 'null' to SelectedItem,
11768         set SelectedIndex to -1, to unselect items. This is the
11769         observed behaviour in .Net.
11770
11771 2006-08-16  Peter Dennis Bartok  <pbartok@novell.com> 
11772
11773         * TextBoxBase.cs: Overriding HandleClick to get clicks in spite of
11774           MS flags saying there won't be any. (fixes #78800)
11775         * Control.cs (HandleClick): Made virtual
11776
11777 2006-08-16  Atsushi Enomoto  <atsushi@ximian.com>
11778
11779         * PageSetupDialog.cs : use Yard-Pound units only in en-GB and en-US
11780           cultures. Fixed bug #78399.
11781
11782 2006-08-16  Jackson Harper  <jackson@ximian.com>
11783
11784         * Form.cs: Use the MdiClients MdiChildren property to access
11785         MdiChildren instead of creating the array from the child controls.
11786         * MdiClient.cs: Maintain a separate array of the mdi children, so
11787         that insertion order is maintained when the Z-order is changed.
11788
11789 2006-08-16  Mike Kestner  <mkestner@novell.com> 
11790
11791         * ListView.cs : add an ItemComparer and default to it for sorting.
11792         Fixes #79076, but sorting needs a complete overhaul to be compat with
11793         MS.
11794
11795 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
11796
11797         * XplatUIX11.cs (SetZOrder): Fix debugging leftover (fixes #79080)
11798
11799 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
11800
11801         * Hwnd.cs (Mapped): Properly traverse the tree
11802
11803 2006-08-15  Chris Toshok  <toshok@ximian.com>
11804
11805         * Binding.cs: fix PullData/SetPropertyValue.  We don't want to
11806         pass manager.Current.GetType() to ParseData.  It has to be the
11807         property type.  So, hold off doing the ParseData until we're in
11808         SetPropertyValue where we know the type.  This fixes the crash in
11809         #78821 but the textbox is still empty.
11810
11811 2006-08-15  Chris Toshok  <toshok@ximian.com>
11812
11813         * DataGrid.cs:
11814         - when we're scrolling, only call Edit() again if the
11815         current cell is still unobscured. Fixes bug #78927.
11816         - when handling mousedown on a cell, ensure the cell is visible
11817         before calling Edit.
11818         - remove the properties from DataGridRow, and remove the
11819         DataGridParentRow class altogether.
11820         
11821
11822 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
11823
11824         * TextBoxBase.cs (set_Text): Don't use base.Text, instead just
11825           fire OnTextChanged by ourselves. There's no point calling base,
11826           we don't set the base value anywhere else. Fixes #78773.
11827
11828 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11829
11830         * ListBox.cs: Call CollectionChanged when modifying
11831         an item from Items indexer, to update the actual items
11832         in the list box.
11833
11834 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11835
11836         * PrintDialog.cs: Small fixes for focus and a pair of checks,
11837         to match .Net behaviour.
11838
11839 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
11840
11841         * XplatUIX11.cs (SetZOrder): Handle raising toplevel windows
11842
11843 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
11844
11845         * Control.cs: Handle BringToFront for toplevel windows (Fixes #78737)
11846
11847 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
11848
11849         * MessageBox.cs: Prevent potential NRE exception.
11850         * TextBoxBase.cs: AutoSize only applies if MultiLine is false. Fixes #78889
11851
11852 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
11853
11854         * MessageBox.cs: Calculate the owner of a messagebox, also make
11855           it topmost. Fixes #78753
11856
11857 2006-08-14  Chris Toshok  <toshok@ximian.com>
11858
11859         * XplatUIX11.cs: A couple of fixes so that metacity will let us
11860         programmatically move windows.  first, set the PPosition hint as
11861         well as the USPosition hint.  Second include some code from pdb
11862         that sets the window type to NORMAL when we set the transient for
11863         hint.  This is because, in the absence of a window type, metacity
11864         thinks any window with TransientFor set is a dialog, and refuses
11865         to let us move it programmatically.  fascists.
11866
11867 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
11868
11869         * XplatUIX11.cs: When setting normal hints, take into consideration
11870           an different hints previously set so we don't delete them (fixes #78866)
11871
11872 2006-08-12  Chris Toshok  <toshok@ximian.com>
11873
11874         * ToolBarButton.cs: make Layout return a boolean, if something to
11875         do with the button's layout changed.
11876
11877         * ToolBar.cs:
11878         - add another parameter to Redraw, @force, which all existing
11879           calls set to true.
11880         - make the Layout function return a boolean which is true if the
11881           layout has actually changed.  Redraw now uses this (and @force)
11882           to determine when to invalidate.  At present the only place
11883           where @force can be false is the call from OnResize, when
11884           background_image == null.  So, resizing a toolbar when the
11885           layout doesn't change results in no drawing.
11886
11887 2006-08-12  Chris Toshok  <toshok@ximian.com>
11888
11889         * ThemeWin32Classic.cs: fix the bottom right corner painting.  had
11890         the VScrollBar and HScrollbar reversed.  oops.
11891
11892         * DataGrid.cs: fix the logic that assigns sizes to the implicit
11893         scrollbars.  we were assigning them twice (once in
11894         Calc{Horiz,Vertical}Scrollbar, and once in CalcGridAreas),
11895         therefore causing two scrollbar resizes (and redraws?) to happen
11896         per grid resize.
11897
11898 2006-08-12  Chris Toshok  <toshok@ximian.com>
11899
11900         * ToolBarButton.cs: redraw the entire button if the theme tells us
11901         to.
11902
11903         * Theme.cs: add ToolBarInvalidateEntireButton.
11904
11905         * ThemeWin32Classic.cs: we don't need to redraw the entire toolbar
11906         buttons, just the border.
11907
11908         * ThemeNice.cs: redraw the entire toolbar button since we need to
11909         draw the highlight image.
11910
11911         * ThemeClearlooks.cs: the rounded corners of toolbar buttons mean
11912         we need to redraw the entire button (not just the border).
11913
11914 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
11915
11916         * TextBoxBase.cs (CalculateScrollbars): Set the proper thumb size
11917           for vertical bars. Fixes the mismatches shown by #78513
11918
11919 2006-08-11  Alexander Olk  <alex.olk@googlemail.com>
11920
11921         * FileDialog.cs: If a saved/remembered path doesn't exist
11922           anymore, fall back to "Desktop".
11923
11924 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
11925
11926         * Form.cs (CreateParams): Don't use Parent.Handle unless we have a
11927           parent. It's apparently legal to not have one
11928         * XplatUIX11.cs:
11929           - SetZOrder: Don't try to set Z-Order on an unmapped window
11930           - CreateWindow: 0,0 are legal coordinates for a window. don't move
11931             it unless the coordinates are negative
11932
11933 2006-08-10  Mike Kestner  <mkestner@novell.com>
11934
11935         * ListControl.cs: allow null for DataSource.  Clear DisplayMember
11936         when setting to null per msdn docs.  Fixes #78854.
11937
11938 2006-08-10  Chris Toshok  <toshok@ximian.com>
11939
11940         * Menu.cs, MainMenu.cs, MenuAPI.cs: get rid of most of the
11941         flickering by setting a clip rectangle on the Graphics when we
11942         need to redraw just a particular menuitem.  Also, rename "OnClick"
11943         to "OnMouseDown" to reflect what it actually is.
11944         
11945         * Form.cs: track the OnMouseDown change.
11946
11947 2006-08-10  Peter Dennis Bartok  <pbartok@novell.com>
11948
11949         * CommonDialog.cs: Properly inherit the CreateParams from the form
11950           and only change what we need. Fixes #78865
11951
11952 2006-08-10  Chris Toshok  <toshok@ximian.com>
11953
11954         * ToolBar.cs, ToolBarButton.cs: fix the redraw-on-highlight
11955         flickering in flat mode (and most of the flickering in general) by
11956         only invalidating the button border (and not the entire rectangle)
11957         when the state changes.  A couple of cases still flicker:
11958         ToggleButtons, and the dropdown arrow case when the user mouse
11959         ups.
11960
11961 2006-08-10  Alexander Olk  <alex.olk@googlemail.com>
11962
11963         * X11Keyboard.cs: Fixed handling of the Del key on the cursorblock
11964           for german keyboards. Numlock state shouldn't affect the behaviour
11965           of the Del key. Fixes bug #78291.
11966
11967 2006-08-10  Chris Toshok  <toshok@ximian.com>
11968
11969         * ListControl.cs: remove the items.Clear line from BindDataItems,
11970         as this is the first thing done by both subclasses in their
11971         SetItemsCore overrides.  Also, add a ItemChanged handler, and when
11972         passed -1, refresh the list.  This gets databinding working when
11973         the datasource is set on the list before the datasource is
11974         populated (as in wf-apps/ReportBuilder.)
11975
11976         * ComboBox.cs: remove the argument to BindDataItems.  This call
11977         should really go away, and be initiated by the ListControl code.
11978
11979         * ListBox.cs: same.
11980
11981 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
11982
11983         * TextControl.cs (Document.ctor): Initialize caret so we don't crash
11984           if no data is in the document when the control is displayed
11985
11986 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com> 
11987
11988         * TextBoxBase.cs: Don't try moving the caret if we don't have a window
11989           yes (fixes #78806)
11990         * TextControl.cs: 
11991           - PositionCaret: Allow positioning of caret but don't call methods 
11992             requiring a handle if the window isn't created yet
11993           - CharIndexToLineTag: Fix ending loop early error. Lines is 1 based
11994           - owner_HandleCreated: Don't position the caret, just update it's 
11995             location. User might have already set a different position
11996
11997 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
11998
11999         * XplatUIWin32.cs: Don't use the desktop as basis for foster-parented
12000           windows. Screws up the returned coordinates for child windows. 
12001           Fixes #78825. I'm hoping this doesn't break something, since the
12002           code was explicitly put in 8 months ago, but no bug was attached.
12003           Menus still seem to work properly.
12004
12005 2006-08-08  Chris Toshok  <toshok@ximian.com>
12006
12007         * DataGrid.cs: make BeginInit/EndInit actually do what they're
12008         supposed to do - delay data binding until the EndInit call.  Also,
12009         make the table style collection's CollectionChangeAction.Refresh
12010         work properly.
12011
12012         * GridTableStylesCollection.cs: raise a CollectionChangeEvent
12013         (with action = Refresh) when a consituent table's MappingName is
12014         changed.
12015
12016 2006-08-08  Chris Toshok  <toshok@ximian.com>
12017
12018         * ToolBarButton.cs: in set_Text, call Parent.Redraw, not
12019         Invalidate, since changing the text can change the size of the all
12020         toolbar buttons.
12021
12022 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
12023
12024         * Form.cs (AddOwnedForm): Still need to add the form to our listif
12025           we don't have it yet
12026
12027 2006-08-08  Chris Toshok  <toshok@ximian.com>
12028
12029         * PrintControllerWithStatusDialog.cs: don't .Close() the status
12030         dialog, as this causes X errors later on, since we actually
12031         destroy the window.  Instead, .Hide() it.
12032
12033 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
12034
12035         * ComboBox.cs: Added focus reflection for popup window
12036         * XplatUIX11.cs: 
12037           - Removed transient setting for non-app windows for now, not sure it
12038             was needed
12039           - Fixed logic checking if we have captions when deciding 
12040             override_redirect, WS_CAPTION is two bits and a 0 check was not
12041             sufficient
12042           - Removed the WINDOW_TYPE stuff, it was unneeded and making things
12043             complicated
12044         * Form.cs: 
12045           - AddOwnedForm: Don't just add the form to the list, call the property
12046             to ensure the driver is informed about the ownership as well
12047           - CreateHandle: Set the TopMost status in the driver if we have an owner
12048         * XplatUI.cs: Fixed debug statement
12049
12050 2006-08-08  Jonathan Pobst <monkey@jpobst.com>
12051         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
12052           GroupBoxRenderer.cs, ProgressBarRenderer.cs, RadioButtonRenderer.cs,
12053           ScrollBarRenderer.cs, TabRenderer.cs, TextBoxRenderer.cs, 
12054           TrackBarRenderer.cs: Make constructor private.
12055         * ProfessionalColors.cs, ProfessionalColorTable.cs: Fix misnamed properties.
12056         * ProfessionalColorTable.cs: Make properties virtual.
12057
12058 2006-08-06  Duncan Mak  <duncan@novell.com>
12059
12060         * NumericUpDown.cs (Value): Don't call OnValueChanged if the value
12061         is not changing.
12062
12063 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
12064         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
12065           GroupBoxRenderer.cs, ProfessionalColors.cs, ProfessionalColorTable.cs,
12066           ProgressBarRenderer.cs, RadioButtonRenderer.cs, ScrollBarRenderer.cs,
12067           TabRenderer.cs, TextBoxRenderer.cs, TextRenderer.cs, TrackBarRenderer.cs:
12068           Initial import of new 2.0 classes.
12069
12070 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
12071         * Application.cs: Add 2.0 VisualStyles properties.
12072
12073 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
12074         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
12075           XplatUIX11.cs: Create property to allow access to existing private
12076           variable "themes_enabled"
12077
12078 2006-08-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12079
12080         * ImageListStreamer.cs: generate the MemoryStreams with the exact BMP
12081         file size, as otherwise our class libraries fail using windows. Fixes
12082         bug #78759.
12083
12084 2006-08-04  Jackson Harper  <jackson@ximian.com>
12085
12086         * Form.cs:
12087         * XplatUIX11.cs: Move the toolwindow window manager creation into
12088         the X11 driver, this way on win32 we can let windows create/handle
12089         the toolwindows.
12090
12091 2006-08-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12092
12093         * PrintDialog.cs: Remove some redundant checks, add some others,
12094         clean some code, and move the focus to the text boxes when the
12095         values are incorrect.
12096
12097 2006-08-04  Alexander Olk  <alex.olk@googlemail.com>
12098
12099         * FontDialog.cs: Remove Form.MinimumSize. It's not needed.
12100
12101 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
12102
12103         * NumericUpDown.cs: Setting the Minimum and Maximum is now
12104           handled correctly. Fixes bug #79001.
12105
12106 2006-08-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12107
12108         * PrintDialog.cs: The "Copies" numeric up down must have
12109         set the Minimum property to 1; only if the value is bigger
12110         than 1, activate "Collate" check box. This is the behaviour of .Net.
12111         Also modify the Document elements only if it is not null.
12112
12113 2006-08-03  Jackson Harper  <jackson@ximian.com>
12114
12115         * TreeNodeCollection.cs: Fix copyto to use the correct nodes
12116         length. (We have a larger array then actual node count).
12117                 
12118 2006-08-03  Jackson Harper  <jackson@ximian.com>
12119
12120         * ComboBox.cs: Don't show selection by default.
12121         - The SelectAll isn't needed here, since the focus code should do
12122         that
12123         - DDL style lists to manual selection drawing, so when they
12124         get/lose focus they have to invalidate.
12125
12126 2006-08-03  Peter Dennis Bartok  <pbartok@novell.com>
12127
12128         * TextBoxBase.cs: Don't always show all selections by default.
12129
12130 2006-08-03  Jonathan Pobst  <monkey@jpobst.com>
12131         * ControlUpdateMode.cs, DataSourceUpdateMode.cs,
12132           HelpNavigator.cs, WebBrowserEncryptionLevel.cs:
12133           Fixed various typos.
12134
12135 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
12136
12137         * Control.cs: Removing the controls in a ControlCollection with
12138           Clear now hides the controls as expected. Fixes bug #78804. 
12139
12140 2006-08-03  Jackson Harper  <jackson@ximian.com>
12141
12142         * Control.cs: Revert previous focus patch, it breaks reflector.
12143
12144 2006-08-03  Jackson Harper  <jackson@ximian.com>
12145
12146         * ComboBox.cs: Cleanup selection and focus with the combobox.
12147         This also eliminates some duplicated keyboard code, since now
12148         everything is handled by the main class.
12149         - Make list selection work on mouse up instead of down, to match
12150         MS.
12151
12152 2006-08-02  Jackson Harper  <jackson@ximian.com>
12153
12154         * Control.cs: Setting focus needs to go through the whole
12155         selection mechanism.
12156
12157 2006-08-02  Chris Toshok  <toshok@ximian.com>
12158
12159         * PrintPreviewDialog.cs: change MinimumSize to use
12160         base.MinimumSize so it works.
12161
12162 2006-08-02  Peter Dennis Bartok  <pbartok@novell.com>
12163
12164         * TextControl.cs:
12165           - UpdateCaret: Added sanity check in case caret isn't defined yet
12166           - Line.Delete: Now updating selection and caret markers if we're
12167             transfering a node (Properly fixes #78323)
12168           - SetSelectionEnd: Added sanity check
12169         * TextBoxBase.cs: Removed broken attempt to fix #78323
12170
12171 2006-08-01  Chris Toshok  <toshok@ximian.com>
12172
12173         * PrintPreviewDialog.cs: the CancelEventArgs stuff surrounding the
12174         Close() call is handled in Form, not here.
12175
12176 2006-08-01  Chris Toshok  <toshok@ximian.com>
12177
12178         * Theme.cs, ThemeWin32Classic.cs: fix the PrintPreviewControl
12179         layout/rendering.
12180
12181         * PrintPreviewDialog.cs: add scrollbars, and add an image cache
12182         for sizes < 100% zoom.  The code now aggressively attempts to keep
12183         from calling document.Print (), and tries not to use the scaling
12184         g.DrawImage whenever possible (it still does if you scale to >
12185         100%, since usually that involves huge images).
12186
12187         * PrintPreviewControl.cs: hook up the close button.
12188
12189 2006-08-01  Jonathan Pobst  <monkey@jpobst.com>
12190         * ColumnClickEventHandler.cs, DrawItemEventHandler.cs,
12191           ItemChangedEventHandler.cs, ItemCheckEventHandler.cs,
12192           ItemDragEventHandler.cs, LabelEditEventHandler.cs,
12193           LinkClickedEventHandler.cs, LinkLabelLinkClickedEventHandler.cs,
12194           MeasureItemEventHandler.cs, MethodInvoker.cs, PaintEventHandler.cs,
12195           PropertyTabChangedEventHandler.cs, PropertyValueChangedEventHandler.cs,
12196           SelectedGridItemChangedEventHandler.cs, ToolBarButtonClickEventHandler.cs:
12197           Removed [Serializable] for 2.0 Event Handlers.
12198
12199 2006-07-31  Jackson Harper  <jackson@ximian.com>
12200
12201         * TextBoxBase.cs: Make ShowSelection invalidate when changed.
12202         * TextControl.cs: Uncomment out the body of this method.
12203
12204 2006-07-31  Alexander Olk  <alex.olk@googlemail.com>
12205
12206         * XplatUIX11.cs: Use the correct cursor shapes for arrow and default
12207           standard cursors.
12208
12209 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
12210
12211         * TextBoxBase.cs: Added internal property ShowSelection to allow controls
12212           that embed TextBox and need selections visible even if textbox is not
12213           focused to enforce that behaviour.
12214         * TextControl.cs (Draw): Use ShowSelection instead of has_focus to determine
12215           selection drawing
12216
12217 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
12218
12219         * TextControl.cs:
12220           - Added new SetSelectionStart/SetSelectionEnd overloads
12221           - Fixed viewport width assignment to be accurate
12222           - Adjusted alignment line shift calculations to allow cursor on right
12223             aligned lines to be always visible at the right border (like MS)
12224         * TextBoxBase.cs:
12225           - SetBoundsCore: Re-adjust caret location after resize (Fixes #78323)
12226           - TextBoxBase_SizeChanged: recalculating canvas on size changes
12227           - CalculateScrollBars: Use ViewPort size instead of window size, to
12228             properly consider space occupied by the border and scrollbars 
12229             (Fixes #78661)
12230           - hscroll_ValueChanged, vscroll_ValueChanged: Fixed scroll 
12231             calculations; no longer leaves artifacts
12232           - CaretMoved: Adjusted window scrolling to match MS and fixed several
12233             calculation bugs (Still missing right/center align calculations)
12234
12235 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com> 
12236
12237         * XPlatUIWin32.cs: Made ScrollRectEx a bit more flexible, and removed
12238           use of both scroll rect and clip rect, as they do the same.
12239
12240 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
12241
12242         * Control.cs (WM_CHAR WndProc): 2.0 profile allows changing the key 
12243           in the event handler (fixes #78912)
12244
12245 2006-07-31  Chris Toshok  <toshok@ximian.com>
12246
12247         * ThemeWin32Classic.cs: use grid.RowsCount here instead of
12248         grid.ListManager.Count, since grid.ListManager might be null.
12249         This of course begs the question "why are we drawing rows for a
12250         grid with no list manager (and therefor no rows)?"  Fixes the
12251         crash in bug #78929.
12252
12253 2006-07-31  Chris Toshok  <toshok@ximian.com>
12254
12255         * RelatedPropertyManager.cs: Don't always chain up to the parent
12256         ctor.  instead, call SetDataSource if the parent's position is !=
12257         -1.  Fixes the crash in #78822.
12258
12259 2006-07-31  Chris Toshok  <toshok@ximian.com>
12260
12261         * DataGrid.cs (get_ListManager): use field instead of property
12262         accessors for datasource and datamember.
12263         (RowsCount): make internal again.
12264         (OnMouseDown): end edits before resizing columns/rows.
12265         (OnMouseUp): restart edits after resizing columns/rows.
12266
12267 2006-07-30  Peter Dennis Bartok  <pbartok@novell.com>
12268
12269         * XplatUIX11.cs: Default cursor cannot be 0 or it will not get set.
12270           This fixes the situation where the last set cursor is displayed
12271           whenever the mouse is over scrollbars.
12272
12273 2006-07-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12274
12275         * PrintDialog.cs: Fix the behaviour of PrinterSettings and
12276         Document properties, as well as initial values.
12277
12278 2006-07-29  Peter Dennis Bartok  <pbartok@novell.com>
12279
12280         * XplatUIWin32.cs (SetBorderStyle): Setting both border
12281           and ClientEdge results in a 3-pixel border, which is
12282           wrong.
12283
12284 2006-07-28  Jackson Harper  <jackson@ximian.com>
12285
12286         * TreeNodeCollection.cs: Fix the clear method.
12287         - Fix the Shrink also
12288
12289 2006-07-27  Jackson Harper  <jackson@ximian.com>
12290
12291         * TreeView.cs: Make sure the visible order is computed when we
12292         attempt to size the scrollbars (for trees that mess with the
12293         scrolling when they shouldn't.
12294         - Make sure to give the scrollbars valid values.
12295
12296 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
12297
12298         * XplatUIX11.cs: Move motion compression code to where it
12299           has less performance impact
12300
12301 2006-07-26  Jackson Harper  <jackson@ximian.com>
12302
12303         * UpDownBase.cs: When the control is selected make the child
12304         controls non selectable, so that a click on them won't do a
12305         focus/unfocus cycle.
12306         - Don't give focus to the text box when the spinner is selected.
12307         * XEventQueue.cs: Peek on both the x11 queue and the lock queue.
12308
12309 2006-07-26  Chris Toshok  <toshok@ximian.com>
12310
12311         * ThemeWin32Classic.cs: add print preview rendering.  I'm not
12312         satisfied with this solution.  If the bitmaps are small, we should
12313         just cache them in the PrintPreviewDialog and draw them here.
12314         Also, the layout is broken for the 2-up and 3-up cases.
12315
12316         * Theme.cs: add PrintPReviewControlPaint.
12317
12318         * PrintPreviewDialog.cs: first pass implementation.
12319
12320         * PrintPreviewControl.cs: first pass implementation.  No
12321         scrollbars yet.
12322
12323         * PrintDialog.cs: only validate fields if that particular portion
12324         of the UI is enabled.  Also, set the document's controller to a
12325         PrintControllerWithStatusDialog wrapping the document's print
12326         controller.
12327
12328         * PrintControllerWithStatusDialog.cs: if we're printing to a file,
12329         bring up a SaveFileDialog (i hope we don't want to match the
12330         behavior of the crappy windows file entry) and set the
12331         PrinterSettings.PrintFileName accordingly.
12332
12333 2006-07-26  Jackson Harper  <jackson@ximian.com>
12334
12335         * ContainerControl.cs: Add a field that disables auto selecting
12336         the next control in a container when the container is activated.
12337         * UpDownBase.cs: Don't select the text box when the up down is
12338         selected.
12339
12340 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
12341
12342         * XEventQueue.cs: Added methods for peeking (used for compression
12343           of successive events)
12344         * XplatUIX11.cs (GetMessage): We're now compressing consecutive
12345           mouse move events (fixes #78732)
12346
12347 2006-07-25  Jackson Harper  <jackson@ximian.com>
12348
12349         * UpDownBase.cs: Use an internal class for the textbox so that we
12350         can control focus.  the updown control should always have focus,
12351         if either the text area or the buttons are clicked.
12352         - Send the key messages to the textbox, since it never actually
12353         has focus
12354         - Activate and decativate the textbox caret.
12355
12356 2006-07-24  Jackson Harper  <jackson@ximian.com>
12357
12358         * Control.cs: Use the directed select when selecting a control,
12359         this way the container controls override will get called and the
12360         whole ActiveControl chain will get triggered.  TODO: probably need
12361         to make sure this gets done everywhere instead of the old
12362         Select(Control).
12363         * ContainerControl.cs: Implement the directed Select method to
12364         find and activate the correct child control.    
12365         
12366 2006-07-22  Mike Kestner  <mkestner@novell.com>
12367
12368         * Form.cs: use Control.MousePosition for NCLBUTTONDOWN in the menu
12369         menu handling code so that clicks without a grab work too.
12370         [Fixes #78914]
12371
12372 2006-07-22  Alexander Olk  <alex.olk@googlemail.com>
12373
12374         * FileDialog.cs: Enable the BackButton when dirstack has one element.
12375           Added some small optimizations.
12376
12377 2006-07-21  Matt Hargett  <matt@use.net>
12378
12379         * Control.cs: Implemented 2.0 MinimumSize/MaximumSize properties
12380
12381 2006-07-21  Peter Dennis Bartok  <pbartok@novell.com> 
12382
12383         * Control.cs (GetNextControl): Fixes to make all of Jackson's unit 
12384           tests pass and match MS in some strange border cases.
12385
12386 2006-07-21  Chris Toshok  <toshok@ximian.com>
12387
12388         * ThemeWin32Classic.cs: handle drawing of the relation links and
12389         parent row buttons.
12390
12391         * Theme.cs: change args to DataGridPaintParentRow.
12392
12393         * DataGrid.cs: Don't use controls for the relation links and
12394         parent buttons, so we have to handle all their interactions in
12395         MouseMove, MouseDown, MouseUp, etc.  Also, store a lot more stuff
12396         when we're navigating through child tables, so we can reinstate
12397         selection, expanded state, current cell, etc.
12398
12399 2006-07-20  Chris Toshok  <toshok@ximian.com>
12400
12401         * ToolBar.cs: When we redraw a button, for whatever reason,
12402         there's no reason to redraw the entire toolbar.  Also, don't call
12403         Control.Refresh from within Redraw, as it's much heavier than
12404         Invalidate (which is really what we want).
12405
12406 2006-07-20  Chris Toshok  <toshok@ximian.com>
12407
12408         * DataGrid.cs, CurrencyManager.cs, DataGridColumnStyle.cs,
12409         DataGridTextBoxColumn.cs, DataGridTextBox.cs,
12410         ThemeWin32Classic.cs, ListControl.cs: After staring at stack
12411         traces from within a debug IBindingList datasource
12412         (in mono/winforms/datagrid) for *days*, I've finally gotten things
12413         to work in a similar fashion.
12414
12415 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12416
12417         * ListBox.cs: Don't call Sort () when setting 
12418         the Sorted property to false (avoid an unnecessary sort).
12419
12420 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12421
12422         * ListControl.cs: DataSource should throw an ArgumentException
12423         instead of a normal exception when the argument is not of the 
12424         correct type.
12425
12426 2006-07-20  Mike Kestner  <mkestner@novell.com>
12427
12428         * Control.cs: add InternalPreProcessMessage to allow us to steal
12429         key events before MWF gets its paws on them.  Adapted from a
12430         suggestion by eno.
12431         * ToolBar.cs: add GotLostFocus handing for flat toolbars, with 
12432         up/down/left/right navigation. Override the new internal control
12433         method to steal the events since they never make it to WndProc.
12434         * ToolBarButton.cs: don't worry about pushed when setting hilight
12435         since the drawing code prefers pushed to hilight. Invalidate on 
12436         Hilight changes. Fixes #78547 and #78525.
12437
12438 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
12439
12440         * ScrollableControl.cs: Consider AutoScrollMinSize when calculating
12441           the canvas size. Fixes #78868
12442
12443 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com>
12444
12445         * Splitter.cs: Track requested split position until first layout
12446           is performed. Fixes #78871
12447
12448 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
12449
12450         * Application.cs: Removed code that forces 1.x for the version
12451           number if the version started with 0. Not sure why that code was
12452           there and I couldn't find any bugs that indicated we needed it.
12453           Fixes #78869
12454
12455 2006-07-20  Alexander Olk  <alex.olk@googlemail.com>
12456
12457         * ThemeWin32Classic.cs: Don't throw a NotImplementedException in
12458           ResetDefaults(), just write some output to the console until it's
12459           implemented. Fixes bug #78907 for now. Eliminated two warnings.
12460
12461 2006-07-19  Jonathan Chambers  <joncham@gmail.com>
12462
12463         * PropertyGridView.cs: set StartPosition of drop down forms
12464         so they appear in correct initial spot.  Fixes #78190.
12465
12466 2006-07-19  Mike Kestner  <mkestner@novell.com>
12467
12468         * ThemeWin32Classic.cs: use parent background color when drawing
12469         flat toolbars.  Restructure the conditionals to make sure non-flat
12470         non-Divider toolbars are filled too.  Fixes #78837.
12471
12472 2006-07-19  Mike Kestner  <mkestner@novell.com>
12473
12474         * ListBox.cs: Sort on collection changes even if the handle
12475         isn't created yet.  Fixes #78813.
12476
12477 2006-07-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12478
12479         * ListControl.cs: DisplayMember should never be null,
12480         and now we assign String.Empty when null is passed to it (this
12481         is the .Net way).
12482
12483 2006-07-17  Mike Kestner  <mkestner@novell.com>
12484
12485         * ListViewItem.cs: restructure Font and subitem Font handling 
12486         to hold a specific font and refer back to owner on null.
12487         Fixes #78761.
12488
12489 2006-07-17  Mike Kestner  <mkestner@novell.com>
12490
12491         * ToolBar.cs: bandaid for side-effect of previous patch which was
12492         discarding explicit heights for non-AutoSize toolbars.  Need to
12493         extend my format tester to deal with AutoSize=false. Fixes #78864.
12494
12495 2006-07-15  Jackson Harper  <jackson@ximian.com>
12496
12497         * LabelEditTextBox.cs:
12498         * TreeView.cs: Use a new LabelEdit class for node editing, this
12499         class automatically 'closes' itself when it gets the enter key or
12500         loses focus.
12501         - Use the client rectangle when setting the trees scrollbars, so
12502         border style is taken into account.
12503         
12504 2006-07-14  Jackson Harper  <jackson@ximian.com>
12505
12506         * TreeNode.cs:
12507         * TreeView.cs: Make the editing work similar to MSs, firing the
12508         events correctly and ending edits correctly.
12509
12510 2006-07-14  Mike Kestner  <mkestner@novell.com>
12511
12512         * ToolBarButton.cs:
12513         * ToolBar.cs: layout restructuring and redraw enhancements to support
12514         formatting changes gracefully, like setting TextAlign, ImageList, 
12515         ButtonSize, and Appearance.  Handles explicit button sizing quirks
12516         of the MS controls.  Things like flat toolbars ignoring button size
12517         but becoming constant sized at the largest button's size.  Normal
12518         toolbars with an image set cannot be shrunk smaller than the image,
12519         but text can be clipped/ignored.
12520         * ThemeWin32Classic.cs: don't draw text if text_rect height or width
12521         is zero.  Seems like DrawString should be smart enough to not put
12522         anything on screen though. Also trim labels and ellipsize at the char
12523         boundary, not word.
12524         Fixes #78711 and #78483.
12525
12526 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
12527
12528         * FolderBrowserDialog.cs: Disable "New Folder" button and
12529           "New Folder" contextmenu menuitem if a folder like "My Computer"
12530           is selected.
12531
12532 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
12533
12534         * FileDialog.cs: Don't create a new folder in "MyComputer" folder.
12535         * FolderBrowserDialog.cs:
12536           - Use MWFConfig to store and read size and position settings
12537           - Added code to create a new folder (button or context menu).
12538             Use TreeView labeledit to change the name of the new folder.
12539
12540 2006-07-14  Jackson Harper  <jackson@ximian.com>
12541
12542         * TreeView.cs: Raise the OnAfterLabelEdit event correctly.  Also,
12543         when the tree is scrolled we end editing.
12544
12545 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
12546
12547         * ThemeWin32Classic.cs: Fixed position of CPDrawScrollButton Up and
12548           Down arrows
12549
12550 2006-07-14  Jonathan Pobst  <monkey@ipobst.com> 
12551
12552         WebBrowserProgressChangedEventHandler.cs, BindingCompleteEventArgs.cs,
12553         BindingCompleteEventHandler.cs, BindingManagerDataErrorEventArgs.cs,
12554         BindingManagerDataErrorEventHandler.cs, CacheVirtualItemsEventArgs.cs,
12555         CacheVirtualItemsEventHandler.cs, ColumnReorderedEventArgs.cs,
12556         ColumnReorderedEventHandler.cs, ColumnWidthChangedEventArgs.cs,
12557         ColumnWidthChangedEventHandler.cs, ColumnWidthChangingEventArgs.cs,
12558         ColumnWidthChangingEventHandler.cs, FormClosedEventArgs.cs,
12559         FormClosedEventHandler.cs, FormClosingEventArgs.cs,
12560         FormClosingEventHandler.cs, ItemCheckedEventArgs.cs,
12561         ItemCheckedEventHandler.cs, ListControlConvertEventArgs.cs,
12562         ListControlConvertEventHandler.cs, ListViewItemMouseHoverEventArgs.cs,
12563         ListViewItemMouseHoverEventHandler.cs, ListViewItemSelectionChangedEventArgs.cs,
12564         ListViewItemSelectionChangedEventHandler.cs,
12565         ListViewVirtualItemsSelectionRangeChangedEventArgs.cs,
12566         ListViewVirtualItemsSelectionRangeChangedEventHandler.cs,
12567         MaskInputRejectedEventArgs.cs, MaskInputRejectedEventHandler.cs,
12568         PopupEventArgs.cs, PopupEventHandler.cs, PreviewKeyDownEventArgs.cs,
12569         PreviewKeyDownEventHandler.cs, RetrieveVirtualItemEventArgs.cs,
12570         RetrieveVirtualItemEventHandler.cs, SearchForVirtualItemEventArgs.cs,
12571         SearchForVirtualItemEventHandler.cs, SplitterCancelEventArgs.cs,
12572         SplitterCancelEventHandler.cs, TabControlCancelEventArgs.cs, 
12573         TabControlCancelEventHandler.cs, TabControlEventArgs.cs, 
12574         TabControlEventHandler.cs, TableLayoutCellPaintEventArgs.cs,
12575         TableLayoutCellPaintEventHandler.cs, ToolStripDropDownClosedEventArgs.cs,
12576         ToolStripDropDownClosedEventHandler.cs, ToolStripDropDownClosingEventArgs.cs,
12577         ToolStripDropDownClosingEventHandler.cs, TreeNodeMouseClickEventArgs.cs,
12578         TreeNodeMouseClickEventHandler.cs, TreeNodeMouseHoverEventArgs.cs,
12579         TreeNodeMouseHoverEventHandler.cs, TypeValidationEventArgs.cs,
12580         TypeValidationEventHandler.cs, WebBrowserDocumentCompletedEventArgs.cs,
12581         WebBrowserDocumentCompletedEventHandler.cs, WebBrowserNavigatedEventArgs.cs,
12582         WebBrowserNavigatedEventHandler.cs, WebBrowserNavigatingEventArgs.cs,
12583         WebBrowserNavigatingEventHandler.cs, 
12584         WebBrowserProgressChangedEventArgs.cs: New 2.0 Event Handlers
12585
12586 2006-07-14  Jonathan Pobst  <monkey@ipobst.com>
12587
12588         MergeAction.cs, PowerLineStatus.cs, PowerState.cs, PreProcessControlState.cs,
12589         RichTextBoxLanguageOptions.cs, ScreenOrientation.cs, ScrollOrientation.cs,
12590         SearchDirectionHint.cs, SystemParameter.cs, TabControlAction.cs,
12591         TableLayoutPanelCellBorderStyle.cs, TextDataFormat.cs, TextImageRelation.cs,
12592         ToolStripDropDownCloseReason.cs, ToolStripDropDownDirection.cs,
12593         ToolStripGripDisplayStyle.cs, ToolStripGripStyle.cs,
12594         ToolStripItemAlignment.cs, ToolStripItemDisplayStyle.cs,
12595         ToolStripItemImageScaling.cs, ToolStripItemOverflow.cs,
12596         ToolStripItemPlacement.cs, ToolStripLayoutStyle.cs,
12597         ToolStripManagerRenderMode.cs, ToolStripRenderMode.cs,
12598         ToolStripStatusLabelBorderSides.cs, ToolStripTextDirection.cs,
12599         ToolTipIcon.cs, TreeNodeStates.cs, TreeViewDrawMode.cs,
12600         TreeViewHitTestLocations.cs, UnhandledExceptionMode.cs, ValidationConstraints.cs,
12601         WebBrowserEncryptionLevel.cs, WebBrowserReadyState.cs, WebBrowserRefreshOption.cs,
12602         ArrowDirection.cs, AutoCompleteMode.cs, AutoCompleteSource.cs, AutoSizeMode.cs,
12603         AutoValidate.cs, BatteryChargeStatus.cs, BindingCompleteContext.cs,
12604         BindingCompleteState.cs, CloseReason.cs, ColumnHeaderAutoResizeStyle.cs,
12605         ControlUpdateMode.cs, DataSourceUpdateMode.cs, DockingBehavior.cs,
12606         FixedPanel.cs, FlowDirection.cs, GetChildAtPointSkip.cs,
12607         HtmlElementInsertionOrientation.cs, InsertKeyMode.cs, ListViewHitTestLocations.cs,
12608         ListViewItemStates.cs, MaskFormat.cs: Added
12609
12610 2006-07-13  Jonathan Chambers  <joncham@gmail.com>
12611
12612         * PropertyGridView.cs: Fix keyboard navigation of drop down.
12613         Patch from eno for bug 78558.
12614         
12615 2006-07-13  Jackson Harper  <jackson@ximian.com>
12616
12617         * TreeView.cs: When an edit is finished make sure that the
12618         selected node is visible.
12619         - When setting the top/bottom use the scrollbars is_visible, so
12620         everything will be set correctly even if the tree isn't visible
12621         yet.
12622
12623 2006-07-13  Jackson Harper  <jackson@ximian.com>
12624
12625         * ComboBox.cs: Revert the item->index part of my previous patch.
12626         * TreeView.cs: Use LostFocus instead of Leave for detecting when
12627         the edit box has lost focus (duh).
12628         - Just make the edit box not visible when we get return, that will
12629         take the focus, which will call EndEdit
12630         * TreeNode.cs When we start editing, notify the treeview.
12631
12632 2006-07-12  Jackson Harper  <jackson@ximian.com>
12633
12634         * ComboBox.cs: Clear out old items before setting the item list.
12635         This prevents databound controls from having their items added
12636         twice.
12637         - Switch the combobox to use indices whereever possible instead of
12638         using Item's.  This allows usto navigate through lists that have
12639         more then one item with the same string value (ie a, b, b, a).
12640         - Scroll the listboxes scrollbar when a non visible item is
12641         highlighted
12642         - Allow keypress to cycle through all the possible values. For
12643         example if you have b1, b2, b3 and hold down the B key all the
12644         values will be cycled through.
12645         
12646 2006-07-12  Jackson Harper  <jackson@ximian.com>
12647
12648         * TextBoxBase.cs:
12649         * ListView.cs: Don't need to override SETFOCUS anymore, we can do
12650         this using the internal methods.
12651         * Control.cs: Add OnGotFocusInternal.  A new method that allows
12652         controls to "override" OnGotFocus and change focus behavior if
12653         needed.
12654         - Same thing for LostFocus
12655         * ComboBox.cs: Pass off focus to the text control properly.
12656
12657 2006-07-12  Alexander Olk  <alex.olk@googlemail.com>
12658
12659         * FileDialog.cs: Added GetFoldersOnly to MWFVFS
12660         * FolderBrowserDialog.cs: Almost a complete rewrite.
12661           - Better support for Environment.Specialfolders
12662           - Added support for MWFVFS
12663           - Made setting SelectedPath work
12664
12665 2006-07-12  Jackson Harper  <jackson@ximian.com>
12666
12667         * Control.cs: Optimze getting all the controls.
12668
12669 2006-07-11  Jackson Harper  <jackson@ximian.com>
12670
12671         * ContainerControl.cs: Override SETFOCUS in the container control,
12672         so that it is not selected on mouse click.
12673
12674 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com> 
12675
12676         * LinkLabel.cs: Hack to handle Shift-Tabbing to the linklabel. 
12677           Hopefully we will have a better way once all of focus is complete.
12678
12679 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com>
12680
12681         * ThemeWin32Classic.cs: Commented out some debug code and fixed
12682           a compile error with csc.
12683
12684 2006-07-11  Jackson Harper  <jackson@ximian.com>
12685
12686         * Control.cs: When hiding a control only select the next control
12687         if the current control was focused.
12688         - Don't handle enter/leave when setting/killing focus, this is
12689         done by the container control.
12690         - Remove is_selected, it's not needed anymore.
12691         - Add utility methods for selecting a child control, and for
12692         firing the Enter/Leave events.
12693         * ContainerControl.cs: When a control is activated fire the
12694         enter/leave events.
12695         - Don't wrap when processing the tab key, so that focus can be
12696         moved outside of the container.
12697         - Use the correct active control
12698
12699 2006-07-11  Jackson Harper  <jackson@ximian.com>
12700
12701         * ComboBox.cs: Remove some debug code that was blinding me.
12702         * UpDownBase.cs: These controls actually aren't implicit, they are
12703         visible to the user.
12704
12705 2006-07-10  Chris Toshok  <toshok@ximian.com>
12706
12707         * DataGrid.cs: move back to the is_adding boolean field.  god i
12708         hate this is_editing/is_adding/is_changing stuff.
12709
12710 2006-07-10  Chris Toshok  <toshok@ximian.com>
12711
12712         * DataGridTableStyle.cs: just check if the property type is bool.
12713         if it is, use DataGridBoolColumn, otherwise DataGridTextBoxColumn.
12714         Don't use CanRenderType.
12715
12716         * DataGridTextBoxColumn.cs: set the value to DBNull.Value, not "",
12717         if our text == NullText.  Remove CanRenderType.
12718
12719         * DataGridBoolColumn.cs: nuke CanRenderType.
12720
12721         * DataGrid.cs: reenable some code to end the current edit inside
12722         of set_CurrentCell.  This fixes the other 1.1.16 regression.
12723         Also, remove rowhdrs_maxheight and just use rowhdrs_area.Height.
12724         Also, remove the visible_row_count arg from CalcRowHeaders, since
12725         we don't need to worry about the actual height of the area.
12726
12727 2006-07-10  Chris Toshok  <toshok@ximian.com>
12728
12729         * DataGridTextBoxColumn.cs: if when we Commit we're in navigate
12730         mode, just return.
12731
12732         * DataGridTextBox.cs: change "isedit" to "isnavigating" to reflect
12733         the real sense of the IsInEditOrNavigateMode property (true =
12734         navigate, false = edit).  Also, update OnKeyPress to reflect this.
12735
12736         * DataGridTableStyle.cs (CreateColumnsForTable): even if the
12737         column style exists, we still need to set its property descriptor
12738         to match up with our list manager.
12739
12740 2006-07-10  Chris Toshok  <toshok@ximian.com>
12741
12742         * ThemeWin32Classic.cs: implement the new row/header painting
12743         approach.  The parent row painting will likely go away and
12744         replaced with label controls, but the rest seems to work ok (and
12745         efficiently).
12746
12747         * Theme.cs: change the way we draw datagrid rows.  we don't draw
12748         the row headers as a block now.  Instead we draw them in the
12749         normal draw-row loop.  Add some calls for drawing parent rows and
12750         relation rows.
12751
12752         * DataGridTableStyle.cs: add tons of ArgumentExceptions if this is
12753         a default table style.  Set the defaults from ThemeEngine.Current,
12754         not SystemColors.  Fix lots of misc issues with property setters.
12755
12756         * DataGrid.cs: move loads of style information out of this class
12757         as it's being duplicated with DataGridTableStyle.  keep track of a
12758         special DataGridTableStyle for the properties we used to mirror
12759         here.  Switch all the style properties to access this table style
12760         instead of instance fields of this class.  Also add a internal
12761         class to represent parent rows (more needs to be stored here, like
12762         the selection state from the parent table, as well as the
12763         expansion state.)  Also, for datasources with relations, do the
12764         right thing for collapse/expand, and add support for the
12765         navigation/parent row buttons.
12766
12767         Lastly, fix the crash in the 1.1.16 build.
12768
12769         * GridTableStylesCollection.cs: make the explicit interface
12770         implementations call the class's methods as opposed to duplicating
12771         them.
12772
12773         * DataGridTextBoxColumn.cs: set the x/y offset of the textfield to
12774         0 so the text doesn't jump around when we move the cursor.
12775
12776 2006-07-10  Jackson Harper  <jackson@ximian.com>
12777
12778         * TextBoxBase.cs:
12779         * ListBox.cs: Match MS's ToString (this makes debugging focus
12780         stuff infinitely easier).
12781
12782 2006-07-10  Jackson Harper  <jackson@ximian.com>
12783
12784         * Control.cs (SelectNextControl): When checking the control's
12785         parent use this instead of ctrl.parent so that null can be passed
12786         to SelectNextControl. (I have unit tests for this).
12787         - Remove unused var.
12788
12789 2006-07-10  Chris Toshok  <toshok@ximian.com>
12790
12791         * CurrencyManager.cs: correct one regression, the removal of the
12792         finalType field.  Also, add a MonoTODO on CanAddRows, implement
12793         Refresh() correctly, and fix some event emission in
12794         ListChangedHandler.
12795
12796 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
12797
12798         * FileDialog.cs: Don't use brackets for new folders if they exist
12799           under *nix. Instead use -(number of existing folders +1).
12800
12801 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
12802
12803         * FileDialog.cs:
12804           - Fixed really nasty bug #78771
12805           - Don't block the whole GUI when reading directories with a lot of
12806             entries. Use an other thread instead and call BeginInvoke to
12807             update the ListView in MWFFileView
12808
12809 2006-07-07  Chris Toshok  <toshok@ximian.com>
12810
12811         * Control.cs (Dispose): release any Capture when disposing.
12812
12813 2006-07-07  Chris Toshok  <toshok@ximian.com>
12814
12815         * LinkLabel.cs (Select): if we chain up to the parent, set
12816         focused_index to -1 so we'll search for the first available link
12817         the next time the user tabs into us.  Also, if the direction is
12818         backward and focused_index == -1, start the search from the last
12819         element.
12820
12821 2006-07-07  Chris Toshok  <toshok@ximian.com>
12822
12823         * LinkLabel.cs (CreatePiecesFromText): if the link's range piece
12824         is beyond the end of the text, don't do anything.
12825         (CreateLinkPieces): set our ControlStyles.Selectable based on
12826         whether or not we have any links.
12827         (Link.Invalidate): use a loop instead of foreach.
12828         (Link.set_Start): null out owner.sorted_links so it'll be
12829         recreated by CreateLinkPieces.
12830
12831 2006-07-06  Chris Toshok  <toshok@ximian.com>
12832
12833         * LinkLabel.cs: revert the SetStyle change.
12834
12835 2006-07-06  Chris Toshok  <toshok@ximian.com>
12836
12837         * LinkLabel.cs (.ctor): SetStyle Selectable to true.
12838         (OnEnableChanged): s/Refresh/Invalidate
12839         (OnGotFocus): if we have a focused index already, refocus it (so
12840         if we mouse out/in to the window it'll focus the right link).
12841         (OnKeyDown): move the tab handling out of here.
12842         (OnLostFocus): don't set focused_index to -1, so we can refocus it
12843         when we lose focus.
12844         (OnMouseDown): don't Capture here - Control handles it.  Also,
12845         focus the active link.
12846         (OnMouseUp): don't deal with Capture.
12847         (OnPaintBackgroundInternal): remove.
12848         (OnTextAlignChanged): CreateLinkPieces before calling the
12849         superclass's method.
12850         (OnTextChanged): call CreateLinkPieces before calling superclass's
12851         method.
12852         (ProcessDialogKey): handle Tab here, and call Select(bool,bool) to
12853         move around.
12854         (Select): implement this, moving the selection between different
12855         links, and call parent.SelectNextControl if we don't have another
12856         link to focus in the given direction.
12857         (CreateLinkPieces): call Invalidate instead of Refresh.
12858         
12859 2006-07-06  Chris Toshok  <toshok@ximian.com>
12860
12861         * ThemeWin32Classic.cs: DrawLinkLabel changes to accomodate the
12862         new LinkLabel internals.
12863
12864         * LinkLabel.cs: fairly major rewrite.  get rid of all the loops
12865         over pieces looking for active/focused/etc links.  also, deal with
12866         runs of text (and links) with embedded \n's in them, and use
12867         MeasureCharacterRanges instead of MeasureString to figure out the
12868         regions text occupies.  Lastly, do the usual s/Refresh/Invalidate
12869         two-step.
12870
12871 2006-07-04  Jackson Harper  <jackson@ximian.com>
12872
12873         * XplatUIX11.cs: Enable key auto repeat. If the user doesn't have
12874         XKB or key auto repeat, do it manually.  Without key auto repeat,
12875         when a key is held down we get key press, key release, key press,
12876         key release, ... with auto repeat we get key press, key press, key
12877         press ..., and then a release when the key is actually released.
12878
12879 2006-07-03  Jackson Harper  <jackson@ximian.com>
12880
12881         * TabControl.cs:
12882         * ThemeWin32Classic.cs: Tabs do not obey normal background color
12883         rules, they are always control color regardless of the background
12884         color.
12885
12886 2006-07-02  Alexander Olk  <alex.olk@googlemail.com>
12887
12888         * FileDialog.cs: Added internal class MWFConfig.
12889           Removed Registry support and replaced it with support for the new
12890           MWFConfig class. See MWFConfig comments for more information.
12891
12892 2006-06-30  Alexander Olk  <alex.olk@googlemail.com>
12893
12894         * ThemeWin32Classic.cs: Added RadioButton and CheckBox focus
12895           rectangle. Added some patches from eno from bug #78490 and fixed
12896           the arrow position for small up and down CPDrawScrollButtons.
12897
12898 2006-06-30  Jackson Harper  <jackson@ximian.com>
12899
12900         * InternalWindowManager.cs: Remove some debug code.
12901         * Form.cs: When an MdiParent is set to null, the window is
12902         "detatched" and becomes a normal window.
12903         * MdiClient.cs: Don't bring the new child form to the front until
12904         it is activated (setting it as active does this), this makes the
12905         previously active forms titlebar get redrawn as inactive.
12906
12907 2006-06-29  Peter Dennis Bartok  <pbartok@novell.com>
12908
12909         * PrintDialog.cs: Labels need a tab index too, otherwise they overlap
12910           with later controls
12911
12912 2006-06-29  Mike Kestner  <mkestner@novell.com>
12913
12914         * MenuAPI.cs: handle arrow keys in keynav state. Go active on down
12915         arrow in keynav state.  Fixes #78682.
12916
12917 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
12918
12919         * PrintDialog.cs: Reorder, relayout, remove extra code, set tab 
12920           order (fixes #78393)
12921
12922 2006-06-28  Jonathan Pobst  <monkey@ipobst.com>
12923
12924         * AccessibleRole.cs, AccessibleStates.cs, AnchorStyles.cs, 
12925           ArrangeDirection.cs, ArrangeStartingPosition.cs, ColorDepth.cs,
12926           ControlStyles.cs, DataGridViewImageCellLayout.cs, DrawMode.cs,
12927           FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs,
12928           GridItemType.cs, HelpNavigator.cs, ImeMode.cs, ItemActivation.cs,
12929           ItemBoundsPortion.cs, Keys.cs, ListViewAlignment.cs, 
12930           PictureBoxSizeMode.cs, PropertySort.cs, SelectionMode.cs,
12931           Shortcut.cs, SizeGripStyle.cs, SortOrder.cs, StructFormat.cs,
12932           TextFormatFlags.cs, ToolBarAppearance.cs, ToolBarButtonStyle.cs,
12933           ToolBarTextAlign.cs, View.cs: 2.0 Changes to existing 1.x
12934           enumerations (FlagsAttribute, SerializableAttribute, added/removed
12935           values)
12936
12937 2006-06-28  Mike Kestner  <mkestner@novell.com>
12938
12939         * ComboBox.cs: implement scroll wheel support. Fixes #78360.
12940
12941 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
12942
12943         * PropertyGrid.cs,
12944           PropertyGridTextBox.cs : explicitly set BackColor to differentiate
12945           item lines from other area (It also makes BackColor consistent and
12946           compatible with .NET). Fixed bug #78564.
12947
12948 2006-06-28  Jonathan Chambers  <jonathan.chambers@ansys.com>
12949
12950         * PropertyGrid.cs: refresh toolbar when PropertySort is set.
12951         Patch from Eno for #78555.
12952
12953 2006-06-27  Chris Toshok  <toshok@ximian.com>
12954
12955         * ThemeWin32Classic.cs: s/grid.grid_drawing/grid
12956
12957         * DataGridColumnStyle.cs: same.
12958
12959         * DataGrid.cs: Roll DataGridDrawingLogic.cs into this file.
12960         
12961         * DataGridDrawingLogic.cs: nuke.
12962
12963 2006-06-27  Chris Toshok  <toshok@ximian.com>
12964
12965         * DataGridTableStyle.cs: clean up the constructors, and build the
12966         list of child relations for this table.  I have no idea if this is
12967         where we should be doing it (it probably isn't), but since we're
12968         already iterating over the properties..
12969
12970         * DataGrid.cs: add row resizing.  for now we add a DataGridRow
12971         struct and array for keeping track of row information, similar to
12972         what's shown in a hack on
12973         http://www.syncfusion.com/FAQ/WindowsForms/FAQ_c44c.aspx.
12974
12975         * Theme.cs: be consistent about the naming of DataGrid methods,
12976         prefering ColumnWidths and RowHeights over columnsWidths and
12977         RowsHeights.
12978
12979         * ThemeWin32Classic.cs: same, and also add support for variable
12980         sized rows (and the +/- expansion icons for related rows).
12981
12982 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
12983
12984         * TextBoxBase.cs: Applied Eno's patch from #78660
12985
12986 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
12987
12988         * Form.cs (ScaleCore): We don't want to scale our form if it's
12989           state is minimized or maximized, but we still need to scale our
12990           child windows. Also, added try/finally block to ensure layout
12991           gets reset (Fixes #78697)
12992
12993 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
12994
12995         * Control.cs: Added 2.0 Scale(SizeF) method (Fixes 78700)
12996
12997 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
12998
12999         * Form.cs: Fixed c+p error and added check to resize form if minimum
13000           size is bigger than current size (Fixes #78709)
13001
13002 2006-06-26  Peter Dennis Bartok  <pbartok@novell.com> 
13003
13004         * ThemeEngine.cs (..ctor): Properly use ToLower() (Fixes #78704)
13005
13006 2006-06-26  Mike Kestner  <mkestner@novell.com>
13007
13008         * ComboBox.cs: only do Keypress handling in the combo when there  
13009         are items in the collection. Fixes #78710.
13010
13011 2006-06-26  Chris Toshok  <toshok@ximian.com>
13012
13013         * Binding.cs: make this work bi-directionally.  also, clear up
13014         other mixups between Push/Pull Data (e.g. we're supposed to pull
13015         data when validating).
13016
13017         * BindingManagerBase.cs: trim some fully qualified collection
13018         types.
13019
13020         * PropertyManager.cs (get_IsSuspended): oops, fix this check.
13021
13022 2006-06-23  Chris Toshok  <toshok@ximian.com>
13023
13024         * PropertyManager.cs: It appears (according to the unit tests)
13025         that PropertyManager doesn't use
13026         PropertyDescriptor.AddValueChanged to track propery value changes
13027         in its datasource, but uses the same scheme as Binding, where it
13028         looks for a <Property>Changed event and binds to it.
13029
13030         Also, according to the docs, IsSuspended always returns false for
13031         a property manager with a non-null datasource.
13032
13033 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com> 
13034
13035         * Form.cs: (ShowDialog): If we're returning a forced cancel we still
13036           need to update the actual DialogResult. (Fixes #78613)
13037
13038 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com>
13039
13040         * Form.cs (ShowDialog): Release any captures before running the
13041           new message pump (fixes #78680)
13042
13043 2006-06-22  Mike Kestner  <mkestner@novell.com>
13044
13045         * ListView.cs: Layout column widths properly in details mode even 
13046         if HeaderStyle.None is set.  Fixes #78691.
13047
13048 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com>
13049
13050         * FileDialog.cs: Fixed taborder to match MS. Fixes #77873 partially.
13051
13052 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com> 
13053
13054         * Control.cs (ContainsFocus): Using new driver method to get focused
13055           window, instead of trying to use internal tracking var, which can
13056           recursion issues (Fixes #78685)
13057         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
13058           XplatUIWin32.cs: Added GetFocus method to return focused window
13059
13060 2006-06-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13061
13062         * ColorDialog.cs: when the mouse button is pressed inside the color
13063         matrix, don't let the cursor move out of it until the button is
13064         released, which is the behavior on windows. Changed 'colours' by
13065         'colors' to use the same word consistently.
13066
13067 2006-06-21  Chris Toshok  <toshok@ximian.com>
13068
13069         * DataGrid.cs: add in some basic navigation stuff (navigating to a
13070         child relation and back, using a stack).  Also, remove
13071         GetDataSource and the code that calls it - it's not needed.  Also,
13072         track CurrencyManager.ListName's removal.
13073
13074 2006-06-21  Chris Toshok  <toshok@ximian.com>
13075
13076         * CurrencyManager.cs: push some of the original type checking from
13077         BindingContext.CreateBindingManager to here, and remove some of
13078         the finalType stuff.  Need more tests to make sure I've got the
13079         ListName part right, and we might need more in SetDataSource.
13080
13081         * PropertyManager.cs: add a ctor that takes just the datasource,
13082         and no property name.  Make SetDataSource work with a null
13083         property_name, and make Current return the data_source if the
13084         property descriptor is null.  this makes 'string foo = "hi";
13085         BindingContext[foo].Current' return "hi" as it should.
13086
13087         * RelatedCurrencyManager.cs: make this code more generic - there's
13088         no reason the parent manager has to be CurrencyManager, and
13089         there's no reason to pass the DataRelation.  It suffices to use a
13090         BindingManagerBase and PropetyDescriptor.
13091
13092         * RelatedPropertyManager.cs: make a similar change here.
13093         
13094         * BindingContext.cs: make CreateBindingManager the beautiful, tiny
13095         flower I knew it could be.
13096
13097 2006-06-20  Chris Toshok  <toshok@ximian.com>
13098
13099         * PropertyManager.cs: the PropertyChangedHandler is invoked when
13100         data in the source has changed and we need to update the control,
13101         so s/PullData/PushData.
13102
13103         * CurrencyManager.cs: Refresh is meant to update the control from
13104         data in the datasource.  So, s/PullData/PushData.
13105
13106         * BindingContext.cs: add more ugliness (we weren't handling the
13107         case where data_source = DataTable and data_member = column_name).
13108
13109         * Binding.cs: fix PushData/PullData mixup.  Both are interpreted
13110         from the perspective of the datasource.  PullData pulls from the
13111         control, PushData pushes to the control.
13112
13113 2006-06-20  Chris Toshok  <toshok@ximian.com>
13114
13115         * BindingContext.cs: rewrite the CreateBindingManager code to
13116         handle navigation paths more or less properly.  This could
13117         definitely stand some more work, in particular to push the
13118         recursion up to the toplevel.  But that relies on fixes in other
13119         places (System.Data comes to mind).
13120
13121         Also, move to a flat hashtable (and encode the twolevel nature of
13122         the dictionary into the hash key).  This lets us implement the
13123         IEnumerable.GetEnumerator method.
13124
13125         * RelatedCurrencyManager.cs: new class.  Update our view based on
13126         our relation and our parent CurrencyManager's position.
13127
13128         * CurrencyManager.cs: split out some logic from the ctor into
13129         SetView, so it can be called from the new RelatedCurrencyManager
13130         subclass.
13131
13132         * RelatedPropertyManager.cs: new class.  Update our datasource
13133         based on the position of our parent CurrencyManager.
13134
13135         * PropertyManager.cs: split out some logic from the ctor into
13136         SetDataSource, so it can be called from the new RelatedDataSource
13137         subclass.  Also, make the Current getter return the value
13138         of the PropertyDescriptor, not the data_source.
13139
13140         * Binding.cs: no need to duplicate the string splitting code here.
13141
13142 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
13143
13144         * Control.cs:
13145           - set_Enabled: OnEnabledChanged is not called if the inherited state 
13146             of the control is not altered, even though  we might be changing the
13147             internal state of the control (#78458)
13148           - set_Enabled: (Re)Moved the enabling/disabling of the window to 
13149             OnEnabledChanged, to allow easy altering of any child window state
13150           - OnEnabledChanged: Added code to enable/disable driver window state
13151           - OnParentEnabledChanged: Instead of firing the event, call 
13152             OnEnabledChanged, which will fire the event and also a) set driver
13153             window state and pass the enabled state to any grandchildren (#78458)
13154
13155 2006-06-19  Jackson Harper  <jackson@ximian.com>
13156
13157         * InternalWindowManager.cs: We don't set the cursor explicitly
13158         thats done via the response to NCHITTESTs.
13159         - Don't need to adjust for titlebar heights anymore, the
13160         coordinates are coming in the correct coordinates now (see peters
13161         last patch).
13162
13163
13164 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
13165
13166         * XplatUIX11.cs (GetMessage): WM_NCxBUTTONx messages were wrongly
13167           being translated relative to whole window, instead of client window.
13168           That caused broken offsets on mouseclick (and caused gas for our
13169           InternalWindowManager)
13170
13171 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
13172
13173         * TextControl.cs:
13174           - MoveCaret: Implemented PgUp, PgDown, CtrlPgUp and CtrlPgDown
13175           - Undo(): Added replay of cursor move on DeleteChars action; added
13176             calling Undo() again if a recorded cursor move is invalid (to
13177             ensure that some action is performed on Undo)
13178         * TextBoxBase.cs (ProcessKey): Added handling of PgUp and PgDown (#78482)
13179
13180 2006-06-16  Jackson Harper  <jackson@ximian.com>
13181
13182         * MdiClient.cs: Instead of just sizing maximized windows when
13183         there is a resize we also have to adjust the Y of minimized
13184         windows, so they stay pinned to the bottom of the mdi container.
13185         - Eliminate separate tracking of the active control, we can just
13186         get this from the controls collection.
13187         - Paint the decorations for the newly activated titlebar so we get
13188         a pretty blue bar.
13189         * InternalWindowManager.cs:
13190         * ThemeWin32Classic.cs: Minimized windows get all three buttons
13191         even if they are a tool window.
13192         
13193 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
13194
13195         * TextControl.cs (Undo): Handle non-existent cursor locations in the
13196           undo buffer, these can happen when text was deleted and the cursor
13197           was recorded first. Since we will also have a recorded cursor
13198           after the delete this is not an issue. (Fixes #78651)
13199
13200 2006-06-14  Peter Dennis Bartok  <pbartok@novell.com> 
13201
13202         * AccessibleObject.cs: Remove dependence on Control.is_selected;
13203           instead properly track control states internally (allows us to
13204           remove is_selected from Control)
13205
13206 2006-06-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13207
13208         * ImageListStreamer.cs: correctly generate the 1bpp mask for images
13209         whose width is not a multiple of 8.
13210
13211 2006-06-13  Jackson Harper  <jackson@ximian.com>
13212
13213         * MdiClient.cs:  Only maximize the next child if the current one
13214         is maximized.
13215
13216 2006-06-13  Chris Toshok  <toshok@ximian.com>
13217
13218         * DataGridColumnStyle.cs: Invalidate the column when HeaderText is
13219         modified.  Also, guard against grid or grid_drawing being null in
13220         Invalidate.
13221
13222         * DataGrid.cs: Reformat tons of getters/setters.  In the
13223         DataMember setter, just call SetNewDataSource instead of
13224         duplicating some of its functionality.  In SetNewDataSource, don't
13225         check ListManager for null, since the property getter creates the
13226         object if needed.
13227
13228         * DataGridTableStyle.cs: don't set TableStyle or call
13229         SetDataGridInternal on the column here, it's done in
13230         GridColumnStylesCollection.Add.
13231
13232         * GridColumnStylesCollection.cs: fix all the explicit interface
13233         implementations to just call our methods.  Nuke AddInternal() and
13234         move the body of it to Add().  Also, add a call to
13235         column.SetDataGridInternal to Add().
13236
13237         * DataGridTextBoxColumn.cs (.ctors): call this() instead of
13238         base()+duplicate code.  Also, use the Format property instead of
13239         format to generate an Invalidate ala MS.  Lastly, create the
13240         textbox here, unconditionally.
13241         (set_Format): call Invalidate.
13242         (get_TextBox): no need to call EnsureTextBox.
13243         (Commit): remove the message box.
13244         (Edit) remove the call to EnsureTextBox.
13245         (EndEdit): call HideEditBox instead of ReleaseHostedControl.
13246         (EnterNullValue): no need to check textbox for null.
13247         (HideEditBox): no need to check textbox for null.
13248         (SetDataGridInColumn): add the textbox to the grid's controls.
13249         (EnsureTextBox): nuke.
13250         
13251 2006-06-13  Jackson Harper  <jackson@ximian.com>
13252
13253         * MdiWindowManager.cs: Hook up to the maximized menus paint event
13254         and redraw the buttons when needed. Unhook when the window is
13255         unmaximized.
13256         * MainMenu.cs: Add an internal Paint event, the mdi window manager
13257         needs this so that it can redraw its buttons when the menu is
13258         repainted.
13259         * InternalWindowManager.cs:
13260         * Form.cs: The method order has changed for DrawMaximizedButtons,
13261         so that it can be a PaintEventHandler.
13262         
13263 2006-06-13  Jackson Harper  <jackson@ximian.com>
13264
13265         * MdiClient.cs: When we close a maximized mdi window, the next mdi
13266         window is activated and maximized, even if it wasn't before.
13267         - When  a new window is activated repaint the decorations of the
13268         old one, so that it no longer has the Active "look" (the blue
13269         titlebar).
13270         * InternalWindowManager.cs: Open up CreateButtons to base classes
13271         so they can recreate the buttons on state changes.
13272         - If a window is maximized give it all three buttons
13273         * MdiWindowManager.cs: Create the titlebar buttons when the state
13274         is changed, this is needed because a toolwindow will not have all
13275         three buttons until it is maximized.
13276
13277 2006-06-13  Atsushi Enomoto  <atsushi@ximian.com>
13278
13279         * ProgressBar.cs : PerformStep() shouldn't exceed Maximum.
13280           Fixed bug #78609.
13281
13282 2006-06-12  Jackson Harper  <jackson@ximian.com>
13283
13284         * KeysConverter.cs: Make sure we handle the Ctrl special case
13285         if its the only key.
13286         
13287 2006-06-12  Jackson Harper  <jackson@ximian.com>
13288
13289         * Theme.cs: Add a method to get the size of a managed window
13290         toolbar button.
13291         * InternalWindowManager.cs: Remove the ButtonSize property, this
13292         should be retrieved from the theme.
13293         * MdiWindowManager.cs: Get the button size from the theme
13294         * ThemeWin32Classic.cs: Make the method to get the managed window
13295         titlebar button size public.
13296         - Handle the different button sizes of maximized toolwindows
13297         (should match any maximized window).
13298         - Get the titlebar height from the theme, not the WM (which gets
13299         it from the theme).
13300
13301 2006-06-12  Jackson Harper  <jackson@ximian.com>
13302
13303         * InternalWindowManager.cs: Handle NC Double Clicks, passing the
13304         event down to the mdi window manager.
13305         - Expose some extra stuff to base classes
13306         - Make sure to end the Capture on an NC Mouse up, so that we can
13307         get double clicks properly, and the sizing doens't stick.
13308         - When doing PointToClient contain it in the workable desktop
13309         area, this prevents windows from changing size when the cursor is
13310         pulled outside of the working area while sizing.
13311         * MdiWindowManager.cs: When we get a double click maximize the
13312         window.
13313         - Reset the cursor after handling mode changes.
13314
13315 2006-06-12  Peter Dennis Bartok  <pbartok@novell.com> 
13316
13317         * XplatUIX11.cs (WorkingArea): Read the actual workarea for the 
13318           current desktop, instead of just assuming a 0, 0 origin. This
13319           is needed for our internal window manager, to know the top
13320           margin of the desktop
13321
13322 2006-06-12  Chris Toshok  <toshok@ximian.com>
13323
13324         * DataGrid.cs (set_CurrentCell): concede focus as we move around.
13325         we need this to get rid of the selected background in the bool
13326         column.
13327         (CancelEditing): move the ConcedeFocus call to above the Abort
13328         call.  Also, set is_changing to false and invalidate the row
13329         header if we were changing before.
13330         (ProcessKeyPreviewInternal): remove, since noone outside this
13331         class calls it anymore.  Roll the code into ProcessKeyPreview.
13332         (EndEdit): remove the internal version.
13333         (InvalidateCurrentRowHeader): make private.
13334
13335         * DataGridBoolColumn.cs: simplify this class a bunch.  remove the
13336         Keys.Escape handling (and with it the last call to
13337         DataGrid.EndEdit from outside the class.)
13338
13339
13340 2006-06-12  Chris Toshok  <toshok@ximian.com>
13341
13342         * DataGridTextBox.cs (.ctor): isedit defaults to false.
13343         (OnKeyPress): set isedit to true.
13344         (ProcessKeyMessage): remove Keys.Enter handling from here.  it's
13345         already handled by the grid.
13346
13347         * DataGrid.cs (set_CurrentCell): more work here.  it's still not
13348         right.  ugh.
13349         (set_DataSource): SetDataSource always returns true, so stop
13350         putting it in an if statement.
13351         (EndEdit): get rid of some {}'s
13352         (ProcessGridKey): return true in case Keys.Escape.
13353         (ProcessKeyPreviewInternal): only handle KEYDOWN messages.
13354         (ConnectListManagerEvents,DisconnectListManagerEvents): connect to
13355         PositionChanged, stopped connecting to CurrentChanged.
13356         (GetDataSource): simplify this a bunch.
13357         (SetDataSource): change return type from bool to void.
13358         (OnListManagerPositionChanged): rename OnListManagerCurrentChanged
13359         to this, and make sure we don't set ListManager.Position inside
13360         set_CurrentCell.
13361         (OnListManagerItemChanged): if we're passed an actual index,
13362         redraw that row.
13363
13364         * CurrencyManager.cs (set_Position): don't call PullData here.
13365
13366 2006-06-09  Jackson Harper  <jackson@ximian.com>
13367
13368         * TreeNode.cs:  Recalculate the visible order before doing the
13369         Expand/Collapse Below calls, because those calls generate an
13370         expose.
13371         - Reduce calls to the TreeView property, which is mildly expensive
13372         by using a local var.
13373         * Form.cs: Layout the MDI child windows when creating the parent
13374         form.
13375         - Don't use the internal constructor anymore
13376         * MdiClient.cs: use the parent form width/height (if available)
13377         when laying out the child windows, we do this because the
13378         mdiclient isn't docked yet when the initial layout is done.
13379         - Don't need an internal constructor anymore.
13380
13381 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13382
13383         * FileDialog.cs: handle access errors when trying to create a folder
13384         or changing to a directory. No need to initialize out parameters.
13385
13386 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
13387
13388         * FileDialog.cs: Append a number when creating a new folder if the
13389           folder already exists (use parenthesis instead of square brackets)
13390
13391 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
13392
13393         * FileDialog.cs:
13394           - Disabled registry support for windows and added better registry
13395             error checking for other systems (need to investigate why it
13396             works perfectly on my system)
13397           - If a folder already exist show an error MessageBox instead of
13398             trying to create an indexed name.
13399           - Fixed a non intentional typo.
13400
13401 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13402
13403         * FileDialog.cs: (SetFileName) don't crash if CurrentRealFolder is null.
13404
13405 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
13406
13407         * FileDialog.cs: When creating a new folder don't crash if the
13408           folder already exists.
13409
13410 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
13411
13412         * FileDialog.cs: Allmost a complete rewrite.
13413           - added a "virtual" file system that handles the differences
13414             between unix and windows file systems (especially the directory
13415             structure). Moved most of the directory and file handling code
13416             into the vfs.
13417             Added vfs classes: MWFVFS, FileSystem, WinFileSystem,
13418             UnixFileSystem and FSEntry.
13419           - Recently used folder/directory, size, location and used file names
13420             (file name ComboBox) are now stored in the registry and get read
13421             before the dialog shows up (fixes part 6 of bug #78446).
13422           - Creation of new folders/directories is now possible (context menu
13423             or ToolBar). Added TextEntryDialog for this that fills in the gap
13424             until ListView.LabelEdit works.
13425           - Fixed cursor handling (bug #78527) and focus handling for
13426             PopupButtonPanel
13427           - Various "Search in" ComboBox enhancements. The content of the
13428             dropdown listbox now almost matches ms.
13429           - Changed the behaviour when the user switches to SpecialFolder
13430             Recent to show the ListView in View.Details.
13431           - Beside using the ToolBar to change the View property of the
13432             file ListView it is now possible to use the context menu too.
13433
13434 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
13435
13436         * ComboBox.cs: Don't create a new ObjectCollection when an item
13437           gets inserted. Just insert the item in the existing object_items
13438           ArrayList.
13439
13440 2006-06-08  Jackson Harper  <jackson@ximian.com>
13441
13442         * OpenTreeNodeEnumerator.cs: Fix to use the Parent property, so
13443         that the treeview and root node checks are done also, this fixes a
13444         regression i caused in the unit tests.
13445
13446 2006-06-07  Wade Berrier <wberrier@novell.com> 
13447
13448         * RichTextBox.cs: More ISO8859-1 -> unicode
13449
13450 2006-06-07  Mike Kestner  <mkestner@novell.com>
13451
13452         * ComboBox.cs : use items to hold highlight/selection so that
13453         collection insertions don't require synchronization.
13454
13455 2006-06-07  Jackson Harper  <jackson@ximian.com>
13456
13457         * InternalWindowManager.cs: Simplify (and FIX) the window sizing
13458         routine.  We now always keep the sized edge at the cursor instead
13459         of computing movement and adjusting rects.  There is one buglet
13460         with this method though when the cursor is moved over area that
13461         the window can not expand too (such as the toolbars on the desktop).
13462
13463 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13464
13465         * XplatUIX11.cs: (IsEnabled,IsVisible) the window handler can be null
13466         here. Fixes crash on startup in AlbumSurfer.
13467
13468 2006-06-07  Peter Dennis Bartok  <pbartok@novell.com> 
13469
13470         * RichTextBox.cs: Replaced embedded ISO8859-1 chars with proper unicode
13471           values
13472
13473 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13474
13475         * XplatUIX11.cs: call XPending and XNextEvent inside the same lock()
13476         statement to avoid calling XNextEvent which will block if another thread
13477         took the event that we were expecting. Fixes bug #78605.
13478
13479 2006-06-07  Mike Kestner  <mkestner@novell.com>
13480
13481         * ListView.cs : isolated checkbox clicking from the selection logic.
13482         Toggle check state on item doubleclicks.  Really fixes #78454 part2.
13483
13484 2006-06-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
13485
13486         * Form.cs: Check that the value passed to Form.DialogResult
13487         is a valid enum value.
13488
13489 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13490
13491         * FileDialog.cs: disable the up button when in 'Recently Used' or 'My
13492         Computer'. Clicking it in the network view goes to 'My Computer'.
13493         Added CIFS filesystem type. Display the mount point of filesystems.
13494         Avoid duplicate mount points (happens for me with CIFS);
13495
13496 2006-06-06  Jackson Harper  <jackson@ximian.com>
13497
13498         * InternalWindowManager.cs: Draw the maximized windows buttons
13499         when resizing.
13500
13501 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13502
13503         * Form.cs: when running a modal dialog, ignore WM_CLOSE requests for
13504         all other dialogs. Fixes bug #78585.
13505
13506 2006-06-06  Mike Kestner  <mkestner@novell.com>
13507
13508         * CheckedListBox.cs : apply CheckOnClick behavior to unchecking too.
13509         Only invalidate checkbox on checkstate changes to avoid flicker.
13510         * ListBox.cs : avoid unselect/select when clicking selected item.
13511         avoid reselection flicker for already multiselected items.
13512         Fixes #78382.
13513
13514 2006-06-06  Jackson Harper  <jackson@ximian.com>
13515
13516         * MdiWindowManager.cs: When the window is closed do an NCRecalc on
13517         the parent form so that the menu is removed if needed.
13518
13519 2006-06-06  Mike Kestner  <mkestner@novell.com>
13520
13521         * ListBox.cs : add ScrollWindow call to UpdateTopItem.  fix
13522         Prev/Next/PrevPage/NextPage/Home/End index calculation.  Fixes #78559.
13523
13524 2006-06-06  Mike Kestner  <mkestner@novell.com>
13525
13526         * CheckedListBox.cs : rebuild check collection on Add.  Fixes #78426.
13527
13528
13529 2006-06-06  Jackson Harper  <jackson@ximian.com>
13530
13531         * Control.cs: Use the property (instead of the field) to get the
13532         default cursor so it is instantiated correctly.
13533         * InternalWindowManager.cs: The OS doesn't give us an NCPAINT with
13534         resizes so we need to manually repaint the window decorations here.
13535         - Set the titlebar button locations as soon as they are created,
13536         otherwise they are not set correctly on win32.
13537         
13538 2006-06-06  Chris Toshok  <toshok@ximian.com>
13539
13540         * CurrencyManager.cs (set_Position): call PullData before
13541         OnCurrentChanged.
13542         (AddNew): after calling IBindingList.AddNew, update our
13543         listposition, and call OnCurrentChanged/OnPositionChanged (without
13544         calling PullData).
13545         (OnCurrentChanged): remove the call to PullData from here.
13546         (OnItemChanged): remove the call to PushData from here.
13547         (OnPositionChanged): change the test from == null to != null to
13548         match the other methods.
13549         (ListChangedHandler): the grossest part of the patch.  Implement
13550         this such that it passes the unit tests in CurrencyManagerTest and
13551         the output more or less matches that of MS's implementation.
13552  
13553 2006-06-06  Mike Kestner  <mkestner@novell.com>
13554
13555         * ListView.cs : only update check state on single click.
13556         * ThemeWin32Classic.cs : fix focus drawing for details view without
13557         fullrowselect.  Fixes #78454.
13558         * XplatUIX11.cs : fix for double click emission.
13559
13560 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
13561
13562         * PropertyGridView.cs : Applied Atsushi's patch to fix
13563         font dialog bug  (#78197).
13564
13565 2006-06-05  Jackson Harper  <jackson@ximian.com>
13566
13567         * TreeNode.cs: Compute the next node for expanding/collapsing
13568         correctly. We now factor in nodes without a NextNode
13569         correctly. (Fixes somes cases in nunit-gui).
13570         * InternalWindowManager.cs: Set the bounds when updating the
13571         virtual position of a tool window.
13572         
13573 2006-06-05  Chris Toshok  <toshok@ximian.com>
13574
13575         * DataGrid.cs: rename cached_currencymgr to list_manager.
13576         (set_CurrentCell): move SetCurrentCell code here, and clean it up
13577         some.
13578         (CurrentRow, CurrentColumn): single accessors so we can make the
13579         cursor movement code a lot easier to understand.
13580         (CurrentRowIndex): implement this in terms of CurrentRow.
13581         (BeginEdit): clean this up a bit.
13582         (CancelEditing): sort out the is_editing/is_changing/is_adding
13583         stuff a little.
13584         (EndEdit): minor changes.
13585         (OnKeyDown): add a comment about a (most likely) unnecessary
13586         check.
13587         (OnMouseDown): cancel editing when we click on a row header.  And
13588         use the CurrentRow setter, not CurrentCell.
13589         (ProcessDialogKey): directly call ProcessGridKey.
13590         (UpdateSelectionAfterCursorMove): factor out this common block of
13591         code (it's used everywhere that we move the cursor by updating row
13592         or column).
13593         (ProcessGridKey): pretty substantial overhaul.  Use the
13594         CurrentRow/CurrentColumn properties to make the code a lot more
13595         readable.  Only use the CurrentCell property when we have to
13596         modify both row and column at once.  Tab behavior is still broken,
13597         and Delete is untested.
13598         (Select): if we have no selected rows, set selection_start to
13599         @row.
13600         (EditCurrentCell): rename EditCell this.  It was only ever invoked
13601         with CurrentCell as the arg, so drop the arg and rename it.
13602
13603         * DataGridColumnStyle.cs: clean up the constructors a little, and
13604         drop CommonConstructor().
13605
13606         * DataGridTextBox.cs (.ctor): set accepts_return to true so we
13607         actually get notified when the user hits it.
13608         (ProcessKeyMessage): *substantially* simplify this method.
13609         There's no reason (that I can see) for the textbox to be making
13610         calls into the datagrid at all.  Remove all of them but the ones
13611         for Enter handling.  those will take some more work.
13612
13613         * DataGridTextBoxColumn.cs (ConcedeFocus): implement this by
13614         calling HideEditBox.
13615         (HideEditBox): if we have an active textbox, render it invisible
13616         without causing a re-layout of the datagrid.
13617
13618 2006-06-05  Mike Kestner  <mkestner@novell.com>
13619
13620         * ListView.cs : fix NRE crasher when focuseditem is cleared by
13621         collection changes by resetting it to Items[0].  Fixes #78587.
13622
13623 2006-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13624
13625         * MessageBox.cs: if the height of the text is larger than the icon_size,
13626         use that. Fixes bug #78575.
13627
13628 2006-06-05  Jackson Harper  <jackson@ximian.com>
13629
13630         * TreeView.cs: Fix line drawing when scrolling.  To do this each
13631         node is basically responsible for drawing its entire horizontal
13632         area.  When drawing a node it draws its parent node lines if
13633         needed.
13634         - Adjust the clip area to the viewport rectangle
13635         - Fix Left/Right key handling to match MS. (It expand/collapses
13636         and moves to parents/first child but does not move selection to
13637         sibling nodes).
13638         - Fix SetTop to work with new bound calculation code
13639         - When scrollbars are no longer needed we need to reset scrolling
13640         vars and recalculate the visible order so the redraw is correct
13641         * TreeNode.cs: We can't expand/collapse nodes with no children.
13642
13643 2006-06-03  John Luke  <john.luke@gmail.com> 
13644
13645         * X11DesktopColors.cs: dllimport the exact gtk and gdk versions
13646         so the colors work without dev packages
13647         
13648 2006-06-02  Peter Dennis Bartok  <pbartok@novell.com> 
13649
13650         * Control.cs 
13651           - Select: Implemented to just use activate. Seems to match MS 
13652             behaviour closest. Documented to only do actual control walking 
13653             based on it's parameters if in a container control so I moved 
13654             the code there.
13655           - Removed selection check logic from our internal Select() method
13656         * ContainerControl.cs:
13657           - Select: Moved selection logic from Control here, since MS documents
13658             that containers obey the bool arguments. No longer calling base
13659
13660 2006-06-02  Jackson Harper  <jackson@ximian.com>
13661
13662         * TreeView.cs: If the selected node isn't changed when we get
13663         focus update the previously selected node so that we see the
13664         selection box.
13665
13666 2006-06-02  Mike Kestner  <mkestner@novell.com>
13667
13668         * ComboBox.cs: restructure grab and general mouse event handling.
13669         Make the composite control raise mouse events like it was a single
13670         control for leaves/enters/motion/up/down events.  fix dropdown list
13671         coordinate mangling and refactor it into the scrollbar subclass to
13672         reduce code duplication.  Fixes #78282 #78361 and #78457.
13673
13674 2006-06-02  Mike Kestner  <mkestner@novell.com>
13675
13676         * ScrollBar.cs: remove Capture setting/clearing, as it happens
13677         automatically in the Control.WndProc.
13678
13679 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13680
13681         * FileDialog.cs: fix crash when running SharpChess, which sets the
13682         FilterIndex to 2 with only one Filter.
13683
13684 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13685
13686         * ToolBar.cs: add SizeSpecified property.
13687         * ToolBarButton.cs: when the ButtonSize is calculated by the container,
13688         try to figure out our real size, otherwise fallback to what the
13689         container says.
13690
13691 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
13692
13693         * XplatUIX11.cs (DefWndProc): WM_MOUSEWHEEL needs to be passed up
13694         * Control.cs (WndProc): MS always calls the DefWndProc to pass
13695           up the event
13696
13697 2006-06-01  Mike Kestner  <mkestner@novell.com>
13698
13699         * ListView.cs: revamp the focus management in ListView.  It still
13700         causes churn of LostFocus/GotFocus emissions on clicks, but it's
13701         better than not handling focus at all.  Will revisit when pdb feels
13702         the general focus handling is solid.  Fixes #78526.
13703
13704 2006-06-01  Jackson Harper  <jackson@ximian.com>
13705
13706         * TreeView.cs: Set the default border style in the constructor.
13707         - Move painting to use OnPaintInternal instead of capturing
13708         WM_PAINT, this is the correct way of doing things
13709         - UpdateBelow shouldn't invalidate the scrollbar area
13710         - Cap the top on update below in case the node was above the top
13711         of the viewport rectangle.
13712         - ExpandBelow and Collapse below need to obey Begin/End Update.
13713         * TreeNode.cs: Make is_expanded internal so the treenode
13714         collection can change it without firing the whole event chain.
13715         * TreeNodeCollection.cs: When clearing all the child nodes make
13716         sure to recalc the visible order.
13717         - Improve algo for remove the top node
13718
13719 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
13720
13721         * XplatUIX11.cs (SetFocus): Make sure we can handle re-entrancy due to
13722           SendMessage directly calling window procedures, which in turn might
13723           call SetFocus()
13724
13725 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com>
13726
13727         * Control.cs: Don't handle WM_SETFOCUS if the same window already
13728           has focus (works around X11 sending a FocusIn after our SetFocus)
13729         * XplatUIX11.cs: Send KILLFOCUS before setting SETFOCUS on new window
13730
13731 2006-06-01  Alexander Olk  <alex.olk@googlemail.com>
13732
13733         * Mime.cs: Fix for the NET_2_0 build.
13734           NameValueCollection needs StringComparer now.
13735
13736 2006-05-31  Chris Toshok  <toshok@ximian.com>
13737
13738         * DataGridDrawingLogic.cs (FromPixelToColumn): modify this to also
13739         return (via an out parameter) the starting X of the column.
13740         (UpdateVisibleColumn): track change to FromPixelToColumn.
13741         (HitTest): add a ColumnResize case here.
13742         (DrawResizeLine): new function, probably poorly named.
13743
13744         * DataGrid.cs (.ctor): get rid of cached_currencymgr_events.  We
13745         only need to keep one reference.
13746         (set_ListManager): same.
13747         (OnMouseDown): call HitTest instead of grid_drawing.HitTest.
13748         Also, add support for HitTestType.ColumnResize.
13749         (OnMouseMove): add column resize behavior here, and change the
13750         cursor to the correct one as we move around the datagrid.
13751         (OnMouseUp): terminate the column resize if we're resizing.
13752         (ProcessGridKey): from the MS docs, Alt-0 enters the null value
13753         for the current cell.
13754         (ConnectListManagerEvents): use cached_currencymgr.
13755         (DisconnectListManagerEvents): fill this in, using
13756         cached_currencymgr.
13757         (SetCurrentCell): remove cached_currencymgr_events handling.
13758         (SetDataMember): only call DisconnectListManagerEvents if
13759         cached_currencymgr is != null.
13760         (SetDataSource): same.
13761         (OnListManagerCurrentChanged): cached_currencymgr_events ->
13762         cached_currencymgr.
13763
13764 2006-05-31  Jackson Harper  <jackson@ximian.com>
13765
13766         * BindingManagerBase.cs: Remove somedebug code that creeped into
13767         SVN.
13768         * TreeNode.cs: We get the indent level dynamically right now, so
13769         don't track it as a member.
13770         * TreeNodeCollection.cs: Make sure all nodes added to the list
13771         have parents, treeviews/topnodes setup properly.
13772         - Don't attempt to track indent level.
13773
13774 2006-05-30  Jackson Harper  <jackson@ximian.com>
13775
13776         * BindingContext.cs: Create the currency manager tables here.
13777         This allows us to more easily create null tables (when bad data
13778         members are used), and more easily create related currency
13779         managers.
13780         * CurrencyManager.cs: All the table creation stuff is done by the
13781         binding context now.
13782         - Current should throw an exception if listposition is -1.
13783         - CancelCurrentEdit/EndCurrentEdit, do nothing if the list hasn't
13784         been bound yet.
13785
13786 2006-05-30  Mike Kestner  <mkestner@novell.com>
13787
13788         * ListView.cs: allow reexpansion of zero-width column headers.
13789         Fixes #78528.
13790
13791 2006-05-28  Chris Toshok  <toshok@ximian.com>
13792
13793         * CurrencyManager.cs (get_Current): after the late binding
13794         listposition = -1 fix, we need to guard against it here and return
13795         null, otherwise we raise an exception (which is swallowed
13796         elsewhere, and breaks datagrid databinding.)
13797
13798 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
13799
13800         * MenuAPI.cs (ProcessMenuKey): We can legally get msg types other
13801           than WM_SYSKEY, don't throw if get something unexpected (#78507)
13802
13803 2006-05-26  Jackson Harper  <jackson@ximian.com>
13804
13805         * ControlPaint.cs:
13806         * ThemeWin32Classic.cs: For color comparisons just use the ARGB
13807         values, it's faster and it's all we care about (we don't care if
13808         the names aren't equal).
13809         * KeyboardLayouts.cs: Eliminate some dead code.
13810         - Lazy init things
13811         * X11Keyboard.cs: Lazy init keyboard detection.
13812         - Cleanup access modifiers a little.
13813
13814 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
13815
13816         * XplatUIX11.cs: Once again, attempting to get layout just right.
13817
13818 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com> 
13819
13820         * LinkLabel.cs (CreateLinkPieces): Use MeasureString to calculate
13821           the sizes of each link section, that will result in sizes that
13822           match DrawString's layout (Fixes #78391)
13823
13824 2006-05-27  Alexander Olk  <alex.olk@googlemail.com>
13825
13826         * FileDialog.cs: If AddExtension property is true autocomplete the
13827           extensions in SaveFileDialog correctly. Fixes bug #78453.
13828           Set MyNetwork and MyComputer to "C:\" for windows. This should
13829           fix part 8 of bug #78446 for now.
13830
13831 2006-05-26  Chris Toshok  <toshok@ximian.com>
13832
13833         * DataGrid.cs (ColumnStartedEditing): fill these in.  for now just
13834         invalidate the current row header if we need to, but presumably
13835         we'll invalidate the row corrsponding to the bounds or
13836         editingControl.
13837         (GridHScrolled): switch back to this method, as it's part of the
13838         public api.  *sigh*.
13839         (GridVScrolled): same.
13840         (OnMouseWheel): hack up something that more or less works.  Call
13841         GridHScrolled/GridVScrolled directly, instead of duplicating much
13842         of their code here.
13843         (EnsureCellVisibility): reinstate a bunch of this code, since we
13844         can't just set the scrollbar Value and expect to do all the work
13845         in the ValueChanged handler.  Also, Call Update() after scrolling
13846         in one direction so the other XplatX11.ScrollWindow call has the
13847         proper stuff in the proper places.
13848         (EditCell): set is_editing to true before calling .Edit.
13849
13850         * DataGridTextBox.cs (set_IsInEditOrNavigateMode): just set it,
13851         don't bother comparing first.
13852         (OnKeyPress): call grid.ColumnStartedEditing before calling
13853         base.OnKeyPress.  this will set is_changing and invalidate the row
13854         header if necessary.
13855         (ProcessKeyMessage): for WM_CHAR messages, call
13856         ProcessKeyEventArgs directly.  swallow anything other than WM_CHAR
13857         and WM_KEYDOWN.
13858         
13859         * DataGridBoolColumn.cs (Edit): don't set is_editing to true here.
13860         it's done in the DataGrid.
13861         (NextState): call grid.ColumnStartedEditing, which takes care of
13862         invalidating the row header (and setting is_changing).
13863
13864         * DataGridTextBoxColumn.cs (Edit): don't set is_editing to true
13865         here.  it's done in the DataGrid.
13866
13867 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13868
13869         * Control.cs: allow changing the cursor when the mouse position is
13870         out of bounds but Capture is set.
13871         * LinkLabel.cs: handle the case when the mouse button is pressed on the
13872         linklabel but released somewhere else.
13873
13874 2006-05-25  Jackson Harper  <jackson@ximian.com>
13875
13876         * TreeView.cs: When we get focus if there is no selected node make
13877         it the top node
13878         - Remove some uneeded setup code from Draw.
13879         * TreeNodeCollection.cs: If the tree doesn't have a top node when
13880         a new node is inserted make the new node the top.
13881         * XplatUIX11.cs:
13882         * Timer.cs: Use Utc time so that no local time zone stuff needs to
13883         be used (should be faster).
13884         
13885 2006-05-25  Chris Toshok  <toshok@ximian.com>
13886
13887         * DataGrid.cs (EnsureCellVisibility): remove some code to fix a
13888         problem with the last commit.
13889
13890 2006-05-25  Chris Toshok  <toshok@ximian.com>
13891
13892         * DataGridTextBoxColumn.cs (ReleaseHostedControl): turns out we do
13893         need the invalidate call here, while scrolling right-to-left via
13894         the left arrow key (i.e. moving the editing cell while scrolling).
13895
13896         * DataGrid.cs (.ctor): remove the initialization of
13897         ctrl_pressed/shift_pressed.  We no longer track them using key
13898         up/down handlers, but by using Control.ModifierKeys.  Also, switch
13899         to using ValueChanged handlers on the scrollbars instead of
13900         Scrolled event handlers.  This simplifies a bunch of the scrolling
13901         code.
13902         (GridHValueChanged): rename from GridHScrolled, and change it to
13903         work with the new event args.
13904         (GridVValueChanged): same.
13905         (OnMouseDown): initialize ctrl_pressed/shift_pressed here.
13906         (OnMouseWheel): actually scroll the datagrid.  Don't change the
13907         selected cell.
13908         (ProcessGridKey): correct all the keyboard navigation stuff I
13909         could find.  Ctrl up/down/left/right/home/end work now.
13910         (EnsureCellVisibility): correct method name spelling.  Also,
13911         simplify this a touch by not explicitly calling the
13912         ScrollToRow/ScrollToColumnInPixels methods.  We just set the
13913         scrollbar value.
13914         (OnKeyUpDG): no need for this method now.
13915         
13916 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13917
13918         * LinkLabel.cs: display the OverrideCursor when hovering the label.
13919         Fixes bug #78392.
13920
13921 2006-05-25  Chris Toshok  <toshok@ximian.com>
13922
13923         * ThemeWin32Classic.cs: fix datagrid clipping problems caused by
13924         r61019.
13925
13926 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
13927
13928         * Application.cs: Moved setting of is_modal and closing to before
13929           we create the control, to allow the event handlers called as a
13930           result of creation affect closing. Also removed Gonzalo's previous
13931           change to setting DialogResult, the behaviour has been moved to 
13932           Form.ShowDialog()
13933         * Form.cs: 
13934           - ShowDialog(): Removed explicit creation of the form, let RunLoop
13935             handle it instead
13936           - ShowDialog(): If no dialog result is set, we need to return Cancel
13937           - WM_CLOSE: Fire Closing/Closed events, and reset dialog result if
13938             the close is cancelled
13939
13940 2006-05-25  Jackson Harper  <jackson@ximian.com>
13941
13942         * StatusBar.cs: We only need to update the sizes of the other
13943         panels when we have auto size contents.  Also we are only updating
13944         the contents of the panel, not the borders, so compensate for the
13945         border width (TODO: get this width from the theme somehow).
13946         * TreeView.cs: Scrollable is true by default
13947         - Use invalidate instead of refresh where needed
13948         - Factor the scrollable value into scrollbar updating
13949         - Update the scrollbars if the Scrollable property is altered
13950         - Update the selected node if its ImageIndex is changed
13951         - Handle null nodes in UpdateNode (mainly so we don't have to
13952         check if selected is null when updating it
13953         - Fix VisibleCount to use the ViewportRectangle so that scrollbars
13954         are factored into the visible count
13955         - Use VisibleCount for clarity in the code
13956         - When the font is changed we need to recurse through all the
13957         nodes and invalidate their sizes
13958         
13959 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13960
13961         * Application.cs: set the DialogResult to fixed when the main form is
13962         hidden or destroyed while being modal.
13963
13964 2006-05-25  Miguel de Icaza  <miguel@novell.com>
13965
13966         * Theme.cs: Use Tangoified messagebox icons. 
13967
13968         (GetSizedResourceImage): Also cope with width = 0 and do not
13969         trigger a warning in that case (0 means "give me your icon from
13970         the resouce, no special size needed).
13971
13972 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
13973
13974         * Application.cs: Leave runloop if the the main modal form is 
13975           hidden (fixes #78484)
13976
13977 2006-05-25  Atsushi Enomoto  <atsushi@ximian.com>
13978
13979         * BindingContext.cs : reject null datasource in Contains() and
13980           Item[].
13981         * CurrencyManager.cs : check data_member validity when data_source
13982           is dataset. When it is late binding, the initial position is -1.
13983
13984 2006-05-24  Jackson Harper  <jackson@ximian.com>
13985
13986         * TreeNodeCollection.cs: Dont't recalculate the visible order on
13987         inserted nodes that aren't visible.  This changes the
13988         max_visible_order which confuses scrollbar settings.
13989         - Use the enumerator to get the prev node instead of duplicating
13990         code.
13991         * TreeView.cs: Use new method for setting scrollbar values
13992         - Don't set the bounds every time the scrollbar is updated
13993         - When updating below the root node use an invalidate instead of a
13994         refresh to prevent the child controls (scrollbars) from being
13995         refreshed. (UpdateBelow still needs to be reworked anyways).
13996         - Reenable SetBottom now that visible orders are set correctly,
13997         added some debug code incase we ever get bad values there again.
13998         - Set the scrollbar max to 2 less then the max value, this
13999         compensates for the max value being one above the node count, and
14000         for scrollbars adding one extra "notch".
14001         - When drawing image nodes if there is an imagelist we draw the
14002         first image in the list if the supplied image index is out of the
14003         image list's bounds.
14004         
14005 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
14006
14007         * XplatUIX11.cs: Don't blindly cache hwnd.ClientRect, reset it when 
14008           we receive a size change from the WM (Fixes #78503)
14009
14010 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com>
14011
14012         * XplatUIWin32.cs, XplatUIX11.cs: Refresh when setting the Clip 
14013           rectangle (Fixes #78501)
14014
14015 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
14016
14017         * ButtonBase.cs: 
14018           - Fixed MouseUp, MouseDown and MouseMove to treat mouseevent.Button 
14019             as a bitfield.
14020           - Fixed MouseMove to no longer switch pressed state unless the left
14021             mouse button is pressed. Atsushi provided the original patch (#78485)
14022           
14023 2006-05-24  Jackson Harper  <jackson@ximian.com>
14024
14025         * ScrollBar.cs: New internal methods that allow us to change a
14026         couple values on the scrollbar (the most common case is maximum
14027         and large change) without getting multiple invalidates.
14028
14029 2006-05-24  Chris Toshok  <toshok@ximian.com>
14030
14031         * DataGridBoolColumn.cs (Abort): revert back to the saved setting.
14032         (Edit): save off the original state in oldState, and set
14033         grid.is_editing to true.
14034         (OnKeyDown): abort editing if escape is pressed.  also, call
14035         NextState if space is pressed.
14036         (OnMouseDown): call NextState.
14037         (NextState): factor out shared code from OnKeyDown and OnMouseDown
14038         here.  Also, only invalidate the row header once (on the initial
14039         is_changing switch) to save on redraws.
14040
14041 2006-05-24  Chris Toshok  <toshok@ximian.com>
14042
14043         * DataGridTextBoxColumn.cs (Commit): only call SetColumnValueAtRow
14044         if the value in the cell is different than it was before.  This
14045         keeps us from triggering a layout when we move around a datarid
14046         with a highlighted cell.
14047         (Edit): suspend layout when creating/positining the text box, and
14048         resume passing false so we don't ever actually re-layout.
14049         (ReleaseHostedControl): same.
14050         (EnsureTextBox): reformat slightly, and set WordWrap to false.
14051
14052         * DataGridTextBox.cs (ProcessKeyMessage): it's not true that all
14053         control-key sequences should go to the datagrid - remove that
14054         lock.  Also, modify the conditions under which we move between
14055         cells when moving the cursor within a cell, and remove the "this"
14056         and "base" from field accesses.  We weren't even consistent, given
14057         they all were in the base class.
14058
14059 2006-05-24  Atsushi Enomoto  <atsushi@ximian.com>
14060
14061         * Binding.cs : (.ctor)
14062           An obvious NRE fix for BindingTest.CtorNullTest().
14063
14064 2006-05-23  Chris Toshok  <toshok@ximian.com>
14065
14066         * TextBoxBase.cs (get_Text): don't add a trailing newline, add
14067         them between lines.  This fixes some quirks editing cells in the
14068         datagrid.
14069
14070 2006-05-23  Jackson Harper  <jackson@ximian.com>
14071
14072         * TreeView.cs: Use begin/end update when doing expand/collapse all
14073         so that we don't get flicker on the scrollbar.
14074
14075 2006-05-23  Jackson Harper  <jackson@ximian.com>
14076
14077         * TreeNode.cs: Bounds are computed 'on the fly' now.  This allows
14078         treenode calculations to be independant of the painting code. To
14079         do this nodes track a visible order which is calculated by the
14080         treeview.
14081         - Call new methods for expanding/collapsing nodes.  These methods
14082         use scrollwindow so we don't have to update everything below the
14083         node.
14084         * TreeView.cs: Refactored drawing and scrolling code.  We don't
14085         need to update nodes when drawing anymore or calculate scrollbar
14086         stuff.
14087         - Added new methods for expanding/collapsing nodes. These methods
14088         use ScrollWindow so as to not have to redraw all the nodes below.
14089         * TreeNodeCollection.cs: Recalc visible order and scrollbars when
14090         we add/remove nodes or sort.
14091         - Handle removing the selected and the top node properly.
14092
14093 2006-05-23  Chris Toshok  <toshok@ximian.com>
14094
14095         * DataGridTextBoxColumn.cs (Edit): set grid.is_editing to true.
14096         maybe this should actually happen in the datagrid code?
14097         (EndEdit): no need to invalidate anything, given that
14098         ReleaseHostedControl causes the datagrid to relayout, which
14099         invalidates everything anyway.
14100
14101         * DataGrid.cs (set_CurrentCell): remove duplicate check (it's also
14102         in SetCurrentCell).
14103         (set_SelectionBackColor): call InvalidateSelection instead of
14104         Refresh.
14105         (set_SelectionForeColor): same.
14106         (BeginEdit): Flesh this out a bit.
14107         (CancelEditing): only do any of this if we're editing/adding.
14108         (EndEdit): same.
14109         (OnMouseDown): there's no need to cancel editing here, it's done
14110         in SetCurrentCell.
14111         (SetCurrentCell): only invalidate the current row header if it's a
14112         different row than the new one.
14113         (ShiftSelection): fix this to work like MS does.
14114         (ResetSelection): factor out the invalidation of selected_rows to
14115         InvalidateSelection.
14116         (SetDataSource): cancel any editing that's going on.
14117
14118         * DataGridColumnStyle.cs
14119         (IDataGridColumnStyleEditingNotificationService.ColumnStartedEditing):
14120         call the non-interface version.
14121
14122         * ThemeWin32Classic.cs (DataGridPaintColumsHdrs): intersect the
14123         header rectangle with the clip rectangle so we don't redraw the
14124         entire header for just a small area.  Gets rid of the last flicker
14125         when horizontally scrolling.
14126         (DataGridPaintRow): same.
14127
14128 2006-05-23  Mike Kestner  <mkestner@novell.com>
14129
14130         * ListViewItem.cs: remove size for line hack from LargeIcon layout.
14131         * ThemeWin32Classic.cs: don't draw line.  it's really the top of a
14132         poorly placed checkbox on the MS control.  Fixes Alex's unfiled
14133         Critical bug report.
14134
14135 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
14136
14137         * PictureBox.cs: Fixed broken ControlStyles. Unit test no longer fails,
14138           and this fixes #78493
14139
14140 2006-05-23  Miguel de Icaza  <miguel@novell.com>
14141
14142         * Theme.cs (GetSizedResourceImage): Scale images if the proper
14143         size is not found.  
14144         
14145         * FileDialog.cs: Do not change the background for the side bar as
14146         it wont work nicely with the theme, and also reduces the artifacts
14147         in rendering the icons (which I want to fix too).
14148
14149         * MimeIcon.cs (ResourceImageLoader): Load images from assembly
14150         resources, not resgen resources. 
14151
14152         (PlatformDefaultHandler): Pull images using the new API.
14153
14154 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
14155
14156         * Hwnd.cs (Dispose): Remove any pending exposures. XEventQueue holds
14157           a reference to the hwnd and will not remove it unless there are
14158           no pending exposures (fixes #78341)
14159         * XplatUI.cs: Improved debug
14160
14161 2006-05-23  Atsushi Enomoto  <atsushi@ximian.com>
14162
14163         * MenuAPI.cs : don't handle OnClick event when it was not the left
14164           button. Fixed bug #78487.
14165
14166 2006-05-23  Mike Kestner  <mkestner@novell.com>
14167
14168         * MenuAPI.cs: fix placement of submenus for multi-row menu bars, and
14169         prefer submenus to the top menu for item lookup, to avoid popping down
14170         top-row items.
14171
14172 2006-05-23  Alexander Olk  <alex.olk@googlemail.com>
14173
14174         * ThemeWin32Classic.cs: Rewrote CPCPDrawScrollButton to drop
14175           Graphics.FillRectangle as the visual results are really bad (even
14176           on win). We now draw perfect arrows (and perfect shadows when the
14177           scrollbar is disabled). Simplified CPDrawGrid. CPDrawGrid now uses
14178           Pen.DashPattern to draw the dots of each line.
14179
14180 2006-05-22  Alexander Olk  <alex.olk@googlemail.com>
14181
14182         * FileDialog.cs: Update the filename combobox when navigating through
14183           the ListView with the cursor keys. Fixes part 7 of bug #78446.
14184
14185 2006-05-22  Mike Kestner  <mkestner@novell.com>
14186
14187         * ListView.cs: raise SelectedIndexChanged on keyboard selection.
14188         Fixes #78463.
14189
14190 2006-05-22  Mike Kestner  <mkestner@novell.com>
14191
14192         * ComboBox.cs: Refresh in EndUpdate to pick up all the dropped Paint
14193         requests. Fix a misspelled parameter and a copy paste exception error
14194         in Select.
14195
14196 2006-05-22  Peter Dennis Bartok  <pbartok@novell.com> 
14197
14198         * ThemeWin32Classic.cs: Changed DefaultFont emSize from 8.25 to 8
14199           to get the same width/height (5/13) on X11 as the default font has on
14200           win32. This means that our DefaultFont emSize is smaller than the 
14201           the MS SWF equivalent (even thought the width/height stays the same)
14202
14203 2006-05-20  Jackson Harper  <jackson@ximian.com>
14204
14205         * MdiClient.cs:
14206         * MdiWindowManager.cs:
14207         * InternalWindowManager.cs: Make sure to use the border width from
14208         the theme.
14209
14210 2006-05-20  Jordi Mas i Hernandez <jordimash@gmail.com>
14211
14212         * PrintDialog.cs: Implements printer details
14213
14214 2006-05-19  Alexander Olk  <alex.olk@googlemail.com>
14215
14216         * FileDialog.cs: Added focus handling for PopupButtonPanel.
14217           Fixes part 1 and 2 of bug #78446
14218
14219 2006-05-19  Peter Dennis Bartok  <pbartok@novell.com> 
14220
14221         * XplatUIX11.cs (SetWindowPos): Recalculate client area size on resizes
14222           instead of sticking to the first ever calculated value
14223
14224 2006-05-19  Mike Kestner  <mkestner@novell.com>
14225
14226         * ComboBox.cs: fix mouse motion selection to use MousePosition and
14227         PointToClient, since Capture is set. Fixes #78344.
14228
14229 2006-05-19  Mike Kestner  <mkestner@novell.com>
14230
14231         * ListView.cs: match MS behavior in Details view where items are not
14232         drawn if Columns.Count == 0. 
14233         * ThemeWin32Classic.cs: only highlight ListView selection if focused.
14234         Use a separate pen to draw the check, since changing the width affects
14235         the box as well.  Fixes #78454.
14236
14237 2006-05-18  Miguel de Icaza  <miguel@novell.com>
14238
14239         * ListView.cs: ArgumentOutOfRangeException, single versions of the
14240         exception should throw the name of the invalid argument.
14241
14242         * FileDialog.cs (OnClickOpenSaveButton): Avoid crash in open if
14243         there are no files listed. 
14244
14245 2006-05-18  Jackson Harper  <jackson@ximian.com>
14246
14247         * ThemeWin32Classic.cs: Don't use endcaps, they mess the drawing
14248         up.
14249
14250 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
14251
14252         * Control.cs: Brought back our old UpdateZOrder method as a private
14253           function and switched our calls from UpdateZOrder to the new one.
14254           This fixes the Paint.Net canvas disappearing bug.
14255
14256 2006-05-18  Jackson Harper  <jackson@ximian.com>
14257
14258         * Theme.cs:
14259         * ThemeWin32Classic.cs:
14260         * InternalWindowManager.cs: Move the drawing into the theme,
14261         expose everything the theme should need from the window manager.
14262
14263 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
14264
14265         * XplatUIX11.cs (DefWndProc): WM_SETCURSOR: Assign the return value 
14266           from the call to NativeWindow to avoid walking up the parent chain
14267           further than needed (speeds up setting cursors and avoids setting
14268           the wrong cursor if a parent has another cursor defined)
14269         * Cursor.cs: When loading an icon as cursor, MS uses the center of
14270           the icon as hotspot, not what's contained as hotspot in the icon
14271           file. This fixes the perceived drawing offset seen with Paint.Net
14272         
14273 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
14274
14275         * XplatUIX11.cs: 
14276           - Store the calculated rectangle in Hwnd object and use it when 
14277             setting the client size
14278           - Force Toolwindows to always be type Dock, to ensure they're on top
14279
14280 2006-05-18  Mike Kestner  <mkestner@novell.com>
14281
14282         * ComboBox.cs: first pass at ComboBox rework.  Layout is more
14283         consistent with MS positioning.  IntegralHeight, ItemHeight, Sizing.
14284         Correctly initialize textcontrol and ListBox on DropDownStyle changes. 
14285         Substantial refactoring to remove confusing nested classes. Coding
14286         standard and Get+Set->property refactorings.  Shift to index based
14287         highlighting in ComboListBox instead of constantly using IndexOf and
14288         Items[]. Add invalidations on resize for DropDownList to fix ugliness
14289         in FileDialog growth.  Draw borders manually since Simple mode needs
14290         to look like two independent controls.  Make listbox border
14291         conditional to DropDownStyle.  Improved OwnerDraw support.
14292
14293 2006-05-18  Sebastien Pouliot  <sebastien@ximian.com>
14294
14295         * PaintEventArgs.cs: For 2.0, check for a null Graphics in the .ctor. 
14296         Don't set the disposed graphics to null, so we can throw the "right"
14297         exception if the graphics is reused later (added a flag to avoid 
14298         double disposing). Some behaviours are different under 2.0 and are
14299         filled under bug #78448.
14300
14301 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
14302
14303         * Control.cs: When double-buffering is enabled, we need to reset
14304           our graphics context between paint calls. Otherwise, any 
14305           transformations and other alterations on the context will 
14306           become cumulative (#77734)
14307
14308 2006-05-18  Mike Kestner  <mkestner@novell.com>
14309
14310         * ListView.cs: do focused item selection like MS on clicks. 
14311         Rework focus handling for ItemControl so LostFocus invalidates as
14312         well.
14313         * ThemeWin32Classic.cs: only draw focus rectangle for ListViewItems if
14314         the ListView ItemControl has focus.
14315
14316 2006-05-17  Peter Dennis Bartok  <pbartok@novell.com>
14317
14318         * XplatUIX11.cs: If client_window ends up being width or height zero
14319           due to border settings, move it off window inside whole_window (#78433)
14320
14321 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
14322
14323         * Mime.cs: Shrink the mime file cache correctly.
14324
14325 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
14326
14327         * ThemeWin32Classic.cs: Readded button focus drawing code. (#78429)
14328
14329 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
14330
14331         * XplatUIX11.cs (AddExpose): More sanity checks
14332
14333 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
14334
14335         * XplatUIX11.cs:
14336           - AddExpose: Don't add expose ranges outside the size of our
14337             window
14338           - Cast opacity values to Int32 to avoid crashes with certain
14339             values
14340           - Added disabled code paths that protect against illegal cross-
14341             thread painting (Developers.exe)
14342
14343 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
14344
14345         * ProgressBar.cs: Invalidate the control when it's resized
14346           since block size is based on control size. (#78388)
14347
14348 2006-05-16  Miguel de Icaza  <miguel@novell.com>
14349
14350         * DataGrid.cs (SetDataBinding): per the discussion on irc, instead
14351         of setting the incoming argument to the "reset" value, we set the
14352         this.datamember to string.empty (before we were invalidating the
14353         incoming data).   
14354
14355         Fixes 78420
14356
14357 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
14358
14359         * Form.cs: Only apply transparency settings after the form
14360           is created. (Fixes #77800)
14361
14362 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
14363
14364         * ApplicationContext.cs: Grab the HandleDestroyed event so
14365           we know when to fire OnMainFormClosed 
14366
14367 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
14368
14369         * Application.cs: Introduced sub-class to allow tracking of
14370           threads and centralized triggering of the event mess for
14371           ThreadExit, AppExit, etc..  (#76156)
14372
14373 2006-05-16  Alexander Olk  <alex.olk@googlemail.com>
14374
14375         * MimeIcon.cs:
14376           - Do not return a null icon index value for a mime subclass.
14377             Instead try the main mime type class too.
14378           - Seems that some newer distributions don't have a link to some
14379             gnome default icons anymore. So check the default gnome dir too.
14380           
14381
14382 2006-05-16  Jackson Harper  <jackson@ximian.com>
14383
14384         * MdiClient.cs: Don't paint the parent background image if we have
14385         our own background image.
14386
14387 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
14388
14389         * Control.cs:
14390           - PerformLayout: Do not shrink space filled by DockStyle.Fill
14391             controls, all filled controls are supposed to overlap (#78080)
14392           - UpdateZOrder is supposed to update the control's z-order in the
14393             parent's z-order chain. Fixed to behave like that
14394           - BringToFront: Removed obsolete code
14395           - SendToBack: Simplyfied
14396           - SetChildIndex: Trigger layout calculations when Z-order changes
14397             since layout is done by z-order
14398
14399 2006-05-16  Chris Toshok  <toshok@ximian.com>
14400
14401         [ fixes bug #78410 ]
14402         * DataGrid.cs (set_AlternatingBackColor): use
14403         grid_drawing.InvalidateCells instead of Refresh().
14404         (set_BackColor): call grid_drawing.InvalidateCells.
14405         (set_BackgroundColor): use Invalidate instead of Refresh.
14406
14407         * DataGridDrawingLogic.cs (InvalidateCells): new function, just
14408         invalidate the cell area.
14409
14410 2006-05-15  Chris Toshok  <toshok@ximian.com>
14411
14412         [ fixes bug #78011 ]
14413         * ThemeWin32Classic.cs (DataGridPaintRows): pass the clip argument
14414         on to DataGridPaintRow.
14415         (DataGridPaintRow): take a clip argument, and only draw the cells
14416         which intersect it.  same with the not_usedarea.
14417
14418         * Theme.cs (DataGridPaintRow) add @clip parameter.
14419
14420         * DataGrid.cs (ScrollToColumnInPixels): simplify, use
14421         XplatUI.ScrollWindow.
14422         (ScrollToRow): same.
14423
14424         * DataGridDrawingLogic.cs (UpdateVisibleColumn): fix corner case
14425         with last column which was causing a gray swath to appear with the
14426         XplatUI.ScrollWindow code.
14427
14428 2006-05-15  Chris Toshok  <toshok@ximian.com>
14429
14430         * ListBox.cs (HorizontalScrollEvent): in the non-multicolumn case,
14431         use XplatUI.ScrollWindow.
14432         (VerticalScrollEvent): use XplatUI.ScrollWindow.
14433
14434 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com> 
14435
14436         * TextBoxBase.cs: Added handling of middle-button paste for X11. (#78375)
14437
14438 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
14439
14440         * Cursors.cs: For X11, read NWSE and NESW cursors from our resource
14441           file since there are no equivalent X11 cursors
14442
14443 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
14444
14445         * MonthCalendar.cs : DateTimePicker should reflect selected date
14446           on mouse*up*, not mouse*down*. Fixed originally reported part of
14447           bug #76474.
14448
14449 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
14450
14451         * TabControl.cs : When argument index is equal or more than tab
14452           count, just ignore. Fixed bug #78395.
14453
14454 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
14455
14456         * Control.cs: Dispose all child controls when control is diposed (#78394)
14457
14458 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
14459
14460         * ColorDialog.cs: Finally it is possible to select the color with
14461           the text boxes
14462
14463 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
14464
14465         * PrintDialog.cs: Fix typo
14466
14467 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
14468
14469         * PrintDialog.cs: PrintDialog is not resizable
14470         * ThemeWin32Classic.cs: Draw non links in LinkLabel with the correct
14471           color. Made some ToolBar drawing methods protected virtual.
14472
14473 2006-05-13  Jordi Mas i Hernandez <jordimash@gmail.com>
14474
14475         * PrintDialog.cs: Implementation of the PrintDialog
14476
14477 2006-05-12  Chris Toshok  <toshok@ximian.com>
14478
14479         * ScrollBar.cs (set_Value): don't use Dirty/Invalidate to move the
14480         thumb, instead use MoveThumb.  This has the side effect of making
14481         most of the other thumb moving machinery use MoveThumb as well.
14482         (OnHandleCreated): pass false for @dirty to UpdateThumbPos, as we
14483         need to actually invalidate the rectangle where the new thumb will
14484         go.
14485         (MoveThumb): use XplatUI.ScrollWindow to move the thumb around.
14486         We force an Update() after, so it's not as fast as it could be,
14487         but at least there's zero flicker and no droppings.
14488         (OnMouseMoveSB): in the thumb dragging case, use MoveThumb.
14489         (UpdateThumbPos): add another argument (dirty), which says whether
14490         or not to calculate/add dirty regions which we later invalidate.
14491         For cases where we know we're going to use MoveThumb, we pass
14492         false for this.  Otherwise, pass true.
14493
14494 2006-05-12  Jackson Harper  <jackson@ximian.com>
14495
14496         * ThemeWin32Class.cs: Fixes for alignment and icon rendering in
14497         the status bar.
14498         
14499 2006-05-12  Peter Dennis Bartok  <pbartok@novell.com>
14500
14501         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new SetClipRegion
14502           and GetClipRegion methods and UserClipWontExposeParent property.
14503         * XplatUIWin32.cs: Implemented SetClipRegion/GetClipRegion methods,
14504           overriding UserClipWontExposeParent property, setting to false, since
14505           Win32 handles the required expose messages to draw our clipped parent
14506           areas internally
14507         * XplatUIX11.cs: Implemented SetClipRegion and GetClipRegion; updated
14508           PaintEventStart to set the user clip region if set.
14509         * Control.cs: 
14510           - Now internally tracking the Region for the control since we need to
14511             store it if the handle is not yet created and only set it when it
14512             becomes created. Before setting the region forced handle creation
14513           - Added code to draw the parents underneath a user-clipped region
14514         * Hwnd.cs: Added UserClip property
14515
14516 2006-05-12  Chris Toshok  <toshok@ximian.com>
14517
14518         * ScrollBar.cs (set_LargeChange): Refresh() -> InvalidateDirty()
14519         (set_Maximum): same.
14520         (set_Minimum): same.
14521         (set_SmallChange): same.
14522         (OnMouseUpSB): remove the call to refresh when releasing the
14523         thumb.  We shouldn't need it.
14524         
14525 2006-05-12  Miguel de Icaza  <miguel@novell.com>
14526
14527         * StatusBar.cs (UpdatePanel): If the panel being refreshes has the
14528         AutoSize set to None, we do not need to relayout everything, we
14529         just need to invalidate the current region.
14530
14531         (Draw): Do not draw the entire ClientArea, just redraw the
14532         clip area being passed.
14533
14534         * MdiClient.cs: Make MdiClient constructor with the Form argument
14535         internal. 
14536
14537 2006-05-12  Jackson Harper  <jackson@ximian.com>
14538
14539         * ThemeWin32Classic.cs (DrawToolBar): Flat toolbars get their
14540         parents background image,  but strangely not their own.
14541         - (DrawStatusBarPanel): Take into account horizontal alignment
14542         when drawing the strings and icons.
14543
14544 2006-05-12  Mike Kestner  <mkestner@novell.com>
14545
14546         * ListBox.cs: avoid invalidations for focus when the collection is
14547         empty. 
14548
14549 2006-05-12  Chris Toshok  <toshok@ximian.com>
14550
14551         * ScrollBar.cs (OnMouseMoveSB): when dragging the thumb, don't
14552         invalidate the entire thumb area.  Call InvalidateDirty which
14553         limits the redraw to the thumb itself and surrounding pixels.
14554
14555         * XplatUIX11.cs (ScrollWindow): optimize copying.
14556         
14557 2006-05-12  Chris Toshok  <toshok@ximian.com>
14558
14559         * DataGridDrawingLogic.cs: make CalcGridAreas non-reentrant.
14560         Figure out the positioning/layout in a single pass instead of
14561         multiple recursive invocations.  Speeds up the initial display of
14562         the data grid.  Also, make many things private that were
14563         originally public but unused outside this class.
14564
14565 2006-05-11  Jackson Harper  <jackson@ximian.com>
14566
14567         * MdiClient.cs: Improved layout code.
14568
14569 2006-05-11  Jonathan Chambers  <jonathan.chambers@ansys.com>
14570
14571         * PropertyGrid.cs : Only check GetPropertiesSupported for properties,
14572           not SelectedObject.
14573
14574 2006-05-11  Chris Toshok  <toshok@ximian.com>
14575
14576         * Hwnd.cs (Invalid): don't start off with Rectangle.Empty, as
14577         union of that will always be {0,0,width,height}.
14578
14579 2006-05-11  Jackson Harper  <jackson@ximian.com>
14580
14581         * Form.cs: Match MS's DefaultSize for forms (they must have
14582         changed the size in sp2).
14583
14584 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
14585
14586         * TextBoxBase.cs : implement CTRL+A (select all). Fixed bug #78368.
14587
14588 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
14589
14590         * TextControl.cs : Fixed bug #78109. This incorrect position
14591           comparison caused crash on automatic line split.
14592         * TextBoxBase.cs : reduce duplicate code.
14593
14594 2006-05-10  Jackson Harper  <jackson@ximian.com>
14595
14596         * MdiClient.cs: Active form is only sent to the back when using
14597         the Next form functionality, when a form is clicked the current
14598         active shouldn't be sent to the back.
14599         - Layout the mdi windows when the container is first made visible.
14600         * Form.cs: Give the MdiClient a ref to the containing form when we
14601         create it.
14602         
14603 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
14604
14605         * LinkLabel.cs : link_font could be uninitialized, so populate one
14606           before actual use. Fixed bug #78340.
14607
14608 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
14609
14610         * XplatUIX11.cs : clipboard format native value is IntPtr.
14611           Fixed bug #78283.
14612
14613 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
14614
14615         * Control.cs: 
14616           - Instead of showing context menus directly we send WM_CONTEXTMENU, 
14617             which is passed up the parent chain by DefWndProc
14618           - We now handle WM_CONTEXTMENU to display any menu, or pass it 
14619             to DefWndProc (#77956)
14620         * XplatUIX11.cs: Added handling of WM_CONTEXTMENU (pass up) to DefWndProc
14621
14622 2006-05-10  Jackson Harper  <jackson@ximian.com>
14623
14624         * MdiClient.cs: We need to remove the controls from the mdi
14625         collection, when we close the window.
14626         * MdiWindowManager.cs: Special handling of closing mdi windows.
14627         * InternalWindowManager.cs: Make the close method virtual so the
14628         mdi window manager can handle it specially.
14629
14630 2006-05-10  Jordi Mas i Hernandez <jordimash@gmail.com>
14631
14632         * DataGrid.cs:
14633           - Recalculate grid when the data source has changed
14634           - Matches styles provided by user from all data sources types
14635         * DataGridTableStyle.cs: For columns that provided by the user set the
14636         with the preferred value is there was unassigned.
14637         * CurrencyManager.cs: throw OnItemChanged event
14638
14639 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com> 
14640
14641         * PictureBox.cs: Don't animate until handle is created. Start animation
14642           when handle is created.
14643
14644 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
14645
14646         * XplatUIX11.cs, Hwnd.cs: Adopted Mike's patch from #77979 to match
14647           current codebase.
14648         * XEventQueue.cs: We don't need to provide the extra info
14649
14650 2006-05-10  Jackson Harper  <jackson@ximian.com>
14651
14652         * MdiClient.cs: If the mdi clients parent form has a background
14653         image set, we draw that background image for the mdi area's
14654         background.
14655
14656 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
14657
14658         * TextBoxBase.cs: Set IBeam cursor (#78347)
14659
14660 2006-05-10  Mike Kestner  <mkestner@novell.com>
14661
14662         * ToolBar.cs: fix some text padding issues with ButtonSize
14663         calculation. Update the default size to match MS documentation.
14664         * ToolBarButton.cs: use ToolBar.ButtonSize for layout of unspecified
14665         button size. Fixes #78296.
14666
14667 2006-05-10  Mike Kestner  <mkestner@novell.com>
14668
14669         * ListBox.cs: use is_visible for scrollbar positioning in case the
14670         control isn't on screen yet.  Fix off by one with Right vs Width
14671         usage.  Update Scrollbars in SetBoundsCore. Fixes #78188 and #78258.
14672         
14673 2006-05-10  Jackson Harper  <jackson@ximian.com>
14674
14675         * X11Dnd.cs: Drop to a control with another control on top of it.
14676         * ToolBar.cs: Work on a copy of the buttons list, so that it can
14677         be modified in click handlers. TODO: Look for similar problems in
14678         other controls.
14679
14680 2006-05-09  Jackson Harper  <jackson@ximian.com>
14681
14682         * Form.cs: Window managers need the old window state when setting
14683         window state now.
14684         * InternalWindowManager.cs: Allow the base mdi window manager to
14685         handle more of the MDI only stuff (like maximize buttons).
14686         * MdiWindowManager.cs: Fix some snafus in changing the window
14687         state.  Add all the menu functionality, for both popup and
14688         maximized menus.
14689         * MdiClient.cs: When a new form is selected the currently
14690         activated form is sent to the back, this matches MS.
14691         - Implement a new method to activate the next mdi child window.
14692
14693 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com>
14694
14695         * Control.cs: 
14696           - Added new InternalCapture method to allow controls to prevent
14697             the capture behaviour on the click handlers
14698           - Switched to use InternalCapture
14699         * ComboBox.cs:
14700           - Using InternalCapture to prevent mouse captures from being released
14701             on mouse button release (Fixes #78100)
14702         * XplatUIX11.cs (DeriveStyles): Now checks caption state and only
14703           returns Form borders if a caption is present. (Fixes #78310)
14704
14705 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com> 
14706
14707         * TreeNode.cs: Changed serialization .ctor to not require every field
14708           to be present. (#78265)
14709         * OwnerDrawPropertyBag.cs: Added serialization .ctor
14710
14711 2006-05-05  Alexander Olk  <alex.olk@googlemail.com>
14712
14713         * MimeIcon.cs: for is faster than foreach for strings.
14714
14715 2006-05-05  Mike Kestner  <mkestner@novell.com>
14716
14717         * CheckedListBox.cs: update check handling code to not use selected.
14718         * ListBox.cs: rewrite of mouse selection handling to correspond to MS
14719         behavior for visual feedback, motion response, shift/ctrl handling,
14720         and properly deal with all 4 selection modes. Updates to bounds
14721         handling logic.  Add scroll wheel support. [Fixes #77842]
14722
14723 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
14724
14725         * ListView.cs:
14726           - Moved adding of Implicit controls into .ctor. That way, subsequent
14727             creation of the controls will not cause them to think they are 
14728             toplevel windows (fixes #78200 header problem)
14729           - Added 2.0 ShowGroups and UseCompatibleStateImageBehaviour
14730           - Switched visibility setting of header control to use internal field
14731             to avoid triggering handle creation
14732           - Now checking if handle is created before causing a refresh when items
14733             are added (This makes us now match handle creation time with MS)
14734         * Splitter.cs: Removed loading of private splitter cursor, switched to
14735           Cursors version now that that is loading the right ones
14736         * Cursors.cs: Load proper splitter cursors from resources
14737         * Cursor.cs: Added second method of loading resource cursors for the 
14738           VS.Net users amongst us
14739
14740 2006-05-05  Mike Kestner  <mkestner@novell.com>
14741
14742         * ListView.cs: give header_control a minimum size based on the
14743         ListView size.
14744
14745 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
14746
14747         * XplatUIX11.cs: WS_EX_TOPMOST requires window to be on top. A dock
14748           window seems to do that with metacity, so set that type. (#78120)
14749
14750 2006-05-05  Mike Kestner  <mkestner@novell.com>
14751
14752         * ListViewItem.cs: fix Details mode checkbox layout bug.
14753         * ThemeWin32Classic.cs: draw a ListView column header for unused space
14754         at the end of the header, if it exists. [Fixes for #78200]
14755
14756 2006-05-04  Jackson Harper  <jackson@ximian.com>
14757
14758         * MdiClient.cs: Add a helper property to get the container form.
14759         * MdiWindowManager.cs: We have to make sure to use the menu origin
14760         when drawing the icons and buttons, this fixes maximized window
14761         icons/buttons on win32.
14762         * InternalWindowManager.cs: Reset the restore captions when a
14763         window goes from Maximized to Minimized and vice versa. Move the
14764         DrawMaximizedButtons into the MdiWindowManager source, tool
14765         windows can't be maximized. NOTE: This could use a little
14766         refactoring if time ever permits.
14767         
14768 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
14769
14770         * TextBox.cs: Add MWFCategoryAttributes
14771         * TextBoxBase.cs: Add MWFCategoryAttributes
14772         * Form.cs: Add MWFCategoryAttributes
14773
14774 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
14775
14776         * Control.cs: Add MWFCategoryAttributes
14777         * ScrollableControl.cs: Add MWFCategoryAttributes
14778
14779 2006-05-03  Alexander Olk  <alex.olk@googlemail.com>
14780
14781         * ThemeWin32Classic.cs: Draw the ToolBar top border only if
14782           Divider is true. Fix a little glitch in PropertyToolBar
14783           drawing code
14784
14785 2006-05-02  Peter Dennis Bartok  <pbartok@novell.com> 
14786
14787         * Control.cs:
14788           - Dispose: Call base.Dispose, this causes the disposed event
14789             to be fired (and probably other, more important stuff)
14790           - SetVisibleCore: Set is_visible to true after creating the
14791             window so that the window still gets created invisible (if
14792             WM_VISIBLE isn't set). That will cause the ShowWindow afterwards
14793             to generate a WM_ACTIVE message
14794         * Form.cs: Call Dispose when we want to destroy the window, instead of
14795           just destroying the handle (Dispose will do that for us)
14796         * XplatUIX11.cs:
14797           - RootWindow also needs a queue, so we can properly process the
14798             property change events from RootWindow (like Activate)
14799           - Generatic synthetic WM_ACTIVE message when the active window is
14800             being destroyed
14801
14802 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
14803
14804         * LinkLabel.cs: Trigger a recalc of our label dimensions when
14805           bounds are changed
14806
14807 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com>
14808
14809         * ThemeWin32Classic.cs (ButtonBase_DrawImage): Use the proper image
14810           for determining width and height (image might not be assigned if
14811           we're drawing an imagelist)
14812
14813 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
14814
14815         * XplatUI.cs, XplatUIDriver.cs: Added MenuHeight property
14816         * XplatUIWin32.cs: Overriding new MenuHeight property, retrieving
14817           height from system
14818         * Theme.cs: No longer returns hardcoded menu height, instead calls
14819           new driver method
14820         * Form.cs (OnLoad): Scaling happens before triggering Load events 
14821           on MS (# 78257)
14822
14823 2006-05-01  Mike Kestner  <mkestner@novell.com>
14824
14825         * MenuItem.cs: fix NRE for text == null.  Fixes #78250.
14826
14827 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com> 
14828
14829         * TextBoxBase.cs: Removed Fixme
14830         * RichTextBox.cs (set_RTF): Invalidate document after update (#78247)
14831
14832 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com>
14833
14834         * XplatUIX11.cs:
14835           - ScrollWindow: We were passing hwnd.ClientRectangle which returns
14836             the rectangle relative to the parent, considering borders. We
14837             don't really want that.
14838           - ScrollWindow: Fixed warning to be more understandable
14839         * TextBoxBase.cs: Fixed ScrollWindow calculations to consider our
14840           scrollbars and scroll only the visible area
14841         * RichTextBox.cs: Removed debug output
14842
14843 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
14844
14845         * NumericUpDown.cs (Text): Just use base
14846         * UpDownBase.cs: Ensure txtView is created before using it
14847
14848 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
14849
14850         * XplatUIX11.cs (SetWindowTransparency): Casting opacity to int before
14851           casting to IntPtr to avoid 64bit overflow errors
14852
14853 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
14854
14855         * Control.cs:
14856           - AllowDrop: Don't force handle creation.
14857           - CreateHandle: Added call to tell driver if we're allowed to drop
14858
14859 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
14860
14861         * FileDialog.cs: Remember the last directory not only for the
14862           current instance but also for new FileDialog instances.
14863
14864 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
14865         
14866         * XplatUIX11.cs: Forgot to set the queue on the foster parent. That
14867           broke sending async messages
14868
14869 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
14870
14871         * XplatUIX11.cs:
14872           - ScrollWindow: Fixed method. We finally generate expose events again
14873             for scrolled areas. This was causing 'garbage' when scrolling
14874             textbox and other controls that used ScrollWindow
14875           - Switched from using the regular queue for paint events to the MS 
14876             model of 'generating' paint events when the queue is empty.
14877             We use the new XQueueEvent.Paint subclass to store which windows
14878             need painting.
14879           - AddExpose now takes the x/y/width/height of the exposed area
14880             and inserts the window into the paint queue if not already there
14881           - InvalidateWholeWindow: Switched to use new AddExpose method
14882           - UpdateMessageQueue: Added which queue to monitor for paint events
14883           - DefWndProc: Added default handler for WM_PAINT and WM_NCPAINT in
14884             the unlikely case nothing above handles it. We reset the expose
14885             pending states to get them off the queue.
14886           - GetMessage: Now pulls a paint event if no other events are in the
14887             queue
14888           - Invalidate: Switched to new AddExpose method
14889           - PeekMessage: Updated to understand pending paint events
14890           - UpdateWindow: Fixed logic bug. We were only updating if the window
14891             didn't need updating. Also switched to sending WM_PAINT directly,
14892             like MS does.
14893         * XEventQueue.cs: Added Paint queue support. Allows enqueue/dequeue
14894           and random access Remove(). The random access is needed to handle
14895           UpdateWindow() where a WM_PAINT is sent directly without accessing
14896           the queue.
14897         * ScrollBar.cs: Added Update() calls to cause immediate updates to
14898           allow for better feedback when scrolling. Scrollbars are small and
14899           the immediate update should make it 'feel' more responsive without
14900           slowing things down. ScrollBar still needs it's invaliate logic
14901           updated to not always invalidate the whole bar on certain changes.
14902
14903 2006-04-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14904
14905         * Control.cs:
14906         (BackColor): if the control does not support a transparent background,
14907         return the default backcolor when the parent backcolor is transparent.
14908
14909 2006-04-28  Peter Dennis Bartok  <pbartok@novell.com>
14910
14911         * Application.cs: Updated to new StartLoop/GetMessage API
14912         * RichTextBox.cs: Provide some output on RTF parsing errors
14913         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs: Added
14914           new queue_id argument to GetMessage and PeekMessage to allow faster
14915           handling of per-thread queues in drivers.
14916         * Hwnd.cs: Added Queue tracking and property
14917         * MenuAPI.cs: Updated to new StartLoop/GetMessage API
14918         * XEventQueue.cs: Added thread trackingA
14919         * PropertyGridView.cs: Updated to new StartLoop/GetMessage API
14920         * XplatUIX11.cs:
14921           - Implemented new per-thread queue
14922           - GetMessage: Fixed return/break behaviour on several cases. We were
14923             returning stale messages in some cases, instead of just processing
14924             the next message
14925
14926 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
14927
14928         * PropertyGrid.cs: Call GetPropertiesSupported on TypeConverter.
14929
14930 2006-04-27  Peter Dennis Bartok  <pbartok@novell.com>
14931
14932         * ThemeWin32Classic.cs (DrawToolBar): Refactored, simplified the logic,
14933           fixed off-by-one comparisons between Width/Height and Right/Bottom.
14934
14935 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
14936
14937         * PropertyGridView.cs: Fix drop down width.
14938
14939 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
14940
14941         * ThemeWin32Classic.cs: Peter thinks that three additional lines are
14942           a mess in DrawToolBar, so I removed one of them.
14943
14944 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
14945
14946         * ThemeWin32Classic.cs: Draw the ToolBar border lines only if
14947           needed (clip). Otherwise we get artifacts.
14948
14949 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
14950
14951         * FixedSizeTextBox.cs: Added constructor to allow specifying which
14952           dimension is fixed
14953         * UpDownBase.cs: Set the spinner control to be fixed height vertical,
14954           and switched FixedSizeTextBox to only be fixed vertical (#78116)
14955         * Form.cs: Not applying the 'MS 0.08 fudge factor' for a given dimension
14956           if it matches the scale base font (avoids unneeded scaling)
14957
14958 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
14959
14960         * X11DesktopColors.cs: One gtk_init_check should be enough
14961
14962 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com> 
14963
14964         * TextBoxBase.cs: Moved Backspace handling into WM_CHAR block to
14965           match MS behaviour
14966
14967 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
14968
14969         * TextBoxBase.cs: 
14970           - Generate OnTextChanged for Backspace even if we're only deleting
14971             the current selection
14972           - When setting the Text property, only select all text if the
14973             control does not have focus when it is being set. Otherwise
14974             just place the cursor at the beginning of the control
14975
14976 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
14977
14978         * ThemeWin32Classic.cs: ToolBars get drawn with two lines at the top.
14979           Added a little helper to draw PropertyGrid ToolBar with a different
14980           border and a different BackColor.
14981         * PropertyGrid.cs: Some background parts didn't get painted with the
14982           correct background color. Added a class that helps us to draw the
14983           correct border for PropertyGridView and a class that helps us to
14984           draw ToolBars with a different backcolor
14985         * PropertyGridView.cs: Draw PlusMinus with the correct colors.
14986
14987 2006-04-25  Jonathan Chambers  <jonathan.chambers@ansys.com>
14988
14989         * PropertyGrid.cs: Bug 78196, font size, and splitter location.
14990         * PropertyGridView.cs: Bug 78196, font size, and splitter location.
14991
14992 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
14993
14994         * XplatUIWin32.cs (DIBtoImage): ORing instead of ANDing the alpha
14995           into the palette entries. Also, since we're working on a copy
14996           we needed to copy the palette back onto the bitmap.
14997         * Cursor.cs: Same fix as XplatUIWin32.cs.
14998
14999 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com>
15000
15001         * ImageListStreamer.cs: Need to read the var (or we're off)
15002
15003 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
15004
15005         * TextControl.cs, ComboBox.cs, CommonDialog.cs, Theme.cs, 
15006           XplatUIWin32.cs, RichTextBox.cs, ImageListStreamer.cs,
15007           TextBoxBase.cs: Unused var fixes
15008         * AxHost.cs: Small 2.0 fix
15009         * XplatUIX11.cs: Switched to IntPtr from int for XA_CARDINAL atoms 
15010           as it seems that is what at least Metacity expects. This will make
15011           icons show up on 64bit platforms. We still have some 64bit size
15012           issues, though, since the startup app window size still won't match.
15013
15014 2006-04-25  Mike Kestner  <mkestner@novell.com>
15015
15016         * *.cs: cleanup newly reported exception var unused warnings.
15017
15018 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
15019
15020         * ThemeWin32Classic.cs: Button image alignment now matches exactly
15021           ms
15022
15023 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
15024
15025         * ThemeWin32Classic.cs: Fixed drawing code for buttons with an
15026           image. The image position is always the same, no matter if the
15027           button is pressed or not.
15028
15029 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
15030
15031         * FileDialog.cs: SaveFileDialog shouldn't rely on a MWFFileView
15032           selection and set the correct filename for SaveFileDialog.
15033           Patch by Emery Conrad.
15034
15035 2006-04-24  Mike Kestner  <mkestner@novell.com>
15036
15037         * ListView.cs (LastVisibleIndex): when in List mode of Alignment.Left,
15038         check for item.X outside the ClientRect instead of item.Y. Fixes
15039         #78151.
15040
15041 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15042
15043         * ImageListStreamer.cs: some images store a wrong grow factor, so don't
15044         trust that value blindly and do some sanity check. Fixes bug #77814.
15045
15046 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15047
15048         * ImageListStreamer.cs: save the mask as a 1bpp image.
15049
15050 2006-04-21  Mike Kestner  <mkestner@novell.com>
15051
15052         * CheckedListBox.cs: maintain CheckStatus here. Use DrawItemState to
15053         pass Checked and Indeterminate to the Theme Engine. Improve
15054         encapsulation with ListBox.
15055         * ListBox.cs: Keep a StringFormat instead of calculating it every item
15056         draw. Kill ListBoxItem. Refactor away the ListBoxInfo and ListBoxItem
15057         nested types.  Move all CheckState functionality to CheckedListBox.
15058         Make IntegralHeight work like MS.  Rewrite of Layout engine.  Fix
15059         OwnerDrawVariable layout/rendering.  Fix multicolumn rendering.  Fix
15060         ScrollAlwaysVisible handling. Refactor "selected" collections to use a
15061         single base list. Fix scrollbar sizing and placement to mirror MS.
15062         * Theme.cs: remove CheckedListBoxCheckRectangle. It wasn't really
15063         used.
15064         * ThemeWin32Classic.cs: implement Indeterminate CheckState rendering
15065         for CheckedListBox by using new DrawItemState info.  Center the
15066         checkboxes on the items. Use new StringFormat property.
15067
15068 2006-04-18  Jackson Harper  <jackson@ximian.com>
15069
15070         * Form.cs: MdiChildren don't do default locations the same way as
15071         regular forms.  This prevents a crash when trying to position the
15072         mdi windows.
15073
15074 2006-04-17  Jonathan Chambers  <jonathan.chambers@ansys.com>
15075
15076         * PropertyGridTextBox.cs: Formatting, copyright
15077         * PropertiesTab.cs: Formatting
15078         * PropertyGrid.cs: Formatting
15079         * PropertyGridView.cs: Formatting, fix drop down, enabled double 
15080           click toggling of values
15081           
15082 2006-04-17  Peter Dennis Bartok  <pbartok@novell.com> 
15083
15084         * KeyPressEventArgs: Added 2.0 only setter for KeyChar
15085         * Control.cs (.ctor): verify_thread_handle is static, don't reset
15086           every time a control is created
15087         * Application.cs: Removed obsolete EnableRTLMirroring method
15088
15089 2006-04-18  Gert Driesen  <drieseng@users.sourceforge.net>
15090
15091         * TabControl.cs: Avoid ArgumentOutOfRangeException when setting
15092         SelectedIndex to -1. Fixes bug #78121.
15093
15094 2006-04-17  Jackson Harper  <jackson@ximian.com>
15095
15096         * Binding.cs: Handle null values for Current and BindingContext.
15097         This occurs when binding is a little delayed.
15098         * CurrencyManager.cs: return null for Current when there are no
15099         items in the list.
15100         - Hookup to the listchanged event on the DataView and update
15101         bindings when the list is changed.  This fixes late binding of
15102         controls.
15103
15104 2006-04-17  Jackson Harper  <jackson@ximian.com>
15105
15106         * X11Dnd.cs:
15107         * XplatUIX11.cs: Drops should not create a mousedown. Patch by Tim
15108         Ringenbach.
15109
15110 2006-04-15  Alexander Olk  <alex.olk@googlemail.com>
15111
15112         * ThemeWin32Classic.cs: Draw disabled combo button in the correct
15113           place
15114         * ComboBox.cs: If the combobox is disabled call CPDrawComboButton
15115           with the correct ButtonState
15116
15117 2006-04-14  Peter Dennis Bartok  <pbartok@novell.com>
15118
15119         * XplatUIX11.cs: Improved distinguishing between window types to
15120           tell the WM a type closer to what the app wants (Fixes #78107)
15121
15122 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
15123
15124         * ThemeWin32Classic.cs: Fixed drawing of ContainerGrabHandle and
15125           GrabHandle
15126
15127 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
15128
15129         * ThemeWin32Classic.cs: Fixed size grip drawing and updated StatusBar
15130           drawing code to reflect the size grip changes
15131
15132 2006-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15133
15134         * ImageListStreamer.cs: fix handling of the mask that follows the main
15135         bitmap when deserializing and serialize it properly. The generated mask
15136         should better be a 1bpp image, but I'll do that later.
15137
15138 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
15139
15140         * FileDialog.cs: Show something in the DirComboBox on *nix if the
15141           path doesn't fit into some of our Current.Places
15142
15143 2006-04-13  Jackson Harper  <jackson@ximian.com>
15144
15145         * ComboBox.cs: Use borders instead of drawing our own decorations,
15146         try to obey correct rules for heights.
15147         * Theme.cs:
15148         * ThemeNice.cs:
15149         * ThemeClearLooks.cs:
15150         * ThemeWin32Classic.cs: Remove combobox decoration drawing code,
15151         this is now handled by borders.
15152         - Remove unused DrawListBoxDecorationSize method.
15153         
15154 2006-04-13  Mike Kestner  <mkestner@novell.com>
15155
15156         * MenuAPI.cs: null guarding for the disbled click check fixes crash
15157         reported by Alex.
15158
15159 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
15160
15161         * ThemeWin32Classic.cs: 
15162           - Fixed CPDrawStringDisabled
15163           - Corrected drawing of disabled menu items
15164           - Fixed drawing of disabled radio buttons (bug #78095)
15165           - Draw check in a disabled CheckBox with color ControlDark 
15166
15167 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
15168
15169         * Form.cs: Use the provided width when calculating the menu size;
15170           when being maximized we get WM_NCCALCSIZE before WM_WINDOWPOSCHANGED
15171           and ClientSize.Width won't be updated yet
15172         * Application.cs: Use Visible instead of Show() to make form visible,
15173           this way we create the handle later and menusize is considered
15174
15175 2006-04-12  Mike Kestner  <mkestner@novell.com>
15176
15177         * MenuAPI.cs: ignore clicks on disabled menu items. Thanks to Alex for
15178         reporting.
15179
15180 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
15181
15182         * TextBox.cs: Implemented context menu
15183
15184 2006-04-12  Mike Kestner  <mkestner@novell.com>
15185
15186         * ListView.cs: implement box selection. fixes #77838.
15187         * ThemeWin32Classic.cs: draw box select rect, remove a ResetClip.
15188
15189 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
15190
15191         * XplatUIX11.cs: Added setting of window type when transient window
15192           is created (metacity would move it otherwise)
15193         * X11Structs.cs: Added WINDOW_TYPE atoms
15194         * LinkLabel.cs: Override OnPaintBackgroundInternal and draw the
15195           background (the control is Opaque but still wants transparent
15196           backgrounds)
15197
15198 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
15199
15200         * Control.cs: Added OnPaintBackgroundInternal to allow controls
15201           that set Opaque but don't mean it (like all ButtonBase-derived
15202           controls) to still draw their background
15203         * ButtonBase.cs: Override OnPaintBackgroundInternal and draw
15204           the background
15205
15206 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
15207
15208         * Control.cs (PaintControlBackground): Set the graphics object
15209           on our PaintEvent to null to prevent it from being disposed
15210           when the PaintEvent gets disposed
15211
15212 2006-04-12  Alexander Olk  <alex.olk@googlemail.com>
15213
15214         * ThemeWin32Classic.cs: Use even more SystemBrushes and SystemPens
15215         * ThemeNice.cs, ThemeClearlooks.cs: fix typo
15216
15217 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
15218
15219         * Control.cs: 
15220           - Added transparency check to BackColor property. Transparent
15221             backgrounds are only allowed if the control styles permit it
15222           - Added recursive painting of parent control background and
15223             foreground if a control with a transparent backcolor is drawn
15224             (Thanks to Tim Ringenback for providing his 'hack' as a base
15225              for this patch) Fixes #77985 and #78026.
15226           - Added Opaque style check before calling OnPaintBackground, no
15227             need to draw the background if the control is opaque
15228           - Removed ControlAccessibleObject owner variable (inherited from
15229             base, no need to define again)
15230           - Added some documentation links explaining the drawing events
15231             and styles
15232
15233 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
15234
15235         * Splitter.cs (CalculateSplitPosition): Corrected the bad assumption
15236           that the affected control is the located at the left border of our
15237           parent (Fixes #77936)
15238
15239 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
15240
15241         * TextBoxBase.cs: When rendering disabled or readonly controls,
15242           draw the background with 'Control' instead of 'Window' color as
15243           long as the user hasn't specifically set a color
15244
15245 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
15246
15247         * TextBoxBase.cs: Don't try to shortcut by checking against base.Text
15248           since that won't be updated if the user types text (only if it's
15249           programatically set)
15250
15251 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
15252
15253         * ScrollableControl.cs: Calculate DisplayRect dynamically, so that
15254           layout changes do to app-triggered resizes will have the proper
15255           display rectangle for layout
15256
15257 2006-04-11  Alexander Olk  <alex.olk@googlemail.com>
15258
15259         * ThemeWin32Classic.cs:
15260           - Make use of the SystemBrushes and SystemPens wherever possible
15261           - Corrected some highlight colors
15262           - Corrected RadioButton and CheckBox FlatStyle.Flat and Popup
15263             drawing
15264         * Theme.cs: Added Empty field to CPColor struct
15265
15266 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
15267
15268         * ScrollabeControl.cs: We need to consider whether or not a scrollbar
15269           is displayed when calculating the display rectangle. Thanks to Mike
15270           for teaching me the err of my ways.
15271
15272 2006-04-10  Peter Dennis Bartok  <pbartok@novell.com>
15273
15274         * ScrollableControl.cs:
15275           - Rewrote DisplayRectangle code, now returning the proper x/y coords 
15276             (instead of 0,0) and we now return the real width/height instead of
15277             just the clientrectangle, adjusted for padding. The rectangle is
15278             now cached and created by the new CalculateDisplayRectangle method.
15279           - Created new CalculateDisplayRectange method, which basically does
15280             what get_DisplayRectangle() did originally, but now using the 
15281             right edge instead of DisplayRectangle to determine the size of
15282             our scrollbars
15283           - get_Canvas(): Fixed it to properly calculate canvas for 
15284             right/bottom controls which seem to be placed to the right/bottom
15285             of any controls that have a fixed location
15286           - Removed TODO that's taken care of
15287           - Removed NotImplementeds and attempted to implement AdjustFormScrollBars
15288             and SetDisplayRectLocation according to new MSDN2 docs
15289           - Added call to PerformLayout in OnVisibleChanged, MS causes a layout
15290             event when that is called, this is added for compatibility
15291           - ScrollControlIntoView(): Implemented.
15292           - Switched scrollbars to be implicit, they shouldn't be selectable
15293         * ContainerControl: Now that ScrollControlIntoView is implemented, we 
15294           call it when the active control is set/changed
15295         * ScrollBar.cs: Added support for generating Win32 scrollbar messages
15296         * ImplicitHScrollBar.cs, ImplicitVScrollBar.cs: Now setting new base
15297           implicit_control variable (used for native Win32 message generation)
15298         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Added new 
15299           HorizontalScrollBarHeight and VerticalScrollBarWidth properties
15300         * ThemeWin32Classic.cs: Now calling the driver for the scrollbar sizes
15301         * XplatUIStructs.cs: Added ScrollBarCommands enum
15302
15303 2006-04-10  Jackson Harper  <jackson@ximian.com>
15304
15305         * ButtonBase.cs:
15306         * CheckedListBox.cs:
15307         * ComboBox.cs:
15308         * DataGrid.cs:
15309         * DataGridView.cs:
15310         * Form.cs:
15311         * GroupBox.cs:
15312         * ListBox.cs:
15313         * PrintPreviewControl.cs:
15314         * ProgressBar.cs:
15315         * PropertyGrid.cs:
15316         * Splitter.cs:
15317         * StatusBar.cs:
15318         * TrackBar.cs:
15319         * UpDownBase.cs: Fixup base event overrides.
15320         
15321 2006-04-06  Mike Kestner  <mkestner@novell.com>
15322
15323         * ScrollBar.cs: fix "new event" declarations (#76509) and bounds check
15324         all user-initiated value changes to min <= value <= max-thumbsz+1.
15325         (set_Value): check for vert/horiz when calculating new thumb position.
15326         (LargeIncrement): bounds check to stop pos at max - thumb_size + 1
15327         like MS does.
15328         (OnMouseMoveSB): refactor the thumb dragging code and refine
15329         invalidation logic to reduce flicker.
15330         (SetEndPosition): bounds check to stop pos at max - thumb_size + 1
15331         (SmallIncrement): bounds check to stop pos at max - thumb_size + 1
15332         (UpdateThumbPosition): small code readability cleanup
15333
15334 2006-04-10  Alexander Olk  <alex.olk@googlemail.com>
15335
15336         * ThemeNice.cs: Small UI polishing. Draw borders a little bit
15337           different
15338
15339 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
15340
15341         * ThemeNice.cs: Use a better graphics effect when a button is pressed
15342
15343 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
15344
15345         * Theme.cs: Added GetDashPen and GetSizedPen to SystemResPool
15346         * ThemeWin32Classic.cs: Make use of the new SystemResPool methods.
15347           This dramatically reduces the number of Pen.Dispose calls. 
15348           Where possible call ResPool methods only once instead of calling it
15349           over and over again (for example for the same color).
15350
15351 2006-04-06  Mike Kestner  <mkestner@novell.com>
15352
15353         * TabControl.cs: fix for SelectedIndex updating on TabPage removals.
15354         Also remove an unused private field on the collection. Fixes #77972.
15355
15356 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
15357
15358         * ThemeNice.cs: Added ToolBar drawing code
15359
15360 2006-04-06  Mike Kestner  <mkestner@novell.com>
15361
15362         * Form.cs (ShowDialog): MS allows IWin32Window param to be a non-form.
15363         I'm assuming that means we need to look up the toplevel for the
15364         provided control. Fixes the crash trace in #77911 but exposes another
15365         crash in some strange reflection usage in NDocGui.
15366
15367 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
15368
15369         * ThemeNice.cs: Gave it a little silver touch and added Images
15370           method
15371         * FontDialog.cs: FontDialog is not resizable
15372         * FileDialg.cs: Added SizeGripStyle.Show
15373
15374 2006-04-05  Jackson Harper  <jackson@ximian.com>
15375
15376         * KeyboardLayouts.cs: Remove warning.
15377
15378 2006-04-05  Jackson Harper  <jackson@ximian.com>
15379
15380         * Control.cs: Enable OnPaintInternal so we can use it for drawing
15381         all of our controls instead of Paint +=.
15382         * ListBox.cs:
15383         * ListView.cs:
15384         * MenuAPI.cs:
15385         * MessageBox.cs:
15386         * NotifyIcon.cs:
15387         * ProgressBar.cs:
15388         * ScrollBar.cs:
15389         * Splitter.cs:
15390         * StatusBar.cs:
15391         * TabControl.cs:
15392         * TextBoxBase.cs:
15393         * ToolBar.cs:
15394         * TrackBar.cs:
15395         * UpDownBase.cs:
15396         * ComboBox.cs: Remove handling of WM_PAINT and WM_ERASEBKGND and
15397         use OnPaintInternal. Remove Width/Height and Visible checks in
15398         paint handler, this is done at a higher level now.
15399         * GroupBox.cs: Don't need to handle WM_ERASEBKGND anymore.
15400         * PaintEventArgs.cs: Add a handled flag so controls that don't
15401         want anymore painting after OnPaintInternal can make sure OnPaint
15402         isn't called.
15403
15404 2006-04-05  Mike Kestner  <mkestner@novell.com>
15405
15406         * Form.cs: fix the menu WndProc hacks to respect the native enabled
15407         state of the form, so that we don't process events when Modal dialogs
15408         are up. Fixes #77922.
15409
15410 2006-04-05  Alexander Olk  <alex.olk@googlemail.com>
15411
15412         * Mime.cs: Default for range length is 1 not 0. If set to 0 no match
15413           checking is done.
15414
15415 2006-04-05  Mike Kestner  <mkestner@novell.com>
15416
15417         * XplatUIX11.cs: fix typo in the EX_APPWINDOW transient patch.
15418
15419 2006-04-05  Mike Kestner  <mkestner@novell.com>
15420
15421         * ListView.cs (HeaderMouseMove): null guarding for the over column
15422         when setting up the drag_to_index.  Fixes #78015.
15423
15424 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com>
15425
15426         * XplatUIX11.cs: If WS_EX_APPWINDOW isn't set we don't want to show up
15427           in the taskbar. Transient windows seem to accomplish that.
15428
15429 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com> 
15430
15431         * Form.cs:
15432           - Re-enabled CreateParams.X/Y code for FormStartPosition
15433           - Added code for manual placement when creating the Control
15434           - Incomplete patch to treat MDI forms differently when
15435             setting the ClientSizeCore. (Still need to figure out handling
15436             x/y coords there)
15437         * XplatUIX11.cs:
15438           - When we're explicitly setting the X/Y position of a non-Child
15439             window, let the WM know. Metacity really wants this.
15440
15441 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
15442
15443         * ThemeNice.cs: Added CPDrawButton
15444
15445 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
15446
15447         * ThemeNice.cs: Changed the color for focused buttons and activated
15448           the arrows for small scroll buttons.
15449
15450 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
15451
15452         * ThemeWin32Classic.cs: Removed DrawFlatStyleButton, not needed
15453           anymore. Changed some method modifiers to protected (virtual)
15454         * ThemeClearlooks.cs: Updated to reflect the ThemeWin32Classic
15455           changes
15456         * ThemeNice.cs: Updated to reflect the ThemeWin32Classic changes.
15457           Updated drawing of menus, buttons and progressbars; added
15458           CPDrawBorder3D 
15459
15460 2006-04-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15461
15462         * ImageListStreamer.cs: implemented serialization/deserialization
15463         of the images.
15464
15465 2006-04-03  Alexander Olk  <alex.olk@googlemail.com>
15466
15467         * ThemeWin32Classic.cs:
15468           - Removed all the DrawFrameControl stuff; CPDrawButton,
15469             CPDrawCheckBox and CPDrawRadioButton are now handled directly
15470             inside the methods
15471           - Updated and corrected the drawing code of CPDrawButton,
15472             CPDrawCheckBox and CPDrawRadioButton to better match ms
15473           - Updated theme checkbox and radiobutton code to use the CP*
15474             methods
15475
15476 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
15477
15478         * XplatUIX11.cs: Enable clipping again now that the libgdiplus
15479           bug is fixed
15480
15481 2006-03-31  Jackson Harper  <jackson@ximian.com>
15482
15483         * XplatUIX11.cs: Somehow we get SETCURSORS for bad windows
15484         sometimes.
15485         * UpDownBase.cs: Don't CreateGraphics manually, use a
15486         Refresh. Ideally we would invalidate the correct areas here.
15487
15488 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
15489
15490         * XplatUIX11.cs: 
15491           - We now track the mapping state of windows. If a window (or 
15492             one of it's parents) is not mapped we no longer permit
15493             WM_PAINT messages to be generated since we'd otherwise get 
15494             lots of BadMatch X errors. Jackson did all the work figuring
15495             out the problem.
15496           - Destroying the caret if the window it's contained in is 
15497             destroyed. Can't use regular DestroyCaret method since it
15498             might fall into a drawing function (trying to remove the
15499             caret) and with that generate new BadMatch errors. Again,
15500             Jackson tracked this down.
15501           - Changed DestroyChildWindows to SendWMDestroyMessages, we now
15502             make sure we send the messages to all windows. (The old code
15503             would send the WM_DESTROY to the window, and then all child
15504             windows would be 'gone' because the WM_DESTROY handle lookup
15505             would no longer find the destroyed window)
15506         * Hwnd.cs: Added Mapping property to track mapping state of hwnd
15507         * X11Structs.cs: Added WindowType enum for MapWindow/UnmapWindow
15508
15509 2006-03-31  Jackson Harper  <jackson@ximian.com>
15510
15511         * ScrollableControl.cs: Dont recalc if we are not visible.
15512
15513 2006-03-31  Mike Kestner  <mkestner@novell.com>
15514
15515         * Control.cs (SetVisibleCore): move the CreateControl call up ahead of
15516         the visibility branch.
15517
15518 2006-03-31  Jackson Harper  <jackson@ximian.com>
15519
15520         * ScrollBar.cs: Cap values when incrementing/decrementing.
15521
15522 2006-03-31  Mike Kestner  <mkestner@novell.com>
15523
15524         * MenuAPI.cs: setup menu.tracker for popup/context menus.
15525         * ToolTip.cs: guard against timer expirations with no active control.
15526         Not sure why it happened.
15527
15528 2006-03-31  Mike Kestner  <mkestner@novell.com>
15529
15530         * ThemeWin32Classic.cs: add some horizontal padding space for the tip
15531         text.
15532         * ToolTip.cs: Position the tooltip based on where the cursor is at
15533         popup time, not at MouseEnter time.  Add a Down state so that we don't
15534         redisplay tips without a Leave. Use faked XplatUI.GetCursorInfo for
15535         positioning offset. Lookup DisplaySize at positioning time, since it
15536         can theoretically change during invocation.
15537         * XplatUIWin32.cs: fake GetCursorInfo until pdb can do it properly.
15538         * XplatUIX11.cs: fake GetCursorInfo until pdb can do it properly.
15539
15540 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
15541
15542         * ThemeWin32Classic.cs: Use CPDrawBorder3D to draw a GroupBox.
15543           Fixes behaviour when the Text property of the box is String.Empty
15544
15545 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com>
15546
15547         * XplatUIX11.cs: Only send mouseleave for our client windows, not
15548           for the whole window (otherwise we get WM_MOUSE_LEAVE twice for
15549           a window)
15550
15551 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
15552
15553         * FileDialog.cs: Visual enhancement for the popup buttons in 
15554           PopupButtonPanel
15555
15556 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
15557
15558         * ColorDialog.cs, FontDialog.cs: Make use of the updated 3D border
15559           code
15560
15561 2006-03-30  Alexander Olk  <alex.olk@googlemail.com>
15562
15563         * ThemeWin32Classic.cs: Updated MainMenu drawing of selected and
15564           highlighted menu items to match ms
15565
15566 2006-03-30  Peter Dennis Bartok  <pbartok@novell.com> 
15567
15568         * XplatUIX11.cs: Don't set a clip rectangle unless it's not empty
15569
15570 2006-03-30  Mike Kestner  <mkestner@novell.com>
15571
15572         * Menu.cs (SelectedItem): use new MenuItem.Selected prop.
15573         * MenuAPI.cs: use new MenuItem.Selected prop. redraw MainMenu when we
15574         go active to account for HotLight to Selected transition.
15575         * MenuItem.cs: add internal Selected prop. Fill out the Status
15576         property by calculating it from item info. Add HotLight,
15577         NoAccelerator, Checked, Grayed, and Disabled flags where appropriate.
15578
15579 2006-03-30  Mike Kestner  <mkestner@novell.com>
15580
15581         * MenuItem.cs: only emit DrawItem and MeasureItem for OwnerDraw.
15582
15583 2006-03-29  Jackson Harper  <jackson@ximian.com>
15584
15585         * Form.cs: Implement TODO.
15586
15587 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com> 
15588
15589         * PrintPreviewDialog.cs: Implemented missing methods and events; still
15590           missing proper dialog setup in the constructor
15591
15592 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com>
15593
15594         * ProgressBar.cs: Added 2.0 Style property that apps seem to use
15595         * Control.cs:
15596           - Implemented CheckForIllegalCrossThreadCalls, removed TODO
15597           - Fixed ResetBindings and removed TODO
15598           - Added check for cross-thread calls to get_Handle()
15599           - Added Marshaller attribute for set_Font to satisfy class status
15600         * FontDialog.cs: Removed TODOs that seemed implemented
15601         * UpDownBase.cs: Removed unneeded TODO and Fixme
15602         * MessageBox.cs: Implemented support for Default button and removed TODO
15603         * FileDialog.cs: Removed obsolete TODO
15604         * DomainUpDown.cs: Removed obsolete TODO
15605         * ButtonBase.cs: Removed obsolete TODO
15606         * XplatUIWin32.cs: Removed obsolete TODO
15607         * Form.cs:
15608           - Removed obsolete TODO
15609           - Calling CheckAcceptButton when the acceptbutton is changed to allow
15610             internal status updates
15611           - Making sure the active control is selected when the control is created
15612         * CurrencyManager.cs: Removed obsolete TODO
15613
15614 2006-03-29  Mike Kestner  <mkestner@novell.com>
15615
15616         * *.cs: fix remaining corcompare issues for 1.1 API with the exception
15617         of PrintPreviewDialog and RichTextBox.
15618
15619 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
15620
15621         * Theme.cs: Added a little helper to SystemResPool to get the Dark,
15622           DarkDark, Light and LightLight colors for a specific color
15623         * ThemeWin32Classic.cs:
15624           - Use Button drawing code to draw RadioButtons and CheckBoxes with
15625             Appearance = Button 
15626           - Make use of the new ResPool helper CPColor
15627           - Draw ProgressBar and StatusBar with correct 3D borders
15628
15629 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
15630
15631         * ColorDialog.cs: Return selected color. Fixes bug #77940.
15632
15633 2006-03-28  Mike Kestner  <mkestner@novell.com>
15634
15635         * ListView.cs: fix Icon layout to plan for scrollbar widths when
15636         calculating col/row counts.
15637
15638 2006-03-28  Mike Kestner  <mkestner@novell.com>
15639
15640         * ColumnHeader.cs:
15641         * ListView.cs:
15642         * ListViewItem.cs:
15643         * Menu.cs: 
15644         switch to explicit interface method implementation for some methods
15645         corcompare identifies as inconsistent with MS.
15646
15647 2006-03-28  Mike Kestner  <mkestner@novell.com>
15648
15649         * MainMenu.cs: 
15650         * Menu.cs:
15651         add a few missing methods from the class status output.
15652
15653 2006-03-28  Alexander Olk  <alex.olk@googlemail.com>
15654
15655         * ControlPaint.cs: Fixed ControlPaint.Light method. Results are now
15656           correct.
15657
15658 2006-03-28  Mike Kestner  <mkestner@novell.com>
15659
15660         * MenuAPI.cs: Deactivate on MainMenu item click. Fixes #77917.
15661
15662 2006-03-27  Mike Kestner  <mkestner@novell.com>
15663
15664         * ThemeWin32Classic.cs: Switch flat toolbars to use RaisedInner for
15665         the Hilight state to adapt to Alex's CPDrawBorder3D changes.
15666
15667 2006-03-27  Alexander Olk  <alex.olk@googlemail.com>
15668
15669         * ThemeWin32Classic.cs: Rewrote Button drawing code to match ms.
15670
15671 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
15672
15673         * ThemeWin32Classic.cs:
15674           - GroupBox: Inserted a little gap between the text and the lines
15675             on the right side
15676           - Made the code in CPDrawBorder3D more readable
15677           - Corrected the drawing location of the up and down arrows in 
15678             CPDrawScrollButton
15679
15680 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
15681
15682         * ControlPaint.cs: Corrected line widths in DrawBorder for
15683           ButtonBorderStyle Inset and Outset
15684
15685 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
15686
15687         * ThemeWin32Classic.cs:
15688           - Rewrote the totally broken CPDrawBorder3D method. That was
15689             one of the main problems for the terrific ThemeWin32Classic
15690             look
15691           - Updated and corrected Button drawing
15692           - Correct the dimensions of the SizeGrip to match ms ones
15693           - Removed a small drawing glitch in DrawComboBoxEditDecorations
15694         * XplatUIX11.cs: Draw borders with BorderStyle = Fixed3D with
15695           Border3DStyle.Sunken to match ms.
15696
15697 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
15698
15699         * ThemeWin32Classic.cs: First small part of the "de-uglify
15700           ThemeWin32Classic" effort, SizeGrip
15701
15702 2006-03-24  Jackson Harper  <jackson@ximian.com>
15703
15704         * XplatUIX11.cs: Give a max idle time of one second, this matches
15705         MS and forces an Idle event every second when there are no other
15706         events in the queue.
15707
15708 2006-03-24  Mike Kestner  <mkestner@novell.com>
15709
15710         * ListView.cs: Handle (Large|Small)ImageList == null more robustly.
15711         * ListView.Item.cs: fix layout issues with null image lists and images
15712         smaller than checkbox size.
15713         * ThemeWin32Classic.cs: Draw a 12 pixel line in ListView LargeIcon
15714         mode like MS does.  It's weird, but consistent.  ;-)
15715         Fixes #77890.
15716
15717 2006-03-24  Mike Kestner  <mkestner@novell.com>
15718
15719         * ListView.cs: Scroll wheel support for the item control.  Fixes
15720         #77839.
15721
15722 2006-03-23  Jackson Harper  <jackson@ximian.com>
15723
15724         * ScrollableControl.cs: Special case negative sized areas, not
15725         zero.
15726         * MonthCalendar.cs: Save the rect of the clicked date so we can
15727         use it for invalidation.
15728         - Try to cut down on the number of invalidates
15729         - Invalidate the rect the mouse is over and was over when moving
15730         the mouse, so we get the focus box following the cursor.
15731
15732 2006-03-23  Mike Kestner  <mkestner@novell.com>
15733
15734         * ThemeWin32Classic.cs: fix FullRowSelect selection background and
15735         focus rectangle drawing. Fixes #77835.
15736
15737 2006-03-23  Mike Kestner  <mkestner@novell.com>
15738
15739         * XplatUIX11.cs: rework the fix for #77828 by changing the order of
15740         the if and else if and reverting back to the original == check on the
15741         None conditional.
15742
15743 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
15744
15745         * FontDialog.cs: Update the example panel if the selected index of
15746           the fontListBox changes.
15747
15748 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
15749
15750         * FileDialog.cs: Make FileDialog remember which directory it was in
15751           last in the same execution.
15752
15753 2006-03-22  Mike Kestner  <mkestner@novell.com>
15754
15755         * FileDialog.cs: make the DropDownMenu on the toolbar display
15756         RadioChecks since they are mutually exclusive and that's what MS does.
15757
15758 2006-03-22  Mike Kestner  <mkestner@novell.com>
15759
15760         * Theme.cs: add Color param to CPDrawMenuGlyph.
15761         * ThemeWin32Classic.cs: do color specific menu glyph rendering so that
15762         checks and radio marks and arrows are visible on highlighted items.
15763         * ControlPaint.cs: update to use new Theme signature.
15764
15765 2006-03-22  Mike Kestner  <mkestner@novell.com>
15766
15767         * MenuAPI.cs: only process Enter and arrow keypresses if the tracker
15768         is active. Fixes #77870.
15769
15770 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
15771
15772         * FileDialog.cs: Corrected TabIndex order and set fileNameComboBox
15773           to be focused/selected after startup
15774
15775 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
15776
15777         * ColorDialog.cs: 
15778           - Corrected behaviour of Color, AllowFullOpen, FullOpen,
15779             CustomColors and ShowHelp properties
15780           - Some internal rewrites to get better results when using the
15781             ColorMatrix
15782
15783 2006-03-22  Mike Kestner  <mkestner@novell.com>
15784
15785         * ListView.cs: hook into Peter's new ResetMouseHover capability to fix
15786         HoverSelection.  Fixes #77836.
15787
15788 2006-03-22  Mike Kestner  <mkestner@novell.com>
15789
15790         * FileDialog.cs: bugfixes for the toolbar.  Use PushButtons instead of
15791         ToggleButtons.  (De)Sensitize the Back button around a stack count of
15792         1, not 0.  Update ButtonSize based on a pixel count of the win32
15793         control.  Adjust the toolbar size/location for new button size.
15794
15795 2006-03-22  Jackson Harper  <jackson@ximian.com>
15796
15797         * XplatUIX11.cs: Don't handle configurenotifys if PostQuitState is
15798         true.
15799         * ScrollBar.cs: When doing increments and decrements we need to
15800         set the Value property so that ValueChanged gets raised. A
15801         possible optimization here would be to make an internal SetValue
15802         that doesn't invalidate immediately.
15803         * ToolTip.cs: Tooltips get added to their container (when
15804         supplied) so they get disposed when the container is disposed.
15805         - Don't create tooltips for String.Empty. This prevents all these
15806         little 2-3 pixel windows from showing up when running nunit-gui
15807         and driving me mad.
15808         * Form.cs: Don't set topmost when setting the owner if the handles
15809         haven't been created yet.  The topmost set will happen when the
15810         handles are created.
15811
15812 2006-03-22  Peter Dennis Bartok  <pbartok@novell.com> 
15813
15814         * XplatUIX11.cs:
15815           - DeriveWindowStyles: Fixed typo in borderstyle generation (#77828)
15816           - SetVisible: Sending WINDOWPOSCHANGED for all controls when made 
15817             visible (to allow them to recalculate their sizes)
15818
15819 2006-03-21  Mike Kestner  <mkestner@novell.com>
15820
15821         * ThemeWin32Classic.cs: major refactoring of the ToolBar rendering
15822         methods. Removed a ton of redundant code.  Still not really happy with
15823         the border rendering, but I think that's mainly because of the
15824         ControlDarkDark being black instead of a dark grey. Depending on how 
15825         close we want to be, we might want to revisit those color choices.
15826         Among the new features added during the refactor were DropDownArrow
15827         pressed rendering, Disabled image rendering.  Proper flat appearance
15828         boundary rendering.  Removed the Divider and Wrapping dividers since I
15829         can't figure out any combination of themes and conditions to make the
15830         MS control draw a horizontal line on a toolbar despite what the
15831         Divider property docs indicate.
15832         * ToolBar.cs: rewrite the layout engine. Fixes numerous flicker
15833         conditions and incorrect layout.  Updated to coding standard.
15834         * ToolBarButton.cs: refactored layout and positioning code from
15835         ToolBar to here.  Invalidate wherever possible instead of forcing
15836         redraws of the whole toolbar. 
15837         (Known remaining issues: explicit ButtonSize smaller than provided
15838         images.)
15839
15840 2006-03-21  Mike Kestner  <mkestner@novell.com>
15841
15842         * ContextMenu.cs (Show): use the position parameter instead of just
15843         showing at the MousePosition.
15844
15845 2006-03-21  Jackson Harper  <jackson@ximian.com>
15846
15847         * TabControl.cs: Remove the call to ProcessKeyEventArgs and let
15848         control handle this.
15849         * TreeNodeCollection.cs: If we are clearing the root node we need
15850         to reset top_node so calcs can still happen.
15851         * ThemeWin32Classic.cs: This is a Flags so we need to check
15852         properly.
15853         
15854 2006-03-21  Jackson Harper  <jackson@ximian.com>
15855
15856         * DataGrid.cs: Create columns when the binding context has been
15857         changed.
15858         * X11Structs.cs: Keysyms are uints.
15859         - Add size to fix build.
15860
15861 2006-03-21  Peter Dennis Bartok  <pbartok@novell.com> 
15862
15863         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
15864           XplatUIOSX.cs: 
15865           - Added ResetMouseHover method to allow controls to retrigger
15866             hovering if they need it more than once
15867           - Implemented MouseHoverTime and MouseHoverSize properties
15868         * Timer.cs: Start() must reset the interval
15869         * SystemInformation.cs: Added 2.0 MouseHoverTime and MouseHoverSize
15870           properties
15871
15872 2006-03-21  Jackson Harper  <jackson@ximian.com>
15873
15874         * X11Keyboard.cs: improved layout detection. Move the nonchar
15875         tables into this file.
15876         * KeyboardLayouts.cs: Move the tables into resource files.
15877
15878 2006-03-21  Mike Kestner  <mkestner@novell.com>
15879
15880         * ListView.cs: use OnItemActivated to raise events. Fixes #77834.
15881
15882 2006-03-21  Alexander Olk  <alex.olk@googlemail.com>
15883
15884         * Mime.cs: Various speed optimizations. Looking up mime types
15885           is now 2 times faster than before
15886
15887 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com> 
15888
15889         * CreateParams.cs: Added internal menu field
15890         * Control.cs: 
15891           - Switched call order for UpdateBounds; now we always call
15892             the one that also takes ClientSize, and we're calculating the 
15893             client size via driver method in the others. The previous
15894             method of tracking client size by difference wasn't working
15895             for forms where even the starting client size wouldn't match
15896             the overall form size (due to borders) (Part of fix for #77729)
15897           - CreateParams(): Do not use parent.Handle unless the handle is
15898             already created. Causes havoc with Nexxia and throws off our
15899             creation of controls
15900         * XplatUIX11.cs:
15901           - Created new PerformNCCalc method to trigger WM_NCCALCSIZE message
15902           - Switched handling of ConfigureNotify over to new PerformNCCalc 
15903             method (consolidates code)
15904           - Changed RequestNCRecalc to use new PerformNCCalc method
15905           - Added calls to RequestNCRecalc when menus and borders are changed
15906             to allow app to set NC size. (Part of fix for #77729) This matches
15907             when MS send a WM_NCRECALC on Win32 windows.
15908           - Now sending WM_WINDOWPOSCHANGED when toplevel for is made visible
15909             (Part of fix for #77729). This matches what MS does, they also
15910             send that message when the form is made visible.
15911           - XException.GetMessage: Improved usability of X errors by including
15912             a translation of the window into Hwnd and Control class
15913           - Improved debug info for window creation, reparenting and destruction
15914           - Created helper method WindowIsMapped() [Currently not used]
15915         * XplatUIWin32.cs: Added ToString() debug helper to RECT structure
15916         * Form.cs:
15917           - CreateParams: Now setting our menu on the new internal menu field
15918           - SetClientSizeCore: Now passing cp.menu instead of ActiveMenu to
15919             avoid calculating the same property twice
15920         * Hwnd.cs:
15921           - Improved usability of ToString() for debugging purposes
15922           - GetWindowRectangle(): Now uses proper CalcMenuBarSize method to
15923             determine the height of the menu, instead of just the font. This
15924             required to also create a graphics context and to keep a bmp 
15925             around (for performance reasons)
15926
15927 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com>
15928
15929         * MenuAPI.cs: Added OnMouseUp method
15930         * Form.cs:
15931           - Now remembering the requested client size, avoids size errors
15932           - WndProc: Now handling WM_xBUTTONUP and passing it to MenuTracker
15933             instead of base if the menu is active. This is required due to
15934             control now capturing and releasing on down/up and it would
15935             prematurely release our menu capture
15936
15937 2006-03-17  Jackson Harper  <jackson@ximian.com>
15938
15939         * KeyboardLayouts.cs: Add the czech layouts.
15940
15941 2006-03-16  Jackson Harper  <jackson@ximian.com>
15942
15943         * Control.cs: Use the viewport space when sizing not the controls
15944         client size, so things like ScrollableControl that effect the
15945         viewport size (when scrollbars are added) are computed correctly.
15946         * BindingContext.cs: Cleanup to use the DataSourceEntrys instead
15947         of ManagerEntrys.
15948         - Handle creating BindingManagers for null data sources.
15949         * DataGrid.cs: Bind the cached_currencymgr_events to the real data
15950         source, otherwise when rows are added they are added to the 'fake'
15951         datasource and we will crash when trying to set the position in
15952         those rows.
15953         - Use Implicit scrollbars on the datagrid so they arent
15954         selectable.
15955         
15956 2006-03-16  Jackson Harper  <jackson@ximian.com>
15957
15958         * Binding.cs:
15959         * InternalWindowManager.cs:
15960         * MdiWindowManager.cs:
15961         * X11Keyboard.cs: I really want Mike to love me again (fix
15962         compiler warnings).
15963
15964 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com>
15965
15966         * DataGrid.cs:
15967           - OnMouseDown: Switch to editing mode when clicking on the cell
15968                          even if we're clicking on the cell that's currently 
15969                          selected
15970           - ProcessGridKey: Left/Right now wrap like MS.Net does
15971           - ProcessGridKey: Tab now knows to add a new row when tab is
15972                             pressed in the cell of the last column of the 
15973                             last row
15974           - ProcessGridKey: Enter now adds another row  if pressed in the last
15975                             row and selectes the new row, same column cell
15976           - ProcessGridKey: Home/End navigate columns, not rows, like 
15977                             originally implemented
15978           - Broke ProcessKeyPreview code out into an extra Internal method
15979             so it can be called from the edit code
15980         * DataGridTextBox.cs (ProcessKeyMessage):
15981           - Switched to accept Tab keypresses
15982           - Added F2 handling to allow jumping to the end of the edited cell
15983           - Added logic to allow moving caret left/right inside edited cell
15984             and making the edited cell jump when the caret hits cell borders
15985           - Tab and Enter are now passed to the datagrid after being handled
15986         * TextBoxBase.cs:
15987           - Removed capture code now that Control handles it
15988           - set_SelectionStart now ensures caret is visible
15989
15990 2006-03-16  Jackson Harper  <jackson@ximian.com>
15991
15992         * TrackBar.cs: Debackwards the increment/decrement for handling
15993         mouse clicks on the bar with vertical trackbars.
15994         * ThemeWin32Classic.cs: Draw vertical trackbars with 0 at the
15995         bottom to match MS.
15996
15997 2006-03-16  Mike Kestner  <mkestner@novell.com>
15998
15999         * ListView.cs: make shift/ctrl keyboard and mouse selection 
16000         consistent with the MS control. Fix a bug in
16001         SelectedListViewItemCollection.Clear that was pissing me off for the
16002         better part of a day because the collection was being altered
16003         underneath us as we walked the list.
16004
16005 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com> 
16006
16007         * Control.cs: Not sure how we could miss this so long, but it seems
16008           that MS.Net has Capture set all the way from before calling 
16009           OnMouseDown through sending the mouse events until after
16010           OnMouseUp. This will fix DataGrid's selection being set to end
16011           at the location of the MouseUp.
16012
16013 2006-03-15  Jackson Harper  <jackson@ximian.com>
16014
16015         * BindingContext.cs: Check the binding after its added so that it
16016           can initialize the binding managers and hookup to events.
16017         * Binding.cs: Data members seem to sometimes include rows/cols in
16018           the format Row.Column we now take this into account.
16019           - Hookup to the position changed event so we can update the
16020           control when the position has changed in the data set.
16021         * CurrencyManager.cs: Take into account the row/col naming
16022           convention when creating dataset tables.
16023         * BindingContext.cs: Using a newer better way of storing
16024           datasource/datamember pairs.  Hopefully this better matches MS for
16025           looking up binding managers.
16026
16027
16028 2006-03-15  Jackson Harper  <jackson@ximian.com>
16029
16030         * BindingContext.cs: The currency manager needs the data member
16031         name, if the member is a data set we use the name to find the
16032         correct table.
16033         * CurrencyManager.cs: When creating the list prefer an IList over
16034         an IListSource.
16035         - Attempt to create a DataTable from a DataSet (TODO: might need
16036         some better error checking here, although MS doesn't seem to have much)
16037         - If we have a DataTable create a view and use it as our list.
16038
16039 2006-03-15  Mike Kestner  <mkestner@novell.com>
16040
16041         * ListView.cs: keep a matrix of the icon mode layout to facilitate
16042         keyboard navigation. Support Up/Down/Left/Right selection correctly
16043         for all 4 View modes.
16044         * ListViewItem.cs: add internal row/col fields for icon layouts.
16045
16046 2006-03-15  Jackson Harper  <jackson@ximian.com>
16047
16048         * TabControl.cs: Redraw the tabs when we resize so their newly
16049         calculated sizes are drawn on screen.
16050         * X11Keyboard.cs: Begginnings of XIM support.  We also now support
16051         composite characters.
16052         * XplatUIX11.cs: Keyboard driver needs to know about focus changes
16053         - filter events so that composite characters can be created
16054         patches by peter
16055         * X11Structs.cs: Add XIMProperties enum.
16056
16057 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
16058
16059         * Control.cs (BringToFront, SendToBack): Don't use window or handle
16060           unless it's created
16061
16062 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
16063
16064         * Control.cs (PerformLayout): We don't need to consider visiblity
16065           for anchoring, only for docking. This fixes 'whacky' alignment
16066           in listbox and other controls that use implicit scrollbars after
16067           the previous PerformLayout patch
16068         * ListBox.cs: Switched to use implicit scrollbars
16069           
16070 2006-03-14  Mike Kestner  <mkestner@novell.com>
16071
16072         * ToolBar.cs: 
16073         * VScrollBar.cs:
16074         - chain up the "new event" overrides to base and use
16075         OnEvent to raise them.  Part of fix for bug #76509.
16076
16077 2006-03-14  Alexander Olk  <alex.olk@googlemail.com>
16078
16079         * FileDialog.cs: Do not select an item in the parent directory
16080           on backspace
16081
16082 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
16083
16084         * Control.cs (PerformLayout): It would seem that we considered
16085           invisible windows for our layout. Not quite the right thing
16086           to do. Now we don't any longer, thereby fixing bug #76889.
16087
16088 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
16089
16090         * Control.cs (CanFocus): I goofed. A control can have focus 
16091           even though it's not selectable. Made it match MS docs.
16092
16093 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
16094
16095         * ControlPaint.cs (DrawBorder3D): DrawBorder3D does not fill the
16096           center by default (fixes #76895)
16097         * ThemeWin32Classic.cs, ThemeNice.cs, ThemeClearlooks.cs: Replaced 
16098           all uses of Border3DSides.All with the explicit ORd together
16099           Left|Right|Top|Bottom because I assume that nobody was aware 
16100           that All also implies a center fill. Most places I checked had
16101           a fill right above.
16102         * ProgressBarStyle.cs: Added
16103
16104 2006-03-13  Mike Kestner  <mkestner@novell.com>
16105
16106         * ListView.cs: fix breakage in drag shadow header positioning 
16107         from Peter's csc compilation fix.
16108
16109 2006-03-13  Mike Kestner  <mkestner@novell.com>
16110
16111         * ListView.cs: fix NRE produced by backspacing twice in a focused
16112         FileDialog.
16113
16114 2006-03-13  Mike Kestner  <mkestner@novell.com>
16115
16116         * ListView.cs: proxy Key(Down|Up) from ItemControl to ListView.
16117
16118 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
16119
16120         * Hwnd.cs: Added fixed_size field to track windows whose size cannot
16121           be changed
16122         * XplatUIX11.cs: Now setting fixed_size on hwnd and if set, re-setting
16123           the allowed size before making programmatic size changes
16124
16125 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com> 
16126
16127         * XplatUIX11.cs: Don't call XSetWMNormalHints if no flags are 
16128           set, metacity is broken and will still use the emty sizes in 
16129           the struct. (Fix for #77089)
16130
16131 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
16132
16133         * XplatUIStructs.cs: Split WindowStyles into WindowStyles and 
16134           WindowExStyles and marked both enums as Flags
16135         * Form.cs, ComboBox.cs, ToolTip.cs, Control.cs, PropertyGridView.cs,
16136           NotifyIcon.cs, MenuAPI.cs, XplatUIOSX.cs, MonthCalendar.cs: Updated
16137           to match WindowStyles split
16138         * XplatUIX11.cs:
16139           - SetWMStyles: Added cehck to not apply WM attributes to Child windows
16140           - Updated to match WindowStyles split
16141         * XplatUIWin32.cs:
16142           - Fixed FosterParent creation, was using ExStyle on the Style field
16143             (This should help with Popup focus issues)
16144           - Updated to match WindowStyles split
16145
16146 2006-03-13  Jackson Harper  <jackson@ximian.com>
16147
16148         * MdiWindowManager.cs: Use the system menu height. Fixes some
16149         strange sizing issues.
16150
16151 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
16152
16153         * RichTextBox.cs: Need to scroll to caret after text is inserted (#77672)
16154         * TextBoxBase.cs:
16155           - Scroll to caret after inserting text (#77672)
16156           - Make scroll range one pixel higher, fixes off-by-one error (and
16157             makes underlines visible on the last line)
16158
16159 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com> 
16160
16161         * XplatUIX11.cs: Added call to new Keyboard.ResetKeyState to prevent
16162           the keyboard state from being stuck with keys in 'pressed' state when
16163           focus is switched away via keyboard
16164         * X11Keyboard.cs: Added new ResetKeyState method to allow drivers to
16165           reset the keyboard if no X11 KeyUp events are expected to come
16166         * X11Structs.cs: Switched type of Visible to bool to match driver
16167
16168 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
16169
16170         * TextControl.cs:
16171           - Switched caret to be just 1 pixel wide, matches MS and looks less
16172             clunky
16173           - Moved caret display 1 pixel down from the top of the control
16174             to improve view
16175           - InsertCharAtCharet: Update the selection start if moving the caret
16176             (fixes bug #77696; based on patch suggested by kazuki@panicode.com)
16177           - No longer always creating the caret when the caret methods are
16178             called. Only the actual ShowCaret/HideCaret will do that now
16179           - Only setting caret visible if the owner control has focus
16180           - UpdateView: Added invalidation-shortcut logic for center and right 
16181             aligned text. Previously we'd update all according to the left
16182             logic which caused drawing errors. Also fixed height of invalidated
16183             areas, now properly invalidating the whole area (was off-by-one)
16184           - owner_HandleCreated: Always generate the document when the
16185             handle is created; this ensures that 
16186         * TextBoxBase.cs:
16187           - Fixed situation where caret would disappear under the right
16188             window border, also improved scrolling behaviour on left-
16189             aligned textboxes
16190           - Fixed right-aligned textboxes to have a border to the
16191             right instead of the caret being under the right border
16192         * XplatUIX11.cs:
16193           - Switched from 'nested' to simple visible/not visible tracking 
16194             for caret (part of fix for #77671)
16195           - No longer passing through translated FocusIn/FocusOut messages
16196             since we were notifying too often and the wrong windows. Instead
16197             we just notify our focussed window of receiving or loosing focus
16198         * XplatUIWin32.cs: Switched from 'nested' show/hide 
16199           counting for caret to simple visible yes/no behaviour (part of 
16200           fix for #77671)
16201
16202 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
16203
16204         * Mime.cs: Remove debug code...
16205
16206 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
16207
16208         * MimeGenerated.cs: Removed
16209         * Mime.cs: Mime now reads the mime data (magic, globs, aliases
16210           and subclasses) from /usr/(local/)share/mime and
16211           $HOME/.local/share/mime.
16212
16213 2006-03-10  Jackson Harper  <jackson@ximian.com>
16214
16215         * MdiWindowManager.cs: Recalc the NC area when a window is
16216         maximized/restored so that the menu area is drawn on forms that
16217         don't have a menu.
16218
16219 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
16220
16221         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
16222           XplatUIX11.cs: Added RequestNCRecalc method to driver to allow
16223           us to force a WM_NCCALCRESIZE message being sent. This is needed
16224           for MDI maximizing.
16225
16226 2006-03-10  Jackson Harper  <jackson@ximian.com>
16227
16228         * Form.cs: We need to use the ActiveMenu when calculating menu
16229         height.
16230         - Fix nullref when the window manager hasn't been created yet.
16231         * Control.cs: Fix nullref when we try to bring a control to the
16232         front that has no parent.
16233         * MdiWindowManager.cs: Use the MaximizedMenu for calculating
16234         height.
16235         - Add a dummy item to the maximized menu so it always has the
16236         correct height. Otherwise when there are no menus we don't get our
16237         icon and buttons.
16238         
16239
16240 2006-03-10  Jackson Harper  <jackson@ximian.com>
16241
16242         * MenuAPI.cs: Make this available elsewhere. I need it in some MDI
16243         stuff.
16244         * Form.cs: Make the window_state internal so the window managers
16245         can track it.
16246         - When an MDI child is maximized let its window manager create the
16247         main menu (so it can add its icon).
16248         - Notify the window managers of state changes
16249         - Let the window manager paint its buttons and handle button
16250         clicks on the menu when it is maximized.
16251         * InternalWindowManager.cs: Move the prev_bounds into the mdi
16252         window manager, since tool windows don't use it, only mdi windows.
16253         - Tell the main form that we don't want it to handle NCPAINT
16254         itself to avoid extra painting.
16255         - Handle clicks on a maximized windows menu.
16256         - Handle window state changes
16257         - Handle minimize/maximize clicks correctly by setting the window state.
16258         * MdiWindowManager.cs: Add an icon menu that (the menu you get
16259         when clicking on the forms icon).
16260         - New method to create a forms maximized menu. This is its normal
16261         menu + an icon.
16262         - Handle window state changes.
16263         - Handle sizing of maximized windows.  Maximized windows are just
16264         drawn bigger then the parent visible area. All controls are still
16265         there, they are just outside the visible area (this matches windows).
16266         * MdiClient.cs: No scrollbars when a child window is maximized.
16267         - Let the children windows figure out how big they should be when
16268         sizing maximized windows.
16269         - Implement a version of ArrangeIconicWindows somewhat similar to
16270         Windows version.  There are some little differences, but I don't
16271         think any app will rely on the layout of minimized mdi windows.
16272
16273 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
16274
16275         * Padding.cs: Several fixes to allow compiling with csc 2.0
16276
16277 2006-03-09  Jackson Harper  <jackson@ximian.com>
16278
16279         * Menu.cs:
16280         * MenuItem.cs: Cheap hack so we can add items to the list without
16281         the events being raised.  This allows adding mdi items during
16282         drawing. TODO: Should probably find a better time to add the items.
16283
16284 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
16285
16286         * ThemeWin32Classic.cs:
16287           - CheckBox_DrawText: Added logic to not wrap if not enough space
16288             is available (Fix for bug #77727)
16289           - RadioButton_DrawText: Added logic not to wrap if not enough
16290             space is available (Fix for bug #77727). Also removed some
16291             duplicate code, DrawString always drawing the regular text
16292             before hitting the if statement.
16293
16294 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com> 
16295
16296         * XplatUIX11.cs: Handle an unmapped window state in SetWindowState
16297
16298 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
16299
16300         * PictureBox.cs: Implemented ISupportInitialize interface (fixes #77726)
16301         * ContainerControl.cs: Partial implementation of some 2.0 scaling
16302           methods. Moved the new 2.0 properties into alphabetical order with
16303           other properties and added MonoTODO tags
16304
16305 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
16306
16307         * AutoScaleMode.cs: Added. Fix build.
16308
16309 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
16310
16311         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
16312           XplatUIOSX.cs: Removed HWnd argument from CalcuateClientRect, not used
16313           and was requiring premature handle creation for calls from above
16314         * Form.cs, Control.cs: Removed handle arguments from calls to
16315           CalculateClientRect()
16316
16317 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
16318
16319         * ListView.cs (HeaderMouseMove): Fix csc compilation. 
16320           drag_column.column_rect is MarshalByRef and can't be used that way
16321
16322 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
16323
16324         * AxHost.cs: Added deserialization constructor for 
16325           AxHost+State (fixes 77743)
16326
16327 2006-03-09  Mike Kestner  <mkestner@novell.com>
16328
16329         * ListView.cs: 
16330         - Added column drag reordering for details view.
16331         - fixed behavior when mouse is dragged off column and
16332         AllowColumnReorder is false.
16333         * ColumnHeader.cs: clone the format too in Clone.
16334         * Theme.cs: add DrawListViewHeaderDragDetails method.
16335         * ThemeWin32Classic.cs:
16336         - impl new method for drawing drag column shadows and targets.
16337         - support column offset for details mode in DrawListViewItem.
16338
16339 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
16340
16341         * TextControl.cs: Reset the char_count when the document is cleared
16342           (Fixes bug reported on mono-winforms mailing list)
16343
16344 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
16345
16346         * TextBoxBase.cs: Honor the Handled state of KeyPress events. Instead
16347           of calling base we simply process the key ourselves, since both
16348           DefWindowProc and the handled method would set m.Result. 
16349           (Fixes #77732)
16350
16351 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
16352
16353         * Form.cs(ScaleCore): No longer calling base.ScaleCore since that
16354           method also moves the window; instead implemented a copy of
16355           Control.ScaleCore (Part of fix for #77456)
16356         * TextBoxBase.cs: 
16357           - Created new CreateGraphicsInternal method to allow providing
16358             a graphics context when no handle is created without triggering
16359             handle creation. (Part of fix for #77456)
16360           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
16361         * TextControl.cs: 
16362           - Switched Constructor to require TextBoxBase instead of Control (to
16363             allow uncast access to CreateGraphicsInternal)
16364           - Safeguarded use of owner.Handle property. No longer accessing it
16365             unless the handle is already created.
16366           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
16367           - Now triggering a recalc when owning control becomes visible
16368         * TextBox.cs, RichTextBox.cs: Switched to use new internal 
16369           TextBoxBase.CreateGraphicsInternal() method to avoid triggering
16370           premature handle creation (Part of fix for #77456)
16371         * Control.cs:
16372           - We now only destroy our double-buffering buffers when the
16373             control is resized or disposed, but not when visibility
16374             changes. (The code even re-created them twice every time)
16375           - Now requiring a redraw of the buffer on visibility changes
16376             (fixes bug 77654 part 2)
16377           - Not passing OnParentVisibleChanged up unless the control
16378             is visible
16379           - CanFocus: Fixed to match MS documentation
16380           - Focus: Fixed to return actual focus state and to check if
16381             setting focus is legal before setting it
16382
16383 2006-03-08  Peter Dennis Bartok  <pbartok@novell.com>
16384
16385         * ThemeWin32Classic.cs: TabPages cannot have focus. Determine
16386           when to draw focus rectangle by looking at parent focus and
16387           selected state instead. This fixes TabPages on Linux sometimes
16388           having none or multiple focus rectangles.
16389         * XplatUIX11.cs (SetFocus): 
16390           - Don't set the focus if the same window already has focus
16391           - Use SendMessage instead of PostMessage (like it's Win32
16392             equivalent) and send the WM_SETFOCUS before the WM_KILLFOCUS
16393             to match MS behaviour
16394         * TabControl.cs(SelectedIndex): Don't set Focus on TabPage, TabPages
16395           are not selectable.
16396
16397 2006-03-07  Jackson Harper  <jackson@ximian.com>
16398
16399         * PictureBox.cs: Revert line I accidently committed last week.
16400
16401 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
16402
16403         * Control.cs: 
16404           - Added new IsRecreating and ParentIsRecreating properties to
16405             allow testing if RecreateHandle has been called on ourselves
16406             or one of our parents
16407           - WndProc(WM_DESTROY): If our control handle is being recreated
16408             we immediately need to create the handle when receiving the
16409             destroy, that way our child windows find a valid parent handle
16410             when they themselves are being recreated upon WM_DESTROY receipt
16411             (fix for bug #77654 part 1)
16412         * XplatUIX11.cs:
16413           - DestroyWindow: WM_DESTROY must be sent to our own window before
16414             notifying any child windows. MS documents that child windows
16415             are still valid when WM_DESTROY is received. (Control now relies on
16416             this behaviour)
16417           - Added some fine-grain debug options
16418
16419 2006-03-06  Jackson Harper  <jackson@ximian.com>
16420
16421         * MdiClient.cs: Redid scrolling logic a bit to create a virtual
16422         box and base calculations off this.
16423         * MdiChildContext.cs:
16424         * MdiWindowManager.cs: Don't need to ensure scrollbars here
16425         anymore.
16426         
16427 2006-03-06  Peter Dennis Bartok  <pbartok@novell.com>
16428
16429         * Splitter.cs: In situations where the affected control is added
16430           to the parent's control list after the splitter, we would not
16431           populate affected. Now we try populating it on mousedown, if
16432           it's not already set, and force it to be re-set whenever our
16433           parent changes.
16434
16435 2006-03-03  Matt Hargett  <matt@use.net>
16436
16437         * Control.cs: implement Control.Padding
16438         * Padding.cs: -Padding.All returns -1 when constructing with the
16439         implicit default ctor
16440         -Padding.ToString() matches MS.NET
16441         * ContainerControl.cs: implement
16442         ContainerControl.AutoScaleDimensions
16443         * ListControl.cs: implement ListControl.FormattingEnabled
16444         * TextBox.cs: Implemented TextBox.UseSystemPasswordChar.
16445         * ButtonBase.cs:
16446         * TabPage.cs: Implement UseVisualStyleBackColor.
16447         * PictureBox.cs: Implement PictureBox.InitialImage.
16448
16449 2006-03-03  Mike Kestner  <mkestner@novell.com>
16450
16451         * ListView.cs: Refactor into HeaderControl and ItemControl. Fix new
16452         event declarations to proxy to base event.
16453         * ListViewItem.cs: update to use ItemControl.
16454         * Theme.cs: make DrawListViewHeader. s/DrawListView/DrawListViewItems.
16455         * ThemeWin32Classic.cs: update to new ListView theme API and fix
16456         column header label rendering for 0 width columns.
16457
16458 2006-03-03  Peter Dennis Bartok  <pbartok@novell.com>
16459
16460         * Control.cs (ControlCollection.SetChildIndex): Avoid using a call
16461           that causes the control to be created. Fixes #77476.
16462
16463 2006-03-02  Jackson Harper  <jackson@ximian.com>
16464
16465         * Hwnd.cs: Clear the nc pending when clearing the NC area, not the
16466         expose_pending.
16467
16468 2006-03-02  Peter Dennis Bartok  <pbartok@novell.com>
16469
16470         * Control.cs: Implemented 2.0 feature where OnClick has MouseEventArgs
16471           passed in for the EventArgs (fixes #77690)
16472
16473 2006-03-01  Jackson Harper  <jackson@ximian.com>
16474
16475         * ScrollBar.cs: Refresh afterbeing resized.
16476
16477 2006-02-28  Mike Kestner  <mkestner@novell.com>
16478
16479         * MenuAPI.cs: Call PerformPopup internal method to emit Popup.
16480         Clean up a tracker compile warning.
16481         * MenuItem.cs: add internal PerformPopup method.
16482         [Fixes #77457]
16483
16484 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
16485
16486         * TextBoxBase.cs (set_Text): Recalculate the document (causing an
16487           implicit expose) when the text is set to null
16488
16489 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com>
16490
16491         * RichTextBox.cs (FlushText): When newline is true, we always
16492           need to split the line, even if no text is on it and we may
16493           never eat newlines. (Fixes #77669)
16494
16495 2006-02-28  Mike Kestner  <mkestner@novell.com>
16496
16497         * ListView.cs: Add UpdateSelection internal method. Remove SelectItem 
16498         and set Selected instead.
16499         * ListViewItem.cs: Call owner.UpdateSelection to manipulate the 
16500         collections.
16501
16502 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
16503
16504         * ComboBox.cs: Allow setting SelectedIndex to -1. Fixes #77665
16505
16506 2006-02-28  Alexander Olk  <alex.olk@googlemail.com>
16507
16508         * FontDialog.cs:
16509           - Got rid of the panel. All controls are now directly added to
16510             the dialog form
16511           - It is now possible to set a font with the Font property
16512           - MinSize and MaxSize property do now what they should
16513           - ShowApply, ShowHelp, ShowColor, ShowEffects likewise
16514           - Searching and selecting a font with the font textbox works now,
16515             the same applies to the style and size textbox
16516           - Draw the correct 3D border in the example panel
16517           - Fixed a little mem leak (unused fonts didn't get disposed)
16518           - Many other internal updates/rewrites...
16519           - Fix typo
16520
16521 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
16522
16523         * TextControl.cs: 
16524           - InsertRTFFromStream: Added 'number of characters inserted' argument
16525           - set_SelectedRTF: Now using the number of characters to calculate
16526             the new location for the selection and cursor (x/y cannot be used
16527             due to potentially already wrapped text)
16528
16529 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com>
16530
16531         * TextControl.cs: Added property and implemented means to allow 
16532           disabling recalculation of a document (can be used to speed up
16533           multiple inserts and is needed to make RTF inserts predictable, see
16534           bug #77659)
16535         * RichTextBox.cs: Using the new NoRecalc property of Document to
16536           keep x/y insert locations predictable. Also makes it faster inserting
16537           large chunks of RTF
16538
16539 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
16540
16541         * Control.cs: Separated special WM_SYSKEYUP keyboard handling. That way
16542           it's easier for a child control to handle the other messages without
16543           having to duplicate the special functionality
16544         * TextBoxBase.cs
16545           - WndProc: Removed calling base handler for WM_KEYDOWN and added 
16546             code to handle processing the key ourselves, in order to get 
16547             access to the result of KeyEventArgs.Handled. We now only call 
16548             ProcessKey if they key hasn't been handled already. Fixes #77526.
16549           - set_Text: If null or empty string is given, just clear the 
16550             document. Fixes part of #77526
16551
16552 2006-02-27  Jackson Harper  <jackson@ximian.com>
16553
16554         * SizeGrip.cs: Paint the background color before painting the grip
16555         so things look right.
16556         * MdiClient.cs: Add the sizegrip when both scrollbars are used.
16557
16558 2006-02-27  Mike Kestner  <mkestner@novell.com>
16559
16560         * ListView.cs:
16561           - Restructure layout and invalidation model to remove a ton of
16562           flicker from the control and speed up performance in general.
16563           - Add manual column resize, flickers like crazy, but I already have
16564           some ideas on how I'll fix that. (#76822)
16565           - Merge the three Icon-based views into a single layout method.
16566           - Move item selection interaction logic from the item since 
16567           interaction with the collections is more appropriate to the view.
16568           - Deselection on non-item clicks.
16569         * ListViewItem.cs:
16570           - Encapsulate most of the layout. Add some internal props to trigger
16571           layout.  Move to a model where Items invalidate themselves instead
16572           of just invalidating the whole control every time something changes.
16573           - Invalidate on Text/Caption changes.
16574           - switch to an offset based layout model to avoid having to absolute
16575           position every element on item moves.
16576           - correct checkbox layout to conform to MS layout.
16577         * ThemeWin32Classic.cs:
16578           - refactor some column header drawing code.
16579           - fix string justification for column headers (#76821)
16580           - make SmallIcon labels top justified for compat with MS impl.
16581         * ThemeClearlooks.cs:
16582           - adjust to new ListViewItem internal checkbox bounds api.
16583
16584 2006-02-27  Jackson Harper  <jackson@ximian.com>
16585
16586         * Control.cs:  Change where implicit controls fall in the zorder.
16587         They are now on top of all children.
16588         - Synced AddImplicit code with Add
16589         - Removed unused enumerator.
16590         * SizeGrip.cs: Remove the TODO as its been TODONE.
16591
16592 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com> 
16593
16594         * TextControl.cs(Insert): Combine the last lines unless the insertion
16595           string ends with \n\n, otherwise we leave one line too many (Fixes
16596           something I noticed with the testapp for #77526; the bug itself was
16597           already fixed in the previous checkin)
16598
16599 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com>
16600
16601         * RichTextBox.cs:
16602           - SelectionColor and SelectionFont methods no longer set absolute
16603             styles. Instead, the keep font or color respectively (This 
16604             resolves a long-standing FIXME in the code)
16605           - When flushing RTF text, the insert code now considers text trailing
16606             behind the insertion point (Fixes the bug where when replacing
16607             the selected text via SelectedRTF the remainder of the line behind 
16608             the selection would stay on the first insertion line)
16609         * TextBoxBase.cs:
16610           - AppendText now updates the selection points after inserting text
16611           - AppendText now ensures that the last tag (sometimes 0-length) of
16612             the document is used for the style information (Fixes part of 
16613             bug #77220)
16614         * TextControl.cs:
16615           - Created new FontDefiniton class to allow describing partial style
16616             changes
16617           - StreamLine() now takes a lines argument, to allow it to decide
16618             whether an encountered zero-length tag is the last in the document
16619             (which must be kept to not loose the font/color contained in it,
16620             for later appends)
16621           - Created Combine() and Split() methods for Marker structs, to 
16622             support marker updates due to reformatted documents (soft line
16623             wraps)
16624           - Implemented Document.CaretTag setter
16625           - Fixed MoveCaret(CtrlEnd) handling, now moves to the last character
16626             of the last line (Not the cause, but also exposed by bug #77220)
16627           - Added LineTag argument to InsertString method, to allow callers
16628             to force a certain tag to be used (required to force use of the
16629             trailing zero-length tag of a document)
16630           - Now updating markers in Combine(), to avoid stale tag markers
16631           - Added some method descriptions to aid maintenance
16632           - Implemented new FormatText concept, allowing additive/subtractive
16633             formatting by only specifying the components that are to be 
16634             changed. This was needed for resolving the RTB.SelectedColor/
16635             RTB.SelectedFont fixmes
16636           - Added Break() support method to allow breaking up linetags (used
16637             for partial formatting)
16638           - Added GenerateTextFormat() method. It is used for partial 
16639             formatting and allows to generate a full font/color from given
16640             attributes and an existing tag.
16641
16642 2006-02-26  Jackson Harper  <jackson@ximian.com>
16643
16644         * XplatUIX11.cs:  Use the correct caption height.
16645         - Translate hittest coordinates to screen coords to match MS.
16646         * XplatUIWin32.cs: When we create MDI windows we need to reset
16647         some of the style flags, so we get a nice blank window, and can
16648         draw all the decorations ourselves.
16649         - Set a clipping rectangle on the non client paint event, the
16650         window manager drawing code needs one.
16651         * Form.cs: The window manager needs to know when the window state
16652         has been updated.
16653         * Hwnd.cs: The window manager stuff now does a proper NCCALC so we
16654         don't need to factor in border and title sizes in these
16655         methods. TODO: Remove the args and fix the call points.
16656         * InternalWindowManager.cs: Handle NCHITTEST and NCCALCAREA
16657         properly.
16658         - Let the driver set the cursors.
16659         - Improve active window handling
16660         - Correct sizes for title bars and buttons.
16661         - Match MS drawing better
16662         * MdiWindowManager.cs: We don't need to handle border style
16663         updates specially anymore.
16664         - Check for scrollbars when windows are done moving
16665         - Handle Active properly.
16666         * MimeIcon.cs: Don't crash when we can't load the GNOME stuff
16667         correctly. I am spewing the exception though, so we don't hide the
16668         bugs.
16669         
16670 2006-02-26  Pedro Martinez Julia  <pedromj@gmail.com>
16671
16672         * DataGridViewRowPostPaintEventArgs.cs,
16673           DataGridViewCellPaintingEventArgs.cs,
16674           DataGridViewRowCollection.cs,
16675           DataGridViewRowPrePaintEventArgs.cs,
16676           DataGridViewCell.cs: Clear a few warnings and implement a few
16677           exceptions that should be thrown.
16678
16679 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
16680
16681         * ScrollBar.cs (ctor): Explicitly set a cursor to avoid
16682           'inheriting' our parent's (non-default) cursor. (Part of
16683            the fix for #77479)
16684
16685 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com> 
16686
16687         * XplatUIX11.cs: Fixed cast to make csc happy
16688
16689 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
16690
16691         * Control.cs (WndProc): Only handle WM_SETCURSOR messages if
16692           it's for the client area (part of fix for #77479 and needed
16693           for MDI window cursor handling)
16694         * XplatUIX11.cs
16695           - DefWindowProc: Now handles the WM_SETCURSOR messages, setting
16696             the appropriate default cursors and also passing the message
16697             up the parent chain 
16698           - GetMessage: Now generating WM_NCHITTEST and WM_SETCURSOR even
16699             for non-client areas
16700
16701 2006-02-15  Jackson Harper  <jackson@ximian.com>
16702
16703         * XplatUIWin32.cs: Since we fake MDI dont tell Windows that this
16704         is a real MDI window
16705
16706 2006-02-14  Alexander Olk  <alex.olk@googlemail.com>
16707
16708         * X11DesktopColors.cs: Instead of checking the desktop session
16709           string for "KDE" check if it starts with "KDE"
16710
16711 2006-02-10  Jackson Harper  <jackson@ximian.com>
16712
16713         * XplatUIX11.cs: These should be unsigned (fixes crash on 32 bit
16714         systems).
16715
16716 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
16717
16718         * FileDialog.cs: Added Refresh to RunDialog to fix some drawing
16719           errors
16720         * ColorDialog.cs:
16721           - Got rid of the panel. All controls are now directly added to
16722             the dialog form
16723           - Changed to mono coding style
16724
16725 2006-02-10  Jackson Harper  <jackson@ximian.com>
16726
16727         * InternalWindowManager.cs: We don't need the set visibility to
16728         false hack anymore now that peter has written beautiful shutdown
16729         code.
16730
16731 2006-02-10  Peter Dennis Bartok  <pbartok@novell.com>
16732
16733         * XplatUIX11.cs: Ignore DestroyNotify messages for windows that
16734           where already explicitly destroyed
16735
16736 2006-02-10  Jackson Harper  <jackson@ximian.com>
16737
16738         * MdiClient.cs: Handle the case where windows are too high or to
16739         the left and we need scrollbars.
16740
16741 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
16742
16743         * MimeIcon.cs: Added some icons
16744         * FileDialog.cs:
16745           - Fixed bug #77477
16746           - Got rid of the panel. All controls are now directly added to
16747             the dialog form
16748           - Changed to mono coding style
16749           - On Linux "My Computer" and "My Network" will now show some
16750             more usefull information. A new class, MasterMount, gathers
16751             this information from /proc/mount. Updated MWFFileView to make
16752             use of this information
16753           - Fixed a bug that caused FileDialog to crash when
16754             ".recently_used" file had a zero size
16755           - FilterIndex does now what it should
16756           - Some Refactoring
16757         * OpenFileDialog.cs, SaveFileDialog.cs: Updated to reflect latest
16758             FileDialog changes
16759
16760 2006-02-09  Jackson Harper  <jackson@ximian.com>
16761
16762         * ComboBox.cs: Don't touch if null.
16763
16764 2006-02-09  Peter Dennis Bartok  <pbartok@novell.com>
16765
16766         * Cursor.cs: 64bit safeness fix
16767         * XplatUIX11.cs: Removed several unneeded and one moronic cast.
16768
16769 2006-02-09  Jackson Harper  <jackson@ximian.com>
16770
16771         * Form.cs: If a form is made into an MDI form update the styles so
16772         all the props can get set correctly.
16773         - Kill the mdi_container when we dont need it anymore.
16774         * InternalWindowManager.cs: Add missing NOT
16775
16776 2006-02-08  Jackson Harper  <jackson@ximian.com>
16777
16778         * InternalWindowManager.cs: Respek clipping when drawing MDi
16779         decorations.
16780
16781 2006-02-08  Jackson Harper  <jackson@ximian.com>
16782
16783         * Hwnd.cs: Add bits to track non client expose events.
16784         * XplatUIX11.cs: Track non client expose events on the hwnd. This
16785         gives us a proper invalid rect and will allow for some nice
16786         optimizations with NC client drawing
16787         - MDI windows are children windows, so move their style handling
16788         into the child window block.
16789         * InternalWindowManager.cs: Remove a state reset that was
16790         getting invoked at the wrong time. Fixes managed windows getting
16791         into a 'stuck' captured state.
16792
16793 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
16794
16795         * TextControl.cs (Document.ctor): Now initializing 
16796           selection_anchor. Fixes #77493
16797
16798 2006-02-07  Jackson Harper  <jackson@ximian.com>
16799
16800         * TrackBar.cs: The increment/decrements were backwards.
16801
16802 2006-02-07  Mike Kestner  <mkestner@novell.com>
16803
16804         * Theme*.cs : remove ThemeEngine.Current usage as it just points back
16805         to the instance itself.
16806
16807 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
16808
16809         * X11DesktopColors.cs, ThemeGtk.cs: The GObject structure is based
16810           on ulongs and pointers, the size differs between 32bit and 64bit
16811           systems. 
16812
16813 2006-02-07  Mike Kestner  <mkestner@novell.com>
16814
16815         * XplatUIX11.cs : force the WorkingArea away from XGetWindowProperty
16816         for 64 bit platforms to work around a metacity bug. 
16817
16818 2006-02-07  Jackson Harper  <jackson@ximian.com>
16819
16820         * TrackBar.cs: Process the input keys we need, and hookup to
16821         KeyDown instead of using WndProc, so we get key messages.
16822
16823 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com>
16824
16825         * XplatUIX11.cs: Atoms are only 32bit on the wire, no matter what
16826           machine we're on. 
16827         * X11Dnd.cs(SetAllowDrop): Since atoms are always 32bit on the wire
16828           we need to translate the XdndVersion atoms array before sending it
16829
16830 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com> 
16831
16832         * XplatUIX11.cs: 
16833           - The preceeding 64bit fixes had a bug: ChangeProperty expects the
16834             number of bits for the property, not the number of bytes. The
16835             change to provide IntPtr.Size broke 32bit. (64bit was also wrong
16836             but would not crash since it specified 8 bits instead of 4 bits)
16837           - More 64bit fixes: Switched all atoms from int to IntPtr (they are
16838             defined as XID -> long in the C headers)
16839           - Removed 'new IntPtr((int))' and '(IntPtr)' casts from all NetAtoms 
16840             references since those are now IntPtr to begin with
16841           - Switched all Atom.XXX 'int' casts to IntPtr casts
16842           - Fixed XGrabPointer DllImport signature to work for 64bit (cursor arg)
16843           - Fixed XInternAtom signature for 64bit, now returns an IntPtr
16844           - Added XChangeActivePointerGrab DllImport (for X11DnD)
16845         * X11Structs.cs:
16846           - Changed 'int' type for Atoms in XEvent structures to IntPtr
16847           - Changed atom in HoverStruct to be IntPtr
16848         * X11DnD.cs:
16849           - Removed local DllImports, switched code to use those from XplatUIX11
16850           - Removed/fixed casts related to the switch of Atom to be a IntPtr
16851
16852 2006-02-06  Mike Kestner  <mkestner@novell.com>
16853
16854         * XplatUIX11.cs : many more 64 bit pinvoke changes.  I've audited all the 
16855         method signatures in the import region.  There may still be some
16856         lingering struct marshaling issues, as I didn't drill down into those.
16857         Yet.
16858
16859 2006-02-06  Jackson Harper  <jackson@ximian.com>
16860
16861         * ComboBox.cs: Dont manually set the top_item, this is computed
16862         when the scrollbar position is set.
16863
16864 2006-02-06  Mike Kestner  <mkestner@novell.com>
16865
16866         * XplatUIX11.cs : 64 bit changes to XGetWindowProperty usage. Fixes
16867         startup crashes on amd64.  There's other fixes needed.  All pinvoke
16868         usage of Atom needs to be mapped to IntPtr for example.  And there are
16869         likely other int/long issues to be addressed.
16870
16871 2006-02-04  Alexander Olk  <alex.olk@googlemail.com>
16872
16873         * FileDialog.cs: One more...
16874
16875 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
16876
16877         * FileDialog.cs: Next try
16878
16879 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
16880
16881         * FileDialog.cs: First part of fix for #77464
16882
16883 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
16884
16885         * ButtonBase.cs, ContainerControl.cs, Forms.cs,
16886           ThemeWin32Classic.cs: Fix for #77458. Correct handling of
16887           AcceptButton border drawing.
16888
16889 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com> 
16890
16891         * Form.cs: Moved positioning of form after auto scaling is applied,
16892           otherwise it would possibly use wrong form size.
16893
16894 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com>
16895
16896         * Control.cs (RecreateHandle): No need to re-create any child
16897           controls, the child windows will get destroyed automatically by
16898           the windowing system or driver, and re-created when the handle
16899           is being accessed the first time. Fixes #77456
16900         * Form.cs: No longer setting the form to closing if the handle is 
16901           being recreated. This seems like the right thing to do, don't
16902           have a bug or testcase for this, though.
16903
16904 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
16905
16906         * FileDialog.cs: Suspend/Resume layouting when changing sizes of
16907           controls to avoid unwanted side effects
16908
16909 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com> 
16910
16911         * Control.cs: 
16912           - ScaleCore needs to scale the bounds, not the ClientSize of the 
16913             control. Fixes #77416.
16914           - DefaultSize is 0,0 for control
16915         * TextBoxBase.cs: 
16916           - DefaultSize is 100, 20
16917           - SetBoundsCore: Now enforcing the height, no matter if the provided
16918             height is more or less than the preferred one, as long as AutoSize
16919             is on
16920         * Form.cs: Apply documented fudge factor. Part of item 3 fix for #77416
16921
16922 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
16923
16924         * Control.cs:
16925           - ResumeLayout: Fixed logic when to call PerformLayout, we may not
16926             call unless both performLayout is true *and* we have a pending
16927             layout change
16928           - ResumeLayout: MS does not completely nest Suspend and Resume,
16929             they bottom out at 0, fixed our code to match that.
16930           - UpdateBounds/SetBoundsCore: Moved calling of UpdateDistances() to
16931             SetBoundsCore, we were updating even when we shouldn't. This fixes
16932             swf-anchors mis-anchoring when resizing the app fast and lots.
16933           - UpdateDistances: Now only setting the left and top distance if 
16934             we have a parent and are not suspended, this is based on
16935             a suggestion by Don Edvaldson in bug #77355.
16936           - OnVisibleChanged: Fixed logic when to create the control. We may
16937             not create the control if we have no parent or if it's not visible;
16938             switched to using Visible property instead of is_visible field 
16939             since the property also considers parent states. This fixes a bug
16940             when starting Paint.Net
16941
16942 2006-02-02  Jackson Harper  <jackson@ximian.com>
16943
16944         * Form.cs: If the forms handle hasn't been created yet don't call
16945         into xplatui to make it top most, just set the topmost flag on the
16946         form in CreateParams
16947         * XplatUIX11.cs: Handle WS_EX_TOPMOST.
16948
16949 2006-02-01  Jackson Harper  <jackson@ximian.com>
16950
16951         * ScrollableControl.cs: Refactored the Recalculate method a
16952         little, this wasn't handling all the variants of bottom and right
16953         bars needed to be added and added/removed based on their
16954         counterparts being added/removed (which changes the drawable
16955         size). Also we special case client widths and heights of 0 and
16956         don't add the scrollbar for those.
16957
16958 2006-02-01  Peter Dennis Bartok  <pbartok@novell.com>
16959
16960         * XplatUIX11.cs: 
16961           - Added method to get AbsoluteGeometry(); currently unused, but might
16962             be used in the future, if we try again to figure out toplevel
16963             coordinates with some more crappy window managers
16964           - Added FrameExtents() method to retrieve the WM set decoration size
16965           - Tried to fix up AddConfigureNotify and handling of ReparentNotify 
16966             to deal with at least KDE, FVWM and metacity (Fixes #77092)
16967         * Hwnd.cs: 
16968           - Added whacky_wm tracking var for metacity
16969           - Added logic to have default menu height if the actual menu height
16970             has not yet been calculated (part of fix for #77426)
16971         * Form.cs: Keep track whether client size has been set and re-set 
16972           it if a menu is added/removed afterwards (Fixes #77426)
16973
16974 2006-01-31  Jackson Harper  <jackson@ximian.com>
16975
16976         * Control.cs: When a new Site is set on the component attempt to
16977         pull the AmbientProperties from it.
16978
16979 2006-01-31  Peter Dennis Bartok  <pbartok@novell.com>
16980
16981         * ThemeWin32Classic.cs: Menu background is drawn in ColorMenu, not
16982           in the background of the owning form. Fixes #77332
16983
16984 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
16985
16986         * MimeIcon.cs: Fix for #77409
16987
16988 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
16989
16990         * XplatUIX11GTK.cs: Initial import
16991
16992 2006-01-31  Jordi Mas i Hernandez <jordimash@gmail.com>
16993
16994         * FixedSizeTextBox: fixes class signature
16995
16996 2006-01-30  Jackson Harper  <jackson@ximian.com>
16997
16998         * FixedSizeTextBox.cs: New internal class that represents a
16999         textBox that will not be scaled.
17000         * TreeView.cs:
17001         * ComboBox.cs:
17002         * UpDownBase.cs: Use the new FixedSizeTextBox instead of a
17003         standard TextBox.
17004                 
17005 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com> 
17006
17007         * XplatUIX11.cs: Retrieve default screen number instead of
17008           assuming 0. Attempted fix for #77318
17009
17010 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com>
17011
17012         * XplatUIWin32.cs: 
17013           - GetWindowPos: When a window is parented by FosterParent, use 
17014             the desktop instead of FosterParent as the base to get coordinates
17015           - CreateWindow: Don't make FosterParent the parent window for Popups
17016             if we don't want a taskbar entry, Popups automatically don't get one
17017         * Hwnd.cs: Need to call remove to actually remove the key from the
17018           hash table
17019
17020 2006-01-30  Mike Kestner  <mkestner@novell.com>
17021
17022         * MenuAPI.cs: adjust MainMenu item popup location to y=0.
17023
17024 2006-01-30  Jackson Harper  <jackson@ximian.com>
17025
17026         * TreeView.cs:
17027         * TreeNode.cs: Raise events no matter how the treenode is
17028         checked. Patch by Don Edvalson.
17029
17030 2006-01-30  Jackson Harper  <jackson@ximian.com>
17031
17032         * TreeNode.cs: Signature fix.
17033
17034 2006-01-29  Alexander Olk  <alex.olk@googlemail.com>
17035
17036         * ThemeClearlooks.cs: Fixed a crash in ProgressBar drawing.
17037
17038 2006-01-20  Mike Kestner  <mkestner@novell.com>
17039
17040         * Form.cs: Add ActiveTracker property to do Captures and perform mouse
17041         event forwarding when menus are active.
17042         * MenuAPI.cs: kill the GrabControl hack.  Use Form.ActiveTracker.
17043         Most of the patch is pdb's with a little rework.
17044
17045 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
17046
17047         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs: 
17048           Removed GetMenuDC and ReleaseMenuDC methods; replaced
17049           by PaintEventStart(handle, false) and PaintEventEnd(handle, false)
17050         * Form.cs: Changed WM_NCPAINT handler to use PaintEventStart and End
17051         * InternalWindowManager.cs: Added use of PaintEventStart/End to
17052           handling of WM_NCPAINT message, now passing the PaintEventArgs to
17053           the PaintWindowDecorations method
17054         * MainMenu.cs: Switched logic from GetMenuDC to PaintEventStart
17055         * MdiChildContext.cs: Switched logic from GetMenuDC to PaintEventStart
17056         * MenuAPI.cs: Made tracker window invisible
17057         * XplatUIWin32.cs:
17058           - Removed GetMenuDC and ReleaseMenuDC methods
17059           - Implemented the client=false path for PaintEventStart and
17060             PaintEventEnd
17061
17062 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
17063
17064         * XplatUIWin32.cs(SetBorderStyle): Fixed3D needs a border
17065         * XplatUIX11.cs(DeriveWindowStyles): Updated to match fixed Form
17066           styles
17067         * Form.cs: 
17068           - MaximizeBox, MinimizeBox: Recreate the handle when setting
17069             the style
17070           - CreateParams: Reworked the styles to match MS look'n'feel,
17071             removed automatic setting of MinimizeBox, MaximizeBox, etc. via
17072             the WS_OVERLAPPEDWINDOW style. This fixes #76823.
17073
17074 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
17075
17076         * XplatUIX11.cs(GetWindowState): Now throwing an exception when the 
17077           window is not mapped, since otherwise every form that's being 
17078           created is considered minimized, which is wrong.
17079         * Form.cs: Catching the exception and returning our internal value
17080           instead
17081
17082 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
17083
17084         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new driver method
17085           SetWindowMinMax() to have means to tell the driver about the minimum,
17086           maximum and maximized state window sizes. (Part of the fix for #76485)
17087         * Form.cs:
17088           - Implemented tracking of minimum and maximum window size, now calling
17089             new SetWindowMinMax() driver method to tell the driver (Part of the
17090             fix for #76485)
17091           - Finished handling of WM_GETMINMAXINFO method, now setting all values
17092             (Completes fix for #76485)
17093           - Calling new SetWindowMinMax driver method when the handle for a 
17094             form is created, to make sure the driver knows about it even if
17095             the values have been set before the window was created
17096           - Now eating the WM_WINDOWPOSCHANGED message if the form is minimized
17097             to avoid messing up our anchoring calculations (partial fix
17098             for #77355)
17099         * XplatUIStructs.cs: Added MINMAXINFO struct (moved from Win32 driver)
17100         * XplatUIX11.cs:
17101           - Added _NET_WM_STATE_HIDDEN property for detecting minimized state
17102           - Improved GetWindowState() to detect 'Minimized' state on Metacity 
17103             (and presumably other freedesktop.org compliant WMs). Left the
17104             assumption unmapped=minimized, needed for SetVisible to work.
17105           - Now setting the window state when creating windows
17106           - Fixed SetVisible to consider/set the window state when mapping
17107             a Form. We cannot set the state before it's mapped, and we cannot
17108             use Form.WindowState once it's mapped (since it would ask the
17109             driver and get 'normal'. Therefore, we grab the state before
17110             mapping, map, and then set state.
17111           - Implmemented SetWindowMinMax method; Metacity does not seem to
17112             honor the ZoomHints, though.
17113         * XplatUIWin32.cs:
17114           - Removed MINMAXINFO (moved to XplatUIStructs)
17115           - Added SetWindowMinMax stub (on Win32 the only way to set that
17116             information is in response to the WM_GETMINMAXINFO message, which
17117             is handled in Form.cs)
17118           - Added logic to SetVisible to set the proper window state when a 
17119             form is made visible (fixes #75720)
17120
17121 2006-01-26  Jackson Harper  <jackson@ximian.com>
17122
17123         * Control.cs (BeginInvoke): Automagically handle EventHandlers the
17124         same way we handle them with Invoke.
17125
17126 2006-01-25  Peter Dennis Bartok  <pbartok@novell.com> 
17127
17128         * Form.cs:
17129           - Added tracking of window state so CreateParams can return
17130             the appropriate style
17131           - Moved setting of WS_CAPTION style in CreateParams to allow
17132             styles without caption
17133         * DataGridTextBoxColumn.cs: We are now also creating the TextBox 
17134           control if the TextBox property is accessed. Fixes #77345
17135         * Control.cs:
17136           - get_Created: now uses is_disposed and is_created to determine
17137             return value (suggested by Jackson)
17138           - CreateHandle: No longer exits if the handle is being recreated
17139           - RecreateHandle: If the handle is not yet created call the 
17140             appropriate method to create either control or handle. If the
17141             control is already created CreateHandle will simply exit instead
17142             of just creating the handle
17143         * Hwnd.cs: Removed expose_pending tracking, no longer needed since we
17144           now SendMessage WM_DESTROY directly to the control when DestroyWindow
17145           is called.
17146         * XplatUIX11.cs: 
17147           - When DestroyWindow is called, instead of waiting for the 
17148             DestroyNotification from X11, we directly post it to the WndProc
17149             and immediately dispose the hwnd object.
17150             Same applies to DestroyChildWindows, and this obsoletes the
17151             expose_pending tracking. Contrary to Win32 behaviour we destroy our
17152             child windows before our own, to avoid X11 errors.
17153           - Removed the direct sending of WM_PAINT on UpdateWindow
17154         * XplatUIWin32.cs:
17155           - Reworked DoEvents and GetMessage to allow access to internal queue
17156             even when trying non-blocking access to the queue.  Fixes #77335. 
17157             Based on a patch suggestion by Don Edvalson. The new private
17158             GetMessage can now also be used as a backend for a PeekMessage
17159             frontend version.
17160         * XplatUI.cs: Improved debug output for CreateWindow
17161
17162 2006-01-25  Jackson Harper  <jackson@ximian.com>
17163
17164         * Help.cs: Allow param to be null. Patch by Don Edvalson.
17165
17166 2006-01-24  Jackson Harper  <jackson@ximian.com>
17167
17168         * ComboBox.cs: Clamp the max value set for the vertical scrollbar
17169         when we have a MaxDropItems lower then the selected index.
17170
17171 2006-01-24  Jackson Harper  <jackson@ximian.com>
17172
17173         * Control.cs: Don't allow selection of non visible controls, allow
17174         selection of controls without parents.
17175
17176 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
17177
17178         * ThemeWin32Classic.cs: Fixes Datagrid drawing issues
17179         * DataGridDrawingLogic.cs: Add editing row only when is necessary
17180
17181 2006-01-23  Jackson Harper  <jackson@ximian.com>
17182
17183         * UpDownBase.cs: Make the textbox handle all the selection and
17184         tabbing. This fixes tabing to updown controls.
17185
17186 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
17187
17188         * TextBoxBase.cs: fixes exception thown the object was null
17189
17190 2006-01-23  Jackson Harper  <jackson@ximian.com>
17191
17192         * ButtonBase.cs: Just use the base CreateParams. They set
17193         visibility and enabled correctly.
17194         * ComboBox.cs:
17195         * TrackBar.cs:
17196         * MonthCalendar.cs: Lets let the base set as much of the
17197         createparams as possible so we don't have duplicate code all over
17198         the place.
17199
17200 2006-01-22  Alexander Olk  <alex.olk@googlemail.com>
17201
17202         * ThemeGtk.cs: Added TrackBar and some experimental code to
17203           get double buffering back
17204
17205 2006-01-21  Jordi Mas i Hernandez <jordimash@gmail.com>
17206
17207         * DataGrid.cs: Allows row number set internally higher than the last
17208         when creating a new row. Restores the editing functionality.
17209
17210 2006-01-20  Mike Kestner  <mkestner@novell.com>
17211
17212         * MimeIcon.cs: delay Image creation until the icons are accessed
17213         instead of creating 190 scaled images on GnomeHandler startup.
17214
17215 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com> 
17216
17217         * TextBoxBase.cs (WndProc): When handling WM_KEYDOWN we need to
17218           first call base before processing the event. Fixes #77279
17219
17220 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com>
17221
17222         * XplatUIWin32.cs, Cursor.cs: Fixed code that wrongly assumed
17223           that the stride for the GDI bitmap would match the stride of
17224           a DIB or a Cursor.
17225
17226 2006-01-19  Alexander Olk  <alex.olk@googlemail.com>
17227
17228         * ThemeGtk.cs: Added ProgressBar, RadioButton, CheckBox
17229
17230 2006-01-19  Jackson Harper  <jackson@ximian.com>
17231
17232         * ComboBox.cs: Hookup the text controls keydown event so we get
17233         those when the text control has the focus.
17234
17235 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
17236
17237         * Label.cs: Now using the base events instead of defining new ones;
17238           this allows us to just call the base properties without having to
17239           duplicate all base property logic 
17240
17241 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
17242
17243         * Label.cs: A label by default is not a tabstop (Fixes one of our
17244           failing nunit tests)
17245
17246 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
17247
17248         * XplatUIWin32.cs: Fixed wrong DoEvents logic. Fixes #77282
17249         * XplatUIX11.cs: Removed WM_PAINT check from DoEvents. Fixes #77282
17250
17251 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
17252
17253         * Cursor.cs: Reimplemented creating cursor bitmaps without using
17254           the Bitmap(Stream) constructor which is semi-broken on MS GDI+.
17255           This fixes #77218
17256         * XplatUIWin32.cs: 
17257           - Reimplemented creating Bitmaps from DIBs since the Bitmap(Stream) 
17258             constructor creates images that can't be saved. Part of the fix
17259             for #76103
17260           - Added handling of CF_BITMAP as CF_DIB to clipboard code (Fixes #76103)
17261           - SetWindowState: Switched ShowWindow flags (part of an upcoming 
17262             bug fix for handling window state in forms properly)
17263
17264 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
17265
17266         * ThemeGtk.cs: Simplify ScrollBar drawing
17267
17268 2006-01-18  Jackson Harper  <jackson@ximian.com>
17269
17270         * Splitter.cs: Set the default dock style for the splitter control
17271         in the constructor.
17272
17273 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
17274
17275         * ThemeGtk.cs: Corrected StateType and ShadowType for
17276           gtk_paint_box
17277
17278 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
17279
17280         * Control.cs: Make use of Theme.DoubleBufferingSupported
17281         * ThemeGtk.cs:
17282           - Added drawing for flat style buttons
17283           - Added ScrollBar drawing
17284
17285 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
17286
17287         * ThemeClearlooks.cs: Removed some unneeded code.
17288         * ThemeGtk.cs: First part of ThemeGtk enhancements.
17289
17290 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
17291
17292         * LinkLabel.cs: We need to update the hover drawing when
17293           leaving the control as well.
17294
17295 2006-01-18  Jordi Mas i Hernandez <jordimash@gmail.com>
17296
17297         * DataGrid.cs: Clicking on non empty areas in the columns
17298            area was giving an exception
17299
17300 2006-01-17  Jackson Harper  <jackson@ximian.com>
17301
17302         * ThemeWin32Classic.cs:
17303         * ListView.cs: Do not draw/clip the headers when the header style
17304         is None.
17305
17306 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
17307
17308         * DataGrid.cs: Fixes 77260
17309         
17310 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
17311
17312         * DataGrid.cs: Clicking on a column on a empty grid was giving
17313           an exception
17314
17315 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
17316
17317         * DataGrid.cs (OnKeyDown): Don't use the array if it's empty
17318           or any keypress will crash the grid.
17319
17320 2006-01-17  Mike Kestner  <mkestner@novell.com>
17321
17322         * MainMenu.cs (OnMenuChanged): set Height=0 to cause relayout.
17323         * ThemeWin32Classic.cs (CalcItemSize): clear Height/Width for 
17324         invisible/previously-visible items.
17325         [Fixes #76909]
17326
17327 2006-01-17  Alexander Olk  <alex.olk@googlemail.com>
17328
17329         * ThemeClearlooks.cs:
17330         - Added CL_Draw_Button method; now other theme controls that are 
17331           not derived from button or do not have a button can draw buttons
17332           too
17333         - Updated ComboBox drawing
17334         - Beautified RadioButton drawing
17335         - Corrected drawing of bottom and left tabs
17336         - Beautified DateTimePicker and MonthCalendar
17337         - Added CPDrawButton and CPDrawRadioButton
17338
17339 2006-01-16  Jackson Harper  <jackson@ximian.com>
17340
17341         * ComboBox.cs: Set the initial value of the scrollbar to the
17342         current index. Reduce the numbers of refreshs and IndexOfs called.
17343
17344 2006-01-14  Alexander Olk  <alex.olk@googlemail.com>
17345
17346         * FileDialog.cs: When the file listview is focused hitting the
17347           backspace key moves the fileview to the parent directory
17348
17349 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
17350
17351         * Form.cs: 
17352           - Added RecreateHandle call when changing taskbar visibility to 
17353             trigger reparenting in Win32 driver (Fixes #75719)
17354           - If a window has minimize or maximize buttons, it cannot have
17355             a help button
17356         * XplatUIWin32.cs:
17357           - CreateWindow: When no WS_EX_APPWINDOW style is found we parent
17358             the toplevel form with FosterParent (A toolwindow not on the
17359             taskbar) (Fixes #75719)
17360           - Made FosterParent a toolwindow
17361
17362 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
17363
17364         * FileDialog.cs: Don't crash if InitialDirectory doesn't exist
17365
17366 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
17367
17368         * ToolTip.cs: If SetToolTip is called from a control and the mouse
17369           is currently over that control, make sure that tooltip_window.Text
17370           gets updated
17371
17372 2006-01-13  Mike Kestner  <mkestner@novell.com>
17373
17374         * MimeIcon.cs: size_t on lp64 fix for gdk_pixbuf_save_to_file extern.
17375
17376 2006-01-13  Jackson Harper  <jackson@ximian.com>
17377
17378         * TreeView.cs: On MS GetNodeAt never actually factors in the X
17379         value passed.  Also redraw the selected node when we recieve
17380         focus, so tabbing between trees works correctly.
17381
17382 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
17383
17384         * MimeIcon.cs: GnomeHandler: older gnome versions don't have
17385           ~/.gconf/%gconf-tree.xml, so use
17386           .gconf/desktop/gnome/interface/%gconf.xml
17387
17388 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
17389
17390         * TextControl.cs: Draw text in gray if control is disabled
17391
17392 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
17393
17394         * TreeView.cs: Draw the focus rectangle outside the highlight, to
17395           make sure it's always visible. Fixes #76680.
17396
17397 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
17398
17399         * TreeView.cs: Implemented Wheel scrolling. Fixes #76531
17400
17401 2006-01-13  Jonathan Chambers  <jonathan.chambers@ansys.com>
17402
17403         * PageSetupDialog.cs: Added.
17404         * PrintDialog.cs: Attributes.
17405         * PrintPreviewControl.cs: Updates.
17406         * PrintPreviewDialog.cs: Updates.
17407         
17408 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
17409
17410         * Control.cs: Undid my selection check fix, since it's not needed
17411         * TextBoxBase.cs:
17412           - Now considering the presence of hscroll/vscroll when sizing
17413             vscroll/hscroll respectively. Fixed bug #77077
17414           - Added Left/Up/Down/Right to IsInputKey list to prevent
17415             ContainerControl from stealing them. This fixes what I broke
17416             with my last checkin.
17417
17418 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com> 
17419
17420         * ScrollableControl.cs: Implemented dockpadding. Fixes #77166. And
17421           I finally understand how the property can be set without a setter :-)
17422
17423 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
17424
17425         * Application.cs:
17426           - Switched RunLoop to use static Message.Create to create a 
17427             Message object
17428           - Added PreProcessMessage call in runloop for keyboard events; this
17429             is part of the fix for #77219, I overlooked this originally in the
17430             MSDN doc for PreProcessMessage
17431         * Control.cs:
17432           - Removed call to PreProcessMessage from handling of keyboard 
17433             messages; it's supposed to be done in the message pump
17434           - Moved call to ProcessKeyEventArgs inside ProcessKeyMessage as
17435             per MSDN documentation.
17436           - IsInputChar: All chars are input chars by default; removed the 
17437             parent calling chain, MS does not document that
17438           - PreProcessMessage: If IsInputChar is true, we want to return false
17439             to allow dispatching of the message
17440           - When selecting the next control, now also check that we're not
17441             selecting ourselves again and therefore return a false positive.
17442         * TextBoxBase.cs:
17443           - Tried to match return values for IsInputKey and ProcessDialogKey
17444             to what MS returns; moved processing of our special keys outside
17445             ProcessDialogKey since MS does not seem to return true on those.
17446           - Moved code that previously was in ProcessDialogKey into new private
17447             ProcessKey method, which gets called upon receipt of WM_KEYDOWN
17448           - Reworked handling of WM_CHAR to not have to duplicate code from
17449             Control.cs anymore, instead we simply call down to base.
17450            
17451 2006-01-12  Jackson Harper  <jackson@ximian.com>
17452
17453         * ComboBox.cs: We always need to refresh the text area when
17454         EndUpdate is called. Fixes the combobox in the file dialog.
17455         * Control.cs: Don't create the creator_thread until the controls
17456         handle is created.  Also in InvokeRequired we check if the
17457         creator_thread is null. This gives the effect of InvokeRequired
17458         returning true if the controls handle is not created yet, and
17459         matches MS.
17460
17461 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
17462
17463         * XplatUI.cs:
17464           - Added StartLoop() driver method. This is used to allow drivers to
17465             prepare for an upcoming GetMessage/TranslateMessage/DispatchMessage
17466             loop for a particular thread
17467           - Added EndLoop() driver method. This is called once the message
17468             pump for the thread is shut down
17469           - Added SupportsTransparency method to allow the driver to indicate
17470             opacity support for windows
17471         * Form.cs:
17472           - Removed TODO attribute, completed AllowTransparency property
17473           - Added documented logic to Opacity
17474         * GroupBox.cs, Label.cs, LinkLabel.cs, PropertyGrid.cs, Control.cs,
17475           ButtonBase.cs, CheckedListBox.cs: Combined Jackson's and Miguel's
17476           versions of CompatibleTextRendering
17477         * X11Structs.cs: Added opacity atom to our atom enumeration
17478         * Hwnd.cs: Added opacity tracking (we need to track since the opacity
17479           of a form might be set before it's reparented by the WM, and we need
17480           the opacity value without calling up to Form)
17481         * XplatUIDriver.cs: Added StartLoop(), EndLoop() and 
17482           SupportsTransparency() driver methods
17483         * Application.cs: Now calling StartLoop and EndLoop driver methods
17484         * XplatUIX11.cs:
17485           - Added opacity atom registration
17486           - Added StartLoop()/EndLoop() methods. They're empty right now but
17487             will need to get implemented when we switch to a per-thread queue
17488           - Implemented SupportsTransparency() method
17489           - Implemented SetWindowTransparency() method
17490           - Added support for setting the opacity value when a window is
17491             reparented (since the opacity needs to be set on the WM frame)
17492         * XplatUIOSX.cs, XplatUIWin32.cs:
17493           - Added SupportsTransparency(), StartLoop() and EndLoop() methods
17494
17495 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
17496
17497         * ThemeClearlooks.cs: Don't crash if TabControl.Parent is null.
17498
17499 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
17500
17501         * FileDialog.cs: Added ToolTip for MWFFileView
17502         * MimeIcon.cs: Rewrote GnomeHandler.
17503           - Get currently used gnome icon theme from
17504             ($HOME)/.gconf/%gconf-tree.xml
17505           - Make use of inherited icon themes
17506           - Support SVG icon themes like Tango via librsvg
17507
17508 2006-01-12  Miguel de Icaza  <miguel@novell.com>
17509
17510         Revert's Jackson's revert which broke 2.0 builds.   Fix both
17511         builds. 
17512         
17513         * Application.cs: Move the use_compatible_text_rendering outside
17514         the NET_2_0 define.  If we ever need to use the
17515         use_compatible_text_rendering on the individual controls they will
17516         access the variable from the common shared code paths.
17517
17518 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
17519
17520         * XplatUI.cs:
17521           - Added more granular debug options
17522           - Added method to print both window text and id
17523           - Switched debug output to use new Window() debug method
17524           - Added IsEnabled() driver method
17525           - Added EnableWindow() driver method
17526         * Form.cs:
17527           - Removed end_modal; no longer needed, new loop handles termination
17528             via 'closing' variable
17529           - If form is modal, setting DialogResult will now initiate loop
17530             termination via 'closing' variable
17531           - Added support for is_enabled/WS_DISABLED to CreateParams
17532           - Close() now just send the WM_CLOSE message; the WM_CLOSE handler
17533             does all the work
17534           - Removed code that's now in RunLoop from ShowDialog()
17535           - Added various documented sanity checks to ShowDialog()
17536           - Added handling of WM_DESTROY message; we set 'closing' on getting
17537             the message to indicate the message pump to terminate
17538           - Added handling of new internal WM_CLOSE_INTERNAL message - it's
17539             send by the Application.ExitThread method. (We send the message
17540             to destroy the window after all other events have been
17541             processed through the queue, instead of destroying the handle 
17542             directly)
17543           - Moved code from Close() method to WM_CLOSE handler; added logic
17544             to only send close-related events if the form is not displayed
17545             modal
17546         * Splitter.cs (..ctor): Fixed typo in resource name
17547         * Control.cs:
17548           - DrawBackgroundImage: Explicitly selecting the wrap mode for the
17549             brush now
17550           - set_Cursor: Now only setting calling into XplatUI if the handle for
17551             the control is already created; this avoids implict handle creation
17552             or crashes if it's not created
17553           - set_Enabled: Now setting the enabled state via the new driver method
17554             instead of just tracking it
17555           - CreateParams: Added logic to set WS_DISABLED based on enabled state
17556           - CreateControl: Reordered event firing and method calls to more
17557             closely fire events in the order MS does. Now setting the
17558             enabled state in the driver when creating the control.
17559           - SetVisibleCore: Moved when the OnVisibleChanged event is fired to
17560             match MS order
17561         * FolderBrowserDialog.cs, MessageBox.cs, ButtonBase.cs, TrackBar.cs,
17562           MonthCalendar.cs: get_CreateParams: Added setting of WS_DISABLED 
17563         * XplatUIStructs.cs: Added internal WM_CLOSE_INTERNAL mesage id
17564         * Hwnd.cs:
17565           - Added tracking of window enabled state (get_Enabled/set_Enabled)
17566           - Added EnabledHwnd property to easily allow a driver to find the
17567             handle of the first enabled window in the parent chain (this is
17568             used by drivers to pass up input events of disabled windows)
17569         * XplatUIDriver.cs: Added IsEnabled() method
17570         * Application.cs:
17571           - Removed crude and obsolete exiting tracking variable
17572           - Removed internal ModalRun(); replaced by RunLoop()
17573           - Implemented private CloseForms() method to allow closing all 
17574             windows owned by a particular (or all) threads
17575           - Exit() now properly closes all windows without forcing the message
17576             pump to quit
17577           - Removed obsolete InternalExit() method
17578           - Changed Run() methods to use new RunLoop() message pump
17579           - Implemented new RunLoop() method for both modal and non-modal forms
17580         * CommonDialog.cs:
17581           - get_CreateParams: Added setting of WS_DISABLED
17582           - Simplified ShowDialog(); now all the work is done in RunLoop(),
17583             invoked via Form.ShowDialog()
17584         * NativeWindow.cs: We don't remove the window from the collection when
17585           the handle is destroyed; there might still be messages for it in the
17586           queue (mainly the resulting WM_DESTROY); instead it will be removed
17587           when Control calls InvalidateHandle in the WM_DESTROY handler
17588         * XplatUIX11.cs:
17589           - CreateWindow: Added logic to handle the WS_DISABLED window style
17590           - EnableWindow: Implemented based on Hwnd.Enabled
17591           - GetMessage: Reset PostQuitState so the method can be called again
17592           - Implemented support for disabled windows (passing messages to the
17593             first enabled parent) in handling all input messages
17594           - Added optimizations for handling Expose events
17595           - Implemeted new driver method IsEnabled()
17596           - Now always resetting paint pending tracking vars when we start paint
17597           - Re-implemented UpdateWindow via just sending a WM_PAINT message
17598         * XplatUIOSX.cs: Added IsEnabled method stub
17599         * XplatUIWin32.cs: Implemented new IsEnabled() method
17600
17601 2006-01-11  Jackson Harper  <jackson@ximian.com>
17602
17603         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
17604         LinkLabel.cs, PropertyGrid.cs: Unbreak 1.1 build. Consolidate the
17605         variables a little.
17606         * ColorDialog.cs: Clear out the old form before adding the new
17607         panel.  
17608
17609 2006-01-11  Jackson Harper  <jackson@ximian.com>
17610
17611         * X11Dnd.cs: Make sure to add all the text formats when adding
17612         strings to the data object.
17613         * TreeNodeCollection.cs: When adding to a sorted tree we need to
17614         do some redrawing too.  Also change the UpdateNode to an
17615         UpdateBelow so the newly added node gets painted.
17616         
17617 2006-01-11  Miguel de Icaza  <miguel@novell.com>
17618
17619         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
17620         LinkLabel.cs, PropertyGrid.cs: Implement the
17621         UseCompatibleTextRendering property for 2.x
17622
17623         * Application.cs (SetCompatibleTextRenderingDefault): Add. 
17624
17625 2006-01-11  Jackson Harper  <jackson@ximian.com>
17626
17627         * TreeView.cs: Use the property for setting the selected node so
17628         the correct events get raised.
17629         * TreeNode.cs: Update the tree when the fore/back colours of a
17630         node are set.
17631
17632 2006-01-10  Jackson Harper  <jackson@ximian.com>
17633
17634         * TreeView.cs: Allow setting SelectedNode to null.
17635
17636 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
17637
17638         * Form.cs: Fix support for Form TransparencyKey and Opacity on Windows.
17639
17640 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
17641
17642         * PrintControllerWithStatusDialog.cs: Update page number in dialog.
17643
17644 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
17645
17646         * PrintDialog.cs: Added attributes and set default property values.
17647
17648 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
17649
17650         * PrintControllerWithStatusDialog.cs: 
17651         Added PrintControllerWithStatusDialog.
17652
17653 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
17654
17655         * XplatUI.cs, Form.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
17656         XplatUIWin32.cs: Added support for Form TransparencyKey and Opacity on Windows.
17657
17658 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
17659
17660         * ComboBox.cs: Fix crash when there is no selected item (due to last commit)
17661
17662 2006-01-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
17663
17664         * ComboBox.cs: Added KeyDown event handler for processing arrow keys
17665         and PgUp/PgDown. Also, scroll to selected item upon dropdown. Bugs 76857 and 76788.
17666
17667 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
17668
17669         * MimeIcon.cs: Added internal class SVGUtil.
17670
17671 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
17672
17673         * FileDialog.cs: Don't crash if there are two files with the
17674           same name but different locations.
17675
17676 2006-01-08  John BouAntoun  <jba-mono@optusnet.com.au>
17677
17678         * MonthCalendar.cs: Fixed annoying rendering bug when selecting
17679         dates across multiple month grids. Used to not highlight entire 
17680         month, but does now.
17681         
17682 2006-01-06  Jackson Harper  <jackson@ximian.com>
17683
17684         * MonthCalendar.cs: Removed DoEvents call to prevent a running
17685         message loop. Change timer intervals to numbers that seem more
17686         natural.
17687
17688 2006-01-06  John BouAntoun  <jba-mono@optusnet.com.au>
17689
17690         * DateTimePicker.cs: Modified CalculateDropDownLocation to use the screen
17691           object for location info since screen object is now implemented.
17692
17693 2006-01-05  Jackson Harper  <jackson@ximian.com>
17694
17695         * AsyncMethodData.cs: Check if the call is complete before doing a WaitOne
17696         * AsyncMethodResult.cs: We no longer use a WeakReference for the
17697         AsyncMethodResult, this is because we ALWAYS want the
17698         ManualResetEvent to get set.
17699         * Control.cs: When disposing use an async invoke to call shutdown
17700         code, so that thigns don't block on the finalizer thread.  Also
17701         check if we even have a message loop before trying to send
17702         messages, if we don't then don't bother sending messages.
17703         - No more weak references for async methods
17704         * XplatUIDriver.cs: No more weak references for async methods.
17705
17706 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
17707
17708         * FontDialog.cs: Fix, don't throw an exception if FontFamily.Families
17709           returns two FontFamily with the same name
17710
17711 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
17712
17713         * ThemeWin32Classic.cs, ThemeClearlooks.cs: Dropped stupid scheme of 
17714           drawing disabled text. Instead using the ColorGrayText color
17715
17716 2006-01-04  Jackson Harper  <jackson@ximian.com>
17717
17718         * TreeNode.cs: redraw the node when its image index is changed.
17719
17720 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
17721
17722         * RichTextBox.cs: Same fix as last, just for SelectionColor. This
17723           time I checked there are no others like it.
17724
17725 2006-01-04  Jackson Harper  <jackson@ximian.com>
17726
17727         * AsyncMethodResult.cs: Use a ManualResetEvent instead of a mutex,
17728         this gives the behavoir I was looking for.
17729         * Control.cs: Special case Invoking EventHandlers, this matches MS
17730         and fixes part of bug #76326.
17731
17732 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
17733
17734         * ThemeClearlooks.cs, FileDialog.cs:
17735           - Reflect the latest Theme class changes
17736           - Remove Mono.Unix.Syscall.time in FileDialg and replace it 
17737             with DateTime
17738             
17739 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
17740
17741         * Theme.cs: Cache UI resource images and resize them if needed
17742
17743 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
17744
17745         * RichTextBox.cs: FormatText is 1-based, make it so when SelectionFont
17746           is called. This fixes the crash in Nexxia when setting the font
17747           attributes in the chat. [However, RTF needs a look-over to make sure
17748           that all SelectionXXX methods handle the special case that selection
17749           is empty and therefore the change must be applied to all text starting
17750           at the cursor/selection start]
17751
17752 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com> 
17753
17754         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
17755           XplatUIOSX.cs: Added SendMessage and PostMessage methods
17756         * X11Keyboard.cs: Switched to new way of calling PostMessage
17757
17758 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
17759
17760         * Theme.cs: Added theme interface for images to allow the theme to
17761           control what images are used for things like FileDialog, MessageBox
17762           icons, etc.
17763         * MessageBox.cs: Now uses the new Theme icon/image interfaces
17764
17765 2006-01-03  Alexander Olk  <alex.olk@googlemail.com>
17766
17767         * FileDialog.cs:
17768           - Removed some dead code
17769           - Opening a recently used file does work now
17770           - Small UI enhancements
17771           - Refactoring
17772
17773 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
17774
17775         * FileDialog.cs: Forgot too add __MonoCS__
17776
17777 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
17778
17779         * FileDialog.cs: We are able to read recently used files now let's
17780           go on and write them.
17781
17782 2006-01-01  Alexander Olk  <alex.olk@googlemail.com>
17783
17784         * FileDialog.cs: Breathe some life into "last open"/"recently used"
17785           button
17786         * MimeIcon.cs: Do a check for the top level media type also
17787
17788 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
17789
17790         * ThemeClearlooks.cs:
17791           - Added CPDrawStringDisabled
17792           - ButtonBase_DrawText: Workaround for a DrawString bug; cut off
17793             some chars if the text doesn't fit into text_rect
17794           - DrawListViewItem: If View = View.LargeIcon center the image;
17795             rewrote the drawing of ListViewItem.Text if View = 
17796             View.LargeIcon
17797
17798 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
17799
17800         * MimeIcon.cs: Use default KDE icon theme if there is no
17801           "48x48" directory for the current icon theme, fixes #77114
17802         * Mime.cs: Disable not working and actually not used code. 
17803         * ThemeWin32Classic.cs:
17804           - Replace "new SolidBrush" in GetControlBackBrush and
17805             GetControlForeBrush with ResPool.GetSolidBrush
17806           - Changed DrawListViewItem from private to protected virtual
17807         * FileDialog.cs:
17808           - Added form.MaximizeBox = true
17809           - Don't throw an exception if there is a broken symbolic link
17810
17811 2005-12-23  Jackson Harper  <jackson@ximian.com>
17812
17813         * TabControl.cs: Give the panels focus, keyboard navigation is
17814         fixed so this works correctly now.
17815         - We need these key events also.
17816         * ToolBar.cs: Remove some of the poor mans double buffering.
17817         
17818 2005-12-24  Alexander Olk  <alex.olk@googlemail.com>
17819
17820         * ComboBox.cs: The internal TextBox now returns the focus.
17821
17822 2005-12-23  Jackson Harper  <jackson@ximian.com>
17823
17824         * ThemeWin32Classic.cs:  Draw the text for all tab appearances.
17825
17826 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
17827
17828         * Control.cs: Removed debug code
17829         * XplatUIX11.cs: Changed DestroyChildWindows to also consider
17830           implicit children
17831
17832 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com> 
17833
17834         * Control.cs: When creating the control, update the Z-order after
17835           all it's children are created, too. (Fixes nexxia not showing
17836           picturebox bug)
17837
17838 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
17839
17840         * Control.cs: Do not update the anchoring distances if layout is
17841           suspended, instead do it once layout is resumed
17842
17843 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com> 
17844
17845         * Control.cs: 
17846           - After many hours of debugging, for both Jackson and
17847             myself, it turns out that it helps to set the parent of a control
17848             if you want to actually see it onscreen. In the spirit of that
17849             discovery, we're now setting the parent of the control and
17850             it's children when the control's handle is created. This fix
17851             will make Lutz Roeder's Reflector run happily. 
17852           - now just creating the handle instead of the whole control when
17853             getting a graphics context for the control.
17854
17855 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
17856
17857         * ScrollableControl.cs: When calculating the canvas, don't consider
17858           the scrollbar widths. Instead, predict if horizontal scrollbar
17859           will affect canvas when deciding on vertical display and vice versa.
17860
17861 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
17862
17863         * RichTextBox.cs: Set default RTF font for documents that don't
17864           have a font table (Fixes #77076)
17865
17866 2005-12-22  Jackson Harper  <jackson@ximian.com>
17867
17868         * TextBoxBase.cs: It's difficult to do, but you can have an empty
17869         clipboard. This prevents a NullRef in that case.
17870         * XplatUIX11.cs: Use CLIPBOARD not PRIMARY for our
17871         clipboard. PRIMARY is for the currently selected text only. (We
17872         should implement PRIMARY at some point.
17873
17874 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
17875
17876         * XplatUIWin32.cs: Fixed the TEXTMETRIC structure, we were calling
17877           a Unicode function with a structure that was defined in Ansi way.
17878           This fixes #76942.
17879
17880 2005-12-21  Jackson Harper  <jackson@ximian.com>
17881
17882         * StatusBar.cs: Statusbar handles its fore/back colours on it's
17883         on. Because thats how it rolls. (and this avoids it using ambient
17884         colours).
17885         * ThemeWin32Classic.cs: Use the proper back color for filling.
17886         * Menu.cs: Use the system menu bar color for drawing menu
17887         bars. Using the window back color will bring ambient colours into
17888         the picture.
17889
17890 2005-12-21  Alexander Olk  <alex.olk@googlemail.com>
17891
17892         * ColorDialog.cs: Fixed a memory leak that caused a SIGSEV. A lot of
17893           Bitmaps were created and not disposed.
17894
17895 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
17896
17897         * Control.cs (CreateControl): Don't do anything if the control is
17898           already created, otherwise we'd fire the OnCreated event more than
17899           once
17900
17901 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
17902
17903         * ComboBox.cs (FindStringCaseInsensitive): Don't search for emtpy strings,
17904           will always match. Instead return -1. Fixes #76464.
17905
17906 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
17907
17908         * TextControl.cs (RecalculateLine): Only wrap if the wrap point is
17909           neither the beginning nor the end of the line (Fixes bug #76479)
17910
17911 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
17912
17913         * Control.cs:
17914           - ControlNativeWindow.ControlFromHandle(): Now handling situation
17915             where handle is invalid
17916           - FromHandle(): Now using hashtable-based ControlFromHandle() lookup
17917             instead of slower linear search
17918         * NativeWindow.cs: Don't remove the window from the hashtable until
17919           after the driver has destroyed it (since the driver might use
17920           Control.FromHandle to lookup the control object
17921         * Hwnd.cs: Added DestroyPending property to track if a window is 
17922           already destroyed as far as the driver is concerned and only hasn't
17923           yet notified the control
17924         * XplatUIX11.cs:
17925           - Activate(): Check if the window is still valid before using the 
17926             handle
17927           - Implemented DestroyChildWindow() method to mark child windows as
17928             destroyed when a window is destroyed. This prevents situations 
17929             where we might call an X method based on queued events for a
17930             window that already has been destroyed but we haven't yet pulled
17931             the destroy method from the queue.
17932           - Added a call to the new DestroyChildWindow() method to the drivers
17933             DestroyWindow code. Also now marking the destroyed window itself
17934             as pending
17935
17936 2005-12-20  Jackson Harper  <jackson@ximian.com>
17937
17938         * StatusBar.cs:
17939         * StatusBarPanel.cs: Don't calculate panel sizes on draw
17940         anymore. Just do them when needed, also track the rects of panels
17941         so that we can optimize refreshing more in the future.
17942
17943 2005-12-20  Alexander Olk  <alex.olk@googlemail.com>
17944
17945         * ColorDialog.cs: Fixed focus drawing in small color controls
17946
17947 2005-12-19  Jackson Harper  <jackson@ximian.com>
17948
17949         * InternalWindowManager.cs:
17950         * MdiWindowManager.cs: Cleanup some coordinate system changes so
17951         moving windows works properly.
17952
17953 2005-12-19  Peter Dennis Bartok  <pbartok@novell.com> 
17954
17955         * Control.cs: 
17956           - Removed call to InitLayout() from SetBoundsCore(); doc says
17957             it's only called when a control is added to a container
17958           - Split InitLayout logic, moved to separate UpdateDistances() method
17959             since we need to perform those calculations more often than just
17960             when adding the control to a container. (Needed to fix #77022)
17961           - Now calling UpdateDistances() from UpdateBounds() (fixes #77022)
17962           - Reduced the OnBindingContextChanged events count, don't send them
17963             unless the control is created, we still aren't totally matching
17964             MS, but I can't quite figure out some of their rules
17965
17966 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
17967
17968         * ThemeClearlooks.cs: Corrected distance between ProgressBar
17969           stripes
17970
17971 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
17972
17973         * ThemeClearlooks.cs:
17974           - Updated ProgressBar drawing
17975           - Corrected drawing of ScrollBars and scroll buttons
17976           - Some temporary fixes for minor pixel artefacts
17977
17978 2005-12-18  Peter Dennis Bartok  <pbartok@novell.com> 
17979
17980         * Control.cs:
17981           - Reworked Controls.Add(), Controls.Remove() and set_Parent() to
17982             cause events to be sent in the same order as MS does.
17983           - Added ChangeParent() method to trigger various OnXXXChanged events
17984             that need to be fired when a parent changes (This is a reworking
17985             of the patch from r54254, with the X11 errors fixed)
17986           - Removed SuspendLayout()/ResumeLayout() calls from Controls.Clear()
17987             since on MS we get OnLayoutChanged events when calling Clear()
17988           - Changed Enabled property to consider parent state as well, if a
17989             parent is not enabled, the control will not be either
17990           - Changed Parent property to simply call Controls.Add() since that
17991             now does all the work required, this way we avoid code duplication
17992           - Threw in a few OnBindingsContextChanged calls to try and match
17993             when MS sends them. We seem to send a few too many, though.
17994           - Added call to CreateControl when adding the control to a parent.
17995             We were never calling CreateControl. Still needs some work, in
17996             some places we treat HandleCreated and ControlCreated as equal, 
17997             which is wrong
17998           - Removed obsolete commented out code from UpdateZOrder()
17999
18000 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
18001
18002         * ThemeClearlooks.cs: Updated TrackBar drawing.
18003
18004 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
18005
18006         * FileDialog.cs: Patch for #76901 by Atsushi Enomoto
18007
18008 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
18009
18010         * FileDialog.cs: Add the Help button and the open readonly
18011           checkbox only if needed
18012
18013 2005-12-16  Jackson Harper  <jackson@ximian.com>
18014
18015         * Control.cs: Make sure we have an active menu before trying to
18016         process commands on it. Prevents menu-less forms from crashing
18017         when Alt is pressed.
18018         * TreeNodeCollection.cs: Some fixes to prevent null refs. Patch by
18019         Dieter Bremes.
18020         * RichTextBox.cs: Expand statement to help out gmcs and fix the
18021         2.0 build.
18022
18023 2005-12-16  Jackson Harper  <jackson@ximian.com>
18024
18025         * InternalWindowManager.cs: Don't translate tool windows screen
18026         coordinates. This fixes windows 'bouncing' around when being moved.
18027
18028 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
18029
18030         * TextBoxBase.cs:
18031           - MaxLength now treats 2^31-1 equal to unlimited length (this is
18032             not quite MS compatible, MS uses that number only for single line
18033             and 2^32-1 for multi-line, but I figure it won't hurt keeping
18034             the limit at 2GB)
18035           - Now enforcing the MaxLength limit when entering characters
18036           - Added argument to internal Paste() method to track if it's called
18037             from programatically or via keyboard, since keyboard driven pastes
18038             need to enforce max-length
18039           - Added logic to Paste to only paste as many chars as MaxLength 
18040             allows
18041         * RichTextBox.cs: Updated to use new obey argument for internal Paste()
18042         * TextControl.cs:
18043           - Added Length property to return number of characters in document
18044           - Added private CharCount property which only tracks actual chars
18045             in the document (no linefeeds) and fires event when CharCount
18046             changes
18047           - Added tracking of character count to all methods that alter it
18048           - Added LengthChanged event to allow applications to subscribe
18049             to any changes to the document
18050
18051 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
18052
18053         * TextBox.cs: 
18054           - Removed local password_char field (moved to TextBoxBase)
18055           - Now setting the document's password var when password is
18056             set
18057         * TextBoxBase.cs:
18058           - Added password_char field (needed here so MultiLine can
18059             access it)
18060           - Added logic to MultiLine property setter to set the document's
18061             variable when password display is allowed
18062           - Removed debug code and made some debug code conditional
18063         * TextControl.cs:
18064           - Added RecalculatePasswordLine() method to handle special password
18065             char only lines
18066           - Added PasswordChar property, also added related tracking vars
18067           - Draw() method now uses local text var for grabbing text to draw,
18068             this var is set to line.text unless we're doing password display,
18069             then it is set to the pre-generated all-password-chars line
18070           - Added calling RecalculatePasswordLine() method for password lines
18071
18072 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
18073
18074         * Hwnd.cs: 
18075           - Added Reparented property to allow tracking of Window Manager
18076             reparenting actions (which affect X/Y calculations of toplevel 
18077             windows)
18078           - Made ToString() print window handles in hex
18079         * XplatUIX11.cs:
18080           - AddConfigureNotify(): Now uses reparented state off Hwnd to
18081             determine if X/Y needs offsetting
18082           - AddConfigureNotify(): Fixed offset calculations
18083           - Now adds ReparentNotify messages into the queue
18084           - Now processes ReparentNotify messages and causes a 
18085             WM_WINDOWPOSCHANGED message to be sent upstream if a window
18086             is reparented (as most likely it's X/Y coordinates are changed
18087             due to that)
18088
18089 2005-12-14  Jackson Harper  <jackson@ximian.com>
18090
18091         * XplatUIX11.cs: Tool windows still need to respek focus.
18092
18093 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
18094
18095         * Control.cs: Undid 54254 (causing XConfigure errors) so we can
18096           have a working release
18097
18098 2005-12-13  Jackson Harper  <jackson@ximian.com>
18099
18100         * Form.cs: Update styles after setting the border style regardless
18101         of whether or not the window is using a window manager.
18102
18103 2005-12-13  Jackson Harper  <jackson@ximian.com>
18104
18105         * Form.cs: We now hook into an internal window manager instead of just an
18106         MDI subsystem, this is so we can have properly behaving tool windows.
18107         * MdiClient.cs: Naming change, MdiChildContext is now WindowManager
18108         * InternalWindowManager.cs: New internal class that acts as a
18109         window manager for tool windows and as a base for mdi windows.
18110         * MdiWindowManager.cs: New class that acts as a window manager for
18111         mdi windows.
18112
18113 2005-12-12  Jackson Harper  <jackson@ximian.com>
18114
18115         * Control.cs: Updates so we match behavoir for for implicit
18116         controls. Fixes explosions in MDI.
18117
18118 2005-12-12  Jackson Harper  <jackson@ximian.com>
18119
18120         * Control.cs: Implement Invalidate (Region).
18121
18122 2005-12-12  Peter Dennis Bartok  <pbartok@novell.com> 
18123
18124         * Control.cs: 
18125           - Changed handling of Controls.Add/Controls.Remove to fire (almost) 
18126             the same events as MS does. MS fires events for each property 
18127             except, for unknown reasons, Cursor, when the control is reparented. 
18128             I can't seem to totally match add/remove since MS also fires some 
18129             VisibleChanged events, which makes no sense. Consolidated the
18130             parenting code into a separate method so it can be called from
18131             both Add and Remove. set_Parent no longer needs any special logic
18132             as it calls the parent's add method which implicitly fires
18133             all events
18134           - Removed some obsolete code and debug output
18135           - Enabled state is inherited from parents, if this is enabled
18136
18137 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com> 
18138
18139         * Form.cs: Removed commented out code
18140
18141 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com>
18142
18143         * Control.cs:
18144           - Added internal version of Invoke, with additional argument 
18145             indicating if we're calling it from a Dispose() handler. That
18146             way we can avoid BeginInvoke throwing an exception if we're
18147             calling for an already destroyed window.
18148           - Added a dispose argument to BeginInvokeInternal, and made the
18149             check if a valid window handle chain exists conditional on
18150             it not being a dispose call
18151           - Removed code in DestroyHandle to destroy our children. Since we
18152             now handle the WM_DESTROY message we will catch all our children
18153             being destroyed.
18154           - Now calling OnHandleDestroyed from our new WM_DESTROY handler
18155         * Form.cs:
18156           - Added a field to track the application context of the form.
18157           - No need to set closing variable as response to WM_CLOSE, instead
18158             we destroy the window. We also call PostQuitMessage if the form
18159             has an application context (which makes it the main app form,
18160             which, when closed terminates the app)
18161         * XplatUI.cs:
18162           - Dropped Exit() method, it's naming was confusing
18163           - Added PostQuitMessage() which causes GetMessage to return false
18164             once the message queue is empty
18165         * XplatUIDriver.cs, XplatUIWin32.cs: Dropped Exit(), added 
18166           PostQuitMessage()
18167         * XplatUIOSX.cs: Switched signature for Exit method since Exit() is
18168           no longer a valid XplatUI method, but left it in since it's used
18169           internally. Added empty PostQuitMessage() method.
18170         * MenuAPI.cs: Replaced call to Exit() with call to
18171           PostQuitMessage, even though this is probably no longer needed.
18172         * Hwnd.cs: Added 'pretty' ToString() to support debugging.
18173         * X11Structs.cs: Added pretty XEvent.ToString() to support debugging.
18174         * Application.cs:
18175           - Replaced call to XplatUI.Exit() with PostQuitMessage()
18176           - Removed old debug code that would call XplatUI for exception
18177             display, enabled standard exception handling (Still not enabled
18178             though, until NativeWindow's ExternalExceptionHandler define
18179             is removed
18180         * NativeWindow.cs:
18181           - Added internal method to allow control to update NativeWindow
18182             after a window has been destroyed
18183           - Added handling of already destroyed windows when calling i
18184             DestroyWindow
18185           - Added removal of handle from list on ReleaseHandle
18186         * XplatUIX11.cs:
18187           - Dropped GetMessageResult var and related code
18188           - Added PostQuitState to field to track if PostQuitMessage has been
18189             called
18190           - Dropped Exit() method
18191           - Added PostQuitMessage() method
18192           - GetMessage now will return false if PostQuitState is set and no
18193             more messages are in the queue.
18194           - Expose handler will no longer generate WM_PAINT messages if we are
18195             in PostQuitState since it's very likely any windows have already
18196             been destroyed, and since Hwnd won't get updated until we have
18197             processed the DestroyNotify we'd be causing X errors.
18198         
18199 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
18200
18201         * Control.cs(WndProc): Apparently I'm suffering from brain cloud.
18202           Thanks to Mike for pointing out the err of my ways.
18203
18204 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
18205
18206         * Control.cs(PreProcessMessage): Moved menu handling back, but
18207           after all other key handling, to match MS (who handles Menu in
18208           DefWndProc)
18209         * Menu.cs (WndProc): Removed my brainfart
18210
18211 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
18212
18213         * Control.cs(PreProcessMessage): Removed special menu handling 
18214         * Menu.cs (WndProc): Added handling of WM_SYSKEYUP for menu purposes.
18215
18216 2005-12-07  Mike Kestner  <mkestner@novell.com>
18217
18218         * Control.cs : special case SYSKEYUP so that we can adjust keynav
18219         state according in tracker.
18220         * Menu.cs : promote tracker field to base class and provide a tracker
18221         lookup capability.  Add/Remove shortcuts dynamically if the top menu
18222         has a tracker. Unparent items that are removed from the collection.
18223         * MenuAPI.cs : implement mnemonic, shortcut, and arrow-based keynav.
18224         * Theme*.cs: add always_show_hotkeys field to support configurability
18225         of mnemonic display.  win32 doesn't show mnemonics until Alt is
18226         pressed.
18227
18228 2005-12-07  Jackson Harper  <jackson@ximian.com>
18229
18230         * MdiChildContext.cs: Use Control.ResetCursor.
18231         * Control.cs: ResetCursor needs to set the property so that the
18232         correct XplatUI call gets made.
18233
18234 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
18235
18236         * Control.cs: More fixes to make our key events match MS. We
18237           were not setting the modifier state on KeyData, and we were
18238           not generating any events when Alt was pressed with a key
18239           since handling of WM_SYSxxx was missing for the OnKey methods.
18240
18241 2005-12-07  Jackson Harper  <jackson@ximian.com>
18242
18243         * MdiChildContext.cs: reenable the sizing code.
18244         - When the mouse leaves a window reset its cursor.
18245
18246 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
18247
18248         * ThemeClearlooks.cs: Reflect latest Hwnd changes
18249
18250 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
18251
18252         * Hwnd.cs: Now using the theme 3d bordersize to calculate
18253           widths of Fixed3D borders
18254
18255 2005-12-07  Jackson Harper  <jackson@ximian.com>
18256
18257         * MdiClient.cs: Fix warnings. Earn Mike's love.
18258
18259 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
18260
18261         * ThemeClearlooks.cs:
18262           - Adjusted mouse over button color
18263           - Added first parts of CheckBox drawing
18264           - Added correct color for selected text background
18265           - Fixed ComboBox drawing
18266           - Added CPDrawBorder3D and CPDrawBorder
18267
18268 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
18269
18270         * XplatUIX11.cs: Added call to XBell for AudibleAlert
18271
18272 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com> 
18273
18274         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
18275           XplatUIOSX.cs: Added AudibleAlert() method to have a means to
18276           alert users via sound. We could add an enum arg with different
18277           types of alerts in the future
18278
18279 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
18280
18281         * Control.cs: Fix behaviour problems pointed out by Mike
18282
18283 2005-12-05  Mike Kestner  <mkestner@novell.com>
18284
18285         * StatusBarPanel.cs: add Invalidate method and hook it into all the
18286         prop setters.  Calls parent.Refresh for now, but could be maybe be
18287         optimized with an internal method on StatusBar at some point.
18288         [Fixes #76513]
18289
18290 2005-12-05  Peter Dennis Bartok  <pbartok@novell.com> 
18291
18292         * RichTextBox.cs: Implemented get_SelectionColor
18293
18294 2005-12-05  Alexander Olk  <alex.olk@googlemail.com>
18295
18296         * ThemeClearlooks.cs:
18297           - Removed dead code
18298           - Draw black button border only if button is Form.AcceptButton
18299           - Draw correct button color for pressed RadioButton if the mouse 
18300             has entered the button
18301           - Updated ProgressBar drawing!
18302           - Updated CPDrawSizeGrip drawing
18303           - Updated StatusBarPanel drawing
18304
18305 2005-12-05  Mike Kestner  <mkestner@novell.com>
18306
18307         * Control.cs (PreProcessMessage): add Keys.Alt based on LParam value.
18308         * X11Keyboard.cs (SendKeyboardInput): formal lParam for alt mod.
18309
18310 2005-12-04  Alexander Olk  <alex.olk@googlemail.com>
18311
18312         * ThemeClearlooks.cs: Initial check-in, activate with
18313           export MONO_THEME=clearlooks
18314         * ThemeEngine.cs: Added ThemeClearlooks
18315
18316 2005-12-03  Mike Kestner  <mkestner@novell.com>
18317
18318         * MenuAPI.cs: deactivate menus prior to calling item.PerformClick.
18319         [Fixes #76897]
18320
18321 2005-12-02  Jackson Harper  <jackson@ximian.com>
18322
18323         * Form.cs: If the child form has no menu the default main menu is
18324         used as the active menu.
18325
18326 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com> 
18327
18328         * ListBox.cs: Check if any items exist before trying to resolve 
18329           coordinates into items
18330
18331 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
18332
18333         * ThemeWin32Classic.cs: Hatchbrush on Win32 seems to always use white
18334           as the second color for the background hatch
18335
18336 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
18337
18338         * TextBoxBase.cs: Now uses Jackson's new and improved ImplicitScrollbar
18339         * RichTextBox.cs: FormatText position arguments are 1-based, now making
18340           sure that what we pass to FormatText is always 1-based. Fixes #76885
18341
18342 2005-11-29  Miguel de Icaza  <miguel@novell.com>
18343
18344         * NumericUpDown.cs (EndInit): When we are done initializing,
18345         reflect any updates on the UI.
18346
18347 2005-12-02  Jackson Harper  <jackson@ximian.com>
18348
18349         * ImplicitHScrollBar.cs:
18350         * ImplicitVScrollBar.cs: New scrollbars that don't take focus from
18351         their container controls.
18352         * TreeView.cs: Use the new implicit scrollbars.
18353
18354 2005-12-02  Jackson Harper  <jackson@ximian.com>
18355
18356         * TreeView.cs: Make top_node internal so the TreeNodeCollections
18357         can play with it.
18358         * TreeNodeCollection.cs: If we remove the topnode we need to
18359         update topnode to the next node in line.
18360         - When clearing nodes go through the same process as removing
18361         them, so they get depareneted and checked if they are top node.
18362
18363 2005-12-01  Jackson Harper  <jackson@ximian.com>
18364
18365         * TreeView.cs: When imagelists are used the image area is
18366         selectable as well as the text.
18367         - If there are no selected nodes select the first one.
18368         * TreeNodeCollection.cs: Getting the TreeView is mildly expensive,
18369         so don't do it more then we need to.
18370
18371 2005-12-01  Jackson Harper  <jackson@ximian.com>
18372
18373         * ThemeWin32Classic.cs: Reimplement the scroll arrow drawing so
18374         that arrows can be scaled.
18375
18376 2005-12-01  Jackson Harper  <jackson@ximian.com>
18377
18378         * TreeNode.cs : Fixed bugs that caused FullPathTest + Traverse to
18379         fail. Patch by Dieter Bremes
18380
18381 2005-11-30  Jackson Harper  <jackson@ximian.com>
18382
18383         * Form.cs: Property is 2.0 only
18384         * PrintDialog.cs: Signature fix.
18385
18386 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
18387
18388         * TextControl.cs: 
18389           - No longer artificially moves text 2 pixels down (now that we have
18390             borders this is no longer needed)
18391           - Added calcs for left, hanging and right indent
18392
18393 2005-11-23  Mike Kestner  <mkestner@novell.com>
18394
18395         * Menu.cs: mark MenuChanged internal, since it's not exposed by MS.
18396
18397 2005-11-30  Jackson Harper  <jackson@ximian.com>
18398
18399         * MdiChildContext.cs: Set the cloned menus forms, as these don't
18400         get cloned as part of CloneMenu ().
18401         * Menu.cs: Make sure the parent of the items get set correctly
18402         when they are added.  And the owners are notified of the changes.
18403         * Form.cs: Create an ActiveMenu property, so that when MDI is used
18404         we can change the menu being displayed/handled by the form without
18405         changing the menu assosciated with the form.
18406         - Don't let Mdi children draw/handle menus.
18407         
18408 2005-11-30  Jackson Harper  <jackson@ximian.com>
18409
18410         * Menu.cs: Switch the MenuChanged method to OnMenuChanged and add
18411         a MenuChanged event. Just to make the API a little more
18412         consistent.
18413         * MainMenu.cs:
18414         * MenuItem.cs: Use the new OnMenuChanged
18415         * MdiChildContext.cs: Handle menu merging.
18416         * Form.cs: Implement MergedMenu.
18417         
18418 2005-11-30  Jackson Harper  <jackson@ximian.com>
18419
18420         * Menu.cs: We were misusing Add. Add goes behind the specified
18421         index according to the docs, and does not replace the specified
18422         index. So I added an Insert method.
18423
18424 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
18425
18426         * TextBoxBase.cs:  Implemented Ctrl-Ins (Copy), Shift-Ins (Paste) and
18427           Shift-Del (Cut), apparently Emacs uses these old Win 2.x keys. This
18428           is for Jackson
18429         * RichTextBox.cs: Added calls to base for DnD events
18430
18431 2005-11-28  Peter Dennis Bartok  <pbartok@novell.com>
18432
18433         * TextControl.cs:
18434           - Fixed drag-selection related crash; style fixes
18435           - Implemented undo class
18436             o Implemented method to capture document state for specified
18437               range in document tree
18438             o Implemented method to restore captured document state
18439             o Implemented cursor tracking
18440             o Implemented basic undo stack
18441           - Added undo cursor tracking to methods altering cursor location
18442           - Added undo tracking to selection deletion (still missing
18443             other text-altering hookups)
18444         * RichTextBox.cs:
18445           - Added SelectionLength property
18446           - Implemented CanPaste()
18447           - Implemented Paste()
18448           - Added missing protected methods
18449           - Fixed RTF->Document conversion; now uses font index 0 and color 
18450             index 0 as the default font for the parsed text
18451           - Fixed RTF<->Document font size translation
18452           - Fixed RTF generation, now properly handles cross-tag boundaries
18453             for single line selection
18454           - No longer always appends blank line to generated RTF
18455           - Removed TODOs
18456           - Added missing attributes
18457           - Hooked up undo-related methods
18458         * TextBoxBase.cs:
18459           - Implemented Copy()
18460           - Implemented Paste()
18461           - Implemented Cut()
18462           - Fixed caret mis-behaviour on backspace across line-boundaries
18463
18464 2005-11-29  Jackson Harper  <jackson@ximian.com>
18465
18466         * MdiClient.cs: Add a method for activating mdi children. Very
18467         basic right now. I imagine someday it might need more girth.
18468         * MenuItem.cs: Implement MDI lists. When mdilist is true the mdi
18469         children windows names are added to the menu item.
18470         * ThemeWin32Classic.cs: Draw the arrow if the item is an
18471         mdilist. This happens regardless of whether or not there are any
18472         mdi windows to see in the list, and according to my tests happens
18473         before the items are even added. Also happens if there isn't even
18474         an mdi client to get windows from.
18475
18476 2005-11-29  Alexander Olk  <alex.olk@googlemail.com>
18477
18478         * ThemeWin32Classic.cs: Make DrawFlatStyleRadioButton protected
18479         * ThemeNice.cs: Fix drawing of flatstyle radiobuttons
18480
18481 2005-11-29  Jordi Mas i Hernandez <jordimash@gmail.com>
18482
18483         * DataGridTableStyle.cs:
18484           - Create always the styles for the missing columns even if they are
18485             provided by the user (not default table style)
18486         * DataGrid.cs:
18487           - Fixes bug 76770
18488           - Fixes SetDataBinding (always re-attach source)
18489           - Fixes SetNewDataSource (only clear styles if they are not for 
18490             this source)
18491          -  Expands OnTableStylesCollectionChanged to handle style refresh 
18492             and remove properly
18493
18494 2005-11-29  Jackson Harper  <jackson@ximian.com>
18495
18496         * FileDialog.cs: Implement missing bits, remove some dead
18497         code.
18498         * FontDialog.cs: Implement missing Apply stuff, and ToString. Move
18499         creation of the panel so that the options set on the dialog are
18500         seen when the panel is created.
18501         * TreeView.cs: raise a click when items are clicked.
18502         
18503 2005-11-29  Jackson Harper  <jackson@ximian.com>
18504
18505         * MdiClient.cs: Pass some signature methods through to base.
18506
18507 2005-11-28  Jackson Harper  <jackson@ximian.com>
18508
18509         * ListView.cs: Raise the click event when items are clicked.
18510
18511 2005-11-28  Jackson Harper  <jackson@ximian.com>
18512
18513         * MdiClient.cs: Make this algorithm even more beautiful.  And fix
18514         a nullref.
18515
18516 2005-11-27  Alexander Olk  <alex.olk@googlemail.com>
18517
18518         * ThemeNice.cs: - Removed 1 pixel bitmaps
18519           - Use SmoothingMode.AntiAlias where it makes sense
18520             (ScrollButton arrow for example)
18521           - Enhanced Button focus drawing
18522           - Fixed ComboBox drawing (no artefacts anymore, focus
18523             rectangle is back again, reduced size of ComboButton, etc.)
18524           - Fixed RadioButton focus drawing for Appearence.Button
18525           - Slight ScrollButton redesign
18526           - Some LinearGradientBrush size fixes
18527           - GroupBoxes have now rounded edges
18528           - Fixed StatusBar drawing
18529
18530 2005-11-25  Alexander Olk  <alex.olk@googlemail.com>
18531
18532         * ThemeNice.cs: - Remove dead code
18533           - use correct background colors for menus, etc.
18534           - Fake pixel drawing with 1 pixel bitmaps
18535
18536 2005-11-24  Jackson Harper  <jackson@ximian.com>
18537
18538         * MdiClient.cs: Size the scrollbars when resizing the window.
18539         - Resize the maximized windows when the client is resized
18540         * Form.cs: Make the child context available
18541         
18542 2005-11-23  Jackson Harper  <jackson@ximian.com>
18543
18544         * MdiChildContext.cs: Don't size windows if they are maximized.
18545
18546 2005-11-23  Mike Kestner  <mkestner@novell.com>
18547
18548         * ContextMenu.cs: use MenuTracker.
18549         * Control.cs: remove menu handle usage.
18550         * Form.cs: remove menu handle usage.
18551         * Hwnd.cs: remove menu handle usage.
18552         * MainMenu.cs: Draw method moved here from MenuAPI.DrawMenuBar. Proxy
18553         motion and clicks to the new Tracker handlers.
18554         * Menu.cs: add sizing accessors, SelectedItem prop, kill CreateItems
18555         and handle usage.
18556         * MenuAPI.cs: refactored to combine popup and menubar event handling.
18557         Killed the MENU and MENUITEM data types and associated collections
18558         since we now keep the info on Menu and MenuItem. Expanded TRACKER into
18559         MenuTracker class that exposes the leftovers from the old MenuAPI
18560         static methods. Restructured Capture handling so that only one grab is
18561         done for the entire menu hierarchy instead of handing off grabs to
18562         submenus. Tracker now has an invisible control to Capture when active.
18563         * MenuItem.cs: add sizing accessors, kill Create
18564         and handle usage.
18565         * Theme.cs: remove menu handle and MENU(ITEM) usage.
18566         * ThemeWin32Classic.cs: use Menu/MenuItem sizing props instead of
18567         MENU(ITEM). remove menu handle usage, use Menu directly.
18568         * XplatUIDriver.cs: remove menu handle usage.
18569         * XplatUIOSX.cs: remove menu handle usage.
18570         * XplatUIWin32.cs: remove menu handle usage.
18571         * XplatUIX11.cs: remove menu handle usage.
18572
18573 2005-11-22  Jackson Harper  <jackson@ximian.com>
18574
18575         * Hwnd.cs: Don't compute the menu size for
18576         DefaultClientRectangle.
18577         - Reenable menu sizes being computed for GetClienRectangle.
18578         * Form.cs: Remove comment of trechery
18579         
18580 2005-11-22  Jackson Harper  <jackson@ximian.com>
18581
18582         * Hwnd.cs: The adjustments for the menu bar are made when it is
18583         attached to the form.
18584
18585 2005-11-19  Jackson Harper  <jackson@ximian.com>
18586
18587         * XplatUIX11.cs: Create an HGRN of the invalid area for WM_NCPAINT
18588         (just like on windows).
18589
18590 2005-11-19  Jackson Harper  <jackson@ximian.com>
18591
18592         * MdiChildContext.cs: Handle all the buttons ourselves. We can't
18593         use real buttons anymore because they are in non client area. The
18594         one TODO here is that I need to somehow invalidate a section of
18595         the non client area.
18596
18597 2005-11-18  Jackson Harper  <jackson@ximian.com>
18598
18599         * Control.cs: Put the enum check back in now that MDI doesnt have
18600         to use this to set border styles.
18601         * Form.cs: Only set mdi child windows borders if the handle has
18602         been created.
18603         * MdiChildContext.cs: Don't set the InternalBorderStyle, just pass
18604         this directly on to the driver.
18605         - Get the move start position before adjusting for the titlebar
18606         height, this fixes the windows "skipping" when they are first
18607         moved.
18608
18609 2005-11-18  Jackson Harper  <jackson@ximian.com>
18610
18611         * XplatUIX11.cs: Just compute the mdi borders separately as they
18612         don't totally match up with normal form borders.
18613
18614 2005-11-18  Jackson Harper  <jackson@ximian.com>
18615
18616         * Control.cs: Set WS_ styles for borders, so that the driver does
18617         not have to retrieve the control instance to figure out what kind
18618         of borders it should have.
18619         * Form.cs: Set the WS_EX_MDICHILD flag on mdi children, so the
18620         driver can know its an mdi child easily.
18621         * XplatUIX11.cs: Get the border styles and whether the window is
18622         MDI from the Styles and ExStyles params instead of having to get a
18623         control. This prevents a chicken and egg problem.       
18624
18625 2005-11-18  Jackson Harper  <jackson@ximian.com>
18626
18627         * MdiClient.cs: Fix typo so scrollbars show up correctly.
18628
18629 2005-11-18  Jackson Harper  <jackson@ximian.com>
18630
18631         * MdiClient.cs: Calculate when to add and remove scrollbars
18632         correctly.
18633         * MdiChildContext.cs: Adjust the y position to take the titlebar
18634         into account.
18635         - No height for FormBorderStyle.None
18636
18637 2005-11-18  Jackson Harper  <jackson@ximian.com>
18638
18639         * Control.cs: Allow non enum values to be used for
18640         InternalBorderStyle.  MDI does this to set a special border style.
18641         - New utility methods for converting points to/from client coords
18642         - Add the newly created control to the Controls collection before
18643         updating its style. This way UpdateStyle can walk the control
18644         heirarchy to find the control if needed.
18645         so I don't need to create a new Point object all the time.
18646         * Form.cs: Let MDI windows handle their border styles.
18647         - Set styles on MDI windows so the correct title style is derived.
18648         * MdiChildContext.cs: Move all the painting and window handling
18649         into the non client area.
18650         - Use correct sizing and put correct buttons on frames based on
18651         the FormBorderStyle.
18652         - Notify the mdi client about scrolling
18653         - Need to handle the buttons ourselves now, because they are all
18654         in non client areas and we can't add controls there.
18655         * MdiClient.cs: Halfway to scrolling, this implementation is
18656         somewhat broken though, we need to check to make sure other
18657         windows aren't causing scrolling before removing the bars. Also
18658         the bars need to be drawn on top, maybe I can switch implicit
18659         controls to be on top.
18660         * Hwnd.cs: caption_height and tool_caption_height are now
18661         properties of an hwnd, this way they can be set by the driver
18662         based on the type of window they are.  In X11 the window manager
18663         handles the decorations so caption_height is zero unless its an
18664         MDI window.
18665         - Add 3 pixel borders for MDI windows (0xFFFF).
18666         - Get rid of some code duplication, have DefaultClientRectanle
18667         just call GetClientRectangle.
18668         * XplatUIX11.cs: Pass caption_height and tool_caption_height to
18669         Hwnd now.
18670         - Set border styles differently for mdi windows.
18671         * XplatUIOSX.cs: Pass caption_height and tool_caption_height to
18672         Hwnd now.
18673         
18674 2005-11-15  Mike Kestner  <mkestner@novell.com>
18675
18676         * Menu.cs: when adding an item to the collection, if item is already 
18677         parented, remove it from the parent.
18678
18679 2005-11-13  Alexander Olk  <alex.olk@googlemail.com>
18680
18681         * X11DesktopColors.cs: Added KDE support
18682
18683 2005-11-11  Peter Dennis Bartok  <pbartok@novell.com>
18684
18685         * XplatUIWin32.cs: 
18686           - Clipboard methods now can translate Rtf format
18687           - No longer removes clipboard contents whenever a new format is added
18688             to allow placing multiple formats on the clipboard
18689         * Clipboard.cs: Clipboard now supports getting a IDataObject and
18690           will place all formats contained in it onto the clipboard. Also
18691           now cleans the clipboard before placing a new object onto it
18692         * RichTextBox.cs:
18693           - Implemented set_Rtf
18694           - Implemented set_SelectedRtf
18695           - Created InsertRTFFromStream() method to allow single code base
18696             for all properties and methods that insert RTF into document
18697           - Removed debug output
18698         * TextControl.cs:
18699           - Fixed Delete(int) to fix up line numbers
18700           - Fixed ReplaceSelection to combine start and end line
18701           - Fixed serious DeleteChars bug that would leave the document tree
18702             broken
18703           - Improved DumpTree with several logic checks to detect broken
18704             document trees
18705           - Removed debug lines
18706           - Fixed Caret.WordForward/WordBack moving code, now always also 
18707             updates caret.tag (fixes crash when word-selecting across tag
18708             boundaries via keyboard)
18709           - Added Insert() method for inserting multiline text into documents
18710           - Fixed DeleteChars() calculation errors that would cause a broken
18711             tag chain with multiple tag lines
18712           - DeleteChars() no longer crashes on multi-tag lines if not all tags
18713           - Split() no longer moves caret if split is at caret location
18714           - ReplaceSelection() now updates the cursor and re-displays it
18715           - ReplaceSelection() now uses new Insert() method to avoid code
18716             duplication
18717           - FormatText() can now handle formatting partial lines
18718         * TextBoxBase.cs:
18719           - Append now uses new TextControl.Insert() method (this avoids 
18720             duplicate code)
18721           - Implemented Ctrl-X (Cut) (
18722           - Implemented Ctrl-C (Copy)
18723           - Implemented Ctrl-V (Paste) (Still some bugs related to screen 
18724             regeneration when pasting text; roundtripping Copy&Paste within
18725             edit control still fails due to some calculation bugs in GenerateRTF)
18726           - The Delete key will now remove the current selection if it is visible
18727         * TextBox.cs: Removed debug lines
18728         * XplatUI.cs: Trigger initialization of DataFormats (which requires the
18729           driver to be initialized and can't therefore be done via a static ctor)
18730
18731 2005-11-10  Peter Dennis Bartok  <pbartok@novell.com>
18732
18733         * TextControl.cs: Added backend code for finding char arrays and strings
18734         * TextBoxBase.cs:
18735           - Added mouse wheel scroll support
18736           - Added support for VScroll and HScroll events
18737         * RichTextBox.cs:
18738           - Implemented all seven Find() variants
18739           - Implemented GetCharFromPosition()
18740           - Implemented GetCharIndexFromPosition()
18741           - Implemented GetLineFromIndex()
18742           - Implemented GetPositionFromCharIndex();
18743           - Implemented SaveFile for PlainText and UnicodeText
18744           - Fixed set_Font, now setting a new font applies that font to
18745             the whole document
18746           - Implemented generic Document to RTF converter
18747           - Implemented SaveFile for RichText format (still missing unicode
18748             conversion for non-ansi chars)
18749           - Implemented get_Rtf
18750           - Implemented get_SelectedRtf
18751
18752 2005-11-09  Peter Dennis Bartok  <pbartok@novell.com>
18753
18754         * Control.cs (WndProc): Call HandleClick after having sent OnMouseUp
18755           to allow any captures to be released before triggering OnClick. This
18756           way a click handler may capture the mouse without interference.
18757         * XplatUIX11.cs: Always send mouse messages to grab window if one exists.
18758           This way we send them even though X may not allow a grab (if the window
18759           isn't visible, for example)
18760
18761 2005-11-08  Pedro Martinez Julia <pedromj@gmail.com>
18762
18763         * DataGridViewRowEventArgs.cs: DataGridView implementation
18764         * DataGridViewElement.cs: DataGridView implementation
18765         * DataGridViewComboBoxCell.cs: DataGridView implementation
18766         * DataGridViewDataErrorContexts.cs: DataGridView implementation
18767         * DataGridViewCellErrorTextNeededEventArgs.cs: DataGridView implementation
18768         * DataGridViewColumnHeadersHeightSizeMode.cs: DataGridView implementation
18769         * ImageLayout.cs: DataGridView implementation
18770         * DataGridViewComboBoxColumn.cs: DataGridView implementation
18771         * DataGridViewCellMouseEventHandler.cs: DataGridView implementation
18772         * DataGridViewSelectionMode.cs: DataGridView implementation
18773         * IDataGridViewEditingControl.cs: DataGridView implementation
18774         * DataGridViewSortCompareEventHandler.cs: DataGridView implementation
18775         * DataGridViewCellStyleContentChangedEventHandler.cs: DataGridView implementation
18776         * DataGridViewAutoSizeModeEventHandler.cs: DataGridView implementation
18777         * DataGridViewColumnStateChangedEventHandler.cs: DataGridView implementation
18778         * DataGridViewColumnSortMode.cs: DataGridView implementation
18779         * DataGridView.cs: DataGridView implementation
18780         * DataGridViewRowStateChangedEventHandler.cs: DataGridView implementation
18781         * DataGridViewRowPostPaintEventArgs.cs: DataGridView implementation
18782         * DataGridViewDataErrorEventArgs.cs: DataGridView implementation
18783         * Padding.cs: DataGridView implementation
18784         * DataGridViewCellParsingEventArgs.cs: DataGridView implementation
18785         * DataGridViewCellStateChangedEventHandler.cs: DataGridView implementation
18786         * DataGridViewRowEventHandler.cs: DataGridView implementation
18787         * DataGridViewCellPaintingEventHandler.cs: DataGridView implementation
18788         * DataGridViewCellFormattingEventHandler.cs: DataGridView implementation
18789         * DataGridViewButtonCell.cs: DataGridView implementation
18790         * DataGridViewCellStyleContentChangedEventArgs.cs: DataGridView implementation
18791         * DataGridViewEditMode.cs: DataGridView implementation
18792         * DataGridViewCellValueEventArgs.cs: DataGridView implementation
18793         * DataGridViewRowCancelEventArgs.cs: DataGridView implementation
18794         * DataGridViewRowHeadersWidthSizeMode.cs: DataGridView implementation
18795         * DataGridViewCheckBoxColumn.cs: DataGridView implementation
18796         * DataGridViewCellToolTipTextNeededEventHandler.cs: DataGridView implementation
18797         * DataGridViewAutoSizeColumnsMode.cs: DataGridView implementation
18798         * DataGridViewCellEventHandler.cs: DataGridView implementation
18799         * DataGridViewEditingControlShowingEventHandler.cs: DataGridView implementation
18800         * DataGridViewCellStyleConverter.cs: DataGridView implementation
18801         * DataGridViewSelectedRowCollection.cs: DataGridView implementation
18802         * DataGridViewBindingCompleteEventHandler.cs: DataGridView implementation
18803         * DataGridViewColumnEventArgs.cs: DataGridView implementation
18804         * DataGridViewRowHeightInfoPushedEventHandler.cs: DataGridView implementation
18805         * DataGridViewRowContextMenuStripNeededEventHandler.cs: DataGridView implementation
18806         * QuestionEventArgs.cs: DataGridView implementation
18807         * IDataGridViewEditingCell.cs: DataGridView implementation
18808         * DataGridViewTriState.cs: DataGridView implementation
18809         * DataGridViewColumnDesignTimeVisibleAttribute.cs: DataGridView implementation
18810         * DataGridViewCellStateChangedEventArgs.cs: DataGridView implementation
18811         * DataGridViewColumnCollection.cs: DataGridView implementation
18812         * DataGridViewCellValueEventHandler.cs: DataGridView implementation
18813         * DataGridViewRowDividerDoubleClickEventHandler.cs: DataGridView implementation
18814         * DataGridViewCellFormattingEventArgs.cs: DataGridView implementation
18815         * DataGridViewColumn.cs: DataGridView implementation
18816         * DataGridViewCellBorderStyle.cs: DataGridView implementation
18817         * DataGridViewCellContextMenuStripNeededEventHandler.cs: DataGridView implementation
18818         * DataGridViewCellValidatingEventArgs.cs: DataGridView implementation
18819         * DataGridViewRow.cs: DataGridView implementation
18820         * DataGridViewImageCellLayout.cs: DataGridView implementation
18821         * DataGridViewImageCell.cs: DataGridView implementation
18822         * DataGridViewTopLeftHeaderCell.cs: DataGridView implementation
18823         * DataGridViewCheckBoxCell.cs: DataGridView implementation
18824         * DataGridViewHeaderCell.cs: DataGridView implementation
18825         * DataGridViewCellErrorTextNeededEventHandler.cs: DataGridView implementation
18826         * DataGridViewRowHeightInfoPushedEventArgs.cs: DataGridView implementation
18827         * DataGridViewAutoSizeColumnsModeEventHandler.cs: DataGridView implementation
18828         * DataGridViewTextBoxColumn.cs: DataGridView implementation
18829         * QuestionEventHandler.cs: DataGridView implementation
18830         * DataGridViewCellStyleScopes.cs: DataGridView implementation
18831         * DataGridViewSortCompareEventArgs.cs: DataGridView implementation
18832         * DataGridViewCellContextMenuStripNeededEventArgs.cs: DataGridView implementation
18833         * DataGridViewCell.cs: DataGridView implementation
18834         * DataGridViewCellEventArgs.cs: DataGridView implementation
18835         * DataGridViewClipboardCopyMode.cs: DataGridView implementation
18836         * DataGridViewCellStyle.cs: DataGridView implementation
18837         * DataGridViewColumnHeaderCell.cs: DataGridView implementation
18838         * DataGridViewRowPrePaintEventHandler.cs: DataGridView implementation
18839         * DataGridViewRowCancelEventHandler.cs: DataGridView implementation
18840         * TextFormatFlags.cs: DataGridView implementation
18841         * DataGridViewCellToolTipTextNeededEventArgs.cs: DataGridView implementation
18842         * DataGridViewDataErrorEventHandler.cs: DataGridView implementation
18843         * DataGridViewAdvancedCellBorderStyle.cs: DataGridView implementation
18844         * DataGridViewCellPaintingEventArgs.cs: DataGridView implementation
18845         * DataGridViewButtonColumn.cs: DataGridView implementation
18846         * DataGridViewRowsRemovedEventArgs.cs: DataGridView implementation
18847         * HandledMouseEventArgs.cs: DataGridView implementation
18848         * DataGridViewCellParsingEventHandler.cs: DataGridView implementation
18849         * DataGridViewColumnDividerDoubleClickEventHandler.cs: DataGridView implementation
18850         * DataGridViewCellMouseEventArgs.cs: DataGridView implementation
18851         * DataGridViewAutoSizeRowsMode.cs: DataGridView implementation
18852         * DataGridViewRowCollection.cs: DataGridView implementation
18853         * DataGridViewAdvancedBorderStyle.cs: DataGridView implementation
18854         * DataGridViewCellCancelEventHandler.cs: DataGridView implementation
18855         * DataGridViewHitTestType.cs: DataGridView implementation
18856         * DataGridViewAutoSizeModeEventArgs.cs: DataGridView implementation
18857         * DataGridViewColumnStateChangedEventArgs.cs: DataGridView implementation
18858         * DataGridViewColumnEventHandler.cs: DataGridView implementation
18859         * DataGridViewRowDividerDoubleClickEventArgs.cs: DataGridView implementation
18860         * DataGridViewAutoSizeRowMode.cs: DataGridView implementation
18861         * DataGridViewRowHeightInfoNeededEventArgs.cs: DataGridView implementation
18862         * DataGridViewRowsDeletedEventArgs.cs: DataGridView implementation
18863         * DataGridViewTextBoxEditingControl.cs: DataGridView implementation
18864         * DataGridViewContentAlignment.cs: DataGridView implementation
18865         * DataGridViewRowPostPaintEventHandler.cs: DataGridView implementation
18866         * DataGridViewComboBoxEditingControl.cs: DataGridView implementation
18867         * DataGridViewCellValidatingEventHandler.cs: DataGridView implementation
18868         * DataGridViewSelectedColumnCollection.cs: DataGridView implementation
18869         * DataGridViewPaintParts.cs: DataGridView implementation
18870         * DataGridViewCellCollection.cs: DataGridView implementation
18871         * DataGridViewRowsAddedEventArgs.cs: DataGridView implementation
18872         * DataGridViewImageColumn.cs: DataGridView implementation
18873         * DataGridViewRowsRemovedEventHandler.cs: DataGridView implementation
18874         * DataGridViewElementStates.cs: DataGridView implementation
18875         * DataGridViewRowHeightInfoNeededEventHandler.cs: DataGridView implementation
18876         * DataGridViewColumnDividerDoubleClickEventArgs.cs: DataGridView implementation
18877         * DataGridViewRowPrePaintEventArgs.cs: DataGridView implementation
18878         * DataGridViewRowStateChangedEventArgs.cs: DataGridView implementation
18879         * DataGridViewEditingControlShowingEventArgs.cs: DataGridView implementation
18880         * DataGridViewCellCancelEventArgs.cs: DataGridView implementation
18881         * DataGridViewRowHeaderCell.cs: DataGridView implementation
18882         * DataGridViewBindingCompleteEventArgs.cs: DataGridView implementation
18883         * DataGridViewTextBoxCell.cs: DataGridView implementation
18884         * DataGridViewBand.cs: DataGridView implementation
18885         * DataGridViewAutoSizeColumnModeEventArgs.cs: DataGridView implementation
18886         * DataGridViewHeaderBorderStyle.cs: DataGridView implementation
18887         * DataGridViewRowsAddedEventHandler.cs: DataGridView implementation
18888         * DataGridViewAutoSizeColumnMode.cs: DataGridView implementation
18889         * DataGridViewAutoSizeColumnModeEventHandler.cs: DataGridView implementation
18890         * DataGridViewAutoSizeColumnsModeEventArgs.cs: DataGridView implementation
18891         * DataGridViewRowErrorTextNeededEventHandler.cs: DataGridView implementation
18892         * DataGridViewSelectedCellCollection.cs: DataGridView implementation
18893         * DataGridViewRowContextMenuStripNeededEventArgs.cs: DataGridView implementation
18894         * DataGridViewRowErrorTextNeededEventArgs.cs: DataGridView implementation
18895         * DataGridViewComboBoxDisplayStyle.cs: DataGridView implementation
18896
18897 2005-11-08  Peter Dennis Bartok  <pbartok@novell.com>
18898
18899         * ThemeWin32Classic.cs: 
18900           - Draw the outside focus rectangle around buttons
18901           - Use CPDrawFocusRectangle to draw focus rectangles until Cairo
18902             doesn't use end caps for every dash of a line anymore. This
18903             workaround ignores the forecolor.
18904
18905 2005-11-08  Kornél Pál  <kornelpal@hotmail.com>
18906
18907         * ImageList.cs: Don't use ArgbColor with LayoutKind.Explicit as it isn't
18908           endian safe.
18909
18910 2005-11-07  Jackson Harper  <jackson@ximian.com>
18911
18912         * X11Dnd.cs: Set the X/Y positions on the DragEventArgs correctly.
18913
18914 2005-11-07  Jackson Harper  <jackson@ximian.com>
18915
18916         * ScrollableControl.cs: Calculate the maximum and change vars
18917         (more) correctly so that scrollbars appear as a sensible size.
18918
18919 2005-11-04  Jackson Harper  <jackson@ximian.com>
18920
18921         * TreeNodeCollection.cs: Refresh when nodes are cleared from the
18922         collection.
18923         * TreeView.cs: When the tree is sorted null out the top_node so
18924         that it is recalculated.
18925         - Use dotted lines instead of dashed lines to match MS better.
18926
18927 2005-11-04  Jordi Mas i Hernandez <jordimash@gmail.com>
18928
18929         * ListView.cs: 
18930           - Implements key search for items. Useful when browsing files with FileDialog
18931           - When changing view mode or when clear the items reset scrollbar positions
18932
18933 2005-11-04  Jackson Harper  <jackson@ximian.com>
18934
18935         * CurrencyManager.cs: Implement the MetaDataChanged event, the
18936         Reset method, and the CheckEmpty. CheckEmpty is just a total guess
18937         as to what the method may do as there is no real way of creating a
18938         derived CurrencyManager and calling the method. 
18939
18940 2005-11-03  Jackson Harper  <jackson@ximian.com>
18941
18942         * ThemeWin32Classic.cs: Implement ownerdrawing in the tab control
18943         * TabControl.cs: Add Ownerdrawing bits, add the UpdateTabSelection
18944         method which seems to just be used internally to refresh the tabs.
18945
18946 2005-11-03  Jackson Harper  <jackson@ximian.com>
18947
18948         * TabControl.cs: Implement the remove method. Fix some broken
18949         comments.
18950
18951 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
18952
18953         * DateTimePicker.cs:
18954           - Added missing DateTimePickerAccessibleObject class
18955           - Added missing events
18956           - Added OnFontChanged method
18957         * Form.cs: Added missing attributes
18958         * TreeView.cs: Added missing attributes
18959
18960 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com> 
18961
18962         * GridItemCollection.cs: Fix signatures
18963
18964 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
18965
18966         * XplatUI.cs: Updated build rev/date
18967         * ComboBox.cs, DataGridTextBoxColumn.cs Control.cs, 
18968           DataGridTableStyle.cs, DataGrid.cs, DateTimePicker.cs: Signature fixes
18969         * Application.cs: Trigger context-specific ExitThread events
18970
18971 2005-11-03  Jackson Harper  <jackson@ximian.com>
18972
18973         * Menu.cs:
18974         * MainMenu.cs:
18975         * GridTableStylesCollection.cs:
18976         * Timer.cs:
18977         * TabPage.cs:
18978         * HelpProvider.cs:
18979         * StatusBar.cs:
18980         * MonthCalendar.cs: Signature fixes
18981
18982 2005-11-03  Jackson Harper  <jackson@ximian.com>
18983
18984         * TreeNodeCollection.cs: Remove should not be virtual.
18985         * TreeView.cs: Implement the last of the missing methods.
18986
18987 2005-11-03  Jackson Harper  <jackson@ximian.com>
18988
18989         * TreeNodeConverter.cs: Implement to get off my class-status back.
18990
18991 2005-11-03  Jackson Harper  <jackson@ximian.com>
18992
18993         * TreeView.cs: Hookup the bits for drag and drop.
18994         * TreeNode.cs: Don't cache the tree_view or index anymore, now
18995         that nodes can be moved from tree to tree easily this just causes
18996         all sorts of problems.
18997         * TreeNodeCollection: Don't need to give treenodes an index and
18998         treeview anymore when they are added, these are computed on the
18999         fly. Also make sure to remove a node before its added.
19000
19001 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
19002
19003         * TextControl.cs:
19004           - Added CaretSelection enum
19005           - Added comparison methods to Marker struct, makes selection code
19006             more readable
19007           - Added SelectionStart and SelectionEnd as 'moveable' location for
19008             the CaretDirection enum and handler
19009           - Added selection_prev variable to track optimized invalidation for
19010             word and line selection
19011           - Added SelectionVisible property (returns true if there is a valid 
19012             selection)
19013           - Switched CaretHasFocus to only display the caret if there is no
19014             visible selection
19015           - Avoiding StringBuilder.ToString to retrieve a single char, instead
19016             using the direct character index; should be much faster
19017           - Added various conditional debug statements
19018           - Fixed invalidation calculation for selection ranges
19019           - Added ExpandSelection() method to support word and line selection
19020           - Switched SetSelectionToCaret to use new Marker compare overloads
19021           - Added central IsWordSeparator() method to determine word 
19022             separators/whitespace and FindWordSeparator() to streamline common
19023             usage of IsWordSeparator()
19024         * TextBoxBase.cs:
19025           - Removed unneeded grabbed variable, it was just mirroring
19026             Control.Capture
19027           - No longer firing OnTextChanged event when Text setter is called,
19028             since the base will fire the event for us
19029           - Added handling of Ctrl-Up/Down selection
19030           - Added handling of Shift-Cursorkey selection
19031           - Added handling for Ctrl-Delete and Ctrl-Backspace to remove
19032             words
19033           - Added handling of Shift and Ctrl-Shift-Home/End selection
19034           - Removed some debug output
19035           - Added handling for single/double/tripple-click to place caret/
19036             select word/select line respectively (Fixes bug #76031)
19037           - Added support for drag expansion of word/line selection
19038         * RichTextBox.cs: Handle GotFocus event to trigger redrawing of
19039           current selection
19040
19041 2005-11-02  Jackson Harper  <jackson@ximian.com>
19042
19043         * X11Dnd.cs: If the drag is going to and from a MWF window just
19044         copy the data instead of sending it out through the X Selection
19045         mechanism.
19046
19047 2005-11-02  Jackson Harper  <jackson@ximian.com>
19048
19049         * X11Dnd.cs:
19050         * XplatUIX11.cs: When in a drag we don't want motion notify
19051         messages to get passed on to the other controls. This prevents
19052         mouse move messages from showing up in the drag source.
19053
19054 2005-11-02  Jackson Harper  <jackson@ximian.com>
19055
19056         * X11Dnd.cs: Remove unneeded call to XAllowEvents.  Make sure that
19057         the correct button is release to end a drag.
19058         * XplatUIX11.cs: Make the button state internal so the drag system
19059         can access it.  Dragging needs to know about all button releases,
19060         not just left button.
19061
19062 2005-11-02  Miguel de Icaza  <miguel@novell.com>
19063
19064         * Form.cs (Icon): If the icon is null, reset the icon to the
19065         default value. 
19066
19067         * Cursor.cs: When writing the AND-mask bitmap do not include the
19068         number of colors, but hardcode those to two (black and white),
19069         fixes the loading of color cursors (Paint Dot Net).
19070
19071         * Form.cs: To debug, allow MONO_MWF_SCALING=disable variable to
19072         turn off autoscaling.
19073
19074         * Cursor.cs: Allow resource type to be 1 or 2 (from ImageMagic).
19075
19076 2005-11-02  Jackson Harper  <jackson@ximian.com>
19077
19078         * X11Dnd.cs: Make sure to send a status message if the pointer
19079         enters a control that can not accept a drop, otherwise the cursor
19080         isn't updated correctly. Also tried to compress the lines of code
19081         a bit.
19082
19083 2005-11-02  Jackson Harper  <jackson@ximian.com>
19084
19085         * X11Dnd.cs: Change cursors based on drag action. Also attempt to
19086         set actions correctly.  This isn't perfect as XDND and win32 have
19087         some differences on how you allow actions. I'll clear this up by
19088         adding a path for drag from MWF to MWF windows.
19089         * XplatUIX11.cs: Hook into the dnd system.
19090
19091 2005-11-02  Jordi Mas i Hernandez <jmas@softcatala.org>
19092
19093         * ListView.cs: Fixes scroll bar visibility. Hide them if they were
19094         previously shown but they are no longer need it. Very obvious when 
19095         browsing files with FileDialog.
19096
19097 2005-11-01  Peter Dennis Bartok  <pbartok@novell.com>
19098
19099         * Control.cs: We always need to call OnPaintBackground. We pretty much
19100           ignore AllPaintingInWmPaint and always do the painting there, whether 
19101           it's set or not, since we always ignore the WM_ERASEBKGND message 
19102           (which we don't generate on X11). This fixes #76616.
19103         * Panel.cs: Removed unneeded background painting. This happens properly
19104           in Control.cs already
19105
19106 2005-10-31  Mike Kestner  <mkestner@novell.com>
19107
19108         * Menu.cs: Add items to collection before setting their index.
19109         * MenuItem.cs : add range checking with ArgumentException like MS.
19110         [Fixes #76510]
19111
19112 2005-10-31  Jackson Harper  <jackson@ximian.com>
19113
19114         * ListBox.cs: Invalidate if the area is visible at all not just
19115         contained in the visible rect. Fixes unselection of semi visible
19116         items.
19117
19118 2005-10-31  Jackson Harper  <jackson@ximian.com>
19119
19120         * Control.cs: Consistently name the dnd methods. Make them
19121         internal so we can override them to match some MS behavoir
19122         internally.
19123         * Win32DnD.cs: Use the new consistent names.
19124
19125 2005-10-31  Jackson Harper  <jackson@ximian.com>
19126
19127         * TreeView.cs: Don't draw the selected node when we lose focus.
19128
19129 2005-10-31  Jackson Harper  <jackson@ximian.com>
19130
19131         * X11Dnd.cs: We still need to reset the state even though a full
19132         reset isn't being done, otherwise status's still get sent all over
19133         the place.
19134
19135 2005-10-31  Jackson Harper  <jackson@ximian.com>
19136
19137         * Control.cs: Make the dnd_aware flag internal so the dnd
19138         subsystem can check it. Catch exceptions thrown in dnd handlers to
19139         match MS behavoir.
19140         * Hwnd.cs: Add a flag for whether or not a window is dnd aware.
19141         * X11Dnd.cs: Handle null data in the converters. Set the XDND
19142         version when sending a XdndEnter. Use the control/hwnd dnd_aware
19143         flags to reduce the number of dnd enters/status's sent.
19144
19145 2005-10-31  Jackson Harper  <jackson@ximian.com>
19146
19147         * X11Dnd.cs: Don't need the sizeof here. Patch by Jordi Mas.
19148
19149 2005-10-31  Jordi Mas i Hernandez <jordi@ximian.com>
19150
19151         * PictureBox.cs: Fixes 76512
19152
19153 2005-10-28  Jackson Harper  <jackson@ximian.com>
19154
19155         * X11Dnd.cs: Early implementation to support winforms being a drag
19156         source for data on X11. Also restructured the converters so they
19157         can go both ways now.
19158         * XplatUIX11.cs: Tie ins to the the Dnd stuff.
19159         
19160 2005-10-27  Peter Dennis Bartok  <pbartok@novell.com>
19161
19162         * XplatUIX11.cs: Fixed FIXME - implemented ASCII encoding for XA_STRING
19163           clipboard requests
19164
19165 2005-10-27  Jackson Harper  <jackson@ximian.com>
19166
19167         * TreeNode.cs: Implement serialization so my DnD examples will work.
19168
19169 2005-10-24  Kornél Pál  <kornelpal@hotmail.com>
19170
19171         * ButtonBase.cs, ListView.cs, NotifyIcon.cs, PictureBox.cs, ToolBar.cs,
19172           TreeView.cs: Don't dispose objects that are not owned.
19173           
19174 2005-10-24  Peter Dennis Bartok  <pbartok@novell.com>
19175
19176         * Cursor.cs: Defaulting the Current cursor to Cursors.Default. We
19177           should retrieve the current cursor and report that, but XplatUI
19178           doesn't (yet) have an interface for that (and I'm not sure I even
19179           can, on X11)
19180         * XplatUIWin32.cs: Fixed override behaviour. The override is temporary,
19181           until any message loop processing is done (and the WM_SETCURSOR
19182           replaces the cursor to the proper one)
19183         * XplatUIX11.cs: 
19184           - Fixed override behaviour, we can't set the cursor globally on X11, 
19185             just for our windows.
19186           - Invalidating the System.Drawing X11 display handle when we are
19187             shutting down
19188         * Control.cs: Fix to make csc happy
19189
19190 2005-10-23  Peter Dennis Bartok  <pbartok@novell.com>
19191
19192         * TextBoxBase.cs: 
19193           - get_Text: Add last line (without trailing newline) to returned
19194             value (Fixes 76212)
19195           - get_TextLength: Count last line in returned length
19196           - ToString: Call Text property instead of duplicating code
19197
19198 2005-10-23  Kornél Pál  <kornelpal@hotmail.com>
19199
19200         * ImageList.cs: Dispose ImageAttributes objects.
19201
19202 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
19203
19204         * ImageList.cs: Use attribute constructors with less arguments where
19205           possible.
19206
19207 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
19208
19209         * ImageList.cs: Added lastKeyIndex field and use in IndexOfKey.
19210           Use typeof instead of strings when assembly is referenced. Added
19211           some more comments.
19212
19213 2005-10-21  Jackson Harper  <jackson@ximian.com>
19214
19215         * ListView.cs: Raise a double click event. Also tried to somewhat
19216         fix when the selectedindexchanged event is raised. Its still
19217         broken though.
19218
19219 2005-10-21  Jackson Harper  <jackson@ximian.com>
19220
19221         * TreeView.cs: New method to invalidate the plus minus area of a
19222         node without invalidating the whole node (maybe this can be used
19223         in some more places).
19224         * TreeNodeCollection.cs: When adding to an empty node we need to
19225         invalidate its plus minus area so the little block shows up.
19226         
19227 2005-10-21  Jackson Harper  <jackson@ximian.com>
19228
19229         * TreeView.cs: Make sure that when we invalidate a node the bounds
19230         are big enough to cover the selected box and the focus
19231         rectangle. Use a different colour for the lines connecting nodes
19232         so they show up with all themes.
19233
19234 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
19235
19236         * NativeWindow.cs: Don't call anything that could call into the driver,
19237           we might be on a different thread.
19238
19239 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com> 
19240
19241         * Control.cs(Dispose): Since Dispose might run on a different thread,
19242           make sure that we call methods that could call into the driver via
19243           invoke, to avoid thread issues
19244
19245 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
19246
19247         * XplatUI.cs: Removed finalizer
19248         * XplatUIX11.cs: Removed Destructor, was causing crashes due to X11
19249           not allowing to be called on the finalizer thread.
19250
19251 2005-10-21  Kornél Pál  <kornelpal@hotmail.com>
19252
19253         * ImageList.cs:
19254           - Reverted r51889 and r51891.
19255           - Added ImageListItem class that stores unmodified image items and image
19256             properties required to create list images until handle is created.
19257           - Added AddItem and moved image creation logic to AddItemInternal.
19258           - Added CreateHandle method that creates images based on unmodified items.
19259           - Added DestroyHandle that changes state to store unmodified items.
19260           - Add and AddStrip methods no more create handle.
19261           - ReduceColorDepth has no return value.
19262           - Dispose destroys handle.
19263           - Modified other methods to reflect the above changes.
19264           - Implemented key support.
19265           - Added profile 2.0 members and attributes.
19266           - Added private Reset and ShouldSerialize methods that provide the same
19267             behavior as MS.NET but the Visual Studio .NET designer seems to ignore
19268             them as they are private.
19269           - Added some more comments about implementation details.
19270
19271 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
19272
19273         * DataGrid.cs: Adds support for vertical scrolling using the mousewheel
19274
19275 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
19276
19277         * Binding.cs: No PushData/PullData if there is no binding (fixes crash)
19278
19279 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
19280
19281         * DataGridDrawingLogic.cs: Fixes column hit calcultation
19282         * DataGridColumnStyle.cs: Remove debug message
19283
19284 2005-10-20  Jackson Harper  <jackson@ximian.com>
19285
19286         * TreeView.cs: We can always get input keys regardless of whether
19287         or not editing is enabled. They are used for navigation.
19288
19289 2005-10-20  Jackson Harper  <jackson@ximian.com>
19290
19291         * TreeNode.cs: Use the viewport rect for determining if a node
19292         needs to be moved for visibility. Don't use Begin/End edit. This
19293         calls a full refresh when its done.
19294         * TreeView.cs: New SetBottom works correctly.  Make the viewport
19295         rect property internal so the treenodes can see it. When clicking
19296         on a node we need to ensure that its visible because it might just
19297         be partly visible when clicked.
19298
19299 2005-10-20  Jackson Harper  <jackson@ximian.com>
19300
19301         * TreeNodeCollection.cs: Remove debug code.
19302
19303 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
19304
19305         * Datagrid.cs: Implements column sorting in Datagrid
19306         * DataGridColumnStyle.cs: Implements column sorting in Datagrid
19307
19308 2005-10-20  Jackson Harper  <jackson@ximian.com>
19309
19310         * TreeNodeCollection.cs: Remove items properly. Update the correct
19311         area after removing them.
19312
19313 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
19314
19315         * Datagrid.cs: Should not call base.OnPaintBackground
19316
19317 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
19318
19319         * XplatUIX11.cs (GetMessage):
19320           - Now properly calculates NC_xBUTTONDOWN coordinates off the whole
19321             window instead of client window
19322           - Now properly calculates NC_xBUTTONUP message coordinates
19323           - ScreenToMenu now properly calculates it's coordinates of whole 
19324             window, since menus are in the whole window, not in the client
19325             window
19326           - Added WholeToScreen coordinate translation method
19327
19328 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com> 
19329
19330         * XplatUIX11.cs (GetMessage): Don't return in situations where we don't
19331           want to return a message, loop back to the beginning of the function
19332           and grab the next real message to process instead.
19333
19334 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
19335
19336         * Splitter.cs: Properly set limits if no filler control is used
19337
19338 2005-10-19  Jackson Harper  <jackson@ximian.com>
19339
19340         * ColorDialog.cs: Don't show the help button if it is not enabled
19341         instead of disabling it (this is what MS does). Don't create the
19342         panel until the dialog is run, otherwise the vars (such as
19343         ShowHelp) are not set yet.
19344
19345 2005-10-19  Jackson Harper  <jackson@ximian.com>
19346
19347         * TreeView.cs: Implement Begin/EndEdit more correctly so refreshes
19348         are reduced when adding nodes.
19349         * TreeNode.cs:
19350         * TreeNodeCollection.cs: Use UpdateNode instead of refreshing the
19351         tree.
19352         
19353 2005-10-19  Jackson Harper  <jackson@ximian.com>
19354
19355         * FolderBrowserDialog.cs: End editing our treeview so the window
19356         actually gets refreshed.
19357
19358 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
19359
19360         * Control.cs: Fixed logic flip on when to call OnPaintBackground. 
19361           Obsoleted handling of WM_ERASEBKGND, now always draws our background
19362           inside of WM_PAINT
19363
19364 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
19365
19366         * MenuAPI.cs: Returns after Hidding window
19367         * XplatUIX11.cs: Added TODO found while debugging menu issues
19368
19369 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
19370
19371         * XplatUIX11.cs: Do not re-map the whole window when it's size
19372           becomes non-zero unless it's supposed to be actually visible
19373
19374 2005-10-18  Jackson Harper  <jackson@ximian.com>
19375
19376         * TreeView.cs: We don't need to keep a count anymore.
19377         * TreeNodeCollection.cs: Fix off by one in RemoveAt, Insert can
19378         use the Grow method.
19379
19380 2005-10-18  Jackson Harper  <jackson@ximian.com>
19381
19382         * TreeNodeCollection.cs: Insert is not supported on arrays, so
19383         implement it manually here.
19384
19385 2005-10-18  Jackson Harper  <jackson@ximian.com>
19386
19387         * ImageList.cs: Dont kill the list when the colour depth is
19388         changed, just change the colour depth of all the images.
19389         - Same goes for setting the image size. Just resize them all
19390         instead of killing the list softly.
19391
19392 2005-10-18  Jackson Harper  <jackson@ximian.com>
19393
19394         * Control.cs: Don't invalidate empty rectangles.
19395
19396 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
19397
19398         * ListViewItem.cs:
19399           - Adds checked item to the Checked/Item lists (where empty before)
19400           - Do not add items to the Selected lists if they are already present
19401         * ListView.cs:
19402           - Fixes IsFixedSize, SyncRoot, IsReadOnly in many collections
19403           - When deleting items make sure that we delete them for the Selected
19404           and Checked list also.
19405
19406 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
19407
19408         * Label.cs: Dispose objects no longer used
19409         * ThemeWin32Classic.cs: Dispose objects no longer used
19410
19411 2005-10-18  Jackson Harper  <jackson@ximian.com>
19412
19413         * TabControl.cs: Don't refresh the whole control when the tabs are
19414         scrolled, we just need to refresh the tab area.
19415
19416 2005-10-17  Jackson Harper  <jackson@ximian.com>
19417
19418         * XplatUIX11.cs: Compress code a little bit. Only calculate the
19419         after handle when we need it.
19420
19421 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
19422
19423         * Control.cs: When the parent size changes, recalculate anchor 
19424           positions. Partial fix for #76462
19425
19426 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
19427
19428         * ThemeWin32Classic.cs: Make sure the picturebox has it's background 
19429           drawn. Fixes #76462
19430
19431 2005-10-17  Jackson Harper  <jackson@ximian.com>
19432
19433         * MonthCalendar.cs: Don't create the numeric up down until our
19434         handle is created. Otherwise our handle is created in the
19435         constructor and we don't know if we are a WS_CHILD or WS_POPUP
19436         yet.
19437
19438 2005-10-17  Jackson Harper  <jackson@ximian.com>
19439
19440         * TreeView.cs: Merge in patch by Rafael Teixeira to align strings
19441         correctly.
19442
19443 2005-10-17  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
19444         * TreeNode.cs : small logical fix (was using local var instead of field)
19445         
19446 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
19447
19448         * ThemeWin32Classic.cs: Fixes vert/horz scrollbar colours
19449
19450 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
19451
19452         * ThemeWin32Classic.cs: Fixes focus drawing in for non-flat/popup buttons
19453
19454 2005-10-16  Peter Dennis Bartok  <pbartok@novell.com> 
19455
19456         * Control.cs: 
19457           - Re-implemented anchoring code. My first version was really broken.
19458             This fixes bug #76033. Unlike the previous implementation we will
19459             no longer have round errors since all numbers are calculated from
19460             scratch every time. Removed various anchor-related obsolete vars.
19461           - InitLayout no longer causes layout event firing and layout to be 
19462             performed
19463
19464 2005-10-16  Jackson Harper  <jackson@ximian.com>
19465
19466         * Hwnd.cs: Compute invalid area correctly (fixes my last commit
19467         which was broken).
19468
19469 2005-10-16  Jackson Harper  <jackson@ximian.com>
19470
19471         * TabControl.cs: Remove debug code.
19472
19473 2005-10-16  Jackson Harper  <jackson@ximian.com>
19474
19475         * XEventQueue.cs: Increase the default queue size (very simple
19476         apps needed to grow the queue).
19477         * Hwnd.cs: No finalizer so we don't need to suppress
19478         finalization. Compute the invalid area manually so a new rectangle
19479         does not newto be created.
19480         * ScrollableControl.cs: Don't set any params (otherwise visibility
19481         isn't set correctly).
19482         * MdiChildContext.cs: New constructor takes the mdi parent so it
19483         doesn't have to be computed and avoids a crash on windows. Draw
19484         the window icon properly, and allow the text to be seen.
19485         * Form.cs: Use new MdiChildContext constructor. Make sure the
19486         child context isn't null in wndproc.
19487         * TabControl.cs: Don't set focus, this is muddling keyboard
19488         behavoir. Expand the tab rows when a window size increase will
19489         allow extra tabs to be seen. Don't allow tabs smaller than the
19490         width of a window to be scrolled out of view.
19491         * TreeNode.cs:
19492         * TreeView.cs: Use measure string to calculate a nodes width, the
19493         width is cached and only updated when the text or the font is
19494         changed. Don't check for expand/collapse clicks on the first level
19495         nodes if root lines are disabled.
19496         
19497 2005-10-16  Ritvik Mayank  <mritvik@novell.com>
19498
19499         * TextBoxBase.cs: Fixes #76352 (passing tab key in a multiline textbox)
19500
19501 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
19502
19503         * DataGridBoolColumn.cs: fixes warning
19504
19505 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
19506
19507         * ControlPaint.cs: Fixes methods Dark, DarkDark, Light, LightLight
19508         to match more to match more precisely the MS Net behavior
19509
19510 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
19511
19512         * Hwnd.cs: Added field to track if window is mapped
19513         * XplatUIX11.cs: 
19514           - Unmap windows if they become 0-size, re-map when 
19515             they are >0 again; fixes #76035
19516           - Re-set our error handler after initializing X11Desktop
19517             to override any error handlers Gtk or whatever was called
19518             may have set.
19519
19520 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
19521
19522         * CheckedListBox.cs: Removed unused vars
19523         * ListView.cs: Fixed signatures
19524         * RichTextBox.cs: Removed unused vars
19525         * TextBoxBase.cs: Removed unused vars
19526         * XplatUIWin32.cs: Removed unused vars
19527         * XplatUIX11.cs: Removed unused vars
19528         * XplatUI.cs: Updated version and date to latest published
19529
19530 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
19531
19532         * Cursor.cs: Added private .ctor to work around a bug in
19533           resourceset (Thanks to Geoff Norton for the help on this)
19534         * SplitterEventArgs.cs: Made fields accessible so we don't
19535           waste boatloads of objects and can reuse the same one
19536           in Splitter
19537         * XplatUIWin32.cs(DrawReversibleLine): Now also considers
19538           any captions and borders when generating screen coordinates
19539         * Splitter.cs: Reimplemented control, now fully complete, uses
19540           rubberband drawing, supports and obeys all properties, has
19541           proper cursors
19542
19543 2005-10-13  Miguel de Icaza  <miguel@novell.com>
19544
19545         * Form.cs (Form): Setup default values for autoscale and
19546         autoscale_base_size;  Make these instance variables, not static
19547         variables. 
19548
19549         (OnLoad): on the first load, adjust the size of the form.
19550
19551 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
19552
19553         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added 
19554           width argument to DrawReversibleRectangle()
19555         * XplatUIWin32.cs, XplatUIX11.cs: 
19556           - Implemented width for DrawReversibleRectangle()
19557           - Added logic to DrawReversibleRectangle that recognizes a zero
19558             width or height and only draws a line in that situation
19559         
19560 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com> 
19561
19562         * XplatUI.cs, XplatUIDriver.cs: Added GetAutoScaleSize()
19563         * XplatUIOSX.cs: Stubbed GetAutoScaleSize() method
19564         * XplatUIWin32.cs, XplatUIX11.cs: Implemented GetAutoScaleSize()
19565           method (it uses our FosterParent window to get a graphics context)
19566
19567 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com>
19568
19569         * XplatUI.cs, XplatUIDriver.cs: Removed EraseWindowBackground 
19570           and SetWindowBackground methods
19571         * Control.cs:
19572           - Setting proper ControlStyles
19573           - We no longer call XplatUI.SetWindowBackground and XplatUI.
19574             EraseWindowBackground, instead we draw the window background
19575             ourselves in PaintControlBackground. This behaviour is
19576             required to match MS, where, when OnPaintBackground is not
19577             called, the background is not drawn.
19578           - Removed unneeded Refresh() in set_Text
19579         * Hwnd.cs: Dropped the ErasePending support. No longer needed
19580         * XplatUIX11.cs:
19581           - Created DeriveStyles method to translate from CreateParams to
19582             FormBorderStyle and TitleStyle, also handles BorderStyle (which
19583             matches FormBorderStyle enum values)
19584           - Consolidated SetHwndStyles and CalculateWindowRect border/title
19585             style calculations into single DeriveStyles method
19586           - Fixed CreateWindow to (finally) use Gravity. This prevents X11
19587             from redrawing the whole window on any resize or expose.
19588           - Fixed CreateWindow usage of SetWindowValuemask. Before not
19589             all styles were applied to our whole/client window appropriately
19590           - Removed EraseWindowBackground() and SetWindowBackground() methods
19591           - Removed handling of WM_ERASEBKGND message from DefWndProc, we
19592             no longer clear/redraw the background through X
19593           - Removed handling of erase_pending bit, we have no use for it (or
19594             so it seems)
19595         * XplatUIOSX.cs:
19596           - Removed generation and handling of WM_ERASEBKGND message
19597           - Removed EraseWindowBackground() and SetWindowBackground() methods
19598           - Removed handling of hwnd.ErasePending flag
19599         * XplatUIWin32.cs:
19600           - Removed EraseWindowBackground() and SetWindowBackground() methods
19601           - We no longer call EraseWindowBackground on PaintEventStart, we 
19602             ignore the fErase flag, erasing is handled in Control in the
19603             background handler
19604         * Button.cs, GroupBox.cs, Label.cs, CheckBox.cs, ProgressBar.cs,
19605           LinkLabel.cs, ListControl.cs, TabPage.cs, UpDownBase.cs,
19606           TextBoxBase.cs, TextBox.cs, ListView.cs, ButtonBase.cs, 
19607           CheckedListBox.cs, MdiClient.cs, Panel.cs, DataGrid.cs, 
19608           DataGridTextBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, 
19609           TabControl.cs, ScrollableControl.cs, ToolBar.cs, PictureBox.cs,
19610           DateTimePicker.cs, StatusBar.cs, MonthCalendar.cs: Setting proper ControlStyles
19611
19612 2005-10-12  Jonathan Chambers <jonathan.chambers@ansys.com>
19613
19614         * PropertyGrids.cs: Get sub properties
19615         * PropertyGridView.cs: Fix drawing code
19616
19617 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
19618
19619         * ListBox.cs: Fixes 76383
19620
19621 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
19622
19623         * DataGridTextBoxColumn.cs: Sets location and size before attachment
19624         * ThemeWin32Classic.cs: Fixes border drawing and calculations
19625         * DataGridDrawingLogic.cs: Fixes border drawing and calculations
19626
19627
19628 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
19629
19630         * ComboBox.cs: Fixes border drawing
19631
19632 2005-10-10  Miguel de Icaza  <miguel@novell.com>
19633
19634         * MimeIcon.cs: Ignore errors if the file can not be read.
19635
19636 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
19637
19638         * Theme.cs, ThemeWin32Classic.cs, ListBox.cs:
19639          - Fixed border calculations
19640          - Fixed horizontal scrolling in single column listboxes
19641          - Fixed drawing issues
19642
19643 2005-10-10  Peter Dennis Bartok  <pbartok@novell.com>
19644
19645         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched from BorderStyle to 
19646           FormBorderStyle enum
19647         * XplatUIX11.cs: Switched BorderStyle to FormBorderStyle, added 
19648           code to determine FormBorderStyles from CreateParams
19649         * Form.cs:
19650           - Fixed bug where we'd set the wrong window styles if we were
19651             not creating an MDI window
19652           - Added call to XplatUI.SetBorderStyle when form borders are set
19653         * Control.cs: Casting BorderStyles to accommodate changed XplatUI APIs
19654         * Hwnd.cs:
19655           - Removed obsolete edge style
19656           - Switched from BorderStyle to FormBorderStyle
19657         
19658 2005-10-10  Jackson Harper  <jackson@ximian.com>
19659
19660         * Form.cs: Use the property to get the window handle instead of
19661         accessing it directly. Prevents a null reference exception.
19662
19663 2005-10-10  Jackson Harper  <jackson@ximian.com>
19664
19665         * TreeView.cs: Don't adjust the rect given to DrawString now that
19666         our libgdiplus draws correctly.
19667
19668 2005-10-08  Jackson Harper  <jackson@ximian.com>
19669
19670         * TreeView.cs: Don't try to find the clicked on node if there are
19671         no nodes in the tree.
19672
19673 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
19674
19675         * RichTextBox.cs:
19676
19677           restore
19678
19679 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
19680
19681         * ImageListStreamer.cs, TreeView.cs, UpDownBase.cs, RichTextBox.cs,
19682           ColorDialog.cs, TextControl.cs, Panel.cs, MdiChildContext.cs,
19683           ErrorProvider.cs:
19684           Use ResPool for brushes and dispose System.Drawing objects that
19685           are not used anymore.
19686
19687 2005-10-07  Jackson Harper  <jackson@ximian.com>
19688
19689         * MdiChildContext.cs: Use the new borders instead of drawing them
19690         ourselves.
19691
19692 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
19693
19694         * Calling UpdateBounds after changing the window's BorderStyle 
19695         since the style can change the ClientSize
19696
19697 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
19698
19699         * Control.cs: Made PaintControlBackground virtual
19700         * Panel.cs: Overriding PaintControlBackground instead of using paint
19701           event; paint event method was interfering with 'real' users of the
19702           event.
19703
19704 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
19705
19706         * ThemeWin32Classic.cs: remove border drawing since it is handled
19707         by the base control class now and was causing double border drawing.
19708
19709 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
19710
19711         * Panel.cs: Redraw our background on paint. Not a pretty solution,
19712           but it does seem to match MS behaviour. This fixes bug #75324
19713
19714 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
19715
19716         * XplatUIX11.cs: A better DrawReversibleRectangle version, however
19717           somewhat hackish looking
19718
19719 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
19720
19721         * TextBoxBase.cs:
19722           - We now accept Enter even if AcceptEnter is false, if the containing
19723             form does not have an AcceptButton configured (fixes bug #76355)
19724           - Calculations are now fixed to no longer use Width/Height, but
19725             ClientSize.Width/Height, since we now support borders (this was
19726             a result of fixing borders and therefore bug #76166)
19727           - We no longer show the horizontal scrollbar if TextBox.WordWrap is 
19728             true (fixes bug #76354)
19729         
19730 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
19731
19732         * Control.cs: 
19733           - Defaulting BorderStyle and setting it in XplatUI when our window 
19734             is created
19735           - Added enum check to InternalBorderStyle setter
19736         * XplatUIX11.cs: 
19737           - Added drawing of window borders
19738           - Now properly calculates WM decorations offset for toplevel 
19739             windows (fixes bug #74763)
19740         * XplatUIWin32.cs: 
19741           - Implemented BorderStyles for windows (we're letting win32 draw 
19742             the border for us)
19743           - Fixed the signature for SetWindowLong
19744         * PictureBox.cs, DataGrid.cs, TextBoxBase.cs, ToolBar.cs, Panel.cs,
19745           ListBox.cs, Label.cs: Now uses Control.InternalBorderStyle for 
19746           setting borders
19747         * UpDownBase.cs: Remove drawing of borders, this is handled by
19748           the driver, outside the client area
19749         * ListView.cs: Removed bogus border calculations. The control should
19750           be oblivious to borders, since those are not part of the client
19751           area. 
19752         * X11DesktopColors.cs: Commented out (currently) unneeded variables
19753         * ThemeWin32Classic.cs: Removed border calculations from ListView 
19754           drawing code
19755
19756 2005-10-06  Jackson Harper  <jackson@ximian.com>
19757
19758         * MdiChildContext.cs: Clear out the old virtual position remove
19759         all the unneeded calls to CreateGraphics.
19760
19761 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
19762
19763         * TextControl.cs: Use proper color for highlighted text; fixes #76350
19764
19765 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
19766
19767         * Form.cs: 
19768           - Added loading and setting of our new default icon
19769           - Only set icon if window is already created
19770
19771 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
19772
19773         * Label.cs:
19774           - Do not explicitly set the foreground and background colors, to
19775             allow inheriting from parents (fixes #76302)
19776           - Use Control's InternalBorderStyle property to deal with borders
19777
19778 2005-10-06  Jackson Harper  <jackson@ximian.com>
19779
19780         * MdiChildContext.cs: Use the new xplatui function to draw a
19781         reversible rect.
19782
19783 2005-10-06  Jackson Harper  <jackson@ximian.com>
19784
19785         * Form.cs: Add the parent before creating the child context cause
19786         we need the parent when setting up the child.
19787
19788 2005-10-06  Jackson Harper  <jackson@ximian.com>
19789
19790         * FolderBrowserDialog.cs: redo the tree population code so a
19791         second thread isn't used. Should be a lot faster and more stable
19792         now.
19793
19794 2005-10-05  Jackson Harper  <jackson@ximian.com>
19795
19796         * TreeView.cs: There are no expand/collapse boxes if the node has
19797         no children.
19798
19799 2005-10-05  Jackson Harper  <jackson@ximian.com>
19800
19801         * X11DesktopColors.cs: Get menu colours for the gtk theme.
19802
19803 2005-10-05  Alexander Olk  <alex.olk@googlemail.com>
19804
19805         * FileDialog.cs: Fix InitialDirectory
19806
19807 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
19808
19809         * ComboBox.cs:
19810                 - Fixes changing between styles
19811                 - Fixes simple mode
19812                 - Fixes last item crashing when navigating with keyboard
19813
19814 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
19815
19816         * LinkLabel.cs: Related to 76045. Stops the LinkLabel been drawn as a Label
19817
19818 2005-10-05  Jackson Harper  <jackson@ximian.com>
19819
19820         * TreeView.cs: If updating the root node do a full refresh.
19821         * TreeNode.cs: The root node should be expanded by default. Also
19822         added a utility prop to tell if we are the root node.
19823         * TreeNodeCollection.cs: Only refresh if the node we are being
19824         added to is expanded. Also added a comment on a potential
19825         optimization.
19826         
19827 2005-10-04  Peter Dennis Bartok  <pbartok@novell.com>
19828
19829         * Cursor.cs, Hwnd.cs: Added call to GC.SuppressFinalize() 
19830           in dispose method. Fixes #76330
19831
19832 2005-10-04  Jordi Mas i Hernandez <jordi@ximian.com>
19833
19834         * ListView.cs, ThemeWin32Classic.cs, ListViewItem.cs:
19835
19836                 - Implements vertical and horizontal scrolling using XplatUI
19837                 - Fixes keyboard navagation
19838                 - Fixes EnsureVisible
19839                 - Drawing fixes
19840                 - Handles and draws focus properly
19841
19842
19843 2005-10-04  Kornél Pál  <kornelpal@hotmail.com>
19844
19845         * ImageList.cs: Use upper case initials for internal fields. ImageStream:
19846           Create handle. NET_2_0: Destroy handle when value is null.
19847
19848 2005-10-03  Jackson Harper  <jackson@ximian.com>
19849
19850         * ScrollBar.cs: My last scrollbar patch was broken. This is a
19851         revert and a new patch to prevent the thumb from refreshing so
19852         much.
19853
19854 2005-10-02  Jackson Harper  <jackson@ximian.com>
19855
19856         * ScrollBar.cs: Don't update position if it hasn't actually
19857         changed. This occurs when you hold down the increment/decrement
19858         buttons and the thumb gets to the max/min.
19859
19860 2005-10-01  Jackson Harper  <jackson@ximian.com>
19861
19862         * Form.cs:
19863         * MdiChildContext.cs:
19864         * MdiClient.cs: Implement ActiveMdiChild in Form.
19865
19866 2005-10-01  Jordi Mas i Hernandez <jordi@ximian.com>
19867
19868         * ComboBox.cs: Include ComboBoxEdit flag for the edit item
19869
19870 2005-10-01  Peter Dennis Bartok  <pbartok@novell.com>
19871
19872         * X11DesktopColors.cs: Bow out gracefully if the Gtk libs cannot
19873           be found
19874
19875 2005-09-30  Jackson Harper  <jackson@ximian.com>
19876
19877         * ListBox.cs: Don't do a full refresh unless some data has
19878         actually changed.
19879
19880 2005-09-30  Jackson Harper  <jackson@ximian.com>
19881
19882         * TreeView.cs: Make sure that the checkboxes size is factored in
19883         even when not visible.
19884
19885 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
19886
19887         * FileDialog.cs: Fix Jordi's build break
19888
19889 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
19890
19891         * FileDialog.cs: 
19892                 - Use standard the Windows colours for the combobox as espected
19893                 - Dispose objects that use resouces when no longer need them
19894
19895 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
19896
19897         * X11DesktopColors.cs: Initial incomplete implementation
19898         * XplatUIX11.cs: Added call to initialize X11DesktopColors
19899
19900 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com>
19901
19902         * Theme.cs: 
19903           - Switched Theme color names to match the names defined in 
19904             System.Drawing.KnownColors. Life's hard enough, no need to make 
19905             it harder.
19906           - Added setters to all theme color properties so themes can set
19907             their color schemes. The setters also propagate the color changes
19908             to System.Drawing.KnownColors via reflection
19909         * ControlPaint.cs,  Label.cs, TextControl.cs, ToolTip.cs, ThemeNice.cs,
19910           ComboBox.cs, MdiChildContext.cs, TextBoxBase.cs, DateTimePicker.cs
19911           DataGridColumnStyle.cs, MonthCalendar.cs, TreeView.cs: Updated to
19912           use the new, more logical theme color names
19913         * XplatUIWin32.cs: Updated the GetSysColorIndex enum to include new
19914           post-NT colors
19915         * ThemeWin32Classic.cs:
19916           - Removed code to set the old classic Windows colors. Instead it
19917             now relies on the colors returned by System.Drawing.KnownColors
19918             which will be either modern static colors (Unix) or colors
19919             read from the user's configuration (Win32)
19920           - Updated to use the new, more logical theme color names
19921           - Switched DataGrid drawing code to use only Theme colors instead of
19922             a mix of System.Drawing.KnownColors and Theme colors
19923           - DrawFrameControl(): Removed code that fills the button area, the
19924             fill would overwrite any previous fill done by a control. This
19925             fixes bug #75338 
19926           - Added DrawReversibleRectangle() stub
19927         * ScrollableControl.cs: Set visible state to false when scrollbars
19928           are removed (pdn fix)
19929         * XplatUI.cs, XplatUIOSX.cs, XplatUIDriver.cs: Added 
19930           DrawReversibleRectangle() method to allow drawing primitive 
19931           'rubber bands'
19932         * XplatUIX11.cs: Implemented DrawReversibleRectangle()
19933
19934 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
19935
19936         * ImageList.cs: Add(Icon): Create handle.
19937
19938 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
19939
19940         * ListView.cs:
19941         * ThemeWin32Classic.cs:
19942                 - Fixes detail mode
19943                 - Sets clippings
19944                 - Issues with drawing
19945
19946 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
19947
19948         * ImageList.cs: Moved RecreateHandle back to ImageList as event
19949           source has to be the ImageList.
19950
19951 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
19952
19953         * ImageList.cs: Add(Icon): Use Graphics.DrawIcon instead of Icon.ToBitmap.
19954
19955 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
19956
19957         * ImageList.cs: ReduceColorDepth: Clean up pointer operations.
19958
19959 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
19960
19961         * ImageList.cs: ImageCollection: Removed owner field as it is no more used.
19962
19963 2005-09-29  Jonathan Chambers <jonathan.chambers@ansys.com>
19964         * GridItem.cs: Fixed TODOs
19965         * GridItemCollection.cs: Added ICollection interface
19966
19967 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
19968
19969         * ImageList.cs: Resize icons when needed.
19970
19971 2005-09-29  Jordi Mas i Hernandez <jordi@ximian.com>
19972
19973         * ListViewItem.cs
19974                 - Fixes GetBounds and returns on screen rects
19975         * ListView.cs:
19976                 - Fixes vertical and horzintal scrolling of items
19977         * ThemeWin32Classic.cs:
19978                 - Fixes drawing
19979                 
19980 2005-09-29  Raja R Harinath  <harinath@gmail.com>
19981
19982         * ImageList.cs (ImageStream) [NET_2_0]: Reflect re-factoring.
19983
19984 2005-09-29  Kornél Pál  <kornelpal@hotmail.com>
19985
19986         * ImageList.cs: Added comments about handle creation. Moved Handle,
19987           HandleCreated and OnRecreateHandle implementations to ImageCollection.
19988           Handle is created in Add methods.
19989
19990 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
19991          
19992         * DataGridDrawingLogic.cs: 
19993                 - Takes rows into account on Colum calculations
19994                 - Returns the column when clickig
19995         * DataGrid.cs:
19996                 - Fixes default HitTestInfo values
19997                 - Fixes HitTestInfo.ToString
19998                 - Fixes ResetBackColor          
19999         
20000 2005-09-28  Jackson Harper  <jackson@ximian.com>
20001
20002         * MdiChildContext.cs: Obey rules for fixed sized windows (no
20003         sizing or cursor changes). Also added some temp code to draw the
20004         titlebars text (Makes dev a little easier).
20005
20006 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
20007
20008         * ImageList.cs: AddStrip: Throw ArgumentException when Image is not a Bitmap.
20009
20010 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
20011          
20012         * ListBox.cs: Fixes bug 76253
20013
20014 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
20015
20016         * ImageList.cs: Added comments about the current implementation. Added
20017           ReduceColorDepth, IndexedColorDepths and GetNearestColor to can use
20018           Format32bppArgb to preserve transparency and can use Graphics.FromImage
20019           while using the specified ColorDepth. ReduceColorDepth uses unsafe code
20020           with Bitmap.LockBits for better performance. Revised the whole file to
20021           match MS.NET behaviour and provide better performance. Non-public
20022           interface members are calling public members even when they throw
20023           NotSupportedException for better maintainability. Moved ColorDepth,
20024           ImageSize, ImageStream and TransparentColor implementations to
20025           ImageCollection for better performance as these properties are not used
20026           by ImageList.
20027         * ImageListStreamer.cs: Added a new internal constructor that takes an
20028           ImageList.ImageCollection and serializes Images based on
20029           ImageCollection.ToArray(). Renamed ImageColorDepth to ColorDepth to
20030           match ImageList property name.
20031
20032 2005-09-28  Kazuki Oikawa <kazuki@panicode.com>
20033
20034         * ListBox.cs: Fixes IndexFromPoint for last item
20035
20036 2005-09-27  Jackson Harper  <jackson@ximian.com>
20037
20038         * Form.cs: Set the position of new mdi children correctly.
20039
20040 2005-09-27  Jackson Harper  <jackson@ximian.com>
20041
20042         * MdiClient.cs: New mdi children need to be added to the back of
20043         the controls collection so the zorder is set correctly. Also add a
20044         count of all the child windows that have been created.
20045
20046 2005-09-27  Jackson Harper  <jackson@ximian.com>
20047
20048         * Form.cs (CreateParams): Setup MDI forms correctly.
20049
20050 2005-09-27  Jackson Harper  <jackson@ximian.com>
20051
20052         * MdiChildContext.cs:
20053         * MonthCalendar.cs:
20054         * UpDownBase.cs:
20055         * ListBox.cs:
20056         * ListView.cs:
20057         * TextBoxBase.cs:
20058         * TreeView.cs:
20059         * ScrollableControl.cs:
20060         * ComboBox.cs: Add implicit controls using the new implict control
20061         functionality in ControlCollection. Also try to block multiple
20062         control add in a suspend/resume layout to save some cycles.
20063         
20064 2005-09-27  Jackson Harper  <jackson@ximian.com>
20065
20066         * Control.cs: Add functionality to the controls collection to add
20067         'implicit controls' these are controls that are created by the
20068         containing control but should not be exposed to the user. Such as
20069         scrollbars in the treeview.
20070         * Form.cs: The list var of the ControlsCollection is no longer
20071         available because of the potential of implicit controls getting
20072         ignored by someone accessing the list directly.
20073
20074 2005-09-26  Peter Dennis Bartok  <pbartok@novell.com>
20075
20076         * Control.cs: Fixed SetChildIndex; it no longer causes a child to
20077           loose it's parent. (Fixed bug introduced in r49103 when we added
20078           setting the child parent to null on Remove)
20079
20080 2005-09-26  Gert Driesen  <drieseng@users.sourceforge.net>
20081
20082         * DataGridBoolColumn.cs: Marked CheckState private to fix public API.
20083         * Splitter.cs: Added missing attributes for BorderStyle property.
20084         * TextBoxBase.cs: Marked Calculate* methods internal.
20085         * TextBox.cs: Fixed DefaultValue for PasswordChar property to match
20086         MS.NET.
20087
20088 2005-09-26  Jordi Mas i Hernandez <jordi@ximian.com>
20089          
20090         * ListBox.cs: Fixes navigation to the last item in multicolumn lists
20091
20092 2005-09-25  Jackson Harper  <jackson@ximian.com>
20093
20094         * TreeView.cs: Update the node bounds correctly regardless of
20095         whether the node is visible.
20096
20097 2005-09-25  Jackson Harper  <jackson@ximian.com>
20098
20099         * ImageList.cs: Don't dispose the image after it is added to the
20100         image list. Only reformat images that need to be resized.
20101
20102 2005-09-25  Jackson Harper  <jackson@ximian.com>
20103
20104         * ImageList.cs: Don't set the format when changing the image.
20105
20106 2005-09-25  Jackson Harper  <jackson@ximian.com>
20107
20108         * TreeView.cs: We can't just assume the node has a font. Use the
20109         treeviews font if no node font is available.
20110
20111 2005-09-25  Jackson Harper  <jackson@ximian.com>
20112
20113         * TreeView.cs: Allow the scrollbars to be reset with negative
20114         values.
20115         - Don't add scrollbars to negative sized windows.
20116
20117 2005-09-23  Jackson Harper  <jackson@ximian.com>
20118
20119         * XplatUIX11.cs: Update to use Mono.Posix.Native instead of plain
20120         old Mono.Posix. Also remove some stray code that shouldn't have
20121         been committed.
20122
20123 2005-09-23  Jackson Harper  <jackson@ximian.com>
20124
20125         * TreeView.cs: Attempt at proper sizing of the horizontal
20126         scrollbar. Also don't resize the scrollbars unless they are
20127         visible.
20128
20129 2005-09-23  Jackson Harper  <jackson@ximian.com>
20130
20131         * TreeView.cs: We don't need to expand the invalid area when the
20132         selection changes, as this is all drawn in the node's bounding
20133         box. The area needs to be expanded (previous typo was contracting
20134         it) when the focus rect moves.
20135
20136 2005-09-23  Jackson Harper  <jackson@ximian.com>
20137
20138         * TreeView.cs: Display the selection box under the correct
20139         circumstances. We were rendering white text with no selection box
20140         before.
20141
20142 2005-09-23  Peter Dennis Bartok  <pbartok@novell.com>
20143
20144         * TextControl.cs(Split): Now updates selection start/end if it points 
20145           into a line that's being split. Fixes a FIXME and bug #75258
20146
20147 2005-09-23  Jackson Harper  <jackson@ximian.com>
20148
20149         * Binding.cs:
20150         * ListControl.cs: Don't use the path when retrieving binding
20151         managers from the binding context. My bat sense tells me that the
20152         path is only used on insertion.
20153
20154 2005-09-22  Jackson Harper  <jackson@ximian.com>
20155
20156         * Splitter.cs: Set the cursor an easier way. (Thanks peter).
20157
20158 2005-09-22  Jackson Harper  <jackson@ximian.com>
20159
20160         * Splitter.cs: There are special cursors used for splitting.
20161         * XplatUIX11.cs: The VSplit and HSplit cursors were backwards.
20162
20163 2005-09-22  Jackson Harper  <jackson@ximian.com>
20164
20165         * Splitter.cs: Change the cursor appropriately when the splitter
20166         is moused over, so the user actually knows there is a splitter
20167         there.
20168
20169 2005-09-22 Hisham Mardam Bey <hisham.mardambey@gmail.com>
20170
20171        * Label.cs : Fix ToString method to give same output as MS.NET
20172
20173 2005-09-22  Jackson Harper  <jackson@ximian.com>
20174
20175         * TreeView.cs: Create the scrollbars when the handle is created
20176         and add them right away, just make them invisble. Also account for
20177         the window being shrunk vertically to the point that the vert
20178         scrollbar needs to be added.
20179         - Remove some 0.5 adjustments to get around anti aliasing issues.
20180         
20181 2005-09-22  Jordi Mas i Hernandez <jordi@ximian.com>
20182          
20183         * MainMenu.cs: Fixes default value
20184         * MenuItem.cs: Fixes default value
20185
20186 2005-09-22  Kazuki Oikawa  <kazuki@panicode.com>
20187
20188         * AsyncMethodResult.cs: Fixes Control.Invoke is blocked infinitely.
20189
20190 2005-09-21  Jackson Harper  <jackson@ximian.com>
20191
20192         * Control.cs: Don't try to set the border style on the window if
20193         it hasn't been created. When the window is created the border
20194         style will be used.
20195
20196 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
20197
20198         * Control.cs (Update): Don't call XplatUI if we don't have a
20199           window handle yet
20200
20201 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
20202
20203         * ContainerControl.cs: Instead of throwing an exception, print
20204           a one-time warning about Validate not being implemented
20205         * XplatUIWin32.cs: Removed debug output
20206
20207 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
20208
20209         * Control.cs: Only set XplatUI background if we expect the windowing
20210           system to handle the background. This stops controls that draw their
20211           own background from flickering
20212
20213         * XplatUIX11.cs: Support custom visuals and colormaps for window 
20214           creation. This allows, amongst other things, using MWF X11 windows 
20215           with OpenGL.
20216
20217 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
20218
20219         * OpenFileDialog.cs, ContentsResizedEventArgs.cs, LibSupport.cs, GridItem.cs,
20220           CursorConverter.cs, SplitterEventHandler.cs, PropertyGridTextBox.cs,
20221           GridTablesFactory.cs, MethodInvoker.cs, AccessibleEvents.cs,
20222           SplitterEventArgs.cs, XplatUI.cs, Mime.cs, PropertySort.cs,
20223           TreeViewCancelEventHandler.cs, Form.cs, PropertyGridCommands.cs,
20224           IDataGridEditingService.cs, DateBoldEventHandler.cs, Label.cs,
20225           KeyboardLayouts.cs, TextControl.cs, ProgressBar.cs, ToolTip.cs,
20226           RadioButton.cs, OSFeature.cs, LinkLabel.cs, ColorDialog.cs,
20227           ThemeNice.cs, ErrorIconAlignment.cs, TreeNode.cs, MimeGenerated.cs,
20228           ComboBox.cs, DataGridTextBoxColumn.cs, ArrangeStartingPosition.cs,
20229           GridColumnStylesCollection.cs, 
20230           IDataGridColumnStyleEditingNotificationService.cs,
20231           PropertyGrid.cs, IFeatureSupport.cs, ICommandExecutor.cs,
20232           MdiLayout.cs, GridEntry.cs, ControlBindingsCollection.cs,
20233           GridTableStylesCollection.cs, TreeViewCancelEventArgs.cs, 
20234           TreeNodeCollection.cs, AmbientProperties.cs, 
20235           RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
20236           DataObject.cs, ErrorProvider.cs, Splitter.cs,
20237           DataGridLineStyle.cs, Shortcut.cs, Control.cs,
20238           FontDialog.cs, SecurityIDType.cs, GridItemType.cs,
20239           BindingMemberInfo.cs, DataGridCell.cs, MdiChildContext.cs,
20240           IRootGridEntry.cs, PropertyGridView.cs, DataGridParentRowsLabelStyle.cs,
20241           FolderBrowserDialog.cs, OpacityConverter.cs, HelpProvider.cs,
20242           IComponentEditorPageSite.cs, DataGridTableStyle.cs, NavigateEventArgs.cs,
20243           NotifyIcon.cs, ContentsResizedEventHandler.cs, MenuItem.cs,
20244           PropertyTabChangedEventHandler.cs, TextBoxBase.cs, OpenTreeNodeEnumerator.cs,
20245           SelectionMode.cs, TextBox.cs, ListBindingConverter.cs,
20246           FileDialog.cs, KeysConverter.cs, DomainUpDown.cs,
20247           DataFormats.cs, SaveFileDialog.cs, GridItemCollection.cs,
20248           ArrangeDirection.cs, FeatureSupport.cs, SelectionRangeConverter.cs,
20249           RichTextBoxScrollBars.cs, NodeLabelEditEventHandler.cs, TreeNodeConverter.cs,
20250           MimeIcon.cs, X11Structs.cs, PropertyGridEntry.cs,
20251           ImageList.cs, ThemeWin32Classic.cs, X11Keyboard.cs,
20252           CheckedListBox.cs, HelpNavigator.cs, DateTimePickerFormat.cs,
20253           MdiClient.cs, DataGridDrawingLogic.cs, DataGridBoolColumn.cs,
20254           NodeLabelEditEventArgs.cs, Screen.cs, PropertyManager.cs,
20255           ComponentModel.cs, PropertiesTab.cs, CurrencyManager.cs,
20256           SizeGrip.cs, DateBoldEventArgs.cs, X11Dnd.cs, Panel.cs,
20257           Hwnd.cs, OSXStructs.cs, DrawMode.cs, XplatUIDriver.cs,
20258           RichTextBox.cs, PropertyTabChangedEventArgs.cs, CommonDialog.cs,
20259           DataGrid.cs, XplatUIX11.cs, RichTextBoxStreamType.cs, Win32DnD.cs,
20260           ErrorBlinkStyle.cs, TreeViewEventHandler.cs,
20261           PropertyValueChangedEventHandler.cs, IFileReaderService.cs,
20262           DataGridTextBox.cs, SelectedGridItemChangedEventArgs.cs, ScrollBar.cs,
20263           ListBox.cs, TreeViewAction.cs, Help.cs, TrackBar.cs,
20264           AxHost.cs, PropertyValueChangedEventArgs.cs, XplatUIOSX.cs,
20265           RichTextBoxFinds.cs, UpDownEventArgs.cs, Cursors.cs,
20266           CategoryGridEntry.cs, RichTextBoxWordPunctuations.cs, DataGridColumnStyle.cs,
20267           SelectedGridItemChangedEventHandler.cs, DateTimePicker.cs, NavigateEventHandler.cs,
20268           Clipboard.cs, UpDownEventHandler.cs, MonthCalendar.cs,
20269           SendKeys.cs, DataGridPreferredColumnWidthTypeConverter.cs, TreeView.cs,
20270           ThreadExceptionDialog.cs, ImageListConverter.cs, XplatUIWin32.cs,
20271           TreeViewEventArgs.cs: Fixed whitespace and set eol-style:native attribute
20272
20273 2005-09-21  Jackson Harper  <jackson@ximian.com>
20274
20275         * TreeNode.cs: Call Before/After Expand not Collapse when
20276         expanding.
20277
20278 2005-09-20  Jackson Harper  <jackson@ximian.com>
20279         
20280         * XplatUIX11.cs: Use the more hand looking hand (in most themes).
20281
20282 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
20283          
20284         * ListViewItem.cs:
20285                 - Fixes bug 76120
20286                 - Fixes proper storing of subitems
20287                 - Fixes not updated items
20288
20289 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com>
20290
20291         * Control.cs, TextBoxBase.cs, TextControl.cs: Don't do certain
20292           things if our window handle isn't created yet. Also disabled 
20293           debug for TextBoxBase
20294
20295 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com> 
20296
20297         * MenuAPI.cs: Remove filtering of events to allow menu usage
20298
20299 2005-09-20  Miguel de Icaza  <miguel@novell.com>
20300
20301         * Cursor.cs: Allow null to be passed to Cursor.Current.
20302
20303 2005-09-20  Alexander Olk  <alex.olk@googlemail.com>
20304
20305         * ThemeWin32Classic.cs:
20306           - Change some private methods/fields to protected virtual so that 
20307             they can be accessed and overriden in derived classes
20308           - First refactoring of some methods. Derived themes now don't 
20309             need to duplicate the complete code from ThemeWin32Classic
20310         * ThemeNice.cs:
20311           - Added nice StatusBar
20312           - Derive from ThemeWin32Classic and not Theme
20313           - Removed duplicate ThemeWin32Classic code
20314
20315 2005-09-20  Miguel de Icaza  <miguel@novell.com>
20316
20317         * Control.cs (ControlCollection.Add): If the value null is passed
20318         the control is ignored. 
20319
20320         Optimize this loop.
20321
20322 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com> 
20323
20324         * MenuAPI.cs: Replaced Application.Run() with a loop that tracks
20325           PostQuitMessage state.
20326         * XplatUIWin32.cs: Removed bogus PostQuitMessage P/Invoke with HWND arg
20327
20328 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com>
20329
20330         * Application.cs: Our constructor will never get called, move 
20331           initialization to fields; fixes bug #75933
20332
20333 2005-09-19 Hisham Mardam Bey <hisham.mardambey@gmail.com>
20334
20335         * FileDialog.cs :
20336                 - Allow files to be selected properly using file name
20337                 combo box.
20338                 - Add ability to change diretory (absolute / relative)
20339                 using file name combo box.
20340
20341 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
20342          
20343         * ListBox.cs: 
20344                 - Fixes Multicolumn listboxes item wrong calculations
20345                 - Allows to click when only one item is in the listbox
20346                 - Fixes crash when no items using keyboard navigation
20347
20348 2005-09-16  Alexander Olk  <alex.olk@googlemail.com>
20349
20350         * ComboBox.cs: Reverted almost everything from the latest patch which
20351           broke ComboBox
20352
20353 2005-09-16  Kazuki Oikawa <kazuki@panicode.com>
20354         
20355         * ToolTip.cs:
20356                 - Fixed #Mtd2 of ToolTipTest.RemoveToolTipTest.
20357         * ComboBox.cs:
20358                 - When DropDownStyle is Simple, it does not show scrollbar 
20359                 to the last item of the list.
20360                 - When DropDownStyle is Simple, it crashed when the list was 
20361                 scrolled down with the down cursor key.
20362                 - Fixed a bug that when DropDownStyle is DropDownList, the 
20363                 selected item was not shown.
20364                 - The position of the selected item was not preserved when 
20365                 the next dropdown happened.
20366         * ThemeWin32Classic.cs:
20367                 - Items were wrapped at the right end.
20368         * CheckedListBox.cs:
20369                 - Fixed Add method
20370         * ListBox.cs:
20371                 - Items should be fully shown.
20372                 - When resizing and vertical scrollbar disappeared, the item 
20373                 of index 0 should be on the top of the list.
20374                 - GetItemRectangle should consider the size of ver. scrollbar
20375         * StatusBar.cs:
20376                 - SizingGrip area should not be allocated when it is not 
20377                 displayed.
20378                 - Now it reflects MinWidth of the containing panel and 
20379                 fixed a crash that happens when its width becomes so small.
20380
20381 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
20382
20383         * CheckedListBox.cs: Fixes bug 76028
20384         * ListBox.cs: Fixes bug 76028
20385
20386 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
20387
20388         * ThemeWin32Classic.cs: Sets clipping on DataGridPaintRowsHeaders
20389         * DataGridDrawingLogic.cs: fixes issues with Datagrid drawing
20390
20391 2005-09-12  Jordi Mas i Hernandez <jordi@ximian.com>
20392
20393         * XplatUIX11.cs: fixes System.NullReferenceException in some situations
20394
20395 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
20396
20397         * IRootGridEntry.cs: Changed namespace to PropertyGridInternal 
20398
20399 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
20400
20401         * IRootGridEntry.cs: Added
20402         * PropertyGridCommands.cs: Added
20403         * PropertiesTab.cs: Added missing methods and property
20404         * PropertyGridView.cs: Made class internal
20405         * PropertyGridTextBox.cs: Made class internal
20406
20407 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
20408
20409         * MimeIcon.cs: Try to check some other environment variables
20410           if "DESKTOP_SESSION" returns "default"
20411
20412 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
20413
20414         * ThemeNice.cs: Corrected background colors (e.g. menus)
20415         * ColorDialog.cs: Use correct background colors for controls
20416
20417 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
20418
20419         * ThemeNice.cs: Merged r49535 from ThemeWin32Classic
20420
20421 2005-09-08  Peter Dennis Bartok  <pbartok@novell.com>
20422
20423         * RichTextBox.cs: Added initial implementation
20424         * lang.cs: Removed. Was accidentally checked in long time ago
20425         * TODO: Removed. Contents were obsolete
20426
20427 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
20428                                                                                 
20429         * PropertiesTab.cs : Added
20430
20431 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
20432                                                                                 
20433         * PropertyGrid.cs : Update
20434         * PropertyGridView.cs : Update
20435         * System.Windows.Forms.resx : Added images and strings
20436
20437 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com> 
20438
20439         * ThemeNice.cs: Do not dispose Pens retrieved from ResPool
20440  
20441 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com>
20442
20443         * XplatUIX11.cs: Force a flush after Ungrab; if case the app enters
20444           a busy loop right after the Ungrab the X11 display is otherwise 
20445           blocked
20446
20447 2005-09-06  Jordi Mas i Hernandez <jordi@ximian.com>
20448
20449         * ThemeWin32Classic.cs: Optimise the use of clipping
20450
20451 2005-09-05  Jordi Mas i Hernandez <jordi@ximian.com>
20452
20453         * DataGrid.cs: fixes recursion bug
20454
20455 2005-09-03  Alexander Olk  <alex.olk@googlemail.com>
20456
20457         * ThemeNice.cs: 
20458           - Draw RadioButton and CheckBox Buttons with DrawButtonBase
20459           - Cleanup
20460
20461 2005-09-02  Alexander Olk  <alex.olk@googlemail.com>
20462
20463         * ThemeNice.cs: Draw nice ProgressBars
20464
20465 2005-09-01  Miguel de Icaza  <miguel@novell.com>
20466
20467         * VScrollBar.cs: Another buglet found by Aaron's tool. 
20468
20469         * ProgressBar.cs: Fix three recursive bugs found by Aaron Tomb's
20470         bug finder.
20471
20472 2005-08-30  Alexander Olk  <alex.olk@googlemail.com>
20473
20474         * ThemeNice.cs:
20475           - Added nicer menu drawing
20476           - Updated DrawTab
20477           - some refactoring
20478
20479 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
20480
20481         * CreateParams.cs (ToString): Made output match MS
20482         * Control.cs (Text): Don't set Text or Focus via XplatUI unless 
20483             handle is already created (to avoid forcing window creation)
20484         * XplatUIX11.cs: Set window text to caption after creating window,
20485           in case Text was set before window was created
20486         * Form.cs: Use this.Text instead of a static string as caption
20487
20488 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
20489
20490         * NotifyIcon.cs: Don't set the window to visible; this screws
20491           up Win32 (causes WM_NCPAINT to be sent on Win32, which calls
20492           OnPaint without a bitmap)
20493         * XplatUIX11.cs: Removed Visible optimization in AddExpose; doesn't 
20494           happen very often anyway; we could add the check to the WM_PAINT 
20495           event generation code
20496
20497 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
20498
20499         * NotifyIcon.cs: Fill the icon area with a background color, to 
20500           avoid 'residue' when transparent icons are drawn
20501         * XplatUIX11.cs:
20502           - Handle whole_window == client_window when destroying windows
20503           - SystrayAdd(): Set client_window to whole_window value to
20504             get mouse and other events passed to NotifyIcon
20505
20506 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
20507
20508         * Form.cs: Set proper default for Opacity property
20509         * NotifyIcon.cs:
20510           - ShowSystray(): Don't bother creating telling the OS
20511             about the systray item if no icon is provided
20512           - Now handles WM_NCPAINT message to deal with whole/client window
20513             split
20514           - Create window as visible to not get caught by Expose optimization
20515         * Hwnd.cs: Removed debug message
20516         * ComboBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, TabControl.cs,
20517           StatusBar.cs, TreeView.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched 
20518             PaintEventStart/End to use new client argument
20519         * TextBoxBase.cs:
20520           - Commented out debug messages
20521           - Switched PaintEventStart/End to use new client argument
20522         * XplatUI.cs: Added client window bool to PaintEventStart()/
20523           PaintEventEnd() calls, to support drawing in non-client areas
20524         * XplatUIDriver.cs: 
20525           - Added client window bool to PaintEventStart()/PaintEventEnd() 
20526             calls, to support drawing in non-client areas
20527           - Added conditional compile to allow using MWF BeginInvoke 
20528             on MS runtime
20529         * XplatUIX11.cs:
20530           - Added some conditional debug output
20531           - Fixed SystrayAdd() method to support new (for SystrayAdd, anyway)
20532             whole/client window split
20533           - Implemented handling of client argument to PaintEventStart()/End()
20534         * Control.cs:
20535           - Throw exception if BeginInvoke() is called and the window handle
20536             or one of the window's parent handles is not created
20537           - Added conditional compile to allow using MWF BeginInvoke on
20538             MS runtime
20539           - get_Parent(): Only sets parent if handle is created. This avoids
20540             forcing window handle creation when parent is set.
20541           - Now fires Layout and Parent changed events in proper order
20542           - Switched to use Handle instead of window.Handle for Z-Order setting,
20543             the get_Parent() patch above causes us to possibly get null for 'window'
20544           - Implemented handling of client argument to PaintEventStart()/End()
20545           - Now reports back to windows that WM_SETCURSOR was handled (to avoid
20546             default handling)
20547           - Now sends a Refresh() to all child windows when Refresh() is called
20548
20549 2005-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
20550
20551         * Form.cs: Added (non-functional) Opacity property
20552         * XplatUIWin32.cs (SystrayAdd): Removed bogus line of code
20553
20554 2005-08-29  Alexander Olk  <xenomorph2@onlinehome.de>
20555         * ThemeNice.cs: New theme for MWF, based on ThemWin32Classic
20556           use export MONO_THEME=nice to activate it.
20557           Currently supported controls:
20558           - Button
20559           - ComboBox
20560           - ScrollBar
20561           - TabControl (TabAlignment.Top only, other will follow)
20562         * ThemeEngine.cs: Add theme nice
20563         * ButtonBase.cs: Redraw button on MouseEnter and MouseLeave everytime,
20564           if enabled
20565
20566 2005-08-25  Jonathan Chambers  <jonathan.chambers@ansys.com> 
20567
20568         * Splitter.cs: Resize docked control and its neighbor.
20569
20570 2005-08-24  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
20571         -- Making Windows with Menus layout correctly --
20572         * Form.cs : The first leg of the fix
20573                 Menu setter - adjust Client Size as needed to make space for the menu
20574                 SetClientSizeCore - doesn't call base version to be able to pass the 
20575                         menu handle to XplatUI.CalculateWindowRect
20576         * Hwnd.cs: Fix for menu_height, now gets from MenuAPI.MENU
20577         * XplatUIX11.cs: The critical second leg of the fix
20578                 GetWindowPos needs to use a recalculated client_rect
20579                 so that resizing the window doesn't break layout of child controls. 
20580                 Also a more complete rule to avoid X Server roundtrips in SetWindowPos
20581                 Lots of \t\n killed
20582
20583 2005-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
20584
20585         * Label.cs: Now properly recalculates width and height on Font and Text
20586           changes if AutoSize is set
20587
20588 2005-08-19  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
20589         * TreeView.cs : Revamped drawing logic, and support for FullRowSelect
20590
20591 2005-08-19  Jordi Mas i Hernandez <jordi@ximian.com>
20592
20593         * ImageList.cs: Makes ToString method compatible with MS
20594
20595 2005-08-18  Jordi Mas i Hernandez <jordi@ximian.com>
20596
20597         * MenuAPI.cs: fixes bug 75716
20598
20599 2005-08-11 Umadevi S <sumadevi@novell.com>
20600         * Control.cs: Fixed Remove & RemoveAt to make the parent of the control null.
20601
20602 2005-08-11 Umadevi S <sumadevi@novell.com>
20603         * Contorl.cs: Fixed ResetRightToLeft and ResetImeMode to work correctly
20604
20605 2005-08-10  Umadevi S <sumadevi@novell.com>
20606         * CheckedListBox.cs: Fixed event firing on Adding to the CheckedListBox
20607
20608 2005-08-07  Jordi Mas i Hernandez <jordi@ximian.com>
20609
20610         * Menu.cs: fixes bug 75700
20611         * MenuAPI.cs: fixes navigation issues
20612
20613 2005-08-09  Umadevi S <sumadevi@novell.com>
20614         * CheckedListBox.cs - simple fix for GetItemChecked.
20615
20616 2005-08-08  Jordi Mas i Hernandez <jordi@ximian.com>
20617
20618         * ComboBox.cs: Serveral fixes
20619         * ListBox.cs: Serveral fixes
20620
20621 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
20622
20623         * ComboBox.cs: Fixes FindString methods and GetItemHeight
20624         * ListBox.cs: Fixes FindString methods
20625
20626 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
20627
20628         * DataGrid.cs: fixes bugs exposed by new tests
20629
20630 2005-08-04  Peter Dennis Bartok  <pbartok@novell.com> 
20631
20632         * Mime.cs: Compile Mono assembly references only if compiling
20633           with Mono (Allows to build with VS.Net again)
20634
20635 2005-07-28  Marek Safar  <marek.safar@seznam.cz>
20636
20637         * Control.cs (PaintControlBackground): Draw background image
20638         corrrectly.
20639         (CheckForIllegalCrossThreadCalls): Stubbed.
20640         
20641         * Form.cs (OnCreateControl): Center when should be centered.
20642         
20643         * ThemeWin32Classic.cs (DrawPictureBox): Pass size.
20644
20645 2005-07-19  Jordi Mas i Hernandez <jordi@ximian.com>
20646
20647         * Binding.cs: Binding to properties should be case unsensitive
20648
20649 2005-07-18 vlindos@nucleusys.com
20650
20651         * DataGrid.cs: fixes setmember order
20652
20653 2005-07-07  Alexander Olk  <xenomorph2@onlinehome.de>
20654
20655         * MimeIcon.cs: added MimeIcon stuff (MimeIconEngine)
20656         * FileDialog.cs: FileDialog is now resizable and uses the new
20657           MimeIconEngine
20658
20659 2005-07-06  Jordi Mas i Hernandez <jordi@ximian.com>
20660
20661         * DataGridTextBoxColumn.cs: default value
20662         * GridColumnStylesCollection.cs: fixes event firing, checking MappingName
20663         * GridTableStylesCollection.cs: fixes checking MappingName
20664         * DataGridDrawingLogic.cs: fixes drawing logic issues
20665         * DataSourceHelper.cs: rewritten to make compatible with more data sources
20666         * DataGrid.cs: fixes    
20667
20668 2005-07-06  Alexander Olk  <xenomorph2@onlinehome.de>
20669
20670         * MimeGenerated.cs: Use case sensitive comparer for
20671           NameValueCollections
20672
20673 2005-07-01  Jordi Mas i Hernandez <jordi@ximian.com>
20674
20675         * DataGridTextBoxColumn.cs: bug fixes, code refactoring 
20676         * ThemeWin32Classic.cs: bug fixes, code refactoring
20677         * DataGridDrawingLogic.cs:  bug fixes, code refactoring
20678         * DataGrid.cs: bug fixes, code refactoring
20679         * DataGridTextBox.cs: bug fixes, code refactoring
20680         * DataGridColumnStyle.cs:  bug fixes, code refactoring
20681         * Theme.cs:  bug fixes, code refactoring
20682
20683 2005-07-01  Peter Bartok  <pbartok@novell.com> 
20684
20685         * TextControl.cs: Quick fix for the reported crash on ColorDialog
20686           and other text box usage
20687
20688 2005-07-01  Jackson Harper  <jackson@ximian.com>
20689
20690         * TabControl.cs: Make sure the bottom of the tab covers the pages
20691         border.
20692
20693 2005-06-30  Peter Bartok  <pbartok@novell.com> 
20694
20695         * Form.cs (ShowDialog): Assign owner of the dialog
20696         * TextBoxBase.cs: Always refresh caret size when deleting, caret
20697           might have been moved to a tag with different height
20698
20699 2005-06-30  Jackson Harper  <jackson@ximian.com>
20700
20701         * Form.cs: Don't create an infinite loop when setting focus
20702         * MenuItem.cs: Don't dirty the parents if we don't have any
20703
20704 2005-06-29  Ben Maurer  <bmaurer@ximian.com>
20705
20706         * LibSupport.cs: Rename
20707
20708 2005-06-29  Peter Bartok  <pbartok@novell.com>
20709
20710         * TextBoxBase.cs: Re-align caret after deleting a character
20711         * TextControl.cs:
20712           - DeleteChars(): Ensure that tag covers the provided position
20713           - StreamLine(): Drop reference for dropped tag
20714
20715 2005-06-29  Peter Bartok  <pbartok@novell.com> 
20716
20717         * TextControl.cs: 
20718           - Selections now work properly, anchoring at the initial location
20719             and properly extending in either direction (SetSelectionToCaret(),
20720             SetSelectionStart() and SetSelectionEnd())
20721           - No longer redraws the whole control on selection change, now
20722             calculates delta between previous and new selection and only
20723             invalidates/redraws that area
20724           - Fixed FindPos() math off-by-one errors
20725           - Changed DeleteChars() to verify the provided tag covers the
20726             provided position, selections may have a tag that doesn't cover
20727             the position if the selection is at a tag border
20728           - Fixed off-by-one errors in DeleteChars()
20729           - Added missing streamlining check in DeleteChars() to remove
20730             zero-length tags
20731           - Implemented Invalidate() method, now properly calculates exposures
20732             between two given lines/positions
20733           - Implemented SetSelection()
20734           - Obsoleted and removed FixupSelection()
20735           - Improved RecalculateDocument() logic, removing code duplication
20736
20737 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20738
20739         * LibSupport.cs: changes to match different input/output arguments.
20740
20741 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20742
20743         * LibSupport.cs: added libsupport.so init routine.
20744
20745 2005-06-29  Jordi Mas i Hernandez <jordi@ximian.com>
20746         
20747         * ControlBindingsCollection.cs
20748                 - Throws an exception on null datasource when adding
20749                 - Checks for duplicated bindings when adding
20750
20751 2005-06-28  Jackson Harper  <jackson@ximian.com>
20752
20753         * TreeView.cs (OnKeyDown): Support left and right properly
20754         (navigates as well as expanding and collapsing.
20755         - Add support for Multiply, this expands all the selected nodes
20756         children.
20757         - Fix some tabbing.
20758
20759 2005-06-28  Jackson Harper  <jackson@ximian.com>
20760
20761         * TreeView.cs: Implement keyboard navigation, currently supports,
20762         LEFT, RIGHT, UP, DOWN, PGUP, PGDOWN, HOME, END, ADD, SUBTRACT. Add
20763         support for toggling checkboxes with the space bar.
20764
20765 2005-06-28  Jackson Harper  <jackson@ximian.com>
20766
20767         * OpenTreeNodeEnumerator.cs: Don't move past the begining of the
20768         tree.
20769
20770 2005-06-28  Jackson Harper  <jackson@ximian.com>
20771
20772         * TreeView.cs: Add missing event.
20773
20774 2005-06-27  Peter Bartok  <pbartok@novell.com> 
20775
20776         * TextControl.cs:
20777           - Made line ending size configurable (now allows for counting 
20778             lineendings as \n or \r\n)
20779           - Added margin to viewport to keep caret visible on right side
20780           - Fixed translation routines for line/pos to documentpos to consider
20781             cr/lf when counting (Fixes RichTextBox.SelectionFont issues)
20782           - Fixed some line-endings to be unix style
20783           - Fixed Document.FormatText to perform it's calculations 1-based
20784           - Added descriptions for a few methods that might otherwise get 
20785             used wrong
20786           - Added NOTE section with some basic conventions to remember at 
20787             the top of the file
20788           - Major fixup for RichTextBox selection drawing:
20789             * Fixed crashes when multiple tags on a single line were selected
20790             * fixed selection box drawing not overlaying text
20791             * fixed bogus offset calculation for tags not starting at index 1
20792             * Switched behaviour from using multiple Substrings of a 
20793               StringBuilder.ToString() to using multiple 
20794               StringBuilder.ToString(start, length) statements, hoping this is
20795               faster (kept original version commented out in the code, in case
20796               original version was faster)
20797         * TextBox.cs (set_TextAlignment): TextBox always needs to wrap if 
20798           alignment != Left
20799         * TextBoxBase.cs (CalculateDocument): Made protected so RichTextBox can
20800           call it as well
20801
20802 2005-06-27  Jackson Harper  <jackson@ximian.com>
20803
20804         * TabControl.cs: Move to the left and right with the arrow
20805         keys. These keys don't cycle beyond first and last like
20806         tab. Refresh all the tabs when scrolling them to the left or
20807         right.
20808
20809 2005-06-27  Jackson Harper  <jackson@ximian.com>
20810
20811         * TabControl.cs:
20812           - ToString: Added method
20813           - CreateParams: Remove TODO and comment
20814           - OnKeyDown: Cycle through bounds properly.
20815           - SelectedIndex: Scroll to the right or left if we need to
20816           display the newly selected tab.
20817
20818 2005-06-23  Jackson Harper  <jackson@ximian.com>
20819
20820         * TabControl.cs: Stay in bounds when cycling. Make sure Handled is
20821         set.
20822
20823 2005-06-23  Jackson Harper  <jackson@ximian.com>
20824
20825         * TabControl.cs: Keyboard handling. We now support CTRL-TAB,
20826         CTRL-SHIFT-TAB, and HOME, END are there any others?
20827
20828 2005-06-23  Jackson Harper  <jackson@ximian.com>
20829
20830         * XplatUIX11.cs: Get the modifier keys from the keyboard driver.
20831
20832 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
20833         
20834         * DataGridTextBoxColumn.cs: fixes and enhancements
20835         * ThemeWin32Classic.cs: fixes and enhancements
20836         * DataGridBoolColumn.cs:  fixes and enhancements
20837         * DataGridDrawingLogic.cs:  fixes and enhancements
20838         * CurrencyManager.cs: fixes and enhancements
20839         * DataGrid.cs: fixes and enhancements
20840         * DataGridColumnStyle.cs:  fixes and enhancements
20841
20842 2005-06-22  Jackson Harper  <jackson@ximian.com>
20843
20844         * TabControl.cs: Add some missing methods that just call into the
20845         base. Make the TabPageCollection's IList interface behave in the
20846         same manner as the MS implementation.
20847
20848 2005-06-22  Peter Bartok  <pbartok@novell.com> 
20849
20850         * TextControl.cs: Added sanity check
20851         * TextBoxBase.cs: 
20852           - Fixed wrapping behaviour, don't set wrap on single line controls
20853             (this fixes the breakage of colordialog introduced in an earlier
20854              checkin)
20855           - Added rudimentary support for autoscrolling right-aligned controls
20856             (still needs fixing, also, center alignment scroll is missing)
20857
20858 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
20859         
20860         * ScrollBar.cs: Fixes thumbpos on Maximum values
20861
20862 2005-06-21  Jonathan Chambers <jonathan.chambers@ansys.com>
20863         
20864         * PropertyGridView.cs: Pass context information to UITypeEditors 
20865
20866 2005-06-21  Peter Bartok  <pbartok@novell.com> 
20867
20868         * TextBoxBase.cs:
20869           - Now calling PositionCaret with absolute space coordinates
20870           - Enabled vertical scrolling
20871           - Better tracking of scrollbar changes, tied into WidthChange
20872             event
20873           - Improved cursor tracking
20874           - Removed debug output
20875         * TextControl.cs:
20876           - PositionCaret coordinates are now works in absolute space, not 
20877             the canvas
20878           - Improved tracking of document size
20879           - Added events for width and height changes
20880
20881 2005-06-21  Peter Bartok  <pbartok@novell.com>
20882
20883         * Form.cs: Set focus to active control when form is activated
20884         * TextControl.cs: 
20885           - Added word-wrap functionality to RecalculateLine() 
20886           - Added some short function descriptions for VS.Net to aid in
20887             writing dependent controls
20888           - Added Caret property, returning the current coords of the caret
20889           - Added ViewPortWidth and ViewPortHeight properties
20890           - Added Wrap property
20891           - Added CaretMoved event
20892           - Removed some old debug code
20893           - Split() can now create soft splits
20894           - Added PreviousTag()/NextTag() to allow walking "tag-lists"
20895           - Added method to format existing text
20896           - Fixed size/alignment calculations to use viewport
20897           - RecalculateDocument now can handle changing line-numbers while
20898             calculating lines
20899
20900         * TextBox.cs:
20901           - Added some wrap logic, we don't wrap if alignment is not left
20902           - Added casts for scrollbar var, base class switched types to
20903             also support RichTextBoxA
20904           - Implemented handling of scrollbar visibility flags
20905
20906         * TextBoxBase.cs:
20907           - Switched scrollbars type to RichTextBoxScrollBars to support
20908             RichTextBox
20909           - Added tracking of canvas width/height
20910           - Switched scrollbars to be not selectable (to keep focus on text)
20911           - Added central CalculateDocument() method to handle all redraw
20912             requirements
20913           - Added ReadOnly support
20914           - Added WordWrap support
20915           - Fixed handling of Enter key (we now treat it as a DialogKey)
20916           - Fixed caret positioning when h or v scroll is not zero
20917           - Fixed placing/generation of vertical scrollbar
20918           - Added CalculateScrollBars() method to allow updating scrollbar
20919             limits and visibility
20920           - Fixed handling of horizontal scroll
20921           - Added handling of vertical scroll
20922           - Implemented auto-'jump' when caret moves to close to a left or
20923             right border and there is text to be scrolled into view (currently
20924             there's the potential for a stack overflow, until a bug in
20925             scrollbar is fixed)
20926
20927 2005-06-21  Geoff Norton  <gnorton@customerdna.com>
20928         
20929         * XplatUIOSX.cs: Initial implementation of WM_ERASEBKGND
20930
20931 2005-06-19  Alexander Olk  <xenomorph2@onlinehome.de>
20932
20933         * Mime.cs:
20934         - added inodes.
20935         - return application/x-zerosize for files with size zero
20936           (if no extension pattern matches).
20937         - check matches collection for strings too.
20938         - return only the first mime type if the name value
20939           collection has more than one mime type.
20940
20941 2005-06-18  Jonathan Chambers <jonathan.chambers@ansys.com>
20942         
20943         * PropertyGrid.cs: Cleaned up some TODOs
20944         * PropertyGridView.cs: Added support for UITypeEditors
20945
20946 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
20947         
20948         * DataGrid.cs: clears cached value
20949
20950 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
20951
20952         * DataGridTextBoxColumn.cs: new rows, speed improvements, fixes, readonly prop.
20953         * DataGridDrawingLogic.cs: new rows, speed improvements, fixes, readonly prop.
20954         * DataGrid.cs: new rows, speed improvements, fixes, readonly prop.
20955         * DataGridColumnStyle.cs: new rows, speed improvements, fixes, readonly prop.
20956         
20957 2005-06-16  Jordi Mas i Hernandez <jordi@ximian.com>
20958
20959         * ThemeWin32Classic.cs: fixes colour
20960
20961 2005-06-15  Peter Bartok  <pbartok@novell.com>
20962
20963         * MWFCategoryAttribute.cs: Added (Needed for PropertyGrid designer support)
20964         * MWFDescriptionAttribute.cs: Added (Needed for PropertyGrid designer support)
20965         * ButtonBase.cs: Added MWFCategory and MWFDescription attributes
20966         * Control.cs: Added some MWFCategory and MWFDescription attributes
20967         * ScrollBar.cs: Added some MWFCategory and MWFDescription attributes
20968
20969 2005-06-15  Alexander Olk  <xenomorph2@onlinehome.de>
20970
20971         * Mime.cs, MimeGenerated.cs: First draft of MWF mime stuff, see Mime.cs for
20972         usage
20973
20974 2005-06-14  Jordi Mas i Hernandez <jordi@ximian.com>
20975
20976         * DataGridTextBoxColumn.cs: default datagrid settings for Default Styles, fixes
20977         * DataGridTableStyle.cs: default datagrid settings for Default Styles, fixes
20978         * DataGridDrawingLogic.cs: default datagrid settings for Default Styles, fixes
20979         * DataGridBoolColumn.cs: default datagrid settings for Default Styles, fixes
20980         * DataGrid.cs: default datagrid settings for Default Styles, fixes
20981         * DataGridColumnStyle.cs: default datagrid settings for Default Styles, fixes
20982
20983 2005-06-13  Jackson Harper  <jackson@ximian.com>
20984
20985         * XplatUIX11.cs: Override SetAllowDrop on X11 so an error message
20986         isn't printed when the user enables dropping. (X11 does accept
20987         drops).
20988         
20989 2005-06-13  Jackson Harper  <jackson@ximian.com>
20990
20991         * TreeView.cs: Remove some TODOS.
20992
20993 2005-06-13  Jackson Harper  <jackson@ximian.com>
20994
20995         * Form.cs: Hook into the mdi framework.
20996         * MdiClient.cs: Use the base control collections add method so
20997         parents get setup correctly. Set the default back colour and dock
20998         style.
20999         * MdiChildContext.cs: New class, this bad actor handles an
21000         instance of an MDI window. Right now there is only basic
21001         support. You can drag, close, and resize windows. Minimize and
21002         Maximize are partially implemented.
21003
21004 2005-06-13  Jackson Harper  <jackson@ximian.com>
21005
21006         * XplatUIX11.cs: Mash numbers together properly, otherwise we get
21007         freaky when both vals are negative. NOTE: There are probably other
21008         places in XplatUIX11 that this needs to be done.
21009
21010 2005-06-13  Jordi Mas i Hernandez <jordi@ximian.com>
21011
21012         * DataGrid.cs: implement missing methods, move KeyboardNavigation
21013         * DataGridColumnStyle.cs: fixes signature
21014
21015 2005-06-12  Jackson Harper  <jackson@ximian.com>
21016
21017         * XplatUIX11.cs: Use sizing cursors similar to the ones on
21018         windows.
21019
21020 2005-06-11  Jackson Harper  <jackson@ximian.com>
21021
21022         * StatusBarPanel.cs: Signature cleanups. Implement
21023         BeginInit/EndInit.
21024
21025 2005-06-10  Jordi Mas i Hernandez <jordi@ximian.com>
21026
21027         * DataGridTextBoxColumn.cs: Honors aligment
21028         * GridColumnStylesCollection.cs: Contains is case unsensitive
21029         * GridTableStylesCollection.cs: several fixes
21030         * DataGridTableStyle.cs: default column creation
21031         * DataGridDrawingLogic.cs: fixes
21032         * CurrencyManager.cs: ListName property
21033         * DataGrid.cs: multiple styles support
21034         * DataGridColumnStyle.cs: fixes
21035         
21036
21037 2005-06-10  Peter Bartok  <pbartok@novell.com>
21038
21039         * Control.cs(Select): Moved SetFocus call to avoid potential
21040           loops if controls change the active control when getting focus
21041         * UpDownBase.cs: Fixes to allow proper keyboard focus after clicking
21042           the up/down buttons
21043
21044 2005-06-10  Matthias Felgner  <matthiasf@voelcker.ocm>
21045
21046         * ImageListConverter.cs: Implemented
21047
21048 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
21049
21050         * MonthCalendar.cs: Wired in NumericUpDown control for year
21051
21052 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
21053
21054         * MonthCalendar.cs: Removed MonoTodo attributes on Click and
21055           DoubleClick events, since they are not meant to be fired.
21056
21057 2005-06-09  Peter Bartok  <pbartok@novell.com>
21058
21059         * UpDownBase.cs, NumericUpDown.cs, DomainUpDown.cs: Integrated
21060           Jonathan's standalone controls into MWF, implemented missing
21061           events, attributes and methods; added xxxAccessible classes
21062         * AccessibleObject.cs: Made fields internal so other classes
21063           can change them if needed
21064
21065 2005-06-09  Jonathan Gilbert  <2a5gjx302@sneakemail.com>
21066
21067         * UpDownBase.cs: Complete implementation
21068         * NumericUpDown.cs: Complete implementation
21069         * DomainUpDown.cs: Complete implementation
21070
21071 2005-06-09  Jordi Mas i Hernandez <jordi@ximian.com>
21072
21073         * DataGridTextBoxColumn.cs: drawing fixes
21074         * DataGridCell.cs: fixes ToString method to match MSNet
21075         * DataGridTableStyle.cs: fixes
21076         * DataGridBoolColumn.cs: fixes, drawing
21077         * DataGridDrawingLogic.cs: fixes, new methods
21078         * DataGridTextBox.cs: Keyboard and fixes
21079         * DataGrid.cs:
21080                 - Keyboard navigation
21081                 - Scrolling fixes
21082                 - Row selection (single, multiple, deletion, etc)
21083                 - Lots of fixes
21084         
21085 2005-06-07  Jackson Harper  <jackson@ximian.com>
21086
21087         * ThemeWin32Classic.cs: Clear the background area when drawing
21088         buttons.
21089
21090 2005-06-06  Peter Bartok  <pbartok@novell.com>
21091
21092         * ImageListStreamer.cs: Fixed signature for GetData
21093         * CheckBox.cs: Fixed base class for CheckBoxAccessibleObject
21094         * ComboBox.cs:
21095           - Added missing ChildAccessibleObject class
21096           - Added missing OnXXXFocus overrides, switched to using those
21097             instead of the event handler
21098         * Control.cs:
21099           - Added Parent property for ControlAccessibleObject
21100           - Fixed signatures
21101           - Fixed attributes
21102           - Added ResetBindings()
21103         * ListBindingConverter.cs: Implemented some methods
21104         * ButtonBase.cs: Added missing ButtonBaseAccessibleObject class
21105         * ImageList.cs: Implemented basic handle scheme, removed TODOs
21106         * ContainerControl.cs: Fixed signature, now subscribing to the
21107           ControlRemoved event instead of overriding the handler, LAMESPEC
21108         * CurrencyManager.cs: Added missing attribute
21109         * MonthCalendar.cs: Added missing properties
21110
21111 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
21112
21113         * DataGridColumnStyle.cs: fixes for DataGridColumnStyle
21114         
21115 2005-06-06  Gaurav Vaish and Ankit Jain
21116
21117         * DataSourceHelper.cs: Gaurav Vaish and Ankit Jain patch for databinding
21118         * DataGrid.cs: Gaurav Vaish and Ankit Jain patch for databinding
21119         
21120 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
21121
21122         * Control.cs: fixes CreateParams Width / Height.
21123
21124 2005-06-05  Peter Bartok  <pbartok@novell.com>
21125
21126         * Win32DnD.cs: Removed compilation warnings
21127
21128 2005-06-05  Peter Bartok  <pbartok@novell.com>
21129
21130         * Control.cs (CreateParams): Since we don't know if one of the
21131           properties we use is overridden, lets make sure if we fail accessing
21132           we continue with a backup plan
21133
21134 2005-06-05  Peter Bartok  <pbartok@novell.com>
21135
21136         * Win32DnD.cs:
21137           - Removed debug output
21138           - Added MarshalAs attribute to ensure proper marshalling of FORMATETC
21139             struct
21140           - Plugged resource leak
21141         * XplatUIStructs.cs: Changed ClipboardFormats size to ushort, to match
21142           MS size
21143
21144 2005-06-05  Peter Bartok  <pbartok@novell.com>
21145
21146         * XplatUIWin32.cs: Removed DnD code
21147         * Win32DnD.cs: Implemented drop source and drop target functionality
21148
21149 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21150
21151         * UpDownBase.cs: remove duplicate addition of event, enable some code
21152         that was commented out.
21153         * NumericUpDown.cs: added missing attributes and Hexadecimal property.
21154         Validate input when a key is pressed. It works fine now for every
21155         combination of Hexadecimal. Only missing some drawing love when sharing
21156         space with other controls.
21157
21158 2005-06-04  Peter Bartok  <pbartok@novell.com>
21159
21160         * Control.cs:
21161           - We need to pass a window for DragDrop, so enable callback events
21162           - Added DnD callback events when being a DragSource
21163         * XplatUI.cs (StartDrag): Added window handle argument
21164         * XplatUIDriver.cs (StartDrag): Added window handle argument
21165         * QueryContinueDragEventArgs: Made fields internally accessible so
21166           drivers can set them
21167         * GiveFeedbackEventArgs: Made fields internally accessible so drivers
21168           can set them
21169
21170 2005-06-03  Jordi Mas i Hernandez <jordi@ximian.com>
21171
21172         * DataGridTextBoxColumn.cs: column text editing
21173         * DataGridTableStyle.cs: Respect columns styles created by the user
21174         * DataGridDrawingLogic.cs: lots of drawing fixes and enhanments
21175         * DataGridBoolColumn.cs: bool column editing
21176         * DataGrid.cs: fixes to scrolling, properties, etc
21177         * DataGridTextBox.cs: handle keyboard
21178         * DataGridColumnStyle.cs: fixes
21179
21180 2005-06-02  Jackson Harper  <jackson@ximian.com>
21181
21182         * ImageListStreamer.cs: Somewhat broken implementation of
21183         GetObjectData. The RLE needs some work to match MS properly.
21184
21185 2005-06-02  Jackson Harper  <jackson@ximian.com>
21186
21187         * X11Dnd.cs: Attempting to keep at least one file in MWF
21188         monostyled.
21189
21190 2005-06-02  Peter Bartok  <pbartok@novell.com>
21191
21192         * X11DnD.cs: Use Marshal.SizeOf instead of sizeof, no /unsafe required
21193           that way
21194
21195 2005-06-02  Peter Bartok  <pbartok@novell.com>
21196
21197         * Control.cs: Removed MonoTODO from DoDragDrop and added call to Xplat
21198         * XplatUI.cs: Added DoDragDrop() method
21199         * XplatUIDriver.cs: Added DoDragDrop() method
21200
21201 2005-06-02  Jackson Harper  <jackson@ximian.com>
21202
21203         * Splitter.cs: Implement BorderStyle.
21204
21205 2005-06-02  Jackson Harper  <jackson@ximian.com>
21206
21207         * XplatUIX11.cs: Tie into the X11Dnd subsystem.
21208         * X11Dnd.cs: New file. A subsystem that handles drag and drop on
21209         X11 using XDND.
21210
21211 2005-06-02  Peter Bartok  <pbartok@novell.com>
21212
21213         * DataObject.cs:
21214           - Added Data setter
21215           - Fixed broken insertion code for SetData, now also
21216             overwrites any existing entry of the same format name
21217         * Hwnd.cs: Added list of pointers that automatically gets
21218           freed when the window is disposed
21219         * XplatUI.cs: Call driver initialization method when loading
21220           a driver
21221         * Control.cs:
21222           - OnDragLeave takes EventArgs, not DragEventArgs
21223           - Added setting of WS_EX_ACCEPTFILES style when dropping is
21224             supported
21225           - Forces style update when drop state changes
21226         * XplatUIWin32.cs: Implemented Drag'n'Drop (as good as possible,
21227           not perfect since we cannot (yet) call the IDataObject.GetData()
21228           method, we keep getting 0x80004005 error, dunno why)
21229
21230 2005-06-02  Peter Bartok  <pbartok@novell.com>
21231
21232         * DragEventArgs.cs: Make fields internal so we can cache the
21233           object and re-set the fields from XplatUI
21234
21235 2005-06-02  Jackson Harper  <jackson@ximian.com>
21236
21237         * Control.cs: Add some internal methods so the DnD subsystem can
21238         raise DnD events. Also call into the driver when AllowDrop is set.
21239         * XplatUI.cs:
21240         * XplatUIDriver.cs: New method for setting whether or not a window
21241         is allowed to accept drag and drop messages.
21242                 
21243 2005-06-01  Jordi Mas i Hernandez <jordi@ximian.com>
21244         
21245         * ScrollBar.cs: Make sure that values sent in Scroll events
21246         are always between Maximum and Minimum.
21247
21248 2005-06-01  Marek Safar  <marek.safar@seznam.cz>
21249
21250         * Menu.cs: Call MenuChanged when menuitem visibility has been
21251         changed.
21252         * MenuItem.cs: Rebuild menu when item is (not) visible.
21253         * MainMenu.cs: MainMenu has special MenuChanged.
21254         * Theme.cs: Caption and FrameBorderSize are not fixed.
21255         * XplatUI.cs: Added CaptionHeight,FrameBorderSize.
21256         * XplatUIDriver.cs: Introduced Caption and FrameBorderSize.
21257         * XplatUIX11.cs,
21258         * XplatUIOSX: Caption and FrameBorderSize not implemented yet.
21259         * XplatUIWin32.cs: Get Caption and FrameBorderSize from system.
21260
21261 2005-05-30  Jackson Harper  <jackson@ximian.com>
21262
21263         * DataFormat.cs: We can't statically initialize this stuff because
21264         it calls into the xplatui and could create a loop. So we lazy init
21265         it.
21266
21267 2005-05-28  Jackson Harper  <jackson@ximian.com>
21268
21269         * Control.cs: Proper implementation of Product(Name/Version).
21270
21271 2005-05-27  Jackson Harper  <jackson@ximian.com>
21272
21273         * DataObject.cs: Dont crash if no data is found.
21274
21275 2005-05-26  Rafael Teixeira  <rafaelteixeirabr@hotmail.com>
21276         * MdiClient.cs: Add missing Localizable attribute to BackgroundImage property
21277                 as per status page, guessing it should be set to true
21278
21279 2005-05-26  Jordi Mas i Hernandez <jordi@ximian.com>
21280
21281         * DataGridTextBoxColumn.cs: Draws text and basic text formatting
21282         * DataGridTableStyle.cs: set proper formatting text, def header text
21283         * ThemeWin32Classic.cs: new themable paramaters
21284         * DataGridBoolColumn.cs: paint check box, get data, fixes
21285         * DataGridDrawingLogic.cs: huge improvements in painting, fixes, new methods
21286         * DataGrid.cs: fixes properties, implements vertical and horizontal scrolling
21287         * DataGridColumnStyle.cs: fixes
21288         * Theme.cs: new themable paramaters
21289                 
21290 2005-05-26  Peter Bartok  <pbartok@novell.com>
21291
21292         * ContainerControl.cs: Pass AdjustFormScrollbars() call on to base
21293
21294 2005-05-24 Jonathan S. Chambers <jonathan.chambers@ansys.com>
21295         * Control.cs: Fixed LowOrder and HighOrder to preserve sign.
21296
21297 2005-05-24  Peter Bartok  <pbartok@novell.com>
21298
21299         * OpenFileDialog.cs, Form.cs, Menu.cs, GroupBox.cs, UserControl.cs,
21300           Label.cs, DataGridTextBoxColumn.cs, PropertyGrid.cs, ErrorProvider.cs
21301           Splitter.cs, Control.cs, FontDialog.cs, TabPage.cs,
21302           FolderBrowserDialog.cs, HelpProvider.cs, DataGridTableStyle.cs,
21303           NotifyIcon.cs, FileDialog.cs, ListView.cs, SaveFileDialog.cs,
21304           ToolBarButton.cs, ImageList.cs, DataGridBoolColumn.cs, Panel.cs,
21305           DataGrid.cs, DataGridTextBox.cs, ListBox.cs, TrackBar.cs,
21306           AxHost.cs, TabControl.cs, ScrollableControl.cs, ToolBar.cs,
21307           DataGridColumnStyle.cs, PictureBox.cs, DateTimePicker.cs,
21308           StatusBar.cs, MonthCalendar.cs, TreeView.cs: Added
21309           missing attributes, etc
21310         * DataGridPreferredColumnWidthTypeConverter.cs: Added
21311
21312 2005-05-24  Peter Bartok  <pbartok@novell.com>
21313
21314         * Help.cs: Added, implemented trivial functions, throws up MessageBox
21315           when user tries to get help
21316         * DataObject.cs, DataFormats.cs, LinkArea.cs,
21317           SelectionRangeConverter.cs, Clipboard.cs : Removed unused variables
21318           to suppress warnings
21319         * XplatUIWin32.cs, XplatUIOSX.cs, XplatUIX11.cs: Removed unused code to
21320           avoid unreachable code warning
21321
21322 2005-05-20  Peter Bartok  <pbartok@novell.com>
21323
21324         * CursorConverter.cs (ConvertTo): Switched to use Cursor.GetObjectData
21325
21326 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
21327
21328         * DataGridTextBoxColumn.cs: Basic painting methods
21329         * DataGridTableStyle.cs: Set table style in the column
21330         * ThemeWin32Classic.cs: Use Theme for colors
21331         * DataGridDrawingLogic.cs: Implement more drawing
21332         * DataGrid.cs: drawing, theming, enhacements, fixes
21333         * DataGridColumnStyle.cs: fixes, drawing
21334         * Theme.cs: theming for Datagrid
21335
21336 2005-05-20  Peter Bartok  <pbartok@novell.com>
21337
21338         * Cursor.cs: Implemented GetObjectData() method
21339
21340 2005-05-20  Peter Bartok  <pbartok@novell.com>
21341
21342         * Cursors.cs: Added setting of cursor name
21343         * Cursor.cs:
21344           - Implemented constructors
21345           - Implemented Draw and DrawStretched
21346           - Implemented Current property
21347           - Implemented == and != operators
21348           - Implemented Dispose()
21349           - Implemented ToString
21350           - Added missing attributes
21351         * XplatUIX11.cs:
21352           - Added missing reset for OverrideCursor when DoEvents is called
21353           - Fixed creation of cursor, logic was wrong
21354         * XplatUIWin32.cs:
21355           - Added missing reset for OverrideCursor when DoEvents is called
21356           - Fixed creation of cursor, bit arrays were swapped
21357         * Clipboard.cs: Removed obsolete MonoTODO attribute
21358
21359 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
21360
21361         * ComboBox.cs: fixes OnSelectedItemChanged
21362         * ControlBindingsCollection.cs: fixes item range check
21363
21364 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
21365
21366         * UpDownBase.cs:
21367                 - Calc preferred height properly
21368                 - Implement missing properties
21369                 
21370         * NumericUpDown.cs: Implement missing events
21371
21372 2005-05-19  Jackson Harper  <jackson@ximian.com>
21373
21374         * TabControl.cs: New method that resizes the tab pages before
21375         redrawing them. This as needed as the control is double buffered
21376         and sizing will not be recalculated unless ResizeTabPages is
21377         called.
21378         * TabPage.cs: Set base.Text instead of Text in the constructor so
21379         that UpdateOwner does not get called. Use the new Redraw method of
21380         TabControl instead of Refresh so the sizing is recalculated.
21381         * ThemeWin32Classic.cs: Draw the text for button tabs.
21382
21383 2005-05-19  Jackson Harper  <jackson@ximian.com>
21384
21385         * Control.cs: Paint control background images. Fix typo where
21386         PaintControlBackground was not getting called correctly.
21387
21388 2005-05-19  Peter Bartok  <pbartok@novell.com>
21389
21390         * ScrollableControl.cs (DisplayRectangle): Undid my last change until
21391           I can investigate, apparently I broke FileDialog
21392
21393 2005-05-19  Marek Safar  <marek.safar@seznam.cz>
21394
21395         * AxHost.cs: Some simple properties.
21396         * Control.cs: window must be accessible after ctor.
21397         * Form.cs: Added TransparencyKey property.
21398         * TextBoxBase.cs: Implemented Clear. Text property can be null.
21399         * XplatUIWin32.cs: SetBorderStyle implemented.
21400
21401 2005-05-18  Peter Bartok  <pbartok@novell.com>
21402
21403         * DataObject.cs: Entries are not global but particular to the
21404           DataObject, now it behaves that way
21405         * XplatUIWin32.cs: Implemented Clipboard methods
21406         * Clipboard.cs: Implemented
21407         * ScrollableControl.cs (DisplayRectangle): Fixed calculation
21408         * XplatUIOSX.cs: Updated to final clipboard prototypes
21409         * XplatUIX11.cs: Implemented Clipboard methods
21410         * XplatUIDriver.cs: Updated to final clipboard prototypes
21411         * XplatUIStructs.cs:
21412           - Added BITMAPINFOHEADER struct
21413           - Added ClipboardFormats enum
21414         * X11Structs.cs:
21415           - Added ClipboardStruct
21416           - Added Atom enum items for clipboard types
21417           - Fixed atom types for Selection event structures
21418         * DataFormats.cs:
21419           - Added internal properties and methods for drivers to enumerate
21420             all known formats
21421           - Switched initialization method to allow drivers to assign their
21422             own IDs even for the MS predefined clipboard IDs
21423         * XplatUI.cs: Updated to final clipboard interface
21424
21425 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
21426         * PropertyGridView.cs: Fixed compiler warnings.
21427
21428 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
21429         * PropertyGrid.cs: Added some event calls
21430         * PropertyGridView.cs: Change drawing code to use double buffering
21431         * PropertyGridTextBox.cs: Changed Text property name
21432         * GridItem.cs: Added Bounds property.
21433         * GridEntry.cs: Added Bounds property.
21434
21435 2005-05-17  Lluis Sanchez Gual  <lluis@novell.com>
21436
21437         * Binding.cs: Use IsInstanceOfType instead of IsAssignableFrom
21438         since GetType() may not return the correct type if the object is
21439         a remoting proxy.
21440
21441 2005-05-17  Jordi Mas i Hernandez <jordi@ximian.com>
21442
21443         * TreeNodeCollection.cs: fixes get/set item ranges
21444         
21445 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
21446
21447         * ListBox.cs: Kazuki Oikawa's PreferredHeight and ItemHeight fixes
21448                 
21449 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
21450
21451         * ComboBox.cs: Fix item range comparation
21452         * ListView.cs: Fix item range comparation
21453
21454 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
21455
21456         * FontDialog.cs:
21457           - Clear example panel when OnPaint is called
21458           - Better solution for displaying the example panel text
21459           - Select default indexes in the ListBoxes
21460
21461 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
21462
21463         * XplatUIOSX.cs: Avoid painting into invisible views.  Fixes #74926
21464
21465 2005-05-11  Peter Bartok  <pbartok@novell.com>
21466
21467         * LinkArea.cs: Added and implemented LinkAreaTypeConverter class
21468         * SelectionRangeConverter.cs: Implemented
21469         * PropertyGrid.cs: Fixed attribute value
21470         * Control.cs:
21471           - Invoke(): Don't call Begin/EndInvoke if it is not neccessary
21472           - Added Sebastien Pouliot's CAS Stack Propagation fixes
21473         * XplatUIDriver.cs: Added new XplatUIDriverSupport class, for code
21474           that's common to all drivers. First methods to go there are
21475           Sebastien Pouliot's CAS Stack Propagation helper methods
21476         * XplatUIWin32.cs, XplatUIX11.cs, AsyncMethodData.cs: Fixes by
21477           Sebastien Pouliot for CAS Stack Propagation
21478
21479 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
21480
21481         * OSXStructs.cs:
21482           XplatUIOSX.cs: More cosmetic cleanup courtesy of Artyom Tyazhelov (Artyom.Tyazhelov@helmes.ee)
21483
21484 2005-05-12  Jordi Mas i Hernandez <jordi@ximian.com>
21485
21486         * DataGridTextBoxColumn.cs: fixed some members
21487         * GridColumnStylesCollection.cs: indexed column is case insensitive
21488         * DataGridTableStyle.cs: fixes
21489         * ThemeWin32Classic.cs: add new theme parameter
21490         * Theme.cs: add new theme parameter
21491         * DataGridDrawingLogic.cs: Datagrid's drawing logic
21492         * DataGrid.cs: fixes, new internal properties, etc.
21493         * DataGridColumnStyle.cs: allows to set grid value
21494         *
21495
21496 2005-05-10  Peter Bartok  <pbartok@novell.com>
21497
21498         * AccessibleObject.cs:
21499           - Removed MonoTODO attribute on help, method is correct
21500           - Fixed Bounds property
21501         * AxHost.cs: Moved MonoTODO
21502         * ButtonBase.cs: Now setting AccessibleObject properties
21503         * RadioButton.cs: Setting proper AccessibleObject role
21504         * CheckBox.cs: Setting proper AccessibleObject role
21505         * ControlBindingsCollection.cs: Added properties, methods and attributes
21506         * DataFormats.cs: Fixed awkward internal API, and changed to enable
21507           userdefined DataFormats.Format items as well
21508         * ListControl.cs: Removed data_member from the public eye
21509         * OpenFileDialog.cs:
21510           - Made class sealed
21511           - Added missing attributes
21512         * SaveFileDialog.cs: Added missing attributes
21513         * ImageListStreamer.cs: Fixed code that caused warnings
21514         * LinkLabel.cs: Removed unreachable code
21515         * TreeView.cs: Fixed code that caused warnings
21516         * PropertyGridView.cs: Fixed code that caused warnings
21517         * GridColumnStylesCollection.cs: Added missing attributes
21518         * GridTableStylesCollection: Added missing attribute
21519         * PropertyManager: Added .ctor
21520         * SecurityIDType: Added
21521         * DataObject.cs: Implemented class
21522         * LinkArea.cs: Added missing attribute
21523
21524 2005-05-11  Jordi Mas i Hernandez <jordi@ximian.com>
21525
21526         * RadioButton.cs: call base method to allow to fire OnClick event
21527         * UpDownBase.cs: OnMouseUp call base method
21528         * CheckedListBox.cs: call base method before returning
21529         * TrackBar.cs: call base method before returning
21530         
21531
21532 2005-05-10  Peter Bartok  <pbartok@novell.com>
21533
21534         * XplatUIX11.cs: Fix for #74902, check pending timers when peeking
21535           for messages
21536
21537 2005-05-10  Peter Bartok  <pbartok@novell.com>
21538
21539         * DataFormats.cs: Implemented
21540         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs,
21541           XplatUIX11.cs: Added Clipboard APIs
21542         * XplatUIWin32.cs: Implemented Clipboard APIs
21543         * FolderBrowserDialog.cs: Added missing event, attributes
21544
21545 2005-05-10  Jordi Mas i Hernandez <jordi@ximian.com>
21546
21547         * CheckBox.cs: call base method to allow to fire OnClick event
21548
21549 2005-05-09  Sebastien Pouliot  <sebastien@ximian.com>
21550
21551         * XplatUI.cs: Use PlatformID.Unix under NET_2_0.
21552
21553 2005-05-06  Peter Bartok  <pbartok@novell.com>
21554
21555         * XplatUIX11.cs: Redid Jackson's fix, it was causing a busy loop
21556         * Screen.cs: Implemented
21557         * HelpNavigator.cs: Added
21558         * XplatUIWin32.cs: Added SystemParametersInfo call, fixed WorkArea
21559           property
21560         * HelpProvider.cs: Implemented all we can do until we have a CHM
21561           help library (which means that "What's This" does work now)
21562
21563 2005-05-06  Jackson Harper  <jackson@ximian.com>
21564
21565         * XplatUIX11.cs: Fix waking up the main loop.
21566                 
21567 2005-05-05  Peter Bartok  <pbartok@novell.com>
21568
21569         * XplatUI.cs: Updated revision
21570         * Form.cs: Removed enless loop
21571         * GroupBox.cs (OnPaint): Added call to base.OnPaint()
21572         * Label.cs (OnPaint): Added call to base.OnPaint()
21573         * ToolTip.cs: Made ToolTipWindow reusable for other controls
21574         * LinkLabel.cs (OnPaint): Added call to base.OnPaint()
21575         * UpDownBase.cs (OnPaint): Moved base.OnPaint() call to end of method
21576         * AxHost.cs: Added
21577         * ButtonBase.cs: Moved base.OnPaint() call to end of method
21578         * ThemeWin32Classic.cs: Replaced references to ToolTip with references
21579           to ToolTip.ToolTipWindow for drawing and size methods; this allows
21580           reuse of ToolTipWindow by other controls
21581         * SizeGrip.cs: Moved base.OnPaint() call to end of method
21582         * XplatUIX11.cs: Now clipping drawing area (experimental)
21583         * PictureBox.cs: Moved base.OnPaint() call to end of method
21584         * Theme.cs: Fixed ToolTip abstracts to match new format
21585         * ErrorProvider.cs: Implemented
21586
21587 2005-05-05  Jordi Mas i Hernandez <jordi@ximian.com>
21588
21589         * Label.cs: fire events using OnAutoSizeChanged and OnTextAlignChanged
21590         * LinkLabel.cs:
21591                 - Adds cursors
21592                 - Handles focus
21593                 - Implements LinkBehavior
21594                 - Fixes many issues
21595
21596 2005-05-03  Jackson Harper  <jackson@ximian.com>
21597
21598         * ListView.cs: Calculate the scrollbar positioning on resize and
21599         paint, so they get put in the correct place.
21600
21601 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
21602
21603         * ColorDialogs.cs: The small color panels are now handled by
21604           SmallColorControl. This fixes drawing of the focus rectangle
21605           and adds a 3D border.
21606
21607 2005-05-03  Peter Bartok  <pbartok@novell.com>
21608
21609         * Control.cs: Modified version of Jonathan Chamber's fix for
21610           double-buffering
21611
21612 2005-05-03  Jackson Harper  <jackson@ximian.com>
21613
21614         * ListView.cs: Remove redraw variable. Control now handles whether
21615         or not a redraw needs to be done, and will only raise the paint
21616         event if redrawing is needed.
21617
21618 2005-05-03  Jackson Harper  <jackson@ximian.com>
21619
21620         * Splitter.cs: No decorations for the splitter form. Cache the
21621         hatch brush.
21622
21623 2005-05-03  Jackson Harper  <jackson@ximian.com>
21624
21625         * TreeView.cs: Use dashed lines to connect nodes. Use the
21626         ControlPaint method for drawing the focus rect instead of doing
21627         that in treeview.
21628
21629 2005-05-02  Peter Bartok  <pbartok@novell.com>
21630
21631         * LinkLabel.cs: Fixed the fixes from r43566 and 43521
21632
21633 2005-04-29  Jackson Harper  <jackson@ximian.com>
21634
21635         * ThemeWin32Classic.cs: Don't clear the GC that will clear the
21636         entire image buffer. Just clear the clipping rectangle.
21637
21638 2005-04-29  Jackson Harper  <jackson@ximian.com>
21639
21640         * ThemeWin32Classic.cs: Don't draw list view items that are
21641         outside the clipping rectangle.
21642
21643 2005-04-29  Jordi Mas i Hernandez <jordi@ximian.com>
21644
21645         * ListBox.cs: added horizontal item scroll
21646
21647 2005-04-29  Jackson Harper  <jackson@ximian.com>
21648
21649         * ThemeWin32Classic.cs: Remove some old debug code that was
21650         causing flicker with the new double buffering code.
21651
21652 2005-04-29  John BouAntoun  <jba-mono@optusnet.com.au>
21653
21654         * MonthCalendar.cs, DateTimePicker.cs: Made monthcalendar dropdwon
21655         behave like combobox and comboboxlist (still not sure if this is
21656         correct though).
21657
21658 2005-04-28  Jackson Harper  <jackson@ximian.com>
21659
21660         * ThemeWin32Classic.cs: Don't fill the middle of progress
21661         bars. This fills areas outside of the clip bounds that don't need
21662         to be filled.
21663
21664 2005-04-28  Jackson Harper  <jackson@ximian.com>
21665
21666         * Control.cs: Don't expose functionality to touch the image buffers.
21667         * ProgressBar.cs:
21668         * ListView.cs: We do not need to (and no longer can) manipulate
21669         the image buffers directly. All of this is handled by Control.
21670
21671 2005-04-28  Peter Bartok  <pbartok@novell.com>
21672
21673         * RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
21674           RichTextBoxScrollBars.cs, RichTextBoxStreamType.cs,
21675           RichTextBoxFinds.cs, RichTextBoxWordPunctuations.cs: Added
21676
21677 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
21678
21679         * Combobox:
21680                 - Adjust control's height for non-simple comboboxes (bug fix)
21681                 - Remove dead code
21682         * MenuAPI.cs: remove unused var
21683         * ScrollBar.cs: remove unsed var
21684                  
21685         * ListBox.cs: unselect items when clearing
21686
21687 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
21688
21689         * ListControl.cs: honors OnPositionChanged and default Selected Item
21690         * ListBox.cs: unselect items when clearing
21691
21692 2005-04-27  Jackson Harper  <jackson@ximian.com>
21693
21694         * X11Keyboard.cs: Initialize a default keyboard and give a warning
21695         if a "correct" keyboard is not found. This will make us not crash,
21696         but might give some users bad keyboard layouts...seems to be the
21697         same thing rewind does.
21698
21699 2005-04-27  Jackson Harper  <jackson@ximian.com>
21700
21701         * BindingManagerBase.cs: Attach the current/position changed
21702         handlers to their respective events.
21703
21704 2005-04-27  Jackson Harper  <jackson@ximian.com>
21705
21706         * Control.cs: Make sure that the first WM_PAINT does a full draw,
21707         not just a blit.
21708         * ThemeWin32Classic.cs: Don't fill the background for picture
21709         boxes. This could overright user drawing.
21710         * ComboBox.cs: Just fill the clipping rect not the entire client
21711         rect when drawing the background. This prevents pieces of the
21712         image buffer from getting overwritten and is theoretically faster.
21713
21714 2005-04-26  Jordi Mas i Hernandez <jordi@ximian.com>
21715
21716         * ComboBox.cs: Databinding support fixes, fire missing events
21717         * ListControl.cs: implement missing methods and properties, fixes
21718         * ThemeWin32Classic.cs: Databiding support on Drawing
21719         * CheckedListBox.cs: Databinding support fixes, fire missing events
21720         * ListBox.cs: Databinding support fixes, fire missing events
21721         
21722 2005-04-25  Peter Bartok  <pbartok@novell.com>
21723
21724         * LinkLabel.cs: Length of LinkArea is not allowed to be negative
21725
21726 2005-04-25  Jackson Harper  <jackson@ximian.com>
21727
21728         * TreeView.cs: Use the horizontal scrollbars height not width when
21729         determining how much of the client area is available.
21730
21731 2005-04-25  Jackson Harper  <jackson@ximian.com>
21732
21733         * Control.cs: Double buffering is handled differently now. As per
21734         the spec, the extra buffer is created in the WM_PAINT message and
21735         passed down to the control's drawing code.
21736         * GroupBox.cs:
21737         * Label.cs:
21738         * CheckBox.cs:
21739         * ProgressBar.cs:
21740         * RadioButton.cs:
21741         * ColorDialog.cs:
21742         * ComboBox.cs:
21743         * PropertyGridView.cs:
21744         * UpDownBase.cs:
21745         * MessageBox.cs:
21746         * MenuAPI.cs:
21747         * ListView.cs:
21748         * ButtonBase.cs:
21749         * SizeGrip.cs:
21750         * ScrollBar.cs:
21751         * ListBox.cs:
21752         * TrackBar.cs:
21753         * ToolBar.cs:
21754         * PictureBox.cs:
21755         * DateTimePicker.cs:
21756         * StatusBar.cs:
21757         * TreeView.cs: Update to new double buffering system.
21758         * MonthCalendar.cs: Uncomment block, as Capture is now
21759         working. Update to new double buffering
21760         * LinkLabel.cs: Lazy init the link collection. Update to new double buffering
21761         * PaintEventArgs.cs: New internal method allows us to set the
21762         graphics object. This is used for double buffering.
21763         * ThemeWin32Classic.cs: Give the picture box drawing code a clip
21764         rectangle. The internal paint_area var has been removed from
21765         StatusBar. The clipping rect should be used instead.
21766         * Theme.cs: Give the PictureBox drawing method a clipping rect.
21767         * TabPage.cs: The RefreshTabs method was removed, so just call the
21768         tab controls Refresh method now.
21769         * TabControl.cs: Update to new double buffering. Make sure the
21770         handle is created before sizing the tab pages, otherwise we will
21771         get stuck in a loop.
21772
21773 2005-04-24  Borja Sanchez Zamorano <borsanza@gmail.com>
21774
21775         * LinkLabel.cs: Fix typo, bug #74719; patch
21776           from Borja Sanchez Zamorano
21777
21778 2005-04-22  Jackson Harper  <jackson@ximian.com>
21779
21780         * TreeNode.cs: Implement Handle stuff.
21781         * TreeView.cs: Utility methods so nodes can get/lookup by handle.
21782
21783 2005-04-22  Jordi Mas i Hernandez <jordi@ximian.com>
21784
21785         * DataGridTextBoxColumn.cs: call base constructors, fixes
21786         * GridColumnStylesCollection.cs: missing events, methods, and functionality
21787         * GridTableStylesCollection.cs: fixes, check duplicate mapping names
21788         * DataGridTableStyle.cs: implements create default column styles
21789         * DataGridBoolColumn.cs: which types can handle
21790         * DataGrid.cs: missing methods, fixes, new functionality
21791         * DataGridColumnStyle.cs: fixes
21792
21793 2005-04-20  Alexander Olk  <xenomorph2@onlinehome.de>
21794         * FolderBrowserDialog.cs:
21795         - Use a thread to fill the TreeView
21796         - Adjusted some sizes
21797
21798 2005-04-19  Peter Bartok  <pbartok@novell.com>
21799
21800         * LinkLabel.cs: (Re-)create the pieces when setting the Text
21801           property. Fixes #74360.
21802
21803 2005-04-19  Jackson Harper  <jackson@ximian.com>
21804
21805         * XEventQueue.cs: Lock when getting the lockqueue size.
21806         * PictureBox.cs: Call base OnPaint
21807         
21808 2005-04-19  Peter Bartok  <pbartok@novell.com>
21809
21810         * XplatUIX11.cs: Fixed bug introduced with the HWND rewrite, Async
21811           messages were no longer being processed (this broke BeginInvoke)
21812
21813           
21814 2005-04-18  Jackson Harper  <jackson@ximian.com>
21815
21816         * TreeView.cs: buglet that caused node images to get drawn
21817         regardless of whether or not they were in the clipping rectangle.
21818
21819 2005-04-18  Jackson Harper  <jackson@ximian.com>
21820
21821         * CurrencyManager.cs: There are four rules for GetItemProperties:
21822         - If the type is an array use the element type of the array
21823         - If the type is a typed list, use the type
21824         - If the list contains an Item property that is not an object, use
21825         that property
21826         - use the first element of the list if there are any elements in
21827         the list.
21828         
21829 2005-04-17  Jackson Harper  <jackson@ximian.oom>
21830
21831         * TreeView.cs: Calculate plus minus and checkbox bounds when there is a
21832         click. This handles offsets for scrolling properly and reduces
21833         memory. Also fixed GetNode to not offset now that TopNode works
21834         properly.
21835         * TreeNode.cs: No longer need to track the plus minus or checkbox bounds.
21836         
21837 2005-04-17  Jackson Harper  <jackson@ximian.com>
21838
21839         * CursorConverter.cs: Initial implementation.
21840
21841 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
21842
21843         * ListControl.cs: work towards complex data binding support on ListControl
21844         * CurrencyManager.cs: work towards complex data binding support on ListControl
21845         * ListBox.cs: work towards complex data binding support on ListControl
21846
21847
21848 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
21849
21850         * GridTableStylesCollection.cs: fixes name and constructor
21851         * DataGridTableStyle.cs: fixes
21852         * DataGridBoolColumn.cs: fixes names and constructors
21853         * DataGrid.cs: define methods and properties. Some init implementations
21854         * DataGridCell.cs: define methods and properties. Some init implementations
21855         * GridTablesFactory.cs: Define methods and properties
21856
21857 2005-04-15  Geoff Norton  <gnorton@customerdna.com>
21858
21859         * XplatUIOSX.cs:  Handle proper mouse tracking even if the current
21860         graphics port changes.  We still want the coordinates in global screen
21861         coordinates.
21862
21863 2005-04-14  Jackson Harper  <jackson@ximian.com>
21864
21865         * TreeView.cs: Handle clicks when plus minus is disabled. Don't
21866         check plus minus or checkbox clicks unless those features are enabled.
21867
21868 2005-04-14  Jackson Harper  <jackson@ximian.com>
21869
21870         * TreeView.cs: Add methods for setting the top and bottom visible
21871         nodes. TreeNode::EnsureVisible uses these methods.
21872         * TreeNode.cs: Implement EnsureVisible
21873
21874 2005-04-13  Jordi Mas i Hernandez <jordi@ximian.com>
21875
21876         * Form.cs: Pospone menu assignation if the window has not been created yet
21877         * XplatUIWin32.cs: Fixes Win32SetWindowPos, then does not change window
21878         size and position
21879
21880 2005-04-12  Jackson Harper  <jackson@ximian.com>
21881
21882         * TreeView.cs: Set the TopNode properly when scrolling
21883         occurs. This has the added benifit of reducing the amount of
21884         walking that needs to be done when drawing. Also removed an old
21885         misleading TODO.
21886         * OpenTreeNodeEnumerator.cs: Fix moving backwards.
21887         
21888 2005-04-11  Jordi Mas i Hernandez <jordi@ximian.com>
21889
21890         * Timer.cs: fixes interval setting when the timer is already enabled
21891         
21892 2005-04-10  Alexander Olk  <xenomorph2@onlinehome.de>
21893
21894         * FolderBrowserDialog.cs: First approach
21895
21896 2005-04-09  Peter Bartok  <pbartok@novell.com>
21897
21898         * FolderBrowserDialog: Added
21899
21900 2005-04-07  Jordi Mas i Hernandez <jordi@ximian.com>
21901
21902         * LinkLabel.cs: move drawing code into the theme
21903         * ThemeWin32Classic.cs: drawing code and painting background bugfix
21904         * Theme.cs: define DrawLinkLabel method
21905
21906 2005-04-05  Jackson Harper  <jackson@ximian.com>
21907
21908         * BindingContext.cs: Use weak references so these bad actors don't
21909         stay alive longer then they need to.
21910
21911 2005-04-05  Jackson Harper  <jackson@ximian.com>
21912
21913         * ListControl.cs: Basic implementation of complex databinding.
21914         * ComboBox.cs:
21915         * ListBox.cs: Add calls to ListControl databinding methods.
21916
21917 2005-04-05  Alexander Olk  <xenomorph2@onlinehome.de>
21918
21919         * FileDialog.cs:
21920           - Don't change PopupButtonState to Normal when the
21921             PopupButton gets pressed several times.
21922           - Renamed ButtonPanel to PopupButtonPanel
21923
21924 2005-04-05  Jordi Mas i Hernandez <jordi@ximian.com>
21925
21926         * ColorDialog.cs: Use cached objects instead of creating them
21927         * LinkLabel.cs: Use cached objects instead of creating them
21928         * Splitter.cs: Use cached objects instead of creating them
21929         * FontDialog.cs: Use cached objects instead of creating them
21930         * PropertyGridView.cs: Use cached objects instead of creating them
21931         * MessageBox.cs: Use cached objects instead of creating them
21932         * FileDialog.cs: Use cached objects instead of creating them
21933         * ThemeWin32Classic.cs: Use cached objects instead of creating them
21934         * TreeView.cs: Use cached objects instead of creating them
21935         
21936 2005-04-04  Jordi Mas i Hernandez <jordi@ximian.com>
21937
21938         * Control.cs: use Equals to compare the font since no == op
21939         * ScrollBar.cs: use Equals to compare the font since no == op
21940
21941 2005-04-04  Alexander Olk  <xenomorph2@onlinehome.de>
21942
21943         * SaveFileDialog.cs: Open stream in OpenFile with FileMode Create
21944
21945 2005-04-01  Jackson Harper  <jackson@ximian.com>
21946
21947         * Binding.cs: Implement IsBinding.
21948         * BindingManagerBase.cs:
21949         * PropertyManager.cs:
21950         * CurrencyManager.cs: Add IsSuspended property.
21951
21952 2005-04-01  Jackson Harper  <jackson@ximian.com>
21953
21954         * Binding.cs: Had some IsAssignableFrom calls backwards.
21955
21956 2005-04-01  Jackson Harper  <jackson@ximian.com>
21957
21958         * Binding.cs: Handle null data members when pulling data.
21959         * PropertyManager.cs: Handle the data member being a property that
21960         does not exist.
21961
21962 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
21963
21964         * DataGridTextBoxColumn.cs: fixes signature
21965         * DataGrid.cs: calls right constructor
21966
21967 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
21968
21969         * DataGridTextBoxColumn.cs: implements DataGridTextBoxColumn class
21970         * GridColumnStylesCollection.cs: implements GridColumnStylesCollection
21971         * GridTableStylesCollection.cs: implements GridTableStylesCollection
21972         * DataGridTableStyle.cs: implements DataGridTableStyle
21973         * DataGridBoolColumn.cs: implements DataGridBoolColumn
21974         * DataGridTextBox.cs: implements DataGridTextBox
21975         * DataGridColumnStyle.cs: implements DataGridColumnStyle
21976
21977 2005-03-31  Alexander Olk  <xenomorph2@onlinehome.de>
21978
21979         * FileDialog.cs: Added simple PopupButton class for ButtonPanel
21980
21981 2005-03-29  Peter Bartok  <pbartok@novell.com>
21982
21983         * Application.cs:
21984           - Properly implemented CompanyName property
21985           - Fixed LocalUserAppDataPath and UserAppDataPath, now properly
21986             returns a path that includes CompanyName, ProductName and
21987             Version (fixes bug #70330)
21988
21989 2005-03-29  Stefan Buehler  <sbuehler@gmx.ch>
21990
21991         * TabPage.cs: Don't use Owner.DisplayRectangle unless owner is valid,
21992           fixes bug #72588.
21993
21994 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
21995
21996         * FileDialog.cs, SaveFileDialog.cs OpenFileDialog.cs:
21997         
21998           - Added ReadOnly CheckBox
21999           - Further refactoring: moved some code from Open-/SaveFileDialog
22000             to FileDialog
22001
22002 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
22003
22004         * OpenFileDialog.cs: Fixed CheckFileExists
22005         * FileDialog.cs:
22006           Moved FileView and DirComboBox outside FileDialog class.
22007           They can now be used outside FileDialog
22008
22009 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
22010
22011         * FileDialog.cs: Added a contextmenu to change ShowHiddenFiles
22012         * SaveDialog.cs, OpenFileDialog.cs: Fixes for Reset() method
22013
22014 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
22015
22016         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
22017           - Added missing CreatePrompt property in SaveDialog
22018           - Overall SaveDialog handling should be better now
22019           - Added non standard ShowHiddenFiles property
22020           - Added extension, CreatePrompt and OverwritePrompt support in SaveDialog
22021           - Added InitialDirectory and RestoreDirectory support
22022
22023 2005-03-26  Alexander Olk  <xenomorph2@onlinehome.de>
22024
22025         * FileDialog.cs: Made dirComboBox usable
22026
22027 2005-03-24  Alexander Olk  <xenomorph2@onlinehome.de>
22028
22029         * FileDialog.cs: Added Filter support (case sensitiv)
22030
22031 2005-03-24  Jackson Harper  <jackson@ximian.com>
22032
22033         * TabControl.cs: Need a couple more pixels for the lines.
22034
22035 2005-03-23  Jackson Harper  <jackson@ximian.com>
22036
22037         * TabControl.cs: Give the tab page focus when it is selected.
22038
22039 2005-03-23  Jackson Harper  <jackson@ximian.com>
22040
22041         * TabControl.cs: Account for the drawing of tabs borders when
22042         invalidating. If the slider was clicked dont do click detection on
22043         the tabs.
22044
22045 2005-03-23  Jackson Harper  <jackson@ximian.com>
22046
22047         * TabControl.cs: Fix typo, emilinates an unneeded expose event.
22048
22049 2005-03-22  Jonathan Chambers  <jonathan.chambers@ansys.com>
22050
22051         * CategoryGridEntry.cs: Added
22052         * GridItem.cs: Added helper properties
22053         * PropertyGridTextBox.cs: Custom textbox control for PropertyGrid.
22054         * GridEntry.cs: Updated code for collection
22055         * PropertyGrid.cs: Cleaned up some formatting
22056         * PropertyGridView.cs: Added drop down functionality for enums.
22057         * GridItemCollection.cs: Added enumerator logic
22058         * PropertyGridEntry.cs: Added
22059
22060 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
22061
22062         * FileDialog.cs:
22063           - Removed unnecessary commented code
22064           - Fixed handling for entering the filename manually in the combobox
22065
22066 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
22067
22068         * FileDialog.cs, OpenFileDialog.cs: OpenFileDialog Multiselect now works
22069
22070 2005-03-18  Peter Bartok  <pbartok@novell.com>
22071
22072         * ThemeWin32Classic.cs: Moved listview column headers a bit, to avoid
22073           them being touching the border
22074
22075 2005-03-18  Peter Bartok  <pbartok@novell.com>
22076
22077         * TextControl.cs: Quick hack to center text better
22078
22079 2005-03-18  Peter Bartok  <pbartok@novell.com>
22080
22081         * ControlPaint.cs:
22082           - Don't throw NotImplemented exceptions, just print a notice once
22083             instead (requested by Miguel). This makes running existing SWF
22084             apps a bit easier
22085         * Control.cs:
22086           - Commented out Drag'N'Drop XplatUI call (no driver support yet)
22087           - Added context menu trigger on right click
22088         * Panel.cs: Trigger invalidate on resize
22089         * StatusBar.cs:
22090           - Removed old double-buffer drawing
22091           - Added ResizeRedraw style to force proper update of statusbar
22092         * ListView.cs:
22093           - Removed debug output
22094         * ThemeWin32Classic.cs:
22095           - Fixed drawing of status bar, now draws Text property if there
22096             are no defined panels
22097
22098 2005-03-18  Jackson Harper  <jackson@ximian.com>
22099
22100         * ImageList.cs: When the image stream is set pull all the images
22101         from it.
22102         * ImageListStreamer.cs: Implement reading image list streams.
22103
22104 2005-03-18  Peter Bartok  <pbartok@novell.com>
22105
22106         * ThemeWin32Classic.cs (DrawPictureBox):
22107           - Fixed calculations for centered drawing
22108           - Fixed drawing for normal mode, not scaling the image on normal
22109
22110 2005-03-18  Peter Bartok  <pbartok@novell.com>
22111
22112         * ComboBox.cs: Now also firing the OnKeyPress events for the embedded
22113           textbox
22114         * FileDialog.cs:
22115           - Made Open/Save button the accept button for FileDialog
22116           - Tied the cancel button to the IButtonControl cancel button
22117           - Save/Open now properly builds the pathname
22118           - Now handles user-entered text
22119           - Preventing crash on right-click if no item is selected
22120           - Fixed Text property, now uses contents of textbox
22121           - Fixed SelectedText property, now just returns the text part that
22122             is selected in the text box
22123
22124 2005-03-18  Jackson Harper  <jackson@ximian.com>
22125
22126         * ThemeWin32Classic.cs: Use the proper func for drawing the focus
22127         rect, make sure to de-adjust the interior rect after drawing the
22128         tab text.
22129
22130 2005-03-18  Peter Bartok  <pbartok@novell.com>
22131
22132         * MenuAPI.cs: Remove menu *before* executing selected action to
22133           prevent the menu from 'hanging around'
22134           
22135 2005-03-17  Geoff Norton  <gnorton@customerdna.com>
22136
22137         * XplatUIOSX.cs: Implemented WorkingArea property
22138
22139 2005-03-17  Peter Bartok  <pbartok@novell.com>
22140
22141         * XplatUIX11.cs: Fixed menu coord calculations
22142         * MenuAPI.cs: Now using new ScreenToMenu()/MenuToScreen() methods
22143           for calculating offsets
22144
22145 2005-03-17  Peter Bartok  <pbartok@novell.com>
22146
22147         * Hwnd.cs: Do not consider menu presence for default client
22148           rectangle location/size
22149         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs,
22150           XplatUIWin32.cs: Added MenuToScreen() and ScreenToMenu() coord
22151           translation functions
22152         * FileDialog.cs: Fixed (what I presume is a) typo
22153
22154 2005-03-17  Jonathan Gilbert  <logic@deltaq.org>
22155
22156         * XplatUIX11.cs: Added call to XInitThreads() to allow multi-threaded
22157           X access (avoids X-Async errors)
22158
22159 2005-03-16  Jackson Harper  <jackson@ximian.com>
22160
22161         * TabControl.cs: Raise the SelectedIndexChanged event.
22162
22163 2005-03-16  Alexander Olk  <xenomorph2@onlinehome.de>
22164
22165         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
22166           - Removed vertical ToolBar and replaced it with a custom panel
22167             (desktop and home button already work)
22168           - Added Help button (some controls get resized or relocated then)
22169           - Draw correct text depending on Open or Save.
22170           - Fixed some typos...
22171
22172 2005-03-16  Jordi Mas i Hernandez <jordi@ximian.com>
22173
22174         * ScrollBar.cs:
22175           - Only change Maximum and Minimum when need it (bug fix)
22176
22177 2005-03-15  Peter Bartok  <pbartok@novell.com>
22178
22179         * Form.cs: Use Handle for icon, to trigger creation if
22180           the window does not yet exist
22181         * Control.cs:
22182           - CanSelect: Slight performance improvement
22183           - Focus(): Preventing possible recursion
22184           - Invalidate(): Removed ControlStyle based clear flag setting
22185           - WM_PAINT: fixed logic for calling OnPaintBackground
22186           - WM_ERASEBKGND: Fixed logic, added call to new driver method
22187             EraseWindowBackground if the control doesn't paint background
22188         * XplatUIWin32.cs:
22189           - Moved EraseWindowBackground() method to internal methods
22190           - Removed unused WM_ERASEBKGND handling in GetMessage; msg never comes;
22191             is sent via SendMessage on BeginPaint call on Win32
22192         * XplatUIX11.cs:
22193           - Added EraseWindowBackground() method
22194           - No longer sends WM_ERASEBKGND on .Expose, but on call to
22195             PaintEventStart, which more closely matches Win32 behaviour
22196           - Fixed Invalidate() call, now updates new ErasePending Hwnd property
22197           - Fixed SetFocus() to properly deal with client and whole windows
22198         * Hwnd.cs: Added ErasePending property
22199         * XplatUIOSX.cs: Stubbed EraseWindowBackground() method
22200         * XplatUI.cs, XplatUIDriver.cs: Added EraseWindowBackground() method
22201
22202 2005-03-12  Geoff Norton  <gnorton@customerdna.com>
22203
22204         * XplatUIOSX.cs:
22205           - Fix hard loop when timers exist.
22206           - Fix bugs with middle and right click for 3 button mice.
22207
22208 2005-03-11  Peter Bartok  <pbartok@novell.com>
22209
22210         * XplatUIX11.cs:
22211           - get_WorkingArea: Need to call X directly, GetWindowPos only
22212             returns cached data now
22213           - Added sanity check to GetWindowPos hwnd usage
22214
22215 2005-03-11  Jackson Harper  <jackson@ximian.com>
22216
22217         * BindingManagerBase.cs: This method isn't used anymore as
22218         PullData now updates the data in the control.
22219
22220 2005-03-11  Jordi Mas i Hernandez <jordi@ximian.com>
22221
22222         * Form.cs: fixes menu drawing on X11
22223         * MenuAPI.cs:  fixes menu drawing on X11
22224
22225 2005-03-11  Peter Bartok  <pbartok@novell.com>
22226
22227         * Control.cs: Changed OnCreateControl behaviour based on a suggestion
22228           from Jonathan Gilbert; should fix bug #73606
22229         * XplatUIX11.cs: Fixed NC Mouse message coordinates, they need to be
22230           in Screen coordinates. Thanks, Jordi.
22231         * Form.cs: Added missing attribute
22232
22233 2005-03-11  Peter Bartok  <pbartok@novell.com>
22234
22235         * Form.cs:
22236           - Rudimentary Mdi support
22237           - Removed outdated FormParent code
22238           - Implemented lots of missing properties and methods, still missing
22239             transparency support
22240           - Added missing attributes
22241           - Implemented support for MaximumBounds
22242           - Added firing of various events
22243         * XplatUI.cs: Added SetIcon() method
22244         * XplatUIDriver.cs: Added SetIcon() abstract
22245         * XplatUIOSX.cs: Stubbed out SetIcon() method
22246         * XplatUIX11.cs:
22247           - Implemented SetIcon() support
22248           - Moved SetMenu() and SetBorderStyle() to proper alphabetical pos
22249           - Switched to unix line endings
22250         * XplatUIWin32.cs:
22251           - Made POINT internal so for can access it as part of MINMAX
22252           - Implemented SetIcon() support
22253           - Implemented support for CLIENTCREATESTRUCT (but might have to drop
22254             native Mdi support again, might have to go managed)
22255         * Control.cs: Now fires the StyleChanged event
22256         * MdiClient.cs: Added; still mostly empty
22257
22258 2005-03-10  Peter Bartok  <pbartok@novell.com>
22259
22260         * SaveFileDialog.cs: Added emtpy file
22261
22262 2005-03-08  Peter Bartok  <pbartok@novell.com>
22263
22264         * Control.cs: Fixed bug #73190; now invokes CreateControl (which
22265           in turn triggers OnCreateContro) when creating a handle for the
22266           first time.
22267         * TextControl.cs: Fixed endless loop in certain cases when
22268           replacing the current selection
22269
22270 2005-03-08  Jordi Mas i Hernandez <jordi@ximian.com>
22271
22272         * ScrollBar.cs:
22273           - Honors NewValue changes in Scroll events allowing apps to change it
22274           - Adds First and Last Scroll events
22275           - Fixes Thumb events
22276
22277 2005-03-07  Peter Bartok  <pbartok@novell.com>
22278
22279         * Hwnd.cs: Added DefaultClientRectangle property
22280         * XplatUI.cs: Now using the X11 driver Where() method, which provides
22281           more detailed debug information
22282         * XplatUIX11.cs:
22283           - Fixed size-change feedback loop, where we would pull an old size
22284             off the queue and mistakenly change our window's size to an
22285             earlier value
22286           - Now compressing ConfigureNotify events, to reduce looping and
22287             redraw issues
22288         * TextBoxBase.cs: Preventing crash when no text is set and ToString()
22289           is called
22290
22291 2005-03-07  Jackson Harper  <jackson@ximian.com>
22292
22293         * Binding.cs: Push data pushes from data -> property. Check if the
22294         property is readonly when attempting to set it.
22295
22296 2005-03-07  Jackson Harper  <jackson@ximian.com>
22297
22298         * Binding.cs: Format and parse data correctly. Use ASsignableFrom
22299         instead of IsSubclassOf. Pulling data now sets the value on the
22300         control.
22301         * PropertyManager.cs:
22302         * CurrencyManager.cs: Just need to pull data when updating now,
22303         because PullData will set the value on the control.
22304
22305 2005-03-04  Jackson Harper  <jackson@ximian.com>
22306
22307         * Binding.cs: Implement data type parsing and converting on pulled
22308         data. TODO: Are there more ways the data can be converted?
22309
22310 2005-03-04  Jackson Harper  <jackson@ximian.com>
22311
22312         * Binding.cs: Support <Property>IsNull checks. Also bind to the
22313         controls Validating method so we can repull the data when the
22314         control loses focus.
22315
22316 2005-03-03  Jordi Mas i Hernandez <jordi@ximian.com>
22317
22318         * ColumnHeader.cs:
22319           - Fixes null string format
22320           
22321         * ListView.cs:
22322           - Adds enum type checks
22323           - Fixes redrawing and recalc need after changing some properties
22324           - Fixes on focus_item set after the event
22325           - Fixes adding columns after the control has been created
22326           
22327         * ThemeWin32Classic.cs:
22328           - Fixes CheckBox focus rectangle
22329           - Fixes ColumnHeader drawing
22330
22331
22332 2005-03-03  Jackson Harper  <jackson@ximian.com>
22333
22334         * Binding.cs: Bind to <Property>Changed events so we can detect
22335         when properties are changed and update the data.
22336
22337 2005-03-02  Jordi Mas i Hernandez <jordi@ximian.com>
22338
22339         * ImageList.cs:
22340           - Changes 32-bit pixel format to Format32bppArgb to allow transparency
22341           - Fixes ImageList constructor with ImageList container
22342           - Fixes image scaling (wrong parameters at DrawImage)
22343
22344 2005-02-02  Jackson Harper  <jackson@ximian.com>
22345
22346         * Binding.cs: Make property searches case-insensitive. Eliminate
22347         some duplicated code.
22348
22349 2005-03-01  Jordi Mas i Hernandez <jordi@ximian.com>
22350
22351         * ComboBox.cs:
22352                 - Handle focus event
22353                 - Fix scrollbar events
22354                 - Discard highlighted item if remove it
22355                 - Fixes SelectedItem with strings
22356
22357 2005-03-01  Peter Bartok  <pbartok@novell.com>
22358
22359         * Control.cs:
22360           - Fixed Visible property, now follows (once again) parent chain
22361             to return false if any control in the chain is visible=false
22362           - Fixed OnParentVisibleChanged, now just calls OnVisibleChanged event
22363           - Fixed several places where is_visible instead of Visible was used
22364           - Implemented FIXME related to focus selection when setting focused
22365             control to be invisible
22366
22367         * XplatUIWin32.cs: Now using proper method to find out if window is
22368           visible. Thanks to Jordi for pointing it out
22369
22370 2005-02-28  Jordi Mas i Hernandez <jordi@ximian.com>
22371
22372         * ComboBox.cs: show/hide scrollbar instead of creating it
22373
22374 2005-02-27  Jackson Harper  <jackson@ximian.com>
22375
22376         * CurrencyManager.cs: Add PositionChanged stuff.
22377
22378 2005-02-27  Peter Bartok  <pbartok@novell.com>
22379
22380         * XplatUI.cs, XplatUIDriver.cs: Added new GetMenuOrigin() method
22381         * XplatUIOSX.cs: Added GetMenuOrigin() stub
22382         * XplatUIWin32.cs: Implemented GetMenuOrigin()
22383         * XplatUIX11.cs:
22384           - Implemented GetMenuDC()
22385           - Implemented GetMenuOrigin()
22386           - Implemented ReleaseMenuDC()
22387           - Implemented generation of WM_NCPAINT message
22388           - Implemented generation and handling of WM_NCCALCSIZE message
22389         * Form.cs: Added debug helper message for Jordi's menu work
22390         * Hwnd.cs:
22391           - Modified ClientRect property; added setter, fixed getter to handle
22392             setting of ClientRect
22393           - Added MenuOrigin property
22394
22395 2005-02-26  Peter Bartok  <pbartok@novell.com>
22396
22397         * XplatUIX11.cs:
22398           - Destroys the caret if a window that's being destroyed contains it
22399           - Ignores expose events coming from the X11 queue for windows that
22400             already are destroyed
22401           - Now uses the proper variable for handling DestroyNotify, before we
22402             marked the wrong window as destroyed
22403           - Improved/added some debug output
22404
22405 2005-02-26  Peter Bartok  <pbartok@novell.com>
22406
22407         * X11Keyboard.cs: Fixes to work on 64bit systems
22408
22409 2005-02-26  Peter Bartok  <pbartok@novell.com>
22410
22411         * Control.cs:
22412           - Now calling OnHandleDestroyed from DestroyHandle()
22413             instead of Dispose()
22414           - Removed bogus call to controls.Remove() from DestroyHandle()
22415
22416 2005-02-26  Peter Bartok  <pbartok@novell.com>
22417
22418         * Control.cs: Properly destroy child windows when our handle is
22419           destroyed
22420
22421 2005-02-25  Peter Bartok  <pbartok@novell.com>
22422
22423         * XplatUI.cs:
22424           - Added 'DriverDebug' define to allow tracing XplatUI API calls
22425           - Alphabetized Static Methods and Subclasses
22426
22427         * XplatUIX11.cs:
22428           - Added XException class to allow custom handling of X11 exceptions
22429           - Created custom X11 error handler, tied into XException class
22430           - Added support for MONO_XEXCEPTIONS env var to allow the user
22431             to either throw an exception on X errors or continue running
22432             after displaying the error
22433           - Added handling of DestroyNotify message
22434           - Added handler for CreateNotify message (still disabled)
22435           - Improved (tried to at least) Where method to provide file and lineno
22436         * X11Structs.cs:
22437           - Added XErrorHandler delegate
22438           - Added XRequest enumeration (to suppor translation of errors)
22439
22440 2005-02-25  Jackson Harper  <jackson@ximian.com>
22441
22442         * PropertyManager.cs: Implement editing features
22443         * CurrencyManager.cs:
22444         * Binding.cs: First attempt at UpdateIsBinding
22445         * BindingManagerBase.cs: Call UpdateIsBinding before
22446         pushing/pulling data.
22447
22448 2005-02-25  Jordi Mas i Hernandez <jordi@ximian.com>
22449
22450         * MenuAPI.cs: Respect disabled items
22451         * ThemeWin32Classic.cs
22452                 - Caches ImageAttributes creation for DrawImageDisabled
22453                 - Fixes vertical menu line drawing
22454                 - Draws disabled arrows in disable menu items
22455
22456 2005-02-24  Peter Bartok  <pbartok@novell.com>
22457
22458         * Hwnd.cs:
22459           - Added UserData property to allow associating arbitrary objects
22460             with the handle
22461           - Fixed leak; now removing Hwnd references from static windows array
22462         * XplatUIWin32.cs:
22463           - Fixed Graphics leak in PaintEventEnd
22464           - Removed usage of HandleData, switched over to Hwnd class
22465         * HandleData.cs: Removed, obsoleted by Hwnd.cs
22466
22467 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
22468
22469         * ThemeWin32Classic.cs: Adds Cliping to TrackBar drawing
22470         * ScrollBar.cs: Fixes bug
22471         * TrackBar.cs: removes death code, clipping, mimize refreshes,
22472          keyboard navigation enhancements
22473
22474 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
22475
22476         * Control.cs: Call DefWndProc at WM_PAINT only if UserPaint not defined
22477         * GroupBox.cs: Add control styles
22478         * Label.cs: Add control styles
22479         * UpDownBase.cs: Add control styles
22480         * ListBox.cs: Add control styles
22481         * XplatUIWin32.cs: Fixes wrong parameter order
22482
22483
22484 2005-02-23  Chris Bacon  <chris.bacon@docobo.co.uk>
22485
22486         * ListView.cs: Assign owner for ColumnHeader. Patch by Chris Bacon
22487
22488 2005-02-23  Jackson Harper  <jackson@ximian.com>
22489
22490         * PropertyManager.cs: Implement property binding. This doesn't
22491         seem to work yet though as (I think) there are some bugs in
22492         System.ComponentModel.PropertyDescriptor.
22493         * BindingContext.cs: Use new PropertyManager constructor.
22494
22495 2005-02-23  Jordi Mas i Hernandez <jordi@ximian.com>
22496
22497         * ProgressBar.cs: use clip region in ProgressBar
22498         * ThemeWin32Classic.cs: use clip region in ProgressBar
22499
22500 2004-02-22  Jackson Harper  <jackson@ximian.com>
22501
22502         * BindingsCollection.cs: Remove some debug code.
22503
22504 2005-02-22  Jackson Harper  <jackson@ximian.com>
22505
22506         * BindingContext.cs:
22507         * ControlBindingsCollection.cs:
22508         * CurrencyManager.cs:
22509         * Binding.cs:
22510         * BindingManagerBase.cs: Initial implementation
22511         * BindingsCollection.cs: Add an internal contains method that the
22512         BindingManagerBase uses to ensure bindings aren't added twice to
22513         the collection.
22514         * PropertyManager.cs: Stubbed out.
22515         * Control.cs:
22516         * ContainerControl.cs: Hook up databinding
22517         
22518 2005-02-22  Geoff Norton  <gnorton@customerdna.com>
22519
22520         * XplatUIOSX.cs:
22521           OSXStructs.cs: Refactored to handle the new Hwnd NC logic area.
22522           Fixed Invalidate/Update chain.
22523           Fixed tons of other minor bugs (this is almost a complete rewrite).
22524
22525 2005-02-22  Jordi Mas i Hernandez <jordi@ximian.com>
22526
22527         * ComboBox.cs: do subcontrol creation when the control is created
22528
22529 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
22530
22531         * Label.cs: fixes image drawing (image and imagelist)
22532         * ThemeWin32Classic.cs: cache brushes
22533         
22534 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
22535
22536         * Form.cs: Move menu drawing code to Theme class
22537         * ComboBox.cs: Move ComboBox drawing code to Theme class
22538         * MenuItem.cs: Move menu drawing code to Theme class
22539         * MenuAPI.cs: Move menu drawing code to Theme class
22540         * ThemeWin32Classic.cs: New methods
22541         * CheckedListBox.cs: Move CheckedListbox drawing code to Theme class
22542         * ListBox.cs: Move Listbox drawing code to Theme class
22543         * Theme.cs: New methods
22544
22545 2005-02-20  Peter Bartok  <pbartok@novell.com>
22546
22547         * Control.cs:
22548           - Fixed ProcessKeyEventArgs to also handle WM_SYSKEY messages (and
22549             only process mnemonics on those)
22550           - Fixed event sequence for key handling; first calling
22551             ProcessKeyEventArgs now
22552         * TextBoxBase.cs:
22553           - Removed WM_KEYDOWN hook, instead we now use ProcessDialogKey()
22554             for processing non-character keys
22555           - Fixed WM_CHAR to generate proper event sequence before processing
22556         * XplatUIWin32.cs: Added ALT key state to ModifierKeys property
22557           generation
22558
22559 2005-02-19  Peter Bartok  <pbartok@novell.com>
22560
22561         * UserControl.cs: Added TextChanged event; added attributes
22562         * SizeGrip.cs: Implemented resizing and optional display of grip
22563         * Form.cs: Fixed attribute
22564         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs:
22565           Changed meaning of ScrollWindow bool argument; instead of the
22566           clear attribute (which will be true usually anyway), it gives the
22567           option of moving child controls as well.
22568         * XplatUIX11.cs:
22569           - Changed to match new ScrollWindow argument
22570           - Fixed GetWindowPos/SetWindowPos behaviour for toplevel controls,
22571             now handles the implicit parent window a WM puts around us
22572         * ScrollableControl.cs: Implemented (not the prettiest, but it seems
22573           to work)
22574         * TextBoxBase.cs: Adjusted to new ScrollWindow arguments
22575         * TreeView.cs: Adjusted to new ScrollWindow arguments
22576
22577 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
22578
22579         * Form.cs: Menu integration with non-client area
22580         * MenuItem.cs: Menu integration with non-client area
22581         * MenuAPI.cs: Menu integration with non-client area
22582
22583 2005-02-18  Peter Bartok  <pbartok@novell.com>
22584
22585         * MethodInvoker.cs: Added
22586         * MdiLayout.cs: Added
22587         * SendKeys.cs: Started implementation
22588         * ErrorIconAlignment.cs: Added
22589
22590 2005-02-18  Peter Bartok  <pbartok@novell.com>
22591
22592         * XplatUIWin32.cs: Implemented SetMenu(); fixed GetMenuDC()
22593         * Form.cs: Added handling for Menu-related Non-client messages
22594
22595 2005-02-17  Peter Bartok  <pbartok@novell.com>
22596
22597         * UpDownBase.cs: Fixed typo, compilation errors
22598         * DomainUpDown.cs: Fixed attribute value
22599
22600 2005-02-16  Miguel de Icaza  <miguel@novell.com>
22601
22602         * UpDownBase.cs: Attach entry events.
22603         Propagate events.
22604         Add ForeColor property, Focused, InterceptArrowKeys (interception
22605         does not work yet).
22606
22607 2005-02-17  Jordi Mas i Hernandez <jordi@ximian.com>
22608
22609         * Form.cs:
22610                 - Redraw non client are on Setmenu
22611                 - Calc proper menu starting point
22612
22613 2005-02-17  Peter Bartok  <pbartok@novell.com>
22614
22615         * Application.cs: Fixed message_filter check
22616
22617 2005-02-17  Peter Bartok  <pbartok@novell.com>
22618
22619         * Application.cs: Now calls registered message filters
22620         * DockStyle.cs: Fixed attribute
22621         * Form.cs: Fixed attribute
22622         * Menu.cs: Fixed attribute
22623         * ToolTip.cs: Fixed attribute
22624         * TreeNode.cs: Added missing attributes and arranged in regions
22625         * PropertyGrid.cs: Fixed signatures
22626         * TreeNodeCollection.cs: Added attributes
22627         * Splitter.cs: Added missing attributes; arranged into regions
22628         * TabPage.cs: Added missing attributes; arranged into regions
22629         * TextBoxBase.cs: Added missing attributes
22630         * TextBox.cs: Added missing attributes
22631         * ArrangeDirection.cs: Added missing attributes
22632         * TreeNodeConverter.cs: Added stub (needed for TreeNode)
22633         * ToolBarButton.cs: Fixed attributes
22634         * AnchorStyles.cs: Fixed attribute
22635         * TrackBar.cs: Fixed attributes
22636         * TabControl.cs: Added missing attributes and arranged into regions
22637         * ToolBar.cs: Fixed attribute
22638         * StatusBar.cs: Fixed signature, organized into regions and added
22639           attributes
22640         * StatusBarPanel.cs: Fixed attributes
22641         * ContentsResizedEventArgs.cs: Implemented
22642         * ContentsResizedEventHandler.cs: Implemented
22643         * DateBoldEventArgs.cs: Implemented
22644         * DateBoldEventHandler.cs: Implemented
22645         * UpDownEventArgs.cs: Implemented
22646         * UpDownEventHandler.cs: Implemented
22647         
22648 2005-02-16  Jordi Mas i Hernandez <jordi@ximian.com>
22649
22650         * Form.cs: first Menu NC refactoring
22651         * MenuAPI.cs: first Menu NC refactoring
22652         
22653 2005-02-16  Peter Bartok  <pbartok@novell.com>
22654
22655         * ImeMode.cs: Added missing attributes
22656         * Menu.cs: Fixed attribute
22657         * GroupBox.cs: Fixed attribute
22658         * Label.cs: Fixed attribute
22659         * ColorDialog.cs (RunDialog): Removed TODO attribute
22660         * ComboBox.cs: Fixed attributes
22661         * ListControl.cs: Added missing attributes
22662         * PropertyGrid.cs: Fixed attributes
22663         * Control.cs: Fixed attributes
22664         * ListViewItem.cs: Added TypeConverter attribute
22665         * NotifyIcon.cs: Fixed attributes
22666         * ListView.cs: Fixed attributes
22667         * ButtonBase.cs: Fixed attribute
22668         * ImageList.cs: Added missing attributes
22669         * ContainerControl.cs: Fixed signature
22670         * CheckedListBox.cs: Fixed attribute; added missing attributes
22671         * Panel.cs: Fixed attributes
22672         * PropertyTabChangedEventArgs.cs: Added missing attribute
22673         * PropertyValueChangedEventArgs.cs: Added missing attribute
22674         * Binding.cs: Fixed attribute
22675         * ListViewItemConverter: Implemented ListViewSubItemConverter class
22676         * ListBox.cs: Fixed attribute; added missing attributes;
22677         * ScrollableControl.cs: Added missing attributes
22678         * PictureBox.cs: Added missing attributes; implemented missing property
22679         * DateTimePicker.cs: Added missing attributes
22680         * Theme.cs (ToolWindowCaptionHeight): Fixed type
22681         * MonthCalendar.cs: Fixed attributes
22682         * StatusBarPanel.cs: Added missing attributes
22683         * SystemInformation.cs (ToolWindowCaptionHeight): Fixed type
22684
22685 2005-02-16  Peter Bartok  <pbartok@novell.com>
22686
22687         * TextBoxBase.cs: The previous method to enforce height yet remember
22688           the requested high was less than ideal, this is an attempt to do
22689           it better.
22690         * Control.cs: Added comment about possible problem
22691         * Copyright: Updated format
22692         * GridItemType.cs: Fixed swapped values
22693
22694 2005-02-15  Jackson Harper  <jackson@ximian.com>
22695
22696         * BaseCollection.cs: Use property so we never access an
22697         uninitialized list. Also initialize the list in the property.
22698
22699 2005-02-15  Peter Bartok  <pbartok@novell.com>
22700
22701         * GroupBox.cs (ProcessMnemonic): Implemented
22702         * Label.cs (ProcessMnemonic): Implemented
22703         * ThemeWin32Classic.cs (DrawGroupBox): Added stringformat to show
22704           hotkeys
22705
22706 2005-02-15  Peter Bartok  <pbartok@novell.com>
22707
22708         * RadioButton.cs (ProcessMnemonic): Implemented
22709         * CheckBox.cs (ProcessMnemonic): Implemented
22710         * Control.cs:
22711           - Added handling of WM_SYSxxx keyboard messages to support mnemonic
22712             handling
22713           - Added internal method to allow calling ProcessMnemonic from other
22714             controls
22715         * ContainerControl.cs:
22716           - Started support for handling validation chain handling
22717           - Implemented ProcessMnemonic support
22718           - Added Select() call to Active, to make sure the active control
22719             receives focus
22720         * Form.cs: Setting toplevel flag for Forms (this was lost in the
22721           FormParent rewrite)
22722         * ThemeWin32Classic.cs:
22723           - DrawCheckBox(): Fixed stringformat to show hotkeys
22724           - DrawRadioButton(): Fixed stringformat to show hotkeys
22725         * CommonDialog.cs: Removed WndProc override, not needed
22726
22727 2005-02-14  Peter Bartok  <pbartok@novell.com>
22728
22729         * XplatUIX11.cs: Fixed NotImplemented exceptions for properties,
22730           missed those in the rewrite
22731
22732 2005-02-14  Miguel de Icaza  <miguel@novell.com>
22733
22734         * NumericUpDown.cs (Increment, ToString): Add.
22735         (DecimalPlaces): implement.
22736         
22737         Add attributes.
22738         
22739         * UpDownBase.cs: Add the designer attributes.
22740
22741 2005-02-13  Peter Bartok  <pbartok@novell.com>
22742
22743         * Panel.cs: Removed border_style, now in Control
22744         * XplatUIDriver.cs: Added SetBorderStyle, SetMenu, GetMenuDC and
22745           ReleaseMenuDC Methods; renmaed ReleaseWindow to UngrabWindow
22746
22747 2005-02-13  Peter Bartok  <pbartok@novell.com>
22748
22749         * MouseButtons.cs: Added missing attributes
22750         * XplatUIStructs.cs: Added enumeration for title styles
22751         * LeftRightAlignment.cs: Added missing attributes
22752         * Hwnd.cs: Switched to use client_window as handle (slower, but makes
22753           it compatible with Graphics.FromHwnd()
22754         * SelectedGridItemChangedEventArgs.cs: Fixed property type
22755         * Keys.cs: Added missing attributes
22756         * SelectionRange.cs: Added missing attributes
22757         * SelectionRangeConverter.cs: Added
22758         * XplatUI.cs:
22759           - Introduced SetBorderStyle, SetMenu, GetMenuDC and
22760             ReleaseMenuDC methods
22761           - Renamed ReleaseWindow to UngrabWindow
22762           - Added proper startup notice to allow version identification
22763         * Form.cs:
22764           - Added missing attributes
22765           - Removed FormParent concept
22766         * Label.cs: Removed border_style field, now in Control
22767         * RadioButton.cs: Now properly selects RadioButton when focus is
22768           received
22769         * ThemeGtk.cs: Fixed SetDisplay call to match new X11 behaviour
22770         * Control.cs:
22771           - Added missing attributes
22772           - Added borderstyle handling
22773           - Removed FormParent concept support
22774           - Fixed calls to XplatUI to match changed APIs
22775           - Fixed bug that would case us to use disposed Graphics objects
22776           - Removed unneeded internal methods
22777           - PerformLayout(): Fixed to handle DockStyle.Fill properly
22778           - SelectNextControl(): Fixed to properly check common parents
22779         * TextBoxBase.cs: Removed border_style field (now in Control)
22780         * MessageBox.cs:
22781           - Patch by Robert Thompson (rmt@corporatism.org): Added icon support,
22782             fixed calculations for form size
22783           - Added support for localized strings and icons
22784           - Improved form size calculations, added border
22785         * ListView.cs: Removed border_style field (now in Control)
22786         * X11Structs.cs: Moved several structs from X11 driver here
22787         * X11Keyboard.cs: Changed debug message
22788         * Application.cs: Removed FormParent concept support
22789         * CommonDialog.cs:
22790           - Resetting end_modal flag
22791           - Removed FormParent concept support
22792         * NativeWindow.cs: Removed FormParent concept support
22793         * XplatUIX11.cs: Rewritten, now using the new Hwnd class, implementing
22794           Client area and Non-Client whole window to allow support for WM_NC
22795           messages
22796         * XplatUIOSX.cs: Updated to match latest driver spec; added exception
22797           prevent using it until it supports Hwnd as per Geoff Norton's request
22798         * ToolBar.cs: Fixed drawing, was not doing proper drawing
22799         * PictureBox.cs: Removed border_style field, now in Control
22800         * XplatUIWin32.cs: Added new driver methods
22801
22802 2005-02-12  Peter Bartok  <pbartok@novell.com>
22803
22804         * OpacityConverter.cs: Implemented
22805         * Hwnd.cs: Internal class to support drivers that need to emulate
22806           client area/non-client area window behaviour
22807
22808 2005-02-11  Peter Bartok  <pbartok@novell.com>
22809
22810         * KeysConverter.cs: Implemented
22811
22812 2005-02-11  Jordi Mas i Hernandez <jordi@ximian.com>
22813
22814         * Menu.cs: fixes methods GetContextMenu, GetMainMenu, ToString
22815         * LinkLabel: Added missing attributes
22816         * MainMenu.cs: fixes ToString
22817         * MenuItem.cs: fixes methods GetContextMenu, GetMainMenu
22818         * ListBox.cs: fixes event position
22819         * TrackBar.cs: adds missing attributes and events
22820         
22821 2005-02-10  Jordi Mas i Hernandez <jordi@ximian.com>
22822
22823         * MenuItem.cs: Use SystemInformation and bug fixes
22824         * MenuAPI.cs: Use SystemInformation and bug fixes
22825
22826 2005-02-09  Jackson Harper  <jackson@ximian.com>
22827
22828         * X11Keyboard.cs: We ignore some keys, but still need to set/reset
22829         their keystate otherwise things like VK_MENU get stuck "on".
22830
22831 2005-02-09  Kazuki Oikawa <kazuki@panicode.com>
22832
22833         * ListBox.cs: Fixes AddRange bug
22834         
22835 2005-02-09  Jordi Mas i Hernandez <jordi@ximian.com>
22836
22837         * ProgressBar.cs
22838                 - Add missing attributes
22839                 - Add missing method
22840                 
22841         * CheckedListBox.cs: Added missing attributes
22842                 - Add missing attributes
22843                 - Remove extra method
22844         
22845         * ComboBox.cs: Added missing attributes
22846         * VScrollBar.cs: Added missing attributes
22847         * ScrollBar.cs:  Added missing attributes
22848         * ListBox.cs: Fixes signature, add missing consts
22849         * LinkArea.cs:   Added missing attributes
22850         
22851
22852 2005-02-08  Peter Bartok  <pbartok@novell.com>
22853
22854         * Menu.cs: Added missing attributes
22855         * MainMenu.cs: Added missing attributes
22856         * GroupBox.cs: Added missing attributes
22857         * Label.cs: Added missing attributes
22858         * CheckBox.cs: Implemented CheckBoxAccessibleObject class
22859         * ColorDialog.cs:
22860           - Added Instance and Options properties
22861           - Added missing attributes
22862         * Cursor.cs: Made Serializable
22863         * NotifyIcon: Added missing attributes
22864         * MenuItem.cs: Added missing attributes
22865         * TextBoxBase.cs: Implemented AppendText() and Select() methods
22866         * Panel.cs: Added Missing attributes
22867         * MonthCalendar.cs: Fixed CreateParams
22868
22869 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
22870         
22871         * LinkLabel.cs:
22872                 - Fixes signature
22873                 - Fixes issues with links
22874                 - Adds the class attributes
22875
22876 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
22877         
22878         * ComboBox.cs:
22879                 - Fixes button when no items available in dropdown
22880                 - Fixes repainting problems
22881                 - Adds the class attributes
22882                 
22883 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
22884
22885         * XplatUIOSX.cs: Detect the menu bar and title bar height from
22886         the current theme.  Cache these on startup.
22887
22888 2005-02-07  Jackson Harper  <jackson@ximian.com>
22889
22890         * ScrollBar.cs: Give the correct clipping rect to the theme. Dirty
22891         the scrollbar buttons when they are depressed.
22892
22893 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
22894
22895         * XplatUIOSX.cs: Really fix working at resolutions not 1024x768.
22896         Get the display size from the main displayid.  We currently dont
22897         support multiple display configurations.
22898
22899 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
22900
22901         * XplatUIOSX.cs: Ensure the window doesn't get stuck behind the statusbar.
22902
22903 2005-02-07  Miguel de Icaza  <miguel@novell.com>
22904
22905         * UpDownBase.cs: Add ReadOnly and UpDownAlign properties.
22906
22907 2005-02-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
22908
22909         * PropertyGrid.cs: Updated. Patch by Jonathan Chambers
22910
22911 2005-02-04  Jackson Harper  <jackson@ximian.com>
22912
22913         * ThemeWin32Classic.cs: Respect the clipping rect when
22914         drawing. Only fill the intersection of clips and rects so there
22915         isn't a lot of large fills.
22916         * ScrollBar.cs: Pass the correct clipping rect to the theme
22917         engine. Remove some debug code.
22918
22919 2005-02-05  John BouAntoun  <jba-mono@optusnet.com.au>
22920         
22921         * DateTimePicker.cs:
22922                 - Fixed crash on DateTime.Parse, use Constructor instead
22923
22924 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
22925         
22926         * MenuItem.cs:
22927         * MenuAPI.cs:
22928                 - Owner draw support (MeasureItem and DrawItem)
22929
22930 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
22931         
22932         *  Menu.cs:
22933                 - Implements FindMergePosition and MergeMenu functions (very poor documented)
22934                 - Fixes MenuItems.Add range
22935         * MenuItem.cs:
22936                 - MergeMenu and Clone and CloneMenu functions
22937
22938 2005-02-03  Jackson Harper  <jackson@ximian.com>
22939
22940         * ScrollBar.cs: Make abstract
22941         * ScrollableControl.cs: Create H/V scrollbars now that scrollbar
22942         is abstract.
22943
22944 2005-02-03  Jackson Harper  <jackson@ximian.com>
22945
22946         * ScrollBar.cs: First part of my scrollbar fixups. This removes
22947         all the unneeded refreshes and uses invalidates with properly
22948         computed rects.
22949
22950 2005-02-03  Peter Bartok  <pbartok@novell.com>
22951
22952         * ComponentModel.cs: Added
22953         * IDataGridEditingService.cs: Added
22954         * Timer.cs: Added missing attributes
22955         * ToolTip.cs: Added missing attributes
22956
22957 2005-02-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
22958
22959         * PropertyGridView.cs: Added. Patch by Jonathan Chambers
22960
22961 2005-02-03  Peter Bartok  <pbartok@novell.com>
22962
22963         * ListBox.cs: Added missing attributes
22964
22965 2005-02-03  Jordi Mas i Hernandez <jordi@ximian.com>
22966         
22967         * ListBox.cs:
22968                 - Fixes font height after font change
22969                 - Avoid generating unnecesary OnSelectedIndexChanged on clearing
22970                 
22971 2005-02-02  Peter Bartok  <pbartok@novell.com>
22972
22973         * HandleData.cs: Introduced static methods to allow class
22974           to be more self-contained and track it's own HandleData objects
22975         * XplatUIOSX.cs, XplatUIWin32.cs, XplatUIX11.cs: Fixed usage of
22976           HandleData to use new static methods
22977
22978 2005-02-02  Jordi Mas i Hernandez <jordi@ximian.com>
22979
22980         * Combobox.cs:
22981                 - Fixes default size and PreferredHeight
22982                 - Missing events
22983                 - ObjectCollection.Insert implementation
22984                 
22985         * ListControl.cs
22986                 - Fixes signature
22987         * ListBox.cs:
22988                 - Several fixes
22989                 - ObjectCollection.Insert implementation
22990                 - No selection after clean
22991                 - Small fixes
22992
22993 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
22994
22995         * ThemeWin32Classic.cs: quick fix to comboboxbutton pushed painting
22996
22997 2005-02-01  Jordi Mas i Hernandez <jordi@ximian.com>
22998
22999         * Combobox.cs:
23000                 - Caches ItemHeight calculation for OwnerDrawVariable
23001                 - Handles dropdown properly
23002                 - Fixes several minor bugs
23003
23004 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
23005
23006         * ListBox.cs:
23007                 - Fixes 71946 and 71950
23008                 - Fixes changing Multicolumn on the fly
23009                 - Fixes keyboard navigation on Multicolumn listboxes
23010
23011 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
23012         
23013         * XplatUIOSX.cs: Call ExitToShell in our teardown to avoid a
23014         crash reporter log.
23015
23016 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
23017
23018         * XplatUIOSX.cs: Allow applications to actually exit.
23019
23020 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
23021
23022         * XplatUIOSX.cs: SetWindowStyle implemented.  Reposition views in
23023         their parent at creation time rather than lazily later.  Fixes a major
23024         regression we were experiencing.
23025
23026 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
23027
23028         * ThemeWin32Classic.cs: more date time picker painting fixes
23029         * DateTimePicker.cs: more monthcalendar drop down fixes
23030         * MonthCalendar.cs: more CreateParams fixes to ensure correct drop down
23031
23032 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
23033
23034         * ScrollBar.cs:
23035                 - When moving the thumb going outside the control should stop the moving
23036                 - Adds the firing of missing events
23037                 - Fixes no button show if Size is not specified
23038                 - End / Home keys for keyboard navigation
23039
23040 2005-01-30  Peter Bartok  <pbartok@novell.com>
23041
23042         * NotifyIcon.cs (CalculateIconRect): Removed debug output and added
23043           sanity check to prevent theoretical loop
23044         * XplatUIWin32.cs (SetVisible): Removed debug output
23045         * XplatUIX11.cs (SystrayChange): Added sanity check
23046         * ScrollableControl.cs (OnVisibleChanged): Now calls base method
23047         * Control.cs (OnVisibleChanged): Added workaround for ParentForm
23048           behaviour, valid until the X11 client window rewrite is done
23049         * TextBox.cs (ctor): Setting proper default foreground and background
23050           colors
23051
23052 2005-01-30      John BouAntoun  <jba-mono@optusnet.com.au>
23053
23054         * Theme: Added DrawDateTimePicker to interface
23055         * ThemeWin32Classic.cs: Added DrawDateTimePicker (incomplete)
23056         * DateTimePicker.cs: Created (still needs keys and painting code)
23057         * DateTimePickerFormat.cs: added
23058         * MonthCalendar.cs: fixed CreateParams for popup window mode
23059           
23060 2005-01-29  Peter Bartok  <pbartok@novell.com>
23061
23062         * ControlPaint.cs: Fixed luminace value returned on achromatic colors,
23063           this should also the calculations for ligher/darker
23064         * Theme.cs: Fixed defaults for ScrollBar widths/heights
23065
23066 2005-01-29  Peter Bartok  <pbartok@novell.com>
23067
23068         * ArrangeDirection.cs: Added
23069         * ArrangeStartingPositon.cs: Added
23070         * SystemInformation.cs: Implemented
23071         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
23072           XplatUIX11.cs, Theme.cs: Added/implemented new static properties
23073           used by SystemInformation class
23074         * X11Strucs.cs: Added XSizeHints structure
23075         * MenuAPI.cs:
23076           - Fixed CreateParams to make sure the menu window is always visible
23077           - TrackPopupMenu: Added check to make sure we don't draw the
23078             menu offscreen
23079
23080 2005-01-29  Peter Bartok  <pbartok@novell.com>
23081
23082         * HandleData.cs: Added method for altering invalid area
23083         * TextBoxBase.cs: Implemented TextLength
23084
23085 2005-01-28  Peter Bartok  <pbartok@novell.com>
23086
23087         * XplatUIX11.cs: Improvement over last patch, not sending
23088           the WM_PAINT directly anymore, instead we scroll any pending
23089           exposed areas and let the system pick out the WM_PAINT later
23090
23091 2005-01-28  Peter Bartok  <pbartok@novell.com>
23092
23093         * SWF.csproj: Deleted, no longer used. Instead,
23094           Managed.Windows.Forms/SWF.csproj should be used
23095         * XplatUIX11.cs: Instead of posting the WM_PAINT, we send it
23096           directly, to avoid a potential race condition with the next
23097           scroll
23098
23099 2005-01-28  Peter Bartok  <pbartok@novell.com>
23100
23101         * XplatUI.cs: Made class internal
23102
23103 2005-01-28  Jordi Mas i Hernandez <jordi@ximian.com>
23104
23105         * CheckedListBox.cs:
23106                 - Draw focus
23107                 - Fixed Drawing
23108                 - Missing methods and events
23109
23110 2005-01-27  Peter Bartok  <pbartok@novell.com>
23111
23112         * Application.cs (Run): Don't use form if we don't have one
23113
23114 2005-01-27  Peter Bartok  <pbartok@novell.com>
23115
23116         * TextBoxBase.cs (get_Lines): Fixed index off by one error
23117
23118 2005-01-27  Peter Bartok  <pbartok@novell.com>
23119
23120         * GridEntry.cs: Added; Patch by Jonathan S. Chambers
23121         * GridItem.cs: Added; Patch by Jonathan S. Chambers
23122         * GridItemCollection.cs: Added; Patch by Jonathan S. Chambers
23123         * GridItemType.cs: Added; Patch by Jonathan S. Chambers
23124         * PropertyGrid.cs: Added; Patch by Jonathan S. Chambers
23125         * PropertySort.cs: Added; Patch by Jonathan S. Chambers
23126         * PropertyTabChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
23127         * PropertyTabChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
23128         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
23129         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
23130         * SelectedGridItemChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
23131         * SelectedGridItemChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
23132
23133 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
23134
23135         * Combobox.cs:
23136                 - Draw focus on Simple Combobox
23137                 - Fixes drawing issues
23138                 - fixes 71834
23139
23140 2005-01-27  Peter Bartok  <pbartok@novell.com>
23141
23142         * Form.cs:
23143           - Place window in default location, instead of hardcoded 0/0
23144           - Send initial LocationChanged event
23145         * Control.cs:
23146           - UpdateBounds after creation to find out where the WM placed us
23147           - Make sure that if the ParentForm changes location the Form
23148             is notified
23149         * XplatUIX11.cs: XGetGeometry will not return the coords relative
23150             to the root, but to whatever the WM placed around us.
23151             Translate to root coordinates before returning toplevel
23152             coordinates
23153         * XplatUIWin32.cs: Removed debug output
23154         * XplatUIOSX.cs, XplatUI.cs, XplatUIDriver.cs: Added toplevel
23155           flag to GetWindowPos, to allow translation of coordinates on X11
23156
23157 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
23158
23159         * ListBox.cs: connect LostFocus Event
23160
23161 2005-01-27  Peter Bartok  <pbartok@novell.com>
23162
23163         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
23164           XplatUIX11.cs: Extended the Systray API
23165         * Form.cs: Removed debug output
23166         * Application.cs: Fixed focus assignment, always need to call
23167           XplatUI.Activate() since Form.Activate() has rules that may
23168           prevent activation
23169         * NotifyIcon.cs: Should be complete now
23170         * ToolTip.cs: Worked around possible timer bug
23171
23172 2005-01-27  Jackson Harper  <jackson@ximian.com>
23173
23174         * TabControl.cs:
23175         - Only invalidate the effected tabs when the
23176         selected index changes. This reduces drawing and gets rid of some
23177         flicker.
23178         - Only refresh if the tabs need to be shifted, otherwise only
23179         invalidate the slider button.
23180         - On windows the tabs are not filled to right if the slider is
23181         visible.
23182         
23183 2005-01-27  Jackson Harper  <jackson@ximian.com>
23184
23185         * TabControl.cs: Only refresh on mouseup if we are showing the
23186         slider. Also only invalidate the button whose state has changed.
23187
23188 2005-01-26  Peter Bartok  <pbartok@novell.com>
23189
23190         * XplatUI.cs, XplatUIDriver.cs: Added Systray methods
23191         * XplatUIWin32.cs: Implemented SystrayAdd(), SystrayChange()
23192           and SystrayRemove() methods
23193         * XplatUIOSX.cs: Stubbed Systray methods
23194         * XplatUIX11.cs:
23195           - Implemented SystrayAdd(), SystrayChange() and SystrayRemove()
23196             methods
23197           - Fixed broken XChangeProperty calls (marshalling messed up things)
23198         * X11Structs.cs: Added enums and structs required for Size hinting
23199         * NotifyIcon.cs: Added & implemented
23200
23201 2005-01-26  Jackson Harper  <jackson@ximian.com>
23202
23203         * TabControl.cs: Space vertically layed out tabs properly.
23204
23205 2005-01-26  Peter Bartok  <pbartok@novell.com>
23206
23207         * Form.cs (CreateClientParams): Always set the location to 0,0
23208           since we're a child window.
23209
23210         * Control.cs (SetVisibleCore): Always explicitly setting the location
23211           of a toplevel window, apparently X11 doesn't like to move windows
23212           while they're not mapped.
23213
23214 2005-01-26  Jackson Harper  <jackson@ximian.com>
23215
23216         * TabControl.cs: Implement FillToRight size mode with vertically
23217         rendered tabs.
23218
23219 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
23220
23221         * ControlPaint.cs, ThemeWin32Classic.cs
23222                 - Fixes DrawFocusRectangle
23223
23224 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
23225
23226         * MenuAPI.cs:
23227                 - MenuBar tracking only starts when item is first clicked
23228                 - Fixes menu hidding for multiple subitems
23229                 - Unselect item in MenuBar when item Executed
23230                 - Fixes bug 71495
23231
23232 2005-01-25  Jordi Mas i Hernandez <jordi@ximian.com>
23233
23234         * ListControl.cs:
23235                 - IsInputKey for ListBox
23236         * ListBox.cs:
23237                 - Focus item
23238                 - Shift and Control item selection
23239                 - Implement SelectionMode.MultiExtended
23240                 - Fixes RightToLeft
23241         * ComboBox.cs:
23242                 - IsInputKey implemented
23243                 - Do not generate OnTextChangedEdit on internal txt changes
23244                 
23245 2005-01-23  Peter Bartok  <pbartok@novell.com>
23246
23247         * AccessibleObject.cs: Partially implemented Select()
23248         * MonthCalendar.cs: Added missing attributes and events
23249         * Form.cs: Fixed CreateParams behaviour, now controls derived from
23250           form can properly override CreateParams.
23251         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
23252           XplatUIX11.cs: Dropped RefreshWindow method, not needed if
23253           Control performs Invalidate & Update
23254         * NativeWindow (CreateHandle): Added special handling for Form
23255           and Form.FormParent classes to allow overriding of From.CreateParams
23256         * Control.cs:
23257           - ControlNativeWindow: Renamed 'control' variable to more intuitive
23258             name 'owner'
23259           - ControlNativeWindow: Added Owner property
23260           - Removed usage of Refresh() on property changes, changed into
23261             Invalidate(), we need to wait until the queue is processed for
23262             updates, direct calls might cause problems if not all vars for
23263             Paint are initialized
23264           - Added call to UpdateStyles() when creating the window, to set any
23265             styles that CreateWindow might have ignored.
23266           - Added support for Form CreateParent overrides to UpdateStyles()
23267         * MessageBox.cs: Removed no longer needed FormParent override stuff,
23268           CreateParams are now properly overridable
23269         * CommonDialog.cs: Removed no longer needed FormParent override stuff,
23270           CreateParams are now properly overridable
23271
23272 2005-01-23  Miguel de Icaza  <miguel@ximian.com>
23273
23274         * UpDownBase.cs (ctor): Connect TextChanged in the entry to the
23275         OnTextBoxChanged.
23276
23277         Capture LostFocus and OnTextBoxChanged.  The later introduces a
23278         recursive invocation that I have not figured out yet.
23279
23280         Reset the timer when not using (it was accumulating).
23281
23282
23283         (OnTextBoxChanged): Set UserEdit to true here to track whether the
23284         user has made changes that require validation.
23285
23286         Reset changing to avoid loops.
23287
23288 2005-01-22  Miguel de Icaza  <miguel@ximian.com>
23289
23290         * NumericUpDown.cs: Display value at startup.
23291
23292         * UpDownBase.cs (Text): Do not call UpdateEditText here, only call
23293         ValidateEditText.
23294
23295         * NumericUpDown.cs: Minimum, Maximum, Text, Value properties
23296         filled in.  Added some basic parsing of text.
23297
23298         Still missing the OnXXX method overrides, and figuring out the
23299         events that must be emitted.
23300
23301         * UpDownBase.cs: Handle UserEdit on the Text property.
23302         
23303 2005-01-22  Jordi Mas i Hernandez <jordi@ximian.com>
23304
23305         * ComboBox.cs:
23306           - Fixes IntegralHeight
23307           - ToString method
23308
23309 2005-01-21  Jackson Harper  <jackson@ximian.com>
23310
23311         * TabControl.cs: Set the SelectedIndex property when SelectedTab
23312         is set so that the page visibility is updated and the tabs are
23313         sized correctly.
23314
23315 2005-01-21  Jackson Harper  <jackson@ximian.com>
23316
23317         * TabControl.cs: Use cliping rectangle for blitting. Give the
23318         theme the clipping rect so we can do clipping while
23319         drawing. Remove some debug code.
23320
23321 2005-01-21  Jackson Harper  <jackson@ximian.com>
23322
23323         * TabPage.cs: Add a new method so tab pages can force the tab
23324         control to recalculate the tab page sizes.
23325         * TabControl.cs: UpdateOwner needs to make the tab control recalc
23326         sizes.
23327
23328 2005-01-20  Jackson Harper  <jackson@ximian.com>
23329
23330         * ThemeWin32Classic.cs: Clip text to the staus bar panels rects.
23331
23332 2005-01-20  Jackson Harper  <jackson@ximian.com>
23333
23334         * TreeView.cs: Set the bounds for nodes properly. They were
23335         getting screwed up when checkboxes were not enabled, but images
23336         were.
23337
23338 2005-01-20  Jordi Mas i Hernandez <jordi@ximian.com>
23339
23340         * ListBox.cs:
23341                 - Owner draw support
23342                 - Fixes
23343                 
23344 2005-01-20  Jackson Harper  <jackson@ximian.com>
23345
23346         * XplatUIStructs.cs: More misc keys
23347         * X11Keyboard.cs: Ignore some control keys.
23348
23349 2005-01-20  Jackson Harper  <jackson@ximian.com>
23350
23351         * X11Structs.cs: Add the modmaps to the keymask struct and tabify.
23352         * X11Keyboard.cs: Set the AltGr mask when we get a key event.
23353
23354 2005-01-19  Peter Bartok  <pbartok@novell.com>
23355
23356         * Control.cs: Un-selecting the control when it is loosing focus
23357
23358 2005-01-19  Jackson Harper  <jackson@ximian.com>
23359
23360         * TreeView.cs: Hook up to the text controls leave event so we can
23361         end editing when the users clicks outside the text box.
23362         
23363 2005-01-19  Jackson Harper  <jackson@ximian.com>
23364
23365         * X11Keyboard.cs: Fix typo that was causing the wrong keycodes to
23366         get set in the conversion array.
23367
23368 2005-01-19  Peter Bartok  <pbartok@novell.com>
23369
23370         * Application.cs (ModalRun): Added a call to CreateControl to ensure
23371           focus is properly set
23372         * Button.cs:
23373           - Added missing attributes
23374           - removed styles, those are already set in the base class
23375         * ButtonBase.cs:
23376           - Added missing attributes
23377           - Added clip window styles
23378         * CheckBox.cs: Added missing attributes
23379         * CommonDialog.cs:
23380           - FormParentWindow.CreateParams: Added required clip styles
23381         * Form.cs (ProcessDialogKey): Fixed handling of Escape key, now
23382           also filters modifier keys
23383         * MessageBox.cs:
23384           - Added assignment of Accept and Cancel button to enable Enter
23385             and Esc keys in MessageBox dialogs
23386           - FormParentWindow.CreateParams: Added required clip styles
23387         * RadioButton.cs: Added missing attributes
23388         * TextControl.cs: No longer draws selection if control does not
23389           have focus
23390         * TextBoxBase.cs:
23391           - Now draws simple rectangle around test area to make it obvious
23392             there's a control. This is a hack until we properly support borders
23393           - A few simple fixes to support selections better, now erases selected
23394             text when typing, and resets selection when using movement keys
23395
23396 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
23397
23398         * UpDownBase.cs: Added some new properties.
23399
23400         * DomainUpDown.cs: Implement a lot to get my test working.
23401
23402 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
23403
23404         * XplatUIOSX.cs: Fix a minor bug to bring the close box back
23405
23406 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
23407
23408         * OSXStructs (WindowAttributes): Fixed csc complaints
23409
23410 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
23411
23412         * XplayUIOSX.cs:
23413           OSXStructs.cs: Initial refactor to move enums and consts into
23414           OSXStructs and use them in the driver for greater readability.
23415
23416 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
23417
23418         * XplatUIOSX.cs: Initial support for Standard Cursors.
23419         * OSXStructs.cs: Move our structs here; added ThemeCursor enum
23420
23421 2005-01-19  Jordi Mas i Hernandez <jordi@ximian.com>
23422
23423         * ComboBox.cs: ability to change style when the ctrl is already
23424         created, missing methods and events, bug fixes, signature fixes
23425
23426 2005-01-19  Peter Bartok  <pbartok@novell.com>
23427
23428         * Cursors.cs (ctor): Added ctor to fix signature
23429
23430 2005-01-18  Peter Bartok  <pbartok@novell.com>
23431
23432         * Button.cs: Implemented DoubleClick event
23433         * ButtonBase.cs:
23434           - Fixed keyboard handling to behave like MS, where the press of
23435             Spacebar is equivalent to a mousedown, and the key release is
23436             equivalent to mouseup. Now a spacebar push will give the same
23437             visual feedback like a mouse click.
23438           - Added missing attributes
23439           - Added ImeModeChanged event
23440           - Added support for generating DoubleClick event for derived classes
23441         * CheckBox.cs:
23442           - Implemented DoubleClick event
23443           - Added missing attributes
23444         * CommonDialog.cs: Added missing attribute
23445         * ContextMenu.cs: Added missing attributes
23446         * RadioButton.cs:
23447           - AutoChecked buttons do not allow to be unselected when clicked
23448             (otherwise we might end up with no selected buttons in a group)
23449           - Added missing attributes
23450           - Implemented DoubleClickEvent
23451         * ThreadExceptionDialog.cs: Enabled TextBox code
23452
23453 2005-01-18  Peter Bartok  <pbartok@novell.com>
23454
23455         * Form.cs: Removed debug output
23456         * Button.cs: Added support for DoubleClick method
23457
23458 2005-01-18  Peter Bartok  <pbartok@novell.com>
23459
23460         * Form.cs:
23461           - Added method to parent window that allows triggering size
23462             calculations when a menu is added/removed
23463           - set_Menu: Cleaned up mess from early days of Form and Control,
23464             now properly triggers a recalc when a menu is added/removed
23465           - Added case to select form itself as focused form if no child
23466             controls exist
23467           - Added PerformLayout call when showing dialog, to ensure properly
23468             placed controls
23469         * Control.cs:
23470           - Select(): Made internal so Form can access it
23471           - Focus(): Only call Xplat layer if required (avoids loop), and sets
23472             status
23473         * Application.cs (Run): Removed hack and calls PerformLayout instead
23474           to trigger calculation when Form becomes visible
23475
23476 2005-01-18  Jordi Mas i Hernandez <jordi@ximian.com>
23477
23478         * ComboBox.cs: fixes for ownerdraw
23479
23480 2005-01-18  Peter Bartok  <pbartok@novell.com>
23481
23482         * TextControl.cs:
23483           - Sentinel is no longer static, each Document gets it's own, this
23484             avoids locking or alternatively overwrite problems when more
23485             than one text control is used simultaneously.
23486           - Switched to use Hilight and HilightText brushes for text selection
23487
23488         * TextBoxBase.cs (PaintControl): Disabled AntiAliasing to improve looks
23489
23490 2005-01-18  Peter Bartok  <pbartok@novell.com>
23491
23492         * Control.cs:
23493           - Hooked up the following events:
23494                 o ControlAdded
23495                 o ControlRemoved
23496                 o HandleDestroyed
23497                 o ImeModeChanged
23498                 o ParentChanged
23499                 o TabStopChanged
23500                 o Invalidated
23501                 o SystemColorsChanged
23502                 o ParentFontChanged
23503                 o Move
23504           - Removed debug output
23505           - Added a call to the current theme's ResetDefaults when a color change
23506             is detected
23507         * Form.cs: Now setting the proper ImeMode
23508         * Theme.cs: Defined a method to force recreation of cached resources
23509           and rereading of system defaults (ResetDefaults())
23510         * ThemeWin32Classic.cs: Added ResetDefaults() stub
23511
23512 2005-01-17  Peter Bartok  <pbartok@novell.com>
23513
23514         * Control.cs: Added missing attributes
23515
23516 2005-01-17  Jackson Harper  <jackson@ximian.com>
23517
23518         * TreeNode.cs: Implement editing. Add missing properties selected
23519         and visible.
23520         * TreeView.cs: Implement node editing. Also some fixes to use
23521         Invalidate (invalid area) instead of Refresh when selecting.
23522
23523 2005-01-17  Peter Bartok  <pbartok@novell.com>
23524
23525         * Control.cs:
23526           - Implemented InvokeGotFocus() method
23527           - Implemented InvokeLostFocus() method
23528           - Implemented InvokePaint() method
23529           - Implemented InvokePaintBackground() method
23530           - Implemented InvokeClick() method
23531           - Implemented FindForm() method
23532           - Implemented RectangleToClient() method
23533           - Implemented ClientToRectangle() method
23534           - Implemented ResetBackColor() method
23535           - Implemented ResetCursor() method
23536           - Implemented ResetFont() method
23537           - Implemented ResteForeColor() method
23538           - Implemented ResetImeMode() method
23539           - Implemented ResetLeftToRight() method
23540           - Implemented ResetText() method
23541           - Implemented Scale() methods
23542           - Implemented ScaleCore() method
23543           - Implemented Update() method
23544           - Removed unused variables
23545           - Stubbed AccessibilityNotifyClients and
23546             ControlAccessibleObject.NotifyClients() methods (dunno what to do
23547             with those yet)
23548           - Now setting proper default for RightToLeft property
23549           - Fixed bug in SetClientSizeCore that would cause windows to get
23550             really big
23551           - Now sending Click/DoubleClick events
23552           - Now selecting controls when left mouse button is clicked on
23553             selectable control
23554         * AccessibleEvents.cs: Added
23555         * XplatUI.cs, XplatUIDriver.cs: Added UpdateWindow() method
23556         * XplatUIOSX.cs: Stubbed UpdateWindow() method
23557         * XplatUIWin32.cs: Implemented UpdateWindow() method
23558         * XplatUIX11.cs: Implemented UpdateWindow() method
23559         * Form.cs: Removed stray semicolon causing CS0162 warning
23560         * ThemeWin32Classic.cs: Fixed unused variable warnings
23561         * ScrollableControl.cs: Now calls base method for ScaleCore
23562         * ButtonBase.cs: Now disabling StandardClick and StandardDoubleClick
23563           style to avoid interference with internal click handler (which is
23564           different than standard Control click handling)
23565         * RadioButton.cs:
23566           - Now unchecks all sibling radio buttons when control is
23567             selected (Fixes #68756)
23568           - Removed internal tabstop variable, using the one inherited from
23569             Control
23570
23571 2005-01-17  Jackson Harper  <jackson@ximian.com>
23572
23573         * NavigateEventArgs.cs: Fix base type.
23574         * LinkLabel.cs: Sig fix
23575         
23576 2005-01-17  Jackson Harper  <jackson@ximian.com>
23577
23578         * TreeView.cs: Only invalidate the effected nodes bounds when
23579         selecting nodes.
23580
23581 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
23582
23583         * XplatUIWin32.cs: fixes Win32 marshaling
23584         * XplatUIX11.cs: fixes method signature
23585
23586 2005-01-17  Peter Bartok  <pbartok@novell.com>
23587
23588         * XplatUIX11.cs: Clean up resources when we no longer need them
23589
23590 2005-01-17  Peter Bartok  <pbartok@novell.com>
23591
23592         * XplatUI.cs, XplatUIDriver.cs: Added SetCursor(), ShowCursor(),
23593           OverrideCursor(), DefineCursor(), DefineStdCursor(), GetCursorInfo()
23594           and DestroyCursor() methods.
23595         * Cursor.cs: Partially implemented, now supports standard cursors;
23596           still contains some debug code
23597         * Cursors.cs: Implemented class
23598         * Control.cs:
23599           - WndProc(): Added handling of WM_SETCURSOR message, setting the
23600             appropriate cursor
23601           - Implemented Cursor property
23602           - Replaced break; with return; more straightforwar and possibly
23603             faster
23604           - Now properly setting the result for WM_HELP
23605         * X11Structs.cs: Added CursorFontShape enum
23606         * XplatUIStructs.cs:
23607           - Added StdCursor enum (to support DefineStdCursor() method)
23608           - Added HitTest enum (to support sending WM_SETCURSOR message)
23609         * XplatUIX11.cs:
23610           - Now sends the WM_SETCURSOR message
23611           - Implemented new cursor methods
23612         * XplatUIOSX.cs: Stubbed new cursor methods
23613         * XplatUIWin32.cs:
23614           - Implemented new cursor methods
23615           - Added GetSystemMetrics function and associated enumeration
23616
23617 2005-01-15  Peter Bartok  <pbartok@novell.com>
23618
23619         * Control.cs:
23620           - WndProc(): Now handles EnableNotifyMessage
23621           - SelectNextControl(): Fixed bug where if no child or sibling
23622             controls exist we looped endlessly
23623
23624 2005-01-14  Jackson Harper  <jackson@ximian.com>
23625
23626         * TreeView.cs: Recalculate the tab pages when a new one is added
23627         so that the proper bounding rects are created.
23628
23629 2005-01-14  Jackson Harper  <jackson@ximian.com>
23630
23631         * TreeView.cs: Draw a gray box instead of a grip in the lower
23632         right hand corner when there are both horizontal and vertical
23633         scroll bars.
23634
23635 2005-01-14  Jackson Harper  <jackson@ximian.com>
23636
23637         * Control.cs: When erasing backgrounds use FromHwnd instead of
23638         FromHdc when there is a NULL wparam. This occurs on the X driver.
23639         * XplatUIX11.cs: Set the wparam to NULL.
23640
23641 2005-01-13  Jackson Harper  <jackson@ximian.com>
23642
23643         * PictureBox.cs: Implement missing methods (except ToString, need
23644         to test that on windows) and events. When visibility is changed we
23645         need to redraw the image because the buffers are killed. When size
23646         is changed refresh if the sizemode needs it.
23647
23648 2005-01-13  Peter Bartok  <pbartok@novell.com>
23649
23650         * Control.cs (SelectNextControl): Was using wrong method to select
23651           a control
23652
23653 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
23654
23655         * ComboBox.cs: fixes dropstyle
23656
23657 2005-01-13  Peter Bartok  <pbartok@novell.com>
23658
23659         * Form.cs:
23660           - Implemented Select() override
23661           - Now handles WM_SETFOCUS/WM_KILLFOCUS messages
23662           - Now sets keyboard focus on startup
23663         * Control.cs (SelectNextControl): Now properly handles directed=true
23664         * TextBoxBase.cs:
23665           - WndProc: Now passes tab key on to base if AcceptTabChar=false
23666           - Added (really bad) focus rectangle (mostly for testing)
23667         * TextBox.cs: Added code to handle getting/loosing focus and invalidating
23668           to enforce redraw on focus changes
23669         * ContainerControl.cs:
23670           - Fixed detection of Shift-Tab key presses
23671           - Fixed traversal with arrow keys
23672         * XplatUIX11.cs: Implemented simulated keyboard focus; not sure if we're
23673           gonna keep this or if it's complete yet
23674         
23675 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
23676
23677         * ComboBox.cs: missing properties, fixes
23678
23679 2005-01-13  Peter Bartok  <pbartok@novell.com>
23680
23681         * Panel.cs (ctor): Setting Selectable window style to off
23682         * Splitter.cs (ctor): Setting Selectable window style to off
23683         * GroupBox.cs (ctor): Setting Selectable window style to off
23684         * Label.cs (ctor): Setting Selectable window style to off
23685
23686 2005-01-12  Miguel de Icaza  <miguel@ximian.com>
23687
23688         * UpDownBase.cs (InitTimer): If the timer has been already
23689         created, enable it.
23690
23691         Use a TextBox instead of a Label.
23692
23693 2005-01-12  Jackson Harper  <jackson@ximian.com>
23694
23695         * TreeView.cs: Refresh the tree after sorting the nodes. Always
23696         draw the connecting node lines (when ShowLines is true).
23697         * TreeNode.cs: The nodes index can now be updated. This is used
23698         when a node collection is sorted.
23699         * TreeNodeCollection.cs: Implement sorting. Nodes can be sorted on
23700         insert or an existing unsorted node collection can be sorted.
23701         
23702 2005-01-12  Peter Bartok  <pbartok@novell.com>
23703
23704         * ContainerControl.cs: Implemented ProcessDialogKeys()
23705
23706 2005-01-12  Peter Bartok  <pbartok@novell.com>
23707
23708         * Control.cs:
23709           - Implemented SelectNextControl() method
23710           - Several focus related bug fixes
23711           - Fixed Docking calculations to match MS documentation and
23712             behaviour
23713
23714 2005-01-12  Jordi Mas i Hernandez <jordi@ximian.com>
23715
23716         * ContainerControl.cs, ListControl.cs, ListBox.cs: keyboard navigation and
23717         bug fixes
23718
23719 2005-01-12  Peter Bartok  <pbartok@novell.com>
23720
23721         * Control.cs:
23722           - Fixed broken Contains() method
23723           - Implemented GetNextControl() method. Finally. This is the pre-
23724             requisite for focus handling.
23725
23726 2005-01-12  Peter Bartok  <pbartok@novell.com>
23727
23728         * OSXStrucs.cs: Added
23729
23730 2005-01-12  Peter Bartok  <pbartok@novell.com>
23731
23732         * XplatUIWin32.cs:
23733           - Removed PeekMessageFlags
23734           - Implemented SetWindowStyle() method
23735         * XplatUIStructs.cs: Added PeekMessageFlags
23736         * X11Structs: Added missing border_width field to XWindowChanges struct
23737         * XplatUIX11.cs:
23738           - PeekMessage: Now throws exception if flags which are not yet
23739             supported are passed
23740           - Implemented SetWindowStyle() method
23741           - Fixed SetZOrder to handle AfterHwnd properly
23742         * XplatUI.cs: Added SetWindowStyle() method
23743         * XplatUIDriver.cs: Added SetWindowStyle() abstract
23744         * Control.cs:
23745           - Implemented UpdateStyles() method
23746           - Implemented UpdateZOrder() method
23747         * XplatUIOSX.cs: Added SetWindowStyle() stub
23748
23749 2005-01-12  Geoff Norton  <gnorton@customerdna.com>
23750
23751         * XplatUIOSX.cs: Fix SetZOrder (this needs more testing with a 3
23752         button mouse).
23753
23754
23755 2005-01-11  Jackson Harper  <jackson@ximian.com>
23756
23757         * TreeView.cs: Still need to draw lines to siblings even if out of
23758         the current node is out of the clip.
23759
23760 2005-01-11  Jackson Harper  <jackson@ximian.com>
23761
23762         * TreeView.cs: When setting the hbar/vbar/grip position use
23763         SetBounds so that perform layout is only called once. Also suspend
23764         and resume layout so layout is only done once for all controls.
23765         - Removed some debug fluff
23766         * SizeGrip.cs: Call base implmentation in overriding methods.
23767         - When visibility is changed the drawing buffers are killed so we
23768         need to redraw.
23769
23770 2005-01-11  Jackson Harper  <jackson@ximian.com>
23771
23772         * TreeView.cs: Calculate the open node count while drawing. This
23773         saves us an entire tree traversal for every paint operation. Use
23774         a member var for the open node count so less vars are passed around.
23775
23776 2005-01-11  John BouAntoun  <jba-mono@optusnet.com.au>
23777
23778         * MonthCalendar.cs:
23779         - fixed selection to use mousemove, not mouse polling on timer
23780         * ThemeWin32Classic.cs
23781         - removed redundant unused variable "no_more_content"
23782         
23783 2005-01-11  Peter Bartok  <pbartok@novell.com>
23784
23785         * XplatUIX11.cs (DoEvents): Needs to return when no more events
23786           are pending, so it now calls PeekMessage instead of GetMessage;
23787           implemented a incomplete version of PeekMessage
23788         
23789 2005-01-11  Peter Bartok  <pbartok@novell.com>
23790
23791         * XplatUIWin32.cs: Switched P/Invokes to unicode charset to avoid
23792           I18n issues
23793         * TextBoxBase.cs: Added sending of TextChanged event
23794
23795 2005-01-10  Jackson Harper  <jackson@ximian.com>
23796
23797         * TreeView.cs: Try not to draw outside the clipping rectangle on
23798         each node element.
23799
23800 2005-01-10  Jordi Mas i Hernandez <jordi@ximian.com>
23801
23802         * ComboBox.cs: keyboard navigation, item navigation, bug fixes
23803
23804 2005-01-10  Jackson Harper  <jackson@ximian.com>
23805
23806         * TreeView.cs:
23807         - Implement fast scrolling. Now only the newly
23808         exposed nodes are drawn and the old image is moved using the
23809         XplatUI::ScrollWindow method.
23810         - Factor in height of nodes when calculating whether or not the
23811         node is in the clipping rect.
23812
23813 2005-01-10  Jackson Harper  <jackson@ximian.com>
23814
23815         * TreeNodeCollection.cs: Refresh the tree when a new node is added.
23816
23817 2005-01-10  Peter Bartok  <pbartok@novell.com>
23818
23819         * Application.cs: Added temporary hack to resolve all our resize
23820           required issues on startup. This will get fixed properly at
23821           some point in the future
23822
23823 2005-01-10  Jackson Harper  <jackson@ximian.com>
23824
23825         * SizeGrip.cs: New internal class that is used as a sizing
23826         grip control...hence the name.
23827
23828 2005-01-10  Peter Bartok  <pbartok@novell.com>
23829
23830         * Control.cs: Implemented proper TabIndex handling, now assigning
23831           a tabindex when a control is added to a container
23832         * GroupBox.cs (ctor): Now sets the Container style bit, required
23833           for Control.GetNextControl()
23834
23835 2005-01-09  Jackson Harper  <jackson@ximian.com>
23836
23837         * TextBoxBase.cs: Clear window when scrolling (fixes build).
23838
23839 2005-01-09  Peter Bartok <pbartok@novell.com>
23840
23841         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
23842           XplatUIX11.cs: Added ability to control ScrollWindow expose and
23843           an overload for ScrollWindow to allow only scrolling a rectangle
23844
23845 2005-01-09  Peter Bartok <pbartok@novell.com>
23846
23847         * Form.cs:
23848           - Implemented SetDesktopBounds method
23849           - Implemented SetDesktopLocation method
23850
23851 2005-01-08  Jackson Harper  <jackson@ximian.com>
23852
23853         * TreeView.cs: Only set the vbar's Maximum and LargeChange when
23854         the node count has changed, this removes to VScroll::Refresh calls
23855         when drawing.
23856
23857 2005-01-08  Geoff Norton  <gnorton@customerdna.com>
23858
23859         * XplatUIOSX.cs: Fix GetWindowState & SetWindowState
23860
23861 2005-01-07  Jackson Harper  <jackson@ximian.com>
23862
23863         * TreeNode.cs: Just update the single node when it is
23864         checked. Don't refresh after toggling, the Expand/Collapse already
23865         handles this.
23866         * TreeView.cs: Respect clipping a little more when drawing. Try
23867         not to redraw things that don't need to be redrawn. Just hide the
23868         scrollbars when they are no longer needed instead of removing
23869         them, so they don't have to be created again and again.
23870         
23871 2005-01-07  Geoff Norton  <gnorton@customerdna.com>
23872
23873         * XplatUIOSX.cs (SetCaretPos):  We need to translate the view
23874         coordinates to window space to place the caret properly, FIXED.
23875         Implement GetWindowState & SetWindowState
23876
23877 2005-01-06  Peter Bartok <pbartok@novell.com>
23878
23879         * Form.cs:
23880           - Implemented ClientSize property
23881           - Implemented DesktopBounds property
23882           - Implemented DesktopLocation property
23883           - Implemented IsRestrictedWindow property
23884           - Implemented Size property
23885           - Implemented TopLevel property
23886           - Implemented FormWindowState property
23887         * Control.cs:
23888           - Implemented GetTopLevel() method
23889           - Implemented SetTopLevel() method
23890         * X11Structs.cs (Atom):
23891           - Added AnyPropertyType definition
23892           - Added MapState definiton and updated XWindowAttribute struct
23893         * XplatUI.cs: Added GetWindowState() and SetWindowState() methods
23894         * XplatUIDriver.cs: Added GetWindowState() and SetWindowState() methods
23895         * XplatUIOSX.cs: Stubbed GetWindowState() and SetWindowState() methods
23896         * XplatUIWin32.cs:
23897           - Implemented GetWindowState() and SetWindowState() methods
23898           - Fixed Win32GetWindowLong return type
23899         * XplatUIX11.cs:
23900           - Introduced central function for sending NET_WM messages
23901           - Implemented GetWindowState() and SetWindowState() methods
23902         * TextBoxBase.cs (set_Lines):
23903           - Now uses Foreground color for text added via Text property (Duh!)
23904           - Added code to remember programmatically requested size (fixes
23905             behaviour when Multiline is set after Size)
23906           - Added AutoSize logic
23907
23908 2005-01-06  Jackson Harper  <jackson@ximian.com>
23909
23910         * TreeView.cs: Draw the image after the checkbox if checkboxes are enabled.
23911
23912 2005-01-06  Jackson Harper  <jackson@ximian.com>
23913
23914         * ListBox.cs: Don't allow the horizontal scrollbars maximum to be
23915         set to less then 0.
23916
23917 2005-01-06  Jackson Harper  <jackson@ximian.com>
23918
23919         * ScrollableControl.cs: Lazy init the scrollbars.
23920         
23921 2005-01-06  Jackson Harper  <jackson@ximian.com>
23922
23923         * Theme.cs: Speed up getting pens and solid brushes, by using
23924         their ARGB as a hash instead of tostring and not calling Contains.
23925
23926 2005-01-06  Peter Bartok <pbartok@novell.com>
23927
23928         * Form.cs:
23929           - Implemented OnActivated and OnDeactivate event trigger
23930           - Implemented Activate() method
23931           - Fixed ShowDialog() to activate the form that was active before
23932             the dialog was shown
23933         * XplatUIX11.cs:
23934           - Added global active_window var that tracks the currently active
23935             X11 window
23936           - Now always grabs Property changes from the root window to always
23937             catch changes on the active window property
23938           - Added code to PropertyNotify handler to send Active/Inactive
23939             messages when state changes. This puts X11 and Win32 en par on
23940             WM_ACTIVATE notifications (except for double notifications when
23941             the user clicks away from our modal window to another one of our
23942             windows)
23943
23944 2005-01-05  Jackson Harper  <jackson@ximian.com>
23945
23946         * ImageList.cs: Implment ctor
23947
23948 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
23949
23950         * XplatUIOSX.cs: Implement Activate/SetTopmost
23951
23952 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
23953
23954         * XplatUIOSX.cs: Implement SetZOrder, minor cleanup
23955
23956 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
23957
23958         * XplatUIOSX.cs: Implement GetActive/SetFocus.
23959
23960 2005-01-05  Peter Bartok <pbartok@novell.com>
23961
23962         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs,
23963           XplatUIOSX.cs: Added GetActive method to return the currently
23964           active window for the application (or null, if none is active)
23965         * Form.cs:
23966           - Implemented ActiveForm
23967           - Commented out owner assignment for modal dialogs (causes problems
23968             on Win32, since the owner will be disabled)
23969           - Reworked some Active/Focus handling (still incomplete)
23970         * CommonDialog.cs: Commented out owner assignment for modal dialogs
23971           (causes problems on Win32, since the owner will be disabled)
23972         * IWin32Window: Added ComVisible attribute
23973
23974 2005-01-05  Peter Bartok <pbartok@novell.com>
23975
23976         * ToolTip.cs (WndProc): Enable setting focus now that we have the
23977           required XplatUI functions.
23978
23979 2005-01-05  Peter Bartok <pbartok@novell.com>
23980
23981         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs, XplatUIDriver.cs,
23982           XplatUIX11.cs, X11Structs.cs, Form.cs: Framework code required
23983           to implement focus and activation handling; still incomplete and
23984           with debug output
23985
23986 2005-01-04  Peter Bartok <pbartok@novell.com>
23987
23988         * TextBoxBase.cs: Changed access level for Document property to
23989           match switch to internal for TextControl
23990
23991 2005-01-04  Peter Bartok <pbartok@novell.com>
23992
23993         * AccessibleObject: Added ComVisible attribute
23994
23995 2005-01-04  Jackson Harper  <jackson@ximian.com>
23996
23997         * X11Keyboard.cs: Remove unneeded var.
23998
23999 2005-01-04  Jackson Harper  <jackson@ximian.com>
24000
24001         * XplatUIX11.cs (DoEvents): Implement, Just cast aside all events
24002         but PAINT.
24003         * XplatUIX11.cs (GetMessage): Call Exit when we get an unknown
24004         ClientMessage. This makes apps exit cleanly (more often).
24005         
24006 2005-01-04  Jackson Harper  <jackson@ximian.com>
24007
24008         * TreeNode.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) for
24009         handling focus, return correct colors and fonts,
24010         * TreeView.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) to
24011         handle selection, horizontal scrolling, and mouse interaction.
24012
24013 2005-01-04  Peter Bartok <pbartok@novell.com>
24014
24015         * ICommandExecutor.cs: Added
24016         * IDataGridColumnStyleEditingNotificationService.cs: Added
24017         * IFeatureSupport.cs: Added
24018         * IFileReaderService.cs: Added
24019         * IDataObject.cs: Added ComVisible attribute
24020         * AmbientProperties.cs: Added
24021         * BaseCollection.cs: Added missing attributes
24022         * ListBindingConverter.cs: Added (stubbed, required for certain attributes)
24023         * BaseCollection.cs: Added missing attributes
24024         * Binding.cs: Added TypeConverter attribute
24025         * BindingContext.cs: Added DefaultEvent attribute
24026         * BindingsCollection.cs: Added DefaultEvent attribute
24027         * Button.cs: Added DefaultValue attribute
24028         * DragEventArgs.cs: Added ComVisible attribute
24029         * GiveFeedbackEventArgs.cs: Added ComVisible attribute
24030         * KeyEventArgs.cs: Added ComVisible attribute
24031         * KeyPressEventArgs.cs: Added ComVisible attribute
24032         * MouseEventArgs.cs: Added ComVisible attribute
24033         * NavigateEventArgs.cs: Added
24034         * NavigateEventHandler.cs: Added
24035         * FeatureSupport.cs: Added
24036         * OSFeature.cs: Added
24037         * Theme.cs: Added abstract Version property to support OSFeature
24038         * ThemeWin32Classic.cs: Added Version property to
24039           support OSFeature.Themes
24040         * ProgressBar.cs: Removed OnPaintBackground override, not required since
24041           the proper styles to avoid background drawing are set, also doesn't
24042           match MS signature
24043         * QueryAccessibilityHelpEventArgs.cs: Added ComVisible attribute
24044         * QueryContinueDragEventArgs.cs: Added ComVisible attribute
24045         * ScrollEventArgs.cs: Added ComVisible attribute
24046         * SplitterEventArgs.cs: Added ComVisible attribute
24047         * AccessibleSelection.cs: Added Flags attribute
24048         * Appearance.cs: Added ComVisible attribute
24049         * Border3DSide.cs: Added ComVisible attribute
24050         * Border3DStyle.cs: Added ComVisible attribute
24051         * BorderStyle.cs: Added ComVisible attribute
24052         * DragAction.cs: Added ComVisible attribute
24053         * ErrorBlinkStyle.cs: Added
24054         * ScrollEventType.cs: Added ComVisible attribute
24055         * AnchorStyles.cs: Added Editor attribute
24056         * DockStyle.cs: Added Editor attribute
24057         * HorizontalAlignment.cs: Added ComVisible attribute
24058         * HelpEventArgs.cs: Added ComVisible attribute
24059         * PaintEventArgs.cs: Added IDisposable
24060
24061 2005-01-04  Peter Bartok <pbartok@novell.com>
24062
24063         * TextControl.cs: Switched Line, LineTag and Document classes to
24064           internal
24065
24066 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
24067
24068         * ComboBox.cs, ThemeWin32Classic.cs, ListBox.cs, Theme.cs:
24069         Simple mode, fixes, IntegralHeight, etc.
24070
24071 2005-01-04  Peter Bartok <pbartok@novell.com>
24072
24073         * TextBoxBase.cs: Using proper font variable now
24074
24075 2005-01-04  Peter Bartok <pbartok@novell.com>
24076
24077         * Form.cs (ShowDialog): Set parent to owner, if provided
24078         * GroupBox.cs: Removed unused vars
24079         * TextControl.cs:
24080           - Added GetHashCode() for Document and LineTag classes
24081           - Removed unused variables
24082           - Added CharIndexToLineTag() and LineTagToCharIndex() methods
24083             to allow translation between continuous char position and line/pos
24084         * CheckBox.cs: Removed vars that are provided by base class
24085         * RadioButton.cs: Removed vars that are provided by base class, added
24086           new keyword where required
24087         * LinkLabel.cs: Added new keyword where required
24088         * Control.cs (WndProc): Removed unused variable
24089         * TextBoxBase.cs:
24090           - Finished SelectionLength property
24091           - Implemented SelectionStart property
24092           - Implemented Text property
24093           - Removed unused vars
24094         * MessageBox.cs: Added new keyword where required
24095         * TextBox.cs: Removed Text property code (now in TextBoxBase), fixed
24096           WndProc signature
24097         * MenuAPI.cs: Added new keyword where required
24098         * ButtonBase.cs: Removed vars that are provided by base class, added
24099           new keyword where required
24100         * ThemeWin32Classic.cs (DrawMonthCalendarDate): Now cast Math.Floor
24101           argument to double, to allow compiling with csc 2.0 (Atsushi ran
24102           into this)
24103         * Application.cs (Run): Now triggers the ThreadExit event
24104         * CommonDialog.cs: Added new keyword where required; now properly sets
24105           parent (owner) for dialog
24106         * XplatUIX11.cs: Commented out unused vars
24107         * StatusBar.cs: Fixed signature for Text property
24108         * TabPage.cs: Undid Jordi's removal of unused var, now using the var
24109
24110 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
24111
24112         * ComboBox.cs, TabPage.cs, MenuAPI.cs, ThemeWin32Classic.cs,
24113         TrackBar.cs, MonthCalendar.cs: remove unused vars
24114
24115 2005-01-03  Jackson Harper  <jackson@ximian.com>
24116
24117         * ThemeWin32Classic.cs:
24118         * X11Keyboard.cs: Remove unused vars.
24119
24120 2005-01-03  Peter Bartok  <pbartok@novell.com>
24121
24122         * TextBox.cs:
24123           - set_Text: Tied into TextControl
24124           - set_TextAlignment: Tied into TextControl
24125         * TextControl.cs:
24126           - Added alignment properties and implemented alignment handling
24127             and drawing (still has a bug, not generating proper expose events)
24128           - Added new Line() constructor to allow passing the line alignment
24129           - Fixed selection setting, properly handling end<start now
24130           - Added aligment considerations to RecalculateDocument()
24131         * TextBoxBase.cs:
24132           - Now properly enforces control height for single line controls
24133           - Added support for CharacterCasing
24134           - Added IsInputKey override
24135           - Fixed Keys.Enter logic
24136           - Added SetBoundsCore override
24137           - Fixed mouse selection handling
24138
24139 2005-01-03  Jackson Harper  <jackson@ximian.com>
24140
24141         * TreeView.cs:
24142           - Collapse and uncheck all nodes when CheckBoxes is disabled.
24143           - Checkboxes are always aligned to the bottom of the node,
24144           regardless of item height.
24145           - Use the node bounds to draw the text so we can center it when
24146           the item height is greater then the font height.
24147           - Node::Bounds are only the text part of the node.
24148         * TreeNode.cs: New method to combine collapsing and unchecking all
24149           nodes recursively.
24150
24151 2005-01-02  Jackson Harper  <jackson@ximian.com>
24152
24153         * TreeView.cs: Draw checkmarks, handle detecting check mark clicks
24154         * TreeNode.cs: Add a bounding box for the checkbox, refresh the
24155         tree when a check is changed. TODO: Only refresh the checked node.
24156
24157 2004-12-30  Jackson Harper  <jackson@ximian.com>
24158
24159         * TreeView.cs: Draw checkbox boxes when checkboxes are enabled.
24160         * TreeNode.cs: When collapsing make sure to never collapse the
24161         root node.
24162
24163 2004-12-29  Jackson Harper  <jackson@ximian.com>
24164
24165         * TreeView.cs: Align lines to the bottom of plus minus boxes properly.
24166         
24167 2004-12-28  Zoltan Varga  <vargaz@freemail.hu>
24168
24169         * X11Structs.cs X11Keyboard.cs XplatUIX11.cs: Fix 64 bit issues.
24170
24171 2004-12-28  Peter Bartok  <pbartok@novell.com>
24172
24173         * MessageBox.cs (get_CreateParams): Don't use owner var if it's
24174           not yet assigned
24175
24176 2004-12-28  Peter Bartok  <pbartok@novell.com>
24177
24178         * Control.cs (WndProc): Added WM_HELP handler, now generates
24179           HelpRequested event
24180         * Form.cs: Added HelpButton property and required support code
24181         * XplatUIStructs.cs: Added HELPINFO structure for WM_HELP handling
24182
24183 2004-12-28  Peter Bartok  <pbartok@novell.com>
24184
24185         * CommonDialog.cs:
24186           - Made DialogForm.owner variable internal
24187           - Added check to ensure owner form is set before setting
24188             owner properties in CreateParams
24189
24190 2004-12-28  Geoff Norton  <gnorton@customerdna.com>
24191
24192         * XplatUIOSX.cs: Implement mouse hovering.  Fix QDPoint struct to avoid
24193           swizzling.  Implement ClientToScreen and ScreenToClient.  Implement
24194           GetCursorPos.  Fix major visibility issues.  Rework the windowing
24195           system to support borderless/titleless windows (implements menus).
24196           Fix GetWindowPos.  Implement initial background color support for
24197           views.
24198
24199 2004-12-28  Peter Bartok  <pbartok@novell.com>
24200
24201         * Form.cs (get_CreateParams): Make sure we have an owner before using
24202           the owner variable. Implement proper default if no owner exists
24203
24204 2004-12-28  Peter Bartok  <pbartok@novell.com>
24205
24206         * In preparation for making Managed.Windows.Forms the default build target
24207           for System.Windows.Forms, the following stubbed files were added.
24208           Dialogs are currently being implemented by contributors and are only
24209           short-term place holders.
24210         * ColorDialog.cs: Initial check-in (minmal stub)
24211         * DataGrid.cs: Initial check-in (minimal stub)
24212         * DataGridLineStyle.cs: Initial check-in (minimal stub)
24213         * DataGridParentRowsLabelStyle.cs: Initial check-in (minimal stub)
24214         * DataGridTableStyle.cs: Initial check-in (minimal stub)
24215         * FontDialog.cs: Initial check-in (minimal stub)
24216         * FileDialog.cs: Initial check-in (minimal stub)
24217         * GridColumnStylesCollection.cs: Initial check-in (minimal stub)
24218         * GridTableStylesCollection.cs: Initial check-in (minimal stub)
24219         * OpenFileDialog: Initial check-in (minimal stub)
24220         * IComponentEditorPageSite.cs: Initial check-in
24221         * Splitter.cs: Initial check-in (for Jackson)
24222         * SplitterEventArgs.cs: Initial check-in (for Jackson)
24223         * SplitterEventHandler.cs: Initial check-in (for Jackson)
24224         * TextBox.cs: Initial check-in; still needs some wiring to
24225           TextControl backend
24226         * Form.cs: Implemented ControlBox property
24227         * MessageBox.cs: Added proper coding for Minimize/Maximize/ControlBox
24228         * CommonDialog.cs: Added proper coding for Minimize/Maximize/ControlBox
24229         * TextControl.cs: Added selection functionality; added todo header
24230         * TextBoxBase.cs:
24231           - Implemented Lines property
24232           - Implemented TextHeight property
24233           - Implemented SelectedText property
24234           - Implemented SelectionLength property
24235           - Implemented SelectAll method
24236           - Implemented ToString method
24237           - Removed and cleaned up some debug code
24238           - Implemented (still buggy) mouse text selection
24239
24240 2004-12-27  Jordi Mas i Hernandez <jordi@ximian.com>
24241
24242         * ComboBox.cs: Complete DropDownList implementation, fixes.
24243
24244 2004-12-26  Jordi Mas i Hernandez <jordi@ximian.com>
24245
24246         * ThemeWin32Classic, Theme.cs: ComboBox drawing methods
24247         * ComboBoxStyle.cs: ComboBoxStyle enum
24248         * ComboBox.cs: Initial work on ComboBox control
24249
24250 2004-12-21  Peter Bartok  <pbartok@novell.com>
24251
24252         * Control.cs (ctor, CreateParams): Moved setting of is_visible
24253           forward so that anything that creates a window gets the default,
24254           also no longer uses Visible property in CreateParams to avoid
24255           walking up the parent chain and possibly get the wrong visible
24256           status. Fixed IsVisible to no longer walk up to the parent.
24257
24258 2004-12-21  Peter Bartok  <pbartok@novell.com>
24259
24260         * Form.cs (ShowDialog): Unset modality for the proper window
24261  
24262 2004-12-20  Peter Bartok  <pbartok@novell.com>
24263
24264         * CommonDialog.cs: Initial check-in
24265
24266 2004-12-20  Peter Bartok  <pbartok@novell.com>
24267
24268         * Control.cs (Visible): Now uses the parent window instead of the
24269           client area window for the property
24270
24271         * Form.cs
24272           - ShowDialog(): Now uses the proper window for modality
24273           - The default visibility state for the form parent is now false. This
24274             will prevent the user from seeing all the changes to the form and
24275             its controls before the application hits Application.Run()
24276           - Removed some stale commented out code
24277
24278         * NativeWindow.cs:
24279           - Added FindWindow() method to have a method to check for existence
24280             of a window handle
24281           - Added ability to override default exception handling (for example
24282             when debugging with VS.Net; to do this the ExternalExceptionHandler
24283             define must be set
24284           - Removed some useless debug output
24285
24286         * XplatUIX11.cs:
24287           - Removed r37929 (SetModal patch from Ashwin Bharambe), was
24288             not working as expected
24289           - Implemented modal_window stack and checking for _WM_ACTIVE_WINDOW
24290             property to allow switching back to the modal window if focus is
24291             given to another one of our windows (Application Modal)
24292           - Now only sets override_redirect if we create a window
24293             without WS_CAPTION
24294           - Moved EventMask selection before mapping of newly created window
24295             so we can catch the map event as well
24296           - Implemented Activate() method via the _WM_ACTIVE_WINDOW property
24297           - Added various Atom related DllImports
24298           - Implemented Exit() method
24299           - .ctor() : No longer shows window if WS_VISIBLE is not defined
24300             in the CreateParams
24301
24302         * MessageBox.cs: Now properly deals with the FormParent window by
24303           providing an override the FormParent CreateParams property to
24304           set as POPUP instead of OVERLAPPED window.
24305
24306 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
24307
24308         * XplatUIOSX.cs: Implement DestroyWindow.  Implement ScrollWindow
24309         Minor code cleanup.
24310
24311 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
24312         
24313         * XplatUIOSX.cs (SetModal): Implement this method on OSX.
24314
24315 2004-12-18  Peter Bartok  <pbartok@novell.com>
24316
24317         * XplatUIX11.cs (SetModal): Applied patch from Ashwin Bharambe,
24318           implementing SetModal() method
24319
24320 2004-12-18  Peter Bartok  <pbartok@novell.com>
24321
24322         * X11Structs.cs (XGCValues): Fixed type of function element
24323         * XplatUI.cs: Added ScrollWindow() method
24324         * XplatUIDriver.cs: Added ScrollWindow() abstract
24325         * XplatUIWin32.cs: Implemented ScrollWindow() method
24326         * XplatUIX11.cs: Implemented ScrollWindow() method
24327         * XplatUIOSX.cs: Stubbed out ScrollWindow() method
24328
24329 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
24330
24331         * XplatUIOSX.cs:  Fix cursor to use an Invert instead of drawing it
24332         Some more keyboard support (INCOMPLETE)
24333
24334 2004-12-17  Peter Bartok  <pbartok@novell.com>
24335
24336         * TextControl.cs:
24337         - Added color attribute to line tags.
24338         - Added color argument to all functions dealing with tags
24339         - Added color argument support to various functions
24340         - Fixed miss-calculation of baseline/shift in certain circumstances
24341
24342         * TextBoxBase.cs: Added new color option to test code
24343
24344 2004-12-17  Jackson Harper  <jackson@ximian.com>
24345
24346         * TreeNode.cs:
24347         * MonthCalendar.cs: Signature fixes
24348
24349 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
24350
24351         * XplatUIOSX.cs: Find the missing caret; caret was dissappearing after a
24352         keyboard event moved it.  Create a new graphics context for each paint resolves this
24353
24354 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
24355
24356         * XplatUIOSX.cs: Fix hard cpu eat on loop with existing timers,
24357         Make caret exist and go blink blink.  Initial keyboard support.
24358         Fix exception handler, Add Invalidate support.  Change way RefreshWindow
24359         works.
24360
24361 2004-12-17  Jackson Harper  <jackson@ximian.com>
24362
24363         * XplatUIStructs.cs: Updated set of virtual keycodes.
24364         * KeyboardLayouts.cs: SCROLL_LOCK is now SCROLL
24365
24366 2004-12-17  Jackson Harper  <jackson@ximian.com>
24367
24368         * XplatUIX11.cs: Prune old keyboard code.
24369
24370 2004-12-17  Jackson Harper  <jackson@ximian.com>
24371
24372         * XplatUIX11.cs: When generating mouse wparams get the modifier
24373         keys from the ModifierKeys property.
24374
24375 2004-12-17  Jackson Harper  <jackson@ximian.com>
24376
24377         * X11Keyboard.cs: Send up/down input when generating
24378         messages. Remove some unused vars.
24379
24380 2004-12-17  Jackson Harper  <jackson@ximian.com>
24381
24382         * TabControl.cs:
24383         * TreeView.cs: get rid of warnings.
24384
24385 2004-12-17  Jackson Harper  <jackson@ximian.com>
24386
24387         * XplatUIStructs.cs: Fix a couple wrong virtual keycodes.
24388
24389 2004-12-17  Jordi Mas i Hernandez <jordi@ximian.com>
24390
24391         * ListBox.cs: bug fixes, changes for CheckedListBox.cs
24392           CheckedListBox.cs: Implementation
24393
24394 2004-12-17  Peter Bartok  <pbartok@novell.com>
24395
24396         * TextControl.cs (RecalculateLine): Fixed baseline aligning calcs
24397
24398 2004-12-16  Peter Bartok  <pbartok@novell.com>
24399
24400         * TextControl.cs:
24401           - InsertCharAtCaret(): Fixed start pos fixup
24402           - CaretLine_get: No longer derives the line from the tag, the tag
24403             could be stale if lines in the document have been added or deleted
24404           - RebalanceAfterDelete(): Fixed bug in balancing code
24405           - RebalanceAfterAdd(): Fixed really stupid bug in balancing code
24406           - Line.Streamline(): Now can also elminate leading empty tags
24407           - DumpTree(): Added a few more tests and prevented exception on
24408             uninitialized data
24409           - Added Debug section for Combining lines
24410           - Delete(): Now copies all remaining properties of a line
24411           
24412         * TextBoxBase.cs:
24413           - Left mousebutton now sets the caret (and middle button still acts
24414             as formatting tester, which must go away soon)
24415           - Added Debug section for Deleting/Combining lines
24416           - Fixed calculations for UpdateView after Combining lines
24417
24418 2004-12-16  Peter Bartok  <pbartok@novell.com>
24419
24420         * TextControl.cs: Now properly aligns text on a baseline, using the
24421           new XplatUI.GetFontMetrics() method. Simplified several calculations
24422         * TextBoxBase.cs: Moved #endif to allow compiling if Debug is not
24423           defined
24424
24425 2004-12-16  Peter Bartok  <pbartok@novell.com>
24426
24427         * XplatUI.cs: Added GetFontMetrics() method
24428         * XplatUIDriver.cs: Added GetFontMetrics() abstract
24429         * XplatUIX11.cs: Implemented GetFontMetrics() method, now calls
24430           into libgdiplus, our private GetFontMetrics function
24431         * XplatUIOSX.cs: Implemented GetFontMetrics() method, same as X11
24432         * XplatUIWin32.cs: Implemented GetFontMetrics() method
24433
24434 2004-12-16  Jackson Harper  <jackson@ximain.com>
24435
24436         * XplatUIStruct.cs: Add enum for dead keys
24437         * X11Keyboard.cs: Map and unmap dead keys.
24438
24439 2004-12-16  Jackson Harper  <jackson@ximian.com>
24440
24441         * X11Keyboard.cs: Detect and use the num lock mask.
24442
24443 2004-12-16  Peter Bartok  <pbartok@novell.com>
24444
24445         * Control.cs (CreateGraphics): Added check to make sure the
24446           handle of the window exists before calling Graphics.FromHwnd()
24447
24448 2004-12-16  Peter Bartok  <pbartok@novell.com>
24449
24450         * TextBoxBase.cs: Initial check-in. DO NOT TRY TO USE THIS YET. It
24451           contains a lot of code that's not supposed to be there for the
24452           real thing, but required for developing/testing the textbox
24453           backend.
24454
24455 2004-12-16  Peter Bartok  <pbartok@novell.com>
24456
24457         * TextControl.cs:
24458         - Fixed Streamline method
24459         - Added FindTag method to Line
24460         - Added DumpTree method for debugging
24461         - Added DecrementLines() method for deleting lines
24462         - Fixed UpdateView to update the cursor to end-of-line on single-line
24463           updates
24464         - Added PositionCaret() method
24465         - Fixed MoveCaret(LineDown) to move into the last line, too
24466         - Added InsertChar overload
24467         - Fixed InsertChar tag offset calculations
24468         - Added DeleteChar() method
24469         - Added Combine() method for folding lines
24470         - Fixed Delete() method, no longer allocates wasted Line object and
24471           now copies all properties when swapping nodes
24472         - Delete() method now updates document line counter
24473
24474 2004-12-15  Jackson Harper  <jackson@ximian.com>
24475
24476         * XplatUIX11.cs: Get the modifier keys from the keyboard driver
24477         * X11Keyboard.cs: Expose the currently selected modifier keys
24478         through a property.
24479
24480 2004-12-15  Peter Bartok  <pbartok@novell.com>
24481
24482         * TextControl.cs: Initial check-in. Still incomplete
24483
24484 2004-12-15  Jackson Harper  <jackson@ximian.com>
24485
24486         * TreeNode.cs:
24487         * TreeView.cs: Fix build on csc (second time today ;-))
24488
24489 2004-12-15  Jackson Harper  <jackson@ximian.com>
24490
24491         * TreeView.cs: Store the treenodes plus/minus box bounds when it
24492         is calculated and use this for click testing.
24493         * TreeNode.cs: Add functionality to store the nodes plus minus box bounds.
24494
24495 2004-12-15  Jackson Harper  <jackson@ximian.com>
24496
24497         * TreeView.cs: Pass the nodes image index to the image list when
24498         drawing that image.
24499
24500 2004-12-15  Jackson Harper  <jackson@ximian.com>
24501
24502         * X11Keyboard.cs: Set messages hwnd.
24503         * XplatUIX11.cs: Pass proper hwnd wot keyboard driver. Set hwnd on
24504         post_message calls.
24505
24506 2004-12-15  Jackson Harper  <jackson@ximian.com>
24507
24508         * X11Keyboard.cs: Fix to compile with csc.
24509         
24510 2004-12-15  Jackson Harper  <jackson@ximian.com>
24511
24512         * X11Structs.cs: Add key mask values
24513         * XplatUIStruct.cs: Add keyboard event flags, and keyboard definitions
24514         * X11Keyboard.cs: New file - Extrapolates and interpolates key
24515         down/up foo into WM_CHAR foo
24516         * KeyboardLayouts.cs: Common keyboard layouts
24517         * XplatUIX11.cs: Add the keyboard driver. Add functionality to
24518         post messages into the main queue.
24519
24520 2004-12-13  Jordi Mas i Hernandez <jordi@ximian.com>
24521
24522         * Button.cs: implement ProcessMnemonic
24523         * ThemeWin32Classic.cs: use ResPool (caching) instead of creating
24524           brushes everytime
24525         * Control.cs: fixes IsMnemonic (support for &&, case insensitive, etc)
24526         * ButtonBase.cs: Show HotkeyPrefix (not the &)
24527
24528 2004-12-12  John BouAntoun  <jba-mon@optusnet.com.au>
24529         
24530         * MonthCalendar.cs: Implemented click-hold for next/previous month
24531           and date selection
24532           
24533 2004-12-11  Peter Bartok  <pbartok@novell.com>
24534
24535         * X11Structs.cs:
24536           - Added XKeyboardState (moved from XplatUIX11.cs)
24537           - Added XCreateGC related enums and structures
24538           - Added GXFunction for XSetFunction
24539
24540         * XplatUIStructs.cs: Added missing WS_EX_xxx definitions
24541
24542         * XplatUI.cs: Added CreateCaret(), DestroyCaret(), SetCaretPos() and
24543           CaretVisible() calls
24544
24545         * ToolTip.cs: Added code to prevent stealing focus from app windows
24546
24547         * XplatUIDriver.cs: Added abstracts for caret functions (CreateCaret,
24548           DestroyCaret, SetCaretPos and CaretVisible)
24549
24550         * XplatUIX11.cs:
24551           - Added implementation for caret functions
24552           - Moved hover variables into a struct, to make it a bit easier
24553             on the eyes and to debug
24554           - Removed XKeyboardState (moved to XplatUIX11.cs)
24555           - Moved Keyboard properties into the properties region
24556
24557         * Control.cs (get_Region): Control.CreateGraphics is the appropriate
24558           call to get a graphics context for our control
24559
24560         * XplatUIOSX.cs: Added empty overrides for the new caret functions
24561
24562         * TreeView.cs: Fixed bug. No matter what color was set it would always
24563           return SystemColors.Window
24564
24565         * XplatUIWin32.cs: Implemented caret overrides
24566
24567 2004-12-10  Jordi Mas i Hernandez <jordi@ximian.com>
24568
24569         * ListBox.cs: fire events, implement missing methods and properties,
24570         sorting.
24571
24572 2004-12-10  John BouAntoun <jba-mono@optusnet.com.au>
24573
24574         * MonthCalendar.cs: invalidation bug fixing
24575         * ThemeWin32Classic.cs: paint fixing
24576
24577 2004-12-09  Geoff Norton  <gnorton@customerdna.com>
24578
24579         * XplatUIOSX.cs: Refactor to pass the real hwnd into Graphics.FromHwnd, we
24580         prepare the CGContextRef there now.
24581
24582 2004-12-09  John BouAntoun <jba-mono@optusnet.com.au>
24583
24584         * MonthCalendar.cs:
24585           - optimisationL only invalidate areas that have changed
24586         * ThemeWin32Classic.cs:
24587           - only paint parts that intersect with clip_area
24588
24589 2004-12-09  Peter Bartok  <pbartok@novell.com>
24590
24591         * Application.cs: Undid changes from r37004 which cause problems
24592         on X11
24593
24594 2004-12-09  Ravindra  <rkumar@novell.com>
24595
24596         * ToolBar.cs: Added support for displaying ContextMenu
24597         attached to a button on ToolBar.
24598         * ToolBarButton.cs: Uncomment/fixed the DropDownMenu
24599         property.
24600
24601 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
24602
24603         * Label.cs: autosize works in text change and removes unnecessary
24604         invalidate
24605
24606 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
24607
24608         * ThemeWin32Classic.cs, XplatUIOSX.cs, XplatUIWin32.cs:
24609         remove warnings
24610
24611 2004-12-08  Geoff Norton  <gnorton@customerdna.com>
24612
24613         * XplatUIOSX.cs: Added mouse move/click/grab support
24614         Remove some debugging WriteLines not needed anymore.
24615         Add window resizing/positioning.
24616         Fix visibility on reparenting.
24617
24618 2004-12-08  Peter Bartok  <pbartok@novell.com>
24619
24620         * XplatUIOSX.cs: Added Idle event, now compiles on VS.Net
24621
24622 2004-12-07  Geoff Norton  <gnorton@customerdna.com>
24623
24624         * XplatUIOSX.cs: Initial checkin
24625         * XplatUI.cs: Use the Quartz driver if the environment is set to use it
24626
24627 2004-12-03  Ravindra <rkumar@novell.com>
24628
24629         * ListView.cs: Added some keybindings and fixed scrolling.
24630         ScrollBars listen to ValueChanged event instead of Scroll
24631         Event. This would let us take care of all changes being
24632         done in the scrollbars' values programmatically or manually.
24633         * ListView.cs (CanMultiselect): Added a check for shift key.
24634         * ListView.cs (EnsureVisible): Fixed. Do proper scrolling.
24635         * ListViewItem.cs (Clone): Fixed. We need to make a copy
24636         of ListViewSubItemCollection as well.
24637
24638 2004-12-06  Peter Bartok <pbartok@novell.com>
24639
24640         * Control.cs (Parent): Added check and exception to prevent
24641         circular parenting
24642
24643 2004-12-03  Jordi Mas i Hernandez <jordi@ximian.com>
24644
24645         * ListBox.cs: implemented clipping, selection single and multiple,
24646         bug fixing
24647
24648 2004-12-03  Ravindra <rkumar@novell.com>
24649
24650         * ListView.cs (ListView_KeyDown):
24651         * ListView.cs (ListView_KeyUp): Fixed multiple selection handling
24652         when CTRL key is pressed.
24653         * ListViewItem.cs (Selected): Fixed setting the property.
24654
24655 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
24656
24657         * Application.cs (OnThreadException): Use ThreadExceptionDialog.
24658
24659         * Form.cs: Add ActiveForm, FormBorderStyle, MaximizeBox,
24660         MinimizeBox, ShowInTaskbar, TopMost properties.
24661
24662         * ThreadExceptionDialog.cs: Implemented (disabled TextBox until
24663         will be implemented).
24664
24665 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
24666
24667         * OwnerDrawPropertyBag.cs: New internal parameterless ctor.
24668
24669         * TreeNode.cs: Implemented ICloneable, Fixed to pass my simple
24670         tests.
24671         
24672         * TreeNodeCollection.cs: Add exception throwing for Add,AddRange.
24673         
24674         * TreeView.cs: BackColor is Colors.Window.
24675
24676 2004-12-01  Jackson Harper  <jackson@ximian.com>
24677
24678         * TreeView.cs: When resizing the tree if the user is making it
24679         smaller we don't get expose events, so we need to handle adding
24680         the horizontal scrollbar in the size changed handler as well as
24681         the expose handler.
24682
24683 2004-12-02  Jordi Mas i Hernandez <jordi@ximian.com>
24684
24685         * DrawItemState.cs: fixes wrong enum values
24686
24687 2004-12-01  Jackson Harper  <jackson@ximian.com>
24688
24689         * TreeView.cs: Resize the hbar as well as the vbar on resize.
24690
24691 2004-12-01  Jackson Harper  <jackson@ximian.com>
24692
24693         * NodeLabelEditEventArgs.cs:
24694         * NodeLabelEditEventHandler.cs:
24695         * OpenTreeNodeEnumerator.cs:
24696         * TreeNode.cs:
24697         * TreeNodeCollection.cs:
24698         * TreeView.cs:
24699         * TreeViewAction.cs:
24700         * TreeViewCancelEventArgs.cs:
24701         * TreeViewCancelEventHandler.cs:
24702         * TreeViewEventArgs.cs:
24703         * TreeViewEventHandler.cs: Initial implementation.
24704
24705 2004-12-01  Ravindra <rkumar@novell.com>
24706
24707         * ListView.cs (CalculateListView): Fixed scrolling related
24708         calculations. Also, removed some debug statements from other
24709         places.
24710         * ListViewItem.cs: Changed access to 'selected' instance variable
24711         from private to internal.
24712         * ThemeWin32Classic.cs (DrawListViewItem): Fixed SubItem drawing.
24713
24714 2004-12-01  Jordi Mas i Hernandez <jordi@ximian.com>
24715
24716         * ThemeWin32Classic.cs: remove cache of brush and pens for
24717         specific controls and use the global system, fixes scrollbutton
24718         bugs (for small sizes, disabled, etc)
24719         
24720         * ScrollBar.cs: does not show the thumb for very small controls
24721         (as MS) and allow smaller buttons that the regular size
24722
24723 2004-12-01  Miguel de Icaza  <miguel@ximian.com>
24724
24725         * UpDownBase.cs: Add abstract methods for the interface.
24726         Add new virtual methods (need to be hooked up to TextEntry when it
24727         exists).
24728         Add override methods for most features.
24729         Computes the size, forces the height of the text entry.
24730
24731         * NumericUpDown.cs: Put here the current testing code.
24732
24733         * Set eol-style property on all files that do not have mixed line
24734         endings, to minimize the future problems.  There are still a few
24735         files with mixed endings, and someone should choose whether they
24736         want to move it or not.
24737
24738 2004-11-30  Jordi Mas i Hernandez <jordi@ximian.com>
24739
24740         * MonthCalendar.cs, ListView.cs: use Theme colours instead of
24741         System.Colors
24742         
24743 2004-11-30  Ravindra <rkumar@novell.com>
24744
24745         * ThemeWin32Classic.cs (DrawListViewItem): Fixed selected item
24746         drawing and replaced use of SystemColors by theme colors.
24747         * ListView.cs (ListView_Paint): Fixed painting done during scrolling.
24748         * ListView.cs (ListViewItemCollection.Add): Throw exception when
24749         same ListViewItem is being added more than once.
24750
24751 2004-11-30  John BouAntoun <jba-mono@optusnet.com.au>
24752
24753         * MonthCalendar.cs:
24754           - ControlStyles love to make the control not flicker
24755           
24756 2004-11-30  Peter Bartok  <pbartok@novell.com>
24757
24758         * CharacterCasing.cs: Added
24759
24760 2004-11-29  Peter Bartok  <pbartok@novell.com>
24761
24762         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
24763           TreeViewAction.cs, TreeViewEventArgs.cs: Removed new files.
24764           I am removing these files as they conflict with already completed
24765           work. While it is fantastic to get contributions to MWF, I
24766           respectfully ask that everyone please coordinate their contributions
24767           through mono-winforms-list or #mono-winforms at this time. We're
24768           explicitly avoiding stubbing and don't want controls that don't have
24769           their basic functionality implemented in svn. Please also see
24770           http://www.mono-project.com/contributing/winforms.html
24771
24772
24773 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
24774
24775         * Application.cs (ModalRun): Don't hang after exit.
24776
24777         * Theme.cs: New TreeViewDefaultSize property.
24778
24779         * ThemeWin32Classic.cs: Replaced hardcoded defaultWindowBackColor
24780         with less hardcoded SystemColors constant.
24781         Implemented TreeViewDefaultSize.
24782
24783         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
24784         TreeViewAction.cs, TreeViewEventArgs.cs: New files.
24785
24786
24787 2004-11-29  John BouAntoun <jba-mono@optusnet.com.au>
24788
24789         * MonthCalendar.cs:
24790           - Fix NextMonthDate and PrevMonthDate click moving calendar
24791
24792 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
24793
24794         * MonthCalendar.cs:
24795           - Fix usage of ScrollChange Property when scrolling months
24796
24797 2004-11-26  Jordi Mas i Hernandez <jordi@ximian.com>
24798
24799         * Menu.cs, MainMenu.cs, MenuItem.cs, MenuAPI.cs
24800          - Fixes menu destroying
24801          - Support adding and removing items on already created menus
24802
24803 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
24804
24805         * MonthCalendar.cs:
24806           - Re-worked all bolded dates handling to match win32
24807         * ThemeWin32Classic.cs:
24808           - Fixed rendering with bolded dates
24809
24810 2004-11-25  Jordi Mas i Hernandez <jordi@ximian.com>
24811
24812         * ListBox.cs, Theme.cs, ThemeWin32Classic.cs:
24813         - Horizontal scroolbar
24814         - Multicolumn
24815         - Fixes
24816
24817
24818 2004-11-25  John BouAntoun <jba-mono@optusnet.com.au>
24819
24820         * MonthCalendar.cs:
24821           - Fix Usage of MaxSelectionCount from SelectionRange
24822           - Fixed Shift + Cursor Selection
24823           - Fixed Shift + (Pg up/Pg dn, Home/End) selection
24824           - Fixed normal cursor selection to be compat with win32
24825           - Fixed Shift + Mouse Click selection
24826
24827 2004-11-24  Peter Bartok <pbartok@novell.com>
24828
24829         * XplatUI.cs (DispatchMessage): Switched to return IntPtr
24830         * XplatUIDriver.cs (DispatchMessage): Switched to return IntPtr
24831         * XplatUIX11.cs:
24832           - CreatedKeyBoardMsg now updates keystate with Alt key
24833           - Added workaround for timer crash to CheckTimers, Jackson will
24834             develop a proper fix and check in later
24835           - Implemented DispatchMessage
24836           - Removed calling the native window proc from GetMessage (call
24837             now moved to DispatchMessage)
24838
24839         * KeyEventArgs.cs (Constructor): Now combines modifierkeys into
24840           the keydata (Fixes bug #69831)
24841
24842         * XplatUIWin32.cs:
24843           - (DispatchMessage): Switched to return IntPtr
24844           - Added DllImport for SetFocus
24845
24846 2004-11-24  Ravindra <rkumar@novell.com>
24847
24848         * ThemeWin32Classic.cs: Fixed ListView border and checkbox
24849         background drawing.
24850         * ListViewItem.cs: Fixed various properties, calculations
24851         and Clone() method. Fixed ListViewSubItemCollection.Clear() method.
24852         * ListView.cs: Fixed calculations, BackColor, ForeColor properties
24853         and some internal properties. Fixed MouseDown handler and Paint
24854         method.
24855
24856 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
24857
24858         * MonthCalendar.cs: Add TitleMonth ContextMenu handling
24859
24860 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
24861
24862         * ContainerControl.cs: correct accidental check in of local changes
24863
24864 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
24865
24866         * ThemeWin32Classic.cs:
24867                 - Fixed Drawing Last month in grid (sometimes not showing)
24868         * MonthCalendar.cs:
24869                 - Fixed title width calculation bug (makeing title small)
24870
24871 2004-11-23  Peter Bartok <pbartok@novell.com>
24872
24873         * XplatUIX11.cs:
24874           - Added generation of WM_MOUSEHOVER event
24875           - Added missing assignment of async_method atom
24876           - Fixed WM_ERASEBKGND; now only redraws the exposed area
24877
24878 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
24879
24880         * ThemeWin32Classic.cs:
24881                 - Fixed Drawing of today circle when showtodaycircle not set
24882                 - fixed drawing of first and last month in the grid (gay dates)
24883         * MonthCalendar.cs:
24884                 - Fixed Drawing of today circle
24885                 - Fixed drawing of grady dates
24886                 - Fixed HitTest for today link when ShowToday set to false
24887                 - Fixed DefaultSize to obey ShowToday
24888
24889 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
24890
24891         * ThemeWin32Classic.cs: Fixed DrawMonthCalendar and private support methods
24892         * System.Windows.Forms/Theme.cs
24893         * MonthCalendar.cs: added for MonthCalendar
24894         * SelectionRange.cs: added for MonthCalendar
24895         * Day.cs: added for MonthCalendar: added for MonthCalendar
24896         * DateRangeEventArgs.cs: added for MonthCalendar
24897         * DateRangeEventHandler.cs: added for MonthCalendar
24898
24899 2004-11-22  Ravindra <rkumar@novell.com>
24900
24901         * ThemeWin32Classic.cs: Fixed ListViewDrawing with 'UseItemStyleForSubItems'
24902         property.
24903
24904 2004-11-22  Miguel de Icaza  <miguel@ximian.com>
24905
24906         * UpDownBase.cs (InitTimer): Use prehistoric C# 1.0 notation for
24907         event handler.
24908         
24909         * NumericUpDown.cs: Added new implementation.
24910         * UpDownBase.cs: Added new implementation.
24911
24912         * XplatUIWin32.cs (KeyboardSpeed, KeyboardDelay): added default
24913         implementations.
24914         
24915         * XplatUIX11.cs (KeyboardSpeed, KeyboardDelay): added default
24916         implementations.
24917
24918         * XplatUIDriver.cs ((KeyboardSpeed, KeyboardDelay): added new
24919         methods.
24920
24921 2004-11-21  Miguel de Icaza  <miguel@ximian.com>
24922
24923         * Timer.cs  (Dispose): Should call the base dispose when
24924         overriding.
24925
24926 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
24927
24928         * ScrollBar.cs: updates thumb position when max, min or increment
24929         is changed
24930
24931 2004-11-21  Ravindra <rkumar@novell.com>
24932
24933         * ListView.cs: Implemented item selection, activation and
24934         column header style. Fixed properties to do a redraw, if
24935         required. Added support for MouseHover, DoubleClick, KeyDown
24936         and KeyUp event handling and some minor fixes.
24937         * ListViewItem.cs: Fixed constructor.
24938         * ThemeWin32Classic.cs: Improved drawing for ListView.
24939
24940 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
24941
24942         * ThemeWin32Classic.cs: initial listbox drawing code
24943         * DrawMode.cs: new enumerator
24944         * ListControl.cs: stubbed class
24945         * ListBox.cs: initial implementation
24946         * Theme.cs: new methods definitions
24947         * SelectionMode.cs: new enumerator
24948
24949 2004-11-17  Peter Bartok  <pbartok@novell.com>
24950
24951         * XplatUIWin32.cs: Added double-click events to the class style
24952         * Control.cs (WndProc):
24953           - Added handling of click-count to MouseDown/ MouseUp events.
24954           - Added handling of middle and right mouse buttons
24955           - Removed old debug code
24956
24957 2004-11-17  Jackson Harper  <jackson@ximian.com>
24958
24959         * XplatUIX11.cs: Use the new Mono.Unix namespace.
24960
24961 2004-11-17  Ravindra <rkumar@novell.com>
24962
24963         * ListView.cs: Added event handling for MouseMove/Up/Down.
24964         * ColumnHeader.cs: Added a read-only internal property 'Pressed'.
24965         * ThemeWin32Classic.cs: We need to clear the graphics context and
24966         draw column header in a proper state.
24967
24968
24969 2004-11-17  Jordi Mas i Hernandez <jordi@ximian.com>
24970
24971         *  Menu.cs: fixes signature
24972
24973 2004-11-16  Peter Bartok  <pbartok@novell.com>
24974
24975         * XplatUIX11.cs (GetMessage): Implemented generation of
24976           double click mouse messages
24977
24978 2004-11-12  Jordi Mas i Hernandez <jordi@ximian.com>
24979
24980         *  Form.cs, MainMenu.cs, MenuAPI.cs: tracker should be for tracking session
24981         not by menu
24982
24983 2004-11-11  Peter Bartok  <pbartok@novell.com>
24984
24985         * HandleData.cs: Added Visible property
24986         * XplatUIX11.cs (IsVisible): Now uses Visible property from
24987           HandleData
24988         * XplatUIX11.cs: Removed old debug leftovers
24989         * XplatUIX11.cs (DefWndProc): Added WM_ERASEBKGND handler
24990         * Control.cs (WndProc): Removed old debug leftovers,
24991           streamlined handling of WM_WINDOWPOSCHANGED, removed un-
24992           needed WM_SIZE handling
24993
24994 2004-11-11  Jackson Harper  <jackson@ximian.com>
24995
24996         * OwnerDrawPropertyBag.cs:
24997         * TreeViewImageIndexConverter.cs: Initial implementation
24998
24999 2004-11-10  Jackson Harper  <jackson@ximian.com>
25000
25001         * ThemeWin32Classic.cs:
25002         * TabControl.cs: instead of moving tabs by the slider pos just
25003         start drawing at the tab that is offset by the slider. This way
25004         scrolling always moves by exactly one tab.
25005
25006 2004-11-10  Jackson Harper  <jackson@ximian.com>
25007
25008         * TabControl.cs: You can only scroll left when the slider has
25009         already ben moved right.
25010         
25011 2004-11-10  Jackson Harper  <jackson@ximian.com>
25012
25013         * ThemeWin32Classic.cs: Do not draw the selected tab if its not in
25014         the clip area.
25015         
25016 2004-11-10  Jackson Harper  <jackson@ximian.com>
25017
25018         * ThemeWin32Classic.cs: Don't bother drawing tabs outside of the
25019         clip area.
25020         
25021 2004-11-09  Jackson Harper  <jackson@ximian.com>
25022
25023         * TabControl.cs (CalcXPos): New helper method so we can determine
25024         the proper place to start drawing vertical tabs.
25025         * ThemeWin32Classic.cs (DrawTab): Draw right aligned tabs.
25026         
25027 2004-11-09  Jackson Harper  <jackson@ximian.com>
25028
25029         * TabControl.cs: Calculate sizing and rects for left aligned tabs.
25030         * ThemeWin32Classic.cs (GetTabControl*ScrollRect): Only handle Top
25031         and Bottom, left and right are illegal values for this and
25032         multiline is enabled when the alignment is set to left or right.
25033         (DrawTab): Each alignment block should draw the text itself now
25034         because Left requires special love. Also add rendering for Left
25035         aligned tabs.
25036         
25037 2004-11-09  Jordi Mas i Hernandez <jordi@ximian.com>
25038
25039         *  Form.cs, MainMenu.cs, MenuAPI.cs: fixes menu navigation, fixes popups,
25040         does not destroy the windows, removes debugging messages
25041
25042 2004-11-09  jba  <jba-mono@optusnet.com.au>
25043
25044         * ThemeWin32Classic.cs
25045         (DrawButtonBase): Fix verticle text rect clipping in windows
25046         (DrawCheckBox): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
25047         rendering and incorrect text rect clipping
25048         (DrawRadioButton): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
25049         rendering and incorrect text rect clipping
25050         
25051 2004-11-08  Jackson Harper  <jackson@ximian.com>
25052
25053         * ThemeWin32Classic.cs (DrawTabControl): Render tabs from top to
25054         bottom when they are bottom aligned so the bottoms of the tabs get
25055         displayed.
25056         * TabControl.cs (DropRow): Move rows up instead of down when the
25057         tab control is bottom aligned.
25058
25059 2004-11-08 13:59  pbartok
25060
25061         * XplatUIX11.cs:
25062           - Added handling for various window styles
25063           - Added handling for popup windows
25064           - Added SetTopmost handling
25065
25066 2004-11-08 13:55  pbartok
25067
25068         * XplatUIWin32.cs:
25069           - Added argument to SetTopmost method
25070           - Fixed broken ClientToScreen function
25071
25072 2004-11-08 13:53  pbartok
25073
25074         * XplatUIStructs.cs:
25075           - Added missing WS_EX styles
25076
25077 2004-11-08 13:53  pbartok
25078
25079         * XplatUI.cs, XplatUIDriver.cs:
25080           - Added argument to SetTopmost
25081
25082 2004-11-08 13:52  pbartok
25083
25084         * X11Structs.cs:
25085           - Added XSetWindowAttributes structure
25086           - Improved XWindowAttributes structure
25087           - Added SetWindowValuemask enum
25088           - Added window creation arguments enum
25089           - Added gravity enum
25090           - Added Motif hints structure
25091           - Added various Motif flags and enums
25092           - Added PropertyMode enum for property functions
25093
25094 2004-11-08 13:50  pbartok
25095
25096         * Form.cs:
25097           - Fixed arguments for updated SetTopmost method
25098
25099 2004-11-08 13:49  pbartok
25100
25101         * ToolTip.cs:
25102           - Fixed arguments for updated SetTopmost function
25103           - Fixed usage of PointToClient
25104
25105 2004-11-08 13:44  pbartok
25106
25107         * MenuAPI.cs:
25108           - Added Clipping of children and siblings
25109
25110 2004-11-08 13:41  pbartok
25111
25112         * MainMenu.cs:
25113           - Removed SetMenuBarWindow call. We do this in Form.cs
25114
25115 2004-11-08 13:40  jackson
25116
25117         * TabControl.cs, Theme.cs, ThemeWin32Classic.cs: Render the little
25118           scrolling jimmi in the correct location with bottom aligned tabs
25119
25120 2004-11-08 13:36  pbartok
25121
25122         * ContainerControl.cs:
25123           - Implemented BindingContext
25124           - Implemented ParentForm
25125
25126 2004-11-08 12:46  jackson
25127
25128         * TabControl.cs: Put bottom rendered tabs in the right location
25129
25130 2004-11-08 07:15  jordi
25131
25132         * ScrollBar.cs, ThemeWin32Classic.cs: fixes vertical scrollbar and
25133           removes dead code
25134
25135 2004-11-05 17:30  jackson
25136
25137         * TabControl.cs: When selected tabs are expanded make sure they
25138           don't go beyond the edges of the tab control
25139
25140 2004-11-05 14:57  jackson
25141
25142         * TabControl.cs: Reset show_slider so if the control is resized to
25143           a size where it is no longer needed it's not displayed anymore
25144
25145 2004-11-05 13:16  jackson
25146
25147         * TabControl.cs: Make tab pages non visible when added to the
25148           control
25149
25150 2004-11-05 12:42  jackson
25151
25152         * TabControl.cs: Implement SizeMode.FillToRight
25153
25154 2004-11-05 12:16  jackson
25155
25156         * Control.cs: Do not call CreateHandle if the handle is already
25157           created
25158
25159 2004-11-05 11:46  jackson
25160
25161         * TabControl.cs: Remove superflous call to CalcTabRows
25162
25163 2004-11-05 09:07  jackson
25164
25165         * XplatUIX11.cs: Update for Mono.Posix changes
25166
25167 2004-11-05 07:00  ravindra
25168
25169         * ListView.cs, ListViewItem.cs: Implemented some methods and fixed
25170           scrolling.
25171
25172 2004-11-04 22:47  jba
25173
25174         * ThemeWin32Classic.cs:
25175           - Fix Button rendering for FlatStyle = Flat or Popup
25176           - Fix RadioButton and CheckBox rendering when Appearance = Button
25177             (normal and flatstyle).
25178           - Correct outer rectangle color when drawing focus rectangle
25179           - Adjust button bounds to be 1 px smaller when focused
25180           - Make button not draw sunken 3d border when pushed (windows compat)
25181           - Fix CPDrawBorder3D to not make bottom right hand corner rounded
25182           - Offset the text in RadioButton and Checkbox when being rendered as
25183           a button.
25184           - Hover and Click behaviour for Colored FlatStyle.Flat and Popup
25185           radiobuttons
25186           - Fixed disabled rendering for colored flatstyle radiobuttons (both)
25187           - Fixed disabled text rendering for normally rendered radiobuttons
25188
25189 2004-11-04 10:26  jackson
25190
25191         * TabControl.cs: Recalculate tab rows when resizing
25192
25193 2004-11-04 07:47  jordi
25194
25195         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs:
25196           collection completion, drawing issues, missing features
25197
25198 2004-11-04 05:03  ravindra
25199
25200         * ScrollBar.cs:
25201                 - We need to recalculate the Thumb area when
25202                 LargeChange/maximum/minimum values are changed.
25203           - We set the 'pos' in UpdatePos() method to minimum, if it's less
25204                 than minimum. This is required to handle the case if large_change is
25205                 more than max, and use LargeChange property instead of large_change
25206                 variable.
25207           - We return max+1 when large_change is more than max, like MS does.
25208
25209 2004-11-04 04:29  ravindra
25210
25211         * ColumnHeader.cs, ListView.cs, ListViewItem.cs:
25212                 - Changed default value signatures (prefixed all with ListView).
25213                 - Fixed/implemented layout LargeIcon, SmallIcon and List views for
25214                 ListView.
25215           - Fixed calculations for ListViewItem and implemented Clone()
25216           method.
25217
25218 2004-11-04 04:26  ravindra
25219
25220         * Theme.cs, ThemeWin32Classic.cs:
25221                 - Changed default ListView values signatures (prefixed all with
25222                 ListView).
25223           - Fixed default size values for VScrollBar and HScrollBar.
25224                 - Fixed DrawListViewItem method.
25225
25226 2004-11-04 04:05  ravindra
25227
25228         * ColumnHeaderStyle.cs: Typo. It should be Nonclickable.
25229
25230 2004-11-04 04:04  ravindra
25231
25232         * ImageList.cs: Implemented the missing overload for Draw method.
25233
25234 2004-11-03 19:29  jackson
25235
25236         * TabControl.cs: Handle dropping rows on selection properly
25237
25238 2004-11-03 11:59  jackson
25239
25240         * TabControl.cs: remove debug code
25241
25242 2004-11-03 11:52  jackson
25243
25244         * TabControl.cs, ThemeWin32Classic.cs: Initial implementation of
25245           the scrolly widgerywoo
25246
25247 2004-11-02 13:52  jackson
25248
25249         * TabControl.cs: Resize the tab pages and tabs when the tab control
25250           is resized
25251
25252 2004-11-02 13:40  jackson
25253
25254         * TabControl.cs, ThemeWin32Classic.cs: Move the row with the
25255           selected tab to the bottom
25256
25257 2004-11-02 13:39  jackson
25258
25259         * TabPage.cs: Store the tab pages row
25260
25261 2004-11-02 12:33  jordi
25262
25263         * MenuItem.cs: fixes handle creation
25264
25265 2004-11-02 11:42  jackson
25266
25267         * TabControl.cs: signature fix
25268
25269 2004-11-02 08:56  jackson
25270
25271         * TabControl.cs: Calculate whether the tab is on an edge properly.
25272           Remove top secret debugging code
25273
25274 2004-11-01 19:57  jackson
25275
25276         * TabControl.cs: Add click handling, and proper sizing
25277
25278 2004-11-01 19:47  jackson
25279
25280         * Theme.cs, ThemeWin32Classic.cs: New rendering and sizing code for
25281           tab controls
25282
25283 2004-11-01 19:39  jackson
25284
25285         * TabPage.cs: add internal property to store the bounds of a tab
25286           page
25287
25288 2004-10-30 04:23  ravindra
25289
25290         * Theme.cs, ThemeWin32Classic.cs: Drawing ListView and some default
25291           values.
25292
25293 2004-10-30 04:21  ravindra
25294
25295         * ListView.cs, ListViewItem.cs: Added support for scrolling and
25296           fixed calculations.
25297
25298 2004-10-30 03:06  pbartok
25299
25300         * XplatUIX11.cs:
25301           - Removed extension of DllImported libs
25302
25303 2004-10-29 09:55  jordi
25304
25305         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: Menu key
25306           navigation, itemcollection completion, menu fixes
25307
25308 2004-10-27 22:58  pbartok
25309
25310         * XplatUIX11.cs:
25311           - Now throws a nice error message when no X display could be opened
25312
25313 2004-10-26 13:51  jordi
25314
25315         * ListView.cs: removes warning
25316
25317 2004-10-26 03:55  ravindra
25318
25319         * ColumnHeader.cs, ListView.cs, ListViewItem.cs,
25320           ThemeWin32Classic.cs: Some formatting for my last checkins.
25321
25322 2004-10-26 03:36  ravindra
25323
25324         * ThemeWin32Classic.cs: Implemented DetailView drawing for ListView
25325           control and default values.
25326
25327 2004-10-26 03:35  ravindra
25328
25329         * Theme.cs: Added some default values for ListView control.
25330
25331 2004-10-26 03:33  ravindra
25332
25333         * ToolBar.cs: ToolBar should use the user specified button size, if
25334           there is any. Added a size_specified flag for the same.
25335
25336 2004-10-26 03:33  ravindra
25337
25338         * ColumnHeader.cs: Added some internal members and calculations for
25339           ColumnHeader.
25340
25341 2004-10-26 03:32  ravindra
25342
25343         * ListViewItem.cs: Calculations for ListViewItem.
25344
25345 2004-10-26 03:31  ravindra
25346
25347         * ListView.cs: Added some internal members and calculations for
25348           ListView.
25349
25350 2004-10-22 13:31  jordi
25351
25352         * MenuAPI.cs: speedup menus drawing
25353
25354 2004-10-22 13:16  jackson
25355
25356         * XplatUIX11.cs: Make sure to update exposed regions when adding an
25357           expose event
25358
25359 2004-10-22 11:49  jackson
25360
25361         * Control.cs: oops
25362
25363 2004-10-22 11:41  jackson
25364
25365         * Control.cs: Check to see if the window should have its background
25366           repainted by X when drawing.
25367
25368 2004-10-22 11:31  jackson
25369
25370         * XplatUIX11.cs: When invalidating areas only use XClearArea if
25371           clear is true, this way we do not get flicker from X repainting the
25372           background
25373
25374 2004-10-22 11:28  jackson
25375
25376         * XEventQueue.cs: Queue properly
25377
25378 2004-10-21 09:38  jackson
25379
25380         * XEventQueue.cs: Fix access modifier
25381
25382 2004-10-21 09:36  jackson
25383
25384         * XEventQueue.cs: Don't loose messages
25385
25386 2004-10-21 09:22  jackson
25387
25388         * XEventQueue.cs: Don't loose messages
25389
25390 2004-10-20 04:15  jordi
25391
25392         * BootMode.cs: enum need it by SystemInfo
25393
25394 2004-10-19 21:58  pbartok
25395
25396         * XplatUIWin32.cs:
25397           - Small sanity check
25398
25399 2004-10-19 21:56  pbartok
25400
25401         * Form.cs:
25402           - Added private FormParentWindow class which acts as the container
25403             for our form and as the non-client area where menus are drawn
25404           - Added/Moved required tie-ins to Jordi's menus
25405           - Fixed/Implemented the FormStartPosition functionality
25406
25407 2004-10-19 21:52  pbartok
25408
25409         * Control.cs:
25410           - Removed unneeded locals
25411           - Added code to all size and location properties to understand and
25412             deal with the parent container of Form
25413
25414 2004-10-19 21:33  pbartok
25415
25416         * Application.cs:
25417           - Fixed to deal with new Form subclasses for menus
25418
25419 2004-10-19 17:48  jackson
25420
25421         * XEventQueue.cs: commit correct version of file
25422
25423 2004-10-19 16:50  jackson
25424
25425         * XEventQueue.cs, XplatUIX11.cs: New optimized event queue
25426
25427 2004-10-19 16:15  jordi
25428
25429         * MenuAPI.cs: MenuBarCalcSize returns the height
25430
25431 2004-10-19 08:31  pbartok
25432
25433         * Control.cs:
25434           - Added missing call to PreProcessMessage before calling OnXXXKey
25435           methods
25436
25437 2004-10-19 00:04  ravindra
25438
25439         * ToolTip.cs: Fixed constructor.
25440
25441 2004-10-18 09:31  jordi
25442
25443         * MenuAPI.cs: menuitems in menubars do not have shortcuts
25444
25445 2004-10-18 09:26  jordi
25446
25447         * MenuItem.cs: fixes MenuItem class signature
25448
25449 2004-10-18 08:56  jordi
25450
25451         * MenuAPI.cs: prevents windows from showing in the taskbar
25452
25453 2004-10-18 00:28  ravindra
25454
25455         * ToolTip.cs: Suppressed a warning message.
25456
25457 2004-10-18 00:27  ravindra
25458
25459         * Control.cs: Default value of visible property must be true.
25460
25461 2004-10-17 23:19  pbartok
25462
25463         * ToolTip.cs:
25464           - Complete implementation
25465
25466 2004-10-17 23:19  pbartok
25467
25468         * XplatUIX11.cs:
25469           - Added EnableWindow method
25470           - Added SetModal stub
25471           - Added generation of WM_ACTIVATE message (still needs testing)
25472           - Added SetTopMost stub
25473           - Changes to deal with VirtualKeys being moved to XplatUIStructs.cs
25474
25475 2004-10-17 23:17  pbartok
25476
25477         * XplatUIWin32.cs:
25478           - Removed VirtualKeys to XplatUIStructs
25479           - Implemented SetTopMost method
25480           - Implemented EnableWindow method
25481           - Bugfix in ScreenToClient()
25482           - Bugfixes in ClientToScreen()
25483
25484 2004-10-17 22:51  pbartok
25485
25486         * XplatUIStructs.cs:
25487           - Added WS_EX styles to WindowStyles enumeration
25488
25489 2004-10-17 22:50  pbartok
25490
25491         * XplatUI.cs, XplatUIDriver.cs:
25492           - Added method for enabling/disabling windows
25493           - Added method for setting window modality
25494           - Added method for setting topmost window
25495
25496 2004-10-17 22:49  pbartok
25497
25498         * ThemeWin32Classic.cs:
25499           - Added ToolTip drawing code
25500
25501 2004-10-17 22:49  pbartok
25502
25503         * Theme.cs:
25504           - Added ToolTip abstracts
25505
25506 2004-10-17 22:47  pbartok
25507
25508         * Form.cs:
25509           - Fixed Form.ControlCollection to handle owner relations
25510           - Added Owner/OwnedForms handling
25511           - Implemented Z-Ordering for owned forms
25512           - Removed unneeded private overload of ShowDialog
25513           - Fixed ShowDialog, added the X11 incarnation of modal handling (or
25514             so I hope)
25515           - Fixed Close(), had wrong default
25516           - Added firing of OnLoad event
25517           - Added some commented out debug code for Ownership handling
25518
25519 2004-10-17 22:16  pbartok
25520
25521         * Control.cs:
25522           - Fixed/implemented flat list of controls
25523
25524 2004-10-17 22:14  pbartok
25525
25526         * Application.cs:
25527           - Added code to simulate modal dialogs on Win32
25528
25529 2004-10-17 16:11  jordi
25530
25531         * ScrollBar.cs: disabled scrollbar should not honor any keyboard or
25532           mouse event
25533
25534 2004-10-17 13:39  jordi
25535
25536         * MenuAPI.cs: menu drawing fixes
25537
25538 2004-10-15 09:10  ravindra
25539
25540         * StructFormat.cs: General Enum.
25541
25542 2004-10-15 09:09  ravindra
25543
25544         * SizeGripStyle.cs: Enum for Form.
25545
25546 2004-10-15 09:08  ravindra
25547
25548         * Theme.cs, ThemeWin32Classic.cs: Added ColumnHeaderHeight property
25549           in Theme for ListView.
25550
25551 2004-10-15 09:06  ravindra
25552
25553         * ColumnHeader.cs: Flushing some formatting changes.
25554
25555 2004-10-15 09:05  ravindra
25556
25557         * ListViewItem.cs: Implemented GetBounds method and fixed coding
25558           style.
25559
25560 2004-10-15 09:03  ravindra
25561
25562         * ListView.cs: Implemented Paint method and fixed coding style.
25563
25564 2004-10-15 07:34  jordi
25565
25566         * MenuAPI.cs: fix for X11
25567
25568 2004-10-15 07:32  ravindra
25569
25570         * ButtonBase.cs, CheckBox.cs, RadioButton.cs:
25571                 - Renamed Paint() method to Draw() for clarity. Also, moved
25572                 DrawImage() to OnPaint().
25573
25574 2004-10-15 07:25  ravindra
25575
25576         * CheckBox.cs, RadioButton.cs:
25577                 - Removed Redraw (), we get it from ButtonBase.
25578                 - Implemented Paint (), to do class specific painting.
25579
25580 2004-10-15 07:16  ravindra
25581
25582         * ButtonBase.cs:
25583                 - Redraw () is not virtual now.
25584                 - Added an internal virtual method Paint (), so that
25585                 derived classes can do their painting on their own.
25586                 - Modified OnPaint () to call Paint ().
25587
25588 2004-10-15 06:43  jordi
25589
25590         * ContextMenu.cs, DrawItemEventHandler.cs, Form.cs, MainMenu.cs,
25591           MenuAPI.cs, MenuItem.cs: menu work, mainmenu, subitems, etc
25592
25593 2004-10-15 00:30  ravindra
25594
25595         * MessageBox.cs:
25596                 - MessageBox on windows does not have min/max buttons.
25597                 This change in CreateParams fixes this on Windows. We
25598                 still need to implement this windowstyle behavior in
25599                 our X11 driver.
25600
25601 2004-10-14 05:14  ravindra
25602
25603         * ToolBar.cs:
25604                 - Changed Redraw () to do a Refresh () always.
25605                 - Fixed the MouseMove event handling when mouse is pressed,
25606                 ie drag event handling.
25607                 - Replaced the usage of ToolBarButton.Pressed property to
25608                 ToolBarButton.pressed internal variable.
25609
25610 2004-10-14 05:10  ravindra
25611
25612         * ToolBarButton.cs:
25613                 - Added an internal member 'inside' to handle mouse move
25614                 with mouse pressed ie mouse drag event.
25615                 - Changed 'Pressed' property to return true only when
25616                 'inside' and 'pressed' are both true.
25617                 - Some coding style love.
25618
25619 2004-10-14 00:17  ravindra
25620
25621         * Form.cs: Fixed class signature. ShowDialog (Control) is not a
25622           public method.
25623
25624 2004-10-14 00:15  ravindra
25625
25626         * ButtonBase.cs: Redraw () related improvements.
25627
25628 2004-10-14 00:14  ravindra
25629
25630         * MessageBox.cs: Moved InitFormSize () out of Paint method and
25631           removed unnecessary calls to Button.Show () method.
25632
25633 2004-10-13 17:50  pbartok
25634
25635         * XplatUIX11.cs:
25636           - Formatting fix
25637           - Removed destroying of window until we solve the problem of X
25638             destroying the window before us on shutdown
25639
25640 2004-10-13 16:32  pbartok
25641
25642         * ButtonBase.cs:
25643           - Now Redraws on MouseUp for FlatStyle Flat and Popup
25644
25645 2004-10-13 14:18  pbartok
25646
25647         * XplatUIX11.cs:
25648           - Added code to destroy the X window
25649
25650 2004-10-13 14:18  pbartok
25651
25652         * XplatUIWin32.cs:
25653           - Added code to destroy a window
25654
25655 2004-10-13 14:12  pbartok
25656
25657         * ButtonBase.cs:
25658           - Added the Redraw on Resize that got dropped in the last rev
25659
25660 2004-10-13 09:06  pbartok
25661
25662         * ThemeWin32Classic.cs:
25663           - Path from John BouAntoun:
25664             * Fix check rendering (centre correctly for normal style, offset
25665               correctly for FlatStyle).
25666             * Fix border color usage (use backcolor) for FlatStyle.Popup
25667             * Use checkbox.Capture instead of checkbox.is_pressed when
25668               rendering flatstyle states.
25669
25670 2004-10-12 21:48  pbartok
25671
25672         * ThemeWin32Classic.cs:
25673           - Removed all occurences of SystemColors and replaced them with the
25674             matching theme color
25675
25676 2004-10-12 21:41  pbartok
25677
25678         * ThemeWin32Classic.cs:
25679           - From John BouAntoun: Added an overload to CPDrawBorder3D to allow
25680             him using the function for flatstyle drawing
25681           - Changed functions to use the new version of CPDrawBorder3D
25682
25683 2004-10-12 21:15  pbartok
25684
25685         * ControlPaint.cs:
25686           - Fixed Dark(), DarkDark(), Light() and LightLight() methods to
25687             match MS documentation. They need to return defined colors if the
25688             passed color matches the configured control color. Thanks to John
25689             BouAntoun for pointing this out.
25690
25691 2004-10-12 20:57  pbartok
25692
25693         * Control.cs:
25694           - Fix from John BouAntoun: Raise ForeColorChanged event when text
25695             color is changed
25696
25697 2004-10-12 20:46  pbartok
25698
25699         * CheckBox.cs:
25700           - Fix from John BouAntoun: Now properly sets the Appearance property
25701
25702 2004-10-12 20:45  pbartok
25703
25704         * ThemeWin32Classic.cs:
25705           - Fixes from John BouAntoun: now handles forecolors and backcolors
25706             for flatstyle rendered controls much better; It also fixes normal
25707             checkbox rendering when pushed or disabled.
25708
25709 2004-10-08 02:50  jordi
25710
25711         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: more menu
25712           work
25713
25714 2004-10-07 08:56  jordi
25715
25716         * ThemeWin32Classic.cs: Removes deletion of cached brushes
25717
25718 2004-10-06 03:59  jordi
25719
25720         * Control.cs, StatusBar.cs, ThemeWin32Classic.cs, ToolBar.cs,
25721           XplatUIWin32.cs: removes warnings from compilation
25722
25723 2004-10-05 12:23  jackson
25724
25725         * RadioButton.cs: Fix ctor
25726
25727 2004-10-05 11:10  pbartok
25728
25729         * MessageBox.cs:
25730           - Partial implementation by Benjamin Dasnois
25731
25732 2004-10-05 10:15  jackson
25733
25734         * ThemeWin32Classic.cs: Improve rendering of the radio button patch
25735           by John BouAntoun
25736
25737 2004-10-05 03:07  ravindra
25738
25739         * ToolBar.cs:
25740                 - Removed a private method, Draw ().
25741                 - Fixed the ButtonDropDown event handling.
25742                 - Fixed MouseMove event handling.
25743
25744 2004-10-05 03:04  ravindra
25745
25746         * ThemeWin32Classic.cs:
25747                 - Added DrawListView method and ListViewDefaultSize property.
25748                 - Changed ControlPaint method calls to CPDrawXXX wherever possible.
25749                 - Changed DOS style CRLF to Unix format (dos2unix).
25750
25751 2004-10-05 03:03  ravindra
25752
25753         * Theme.cs:
25754                 - Added DrawListView method and ListViewDefaultSize property.
25755
25756 2004-10-05 02:42  ravindra
25757
25758         * ToolBarButton.cs: Added an internal member dd_pressed to handle
25759           clicks on DropDown arrow.
25760
25761 2004-10-04 22:56  jackson
25762
25763         * ButtonBase.cs, Label.cs, MenuAPI.cs, ProgressBar.cs,
25764           ScrollBar.cs, StatusBar.cs, ToolBar.cs, TrackBar.cs: Let the base
25765           Control handle the buffers, derived classes should not have to
25766           CreateBuffers themselves.
25767
25768 2004-10-04 21:20  jackson
25769
25770         * StatusBar.cs: The control handles resizing the buffers now.
25771
25772 2004-10-04 21:18  jackson
25773
25774         * Control.cs: When resizing the buffers should be invalidated. This
25775           should be handled in Control not in derived classes.
25776
25777 2004-10-04 14:45  jackson
25778
25779         * TabPage.cs: oops
25780
25781 2004-10-04 02:14  pbartok
25782
25783         * LeftRightAlignment.cs:
25784           - Initial check-in
25785
25786 2004-10-04 01:09  jordi
25787
25788         * ThemeWin32Classic.cs: fixes right button position causing right
25789           button not showing on horizontal scrollbars
25790
25791 2004-10-02 13:12  pbartok
25792
25793         * XplatUIX11.cs:
25794           - Simplified the Invalidate method by using an X call instead of
25795             generating the expose ourselves
25796           - Added an expose when the window background is changed
25797           - Implemented ClientToScreen method
25798
25799 2004-10-02 13:08  pbartok
25800
25801         * XplatUIWin32.cs:
25802           - Added Win32EnableWindow method (test for implementing modal
25803           dialogs)
25804           - Added ClientToScreen method and imports
25805
25806 2004-10-02 13:07  pbartok
25807
25808         * XplatUI.cs, XplatUIDriver.cs:
25809           - Added ClientToScreen coordinate translation method
25810
25811 2004-10-02 13:06  pbartok
25812
25813         * KeyPressEventArgs.cs:
25814           - Fixed access level for constructor
25815
25816 2004-10-02 13:06  pbartok
25817
25818         * NativeWindow.cs:
25819           - Changed access level for the window_collection hash table
25820
25821 2004-10-02 13:05  pbartok
25822
25823         * Form.cs:
25824           - Added KeyPreview property
25825           - Added Menu property (still incomplete, pending Jordi's menu work)
25826           - Implemented ProcessCmdKey
25827           - Implemented ProcessDialogKey
25828           - Implemented ProcessKeyPreview
25829
25830 2004-10-02 13:02  pbartok
25831
25832         * Control.cs:
25833           - Added private method to get the Control object from the window
25834           handle
25835           - Implemented ContextMenu property
25836           - Implemented PointToScreen
25837           - Implemented PreProcessMessage
25838           - Implemented IsInputChar
25839           - Implemented IsInputKey
25840           - Implemented ProcessCmdKey
25841           - Completed ProcessKeyEventArgs
25842           - Fixed message loop to call the proper chain of functions on key
25843           events
25844           - Implemented ProcessDialogChar
25845           - Implemented ProcessDialogKey
25846           - Implemented ProcessKeyMessage
25847           - Implemented ProcessKeyPreview
25848           - Added RaiseDragEvent stub (MS internal method)
25849           - Added RaiseKeyEvent stub (MS internal method)
25850           - Added RaiseMouseEvent stub (MS Internal method)
25851           - Added RaisePaintEvent stub (MS Internal method)
25852           - Added ResetMouseEventArgs stub (MS Internal method)
25853           - Implemented RtlTranslateAlignment
25854           - Implemented RtlTranslateContent
25855           - Implemented RtlTranslateHorizontal
25856           - Implemented RtlTranslateLeftRight
25857           - Added generation of KeyPress event
25858
25859 2004-10-02 05:57  ravindra
25860
25861         * ListViewItem.cs: Added attributes.
25862
25863 2004-10-02 05:32  ravindra
25864
25865         * ListView.cs: Added attributes.
25866
25867 2004-10-01 11:53  jackson
25868
25869         * Form.cs: Implement the Close method so work on MessageBox can
25870           continue.
25871
25872 2004-09-30 14:06  pbartok
25873
25874         * XplatUIX11.cs:
25875           - Bug fixes
25876
25877 2004-09-30 11:34  jackson
25878
25879         * RadioButton.cs: Fix typo. Patch by John BouAntoun.
25880
25881 2004-09-30 07:26  ravindra
25882
25883         * ListViewItemConverter.cs: Converter for ListViewItem.
25884
25885 2004-09-30 07:26  ravindra
25886
25887         * SortOrder.cs: Enum for ListView control.
25888
25889 2004-09-30 07:25  ravindra
25890
25891         * ColumnHeader.cs: Supporting class for ListView control.
25892
25893 2004-09-30 07:24  ravindra
25894
25895         * ListView.cs, ListViewItem.cs: Initial implementation.
25896
25897 2004-09-30 07:20  ravindra
25898
25899         * ItemActivation.cs: Enum for ListView Control.
25900
25901 2004-09-29 20:29  pbartok
25902
25903         * XplatUIX11.cs:
25904           - Added lookup of pixel value for background color; tries to get a
25905             color 'close' to the requested color, it avoids having to create a
25906             colormap.  Depending on the display this could mean the used color
25907             is slightly off the desired color. Might have to change it to a more
25908             resource intensive colormap approach, but it will work as a
25909           workaround to avoid red screens.
25910
25911 2004-09-29 14:27  jackson
25912
25913         * XplatUIX11.cs: Set the X DisplayHandle in System.Drawing
25914
25915 2004-09-28 12:44  pbartok
25916
25917         * ButtonBase.cs, CheckBox.cs, ControlPaint.cs, GroupBox.cs,
25918           HScrollBar.cs, Label.cs, LinkLabel.cs, Panel.cs, PictureBox.cs,
25919           ProgressBar.cs, RadioButton.cs, ScrollBar.cs, StatusBar.cs,
25920           Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs, ToolBar.cs,
25921           TrackBar.cs, VScrollBar.cs:
25922           - Streamlined Theme interfaces:
25923             * Each DrawXXX method for a control now is passed the object for
25924               the control to be drawn in order to allow accessing any state the
25925               theme might require
25926
25927             * ControlPaint methods for the theme now have a CP prefix to avoid
25928               name clashes with the Draw methods for controls
25929
25930             * Every control now retrieves it's DefaultSize from the current
25931             theme
25932
25933 2004-09-28 12:17  jackson
25934
25935         * Button.cs: Do not redraw OnClick MouseUp/Down will handle the
25936           drawing
25937
25938 2004-09-24 14:57  jackson
25939
25940         * XplatUIX11.cs: Don't lock/enqueue/dequeue for unhandled messages.
25941           Gives us a nice little performance boost.
25942
25943 2004-09-24 12:02  jackson
25944
25945         * TabAlignment.cs, TabAppearance.cs, TabControl.cs, TabDrawMode.cs,
25946           TabPage.cs, TabSizeMode.cs: Partial implementation of the Tab
25947           Control and supporting classes. Initial checkin
25948
25949 2004-09-23 13:08  jackson
25950
25951         * Form.cs: Temp build fixage
25952
25953 2004-09-23 01:39  ravindra
25954
25955         * ItemChangedEventArgs.cs, ItemChangedEventHandler.cs,
25956           ItemCheckEventArgs.cs, ItemCheckEventHandler.cs,
25957           ItemDragEventArgs.cs, ItemDragEventHandler.cs,
25958           LabelEditEventArgs.cs, LabelEditEventHandler.cs: EventArgs and
25959           EventHandlers needed by ListView Control.
25960
25961 2004-09-22 14:12  pbartok
25962
25963         * ScrollableControl.cs:
25964           - Implemented DockPadding property
25965           - Implemented AutoScroll property
25966           - Implemented AutoScrollMargin property
25967           - Implemented AutoScrollMinSize property
25968           - Implemented AutoScrollPosition property
25969           - Implemented DisplayRectangle property (still incomplete)
25970           - Implemented CreateParams property
25971           - Implemented HScroll property
25972           - Implemented VScroll property
25973           - Implemented OnVisibleChanged property
25974
25975 2004-09-22 14:09  pbartok
25976
25977         * Form.cs:
25978           - Added Form.ControllCollection class
25979           - Added handling for Form owners: Owner, OwnedForms, AddOwnedForm,
25980             RemoveOwnedForm (still incomplete, missing on-top and common
25981             minimize/maximize behaviour)
25982           - Added StartPosition property (still incomplete, does not use when
25983             creating the form)
25984           - Added ShowDialog() methods (still incomplete, missing forcing the
25985             dialog modal)
25986
25987 2004-09-22 14:05  pbartok
25988
25989         * Application.cs:
25990           - Added message loop for modal dialogs
25991
25992 2004-09-22 14:02  pbartok
25993
25994         * GroupBox.cs:
25995           - Fixed wrong types for events
25996
25997 2004-09-22 14:00  pbartok
25998
25999         * Shortcut.cs, FormWindowState.cs:
26000           - Fixed wrong values
26001
26002 2004-09-22 12:01  jackson
26003
26004         * Control.cs: Text is never null
26005
26006 2004-09-20 22:14  pbartok
26007
26008         * XplatUIWin32.cs:
26009           - Fixed accessibility level for Idle handler
26010
26011 2004-09-20 18:54  jackson
26012
26013         * Application.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
26014           XplatUIX11.cs: New message loop that uses poll so we don't get a
26015           busy loop
26016
26017 2004-09-17 10:43  pbartok
26018
26019         * ScrollBar.cs:
26020           - Fixed behaviour of arrow buttons. Now properly behaves like
26021             Buttons (and like Microsoft's scrollbar arrow buttons)
26022
26023 2004-09-17 10:14  pbartok
26024
26025         * ScrollBar.cs:
26026           - Added missing release of keyboard/mouse capture
26027
26028 2004-09-17 06:18  jordi
26029
26030         * ContextMenu.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs,
26031           Theme.cs: Very early menu support
26032
26033 2004-09-16 17:45  pbartok
26034
26035         * XplatUIWin32.cs:
26036           - Fixed sending a window to the front
26037           - Added overload for SetWindowPos to avoid casting
26038
26039 2004-09-16 17:44  pbartok
26040
26041         * Control.cs:
26042           - Added SendToBack and BringToFront methods
26043
26044 2004-09-16 07:00  ravindra
26045
26046         * Copyright: Added Novell URL.
26047
26048 2004-09-16 07:00  ravindra
26049
26050         * ToolBar.cs: Invalidate should be done before redrawing.
26051
26052 2004-09-15 21:19  ravindra
26053
26054         * ColumnHeaderStyle.cs: Enum for ListView Control.
26055
26056 2004-09-15 21:18  ravindra
26057
26058         * ColumnClickEventArgs.cs, ColumnClickEventHandler.cs: Event for
26059           ListView Control.
26060
26061 2004-09-13 18:26  jackson
26062
26063         * Timer.cs, XplatUIX11.cs: Remove test code so timers are updated
26064           properly
26065
26066 2004-09-13 18:13  jackson
26067
26068         * Timer.cs, X11Structs.cs, XplatUIX11.cs: Timers are now handled in
26069           a second thread and post messages into the main threads message
26070           queue. This makes timing much more consistent. Both win2K and XP
26071           have a minimum timer value of 15 milliseconds, so we now do this
26072           too.
26073
26074 2004-09-13 15:18  pbartok
26075
26076         * X11Structs.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
26077           XplatUIX11.cs:
26078           - Added Z-Ordering methods
26079
26080 2004-09-13 10:56  pbartok
26081
26082         * Form.cs:
26083           - Fixed #region names
26084           - Moved properties and methods into their proper #regions
26085
26086 2004-09-13 10:51  pbartok
26087
26088         * Form.cs:
26089           - Added Accept and CancelButton properties
26090           - Added ProcessDialogKey() method
26091
26092 2004-09-13 08:18  pbartok
26093
26094         * IWindowTarget.cs:
26095           - Initial check-in
26096
26097 2004-09-10 21:50  pbartok
26098
26099         * Control.cs:
26100           - Added DoDragDrop() [incomplete]
26101           - Properly implemented 'Visible' handling
26102           - Added SetVisibleCore()
26103           - Implemented FindChildAtPoint()
26104           - Implemented GetContainerControl()
26105           - Implemented Hide()
26106
26107 2004-09-10 19:28  pbartok
26108
26109         * Control.cs:
26110           - Moved methods into their appropriate #regions
26111           - Reordered methods within regions alphabetically
26112
26113 2004-09-10 18:57  pbartok
26114
26115         * XplatUIX11.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
26116           - Added method to retrieve text from window
26117
26118 2004-09-10 18:56  pbartok
26119
26120         * Control.cs:
26121           - Moved some internal functions into the internal region
26122           - Implemented FontHeight
26123           - Implemented RenderRightToLeft
26124           - Implemented ResizeRedraw
26125           - Implemented ShowFocusCues
26126           - Implemented ShowKeyboardCues
26127           - Implemented FromChildHandle
26128           - Implemented FromHandle
26129           - Implemented IsMnemonic
26130           - Implemented ReflectMessage
26131           - All public and protected Static Methods are now complete
26132
26133 2004-09-10 16:54  pbartok
26134
26135         * Control.cs:
26136           - Implemented remaining missing public instance properties
26137           - Alphabetized some out of order properties
26138
26139 2004-09-10 05:51  ravindra
26140
26141         * PictureBox.cs: Added a check for null image.
26142
26143 2004-09-10 00:59  jordi
26144
26145         * GroupBox.cs: remove cvs tag
26146
26147 2004-09-09 05:25  ravindra
26148
26149         * ToolBar.cs: Make redraw accessible from ToolBarButton.
26150
26151 2004-09-09 05:23  ravindra
26152
26153         * ToolBarButton.cs: Changes in ToolBarButton need to make it's
26154           parent redraw.
26155
26156 2004-09-09 02:28  pbartok
26157
26158         * ThemeWin32Classic.cs:
26159           - Improve disabled string look
26160
26161 2004-09-09 01:15  jordi
26162
26163         * MeasureItemEventArgs.cs, MeasureItemEventHandler.cs: measureitem
26164           args and handler
26165
26166 2004-09-08 23:56  ravindra
26167
26168         * ItemBoundsPortion.cs: It's enum, not a class!
26169
26170 2004-09-08 23:47  ravindra
26171
26172         * FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs:
26173           Enums for Form.
26174
26175 2004-09-08 21:13  ravindra
26176
26177         * ItemBoundsPortion.cs, ListViewAlignment.cs, View.cs: Enums for
26178           ListView control.
26179
26180 2004-09-08 21:03  ravindra
26181
26182         * ThemeWin32Classic.cs: PictureBox would not draw a null image to
26183           avoid crash.
26184
26185 2004-09-08 21:01  ravindra
26186
26187         * ScrollableControl.cs: Removed unreachable code.
26188
26189 2004-09-08 06:45  jordi
26190
26191         * MenuMerge.cs, Shortcut.cs: enumerations need it by menus
26192
26193 2004-09-08 01:00  jackson
26194
26195         * XplatUIX11.cs: Only run the timers when updating the message
26196           queue. This effectively gives X messages a higher priority then
26197           timer messages. Timers still need love though
26198
26199 2004-09-07 14:01  jackson
26200
26201         * XplatUIX11.cs: Do not call XDestroyWindow, X has already done
26202           this for us and the handle is no longer valid.
26203
26204 2004-09-07 13:59  jackson
26205
26206         * HandleData.cs, XplatUIX11.cs: First steps towards a new X event
26207           loop that manages to not crash. TODO: Add poll and cleanup timers
26208
26209 2004-09-07 11:12  jordi
26210
26211         * GroupBox.cs, Theme.cs, ThemeWin32Classic.cs: GroupBox control
26212
26213 2004-09-07 03:40  jordi
26214
26215         * Label.cs, LinkLabel.cs, Theme.cs, ThemeWin32Classic.cs: LinkLabel
26216           fixes, methods, multiple links
26217
26218 2004-09-06 06:55  jordi
26219
26220         * Control.cs: Caches ClientRectangle rectangle value
26221
26222 2004-09-05 02:03  jordi
26223
26224         * ScrollBar.cs, ThemeWin32Classic.cs: fixes bugs, adds flashing on
26225           certain situations
26226
26227 2004-09-04 11:10  jordi
26228
26229         * Label.cs: Refresh when font changed
26230
26231 2004-09-02 16:24  pbartok
26232
26233         * Control.cs:
26234           - Added sanity check to creation of double buffer bitmap
26235
26236 2004-09-02 16:24  pbartok
26237
26238         * ButtonBase.cs:
26239           - Fixed selection of text color
26240           - Fixed handling of resize event; now properly recreates double
26241             buffering bitmap
26242           - Added missing assignment of TextAlignment
26243           - Added proper default for TextAlignment
26244
26245 2004-09-02 14:26  pbartok
26246
26247         * RadioButton.cs:
26248           - Added missing RadioButton.RadioButtonAccessibleObject class
26249
26250 2004-09-02 14:26  pbartok
26251
26252         * Control.cs:
26253           - Added missing Control.ControlAccessibleObject class
26254           - Started to implement Select()ion mechanisms, still very incomplete
26255
26256 2004-09-02 14:25  pbartok
26257
26258         * AccessibleObject.cs:
26259           - Added missing methods
26260
26261 2004-09-02 14:23  pbartok
26262
26263         * AccessibleNavigation.cs, AccessibleSelection.cs:
26264           - Initial check-in
26265
26266 2004-09-02 10:32  jordi
26267
26268         * Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: implements resource
26269           pool for pens, brushes, and hatchbruses
26270
26271 2004-09-01 15:30  jackson
26272
26273         * StatusBar.cs: Fix typo
26274
26275 2004-09-01 14:44  pbartok
26276
26277         * RadioButton.cs:
26278           - Fixed state
26279
26280 2004-09-01 14:39  pbartok
26281
26282         * Button.cs, RadioButton.cs:
26283           - Functional initial check-in
26284
26285 2004-09-01 14:01  pbartok
26286
26287         * CheckBox.cs:
26288           - Added missing default
26289           - Added missing region mark
26290
26291 2004-09-01 09:10  jordi
26292
26293         * Label.cs: fixes method signatures, new methods, events, fixes
26294           autosize
26295
26296 2004-09-01 07:19  jordi
26297
26298         * Control.cs: Init string variables with an empty object
26299
26300 2004-09-01 04:20  jordi
26301
26302         * Control.cs: fires OnFontChanged event
26303
26304 2004-08-31 20:07  pbartok
26305
26306         * ButtonBase.cs:
26307           - Enabled display of strings
26308
26309 2004-08-31 20:05  pbartok
26310
26311         * Form.cs:
26312           - Added (partial) implementation of DialogResult; rest needs to be
26313             implemented when the modal loop code is done
26314
26315 2004-08-31 19:55  pbartok
26316
26317         * CheckBox.cs:
26318           - Fixed to match the removal of the needs_redraw concept
26319
26320 2004-08-31 19:55  pbartok
26321
26322         * ButtonBase.cs:
26323           - Removed the rather odd split between 'needs redraw' and redrawing
26324           - Now handles the events that require regeneration (ambient
26325             properties and size)
26326
26327 2004-08-31 19:41  pbartok
26328
26329         * Control.cs:
26330           - Added firing of BackColorChanged event
26331           - Added TopLevelControl property
26332           - Fixed handling of WM_ERASEBKGRND message
26333
26334 2004-08-31 12:49  pbartok
26335
26336         * ButtonBase.cs:
26337           - Removed debug
26338           - Minor fixes
26339
26340 2004-08-31 12:48  pbartok
26341
26342         * CheckBox.cs:
26343           - Finished (famous last words)
26344
26345 2004-08-31 04:35  jordi
26346
26347         * ScrollBar.cs: adds autorepeat timer, uses a single timer, fixes
26348           scrolling bugs, adds new methods
26349
26350 2004-08-30 14:42  pbartok
26351
26352         * CheckBox.cs:
26353           - Implemented CheckBox drawing code
26354
26355 2004-08-30 14:42  pbartok
26356
26357         * ButtonBase.cs:
26358           - Made Redraw() and CheckRedraw() virtual
26359           - Improved mouse up/down/move logic to properly track buttons
26360
26361 2004-08-30 09:44  pbartok
26362
26363         * CheckBox.cs:
26364           - Updated to fix broken build. Not complete yet.
26365
26366 2004-08-30 09:28  pbartok
26367
26368         * CheckState.cs:
26369           - Initial checkin
26370
26371 2004-08-30 09:17  pbartok
26372
26373         * Appearance.cs:
26374           - Initial check-in
26375
26376 2004-08-27 16:12  ravindra
26377
26378         * ToolBarButton.cs: Added TypeConverter attribute.
26379
26380 2004-08-27 16:07  ravindra
26381
26382         * ImageIndexConverter.cs: Implemented.
26383
26384 2004-08-27 14:17  pbartok
26385
26386         * Control.cs:
26387           - Removed unneeded stack vars
26388           - First attempt to fix sizing issues when layout is suspended
26389
26390 2004-08-25 15:35  jordi
26391
26392         * ScrollBar.cs: more fixes to scrollbar
26393
26394 2004-08-25 14:04  ravindra
26395
26396         * Theme.cs, ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs:
26397           Added the missing divider code and grip for ToolBar Control.
26398
26399 2004-08-25 13:20  pbartok
26400
26401         * Control.cs:
26402           - Control now properly passes the ambient background color to child
26403             controls
26404
26405 2004-08-25 13:20  jordi
26406
26407         * ScrollBar.cs: small bug fix regarding bar position
26408
26409 2004-08-25 12:33  pbartok
26410
26411         * Timer.cs:
26412           - Now only calls SetTimer or KillTimer if the enabled state has
26413           changed
26414
26415 2004-08-25 12:33  pbartok
26416
26417         * XplatUIWin32.cs:
26418           - Fixed timer handling, now seems to work
26419           - Improved error message for window creation
26420
26421 2004-08-25 12:32  pbartok
26422
26423         * Control.cs:
26424           - Fixed generation of MouseUp message
26425
26426 2004-08-25 12:29  jordi
26427
26428         * ProgressBar.cs, ThemeWin32Classic.cs: new methods, properties,
26429           and fixes for progressbar
26430
26431 2004-08-24 18:43  ravindra
26432
26433         * ThemeWin32Classic.cs, ToolBar.cs: Fixed wrapping related issues
26434           in ToolBar control.
26435
26436 2004-08-24 17:15  pbartok
26437
26438         * Panel.cs:
26439           - Added #region
26440           - Added missing events
26441           - Alphabetized
26442
26443 2004-08-24 17:14  pbartok
26444
26445         * StatusBar.cs, PictureBox.cs:
26446           - Now uses Control's CreateParams
26447
26448 2004-08-24 16:36  pbartok
26449
26450         * XplatUIX11.cs:
26451           - Fixed background color handling
26452           - Fixed sending of enter/leave events on a grab
26453
26454 2004-08-24 16:35  pbartok
26455
26456         * X11Structs.cs:
26457           - Refined definitions for CrossingEvent
26458
26459 2004-08-24 12:37  jordi
26460
26461         * ScrollBar.cs, Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: fixes
26462           formmating, methods signature, and adds missing events
26463
26464 2004-08-24 12:24  jordi
26465
26466         * Control.cs: fire OnEnabledChanged event
26467
26468 2004-08-24 11:17  pbartok
26469
26470         * XplatUIWin32.cs:
26471           - Implemented SetTimer() and KillTimer()
26472
26473 2004-08-24 11:16  pbartok
26474
26475         * XplatUIX11.cs:
26476           - Now uses Remove instead of Add to kill the timer
26477
26478 2004-08-24 10:16  jackson
26479
26480         * PictureBox.cs, Theme.cs, ThemeWin32Classic.cs: Handle drawing
26481           picture boxes in the theme now. Draw picture box borders and obey
26482           sizing modes
26483
26484 2004-08-24 05:49  jackson
26485
26486         * Timer.cs: Remove top secret debugging code
26487
26488 2004-08-24 05:34  jackson
26489
26490         * PictureBox.cs: Temp hack to make picture boxes draw their full
26491           image
26492
26493 2004-08-24 05:29  jackson
26494
26495         * Timer.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
26496           XplatUIX11.cs: Move timers to the driver level. On X they are
26497           queued by the driver and checked on idle.
26498
26499 2004-08-24 01:07  jackson
26500
26501         * XplatUIX11.cs: Use a queue for async messages instead of passing
26502           them as ClientMessages since that was totally broken. Also simply
26503           check for events and return an idle message if none are found. This
26504           gives us an idle handler, and prevents deadlocking when no messages
26505           are in the queue.
26506
26507 2004-08-23 18:19  ravindra
26508
26509         * XplatUIWin32.cs: Removed the unwanted destructor.
26510
26511 2004-08-23 17:27  pbartok
26512
26513         * ButtonBase.cs:
26514           - Finishing touches. Works now, just needs some optimizations.
26515
26516 2004-08-23 16:53  jordi
26517
26518         * ScrollBar.cs: small fix
26519
26520 2004-08-23 16:45  pbartok
26521
26522         * Application.cs:
26523           - Removed debug output
26524           - Simplifications
26525
26526 2004-08-23 16:43  jordi
26527
26528         * ScrollBar.cs: [no log message]
26529
26530 2004-08-23 16:10  pbartok
26531
26532         * Form.cs:
26533           - Fixed handling of WM_CLOSE message
26534           - Removed debug output
26535
26536 2004-08-23 16:09  pbartok
26537
26538         * Application.cs:
26539           - Added handling of Idle event
26540           - Added handling of form closing
26541           - Fixed reporting of MessageLoop property
26542           - Removed some unneeded code, should provide a bit of a speedup
26543
26544 2004-08-23 15:22  pbartok
26545
26546         * Control.cs:
26547           - Added InitLayout() method
26548           - Added code to properly perform layout when Anchor or Dock property
26549             is changed
26550           - Changed 'interpretation' of ResumeLayout. MS seems to have a
26551             LAMESPEC, tried to do it in a way that makes sense
26552
26553 2004-08-23 14:10  jordi
26554
26555         * HScrollBar.cs, ScrollBar.cs, TrackBar.cs, VScrollBar.cs: fixes
26556           properties and methods
26557
26558 2004-08-23 13:55  pbartok
26559
26560         * Control.cs:
26561           - Properly fixed Jordi's last fix
26562           - Now uses Cursor's Position property instead of calling XplatUI
26563           directly
26564
26565 2004-08-23 13:44  jordi
26566
26567         * PaintEventHandler.cs: Adding missing attribute
26568
26569 2004-08-23 13:39  pbartok
26570
26571         * Cursor.cs:
26572           - Implemented Position property
26573
26574 2004-08-23 13:39  pbartok
26575
26576         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
26577           - Added method to move mouse cursor
26578
26579 2004-08-23 13:39  pbartok
26580
26581         * XplatUIX11.cs:
26582           - Fixed setting of background color
26583           - Added method to move mouse cursor
26584
26585 2004-08-23 13:16  jordi
26586
26587         * Control.cs: avoids null exception
26588
26589 2004-08-22 17:46  jackson
26590
26591         * PictureBox.cs, PictureBoxSizeMode.cs: Initial implementation of
26592           PictureBox
26593
26594 2004-08-22 17:40  jackson
26595
26596         * XplatUIX11.cs: Add some missing locks
26597
26598 2004-08-22 15:10  pbartok
26599
26600         * Control.cs, Form.cs:
26601           - Removed OverlappedWindow style from Control, instead it's default
26602             now is child
26603           - Made form windows OverlappedWindow by default
26604
26605 2004-08-22 13:34  jackson
26606
26607         * ScrollBar.cs: Update the position through the Value property so
26608           the OnValueChanged event is raised.
26609
26610 2004-08-22 12:04  pbartok
26611
26612         * SWF.csproj:
26613           - Added Cursor.cs and UserControl.cs
26614
26615 2004-08-22 12:03  pbartok
26616
26617         * Cursor.cs:
26618           - Started implementation, not usable yet
26619
26620 2004-08-22 12:00  pbartok
26621
26622         * UserControl.cs:
26623           - Implemented UserControl (complete)
26624
26625 2004-08-21 19:20  ravindra
26626
26627         * ToolBar.cs: Correcting the formatting mess of VS.NET.
26628
26629 2004-08-21 18:49  ravindra
26630
26631         * ToolBar.cs: Probably this completes the missing attributes in
26632           toolbar control.
26633
26634 2004-08-21 18:03  ravindra
26635
26636         * ToolBar.cs, ToolBarButton.cs, ToolBarButtonClickEventArgs.cs:
26637           Fixed toolbar control signatures.
26638
26639 2004-08-21 16:32  pbartok
26640
26641         * LinkLabel.cs:
26642           - Signature Fixes
26643
26644 2004-08-21 16:30  pbartok
26645
26646         * Label.cs:
26647           - Signature fixes
26648
26649 2004-08-21 16:19  pbartok
26650
26651         * Control.cs, Label.cs:
26652           - Signature fixes
26653
26654 2004-08-21 15:57  pbartok
26655
26656         * ButtonBase.cs:
26657           - Added loads of debug output for development
26658           - Fixed typo in method name
26659
26660 2004-08-21 15:52  pbartok
26661
26662         * ToolBarButtonClickEventArgs.cs:
26663           - Added missing base class
26664
26665 2004-08-21 14:53  pbartok
26666
26667         * Control.cs:
26668           - Updated to match new GrabWindow signature
26669
26670 2004-08-21 14:51  pbartok
26671
26672         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
26673           - Added method to get default display size
26674
26675 2004-08-21 14:23  pbartok
26676
26677         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
26678           - Added method to query current grab state
26679           - Added argument to allow confining a grab to a window
26680
26681 2004-08-21 14:22  pbartok
26682
26683         * Keys.cs:
26684           - Added [Flags] attribute so that modifiers can be used in bitwise
26685           ops
26686
26687 2004-08-21 14:21  pbartok
26688
26689         * TrackBar.cs, ScrollBar.cs:
26690           - Replaced direct XplatUI calls with their Control counterpart
26691
26692 2004-08-21 13:32  pbartok
26693
26694         * Control.cs:
26695           - Implemented Created property
26696
26697 2004-08-21 13:28  pbartok
26698
26699         * Control.cs:
26700           - Implemented ContainsFocus
26701
26702 2004-08-21 13:26  pbartok
26703
26704         * Control.cs:
26705           - Implemented CausesValidation
26706
26707 2004-08-21 13:21  pbartok
26708
26709         * Control.cs:
26710           - Implemented CanFocus
26711           - Implemented CanSelect
26712           - Implemented Capture
26713
26714 2004-08-21 12:35  pbartok
26715
26716         * XplatUIWin32.cs:
26717           - Fixed bug with Async message handling
26718           - Implemented getting the ModifierKeys
26719
26720 2004-08-21 12:32  jackson
26721
26722         * AsyncMethodResult.cs: Make sure we have the mutex before we
26723           release it. Fixes BeginInvoke on windows
26724
26725 2004-08-21 11:31  pbartok
26726
26727         * XplatUIWin32.cs, XplatUIX11.cs:
26728           - Drivers now return proper mouse state
26729
26730 2004-08-21 10:54  jackson
26731
26732         * Control.cs: Implement EndInvoke
26733
26734 2004-08-21 10:48  jackson
26735
26736         * Timer.cs: Remove unneeded finalizer
26737
26738 2004-08-20 19:52  ravindra
26739
26740         * ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs: Improvments
26741           in mouse event handling in the ToolBar control.
26742
26743 2004-08-20 19:50  ravindra
26744
26745         * ImageList.cs: Changed draw method to use the arguments passed in
26746           to draw the image.
26747
26748 2004-08-20 18:58  pbartok
26749
26750         * XplatUIStructs.cs:
26751           - Added private message for async communication
26752
26753 2004-08-20 17:38  ravindra
26754
26755         * Control.cs: Made RightToLeft property virtual and removed a
26756           Console.WriteLine.
26757
26758 2004-08-20 14:39  jordi
26759
26760         * ThemeGtk.cs: use style_attach
26761
26762 2004-08-20 14:39  pbartok
26763
26764         * XplatUIWin32.cs:
26765           - Added jackson's Async code from X11 to Win32
26766
26767 2004-08-20 14:09  pbartok
26768
26769         * SWF.csproj:
26770           - Added all new files
26771
26772 2004-08-20 14:09  pbartok
26773
26774         * Control.cs:
26775           - Added call to set window background color
26776
26777 2004-08-20 14:03  pbartok
26778
26779         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
26780           - Added method for setting the window background
26781
26782 2004-08-20 14:02  pbartok
26783
26784         * XplatUIWin32.cs:
26785           - Added method for setting the background color
26786           - Added handling for erasing the window background
26787
26788 2004-08-20 13:45  jordi
26789
26790         * TrackBar.cs: fixes timer, new properties and methods
26791
26792 2004-08-20 13:34  jackson
26793
26794         * ScrollBar.cs: Use the SWF timer so callbacks are run in the
26795           correct thread
26796
26797 2004-08-20 13:22  jackson
26798
26799         * Timer.cs: Timer Tick events are now handed through Controls Async
26800           mechanism so the callbacks are executed in the same thread as X
26801
26802 2004-08-20 13:19  jackson
26803
26804         * XplatUIDriver.cs: Expose functionality to send async messages
26805           through the driver
26806
26807 2004-08-20 13:18  jackson
26808
26809         * Control.cs: Implement Begininvoke
26810
26811 2004-08-20 13:14  jackson
26812
26813         * XplatUI.cs, XplatUIWin32.cs: Expose functionality to send async
26814           messages through the driver
26815
26816 2004-08-20 13:12  jackson
26817
26818         * XplatUIX11.cs: Lock before all X operations. Also added Async
26819           method functionality through XSendEvent
26820
26821 2004-08-20 13:11  jackson
26822
26823         * X11Structs.cs: Use IntPtrs for ClientMessage extra data (TODO:
26824           This will screw up on 64 bit systems)
26825
26826 2004-08-20 13:10  jackson
26827
26828         * AsyncMethodData.cs, AsyncMethodResult.cs: Classes for sending
26829           Async messages through X/Win32
26830
26831 2004-08-19 19:39  pbartok
26832
26833         * XplatUIX11.cs:
26834           - Updated code to match new HandleData.DeviceContext type
26835
26836 2004-08-19 19:38  pbartok
26837
26838         * HandleData.cs:
26839           - Made DeviceContext a generic object to allow usage from various
26840           drivers
26841           - Added support for queueing Windows messages
26842
26843 2004-08-19 19:37  pbartok
26844
26845         * XplatUIWin32.cs:
26846           - Added generation of MouseEnter, MouseLeave and MouseHover events
26847           - Added cleanup on EndPaint
26848
26849 2004-08-19 19:17  pbartok
26850
26851         * Control.cs:
26852           - Added handling of WM_MOUSEHOVER
26853           - Worked around 'bug' in Win32 WM_MOUSE_ENTER/WM_MOUSE_LEAVE driver
26854           code
26855
26856 2004-08-19 18:55  jordi
26857
26858         * ThemeGtk.cs: fixes button order
26859
26860 2004-08-19 18:12  jordi
26861
26862         * Theme.cs, ThemeWin32Classic.cs: fixes methods signature
26863
26864 2004-08-19 17:09  pbartok
26865
26866         * Control.cs:
26867           - Added Right property
26868           - Added RightToLeft property
26869
26870 2004-08-19 16:27  jordi
26871
26872         * ThemeGtk.cs: experimental GTK theme support
26873
26874 2004-08-19 16:26  jordi
26875
26876         * ITheme.cs, Theme.cs: move themes from an interface to a class
26877
26878 2004-08-19 16:25  jordi
26879
26880         * Control.cs, ScrollBar.cs, ThemeEngine.cs, ThemeWin32Classic.cs:
26881           theme enhancaments
26882
26883 2004-08-19 16:04  pbartok
26884
26885         * XplatUIX11.cs:
26886           - Added colormap basics
26887           - Added a way to re-initialize with a different display handle
26888           - Fixed setting of the window background color
26889           - Added various X11 imports related to colors and colormaps
26890
26891 2004-08-19 15:51  pbartok
26892
26893         * X11Structs.cs:
26894           - Removed packing hints (Paolo suggested this a while back)
26895           - fixed colormap type
26896           - Added default Atom types
26897           - Added Screen and color structs and enums
26898
26899 2004-08-19 15:39  pbartok
26900
26901         * ImageList.cs:
26902           - Added missing Draw() method
26903           - Added missing RecreateHandle event
26904
26905 2004-08-19 15:30  pbartok
26906
26907         * Form.cs:
26908           - Added handling of WM_CLOSE
26909
26910 2004-08-18 13:16  jordi
26911
26912         * ITheme.cs, ThemeWin32Classic.cs, XplatUIWin32.cs: Move colors to
26913           a table
26914
26915 2004-08-18 09:56  jordi
26916
26917         * ScrollBar.cs: fixes to scrollbar: steps and multiple timers
26918
26919 2004-08-17 15:31  ravindra
26920
26921         * SWF.csproj: Updated project.
26922
26923 2004-08-17 15:25  pbartok
26924
26925         * Control.cs:
26926           - Drawing improvement; don't call UpdateBounds if we are not visible
26927             (or have been minimized)
26928
26929 2004-08-17 15:24  pbartok
26930
26931         * XplatUIWin32.cs:
26932           - Finished IsVisible
26933           - Added Win32GetWindowPlacement
26934
26935 2004-08-17 15:08  jackson
26936
26937         * Panel.cs: Initial checkin of the Panel
26938
26939 2004-08-17 14:25  pbartok
26940
26941         * Control.cs:
26942           - Fixed broken handling of default window sizes
26943
26944 2004-08-17 13:29  jackson
26945
26946         * ThemeWin32Classic.cs: Don't use KnownColor to create colours. It
26947           has a large startup time.
26948
26949 2004-08-17 10:25  jackson
26950
26951         * HandleData.cs: union areas properly
26952
26953 2004-08-17 10:12  jackson
26954
26955         * HandleData.cs: union areas properly
26956
26957 2004-08-16 20:00  ravindra
26958
26959         * ToolBar.cs, ToolBarButton.cs: Added attributes.
26960
26961 2004-08-16 18:48  ravindra
26962
26963         * ToolBar.cs: Added attributes.
26964
26965 2004-08-16 17:17  ravindra
26966
26967         * SWF.csproj: Updated project.
26968
26969 2004-08-16 17:16  jackson
26970
26971         * XplatUIX11.cs: Check for more expose events before sending a
26972           WM_PAINT so they can all be grouped together. This makes dragging a
26973           window across another window redraw in a sane way.
26974
26975 2004-08-16 15:47  pbartok
26976
26977         * Control.cs:
26978           - Added handling of WM_MOUSE_ENTER & WM_MOUSE_LEAVE to
26979             support OnMouseEnter/Leave()
26980           - Added WS_CLIPSIBLINGS and WS_CLIPCHILDREN window styles to improve
26981             exposure handling
26982
26983 2004-08-16 15:46  pbartok
26984
26985         * XplatUIStructs.cs, XplatUIX11.cs:
26986           - Added WM_MOUSE_ENTER & WM_MOUSE_LEAVE to support
26987           OnMouseEnter/Leave()
26988
26989 2004-08-16 15:34  jackson
26990
26991         * XplatUIX11.cs: Group multiple expose events in HandleData, make
26992           sure messages get the message field set to WM_NULL if they are not
26993           handled.
26994
26995 2004-08-16 15:24  jackson
26996
26997         * HandleData.cs: HandleData is used for storing message information
26998           for window handles
26999
27000 2004-08-15 17:23  ravindra
27001
27002         * ColorDepth.cs: Added attribute.
27003
27004 2004-08-15 17:23  ravindra
27005
27006         * SWF.csproj: Updated project for ToolBar Control.
27007
27008 2004-08-15 17:20  ravindra
27009
27010         * ITheme.cs, ThemeWin32Classic.cs: Changes to Theme for ToolBar
27011           control and also dos2unix format.
27012
27013 2004-08-15 17:13  ravindra
27014
27015         * ToolBar.cs, ToolBarAppearance.cs, ToolBarButton.cs,
27016           ToolBarButtonClickEventArgs.cs,
27017           ToolBarButtonClickEventHandler.cs, ToolBarButtonStyle.cs,
27018           ToolBarTextAlign.cs: First Implementation of ToolBar control.
27019
27020 2004-08-15 15:31  pbartok
27021
27022         * ButtonBase.cs:
27023           - First (mostly) working version
27024
27025 2004-08-13 16:15  pbartok
27026
27027         * Control.cs:
27028           - Fixed Anchor default
27029
27030 2004-08-13 15:43  pbartok
27031
27032         * Control.cs:
27033           - Changed GetCursorPos signature
27034
27035 2004-08-13 15:42  pbartok
27036
27037         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
27038           - Changed signature for GetCursorPos
27039
27040 2004-08-13 15:25  pbartok
27041
27042         * XplatUIX11.cs:
27043           - Cleanup
27044           - Fixed resizing/exposure handling
27045
27046 2004-08-13 15:22  jordi
27047
27048         * ThemeWin32Classic.cs: removes redundant code and fixes issues
27049           with tickposition
27050
27051 2004-08-13 14:55  jordi
27052
27053         * TrackBar.cs: change from wndproc to events
27054
27055 2004-08-13 13:00  jordi
27056
27057         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
27058           XplatUIX11.cs: implements PointToClient (ScreenToClient)
27059
27060 2004-08-13 12:53  pbartok
27061
27062         * XplatUIWin32.cs:
27063           - Changed GetWindowPos to also provide client area size
27064           - Fixed broken prototypes for several win32 functions
27065
27066 2004-08-13 12:53  pbartok
27067
27068         * XplatUI.cs, XplatUIDriver.cs:
27069           - Changed GetWindowPos to also provide client area size
27070
27071 2004-08-13 12:52  pbartok
27072
27073         * XplatUIX11.cs:
27074           - Added generation of WM_POSCHANGED
27075           - Changed GetWindowPos to also provide client area size
27076
27077 2004-08-13 12:52  pbartok
27078
27079         * Control.cs:
27080           - Added Dispose() and destructor
27081           - Fixed resizing and bounds calculation
27082           - Fixed Layout
27083           - Added memory savings for invisible windows
27084
27085 2004-08-13 12:46  jordi
27086
27087         * TrackBar.cs: adds timer and grap window
27088
27089 2004-08-13 10:25  jackson
27090
27091         * Timer.cs: SWF Timer
27092
27093 2004-08-12 16:59  pbartok
27094
27095         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
27096           - Implemented method to get current mouse position
27097
27098 2004-08-12 14:29  jordi
27099
27100         * ITheme.cs, ThemeWin32Classic.cs, TrackBar.cs: Trackbar
27101           enhancement, fix mouse problems, highli thumb, etc
27102
27103 2004-08-12 13:31  pbartok
27104
27105         * Control.cs:
27106           - Fixed Anchoring bugs
27107
27108 2004-08-12 13:01  jackson
27109
27110         * StatusBar.cs: Don't forget things
27111
27112 2004-08-12 12:54  jackson
27113
27114         * ThemeWin32Classic.cs: Handle owner draw status bars
27115
27116 2004-08-12 12:54  jackson
27117
27118         * StatusBar.cs: Implement missing properties, events, and methods.
27119           Handle mouse clicking
27120
27121 2004-08-12 10:19  jackson
27122
27123         * StatusBarPanelClickEventArgs.cs,
27124           StatusBarPanelClickEventHandler.cs: Classes for handling status
27125           bar panel click events
27126
27127 2004-08-12 10:10  jackson
27128
27129         * Control.cs: Add missing properties
27130
27131 2004-08-12 09:46  pbartok
27132
27133         * BindingsManagerBase.cs:
27134           - Name changed to BindingManagerBase.cs
27135
27136 2004-08-12 09:25  jordi
27137
27138         * ScrollableControl.cs: calls ctrlbase instead of exeception
27139
27140 2004-08-11 16:28  pbartok
27141
27142         * InputLanguageChangingEventArgs.cs:
27143           - Never check in before compiling. Fixes the last check-in
27144
27145 2004-08-11 16:26  pbartok
27146
27147         * InputLanguageChangingEventArgs.cs:
27148           - More signature fixes
27149
27150 2004-08-11 16:20  pbartok
27151
27152         * BindingManagerBase.cs, BindingMemberInfo.cs, ContainerControl.cs,
27153           Control.cs, ControlEventArgs.cs, ControlPaint.cs, Form.cs,
27154           ImageListStreamer.cs, InputLanguage.cs,
27155           InputLanguageChangedEventArgs.cs,
27156           InputLanguageChangingEventArgs.cs, Keys.cs, LayoutEventArgs.cs,
27157           LinkArea.cs, Message.cs, MouseEventArgs.cs, NativeWindow.cs,
27158           ScrollEventArgs.cs, ScrollableControl.cs, XplatUI.cs,
27159           XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
27160           - Signature fixes
27161
27162 2004-08-11 16:16  pbartok
27163
27164         * Application.cs:
27165           - Fixed Signature
27166           - Added .Net 1.1 method
27167
27168 2004-08-11 15:25  pbartok
27169
27170         * SWF.csproj:
27171           - Fixed BindingManagerBase.cs filename
27172
27173 2004-08-11 15:22  pbartok
27174
27175         * BindingManagerBase.cs:
27176           - Was checked in with wrong filename
27177
27178 2004-08-11 14:50  pbartok
27179
27180         * SWF.csproj:
27181           - Updated
27182
27183 2004-08-11 13:41  jordi
27184
27185         * XplatUIWin32.cs: Fixes ClientRect
27186
27187 2004-08-11 13:19  pbartok
27188
27189         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
27190           XplatUIX11.cs:
27191           - We had SetWindowPos and MoveWindow to set window positions and
27192             size, removed MoveWindow. We have GetWindowPos, so it made sense to
27193             keep SetWindowPos as matching counterpart
27194           - Added some X11 sanity checking
27195
27196 2004-08-11 12:59  pbartok
27197
27198         * Control.cs:
27199           - Major cleanup of my SetBounds/SetBoundsCore/UpdateBounds mess
27200             (It seems that SetBounds is just a front for SetBoundsCore and
27201              SetBoundsCore updates the underlying window system and
27202              UpdateBounds is responsible for updating the variables associated
27203              with the Control and sending the events)
27204           - Major cleanup of Size handling; we now have two sizes, client_size
27205             and bounds. Bounds defines the window with decorations, client_size
27206             without them.
27207
27208 2004-08-11 12:55  pbartok
27209
27210         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
27211           - Added method to calculate difference between decorated window and
27212             raw client area
27213
27214 2004-08-11 12:54  pbartok
27215
27216         * Label.cs:
27217           - Forcing redraw on resize
27218
27219 2004-08-11 11:43  pbartok
27220
27221         * ImageList.cs:
27222           - Removed disposing of the actual images when the list is disposed
27223
27224 2004-08-11 09:13  pbartok
27225
27226         * Control.cs:
27227           - Now properly reparents windows
27228
27229 2004-08-11 08:37  pbartok
27230
27231         * Control.cs:
27232           - Duh!
27233
27234 2004-08-11 07:47  pbartok
27235
27236         * Control.cs:
27237           - Rewrote the collection stuff. Might not be as fast now, not
27238             keeping the number of children around and accessible directly, but
27239             it's more straightforward
27240
27241 2004-08-11 07:44  pbartok
27242
27243         * AccessibleObject.cs:
27244           - Fixed to match ControlCollection rewrite
27245
27246 2004-08-11 07:43  pbartok
27247
27248         * ImageList.cs:
27249           - Added missing creation of the collection list
27250
27251 2004-08-10 20:08  jackson
27252
27253         * StatusBar.cs: Get the paint message from WndProc
27254
27255 2004-08-10 19:31  jackson
27256
27257         * ThemeWin32Classic.cs: Create Brushes as little as possible
27258
27259 2004-08-10 19:20  jackson
27260
27261         * UICues.cs: Add Flags attribute
27262
27263 2004-08-10 19:19  jackson
27264
27265         * StatusBarPanel.cs: Signature cleanup
27266
27267 2004-08-10 19:10  jackson
27268
27269         * StatusBarDrawItemEventArgs.cs, StatusBarDrawItemEventHandler.cs:
27270           Initial implementation of status bar item drawing
27271
27272 2004-08-10 17:27  jordi
27273
27274         * TrackBar.cs: add missing methods, properties, and restructure to
27275           hide extra ones
27276
27277 2004-08-10 16:24  jackson
27278
27279         * AccessibleStates.cs, Border3DSide.cs, Border3DStyle.cs,
27280           ButtonState.cs, ControlStyles.cs, DragDropEffects.cs: Add flags
27281           attribute
27282
27283 2004-08-10 13:21  jordi
27284
27285         * ITheme.cs, ScrollBar.cs, ThemeWin32Classic.cs: scrollbar
27286           enhancements and standarize on win colors defaults
27287
27288 2004-08-10 12:52  jackson
27289
27290         * DrawItemEventArgs.cs, DrawItemState.cs, ITheme.cs,
27291           ThemeWin32Classic.cs: Implement DrawItem functionality
27292
27293 2004-08-10 12:47  jordi
27294
27295         * XplatUIWin32.cs: Calls InvalidateRect before UpdateWindow
27296
27297 2004-08-10 12:32  jordi
27298
27299         * Control.cs: throw ontextchange event
27300
27301 2004-08-10 11:43  pbartok
27302
27303         * Control.cs:
27304           - Added more to the still unfinished Dock/Anchor layout code
27305
27306 2004-08-10 11:39  pbartok
27307
27308         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
27309           - Added GetWindowPos method
27310
27311 2004-08-10 11:36  pbartok
27312
27313         * XplatUIWin32.cs:
27314           - Implemented several methods
27315
27316 2004-08-10 09:47  jackson
27317
27318         * TrackBar.cs: Allow control to handle buffering
27319
27320 2004-08-10 09:41  jackson
27321
27322         * ProgressBar.cs, ScrollBar.cs: Allow control to handle buffering
27323
27324 2004-08-10 09:24  jackson
27325
27326         * Label.cs, LinkLabel.cs: Let Control handle buffering.
27327
27328 2004-08-10 09:09  jackson
27329
27330         * StatusBar.cs: Let Control handle all the buffering.
27331
27332 2004-08-10 09:08  jackson
27333
27334         * Control.cs: Control will now handle the buffering code, so each
27335           control does not have to implement this.
27336
27337 2004-08-10 08:34  jackson
27338
27339         * XplatUIDriver.cs: Use default colors from the theme
27340
27341 2004-08-09 17:12  pbartok
27342
27343         * ImageList.cs:
27344           - Fixed several bugs Ravindra pointed out
27345
27346 2004-08-09 16:11  pbartok
27347
27348         * Control.cs:
27349           - Added incomplete dock layout code
27350           - Added support for mouse wheel
27351
27352 2004-08-09 16:09  pbartok
27353
27354         * XplatUIX11.cs:
27355           - Added handling for middle and right mousebutton
27356           - Added handling for mouse wheel
27357           - Added handling for key state and mouse state and position
27358           - Now properly generates WM_xBUTTONx messages and WM_MOUSEWHEEL
27359           messages
27360
27361 2004-08-09 15:40  jackson
27362
27363         * StatusBarPanel.cs, StatusBarPanelAutoSize.cs,
27364           StatusBarPanelBorderStyle.cs, StatusBarPanelStyle.cs: Initial
27365           checkin
27366
27367 2004-08-09 15:37  jackson
27368
27369         * StatusBar.cs: Initial implementation of StatusBar
27370
27371 2004-08-09 15:36  jackson
27372
27373         * ITheme.cs: Add support for drawing status bar and getting status
27374           bar item sizes
27375
27376 2004-08-09 15:35  pbartok
27377
27378         * MouseButtons.cs:
27379           - Fixed values
27380
27381 2004-08-09 15:34  jackson
27382
27383         * ThemeWin32Classic.cs: Add support for drawing status bar and get
27384           status bar item sizes
27385
27386 2004-08-09 15:21  jackson
27387
27388         * ThemeWin32Classic.cs: Use known colors for default control
27389           colours
27390
27391 2004-08-09 15:12  jackson
27392
27393         * ThemeWin32Classic.cs: Make the default font static, it is static
27394           in control so this doesn't change functionality and creating fonts
27395           is sloooooow.
27396
27397 2004-08-09 14:56  pbartok
27398
27399         * X11Structs.cs:
27400           - Added GrabMode enum
27401
27402 2004-08-09 14:55  pbartok
27403
27404         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
27405           - Removed Run method, was only required for initial development
27406
27407 2004-08-09 14:51  pbartok
27408
27409         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
27410           - Implemented GrabWindow/ReleaseWindow methods to allow pointer
27411           capture
27412
27413 2004-08-09 13:48  pbartok
27414
27415         * XplatUIX11.cs:
27416           - Fixed default sizing for child windows
27417
27418 2004-08-09 12:56  pbartok
27419
27420         * XplatUIX11.cs:
27421           - Added generation of WM_DESTROY message
27422           - Added handling of window manager induced shutdown
27423
27424 2004-08-09 11:31  jackson
27425
27426         * ThemeWin32Classic.cs: New names for control properties
27427
27428 2004-08-09 11:25  jackson
27429
27430         * Control.cs: Use new color names
27431
27432 2004-08-09 11:02  jackson
27433
27434         * XplatUI.cs: Get default window properties from the theme
27435
27436 2004-08-09 11:01  jackson
27437
27438         * ITheme.cs: The theme engine now controls default window
27439           properties
27440
27441 2004-08-09 11:00  jackson
27442
27443         * ThemeWin32Classic.cs: Add default window color properties
27444
27445 2004-08-09 10:17  jackson
27446
27447         * ThemeWin32Classic.cs: Use correct default back color
27448
27449 2004-08-09 10:05  jackson
27450
27451         * XplatUIWin32.cs, XplatUIX11.cs: These properties are handled by
27452           the theme now.
27453
27454 2004-08-09 09:56  jackson
27455
27456         * XplatUI.cs: Remove defaults, these are handled by the theme now.
27457
27458 2004-08-09 09:54  jackson
27459
27460         * Control.cs: Get default properties from the theme.
27461
27462 2004-08-09 09:53  jackson
27463
27464         * ITheme.cs: Themes now handle default control properties
27465
27466 2004-08-09 09:53  jackson
27467
27468         * ThemeWin32Classic.cs: Themes now handle default control
27469           properties so coloring will be consistent
27470
27471 2004-08-08 16:54  jordi
27472
27473         * ITheme.cs, ThemeWin32Classic.cs: Label BorderStyles
27474
27475 2004-08-08 15:08  jordi
27476
27477         * XplatUIX11.cs: fixes keyboard crash
27478
27479 2004-08-08 13:47  jordi
27480
27481         * Label.cs: add cvs header info
27482
27483 2004-08-08 12:09  jackson
27484
27485         * ThemeWin32Classic.cs: Add pen_buttonface
27486
27487 2004-08-08 11:52  jordi
27488
27489         * Label.cs, LinkLabel.cs: [no log message]
27490
27491 2004-08-08 11:34  jordi
27492
27493         * ThemeWin32Classic.cs: Use Windows Standard Colours
27494
27495 2004-08-07 17:32  jordi
27496
27497         * TrackBar.cs: throw exceptions of invalid enums values
27498
27499 2004-08-07 17:31  jordi
27500
27501         * Label.cs, LinkLabel.cs, ThemeWin32Classic.cs: fixes label bug and
27502           draw method name
27503
27504 2004-08-07 16:56  jackson
27505
27506         * HorizontalAlignment.cs: Initial checkin
27507
27508 2004-08-07 13:16  jordi
27509
27510         * Label.cs, LinkLabel.cs: throw exceptions, fixes events, missing
27511           methods
27512
27513 2004-08-07 13:05  jordi
27514
27515         * ITheme.cs, ThemeWin32Classic.cs: Theme colour support and
27516           GetSysColor defines
27517
27518 2004-08-06 18:01  pbartok
27519
27520         * ThemeWin32Classic.cs:
27521           - Fixed some rounding issues with float/int
27522
27523 2004-08-06 18:00  jackson
27524
27525         * DockStyle.cs, AnchorStyles.cs:
27526
27527                   Add flags and serializable attributes.
27528
27529 2004-08-06 17:46  pbartok
27530
27531         * XplatUIX11.cs:
27532           - Implemented GetParent
27533
27534 2004-08-06 17:18  pbartok
27535
27536         * TrackBar.cs:
27537           - Fixed some rounding issues with float/int
27538
27539 2004-08-06 17:17  pbartok
27540
27541         * X11Structs.cs, XplatUIX11.cs:
27542           - Fixed Refresh and Invalidate
27543
27544 2004-08-06 15:30  pbartok
27545
27546         * Control.cs, X11Structs.cs, XplatUIX11.cs:
27547           - Fixed recursive loop when resizing
27548           - Improved/fixed redrawing on expose messages
27549
27550 2004-08-06 09:53  jordi
27551
27552         * Control.cs, X11Structs.cs, XplatUIWin32.cs, XplatUIX11.cs: X11
27553           keyboard navigation
27554
27555 2004-08-06 08:02  pbartok
27556
27557         * X11Structs.cs, XplatUIX11.cs:
27558           - Fixed reparenting
27559           - Fixed window border creation
27560
27561 2004-08-05 15:38  pbartok
27562
27563         * XplatUIX11.cs:
27564           - Attempted fix for reparenting problems
27565
27566 2004-08-04 15:14  pbartok
27567
27568         * Control.cs:
27569           - Fixed Invalidation bug (calculated wrong client area)
27570           - Added ClientSize setter
27571
27572 2004-08-04 15:13  pbartok
27573
27574         * Form.cs:
27575           - Added AutoScale properties
27576
27577 2004-08-04 15:13  pbartok
27578
27579         * SWF.csproj:
27580           - Added latest files
27581
27582 2004-08-04 14:11  pbartok
27583
27584         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
27585           XplatUIX11.cs:
27586           - Added Invalidate handling
27587
27588 2004-08-03 17:09  jordi
27589
27590         * XplatUIDriver.cs: fixes spelling mistake
27591
27592 2004-07-27 09:53  jordi
27593
27594         * TrackBar.cs: fixes trackbar events, def classname, methods
27595           signature
27596
27597 2004-07-27 09:29  jordi
27598
27599         * ScrollBar.cs: fixes scrollbar events
27600
27601 2004-07-27 04:38  jordi
27602
27603         * Control.cs: changes to be able to run winforms samples
27604
27605 2004-07-26 11:42  jordi
27606
27607         * ControlPaint.cs, ITheme.cs, ProgressBar.cs, ScrollBar.cs,
27608           ThemeEngine.cs, ThemeWin32Classic.cs, TrackBar.cs: Theme support
27609
27610 2004-07-26 05:41  jordi
27611
27612         * MessageBox.cs, MessageBoxButtons.cs, MessageBoxDefaultButton.cs,
27613           MessageBoxIcon.cs, MessageBoxOptions.cs: initial messagebox
27614           implementation
27615
27616 2004-07-22 09:22  jordi
27617
27618         * LinkLabel.cs, LinkLabelLinkClickedEventHandler.cs: link label:
27619           check link overlapping, implement events, and fixes
27620
27621 2004-07-21 10:28  jordi
27622
27623         * DialogResult.cs, IButtonControl.cs: fixes comments filenames
27624
27625 2004-07-21 10:19  jordi
27626
27627         * DialogResult.cs, IButtonControl.cs, Label.cs, LinkArea.cs,
27628           LinkBehavior.cs, LinkClickedEventArgs.cs, LinkLabel.cs,
27629           LinkLabelLinkClickedEventArgs.cs,
27630           LinkLabelLinkClickedEventHandler.cs, LinkState.cs,
27631           XplatUIWin32.cs, LinkClickedEventHandler.cs: LinkLabel control
27632           implementation
27633
27634 2004-07-19 13:09  jordi
27635
27636         * Control.cs, Label.cs: label control re-written: added missing
27637           functionlity, events, and properties
27638
27639 2004-07-19 10:49  jordi
27640
27641         * Control.cs: fixes SetBounds logic
27642
27643 2004-07-19 01:29  jordi
27644
27645         * Control.cs: Call RefreshWindow only if the window has created
27646
27647 2004-07-15 14:05  pbartok
27648
27649         * ColorDepth.cs, ImageList.cs, ImageListStreamer.cs, SWF.csproj:
27650           - Implemented ImageList and ImageList.ImageCollection classes
27651           - Added ColorDepth enumeration
27652           - Updated SWF VS.Net project
27653
27654 2004-07-15 11:06  jordi
27655
27656         * XplatUIStructs.cs: added MsgButons enum
27657
27658 2004-07-15 11:03  jordi
27659
27660         * Control.cs: added basic mouse handeling events
27661
27662 2004-07-15 03:38  jordi
27663
27664         * Orientation.cs, TickStyle.cs, TrackBar.cs: Horizontal and
27665           Vertical TrackBar control implementation
27666
27667 2004-07-13 09:33  jordi
27668
27669         * HScrollBar.cs, VScrollBar.cs: vertical and hort. classes commit
27670
27671 2004-07-13 09:31  jordi
27672
27673         * Control.cs, Form.cs: commit: new properties and fixes form size
27674           problems
27675
27676 2004-07-09 14:13  miguel
27677
27678         * ProgressBar.cs: Spelling
27679
27680 2004-07-09 11:25  pbartok
27681
27682         * ProgressBar.cs:
27683           - Removed usage of Rectangle for drawing. Miguel pointed out it's
27684           faster
27685
27686 2004-07-09 11:17  miguel
27687
27688         * ProgressBar.cs: 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
27689
27690                 * ProgressBar.cs: Fixed spelling for `block'
27691
27692                 drawProgressBar: renamed to `DrawProgressBar' to follow the coding
27693                 style guidelines.
27694
27695                 Avoid using the += on rect.X, that exposed a bug in the compiler.
27696
27697 2004-07-08 23:21  pbartok
27698
27699         * AccessibleObject.cs, AccessibleRole.cs, AccessibleStates.cs,
27700           AnchorStyles.cs, Application.cs, ApplicationContext.cs,
27701           BaseCollection.cs, Binding.cs, BindingContext.cs,
27702           BindingMemberInfo.cs, BindingsCollection.cs,
27703           BindingsManagerBase.cs, Border3DSide.cs, Border3DStyle.cs,
27704           BorderStyle.cs, BoundsSpecified.cs, ButtonBorderStyle.cs,
27705           ButtonState.cs, CaptionButton.cs, CheckBox.cs,
27706           ContainerControl.cs, Control.cs, ControlEventArgs.cs,
27707           ControlEventHandler.cs, ControlPaint.cs, ControlStyles.cs,
27708           ConvertEventArgs.cs, ConvertEventHandler.cs, Copyright,
27709           CreateParams.cs, DockStyle.cs, DragAction.cs, DragDropEffects.cs,
27710           DragEventArgs.cs, DragEventHandler.cs, FlatStyle.cs, Form.cs,
27711           FrameStyle.cs, GiveFeedbackEventArgs.cs,
27712           GiveFeedbackEventHandler.cs, HelpEventArgs.cs,
27713           HelpEventHandler.cs, IContainerControl.cs, IDataObject.cs,
27714           IMessageFilter.cs, IWin32Window.cs, ImeMode.cs, InputLanguage.cs,
27715           InputLanguageChangedEventArgs.cs,
27716           InputLanguageChangedEventHandler.cs,
27717           InputLanguageChangingEventArgs.cs,
27718           InputLanguageChangingEventHandler.cs, InputLanguageCollection.cs,
27719           InvalidateEventArgs.cs, InvalidateEventHandler.cs,
27720           KeyEventArgs.cs, KeyEventHandler.cs, KeyPressEventArgs.cs,
27721           KeyPressEventHandler.cs, Keys.cs, Label.cs, LayoutEventArgs.cs,
27722           LayoutEventHandler.cs, MenuGlyph.cs, Message.cs, MouseButtons.cs,
27723           MouseEventArgs.cs, MouseEventHandler.cs, NativeWindow.cs,
27724           PaintEventArgs.cs, PaintEventHandler.cs, ProgressBar.cs,
27725           QueryAccessibilityHelpEventArgs.cs,
27726           QueryAccessibilityHelpEventHandler.cs,
27727           QueryContinueDragEventArgs.cs, QueryContinueDragEventHandler.cs,
27728           RightToLeft.cs, SWF.csproj, SWF.csproj.user, ScrollBar.cs,
27729           ScrollBars.cs, ScrollButton.cs, ScrollEventArgs.cs,
27730           ScrollEventHandler.cs, ScrollEventType.cs, ScrollableControl.cs,
27731           TODO, TODOAttribute.cs, UICues.cs, UICuesEventArgs.cs,
27732           UICuesEventHandler.cs, X11Structs.cs, XplatUI.cs,
27733           XplatUIDriver.cs, XplatUIStructs.cs, XplatUIWin32.cs,
27734           XplatUIX11.cs, lang.cs:
27735           - Initial check-in
27736
27737