2007-07-05 Rodrigo Kumpera <rkumpera@novell.com>
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ChangeLog
1 2007-07-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2
3         * ListView.cs: Implement the so-incredibly broken 2.0 
4         VirtualItemsSelectionRangeChanged event.
5
6 2007-07-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7
8         * ListView.cs: When enter is pressed and selection is non empty,
9         an OnItemActivate event must be fired.
10
11 2007-07-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12
13         * ListView.cs: Store the FocusedItem information as an
14         int instead of a ListViewItem (needed by VirtualMode).
15         Update the calls to SetFocusedItem to pass an index instead of
16         an item.
17         * ListViewItem.cs: Likewise. Also, in VirtualMode retrieve
18         the Focused state from the owner ListView. 
19
20 2007-07-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
21
22         * ListView.cs: Set ListView.focused_item from ListViewItem.Focused
23         property. Also, invalidate previous focused item in the mentioned
24         property (match .Net).
25
26 2007-07-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
27
28         * ListView.cs: Implement 2.0 FocusedItem property setter.
29
30 2007-07-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
31
32         * ListView.cs: Implement 2.0 TopItem property setter.
33
34 2007-07-03  Jonathan Pobst  <monkey@jpobst.com>
35
36         * StatusStrip.cs: The default renderer is System.
37         * ToolStrip.cs, ToolStripManager: Now that we have System renderer, use it 
38         if the user specifies it.
39         * ToolStripDropDown.cs: Don't reset our Renderer on changing OwnerItem
40         if we are ManagerRenderMode.
41         * ToolStripMenuItem.cs: Calculate our text color better.
42         * ToolStripRenderer.cs, ToolStripProfessionalRenderer.cs: Move some stuff
43         from Professional to the base class based off working with the System renderer.
44         * ToolStripSystemRenderer.cs: Added.
45
46 2007-07-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
47
48         * ListView.cs: I'm so lame - the real name is HitTest, not HitInfo.
49
50 2007-07-02  Jonathan Pobst  <monkey@jpobst.com>
51
52         * ToolTip.cs: Implement 2.0 Tag property.
53
54 2007-06-25  Carlos Alberto Cortez <calberto.cortez@gmail.com>
55
56         * ListView.cs: Implement 2.0 HitTest methods.
57
58 2007-06-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
59
60         * ListViewItem.cs: Add a 2.0 bool Hot property, to tell whether the
61         item is under the pointer or not (sugar). Also remove the TODO
62         regarding to the cursor changes in OneClick activation.
63         * ThemeWin32Classic.cs: When HotTracking is true and we are drawing
64         the subitems use the parent's HotFont if UseItemStyleForSubItems is
65         true; otherwise don't show the underline style.
66
67 2007-06-22  Carlos Alberto Cortez <calberto.cortez@gmail.com>
68
69         * ListView.cs: In ItemControl.ItemsMouseMove, refactor
70         the code to retrieve the item at position only one time. Also
71         change cursor when Activation is ItemActivation.OneClick as well
72         as invalidate the item if HotTracking is true (to show/hide the
73         underline style). Add an internal HotItemIndex property to retrieve
74         the current hot item's index.
75         * ListViewItem.cs: Add an internal HotFont property to cache the
76         font used when HotTracking is true and the pointer moves within the
77         item's borders.
78         * ThemeWin32Classic.cs: When drawing the item's text, use Font or
79         HotFont depending on the hot state of the item.
80
81 2007-06-22  Carlos Alberto Cortez <calberto.cortez@gmail.com>
82
83         * ListView.cs: Implement 2.0 HotTracking property.
84
85 2007-06-21  Jonathan Pobst  <monkey@jpobst.com>
86
87         * ToolStripControlHost.cs: If our hosted control never got created,
88         don't try to dispose it.  [Fixes bug #81909]
89
90 2007-06-21  Jonathan Pobst  <monkey@jpobst.com>
91
92         * TableLayoutPanel.cs: Implement ScaleCore, ScaleControl.
93
94 2007-06-21  Jonathan Pobst  <monkey@jpobst.com>
95
96         * TableLayoutPanel.cs: Implement CellBorderStyle.  [Fixes bug #81884]
97
98 2007-06-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
99
100         * ThemeWin32Classic.cs: In OwnerDraw mode draw subitems only for 
101         Details view.
102         * DrawListViewColumnHeaderEventArgs.cs:
103         * DrawListViewSubItemEventArgs.cs: Add padding to the bounds when drawing text
104         using the DrawText () methods.
105
106 2007-06-19  Jonathan Pobst  <monkey@jpobst.com>
107
108         * ToolStripProfessionalRenderer.cs: Put back clearing a ToolStripDropDown's
109         background which got erased in my changes yesterday.
110
111 2007-06-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
112
113         * ListViewItem.cs: Actually set bounds for subitems in Details view
114         (2.0 feature).
115         * ThemeWin32Classic.cs: Refactor the drawing code for subitems, so we
116         can invoke from the owner draw routines if we need it. Also, add
117         support for Owner draw in Details view.
118
119 2007-06-18  Jonathan Pobst  <monkey@jpobst.com>
120
121         * ToolStripDropDownMenu.cs, ToolStripItem.cs, ToolStripLabel.cs,
122         ToolStripMenuItem.cs, ToolStripProfessionalRenderer.cs: Respect the
123         ShowImageMargin setting, properly align text in a ToolStripLabel
124         hosted on a ToolStripDropDown.
125
126 2007-06-18  Jonathan Pobst  <monkey@jpobst.com>
127
128         * ToolStrip.cs, ToolStripContentPanel.cs, ToolStripDropDownMenu.cs,
129         ToolStripProfessionalRenderer.cs: Refactor and clean up some rendering code.
130
131 2007-06-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
132
133         * DrawListViewSubItemEventArgs.cs: Actually implement its methods.
134
135 2007-06-18  Jonathan Pobst  <monkey@jpobst.com>
136
137         * ToolStripLabel.cs: If the label is on a dropdown, adjust the text
138         location to match ToolStripMenuItems.
139
140 2007-06-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
141
142         * DrawListViewColumnHeaderEventArgs.cs:
143         * ThemeWin32Classic.cs: Implement 2.0 OwnerDraw support for
144         column headers in ListView. 
145
146 2007-06-15  Jonathan Pobst  <monkey@jpobst.com>
147
148         * UserControl.cs: Implement AutoSize.
149
150 2007-06-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
151
152         * DrawListViewItemEventArgs.cs:
153         * ListView.cs:
154         * ThemeWin32Classic.cs: Implement basic support for 2.0 OwnerDraw in
155         ListView.
156
157 2007-06-15  Jonathan Pobst  <monkey@jpobst.com>
158
159         * ToolStripDropDownItemAccessibleObject.cs: Added.
160         * ToolStripDropDownItem.cs, ToolStripItem.cs, ToolStripMenuItem.cs,
161         ToolStripOverflow.cs, ToolStripOverflowButton.cs, ToolStripPanel.cs,
162         ToolStripProgressBar.cs, ToolStripSeparator.cs, ToolStripSplitButton.cs,
163         ToolStripTextBox.cs: corcompare work.
164
165 2007-06-14  Jonathan Pobst  <monkey@jpobst.com>
166
167         * OSFeature.cs, StatusStrip.cs, TabControl.cs, TableLayoutSettings.cs,
168         TableLayoutStyle.cs, TableLayoutCollection.cs, ToolStripContentPanel.cs,
169         ToolStripControlHost.cs, ToolStripDropDown.cs, ToolStripDropDownButton.cs:
170                 corcompare.
171
172 2007-06-14  Jonathan Pobst  <monkey@jpobst.com>
173
174         * OSFeature.cs: Add IsPresent.
175         * PrintPreviewControl.cs: Add RightToLeft.
176         * SplitContainer.cs: Add AutoScrollOffset, ScaleControl.
177         * SplitterPanel.cs: Add AutoSizeMode.
178
179 2007-06-13  Jonathan Pobst  <monkey@jpobst.com>
180
181         * LayoutEventArgs.cs: Add 2.0 AffectedComponent.
182         * MdiClient.cs: Add 2.0 ScaleControl.
183         * NativeWindow.cs: Implement 2.0 interface IWin32Window.
184         * NumericUpDownAccelerationCollection.cs: Add [ListBinding].
185
186 2007-06-13  Jonathan Pobst  <monkey@jpobst.com>
187
188         * Form.cs: Implement some scaling methods, stub some RTL methods,
189         corcompare work.
190
191 2007-06-13  Jonathan Pobst  <monkey@jpobst.com>
192
193         * Control.cs: corcompare work.
194         * FlatButtonAppearance.cs, FolderBrowserDialog.cs: Add TypeConverters.
195
196 2007-06-13  Jonathan Pobst  <monkey@jpobst.com>
197
198         * ControlPaint.cs, Theme.cs, ThemeWin32Classic.cs: Implement
199         ControlPaint 2.0 stuffs.
200
201 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
202
203         * ThreadExceptionDialog.cs: Add 2.0 stuffs.
204
205 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
206
207         * UpDownBase.cs: Add 2.0 stuffs.
208
209 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
210
211         * NumericUpDown.cs: Add 2.0 stuffs.
212
213 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
214
215         * NotfiyIcon.cs: Add MouseDoubleClick event, hook up MouseClick event.
216
217 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
218
219         * ErrorProvider.cs: Implement 2.0 stuffs.
220
221 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
222
223         * DomainUpDown.cs: Implement 2.0 stuffs.
224
225 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
226
227         * CheckedListBox.cs: Fix RefreshItems signature.
228
229 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
230
231         * PictureBox.cs: Implement 2.0 stuffs.
232
233 2007-06-12  Andreia Gaita  <avidigal@novell.com>
234         
235         * TabControl.cs: Check if there are tabpages before checking
236         the selected index - fix #81802 (font changes raise a ResizeTabs
237         call on controls.add, which blew up nicely with no tabpages)
238
239 2007-06-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
240
241         * ListView.cs:
242         * ListViewItem.cs: Implement 2.0 ItemSelectionChanged event.
243
244 2007-06-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
245
246         * ListView.cs:
247         * ListViewItem.cs: In VirtualMode the selection information
248         resides in the ListView, rather than in the Items. Also, throw
249         InvalidOperationExceptions when VirtualMode is being used and
250         CheckedItemCollection is accessed.
251
252 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
253
254         * ComboBox.cs: Add ScaleControl.
255
256 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
257
258         * ButtonBase.cs: ButtonBaseAccessibleObject.State should not be visible to 1.1.
259
260 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
261
262         * GroupBox.cs: Add 2.0 stuffs.
263
264 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
265
266         * Panel.cs: Add autosize properties/event.
267
268 2007-06-07  Jonathan Pobst  <monkey@jpobst.com>
269
270         * Control.cs:
271         - When we remove a control, remove it from the collection before performing the layout.
272         - Setup an internal property for explicit_bounds.
273         - Don't let the UpdateBounds in CreateHandle overwrite our explicit bounds.
274         - Perform a layout when we set a new AutoSizeMode.
275
276 2007-06-07  Jonathan Pobst  <monkey@jpobst.com>
277
278         * ScrollableControl.cs: Add 2.0 stuffs.
279
280 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
281
282         * ScrollBar.cs: Add 2.0 stuffs.
283
284 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
285
286         * Splitter.cs: Add 2.0 stuffs.
287
288 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
289
290         * SplitContainer.cs: Apply patch from Neil Cawse <neilcawse@geotab.com>
291         to have BindingContext simply use base implementation.
292
293 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
294
295         * ColumnHeader.cs: corcompare fix.
296
297 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
298
299         * Button.cs: corcompare fixes.
300         * ButtonBase.cs: corcompare fixes, add ButtonBaseAccessibleObject.State.
301
302 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
303
304         * Button.cs: Override GetPreferredSizeCore.
305         * ButtonBase.cs: PerformLayout after changing properties that can affect
306         AutoSize.  Simplify some mouse/keyboard code.
307         * Control.cs: PerformLayout after changing Padding if AutoSize = true.
308         * MouseEventArgs.cs: Make Location internal for 1.1.
309         * TextRenderer.cs: Make MeasureTextInternal (string, Font, bool) internal for 1.1.
310         * Theme.cs: Add CalculateButtonAutoSize.
311         * ThemeWin32Classic.cs: Implement CalculateButtonAutoSize.
312
313 2007-06-05  Miguel de Icaza  <miguel@novell.com>
314
315         * TreeNodeCollection.cs: Applied patch from Neil Cawse <neilcawse@geotab.com>
316
317 2007-06-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
318
319         * ListViewItem.cs: We can't cache Bounds in VirtualMode 
320         since we can get different item instances every time we retrieve it.
321
322 2007-06-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
323
324         * ListView.cs: Work around for #81602, since an unkown an pretty
325         infrequent condition appears only in some systems (old linux boxes, it
326         seems).
327
328 2007-06-04  Jonathan Pobst  <monkey@jpobst.com>
329
330         * Button.cs: Completely reformat and a little refactor to bring
331         this closer to Mono circa 2007.
332
333 2007-06-04  Jonathan Pobst  <monkey@jpobst.com>
334
335         * CheckBox.cs, Form.cs, RadioButton.cs: Change call to ButtonBase.Redraw
336         to be ButtonBase.Invalidate.
337
338 2007-06-04  Jonathan Pobst  <monkey@jpobst.com>
339
340         * ButtonBase.cs: GetPreferredSize is 2.0 only.  Fixes build.
341
342 2007-06-04  Jonathan Pobst  <monkey@jpobst.com>
343
344         * ButtonBase.cs: Completely reformat and a little refactor to bring
345         this closer to Mono circa 2007.
346
347 2007-06-01  Everaldo Canuto  <ecanuto@novell.com>
348
349         * Label.cs: Fixes preferred sizes for 2.0 profile, also adjust some
350         values for autosize. Fixes #80137.
351
352 2007-06-01  Jonathan Pobst  <monkey@jpobst.com>
353
354         * Control.cs: Don't perform layout when AutoSize changes.
355         * Form.cs: Perform layout in AutoSize override.  Don't set ClientSize
356         directly when autosizing, use SetBounds with BoundsSpecified.None.
357         Fixes unit tests my last commit broke.
358
359 2007-06-01  Jonathan Pobst  <monkey@jpobst.com>
360
361         * Control.cs: Perform layout when AutoSize changes.
362         * Form.cs: Implement AutoSizing.
363
364 2007-06-01  Chris Toshok  <toshok@ximian.com>
365
366         * DataGrid.cs: remove the XXX'ed check at the top of
367         ProcessGridKey.  fixes #80464.
368
369 2007-06-01  Chris Toshok  <toshok@ximian.com>
370
371         * DataGridTextBoxColumn.cs: TextBox.TextChanged event handler
372         adding idempotent (add/remove in Edit()), and also make sure we
373         don't add it until after we set the text, so it's not tripped in
374         Edit().  Fixes unit test regression.
375
376 2007-06-01  Jonathan Pobst  <monkey@jpobst.com>
377
378         * Control.cs: In UpdateBounds, only recalculate anchor distances if the
379         change is user explicit, not when the layout engine moves stuff.  Fixes
380         anchoring to bottom and right.  [Fixes bug #81790]
381
382 2007-06-01  Andreia Gaita  <avidigal@novell.com>
383
384         * PrintDialog.cs: Add collation preview thumbnails. Fixes #80726.
385
386 2007-06-01  Andreia Gaita  <avidigal@novell.com>
387
388         * ContainerControl.cs: 
389         Fire enter event for common ancestor if it is not a ContainerControl.
390         Send focus to the active_control and not the 'value', the active 
391         control might have been changed in one of the events fired.     
392         Definitely fixes #80159.
393
394 2007-06-01  Andreia Gaita  <avidigal@novell.com>
395
396         * DataGrid.cs: Finish editing when focus leave the datagrid. Fixes #80159.
397
398 2007-06-01  Rolf Bjarne Kvinge <RKvinge@novell.com> 
399
400         * PropertyGrid.cs: Anchor the help description to the bottom of the
401           help panel and refactor SelectGridItem into a
402           SelectGridItemInternal that can be set to null (and update it to
403           clear the help texts when it is set to null). Set root item to null
404           when there's no SelectedObject. Fixes #80438.
405         * ScrollableControl.cs: In Recalculate we need to ResumeLayout(true)
406           when we're recalculating after a resize (only).
407
408 2007-05-31  Carlos Alberto Cortez <calberto.cortez@gmail.com>
409
410         * ListView.cs: Implement 2.0 RedrawItems method.
411
412 2007-05-31  Carlos Alberto Cortez <calberto.cortez@gmail.com>
413
414         * ListControl.cs: Disconnect PositionChanged and ItemChanged
415         handlers from previous data manager when DataSource is set to
416         null. Fixes #81771.
417
418 2007-05-31  Jackson Harper  <jackson@ximian.com>
419
420         * TextBoxBase.cs: These seem to be the correct values.
421
422 2007-05-31  Everaldo Canuto  <ecanuto@novell.com>
423
424         * FileDialog.cs: When close dialog with ok set filterindex using combobox
425         value. Fixes #81784.
426
427 2007-05-31  Jonathan Pobst  <monkey@jpobst.com>
428
429         * Control.cs: Implement 2.0 scaling methods.
430
431 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
432
433         * ProgressBar.cs, WebBrowserBase.cs, Control.cs, MaskedTextBox.cs,
434           MessageBox.cs, PropertyGrid.cs, RichTextBox.cs: Fix warnings and
435           corcompare issues.
436
437 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
438
439         * ProgressBar.cs: Implemented missing 2.0 members.
440
441 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
442
443         * Control.cs: Corcompare issues.
444         * MessageBox.cs: Implemented missing 2.0 functions.
445
446 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
447
448         * CheckedListBox.cs, ListBox.cs, ListControl.cs, ComboBox.cs:
449           Implemented more 2.0 members.
450
451 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
452
453         * Application.cs: Try to avoid NRE when Assembly.GetEntryAssembly is
454           null (strange, but it seems to happen when running unit tests).
455
456 2007-05-30  Andreia Gaita  <avidigal@novell.com>
457
458         * ContainerControl.cs: Set active_control even earlier, before 
459         firing any events, and undo it if validation returns false.
460
461 2007-05-30  Andreia Gaita  <avidigal@novell.com>
462
463         * ContainerControl.cs: Raise Validation and Enter/Leave events
464         even if there is no Form and set active_control earlier, just
465         before firing Enter events (toshok's patches). Fixes #80647.
466
467 2007-05-30  Jackson Harper  <jackson@ximian.com>
468
469         * TextControl.cs: Redid the pageup/pagedown a little to simplify
470         things and fix bug #81311.
471
472 2007-05-30  Jackson Harper  <jackson@ximian.com>
473
474         * X11Dnd.cs: Now that we have our own event loop, we need to
475         cancel when we get a mouseup but it won't be accepted.
476
477 2007-05-30  Chris Toshok  <toshok@ximian.com>
478
479         * DataGrid.cs (set_CurrentCell): guard against negative
480         column/row.
481
482         * DataGridColumnStyle.cs (CheckValidDataSource): just use the
483         array index syntax instead of looping over the property names.
484
485         * DataGridTextBoxColumn.cs: add a changed handler on the textbox,
486         and set IsInEditOrNavigateMode to false there.
487
488 2007-05-30  Jackson Harper  <jackson@ximian.com>
489
490         * TreeView.cs: Make sure we don't get a bad visible order when
491         setting to the top node.  Fixes some misc crashing in
492         ControlInspector.
493
494 2007-05-30  Andreia Gaita  <avidigal@novell.com>
495
496         * UserControl.cs: Add 2.0 AutoSizeMode
497
498 2007-05-29  Everaldo Canuto  <ecanuto@novell.com>
499
500         * DataGridTextBoxColumn.cs: Fix textbox horizontal offset.
501
502 2007-05-29  Everaldo Canuto  <ecanuto@novell.com>
503
504         * DataGridTextBoxColumn.cs: Fix textbox position to prevent override grid
505         lines. Fixes #80285. 
506
507 2007-05-29  Everaldo Canuto  <ecanuto@novell.com>
508
509         * DataGridColumnStyle.cs: Add char trimming column header text format. 
510
511 2007-05-29  Everaldo Canuto  <ecanuto@novell.com>
512
513         * DataGridColumnStyle.cs: Fix grid header arrow drawing over column name. 
514         Fixes #80147.
515
516 2007-05-29  Jackson Harper  <jackson@ximian.com>
517
518         * TreeNode.cs: Fix off by one on calculating whether or not a node
519         is visible.
520
521 2007-05-29  Jonathan Pobst  <monkey@jpobst.com>
522
523         * Control.cs: ResumeLayout(false) should recalculate anchor distances.
524         * ScrollableControl.cs: Force an UpdateDistances when we move the
525         scrollbars.
526         [Fixes bug #80605]
527
528 2007-05-29  Andreia Gaita  <avidigal@novell.com>
529
530         * PageSetupDialog.cs: Fix #80728 - Changing the printer doesn't
531         update the page setup screen.
532
533 2007-05-29  Andreia Gaita  <avidigal@novell.com>
534
535         * PageSetupDialog.cs: Fix landscape mode.
536
537 2007-05-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
538
539         * SystemInformation.cs: Add 2.0 IconSizeVerticalSpacing and
540         IconSizeHorizontalSpacing.
541
542 2007-05-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
543
544         * ListView.cs: The declaration of prev_tooltip_item should be inside
545         a NET_2_0 conditional (avoid a warning).
546
547 2007-05-28  Andreia Gaita  <avidigal@novell.com>
548
549         * PageSetupDialog.cs: Implement PrintPreview control to display
550         the preview thumbnail. Change unit conversion to use 
551         PrinterUnitConvert methods.
552         
553         Note: there is a huge bug in ms.net where the default margins are 
554         interpreted as centimeters (?), when in fact they are set in inches. When 
555         loading the page setup dialog initially (ms.net), the default margins 
556         are set to 1 inch, and the dialog shows them with value 10, when in fact 
557         it should be 25 (properly converted). Our dialog doesn't have this bug.
558         
559         * Theme.cs, ThemeWin32Classic.cs: Add a CPDrawBorder override for 
560         RectangleF.
561         * ControlPaint.cs: Add a DrawBorder internal method for RectangleF.
562
563 2007-05-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
564
565         * ListView.cs:
566         * ListViewItem.cs: Implement 2.0 ToolTipText support for listview
567         items.
568
569 2007-05-28  Andreia Gaita  <avidigal@novell.com>
570
571         * X11Dnd.cs: A direct cast to VirtualKeys is not allowed from
572         an IntPtr on csc (it builds fine on mcs, could it be a compiler
573         bug?), convert the ptr to Int32 first.
574
575 2007-05-28  Jackson Harper  <jackson@ximian.com>
576
577         * X11Dnd.cs: Add a timer, so after drop, if a finish is not
578         recieved, we will exit the dnd tracking loop.
579
580 2007-05-28  Jackson Harper  <jackson@ximian.com>
581
582         * X11Dnd.cs: Keep tracking until the xdnd finished event is
583         recieved. TODO: I should probably stick a timer on the dropped
584         event, and finish the drag if the XDND Finished event never shows
585         (because some apps don't seem to send it).
586
587 2007-05-28  Everaldo Canuto  <ecanuto@novell.com>
588
589         * ToolBar.cs: Fix toolbar default width for button with image. Fixes
590         #81733.
591
592 2007-05-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
593
594         * MonthCalendar.cs: Only mark the keypresses we actually handle as
595           handled.
596
597 2007-05-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
598
599         * MonthCalendar.cs: Set the size after initializing all the relevant
600           variables. Fixes #81742.
601
602 2007-05-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
603
604         * KeyEventArgs.cs: Fix typo.
605
606 2007-05-28  Gert Driesen  <drieseng@users.sourceforge.net>
607
608         * DateTimePicker.cs: Changed exceptions thrown by MinDate and MaxDate
609         to match MS. Fixed MinDate to only accept value less than or equal
610         to MaxDate on 2.0 profile and less than MaxDate on 1.0 profile.
611         Removed TODO's that are now verified by unit tests.
612
613 2007-05-27  Gert Driesen  <drieseng@users.sourceforge.net>
614
615         * TreeNodeCollection.cs: Minor corrections to exceptions to match
616         MS.
617
618 2007-05-25  Jackson Harper  <jackson@ximian.com>
619
620         * X11Dnd.cs: Rework to make StartDrag a blocking call that runs
621         it's own message loop.
622         * XplatUIX11.cs: Remove some of the dnd hooks
623
624 2007-05-25  Gert Driesen  <drieseng@users.sourceforge.net>
625
626         * XplatUIX11.cs: Change MinimumWindowSize to {Width=0,Height=0}
627         instead of MinimizedWindowSize.
628
629 2007-05-25  Jackson Harper  <jackson@ximian.com>
630
631         * TextBoxBase.cs: Raise textchanged when cutting and pasting text.
632
633 2007-05-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 
634
635         * KeyEventArgs.cs: Added SuppressKeyPress.
636         * Control.cs: Added support for SuppressKeyPress.
637
638 2007-05-24  Andreia Gaita  <avidigal@novell.com>
639
640         * NumericUpDown.cs: Refactor code to fix regressions on #79950 and
641         problems with PieChart. suppress_validation should not be a counter,
642         if there are several BeginInit calls, the first EndInit will 
643         activate validation. Fix exceptions thrown by set_Value.
644         * UpDownBase.cs: ValidateText only if it's the user editing it.
645
646 2007-05-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
647
648         * ListControl.cs: FilterItemOnProperty should return the filtered
649         item proeprty even if DataSource is null. The same applies for
650         GetItemText. Fixes #80427.
651
652 2007-05-24  Jonathan Pobst  <monkey@jpobst.com>
653
654         * Control.cs: If a control doesn't have a parent when it's Dock is
655         set, but it has children, it needs to do a layout.  Fixes some nested
656         controls issues.  [Fixes bug #81199]
657
658 2007-05-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
659
660         * ComboBox.cs: If there are few items in the drop down list, make it
661           the exact size the items need, no bigger. Fixes #81612.
662
663 2007-05-24  Jonathan Pobst  <monkey@jpobst.com>
664
665         * Application.cs: When we have captured the keyboard for a menu,
666         check for mouse down events in case we need to close the menu.
667         * Control.cs, Form.cs: Remove mouse down checks for menus.
668
669 2007-05-24  Jackson Harper  <jackson@ximian.com>
670
671         * TextControl.cs: Handle tabs in non multiline mode a little
672         differently.
673
674 2007-05-24  Jackson Harper  <jackson@ximian.com>
675
676         * TextControl.cs: We need to manually break apart tabbed text and
677         move the tabs, since the system.drawing tabbing mechanism relies
678         on tab stops.
679         * TextBoxBase.cs: Move the caret properly when the user enters a
680         tab.
681
682 2007-05-24  Jonathan Pobst  <monkey@jpobst.com>
683
684         * ContainerControl.cs: Don't check CanSelect before calling
685         ProcessMnemonic.
686         * ToolStrip.cs: Only do implicit mnemonics on MenuStrips.  Don't
687         release a KeyboardActive on click if it's not ours.
688
689 2007-05-23  Andreia Gaita  <avidigal@novell.com>
690
691         * ColumnHeader.cs: Add TypeConverter
692
693 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
694
695         * LinkLabel.cs: Implement LinkCollection.Add with Link parameter (2.0).
696
697 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
698
699         * LinkLabelLinkClickedEventArgs.cs, LinkLabel.cs: Implement Button property.
700
701 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
702
703         * LinkLabel.cs: Implement public Padding property.
704
705 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
706
707         * LinkLabel.cs: Implement public FlatStyle.
708
709 2007-05-23  Jonathan Pobst  <monkey@jpobst.com>
710
711         * Control.cs: Apply patch from George to call parent.PerformLayout
712         when Visible is changed.  [Fixes bugs #81118, 81718]
713
714 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
715
716         * MainMenu.cs, MenuAPI.cs: Implement Collapse event for MainMenu (2.0).
717
718 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
719
720         * ContextMenu.cs: Implement ProcessCmdKey with control parameter.
721
722 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
723
724         * ContextMenu.cs: Implement Collapse.
725
726 2007-05-23  Rolf Bjarne Kvinge <RKvinge@novell.com>
727
728         * ToolBarButton.cs: Implement Name.
729
730 2007-05-22  Everaldo Canuto  <ecanuto@novell.com>
731
732         * ToolBar.cs: Fix OnButtonDropDown to save item used in dropdown instead of
733         use current_item, it prevents some NRE. Fixes #81675.  
734
735 2007-05-22  Andreia Gaita  <avidigal@novell.com>
736
737         * NumericUpDown.cs: Fix PieChart by not returning from UpdateEditText
738         without updating the text.
739
740 2007-05-22  Jonathan Pobst  <monkey@jpobst.com>
741
742         * XplatUIWin32.cs: Plug a GDI leak caused by calling Font.ToHfont ()
743         without calling DeleteObject.  [Should fix bug #81709]
744
745 2007-05-22  Jackson Harper  <jackson@ximian.com>
746
747         * RichTextBox.cs: Set the line endings correctly, when flushing
748         RTF text.
749
750 2007-05-22  Gert Driesen  <drieseng@users.sourceforge.net>
751
752         * XplatUIX11.cs: MinimumWindowSize on X11 is actually
753          {Width=0,Height=0}.
754
755 2007-05-22  Jackson Harper  <jackson@ximian.com>
756
757         * TreeView.cs: Setting top with a null node should set to the very
758         top.
759
760 2007-05-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
761
762         * Form.cs: ShowDialog: destroy the handle when message loop is
763           finished, matches MS behaviour. Refactor parts of WmClose into
764           RaiseCloseEvents, that only raises events if they haven't already
765           been raised. Fixes #81688 and #81521.
766         * Application.cs: Don't call close on the form when exiting a modal
767           loop, it will raise all the (Form)Closed/Closing events again if
768           WM_CLOSE has been sent earlier on, instead call RaiseCloseEvent,
769           which doesn'r raise any events it they have been raised before.
770
771 2007-05-22  Jonathan Pobst  <monkey@jpobst.com>
772
773         * Control.cs: Add OnPrint.
774         * ToolStrip.cs: Add GetChildAtPoint.
775         * ToolStripContainer.cs: Add OnRightToLeftChanged.
776         * ToolStripRenderer.cs: Make CreateMirrorImage internal.
777
778 2007-05-22  Everaldo Canuto  <ecanuto@novell.com>
779
780         * MenuAPI.cs: Prevent context menu to be typed as MainMenu. Fixes #81509.  
781
782 2007-05-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
783
784         * InternalWindowManager.cs: ToolTipShow: Don't show tooltip if the form
785           isn't visible anymore. Fixes #81651.
786
787 2007-05-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
788
789         * Control.cs: WmShowWindow: Update children's z-order after setting
790           their parent. SetParent may show the window, thereby corrupting
791           z-order, since the window will be shown on top.
792         * XplatUIWin32.cs: SetParent: don't call SetVisible on forms. Prevents
793           multiple (and redundant) WM_SHOWWINDOW messages.
794         * MdiWindowManager.cs: RaiseDeactivate: only raise after an Activate
795           event has already been raised.
796         * Form.cs: Change is_changing_visible_state to a counter, since
797           SetVisibleCore can be called recursively. CreateHandle: when
798           creating mdi children, send (De)Activated events.
799         * MdiClient.cs: Update use of is_changing_visible_state.
800         * Application.cs: OnThreadException: Surround exception handling with
801           try/finally to ensure we always reset the error-handling state
802           before leaving.
803
804 2007-05-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
805
806         * ThemeWin32Classic.cs: DrawProgressBar: Avoid a DivideByZero exception
807           (#81704).
808
809 2007-05-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
810
811         * ListView.cs: Use Theme.ListViewHorizontalSpacing for List and
812         SmallIcon views, now that we have a standarized horizontal spacing.
813
814         * ThemeWin32Classic.cs: ListViewHorizontalSpacing now has a value of
815         4, just like the other views (Match .Net).
816
817 2007-05-21  Jonathan Pobst  <monkey@jpobst.com>
818
819         * Control.cs: Delay calculating anchor distances until we actually layout.
820         Always query the WM for the actual size and location it put us at instead of
821         only when we send negative values.
822         [Fixes bugs #81694, 81695]
823
824 2007-05-21  Rolf Bjarne Kvinge <RKvinge@novell.com> 
825
826         * Application.cs: Avoid a possible stack overflow when trying to exit
827           the application.
828
829 2007-05-19  Marek Safar  <marek.safar@gmail.com>
830
831         * Theme.cs (GetHatchBrush): A key uses internal value instead of formated
832         enum value.
833
834 2007-05-19  Andreia Gaita  <avidigal@novell.com>
835
836         * NumericUpDown.cs: Added 2.0 methods (spin acceleration)
837         * NumericUpDownAcceleration.cs, 
838           NumericUpDownAccelerationCollection.cs: Added 2.0
839           implementation.
840
841 2007-05-19  Gert Driesen  <drieseng@users.sourceforge.net>
842
843         * RichTextBox.cs: Recalculate the document after the ScrollBars
844         property is changed. Fixes bug #81681.
845
846 2007-05-18  Jonathan Pobst  <monkey@jpobst.com>
847
848         * DataObject.cs: Implement 2.0 methods.
849
850 2007-05-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
851
852         * ThemeWin32Classic.cs: Draw the check marks in ListViewItems
853         in the center of the checkbox, not in the left-top corner. 
854         Fixes #80037.
855
856 2007-05-18  Jackson Harper  <jackson@ximian.com>
857
858         * RichTextBox.cs: Recalculate the document after the scrollbars
859         property is changed.
860         * TextBoxBase.cs: ScrollBars is not a flags enum...This fixes
861         81486.
862
863 2007-05-18  Rolf Bjarne Kvinge <RKvinge@novell.com> 
864
865         * CreateParams.cs: Make HasWindowManager marginally faster.
866         * XplatUIX11.cs, Hwnd.cs: CreateWindow: Move the default location code
867           into Hwnd so that other drivers can use it as well.
868         * XplatUIWin32.cs: CreateWindow: If the window has a window manager get
869           the default location from Hwnd. Fixes MDI client windows always
870           showing up at (0,0) in Windows (Win32 won't set the default
871           location since the window styles aren't correct).
872
873 2007-05-18  Gert Driesen  <drieseng@users.sourceforge.net>
874
875         * TreeView.cs: Modified DoubleBuffered to just use the base
876         implementation.
877
878 2007-05-18  Jackson Harper  <jackson@ximian.com>
879
880         * TreeView.cs: Set the top node to the last child node when
881         expanding all
882         - When we get focus, if there is no selected node, use the top
883         node.
884
885 2007-05-18  Jonathan Pobst  <monkey@jpobst.com>
886
887         * KeysConverter.cs: Add CanConvertTo.
888         * LinkLabel.cs: Add some 2.0 constructors and properties to LinkLabel.Link.
889         * LinkConverter.cs: Added.
890
891 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
892
893         * Cursor.cs: Apply Sebastien patch from #81669 to open file in read mode,
894         it prevents error when file dont have write access. Fixes #81669 and #81667.  
895
896 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
897
898         * ThemeWin32Classic.cs: Check for ShowKeyboardCues true when draw toolbar 
899         button text. Fixes #79640.  
900
901 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
902
903         * Control.cs: According to MSDN controls created in the designer theres 
904         keyboard accelerators visible by default. So included check for design
905         in ShowKeyboardCuesInternal.  
906
907 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
908
909         * ThemeWin32Classic.cs: Check for ShowKeyboardCues true when draw combobox 
910         text. Fixes #81621.  
911
912 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
913
914         * Control.cs: ShowKeyboardCuesInternal add to expose ShowKeyboardCues
915         for 1.0, becuse ShowKeyboardCues is protected on 1.0.  
916
917 2007-05-17  Everaldo Canuto  <ecanuto@novell.com>
918
919         * Control.cs: Finish implementation of UI State using WmChangeUIState
920         to send WM_UPDATEUISTATE to all child controls. Some hack will be needed
921         in some controls to check for show_keyboard_cues to draw accell keys "_".  
922
923 2007-05-17  Carlos Alberto Cortez <calberto.cortez@gmail.com>
924
925         * ListBox.cs: When calculating the horizontal scrollbar
926         in single column mode, don't use values less than 0 for
927         Maximum. Fixes #81474.
928
929 2007-05-17  Carlos Alberto Cortez <calberto.cortez@gmail.com>
930
931         * ListBox.cs: Throw the some missing exceptions in
932         ListBox.ObjectCollection methods.
933
934 2007-05-17  Jackson Harper  <jackson@ximian.com>
935
936         * TextBoxBase.cs: Recalculate the document when the word wrap
937         value has changed. This fixes 81488.
938
939 2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
940
941         * Clipboard.cs: Implement missing GetText overload.
942
943 2007-05-17  Chris Toshok  <toshok@ximian.com>
944
945         * Control.cs (CheckDataBindings): remove the binding_context arg
946         to binding.Check.
947
948         * CurrencyManager.cs (OnItemChanged): fix this now that
949         BindingManagerBase is fixed. also remove the comment telling where
950         the fix should go.  We set transfering_data to true/false around
951         the call to PushData to keep UpdateIsBinding from being called.
952         (ListChangedHandler): remove the extra OnMetaDataChanged call for
953         PropertyDescriptorAdded in the 1.1 case.  The extra call is
954         actually generated by System.Data generating 2 metadata changed
955         events of its own per column add.  The fix should go there.  Add a
956         comment to that affect in our test's Assert.Ignore.
957
958         * BindingManagerBase.cs: Rework PullData and PushData slightly.
959         we keep a boolean flag (transfering_data) that keeps us from
960         calling UpdateIsBinding multiple times if we re-enter either of
961         them.
962
963         * ControlBindingsCollection.cs (AddCore): remove the
964         binding_context arg to binding.Check.
965
966         * Binding.cs (IsBinding): don't check if we're binding here, just
967         return our cached value.  we update it in UpdateIsBinding.
968         (Check): don't take the binding_context arg, we'll just use our
969         control's.  Also, for some reason MS doesn't use the data member
970         field when getting the bindingmanager for this binding.  it just
971         uses the datasource.  Make this method callable multiple times,
972         and only do the is_null_desc stuff if manager.Position != -1 (so
973         we don't get an exception accessing manager.Current).
974         (UpdateIsBinding): move the code from IsBinding here.
975         (PositionChangedHandler): call Check here to we can initialize
976         things that require a non- -1 position.
977
978 2007-05-17  Everaldo Canuto  <ecanuto@novell.com>
979
980         * Form.cs: When alt keys is pressed send WM_CHANGEUISTATE to top level
981         control.
982
983 2007-05-17  Andreia Gaita  <avidigal@novell.com>
984
985         * TabControl.cs: Add 2.0 methods and events, including
986         OnEnter / OnLeave and raises it for tabpages (fixes #79869)
987         * TabPage.cs: Add 2.0 methods
988
989 2007-05-17  Everaldo Canuto  <ecanuto@novell.com>
990
991         * Control.cs: Implement WmUpdateUIState, show_focus_cues and
992         keyboard_cues is properly handled by message method.  
993
994 2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
995
996         * TreeViewImageIndexConverter.cs: Add 2.0 methods.
997
998 2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
999
1000         * ToolStripTextBox.cs: Wire up new 2.0 Textbox methods/properties.
1001
1002 2007-05-16  Everaldo Canuto  <ecanuto@novell.com>
1003
1004         * Control.cs: 
1005         - WmUpdateUIState added to handle state changes, it make call to
1006         OnChangeUICues event.
1007         - Fixed ShowKeyboardCues to check for MenuAccessKeysUnderlined in
1008         SystemInformation.
1009
1010 2007-05-16  Jonathan Pobst  <monkey@jpobst.com>
1011
1012         * ImageKeyConverter.cs: Added.
1013         * TreeViewImageKeyConverter.cs: Added.
1014
1015 2007-05-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1016         
1017         * ToolTips.cs: Update Text if SetToolTip is called for a control
1018         already showing the tooltip, as well as restarting its timer; show
1019         tooltip if we are inside the control bounds by the time of calling
1020         SetToolTip. Inside ShowTooltip remove the check to not show the 
1021         tooltip again for the active control (it is allowed by .Net to 
1022         show the tooltip on the same control multiple times).
1023
1024 2007-05-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1025
1026         * MaskedTextBox.cs: Small fix for Text that fixes a broken test.
1027
1028 2007-05-16  Andreia Gaita <avidigal@novell.com> 
1029
1030         * ContainerControl.cs: only process tab key if there are no 
1031         modifier keys present, otherwise the control does the 
1032         tab processing, if it needs to. Fixes #81622
1033         * TabControl.cs: Fixes calculation for which tab to select on
1034         shift+ctrl+tab.
1035
1036 2007-05-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1037
1038         * MaskedTextBox.cs: Small fix for Text that fixes a broken test.
1039
1040 2007-05-15  Jonathan Pobst  <monkey@jpobst.com>
1041
1042         * Control.cs: Make IsInputCharInternal to allow controls to
1043         override it and still match MS API.
1044         * TextBoxBase.cs: Override IsInputCharInternal and always
1045         return true.
1046         [Fixes bug #81616]
1047
1048 2007-05-15  Jackson Harper  <jackson@ximian.com>
1049
1050         * TextBox.cs: Disable some of the menu options when using a
1051         readonly textbox.
1052
1053 2007-05-15  Jackson Harper  <jackson@ximian.com>
1054
1055         * TextBox.cs:
1056         * TextBoxBase.cs:
1057         * RichTextBox.cs: Some new 2.0 methods
1058
1059 2007-05-15  Gert Driesen  <drieseng@users.sourceforge.net>
1060
1061         * FileDialog.cs: On 1.0 profile, do not support multidotted 
1062         extensions.
1063
1064 2007-05-14  Jackson Harper  <jackson@ximian.com>
1065
1066         * TextBoxBase.cs: Implement some of the new 2.0 methods.
1067         * RichTextBox.cs: We need to override these methods on 2.0.
1068         * MaskedTextBox.cs: These are implemented now
1069         * TextControl.cs: This was off by one.
1070
1071 2007-05-14  Jackson Harper  <jackson@ximian.com>
1072
1073         * TextControl.cs: Because the line endings are including in the
1074         text, we don't need to add them in anymore.
1075
1076 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
1077
1078         * ToolBar.cs: Fix autosize and get it working only after hadle is created,
1079         also prevent redraw in set_autosize if handle is not created. Fixes #81523.
1080
1081 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
1082
1083         * ToolBar.cs: Adjust size to default size when button theres no text and
1084         image, it fixes remaining issues from #81524.
1085
1086 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
1087
1088         * ToolBar.cs: 
1089         - When not flat call redraw to recalculate sizes on creare handle to match
1090         win32 behavior.
1091         - Revert 77220 because it causes some regressions in toobar
1092         button.
1093
1094 2007-05-11  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1095
1096         * MaskedTextBox.cs: Update the base text whenever the text changes. MTB
1097           now actually enters a usable state.
1098
1099 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
1100
1101         * ToolBar.cs: Check for handle created in redraw to prevent unneeded size
1102         calculations, it reduces the size cauculation from 7 to 3 on a toolbar with
1103         3 buttons.
1104
1105 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
1106
1107         * ToolBar.cs: Save default_size on create handle to use later for buttons
1108         without text, needed to mimic win32 behavior.
1109
1110 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
1111
1112         * ToolBar.cs: Fix button layour to best fit width or height according to
1113         vertical or not. Fixes #81524.
1114
1115 2007-05-10  Everaldo Canuto  <everaldo@simios.org>
1116
1117         * ToolBarButton.cs: When change style call ToolBar.Redraw to update
1118         toolbar size info because different styles theres different sizes.
1119         Fixes #81522.
1120
1121 2007-05-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1122
1123         * ThemeWinClassic.cs: For .Net 2.0 don't draw any image
1124         if we are using checkboxes, checked is true, and we have less
1125         than two images in StateImageList; for the 1.1 in the same scenario
1126         draw the first image if we have at least one image in StateImageList.
1127         Fixes part of #81191.
1128
1129 2007-05-10  Jonathan Pobst  <monkey@jpobst.com>
1130
1131         * ToolStrip.cs, ToolStripManager.cs: We need to remove items from
1132         the owner's Items collection on merge.
1133
1134 2007-05-10  Jonathan Pobst  <monkey@jpobst.com>
1135
1136         * ToolStrip.cs: Use new internal ToolStripItemCollection constructor.
1137         * ToolStripItemCollection.cs: Lots of fixes to when events get called
1138         and parent/owner gets changed based on gert's unit tests.
1139
1140 2007-05-10  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1141
1142         * MaskedTextBox.cs: Started implementing parts of it.
1143
1144 2007-05-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1145
1146         * ListView.cs: When clicking the checkbox on the items
1147         take into account the double clicks even if we have only
1148         one image in StateImageList (only for 1.0/1.1). Also 
1149         generate an extra change of checked state when we receive
1150         the second click on checkbox (match .Net behaviour). 
1151         Fixes part of #81191.
1152
1153 2007-05-10  Everaldo Canuto  <everaldo@simios.org>
1154
1155         * ThemeWin32Classic.cs: Fix text rectangles in Tooltips.
1156
1157 2007-05-10  Jonathan Pobst  <monkey@jpobst.com>
1158
1159         * Form.cs: Move some of OnLoad to OnLoadInternal so it gets called
1160         even if OnLoad is overriden and base.OnLoad is not called.
1161         [Fixes bug #81582]
1162
1163 2007-05-10  Andreia Gaita  <avidigal@novell.com>
1164
1165         * TableLayoutSettings.cs: A big doh! fix and bowing down of head in 
1166         shame. (I blame my ever-persisting and annoying cold)
1167
1168 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
1169
1170         * ListView.cs: Don't eat navigation keys.  Let them flow through to
1171         KeyDown/KeyPress routines.  [Fixes bug #81569]
1172
1173 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
1174
1175         * ListView.cs: When handling keys for selecting the item based off
1176         keyboard input, do not consider keys pressed with Alt or Control.  Also,
1177         correctly handle keys when the Shift key is down. [Fixes bug #81578]
1178
1179 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
1180
1181         * Control.cs: When using UseWaitCursor, we have to store the requested
1182         Cursor to use when UseWaitCursor is turned off.
1183
1184 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
1185
1186         * Control.cs: Implement PreProcessControlMessage.  Default IsInputChar
1187         to false.
1188         * Application.cs: Use PreProcessControlMessage instead of
1189         PreProcessMessage.
1190         * PreProcessControlMessage.cs: Make internal for 1.1.
1191
1192 2007-05-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1193
1194         * Control.cs: Add InternalContains focus property, which hast the same
1195         functionality of ContainsFocus, but also including implicit controls.
1196         * ListViewItem.cs: Use InternalContainsFocus instead of ContainsFocus,
1197         since we need to know if the focus is contained in our implicit
1198         ItemControl when calculating Layout. Fixes part of #80888.
1199
1200 2007-05-08  Everaldo Canuto  <everaldo@simios.org>
1201
1202         * ToolTip.cs: Remove center form string alignment as it must be align to
1203         left.
1204
1205 2007-05-08  Jonathan Pobst  <monkey@jpobst.com>
1206
1207         * ToolStripItemCollection.cs: Set the new item's parent and owner
1208         in Insert like we do in Add.  [Fixes bug #81568]
1209
1210 2007-05-08  Jackson Harper  <jackson@ximian.com>
1211
1212         * TreeView.cs: GotFocus differences between 1.1 and 2.0.
1213         - Off by one error in SetTop
1214         - Disable DoubeBuffering
1215         
1216 2007-05-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1217
1218         * ScrollableControl.cs: ScrollIControlntoView: we now only move the
1219           control as much as necessary in order to make it entirely visible,
1220           instead of centering the control in the container (matches MS
1221           behaviour). CalculateCanvasSize: we need to take the current scroll
1222           position into account when calculating the maximum canvas,
1223           otherwise the following scenario will fail: resize so that the
1224           scrollbars appear, use the scrollbars to scroll, resize again
1225           smaller, and now the canvas size is too small. Recalculate: when
1226           showing scrollbars make sure they start off at 0, and try to scroll
1227           the active control into view. Fixes #79540. HandleScrollBar: don't
1228           scroll anywhere if the scrollbar isn't visible.
1229
1230 2007-05-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1231
1232         * ListView.cs: When focus changed, call Layout/Invalidate
1233         in the focused item to update the selected state (should show
1234         entire label when ListView is focused, and a part of it if is not).
1235         * ListViewItem.cs: When doing layout for LargeIcon, take into account
1236         for displaying the entire label not only the Focused state of the
1237         item, but also the Focused state of the ListView (match .Net
1238         behaviour).
1239
1240 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
1241
1242         * Control.cs: Stub CanRaiseEvents, IsMirrored, and NotifyClients.
1243         Implement UseWaitCursor. 
1244
1245 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
1246         Applying contributed patch from Sergey Volk.
1247
1248         * Clipboard.cs: Implement SetDataObject retry logic and new overload
1249         of SetDataObject.
1250         * XplatUIWin32.cs: Throw an ExternalException if the clipboard set fails.
1251
1252 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
1253
1254         * Control.cs: Implement DrawToBitmap.
1255
1256 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
1257         Applying contributed patch from Stefan Noack.
1258         
1259         * Control.cs: Add [Get|Set]AutoSizeMode.
1260
1261 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
1262
1263         * MdiClient.cs: Unmerge menus when the last child is closed.
1264
1265 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
1266
1267         * ToolStrip.cs: Do not call BeginMerge on DropDowns.
1268         * ToolStripManager.cs: Call Merge on DropDowns.
1269         [Fixes bug #81477]
1270
1271 2007-05-07  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1272
1273         * XplatUIWin32.cs: Changed Win32CreateWindow to take enums instead of
1274           uints.
1275         * Form.cs: CreateParams: don't set WS_VISIBLE if we're changing
1276           visibility. We can't create forms visible, since we have to set the
1277           owner before making the form visible (otherwise Win32 will do
1278           strange things with task bar icons). The problem is that we set the
1279           internal is_visible to true before creating the control, so
1280           is_changing_visible_state is the only way of determining if we're
1281           in the process of creating the form due to setting Visible=true -
1282           this works because SetVisibleCore explicitly makes the form
1283           visibile afterwards anyways. Fixes #80775.
1284
1285 2007-05-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1286
1287         * ThemeWin32Classic.cs: When drawing ListViewItems,
1288         use StringTrimming.EllipsisCharacter if the view is Tile, Details,
1289         or LargeIcon _and_ item is not focused (match .Net behaviour).
1290
1291 2007-05-04  Jonathan Pobst  <monkey@jpobst.com>
1292
1293         * Control.cs, Form.cs: Fix some obsolete method warnings.
1294
1295 2007-05-04  Jonathan Pobst  <monkey@jpobst.com>
1296
1297         * Control.cs: Implement GetChildAtPoint and OnParentCursorChanged.
1298         * GetChildAtPointSkip.cs: Make internal for 1.1 profile.
1299
1300 2007-05-04  Andreia Gaita  <avidigal@novell.com>
1301
1302         * ContainerControl.cs: Fix active_control attribution when going
1303         up the parent chain so that the first parent container gets the control
1304         and the rest of the parent containers get the child containers (skips
1305         non-containers). Fixes #80729
1306
1307 2007-05-04  Randolph Chung  <tausq@debian.org>
1308
1309         * FileDialog.cs: Implement the SupportMultiDottedExtensions property.
1310         [Fixes bug #81499]
1311
1312 2007-05-04  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1313
1314         * XplatUIX11.cs: Add a TranslateWindowSizeToXWindowSize overload that
1315           takes a size parameter, since the CreateParam's size isn't true for
1316           minimized forms. Fixes #81518,
1317
1318 2007-05-04  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1319
1320         * Form.cs: Add OnDeactivateInternal.
1321         * MdiClient.cs: Raise Deactivate event. Fixes #81409.
1322
1323 2007-05-04  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1324
1325         * DateTimePicker.cs: CalculateDropDownLocation: do a null check before
1326           accessing the parent. Fixes #81508.
1327
1328 2007-05-03  Chris Toshok  <toshok@ximian.com>
1329
1330         * CurrencyManager.cs (CurrencyManager.ListChangeHandler): in the
1331         2.0 block, pass listposition + 1 to ChangeRecordState when a row
1332         was added before the current listposition.  Fixes the
1333         TestInsertRowBeforeCurrent unit test.
1334
1335 2007-05-03  Jonathan Pobst  <monkey@jpobst.com>
1336
1337         * Application.cs: Add RaiseIdle.
1338         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
1339         XplatUIX11.cs: Implement RaiseIdle.
1340
1341 2007-05-02  Jonathan Pobst  <monkey@jpobst.com>
1342         corcompare work: N - Z
1343         * NotifyIcon.cs
1344         * ProgressBar.cs
1345         * RadionButton.cs
1346         * ScrollableControl.cs
1347         * SplitContainer.cs
1348         * SplitterPanel.cs
1349         * StatusBar.cs
1350         * SystemInformation.cs
1351         * TabControl.cs
1352         * TableLayoutControlCollection.cs
1353         * TableLayoutPanel.cs
1354         * TabPage.cs
1355         * ToolBar.cs
1356         * ToolBarButton.cs
1357         * ToolStrip.cs
1358         * ToolStripComboBox.cs
1359         * ToolStripContainer.cs
1360         * ToolStripContentPanel.cs
1361         * ToolStripDropDown.cs
1362         * ToolStripDropDownItem.cs
1363         * ToolStripDropDownMenu.cs
1364         * ToolStripItem.cs
1365         * ToolStripItemCollection.cs
1366         * ToolStripMenuItem.cs
1367         * ToolStripPanel.cs
1368         * ToolStripSplitButton.cs
1369         * ToolTip.cs
1370         * TreeNode.cs
1371         * TreeNodeCollection.cs
1372         * TreeNodeMouseHoverEventArgs.cs
1373         * TreeView.cs
1374
1375 2007-05-01  Everaldo Canuto  <everaldo@simios.org>
1376
1377         * ContextMenu.cs: Add public method Show with alignment property to 2.0
1378         stuff. Thanks aatdark for the patch. 
1379
1380 2007-05-01  Jonathan Pobst  <monkey@jpobst.com>
1381
1382         * GridItem.cs: Implement 2.0 Tag property.
1383
1384 2007-05-01  Frederik Carlier <frederik.carlier@carlier-online.be> 
1385
1386         * TreeNodeCollection.cs: Fix ContainsKey and IndexOfKey methods to use
1387         count instead of Nodes.Length.  [Fixes bug #81448]
1388
1389 2007-05-01  Jonathan Pobst  <monkey@jpobst.com>
1390
1391         * ComboBox.cs: Fix paramName sent to ArgumentOutOfRangeException's.
1392         [Fixes bug #81506]
1393
1394 2007-05-01  Jonathan Pobst  <monkey@jpobst.com>
1395         corcompare work: A - M
1396         * BindingNavigator.cs
1397         * Button.cs
1398         * ButtonBase.cs
1399         * CheckBox.cs
1400         * Control.cs
1401         * FlowLayoutPanel.cs
1402         * Form.cs
1403         * Label.cs
1404         * LinkLabel.cs
1405         * ListView.cs
1406
1407 2007-05-01  Jonathan Pobst  <monkey@jpobst.com>
1408
1409         * Application.cs: Give toolstrips a chance to process mnemonics.
1410         * ToolStrip.cs, ToolStripDropDownButton.cs, ToolStripItem.cs,
1411         ToolStripItemTextRenderEventArgs.cs, ToolStripLabel.cs,
1412         ToolStripMenuItem.cs, ToolStripSplitButton.cs: Implement keyboard mnemonics.
1413
1414 2007-05-01  Jackson Harper  <jackson@ximian.com>
1415
1416         * TextBoxBase.cs: Better preferred height, FixedSingle gets the
1417         wider area too.
1418         - Don't set the BoundsSpecified
1419
1420 2007-04-30  Jonathan Pobst  <monkey@jpobst.com>
1421
1422         * Application.cs: When using the toolstrip shortcut mechanism, allow the
1423         message to pass through to a regular control if it hosted by a toolstrip.
1424         * ToolStrip.cs, ToolStripControlHost.cs, ToolStripDropDown.cs,
1425         ToolStripManager.cs: Enable keyboard navigation for ToolStrips.
1426
1427 2007-04-30  Jonathan Pobst  <monkey@jpobst.com>
1428
1429         * TextRenderer.cs: Use the flags argument when using the MeasureString
1430         fallback algorithm.
1431
1432 2007-04-30  Jonathan Pobst  <monkey@jpobst.com>
1433
1434         * MenuStrip.cs: Don't let multiple ToolStripSeparators get added to
1435         the MDI menu item.  [Fixes bug #81483]
1436
1437 2007-04-30  Gert Driesen  <drieseng@users.sourceforge.net>
1438
1439         * DataGridViewColumn.cs: Initialize value of headercell to zero-length
1440         string. When setting Name to null, use zero-length string instead.
1441
1442 2007-04-29  Andreia Gaita  <avidigal@novell.com>
1443
1444         * TabControl.cs: Implement missing 2.0 methods (SelectTab, 
1445         DeselectTab). Implement missing 2.0 TabPageCollection methods
1446         (Add, ContainsKey, RemoveByKey, IndexOfKey)
1447
1448 2007-04-29  Pedro Martínez Juliá  <pedromj@gmail.com>
1449
1450         * DataGridViewColumn.cs: Make HeaderText take preference over Name.
1451
1452 2007-04-29  Gert Driesen  <drieseng@users.sourceforge.net>
1453
1454         * RichTextBox.cs: In LoadFile, use StreamReader to read plain text.
1455         Fixes bug #81479. Include details of exception when LoadFile fails.
1456
1457 2007-04-28  Alan McGovern <alan.mcgovern@gmail.com>
1458
1459         * DrawListViewSubItemEventArgs.cs: Added missing setter
1460
1461 2007-04-27  Andreia Gaita  <avidigal@novell.com>
1462
1463         * ToolTip.cs: Add missing 2.0 properties. Implement 2.0 Show and 
1464         Hide methods (not complete). Implement missing 2.0 OnPopup event.
1465
1466 2007-04-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1467
1468         * ListView.cs: In ItemControl.OnMouseDown restore a pair of braces I
1469         removed in ly last commit (it was breaking the Label edit feature).
1470
1471         * ThemeWin32Classic.cs: When drawing a ListViewItem use
1472         StringAlignment.Near for LineAlignment (match .Net).
1473
1474 2007-04-27  Andreia Gaita  <avidigal@novell.com>
1475
1476         * TabControl.cs: Change SetTab so it adds the tabpage to the list
1477         of controls if it isn't already there - was blowing up when doing
1478         tabcontrol.TabPages[i]=new TabPage(). 
1479         SetTab now does a replace by removing the page at the index. 
1480         Add a new InsertTab method that inserts a page in a given index 
1481         instead of replacing. 
1482         Implements TabPageCollection.Insert(int, TabPage).
1483
1484 2007-04-27  Chris Toshok  <toshok@ximian.com>
1485
1486         * BindingManagerBase.cs: fill in CurrentItemChanged (and have an
1487         internal handler that can be invoked from our subclasses.)  Also,
1488         add a comment to PushData about how we need to fix it.
1489
1490         * CurrencyManager.cs: tons of changes here.  trying to get things
1491         matching the behavior of .net wrt event orders (ItemChanged,
1492         CurrentChanged, PositionChanged.)  I've implemented a private .net
1493         symbol (ChangeRecordState) that appears in stack traces because
1494         it's actually easier to do this than to effective inline all its
1495         various behaviors at every call site.
1496
1497         * RelatedPropertyManager.cs: guard against an exception here by
1498         not using parent.Current if the position is set to -1 (if the
1499         parent datasource is cleared, for instance).
1500
1501         * Binding.cs: don't parse data in PushData (this might be wrong,
1502         but it jives with MS's behavior.)  Also, don't call PushData when
1503         we get a CurrentChanged event.
1504
1505 2007-04-27  Andreia Gaita  <avidigal@novell.com>
1506
1507         * WebBrowser.cs,
1508           WebBrowserBase.cs,
1509           WebBrowserSiteBase.cs,
1510           HtmlDocument.cs: Added stubbed out classes, no real implementations 
1511           yet.
1512
1513 2007-04-27  Everaldo Canuto  <everaldo@simios.org>
1514
1515         * MainMenu.cs: In draw method without parameters call draw method with 
1516         PaintEvent, another one (just rect) adjust rectangle and we dont need it
1517         as Rect property is already adjusted. Fixes #80694.
1518
1519 2007-04-27  Jonathan Pobst  <monkey@jpobst.com>
1520
1521         * Application.cs: Need to handle keyboard menu deselection here.
1522         * Control.cs: Use WM_SYSKEYUP instead of WM_SYSCOMMAND to start menu keyboard
1523         navigation, allowing keyboard to work on X11.
1524         * ToolStrip.cs: Don't worry about handling the Menu key here anymore.
1525
1526 2007-04-27  Everaldo Canuto  <everaldo@simios.org>
1527
1528         * MenuAPI.cs: When deactivate menu verify if hotkey (_) is active and redraw
1529         menu bar. It fixes some drawing issues in menu bar.
1530
1531 2007-04-27  Everaldo Canuto  <everaldo@simios.org>
1532
1533         * MenuAPI.cs: Remove unneeded "keynav_state = KeyNavState.Idle" before 
1534         Deactivate calls, Deactivate method already do it. Also ser ActiveTracker
1535         when <alt> key is pressed.
1536
1537 2007-04-26  Everaldo Canuto  <everaldo@simios.org>
1538
1539         * XplatUIX11.cs: Simplify SystrayRemove to be like other libraries,     Gtk as 
1540         example just set visible to false and make this prevent from other problems.
1541         In SystrayAdd always remove pending expose. Fixes #81072.
1542
1543 2007-04-26  Marek Safar  <marek.safar@gmail.com>
1544
1545         * TextBoxBase.cs (CaretMoved): Consider scroll maximum when scroll
1546         value is set.
1547
1548 2007-04-26  Alan McGovern <alan.mcgovern@gmail.com>
1549
1550         * ListView.cs: Added three missing 2.0 events and corresponding
1551         EventHandlers. Added the OwnerDraw property.
1552         * DrawListViewColumnHeaderEventHandler.cs: fixed typo
1553
1554 2007-04-26  Alan McGovern <alan.mcgovern@gmail.com>
1555
1556         * DrawListViewItemEventArgs.cs
1557         * DrawListViewSubItemEventArgs.cs: Brought classes up to 2.0 status.
1558
1559 2007-04-26  Alan McGovern <alan.mcgovern@gmail.com>
1560
1561         * TextControl.cs: Fixed typo in constructor
1562
1563 2007-04-26  Jonathan Pobst  <monkey@jpobst.com>
1564
1565         * Application.cs: Create a shortcut path so that currently selected
1566         MenuStrips can intercept keyboard events without having focus.
1567         * Control.cs: Handle WM_SYSCOMMAND message to activate MenuStrips.
1568         * MenuStrip.cs, ToolStrip.cs, ToolStripDropDown.cs, ToolStripDropDownItem.cs,
1569         ToolStripItem.cs, ToolStripManager.cs, ToolStripMenuItem.cs: Support
1570         keyboard navigation (arrows, tab, enter, esc) on Windows.  Still need to
1571         generate WM_SYSCOMMAND message in X11 for other platforms.
1572         * ToolStripProfessionalRenderer.cs: ToolStripMenuItems need to be painted
1573         in OnRenderMenuItemBackground instead of OnRenderButtonBackground.
1574         * ToolStripSplitButton.cs: Add DefaultItem property.
1575         
1576 2007-04-26  Everaldo Canuto  <everaldo@simios.org>
1577
1578         * MainMenu.cs: In OnMenuChanged pass PaintEventArgs to Draw method, it
1579         fixes some menu draw problem on Windows with border diferent from default
1580         it also fixes #81403.
1581
1582 2007-04-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1583
1584         * Form.cs: Refactor WndProc into separate methods, just like Control is
1585           doing it.
1586
1587 2007-04-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1588
1589         * Control.cs: set_Text: move the call to the driver into a seperate
1590           virtual method so that Form can override it.
1591         * MaskedTextBox.cs: Corcompare fixes.
1592         * Form.cs: Override UpdateWindowText and only update the styles if the
1593           form has been shown (fixes #81405).
1594
1595 2007-04-25  Jonathan Pobst  <monkey@jpobst.com>
1596
1597         * Control.cs, Form.cs: Use the better supported WM_?BUTTONDOWN and
1598         WM_ACTIVATE messages instead of WM_MOUSEACTIVATE and
1599         WM_ACTIVATEAPP.  This fixes menus not disappearing on X11 when
1600         the form lost focus or another control was clicked.
1601
1602 2007-04-25  Gert Driesen  <drieseng@users.sourceforge.net>
1603
1604         * DataGrid.cs: Uncomment MakeTransparent calls since bug #80151 is
1605         fixed.
1606
1607 2007-04-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1608
1609         * DrawListViewColumnHeaderEventHandler.cs, DrawToolTipEventArgs.cs,
1610           DrawListViewItemEventHandler.cs,
1611           DrawListViewSubItemEventHandler.cs, DrawToolTipEventHandler.cs:
1612           Added.
1613         * X11Structs.cs: More ToString implementation.
1614
1615 2007-04-25  Jonathan Pobst  <monkey@jpobst.com>
1616
1617         * ToolStripDropDownItem.cs: Don't lazy create a DropDown in Dispose.
1618         * ToolStripOverflowButton.cs: Don't lazy create a DropDown in HasDropDownItems.
1619
1620 2007-04-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1621
1622         * Control.cs: Only raise OnVisibleChanged if we're not recreating the
1623           handle.
1624         * FormCollection.cs: Don't add a form if it's already in the
1625           collection.
1626         * Form.cs: Change ShowDialog () to call ShowDialog (owner) with a null
1627           according to behaviour and MSDN. The ownerWin32 is the active
1628           window at the moment when we call ShowDialog, not the context's
1629           main form (the context's main form may open another form that opens
1630           a form with ShowDialog, the win32 owner is the second form). Add
1631           and remove forms to the Application.OpenForms in other places to
1632           better match MS behaviour. Add an IsActive property that raises
1633           On(de)Activated only if the active state has changed (we were
1634           raising OnDeactivated before OnActivated while creating forms).
1635         * Application.cs: Refactor Enabling/Disabling of windows for modal
1636           dialog loops out to separate methods, and restore the thread
1637           context when we quit the method. Fixes #81407.
1638
1639 2007-04-25  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1640
1641         * ListView.cs: In ItemControl.HandleClicks, also fire 
1642         2.0 MouseClick or MouseDoubleClick events on the parent,
1643         not only the Click/DoubleClick events.
1644
1645 2007-04-24  Andreia Gaita  <avidigal@novell.com>
1646
1647         * TableLayoutSettings.cs: 
1648         - Added a GetControls method and a support structure to help the 
1649         TypeConverter to enumerate the controls for     serialization. 
1650         - Added a new serialization constructor. 
1651         - Added a isSerialized flag initialized to true on the 
1652         serialization constructor so that the TableLayoutPanel.LayoutSettings 
1653         setter does not throw the designed NotSupportedOperation exception
1654         when the object is built through deserialization.
1655         - Implemented GetObjectData
1656         
1657         * TableLayoutPanel.cs: Added check on LayoutSettings.
1658
1659 2007-04-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1660
1661         * ListView.cs: Report Click and DoubleClick events to the parent
1662         from ItemsMouseUp, instead of ItemsMouseDown. This prevents us
1663         from breaking the click count state when using dialog forms (Control
1664         reports the clicks in a similar fashion). In the previous behaviour
1665         the last WM_LBUTTONUP message in a  double click was sent to the
1666         ListView's form, instead of the ListView, which was breaking the click
1667         count for it. Fixes #80387.
1668
1669 2007-04-24  Alan McGovern <alan.mcgovern@gmail.com>
1670
1671         * BindingNavigator.cs : fixed bugs revealed by new nunit tests
1672
1673 2007-04-24  Jonathan Pobst  <monkey@jpobst.com>
1674
1675         * ToolStripDropDownItem.cs: Lazy initialize the DropDown.  This prevents
1676         us from created dropdowns for menu items that do not have subitems.
1677         * ToolStripItem.cs, ToolStripProfessionalRenderer.cs, ToolStripSplitButton.cs:
1678         Check HasDropDownItems before calling DropDown so a dropdown will not be
1679         created if it isn't needed.
1680
1681 2007-04-24  Jackson Harper  <jackson@ximian.com>
1682
1683         * TreeView.cs: Set the first node to the selected node when we get
1684         focus if there is no selected node.
1685
1686 2007-04-24  Andreia Gaita  <avidigal@novell.com>
1687
1688         * MimeIcon.cs: remove using blocks so that image streams are
1689         not disposed of. Fixes #80151
1690
1691 2007-04-24  Jackson Harper  <jackson@ximian.com>
1692
1693         * TextBoxBase.cs: Fixup the height of textboxes when the control
1694         is created.
1695
1696 2007-04-24  Jonathan Pobst  <monkey@jpobst.com>
1697
1698         * ToolStrip.cs: Fully implement GetNextItem.  Call OnParentRightToLeftChanged
1699         for each ToolStripItem when the parent's RightToLeftChanged is called.
1700
1701 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1702
1703         * ComboBox.cs: Forward ContextMenu to the underlying textbox, if any.
1704           Fixes #80163.
1705         * Control.cs: Replace GetContextMenuInternal() with ContextMenuInternal
1706           property, so that the setter can be overriden too.
1707         * TextBox.cs: Change GetContextMenuInternal() to use
1708           ContextMenuInternal.
1709
1710 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1711
1712         * ThemeWin32Classic.cs: Use a black pen to draw checkboxes, fixes
1713           #81406.
1714
1715 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1716
1717         * ThemeWin32Classic.cs: Use a black pen to draw checkboxes, fixes
1718           #81406.
1719
1720 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1721
1722         * MaskedTextBox.cs: Commit this so nobody else starts working on it and
1723           avoid duplicate work. Mostily skeleton code, it's not working at
1724           all yet.
1725
1726 2007-04-20  Leszek Ciesielski <skolima@gmail.com>
1727
1728         * NotifyIcon.cs : stub for MouseClick event
1729         * Application.cs: stub for SetUnhandledExceptionMode
1730
1731 2007-04-24  Alan McGovern <alan.mcgovern@gmail.com>
1732
1733         * BindingNavigator.cs : Initial (partial) implementation
1734
1735 2007-04-23  Jackson Harper  <jackson@ximian.com>
1736
1737         * TreeView.cs: Do not create the treeview's handle when setting
1738         the scroll position.
1739         - ExpandAll needs to compute the scrollbars so it knows which
1740         position to set the bar too.
1741         * TreeNode.cs: 
1742         * TreeNodeCollection.cs: Pass new flag to UpdateScrollBars
1743
1744 2007-04-23  Jackson Harper  <jackson@ximian.com>
1745
1746         * TextBoxBase.cs: Non multiline textboxes shouldn't take the enter
1747         key. Fixes #81408.
1748
1749 2007-04-23  Jonathan Pobst  <monkey@jpobst.com>
1750
1751         * ToolStripItem.cs: Make GetImageSize internal.
1752         * ToolStripMenuItem.cs: Use GetImageSize to determine the size we
1753         need to draw an item.  Fixes a reported issue where images on menus
1754         that were not 16x16 were drawing incorrectly.
1755
1756 2007-04-21  Miguel de Icaza  <miguel@novell.com>
1757
1758         * Padding.cs: Use the converter, fixes the resgen2 issue with
1759         XMLNotePad. 
1760
1761 2007-04-21  Jackson Harper  <jackson@ximian.com>
1762
1763         * TreeView.cs: Dont try to unhighlight the selected node if there
1764         isn't a selected node.
1765
1766 2007-04-21  Jackson Harper  <jackson@ximian.com>
1767
1768         * UpDownBase.cs:
1769         * TextBoxBase.cs:
1770         * ListView.cs:
1771         * ListBox.cs:
1772         * TreeView.cs: Use the InternalBorderStyle property to set the
1773         initial border style, this forces the client rectangle to be sized
1774         correctly.
1775
1776 2007-04-20  Jackson Harper  <jackson@ximian.com>
1777
1778         * TreeView.cs: Simplify scrolling to the last node after expanding
1779         all.
1780         - Fix some off by ones with setting the bottom.
1781
1782 2007-04-20  Jonathan Pobst  <monkey@jpobst.com>
1783
1784         * Control.cs: Use DefaultSize for Size, calculate ClientSize from
1785         that.  We were incorrectly doing it the other way around.  Also,
1786         update ClientSize if we change the BorderStyle before the control
1787         is created.
1788
1789 2007-04-20  Gert Driesen  <drieseng@users.sourceforge.net>
1790
1791         * XplatUI.cs: Added Border3DSize, BorderSize, CaptionButtonSize,
1792         DoubleClickSize, DoubleClickTime and FixedFrameBorderSize. Renamed
1793         XplatUIDriver.Caption to CaptionHeight. Spaces to tabs.
1794         * XplatUIDriver.cs: Added Border3DSize, BorderSize, CaptionButtonSize,
1795         DoubleClickSize, DoubleClickTime and FixedFrameBorderSize. Renamed
1796         Caption to CaptionHeight.
1797         * XplatUIX11.cs: Renamed Caption to CaptionHeight.
1798         * Theme.cs: Modified Border3DSize, BorderSize, CaptionButtonSize
1799         and FixedFrameBorderSize to return value from current XplatUI driver.
1800         * XplatUIWin32.cs: Implemented Border3DSize, BorderSize,
1801         CaptionButtonSize, DragFullWindows, DoubleClickSize, DoubleClickTime
1802         and FixedFrameBorderSize using win32 API. Renamed Caption to
1803         CaptionHeight.
1804         * XplatUIOSX.cs: Renamed Caption to CaptionHeight.
1805         * SystemInformation.cs: Fixed typo in BorderSize.
1806
1807 2007-04-20  Gert Driesen  <drieseng@users.sourceforge.net>
1808
1809         * XplatUI.cs: Added MenuAccessKeysUnderlined.
1810         * XplatUIDriver.cs: Added MenuAccessKeysUnderlined.
1811         * XplatUIX11.cs: Implemented MenuAccessKeysUnderlined by always
1812         returning false.
1813         * Theme.cs: Modified MenuAccessKeysUnderlined to return corresponding
1814         value from XplatUI driver.
1815         * XplatUIWin32.cs: Implemented MenuAccessKeysUnderlined using
1816         SystemParametersInfo.
1817         * ThemeWin32Classic.cs: Remove obsolete MenuAccessKeysUnderlined
1818         override.
1819         * XplatUIOSX.cs: Implemented MenuAccessKeysUnderlind by always
1820         returning false.
1821
1822 2007-04-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1823
1824         * XplatUIX11.cs, Hwnd.cs: Remove warnings.
1825
1826 2007-04-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1827
1828         * MessageBox.cs, XplatUIX11.cs, Hwnd.cs: Remove warnings.
1829
1830 2007-04-20  Jonathan Pobst  <monkey@jpobst.com>
1831
1832         * ToolStripManager.cs: Fix a reported InvalidCastException when unmerging
1833         MenuStrips that contain ToolStripSeparators.
1834
1835 2007-04-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1836
1837         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Add
1838           DefineStdCursorBitmap.
1839         * Cursor.cs: Add an internal constructor so that the Cursor knows if it
1840           has been created off a standard cursor. This is used to get a
1841           bitmap of the standard cursor when Draw or DrawStretched is called
1842           in order to draw the cursor.
1843         * X11Structs.cs: Added XcursorImage and XcursorImages.
1844         * XplatUIX11.cs, XplatUIWin32.cs: Add and implement
1845           DefineStdCursorBitmap.
1846         * Cursors.cs: Update all relevant creations of Cursor to use the new
1847           internal constructor.
1848
1849 2007-04-19  Jackson Harper  <jackson@ximian.com>
1850
1851         * TextBox.cs: Move the has_been_focused into the base control, so
1852         some of the text adding methods can manipulate it (probably time
1853         for a better name for this flag too).
1854         - Call a new version of selectall that doesn't scroll
1855         * TextBoxBase.cs: When we append text, if the document is empty,
1856         don't scroll.  If the document has text already, we scroll to the
1857         end of the appended text.
1858         - When the text is changed, we reset the has_been_focused, so the
1859         next time the control gets focused, all the text is selected.
1860
1861 2007-04-19  Jackson Harper  <jackson@ximian.com>
1862
1863         * TextControl.cs: Move the margins to the document, add a method
1864         so the margin sizes can be updated.
1865         * TextBoxBase.cs: When the border style is changed, update the
1866         border sizes.
1867
1868 2007-04-19  Jonathan Pobst  <monkey@jpobst.com>
1869
1870         * Control.cs: Respect DefaultPadding.
1871         * GroupBox.cs: Implement DefaultPadding, DisplayRectangle takes
1872         padding into account.
1873         * ToolStrip.cs: Remove setting padding to DefaultPadding in constructor.        
1874
1875 2007-04-19  Jackson Harper  <jackson@ximian.com>
1876
1877         * TextControl.cs: Oops, we need to use the ClientRect not the
1878         bounds here.
1879
1880 2007-04-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1881
1882         * ListView.cs: In ItemControl.ItemsMouseDown, take into
1883         account the double clicks when CheckBoxes are used and
1884         the pointer is inside the checkbox. Fixes part of #81191.
1885
1886 2007-04-18  Jackson Harper  <jackson@ximian.com>
1887
1888         * TextControl.cs: Pressing the end key shouldn't move the caret
1889         past the line ending.
1890         * TextBoxBase.cs: We can still delete if we are in the line
1891         ending and the combine will just kill the existing line ending.
1892
1893 2007-04-18  Jackson Harper  <jackson@ximian.com>
1894
1895         * TextControl.cs: We can't move lines, then invalidate their
1896         bounds, we need to get the old bounds and combine that with the
1897         new bounds.
1898         * TextBoxBase.cs: Before combining two lines for a delete, we need
1899         to invalidate the area of the old line, since that will be moved
1900         in the combine operation.
1901
1902 2007-04-18  Everaldo Canuto  <everaldo@simios.org>
1903
1904         * LinkLabel.cs: In OnPaint invoke draw background to fix problems
1905         with transparent background. Fixes #80482.
1906
1907 2007-04-18  Jonathan Pobst  <monkey@jpobst.com>
1908
1909         * PictureBox.cs: Refresh on resize when SizeMode = Zoom.
1910         * ThemeWin32Classic.cs: Implement PictureBox.SizeMode = Zoom.
1911         [Fixes bug #81391]
1912
1913 2007-04-18  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1914
1915         * CreateParams.cs: Add a couple of helper methods and do a less string
1916           concatenation in ToString.
1917         * XplatUIX11.cs: Add an TranslateClientRectangleToXClientRectangle
1918           overload that takes a Control parameter, since this method may be
1919           called before a control is assigned to the hwnd (from
1920           CreateWindow), and update CreateWindow to use the new overload. In
1921           GetMenuOrigin subtract the title bar from the y position if the
1922           form has a window manager (since we're painting it and not X).
1923         * XplatUIWin32.cs: If we can get a form in GetMenuOrigin use the form's
1924           CreateParams to calculate the origin (since border sizes may vary).
1925           In ScreenToMenu only subtract the title height if we actually have
1926           a title.
1927         * MdiWindowManager.cs: Override MenuHeight to always return 0, since
1928           mdi children never have menus of themselves.
1929         * InternalWindowManager.cs: Implement menu handling like form does.
1930           Added GetMenuOrigin to calculate the menu origin, can't use the
1931           CreateParams from the form like normally since it's lying.
1932         * Hwnd.cs: Implement GetBorderSize better (in the sense more
1933           windows-like) and add Inflate and comparison operators to the
1934           Borders type. When calculating MenuOrigin and it's a form with a
1935           window manager, use the window manager to calculate it.
1936
1937 2007-04-17  Chris Toshok  <toshok@ximian.com>
1938
1939         * Control.cs (CreateControl): turns out in 2.0 we don't need this
1940         OnBindingContextChanged thing here.  It's only generated from
1941         ContainerControl.OnCreateControl.  Fixes a newly written unit test
1942         - BindingTest.BindingContextChangedTest4.
1943         
1944 2007-04-17  Jackson Harper  <jackson@ximian.com>
1945
1946         * ScrollBar.cs: When setting values, make sure the current
1947         position stays within the new values range.
1948
1949 2007-04-17  Chris Toshok  <toshok@ximian.com>
1950
1951         * Control.cs (CreateControl): talk about a bizarre corner case.
1952         Don't emit OnBindingContextChanged here if we're a parentless
1953         control (i.e. if we're a form.).  Fixes
1954         BindingTest.BindingContextChangedTest2.
1955
1956 2007-04-17  Everaldo Canuto  <everaldo@simios.org>
1957
1958         * ButtonBase.cs: Remove TextFormatFlags.WordBreak to mimic same behavior 
1959         from win32. Fixes #81255.
1960
1961 2007-04-17  Everaldo Canuto  <everaldo@simios.org>
1962
1963         * ThemeWin32Classic.cs: Remove text offset from DrawButtonText as it is
1964         already present in CalculateButtonTextAndImageLayout.
1965
1966 2007-04-17  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1967
1968         * XplatUIX11.cs: When setting min/max size for a window we need to
1969           translate the coordinates to x coordinates. Create an overload of
1970           SetWindowMinMax that takes a CreateParams handling this, and change
1971           SetWMStyles to call this function (can't use Control.FromHandle in
1972           the SetWindowMinMax to get the control/CreateParams from the handle
1973           because the handle might not have been assigned to the control
1974           yet). Fixes #81371.
1975
1976 2007-04-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1977
1978         * ListView.cs: In ItemControl.ItemMouseDown, don't change check state
1979         if StateImageList is non-null and it has less than two items (match MS
1980         behaviour). Also, in HandleNavKeys handle the Space key, calling
1981         the new ToggleItemsCheckState method, which tries to change the
1982         checked state of the selected items. Fixes part of #81191.
1983
1984 2007-04-16  Jackson Harper  <jackson@ximian.com>
1985
1986         * RichTextBox.cs: namespace cleanup.
1987
1988 2007-04-16  Everaldo Canuto  <everaldo@simios.org>
1989
1990         * XplatUIWin32.cs: Back last parameter to true in SetClipRegion.
1991
1992 2007-04-16  Everaldo Canuto  <everaldo@simios.org>
1993
1994         [Fixes #79447]
1995         * Control.cs: Call invalidate in set_Region.
1996
1997         * XplatUIX11.cs, XplatUIWin32.cs: Remove invalidate from SetClipRegion as
1998         it dont works here.
1999
2000 2007-04-16  Jackson Harper  <jackson@ximian.com>
2001
2002         * TextBoxBase.cs: When enter is pressed, we need to update all
2003         lines below the current.
2004
2005 2007-04-16  Jonathan Pobst  <jpobst@monkey.com>
2006
2007         * MdiClient.cs: Implement implicit menu merging for MDI
2008         children.  When a child form is active, if it has a menustrip
2009         and the parent form has a MainMenuStrip, automatically merge
2010         the menus.
2011
2012 2007-04-15  Andreia Gaita  <avidigal@novell.com>
2013
2014         * TabControl.cs: Refactored sizing methods to not repeat
2015         code all over the place. Tab bounds are now calculated
2016         as if alignment is top and single line, and only when 
2017         setting the bounds are the positions adjusted according
2018         to alignment. Replaced hardcoded positions, spacings and
2019         paddings by getting the values the ThemeEngine. 
2020         Fixes #79619.
2021         
2022         * Theme.cs: Change TabControl properties and methods so
2023         that all start with TabControl*. Added more properties
2024         to help remove hardcoded values on tabcontrol.
2025         Add CPDrawBorder3D declaration so the Theming classes
2026         can access it.
2027         
2028         * ThemeClearlooks.cs, ThemeNice.cs: Method signature changes from Theme.
2029
2030         * ThemeWin32Classic.cs: Rector TabControl out to the TabControlPainter
2031         on the Theming namespace, and call the appropriate methods here.
2032         Change CPDrawBorder3D to public.
2033
2034 2007-04-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2035
2036         * Control.cs: In WmRButtonUp, send the WM_CONTEXTMENU message to
2037         the control after firing the OnMouseUp event, instead of sending
2038         the message before the mentioned event. This is so we can match the
2039         MS behaviour. Fixes part of #80385.
2040
2041 2007-04-13  Jonathan Pobst  <monkey@jpobst.com>
2042
2043         * ToolStripItem.cs: Call the RightToLeftChanged event when setting the
2044         RightToLeft property.
2045
2046 2007-04-13  Jonathan Pobst  <monkey@jpobst.com>
2047
2048         * ToolStrip.cs: Add properties and internal methods to support merging.
2049         * ToolStripItem.cs: Add MergeAction and MergeIndex.
2050         * ToolStripItemCollection.cs: Add Insert and Remove methods that do
2051         not trigger reparenting or layouts.
2052         * ToolStripManager.cs: Add Merge and RevertMerge methods.
2053         * ToolStripOverflow.cs: Add a convenience method to find the ToolStrip that
2054         is hosting the overflow menu.
2055
2056 2007-04-13  Jackson Harper  <jackson@ximian.com>
2057
2058         * TextControl.cs: Set the line ending correctly for the first
2059         inserted line.
2060
2061 2007-04-13  Sebastien Pouliot  <sebastien@ximian.com>
2062
2063         * Theme.cs: Update GetMethod to get the new definition for 
2064         KnownColors.Update (and fix theme color updates).
2065
2066 2007-04-12  Everaldo Canuto  <everaldo@simios.org>
2067
2068         * MessageBox.cs: Fix some test and button position.
2069
2070 2007-04-12  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2071
2072         * Form.cs: Consider the implicit controls in
2073         GetRealChildAtPoint. We need it since this method
2074         is called on Form when handling the some messages in
2075         WndProc, and need to consider those implicit ones too.
2076         Fixes #80385.
2077
2078 2007-04-12  Jonathan Pobst  <monkey@jpobst.com>
2079
2080         * ToolStripMenuItem.cs: Display the ShortcutKeyDisplayString even
2081         if there are no ShortcutKeys set.
2082         * ToolStripProfessionalRenderer.cs: If an item has had its BackColor
2083         set, use it when painting.
2084
2085 2007-04-12  Jackson Harper  <jackson@ximian.com>
2086
2087         * TextControl.cs: Fix some off-by-one issues in line duplication
2088         and insertion in the undo manager. Also, overwrite the first tag
2089         of a line on insert, if it is just a zero lengthed tag. This
2090         prevents us from getting an extra stranded tag at the beginning of
2091         the first line.
2092
2093 2007-04-11  Everaldo Canuto  <everaldo@simios.org>
2094
2095         * Label.cs: Remove check for handle created in CalcAutoSize, we need 
2096         to calculated proper size including when handle was not created yet.
2097
2098 2007-04-11  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2099
2100         * MdiWindowManager.cs: When moving a form, allow the form to be moved
2101           when the mouse is outside of it's parent's client rectangle. Fixes
2102           #79982 (take 3, part 2).
2103
2104 2007-04-10  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2105
2106         * X11Structs.cs: Add a few ToString() overrides.
2107         * XplatUIX11.cs: Added GetTopLevelWindowLocation to try to calculate
2108           the window location in a window-manager independent way. Reworked
2109           FrameExtents, it now actually works. Reworked AddConfigureNotify
2110           and ReparentNotify handling to use GetTopLevelWindowLocation
2111           instead of the earlier, more hacky solution. Reworked SetWMStyles,
2112           hopefully for the better: we now set _NET_WM_WINDOW_TYPE* for all
2113           windows, DIALOG for modal windows, UTILITY for toolboxes and NORMAL
2114           for all other windows (fixes #81281 part 1), a toolwindow is hidden
2115           from the taskbar if it has a parent (fixes #81281 part 2 for kwin),
2116           and generally refactored to do as few calculations as possible
2117           inside the lock.
2118
2119 2007-04-09  Sebastien Pouliot  <sebastien@ximian.com>
2120
2121         * Theme.cs: Change "reflective-contract" between MWF and SD to 
2122         minimize # of calls, avoid Color serialization and avoid updating 
2123         every "known colors" each time a single one is updated.
2124
2125 2007-04-09  Gert Driesen  <drieseng@users.sourceforge.net>
2126
2127         * DataGridTextBoxColumn.cs: Only set IsInEditOrNavigateMode to false
2128         when not readonly and the text is explicitly set. Code style updates.
2129         * DataGridTableStyle.cs: Removed extra line.
2130         * DataGrid.cs: Code style updates. Removed extra whitespace.
2131         * DataGridColumnStyle.cs: Code style updates. Removed extra 
2132         whitespace.
2133
2134 2007-04-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2135
2136         * XplatUIX11.cs: Added comment that "fixes" #80021.
2137
2138 2007-04-09  Jackson Harper  <jackson@ximian.com>
2139
2140         * TextControl.cs: We don't need this -1 on the line count anymore.
2141
2142 2007-04-09  Gert Driesen  <drieseng@users.sourceforge.net>
2143
2144         * DataGridTextBoxColumn.cs: In Commit, use TypeConverter to convert
2145         entered value to underlying type, and convert it back to a string to
2146         apply formatting. Modified GetFormattedValue to use TypeConverter
2147         if available.
2148
2149 2007-04-08  Gert Driesen  <drieseng@users.sourceforge.net>
2150
2151         * ListViewItem.cs: Added null checks. Avoid duplicating code in ctors.
2152         Use SubItems property when we want to ensure there's at least one
2153         subitem. Modified SubItems property to ensure there's always at least
2154         one subitem. Avoid using ListViewSubItemCollection.AddRange to match
2155         the NRE's reported by MS.
2156
2157 2007-04-07  Gert Driesen  <drieseng@users.sourceforge.net>
2158
2159         * ProgressBar.cs: On 2.0 profile, default forecolor is Highlight. Added
2160         ResetForeColor override on 2.0. Fixed a few API compatibility issues.
2161         Spaces to tabs. Removed extra tabs.
2162
2163 2007-04-06  Jonathan Pobst  <monkey@jpobst.com>
2164
2165         * ToolStripSplitStackLayout.cs: If we run out of things to hide, don't
2166         infinite loop.  (Forgot to copy to the horizontal toolstrip case.)
2167
2168 2007-04-06  Jackson Harper  <jackson@ximian.com>
2169
2170         * TextBoxBase.cs: When a delete removes a line, recalculate all
2171         lines below that line (they need to get offsets setup correctly)
2172         and invalidate.
2173
2174 2007-04-05  Jackson Harper  <jackson@ximian.com>
2175
2176         * TextControl.cs: We need to invalidate across the width of the
2177         document when we are invalidating multiple lines.
2178         * TextBoxBase.cs: Don't delete into the line ending.
2179
2180 2007-04-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2181
2182         * ListView.cs: Restore the check for the MouseHover event
2183         in ListView. It looks like the ListView fires more than one MouseHover
2184         event when HoverSelection is true  _only_ in weird-corner scenarios, but
2185         in most of the cases it only fires one. Also, add the 2.0 ItemMouseHover
2186         event.
2187
2188 2007-04-05  Mike Kestner  <mkestner@novell.com>
2189
2190         * ListView.cs : raise MouseDown before updating selection.
2191         [Fixes #80373 tab 1&3]
2192
2193 2007-04-05  Jonathan Pobst  <monkey@jpobst.com>
2194
2195         * ToolStripRenderer.cs: Add static method to mirror image.
2196         * ToolStripProfessionalRenderer.cs: Support ImageTransparentColor
2197         and RightToLeftAutoMirrorImage.
2198         * ToolStripItem.cs: Remove MonoTODO from ImageTransparentColor.
2199
2200 2007-04-05  Jonathan Pobst  <monkey@jpobst.com>
2201
2202         * ToolStripSplitStackLayout.cs: Support Alignment property.
2203         * ToolStripItem.cs: Remove MonoTODO from the Alignment property.
2204
2205 2007-04-05  Jackson Harper  <jackson@ximian.com>
2206
2207         * TextControl.cs: Move around the line endings when crossing line
2208         boundaries.
2209         - When combining lines, strip the ending text off the first line.
2210
2211 2007-04-05  Jackson Harper  <jackson@ximian.com>
2212
2213         * TextControl.cs:
2214         * TextBoxBase.cs: Try to never move the cursor into the line
2215         ending.
2216         
2217 2007-04-04  Jonathan Pobst  <monkey@jpobst.com>
2218
2219         * ToolStripItem.cs: Make sure we aren't firing mouse events when
2220         the item is disabled.  Also add a few missing methods.
2221
2222 2007-04-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2223
2224         * ListView.cs: We don't need the MouseEnter/MouseLeave check
2225         to fire just one MouseHover event when HoverSelection is true, since
2226         .Net does fire more than one MouseHover event in that scenario. Also,
2227         fix the selection in HoverSelection, by invoking UpdateMultiSelect
2228         if MultiSelect is true, instead of only setting ListViewItem.Selected.
2229         Finally, we need to reset the Hover logic in MouseMove, even when we
2230         don't have a selected item.
2231
2232 2007-04-04  Jonathan Pobst  <monkey@jpobst.com>
2233
2234         * ToolStrip.cs: Add several missing methods, properties, and events.
2235
2236 2007-04-04  Chris Toshok  <toshok@ximian.com>
2237
2238         * DataGridTextBoxColumn.cs: set the bounds of the text box to
2239         (0,0,0,0) in Commit, as MS does.
2240
2241         * DataGrid.cs: call EndEdit() from Select() as microsoft does, and
2242         make sure we set CurrentRow on a row header click *before* calling
2243         Select.  This moves the current cell (and the textbox) to the new
2244         row.  The call to Select then hides the textbox, giving us the
2245         correct behavior.  Fixes #80362.
2246
2247         * CurrencyManager.cs (UpdateIsBinding): raise ItemChanged (-1).
2248         (ListChangedHandler): reorder the position/current changed events,
2249         and call UpdateIsBinding in the ItemAdded case.
2250
2251         * GridColumnStylesCollection.cs: add some columns events, one of
2252         which raises the CollectionChanged event.
2253
2254 2007-04-04  Jackson Harper  <jackson@ximian.com>
2255
2256         * TextControl.cs: When we delete multiple selection lines
2257         invalidate the selection area, don't need to do that for single
2258         lines because the final update view will handle it.
2259
2260 2007-04-04  Jonathan Pobst  <monkey@jpobst.com>
2261
2262         * Control.cs: When we CreateControl, we need to also create all of the
2263         control's children.  The child's OnLoad must also fire before the parent's
2264         OnLoad.  Fixes the toolbox size in PDN.
2265
2266 2007-04-04  Jackson Harper  <jackson@ximian.com>
2267
2268         * TextBoxBase.cs: When the user presses enter, insert a line
2269         ending into the text. (Maybe this would be a good spot for
2270         Environment.NewLine).
2271         * TextControl.cs: Remove undo manager hack, line endings get
2272         inserted properly now.
2273         
2274 2007-04-04  Everaldo Canuto  <everaldo@simios.org>
2275
2276         * MenuAPI.cs: 
2277         - Remove unneeded parameters in UpdateCursor.
2278         - Fix UpdateCursor to check if menu is active.
2279         - Call UpdateCursor when menu deactivate my click.
2280         [Fixes remaining issues from #80410]
2281
2282 2007-04-04  Everaldo Canuto  <everaldo@simios.org>
2283
2284         * Control.cs: GetRealChildAtPoint method added, it make an
2285         recursive child control search for the point. 
2286
2287         * Form.cs: Makes use of GetRealChildAtPoint in mouse event after closes
2288         menu.
2289
2290         * MenuAPI.cs: Makes use of GetRealChildAtPoint in UpdateCursor.
2291
2292 2007-04-03  Everaldo Canuto  <everaldo@simios.org>
2293
2294         * Form.cs: Fix mouse position when send back mouse event after closes
2295         menu.
2296
2297 2007-04-03  Everaldo Canuto  <everaldo@simios.org>
2298
2299         * Form.cs: Simplify the BUTTONDOWN for active tracker.
2300
2301 2007-04-03  Jonathan Pobst  <monkey@jpobst.com>
2302
2303         * Control.cs: Fix an issue where if a user resized a control inside
2304         a sizing method like OnResize, we would overwrite their explicit
2305         value.  Also, only call DefaultSize once in the constructor instead
2306         of 4 times.  Also, do not call SetBoundsCore from SetBounds if 
2307         nothing actually changed.
2308
2309 2007-04-03  Jackson Harper  <jackson@ximian.com>
2310
2311         * TextControl.cs: Don't attempt to copy text for lines with no
2312         text in them (technically this shouldn't happen, but we aren't
2313         always inserting line endings when we should be).
2314
2315 2007-04-03  Jackson Harper  <jackson@ximian.com>
2316
2317         * TextBoxBase.cs: Calculate the scrollbars before calculating the
2318         document, because this sets some of the document size properties
2319         that are needed.
2320
2321 2007-04-03  Jackson Harper  <jackson@ximian.com>
2322
2323         * TextBoxBase.cs: We need to calculate maximums even if this is
2324         not a multiline control, because the maxs are used for scrolling.
2325         - Display the caret after doing a page up/down, we need to
2326         manually display it because a proper CaretMoved event isn't
2327         triggered (this is because of the way the math is done to
2328         determine how far to scroll).
2329
2330 2007-04-03  Jonathan Pobst  <monkey@jpobst.com>
2331
2332         * ToolBar.cs: Fix some breakage caused by the SetBoundsCore change.
2333         (ToolBar was relying on SetBoundsCore to default the values sent 
2334         base off of BoundsSpecified.)
2335
2336 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2337
2338         * DateTimePicker.cs: Change Text so that when a null value or empty
2339           string is assigned to the test we always raise ValueChanged and
2340           TextChanged (earlier implementation would only raise ValueChanged
2341           if the current date value was different from DateTime.Now).
2342
2343 2007-04-03  Andreia Gaita <avidigal@novell.com> 
2344
2345         * ButtonBase: Call update after invalidation, fixes #80194
2346
2347 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2348
2349         * ThemeWin32Classic.cs: Draw StatusBar using double buffering. Fixes
2350           #79335.
2351
2352 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2353
2354         * XplatUIX11.cs: SetWMStyles: If the control is a form with
2355           FormBorderStyle = None, don't give the window any decorations.
2356           Fixes #81276.
2357
2358 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2359
2360         * XplatUI.cs, XplatUIDriver.cs: Updated CalculateWindowRect parameters.
2361         * CreateParams.cs: Fix IsSet, wasn't working correctly when the style
2362           to check for is a mix of several styles (such as WS_CAPTION for
2363           instance).
2364         * Control.cs: Don't paint an area bigger than the client area when
2365           painting the background colour. Add an internal GetCreateParams.
2366           Update calls to XplatUI.CalculateWindowRect due to API change.
2367         * XplatUIX11.cs: In PerformNCCalc set the initial size to the whole
2368           window's size, and handle WM_NCCALCSIZE in DefWndProc to calculate
2369           the size if it hasn't been handled by any windows. When creating
2370           and moving windows, X wants the location of the entire window, but
2371           the size of the client window, so add
2372           TranslateClientRectangleToXClientRectangle,
2373           TranslateWindowSizeToXWindowSIze and
2374           TranslatedXWindowSizeToWindowSize to cope with this, and call them
2375           before every window creation and move. Update CalculateWIndowRect
2376           to use Hwnd.GetWindowRect (one step towards removing DeriveStyles).
2377           In AddConfigureNotify don't do anything if the hwnd is a zombie
2378           (fixes the BadWindow we were getting while running the tests),
2379           always calculate the offsets when it's a parentless window, not
2380           only when reparented, and translate the window size, since we're
2381           getting the client size of the whole window, excluding entire
2382           window.
2383         * Theme.cs: Added BorderSizableSize.
2384         * XplatUIWin32.cs: Fix RECT Height and Width. Don't fake styles here
2385           anymore. Update calls to XplatUI.CalculateWindowRect due to API
2386           chang
2387         * Form.cs: Update calls to XplatUI.CalculateWindowRect due to API
2388           change. Fake the window styles here instead of in XplatUIWin32 so
2389           that all back-ends get the same window styles (and it's Form that's
2390           deciding when to use wm, not the Win32 backend anyways)
2391         * Hwnd.cs: Completely reworked GetWindowRectangle and
2392           GetClientRectangle - they are now passed a CreateParams and they
2393           only use Style and ExStyle to determine the rectangles (they should
2394           now work just like Win32AdjustWindowRectEx - though quite a few
2395           special cases are probably missing). They should also be 100%
2396           complimentary (i.e. GetWindowRectangle (GetClientRectangle (rect))
2397           == rect), and all numbers (borders, menu sizes) are taken from the
2398           current theme. Added a GetBorders helper function that will return
2399           the borders for any given CreateParams (including captions and
2400           menus), and GetBorderSize that returns the given border size only.
2401         * XplatUIOSX.cs: Update calls to CalculateWindowRect and
2402           Hwnd.GetClientRectangle.
2403
2404 2007-04-02  Chris Toshok  <toshok@ximian.com>
2405
2406         * DataGridBoolColumn.cs: rewrite things a bit, and fix up the
2407         logic between the values we present to the user and the values
2408         which are stored in the column's property.  Also, don't call
2409         GetPreferredSize - it's virtual. Along the way, fix bug #80965.
2410
2411 2007-04-02  Jackson Harper  <jackson@ximian.com>
2412
2413         * TextBoxBase.cs: Scroll faster!
2414
2415 2007-04-02  Jonathan Pobst  <monkey@jpobst.com>
2416
2417         * StatusStrip.cs: Layout fixes for PDN.
2418         * ToolStrip.cs: Set item's available to true, and placement to main when
2419         added.
2420         * ToolStripItem.cs: Fix an Available issue, check that Parent is really
2421         changing in setter before doing any work, add InternalVisible.
2422         * ToolStripPanel.cs: Remove unused variable to fix compiler warning.
2423         * ToolStripSplitStackLayout.cs: If we run out of things to hide, don't
2424         infinite loop.
2425
2426 2007-04-02  Jackson Harper  <jackson@ximian.com>
2427
2428         * TextBox.cs: LBUTTON does not make the textbox select all of it's
2429         text on focus.
2430
2431 2007-04-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2432
2433         * XplatUIWin32.cs: Use the previous change in SetParent for forms only.
2434           Makes ToolStripComboBoxes show up again.
2435
2436 2007-04-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2437
2438         * ListView.cs: Add a hover_pending field in ListView
2439         to fire just one OnMouseHover event for each MouseEnter/MouseLeave
2440         cycle (we are resetting the MouseHover logic in XplatUI
2441         to handle HoverSelection). Fixes #80429.
2442
2443 2007-04-02  Jackson Harper  <jackson@ximian.com>
2444
2445         * TextControl.cs: Make sure the attributes get set on the last
2446         tag.
2447         - Still have to do the end tag if we have stepped all the ways to
2448         the end.
2449
2450 2007-04-02  Sebastien Pouliot  <sebastien@ximian.com>
2451
2452         * XplatUIOSX.cs, XplatUIX11.cs, XplatUIX11GTK.cs: Remove dependency
2453         on an internal libgdiplus call when the information is already 
2454         available via the public API.
2455
2456 2007-04-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2457
2458         * Control.cs: Call ContainerControl.ChildControlRemoved whenever a
2459           control is removed from a control collecftion.
2460         * XplatUIX11.cs: The first location for toplevel form is (22, 22).
2461           Fixes FormPropertyTest (failed on rare occasions).
2462         * XplatUIWin32.cs: Add a workaround in SetParent for strange behaviour
2463           of Win32SetParent (when changing from no parent to a parent it
2464           might add the new parent's location in screen coordinates to this
2465           window's location).
2466         * Form.cs: Rework ChangingParent once again, now the handle is
2467           recreated whenever a FormWindowManager is added or removed (that is
2468           whenever a normal form is parented or abandoned). Also change
2469           CreateParams so that all non-toplevel windows always get the
2470           specified sice (StartupPosition is never considered for
2471           non-TopLevel forms).
2472         * ContainerControl.cs: Add ChildControlRemoved, the container control
2473           needs to be notified when a control is removed from it's
2474           collection, in the case the removed control is the active control.
2475
2476 2007-04-02  Jackson Harper  <jackson@ximian.com>
2477
2478         * RichTextBox.cs: Use the new methods for setting the font and
2479         color, these methods set the specified attribute without
2480         overriding the other attributes.
2481
2482 2007-04-02  Jonathan Pobst  <monkey@jpobst.com>
2483
2484         * ToolStripPanel.cs: Fixes for better layouts in PDN.
2485
2486 2007-03-31  Gert Driesen  <drieseng@users.sourceforge.net>
2487
2488         * TextBox.cs: Added internal ChangeBackColor method to special-case
2489         Color.Empty. Added check for invalid ScrollBars value.
2490         * TextBoxBase.cs: Added internal ChangeBackColor method.
2491         * RichTextBox.cs: Only set backcolor_set on 2.0 profile. Added
2492         internal ChangeBackColor method to special-case Color.Empty. Added
2493         check for invalid ScrollBars value.
2494
2495 2007-03-30  Everaldo Canuto  <everaldo@simios.org>
2496
2497         * MenuItem.cs: On invalidate prevent form to create handle. [Fixes #81272]
2498
2499 2007-03-30  Jonathan Pobst  <monkey@jpobst.com>
2500
2501         * ScollableControl.cs: Add HorizontalScroll and VerticalScroll properties.
2502         * ScrollProperties.cs, HScrollProperties.cs, VScrollProperties.cs: Added.
2503         [Based on submitted patch from Olivier Duff.]
2504
2505 2007-03-30  Jackson Harper  <jackson@ximian.com>
2506
2507         * TextBox.cs: Only select all on initial focus if the user has not
2508         specified a selection area.
2509
2510 2007-03-30  Jonathan Pobst  <monkey@jpobst.com>
2511
2512         * UserControl.cs: Override CreateParams.
2513
2514 2007-03-30  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2515
2516         [ Fixes #80995 ]
2517
2518         * XplatUI.cs, XplatUIDriver.cs: Updated CalculateWindowRect parameters.
2519         * CreateParams.cs: Fix IsSet, wasn't working correctly when the style to
2520           check for is a mix of several styles (such as WS_CAPTION for instance).
2521         * Control.cs: Don't paint an area bigger than the client area when painting
2522           the background colour. Add an internal GetCreateParams. Update calls to
2523           XplatUI.CalculateWindowRect due to API change.
2524         * XplatUIX11.cs: In PerformNCCalc set the initial size to the whole window's
2525           size, and handle WM_NCCALCSIZE in DefWndProc to calculate the size if it
2526           hasn't been handled by any windows. When creating and moving windows, X
2527           wants the location of the entire window, but the size of the client
2528           window, so add TranslateClientRectangleToXClientRectangle,
2529           TranslateWindowSizeToXWindowSIze and TranslatedXWindowSizeToWindowSize
2530           to cope with this, and call them before every window creation and move.
2531           Update CalculateWIndowRect to use Hwnd.GetWindowRect (one step towards
2532           removing DeriveStyles). In AddConfigureNotify don't do anything if the
2533           hwnd is a zombie (fixes the BadWindow we were getting while running the
2534           tests), always calculate the offsets when it's a parentless window, not
2535           only when reparented, and translate the window size, since we're getting
2536           the client size of the whole window, excluding entire window.
2537         * Theme.cs: Added BorderSizableSize.
2538         * XplatUIWin32.cs: Fix RECT Height and Width. Don't fake styles here
2539           anymore. Update calls to XplatUI.CalculateWindowRect due to API change.
2540         * Form.cs: Update calls to XplatUI.CalculateWindowRect due to API change.
2541           Fake the window styles here instead of in XplatUIWin32 so that all
2542           back-ends get the same window styles (and it's Form that's deciding when
2543           to use wm, not the Win32 backend anyways)
2544         * Hwnd.cs: Completely reworked GetWindowRectangle and GetClientRectangle -
2545           they are now passed a CreateParams and they only use Style and ExStyle
2546           to determine the rectangles (they should now work just like
2547           Win32AdjustWindowRectEx - though quite a few special cases are probably
2548           missing). They should also be 100% complimentary (i.e. GetWindowRectangle
2549           (GetClientRectangle (rect)) == rect), and all numbers (borders, menu
2550           sizes) are taken from the current theme. Added a GetBorders helper
2551           function that will return the borders for any given CreateParams
2552           (including captions and menus), and GetBorderSize that returns the given
2553           border size only.
2554         * XplatUIOSX.cs: Update calls to CalculateWindowRect and
2555           Hwnd.GetClientRectangle.
2556
2557 2007-03-30  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2558
2559         * Form.cs: Don't layout mdi children on MdiParent creation, the initial
2560           layout of the mdi children is handled by CreateParams. Fixes
2561           #79964,
2562
2563 2007-03-29  Everaldo Canuto  <everaldo@simios.org>
2564
2565         * MenuAPI.cs: Make OnMouseDown returns a boolean to identify if event is
2566         processed.
2567
2568         * Form.cs: When active tracker mouse down is not processed, send event 
2569         back to control inside mouse position. [Fixes #81227]
2570
2571 2007-03-29  Jonathan Pobst  <monkey@jpobst.com>
2572
2573         * ComboBox.cs: Override the ComboListBox's ActivateOnShow property and
2574         remove WS_VISIBLE from CreateParams to prevent combobox dropdowns from
2575         stealing focus from the active form on Windows.  (Control will be made
2576         visible in ShowWindow.)
2577
2578 2007-03-29  Mike Kestner  <mkestner@novell.com>
2579
2580         * ImageList.cs : add internal Changed event.
2581         * ListView.cs : hook up to StateImageList.Changed to perform
2582         invalidations when the the state icon list changes. [Fixes #81191]
2583
2584 2007-03-29  Jonathan Pobst  <monkey@jpobst.com>
2585
2586         * ToolTip.cs: Override the ToolTipWindow's ActivateOnShow property
2587         to prevent tooltips from stealing focus from the active form on Windows.
2588
2589 2007-03-29  Everaldo Canuto  <everaldo@simios.org>
2590
2591         * ThemeWin32Classic.cs: Small stetic fixes in notifyicon balloon. 
2592
2593         * ThemeClearlooks.cs: Implement notifyicon balloon for clearlooks theme.
2594
2595 2007-03-29  Everaldo Canuto  <everaldo@simios.org>
2596
2597         * NotifyIcon.cs, ThemeWin32Classic.cs: Icon support added to notifyicon
2598         balloons.
2599
2600 2007-03-29  Jackson Harper  <jackson@ximian.com>
2601
2602         * TextControl.cs: When deleting text from non multiline textboxes,
2603         we need to update the entire document, because line offsets will
2604         be shifting.
2605
2606 2007-03-29  Everaldo Canuto  <everaldo@simios.org>
2607
2608         * XplatUIX11.cs, ThemeWin32Classic.cs, Theme.cs: ShowBalloonWindow method
2609         added to theme, now we can create themes that uses diferent notify engines
2610         like notification-daemon from galago project or growl for Mac OS.
2611
2612 2007-03-28  Everaldo Canuto  <everaldo@simios.org>
2613
2614         * NotifyIcon.cs: Prevent Balloon to show in task bar.
2615
2616 2007-03-28  Everaldo Canuto  <everaldo@simios.org>
2617
2618         * XplatUIX11.cs: Prevent system to open more than one balloon.
2619
2620         * NotifyIcon.cs: Prevent system to open more than one balloon and remove
2621         some compiler warning messages.
2622
2623 2007-03-28  Everaldo Canuto  <everaldo@simios.org>
2624
2625         [Fixes #79149]
2626
2627         * XplatUIX11.cs: Implement SystrayBalloon for X11 systems.
2628
2629         * ThemeWin32Classic.cs, Theme.cs: DrawBalloonWindow and BalloonWindowRect 
2630         implemented, this methods is used by NotifyIcon.BalloonWindow class.
2631
2632         * NotifyIcon.cs: BalloonWindow class added to support Balloon in X11 
2633         systems.
2634
2635 2007-03-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2636
2637         * ListViewItem.cs: Forgot to make Invalidate internal.
2638
2639 2007-03-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2640
2641         * ListView.cs: Add a InvalidateSelection method to
2642         invalidate methods which are currently selected, and call
2643         it when setting FullRowSelect and HideSelection, instead of
2644         calling Redraw.
2645
2646 2007-03-28  Chris Toshok  <toshok@ximian.com>
2647
2648         * XplatUIX11.cs (UnmapWindow): reindent this block.
2649
2650         * DataGrid.cs (UpdateSelectionAfterCursorMove): we need to update
2651         the selection_start if we're moving the selection (that is, not
2652         extending it). Fixes bug #80461.
2653
2654 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
2655
2656         * ProgressBar.cs: Make the default MarqueeAnimationSpeed = 100.
2657         * ToolStripPanel.cs: Fix RowMargin, Renderer, RenderMode, and
2658         create private ControlCollection.
2659
2660 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
2661
2662         * Control.cs: We need to call OnVisibleChanged for our implicit
2663         children as well as our normal children.  Fixes scrollbars in
2664         comboboxes not showing up.
2665
2666 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
2667
2668         * Control.cs, Form.cs: Anywhere we call CreateHandle, we need to do
2669         the check for IsHandleCreated first.  The check in CreateHandle is not
2670         good enough because CreateHandle can be overriden, and the override 
2671         should not be called if the handle is already created.
2672
2673 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
2674
2675         * ToolStrip.cs: Remove MonoTODO for tooltips.
2676         * ToolStripComboBox.cs: Fix MonoTODO for DropDownHeight and events.
2677         * ToolStripContainer.cs: Add custom ControlCollection class.
2678         * ToolStripContentPanel.cs: Fix Renderer setting to match MS behavior.
2679         * ToolStripDropDown.cs: Add some missing properties/methods.
2680         * ToolStripDropDownMenu.cs: Override OnLayout and SetDisplayedItems.
2681         * ToolStripItem.cs: Remove MonoTODO for tooltips.
2682         * ToolStripManager.cs: Add IsShortcutDefined.
2683         * ToolStripOverflow.cs: Override LayoutEngine.
2684         * ToolStripProgressBar.cs: Add MarqueeAnimationSpeed.
2685         * ToolStripSeparator.cs: Add ImageKey.
2686
2687 2007-03-28  Jackson Harper  <jackson@ximian.com>
2688
2689         * TextControl.cs: If a char delete removes a line ending, we need
2690         to update the ending style.
2691         - Make sure the line ending calcs get called.
2692
2693 2007-03-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2694
2695         * XplatUIX11.cs: CreateWindow: Remove old default form location code,
2696           it was making the new code not work. Fixed a typo in the new code
2697           as well. Fixes #79826.
2698
2699 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
2700
2701         * XplatUIWin32.cs:
2702         - NIF_STATE and NIF_INFO added to NotifyIconFlags.
2703         - NOTIFYICONDATA properties sizes fixed, szTip is 128, not 64.
2704         - SystrayBalloon method implemented.
2705         [Add support for notifyicon balloon on win32, #79149]
2706
2707 2007-03-27  Mike Kestner  <mkestner@novell.com>
2708
2709         * ThemeWin32Classic.cs : update StateImageList selection to mirror
2710         the ms behavior when only one image is added to the list.
2711         [Fixes #81191]
2712
2713 2007-03-27  Jackson Harper  <jackson@ximian.com>
2714
2715         * TextControl.cs: Improvements to non multiline line ending
2716         drawing/measuing.
2717
2718 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
2719
2720         * XplatUIX11.cs: Fix the time which tooltip is opened for NotifyIcon. 
2721
2722 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
2723
2724         * NotifyIcon.cs: 
2725         - Balloon message handling added.
2726         - Call XplatUI.SystrayBalloon in ShowBalloonTip. 
2727
2728         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
2729         XplatUIOSX.cs, XplatUIX11-new.cs: ShowBalloonTip method renamed 
2730         to SystrayBalloon to me like other Systray method, also a
2731         handle parameter added.
2732
2733 2007-03-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2734
2735         * ListView.cs: Show scrollbars even when items.Count == 0
2736         but the columns Width is bigger than the ListView.Width.
2737         Also, when columns.Count == 0 set layout_wd and layout_ht
2738         to the ClientRectangle values, so we don't show any scrollbar
2739         in that case.
2740
2741 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
2742
2743         * XplatUIStructs.cs: Balloon (NIN_BALLOON*) constants added.
2744
2745 2007-03-27  Jackson Harper  <jackson@ximian.com>
2746
2747         * RichTextBox.cs: The RTF library decodes the text properly for us
2748         now.
2749
2750 2007-03-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2751
2752         * ListView.cs: Display HeaderControl even when columns.Count == 0.
2753         * ThemeWin32Classic.cs: Use SystemBrushes.Control to draw the
2754         ListView header (HeaderControl), instead of Control.BackColor.
2755
2756 2007-03-27  Jonathan Pobst  <monkey@jpobst.com>
2757
2758         * Control.cs: Call OnVisibleChanged in SetVisibleCore for non-forms.
2759         Fixes tab control issues where controls would not show up because they
2760         never received their OnVisibleChanged call.
2761
2762 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
2763
2764         * NotifyIcon.cs: Balloon events added (BalloonTipClicked, BalloonTipClosed,
2765         BalloonTipShown).
2766
2767 2007-03-27  Jonathan Pobst  <monkey@jpobst.com>
2768
2769         * Control.cs: We won't get a WM_SHOWWINDOW when we create a window that
2770         is maximized or minimized, so move CreateControl to Control.OnVisibleChanged.
2771         * Form.cs: After we set the form visible, send a fake WM_SHOWWINDOW if we
2772         are max or min.  Remove WS_VISIBLE from CreateParams unless we are recreating
2773         the handle.  Fix WindowState by using the internal variable until we are 
2774         sure that we've been shown.
2775         * XplatUIX11.cs: Do not generate a WM_SHOWWINDOW message if new form is
2776         max or min.
2777         [Fixes bug #81198]
2778
2779 2007-03-27  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2780
2781         * XplatUIX11.cs: Windows without WS_CAPTION can still get decorations
2782           (at least borders). Fixes #79386 on Linux (with a small difference
2783           in behaviour: when trying to resize a caption-less window metacity
2784           shows the sysmenu. Resizing is still possible though).
2785         * XplatUIWin32.cs: When setting window styles send request an extra
2786           WM_NCCALCSIZE when it's a form without title (due to no text and no
2787           caption), since Win32 seems to calculate it wrong the first time we
2788           get the message, though the second time things work as they should.
2789         * Form.cs: Reorder a few statements in ChangingParent, otherwise the
2790           newly reparented window might show up unparented. Update
2791           CreateParams to exclude WS_DLGFRAME if ControlBox is false and
2792           there's no title text. Fixes #79386.
2793
2794 2007-03-27  Mike Kestner  <mkestner@novell.com>
2795
2796         * ListBox.cs : don't perform invalidations if the handle hasn't been
2797         created.  [Fixes #80753]
2798
2799 2007-03-27  Mike Kestner  <mkestner@novell.com>
2800
2801         * ListBox.cs : don't adjust top item when SelectedIndex is set to -1.
2802         [Fixes #80428]
2803
2804 2007-03-26  Everaldo Canuto  <everaldo@simios.org>
2805
2806         * XplatUIWin32.cs: Complete NOTIFYICONDATA structure, additional fields 
2807         needed to implement Balloon.
2808
2809 2007-03-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2810
2811         * ListViewItem.cs: In the constructors that take
2812         an array of strings, don't use ListViewSubItemCollection.AddRange
2813         method to add items, since we need to have a different behaviour (in
2814         the constructors we add an item for each null string, opposed to
2815         the behaviour of AddRange, which adds nothing).
2816
2817 2007-03-26  Andreia Gaita  <avidigal@novell.com>
2818
2819         * NumericUpDown.cs: Fix broken 1.1 api for ParseEditText
2820
2821 2007-03-26  Jackson Harper  <jackson@ximian.com>
2822
2823         * TextControl.cs: Draw and measure line endings when in non
2824         multiline mode.
2825         - When searching the text, count the end of the last line as a
2826         word boundary.
2827
2828 2007-03-26  Jackson Harper  <jackson@ximian.com>
2829
2830         * RichTextBox.cs: The selection_start and selection_end don't
2831         really track the correct tags for the selection. So we'll manually
2832         compute the correct tag here.
2833
2834 2007-03-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2835
2836         * ProgressBar.cs, ThemeWin32Classic.cs: Implemented drawing of Marquee
2837           and Continuous styles. Fixes #79469.
2838
2839 2007-03-26  Jonathan Pobst  <monkey@jpobst.com>
2840
2841         * ToolStrip.cs: Implement Tooltips.
2842         * ToolStripItem.cs: Create internal method for determining tooltip.
2843
2844 2007-03-26  Jonathan Pobst  <monkey@jpobst.com>
2845
2846         * PropertyGrid.cs: Hide a EditorBrowsable attribute from 1.1 API.
2847
2848 2007-03-26  Everaldo Canuto  <everaldo@simios.org>
2849
2850         * NotifyIcon.cs: On disposing verify if icon is visible and hide it,
2851         it prevents a problem thak keeps icon visible after application 
2852         closes on win32.
2853
2854 2007-03-26  Everaldo Canuto  <everaldo@simios.org>
2855
2856         * NotifyIcon.cs: Balloon properties and methods created.
2857
2858         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
2859         XplatUIOSX.cs, XplatUIX11-new.cs: Implement ShowBalloonTip method.
2860
2861 2007-03-25  Jonathan Pobst  <monkey@jpobst.com>
2862
2863         * ToolStripComboBox.cs: Default the ComboBox's FlatStyle to Popup.
2864
2865 2007-03-24  Jonathan Pobst  <monkey@jpobst.com>
2866
2867         * Control.cs: Make SetBoundsCore match MS better.  The BoundsSpecified
2868         parameter indicates which aspects were explicit/user-set.
2869         * ComboBox.cs, ListBox.cs: Call SetBoundsCore correctly. (no 0 parameters).
2870
2871 2007-03-24  Jonathan Pobst  <monkey@jpobst.com>
2872
2873         * ProgressBar.cs: Throw AOORE instead of AE for property Value (2.0).
2874         * ScrollBar.cs: Throw AOORE instead of AE for properties LargeChange,
2875         SmallChange, and Value (2.0).
2876         * Timer.cs: Throw AOORE instead of AE for property Interval (2.0).
2877
2878 2007-03-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2879
2880         * ListView.cs: Always set item_control.Width in LayoutDetails
2881         if View is Details. Setting it later in CalculateScrollBars
2882         in a not-so-corner scenario (the sum of columns width is
2883         not bigger than the ListView width when handle is created, and then
2884         that sum gets bigger by increasing the width of the columns)
2885         causes a very weird recursion path (which shouldn't be happening,
2886         since header_control sets it in CalculateScrollBars too). This bug
2887         appeared after Chris' fixes for handle created issues, so probably
2888         it's related to some handle-creation time.
2889
2890 2007-03-23  Chris Toshok  <toshok@ximian.com>
2891
2892         * DataGrid.cs (GetVisibleRowCount): increase the row count in the
2893         case where there's an add row, just so we don't end up in a case
2894         where it's not displayed (this happens when the row is partially
2895         obscured).  Fixes bug #79574.
2896
2897 2007-03-23  Jackson Harper  <jackson@ximian.com>
2898
2899         * TextControl.cs:
2900         * TextBoxBase.cs:
2901         * RichTextBox.cs: Preserve line endings in the lines text buffer,
2902         also added an enum that represents the line ending type. 
2903
2904 2007-03-23  Andreia Gaita  <avidigal@novell.com>
2905
2906         * NumericUpDown.cs: Fix logic so Text and Value properties are not
2907         messed with in every method call, but only from DownButton, 
2908         UpButton, UpdateEditText() and ValidateText. Fixes #80346
2909
2910 2007-03-23  Chris Toshok  <toshok@ximian.com>
2911
2912         * DataGridTextBoxColumn.cs (GetFormattedValue): don't try to
2913         format objects if the format spec is "".  Fixes bug #80889.
2914
2915 2007-03-22  Miguel de Icaza  <miguel@novell.com>
2916
2917         * ToolStripPanel.cs (Join): added stubs to build PDN3
2918
2919         * Control.cs (AutoScrollOffset): Add.
2920
2921         * SystemInformation.cs (MouseWheelScrollDelta): Expose this
2922         property, its only implemented for Win32, on X11 it defaults to
2923         some hardcoded value.
2924
2925         * ToolStripItem.cs (AllowDrop): Add property
2926
2927 2007-03-22  Mike Kestner  <mkestner@novell.com>
2928
2929         * ListView.cs : in FullRowSelect Details mode, only enable box
2930         selection if the user clicks over the "item" column outside of the
2931         text area.  Mmmmm, compatibility.  [Fixes #80374 subpart 7]
2932
2933 2007-03-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2934
2935         * Control.cs: ChangeParent: Call Form's ChangingParent even if the
2936           handle is not created yet.
2937         * Form.cs: Select: Don't call CreateHandle if the handle is already
2938           created, avoids a stack overflow on Windows when we are recreating
2939           controls.
2940         * ScrollableControl.cs: Set the correct z-order for the scrollbars when
2941           they are made visible, and override AfterTopMostControl to keep
2942           them on top when other controls are brought to front.
2943           CalculateCanvas: Scrollbars are only visible if auto_scroll is true
2944           or force_*scroll_visible is true (old implementation always shows
2945           scrollbars when needed, no matter what auto_scroll was set to).
2946         * InternalWindowManager.cs: UpdateWindowDecorations: Add a
2947           IsHandleCreated check.
2948
2949 2007-03-22  Andreia Gaita  <avidigal@novell.com>
2950
2951         * DataGrid.cs: Implement Column and Row auto sizing when double-clicking on
2952         row or col separator.
2953         * DataGridTextBoxColumn.cs: Implement GetPreferredHeight and GetPreferredSize
2954
2955 2007-03-22  Everaldo Canuto  <everaldo@simios.org>
2956
2957         * MenuAPI.cs: Remove unneeded check for grab_control in UpdateCursor.
2958
2959 2007-03-22  Everaldo Canuto  <everaldo@simios.org>
2960
2961         * MenuAPI.cs: UpdateCursor method added, it is calling in OnMotion to update
2962         cursor for child controls. In ShowWindow and HideWindow now call SetCursor 
2963         every time. Fixes #80410.
2964
2965 2007-03-22  Chris Toshok  <toshok@ximian.com>
2966
2967         * BindingSource.cs (AddNew): partially implement.
2968
2969         remove a couple of NotImplementedException's
2970         to get bug #81148 closed.
2971
2972 2007-03-22  Everaldo Canuto  <everaldo@simios.org>
2973
2974         [Fixes #80380]
2975         
2976         * Control.cs:
2977         - UpdateCursor method added to update the screen cursor.
2978         - GetAvailableCursor method added to return cursor for enabled tree,
2979         it searches for cursor on control and it's parent's for enabled control.
2980         - Call UpdateCursor method on setter of Cursor property.
2981         - On setter of Enabled call UpdateCursor when it is false, we need to
2982         change cursor to normal (or to this parent cursor) because cursor 
2983         setting theres no effect to disabled controls.
2984         - Some minor source changes to follow the coding style guidelines.
2985
2986         * XplatUIX11.cs: In MotionNotify only dispatch SET_CURSOR event for enabled 
2987         controls.
2988
2989 2007-03-22  Chris Toshok  <toshok@ximian.com>
2990
2991         * XplatUIX11.cs: ignore the BadPicture errors cairo+render
2992         generates.
2993
2994 2007-03-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2995
2996         * XplatUIX11.cs: Implement default locations for forms.
2997         * Form.cs: Completely rework startup location for forms. Fixes #79964.
2998         * Hwnd.cs: Add previous_child_startup_location (to track the current
2999           startup location for any child forms of the current form) and
3000           previous_main_startup_location (to track the startup location for
3001           the current toplevel form).
3002
3003 2007-03-21  Jonathan Pobst  <monkey@jpobst.com>
3004
3005         * Control.cs: Don't trigger a layout if an implicit control is added
3006         that isn't visible.  Also, don't notify the owner when an implicit control
3007         is added.  (Owners shouldn't even know about their implicit controls.)
3008
3009 2007-03-21  Jonathan Pobst  <monkey@jpobst.com>
3010
3011         * ScrollableControl.cs: Add implicit controls with AddRangeImplicit
3012         to save some re-layouts.
3013
3014 2007-03-21  Everaldo Canuto  <everaldo@simios.org>
3015
3016         * MenuAPI.cs: In ProcessKeys returns false when key is not processed.
3017         [Fixes #81203]
3018
3019 2007-03-21  Jonathan Pobst  <monkey@jpobst.com>
3020
3021         * FlowLayoutSettings.cs, ToolStrip.cs, ToolStripPanel.cs,
3022         ToolStripPanelRow.cs: Lazy instantiate the LayoutEngine.
3023
3024 2007-03-21  Mike Kestner  <mkestner@novell.com>
3025
3026         * ListView.cs : disable selection update for non-left button clicks
3027         with mods and over selected items.  [Fixes #80524]
3028
3029 2007-03-20  Jackson Harper  <jackson@ximian.com>
3030
3031         * TextControl.cs:
3032         * TextBoxBase.cs: Allow different types of line endings. \r, \r\n,
3033         \r\r\n, \n.
3034
3035 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3036
3037         * ComboBox.cs: PreferredHeight seems to be ItemHeight + 6, but there is
3038           very probably a more complicated calculation there. Update the
3039           textbox' ForeColor and BackColor when the ComboBox' colors are
3040           changed. Change the border change in LayoutComboBox to only affect
3041           the textbox, not all the calculations there. Seems to fix most of
3042           #79436.
3043
3044 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3045
3046         * ComboBox.cs: Handle Home and End keys as well as all combinations of
3047           modifiers + navigation keys as input keys, enables advanced text
3048           selection in the combobox (like Shift+Left Arrow for instance).
3049           ComboTextBox now overrides Focused and returns whatever
3050           ComboBox.Focused returns, since it really should be focused
3051           whenever the ComboBox is. Fixes #80795. Also make the border around
3052           the text box one pixel bigger, as mentioned in #79436.
3053
3054 2007-03-20  Jackson Harper  <jackson@ximian.com>
3055
3056         * TreeView.cs: Don't offset the images, this was causing some
3057         artifacts when expanding/collapsing with images that were the
3058         exact height of the treenode.
3059
3060 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3061
3062         * TrackBar.cs: Query the theme for the correct value when the mouse
3063           moves and the thumb is pressed. 
3064         * Theme.cs: Added TrackBarValueFromMousePosition
3065         * ThemeWin32Classic.cs: Reworked TrackBar drawing. Earlier
3066           implementation was updating the trackbar value when drawing, now
3067           the drawing methods only draw. Fixes #80900. Refactored the
3068           calculations out to TrackBarValueFromMousePosition and
3069           GetTrackBarDrawingInfo, so that TrackBar can get the correct value
3070           according to the mouse position whenever it wants to. Changed the
3071           light coloured pen when drawing the thumb from ControlLight to
3072           ControlLightLight, because the ControlLight is the same colour as
3073           the background so the 3D effect is lost. 
3074
3075 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
3076
3077         * Form.cs: In ShowDialog uses MainForm as transient form when no form is
3078         defined. Fixes #80784.
3079
3080 2007-03-20  Marek Habersack  <mhabersack@novell.com>
3081
3082         * ContextMenuStrip.cs: align with the change introduced in
3083         revision 74664.
3084
3085 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
3086
3087         * XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs, XplatUIX11.cs, 
3088         XplatUI.cs, Form.cs, ToolTip.cs: Remove unneeded parameter owner 
3089         in SetTopmost.
3090
3091 2007-03-19  Chris Toshok  <toshok@ximian.com>
3092
3093         * Control.cs (WmPaint): don't make use of the Handle property
3094         after an event is emitted, as the user could have closed the
3095         form/destroyed the control.  Store the Handle in a local variable
3096         and make use of that.  Fixes bug #80768.
3097
3098 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
3099
3100         * XplatUIX11.cs: Set _NET_WM_STATE_ABOVE on SetTopmost, it fixes Topmost
3101         behavior in X11 environments.
3102
3103 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
3104
3105         * Form.cs: Call SetTopmost in CreateHandle when window is topmost, its
3106         because on setter of topmost we dont call SetTopmost when handle is not
3107         created.
3108
3109 2007-03-20  Jackson Harper  <jackson@ximian.com>
3110
3111         * TextControl.cs: Need to use SelectionLength () not
3112         selection_length, since that var is reset to -1.
3113         - Draw the caret when we don't have focus.
3114         * TextBox.cs: The selectall actually doesn't occur until the first
3115         focus.
3116         * TextBoxBase.cs: Need to update the caret position after a
3117         selectall.
3118         
3119 2007-03-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3120
3121         * ListView.cs: Enable scrolling when using Tile view.
3122
3123 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
3124
3125         [Fixes #80902]
3126
3127         * XplatUIDriver.cs: Abstract SetOwner method created.
3128
3129         * XplatUIOSX.cs: Override SetOwner to prevent compilation errors method 
3130         must be implemented and was masked as todo.
3131
3132         * XplatUIWin32.cs: SetOwner implemented using SetWindowLong with 
3133         GWL_HWNDPARENT.
3134
3135         * XplatUIX11.cs: SetOwner implemented using same code from SetTopmost but 
3136         cheking for null owner to remove transient. The SetTopmost will be change
3137         on a decond step.
3138
3139         * Form.cs: In set_Owner and CreateHandle uses new SetOwner instead of
3140         SetTopmost. Now owned forms will work properly in win32 and X11.
3141
3142 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3143
3144         * MdiWindowManager.cs: Update function name.
3145         * Form.cs: After closing a form MdiParent is always null.
3146         * MdiClient.cs: Rename CloseChildForm to ChildFormClosed to explain
3147           better what it should do: necessary book-keeping when the form is
3148           closed, it should not close the form itself.
3149
3150 2007-03-19  Andreia Gaita  <avidigal@novell.com>
3151
3152         * ListViewItem.cs: Fix back and fore color. The subitems only
3153         use their own colors if they are set, otherwise use the listview's
3154         colors. Don't set default colors on constructor for subitem.
3155         Fixes #79315.
3156
3157 2007-03-19  Mike Kestner  <mkestner@novell.com>
3158
3159         * ListView.cs : make box selection for Details views with 
3160         FullRowSelect conform to MS behavior when clicking in the "item" 
3161         column and clicking outside the defined columns.
3162         [Fixes case 5-6 of #80374]
3163
3164 2007-03-19  Chris Toshok  <toshok@ximian.com>
3165
3166         * ScrollableControl.cs: create the controls from within the ctor,
3167         but don't actually add them until our handle is created.  this
3168         fixes a NRE possibility jpobst found (if you override OnLayout in
3169         a subclass, it's called before your ctor).  Also, add a
3170         IsHandleCreated guard to UpdateSizeGripVisibility as well.
3171
3172 2007-03-19  Jackson Harper  <jackson@ximian.com>
3173
3174         * TextBox.cs: Reduce the amount of invalidation we do.
3175         * TextBoxBase.cs: Make shortcuts enabled true by default, at least
3176         some of them are true by default on MS.
3177         - Add some functions to reduce the amount of invalidates we do.
3178         * TextControl.cs: Less invalidation.
3179
3180 2007-03-19  Chris Toshok  <toshok@ximian.com>
3181
3182         [ Fixes #81773, and *seems* to fix #81553 as well ]
3183
3184         * XplatUIX11.cs: remove the assignment of hwnd.zombie = true from
3185         AccumulateDestroyedHandles.  We need to do it *after* we send
3186         WM_DESTROY, as the user's code can access Control.Handle in
3187         OnHandleDestroyed, and this shouldn't cause a recreation.  Also,
3188         move the WM_DESTROY/zombie handling to before the call to
3189         XDestroyWindow.  For some reason without this ordering
3190         FormTest.RecreateHandle hangs.  This ordering is semantically
3191         equivalent, however, as XDestroyWindow is async anyway.
3192
3193 2007-03-19  Gert Driesen  <drieseng@users.sourceforge.net>
3194
3195         * RichTextBox.cs: Reset backcolor_set after setting default.
3196
3197 2007-03-19  Chris Toshok  <toshok@ximian.com>
3198
3199         * ScrollableControl.cs: the scroll position should not effect the
3200         canvas size.  commit patch from georgegiolfan@yahoo.com, which
3201         fixes some really bizarre behavior on resizing.  Fixes bug #80778.
3202         
3203 2007-03-19  Chris Toshok  <toshok@ximian.com>
3204
3205         * ScrollableControl.cs: clean this up a bit.  create the
3206         scrollbars in the ctor and just show/hide them as needed.  Also,
3207         make hscroll_visible/vscroll_visible internal to Recalculate, and
3208         just use hscrollbar.VisibleInternal/vscrollbar.VisibleInternal
3209         everywhere else.  This seems to fix the scrollbars appearing
3210         beneath the content for me (i have *no* idea why that is,
3211         however.)
3212
3213 2007-03-19  Jonathan Pobst  <monkey@jpobst.com>
3214
3215         * ToolStrip.cs: Don't call DoAutoSize when we change Dock.  Also, remove
3216         some redundacy for stuff in Anchor and Dock that base will take care of.
3217         [Fixes #80762]
3218
3219 2007-03-19  Mike Kestner  <mkestner@novell.com>
3220
3221         * ListView.cs : make box selection for Details views without 
3222         FullRowSelect dependent on the text bounds, not item bounds.
3223         * ListViewItem.cs : add an internal property to obtain the TextBounds
3224         in Details view.  [Fixes case 1-4 of #80374]
3225
3226 2007-03-19  Andreia Gaita  <avidigal@novell.com>
3227
3228         * PaintEventArgs.cs (Dispose): Only dispose of graphics object if
3229         we're < 2.0. #78448 && #80316
3230
3231 2007-03-19  Jonathan Pobst  <monkey@jpobst.com>
3232
3233         * FontDialog.cs: Don't crash when we switch to a new font that doesn't
3234         have the same style available as the previously selected one.  Also,
3235         support FixedPitchOnly property.  [Fixes bugs #80918, #80947]
3236
3237 2007-03-19  Jackson Harper  <jackson@ximian.com>
3238
3239         * TextControl.cs: Add an alignment property that all new lines
3240         will be given.
3241         - Make sure to use the align shift when calculating the line's X
3242         position.
3243         * TextBox.cs: Set the alignment on the document as well as on all
3244         the document lines.
3245
3246 2007-03-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3247
3248         * Control.cs: ControlCollection.Add: Remove a couple of duplicated casts and
3249           throw if setting the parent of an mdichild that already has an
3250           mdiparent. Update signature for 2.0 profile. ProductName: If there's no
3251           AssemblyProductAttribute in the assembly, use the type's namespace (as
3252           MS seems to do). CreateControl: don't create the handle if the control
3253           is not visible (according to MS behaviour and spec).  SetTopLevel: Only
3254           create handle if the control is not a form. Change FocusInternal to
3255           virtual so that it can be overriden by Form.
3256         * TextBox.cs: Update call to FocusInternal.
3257         * Form.cs: Always create the handle when calling Focus on a MdiChild. The
3258           form is not a toplevel form when it's a mdi child, so update is_toplevel
3259           accordingly. ShowIcon/TransparencyKey: avoid creating the handle if it
3260           hasn't been created. Show (IWin32Window): Don't allow this overload for
3261           toplevel windows. CenterToParent/CenterToScreen/Select: create the
3262           handle as MS does. SetVisibleCore: if called on a MdiChild and the
3263           parent isn't visible yet, save the visibility and restore it when the
3264           parent is made visible.
3265         * ScrollableControl.cs: Refactor out scrollbar visibility code to separate
3266           methods, since the visibility of the scrollbars can be changed from
3267           several places, not only from AutoScroll.
3268           [Fixes #81179]
3269
3270 2007-03-19  Jackson Harper  <jackson@ximian.com>
3271
3272         * RichTextBox.cs: Enable shortcuts by default.
3273         * TextBoxBase.cs: Add conditional shortcuts.  
3274
3275 2007-03-19  Everaldo Canuto  <everaldo@simios.org>
3276
3277         * MenuItem.cs: Dont call OnDrawItem when OwnerDraw is false (#81182).  
3278
3279 2007-03-19  Chris Toshok  <toshok@ximian.com>
3280
3281         [ Fixes bug #80604]
3282         
3283         * XplatUIX11.cs (WaitForHwndMessage): change this to actually
3284         swallow the message we're waiting on, instead of delivering it, as
3285         this is only used for the WM_SHOWWINDOW raised from
3286         MapWindow/UnmapWindow, and the message needs to be generated
3287         (MapWindow, UnmapWindow): generate the WM_SHOWWINDOW message
3288         before doing the Map/Unmap.  Also make sure that the Hwnd is still
3289         alive after the message has been handled.
3290
3291         *before* the window is shown.
3292
3293         * Control.cs (CreateControl): guard a few more things inside the
3294         if (!is_created) block, as we might end up being called again -
3295         yay .net.
3296         (WmShowWindow): call CreateControl if we're showing the control.
3297
3298 2007-03-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3299
3300         * Control.cs: Fix 2.0 signature for Invoke. Support invoking on
3301           controls without a handle if they have any parent with a handle. In
3302           Dispose add a check whether the handle is created or not before
3303           calling BeginInvoke, this removes the need of the extra disposing
3304           parameter (which was bogus anyway since it didn't prevent the
3305           invoke from happening, it only skipped the check for an existing
3306           handle, meaning that the invoke would call on an inexistent
3307           handle).
3308
3309 2007-03-19  Everaldo Canuto  <everaldo@simios.org>
3310
3311         * MessageBox.cs: Remove WS_POPUP from CreateParams style, with it form
3312         appears in taskbar.
3313
3314 2007-03-18  Everaldo Canuto  <everaldo@simios.org>
3315
3316         * MessageBox.cs:
3317         - Fixed a problem that dont show help button for messages with 3 buttons.
3318         - Refactory button size and position calculations, now dont use fixed 
3319         values, also fixed button sizes (#80043) and form's border space.
3320         - AddButton method created, now all other AddButton methods call this one.
3321         - Some other source code cosmetic changes.
3322
3323 2007-03-18  Jackson Harper  <jackson@ximian.com>
3324
3325         * RichTextBox.cs: Don't do this all fonts must match check if
3326         there is only one char selected.
3327
3328 2007-03-18  Jackson Harper  <jackson@ximian.com>
3329
3330         * TreeView.cs: ScrollWindow works properly now, so we don't need
3331         to screw around with the scroll area.  This fixes some artifacts
3332         when expanding and collapsing.
3333
3334 2007-03-18  Jackson Harper  <jackson@ximian.com>
3335
3336         * TextBoxBase.cs: Allow updating the selection position when the
3337         cursor is outside the textarea, but we have a capture.
3338         * TextControl.cs: A special case for when the cursor is outside
3339         the bounds of the TB.
3340         
3341 2007-03-18  Jackson Harper  <jackson@ximian.com>
3342
3343         * TextBoxBase.cs: Remove image pasting code for now.  There is no
3344         way to get an image on the clipboard right now anyways.
3345         * TextControl.cs:
3346         * RichTextBox.cs: Use the new RTF Picture class for pictures.
3347
3348 2007-03-18  Everaldo Canuto  <everaldo@simios.org>
3349
3350         * MessageBox.cs:
3351         - Set window properties in constructor intead of on CreateParams.
3352         - Remove topmost from Window ExStyle.
3353         - Set ShowInTaskbar to false.
3354         - Set form border to FixedDialog.
3355         - Some cosmetic changes and remove unneeded comments.
3356         - It fixes itens 2,3 and 4 of bug #80043.
3357
3358 2007-03-18  Gert Driesen  <drieseng@users.sourceforge.net>
3359
3360         * TextBoxBase.cs: In setter for ReadOnly, only chance BackColor if
3361         none was explicitly set. Fixes part of bug #79949.
3362
3363 2007-03-16  George Giolfan  <georgegiolfan@yahoo.com>
3364
3365         * ToolStripComboBox.cs: Add AutoComplete*.
3366
3367 2007-03-16  George Giolfan  <georgegiolfan@yahoo.com>
3368
3369         * ToolStripComboBox.cs: Add FlatStyle.
3370
3371 2007-03-16  Jonathan Pobst  <monkey@jpobst.com>
3372
3373         * ToolStrip.cs, ToolStripProfessionalRenderer.cs,
3374         ToolStripSplitStackLayout.cs: Implement some basic vertical toolbar support.
3375
3376 2007-03-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3377
3378         * ButtonBase.cs, ToolStrip.cs, SendKeys.cs, TextRenderer.cs,
3379           CheckBox.cs, RadioButton.cs, BindingSource.cs,
3380           DataGridColumnStyle.cs: Remove warnings.
3381
3382 2007-03-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3383
3384         * Menu.cs: MergeMenu: Check menu argument for null before looping over
3385           it.
3386         * MdiWindowManager.cs: Add IsVisiblePending to track the pending
3387           visibility of mdi child forms. FormSizeChangedHandler: update the
3388           maximized size if size has changed while maximized.
3389         * MdiClient.cs: SizeScrollbars/ArrangeWindows/ActivateChild: Avoid
3390           creating the handle.
3391         * InternalWindowManager.cs: UpdateBorderStyle/FormSizeChangedHandler:
3392           avoid creating the handle if not created.
3393         * XplatUI.cs: Update debug output.
3394         * XplatUIStructs.cs: Added ToString's for a couple of structs.
3395
3396 2007-03-16  Jonathan Pobst <monkey@jpobst.com>
3397
3398         * ContainerControl.cs: Give ToolStripManager the opportunity to handle
3399         ProcessCmdKey().
3400         * ToolStripDownItem.cs, ToolStripItem.cs, ToolStripItemCollection.cs, 
3401         ToolStripItemEventType.cs, ToolStripManager.cs, ToolStripMenuItem.cs:
3402         Implement keyboard shortcuts.
3403
3404 2007-03-15  Everaldo Canuto  <everaldo@simios.org>
3405
3406         * CommonDialog.cs: Set StartPosition to CenterScreen on form's constructor.
3407         Fixes #79560 and #80200, it also fix problem in FileDialog, SaveDialog, 
3408         ColorDialog and all derived classes.
3409
3410 2007-03-15  Everaldo Canuto  <everaldo@simios.org>
3411
3412         [ Fixes bug #79828 ]
3413
3414         * ToolBar.cs:
3415         - Rename ToolBarButtonInfor to ToolBarItem.
3416         - Add all layout and calculation stuff gtom ToolBarButton to ToolBarItem.
3417         - Maintain an array of ToolBarItem, used instead of ToolBarButton
3418         collection to be able add same button more than one time on a toolbar.
3419         - Refactory all properties and methods to use ToolBarItem. 
3420
3421         * ToolBarButton.cs: 
3422         - Remove all propeties and methods that is now in ToolBarItem.
3423         - Rectangle propery now gets the rectangle from first ToolBarItem to
3424         mimic win32 behavior.
3425         - Size calculation and layout methods also removed.
3426
3427         * ThemeWin32Classic.cs: Change all ToolBar drawing methods to receive
3428         ToolBarItem instead of ToolBarButton to right drawing buttons when
3429         same button/separator was added more than one time to ToolBar.
3430
3431         * ThemeNice.cs: Same as above. 
3432
3433 2007-03-15  Andreia Gaita  <avidigal@novell.com>
3434
3435         * XplatUIX11.cs: Fire extra MouseMove events right after
3436         MouseDown and MouseUp, emulating win32's <censored> behaviour
3437         for apps that rely on it.
3438
3439 2007-03-15  Jackson Harper  <jackson@ximian.com>
3440
3441         * TextControl.cs:
3442         * TextBoxBase.cs: On MS, a fixed single border is not in NC area,
3443         it is drawn on the controls client window and there is no NC
3444         area.
3445         - Set the background color to gray on 2.0 when we are readonly.
3446
3447 2007-03-15  Chris Toshok  <toshok@ximian.com>
3448
3449         [ Fixes bug #81144 ]
3450         
3451         * XplatUIX11.cs: implement VirtualScreen independently of
3452         WorkingArea, by querying the _NET_DESKTOP_GEOMETRY root window
3453         property.
3454
3455 2007-03-15  Chris Toshok  <toshok@ximian.com>
3456
3457         * Hwnd.cs: add an internal field for the cached_window_state.
3458
3459         * XplatUIX11.cs: cache the window state, invalidating the cache
3460         (and thus re-querying the X server) only when we see an update to
3461         the _NET_WM_STATE property.
3462
3463 2007-03-15  Chris Toshok  <toshok@ximian.com>
3464
3465         * BindingSource.cs: get a lot of the unit tests working.
3466
3467 2007-03-15  Jonathan Pobst  <monkey@jpobst.com>
3468
3469         * Control.cs: Modify UpdateStyles to store distances when bounds >=
3470         0 instead of just bounds > 0.  [Fixes bug #80912]
3471
3472 2007-03-15  Jonathan Pobst  <monkey@jpobst.com>
3473
3474         * ToolStrip.cs, ToolStripItem.cs: Implement several new properties
3475         and methods.
3476
3477 2007-03-15  Ivan N. Zlatev <contact@i-nz.net>
3478         
3479         * ComboBox.cs, Control.cs, XplatUIStructs.cs, XplatUIX11GTK.cs,
3480         XplatUIX11.cs, XplatUIWin32.cs, InternalWindowManager.cs,
3481         XplatUIOSX.cs, TextControl.cs: Replaces all uses of the custom
3482         WM_MOUSE_LEAVE with the system WM_MOUSELEAVE message.
3483
3484 2007-03-15  Chris Toshok  <toshok@ximian.com>
3485
3486         [ Fixes #81101 ]
3487         
3488         * Control.cs: add Ivan's fix for 81101, with a slight modification
3489         - you can set control.Target to null.
3490
3491 2007-03-14  Jonathan Pobst  <monkey@jpobst.com>
3492
3493         * ToolStripItem.cs: If our OwnerItem is null, we can't use 
3494         HideDropDown, use Hide instead to prevent an NRE.
3495         [Fixes bug #81147]
3496
3497 2007-03-14  Jackson Harper  <jackson@ximian.com>
3498
3499         * TextBoxBase.cs: Mess with the creation stuff a little. We need
3500         to calculate the document before the handle is created, in some
3501         cases. (Actually just one case).
3502
3503 2007-03-14  Jackson Harper  <jackson@ximian.com>
3504
3505         * TextBoxBase.cs: Need to display the caret after letting the base
3506         wndproc handle the focus methods, because the caret display
3507         methods check the focus state.
3508         - Try to display the caret after updating it's position with SelectWord.
3509         - Don't need to do an immediate update on this recalc, since there
3510         will be an invalidate anyways.
3511
3512 2007-03-14  Jackson Harper  <jackson@ximian.com>
3513
3514         * TreeView.cs: Some workarounds so that we can match event order a
3515         little better.
3516
3517 2007-03-14  Gert Driesen  <drieseng@users.sourceforge.net>
3518
3519         * ErrorProvider.cs: Invoke default ctor from 2.0-only ctor. Fixes bug
3520         #80803. Avoid NullReferenceException when Control does not have
3521         parent. Fixed different blinkstyle issues. Only subscribe to Tick
3522         event a single time. Only draw error icon when control is created and
3523         visible. Fixes failing unit tests.
3524
3525 2007-03-14  Andreia Gaita  <avidigal@novell.com>
3526
3527         * TabControl.cs: Add support for 2.0 Deselecting, Deselected and
3528         Selecting events. Fire Leave and Enter events when changing tabs.
3529
3530 2007-03-14  George Giolfan  <georgegiolfan@yahoo.com>
3531
3532         * TreeView.cs: Add TreeViewNodeSorter.
3533         * TreeNodeCollection.cs: Add sorter parameter to Sort method.
3534
3535 2007-03-14  Chris Toshok  <toshok@ximian.com>
3536
3537         * Form.cs: go ahead and remove the RecreateHandles that jpobst
3538         removed earlier and I had him add back it.  It turns out metacity
3539         *does* in fact handle the MOTIF_WM_HINTS property changing, it
3540         just doesn't redraw the window titlebar until you resize the
3541         window.  This also means we aren't recreating the entire window
3542         hierarchy on X when you change this property.  And it looks better
3543         on windows, too.
3544
3545 2007-03-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3546
3547         * ListViewItem.cs:
3548         * ListView.cs: Collecting selection information
3549         is now done in SelectedIndexCollection rather than in
3550         SelectedListViewItemCollection. This is done so we can
3551         have the selection information code in one single place
3552         (virtual mode selection information entirely depends on
3553         SelectedIndexCollection).
3554
3555 2007-03-13  Miguel de Icaza  <miguel@novell.com>
3556
3557         * ErrorProvider.cs: Add stubs for ISupportInitialize
3558
3559 2007-03-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3560
3561         * ListViewItem.cs: Trigger the ItemCheck and ItemChecked events
3562         in the right order with the right values, from the Checked property, 
3563         just as MS does (instead of triggering them from ListView).
3564
3565         * ListView.cs: Make OnItemCheck and OnItemChecked internal.
3566
3567 2007-03-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3568
3569         * ListView.cs: Implement ItemChecked 2.0 event. Also cast to 
3570         the correct handler in OnItemCheck method (ItemCheckEventHandler 
3571         instead of EventHandler). This used to throw an InvalidCastException.
3572
3573 2007-03-13  Jackson Harper  <jackson@ximian.com>
3574
3575         * TextBoxBase.cs: Calculate the document before the handle is
3576         created, so there isn't an extra invalidate called.
3577
3578 2007-03-13  Jonathan Pobst  <monkey@jpobst.com>
3579
3580         * Form.cs: Don't set owner in ShowDialog until we are sure
3581         that we aren't going to throw an exception.  [Fixes bug #80773]
3582
3583 2007-03-12  George Giolfan  <georgegiolfan@yahoo.com>
3584
3585         * TreeView.cs: Make it compile.
3586
3587 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
3588
3589         * Control.cs: Another place we don't call SizeFromClientSize.
3590         * Form.cs: Another place we don't call SizeFromClientSize.
3591         [Fixes bug #81125]
3592
3593 2007-03-12  Jackson Harper  <jackson@ximian.com>
3594
3595         * TreeView.cs: Basically emulating some strangness here with
3596         exanding nodes and setting node positions when windows aren't
3597         created.
3598         - Also attempting to walk the node tree less than previously, and
3599         just use visible order calculations for determining offsets.
3600         - oops made scrolling backwards.
3601         * TreeNode.cs: We need to start nodes with a zero visible order,
3602         because the order calcs are based on the first nodes order.
3603
3604 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
3605
3606         * Form.cs: Don't exit the program if RecreateHandle is called on
3607         the main form.
3608
3609 2007-03-12  Chris Toshok  <toshok@ximian.com>
3610
3611         * XEventQueue.cs: remove the use of PostQuitState.
3612
3613         * XplatUIX11.cs: remove the use of PostQuitState.  If we get a
3614         WM_QUIT message in GetMessage, return false (and if we're in the
3615         nested WaitForHwndMessage, repost the WM_QUIT message).
3616
3617 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
3618
3619         * Form.cs: Don't call RecreateHandle when we change the MinimizeBox
3620         or the MaximizeBox properties.  [Part of bug #80640]
3621
3622 2007-03-12  Everaldo Canuto  <everaldo@simios.org>
3623
3624         * LinkLabel.cs: When calculate pieces make LinkArea empty if theres
3625         no links.
3626
3627 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
3628
3629         * ToolStripItem.cs: Fix some tests I broke by checking Visible
3630         instead of visible.
3631
3632 2007-03-12  Gert Driesen  <drieseng@users.sourceforge.net>
3633
3634         * FileDialog.cs: Use text of File name combobox to determine what
3635         files the user selected. Added tokenizer to parse the file names.
3636         Fixes bug #81123.
3637
3638 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
3639
3640         * Control.cs: We can't call SizeFromClientSize in the constructor,
3641         but we still need to do the same work, so make an internal version.
3642         [Fixes bug #80621]
3643
3644 2007-03-12  Jackson Harper  <jackson@ximian.com>
3645
3646         * TreeView.cs:
3647         * TreeNode.cs:
3648         * OpenTreeNodeEnumerator: Match MS better for IsVisible and
3649         IsExpanded.
3650
3651 2007-03-12  Jackson Harper  <jackson@ximian.com>
3652
3653         * TextBoxBase.cs: Now that the handles are being created a little
3654         later, we need to make sure that the document is recalculated when
3655         the handle is created.
3656
3657 2007-03-11  Everaldo Canuto  <everaldo@simios.org>
3658
3659         * Theme.cs: GetLinkFont abstract method added.
3660         
3661         * LinkLabel.cs: 
3662         - Remove CalcTrimRectangle, no longer needed.
3663         - Factor also remove, position issues must be fixed in libgdiplus.
3664         - Move GetPieceColor to ThemeWin32Classic.cs as it is theme related.
3665         - GetPieceFont, CreateLinkFont and link_font removed, theme must be 
3666         care about font used to draw links.
3667         - Set TabStop to true when control is "Selectable", control is selectable
3668         when have one or more links. Fixes #80501 (test case is also added).
3669         - Set the LinkArea values after links change, LinkArea values must be
3670         based in first link position and size, a test case was created.
3671         - Fix ControlStyles.Selectable value, now is based on LinkArea value, 
3672         the attribute must be true LinkArea.Length > 0. The same was applied to
3673         TabStop.
3674         
3675         * ThemeWin32Classic.cs: 
3676         - LinkLabelGetPieceColor and LinkLabelGetPieceFont created and used 
3677         in draw method.
3678         - Use CPDrawStringDisabled to draw disabled text instead of hard code 
3679         color change.
3680         - Draw focus rectangle for every parts focused, including parts that 
3681         is on another line, its because regions returns various rectangles
3682         and not only one. Needed to mimic W32 look.
3683         - Uses Graphics.Clip to delimite region painted, it mean that now 
3684         complete text is passed to DrawString, with this we solve layout
3685         issues without create another text renderer.
3686         - Uses Region.Intersect to fix some flickers problems, now only needed
3687         parts will redrawed.
3688         - This changes fixes #79614 and some other unreported issues, on Linux 
3689         some layout problems still remain, the problem is under 
3690         MeasureCharacterRanges but it is an libgdiplus bug.
3691
3692 2007-03-10  Gert Driesen  <drieseng@users.sourceforge.net>
3693
3694         * TextBox.cs: Set for foreground color.
3695         * TextBoxBase.cs: Remove Invalidate when setting BackColor, since
3696         this is already done in Control.
3697
3698 2007-03-10  Jackson Harper  <jackson@ximian.com>
3699
3700         * TextBox.cs: Set the background color, but reset the
3701         backcolor_set flag which is just for the user setting the
3702         background color.
3703
3704 2007-03-09  Chris Toshok  <toshok@ximian.com>
3705
3706         * Control.cs: really remove the call to XplatUI.SetVisible from
3707         CreateHandle(), like I said I did when I merged the branch.
3708
3709         * BindingSource.cs: implement some more of this stuff.
3710
3711 2007-03-09  Jackson Harper  <jackson@ximian.com>
3712
3713         * TextBox.cs: Don't explicitly set our background colors.
3714         * TextControl.cs:
3715         * TextBoxBase.cs: Draw readonly text.
3716         - Need to invalidate when backcolor or readonly are changed.
3717         
3718 2007-03-09  Jackson Harper  <jackson@ximian.com>
3719
3720         * TextBoxBase.cs: Don't set the forecolor until the handle is
3721         created.
3722         - Do not raise OnPaint, and removed some old debug code.
3723
3724 2007-03-09  George Giolfan  <georgegiolfan@yahoo.com>
3725
3726         * ScrollableControl.cs: Fix mouse wheel scrolling.
3727
3728 2007-03-09  Jonathan Pobst  <monkey@jpobst.com>
3729
3730         * Control.cs: Wire up MouseDoubleClick event.
3731
3732 2007-03-09  Jonathan Pobst  <monkey@jpobst.com>
3733
3734         * ToolStrip.cs: Rework AutoSize to adjust height when docked to the
3735         top or bottom.
3736         * ToolStripItem.cs: Make Image drawing take ImageScaling into account.
3737         * ToolStripItemCollection.cs: Don't call owner.PerformLayout when a new
3738         item is added.  This logic was moved to ToolStrip.OnItemAdded.
3739         [Fixes bug #81090]
3740
3741 2007-03-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3742
3743         * ListVieItem.cs: SetIndex is only valid for 2.0 profile by now.
3744
3745 2007-03-08  Jackson Harper  <jackson@ximian.com>
3746
3747         * TreeView.cs: Show the correct image for selected node (this used
3748         to work, not sure how the code got deleted). Also implemented 2.0 feature
3749         SelectedImageKey.
3750
3751 2007-03-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3752
3753         * ListView.cs:
3754         * ListViewItem.cs: Cache index in items when retrieving them
3755         in VirtualMode.
3756
3757 2007-03-08  Jonathan Pobst  <monkey@jpobst.com>
3758
3759         * ToolStripItem.cs: Don't return the explicit_size if we are using 
3760         AutoSize.  Fixes invalidation issue when user has explicitly set a
3761         size and has AutoSize = true.
3762
3763 2007-03-08  Jonathan Pobst  <monkey@jpobst.com>
3764
3765         * XplatUIX11.cs: Hardcode FrameBorderSize value temporarily to fix MWF.
3766
3767 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
3768
3769         * DataGridView.cs: Remove event handler from DataView when a
3770         DataTable is used as DataSource.
3771
3772 2007-03-08  Jonathan Pobst  <monkey@jpobst.com>
3773
3774         * Control.cs: Create internal setter for client_size to allow it to be
3775         set without triggering resizing code.
3776         * Form.cs: Calculate client_size in constructor, only change client_size
3777         in FormBorderStyle property if Handle has been created.
3778         [Fixes #80574, #80791]
3779
3780 2007-03-08  George Giolfan  <georgegiolfan@yahoo.com>
3781
3782         * SystemInformation.cs: Add TerminalServerSession.
3783
3784 2007-03-07  Jonathan Pobst  <monkey@jpobst.com>
3785
3786         * TreeViewDrawMode.cs: Make internal for 1.1 to allow for consolidated
3787         TreeView code.
3788
3789 2007-03-07  Jonathan Pobst  <monkey@jpobst.com>
3790
3791         * XplatUIWin32.cs: The no_activate stuff was forcing us to create a
3792         Handle before we were supposed to.  Now checks ActivateOnShow property
3793         in Control.
3794         * Control.cs: Add internal ActivateOnShow property.
3795         * ComboBox.cs, Form.cs, MenuAPI.cs, ToolStripDropDown.cs: Return false
3796         for ActivateOnShow.
3797         * Hwnd.cs Remove no longer needed no_activate field.
3798
3799 2007-03-07  Jackson Harper  <jackson@ximian.com>
3800
3801         * TreeView.cs: Implement owner draw tree nodes.  And a couple more
3802         2.0 properties
3803         * DrawTreeNodeEventHandler.cs: Add
3804         * DrawTreeNodeEventArgs.cs: Correct default value.
3805         
3806 2007-03-07  Chris Toshok  <toshok@ximian.com>
3807
3808         * XplatUIWin32.cs: create InternalWndProc so that we're guaranteed
3809         to be called before NativeWindow.WndProc.  Put the HwndCreating
3810         magic there to hook up our Hwnd's to handles.
3811
3812 2007-03-07  Gert Driesen  <drieseng@users.sourceforge.net>
3813
3814         * DataGridView.cs: Comment out debug code.
3815
3816 2007-03-07  Chris Toshok  <toshok@ximian.com>
3817
3818         [merge -r72718:73765 from mwf-handle-branch, and include 2 changes
3819         to make the rest of the world happy]
3820
3821         * Control.cs (CreateHandle): there's no need to call
3822         XplatUI.SetVisible here, it's effectively done by
3823         XplatUI.CreateWindow on X now, and always was on windows.
3824
3825         * XplatUIX11.cs (WaitForHwndMessage): only use the PostQuitState
3826         shortcircuit out of the loop if we have a message loop running on
3827         this thread.
3828
3829         [Changelog from merge]
3830
3831         2007-03-05  Chris Toshok  <toshok@ximian.com>
3832
3833                 * Control.cs (AccessibilityNotifyClients): turns out in 1.1 this
3834                 causes handle creation.
3835
3836         2007-02-28  Chris Toshok  <toshok@ximian.com>
3837
3838                 * ApplicationContext.cs: Add a flag to make sure we only raise the
3839                 ThreadExit event once (ExitThreadCore can be indirectly called
3840                 from a few places.)  I don't like the additional flag, but it
3841                 makes the event ordering/count correct.
3842
3843                 * Application.cs (MWFThread.LoopCount): don't use an enumerator
3844                 without locking the collection.  An enumerator doesn't give us any
3845                 protection from modification anyway.  Lock the thread hash and
3846                 replace the complicated enumerator loop with a foreach.
3847                 (Application.CloseForms): make internal so it can be called from
3848                 ApplicationContext.  This should probably be moved to MWFThread.
3849                 (Application.ExitThread): don't call MWFThread.Current.Exit()
3850                 here.  just call XplatUI.PostQuitMessage.  We'll exit the thread
3851                 when the runloop exits (in response to WM_QUIT.)
3852                 (Application.RunLoop): add a comment (and check) for
3853                 context.MainForm being null after setting context.MainForm.Visible
3854                 = true.  This is because you're perfectly free to dispose of a
3855                 form in VisibilityChanged.  Chalk this up to another case where we
3856                 need to synchronously generate WM_ACTIVATE from Control.Show.
3857                 Also, add handling for WM_QUIT here so we'll exit the loop.
3858                 
3859                 * XplatUIX11.cs: clean up MapWindow and UnmapWindow a bit.  The
3860                 fact that we don't wait if we're only unmapping the whole_window
3861                 makes me a bit nervous, but it doesn't seem to cause any problems
3862                 yet.
3863
3864                 also, add a comment about the stupid, broken and wrong resetting
3865                 of PostQuitState to false in GetMessage().
3866
3867                 In PostQuitMessage, we need to add a WM_QUIT message to the
3868                 thread's queue.  We use the FosterParent to get the right
3869                 handle/hwnd/queue.
3870
3871                 Lastly, in SetVisible, we need to unmap both windows, since the
3872                 waiting only happens when we're unmapping the client window.  So
3873                 now, the *only* time we unmap just the whole_window is in the hack
3874                 for resizing a control to 0,0.
3875                 
3876         2007-02-21  Chris Toshok  <toshok@ximian.com>
3877
3878                 * Application.cs (CloseForms): rewrite this so that we don't
3879                 modify the list while we're traversing it.
3880
3881         2007-02-20  Chris Toshok  <toshok@ximian.com>
3882
3883                 * ListBox.cs (.ctor): move the Control.AddImplicits here instead
3884                 of OnHandleCreated.
3885                 (HorizontalScrollEvent): only call XplatUI.ScrollWindow if the
3886                 handle is created.  otherwise we'll create it here.
3887                 (VerticalScrollEvent): same here.
3888
3889                 * Application.cs (CloseForms): call Form.Dispose, don't post
3890                 WM_CLOSE_INTERNAL.
3891
3892                 * Form.cs (WndProc): we don't need to use CLOSE_INTERNAL
3893                 here. Application should Dispose() of the Form's.
3894
3895                 * XplatUIX11.cs (WaitForHwndMessage): break out of the loop on
3896                 WM_DESTROY as well.
3897                 (MapWindow,UnmapWindow): only actually do the waiting for
3898                 SHOWWINDOW if the control we're dealing with is a Form.
3899                 (CreateWindow): if the control isn't a form, SendMessage
3900                 WM_SHOWWINDOW here (if the WS_VISIBLE style is set).
3901
3902                 * Control.cs (SetVisibleCore): always use is_visible here, not
3903                 value.  If we use value, we can end up re-setting something
3904                 visible if, for instance, you do Control.Hide() in a delegate
3905                 attached to VisibleChanged as we do in FormTest.ShowDialogTest.
3906
3907         2007-02-20  Chris Toshok  <toshok@ximian.com>
3908
3909                 * XplatUIX11.cs (WaitForHwndMessage): we need to loop until we get
3910                 the message we need.  PeekMessage returning false should not be a
3911                 condition under which we exit the loop.
3912
3913         2007-02-15  Chris Toshok  <toshok@ximian.com>
3914
3915                 * Control.cs (Refresh): only refresh if we've got a handle and are
3916                 visible.
3917                 (CreateAccessibilityInstance): CreateControl() here.
3918                 (UpdateChildrenZOrder): complicate the code loop even more by
3919                 taking into account controls that haven't had their handle
3920                 created, and those that aren't visible.  But on the flip side,
3921                 simplify the code by splitting it into two loops.  one which
3922                 builds up the list of child controls we're interested in, and the
3923                 other that sets the z order of those children.
3924
3925         2007-02-14  Chris Toshok  <toshok@ximian.com>
3926
3927                 * Control.cs: Control.AccessibilityObject causes the control to be
3928                 created, not just the handle.
3929
3930         2007-02-14  Chris Toshok  <toshok@ximian.com>
3931
3932                 * Control.cs: rework UpdateChildrenZOrder to correctly handle the
3933                 problem on X where a window might have its handle created (and be
3934                 visible) while the window is unmapped.  calling XConfigureWindow
3935                 on an unmapped window is bad, and generates X errors.
3936
3937         2007-02-13  Chris Toshok  <toshok@ximian.com>
3938
3939                 * Control.cs (CreateHandle): don't loop over our children setting
3940                 their parent here.  do it when in WndProc when we're shown.
3941                 (UpdateChildrenZOrder): make this internal so we can call it from
3942                 ScrollableControl.
3943                 (WndProc): for WM_SHOWWINDOW, reparent the child control after
3944                 creating its handle.  Also, remove the calls to PerformLayout from
3945                 here.  they're done in ScrollableControl.OnVisibleChanged.  Also,
3946                 OnVisibleChanged only seems to be called directly here for the
3947                 toplevel control.  It's propagated down the window hierarchy by
3948                 calls to child.OnParentVisibleChanged.
3949                 (OnVisibleChanged): don't do layout here - it's done (oddly
3950                 enough, according to a glance at stack traces on ms.net..) in
3951                 ScrollableControl.
3952                 
3953                 * ScrollableControl.cs (OnVisibleChanged): make sure we update the
3954                 z order of our children before calling PerformLayout.
3955
3956         2007-02-12  Chris Toshok  <toshok@ximian.com>
3957
3958                 [big change, fixes #80020]
3959                 
3960                 * AccessibleObject.cs: we need to make owner internal again to fix
3961                 some of ControlAccessibleObject.
3962
3963                 * Control.cs: lots of changes here.  add support for WM_CREATE,
3964                 for which we generate OnHandleCreated.  Remove the OnHandleCreated
3965                 call from CreateHandle.  Also add support for WM_SHOWWINDOW where
3966                 we create child controls.  leave the MonoTODO's for the
3967                 accessibility calls, but fix the exceptions so the tests pass.
3968
3969                 Add the InvalidOperationExceptions to Invoke methods, and remove a
3970                 couple of InvokeInternal methods we aren't using.
3971                 
3972                 Also, add a couple of CreateHandle calls in places where we know
3973                 the handles are being created but our code doesn't reference
3974                 .Handle.
3975
3976                 Make SetVisibleCore call OnVisibleChange if the handle isn't
3977                 created.  If the handle is created, we rely on XplatUI.SetVisible
3978                 generating the event synchronously.
3979                 
3980                 Lastly, make sure we don't use this.Handle inside CreateHandle,
3981                 because we can call back into client (and that code can dispose of
3982                 the control).
3983
3984                 * XplatUIStructs.cs: misc/cleanup.
3985
3986                 * XplatUIX11.cs: Map/Unmap X events correspond to WM_SHOWWINDOW,
3987                 although we don't populate the wParam properly.
3988                 (CreateWindow): generate WM_CREATE.
3989                 (MapWindow,UnmapWindow): make these calls synchronous, at great
3990                 performance expense (particularly in the unmap case), to match
3991                 win32 behavior.
3992
3993                 * Form.cs (.ctor): remove the call to UpdateBounds. we don't need
3994                 to call it.
3995                 (set_MdiParent): don't recreate the handle unless it's been
3996                 created already.
3997                 
3998                 * MdiClient.cs (OnResize): don't InvalidateNC Parent.Handle unless
3999                 it's created.
4000
4001                 * NativeWindow.cs: this is probably the weirdest part of the
4002                 patch.  We need a way to link up the window being created to the
4003                 WM_CREATE message.  Since we can only be creating one window at a
4004                 time on a given thread, we keep track of a per-thread reference so
4005                 we can dispatch it properly.  We also need to keep track of the
4006                 Hwnd currently being created so that the win32 backend doesn't
4007                 have problems.
4008                 
4009                 * XplatUIWin32.cs: a similar change to the one we made in
4010                 NativeWindow.cs.
4011
4012 2007-03-07  Jonathan Pobst  <monkey@jpobst.com>
4013
4014         * ToolStripItem.cs: Make CalculatePreferredSize virtual.
4015         * ToolStripMenuItem.cs: Modify CalculatePreferredSize and OnPaint
4016         to draw the menu shortcut string.
4017
4018 2007-03-07  Jackson Harper  <jackson@ximian.com>
4019
4020         * TreeNode.cs: Add the 2.0 collapse method.
4021
4022 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
4023
4024         * DataGridViewColumn.cs: Fix HeaderText behaviour (Bug #80746).
4025
4026 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
4027
4028         * DataGridView.cs: Change DataSource will clear column and row
4029         lists. Call Invalidate() to reflect DataSource change.
4030
4031 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
4032
4033         * DataGridView.cs: Add rows when DataSource is System.Data.DataView
4034         and a new row is added to it.
4035
4036 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
4037
4038         * DataGridView.cs: Add columns when DataSource is en empty list but
4039         is a System.Data.DataView (from a System.Data.DataTable).
4040
4041 2007-03-06  Andreia Gaita  <avidigal@novell.com>
4042
4043         * Label.cs: Implement AutoEllipsis (2.0)
4044
4045 2007-03-06  Jackson Harper  <jackson@ximian.com>
4046
4047         * TreeView.cs: Implement 2.0 TopNode setter property.
4048         - Use a local var instead of the skipped_nodes field for computing
4049         how many nodes to skip.  Otherwise we won't scroll because the
4050         valuechanged handler checks if skipped_nodes is equal to the new
4051         value.
4052         - Implement 2.0 Sort method.
4053         - Add useless 2.0 DoubleBuffer property
4054         - Implement 2.0 LineColors property.  Lets you change the color of
4055         the lines in the tree. Terribly useful for creating non cohesive
4056         desktops.
4057         - Implement 2.0 image key feature.
4058
4059 2007-03-06  Jackson Harper  <jackson@ximian.com>
4060
4061         * TreeView.cs: We can't get the bounds of the nodes before raising
4062         the AfterSelect event, because that event could change the node's
4063         bounds (scrolling, font change, etc).
4064
4065 2007-03-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4066
4067         * XplatUIWin32.cs: When faking styles don't remove the WS_VISIBLE flag.
4068         * Form.cs: Don't recreate handle when creating FormWindowManager, just
4069           update window styles. In CreateParams us VisibleInternal instead of
4070           VIsible to get the actual visible flag set for this form.
4071         * FormWindowManager.cs: Activate the form whenever the mouse clicks on
4072           the nc area. Fixes #81042. Also fix HandleTitleBarDoubleClick to
4073           handle the case when the form is already maximized, in which case
4074           it should be restored. Fixes #81043.
4075
4076 2007-03-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4077
4078         * XplatUIX11.cs: Tool windows still get wm styles. Fixes toolwindows showing up with double decorations.
4079
4080 2007-03-05  Jackson Harper  <jackson@ximian.com>
4081
4082         * TreeViewHitTestInfo.cs: implement.
4083
4084 2007-03-05  Jackson Harper  <jackson@ximian.com>
4085
4086         * InternalWindowManager.cs: class status fix.
4087
4088 2007-03-05  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4089
4090         * InternalWindowManager.cs: All windows that have a parent
4091         are confined to their parent when they're being moved.
4092         Fixes #80822.
4093
4094 2007-03-04  Gert Driesen  <drieseng@users.sourceforge.net>
4095
4096         * SystemInformation.cs: Marked KeyboardDelay and KeyboardSpeed public
4097         on 2.0 profile. Fixes bug #81018. Small code formatting fixes.
4098
4099 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4100
4101         * ThemeWin32Classic.cs: ManagedWindowSetButtonLocations: Make all
4102           buttons invisible before deciding which ones should be visible
4103           (fixes minimize/maximize buttons showing up in toolwindows). Remove
4104           an unused variable.
4105         * InternalWindowManager.cs: Remove warning.
4106
4107 2007-03-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4108
4109         * ListView.cs: Add a check in ListViewItemCollection.RemoveAt
4110         to throw an InvalidOperationException is virtual mode is being used.
4111
4112 2007-03-02  Jonathan Pobst  <monkey@jpobst.com>
4113
4114         * SplitContainer.cs, SplitterPanel.cs, StatusStrip.cs, TableLayoutPanel.cs,
4115         ToolStrip.cs, ToolStripContainer.cs, ToolStripContentPanel.cs,
4116         ToolStripControlHost.cs, ToolStripDropDownItems.cs, ToolStripItem.cs,
4117         ToolStripMenuItem.cs, ToolStripOverflowButton.cs, ToolStripPanel.cs,
4118         ToolStripPanelRow.cs, ToolStripProfessionalRenderer.cs, ToolStripSplitButton.cs,
4119         ToolStripStatusLabel.cs, ToolStripTextBox.cs: Corcompare work.
4120
4121 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4122
4123         * XplatUI.cs: Fixed returning driver.KeyboardSpeed instead of
4124           driver.KeyboardDelay from XplatUI.KeyboardDelay 
4125         * XplatUIW      in32.cs: Implemented KeyboardSpeed/KeyboardDelay properties
4126           (patch by Sergey Volk)
4127
4128 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4129
4130         * ToolWindowManager.cs: Added, contains logic for
4131           tool windows.
4132         * CreateParams.cs: Add a few helper methods and an
4133           internal variable to know which control the CreateParams belongs
4134           to.
4135         * Control.cs: Call Form.ChangingParent when the
4136           parent is about to be changed.
4137         * XplatUIX11.cs: DeriveStyles (): Set
4138           caption_height for all windows that have captions and are children.
4139           Update to use ToolWindowManager instead of InternalWindowManager
4140           for ToolWindows.
4141         * XplatUIWin32.cs: Set fake window styles for all
4142           windows that have window managers.
4143         * MdiWindowManager.cs: Added MaximizedTitleButtons (buttons are
4144           now duplicated for mdi windows when they are
4145           maximized, first for the buttons the window itself has, then for
4146           the buttons that appear in the menu bar. Makes things a little
4147           easier). Updated UpdateWindowDecorations, SetWindowState and the
4148           mouse eventhandlers accordingly.
4149         * Form.cs: Add ChangingParent (), contains the
4150           logic of what should happen when the parent changes. In MdiParent
4151           don't set things that ChangingParent () is doing. When handling
4152           WM_CLOSE, we can close the form if there are any other modal forms
4153           and the current form is a descendent of the modal form.
4154         * InternalWindowManager.cs: A lot of refactoring,
4155           the title buttons are now extracted to a separate container class
4156           that takes care of all button code (clicks, tooltips, etc). Moved
4157           Iconic|Maximized|Normal Bounds properties to this class from
4158           MdiWindowManager, so that the window state logic can succeed for
4159           other than mdi wm's. Implemented general window state change logic.
4160           Moved CreateButtons to ThemeWin32Classic, since the theme might
4161           override which buttons are available when as well as the exact
4162           location.
4163         * FormWindowManager.cs: Added, contains logic for
4164           normal forms.
4165         * ThemeWin32Classic.cs: ManagedWindowSetButtonLocations now decides
4166           which buttons go where (and if they are at all visible). 
4167           Removed special handling of maximized windows, since they aren't special. 
4168           In DrawManagedWindowDecorations don't try to draw the text if it is
4169           empty.
4170         * MdiClient.cs: ArrangeIconicWindows: Don't  calculate any sizes, 
4171           use whatever the wm gives us.
4172
4173 2007-03-02  Jonathan Pobst  <monkey@jpobst.com>
4174
4175         * ButtonBase.cs: Add 2.0 properties.
4176         * Button.cs: Override Draw for 2.0.
4177         * Control.cs: Add Entered and Selected properties.
4178         * FlatButtonAppearance.cs, TextFormatFlags.cs, TextImageRelation.cs,
4179         TextRenderer.cs: Make internal for 1.1 to unify drawing code.
4180         * Theme.cs: New abstract functions for drawing Standard, Flat, Popup
4181         buttons.
4182         * ThemeWin32Classic.cs: Implement layout calculations for 2.0 buttons.
4183
4184 2007-03-01  Jonathan Pobst  <monkey@jpobst.com>
4185
4186         * XplatUIWin32.cs: Don't use 2.0 methods in 1.1 code.  :/
4187
4188 2007-03-01  Jonathan Pobst  <monkey@jpobst.com>
4189
4190         * XplatUIWin32.cs: Register a new class with Windows each time we get
4191         a new ClassStyle.  [Fixes bugs #79432, #80817]
4192         * Controls.cs: Set the correct ClassStyle in CreateParams.
4193         * ToolStripDropDown.cs: Don't request an invalid ClassStyle.
4194
4195 2007-03-01  Gert Driesen  <drieseng@users.sourceforge.net>
4196
4197         * ListView.cs: Add fireEvent argument to ReorderColumn since the
4198         ColumnReordered event must not be signaled when modifying DisplayIndex
4199         of a ColumnHeader. Added internal ReorderColumns method which takes
4200         care of drawing, and updating the internal DisplayIndex of the
4201         ColumnHeader. Added AddColumn method which is invoked from
4202         ColumnHeaderCollection when adding or inserting columns, and which
4203         ensures that reorder_columns_indices is kept in sync. Avoid redrawing
4204         after adding each ColumnHeader in ColumnHeaderCollection.AddRange.
4205         Recalculated dispay indices after removing a ColumnHeader.
4206         * ColumnHeader.cs: Save DisplayIndex separately from ListView to
4207         match MS. Allows last display index to be returned after ListView
4208         is disposed. Update actual location of ColumnHeader when DisplayIndex
4209         is modified.
4210
4211 2007-03-01  Everaldo Canuto  <everaldo@simios.org>
4212
4213         * LinkLabel.cs: Improve CalcTrimRectangle.
4214         
4215         * ThemeWin32Classic.cs: Fix some compilation problem under VS 2003.
4216
4217 2007-02-28  Everaldo Canuto  <everaldo@simios.org>
4218
4219         * LinkLabel.cs: Rename CalcMeasurementFactor as CalcTrimRectangle and
4220         get rectangle as a result value.
4221
4222 2007-02-28  Everaldo Canuto  <everaldo@simios.org>
4223
4224         * LinkLabel.cs: Theres some diferences between rectangle return from 
4225         MeasureCharacterRanges and the area used for DrawString to fix this 
4226         CalcMeasurementFactor method was created, it calcules the diferences
4227         to be use later to adjust rectangle in draw operations. Fixes #80473.
4228         
4229         * ThemeWin32Classic.cs: Use factor calculated by CalcMeasurementFactor
4230         to adjust draw rectangle.
4231
4232 2007-02-27  Everaldo Canuto  <everaldo@simios.org>
4233
4234         * ThemeWin32Classic.cs: In DrawLinkLabel draw focus rectangle before draw
4235         text and some other changes to reduce and optimize source code.
4236
4237 2007-02-27  Jonathan Pobst  <monkey@jpobst.com>
4238
4239         * RadioButton.cs: Implement 2.0 event.
4240         * RelatedImageListAttribute.cs: Implement new class.
4241
4242 2007-02-27  Everaldo Canuto  <everaldo@simios.org>
4243
4244         * MenuAPI.cs: Change keynav_state before call SelectItem. Fixes #80901.
4245
4246 2007-02-27  Jonathan Pobst  <monkey@jpobst.com>
4247
4248         * CheckBox.cs: Implement 2.0 functionality.
4249
4250 2007-02-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4251
4252         * ListView.cs: Refactor Add and AddRange methods of
4253         ListViewItemCollection, to not update the ListView
4254         everytime an item is added in AddRange. Also move the update
4255         code to a new CollectionChanged method, and call it
4256         from other methods that need it as well (this should also fix some
4257         bugs when Sorting is used).
4258
4259 2007-02-27  Jackson Harper  <jackson@ximian.com>
4260
4261         * TextControl.cs: Try to never let the caret stay in a non-text
4262         tag.
4263         * TextBoxBase.cs: Update the caret.
4264
4265 2007-02-26  Jonathan Pobst  <monkey@jpobst.com>
4266
4267         * XplatUIStructs.cs: Add some convenience methods for POINT structure.
4268         * XplatUIWin32.cs: Add some convenience methods for RECT structure,
4269         delete POINT structure, duplicate of one in XplatUIStructs.
4270         * TextRenderer.cs: Use XplatUIWin32.RECT instead of UXTheme.RECT.
4271
4272 2007-02-26  Gert Driesen  <drieseng@users.sourceforge.net>
4273
4274         * ListView.cs: Initialize LabelEditEventArgs after setting Text of
4275         edit box since otherwise the Label would immediately be set (even if
4276         the user did not modify the label). In OnKeyDown set Handled to true
4277         if Return or Escape was pressed. In ColumnHeaderCollection unlink
4278         columns that are to be removed. In ListViewItemCollection unlink items
4279         that are to be removed.
4280
4281 2007-02-24  Jonathan Pobst  <monkey@jpobst.com>
4282
4283         * TextRenderer.cs: If we set a GDI clip region, we need to clear
4284         it when we are done.  [Fixes bug #80949]
4285
4286 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
4287
4288         * Form.cs: Wrap checking ShowWithoutActivation in a NET_2_0 block.
4289
4290 2007-02-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4291
4292         * ListView.cs: I forgot to commit the changes for ListView 
4293         in my previous patch.
4294
4295 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
4296
4297         * Clipboard.cs: Partially implement an overload of SetDataObject.
4298         * Form.cs: Implement ShowWithoutActivation.
4299         * XPlatUIWin32.cs: Fix for WM_SHOWNOACTIVATE for forms.
4300
4301 2007-02-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4302
4303         This is a first set of changes to make the Virtual mode works,
4304         by avoiding the retrieval of ListViewItem instances until
4305         draw time.
4306
4307         * ListView.cs: Store item position in the ListView instead of the
4308         ListViewItem, this way we don't request the Bounds property of
4309         ListViewItem inside the ListView calculations, as well as cache the item
4310         size in item_size field. Store indexes instead of ListViewItem
4311         instances in the matrix used by icon view. Add a ItemMatrixLocation
4312         struct to hold the row and col info of the matrix info.
4313
4314         * ListViewItem.cs: Don't store the location anymore, and only cache
4315         the rectangles for GetBounds. Use the ListView.GetItemLocation
4316         method to retrieve the actual location.
4317
4318 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
4319
4320         * TextRenderer.cs: Add clipping support, thanks to George.
4321         [Fixes bug #80949]
4322
4323 2007-02-23  Gert Driesen  <drieseng@users.sourceforge.net>
4324
4325         * ListViewItem.cs: Cancel label edit when item is removed from 
4326         ListView.
4327         * ListView.cs: Move setting of focus to EndEdit. Fire BeforeLabelEdit
4328         event before the edit textbox is displayed.  Added CancelEdit method
4329         which is used end to editing while ignoring the value set by the
4330         user. In EndEdit, set focus to ListView to avoid losing focus to
4331         other controls. In ListViewItemCollection.Clear, cancel editing of
4332         any of the items.  In Remove, cancel editing of item being removed.
4333         Avoid udplicate code by modifing RemoveAt to invoke Remove.
4334
4335 2007-02-23  Gert Driesen  <drieseng@users.sourceforge.net>
4336
4337         * FileDialog.cs: Update FSEntry when move is successful. Fixes
4338         bug #80948.  
4339
4340 2007-02-23  Everaldo Canuto  <everaldo@simios.org>
4341
4342         * MainMenu.cs: Change Draw method to take care about MenuOrigin to be 
4343         compatible with non X11 systems. Fixes #80901.
4344
4345 2007-02-23  Gert Driesen  <drieseng@users.sourceforge.net>
4346
4347         * ListView.cs: Added bool argument to UpdateMultiSelection to specify
4348         whether the item should be unselected and reselect. We do no want this
4349         when we're starting to edit the label. Do not fire the 
4350         SelectedIndexChanged event from ListView when its already been fired
4351         by modifying ListViewItem.Selected. Fixes bug #80943.
4352
4353 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
4354
4355         * TextRenderer.cs: Previos commit logic was backwards.
4356
4357 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
4358
4359         * TextRenderer.cs: Don't add padding on MeasureText if we were
4360         sent the NoPadding flag.
4361
4362 2007-02-23  Everaldo Canuto  <everaldo@simios.org>
4363
4364         * ThemeWin32Classic.cs: Invert order of drawing operation with DrawImage
4365         after DrawButton. To prevent image overlaps button borders SetClip and 
4366         ResetClip added before and after draw image. Fixes #79129.
4367
4368 2007-02-23  Everaldo Canuto  <everaldo@simios.org>
4369
4370         * FolderBrowserDialog.cs: Use ClientSize instead of Size to specify 
4371         window size, it fix problem when you run under win32 that theres
4372         Size diferent than ClientSize. Also fix controls size and positions
4373         to mimic Win32. Fixes #80837.
4374
4375 2007-02-22  Everaldo Canuto  <everaldo@simios.org>
4376
4377         * Form.cs: Handle WM_NCHITTEST and return HTMENU when point is on 
4378         menu area to fix some problems for non X11 systems. Fixes #80613.
4379
4380 2007-02-22  Jackson Harper  <jackson@ximian.com>
4381
4382         * TreeNode.cs: When a node is expanded, set its is_expanded flag
4383         even if it doesn't have any children.
4384
4385 2007-02-22  Jackson Harper  <jackson@ximian.com>
4386
4387         * TreeView.cs: Calculate the top node 'on the fly', this
4388         eliminates issues where you need to click on the tree before
4389         scrolling it to get the top node computed correctly.
4390         * TreeNodeCollection.cs: We don't need to mess with the top node
4391         anymore.
4392
4393 2007-02-22  Jackson Harper  <jackson@ximian.com>
4394
4395         * DataGridViewRow.cs: Fix typo so height can actually be set.
4396         Patch by Peter Grimm.
4397
4398 2007-02-22  Gert Driesen  <drieseng@users.sourceforge.net>
4399
4400         * FileDialog.cs: Fixed support for renaming files and directories.
4401         * ListView.cs: Do not lose focus when edit is canceled. Process
4402         Escape as regular key (to prevent closing of dialogs).
4403
4404 2007-02-22  Gert Driesen  <drieseng@users.sourceforge.net>
4405
4406         * ListView.cs: Removed TODO for LabelEdit. Removed extra tabs and
4407         spaces. Changed spaces to tabs. Removed unnecessary init of bools.
4408
4409 2007-02-22  Gert Driesen  <drieseng@users.sourceforge.net>
4410
4411         * FileDialog.cs: LabelEditEventArgs.Label now returns null when user
4412         did not modify label.
4413         * ListView.cs: Only set LabelEditEventArgs.Label if user actually
4414         modified the text. Reset Label when user presses Escape in edit mode.
4415         Move focus to ListView after having cancelled or finished editing the
4416         label.
4417
4418 2007-02-21  Gert Driesen  <drieseng@users.sourceforge.net>
4419
4420         * ComboBox.cs: Removed unnecessary initializations. Marked items field
4421         private. Clear textbox when Text is set to null and SelectedIndex is
4422         already -1.
4423         * FileDialog.cs: Removed unnecessary initializations. Removed 
4424         workarounds for ComboBox bugs that are now fixed. Modified
4425         DefaultExt, InitialDirectory and Title property to change null to
4426         zero-length string in getters. Avoid directly accessing fields.
4427
4428 2007-02-20  Jackson Harper  <jackson@ximian.com>
4429
4430         * TextControl.cs: Remove RecalAlignments call, that was some
4431         debugging leftovers.
4432         - Don't use the line indent when we shouldn't.
4433         * RichTextBox.cs: Add support for paragraph left indents.
4434
4435 2007-02-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4436
4437         * Control.cs: Fix BeginInvoke signature for 2.0 profile.
4438         Seems like the class status pages doesn't catch params differences.
4439
4440 2007-02-19  Gert Driesen  <drieseng@users.sourceforge.net>
4441
4442         * ComboBox.cs: Removed extra tabs. Changes spaces to tabs.
4443
4444 2007-02-19  Gert Driesen  <drieseng@users.sourceforge.net>
4445
4446         * ComboBox.cs: Setting Text should have no effect if item text of
4447         selected item exactly matches value. First lookup text using
4448         case-sensitive comparison, and fallback to case-insensitive comparison.
4449         FindString(Exact) returns -1 if search string is null. On 2.0 profile, 
4450         allow startIndex to be last index. Changed ArgumentOutOfRangeException
4451         paramname to match MS. Restart from first item if string is not found
4452         after startIndex. Fixed paramname of ArgumentNullException that is
4453         thrown for null value in ObjectCollection.Contains.
4454
4455 2007-02-19  Everaldo Canuto  <everaldo@simios.org>
4456
4457         * XplatUIStructs.cs: WM_XXX UISTATE elements uncommented.
4458
4459 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4460
4461         * ListControl.cs: In SelectedValue use value.Equals to compare for
4462         equality instead of ==, otherwise it will fail for strings.
4463         Fixes #80794.
4464
4465 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4466         
4467         * ComboBox.cs: Switch the order to ShowSelection and ActivateCaret,
4468         since the caret won't show up unless ShowSelection is true. 
4469         Fixes #80795.
4470
4471 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4472
4473         * Application.cs: When disabling all forms but the main form, do not
4474           disable any descendants of the main form (such as mdi children or
4475           other parented forms). Fixes #80822 on Windows.
4476         * Form.cs: If we have a parent, set the WS_CHILD style.
4477         * Control.cs: Update the window styles if the control whose parent has
4478           changed is a form (the WS_CHILD style has to be switched).
4479
4480 2007-02-19  Everaldo Canuto  <everaldo@simios.org>
4481
4482         * XplatUIStructs.cs: MsgUIState structure added.
4483
4484 2007-02-18  Gert Driesen  <drieseng@users.sourceforge.net>
4485
4486         * FileDialog.cs: Removed need for separate fileName field. On 2.0
4487         profile, do not check filename(s) for illegal character if filename(s)
4488         were set non-interactively but always check on 1.0 profile. Fixed NRE
4489          in DefaultExt and only strip off first leading dot. Improve exception
4490         message when invalid Filter is set. Do not ignore InitialDirectory if
4491         it does no exist. Store specified Title, and if empty use default
4492         title (depending on type of dialog). Added an internal DialogTitle 
4493         property for retrieving dialog title. Fixed logic of displayed dir to
4494         more closely match MS. Avoid setting ComboBox.Text to a zero-length 
4495         string as its buggy.
4496         * OpenFileDialog.cs: In OpenFile, throw ArgumentNullException if
4497         FileName is a zero-length string (it can never be null). Override 
4498         DialogTitle property to set default title of dialog box.
4499         * SaveFileDialog.cs: Override DialogTitle property to set default
4500         title of dialog box.
4501
4502 2007-02-18  Gert Driesen  <drieseng@users.sourceforge.net>
4503
4504         * FileDialog.cs: Modify default text of filename and filetype labels
4505         to match that of MS. Reset do_not_call_OnSelectedIndexChanged...
4506         after we've updated the SelectedIndex. Fixes part of bug #80887.
4507         * SaveFileDialog.cs: Set text of filetype label.
4508
4509 2007-02-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4510
4511         * LabelEditEventArgs.cs: New internal SetLabel method, to set the
4512         label field. Needed by latest Jackson's fixes for ListView.
4513
4514 2007-02-16  Andreia Gaita  <avidigal@novell.com>
4515
4516         * PrintPreviewControl/PrintPreviewDialog: Properly dispose of 
4517         print preview images.
4518
4519 2007-02-16  Jackson Harper  <jackson@ximian.com>
4520
4521         * ListView.cs: Make AfterLabelEdit work correctly.
4522         * FileDialog.cs: After changing the name of the folder, we have to
4523         make sure that it is created, or that we pop up an error because
4524         it already exists.
4525
4526 2007-02-16  Jackson Harper  <jackson@ximian.com>
4527
4528         * X11Dnd.cs: Implement aliases on mime handlers, so things like
4529         System.String are mapped to text.
4530         - Handle dataobjects, getting all the possible formats out of them
4531         - We dont need the drag event args before we give feedback. This
4532         allows feedback cursors to be immediate before selections have
4533         been converted.
4534
4535 2007-02-16  Jackson Harper  <jackson@ximian.com>
4536
4537         * TextBoxBase.cs: Modified the method for inserting images to
4538         taking a line and position instead of tag and position.
4539         * RichTextBox.cs: Handle PngBlip data by inserting the png image
4540         into the RTF file.
4541         * TextControl.cs: Allow images to be inserted as the first tag of
4542         a line.
4543         - Fix some off by one issues when we assume the first tag is a
4544         text tag, not an image tag.
4545
4546 2007-02-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4547
4548         * ListView.cs: Set focus to ListView when ItemControl gets a
4549         WM_RBUTTONDOWN message, to mimic .Net behaviour. 
4550         Fixes part of #80467.
4551
4552 2007-02-15  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4553
4554         * DateTimePicker.cs: Call RecreateHandle if the Format changes and
4555           validate Text input (if null or empty string reset Value to default
4556           value). Fixes #80830.
4557
4558 2007-02-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4559
4560         * ListView.cs: Set owner as null for columns and items when
4561         Dispose is invoked. Fixes #80607.
4562
4563 2007-02-14  Jonathan Pobst  <monkey@jpobst.com>
4564
4565         * ToolStrip.cs: Allow LayoutStyle.Flow, make sure to call OnOpening when
4566         showing DropDowns, don't show a Grip when doing Flow layout.
4567         [This fixes the toolbox in PDN 2.72.]
4568         * ToolStripItem.cs: Add Anchor property and some internal properties to
4569         reduces needed changes to FlowLayout.
4570         * ToolStripOverflow.cs: Remove unused variable.
4571         * ToolStripSplitStackLayout.cs: If a ToolStripItem isn't visible, don't
4572         use it in the layout calculations.
4573
4574 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
4575
4576         * ToolTip.cs: Add HotkeyPrefix.Hide to MeasureString format, it fix an issue
4577         reported in #79640.
4578         
4579         * ThemeWin32Classic.cs: Uses format for MeasureString in ToolTipSize to fiz
4580         size calculation.
4581
4582 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
4583
4584         * ToolBar.cs, ToolBarButton.cs: Revert and remove HotkeyPrefix from 
4585         MeasureString format, it can make button very large in some cases, it is
4586         strange but is what win32 do.
4587
4588 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
4589
4590         * ToolBar.cs, ToolBarButton.cs: Uses format in MeasureString to fix string 
4591         size calculation.
4592
4593         * ThemeWin32Classic.cs: Set HotkeyPrefix in toolbar text format to fix text
4594         rendering, the value is based on MenuAccessKeysUnderlined.
4595
4596 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
4597
4598         * Theme.cs: Change MenuAccessKeysUnderlined to "true" that is value used
4599         for most themes.
4600         
4601         * ThemeWin32Classic.cs: Override MenuAccessKeysUnderlined as false.
4602         
4603         * ThemeNice.cs, ThemeGtk.cs, ThemeClearlooks.cs: Remove always_draw_hotkeys
4604         and use MenuAccessKeysUnderlined instead.
4605
4606 2007-02-13  Andreia Gaita  <avidigal@novell.com>
4607
4608         * ContainerControl.cs: Focus fix for nunit treeview selection bug.
4609         A selected control would not get a Focus call if:
4610                 - the default active control of the container is the same as
4611                   the one that was selected
4612                 - we are switching from one container to another
4613         Under these conditions, the container being selected already has
4614         an active_control, which is the same as the one being activated, 
4615         so set_ActiveControl would always return and not send the Focus
4616         call. Fix to check if the currently active control of the container
4617         is actually focused.
4618
4619 2007-02-13  Jonathan Pobst  <monkey@jpobst.com>
4620
4621         * StatusStrip.cs: Implement the spring layout.
4622         * ToolStripControlHost.cs: Make sure the hosted control's visibility
4623         always matches the host.
4624         * ToolStripItem.cs: Write a more accurate layout for TextBeforeImage
4625         and TextAfterImage.
4626
4627 2007-02-13  Andreia Gaita  <avidigal@novell.com>
4628
4629         * Control.cs: Code reorganization only.
4630           - Reorganize the WndProc cases so that each case has it's own handling method, 
4631           to help with the no-line-numbering stack traces.
4632           - Formatting changes (it's vstudio's fault, really :p)
4633
4634 2007-02-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4635
4636         * MonthCalendar.cs: Switch to using Thread.CurrentCulture instead of
4637           Thread.CurrentUICulture to match DateTimePicker's (and MS)
4638           behaviour.
4639
4640 2007-02-12  Jackson Harper  <jackson@ximian.com>
4641
4642         * RichTextBox.cs:
4643         * TextBox.cs: By default we have a non multiline document
4644         - use the multiline property instead of the internal variable
4645         * TextBoxBase.cs: Treat multiline and non multiline the same in
4646         most places.
4647         - Use the documents multiline flag instead of tracking it ourself
4648         * TextControl.cs: Attempt at getting multiline to match MS
4649         behavior.  Lines now track an offset, which is either their X or Y
4650         offset depending on whether or not we are in multiline mode.
4651         - Update all the methods to understand that lines have an X value.
4652         - Fix crash in Undo::Duplicate when empty lines are deleted.
4653
4654 2007-02-12  Everaldo Canuto  <everaldo@simios.org>
4655
4656         * Label.cs: CalcPreferredHeight and CalcPreferredWidth methods removed and 
4657         code moved to properties PreferredHeight and PreferredWidth. It solve the
4658         all problems when preferred sizes must be recalculated. Fixes #80801.
4659
4660 2007-02-12  Everaldo Canuto  <everaldo@simios.org>
4661
4662         * Label.cs: Fix CalcPreferredHeight for 2.0 that must return only
4663         font height when compatible_text_rendering is false. Partially fix #80801.
4664
4665 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
4666
4667         * Form.cs: Fixed typo in exception message. Fixes bug #80779.
4668
4669 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
4670
4671         * Form.cs: Improved exception messages in ShowDialog.
4672
4673 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
4674
4675         * PrintDialog.cs: On 1.0 profile, throw ArgumentException in RunDialog if
4676         PrinterSettins has not been set. On 2.0 profile, initialize PrinterSettings
4677         if not set. Fixes bug #80764. Avoid accessing current_settings field
4678         directly.
4679
4680 2007-02-08  Everaldo Canuto  <everaldo@simios.org>
4681
4682         * Theme.cs: An new property MenuAccessKeysUnderlined added with default value
4683         false.
4684
4685         * SystemInformation.cs: An new property MenuAccessKeysUnderlined added, it is
4686         public in 2.0 and for easy maintenance and dont break compatibility it is 
4687         internal in 1.1.
4688         
4689 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
4690
4691         * ToolStripItem.cs: Implement using images from ImageList.
4692
4693 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4694
4695         * DateTimePicker.cs: Change default date-formatting culture from
4696           CurrentThread.CurrentUICulture to CurrentThread.CurrentCulture,
4697           seems to be the way MS does it.
4698
4699 2007-02-08  Andreia Gaita  <avidigal@novell.com>
4700
4701         * PrintPreviewControl.cs: rewrite toolbar code to fix #80725. Correct 6-up image 
4702         (the 6 was cut off on the right side)
4703
4704 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
4705
4706         * Form.cs: Tell MenuStrips to close when the form is clicked.
4707         * MenuStrip.cs, ToolStrip.cs, ToolStripControlHost.cs, 
4708         ToolStripDropDown.cs, ToolStripDropDownItem.cs, ToolStripItem.cs,
4709         ToolStripItemCollection.cs, ToolStripMenuItem.cs, ToolStripProfessionalRenderer.cs,
4710         ToolStripSplitButton.cs, ToolStripSplitStackLayout.cs: Add 
4711         support for Overflow, where items that do not fit are automatically
4712         reparented to a drop down menu.
4713         * ToolStripOverflow.cs, ToolStripOverflowButton.cs: Added.
4714         Also: fixes bug #80747.
4715
4716 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4717
4718         * ComboBox.cs: Remove warning (unused code).
4719         * ScrollableControl.cs: Remove warning for 1.1 profile.
4720
4721 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4722
4723         * Form.cs: Remove a warning.
4724
4725 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4726
4727         * DateTimePicker.cs: Fixed a NRE if CustomFormat was null. Handles the
4728           'g' specifier, not documented anywhere, but seems to always show up
4729           as a single space (might have something to do with the DateTime 'g'
4730           specifier, which is the era format, but since DateTimePicker can't
4731           go earlier than 1753 it wouldn't matter) . Fixed quote handling,
4732           won't crash if the format has an unmatched quote. Now shows
4733           single-character formats correctly. Fixes #80744.
4734
4735 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
4736
4737         * StatusStrip.cs: Stretch property needs to call base.Stretch,
4738         not this.Stretch to fix stack overflow. [Fixes bug #80760]
4739
4740 2007-02-07  Chris Toshok  <toshok@ximian.com>
4741
4742         * ThemeWin32Classic.cs (DrawButtonBase): don't clear to the
4743         background color.  it overwrites the background image we've
4744         already painted.  Fixes #80599.
4745
4746 2007-02-07  Chris Toshok  <toshok@ximian.com>
4747
4748         * DataGrid.cs: return immediately from Edit() when there are no
4749         columns.  Fixes #80662.
4750
4751 2007-02-07  Chris Toshok  <toshok@ximian.com>
4752
4753         * MessageBox.cs: fix #80625.  don't always show the Help button in
4754         2.0.  use the displayHelpButton parameter to determine if we
4755         should show it. Also, make the internal show_help field private.
4756
4757 2007-02-07  Chris Toshok  <toshok@ximian.com>
4758
4759         * Control.cs (SetVisibleCore): check in the proposed patch for
4760         80604, and set is_visible before calling CreateControl.
4761
4762 2007-02-07  Jonathan Pobst  <monkey@jpobst.com>
4763
4764         * ListView.cs: UseCompatibleStateImageBehavior setter changed from NIEX to 
4765         MonoInternalNote.  This is added automagically by VS2005, so let's not crash
4766         on it.
4767
4768 2007-02-06  Everaldo Canuto  <everaldo@simios.org>
4769
4770         * MenuAPI.cs: hotkey_active internal field added, it is required because
4771         we need to know when hotkeys must be draw, before this change a keystate
4772         Navigating was used but we can have menu in navigating state without
4773         hotkeys. Fixes #80694.
4774         
4775         * ThemeWin32Classic.cs: Only draw hot keys when hotkey_active is true.
4776
4777 2007-02-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4778
4779         * Control.cs: Handle WM_CAPTURECHANGED in 1.1 code as well, and change
4780           corresponding events and methods to be internal for 1.1 profile and
4781           public for 2.0 profile (required by SizeGrip).
4782         * Form.cs: Use SizeGrip as a virtual SizeGrip (and don't add it to the
4783           implicit control list). Don't set the size nor the location of the
4784           SizeGrip anymore as it's not needed.
4785         * SizeGrip.cs: Rewrote large parts, it now supports a virtual mode to
4786           draw directly on the captured control (fixes #80656). Removed
4787           ShowGrip (it wasn't used anywhere), redraw (always true), added
4788           GetDefaultSize and GetDefaultRectangle to calculate defaults.
4789         * ScrollableControl.cs: Make UpdateSIzeGripVisible internal so it can
4790           be called from SizeGrip.
4791
4792 2007-02-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4793
4794         * Timer.cs: Throw ArgumentException if Interval <= 0.
4795
4796 2007-02-05  Jackson Harper  <jackson@ximian.com>
4797
4798         * TreeView.cs: We need to check scrollbar visibility when window
4799         visibility is updated, because non visible trees don't ever add
4800         scrollbars.
4801         * Cursor.cs: We want the override cursor to be reset to NULL when
4802         we set current cursor to the default cursor.
4803
4804 2007-02-05  Jackson Harper  <jackson@ximian.com>
4805
4806         * TextControl.cs: Don't have crlfs when we are non multiline.
4807         - Consolidate the line position.
4808
4809 2007-02-05  Jackson Harper  <jackson@ximian.com>
4810
4811         * X11Keyboard.cs: BACK+CTRL gets a special char code.
4812
4813 2007-02-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4814
4815         * XplatUIX11.cs: Implemented WM_CAPTURECHANGED support, we're now
4816           handling LeaveNotify->NotifyUngrab in order to send
4817           WM_CAPTURECHANGED. However sometimes the NotifyUngrab arrives late
4818           after calling XUngrabPointer, so we call WindowUngrabbed directly
4819           from UngrabWindow in order to send WM_CAPTURECHANGED immediately.
4820         * Control.cs: Handle WM_CAPTURECHANGED in order to raise
4821           MouseCaptureChanged correctly. Also create handles if changing
4822           Capture (matches MS behaviour).
4823
4824 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4825
4826         * SizeGrip.cs: Make the last change 2.0 only.
4827
4828 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4829
4830         * SizeGrip.cs: If resizing and the capture is lost, revert any size
4831           changes to initial size (fixes #80597).
4832
4833 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4834
4835         * SizeGrip.cs: Use the normal icon for SizeGrip if it is disabled.
4836
4837 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4838
4839         * SizeGrip.cs: Only draw sizegrip if enabled (but always draw
4840           background) and only allow dragging if enabled. This way the
4841           sizegrip can be used to fill the open square that otherwise would
4842           have been shown in the bottom right corner of ScrollableControl
4843           when ScrollableControl is not suppose to support sizing.
4844         * ScrollableControl.cs: Create UpdateSizeGripVisible to decide when the
4845           sizegrip is shown and enabled, and hook up with necessary events.
4846
4847 2007-02-01  Chris Toshok  <toshok@ximian.com>
4848
4849         * DataGridTextBoxColumn.cs: clean up the
4850         GetFormattedString/GetColumnValueAtRow combination of functions.
4851         Also fix UpdateUI, and the initial state of
4852         IsInEditOrNavigateMode.
4853
4854         * DataGridTextBox.cs: don't chain up to base.OnMouseWheel - we
4855         aren't supposed to scroll the textbox here, we're supposed to
4856         scroll the datagrid.
4857
4858 2007-02-01  Chris Toshok  <toshok@ximian.com>
4859
4860         * ComboBox.cs: use vscrollbar_ctrl.Dock instead of explicitly
4861         setting the position.
4862
4863 2007-02-01  Chris Toshok  <toshok@ximian.com>
4864
4865         * DataGrid.cs (OnLeave): we can now do the CancelCurrentEdit thing
4866         here, since the most recent focus fixes keep us from generating
4867         the Leave event when our textbox gets focus.
4868         (Edit): we should be passing null for the column style's
4869         instantText parameter.
4870         
4871 2007-02-01  Jonathan Pobst  <monkey@jpobst.com>
4872
4873         * ToolStripDropDownItem.cs: Make sure DropDownOpening event is 
4874         raised.  Fixes menu text/icons not showing up in PDN.
4875
4876 2007-02-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4877
4878         * Control.cs: Remove code in constructor that makes every
4879         control with WS_CHILD set have initial location -1, -1.
4880
4881 2007-01-31  Jackson Harper  <jackson@ximian.com>
4882
4883         * X11Dnd.cs: Take the keyboard on init to reduce coupling with
4884         XplatUIX11.
4885         * XplatUIX11.cs: Give teh keyboard to teh dnd.
4886
4887 2007-01-31  Jackson Harper  <jackson@ximian.com>
4888
4889         * X11Dnd.cs: Use IDataObject instead of the DataObject class.
4890         - Remove some debug code.
4891
4892 2007-01-31  Jackson Harper  <jackson@ximian.com>
4893
4894         * XplatUIX11.cs: If you set the override cursor during a grab, it
4895         should actually override the grab cursor.  This comes into play
4896         when you are setting custom cursors in a DND feedback method.
4897
4898 2007-01-31  Jackson Harper  <jackson@ximian.com>
4899
4900         * X11Dnd.cs: Add support for handling the QueryContinue and
4901         GiveFeedback events.
4902         - Cancel drag and drop actions when the escape key is clicked.
4903         * XplatUIX11.cs: Let the dnd subsystem get key events, so that it
4904         can handle the ESCAPE key.
4905         - Allow dnd to swallow BUTTONUP messages if it needs to.  This is
4906         done when dnd events are continued after the button is released.
4907         - Add a new helper method so that dnd can translate key events.
4908
4909 2007-01-31  Alexander Olk  <alex.olk@googlemail.com>
4910
4911         * FileDialog.cs: Rewrite of Jacksons OnClickCancelButton patch to
4912         make it more obvious what is happening.
4913
4914 2007-01-30  Jackson Harper  <jackson@ximian.com>
4915
4916         * XplatUIX11.cs: Don't break when handling button release in drag
4917         and drop operations. We need that BUTTONUP message to get through
4918         so capture is released.
4919         * X11Dnd.cs: We don't need to manually grab the pointer anymore,
4920         this is handled automatically when the mouse is down.
4921
4922 2007-01-30  Jackson Harper  <jackson@ximian.com>
4923
4924         * FileDialog.cs: OnClickCancelButton gets called whenever the dialog
4925         is closed, so we need to make sure that we aren't changing the
4926         dialog result when the OK (Open or Save) button has been clicked
4927         and we are closing the window ourselves.  Note we don't need to
4928         worry about the cache being written in this case, because it was
4929         already done in the previous FilOk call.
4930
4931 2007-01-30  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4932         
4933         * DateTimePicker.cs: Remove a warning.
4934         * ComboBox.cs: Remove a couple of warnings.
4935
4936 2007-01-29  Chris Toshok  <toshok@ximian.com>
4937
4938         * XplatUIX11.cs: don't crash, and remove the icon if the user has
4939         set one, if SetIcon is passed a null icon.
4940
4941 2007-01-29  Andreia Gaita  <avidigal@novell.com>
4942
4943         * TextBox.cs: Redraw when the password characters changes
4944         * TextControl.cs: Check if textbox has a password char and draw 
4945         a line of password chars instead of the text in the line. LineTag gets 
4946         an extra Draw() method which allows document.Draw to override the text 
4947         that will be drawn. Removes 1024 char limitation on length of passworded 
4948         lines.
4949
4950 2007-01-29  Jackson Harper  <jackson@ximian.com>
4951
4952         * TextBoxBase.cs: Deleting sections of text is undoable.  Deleting
4953         single chars is not.
4954
4955 2007-01-28  Jonathan Pobst  <monkey@jpobst.com>
4956
4957         * TextRenderer.cs: Fix cutting off the bottom of letters like "j" by
4958         one pixel.  Fix a StackOverflowException caused by an overload wrongly
4959         calling itself.
4960
4961 2007-01-26  Everaldo Canuto  <everaldo@simios.org>
4962
4963         * MenuAPI.cs: Fixed kerboard grab problem when "enter"key is pressed,
4964         also remove ProcessArrowKey and put the code inside ProcessKeys.
4965
4966 2007-01-26  Jonathan Pobst  <monkey@jpobst.com>
4967
4968         * PaddingConverter.cs: Added.
4969
4970 2007-01-26  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4971         
4972         * ThemeWin32Classic.cs: Only draw the text of a StatusBar if
4973         ShowPanels is false (fixes #80600). Only draw up to 127 characters
4974         of text (fixes #80601). For panels clip the text to draw to the
4975         panel (fixes #80603).
4976
4977 2007-01-26  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4978
4979         * ComboBox.cs: Fixed implementation of ResetText.
4980
4981 2007-01-25  Jackson Harper  <jackson@ximian.com>
4982
4983         * TextControl.cs: For the last char of a line we need to use the
4984         line size, not that chars width, since it won't actually be
4985         computed since the right side of a char is based on the start of
4986         the left side of the next char, and the next char does not exist.
4987
4988 2007-01-25  Chris Toshok  <toshok@ximian.com>
4989
4990         * Splitter.cs: fix the new unit tests, and reindent some switch
4991         statements.
4992
4993 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4994
4995         * ComboBox.cs: Implemented 2.0 methods and events.
4996         * TextBoxBase.cs: Added OnTextUpdate, so that
4997         ComboBox.ComboTextBox can inform ComboBox of it.
4998
4999 2007-01-25  Jackson Harper  <jackson@ximian.com>
5000
5001         * TextControl.cs: Respect ShowSelection when deciding whether or
5002         not to display the caret, this allows comboboxes to have carets
5003         when the combotextbox does not have focus.
5004
5005 2007-01-25  Jackson Harper  <jackson@ximian.com>
5006
5007         * TextControl.cs: Add a Suspend/Resume for updating, basically the
5008         same as the Suspend/Resume for recalc, except this will do actual
5009         Invalidates.
5010         - New Undo manager, works much like the MS version.
5011         - Implemented Redo
5012         * TextBoxBase.cs: The Cut operation is undoable.
5013
5014 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5015         
5016         * TextBoxBase.cs: Don't antialias text. Makes it look way better
5017         on Windows (no difference on Linux).    
5018
5019 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5020
5021         * XplatUIWin32.cs: Set SWP_NOACTIVATE in RequestNCRecalc as well,
5022         we don't want to activate any windows. Fixes #79433.
5023
5024 2007-01-25  Jonathan Pobst  <monkey@jpobst.com>
5025
5026         - ButtonBase.cs: Fix capitalization of parameter: disposing.
5027         [Fixes bug #80609]
5028
5029 2007-01-25  Alexander Olk  <alex.olk@googlemail.com>
5030
5031         * FileDialog.cs:
5032         - Move to using System.ComponentModel.EventHandlerList
5033         - Replace Refresh with Invalidate
5034         - Clear the mime filecache on closing
5035         - Some other memory reducing work. After beeing closed FD now uses
5036           only about 300 KB for the fdo mime stuff plus the memory of the
5037           cached icons.
5038         * Mime.cs: Changed coding style and removed unnecessary commented
5039         code. Some more memory memory reducing work.
5040
5041 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5042
5043         * ComboBox.cs: Implemented FlatStyle and DropDownHeight, and added
5044         a few other missing 2.0 properties.
5045         * Theme.cs: Added DrawFlatStyleComboBox.
5046         * ThemeWin32Classic.cs: Implemented DrawFlatStyleComboBox.
5047
5048 2007-01-24  Chris Toshok  <toshok@ximian.com>
5049
5050         * XplatUIX11.cs: fix the wake_waiting logic - we always clear the
5051         wake_waiting flag, not just when there's data to be read.  if we
5052         don't, then future wakeup's won't reach us and we'll be doomed to
5053         wait for the entire 1 second timeout forever (unless there are X
5054         events to be had).
5055
5056 2007-01-24  Jonathan Pobst  <monkey@jpobst.com>
5057
5058         * ComboBox.cs: FindStringExactMaxException doesn't throw AOORE on 2.0
5059         until you pass Items.Count, not Items.Count - 1 like 1.1.
5060
5061 2007-01-24  Gert Driesen  <drieseng@users.sourceforge.net>
5062
5063         * ColumnHeader.cs: Fixed ParamName in ArgumentOutOfRangeException.
5064
5065 2007-01-24  Jonathan Pobst  <monkey@jpobst.com>
5066
5067         * ToolStripContainer.cs: The recent Dock fix exposed that I was
5068         adding the panels in the wrong order.
5069
5070 2007-01-24  Jackson Harper  <jackson@ximian.com>
5071
5072         * TextBoxBase.cs: When we move the caret we also need to move the
5073         selection, this fixes some random crashing after doing select
5074         text, unselect, delete a char, paste.
5075
5076 2007-01-24  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5077
5078         * Form.cs: Update SizeGrip's location even if it's not visible (fixes #80592).
5079
5080 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
5081
5082         * Control.cs: In OnParentBackgroundImageChanged remove conditions to call
5083         OnBackgroundImageChanged, it mimics win32 behavior. Fixes #80553. 
5084         * ToolBar.cs: Force redraw in BackgroundImageChanged.
5085
5086 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
5087
5088         * ToolBar.cs:
5089         - Implement support for vertical toolbars. Fixes #80539;
5090         - Call LayoutToolBar when resize, it fix some other problems in layout.
5091         - Rename requested_height to requested_size, as we can have width on it
5092         when toolbar is vertical.
5093         - Create a private property "Vertical" that uses Dock to verify when 
5094         toolbar is vertical or not.
5095         - Set ControlStyles when change Dock property.
5096         - Refactory in LayoutToolBar to have better variables names and to support
5097         vertical toolbars.
5098         - Fixes default value for ButtonSize when button count is equal zero, size
5099         must be (39, 36) test case writed.
5100
5101 2007-01-23  Chris Toshok  <toshok@ximian.com>
5102
5103         * Control.cs: fix the checks so that they work correctly for mdi
5104         parents/children.
5105
5106 2007-01-23  Chris Toshok  <toshok@ximian.com>
5107
5108         * Control.cs: ControlCollection seems to have super-secret
5109         abstraction breaking knowledge of Mdi containers.  allow MdiClient
5110         to add toplevel controls.
5111
5112 2007-01-23  Chris Toshok  <toshok@ximian.com>
5113
5114         * Control.cs: throw an ArgumentException if a toplevel control is
5115         added to our control collection from ControlCollection.Add, as
5116         well as from ControlCollection.IList.Add.  This fixes the
5117         ControlSetTopLevelTest.TestTopLevelAdd unit test.
5118
5119         Also, in ControlCollection.IList.Add, don't through an
5120         ArgumentNullException, throw an ArgumentException, when value ==
5121         null.  This matches MS.
5122
5123 2007-01-23  Chris Toshok  <toshok@ximian.com>
5124
5125         * BindingSource.cs: initial, incomplete, implementation of
5126         BindingSource.
5127
5128 2007-01-23  Jackson Harper  <jackson@ximian.com>
5129
5130         * TextControl.cs:
5131         * TextBoxBase.cs: Checking in some pieces of the undo stuff so
5132         that I can fix a broken unit test (TextBoxTest::ClearUndo)
5133         
5134 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
5135
5136         * ToolBar.cs: Add status fields to ToolBarButtonInfo.
5137
5138 2007-01-23  Andreia Gaita  <avidigal@novell.com>
5139
5140         * TreeNode.cs: Add new 2.0 ImageKey and SelectedImageKey properties.
5141         * TreeNodeCollection.cs: New Add() methods, ContainsKey and
5142         IndexOfKey() for 2.0
5143
5144 2007-01-23  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5145
5146         * XplatWin32.cs: In RequestNCRecalc call SetWindowPos with SWP_NOZORDER
5147         to prevent it from changing z-order.
5148         * MdiWindowManager.cs: Refactor part of SetWindowState to MdiClient, only
5149         leave UI updates in MdiWindowManager.
5150         * InternalWindowManager.cs: Check for 0 sized nc areas and make them
5151         1 sized (NC handling goes weird on Linux otherwise).
5152         * MdiClient.cs: Add missing ExStyle (WS_EX_CLIENTEDGE), so it's no longer
5153         necessary to handle WM_NCCALCSIZE anymore. This also made it possible to
5154         remove a few NCRequestRecalcs. Changed calculations in IconicBounds
5155         to use ClientSize of MdiClient instead of entire size. Refactored ActivateChild
5156         and SetWindowState(s) to allow for changing the size of an activated child
5157         before activating it (reduces a lot of flicker).
5158
5159 2007-01-22  Jonathan Pobst  <monkey@jpobst.com>
5160
5161         * Form.cs: Changing FormBorderStyle has different semantics based
5162         on whether the Form is visible or not.  If not visible, don't change
5163         the Size.  But InvalidateNC needs to be called to force the window
5164         to pick up the changes and redraw itself.  [Fixes bug #80574]
5165
5166 2007-01-22  Jonathan Pobst  <monkey@jpobst.com>
5167
5168         [Moma work]
5169         * ContainerControl.cs: ProcessCmdKey.
5170         * ErrorProvider.cs: new constructor.
5171         * Form.cs: fix AutoValidateEvent compiler warning.
5172         * Label.cs: fix OnAutoSizeChanged compiler warning.
5173         * MenuStrip.cs: fix CanOverflow compiler warning.
5174         * TabControl.cs: SelectTab, OnSelected methods, Selected event.
5175         * TextBox.cs: Dispose.
5176         * ToolStrip.cs: CanOverflow, re-enable double buffering.
5177         * ToolStripControlHost.cs: fix CausesValidation compiler warning.
5178         * ToolStripDropDown.cs: fix ContextStripMenu compiler warning.
5179         * ToolStripItem.cs: Overflow, RightToLeft properties.
5180
5181 2007-01-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5182
5183         * Form.cs: Move the layout of the main form to MdiWindowManager.
5184         * MdiWindowManager.cs: If WindowState changes from or to Maximized,
5185         do a layout of the main window to update MdiClient's client area to
5186         the right area. Fixes #80533. Remove the calculation of nc size, 
5187         it was just wrong and the correct one is the same as for 
5188         InternalWindowManager. 
5189
5190 2007-01-20  Jonathan Pobst  <monkey@jpobst.com>
5191
5192         * Control.cs: Setting Anchor or Dock needs to reset the other
5193         to its default.  [Fixes bug #80556]
5194
5195 2007-01-20  Chris Toshok  <toshok@ximian.com>
5196
5197         * CheckedListBox.cs: class status changes.
5198
5199         * ScrollableControl.cs: same.
5200
5201         * RichTextBox.cs: same.
5202
5203         * ContainerControl.cs: same.
5204
5205         * ListView.cs: same.
5206
5207         * NotifyIcon.cs: same.
5208
5209         * MenuStrip.cs: same.
5210
5211         * RadioButton.cs: same.
5212
5213         * CheckBox.cs: same.
5214
5215         * PrintPreviewDialog.cs: same.
5216
5217         * Form.cs: same.
5218
5219 2007-01-19  Jonathan Pobst  <monkey@jpobst.com>
5220
5221         * TreeNode.cs: Apply Alan's patch for Name property.
5222
5223 2007-01-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5224         
5225         * Form.cs: Implemented SizeGripStyle.
5226         * SizeGrip.cs: Check for minimum and maximum size for the
5227         control being resized and only resize if size has actually
5228         changed.
5229
5230 2007-01-19  Chris Toshok  <toshok@ximian.com>
5231
5232         * DataGridColumnStyle.cs: stop setting _readonly in the
5233         PropertyDescriptor setter.  fixes a unit test failure.
5234
5235         also, rename ParentReadOnly to TableStyleReadOnly, and have it
5236         just consult our table style (if we have one).  We don't need to
5237         consult the datagrid readonly attribute because that's passed in
5238         as the _ro arg to Edit.  this simplifies things a little.
5239         
5240         * DataGrid.cs: use CurrentColumn instead of
5241         current_cell.ColumnNumber just to simplify some of the code.
5242
5243         switch the order of some things in the CurrentCell setter to keep
5244         the previous cell from getting a textbox again -
5245         EnsureCellVisibility causes scrolling to happen, which calls Edit.
5246         So we need to set the new cell before calling it.
5247         
5248         call Edit in OnEnter, as does Microsoft.
5249         
5250         also, make sure the current table style isn't the one we create
5251         initially when checking to see if it's different than the one
5252         we're setting it to in BindColumns (this fixes #80421).
5253
5254         * GridTableStylesCollection.cs: table styles can have "" for a
5255         mapping name.  part of the fix for #80421.
5256
5257         * DataGridTextBoxColumn.cs: simplify the readonly calculation in
5258         Edit significantly.
5259
5260 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
5261
5262         * TextRenderer.cs: Rewrote to be complete-er, more MS-matching-er,
5263         and less GDI object leaky-er.
5264
5265 2007-01-18  Andreia Gaita  <avidigal@novell.com>
5266
5267         * LinkLabel.cs: Add opaque control style
5268
5269 2007-01-18  Jackson Harper  <jackson@ximian.com>
5270
5271         * TextControl.cs: Calculate width properly.
5272         - Don't store the tag's X offset, this can be figured out very
5273         easily.
5274         - When getting the caret tag make sure to get the last empty tag.
5275
5276 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
5277
5278         * Form.cs: Recalculate our size after setting a new FormBorderStyle.
5279         [Fixes bug #79959]
5280
5281         * Control.cs: Color.Empty shouldn't count for previous transparent
5282         redraw changes.
5283
5284 2007-01-18  Jackson Harper  <jackson@ximian.com>
5285
5286         * TextBox.cs:
5287         * RichTextBox.cs:
5288         * TextControl.cs: Starting to merge in some pieces of my older
5289         undo work.  Basically just some slight cleanup of the undo API.
5290
5291 2007-01-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5292
5293         * TrackBar.cs: Fix signature of RightToLeftLayout.
5294         * StatusBar.cs: Implemented missing 2.0 methods and attributes.
5295         * StatusBarPanel.cs: Implemented missing 2.0 methods and attributes.
5296         * Application.cs: Implemented UseWaitCursor.
5297
5298 2007-01-18  Jackson Harper  <jackson@ximian.com>
5299
5300         * TextControl.cs: We can't skip tags if any part of the tag is
5301         visible.
5302
5303 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
5304
5305         * ContainerControl.cs: Override OnLayout.
5306
5307 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
5308
5309         * NotifyIcon.cs: Add ContextMenuStrip and Tag properties.
5310
5311         * ContextMenuStrip.cs: Make sure context menu is shown on top of 
5312         everything else.
5313
5314 2007-01-18  Chris Toshok  <toshok@ximian.com>
5315
5316         * ContainerControl.cs: remove the partial handling of LBUTTONDOWN
5317         (leftover from the container_selected days, I'd wager).  fixes bug
5318         #80546.
5319
5320 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
5321
5322         * Control.cs: Apply patch from George to fix the new testcase on
5323         bug #80451.  We can't just check for Color.Transparent, we need 
5324         to check if the back color's alpha channel is < 255.
5325
5326 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
5327
5328         * Form.cs: Move setting show_icon = true to before the constructor
5329         so that the base constructor has that information when it calculates
5330         the form's size.  Was causing forms to be (6, 6) bigger than they
5331         were supposed to be.  Thanks for catching this Rolf!
5332
5333 2007-01-18  Jackson Harper  <jackson@ximian.com>
5334
5335         * TextControl.cs: When replacing a selection we need to invalidate
5336         from the initial selection start, because selection start is moved
5337         to the end of the replacement.
5338
5339 2007-01-18  Andreia Gaita  <avidigal@novell.com>
5340
5341         * LinkLabel.cs: Missing ControlStyles. Fixes #80482
5342
5343 2007-01-18  Chris Toshok  <toshok@ximian.com>
5344
5345         * DataGridTextBoxColumn.cs: fix most of the NotWorking unit tests
5346         I just added.
5347
5348 2007-01-17  Everaldo Canuto  <everaldo@simios.org>
5349
5350         * ToolBar.cs: Add layout methods to ToolBarButtonInfo class, every 
5351         layout methods and properties from ToolBarButton must be available
5352         into ToolBarButtonInfo.
5353
5354 2007-01-17  Jonathan Pobst  <monkey@jpobst.com>
5355
5356         * Control.cs: If the control has a transparent background, we
5357         need to refresh it when it moves and when it's parent's background
5358         image changes.  [Fixes bug #80451]
5359
5360 2007-01-17  Jonathan Pobst  <monkey@jpobst.com>
5361
5362         * XplatUIWin32.cs: Don't use 2.0 methods in 1.1 code!  Doh!
5363
5364 2007-01-17  Jonathan Pobst  <monkey@jpobst.com>
5365
5366         * XplatUIWin32.cs: Implement proper double buffering for Windows.
5367         [Fixes bug #80447, and probably speeds up things as well]
5368
5369 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5370
5371         * XplatUIX11.cs: Caption height for MDI children is 19, not 26.
5372         * XplatUIWin32.cs: We need to recalculate NC size after changing 
5373         window style to toolwindow (otherwise the client rectangle will be
5374         3 pixels to small for some reason).
5375         * MdiWindowManager.cs: Revert NC size calculations to match how
5376         they are calculated only based on window styles (to match
5377         Win32AdjustWindowRectEx, since otherwise when setting size or 
5378         location, Control will call Win32AdjustWindowRectEx to update client 
5379         size, which would provoke a paint, then we'd get a NCCALCSIZE and 
5380         calculate a different value of client size causing another paint 
5381         (and flickering))
5382         * InternalWindowManager.cs: When moving or resizing a window only
5383         update size or location if they actually changed.
5384         * ThemeWin32Classic.cs: ManagedWindowsBorderWidth is now 4 instead of 3
5385         (seems to match Windows behaviour better). Cleaned up 
5386         ManagedWindowDecorations to draw what's needed and nothing else
5387         (was drawing borders and lines where they shouldn't be)
5388         * Hwnd.cs: GetWindowRectangle now knows about MDI border sizes
5389         (style = 0xFFFF) and takes into account caption height when 
5390         calculating window rectangle.   
5391
5392 2007-01-16  Everaldo Canuto  <everaldo@simios.org>
5393
5394         * ToolBar.cs: Internal ToolBarButtonInfo class added, Because same button 
5395         can be added to toolbar multiple times, we need to maintain a list of 
5396         button information for each positions.
5397
5398 2007-01-16  Everaldo Canuto  <everaldo@simios.org>
5399
5400         * ToolBar.cs: Some small stetic changes.
5401
5402 2007-01-16  Jackson Harper  <jackson@ximian.com>
5403
5404         * TextBoxBase.cs: Use the new SuspendRecalc/ResumeRecalc methods
5405         that allow us to have nested recalc = false blocks.
5406         - Add paste support for images in the RichTextBox
5407         * RichTextBox.cs: flush the text after the color is changed, so
5408         the change takes effect.
5409         - Use SuspendRecalc
5410         - Some extra debugging info
5411         * TextControl.cs: Tags no longer track their length, it is just
5412         computed from the next tags length, this makes things a little
5413         simpler and reduces places that we have to track length changes.
5414         - Refactored the linetag class a little so we could make it
5415         a base class for different kinds of tags
5416         - Created a image tag, a tag that can have a single image inserted
5417         into it
5418         - Replace the norecalc flag with a Suspend/Resume Recalc pair, so
5419         that we can call suspend multiple times.
5420         - Add some debugging methods
5421
5422 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5423
5424         * MdiClient.cs: Add ActivatePreviousChild for 
5425         mdi child window navigation.
5426         * Form.cs: Use MdiClient.ActivateNextChild/
5427         ActivatePreviousChild instead of Form.SelectNextControl
5428         to select the next/previous child since 
5429         SelectNextControl doesn't do it in the same order
5430         as mdi children should do it.
5431
5432 2007-01-16  Chris Toshok  <toshok@ximian.com>
5433
5434         * Control.cs: remove container_selected field.
5435
5436 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5437
5438         * MdiClient.cs: Update main form's ActiveChild when
5439         updating keyboard focus for the mdi child.
5440
5441 2007-01-16  Jonathan Pobst  <jpobst@novell.com>
5442
5443         * Control.cs: PreferredSize fix.
5444
5445         * Form.cs: Add several 2.0 events, properties, and methods.
5446
5447 2007-01-16  Gert Driesen  <drieseng@users.sourceforge.net>
5448
5449         * Form.cs: Provide meaningful message when MdiParent is assigned a
5450         Form that is not an MdiContainer.
5451
5452 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5453
5454         * MdiClient.cs: Update main form's ActiveChild when
5455         activating a mdi child.
5456
5457 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5458
5459         * MdiWindowManager.cs: Fix NRE when merging menus and main form
5460         doesn't have a menu.
5461
5462         * Form.cs: Request NCRecalc after creating a mdi child window.
5463         Implement mdi key handling (Ctrl+F4, Ctrl+Shift+F4, Ctrl+Tab, 
5464         Ctrl+Shift+Tab, Ctrl+F6 and Ctrl+Shift+F6).
5465         
5466         * MdiClient.cs: Add new method SendFocusToActiveChild that either
5467         sends keyboard focus to the active child, or to the MdiClient
5468         if there are no child forms.
5469         
5470 2007-01-15  Chris Toshok  <toshok@ximian.com>
5471
5472         * ListView.cs: drop the *Internal overrides, just do our work in
5473         ItemControl's WndProc instead.
5474
5475         * UpDownBase.cs: a few large changes.  Fix up the Selectable state
5476         of the various controls, and forward the events properly (in the
5477         same manner as MS) from the textbox to the UpDown.  Also the
5478         ActiveControl of the UpDownBase gets set properly now.  Finally,
5479         we don't call UpdateEditText from the ctor.  Fixes bug #79957.
5480
5481         * NumericUpDown.cs: set Text in the ctor.
5482
5483         * DomainUpDown.cs: call UpdateEditText in the ctor.
5484         
5485         * TextBox.cs: on ms.net, WM_LBUTTONDOWN sets focus on the textbox,
5486         so even a Selectable = false textbox can be focused if you click
5487         in it.  Go figure.
5488
5489         * Control.cs: remove On{Got,Lost}FocusInternal.  Subclasses can
5490         just add their handling in their respective WndProc's.  Also add
5491         an explicit FocusInternal method that doesn't consult CanFocus
5492         before calling Select(this).
5493
5494         * TextBoxBase.cs: deal with removal of the FocusInternal calls -
5495         do our work in WndProc instead.
5496
5497         * TabControl.cs: same.
5498
5499         * ComboBox.cs: same.
5500
5501 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
5502
5503         * Menu.cs: implement MergeItems and Replace for MenuMerge method.
5504         Fixes #80006.
5505
5506 2007-01-15 Carlos Alberto Cortez <calberto.cortez@gmail.com>
5507
5508         * ListViewItem.cs:
5509         * ThemeWin32Classic.cs: Don't draw the item text outside
5510         item bounds in Details view, as well as use trimming.
5511         Fixes bug #80376.
5512
5513 2007-01-15  Jonathan Pobst  <jpobst@novell.com>
5514
5515         * Form.cs: Implement Form.ShowIcon.
5516         
5517         * XplatUIWin32.cs: Allow the SetIcon win32 call to set the icon to
5518         null, which when combined with the DlgModalFrame window style removes
5519         the icon from the title bar.
5520
5521 2007-01-15  Jonathan Pobst  <jpobst@novell.com>
5522
5523         * Control.cs: Call OnMouseClick after OnClick. (2.0)
5524
5525 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
5526
5527         * MdiWindowManager.cs: In CreateMaximizedMenu fix a position of icon
5528         menu when mdi child windows theres a menu, uses insert to get icon
5529         at first position. Partially fix #80006.
5530
5531 2007-01-15  Jonathan Pobst  <jpobst@novell.com>
5532
5533         * Clipboard.cs: Implement 2.0 methods.
5534
5535 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
5536
5537         * Menu.cs: Implement Insert method of MenuItemCollection class
5538         to fix MenuMerge.
5539
5540 2007-01-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5541
5542         * ListView.cs: Implement 2.0 FindItemWithText method.
5543
5544 2007-01-11  Everaldo Canuto  <everaldo@simios.org>
5545
5546         * Form.cs: When process WM_NCCALCSIZE message use ClienSize.Width
5547         to calculate menu bar size. Fixes #80290.
5548
5549 2007-01-11  Everaldo Canuto  <everaldo@simios.org>
5550
5551         * ThemeWin32Classic.cs: Fix position of menuitem check mark.
5552
5553 2007-01-11  Chris Toshok  <toshok@ximian.com>
5554
5555         * XplatUIX11.cs: don't send duplicate WM_ACTIVATE messages to the
5556         initial form.
5557
5558 2007-01-11  Chris Toshok  <toshok@ximian.com>
5559
5560         * LinkLabel.cs: make sure to call base.Select in our Select method
5561         if it turns out we're going to be selected (i.e. if we have a link
5562         that is going to receive focus).  That way our container's
5563         ActiveControl is updated properly.
5564
5565 2007-01-11  Chris Toshok  <toshok@ximian.com>
5566
5567         * LinkLabel.cs: turns out that LinkLabels are only Selectable if
5568         they have 1 or more links.  this fixes the crash gert reported.
5569
5570 2007-01-11  Andreia Gaita  <avidigal@novell.com>
5571
5572         * ContainerControl.cs: Remove ContainerSelected flag, not needed
5573         anymore.
5574
5575         * Control.cs (Controls.Add): Check if control to be added to the collection
5576         is a top level control, and throw an ArgumentException if it is.
5577         Remove ContainerSelectedFlag, not needed anymore.
5578
5579         * XplaUIWin32.cs (SetTopMost): Add flag SWP_NOACTIVATE so that setting the
5580         top most control doesn't activate the form. This fixes a problem in the
5581         MessageBox, where the default button wouldn't get focus because the form
5582         was activated before being Loaded - when the Owner is set, SetTopMost is
5583         called, and it would activate it.
5584
5585 2007-01-11  Jonathan Pobst  <jpobst@novell.com>
5586
5587         * Button.cs: When clicked and setting the parent form's DialogResult,
5588         use FindForm instead of Parent, since parent could be a container
5589         control and not the Form.  Fixes bug #80495.
5590
5591 2007-01-10  Chris Toshok  <toshok@ximian.com>
5592
5593         * Form.cs: move the call to SendControlFocus into the same
5594         is_loaded check.
5595
5596 2007-01-10  Chris Toshok  <toshok@ximian.com>
5597
5598         * UpDownBase.cs (.ctor): remove the ActiveControl assignment here.
5599         It breaks in the face of the new ActiveControl stuff, and should
5600         be unnecessary.
5601
5602         * Form.cs (WndProc): in the WM_ACTIVATE case, we need to set the
5603         activecontrol's focus if it's not already set, after we set
5604         ActiveControl, but before we call OnActivated.  Re-fixes #79667
5605         after the previous focus/active control fixes regressed it.
5606
5607         * Control.cs: reindent some code.
5608         
5609 2007-01-10  Chris Toshok  <toshok@ximian.com>
5610
5611         * Splitter.cs: clearing some outstanding changes from my tree.
5612         Replace all accesses (not writes) to the internal dock_style field
5613         with the Dock property.
5614
5615 2007-01-10  Chris Toshok  <toshok@ximian.com>
5616
5617         * Control.cs: make FireEnter, FireLeave, FireValidating, and
5618         FireValidated virtual.
5619
5620         * Form.cs: override and don't chain up calls to FireEnter and
5621         FireLeave.
5622
5623 2007-01-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5624
5625         * ListView.cs: Add more text padding space when using
5626         auto resize for columns (the previous value didn't work fine).
5627
5628         * ThemeWin32Classic.cs: Update text position inside columns,
5629         to match the appeareance of .Net.
5630
5631         * ColumnHeader.cs: When using auto resize, only the Width should
5632         depend on the sub items, not the Height. Also, set width after
5633         auto resizing (the value of Width should never remain as -1 or -2).
5634
5635 2007-01-10  Chris Toshok  <toshok@ximian.com>
5636
5637         * Application.cs: fix compilation errors when debug is enabled.
5638
5639 2007-01-10  Chris Toshok  <toshok@ximian.com>
5640
5641         * ContainerControl.cs (set_ActiveControl): rework this a bit (and
5642         add some nice ascii art pictures and explanation of the process).
5643         (GetMostDeeplyNestedActiveControl): new utility function we need
5644         because our ActiveControl can refer to a child container with its
5645         own ActiveControl.
5646
5647         * Form.cs (OnActivated): remove the call to SelectActiveControl
5648         from here, since you can override this method and not chain up,
5649         and winforms still sets the active control.
5650         (OnCreateControl): also remove the unnecessary SelectActiveControl
5651         call from here.
5652         (WndProc): it's actually called from the WM_ACTIVATE block, just
5653         before calling OnActivated.
5654
5655         * Control.cs (Select (Control)): move the call to XplatUI.SetFocus
5656         inside the else.  the ActiveControl setter will end up setting
5657         focus on @control.  This keeps us from setting it again (and
5658         generating an extra LostFocus/GotFocus pair).
5659         (Select (bool, bool)): reindent.
5660
5661 2007-01-10  Jonathan Pobst  <jpobst@novell.com>
5662
5663         * FlowLayoutPanel.cs, MenuStrip.cs, SplitContainer.cs, SplitterPanel.cs,
5664         StatusStrip.cs, TableLayoutPanel.cs, TableLayoutStyleCollection.cs,
5665         ToolStrip.cs, ToolStripComboBox.cs, ToolStripContainer.cs,
5666         ToolStripContentPanel.cs, ToolStripControlHost.cs, ToolStripDropDown.cs,
5667         ToolStripDropDownButton.cs, ToolStripDropDownItem.cs, ToolStripDropDownMenu.cs,
5668         ToolStripItem.cs, ToolStripMenuItem.cs, ToolStripPanel.cs, ToolStripPanelRow.cs,
5669         ToolStripSeparator.cs, ToolStripSplitButton.cs, ToolStripStatusLabel.cs
5670         ToolStripTextBox.cs: Another wave of corcompare work.
5671
5672 2007-01-09  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5673
5674         * ColumnHeader.cs: Implement 2.0 AutoResize method using
5675         the Width property.
5676
5677         * ListView.cs: Implement 2.0 AutoResizeColumn and AutoResizeColumns
5678         methods by callling Column.AutoResize method on columns.
5679
5680 2007-01-09  Jonathan Pobst  <monkey@jpobst.com>
5681
5682         * Control.cs: Provide proper implementations of PreferredSize
5683         and GetPreferredSize (2.0).
5684
5685 2007-01-09  Jonathan Pobst  <monkey@jpobst.com>
5686
5687         * Form.cs: Remove one character (!) to make my previous OnClosing
5688         stuff work for modal windows like MessageBox.
5689
5690 2007-01-09  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5691
5692         * ListView.cs:
5693         * ThemeWin32Classic.cs: Use ListView.GetReorderedColumn instead of
5694         ListView.Columns to get the last displayed column. Fixes #80452.
5695
5696 2007-01-09  Everaldo Canuto  <everaldo@simios.org>
5697
5698         * Label.cs, LinkLabel.cs: Source code identation fixes.
5699
5700 2007-01-08  Everaldo Canuto  <everaldo@simios.org>
5701
5702         * ToolBarButton.cs: Remove InvalidateBorder and use Invalidate instead,
5703         we dont need to invalidate only borders because when we invalidate four
5704         border lines the invalidate's generates a complete redraw of button, 
5705         because it now invalidate a complete rect some other redraws operations
5706         are fixed. Fixes #80196.
5707         
5708         * Theme.cs, ThemeNice.cs, ThemeClearLooks.cs, ThemeWin32Classic.cs:
5709         Remove ToolBarInvalidateEntireButton as it is not used.
5710
5711 2007-01-08  Jonathan Pobst  <monkey@jpobst.com>
5712         
5713         * Form.cs: Make sure that both OnClosing and OnFormClosing are
5714         called for 2.0 profile.
5715         * CloseReason.cs: Make class internal for 1.1.
5716
5717 2007-01-08  Jonathan Pobst  <monkey@jpobst.com>
5718
5719         * ToolStripManager.cs: Implement FindToolStrip functionality.
5720         * ToolStrip.cs: Register and unregister with ToolStripManager.
5721
5722 2007-01-07  Jonathan Pobst  <monkey@jpobst.com>
5723
5724         * Control.cs: This was messy.  2.0 moves much of ControlCollection
5725         to ArrangedElementCollection.  Implemented this with as few #if's as 
5726         possible (which is still too many).
5727
5728 2007-01-07  Jonathan Pobst  <monkey@jpobst.com>
5729
5730         * Control.cs: Implement SizeFromClientSize() [2.0].
5731
5732 2007-01-07  Everaldo Canuto  <everaldo@simios.org>
5733
5734         * Hwnd.cs: On GetClientRectangle add a new parameter border_static,
5735         use Theme.BorderSize to calculate area instead of static value 1, 
5736         by the way use new BorderStaticSize instead     Border3DSize when 
5737         border_static is true. Fixes #79537.
5738         
5739         * XplatUIOSX.cs: Fix call to GetClientRectangle. 
5740         
5741         * ThemeWin32Classic.cs: On CPDrawBorder3D dont draw inner border when
5742         it is not needed.
5743
5744 2007-01-06  Everaldo Canuto  <everaldo@simios.org>
5745
5746         * Hwnd.cs: Gives more code legibility to GetWindowRectangle.
5747
5748 2007-01-06  Everaldo Canuto  <everaldo@simios.org>
5749
5750         * Label.cs: Override CreateParams to use WS_EX_STATICEDGE instead of
5751         WS_EX_CLIENTEDGE in ExStyles when BorderStyle is Fixed3D, it is
5752         
5753         * Hwnd.cs: 
5754         - border_static field added, it will used to define when a control 
5755         theres 3D border but it must be static (thin).
5756         - In GetWindowRectangle use Theme.BorderSize to calculate area 
5757         instead of static value 1, by the way use new BorderStaticSize instead
5758         Border3DSize when border_static is true.
5759
5760         * XplatUIX11.cs, XplatUIOSX.cs: 
5761         - When WS_EX_STATICEDGE ExStyle is set define border_static as true.
5762         
5763         * Theme.cs: BorderStaticSize field added.
5764
5765 2007-01-05  Everaldo Canuto  <everaldo@simios.org>
5766
5767         * XplatUIX11.cs: Removed unused hwnd var in SetBorderStyle.
5768
5769 2007-01-05  Everaldo Canuto  <everaldo@simios.org>
5770
5771         * Control.cs: Under InternalBorderStyle call RecreateHangle to 
5772         mimic same behavior than win32 that set border only in CreateParams,
5773         it fix problems under CreateParams overrides. Fix #79442 and partial
5774         fix #79537.
5775         
5776         * XplatUIX11.cs: Dont set hwnd.border_style in SetBorderStyle instead
5777         of thi control you must call recreate handle. 
5778         
5779         * XplatUIWin32.cs: Remove all SetBorderStyle code, for win32 we dont
5780         need to do anything as RecreateHangle will take care about borders.
5781
5782 2007-01-05  Mike Kestner  <mkestner@novell.com>
5783
5784         * ListView.cs: hack to eliminate Lost/Got focus notifications on
5785         cycles between the ItemControl and parent.  Fixes #80388.
5786
5787 2007-01-05  Gert Driesen  <drieseng@users.sourceforge.net>
5788
5789         * Control.cs: Lazy init layout engine. Do not directly use 
5790         layout_engine since LayoutEngine may be overridden (on 2.0 profile).
5791
5792 2007-01-05  Chris Toshok  <toshok@ximian.com>
5793
5794         * DataGrid.cs: don't forceably rebind columns in SetDataSource
5795         unless our list manager has changed (i.e. unless we have reason to
5796         believe our columns have changed).  Fixes #80422.
5797         
5798         also, disable the call do BindColumns in
5799         OnListManagerMetaDataChanged.  this breaks this test in 2.0 (in
5800         1.1 the event isn't raised in response to a column addition on a
5801         table.)
5802
5803 2007-01-05  Jonathan Pobst  <monkey@jpobst.com>
5804
5805         * Control.cs: Move LayoutEngine.Layout to the OnLayout method, so
5806         that inheritors can not call it if they choose.  Fixes bug #80456.
5807
5808 2007-01-05  Andreia Gaita  <avidigal@novell.com>
5809
5810         * XplatUIWin32.cs: Initialize MSG.refobject at 0 so it 
5811         doesn't blow up with a null exception on marshalling.
5812         
5813 2007-01-05  Jonathan Pobst  <monkey@jpobst.com>
5814
5815         * Control.cs: Implement several 2.0 protected properties and methods.
5816         Ensure that all necessary events are being called when properties
5817         are set.
5818
5819 2007-01-05  Mike Kestner  <mkestner@novell.com>
5820
5821         * ListView.cs: implement PgUp/PgDn for Details view.  Also
5822         fixes First/LastVisibleIndex to use the item_control.ClientRect 
5823         instead of the parent control.  Fixes #80378.
5824
5825 2006-01-05  Atsushi Enomoto  <atsushi@ximian.com>
5826
5827         * PageSetupDialog.cs : cosmetic refactoring; use RegionInfo to
5828           determine whether to use yard-pound or not (bug #78399).
5829
5830 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
5831
5832         * FileDialog.cs: Sebastien fixed the libgdiplus png alpha
5833         problems. So it is time to bring back the old popupbutton colors.
5834
5835 2006-01-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5836
5837         * ColumnHeader.cs:
5838         * ListView.cs: Implement 2.0 ColumnHeader.DisplayIndex
5839         property by using the internal information of the
5840         columns order in ListView.
5841
5842 2007-01-04  Jonathan Pobst  <monkey@jpobst.com>
5843
5844         * CommonDialog.cs, Cursor.cs, ErrorProvider.cs, HelpProvider.cs:
5845         Add 2.0 Tag properties.
5846
5847         * LinkArea.cs: Add 2.0 ToString method.
5848
5849 2007-01-03  Chris Toshok  <toshok@ximian.com>
5850
5851         * DataGrid.cs: the Alt+0 handling was wrong, it should have been
5852         Ctrl+0.  Fixes bug #80367.  Also, don't eat the Delete keypress
5853         when we're editing, which fixes #80047.
5854
5855 2007-01-03  Chris Toshok  <toshok@ximian.com>
5856
5857         * Form.cs: apply patch contributed by Dominik Seichter.  fixes
5858         #80404.
5859
5860 2007-01-03  Jonathan Pobst  <monkey@jpobst.com>
5861
5862         * MenuStrip.cs, ToolStripMenuItem.cs: Add MdiWindowListItem
5863         property and implementation.
5864
5865         * Form.cs, MdiClient.cs, MdiWindowManager.cs: Add needed hooks
5866         for MdiWindowListItem property.
5867
5868         * ToolStripDropDown.cs: Don't consider hidden menu items while
5869         laying out the menu.
5870
5871 2007-01-03  Andreia Gaita  <avidigal@novell.com>
5872
5873         * SendKeys.cs: window handle is not needed in win32, so just
5874         get the active window for X after parsing keys and don't use
5875         it when building the message; it is passed by parameter to the 
5876         Xplat method and used there to build the message instead. Also,
5877         wait for events to be processed on SendWait, as opposed to Send,
5878         which doesn't wait :) Playing with threads and Send() completely 
5879         hangs on ms.net, only SendWait() works.
5880         
5881         XplatUIX11.cs
5882         X11Display.cs: Check for valid window handle.
5883
5884 2007-01-03  Jackson Harper  <jackson@ximian.com>
5885
5886         * TextControl.cs: Need to prevent wrap calculations when replacing
5887         text (this was there before i removed it accidently).
5888         - Don't update the cursor during the positioning, just set it to
5889         selection_start at the end of the operaion.
5890
5891 2007-01-03  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5892
5893         * Control.cs:
5894         * NotifyIcon.cs: corcompare work, no more X's in 1.1 class status.
5895         
5896 2007-01-03  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5897
5898         * MonthCalendar.cs: Added Click and DoubleClick events again,
5899         but this time they only hide Control's Click and DoubleClick.
5900         
5901 2007-01-03  Gert Driesen  <drieseng@users.sourceforge.net>
5902
5903         * Theme.cs: Re-enabled DefaultFont change. Use const to refer to
5904         System.Drawing assembly. Spaces to tabs. Removed extra tabs.
5905
5906 2007-01-02  Jackson Harper  <jackson@ximian.com>
5907
5908         * TextBoxBase.cs: We move the caret with the split now, so we
5909         don't need to explicitly move the caret after splitting.  This
5910         fixes the caret bumping down an extra line on Enter.
5911
5912 2007-01-02  Miguel de Icaza  <miguel@novell.com>
5913
5914         * ContainerControl.cs: Add AutoValidateChanged event (for PDN
5915         2.72). 
5916
5917         * ScrollableControl.cs: Add Scroll event.
5918
5919 2007-01-02  Mike Kestner  <mkestner@novell.com>
5920
5921         * ListView.cs: one more try with help from georgegiolfan@yahoo.com 
5922         to fix all hdr height padding codepaths.  Fixes #80207.
5923
5924 2007-01-02  Chris Toshok  <toshok@ximian.com>
5925
5926         * StatusBar.cs (.ctor): remove the Anchor setting, as it's just
5927         setting it to the Control defaults anyway, and it being after the
5928         Dock set was screwing up layout.
5929         (set_Dock): don't short circuit out of setting base.Dock.  Also,
5930         no need to call UpdateStatusBar here, as it'll be re-layed out if
5931         it needs to be.
5932
5933 2007-01-02  Mike Kestner  <mkestner@novell.com>
5934
5935         * ListView.cs: patch from georgegiolfan@yahoo.com to add padding
5936         to header height for width == -1. Fixes the rest of #80207.
5937
5938 2007-01-02  Mike Kestner  <mkestner@novell.com>
5939
5940         * ListView.cs: rework the mouse event forwarding everaldo added
5941         to translate the coordinates to the parent control not
5942         raise the parent events until after we've done our work. Hover
5943         needs more work, in the case where HoverSelection is on, because
5944         the item control receives more than one MouseHover per Enter
5945         event, so we need to ensure only the "first" hover gets forwarded.
5946         Opening a minor bug for that.
5947
5948 2007-01-02  Gert Driesen  <drieseng@users.sourceforge.net>
5949
5950         * CheckedListBox.cs: Fixed SelectionMode to match MS.
5951         * ListControl.cs: Implemented AllowSelection property. Removed extra
5952         tabs.
5953         * ListBox.cs: Implemented AllowSelection property.
5954
5955 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
5956
5957         * MenuItem.cs: In MdiWindowClickHandler uses sender instead of
5958         SelectedItem, it prevent for errors when you must disable item
5959         before perform click. Fixes #80409.
5960
5961 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
5962
5963         * MenuAPI.cs: Prevent second level and beyond submenus to close
5964         until first level when move out side of popup.
5965         
5966 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
5967
5968         * MenuAPI.cs:
5969         - Down submenu positin in three pixels.
5970         - Closes sub menu when mouse leaves from menu. Fixes #80402.
5971
5972 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
5973
5974         * ThemeWin32Classic.cs:
5975         - Fix popup menu size adding one pixel on the top.
5976         - Down menu item border from two to one to mimic Win32.
5977         - Some source identation fixes. 
5978
5979 2007-01-01  Everaldo Canuto  <everaldo@simios.org>
5980
5981         * ThemeWin32Classic.cs: Use float numbers to calculate size and
5982         position of menu arrows, it fix wrong arrow size.
5983
5984 2007-01-01  Everaldo Canuto  <everaldo@simios.org>
5985
5986         * ThemeWin32Classic.cs: Uses CPDrawBorder3D to draw menu borders
5987         instead of line, it simplify draw operation and fix it using 3D
5988         borders to mimic Win32.
5989
5990 2007-01-01  Jonathan Pobst  <monkey@jpobst.com>
5991
5992         * StatusStrip.cs: Add implementation of the sizing grip.
5993
5994         * ToolStripRenderer.cs, ToolStripProfessionalRenderer.cs: Add
5995         StatusStrip rendering.
5996
5997 2006-12-31  Chris Toshok  <toshok@ximian.com>
5998
5999         * ToolBar.cs: don't assign to dock_style in the .ctor.  it doesn't
6000         override the layout style (anchor/dock) of the control.  assign to
6001         Dock instead.  Fixes bug #80416.
6002
6003         * ToolStrip.cs: same.
6004
6005 2006-12-31  Andreia Gaita  <avidigal@novell.com>
6006
6007         * ContainerControl.cs: Use ContainerSelected flag to check if 
6008         a Container is directly selected, or if Select is called on a 
6009         non-container. If a container is directly selected, focus events 
6010         should not be raised.
6011         Apply #80411 patch to throw exception on set_ActiveControl if 
6012         control is the same as the current one.
6013         
6014         * Control.cs: Use ContainerSelected flag (see above).
6015         Add invalidation check to raise event but not invalidate if 
6016         dimensions are 0.       
6017         Apply #80411 patch.
6018         
6019
6020 2006-12-31  Everaldo Canuto  <everaldo@simios.org>
6021
6022         * MenuAPI.cs: After click, dont close popup menu when menu is
6023         ContextMenu. Fixes #80399.
6024
6025 2006-12-30  Chris Toshok  <toshok@ximian.com>
6026
6027         * ContainerControl.cs: make sure we throw the exception if the
6028         container control doesn't contain the control we're setting
6029         ActiveControl to.
6030
6031 2006-12-30  Chris Toshok  <toshok@ximian.com>
6032
6033         * Control.cs (SetTopLevel): fix the exception raised by
6034         SetTopLevel for child controls.
6035         (set_Anchor): call UpdateDistances when setting the anchor type.
6036         This fixes bug #80336.
6037
6038 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
6039
6040         * Theme.cs: For now, revert back to 8pt font.
6041
6042 2006-12-29  Everaldo Canuto  <everaldo@simios.org>
6043
6044         * MenuAPI.cs: Set popup as active when open a ContextMenu. 
6045         Fixes #80395.
6046
6047 2006-12-29  Chris Toshok  <toshok@ximian.com>
6048
6049         * Control.cs: reorder the code in OnResize to give the same event
6050         ordering as MS.
6051
6052 2006-12-29  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6053
6054         * MdiClient.cs: Implemented MdiLayout for ArrangeIcons,
6055         TileHorizontally and TileVertically.
6056         
6057 2006-12-29  Alexander Olk  <alex.olk@googlemail.com>
6058
6059         * ColorDialog.cs, FileDialog.cs, FolderBrowserDialog.cs,
6060         FontDialog.cs, Mime.cs, MimeIcon.cs, OpenFileDialog.cs,
6061         SaveFileDialog.cs, ThemeClearlooks.cs, ThemeNics.cs:
6062         Corrected copyright and email adress.
6063
6064 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
6065
6066         * TreeNode.cs: On 2.0 profile, throw InvalidOperationException instead
6067         of Exception in FullPath property if no TreeView is associated with
6068         the TreeNode.
6069
6070 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
6071
6072         * Theme.cs: Marked default_font as private, and initialize it in ctor
6073         with MS Sans Sarif 8.25 on 1.0 profile, and SystemFonts.DefaultFont
6074         on 2.0 profile.
6075         * ThemeGtk.cs: Removed default_font intialization.
6076         * ThemeWin32Classic.cs: Removed default_font initialization.
6077
6078 2006-12-28  Chris Toshok  <toshok@ximian.com>
6079
6080         * Control.cs: fix a couple of place where we were creating handles
6081         more aggressively than we should be.  Fixes ControlRefresh unit
6082         tests.
6083
6084 2006-12-28  Chris Toshok  <toshok@ximian.com>
6085
6086         * Control.cs: contrary to what the comment said, Control.Dock does
6087         not supercede Control.Anchor - the last one you assign to decides
6088         the layout behavior.  so we need to keep track of which was the
6089         last set.  Also, fix some of the affected property arguments in
6090         PerformLayout calls, and remove an redundant parent.PerformLayout
6091         call in OnResized.
6092
6093         Add a VisibleInternal property, which returns is_visible.  We
6094         can/should get rid of all the usage of this field elsewhere.
6095
6096 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6097         
6098         * Control.cs: DoubleBuffered property reflects the OptimizedDoubleBuffer
6099         control style, not DoubleBuffer. Added UseDoubleBuffering property
6100         that indicates whether doublebuffering is enabled and supported.
6101         (comment from and code based on Gert Driesen's patch in #80324).
6102         Fixes #80324.
6103
6104 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6105         
6106         * Control.cs: Fixed a NRE.
6107
6108 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6109
6110         * TrackBar.cs: Fix SmallChange and LargeChange exceptions
6111         for 2.0.
6112
6113 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6114
6115         * Control.cs: Rewrote double buffering, now a seperate
6116         class handles all the buffering, no Graphics is disposed of
6117         until the painting is finished (earlier implementation 
6118         would crash if the control was resized in the OnPaint, 
6119         since it would cause the double buffer to be recreated
6120         and the old one disposed), a separate Graphics is 
6121         created for every paint (MS behaviour and anyways the state
6122         of the Graphics would have to be saved and restored otherwise)
6123         
6124         * XplatUIDriver.cs: 
6125         * XplatUIX11.cs:
6126         * XplatUI.cs: Added and implemented GetOffscreenGraphics 
6127         so that we can get the graphics for the back buffer without
6128         having to create a new one and remove the offscreen_dc parameter
6129         from CreateOffscreenDrawable and DestroyOffscreenDrawable.
6130         
6131 2006-12-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6132
6133         * ListView.cs: Add key-related 2.0 methods for CheckedItemCollection.
6134         Also make virtual all the key-related methods.
6135
6136         * ListViewItem.cs: Make virtual the key related methods for
6137         ListViewSubItemCollection.
6138
6139 2006-12-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6140
6141         * ListView.cs:
6142         * ListViewItem.cs:
6143         * ThemeWin32Classic.cs:
6144         * Theme.cs: Initial support for Tile view in ListView,
6145         as well as the implementation of the required bits for it (Item
6146         and Subitem).
6147
6148 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
6149
6150         * MonthCalendar.cs: On 2.0, throw ArgumentOutOfRangeException instead
6151         of ArgumentException in MaxSelectionCount, MaxDate and MinDate.
6152         Provide useful exception messages.
6153
6154 2006-12-27  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6155
6156         * TrackBar.cs: Remove a warning.
6157         * MonthCalendar.cs: Moved back to using Capture to hide the calendar
6158         when used by DateTimePicker, fixes #80287. This also requires that 
6159         MonthCalendar implements it's own drawing for the yearly updown control,
6160         otherwise the Capture tracking would be too complicated. Removed the Click 
6161         and DoubleClick events (according to comments they were hiding the base class
6162         event to prevent them from beeing fired - MSDN only says MonthCalendar doesn't
6163         raise these events, not that they cannot be raised. It is possible to raise 
6164         them by calling OnClick and OnDoubleClick). Added two internal fields in 
6165         HitTestInfo in order to track give more tracking info needed by MonthCalendar.
6166         * ThemeWin32Classic.cs: Implement drawing of MonthCalendar's updown part.
6167         * DateTimePicker.cs: Removed handling of MonthCalendar's LostFocus
6168         event, no longer needed.
6169         
6170 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
6171
6172         * ScrollableControl.cs: In AutoScrollMinSize, only set AutoScroll to
6173         true if new value differs from current value.
6174
6175 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
6176
6177         * Control.cs: ControlCollection.Count must be public. Fixed build of
6178         unit tests.
6179
6180 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
6181
6182         * ListView.cs: Redraw when FullRowSelect is changed. Fixes bug #80379.
6183
6184 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
6185
6186         * ComboBox.cs: Mergable=>MergableProperty. Fixes build.
6187
6188 2006-12-26  Everaldo Canuto  <everaldo@simios.org>
6189
6190         * Control.cs: Invalidates control including when Width and Height is 
6191         equal zero or is not visible, only Paint event must be care about 
6192         this. Fixes #79913.
6193
6194 2006-12-26  Chris Toshok  <toshok@ximian.com>
6195
6196         * CurrencyManager.cs, PropertyManager.cs, BindingManagerBase.cs:
6197         more corcompare work.
6198
6199         * DataGridView.cs: fix compiler warning.
6200
6201         * ColumnHeader.cs: some corcompare work, and also take the
6202         opportunity to make the internal fields private.
6203
6204         * ListView.cs: fix the fallout from the above field change.
6205
6206 2006-12-26  Jonathan Pobst  <monkey@jpobst.com>
6207
6208         * ToolStripButton.cs, ToolStripComboBox.cs, ToolStripControlHost.cs,
6209         ToolStripItem.cs, ToolStripProgressBar.cs, ToolStripSplitButton.cs,
6210         ToolStripTextBox.cs: Fixes to events and corcompare.
6211
6212 2006-12-26  Everaldo Canuto  <everaldo@simios.org>
6213
6214         * ListView.cs: Call owner.OnMousexx event to propagate events from
6215         item to ListView. Fixes #80367.
6216
6217 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
6218
6219         * ComboBox.cs: On 2.0, DropDownWidth throws ArgumentOutOfRangeException
6220         if value is less than one. ItemHeight should not be set to a value
6221         less than 1, and throw ArgumentOutOfRangeException on 2.0 profile. 
6222         Removed extra tabs.
6223
6224 2006-12-26  Jonathan Pobst  <monkey@jpobst.com>
6225
6226         * ToolStripMenuItem.cs: Add ShortcutDisplayString for Moma.
6227         * ToolStripStatusLabel.cs: Add Spring for Moma.
6228
6229 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
6230
6231         * DataGridView.cs: Fixed several NullReferenceException in On* methods.
6232         Fixed code formatting. Removed debug code.
6233         * DataGridViewTextBoxEditingControl.cs: Removed debug code.
6234
6235 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
6236
6237         * DataGridView.cs: Fixed GridColor, DefaultSize, DefaultCellStyle,
6238         RowHeadersDefaultStyle, RowHeadersWidth to match MS. Throw
6239         ArgumentOutOfRangeException if ColumnCount is negative. In 
6240         ColumnHeadersHeight, throw ArgumentOutOfRangeException if height is
6241         less than 4 or higher than 32768.
6242         * DataGridViewCellStyle.cs: Fixed default value for NullValue.
6243         Fixed FormatProvider to return CurrentCulture unless explicitly set.
6244         Fixed IsFormatProviderDefault to return true if FormatProvider has
6245         not been explicitly set.
6246
6247 2006-12-25  Chris Toshok  <toshok@ximian.com>
6248
6249         * Application.cs: add a couple of 2.0 events.
6250
6251 2006-12-25  Chris Toshok  <toshok@ximian.com>
6252
6253         * Control.cs: fix compiler warning.
6254
6255         * AxHost.cs: corcompare fixes.
6256
6257         * ApplicationContext.cs: corcompare fixes.
6258
6259 2006-12-25  Chris Toshok  <toshok@ximian.com>
6260
6261         * Control.cs: only update dist_right/dist_bottom if the
6262         width/height is > 0.  this fixes anchored controls being resized
6263         smaller until they disappear and then resized larger again.
6264
6265 2006-12-25  Chris Toshok  <toshok@ximian.com>
6266
6267         * Control.cs: a couple of changes.  Remove dist_left and dist_top,
6268         since they're nothing more than X/Left and Y/Top, respectively.
6269
6270         Also, move back to a per-control Bitmap/Graphics for
6271         DeviceContext, since using the static Hwnd.bmp/bmp_g is bad in the
6272         MT case.  Go with a tiny bitmap though, 1x1, instead of Width x
6273         Height.
6274
6275 2006-12-25  Miguel de Icaza  <miguel@novell.com>
6276
6277         * MessageBox.cs: Implemented overload that takes a new "bool
6278         displayHelpButton" by adding a new internal field "show_help".
6279         When clicked this will raise the HelpRequested on the owner or the
6280         main form. 
6281
6282         From: 007dbe3ff0ca4729a4f5fcd1d8ab2a2e.txt
6283         From: c935e12b95fe4dc1ae670e7f4dc5fd68.txt
6284
6285         * ListView.cs: Add support ColumnWidthChanged and
6286         ColumnWidthChanging. 
6287
6288         Add support for ColumnReordered event.
6289         (ReorderColumn): Add NET_2_0 specific support for cancelling the
6290         reorder.
6291
6292         Very nice codebase!
6293
6294         * TextBoxBase.cs (GetLineFromCharIndex): Implement this method.
6295
6296         This is used by report f4ae0a88a0a244558aaadf017c9b9efe.
6297
6298 2006-12-24  Chris Toshok  <toshok@ximian.com>
6299
6300         * GridTablesFactory.cs: 2.0 corcompare work.
6301
6302         * ToolStripContainer.cs: add "override" to
6303         ContextMenuStripChanged, and remove the local event object.
6304
6305         * ToolStripDropDown.cs: same with a couple properties.
6306
6307         * ToolStripPanel.cs: same with AutoSizeChanged event.
6308
6309         * TextBoxBase.cs: add "override" to AutoSizeChanged.
6310
6311         * Form.cs: add the remaining 2.0 events, and do some corcompare
6312         attribute work.
6313
6314         * DateTimePicker.cs: add "new" to padding.
6315
6316         * ButtonBase.cs: use Control's use_compatible_text_rendering.
6317
6318         * ToolStripContentPanel.cs: use base.AutoSizeChanged.
6319
6320         * DataGridView.cs: PaddingChanged is overridden.
6321
6322 2006-12-24  Chris Toshok  <toshok@ximian.com>
6323
6324         * Control.cs: corecompare work here too.
6325
6326         * DataGridViewElement.cs, DataGridView.cs,
6327         DataGridViewButtonCell.cs, DataGridViewRowCollection.cs,
6328         DataGridViewImageColumn.cs, DataGridViewComboBoxColumn.cs,
6329         DataGridViewImageCell.cs, DataGridViewCheckBoxCell.cs,
6330         DataGridViewHeaderCell.cs, DataGridViewCell.cs: more corcompare
6331         work.
6332
6333 2006-12-24  Miguel de Icaza  <miguel@novell.com>
6334
6335         * Control.cs: Switched the error message on the console for a
6336         todo.  A review of the code will have to cope with this anyways
6337         (since its a large feature, it is in our radar) and it was
6338         producing too much output when running PDN.
6339
6340         * ToolStripComboBox.cs: Set the text when the SelectedIndex
6341         changes.  Applications depend on this (PDN 2.72)
6342
6343 2006-12-23  Chris Toshok  <toshok@ximian.com>
6344
6345         * TableLayoutSettings.cs: finish up the corcompare work for this
6346         class.
6347
6348 2006-12-23  Chris Toshok  <toshok@ximian.com>
6349
6350         * Control.cs: make SetImplicitBounds internal, do some futzing
6351         with LayoutEngine so that it's available in 1.1, and remove the
6352         entire duplicated code mess from PerformLayout.  Use
6353         System.Windows.Forms.Layout.DefaultLayout instead.
6354
6355         * LayoutEngine.cs: make this class internal in 1.1, public in 2.0.
6356
6357 2006-12-23  Jonathan Pobst  <monkey@jpobst.com>
6358
6359         * Form.cs: Add MainMenuStrip property.
6360
6361 2006-12-23  Jonathan Pobst  <monkey@jpobst.com>
6362
6363         * Control.cs: Add ContextMenuStrip property and implementation.
6364         Fix ContextMenu implementation to show menu centered on control when
6365         activated using the keyboard instead of showing at screen (0,0).
6366
6367         * ToolStripDropDown.cs: Fix needed overload of Show ().
6368
6369 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
6370
6371         * Menu.cs: Name property added for 2.0 profile.
6372         
6373 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
6374
6375         * Menu.cs: Update information about FindMenuItem, method to be
6376         implemented soon.
6377
6378 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
6379
6380         * MenuAPI.cs: When deselect items deselect also selected subitems.
6381         
6382 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
6383
6384         * MenuAPI.cs: When hides menu set Wnd to null, it prevents
6385         FindSubItemByCoord to found itens that is not active, also an
6386         cheking added to FindSubItemByCoord to search for items only 
6387         in visible popup windows. Fixes #80274.
6388
6389 2006-12-22  Everaldo Canuto  <everaldo@simios.org>
6390
6391         * UserControl.cs: Remove MonoTodo and use InternalBorderStyle,
6392         internal property, it be care about change ExStyle. 
6393
6394 2006-12-22  Andreia Gaita  <avidigal@novell.com>
6395
6396         * ContainerControl.cs: set activeControl for parent forms up the 
6397         tree when the new activecontrol is a container.
6398         When validating the active control, if it is a container, also
6399         raise up the validation for it's active control. Fixes #80280
6400         
6401         * Control.cs: Add internal property flag and check to prevent
6402         Focus events from getting raised when Select() is called for
6403         a ContainerControl. There are still too many focus events being
6404         raised at the moment though.
6405         Cleaned up the code a bit.
6406
6407 2006-12-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6408
6409         * Control.cs: Added all missing 2.0 events.and
6410         fixed a couple of corcompare issues.
6411         * TrackBar.cs: Implemented missing 2.0 bits.
6412         * MonthCalendar.cs, 
6413         * DateTimePicker.cs, 
6414         * MdiClient.cs: Fixed some corcompare issues.
6415
6416 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
6417
6418         * ContextMenuStrip.cs, FlowLayoutPanel.cs, SplitContainer.cs,
6419         SplitterPanel.cs: corecompare work.
6420
6421 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
6422
6423         * ToolStripContainer.cs, ToolStripDropDown.cs, StatusStrip.cs:
6424         Clean up warnings for BackgroundImageChanged and PaddingChanged
6425         events now that they are implemented in Control.cs.
6426
6427 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
6428
6429         * Control.cs: Make sure layout_engine isn't null before using it (2.0).
6430         
6431         * TableLayoutControlCollection.cs, TableLayoutPanel.cs, TableLayoutCellPosition.cs,
6432         TableLayoutSettings.cs, TableLayoutStyleCollection.cs: Initial implementation
6433         of TableLayoutPanel and supporting cast.
6434
6435 2006-12-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6436
6437         * XplatUIWin32.cs: 
6438         - GrabWindow now confines the mouse pointer to the confine window.
6439         - Added Win32ClipCursor and Win32GetClipCursor.
6440
6441         * Control.cs: 
6442         - Added CaptureWithConfine to be able to capture and confine 
6443         mouse pointer.
6444         
6445         * InternalWindowManager.cs: 
6446         - Call CaptureWithConfine instead of Capture if we're an
6447         MdiChild (fixes #79982).
6448
6449 2006-12-21  Chris Toshok  <toshok@ximian.com>
6450
6451         * DataGrid.cs: guard against the initial state of selection, where
6452         selection_start == -1.  make sure we only select from index >= 0.
6453         Fixes bug #80291.
6454
6455 2006-12-21  Chris Toshok  <toshok@ximian.com>
6456
6457         * Control.cs: we don't need to be so draconian with
6458         UpdateDistances, and we thusly don't need to call it before
6459         calling PerformLayout in ResumeLayout.  Fixes bug #80289.
6460
6461 2006-12-21  Daniel Nauck  <dna@mono-project.de>
6462
6463         * ComboBox.cs,
6464         TextBox.cs: Implemented AutoComplete properties.
6465
6466 2006-12-20  Chris Toshok  <toshok@ximian.com>
6467
6468         * DataGridView*.cs: some corecompare work.
6469
6470 2006-12-20  Jackson Harper  <jackson@ximian.com>
6471
6472         * XplatUIX11.cs: We need to hide the caret when deleting it,
6473         otherwise you get carets left lying around everywhere.
6474         * TextBoxBase.cs: Kill then redraw the caret when scrolling.  This
6475         prevents getting some weird half drawn caret tracers when
6476         scrolling.
6477         * TextControl.cs: Attempt to reduce the number of times we need to
6478         recreate the caret.
6479
6480 2006-12-20  Gert Driesen  <drieseng@users.sourceforge.net>
6481
6482         * MonthCalendar.cs: Fixed previous month button. Removed extra tabs.
6483
6484 2006-12-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6485
6486         * DateTimePicker.cs:
6487         - Implemented missing 2.0 bits.
6488         - Changed some default values to match MS.
6489         
6490 2006-12-20  Jackson Harper  <jackson@ximian.com>
6491
6492         * TextBoxBase.cs: When changing the font across the document we
6493         can't recalculate after changing each line, since that will cahnge
6494         the line count.
6495         - PreferredHeight is a little different than i thought.
6496         - When backspacing, move the caret before we do the actual char
6497         delete, because when that delete crosses a wrap boundary the
6498         positional information will change.
6499
6500 2006-12-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6501
6502         * Control.cs: Added some missing 2.0 bits: 
6503         BackgroundImageLayout, BackgroundImageLayoutChanged, 
6504         OnPaddingChanged, MouseClick, MouseDoubleClick, PaddingChanged and 
6505         add IBindableComponent and IDropTarget implementation.
6506         
6507         * MonthCalendar.cs: 
6508         - Added all missing 2.0 features:
6509         BackgroundImageLayout, RightToLeftLayout, 
6510         OnHandleDestroyed, RightToLeftLayoutChanged, 
6511         BackgroundImageLayoutChanged, MouseClick, MouseDoubleClick,
6512         PaddingChanged.
6513         - Rewrote all the BoldDate code, it was completely broken.
6514         - Fixed all the tests (the tests can now be re-enabled, the
6515         problems were not with the tests, but with the control, it was
6516         mostly broken).
6517         
6518         * DateTimePicker.cs: Changed the location where the 
6519         MonthCalendar is shown.
6520         
6521 2006-12-19  Chris Toshok  <toshok@ximian.com>
6522
6523         * DataGridView.cs: add IDropTarget implementation.
6524
6525         * ToolStripPanel.cs: add IDropTarget implementation.
6526
6527 2006-12-19  Jackson Harper  <jackson@ximian.com>
6528
6529         * TextControl.cs: soft now means something different than what it
6530         used to mean, we want to move the caret regardless of whether or
6531         not this break was soft (would we really have wanted the caret
6532         to not move with the break in the old context?)
6533         * TreeView.cs: Make sure we factor in the vert scrollbar when
6534         calculating the horizontal scrollbar's maximum.
6535
6536 2006-12-19  Andreia Gaita  <avidigal@novell.org>
6537
6538         * SendKeys.cs: Fix Send() behaviour, clear keys after sending,
6539         check for keywords in alternate casing, close bug #80049.
6540
6541 2006-12-19  Chris Toshok  <toshok@ximian.com>
6542
6543         * ToolStripItem.cs: add the implementation of the 4 IDropTarget
6544         methods (which all do nothing).
6545
6546         * IDropTarget.cs: add the 4 missing methods.
6547
6548 2006-12-19  Chris Toshok  <toshok@ximian.com>
6549
6550         * TableLayoutRowStyleCollection.cs: corcompare work.
6551         
6552         * TableLayoutSettings.cs: same.
6553
6554         * TableLayoutStyle.cs: same.
6555
6556         * TableLayoutColumnStyleCollection.cs: same.
6557
6558 2006-12-19  Jonathan Pobst  <monkey@jpobst.com>
6559
6560         * ColumnStyle.cs, RowStyle.cs, TableLayoutStyle.cs: Plumbing for
6561         TableLayoutPanel I've had in my local tree for way too long.
6562
6563 2006-12-19  Miguel de Icaza  <miguel@novell.com>
6564
6565         * TableLayoutSettings.cs: Finish the public API (still needs all
6566         the logic to update on changes). 
6567
6568         * TableLayoutPanelCellPosition.cs: new file.
6569         
6570         * TableLayoutRowStyleCollection.cs,
6571         TableLayoutColumnStyleCollection, TableLayoutStyle.cs,
6572         TableLayoutSettings.cs: Track the final 2.0 table api.
6573
6574 2006-12-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6575
6576         * ColumnHeader.cs: Add Tag, Name, ImageKey, ImageIndex,
6577         and Image List 2.0 members for ColummnHeader.
6578         * ListView.cs: Add key-related 2.0 methods for
6579         ColumnHeaderCollection.
6580
6581 2006-12-19  Gert Driesen  <drieseng@users.sourceforge.net>
6582
6583         * ListViewItem.cs: Changed AddRange overloads to match MS: throw
6584         ArgumentNullException if items argument is null. Ignore null item in
6585         arrays. Removed extra tabs.
6586
6587 2006-12-19  Gert Driesen  <drieseng@users.sourceforge.net>
6588
6589         * MonthCalendar.cs: Fixed InvalidCastException.
6590
6591 2006-12-19  Jackson Harper  <jackson@ximian.com>
6592
6593         * TextControl.cs: Don't increment the position here.
6594         - When calculating char positions only add in the line break size
6595         for hard line breaks.
6596
6597 2006-12-19  Andreia Gaita  <avidigal@novell.org>
6598
6599         * SendKeys.cs: Changed some things to match ms.net behaviour
6600         when parsing shifted capital letters.
6601         
6602         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32, XplatUIOSX: 
6603         Add window handle as parameter to SendInput. X11 needs the 
6604         window handle, and the handle being passed      to it in the keys 
6605         queue is the active control handle (which windows needs), not 
6606         the window handle.
6607         
6608         XplatUIX11.cs, XplaUIX11-new.cs, X11Display: Implement SendInput 
6609         to support SendKeys on X.       
6610         
6611         * X11Keyboard: Implement helper method to lookup a linux keycode
6612         given the virtual keycode. Added table of keycode-2-virtualkey
6613         values to support this.
6614
6615 2006-12-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6616
6617         * ListView.cs: Add support for SelectedIndexCollection
6618         and SelectedItemCollection 2.0 methods. Implement support
6619         for ImageKey too.
6620         * ListViewItem.cs: Add support for ListViewSubItemCollection
6621         2.0 methods. Also, fix an incorrect behavior of AddRange method
6622         (it shouldn't call Clear).
6623         * ThemeWin32Classic.cs: Support for ListView.ImageKey 2.0 property.
6624
6625 2006-12-19  Jackson Harper  <jackson@ximian.com>
6626
6627         * RichTextBox.cs: 
6628         * TextBoxBase.cs: New args for FormatText
6629         * TextControl.cs: Rewrote the main drawing method, this version
6630         feels a little easier to understand and debug to me.  Hopefully it
6631         does to others also
6632         - Fix FormatText to OR in the new formating values.  Added
6633         FormatSpecified param, basically this works in the same way as
6634         BoundsSpecified in Control.
6635         - Set the caret properties when the caret is positioned.
6636         - When wrapping text make sure that we calculate the width of the
6637         last character
6638         - when calculating alignments we might have wrapped down to the
6639         next line, so don't search for an individual tag, search for the
6640         end of the line
6641         - We need to invalidate the selection area when we replace the
6642         selection.
6643         
6644 2006-12-19  Daniel Nauck  <dna@mono-project.de>
6645
6646         * Application.cs: add Restart () 2.0 support
6647
6648 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
6649
6650         * MenuItem.cs: Invalidate menu item rectangle after change Enable
6651         property. Fixes #80268.
6652         
6653 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
6654
6655         * MenuAPI.cs: Dont trigger select event when closes top menu
6656         item. Fixes #80270.
6657
6658 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
6659
6660         * MenuAPI.cs: When you click on menuitem only trigger onselect
6661         event for top menu itens. Fixes #80271.
6662         
6663 2006-12-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6664
6665         * MdiWindowManager.cs: Make IconicBounds depend on
6666         the bottom of MdiClient, not the top (fixes #80267)
6667         
6668 2006-12-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6669
6670         * MdiClient.cs: Added missing 2.0 attribute
6671
6672 2006-12-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6673
6674         * ListViewItem.cs: Add Name and Tag 2.0 properties, as well
6675         as IndexOfKey, ContainsKey, RemoveByKey and indexer 2.0.
6676
6677 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
6678
6679         * MenuAPI.cs: Fix click when menuitem is not popup,
6680         this regression was caused by last commit (#80272).
6681
6682 2006-12-17  Everaldo Canuto  <everaldo@simios.org>
6683
6684         * MenuAPI.cs: When a non-toplevel menuitem is clicked dont
6685         fire click event or close menu. Fixes #80272.
6686
6687 2006-12-17  Daniel Nauck  <dna@mono-project.de>
6688
6689         * ListViewHitTestInfo.cs: add
6690
6691 2006-12-17  Daniel Nauck  <dna@mono-project.de>
6692
6693         * ButtonBase.cs: Added FlatButtonAppearance 2.0 support.
6694         * FlatButtonAppearance.cs: add
6695         * DockingAttribute.cs: add
6696
6697 2006-12-17  Chris Toshok  <toshok@ximian.com>
6698
6699         * DataGrid.cs: hook up MetaDataChanged event on the list manager,
6700         and rebind our columns when it does - this way, if you make
6701         changes to the DataTable (or set the Table attribute on a DataView
6702         after setting it as the DataGrid's DataSource, the changes are
6703         made visible.)  Fixes bug #80107.
6704
6705 2006-12-17  Daniel Nauck  <dna@mono-project.de>
6706
6707         * ListViewGroup.cs: add internal Location property for layouting.
6708         * Theme.cs: add abstract ListViewGroupHeight function.
6709         * ThemeWin32Classic.cs: implement ListViewGroupHeight function.
6710
6711 2006-12-16  Andreia Gaita  <avidigal@novell.com>
6712
6713         * TabControl.cs: Fixed checks for NET_2_0-specific exceptions.
6714         Added reset of selected index to 0 when adding first tab page.
6715         Fixes #80264
6716         
6717         * NumericUpDown.cs: Fix NET_2_0 check
6718
6719 2006-12-16  Daniel Nauck  <dna@mono-project.de>
6720
6721         * ListViewGroup.cs: fixed DefaultValueAttribute value
6722
6723 2006-12-16  Daniel Nauck  <dna@mono-project.de>
6724
6725         * AutoCompleteStringCollection.cs: add new AutoCompleteStringCollection 2.0 class
6726
6727 2006-12-15  Miguel de Icaza  <miguel@novell.com>
6728
6729         * Button.cs, ComboBox.cs, ScrollBar.cs, UserControl.cs,
6730         TextBoxBase.cs, ListView.cs, ContainerControl.cs,
6731         ScrollableControl.cs: Add a handful of methods that are
6732         overwritten in 2.0 
6733
6734 2006-12-15  Chris Toshok  <toshok@ximian.com>
6735
6736         * XplatUIWin32.cs: initial implementation of the Reversible
6737         drawing functions.  there are some problems.  DrawReversibleFrame
6738         doesn't seem to work at all for Dashed FrameStyle, and in the
6739         Thick case there are drawing errors at the corners (we probably
6740         need to bind Rectangle instead of doing moveto/lineto's.)
6741
6742 2006-12-16  Andreia Gaita  <avidigal@novell.com>
6743         
6744         * SendKeys.cs: Implemented. SendKeys uses a new method in XPlatUI, SendInput, 
6745         to send blocks of key messages. Send accumulates keys to send with Flush, 
6746         while SendWait sends all keys immediately.
6747                 
6748         * XplaUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs, 
6749         XplatUIX11.cs,  XplatUIX11-new.cs:
6750         - Define SendInput and stubs for OSX and X11, implements Win32 with a call
6751         to Win32 SendInput.
6752         - Added INPUT support structures to XplatUIWin32 for Win32SendInput
6753         
6754         Tests:  It seems ms.net is hooking the keyboard to implement this, so doing unit
6755         testing for ms.net on this class is very tricky, as the tests run too fast 
6756         to allow the hook to release, essentially freezing the keyboard and the 
6757         test. So, barring a win32 miracle, they'll be commited in the ms-notworking     
6758         category :p
6759
6760 2006-12-16  Daniel Nauck  <dna@mono-project.de>
6761
6762         * Padding.cs: fixed serialization compability to MS ("_var" field names),
6763                         added missing attributes.
6764  
6765 2006-12-15  Daniel Nauck  <dna@mono-project.de>
6766
6767         * ListViewGroup.cs: Added missing attributes.
6768         * ListViewGroupCollection.cs: Added missing attributes.
6769
6770 2006-12-15  Daniel Nauck  <dna@mono-project.de>
6771
6772         * ListViewItem.cs: fixed ListViewSubItem text property.
6773
6774 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6775         
6776         * Control.cs: Added missing 2.0 attributes
6777         
6778 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6779         
6780         * MdiClient.cs: Added missing 2.0 attribute.
6781         * MonthCalendar.cs: Added some missing 2.0 attributes 
6782         and properties.
6783         
6784 2006-12-15  Daniel Nauck  <dna@mono-project.de>
6785
6786         * ListView.cs: implemented ListViewItemCollection Add 2.0 support.
6787
6788 2006-12-15  Jonathan Pobst  <monkey@jpobst.com>
6789
6790         * MainMenu.cs: Add the new 2.0 constructor to help out people
6791         using the MainMenu in VS2005.
6792
6793 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6794         
6795         * MdiChildContext.cs: Removed it, no longer used.
6796         * MdiClient.cs: Added missing 2.0 attributes.
6797         
6798 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6799         
6800         * InternalWindowManager.cs: Fix a NullRef with previous 
6801         changes for toolwindows.
6802         
6803 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6804
6805         * Control.cs: 
6806         - Added AfterTopMostControl to allow for certain controls 
6807         to always stay on top when normal controls are brought to 
6808         front.
6809         
6810         * XplatUIWin32.cs: 
6811         - (DrawInversibleRectangle): Get window rectangle from Win32 
6812         in stead of from control, since Win32 doesn't calculate
6813         screen coords correctly from control's Location if it 
6814         have docked siblings.
6815         
6816         * MdiWindowManager.cs:
6817         - Correct the control menu popup location when clicked on
6818         the maximized form icon. (fixes #80223.1)
6819         - Don't show moving rectangle if mouse hasn't moved from
6820         the original clicked point.
6821         - Removed FormGotFocus handler (not used).
6822         - Calculate the control buttons location from the main
6823         window's size and not client size (fixes #79770).
6824         - Form is now closed when the form icon is double-clicked
6825         (fixes #79775). 
6826         - Correct NCCalcSize numbers a little bit (fixes #80223.2)
6827         
6828         * InternalWindowManager.cs:
6829         - Moved some MDI-only methods to MdiWindowManager.
6830         - Removed unused properties and methods.
6831         - Unified method naming for methods handling wm messages.
6832         - Moved all message handling to seperate methods for
6833         each message.
6834         
6835         * ThemeWin32Classic.cs:
6836         - DrawManagedWindowDecorations now draws the title bar 
6837         with a gradient brush.
6838         - Add a CPDrawButtonInternal that allows us to specify
6839         light, normal and dark colors for the buttons (control 
6840         buttons for MDI children were drawn with the same light
6841         color as the background, therefore loosing the 3D effect).
6842         
6843         * SizeGrip.cs:
6844         - Add a CapturedControl property that is used to 
6845         determine the control to resize (defaults to parent). 
6846         Needed for MdiClient, since its SizeGrip's parent is
6847         MdiClient, but the control to resize is the main form.
6848         
6849         * MdiClient.cs:
6850         - Set SizeGrip's CapturedControl to the main form in order
6851         to resize the main form and not the MdiClient.
6852         - Override AfterTopMostControl to leave the scrollbars 
6853         always on top.
6854
6855 2006-12-15  Daniel Nauck  <dna@mono-project.de>
6856
6857         * ListView.cs: fixed ListViewItemCollection AddRange and
6858                         implemented ListViewItemCollection AddRange 2.0 support.
6859
6860 2006-12-15  Daniel Nauck  <dna@mono-project.de>
6861
6862         * ListViewGroup.cs: Add.
6863         * ListViewGroupCollection.cs: Add
6864         * ListView.cs: Add ListViewGroup (Group) and ShowGroups 2.0 support.
6865         * ListViewItem.cs: Add ListViewgroup (Group), ListViewGroups constructors and
6866                                 stub for ImageKey 2.0 support.
6867
6868 2006-12-14  Mike Kestner  <mkestner@novell.com>
6869
6870         * ListView.cs: add text padding to the autocalculation for columns
6871         of width -2.  Fixes #80207.
6872  
6873 2006-12-14  Mike Kestner  <mkestner@novell.com>
6874
6875         * ListView.cs: add some index guarding for partial row navigation 
6876         logic.  Fixes #80250.
6877
6878 2006-12-14  Mike Kestner  <mkestner@novell.com>
6879
6880         * ListView.cs: throw ArgumentExceptions when parented ListViewItems
6881         are added or inserted to the collection.  Fixes #81099.
6882
6883 2006-12-13  Everaldo Canuto  <everaldo@simios.org>
6884
6885         * MenuAPI.cs: Closes menu when right click out side of popup
6886         it fix problem in ContextMenu and MainMenu. Fixes #80252.
6887
6888 2006-12-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6889
6890         * ListViewItem.cs: Fix dumb error.
6891
6892         * ListView.cs: Add Find and ContainsKey methods in 
6893         ListViewItemCollection, and also return true for IsReadOnly
6894         and IsFixedSize (changes for 2.0). 
6895
6896 2006-12-13  Gert Driesen  <drieseng@users.sourceforge.net>
6897
6898         * Control.cs: Allow Region to be set to null.
6899
6900 2006-12-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6901
6902         * MdiWindowManager.cs: Remove unused (commented out) code.
6903         * Form.cs: When the MdiChild is maximized, the form needs 
6904         WM_NCMOUSELEAVE, so request it.
6905         * InternalWindowManager.cs: 
6906         - Added tooltips to control buttons.
6907         - Removed duplicated control button handling code.
6908         - Removed unused (commented out) code.
6909         
6910 2006-12-12  Everaldo Canuto  <everaldo@simios.org>
6911
6912         * MenuAPI.cs: Set cursor to default in popup menus, a XplatUI.SetCursor 
6913         was used because we must set cursor without trigger ChangeCursor event
6914         and without change Cursor control property. Fixes #79963.
6915
6916 2006-12-12  Andreia Gaita  <avidigal@novell.com>
6917         
6918         * Control.cs: Check if Region setter value is null, and ignore
6919
6920 2006-12-12  Jackson Harper  <jackson@ximian.com>
6921
6922         * TextControl.cs: We were almost always drawing one more line then
6923         needed, since the GetLineByPixel will return the last line found
6924         at that pixel. In most cases though, we were invalidating up to
6925         the junction between two lines.
6926         - Improve debug code.
6927
6928 2006-12-12  Chris Toshok  <toshok@ximian.com>
6929
6930         * XplatUI.cs: add static DrawReversibleFrame, DrawReversibleLine,
6931         and FillReversibleRectangle.
6932
6933         * XplatUIDriver.cs: add abstract DrawReversibleFrame, DrawReversibleLine,
6934         and FillReversibleRectangle.
6935
6936         * XplatUIWin32.cs: add stubs which do nothing for
6937         DrawReversibleFrame, DrawReversibleLine, and
6938         FillReversibleRectangle.
6939
6940         * XplatUIOSX.cs: add stubs which raise NIE for
6941         DrawReversibleFrame, DrawReversibleLine, and
6942         FillReversibleRectangle.
6943
6944         * XplatUIX11.cs: add working implementation for
6945         DrawReversibleFrame, DrawReversibleLine, and
6946         FillReversibleRectangle.
6947         
6948         * ControlPaint.cs: implement DrawReversibleFrame,
6949         DrawReversibleLine, and FillReversibleRectangle, by calling into
6950         the appropriate XplatUI method.
6951
6952 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6953
6954         * Form.cs: Make MdiClient have the focus even if it's
6955         not selectable, since it should receive WM_KEY* and WM_MOUSE 
6956         messages. Fixes #79907.
6957         
6958 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6959
6960         * Hwnd.cs: Save the CreateParams.ExStyle so that it can be
6961         queried after the window is created.
6962         
6963         * XplatUIX11.cs: Added SendParentNotify to implement 
6964         WM_PARENTNOTIFY logic. Fixes #79965.
6965         
6966         * Control.cs: Added MakeParam.
6967         
6968 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6969
6970         * MdiClient.cs: Resume Layout before setting window
6971         states (fixes #80201).
6972
6973 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6974
6975         * MenuAPI.cs: Deselect a menu item after performing
6976         the click (fixes #80197).
6977
6978 2006-12-11  Jackson Harper  <jackson@ximian.com>
6979
6980         * TextBoxBase.cs: We need to cap this value, since Maximum -
6981         ViewPortHeight can be less than zero.
6982         - Only do selection with the left mouse button.
6983         * TextBox.cs: Don't tell the world that we have a context menu.
6984         * Control.cs: New method so that we can control whether or not the
6985         context menu is visible outside MWF.
6986
6987 2006-12-11  Everaldo Canuto  <everaldo@simios.org>
6988
6989         * ToolBarButton.cs: Fix text positon. 
6990
6991 2006-12-11  Miguel de Icaza  <miguel@novell.com>
6992
6993         * ProgressBar.cs (MarqueeAnimationSpeed): Add stub.
6994
6995         * Control.cs (DoubleBuffered): Add implementation.
6996
6997         * Application.cs (OpenForms): Add.
6998
6999 2006-12-11  Jonathan Pobst  <monkey@jpobst.com>
7000
7001         * Form.cs: Use opacity instead of Opactiy to determine if we need
7002         to set the WS_EX_LAYERED bit.  [Fixes bug #80185]
7003
7004 2006-12-11  Jonathan Pobst  <monkey@jpobst.com>
7005
7006         * Control.cs: Fix NRE if Control.Site was set to null.
7007
7008 2006-12-11  Chris Toshok  <toshok@ximian.com>
7009
7010         * Control.cs: ControlCollection.Remove should return if the arg is
7011         null, and ControlCollection.SetChildIndex should raise a ANE.
7012
7013 2006-12-11  Gert Driesen  <drieseng@users.sourceforge.net>
7014
7015         * Control.cs: Verify value set for Dock property. Code formatting
7016         updates.
7017
7018 2006-12-11  Jackson Harper  <jackson@ximian.com>
7019
7020         * TextControl.cs: Draw the caret and the selection when a flag is
7021         set on the owner.
7022         * TextBoxBase.cs: We want to draw the caret and the selection for
7023         TextBox but not for TextBoxBase.
7024         - If the window is resized and scrolling is no longer needed (the
7025         whole doc is visible) set the scroll position to zero.
7026         - The default SelectWord (the one TextBox uses) should move the
7027         caret to the end of the word.
7028         - SelectAll moves the caret to the end of the selection.
7029         * TextBox.cs: We don't selectall on focus, we just do it when the
7030         control is created.
7031         
7032 2006-12-11  Mike Kestner  <mkestner@novell.com>
7033
7034         * ComboBox.cs: stub in a 2.0 override for ProcessKeyEventArgs.
7035
7036 2006-12-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7037
7038         * ListView.cs: Add Insert, IndexOfKey, RemoveByKey and indexer 
7039         2.0 support.
7040         * ListViewItem.cs: Add Name 2.0 property.
7041
7042 2006-12-11  Andreia Gaita  <avidigal@novell.com>
7043
7044         * TabControl.cs: Set visibility on selected or default tab 
7045         when tabcontrol handle is created, so that it's contents
7046         actually show up (duh). Fixes #80193
7047         Don't redraw the control if there is no handle created, as
7048         the selected index might be completely invalid. Added some tests
7049         to check for this.
7050
7051 2006-12-11  Everaldo Canuto  <everaldo@simios.org>
7052
7053         * ToolBar.cs: Uses maximun width and height of all buttons as 
7054         button rectangle when ButtonSize specified, it looks strange but
7055         is what happens in Win32. Fixes #80189.
7056
7057 2006-12-11  Jackson Harper  <jackson@ximian.com>
7058
7059         * TextControl.cs: Need to track undo levels ourself, since
7060         compound actions will mess them up.
7061
7062 2006-12-10  Andreia Gaita  <avidigal@novell.com>
7063
7064         * TabControl.cs: Raise SelectedIndexChanged for 1.1 if the
7065         SelectedIndex value is changed (even if it's not valid).
7066         Reset SelectedIndex to 0 when the handle is created and if
7067         the current index is invalid.
7068         Fixes SelectdeIndex unit tests and #80128
7069
7070 2006-12-08  Chris Toshok  <toshok@ximian.com>
7071
7072         * DataGrid.cs (set_CurrentCell): because EnsureCellVisibility
7073         calls EndEdit, it needs to be called before we set current_cell to
7074         its new value.  Otherwise, we end up committing the value in the
7075         textbox to the new cell as well.  Fixes bug #80160.
7076
7077 2006-12-08  Chris Toshok  <toshok@ximian.com>
7078
7079         * Form.cs (set_CancelButton): if the button's DialogResult is
7080         None, set it to Cancel.  Fixes bug 80180.
7081
7082 2006-12-08  Jackson Harper  <jackson@ximian.com>
7083
7084         * TextBoxBase.cs: Ugh, ClientSize can be 0,0 sometimes, so we need
7085         to watch ourselves when setting the canvas size and setting the
7086         scrollbar values.
7087
7088 2006-12-08  Chris Toshok  <toshok@ximian.com>
7089
7090         * DataGrid.cs: comment out the two MakeTransparent calls for the
7091         time being so people using trunk (and not 1.2.2) on windows can
7092         actually use the datagrid.  This deals with bug #80151.
7093
7094 2006-12-08  Jonathan Pobst  <monkey@jpobst.com>
7095
7096         * ThemeWin32Classic.cs: Change ButtonBase_DrawImage to use the
7097         Graphics.DrawImage (image, int, int, int, int) overload instead
7098         of Graphics.DrawImage (image, int, int).  GDI+ can't figure out
7099         the dpi difference and was blurring images it drew.
7100         [Fixes bug #79960]
7101
7102 2006-12-08  Chris Toshok  <toshok@ximian.com>
7103
7104         * ThemeWin32Classic.cs (DataGridPaintRows): handle case where
7105         rowcnt is 0 (such as with an empty datasource), and make sure we
7106         initialize not_usedarea.Y to cells.Y, so we don't draw over the
7107         other areas (caption, parent row, etc, etc).  Fixes bug #80095.
7108
7109 2006-12-08  Chris Toshok  <toshok@ximian.com>
7110
7111         * DataGridColumnStyle.cs (SetDataGrid): don't try to access a null
7112         grid.
7113
7114 2006-12-08  Chris Toshok  <toshok@ximian.com>
7115
7116         [ Fixes bug #80167 ]
7117         
7118         * ThemeWin32Classic.cs: don't draw the image if the button's flat
7119         style is FlatStyle.System.
7120
7121         * ButtonBase, ThemeClearlooks.cs, ThemeGtk.cs, ThemeNice.cs: make
7122         ButtonBase.flat_style private, and switch uses of it to the public
7123         property.
7124         
7125 2006-12-08  Chris Toshok  <toshok@ximian.com>
7126
7127         [ Fixes bug #80121 ]
7128         
7129         * ThemeWin32Classic.cs: center the caption text in the datagrid
7130         when we draw it.
7131
7132         * DataGrid.cs: lessen the amount we add to the caption height from
7133         6 to 2.  6 was making it huge.
7134
7135 2006-12-08  Andreia Gaita  <avidigal@novell.com>
7136
7137         * UpDownBase: Handle MouseWheel call directly instead of capturing
7138         the inner textbox's OnMouseWheel. Fixes #80166
7139
7140 2006-12-08  Jackson Harper  <jackson@ximian.com>
7141
7142         * TextControl.cs: We need to invalidate the textbox when we empty
7143         it (how had this not been discovered before?)
7144
7145 2006-12-08  Jackson Harper  <jackson@ximian.com>
7146
7147         * TextBoxBase.cs: Reworked the mouse down code so I could get it
7148         to behave like MS, we now ignore the eventargs.Click and just
7149         track state ourself, which we were already doing anyways.
7150         - Constrain the double click handler to the double click size.
7151         
7152 2006-12-08  Chris Toshok  <toshok@ximian.com>
7153
7154         * DataGrid.cs: the mousewheel code shouldn't try to scroll in a
7155         direction if that scrollbar isn't shown.  fixes bug #80158.
7156
7157 2006-12-08  Andreia Gaita  <avidigal@novell.com>
7158
7159         * NumericUpDown.cs: Update value on getter. Fixes #79950
7160
7161 2006-12-08  Chris Toshok  <toshok@ximian.com>
7162
7163         * MenuItem.cs: add back in the event cloning code.  I didn't know
7164         how to do it in the face of the EventHandlerList work i'd done
7165         last week.  Fixes bug #80183.
7166
7167 2006-12-08  Jonathan Pobst  <monkey@jpobst.com>
7168
7169         * Control.cs: Add an invalidate to the BackgroundImage setter.
7170         [Fixes 80184]
7171
7172 2006-12-07  Jonathan Pobst  <monkey@jpobst.com>
7173
7174         * ToolStrip*: Add some small properties reported by MoMA, fix event
7175         firing and default properties based off of unit tests, and add some
7176         attributes based off of the class status page.
7177
7178 2006-12-07  Jackson Harper  <jackson@ximian.com>
7179
7180         * TextBoxBase.cs: Take HideSelection into account when determining
7181         whether or not to show the selection.
7182         * RichTextBox.cs: After inserting the RTF into the document move
7183         the cursor to the beginning of the document.
7184
7185 2006-12-07  Jonathan Pobst  <monkey@jpobst.com>
7186
7187         * Control.cs: Remove static ArrayList "controls" which maintained
7188         a reference to every control created.
7189         * Application.cs: Create a static FormCollection to maintain a reference
7190         to every form created.  Use it in places that formerly enumerated through
7191         the controls one looking for forms.
7192         * Form.cs: Add and remove self from above FormCollection.
7193
7194 2006-12-07  Alexander Olk  <alex.olk@googlemail.com>
7195
7196         * MimeIcon.cs: gdk_pixbuf_save_to_buffer is part of libgdk-pixbuf,
7197           not libgdk (though it makes me wonder why I didn't have any
7198           problems)
7199
7200 2006-12-07  Chris Toshok  <toshok@ximian.com>
7201
7202         [ you had to know this was coming after that last commit...]
7203         
7204         * XplatUIX11.cs: implement the 3 Offscreen functions in terms of
7205         XPixmaps (CreateOffscreenDrawable maps to XCreatePixmap,
7206         DestroyOffscreenDrawable to FreePixmap, and BlitFromOffscreen to
7207         XCopyArea).
7208
7209 2006-12-07  Chris Toshok  <toshok@ximian.com>
7210
7211         * XplatUI.cs: add 3 calls (CreateOffscreenDrawable,
7212         DestroyOffscreenDrawable, and BlitFromOffscreen) that encompass
7213         all the behavior we need for double buffering.
7214
7215         * XplatUIDriver.cs: implement the 3 double buffer methods using a
7216         client side Bitmap, just like the old Control-based double buffer
7217         code did.  The methods are virtual, so each XplatUI driver
7218         subclass can replace the implementation to use a faster, platform
7219         specific approach.
7220
7221         * Control.cs: make use of the 3 Offscreen XplatUI calls in the
7222         double buffer code, and clean things up a bit in the process.
7223
7224 2006-12-06  Chris Toshok  <toshok@ximian.com>
7225
7226         * Control.cs: reindent WndProc.
7227
7228 2006-12-06  Chris Toshok  <toshok@ximian.com>
7229
7230         [ I wanna be like BenM when I grow up ]
7231         
7232         * Hwnd.cs: create a single static Graphics object on the static
7233         Bitmap we create.  use this for our text measurements.
7234
7235         * Control.cs (DeviceContext): stop using the backbuffer's dc_mem.
7236         This was causing us to allocate a backbuffer for every control,
7237         even when it wasn't flagged as double buffered.  Instead use the
7238         single graphics instance.  This might have implications for
7239         multithreaded applications.  If we run into problems we can switch
7240         to creating 1 Graphics per control, on the static Hwnd bitmap.
7241
7242         this change nets us a 7M savings in private dirty mappings when
7243         running FormsTest.exe.
7244
7245 2006-12-06  Chris Toshok  <toshok@ximian.com>
7246
7247         * ListView.cs: the BackgroundImage override is just to set
7248         attributes.  chain up to base.BackgroundImage.
7249
7250         * RichTextBox.cs: same.
7251
7252         * ToolBar.cs: same, but we need to also redraw the toolbar when it
7253         changes, so instead a handler for BackgroundImageChanged.
7254         
7255         * Control.cs: make background_image private.
7256
7257 2006-12-06  Chris Toshok  <toshok@ximian.com>
7258
7259         * ScrollBar.cs: change the assignment of cursor to Cursor.  not
7260         sure we even need this assignment, but roll with it for now.
7261
7262         * Control.cs: make the cursor field private.
7263
7264 2006-12-06  Chris Toshok  <toshok@ximian.com>
7265
7266         * Form.cs: we don't need to explicitly set ImeMode to
7267         ImeMode.NoControl - that's a natural fallout of Control.ImeMode's
7268         behavior in the face of ImeMode.Inherit.
7269
7270         * ButtonBase.cs: change DefaultImeMode to ImeMode.Disable, and
7271         change the ctor's assignment to use ImeMode instead of ime_mode.
7272
7273         * Control.cs (get_ImeMode): don't assume DefaultImeMode ==
7274         ImeModeInherit.  Only check for the parent's imemode (and return
7275         NoControl if there is no parent) if ime_Mode == ImeMode.Inherit.
7276         This fixes the button unit test, which sets both ImeMode and
7277         DefaultImeMode to ImeMode.Disable.
7278
7279         also make the ime_mode field private.
7280
7281 2006-12-06  Chris Toshok  <toshok@ximian.com>
7282
7283         * Control.cs: make control_style private.
7284
7285         * TextBoxBase.cs: fix the HandleClick override.  it was explicitly
7286         setting the styles to true, then setting them to false instead of
7287         reverting to their previous values.
7288
7289         also, call SetStyle on the scrollbars instead of using
7290         control_style directly.
7291
7292 2006-12-06  Jonathan Pobst  <monkey@jpobst.com>
7293
7294         * FormCollection.cs: Implement. [2.0]
7295
7296 2006-12-06  Chris Toshok  <toshok@ximian.com>
7297
7298         * Control.cs: make tab_stop private.
7299
7300         * Label.cs: set TabStop, not tab_stop.  reformat some event
7301         add/remove methods to make them more compact.
7302
7303 2006-12-06  Chris Toshok  <toshok@ximian.com>
7304
7305         * RadioButton.cs: fix TabStop handling.
7306
7307 2006-12-06  Chris Toshok  <toshok@ximian.com>
7308
7309         * TextBox.cs: remove the explicit assignments to has_focus.
7310         Control does that.
7311
7312         * ButtonBase.cs: remove the assignment to has_focus.  Control will
7313         manage that.
7314         
7315 2006-12-06  Chris Toshok  <toshok@ximian.com>
7316
7317         * ButtonBase.cs: remove all uses of is_enabled from this code.
7318         it's always true when any of the code containing the checks is
7319         executed.
7320
7321 2006-12-06  Chris Toshok  <toshok@ximian.com>
7322
7323         * ImageList.cs: reinstate the ShouldSerialize*/Reset* methods,
7324         with different semantics (some are present in both 1.1 and 2.0
7325         profiles) so that we match MS's behavior in our unit tests.
7326
7327 2006-12-06  Jackson Harper  <jackson@ximian.com>
7328
7329         * TextControl.cs: Make this operation undoable.
7330         * TextBoxBase.cs: Factor the border width into the preferred
7331         height.
7332         - implement Modified as per the spec.
7333
7334 2006-12-06  Chris Toshok  <toshok@ximian.com>
7335
7336         * Timer.cs, Control.cs, Menu.cs: make control_tag private.
7337
7338 2006-12-06  Chris Toshok  <toshok@ximian.com>
7339
7340         * Control.cs: make right_to_left and context_menu fields private.
7341
7342 2006-12-06  Chris Toshok  <toshok@ximian.com>
7343
7344         * AccessibleObject.cs, Control.cs, XplatUIX11GTK.cs,
7345         XplatUIX11.cs, Form.cs, RadioButton.cs, ScrollableControl.cs: make
7346         Control.child_controls private.  switch all uses over to
7347         Control.Controls.
7348
7349 2006-12-06  Chris Toshok  <toshok@ximian.com>
7350
7351         * System.Windows.Forms/GroupBox.cs,
7352         System.Windows.Forms/AccessibleObject.cs,
7353         System.Windows.Forms/ErrorProvider.cs,
7354         System.Windows.Forms/Control.cs,
7355         System.Windows.Forms/UpDownBase.cs,
7356         System.Windows.Forms/ScrollBar.cs,
7357         System.Windows.Forms/DateTimePicker.cs,
7358         System.Windows.Forms/Form.cs, System.Windows.Forms/Label.cs,
7359         System.Windows.Forms/ToolTip.cs,
7360         System.Windows.Forms/RadioButton.cs,
7361         System.Windows.Forms/LinkLabel.cs,
7362         System.Windows.Forms/Splitter.cs,
7363         System.Windows.Forms/TextBoxBase.cs,
7364         System.Windows.Forms/ToolStripTextBox.cs,
7365         System.Windows.Forms/ContainerControl.cs,
7366         System.Windows.Forms/ThemeWin32Classic.cs,
7367         System.Windows.Forms/SizeGrip.cs,
7368         System.Windows.Forms/ToolStripDropDown.cs,
7369         System.Windows.Forms/ScrollableControl.cs: Make Control.parent
7370         private.  switch all uses over to Control.Parent.
7371
7372 2006-12-06  Chris Toshok  <toshok@ximian.com>
7373
7374         * RichTextBox.cs: don't assign to has_focus in GotFocus/LostFocus.
7375         Control does this before calling emitting these events.
7376
7377         * TabControl.cs: same.
7378
7379         * ThemeWin32Classic.cs: use Control.ClientRectangle instead of
7380         Control.client_rect.
7381
7382         * ButtonBase.cs: use the ClientSize property instead of the
7383         client_size field.
7384
7385         * ScrollableControl.cs: same.
7386
7387         * Control.cs: another pass at making properties private.  also,
7388         move the initialization of tab_stop to the ctor.
7389
7390 2006-12-05  Andreia Gaita <avidigal@novell.com>
7391
7392         * TabControl.cs: Let the selected index be set freely if the 
7393         control handle is not yet created.
7394
7395 2006-12-05  Jonathan Pobst  <monkey@jpobst.com>
7396
7397         * Control.cs: Revert dist_top, dist_right, and dist_bottom to 
7398         internal until I can rewrite DefaultLayout.
7399         * ToolStrip.cs: Fix build error and some general cleaning.
7400         * ToolStripControlHost.cs, SplitterPanel.cs, DataGridView.cs:
7401         Fix build errors caused by making some of Control's fields private.
7402
7403 2006-12-05  Jackson Harper  <jackson@ximian.com>
7404
7405         * TextControl.cs: Redo Insert a little so that it use IndexOf
7406         instead of Split, this prevents it from messing up on things like
7407         \n\n\n. Also more effecient since the split array doesn't need to
7408         be created.
7409         * TextBoxBase.cs: AppendText doesnt handle multiline and non
7410         multiline text differently, this is the first of many fixes that
7411         will make multiline/non-multiline the same thing as far as the
7412         TextBoxBase is concerned.
7413         - Don't split the text and insert lines, this can lose some line
7414         endings (like is the last line a soft or hard break). Instead use
7415         the new Insert.
7416         - Fix an off by one when combining all the lines in the Text
7417         getter.
7418         - Remove separate multiline handling from the Text getter/setter.
7419
7420 2006-12-05  Chris Toshok  <toshok@ximian.com>
7421
7422         * ButtonBase.cs: a few changes:
7423
7424         - don't reinitialize internal Control fields in the ctor when they
7425         have the same values as Control sets them.
7426
7427         - don't set has_focus in OnGotFocus/OnLostFocus.  Control does
7428         this before calling those methods.
7429
7430         - we don't need to call Refresh for anything.  use Invalidate
7431         instead.
7432
7433         - OnEnabledChanged doesn't need to redraw at all - Control.cs
7434         calls Refresh in its OnEnabledChanged.
7435         
7436         - several of the events we were registered for in the ctor to
7437         redraw ourselves already include calls to Invalidate in the
7438         property setters that raise the events.  remove the extra
7439         invalidation.
7440
7441         - reformat a switch statement that was 83274658 columns wide.
7442         
7443 2006-12-05  Mike Kestner  <mkestner@novell.com>
7444
7445         * ComboBox.cs: fix a unit test regression from a TextBox
7446         SelectionLength return of -1 when there's no selection.  
7447
7448 2006-12-05  Chris Toshok  <toshok@ximian.com>
7449
7450         * Control.cs, Button.cs, ThemeGtk.cs, Form.cs, ListView.cs,
7451         ThemeWin32Classic.cs, SizeGrip.cs, ToolBar.cs: first pass at
7452         cleaning up some of the internal Control fields being used by
7453         subclasses.
7454
7455 2006-12-05  Mike Kestner  <mkestner@novell.com>
7456
7457         * ComboBox.cs: fix some Simple mode regressions.  Set Visible on the
7458         listbox after AddImplicit calls since it defaults to hidden. Add a 
7459         hack to preserve requested heights across DropDownStyle changes.
7460
7461 2006-12-05  Jonathan Pobst  <monkey@jpobst.com>
7462
7463         * PropertyGrid.cs: Hide FindFirstItem method from public API.
7464
7465 2006-12-05  Chris Toshok  <toshok@ximian.com>
7466
7467         * DataGridView.cs: fix compiler warnings.
7468
7469         * PrintControllerWithStatusDialog.cs: same.
7470
7471         * ToolBar.cs: same.
7472
7473         * FolderBrowserDialog.cs: same.
7474
7475         * Splitter.cs: same.
7476
7477         * DataGridViewComboBoxCell.cs: same.
7478
7479         * XplatUIWin32.cs: same.
7480
7481         * PictureBox.cs: same.
7482
7483         * Win32DnD.cs: same.
7484
7485         * PageSetupDialog.cs: same.
7486
7487         * FileDialog.cs: same.
7488
7489         * PrintDialog.cs: same.
7490
7491         * DataGridTextBoxColumn.cs: same.
7492
7493         * DrawTreeNodeEventArgs.cs: same (and fix corcompare)
7494
7495 2006-12-05  Chris Toshok  <toshok@ximian.com>
7496
7497         * TextBox.cs, CheckedListBox.cs, MonthCalendar.cs, Menu.cs,
7498         MainMenu.cs, ListView.cs, LabelEditTextBox.cs, ToolBar.cs: more
7499         System.ComponentModel.EventHandlerList work.
7500
7501 2006-12-05  Jonathan Chambers  <joncham@gmail.com>
7502
7503         * DrawTreeNodeEventArgs.cs: Added.
7504
7505 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7506         
7507         * InternalWindowManager.cs: Remove an unused field.
7508         
7509 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7510
7511         * InternalWindowManager.cs:
7512         - Save the point where the title bar is clicked.
7513         
7514         * MdiWindowManager.cs:
7515         - Only allow moving of the window as long as the 
7516         clicked point on the title bar does not get out of
7517         MdiClient's rectangle. Fixes #79982.
7518         
7519         * MdiClient.cs:
7520         - Added Horizontal/VerticalScrollbarVisible.
7521         - Simplified the scrollbar sizing algorithm.
7522         - Cache the difference in scrolled value in
7523         H/VBarValueChanged and move the calculation out
7524         of the for loop.
7525
7526 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7527
7528         * Control.cs: Make the Console.WriteLine in WndProc 
7529         write more info.
7530
7531 2006-12-05  Chris Toshok  <toshok@ximian.com>
7532
7533         * ToolStripManager.cs, ToolStripButton.cs,
7534         ToolStripContentPanel.cs, ToolStripComboBox.cs, ToolStrip.cs,
7535         ToolStripMenuItem.cs, ToolStripItem.cs, ToolStripControlHost.cs,
7536         ToolStripSplitButton.cs, ToolStripSeparator.cs,
7537         ToolStripRenderer.cs, ToolStripDropDownItem.cs,
7538         ToolStripProgressBar.cs, ToolStripContainer.cs,
7539         ToolStripTextBox.cs, ToolStripPanel.cs, ToolStripDropDown.cs: move
7540         to using System.ComponentModel.EventHandlerList.
7541
7542 2006-12-04  Chris Toshok  <toshok@ximian.com>
7543
7544         * LinkLabel.cs: fix up compiler warnings.
7545
7546         * TableLayoutSettings.cs: same.
7547
7548         * TreeView.cs: same.
7549
7550         * ToolBar.cs: same.
7551
7552         * TabControl.cs: same.
7553
7554         * RichTextBox.cs: same.
7555
7556         * ListViewItem.cs: same.
7557
7558         * PropertyGrid.cs: same.
7559
7560         * DataGridViewRowPostPaintEventArgs.cs: corcompare fix.
7561
7562         * ToolTip.cs same.
7563
7564         * TextRenderer.cs: fix up compiler warnings.
7565
7566         * Label.cs: same.
7567
7568         * Form.cs: corcompare fixes.
7569
7570         * PictureBox.cs: fix up compiler warnings.
7571
7572         * ImageListStreamer.cs: same.
7573
7574         * TrackBar.cs: corcompare fix.
7575
7576         * Control.cs: fix up compiler warnings.
7577
7578         * SplitterPanel.cs: same.
7579
7580         * NumericTextBox.cs: same.
7581
7582         * ImageList.cs: same.
7583
7584         * StatusStrip.cs: same.
7585
7586         * ProgressBar.cs: corcompare fix.
7587
7588         * ToolStripButton.cs: fix up compiler warnings.
7589
7590         * ToolStripStatusLabel.cs: same.
7591
7592         * ToolStripSplitButton.cs: same.
7593
7594         * ToolStripSeparator.cs: same.
7595
7596         * ToolStripProgressBar.cs: same.
7597
7598         * ToolStripDropDownMenu.cs: same
7599
7600         * ToolStripDropDown.cs: same.
7601
7602         * ToolStripDropDownButton.cs: same.
7603
7604         * ToolStrip.cs: same.
7605
7606         * ToolStripControlHost.cs: same.
7607
7608         * ToolStripContentPanel.cs: same.
7609
7610         * ToolStripDropDown.cs: same.
7611
7612         * ToolStripContainer.cs: same.
7613
7614         * ToolStripPanel.cs: same, and add "new" where we need it to work
7615         with the new ArrangedElementCollection.
7616
7617         * ToolStripItemCollection.cs: add "new" where we need it to work
7618         with the new ArrangedElementCollection.
7619
7620 2006-12-04  Andreia Gaita <avidigal@novell.com>
7621
7622         * TabControl.cs: Fix default tab selection to after TabControl
7623         gets focus and not before. Fixes #80128
7624
7625 2006-12-04  Chris Toshok  <toshok@ximian.com>
7626
7627         * DataGridTableStyle.cs: remove the gross calling of
7628         datagrid.Refresh from here.  It's a broken idea and it doesn't
7629         work anyway.
7630
7631         * DataGrid.cs: instead, just register/unregister from the
7632         DataGridTableStyle events in CurrentTableStyle.  we play it
7633         conservatively and EndEdit + CalcAreasAndInvalidate on any event,
7634         even though some would most likely not require it.  Fixes bug
7635         #80115 (and one portion of #80117 as a side effect).
7636
7637 2006-12-04  Chris Toshok  <toshok@ximian.com>
7638
7639         * DataGrid.cs (set_CaptionVisible): EndEdit before doing the work
7640         so the textbox (if any) goes away.  Fixes bug #80117.
7641
7642 2006-12-04  Chris Toshok  <toshok@ximian.com>
7643
7644         * DataGridColumnStyle.cs: set the column's readonly property
7645         initially based on the property descriptor's IsReadOnly.  Fixes
7646         bug #80044.
7647
7648 2006-12-04  Chris Toshok  <toshok@ximian.com>
7649
7650         * ComboBox.cs: wrap the dropdown style changing work in
7651         SuspendLayout/ResumeLayout.  Fixes bug #79968.
7652
7653 2006-12-04  Jackson Harper  <jackson@ximian.com>
7654
7655         * TextBoxBase.cs: Fix off by one, since these are one-based.
7656         * TextBox.cs: Select all the text when we get focus.  The TextBox
7657         does this but the RTB does not.
7658
7659 2006-12-04  Chris Toshok  <toshok@ximian.com>
7660
7661         * DataGridTextBoxColumn.cs: remove some spew.
7662
7663         * DataGridColumnStyle.cs (SetColumnValueAtRow): this seems right
7664         but some part of me is saying "it shouldn't be here.."  At any
7665         rate, it fixes bug #80046.  Call IEditableObject.EndEdit after
7666         setting the value.
7667
7668 2006-12-04  Chris Toshok  <toshok@ximian.com>
7669
7670         * DataGridColumnStyle.cs (SetDataGrid): call CheckValidDataSource
7671         to reassign the propertydescriptor.
7672
7673 2006-12-04  Jackson Harper  <jackson@ximian.com>
7674
7675         * TextBoxBase.cs:
7676         * TextControl.cs: Remove some unused variables.  Maybe this will
7677         patch things up between mike and I.
7678         - don't split lines less then one char wide, if the viewport is
7679         that small text won't be visible anyways.
7680         
7681 2006-12-04  Jackson Harper  <jackson@ximian.com>
7682
7683         * TextBoxBase.cs: Default selection length is -1, need to do some
7684         more testing on windows to see when this is used for the property.
7685         - Redid the Lines [] property to that we properly remove soft line
7686         breaks
7687         - added support for preserving carriage returns
7688         -  CanUndo is not a variable like 'is undo enabled' it just returns
7689         true if there is undo operations available.
7690         - AppendText doesn't need to grab the last tag itself anymore,
7691         this happens automatically when we move the cursor.
7692         * TextControl.cs: Add CompoundActions to the undo class. This
7693         allows combining the other operations into one big option.  ie a
7694         paste will combine { delete old, insert new, move cursor }
7695         - Add InsertString undo operation
7696         - New method for deleting multiline text
7697         - Add carriage returns to lines. So we can preserve carriage
7698         returns when text is 'roundtripped'
7699
7700 2006-12-04  Chris Toshok  <toshok@ximian.com>
7701
7702         * DataGrid.cs (CalcCellsArea): cells_area.Width/Height are at a
7703         minimum 0.  Fixes the scrollbar exception in bug #80136.
7704
7705 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7706
7707         * MdiClient.cs: 
7708         * MdiWindowManager: Removed unused fields and methods.
7709         
7710 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7711         
7712         * StatusBar.cs: Update all panels when a AutoSize=Contents
7713         panel needs updating.
7714         
7715         * StatusBarPanel.cs: Remove twidth and only use initialize.
7716         Fixes #80031.
7717                 
7718 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7719
7720         * Form.cs: When a form's MdiParent is set add it directly
7721         on top of the z-order in stead of relying on MdiClient's
7722         ActivateChild to do it. Fixes #80135.
7723         
7724         * MdiClient.cs: 
7725         - Remove original_order, mdi_child_list is already doing
7726         the same thing.
7727         - Create mdi_child_list on construction in
7728         stead of first use (avoids a few null checks).
7729
7730         * MenuItem.cs: Use an already existing list of mdi children
7731         to get the correct order of children and remove the other
7732         redundant list.
7733
7734 2006-12-04  Chris Toshok  <toshok@ximian.com>
7735
7736         * PropertyGridView.cs: cached_splitter_location is only used in
7737         !DOUBLEBUFFER code.
7738
7739         * PropertyGrid.cs: implement the ComComponentNameChanged event
7740         using Events, hoping that would fix the warning.  Looks like a
7741         compiler bug instead (#80144).
7742
7743         * PropertyManager.cs: remove unused method.
7744
7745 2006-11-04  Everaldo Canuto  <everaldo@simios.org>
7746
7747         * ThemeWin32Classic.cs: Dont draw arrow when menuitem on menubar, 
7748         include parentesis to fix expression evaluation. Fixes #79634.
7749
7750 2006-11-02  Everaldo Canuto  <everaldo@simios.org>
7751         
7752         * MenuAPI.cs:
7753         - Changes to fix behavior in Menu control, some reported in #80097
7754         and other detected during behavior refactory like a select event
7755         problems.
7756         - Remove unneded "if's" conditions.
7757         - Created an internal to flag when popup is active in control, we need 
7758         it because in .NET you can have menu active but without popup active
7759         when you active menu using popup without visible items.
7760         - Mimic win32 behavior for Select and Popup events.  
7761         - Dont open popup menu when you dont have visible subitems.
7762         - Do nothing when click on disabled menu item.
7763         - Some small changes to follow the coding style guidelines.
7764         - Unselect menu only when another control gives focus. Fixes #80097.
7765         - Remove unused code.
7766         
7767         * MenuItem.cs: internal VisibleItems method to check if menu
7768         theres visible subitems, it will be usefull to fix some 
7769         behavior in Menu control.
7770         
7771 2006-11-01  Everaldo Canuto  <everaldo@simios.org>
7772         
7773         * Timer.cs: Tag property for 2.0 profile.
7774         
7775 2006-12-01  Chris Toshok  <toshok@ximian.com>
7776
7777         [ after removing all warning suppressions, this cleans up over 100 warnings. ]
7778         
7779         * Win32DnD.cs: comment out some unused fields.
7780
7781         * XplatUIWin32.cs: comment out some unused pinvokes, and remove
7782         some unused properties/methods.
7783
7784         * XplatUIX11.cs: fix MousePosition so we override the base class's
7785         property instead of conflicting with it.
7786
7787         * PictureBox.cs: comment out some unused fields
7788
7789         * OSXStructs.cs: make some struct fields public.
7790
7791         * XplatUIOSX.cs: comment out some unused pinvokes, and fix
7792         MousePosition so we override the base class's property instead of
7793         conflicting with it.
7794
7795         * X11Dnd.cs: comment out some unused fields
7796
7797         * X11DesktopColors.cs: fix some struct field visibility to quiet
7798         the compiler.
7799
7800         * X11Dnd.cs: remove some debug code.
7801
7802         * ThemeClearlooks.cs: comment out unused field.
7803
7804         * ThemeNice.cs: mark some methods as overriding ThemeWin32Classic as needed.
7805
7806         * ThemeGtk.cs: comment out some unused pinvokes.
7807
7808         * Timer.cs: remove some unused fields.
7809
7810         * ThemeClearlooks.cs: comment out unused field.
7811
7812         * UpDownBase.cs: comment out unused field.
7813
7814         * DataObject.cs: comment out unused field.
7815
7816         * DataGridBoolColumn.cs: reomve unused field.
7817
7818         * DataGrid.cs: remove unused field.
7819
7820         * Cursor.cs: remove old ToBitmap code.
7821
7822         * ControlPaint.cs: remove unused method.
7823
7824         * ScrollBar.cs: remove unused fields.
7825
7826         * ComboBox.cs: remove unused field, and chain up to
7827         AccessibleObject ctor.
7828
7829         * ListBox.cs: remove unused field.
7830
7831         * ButtonBase.cs: wrap a couple fields in NET_2_0.
7832
7833         * GridEntry.cs: remove unused fields.
7834
7835         * Binding.cs: remove unused fields.
7836
7837         * AxHost.cs: remove unused method.
7838
7839         * ContainerControl.cs: remove unused field.
7840
7841         * ScrollableControl.cs: remove unused fields.
7842
7843 2006-12-01  Chris Toshok  <toshok@ximian.com>
7844
7845         * XplatUI.cs, XplatUIWin32.cs, XplatUIGTK.cs: nuke
7846         the Where/WhereString stuff.  it's easy enough to CWL
7847         Environment.StackTrace.
7848
7849         * XplatUIX11.cs: same, but also fix up a lot of mcs warnings about
7850         unused private fields.
7851
7852 2006-12-01  Jackson Harper  <jackson@ximian.com>
7853
7854         * TextControl.cs: Do not update the view while inserting multiline
7855         text. If we update the view we might wrap lines, before entering
7856         the new lines, which causes the new line insertion calculations to
7857         be totally fubared.
7858         - Remove an old TODO
7859         - Make debug output a little nicer
7860         
7861 2006-12-01  Chris Toshok  <toshok@ximian.com>
7862
7863         * ToolBar.cs: revert the ImeMode fix here and add an XXX comment.
7864
7865 2006-12-01  Chris Toshok  <toshok@ximian.com>
7866
7867         [ fix the majority of the CS0108 warnings we've been suppressing ]
7868         
7869         * TreeView.cs: mark BackgroundImageChanged as 'new'.
7870
7871         * ToolBar.cs: ImeMode just passes stuff to Control.  Rename Layout
7872         to "LayoutToolBar" to quiet mcs.
7873         
7874         * TabControl.cs: mark our ControlCollection class as 'new'.
7875
7876         * TextBoxBase.cs: mark some events as 'new'.
7877
7878         * Splitter.cs: TabStop is 'new'.
7879
7880         * ControlBindingsCollection.cs: mark a few methods as new since
7881         they change the visibility from protected to public.
7882
7883         * RadioButton.cs: DoubleClick -> base class, and remove unused
7884         HaveDoubleClick.
7885
7886         * MonthCalendar.cs: ImeMode property -> base class, and mark many
7887         events as new.
7888
7889         * NumericUpDown.cs: TextChanged -> base class.
7890
7891         * CheckedListBox.cs: mark our ObjectCollection class as new to
7892         quiet mcs.
7893
7894         * FolderBrowserDialog.cs: make HelpRequest event new and have it
7895         muck with the base class.
7896
7897         * StatusBar.cs: fix some mcs warnings about Update being the same
7898         name as a base class method.
7899
7900         * RichTextBox.cs: mark some events as new, and make them do things
7901         to the base class impl.
7902
7903         * UserControl.cs: mark TextChanged as new, and have it manipulate
7904         base.TextChanged.
7905
7906         * UpDownBase.cs: mark some things new.
7907
7908         * CheckBox.cs: mark DoubleClick "new", and add some text about
7909         what we need to look at.
7910
7911         * Panel.cs: make the events "new", and manipulate the base
7912         version.  these are just here for attributes.
7913
7914         * AccessibleObject.cs: make owner private.
7915
7916         * Control.cs: deal with AccessibleObject.owner being private.
7917         cache our own copy if we need it.
7918
7919         * Button.cs: add "new" to the DoubleClickEvent.
7920
7921         * ListBox.cs: no need to track our own has_focus here.  let
7922         Control.has_focus do it for us.  Also some other work to clear up
7923         warnings about not overriding base class methods of the same name.
7924         
7925         * ComboBox.cs: clear up some warnings about not override base
7926         class methods of the same name.
7927
7928 2006-12-01  Chris Toshok  <toshok@ximian.com>
7929
7930         * Form.cs: flag a few things as "new" to quiet some of the mcs
7931         warnings.
7932
7933         * AxHost.cs: same.
7934
7935         * PrintPreviewDialog.cs: same.
7936
7937         * DataGridView.cs: fix a ton of corcompare warnings.  not all, but
7938         now DGV isn't so horrible on the class status page.  also, move
7939         all events to using System.ComponentModel.EventHandlerList.  my
7940         wrists hurt.
7941
7942 2006-12-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7943
7944         * MdiWindowManager.cs:
7945         - Set form to active mdi child if shown,
7946         and update the active mdi child to the next 
7947         remaining child in the z-order if the form is hidden.
7948
7949         * Form.cs: 
7950         - Track if the form has been visible and if its 
7951         visibility is beeing changed, so that the MdiClient
7952         can properly decide the ActiveMdiChild. The MdiClient 
7953         cannot track this since the form can change visibility 
7954         before MdiClient is created.
7955
7956         * MdiClient.cs:
7957         - Don't activate anything of the parent form is changing
7958         its visibility.
7959         - Rework ActiveMdiChild to only return visible mdi 
7960         children and take into account several other corner 
7961         cases.
7962
7963 2006-12-01  Chris Toshok  <toshok@ximian.com>
7964
7965         * IBindableComponent.cs: new 2.0 interface.
7966
7967 2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>
7968
7969         * DataGrid.cs: Font for caption area is bold by default.
7970
7971 2006-12-01  Everaldo Canuto  <everaldo@simios.org>
7972
7973         * Menu.cs: Tag property for 2.0.
7974         
7975 2006-11-01  Everaldo Canuto  <everaldo@simios.org>
7976
7977         * ThemeWin32Classic.cs: Adjust menu separator drawing. 
7978         
7979 2006-12-01  Chris Toshok  <toshok@ximian.com>
7980
7981         * TreeView.cs: doh, the Begin* events should be
7982         TreeViewCancelEventHandler.
7983
7984 2006-12-01  Chris Toshok  <toshok@ximian.com>
7985
7986         * Form.cs: Form.ControlCollection already stores off the
7987         form_owner field.  don't access the base class's internal "owner"
7988         field.
7989
7990         * Control.cs: make all the fields in Control.ControlCollection
7991         private.  there's no need for any internal fields here.
7992
7993 2006-12-01  Chris Toshok  <toshok@ximian.com>
7994
7995         * DataGrid.cs: call SetDataSource instead of CalcGridAreas in
7996         OnHandleCreated.  Fixes bug #80109.
7997
7998 2006-12-01  Chris Toshok  <toshok@ximian.com>
7999
8000         * Button.cs, PropertyGridTextBox.cs, ComboBox.cs,
8001         SplitContainer.cs, Control.cs, StatusStrip.cs,
8002         DataGridTableStyle.cs, MenuItem.cs, DomainUpDown.cs, ImageList.cs,
8003         NumericTextBox.cs, NumericUpDown.cs, Panel.cs, CommonDialog.cs,
8004         DataGrid.cs, ScrollBar.cs, TrackBar.cs, PictureBox.cs,
8005         DateTimePicker.cs, StatusBar.cs, Form.cs, PrintPreviewDialog.cs,
8006         Label.cs, UserControl.cs, CheckBox.cs, RadioButton.cs,
8007         LinkLabel.cs, ListControl.cs, PropertyGrid.cs, Splitter.cs,
8008         MenuStrip.cs, FolderBrowserDialog.cs, NotifyIcon.cs,
8009         TextBoxBase.cs, ListView.cs, DataGridBoolColumn.cs,
8010         PrintPreviewControl.cs, RichTextBox.cs, ListBox.cs, TabControl.cs,
8011         DataGridColumnStyle.cs, ContextMenu.cs, TreeView.cs:
8012
8013         do most of the work to convert our code over to use
8014         System.ComponentModel.Component.Events for
8015         adding/removing/dispatching events.
8016
8017
8018 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
8019
8020         * DataGridView.cs: Fix an ArgumentNullException reported 
8021         twice today in IRC.
8022
8023 2006-11-30  Mike Kestner  <mkestner@novell.com>
8024
8025         * ComboBox.cs: fix the scrollbar mouse event forwarding in the 
8026         grabbed listbox.  Fixes #80036 and #80101.
8027
8028 2006-11-30  Rolf Bjarne Kvinge <RKvinge@novell.com>
8029
8030         * Message.cs: Changed ToString() to match MS.
8031         
8032 2006-11-30  Jackson Harper  <jackson@ximian.com>
8033
8034         * TextBoxBase.cs: You can still change the selected text on a read
8035         only textbox.
8036         * TextControl.cs: Lower magic number for wrap calculations. This
8037         lets text get closer to the right (far) edge.
8038
8039 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
8040
8041         * Control.cs: Tweak 2.0 layout properties.
8042         * Form.cs: Switch ToolStripMenuTracker hooks to ToolStripManager.
8043         * TextRenderer.cs: Add a new overload.
8044         * ToolStrip*: Huge amount of changes and new features.
8045
8046 2006-11-30  Mike Kestner  <mkestner@novell.com>
8047
8048         * ComboBox.cs: fixes for LargeChange and Maximum to get the 
8049         scroll range correct.  Fixes #79994.
8050
8051 2006-11-30  Rolf Bjarne Kvinge <RKvinge@novell.com>
8052
8053         * MdiWindowManager.cs: Update main form's text when
8054         a form is closed. (fixes #80038)
8055         
8056 2006-11-30  Everaldo Canuto  <everaldo@simios.org>
8057
8058         * ToolBar.cs:
8059         - Fix an regression in ButtonSize.
8060         - Get ImeMode default value change to "Disable".
8061         - Get ShowTooltips default value change to true, default value is 
8062         "false" but after make a test in .NET we get "true" result as default.
8063         
8064 2006-11-29  Jonathan Pobst  <monkey@jpobst.com>
8065
8066         * ToolStripDropDown.cs: Fix for SupportsTransparency change.
8067
8068 2006-11-29  Chris Toshok  <toshok@ximian.com>
8069
8070         * XplatUIWin32.cs (GetWindowTransparency): check return value of
8071         GetLayeredWindowAttributes.  if it's 0, return 1.0, as
8072         SetWindowTransparency hasn't been called.
8073
8074 2006-11-29  Chris Toshok  <toshok@ximian.com>
8075
8076         * Form.cs (set_TransparencyKey): only call SetWindowTransparency
8077         if it's supported.
8078         (set_AllowTransparency): reorder things a little so that the
8079         WS_EX_LAYERED style is removed properly.
8080
8081 2006-11-29  Chris Toshok  <toshok@ximian.com>
8082
8083         [ totally cosmetic eye-candy feature, fixes bug #80089 ]
8084         
8085         * Form.cs: only call the XplatUI transparency method (get/set) if
8086         SupportsTransparency says it's supported. Otherwise fallback to
8087         doing nothing (in the set case) or returning the instance field we
8088         cache (in the get case).
8089
8090         * XplatUIStructs.cs: add TransparencySupport flag enum.
8091         
8092         * XplatUIDriver.cs: add abstract GetWindowTransparency, and track
8093         change to SupportsTransparency.
8094
8095         * XplatUIOSX.cs: stub out GetWindowTransparency, and return
8096         TransparencySupport.None from SupportsTransparency.
8097
8098         * XplatUIX11.cs: Stub out GetWindowTransparency, and return
8099         TransparencySupport.Set from SupportsTransparency.
8100
8101         * XplatUIWin32.cs: implement GetWindowTransparency calling
8102         GetLayeredWindowAttributes, and implement SupportsTransparency by
8103         checking whether or not both
8104         GetWindowTransparency/SetWindowTransparency are available
8105         entrypoints.  We need to do this since SetWindowTransparency is
8106         available as of win2k, but GetWindowTransparency requires winxp.
8107         yay win32 api.
8108
8109         * XplatUI.cs: Add GetWindowTransparency, and change
8110         SupportsTransparency to allow for either/both Get/Set.
8111
8112 2006-11-29  Chris Toshok  <toshok@ximian.com>
8113
8114         * DataGrid.cs: keep from going into an infinite loop redrawing a
8115         datagrid that has no datasource.  Fixes bug #80033.
8116
8117 2006-11-29  Chris Toshok  <toshok@ximian.com>
8118
8119         * MenuItem.cs: fix the NRE when we assign text (and therefore call
8120         Invalidate) before the mainmenu has been assigned to a control.
8121
8122 2006-11-29  Chris Toshok  <toshok@ximian.com>
8123
8124         * DataGrid.cs: detect when we should be double the double click
8125         row/column autosize stuff, although that codepath has yet to be
8126         written.  part of the work for bug #79891.
8127
8128 2006-11-29  Chris Toshok  <toshok@ximian.com>
8129
8130         * Binding.cs (SetControl): fix unit test.
8131
8132 2006-11-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8133
8134         * PageSetupDialog.cs: Validate the margins and set them in
8135         PageSettings. 
8136         * NumericTextBox.cs: New class to mimic the behavior of the
8137         textboxes used in the printing dialogs.
8138
8139 2006-11-29  Andreia Gaita  <avidigal@novell.com>
8140         
8141         * Form.cs: Revert previous change (remove call UpdateBounds
8142         from form constructor), because it messes with the handle creation
8143         order, and that one needs lots and lots of love.
8144         * PrintPreviewDialog.cs: Revert change to CreateHandle (add check
8145         for valid printer and throw InvalidPrinterException if document
8146         is set but printer not valid), adding a MonoTODO. Once 
8147         handle creation is done properly, we can put this back in.
8148
8149 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
8150
8151         * MenuItem.cs: Create a invalidate method for menu item, to be
8152         calling from set text, it make text changes to imadiate update
8153         on screen. Fixes #80013. 
8154         
8155 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
8156
8157         * ToolBar.cs: Fixes and simplify toolbar button layout, it 
8158         fixes bug #80070 and some other problem on toolbar buttons
8159         layout.
8160
8161 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
8162
8163         * ThemeWin32Classic.cs: Paint toolbar toggle button background 
8164         with dotted brush.      Fixes #79564
8165         
8166 2006-11-28  Andreia Gaita  <avidigal@novell.com>
8167
8168         * Form.cs: Removed call to UpdateBounds on Form
8169         constructor, it was causing a call to CreateHandle
8170         before it was supposed to.
8171         * PrintControllerWithStatusDialog: Applied patch
8172         by Chris Toshok to hide controller when there are
8173         no printers available.
8174         PrintDialog.cs: initialize printer settings to 
8175         null - correct DefaultValues test #5
8176         * PrintPreviewControl.cs: Move PrintController
8177         initialization to GeneratePreview
8178         * PrintPreviewDialog.cs: 
8179         - Remove Preview generation     from Document_set(). It is 
8180         called on OnPaint
8181         - Throw InvalidPrinterException on CreateHandle if
8182         a Document is set but there are no printers or 
8183         printer is not valid.
8184         * ThemeWin32Classic: don't paint PrintPreviewControl
8185         if there is nothing to paint    
8186
8187 2006-11-28  Miguel de Icaza  <miguel@novell.com>
8188
8189         * Form.cs: Add another popular method.
8190
8191         * TabPage.cs: ditto.
8192
8193 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8194
8195         * MenuItem.cs: Fixed a warning.
8196         * InternalWindowManager: Fixed a warning.
8197
8198 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8199
8200         * MenuItem.cs:
8201         - When cloning a menu also clone MdiList and clone the 
8202           window menu items properly (as the forms and menuitems
8203           are kept in an internal hashtable, these need updating 
8204           as well)
8205         - Rewrote the window menu code, menu items are added in the
8206           order the forms were added to their parent, and they are
8207           updated every time the window menu is shown (before the
8208           list was only generated once, in the current order of the
8209           forms, and would never be updated). A checkmark is shown
8210           next to the item corresponding to the active mdi child.
8211
8212 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8213
8214         * XplatUIStructs.cs: 
8215         - Added WM_NCMOUSEHOVER and WM_NCMOUSELEAVE.
8216         
8217         * XplatUIWin32.cs: 
8218         - Added TME_NONCLIENT to TMEFlags.
8219         - Handles WM_NCMOUSEMOVE in GetMessage to 
8220           generate WM_NCMOUSEHOVER and WM_NCMOUSELEAVE messages.
8221
8222         * MdiWindowManager:
8223         - Now merges mdi child menu to parent menu when maximized.
8224         - Recalculate NC areas of both mdi child and mdi parent. 
8225           Fixes #79757 (4).
8226           on window state and size changes.Fixes #79844 (3).
8227         - Handle WM_NCCALCSIZE to properly calculate borders.
8228
8229         * Form.cs:
8230         - Add/remove to the mdi containers list of mdi children 
8231           in the order they are added.
8232         - Pass on WM_NCLBUTTONUP, WM_NCMOUSEMOVE and WM_NCMOUSELEAVE 
8233           to the maximized mdi child.
8234         
8235         * InternalWindowManager.cs:
8236         - Only execute a click on the control buttons on the mouse up,
8237           not on the mouse down. Show the state of the button 
8238           (was only showing Normal state, never Pressed state). The
8239           pressed button now follows the mouse (if you click the Close 
8240           button and move the mouse over the Maximize button, the 
8241           Maximize button will be shown as pressed). Since Win32 does
8242           not generate WM_NCLBUTTONUP if you release the button outside
8243           of the nc area, we need to handle WM_NCMOUSELEAVE and treat
8244           it as a mouse up.
8245         
8246         * ThemeWin32Classic.cs:
8247         - Draw a missing border around mdi child forms. Fixes #79844 (2).
8248
8249         * MdiClient.cs:
8250         - Added a list of forms which contains the order the forms are
8251           added to the mdi parent.
8252         - Handle WM_NCPAINT to properly draw a 3D border. Fixes #79844 (2).
8253         - Handle WM_NCCALCSIZE to properly calculate the 3D border.
8254         - If the active form changes set the scrollbars to the top
8255           of the Z order, otherwise the form could hide them.
8256         - Scrollbars are now sized according to ClientSize, not 
8257           to Size, and they take into account the other scrollbar
8258           to determine maximum.
8259         
8260 2006-11-28  Rolf Bjarne Kvinge <RKvinge@novell.com>
8261         
8262         * XplatUI.cs:
8263         * XplatUIDriver.cs:
8264         * XplatUIX11.cs:
8265         * XplatUIWin32.cs:
8266         * XplatUIOSX.cs:
8267         - Added RequestAdditionalWM_NCMessages for windows to 
8268           opt in for WM_NCMOUSELEAVE and WM_NCMOUSEHOVER.
8269           Currently only implemented in XplatUIWin32.
8270
8271 2006-11-27  Chris Toshok  <toshok@ximian.com>
8272
8273         * Hwnd.cs: only add the hwnd to the windows hash in
8274         set_WholeWindow and set_ClientWindow if whole_window/client_window
8275         are not IntPtr.Zero.  also, remove the unused SetObjectWindow.
8276
8277 2006-11-27  Mike Kestner  <mkestner@novell.com>
8278
8279         * ComboBox.cs: remove redundant OnDropDown call.  It is called
8280         from the ComboListBox.ShowWindow code. Fixes #79969.
8281
8282 2006-11-27  Chris Toshok  <toshok@ximian.com>
8283
8284         * Hwnd.cs: remove the setters for ExposePending and
8285         NCExposePending - noone uses them.
8286
8287 2006-11-27  Jackson Harper  <jackson@ximian.com>
8288
8289         * TextControl.cs: new param for ReplaceSelection which determines
8290         whether we select the new selection, or set the cursor to the end
8291         of the new selection.
8292         * TextBoxBase.cs: Use new param for ReplaceSelection.  When
8293         pasting, select the new text.
8294         * RichTextBox.cs: Use new param for ReplaceSelection.
8295
8296 2006-11-27  Jackson Harper  <jackson@ximian.com>
8297
8298         * TextBoxBase.cs: Set the selection to the caret after the caret
8299         is moved, otherwise they get out of sync.
8300
8301 2006-11-26  Everaldo Canuto  <everaldo@simios.org>
8302
8303         * ToolBar.cs: Fixe size of ToolBar when AutoSize is false,
8304         it fixes #80015
8305
8306 2006-11-26  Everaldo Canuto  <everaldo@simios.org>
8307
8308         * ThemeWin32Classic.cs: 
8309         - Fix toolbar drop down arrow position.
8310         - Fix drop down appearance when ToolBar.Appearance is normal,
8311         it fixes #80018.
8312         
8313 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
8314
8315         * ProgressBar.cs: GetStyle fixes for 2.0 profile.
8316         * Control.cs: Same.
8317         * UpDownBase.cs: Same.
8318         * ButtonBase.cs: Same.
8319         * ScrollBar.cs: Same.
8320         * TrackBar.cs: Same.
8321         * PictureBox.cs: Same.
8322         * UserControl.cs: Same.
8323         * Label.cs: Same.
8324         * ListControl.cs: Same.
8325         * TextBoxBase.cs: Same.
8326         * ListView.cs: Same.
8327         * RichTextBox.cs: Same.
8328         * TreeView.cs: Same.
8329
8330 2006-11-25  Jordi Mas i Hernandez <jordimash@gmail.com>
8331
8332         * PrintDialog.cs:
8333         - Text label for where 
8334         - Text label comment was not shown
8335
8336 2006-11-23  Everaldo Canuto  <everaldo@simios.org>
8337
8338         * ThemeWin32Classic.cs: Fix toolbar drop down arrow size.
8339
8340 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
8341
8342         * InternalWindowManager.cs: 
8343         - Handle WM_PARENTNOTIFY to activate the form
8344         if any child control is clicked.
8345         - The form is only sizable if not minimized.
8346
8347         * MdiWindowManager.cs:
8348         - Save the IconicBounds if the form is moved.
8349         - Rework SetWindowState, now the window bounds 
8350         are stored only if the old window state is Normal.
8351         
8352         * MdiClient.cs:
8353         - In SetWindowStates store the old window state if 
8354         the window is maximized and restore window state if
8355         the window looses focus.
8356         - Don't handle any scrollbar value changes if 
8357         initializing the scroll bars. Fixes #79771.
8358         - Reworked ArrangeIconicWindows. Current algorithm
8359         tests bounds agains all other minimized windows, if
8360         any intersections create new bounds (going left to 
8361         right, bottom to top) and then test again. When 
8362         successful the bounds are saved and never computed
8363         again. Fixes #79774.
8364
8365 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
8366
8367         * InternalWindowManager.cs: Added HandleTitleBarUp.
8368
8369 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
8370
8371         * NumericUpDown.cs: In .NET 1.1, user entered text is still
8372         hexadecimal in ParseUserEdit.
8373
8374         
8375 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
8376
8377         * MdiWindowManager.cs: 
8378         - Handle a click on the form's icon to show the 
8379         system menu (when maximized). Fixes #79775.
8380         - Change the existing click handler for the form's
8381         icon when not maximized to show on MouseUp.
8382         Fixes #79776.
8383
8384         * Form.cs: In OnResize only layout the mdi child's
8385         parent if it actually has a parent. Might not if
8386         the window is closing.
8387
8388
8389 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
8390
8391         * MdiClient.cs: Ignore active MDI client for text of parent, if
8392         child has no text set.
8393
8394 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
8395
8396         * ToolBar.cs: Fixed ToString to match MS.
8397
8398 2006-11-22  Andreia Gaita  <avidigal@novell.com>
8399
8400         * NumericUpDown: 
8401         - Fix DecimalPlaces, Hexadecimal and ThousandsSeparator to 
8402         update inner values on set. Fixes #79966.
8403         - Override OnLostFocus to update value on NET 2. Fixes #79950.
8404         - Fix hexadecimal parsing.
8405         
8406         * UpDownBase: Override OnGotFocus and OnLostFocus to notify 
8407         parent. Fixes #79957
8408
8409 2006-11-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8410
8411         * Control.cs: After calling SetWindowsPos in SetBoundsCore 
8412         the actual size has to be queried, since if height /
8413         width is negative Win32 changes it to 0. 
8414         Fixes #79999 on Windows.
8415         
8416         * XplatUIX11.cs: Set height / width to 0 if negative
8417         in SetWindowPos. Fixes #79999 on Linux.
8418         
8419 2006-11-22  Everaldo Canuto  <everaldo@simios.org>
8420
8421         * ThemeWin32Classic.cs: Fix text redenring when button is
8422         pressed.
8423
8424 2006-11-22  Everaldo Canuto  <everaldo@simios.org>
8425
8426         * MenuAPI.cs: Fixes behavior when menu is opened by kerboard
8427         and later navigate by mouse. Fixes #79528.
8428
8429 2006-11-21  Everaldo Canuto  <everaldo@simios.org>
8430
8431         * ToolBar.cs: Set default value for TabStop to false in
8432         constructor, it fixes remaining behavior of bug #79863.
8433
8434 2006-11-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8435
8436         * MdiWindowManager.cs:
8437         * InternalWindowManager.cs:
8438         - Moved a few methods specific to Mdi from 
8439         InternalWindowManager to MdiWindowManager.
8440         Fixes #79996.
8441         
8442 2006-11-21  Chris Toshok  <toshok@ximian.com>
8443
8444         * XplatUIOSX.cs: stub out InvalidateNC.
8445
8446         * XplatUIWin32.cs: implement InvalidateNC using the call I found
8447         at http://www.dotnet247.com/247reference/msgs/58/292037.aspx.
8448
8449         * XplatUIX11.cs: rename InvalidateWholeWindow to InvalidateNC.
8450
8451         * XplatUIDriver.cs: add InvalidateNC abstract method.
8452
8453         * XplatUI.cs: add InvalidateNC.
8454
8455 2006-11-21  Everaldo Canuto  <everaldo@simios.org>
8456
8457         * ToolBar.cs: Invalidate complete button area when pressed status 
8458         was changed.
8459         * ToolButton.cs: Fix InvalidateBorder for DropDown buttons.
8460         * ThemeWin32Classic.cs: Increase vertical and horizontal position 
8461         by 1 when button is pressed.
8462
8463 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
8464
8465         * ToolButton.cs: Invalidate middle of DropDown button when
8466         ToolBar theres DropDownArrows.
8467         * ThemeWin32Classic.cs: Change position of DropDown arrow and
8468         fix DropDown drawing operations.
8469
8470 2006-11-20  Chris Toshok  <toshok@ximian.com>
8471
8472         * NativeWindow.cs: fix the formatting of functions ('{' on the
8473         following line), and enable the thread exception dialog.
8474
8475         * Application.cs: remove the duplicate exception catching from
8476         here.
8477
8478 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
8479
8480         * Toolbar.cs: Triggers button click event when click on icon
8481         of dropdown ToolBarButton. Fixes #79912.
8482         
8483 2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8484
8485         * Theme.cs:
8486         * ThemeWin32Classic.cs:
8487         - Added a property WindowBorderFont to enable themeing
8488           of mdi child windows' Text.
8489           
8490 2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8491
8492         * InternalWindowManager.cs:
8493         * Form.cs:
8494         * MdiClient.cs:
8495         * MdiWindowManager.cs: 
8496         - If mdi child is maximized, set mdi parent's
8497           text to "Parent - [Child]". Fixes #79770.
8498         - If there is any maximized mdi child windows, only the active 
8499           window (and any new windows) is maximized, the rest are normal.
8500         - On a WindowState change only save mdi child's window bounds 
8501           if the old window state was normal. Fixes #79774.
8502         - The scroll bars are now calculated on hopefully all
8503           necessary events. Fixed #79771 / #79844->6 / #79906.
8504         - MdiClient.SizeScrollBars() now takes into account docked 
8505           controls in the parent when calculating available space.
8506         - InternalWindowManager now always repaints the entire title
8507           area. Fixes #79844->1/4/5.
8508         - Added RequestNCRecalc on mdi child windowstate changes.
8509           Fixes #79772.
8510
8511 2006-11-20  Mike Kestner  <mkestner@novell.com>
8512
8513         * ComboBox.cs: setup LargeChange on the scrollbar. Invoke FireMouseUp
8514         in the MouseUp handler of the listbox and move the return handling
8515         code to FireMouseUp to avoid scrolling on ups.  Fixes #79952.
8516
8517 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
8518
8519         * Toolbar.cs: Ignore right mouse clicks in toolbar. Fixes #79855. 
8520
8521 2006-11-17  Alexander Olk  <alex.olk@googlemail.com>
8522
8523         * MimeIcon.cs: Seems that DllImports that were fine in 1.2 are not
8524           working in 1.2.x anymore. So, updated.
8525
8526 2006-11-19  Gert Driesen  <drieseng@users.sourceforge.net>
8527
8528         * NumericUpDown.cs: Use NegativeSign, NumberDecimalSeparator and
8529         NumberGroupSeparator of current culture instead of assuming en-US.
8530         Fixed bug #79967.
8531
8532 2006-11-17  Mike Kestner  <mkestner@novell.com>
8533
8534         * Control.cs: Add the concept of implicit bounds setting so that
8535         dock/undock round trips preserve explicitly set size/locations.
8536         Fixes #79313.
8537
8538 2006-11-17  Alexander Olk  <alex.olk@googlemail.com>
8539
8540         * FileDialog.cs: Trim all filters, otherwise DirInfo.GetFiles
8541           can't handle those filters. (Fixes bug #79961)
8542
8543 2006-11-17  Chris Toshok  <toshok@ximian.com>
8544
8545         [ fixes the exit/crashes associated with #79835.  it's clearly
8546         suboptimal though, we need to figure out a better way to solve
8547         this. ]
8548         
8549         * PrintPreviewControl.cs: deal with the new invalid printer
8550         exceptions.
8551
8552         * PageSetupDialog.cs: if the printer is invalid, pop up a dialog
8553         and return false (so CommonDialog.ShowDialog doesn't actually show
8554         the form.)
8555
8556         * PrintDialog.cs: enable/disable the Ok button depending on
8557         whether or not the printer is valid.
8558
8559         * CommonDialog.cs (ShowDialog): only actually show the form if
8560         RunDialog returns true.
8561
8562 2006-11-17  Jackson Harper  <jackson@ximian.com>
8563
8564         * TextControl.cs: When soft splitting a line, mark it as a soft
8565         split line. Also carry over the current line break to the next
8566         line.
8567
8568 2006-11-17  Chris Toshok  <toshok@ximian.com>
8569
8570         * XplatUIX11.cs: when scrolling a window with an invalid area, we
8571         only want to shift the part of the invalid area that overlaps the
8572         area we're scrolling.  we also don't want to clear the invalid
8573         area unless the invalid area was entirely contained within the
8574         scrolling area.
8575
8576 2006-11-16  Chris Toshok  <toshok@ximian.com>
8577
8578         * XplatUIX11.cs: remove the handling of the TimerEvent stuff, and
8579         also make sure to free the memory returned by XGetWindowProperty
8580         in GetText().
8581
8582         * X11Structs.cs: remove the TimerEvent stuff, it's unused.
8583
8584 2006-11-16  Chris Toshok  <toshok@ximian.com>
8585
8586         * XplatUI.cs: add a new super secret way to get at the totally
8587         unsupported X11 backend.
8588
8589 2006-11-16  Gert Driesen  <drieseng@users.sourceforge.net>
8590
8591         * NumericUpDown.cs: Allow lowercase letters when in hex-mode.
8592
8593 2006-11-16  Jackson Harper  <jackson@ximian.com>
8594
8595         * TreeView.cs: Allow more explicit setting of top node position
8596         for scrollbars. Slower algo, but more accurate.
8597         - CollapseAll should maintain the current top node.
8598         * TextBoxBase.cs: When positioning the caret, use the line, pos
8599         method, since the x, y method does not grab the correct tag, and
8600         the caret height never gets set correctly. (Maybe I should just do
8601         away with the caret having its own height, and always use the
8602         carets current tag for height).
8603
8604 2006-11-16  Jonathan Pobst  <monkey@jpobst.com
8605
8606         [Fixes 79778, 79923]
8607
8608         * XplatUIWin32.cs: Don't allow a parent to be set to IntPtr.Zero.
8609         Parent to the FosterParent instead.
8610
8611 2006-11-16  Jackson Harper  <jackson@ximian.com>
8612
8613         * TreeView.cs: Need to recalc the topnode when we expand or
8614         collapse. The scrolling methods can't handle this on their own,
8615         since they use differences between the last scroll position, and
8616         those difference get completely messed up since we are expanding
8617         nodes.  This problem should probably be fixed in the scrolling
8618         methods, so they can figure out exactly where they are, but this
8619         will slow things down a little.
8620         * ThemeWin32Classic.cs: Special case for groupboxes with empty
8621         strings, makes nunit-gui look a lot nicer.
8622
8623 2006-11-16  Chris Toshok  <toshok@ximian.com>
8624
8625         * XplatUIX11.cs: nasty, nasty, nasty changes required because of
8626         the broken multithreaded event handling we have in here.  File
8627         this entry under "Why we should move to the new X11 backend".
8628
8629         Any thread can make it into UpdateMessageQueue, which gets events
8630         from the X socket - some of which could belong to hwnds being
8631         managed by a different thread.  We can also have multiple threads
8632         in UpdateMessageQueue at the same time, with each one reading from
8633         the X socket.  This leads to many problems, with the following
8634         solutions:
8635
8636         We can't use hwnd.Queue.Enqueue anywhere in here and must use
8637         EnqueueLocked.
8638
8639         The MotionNotify compression we do can't work across threads
8640         (without locking the entire queue, perhaps) since we call
8641         hwnd.Queue.Peek, so we just punt and don't compress motion events
8642         unless the owning thread is the one which got the X event.
8643
8644         ConfigureNotify is another fun one, since it modifies the hwnd's
8645         bounds and then enqueues the event.  We add a lock to Hwnd which
8646         is held when setting configure_pending to true (and enqueuing the
8647         event).
8648
8649         There is a race wrt the wake socket.  we need to make sure that
8650         only 1 thread is waiting on that socket, or else a thread could
8651         sleep waiting for data that never comes.  It's difficult (but not
8652         impossible) to make happen, because it seems to require something
8653         like the following:
8654
8655             1. Thread 1 polls on wake_receive
8656         
8657             2. poll returns saying there's data to be read on
8658                wake_receive.
8659         
8660             3. Thread 2 polls on wake_receive and immediately returns
8661                saying there's data to be read.
8662
8663             4. Thread 2 reads the wakeup byte from wake_receive
8664
8665             5. Thread 1 attempts to read the wakeup byte from
8666                wake_receive.
8667
8668             6. Thread 2 exits (due to a form closing, perhaps).
8669
8670             7. Thread 1 blocks forever.
8671         
8672         Fun, eh?
8673
8674         Fixing the Expose handling isn't done yet, and the races inherent
8675         in that piece of code are responsible for the drawing mistakes you
8676         see when generating expose events in a MT app (like NPlot).  This
8677         one is the likely to be the hardest to bandaid, and it doesn't
8678         appear to cause anything but drawing problems.  The other issues
8679         caused apps to exit or hang.
8680
8681         * XEventQueue.cs: output some spew when Dequeue/Enqueue/Peek are
8682         called from a different thread than the one that should be calling
8683         these functions.
8684
8685         * Hwnd.cs: add some locks to be used by the XplatUIX11 code.
8686
8687 2006-11-15  Chris Toshok  <toshok@ximian.com>
8688
8689         * Application.cs: null out the context's MainForm when we exit
8690         RunLoop.  Fixes a newly checked in unit test as well as the last
8691         ODE from bug #79933.
8692
8693 2006-11-15  Chris Toshok  <toshok@ximian.com>
8694
8695         * Form.cs (set_Owner): allow a null value so we can clear the
8696         form's owner.
8697         (Dispose): set all our owned_form's Owner properties to null, and
8698         clear the owned_forms collection.
8699         (WM_CLOSE): clean up this a little bit.. still not right though.
8700
8701         * ApplicationContext.cs: OnMainFormClosed should only call
8702         ExitThreadCore if the main form isn't recreating.  Fixes unit
8703         test.
8704
8705 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
8706
8707         [Fixes 78346]
8708
8709         * ComboBox.cs: Set the Hwnd.no_activate flag for the ComboListBox.
8710
8711 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
8712
8713         [Fixes 79433]
8714
8715         * Hwnd.cs: Add a flag to show a window, but not activate it, to 
8716         keep popup window types from stealing focus from the main form
8717         on Windows.
8718
8719         * XPlatUIWin32.cs: Use SW_SHOWNOACTIVATE if above field is true.
8720
8721         * MenuAPI.cs: Set above flag to true.
8722
8723 2006-11-15  Chris Toshok  <toshok@ximian.com>
8724
8725         * XplatUIX11.cs: mimic win32 behavior on BUTTONUP events, where
8726         the button being released is not in wParam.
8727
8728 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
8729
8730         * Form.cs: Add the released button to MouseEventArgs.Button
8731         for the OnMouseUp call to the MenuTracker.  Fixes menu clicking
8732         on Win32.
8733
8734 2006-11-15  Chris Toshok  <toshok@ximian.com>
8735
8736         * XplatUIX11.cs: add (untested) a _NET_WM_NAME implementation of
8737         GetText().  untested because it's unused in our implementation.
8738         Control.Text always caches the text, even if
8739         ControlStyles.CacheText is not set.
8740
8741         fixes bug #79939.
8742
8743 2006-11-15  Chris Toshok  <toshok@ximian.com>
8744
8745         [ fixes #79933 ]
8746         
8747         * Form.cs: in Close() don't do anything after we send the WM_CLOSE
8748         message.  no hiding, no disposing.
8749
8750         in the WM_CLOSE handler, hide the form if it's modal.
8751
8752 2006-11-15  Chris Toshok  <toshok@ximian.com>
8753
8754         * XplatUIX11.cs: use AddExpose instead of sending a message.
8755         fixes textbox border drawing.
8756
8757 2006-11-15  Chris Toshok  <toshok@ximian.com>
8758
8759         * PropertyGridView.cs: keep from crashing on mouse move/down when
8760         the property grid is empty.
8761
8762 2006-11-14  Jackson Harper  <jackson@ximian.com>
8763
8764         * TextControl.cs: Make PageUp and PageDown more like the MS
8765         versions.
8766         * TextBoxBase.cs: When we set the text property position the
8767         cursor at the beginning of the document.
8768
8769 2006-11-14  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8770
8771         * Form.cs: if a mdi child's WindowState has changed
8772         before it's creation, it would display wrong control
8773         buttons.
8774         
8775 2006-11-14  Alexander Olk  <alex.olk@googlemail.com>
8776
8777         * TreeView.cs: De-uglify TreeView checkbox checkmarks.
8778           (Fixes bug #79927)
8779
8780 2006-11-14  Rolf Bjarne Kvinge <RKvinge@novell.com> 
8781
8782         * XplatUIX11.cs: send a WM_NCPAINT on WM_NCCALCSIZE so that 
8783         the window gets to paint its borders even if the window is
8784         getting smaller.
8785         
8786         * Form.cs: on a WM_NCPAINT invalidate the entire menu, 
8787         otherwise the old control buttons would still be painted 
8788         if the window gets bigger.
8789         
8790         * PaintEventArgs.cs: add an internal method so that the clip 
8791         rectangle can be changed.
8792         
8793 2006-11-13  Chris Toshok  <toshok@ximian.com>
8794
8795         [ fixes bug #79745 ]
8796         
8797         * NotifyIcon.cs: lots of cleanup.
8798
8799         * X11Structs.cs: add an enum for XEMBED messages.
8800
8801         * XplatUIX11.cs: reindent one of the giant switch statements, it
8802         was taking up an additional tab stop, and this file is already way
8803         too wide for my laptop's screen.
8804
8805         Also, add handling for the XEmbed EMBEDDED_NOTIFY message.  When
8806         we get it, resize the hwnd to the WMNormalHints max_width/height.
8807
8808 2006-11-13  Jackson Harper  <jackson@ximian.com>
8809
8810         * TextBoxBase.cs: Compute the value changes for the mouse wheel
8811         teh simple way.
8812
8813 2006-11-13  Chris Toshok  <toshok@ximian.com>
8814
8815         * XplatUIX11.cs, XplatUIStructs.cs: kind of a gross fix for
8816         #79898.  force a reference to the Region to stick around so the
8817         unmanaged object isn't collected (rendering our handle in the MSG
8818         stale).
8819
8820 2006-11-13  Chris Toshok  <toshok@ximian.com>
8821
8822         * XplatUIX11.cs: fix #79917 for window managers which support
8823
8824         using XStoreName on the raw utf8, and we need to convert to
8825         COMPOUND_TEXT if it's non-latin1.
8826
8827 2006-11-13  Chris Toshok  <toshok@ximian.com>
8828
8829         * Form.cs (set_DialogResult): we need to set closing to false if
8830         we're setting our result to None.  fixes bug #79908.
8831
8832 2006-11-13  Jackson Harper  <jackson@ximian.com>
8833
8834         * TextControl.cs: When formatting text, compute the adjusted tag
8835         lengths correctly, using FindTag for the end tag instead of trying
8836         to figure it out outselves.
8837         * TreeNode.cs: Use ActualItemHeight, which is the actual height of
8838         the item, ItemHeight doesn't work, because trees with large
8839         imagelists use those for their height
8840         * TreeView.cs: ActualItemHeight factors in the image height
8841         - compute left edge of checkboxes correctly
8842         - when expanding/collapsing move the bottom down one pixel, so we
8843         aren't moving part of the node
8844
8845 2006-11-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8846
8847         * XplatUIX11.cs: The PaintEventArgs is also added to the drawing
8848         stack in PaintEventStart so that it won't get disposed by the gc
8849         before reaching PaintEventEnd.
8850
8851 2006-11-13  Jackson Harper  <jackson@ximian.com>
8852
8853         * TextBoxBase.cs: Don't select the word if we are on a line with
8854         no text.
8855         - We don't need to position the caret on mouse up, since the mouse
8856         move handler should be doing this
8857         - When double clicking a blank line, the caret is advanced to the
8858         next line.
8859
8860 2006-11-13  Gert Driesen  <drieseng@users.sourceforge.net>
8861
8862         * TreeNodeCollection.cs: Avoid duplicating indexer code.
8863
8864 2006-11-12  Gert Driesen  <drieseng@users.sourceforge.net>
8865
8866         * ColorDialog.cs: Reset size of dialog between calls to ShowDialog.
8867         Fixes part of bug #79910.
8868
8869 2006-11-11  Alexander Olk  <alex.olk@googlemail.com>
8870
8871         * ColorDialog.cs: Fix a NRE when adding a color to custom colors
8872           (bug #79903). Some minor string updates to match ms.
8873
8874 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
8875
8876         * FileDialog.cs: Don't add an extension if the filename
8877           already ends with that extension.
8878
8879 2006-11-10  Jackson Harper  <jackson@ximian.com>
8880
8881         * TreeView.cs: Use the currently highlighted node for the
8882         BeforeSelect event.
8883         * TextBoxBase.cs: There is no need to expand selection on
8884         MouseMove.
8885         - CanUndo means 'is there any undo operations', not 'is undo
8886         allowed on this textcontrol. Fixed ClearUndo unit test.
8887
8888 2006-11-10  Andreia Gaita  <shana.ufie@gmail.com>
8889
8890         * Button.cs: only perform click when button is Selectable (so as 
8891         not to activate default buttons when they're disabled)
8892         
8893         * Control.cs: Rewrite of the SelectNextControl and related 
8894         methods. HandleClick now selects next control if the current one
8895         is being disabled.
8896         
8897         * Form.cs: OnActivated selects next active control only if Load 
8898         has already occurred. If Load hasn't run, there's no point in 
8899         selecting here, Load might change the state of controls.
8900         
8901         * FocusTest.cs: Tests marked as working again for these fixes
8902
8903 2006-11-10  Chris Toshok  <toshok@ximian.com>
8904
8905         * XplatUIX11.cs: a couple of fixes.
8906
8907         - use XInternAtoms with almost all the atoms we need to register,
8908         instead of many, many calls to XInternAtom.  should help a bit on
8909         startup time, at the expense of making the code look a little
8910         worse.
8911
8912         - fall back to setting TransientFor on TOOLWINDOW's if their hwnd
8913         isn't reparented (which seems to be a clue that we're running fon
8914         compiz) and they have an Owner form.  This fixes the tool windows
8915         in paint.net when running under compiz.
8916
8917         - when setting the opacity of a window, support both the case
8918         where the window has been reparented and also when it hasn't been.
8919         Since compiz/beryl doesn't seem to reparent windows, and these are
8920         the only window managers which support translucency, I'm not sure
8921         why we need the hwnd.reparented case at all.. but leave it in.
8922         now we get translucent windows in paint.net under compiz/beryl.
8923
8924 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
8925
8926         * FileDialog.cs: Always return the value for FilterIndex that
8927           was set. Internally convert it to values that make sense.
8928
8929 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
8930         
8931         * ThemeWin32Classic.cs: Fix drowp down arrow borders.
8932
8933 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
8934
8935         * Toolbar.cs: Change default value of DropDownArrows to true, the 
8936         signature still using false to make it compatible with MS but the 
8937         initial value is true. Fixes #79855.
8938
8939 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
8940
8941         * MimeIcon.cs: Don't throw an exception on windows. Mime stuff is
8942           only available on Linux.
8943
8944 2006-11-09  Everaldo Canuto  <everaldo@simios.org>
8945
8946         * Toolbar.cs, ToolBarButton.cs: Fix wrong separator size and
8947         reduce number of calls to redraw method during toolbar creation.
8948
8949 2006-11-09  Mike Kestner  <mkestner@novell.com>
8950
8951         * ListView.cs : raise SelectedIndexChanged when an item is selected
8952         programmatically via the Item.Selected property.  Gert's nice 
8953         ListViewSelectedIndexChanged test fixture now runs clean.
8954
8955 2006-11-09  Mike Kestner  <mkestner@novell.com>
8956
8957         * ListView.cs : raise SelectedIndexChanged when a selected item is
8958         removed from the item collection using Remove or RemoveAt.
8959
8960 2006-11-09  Mike Kestner  <mkestner@novell.com>
8961
8962         * ListView.cs : raise SelectedIndexChanged once per selected item
8963         for compat with MS.  Fixes #79849+.
8964
8965 2006-11-09  Chris Toshok  <toshok@ximian.com>
8966
8967         * TabControl.cs: initialize row_count to 0, and set it to 1 when
8968         we need to (if we have any tab pages).  Fixes unit test.
8969
8970 2006-11-09  Chris Toshok  <toshok@ximian.com>
8971
8972         * Label.cs (CalcPreferredWidth): if Text == "", our preferred
8973         width is 0, not 3.  Fixes a unit test.
8974
8975 2006-11-09  Mike Kestner  <mkestner@novell.com>
8976
8977         * ListView.cs : use Implicit scrollbars so that focus isn't 
8978         stolen from the listview when they are clicked. Fixes #79850.
8979
8980 2006-11-09  Chris Toshok  <toshok@ximian.com>
8981
8982         * PropertyGridView.cs (OnPaint): only call DrawGridItems if we
8983         have a root item.  Fixes #79879.
8984
8985 2006-11-09  Alexander Olk  <alex.olk@googlemail.com>
8986
8987         * FileDialog.cs:
8988           - Fix ToString ()
8989           - An ArgumentException is now thrown if a wrong filter
8990             is applied (matches ms). The previous filter doesn't change
8991             anymore if an exception is thrown.
8992           - Changing the FileName property also affects FileNames
8993         * ColorDialog.cs: The length of the CustomColors array is always
8994           16. It doesn't matter if we use a smaller array or null to update
8995           or change the custom colors property.
8996         * FolderBrowserDialog.cs: Throw an InvalidEnumArgumentException if
8997           for RootFolder if we get a undefined value.
8998
8999 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
9000
9001         * StatusBarPanel.cs: 
9002         - Width is set to MinWidth if Width is smaller than
9003         MinWidth. Fixes #79842.
9004         - MinWidth now always overrides Width (MSDN says MinWidth
9005         is set to Width when AutoSize = None, but they do not 
9006         behave like that).
9007         - Style has now the the correct default value.
9008         
9009 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
9010  
9011         * TrackBar.cs: 
9012         - The control is completely invalidated on 
9013         Got/LostFocus to draw the focus rectangle correctly.
9014         - When AutoSize then height is always 45 (width for 
9015         vertical controls).
9016         
9017         * ThemeWin32Classic.cs: The TrackBar thumb is now centered
9018         on the mouse when moved and it doesn't move when grabbed
9019         until the mouse moves as well. Also fixed some wrong 
9020         calculations when clicking on the thumb (control thought
9021         click was outside of thumb and didn't grab it).
9022         Fixes some of the issues in #79718.
9023
9024 2006-11-08  Everaldo Canuto  <everaldo@simios.org>
9025
9026         * Toolbar.cs: Prevent disabled button to highlight. Fixes #79868.
9027
9028 2006-11-08  Chris Toshok  <toshok@ximian.com>
9029
9030         * PropertyGridView.cs: only call ToggleValue if the item is not
9031         readonly.
9032
9033 2006-11-08  Jackson Harper  <jackson@ximian.com>
9034
9035         * TextBoxBase.cs: The RichTextBox and textbox have very different
9036         word selection methods.  Implement the textbox's simple word
9037         selection here, and let the RichTextBox override and provide it's
9038         own.
9039         - Don't do extra selection on mouseup
9040         * RichTextBox.cs: Use the documents word selection algorithm, I
9041         think ideally, this function will be pulled into the
9042         RichTextBox.cs code someday.
9043
9044 2006-11-08  Chris Toshok  <toshok@ximian.com>
9045
9046         * RootGridEntry.cs: new class to represent GridItemType.Root.
9047
9048         * CategoryGridEntry.cs: reformat, and add boilerplate.
9049         
9050         * GridEntry.cs: remove the UIParent stuff - turns out .Parent
9051         returns the UI parent anyway, and we need special handling to
9052         implement the GetTarget method in the face of it.  Also, implement
9053         Select().
9054
9055         * PropertyGrid.cs, PropertyGridView.cs: a number of fixes.  create
9056         a root grid item, and use that instead of PropertyGrid.grid_items.
9057         Also, make use of TypeConverters (and add limitted support for
9058         ICustomTypeDescriptors) when initially populating the grid.
9059         Arrays now show up more or less properly.
9060
9061 2006-11-08  Chris Toshok  <toshok@ximian.com>
9062
9063         * Application.cs: set the modal dialog to non modal after we close
9064         it.  Fixes bug #79866.
9065
9066 2006-11-08  Jackson Harper  <jackson@ximian.com>
9067
9068         * TextControl.cs: When combining lines carry over the line end
9069         style from the end line.
9070         - Invalidate the selected area when setting it, if it is visible.
9071         * TextBoxBase.cs: Only rich text box can do full line selects.
9072         - Make sure to set the cursor position when there is a click,
9073         otherwise two clicks in separate areas could cause a large chunk
9074         to be selected.
9075
9076 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
9077
9078         * Toolbar.cs: Release flat button borders when Toolbar lost focus. 
9079         Fixes #79863.
9080
9081 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
9082
9083         * Toolbar.cs: Prevent toolbar to open more than one tooltip at same
9084         time. Remove tooltips when ToolButton click events.  Fixes #79856.
9085
9086 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
9087
9088         * MenuAPI.cs: Ignore right click for menu actions and fixes
9089         menu border when clicked.  Fixes #79846.
9090
9091 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
9092
9093         * XplatUIX11.cs, XplatUIX11.cs: Fix MouseRelease to only release
9094         MouseState after create wParam for message, this fixes mouse button 
9095         equal none in mouse up events.
9096         
9097 2006-11-07  Andreia Gaita  <shana.ufie@gmail.com>
9098
9099         * Control.cs : Focus() now calls Select to set the Container's
9100         Active Control and to give it focus. To avoid infinite recursion
9101         (because ActiveControl also calls Focus at one point), a check 
9102         is made in Focus with the help of a new internal variable
9103         is_focusing.
9104
9105 2006-11-07  Mike Kestner  <mkestner@novell.com>
9106
9107         * ListView.cs : raise OnSelectedIndexChanged in CreateHandle
9108         if there's a selection.  Fixes #79849.
9109
9110 2006-11-07  Gert Driesen  <drieseng@users.sourceforge.net>
9111
9112         * PropertyGrid.cs: Avoid fixed height of help description label.
9113         Fixes part of bug #79829.
9114
9115 2006-11-07  Chris Toshok  <toshok@ximian.com>
9116
9117         * XplatUIX11.cs: fix #79790 again, by using the
9118         _NET_WM_STATE_SKIP_TASKBAR atom to implement Form.ShowInTaskbar.
9119
9120 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
9121
9122         * ToolBar.cs: Fix left click checking.
9123
9124 2006-11-07  Chris Toshok  <toshok@ximian.com>
9125
9126         * ProgressBar.cs: fix a typo in ToString().  fixes a unit test.
9127
9128 2006-11-07  Chris Toshok  <toshok@ximian.com>
9129
9130         * RelatedPropertyManager.cs: set property_name in our ctor.  fixes
9131         PropertyManager unit tests.
9132
9133         * PropertyManager.cs: make property_name internal.
9134
9135 2006-11-07  Chris Toshok  <toshok@ximian.com>
9136
9137         * ButtonBase.cs: initialize base.ime_mode to ImeMode.Disable to
9138         pass a unit test.  Also, don't set image_index to anything in
9139         response to setting the ImageList property.
9140
9141 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
9142
9143         * ToolBar.cs: Ignore click events when mouse button is not a
9144         left button, only accepts other button for dropdown menus.  
9145         Fixes #79854.
9146
9147 2006-11-07  Chris Toshok  <toshok@ximian.com>
9148
9149         * DataGrid.cs: make the back and parent row buttons a little less
9150         ugly.
9151
9152 2006-11-07  Jackson Harper  <jackson@ximian.com>
9153
9154         * TextBoxBase.cs: When converting to Text don't put line breaks in
9155         for soft line breaks.
9156         * TextControl.cs: There is an initial "fake" line in the document,
9157         this is now a soft break line, so that an extra line feed doesn't
9158         get added to the end of documents.
9159
9160 2006-11-07  Chris Toshok  <toshok@ximian.com>
9161
9162         [ fix bug #79778 ]
9163         
9164         * CurrencyManager.cs: if the list is readonly, don't bother
9165         checking if IBindingList.AllowNew is true.
9166
9167         * ThemeWin32Classic.cs (DataGridPaintParentRow): make this work
9168         for non-DataRowView datasources..  or rather, make it not crash.
9169         (DataGridPaintRelationRow): make sure we limit the row painting to
9170         the area not covered by the row header, and make our cell width at
9171         least large enough to cover the relation area.  This allows grids
9172         that have relations but no rows to render correctly.
9173         (DataGridPaintRowContents): same type of changes here.
9174         (SetDataSource): move back to always calling
9175         CalcAreasAndInvalidate.  this fixes a crash/drawing problem when
9176         navigating back through relations.
9177         (HitTest): handle the case where we have no cells but have
9178         relations.  Right now we generate a hit in cell 0 of whatever the
9179         row is, not sure if this is strictly correct, but it works for our
9180         purposes.
9181         
9182         * DataGrid.cs (EndEdit, CancelEdit): if we have no columns, don't
9183         bother doing anything.
9184
9185 2006-11-07  Jonathan Pobst  <monkey@jpobst.com>
9186
9187         * StatusStrip.cs, ToolStripStatusLabel.cs: By request, an
9188         early version of StatusStrip.  Not responsible for eaten
9189         application or firstborn children.
9190
9191 2006-11-06  Chris Toshok  <toshok@ximian.com>
9192
9193         * TabControl.cs: in OnGotFocusInternal/OnLostFocusInternal don't
9194         call GetTabRect with a -1 index.  Fixes #79847.
9195
9196 2006-11-06  Jackson Harper  <jackson@ximian.com>
9197
9198         * TreeNodeCollection.cs: Update scrollbars after clearing.
9199
9200 2006-11-06  Chris Toshok  <toshok@ximian.com>
9201
9202         * NumericUpDown.cs: fix the ToString method for some unit test
9203         love.
9204
9205 2006-11-06  Chris Toshok  <toshok@ximian.com>
9206
9207         * PropertyGrid.cs:
9208         - set the initial SelectedGridItem if we can.
9209
9210         - Exclude non-mergable properties only if we're merging > 1
9211         object.  Merging 1 object isn't really merging, obviously.
9212
9213         - Handle PropertySort.NoSort just like Alphabetical, which is
9214         wrong of course, but at least gets things on the screen.
9215         
9216         * PropertyGridView.cs:
9217         - Add method "FindFirstItem" which finds the first property grid
9218         item, so we can select it by default.
9219
9220         - make use of GridEntry.CanResetValue.
9221
9222         - Don't call RedrawBelowItemOnExpansion here anymore, the
9223         individual GridEntry's will do that.
9224
9225         - Remove the ITypeDescriptorContextImpl internal class.
9226         
9227         * GridEntry.cs:
9228         - this class needs to implement ITypeDescriptorContext, as it's
9229         what MS's PropertyDescriptorGridEntry does, which means we can
9230         remove the ITypeDescriptorContextImpl internal class from
9231         PropertyGrid.cs.  This fixes the crashing portion of bug #79829.
9232
9233         - keep a reference to our PropertyGridView, and move the call to
9234         RedrawBelowItemOnExpansion here from PGV.  This means
9235         programmaticly setting Expanded actually does something visible.
9236
9237         - add a CanResetValue() function which takes into account our
9238         possibly multiple "selected_objects" in the merged case.  Shifting
9239         PropertyGridView to use this method fixes another unreported
9240         crasher found running the test for #79829.
9241
9242         - when Top or Bounds is updated, make sure the PropertyGridTextBox
9243         is updated to reflect this.
9244
9245         * CategoryGridEntry.cs: the ctor takes the PGV now.
9246         
9247 2006-11-06  Jackson Harper  <jackson@ximian.com>
9248
9249         * TextControl.cs: These are 1 based.
9250         * TextBoxBase.cs: When setting the selected text, don't change the
9251         selected text tags, this is done by ReplaceText, just position the
9252         cursor at the end of the new text.
9253
9254 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
9255
9256         * ListView.cs: Allow label edit only when, when LabelEdit is
9257           set to true.
9258
9259 2006-11-06  Jackson Harper  <jackson@ximian.com>
9260
9261         * TextControl.cs: If a suitable wrapping position isn't found,
9262         just wrap right in the middle of a word.
9263
9264 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
9265
9266         * ListView.cs, ListViewItem.cs: Implement LabelEdit. Fixes
9267           bug #79820.
9268
9269 2006-11-06  Jackson Harper  <jackson@ximian.com>
9270
9271         * TreeView.cs: Can't use the VisibleCount property when setting
9272         scrollbar heights, because this doesn't take into account whether
9273         or not the horz scrollbar just came visible.
9274
9275 2006-11-05  Everaldo Canuto  <everaldo@simios.org>
9276
9277         * MenuAPI.cs: Deactivate menu on mouse up when menus it is already
9278         activated.  Fixes #79369, #79832.
9279
9280 2006-11-05  Alexander Olk  <alex.olk@googlemail.com>
9281
9282         * FileDialog.cs: *sigh* Because of recent runtime changes (r67043) I
9283           had to remove support for links that point to a directory. FileInfo
9284           returns no usefull information (means, the directory they point to)
9285           for such links. Replaced some empty string ("") with String.Empty.
9286
9287 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
9288
9289         * TreeNodeCollection.cs: To match MS, in 1.0 profile throw 
9290         NullReferenceException when attempting to remove node that is not in
9291         collection. Throw NullReferenceException when null is passed to 
9292         Remove. Allow first element of the collection to be removed. Fixes
9293         bug #79831.  In GetEnumerator ().Current return null if positioned 
9294         before the first element of the collection. In GetEnumerator ().Reset,
9295         position before first element of the collection.
9296
9297 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
9298
9299         * PropertyGrid.cs: To match MS, remove default title and description
9300         for panel. Fixed tooltips for Categorized and Alphabetic toolbar
9301         buttons.
9302
9303 2006-11-04  Chris Toshok  <toshok@ximian.com>
9304
9305         * Theme.cs: add a Clamp method, just for kicks.
9306
9307         * ThemeWin32Classic.cs: clamp all color components to [0..255].
9308
9309 2006-11-04  Chris Toshok  <toshok@ximian.com>
9310
9311         * Form.cs: if the form isn't visible, Close() does nothing.
9312
9313 2006-11-03  Chris Toshok  <toshok@ximian.com>
9314
9315         * Form.cs (Close): if the form is modal, don't Dispose of it, only
9316         Hide it.
9317         (WndProc): don't Dispose after handling the WM_CLOSE message.
9318
9319         * Application.cs (RunLoop): toplevels is a list of Forms, so treat
9320         them as such, instead of using casts from Control to Form.  Also,
9321         don't Dispose of the modal dialog when we fall out of the loop -
9322         Close() it instead.
9323
9324         fixes bug #79813.
9325
9326 2006-11-03  Chris Toshok  <toshok@ximian.com>
9327
9328         * Control.cs (Dispose): only go through the dispose thing if we're
9329         @disposing, and we haven't already been disposed.  Fixes bug
9330         #79814.
9331
9332         * Form.cs: no reason to call "base.Dispose()" here instead of
9333         "Dispose()".
9334
9335 2006-11-03  Mike Kestner  <mkestner@novell.com>
9336
9337         * ComboBox.cs : use ToString instead of casts in AddItem for
9338         sorting functionality.  Fixes #79812.
9339
9340 2006-11-03  Chris Toshok  <toshok@ximian.com>
9341
9342         * Application.cs: pave the way for actually using the thread
9343         exception dialog.  it's ifdefed out at the moment.
9344
9345 2006-11-03  Chris Toshok  <toshok@ximian.com>
9346
9347         * ThreadExceptionDialog.cs: until we get a better layout, actually
9348         hide the details textbox and label when we shouldn't see them.
9349
9350 2006-11-03  Jackson Harper  <jackson@ximian.com>
9351
9352         * TextBoxBase.cs: Don't bail from the scrollbar calcs for non
9353         multiline textboxes anymore.  This method also determines the
9354         width/height of a textboxes canvas area.
9355         - Sorta a revert of the last patch.  For multiline just position
9356         the controls, then bail.  This way the scrollbar width won't be
9357         altered.
9358
9359 2006-11-03  Everaldo Canuto  <everaldo@simios.org>
9360
9361         * ThemeWin32Classic.cs: Dont paint inner lines of 3D border when
9362         it dont need.  Fixes #79537.
9363
9364 2006-11-02  Jackson Harper  <jackson@ximian.com>
9365
9366         * X11Dnd.cs: We always allow copy, since XDND implies Copy.  Also
9367         send the status after firing the DndOver event.
9368
9369 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
9370
9371         * TrackBar.cs: Now orientation only switches height / width if
9372         the control's handle is created (Win32 does it like this). Also 
9373         fixed a typo in ToString() for a test to pass, changed the 
9374         exception thrown in set_LargeChange and set_SmallChange to 
9375         match Win32 behaviour, and added TrackBar tests to the unit 
9376         tests.
9377
9378 2006-11-02  Chris Toshok  <toshok@ximian.com>
9379
9380         * XplatUIX11.cs: the atom we want is _NET_WM_STATE_SKIP_TASKBAR,
9381         not _NET_WM_STATE_NO_TASKBAR.
9382
9383 2006-11-02  Jackson Harper  <jackson@ximian.com>
9384
9385         * TextControl.cs: Increment count by one, since in the update view
9386         count - 1 is used.
9387
9388 2006-11-02  Jackson Harper  <jackson@ximian.com>
9389
9390         * TextBoxBase.cs: Use client rectangle not bounds for checking if
9391         the mouse is in the client rectangle (duh).
9392
9393 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
9394         
9395         * TrackBar.cs: Fixed trackbar jumping around when clicking
9396         on it - the trackbar was not detecting correctly at which
9397         side of the thumb the click was done. (fixes #79718)
9398
9399 2006-11-02  Everaldo Canuto  <everaldo@simios.org>
9400
9401         * ListBox.cs: scroll visible area when change SelectedIndex to
9402         a non visible area.  Fixes #79481.
9403
9404 2006-11-01  Jackson Harper  <jackson@ximian.com>
9405
9406         * TextControl.cs: When replacing the selection move the selection
9407         start/end/anchor to the end of the new text.
9408
9409 2006-11-01  Jackson Harper  <jackson@ximian.com>
9410
9411         * XplatUIWin32.cs: When setting the parent change the controls
9412         visibility to it's visibility flag, not to it's old parents
9413         visibility (.Visible walks the parent chain).
9414
9415 2006-11-01  Chris Toshok  <toshok@ximian.com>
9416
9417         * XplatUIX11.cs: revert the #79790 fix, as the simple.
9418         XSetTransientForHint fix breaks paint .net's tool windows.  more
9419         work needed for that one.
9420
9421 2006-11-01  Chris Toshok  <toshok@ximian.com>
9422
9423         * ScrollBar.cs: throw ArgumentException instead of Exception in
9424         LargeChange/SmallChange setters.  fixes unit tests.
9425
9426 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
9427
9428         * ContainerControl.cs: reverted rev.67183 (which was itself
9429         a reversion of rev.66853... eh).
9430         
9431         * Control.cs: Fixes Reflector hang by changing Focus() call
9432         to what it was before rev.66643 (calling Select() here sets 
9433         ActiveControl, which in some situations calls back Focus and 
9434         eventually does a stack overflow). Temp fix.    
9435         Changes to GetNextControl() to not look for children to select when
9436         parent cannot be selectable (so it looks for siblings instead)  
9437         
9438 2006-10-31  Mike Kestner  <mkestner@novell.com>
9439
9440         * CheckedListBox.cs : off by one error in returned index from
9441         ObjectCollection.Add.  Fixes #79758.
9442
9443 2006-10-31  Chris Toshok  <toshok@ximian.com>
9444
9445         * UpDownBase.cs: remove the OnGotFocusInternal/OnLostFocusInternal
9446         calls for the textbox/spinner, to keep from recursing to the point
9447         where we crash.  Fixes #79760.
9448
9449 2006-10-31  Chris Toshok  <toshok@ximian.com>
9450
9451         * ListControl.cs (set_SelectedValue): don't throw exceptions on
9452         null/"" value, just return.  matches ms's behavior and fixes some
9453         failing tests.
9454
9455 2006-10-31  Chris Toshok  <toshok@ximian.com>
9456
9457         * Control.cs (set_Capture): make a logic a little easier to
9458         follow.
9459
9460         * XplatUIX11.cs (CleanupCachedWindows): zero out the Grab window
9461         if it's being destroyed.  A necessary fix surely, but a bandaid
9462         also, to fix the stuck capture problem in bug #78413.
9463
9464 2006-10-31  Chris Toshok  <toshok@ximian.com>
9465
9466         * XplatUIX11.cs: fix a couple of compiler warnings, and follow the
9467         convention of clearing hwnd.ClientRect when we set the
9468         width/height (so it'll be recalculated by Hwnd).
9469
9470 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
9471
9472         * ContainerControl.cs: reversed Contains check from
9473         ActiveControl due to hanging problems. This fix
9474         partly regresses #79667 (button does not have
9475         initial focus), so this might be a symptom for 
9476         a larger parenting problem (set_ActiveControl
9477         is being called but the child control does
9478         not have the parent set yet?)   
9479         
9480 2006-10-31  Mike Kestner  <mkestner@novell.com>
9481
9482         * MenuAPI.cs : fix keynav when menu is click activated.
9483
9484 2006-10-31  Jonathan Pobst  <monkey@jpobst.com>
9485
9486         * ToolStrip*: Version 0.2.
9487
9488         * MenuStrip.cs: Version 0.1.
9489
9490         * Form.cs: Add a 2.0 MenuStrip tracker like the 1.1 Menu one.
9491
9492 2006-10-30  Chris Toshok  <toshok@ximian.com>
9493
9494         [ fixes the oversized notify icon issue in bug #79745 ]
9495         
9496         * NotifyIcon.cs: scale the icon down to the size we're given by
9497         the XplatUI layer (this would be faster if we did it once instead
9498         of whenever we paint..)  Also, remove the WM_NCPAINT handling,
9499         since it's never invoked.
9500
9501         * XplatUIX11.cs: the gnome and kde systrays use icons that are 24
9502         pixels high by default, so let's hardcode our systray icon to that
9503         size.  The SYSTEM_TRAY protocol should really have a way for
9504         client apps to query for the correct icon size.. but oh well.  A
9505         couple of patches to deal with the screwy client_window ==
9506         whole_window notifyicon stuff (we don't want to PerformNCCalc, for
9507         instance, and also make sure we don't XSelectInput twice).
9508
9509 2006-10-30  Chris Toshok  <toshok@ximian.com>
9510
9511         * Control.cs: ugh, the unit test fix (CH11, yesterday) breaks when
9512         recreating forms.  Control recreation is the bane of my existence.
9513         Fix it in a way that keeps everyone happy.
9514
9515 2006-10-30  Chris Toshok  <toshok@ximian.com>
9516
9517         * XplatUIX11.cs: use StructureNotifyMask on all whole_windows, not
9518         just non-CHILD ones.  otherwise sometimes scrollbars end up with
9519         client_windows not being resized to the proper size (ReportBuilder
9520         shows this extremely well).
9521
9522 2006-10-30  Chris Toshok  <toshok@ximian.com>
9523
9524         * XplatUIX11.cs (SetWMStyles): reinstate the XSetTransientForHint
9525         for non-WS_EX_APPWINDOW windows.  This is what keeps them from
9526         showing up in the gnome taskbar.  Fixes bug #79790.
9527
9528 2006-10-30  Chris Toshok  <toshok@ximian.com>
9529
9530         * ApplicationContext.cs: guard against a NRE.
9531
9532         * Application.cs: null out the old MainForm for the context, so we
9533         don't try to use it again once it's disposed.  Fixes bug #79783.
9534
9535 2006-10-30  Chris Toshok  <toshok@ximian.com>
9536
9537         * DataGrid.cs (set_DataSource, set_DataMember): if we have a
9538         BindingContext, set the data source directly, otherwise do the
9539         lazy approach - the actual ListManager will be created when we get
9540         a BindingContext. Fixes bug #79700.
9541
9542 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
9543
9544         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
9545           XplatUIX11.cs: Remove old 2 parameter SetVisible.
9546
9547         * Control.cs: Use the new 3 parameter SetVisible with activate = true.
9548
9549 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
9550
9551         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Add an overload
9552         of SetVisible that allows a window to be shown, but not activated.
9553         This is needed on Windows for MenuStrip, and can probably be used
9554         with MainMenu and ComboBox to fix the focus stealing issues on
9555         Windows.
9556
9557         * XplatUIOSX.cs, XplatUIX11.cs: Not needed, call existing SetVisible.
9558
9559 2006-10-30  Alexander Olk  <alex.olk@googlemail.com>
9560
9561         * PictureBox.cs: Fix the output of the ToString method.
9562
9563 2006-10-29  Chris Toshok  <toshok@ximian.com>
9564
9565         * Control.cs (get_TopLevelControl): fix bug #79781.
9566
9567 2006-10-29  Chris Toshok  <toshok@ximian.com>
9568
9569         * ListControl.cs (set_DataSource): throw Exception here, not
9570         ArgumentException, to match MS behavior.
9571
9572 2006-10-29  Chris Toshok  <toshok@ximian.com>
9573
9574         * Form.cs: remove the try-catch's around calls to GetWindowState.
9575         We can just check the return value.
9576
9577         * XplatUIX11.cs: don't throw exceptions from GetWindowState.
9578         Instead return -1.
9579
9580         * XplatUI.cs: Add note about additional return value for
9581         GetWindowState.
9582
9583 2006-10-29  Chris Toshok  <toshok@ximian.com>
9584
9585         * Control.cs (CreateHandle): when we create our handle, we also
9586         create the handles of our child controls.  Fixes one of the
9587         Control unit tests (CH11).
9588
9589 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
9590
9591         * MimeIcon.cs: If a gnome icon doesn't exist add a default icon.
9592
9593 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
9594
9595         * ThemeClearlooks.cs: A little speedup.
9596
9597 2006-10-27  Chris Toshok  <toshok@ximian.com>
9598
9599         * Control.cs: implement Control.FromChildHandle in a way that
9600         matches the docs (and fixes the failed test.)
9601
9602 2006-10-27  Chris Toshok  <toshok@ximian.com>
9603
9604         * DataGridTableStyle.cs: reproduce buggy MS behavior (with
9605         comments).
9606
9607         * DataGrid.cs: implement ResetForeColor such that the tests
9608         succeed.
9609         
9610 2006-10-27  Chris Toshok  <toshok@ximian.com>
9611
9612         * ToolBarButton.cs: setting text/tooltiptext to null results in it
9613         being set to "".  Fixes bug #79759.
9614
9615 2006-10-27  Jackson Harper  <jackson@ximian.com>
9616
9617         * TextControl.cs: We need to clear the entire selection area when
9618         setting the start, otherwise multiline selections are still
9619         visible.
9620
9621 2006-10-26  Chris Toshok  <toshok@ximian.com>
9622
9623         * PropertyGridView.cs: 
9624
9625         - ifdef all the code specific to the double
9626         buffer case, and provide some alternatives in the non-doublebuffer
9627         code, which makes heavy use of XplatUI.ScrollWindow to move things
9628         around without having to invalidate (and cause flicker).  There
9629         are still some drawing problems in the non-doublebuffered case, so
9630         DOUBLEBUFFER is defined by default.
9631
9632         - Fix the way dropdowns are handled.  now we explicitly watch for
9633         the events which might cause the dropdown to close, and break out
9634         of the nested event loop there.  This gets rid of all Capture
9635         code, at the expense of the Msg special casing.  Seems to work,
9636         though, and fixes bug #79743.
9637
9638 2006-10-27  Rolf Bjarne Kvinge <RKvinge@novell.com>
9639         * Control.cs: SetIsRecreating now recreates implicitly added
9640         child controls as well. Finally fixes #79629. The flag passed to 
9641         SetIsRecreating has also been removed since it wasn't used.
9642         
9643 2006-10-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
9644
9645         * PageSetupDialog.cs: Clean some code, fix some bits, 
9646         add some checks, and add a printer sub-dialog.
9647
9648 2006-10-26  Chris Toshok  <toshok@ximian.com>
9649
9650         * PropertyGrid.cs: make set_SelectedObject call
9651         set_SelectedObjects, and move the duplicate logic to the
9652         SelectedObjects setter.  Also, raise SelectedObjectsChanged.
9653
9654         * PropertyGridView.cs: hide the textbox when we get a
9655         SelectedObjectsChanged event.
9656
9657         Fixes bug #79748.
9658
9659 2006-10-26  Chris Toshok  <toshok@ximian.com>
9660
9661         * PropertyGridView.cs: deal with the type converter not supporting
9662         GetStandardValues() or GetStandardValues() returning null, which
9663         is does in the default case.  Fixes #79742.
9664
9665 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
9666
9667         * CheckedListBox.cs: nunit no longer crashes when selecting 
9668         Project/Edit menu option
9669         
9670 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
9671
9672         * MenuAPI.cs: prevent ExecFocusedItem from blowing up if there
9673         is no menu selected. fixes #79739
9674
9675 2006-10-25  Chris Toshok  <toshok@ximian.com>
9676
9677         * PropertyGridView.cs: factor out the splitter invalidation code
9678         into the SplitterPercent setter, and for kicks implement the
9679         Ctrl-Left/Ctrl-Right handling that moves the splitter by a small
9680         amount in either direction.
9681
9682 2006-10-25  Chris Toshok  <toshok@ximian.com>
9683
9684         * PropertyGridView.cs: do some cleanup of the brush used to draw
9685         text - read only fields should be grayed out.  not sure how to do
9686         this with the textbox, though.  but the textbox's should also be
9687         readonly now at least.  Also, hide/show the textbox when resizing
9688         the control.
9689         
9690         * CursorConverter.cs: use System.Reflection when getting the
9691         properties of Cursors, as TypeDescriptor.GetProperties isn't
9692         returning static properties.
9693
9694 2006-10-25  Chris Toshok  <toshok@ximian.com>
9695
9696         * PropertyGridView.cs: factor out the up/down handling, and reuse
9697         it for page up/down.  also add End/Home support.
9698
9699 2006-10-25  Chris Toshok  <toshok@ximian.com>
9700
9701         * PropertyGridView.cs:
9702
9703         - ensure the selected grid item is visible in the scrolled area,
9704         fixes bug #79572.
9705
9706         - fix Keys.Down handling when you're on the last item in the
9707         propertygrid.
9708
9709 2006-10-25  Mike Kestner  <mkestner@novell.com>
9710
9711         * MenuAPI.cs : set the ActiveTracker for MainMenu non-popup 
9712         clicks too.  Fixes #79725.
9713
9714 2006-10-24  Chris Toshok  <toshok@ximian.com>
9715
9716         * PropertyGrid.cs: use property.Converter instead of
9717         TypeDescriptor.GetConverter(property.PropertyType), so we catch
9718         TypeConverters declared on the property as well as on the
9719         PropertyType.  Fixes bug #79678.
9720
9721 2006-10-24  Alexander Olk  <alex.olk@googlemail.com>
9722
9723         * MimeIcon.cs, Mime.cs:
9724           Fallback to the default platform handler if no shared mime info
9725           stuff exists (fixes #79693).
9726
9727 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
9728         * ContainerControl.cs: Incorrect contains check in ActiveControl 
9729         from previous fix (duh).
9730
9731 2006-10-20  Chris Toshok  <toshok@ximian.com>
9732
9733         * PropertyGridView.cs: the dropdown should be MIN(number of items
9734         in list, 15).  Fixes #79551.
9735
9736 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
9737         Fixes #79384, #79394, #79652, #79667
9738         * Application.cs: 
9739         
9740         - Modal windows are now destroyed in the proper order for windows
9741         
9742         * ContainerControl.cs:
9743         
9744         - ActiveControl setter has more conditions on when to return:
9745                 - if we're reselecting the active control, but it actually
9746                 didn't have focus (window hidden or some such), it runs
9747                 - if the active control being selected doesn't actually 
9748                 exist in the container, it returns
9749         
9750         * Form.cs
9751         
9752         - The ShowDialog now gets the current form as the owner when
9753         invoking without parameters, and correctly activates the owner 
9754         when returning
9755         
9756         * MessageBox.cs
9757         
9758         - MessageBox now catches the Escape key to exit
9759
9760 2006-10-20  Chris Toshok  <toshok@ximian.com>
9761
9762         * PropertyGridView.cs: fix a number of issues (bug #78565, and
9763         most of bug #79676):
9764
9765         - you can navigate around the property grid with the arrow keys.
9766
9767         - the dropdown is sized properly when the pg has a vertical
9768         scrollbar.
9769
9770         - fix the indentation for subentries, and properly select the
9771         entire label rect.
9772
9773         - fix the gray bar's drawing (only draw it to the last element,
9774         not for the height of the control.  Also make sure we draw that
9775         last horizontal grid line.
9776
9777         - use the same mechanism the datagrid uses wrt the editing textbox
9778         when scrolling/resizing/etc.  Namely, we hide it first, do the
9779         operation, then show it again (if it's still visible).
9780         
9781         - aggressively remove a lot of unnecessary refreshes (and also
9782         calls to Invalidate(). call more limited variants, and only redraw
9783         what we need.)
9784         
9785         * PropertyGrid.cs:
9786
9787         - when we're populating the merged collection, fill in the UI
9788         parent with either the passed in item, or the category item we
9789         create.
9790
9791         - remove the Refresh call from the BorderHelpControl.OnSizeChanged.
9792
9793         * GridItem.cs: drop some fully qualified names.
9794         
9795         * GridEntry.cs: add a "UIParent", which is basically the parent
9796         treenode.
9797
9798         * GridItemCollection.cs: add an IndexOf method.
9799
9800 2006-10-20  Mike Kestner  <mkestner@novell.com>
9801
9802         * MainMenu.cs : go back to Draw in OnMenuChanged.  Until we get
9803         a working win32 NC invalidation mechanism, we can't invalidate
9804         menus.  [Fixes #79705]
9805
9806 2006-10-20  Mike Kestner  <mkestner@novell.com>
9807
9808         * ListBox.cs : don't update the VScrollbar if the list is empty,
9809         just hide it.  [Fixes #79692]
9810
9811 2006-10-20  Jackson Harper  <jackson@ximian.com>
9812
9813         * RichTextBox.cs: Handle some special chars better, and don't skip
9814         the entire group when we encounter a special char that we don't
9815         handle correctly.
9816
9817 2006-10-18  Chris Toshok  <toshok@ximian.com>
9818
9819         * PropertyGridView.cs: address a number of issues from bug #79676,
9820         mostly of the cosmetic variety.
9821
9822         - The highlight rectangle for indented items not extends all the
9823         way to the left.
9824
9825         - Indented items aren't indented so much.
9826
9827         - the dropdown is properly sized width-wise if the pg has a
9828         vertical scrollbar.
9829
9830 2006-10-18  Chris Toshok  <toshok@ximian.com>
9831
9832         * XplatUIX11.cs (SystrayAdd): a rather convoluted change, but the
9833         systray stuff is rather convoluted to begin with.
9834
9835         systray icons are a single window for some reason (that I haven't
9836         figured out yet), and for them, client_window == whole_window.
9837         Given the way the tests are structured elsewhere to determine
9838         which paints are pending (client vs. nc), that situation will
9839         always yield PAINT, not NCPAINT.  So, if we have a pending
9840         nc_expose and no pending expose, remove the hwnd from the paint
9841         queue, and also set nc_expose_pending to false, to keep us from
9842         blocking further expose's adding the hwnd to the paint queue.
9843
9844         phew.  like i said, a rather convoluted change.  Fixes the
9845         notifyicon repaint issues in bug #79645.
9846
9847 2006-10-18  Chris Toshok  <toshok@ximian.com>
9848
9849         * Form.cs: when getting the backcolor of the form, don't get
9850         base.BackColor, as this allows parents to influence the background
9851         color.  This breaks mdi forms.  Instead, if the background_color
9852         is empty, return the default.
9853
9854 2006-10-18  Chris Toshok  <toshok@ximian.com>
9855
9856         * XplatUIX11.cs: change some debug ifdefs, and return XGetParent
9857         to being private instead of internal static.
9858
9859         * Control.cs: remove all the stupid ParentWaitingOnRecreation
9860         crap, it wasn't working for more deeply nested controls anyway,
9861         and we already have the is_recreating flag - use that instead.
9862         Before calling DestroyHandle in RecreateHandle, recurse through
9863         the control tree setting it to true.  this returns the recreate
9864         code to much of its original simplicity, while now guaranteeing we
9865         actually recreate everything we're supposed to.  This change gets
9866         fyireporting actually showing mdi children.
9867
9868 2006-10-17  Chris Toshok  <toshok@ximian.com>
9869
9870         * Form.cs: remove some debug spew, and collapse some duplicate
9871         code at the end of SetClientSizeCore.
9872
9873         * XplatUIX11.cs: 
9874         - add some more debug spew here too wrt Destroy handling.
9875         - don't call hwnd.Dispose in DestroyWindow, it's effectively done
9876         in Control's handling of WM_DESTROY.
9877         - Remove the handling of zombie window DestroyNotifies from the
9878         event loop - we don't need it.  Now the only DestroyNotifies we
9879         actually handle are ones generated by X.
9880         - When sending _NET_ACTIVE_WINDOW, the first param should be 1, to
9881         match gtk's (functioning) handling of this. This keep metacity
9882         from leaving droppings in the form of wm borders with no window
9883         contents all over the place.
9884
9885         * Control.cs:
9886         - add a bunch of debug spew wrt control recreation.
9887         - fix a bug where we weren't tracking Visible properly on
9888         recreated hwnds.
9889         - fixed the WM_PAINT double buffer handling to support re-entrant
9890         calls (yes, i know it's gross, but it's happening to us).
9891
9892 2006-10-17  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
9893         * ThemeWin32Classic.cs: changed drawing of selected days
9894         to make them look better.
9895
9896 2006-10-16  Chris Toshok  <toshok@ximian.com>
9897
9898         * Hwnd.cs: replace the user_data/client_dc/non_client_dc with
9899         drawing_stack.  Nuke the ClientDC/NonClientDC properties.
9900
9901         * XplatUIX11.cs: move away from using hwnd.client_dc and
9902         hwnd.non_client_dc and on to a stack of dc's (and in window's
9903         case, PAINTSTRUCT's), so we can deal with nested Paint calls
9904         without puking or not disposing of Graphics objects.
9905
9906         * XplatUIOSX.cs: same.
9907
9908         * XplatUIWin32.cs: same.
9909
9910 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
9911
9912         * FileDialog.cs: Don't call on_directory_changed inside
9913           OnSelectedIndexChanged (it changes the SelectedIndex too).
9914           Instead move it to OnSelectionChangeCommitted.
9915
9916 2006-10-13  Chris Toshok  <toshok@ximian.com>
9917
9918         * XplatUIX11.cs: more Destroy work.  the current code does the
9919         following things, in order:
9920
9921         1. Enumerates all handles of all controls at or below the one
9922         being destroyed, in pre-order.  As it is doing this, it marks the
9923         handles as zombie and clears all references to them.
9924         
9925         2. calls XDestroyWindow on the window passed in.
9926
9927         3. SendMessage's WM_DESTROY to all he handles in the accumulated
9928         list.
9929
9930 2006-10-13  Chris Toshok  <toshok@ximian.com>
9931
9932         * XplatUIX11.cs: set hwnd.zombie to true before calling
9933         SendMessage (WM_DESTROY).  this keeps us from marking the new
9934         window a zombie, and also keeps us from calling sendmessage at
9935         all.
9936
9937 2006-10-13  Jackson Harper  <jackson@ximian.com>
9938
9939         * TextControl.cs: Do not show the caret and selection at the same
9940         time.  Reduces ugliness by 35%.
9941
9942 2006-10-13  Chris Toshok  <toshok@ximian.com>
9943
9944         * XplatUIX11.cs (SendWMDestroyMessages): set the hwnd to be a
9945         zombie after we do the recursive call, so we actually do call
9946         SendMessage on the children controls.
9947         (GetMessage): if we find a pending paint event for a zombie hwnd,
9948         remove the hwnd from the paint queue, or else it will always be
9949         there (and we'll effectively loop infinitely)
9950
9951 2006-10-13  Mike Kestner  <mkestner@novell.com>
9952
9953         * MenuItem.cs : add Selected format under keynav too.
9954         Fixes #79528.
9955
9956 2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
9957
9958         * PropertyGrid.cs: Fixed some NRE's and small difference between our
9959         implementation and that of MS.
9960
9961 2006-10-13  Chris Toshok  <toshok@ximian.com>
9962
9963         * Control.cs (OnInvalidated) only futz with the invalid_region if
9964         the control is double buffered.  this fixes the apparent hang in
9965         the ListView unit tests.  Someone needs to make the
9966         BeginEndUpdateTest not call OnInvalidated 15004 times, though..
9967
9968 2006-10-13  Chris Toshok  <toshok@ximian.com>
9969
9970         * PropertyGridView.cs:
9971
9972         - do a little refactoring so that only one place calls
9973         dropdown_form.Hide, and that is CloseDropDown.  make everywhere
9974         else call that.  Also make it Refresh, since there are redraw bugs
9975         otherwise (we should take a look at that...)
9976
9977         - do a little more refactoring work to share the body of code
9978         involved with the drop down.  it was duplicated in the code
9979         dealing with the listbox handling and in the code dealing with the
9980         UITypeEditors.
9981
9982         - add a Capture to the dropdown form's control once it's
9983         displayed, and add a MouseDown handler that checks to make sure
9984         the position is inside the control.  If it's not, close the
9985         dropdown.  This fixes #78190.
9986
9987         - in SetPropertyValueFromUITypeEditor, only call SetPropertyValue
9988         if the value is different than the initial value.
9989         
9990 2006-10-13  Andreia Gaita  <shana.ufie@gmail.com>
9991
9992         * Control.cs: see #78650
9993         - Fixed GetNextControl for several cases:
9994                 - Changed FindFlatForward to return 
9995                 correct sibling control when more than one
9996                 control has same TabIndex as the currently 
9997                 focused one.
9998                 - Changed FindFlatBackward to loop children
9999                 from last to first and apply same logic as in
10000                 FindFlatForward
10001                 - Changed FindControlForward to search for
10002                 children when control is not a container
10003                 but has children, or search for siblings if
10004                 control is a container...
10005                 - Changed FindControlBackward   to continue
10006                 searching for child controls when hitting 
10007                 Panel-like parents
10008                 
10009         - Fixed Focus method to update ActiveControl
10010         (FocusTest.FocusSetsActive failure)
10011         
10012         * TabControl.cs:
10013         - Focus rectangle now refreshes when gaining
10014         or losing focus
10015         - Removed grab for Tab key on IsInputKey that 
10016         was keeping tab navigation from working (#78650)
10017
10018 2006-10-13  Chris Toshok  <toshok@ximian.com>
10019
10020         * PropertyGridView.cs:
10021         - Rewrite SetPropertyValue to loop over SelectedGridItem's
10022         SelectedObjects.
10023
10024         - Deal with GridItem.Value == null a few places.
10025
10026         * PropertyGrid.cs: 
10027         - replace the PopulateGridItemCollection with a pair of methods
10028         which compute the intersection of all the properties in the
10029         SelectedObjects array.  Fixes #79615.
10030
10031         - Throw ArgumentException from set_SelectedObjects if there's a
10032         null in the array.
10033
10034         - Add GetTarget method which can be used to traverse up the
10035         GridItem.Parent chain.  It depends on the assumption that
10036         selected_objects for different GridEntries are always in the same
10037         order (a safe assumption).  Use this method and loop over all the
10038         selected objects in the entry when calling RemoveValueChanged and
10039         AddValueChanged.
10040         
10041         * GridEntry.cs: Make this handle multiple selected objects.
10042         .Value returns null if not all the selected objects share the same
10043         value.
10044
10045 2006-10-12  Jonathan Pobst  <monkey@jpobst.com>
10046         * ToolStrip.cs, ToolStripButton.cs, ToolStripComboBox.cs,
10047           ToolStripControlHost.cs, ToolStripItem.cs, ToolStripLabel.cs,
10048           ToolStripProfessionalRenderer.cs, ToolStripProgressBar.cs,
10049           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs,
10050           ToolStripTextBox.cs: Add accessibility, fix attributes/API and
10051         add additional functionality.
10052
10053 2006-10-12  Mike Kestner  <mkestner@novell.com>
10054
10055         * ErrorProvider.cs : new ToolTipWindow ctor sig.
10056         * HelpProvider.cs : new ToolTipWindow ctor sig.
10057         * ToolTip.cs : remove ToolTip param from Window sig since it is
10058         not used.
10059         * ToolBar.cs : add tooltip support.  Fixes #79565.
10060
10061 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
10062
10063         * ComboBox.cs: move the events in set_SelectedIndex to 
10064         after the call to HighlightIndex in order to avoid 
10065         possible recursion and subsequent problems with the call
10066         to HighlightIndex and include a range check in 
10067         set_HighlightIndex. Fixes #79588
10068         
10069 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
10070
10071         * MonthCalendar.cs: When FirstDayOfWeek is default set firstday 
10072         to ui thread's settings instead of sunday. 
10073         * ThemeWin32Classic.cs: Localize the day string. Fixes #79563
10074
10075 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
10076
10077         * DateTimePicker.cs
10078         * MonthCalendar.cs
10079         * ThemeWin32Classic.cs: rewrote DateTimePicker to fix bug #78364
10080         and implement missing functionality (selecting different parts 
10081         of the date and edit them individually with the keyboard).
10082         
10083 2006-10-11  Chris Toshok  <toshok@ximian.com>
10084
10085         * Control.cs (OnInvalidated): fix NRE relating to last change.
10086
10087 2006-10-11  Chris Toshok  <toshok@ximian.com>
10088
10089         * XplatUIX11.cs (SetWMStyles): make sure we include the MAXIMIZED
10090         atoms in _NET_WM_STATE here if the window is maximized.  We need
10091         to do this because we're *replacing* the existing _NET_WM_STATE
10092         property, so those atoms will be lost otherwise, and any further
10093         call to GetWindowState will return Normal for a window which is
10094         actually maximized.  Fixes #79338.
10095
10096 2006-10-11  Jackson Harper  <jackson@ximian.com>
10097
10098         * TextControl.cs: Special case for setting selection end to
10099         selection start, we basically kill the anchor.
10100         - some todo comments.
10101
10102 2006-10-11  Chris Toshok  <toshok@ximian.com>
10103
10104         * Control.cs: switch to using an "invalid_region" to track which
10105         parts of the image buffer need updating.  This is more code than
10106         the simple fix from r66532.  That version just attempted to always
10107         fill the entire buffer on redraw, which turns out to be
10108         inefficient when invalidating small rectangles.  This version
10109         simply adds the invalid rectangle to the invalid region.  When we
10110         get any WM_PAINT message we see if it can be filled using the
10111         image buffer, and if it can't (if the paint event's clip rectangle
10112         is visible in the invalid region) we first fill the image buffer.
10113         So, the image buffer is still a cache, we just fill it lazily.
10114
10115         * PaintEventArgs.cs: remove the SetClipRectangle method, we don't
10116         need it any longer.
10117
10118 2006-10-11  Chris Toshok  <toshok@ximian.com>
10119
10120         * XplatUIX11.cs (SetWindowPos): we need to update both position as
10121         well as size after calling XMoveResizeWindow.  This keeps us from
10122         ignoring future SetWindowPos calls.  Fixes the disappearing
10123         DateTimePicker in the ToolBarDockExample from bug #72499.
10124
10125 2006-10-11  Chris Toshok  <toshok@ximian.com>
10126
10127         * TextBoxBase.cs: reorder things a bit when it comes to
10128         resizing-causing-recalculation.  we were recalculating the
10129         document when our position was changed, which shouldn't happen.
10130         We only care about size changes.  Clear up some more redundant
10131         recalculation calls while I'm at it.  This makes the toolbar dock
10132         example snappy when you're just dragging toolbars around (since it
10133         causes a relayout whenever you move one.)
10134
10135 2006-10-11  Chris Toshok  <toshok@ximian.com>
10136
10137         * ToolBarButton.cs (get_Rectangle): this only returns
10138         Rectangle.Empty if Visible == false, or Parent == null.
10139         Parent.Visible doesn't matter.
10140
10141 2006-10-10  Chris Toshok  <toshok@ximian.com>
10142
10143         * Control.cs, PaintEventArgs.cs: "internal set { .. }" isn't loved
10144         by .net 1.1, so switch to an internal method instead.
10145
10146 2006-10-10  Chris Toshok  <toshok@ximian.com>
10147
10148         * Control.cs (WM_PAINT): when a control is double buffered we draw
10149         initially to the ImageBuffer and then copy from there.  But when a
10150         parent control which has child controls is double buffered, the
10151         initial drawing doesn't encompass the entire ClientRectangle of
10152         the parent control, so we end up with uninitialized bits (this is
10153         easily seen by dragging the top toolbar in
10154         wf-apps/ToolBarDockExample to the right, quickly).  The fix is to
10155         manually set the ClipRectangle of the paint_event (only the one we
10156         use to populate the ImageBuffer) to ClientRectangle.  Fixes more
10157         of the nastiness in bug #72499.
10158
10159         * PaintEventArgs.cs: Add an internal setter for ClipRectangle,
10160         which we use in Control.cs's WM_PAINT handling.
10161
10162 2006-10-10  Jackson Harper  <jackson@ximian.com>
10163
10164         * TextBoxBase.cs: Finish off the autoscrolling stuff.
10165
10166 2006-10-10  Chris Toshok  <toshok@ximian.com>
10167
10168         * Cursor.cs: Apply a slightly different patch to the one suggested
10169         in #79609.
10170
10171 2006-10-10  Jackson Harper  <jackson@ximian.com>
10172
10173         * MenuItem.cs: Make sure to put the mdi child in the hashtable,
10174         not the parent form.
10175         * TextControl.cs: use difference in old line count vs new count to
10176         calculate how many lines were added, this takes into account soft
10177         line breaks properly.
10178
10179 2006-10-10  Chris Toshok  <toshok@ximian.com>
10180
10181         * LinkLabel.cs: don't call MeasureCharacterRanges against a
10182         rectangle located at 0,0 and the size of the text.  Use
10183         ClientRectangle instead.  This fixes rendering of non-left aligned
10184         link labels.
10185
10186 2006-10-10  Jackson Harper  <jackson@ximian.com>
10187
10188         * TextBoxBase.cs: When we set the selection start position the
10189         caret.
10190         * TextControl.cs: Need to update the caret when we decrement it to
10191         zero.
10192         - Make sure that the selection_visible flag gets reset to false if
10193         the selection isn't visible.  Before this you could get it set to
10194         visible by changing the selection start, then changing the end to
10195         equal the start.
10196
10197 2006-10-09  Jackson Harper  <jackson@ximian.com>
10198
10199         * TreeView.cs: Don't update scrollbars when we aren't visible.
10200         * TreeNodeCollection.cs: Only need to update scrollbars if being
10201         added to an expanded visible node or the root node.
10202
10203 2006-10-09  Chris Toshok  <toshok@ximian.com>
10204
10205         * XplatUIX11.cs (SendMessage): fix NRE.
10206
10207 2006-10-09  Jackson Harper  <jackson@ximian.com>
10208
10209         * TextBoxBase.cs: Implement horizontal autoscrolling.
10210         * TextControl.cs: Add a movement types that allows moving forward
10211         and backwards without wrapping.
10212
10213 2006-10-09  Mike Kestner  <mkestner@novell.com>
10214
10215         * ListViewItem.cs : layout changes for wrapped LargeIcon labels
10216         with focus "expansion" of labels.  Fixes #79532 and then some.
10217         * ThemeWin32Classic.cs : add LineLimit to ListView label format
10218         when wrapping.
10219
10220 2006-10-09  Jackson Harper  <jackson@ximian.com>
10221
10222         * TextBoxBase.cs: Set the default max values to MaxValue since
10223         we use the scrollbar for autoscrolling and the default value is
10224         100.  If we don't do this the caret won't keep up with typing
10225         after about 18 characters.
10226         * TextControl.cs: Make sure the selection is offset by the
10227         viewport x.  This fixes selection when using auto scrolling.
10228
10229 2006-10-07  Andreia Gaita <shana.ufie@gmail.com>
10230         
10231         * Form.cs: The active control should be selected after the 
10232         OnLoad so that any child control initialization that affects
10233         the selection is done. Fixes #79406
10234
10235 2006-10-06  Chris Toshok  <toshok@ximian.com>
10236
10237         * XplatUIX11.cs: This is perhaps a dangerous change, but it seems
10238         to have no evil effects.
10239
10240         - Stop selecting StructureNotifyMask on non-toplevel windows.
10241
10242           The only way children should be resized is by using the SWF api,
10243           and we already send WM_WINDOWPOSCHANGED messages in those cases.
10244           Toplevel windows can be interacted with via the window manager,
10245           and so we keep the input mask there.
10246
10247           The other event StructureNotifyMask gives us (that we care
10248           about) is DestroyNotify.  The code is already structured such
10249           that it assumes we won't be getting a DestroyNotify event for
10250           the window we pass to XDestroyWindow (which is what
10251           StructureNotifyMask is supposed to guarantee.)  So, that code
10252           shouldn't be affected by this either.
10253
10254         - Stop selecting VisibilityChangeMask altogether.
10255
10256           We weren't doing anything with the resulting events anyway.
10257         
10258         This vastly reduces the number of X requests and events we see
10259         when resizing/laying out a large ui.
10260
10261 2006-10-06  Chris Toshok  <toshok@ximian.com>
10262
10263         * ScrollableControl.cs (DisplayRectangle): we need to take into
10264         account the DockPadding regardless of whether or not auto_scroll
10265         == true.  rework this slightly to this effect, and fix bug #79606,
10266         and part of #72499 (you can now see the drag handles and drag
10267         toolbars around).
10268
10269 2006-10-06  Gert Driesen  <drieseng@users.souceforge.net>
10270
10271         * ListViewItem.cs: Collections of selected and checked items are now
10272         dynamically rebuilt. Whenever an item is (un)checked or (de)selected
10273         we mark the collection "dirty".
10274         * ListView.cs: Marked collections readonly. Modified UpdateSelection
10275         to only clear SelectedItems when a new item is selected and MultiSelect
10276         is enabled. CheckedItems and SelectedItems now subscribe to Changed
10277         event of ListViewItemCollection, and mark its list dirty whenever
10278         that event is fire. This allows us to return selected/checked items 
10279         in the same order as they are in the Items collection. This matches
10280         the MS behavior.
10281
10282 2006-10-06  Chris Toshok  <toshok@ximian.com>
10283
10284         * NotifyIcon.cs (HandleMouseUp): only show the context menu on
10285         right mouse clicks.  Fixes bug #79593.
10286
10287 2006-10-06  Chris Toshok  <toshok@ximian.com>
10288
10289         * Splitter.cs: doh, fix splitters that don't want to cancel the
10290         movement when you drag them.  Also, impose the limits on the
10291         values we send to the SplitterMovingEvent.  Fixes #79598.
10292
10293 2006-10-06  Jackson Harper  <jackson@ximian.com>
10294
10295         * TextBoxBase.cs: Ignore whether or not the scrollbar is enabled,
10296         since we use this for auto scrolling also.
10297
10298 2006-10-05  Chris Toshok  <toshok@ximian.com>
10299
10300         * DataGridBoolColumn.cs: Nuke the code from ConcedeFocus.  I'm
10301         beginning to think that most datagrid column types don't need this
10302         method.  Fixes bug #79392.
10303
10304 2006-10-05  Chris Toshok  <toshok@ximian.com>
10305
10306         * DataGrid.cs: move back to a more lazy scheme for creating the
10307         CurrencyManager, so we aren't updating it every time you set
10308         either DataSource or DataMember.  Also, don't call
10309         RecreateDataGridRows if the currency manager hasn't changed.
10310
10311 2006-10-05  Chris Toshok  <toshok@ximian.com>
10312
10313         * ComboBox.cs: by the time the OnSelectionChangeCommitted event is
10314         emitted, SelectedIndex should already be updated.  Fixes bug
10315         #78929.
10316
10317 2006-10-05  Jonathan Pobst  <monkey@jpobst.com>
10318
10319         * ToolStripComboBox.cs, ToolStripControlHost.cs, ToolStripProgressBar,
10320           ToolStripTextBox.cs: Initial commit.
10321         * ToolStripItem.cs: Fixes for OnLayout, BackColor, Parent.
10322
10323 2006-10-05  Jackson Harper  <jackson@ximian.com>
10324
10325         * TabControl.cs: We need to invalidate the tab control area when
10326         new ones are added (duh).
10327
10328 2006-10-03  Chris Toshok  <toshok@ximian.com>
10329
10330         * Form.cs (ProcessDialogKey): if the focused control is in this
10331         form and is a button, call its PerformClick method here.  Fixes
10332         #79534.
10333
10334 2006-10-04  Jackson Harper  <jackson@ximian.com>
10335
10336         * TabPage.cs: Ignore setting of Visible, and add an internal
10337         method for setting the controls visibility.  TabPage's Visible
10338         property is a little strange on MS, this seems to make us
10339         compatible, and fixes cases where people set all the tab pages to
10340         visible.
10341         * TabControl.cs: Use the new internal setting on tab pages
10342         visibility.
10343
10344 2006-10-03  Mike Kestner  <mkestner@novell.com>
10345
10346         * ComboBox.cs : raise Click on ComboTextBox clicks. Fixes #79555.
10347
10348 2006-10-03  Mike Kestner  <mkestner@novell.com>
10349
10350         * ListView.cs : use is_visible instead of Visible to check if 
10351         scrollbars should be placed/sized.  Also some max_wrap_width
10352         love for LargeIcon view.  [Fixes #79533]
10353
10354 2006-10-03  Atsushi Enomoto  <atsushi@ximian.com>
10355
10356         * TextControl.cs :
10357           Make set_TextAlign() do actually update the align. Fixed #78403.
10358
10359 2006-10-03  Chris Toshok  <toshok@ximian.com>
10360
10361         * DataGrid.cs: fix a crash when switching datasources if the
10362         vertical scrollbar is at someplace other than Value = 0.  Also,
10363         reduce the number of recalculation passes we do in SetDataSource
10364         from 2 to 1.
10365
10366 2006-10-03  Jackson Harper  <jackson@ximian.com>
10367
10368         * TextBoxBase.cs: Move the if value the same bail check up, we
10369         don't want to empty the document if it is already empty, this
10370         seems to severly mess up the caret.  TODO: I should probably fix
10371         the empty statement to update teh caret somehow.
10372
10373 2006-10-03  Chris Toshok  <toshok@ximian.com>
10374
10375         * ThemeWin32Classic.cs, DataGrid.cs: some changes so that the
10376         incredibly hacky Windows.Forms FAQ autosize rows entry (it uses
10377         reflection, an internal row type, properties on said type, etc.)
10378         will work with our datagrid.  Fixes #79531.
10379
10380 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
10381
10382         * FileDialog.cs: Don't crash if a path is not accessible
10383           (System.UnauthorizedAccessException). Fixes #79569.
10384         * MimeIcon.cs: Workaround for a Uri bug. Unix paths/files can have
10385           a ':' too. Return unknown icon for those paths/files.
10386
10387 2006-10-03  Sebastien Pouliot  <sebastien@ximian.com>
10388
10389         * ToolTip.cs: Fix rare, but possible, NRE on MouseEnter when 
10390         GetContainerControl returns null.
10391
10392 2006-10-02  Chris Toshok  <toshok@ximian.com>
10393
10394         * XplatUIX11.cs (GetWindowState): use hwnd.client_window in the
10395         call to XGetWindowAttributes instead of "handle".  fixes an X
10396         error using notifyicon after the NotifyIconWindow to Form base
10397         class switch.
10398
10399 2006-10-02  Chris Toshok  <toshok@ximian.com>
10400
10401         * XplatUIX11.cs (QueryPointer): new function, encapsulating the
10402         server grab and looping we need to do to get down to the most
10403         deeply nested child window.
10404         (SetCursorPos): use QueryPointer instead of GetCursorPos, and call
10405         QueryPointer again after the WarpPointer so we can generate a
10406         proper (fake) MotionNotify event to be enqueued in the destination
10407         window's queue.
10408         (GetCursorPos): call QueryPointer.
10409
10410         Fixes #79556.
10411
10412 2006-10-02  Jackson Harper  <jackson@ximian.com>
10413
10414         * NotifyIcon.cs: Derive the notify icon from a form, so things
10415         like FindForm work on it.
10416         - Swallow the WM_CONTEXTMENU message, since that is generated on
10417         mouse down, and context menu is a mouse up kinda guy.  I believe
10418         the correct fix here is probably to make the notify icon entirely
10419         NC area, but this seems to work fine for anyone not manipulating
10420         WndProc.
10421
10422 2006-10-02  Jonathan Pobst  <monkey@jpobst.com>
10423
10424         * ToolStrip.cs, ToolStripButton.cs, ToolStripItem.cs,
10425           ToolStripItemCollection.cs, ToolStripLabel.cs,
10426           ToolStripProfessionalRenderer.cs, ToolStripRenderer.cs,
10427           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs:
10428           Initial implementation.
10429         * TextRenderer.cs: Provide padding to MeasureText.
10430
10431 2006-10-02  Sebastien Pouliot  <sebastien@ximian.com>
10432
10433         * ButtonBase.cs: Fix CreateAccessibilityInstance to return an instance
10434         of ButtonBaseAccessibleObject. Fix bug #79552.
10435
10436 2006-10-02  Jackson Harper  <jackson@ximian.com>
10437
10438         * MdiWindowManager.cs: When maximizing use the containers client
10439         rect, not it's bounds, so nc area is accounted correctly.
10440         - Use the parent form's size for the menu position, since the
10441         client isn't always the full form size.
10442
10443 2006-10-01  Chris Toshok  <toshok@ximian.com>
10444
10445         * ScrollableControl.cs: make sure neither right_edge or
10446         bottom_edge are < 0, since they're used as LargeChange for the
10447         horiz/vert scrollbars respectively.  Fixes #79539.
10448
10449 2006-10-01  Chris Toshok  <toshok@ximian.com>
10450
10451         * NotifyIcon.cs: add NotifyIconWindow.InternalRecreateHandle, so
10452         the xplatuix11 code can cause us to destroy/recreate our handle.
10453
10454         * XplatUIX11.cs
10455         (SystrayAdd):
10456         - this code can be invoked many times for the same Hwnd.  Make
10457           sure we only destroy the client window once (the first time this
10458           method is called).  This fixes bug #79544.
10459         - Remove the call to the improperly bound XSync.  why we had two
10460           bindings to this, I will never know, but this call resulted in
10461           events being discarded from the queue(!).
10462         - correct a misunderstanding of _XEMBED_INFO - the second atom is
10463           not our current state but the state we wish to be in.  So, 0 if
10464           we don't want to be mapped.  Change it to 1.
10465         (SystrayRemove): The XEMBED spec makes mention of the fact that
10466         gtk doesn't support the reparent of client windows away from the
10467         embedder.  Looking at gtksocket-x11.c seems to agree with this.
10468         The only avenue we have for removing systray icons is to destroy
10469         them.  We don't want the handle to go away for good, though, so
10470         call InternalRecreateHandle on the NotifyIconWindow.  Fixes
10471         #79545.
10472         
10473 2006-10-01  Chris Toshok  <toshok@ximian.com>
10474
10475         * Form.cs (WndProc): inline the native_enabled variable usage into
10476         the cases in which it's used.  Fixes #79536.
10477
10478 2006-09-29  Mike Kestner  <mkestner@novell.com>
10479
10480         * ListView.cs : toggle the selection state for ctrl clicks in 
10481         multiselect mode. [Fixes #79417]
10482
10483 2006-09-29  Mike Kestner  <mkestner@novell.com>
10484
10485         * ListView.cs : kill CanMultiSelect and refactor the selection
10486         code to support multiselection in the absence of mod keys. Steal
10487         arrow/home/end keys by overriding InternalPreProcessMessage to
10488         restore regressed keynav behavior.
10489         [Fixes #79416]
10490
10491 2006-09-29  Jackson Harper  <jackson@ximian.com>
10492
10493         * MdiClient.cs: Repaint the titlebars when the active window is
10494         changed.
10495
10496 2006-09-29  Chris Toshok  <toshok@ximian.com>
10497
10498         * Application.cs: when entering a runloop with a modal, make sure
10499         the hwnd is enabled.  Fixes #79480.
10500
10501 2006-09-29  Chris Toshok  <toshok@ximian.com>
10502
10503         * DataGrid.cs (CurrentCell): if we try to navigate to the add row
10504         when ListManager.CanAddRows == false, bump us back one.
10505
10506         * DataGridColumnStyle.cs (ParentReadOnly): remove the
10507         listmanager.CanAddRows check.  This makes ArrayLists uneditable
10508         using a datagrid, which is not right.
10509         (SetColumnValueAtRow): call IEditable.BeginEdit if source[rowNum]
10510         is an IEditable, but call property_descriptor.SetValue regardless.
10511         fixes #79435.
10512
10513 2006-09-29  Chris Toshok  <toshok@ximian.com>
10514
10515         * DataGridBoolColumn.cs: we need to test equality in the face of
10516         possible null values (as is the case with the default NullValue).
10517         This patch keeps us from crashing in that case.
10518
10519 2006-09-29  Jackson Harper  <jackson@ximian.com>
10520
10521         * TreeNodeCollection.cs: Don't do a recalculate/updatescrollbars
10522         here, since it will get called for every node collection in the
10523         tree. This is now done in the treeview once the sorting is
10524         finished.
10525         * TreeView.cs: Recalculate the visible order, and update the
10526         scrollbars after sorting, set the top nope to the root so that the
10527         recalc actually works.
10528
10529 2006-09-29  Chris Toshok  <toshok@ximian.com>
10530
10531         * LinkLabel.cs: more handling of the default link collection in
10532         the face of LinkArea manipulation.  The default link collection
10533         contains 1 element (start=0,length=-1).  If the user sets LinkArea
10534         to anything and the links collection is the default, clear it.
10535         Then only add the link if its nonempty.  Fixes #79518.
10536
10537 2006-09-29  Chris Toshok  <toshok@ximian.com>
10538
10539         * LinkLabel.cs (CreatePiecesFromText): calculate the length of a
10540         piece correctly when we hit a '\n'.  Fixes #79517.
10541
10542 2006-09-29  Chris Toshok  <toshok@ximian.com>
10543
10544         * MimeIcon.cs, ThemeGtk.cs, X11DesktopColors.cs, XplatUIX11GTK.cs:
10545         change the binding of gdk_init_check to take two IntPtr's, and
10546         pass IntPtr.Zero for both of them.  Fixes #79520.
10547
10548 2006-09-29  Mike Kestner  <mkestner@novell.com>
10549
10550         * ComboBox.cs : raise TextChanged on ComboTextBox.TextChanged.
10551         [Fixes #78779]
10552
10553 2006-09-28  Jackson Harper  <jackson@ximian.com>
10554
10555         * XplatUIX11.cs: When translating NC messages make sure we go from
10556         whole window to screen, not client window to screen.
10557         * MdiClient.cs: Remove the calls to PaintWindowDecorations, this
10558         method doesn't exist
10559         - Skip over controls that aren't forms when arranging.
10560
10561 2006-09-28  Jackson Harper  <jackson@ximian.com>
10562
10563         * XplatUIWin32.cs: Clip the rect to the parent window.
10564         * XplatUIStructs.cs: Add clipping modes struct.
10565         * InternalWindowManager.cs: New private method that factors title
10566         bar heights in when calculating the pos of an NC mouse message.
10567         - Use SendMessage to force a paint when the form's size is changed
10568         instead of painting the decorations immediately.
10569         - Don't let the NC button click messages get to DefWndProc,
10570         because they will attempt to handle windowing themself, and this
10571         messes up z-order (it will put them in front of the scrollbars).
10572         * XplatUIX11.cs: Make sure that we don't reset window managers if
10573         we already have one (ie the window is an MDI window).
10574
10575 2006-09-28  Chris Toshok  <toshok@ximian.com>
10576
10577         * MainMenu.cs: fix #79405 by way of a disgusting hack.  all the
10578         menu code really needs going over.
10579
10580 2006-09-27  Chris Toshok  <toshok@ximian.com>
10581
10582         * XplatUIX11.cs (SetWMStyles): more metacity wonderment.  turns
10583         out metacity ignores the MAXIMIZE_HORZ/VERT messages unless the
10584         window is maximizable.  So, we need to make sure that even if we
10585         clear the border/wm frame of those functions, they're still
10586         available (basically, we remove the decoration without removing
10587         the function).  Half the fix for #79338.
10588
10589 2006-09-27  Chris Toshok  <toshok@ximian.com>
10590
10591         * DataGrid.cs (ProcessGridKey): implement Shift-Tab handling.
10592         Fixes bug #79515.
10593
10594 2006-09-27  Chris Toshok  <toshok@ximian.com>
10595
10596         * Splitter.cs: reorder things a bit so that we don't actually
10597         draw/move the splitter until after calling OnSplitterMoving.  This
10598         lets users cancel/disallow the movement by explicitly setting
10599         event.SplitX/SplitY.  Fixes #79372.
10600
10601 2006-09-27  Jackson Harper  <jackson@ximian.com>
10602
10603         * XplatUIX11.cs: Don't hide the caret when it is being destroyed,
10604         because it is most likely on a window being destroyed, and that
10605         will give us an X11 error.
10606
10607 2006-09-27  Chris Toshok  <toshok@ximian.com>
10608
10609         * PropertyGridView.cs: half of the fix for #78190.  Clicking on
10610         the dropdown button now toggles between showing and hiding the
10611         dropdown.  Also, get rid of dropdown_form_showing and just use
10612         dropdown_form.Visible.  We still don't do a grab, but I'll leave
10613         that part to someone who has handled Capture-fu before.
10614
10615 2006-09-27  Chris Toshok  <toshok@ximian.com>
10616
10617         * DataGrid.cs: return false if alt isn't pressed when '0' is
10618         pressed.  this keeps the '0' key from being swallowed, and fixes
10619         bug #79350.
10620
10621 2006-09-27  Chris Toshok  <toshok@ximian.com>
10622
10623         * ComboBox.cs: use Invalidate when scrolling the dropdown list.
10624         Calling Refresh (in response to a scrollbar event) screws up the
10625         scrollbar painting.  Fixes bug #78923.
10626
10627 2006-09-27  Chris Toshok  <toshok@ximian.com>
10628
10629         * Theme.cs (SystemResPool): make the "if hashtable[key] == null
10630         then insert into hashtable" blocks threadsafe.
10631
10632 2006-09-27  Chris Toshok  <toshok@ximian.com>
10633
10634         * MessageBox.cs (CreateParams): the styles should be |'ed with our
10635         baseclass's, since otherwise the
10636         ControlBox/MinimizeBox/MaximizeBox assignments above have no
10637         effect.  This gets the close button back in messageboxes.
10638
10639 2006-09-27  Chris Toshok  <toshok@ximian.com>
10640
10641         * XplatUIX11.cs: make StyleSet and ExStyleSet check == with the
10642         flag, not just != 0.  this makes flags that are actually multiple
10643         bits (like WS_CAPTION) work.  fixes bug #79508.
10644
10645 2006-09-27  Jordi Mas i Hernandez <jordimash@gmail.com>
10646
10647         * PageSetupDialog.cs: add support for getting and settings the 
10648         paper size, source and orientation.
10649
10650 2006-09-26  Chris Toshok  <toshok@ximian.com>
10651
10652         * XplatUIX11.cs (SetWMStyles): turns out when SYSMENU is not set
10653         and caption == "", we need to remove the resize handles as well as
10654         the title bar.
10655
10656         * Control.cs (set_Text): turns out that setting Text on a form
10657         should change the WM styles on the window, since if ControlBox ==
10658         false, the only way to get a window border is to have a non-""
10659         Text property.  check winforms/forms/text.cs for an example.  so,
10660         call both XplatUI.SetWindowStyle and XplatUI.Text here to properly
10661         update both window styles and title.  This fixes a lot of dialogs
10662         (including the preferences dialog in MonoCalendar.)
10663
10664 2006-09-26  Chris Toshok  <toshok@ximian.com>
10665
10666         * XplatUIWin32.cs (SetParent): if parent == IntPtr.Zero (and the
10667         control isn't a Form), call Win32ShowWindow to hide the window,
10668         but don't update the control Visible property.  When we reparent
10669         back to a parent control, call SetVisible in order for the
10670         window's visibility to be reinstated.
10671
10672         * XplatUIX11.cs (SetParent): if hwnd.parent == null, reparent to
10673         the FosterParent.
10674
10675         * Control.cs (ControlCollection.Remove): remove that value.Hide()
10676         call for good, since it breaks MonoCalendar (and other things I'm
10677         sure.) Also, set all_controls to null *after* the owner calls,
10678         which end up regenerating it.
10679         (ChangeParent): allow new_parent to be == null, passing
10680         IntPtr.Zero down to XplatUI.
10681
10682         this fixes #79294 the right way.
10683
10684 2006-09-26  Mike Kestner  <mkestner@novell.com>
10685
10686         * GridEntry.cs : internal SetParent method.
10687         * PropertyGrid.cs : attach to property changed on the proper
10688         target if we have a hierarchical grid with subobjects. Setup
10689         GridItem.Parent for hierarchical items.
10690         * PropertyGridView.cs : Set value on the correct target for
10691         hierarchical grids. [Fixes #78903]
10692
10693 2006-09-26  Chris Toshok  <toshok@ximian.com>
10694
10695         * Control.cs (ChildNeedsRecreating): this should return true if
10696         either we're being recreated and the child is in our list, or our
10697         parent is waiting for our recreation.
10698
10699 2006-09-26  Chris Toshok  <toshok@ximian.com>
10700
10701         * Control.cs (ControlCollection.Remove): reinstate the
10702         value.Hide() call as suggested in bug #79294.
10703
10704 2006-09-26  Sebastien Pouliot  <sebastien@ximian.com>
10705
10706         * XplatUIX11.cs: Fixed SetCursorPos to move the cursor to screen
10707         coordinates (versus a relative move).
10708
10709 2006-09-26  Chris Toshok  <toshok@ximian.com>
10710
10711         * Control.cs: rework child recreation a little bit.  It turns out
10712         that we race between the DestroyNotify the WM_DESTROY message.  If
10713         the parent gets its DestroyNotify before the child gets the
10714         WM_DESTROY message, the child ends up not recreating (since the
10715         parent finishes its recreation on DestroyNotify, and the child
10716         checks ParentIsRecreating.)
10717
10718         So, instead we store off a list of all the child controls which
10719         need to be recreated when the parent control starts to recreate
10720         itself.  Then, when child controls get their WM_DESTROY message we
10721         check to see if they're in the parent's pending recreation list,
10722         and if so, we recreate.  This removes all dependency on ordering
10723         from the code and fixes the initial MonoCalendar upgrade dialog.
10724         
10725 2006-09-26  Jackson Harper  <jackson@ximian.com>
10726
10727         * TextControl.cs: Use the Line to get the length of the line,
10728         since soft line breaks can change the end line.
10729
10730 2006-09-26  Chris Toshok  <toshok@ximian.com>
10731
10732         * Control.cs (ControlCollection.AddImplicit): don't add the
10733         control again if it's already in one of our lists.  This keeps us
10734         from adding controls over and over again for comboboxes when their
10735         handle gets recreated (as the combobox adds implicit controls in
10736         OnHandleCreated).  Fixes the X11 errors in bug #79480.
10737
10738 2006-09-26  Jackson Harper  <jackson@ximian.com>
10739
10740         * TextControl.cs: When deleting characters make sure that any
10741         orphaned zero lengthed tags get deleted.
10742         - Fix ToString for zero lengthed tags.
10743
10744 2006-09-25  Jackson Harper  <jackson@ximian.com>
10745
10746         * TextControl.cs: When getting a tag at the location there can be
10747         multiple tags at the same spot, these are 0-lengthed tags that
10748         appear when extra formatting has been stuck in a location.  We
10749         need to pull out the last of these 0 lengthed tags.
10750
10751 2006-09-25  Jackson Harper  <jackson@ximian.com>
10752
10753         * TextControl.cs: Fix print out in debug method.
10754         * TextBoxBase.cs: When text is set bail if we are setting to the
10755         previous value.
10756         
10757 2006-09-24  Alexander Olk  <alex.olk@googlemail.com>
10758
10759         * FontDialog.cs: Fixed the up/down arrow keys issue from bug #79478.
10760           It is now possible to change the selected index in a FontXXXListBox
10761           with the up and down arrow keys from the FontXXXTextBoxes.
10762           Also, send the FontXXXTextBox mouse wheel event to the corresponding
10763           FontXXXListBoxes to match ms.
10764
10765 2006-09-22  Sebastien Pouliot  <sebastien@ximian.com>
10766
10767         * SystemInformation.cs: Return a clone of the theme's MenuFont because
10768         anyone can dispose it, anytime. All other properties returns enums, 
10769         structs or basic types so they don't need such tricks.
10770
10771 2006-09-22  Jackson Harper  <jackson@ximian.com>
10772
10773         * XplatUI.cs:
10774         * XplatUIWin32.cs:
10775         * Clipboard.cs:
10776         * DataFormats.cs:
10777         * XplatUIOSX.cs:
10778         * XplatUIDriver.cs: Update interface to add a primary selection
10779         flag, so the driver can use the primary selection buffer if
10780         needed.
10781         * XplatUIX11.cs: Allow the clipboard to retrieve from PRIMARY.
10782
10783         * RichTextBox.cs: We need to supply the data object to paste now
10784         (so we can choose to supply CLIPBOARD or PRIMARY).
10785         * TextBoxBase.cs: Supply data object to paste (see above).
10786         - Middle click uses the primary selection data object.
10787         
10788 2006-09-21  Chris Toshok  <toshok@ximian.com>
10789
10790         * XplatUIX11.cs: first little cleanup of the StyleSet (...) block
10791         of SetWMStyles.  It's still a rat's nest and is largely
10792         order-dependent which I dislike immensely.  This also fixes the X
10793         button disappearing from toplevel forms.
10794
10795 2006-09-21  Mike Kestner <mkestner@novell.com>
10796
10797         * ListBox.cs: move Jordi's click/dblclick raising code to the
10798         mouse up handler.
10799
10800 2006-09-21  Jordi Mas i Hernandez <jordimash@gmail.com>
10801
10802         * ListBox.cs: Fixes 79450
10803
10804 2006-09-21  Mike Kestner <mkestner@novell.com>
10805
10806         * TreeView.cs: guard against disposed conditions in UpdateScrollbars
10807         to deal with people updating the TreeNodeCollection after the tree
10808         is disposed.  "Fixes" 79330.
10809
10810 2006-09-20  Jackson Harper <jackson@ximian.com>
10811
10812         * TextControl.cs: Push the cursor record onto the undo stack
10813         before the delete action. This fixes 78651.
10814
10815 2006-09-20  Jonathan Chambers  <joncham@gmail.com>
10816
10817         * PropertyGridView.cs: Remove WindowStyles.WS_VISIBLE from
10818         CreateParams. Fixes 79329.
10819
10820 2006-09-19  Chris Toshok  <toshok@ximian.com>
10821
10822         * XplatUIX11.cs: a couple of blanket code massage passes to clean
10823         things up a bit.  First, get rid of the NetAtoms array (and the NA
10824         enum), and just embed the atoms as static fields.  Also, add a
10825         couple of functions (StyleSet and ExStyleSet) to clean up all the
10826         bitmask testing of styles.
10827
10828         * X11Structs.cs: remove the NA enum, not needed anymore.
10829         
10830 2006-09-19  Chris Toshok  <toshok@ximian.com>
10831
10832         * XplatUIX11.cs: apply Alexander's tool window fix for bug #79245
10833         (mapping them to _NET_WM_WINDOW_TYPE_UTILITY).  and add a little
10834         added cleanup to get MessageBox titles appearing again, which were
10835         broken by my earlier fix for caption-less/ControlBox-less windows.
10836
10837 2006-09-18  Jonathan Pobst <monkey@jpobst.com>
10838
10839         * ToolStripArrowRenderEventArgs.cs, ToolStripArrowRenderEventHandler.cs,
10840           ToolStripContentPanelRenderEventArgs.cs, ToolStripContentPanelRenderEventHandler.cs,
10841           ToolStripGripRenderEventArgs.cs, ToolStripGripRenderEventHandler.cs,
10842           ToolStripItemClickedEventArgs.cs, ToolStripItemClickedEventHandler.cs,
10843           ToolStripItemEventArgs.cs, ToolStripItemEventHandler.cs,
10844           ToolStripItemImageRenderEventArgs.cs, ToolStripItemImageRenderEventHandler.cs,
10845           ToolStripItemRenderEventArgs.cs, ToolStripItemRenderEventHandler.cs,
10846           ToolStripItemTextRenderEventArgs.cs, ToolStripItemTextRenderEventHandler.cs,
10847           ToolStripPanelRenderEventArgs.cs, ToolStripPanelRenderEventHandler.cs,
10848           ToolStripRenderEventArgs.cs, ToolStripRenderEventHandler.cs,
10849           ToolStripSeparatorRenderEventArgs.cs, ToolStripSeparatorRenderEventHandler.cs:
10850             Inital import.
10851         * ToolStripPanel.cs, ToolStripContentPanel.cs, ToolStripSeparator.cs,
10852           ToolStripButton.cs: Stubs needed for above.
10853         * ToolStrip.cs, ToolStripItem.cs: Stub a few variables/properties for above.
10854
10855 2006-09-15  Chris Toshok  <toshok@ximian.com>
10856
10857         * XplatUIX11.cs:
10858         - make the MessageQueues hashtable Synchronized.
10859         
10860         - SendMessage: if the Hwnd is owned by a different thread, use the
10861         AsyncMethod stuff to dispatch the SendMessage on the hwnd's
10862         thread.  Fixes bug #79201.
10863
10864 2006-09-15  Chris Toshok  <toshok@ximian.com>
10865
10866         * XplatUIX11.cs (SetWMStyles): rework the #79368 fix slightly.  If
10867         ControlBox == false, we disallow maximize/minimize/close.  If the
10868         form Caption is "" we also disallow move (and get rid of the Title
10869         decoration).  Unfortunately, regardless of how things are set,
10870         we're stuck with the Title and WM menu.
10871
10872 2006-09-15  Chris Toshok  <toshok@ximian.com>
10873
10874         * Application.cs: add locking around the static message_filters
10875         ArrayList, part of #79196.
10876
10877 2006-09-15  Chris Toshok  <toshok@ximian.com>
10878
10879         * XplatUIX11.cs (SetWMStyles): if Form.Text == "" and
10880         Form.ControlBox == false, the window has no titlebar nor resize
10881         handles.  fixes bug #79368.
10882
10883 2006-09-15  Chris Toshok  <toshok@ximian.com>
10884
10885         * TextBoxBase.cs: in CalculateScrollBars make sure LargeChange is
10886         >= 0.  Fixes bug #79370.
10887
10888 2006-09-15  Jonathan Pobst <monkey@jpobst.com>
10889         * FlowLayoutPanel.cs, FlowLayoutSettings.cs: Initial commit.
10890         * Control.cs:
10891             Add properties: LayoutEngine, Margin, DefaultMargin.
10892             Add method: GetPreferredSize.
10893             Move layout logic from PerformLayout to layout engines. 
10894
10895 2006-09-13  Chris Toshok  <toshok@ximian.com>
10896
10897         * XplatUIX11.cs: more destroy work.  Jackson pointed out that my
10898         fix for #79326 broke #78718, so this change addresses that.
10899
10900         - in SendWMDestroyMessages remove the call to
10901         CleanupCachedWindows, since we might be recreating the control and
10902         need to maintain the references to right Hwnd handles.  Also, set
10903         the zombie flag to true for each of the children in the hierarchy
10904         instead of calling hwnd.Dispose.  This will cause GetMessage to
10905         ignore all events for the window except for DestroyNotify.
10906
10907         - In GetMessage, ignore messages except for DestroyNotify for
10908         zombie hwnds.
10909         
10910         * Control.cs: revert the is_recreating fix from the last
10911         ChangeLog.  It's definitely "right", but it breaks switching from
10912         an MDI form to a non-MDI form.  Will need to revisit that.
10913
10914         * Hwnd.cs: add a zombie flag, which means "the
10915         client_window/whole_window handles are invalid, but we're waiting
10916         for the DestroyNotify event to come in for them".  Set the flag to
10917         false explicitly if setting WholeWindow/ClientWindow, and also
10918         when Disposing.
10919         
10920 2006-09-13  Chris Toshok  <toshok@ximian.com>
10921
10922         * XplatUIX11.cs: rework window destruction slightly.
10923
10924         - when destroying the windows associated with a control, we don't
10925         need 2 separate XDestroyWindow calls.  Just the one for the
10926         whole_window (or for client_window if whole_window is somehow
10927         IntPtr.Zero -- can this happen?) is enough.
10928
10929         - reworked SendWMDestroyMessages slightly, so we always dispose
10930         the child control hwnd's after sending the messages.
10931         
10932         - refactored out the ActiveWindow/FocusWindow/Caret clearing from
10933         the two places it was used (one was even using hwnd.Handle and the
10934         other hwnd.client_window.  ugh), adding another call in
10935         SendWMDestroyMessages.  We need this new call because now the
10936         DestroyNotify events in the queue will be ignored for the child
10937         controls (as their hwnd's were disposed, and the window id's
10938         removed from the hashtable in SendWMDestroyMessages.) fun, eh?
10939
10940         - this fixes bug #79326.
10941
10942 2006-09-13  Chris Toshok  <toshok@ximian.com>
10943
10944         * Control.cs: don't always set is_recreating to false at the end
10945         of RecreateHandle, since sometimes we're not done (and won't be
10946         until WndProc handles the WM_DESTROY message).  Also, set
10947         is_recreating to false in the WM_DESTROY handling code.  Part of
10948         the fix for bug #79326.
10949
10950 2006-09-13  Miguel de Icaza  <miguel@novell.com>
10951
10952         * X11DesktopColors.cs: Start the droppage of debugging messages.
10953
10954         * FileDialog.cs: Store the configuration file in ~/.mono/mwf_config
10955
10956 2006-09-13  Jonathan Pobst <monkey@jpobst.com>
10957
10958         * SplitContainer.cs, SplitterPanel.cs: Initial implementation [2.0].
10959
10960 2006-09-12  Chris Toshok  <toshok@ximian.com>
10961
10962         * DataGrid.cs (get_ListManager): if the list_manager is null, try
10963         to create it using SetDataSource.  Fixes bug #79151.
10964
10965 2006-09-11  Chris Toshok  <toshok@ximian.com>
10966
10967         * XEventQueue.cs: add a DispatchIdle property.
10968
10969         * XplatUIX11.cs (UpdateMessageQueue): only emit the Idle event if
10970         either the queue is null, or the queue has DispatchIdle set to
10971         true.
10972         (DoEvents): set queue.DispatchIdle to false around the
10973         peek/translate/dispatch message loop in this method.  This keeps
10974         Application.Doevents from emitting idle events.  Part of the fix
10975         for #78823.
10976
10977 2006-09-11  Chris Toshok  <toshok@ximian.com>
10978
10979         * DataGrid.cs (set_DataSource): make this work for both the
10980         winforms/datagrid test and ReportBuilder.  It seems as though when
10981         we've created a ListManager (or maybe it's if we have a
10982         BindingContext?), when we set the DataSource it clears the
10983         DataMember to "".  otherwise we reuse the datamember.  Fixes bug
10984         #79333.
10985
10986 2006-09-11  Chris Toshok  <toshok@ximian.com>
10987
10988         * XplatUIX11.cs: deal with queue being null, which happens in all
10989         the Clipboard functions.  Fixes one of the two problems mentioned
10990         in #78612.
10991
10992 2006-09-11  Chris Toshok  <toshok@ximian.com>
10993
10994         * MenuAPI.cs: rework OnMouseUp a bit so that releasing the mouse
10995         button on various spots (including outside the menu) works closer
10996         to MS, and doesn't crash.  Fixes #79343.
10997
10998 2006-09-11  Gert Driesen  <drieseng@users.sourceforge.net>
10999
11000         * ListView.cs: Do not initialize item_sorter in init. To match MS,
11001         return null for ListViewItemSorter if View is SmallIcon or LargeIcon
11002         and the internal comparer is set. When a new ListViewItemSorter is set,
11003         sort the items. Use Enum.IsDefined to verify whether a valid SortOrder
11004         was specified. No further processing is necessary if SortOrder is set
11005         to it's current value. If Sorting is modified to None, and View is
11006         neither SmallIcon nor LargeIcon then: on 2.0 profile set item_sorter
11007         (either custom or our internal ItemComparer) to null, on 1.0 profile
11008         only set item_sorter to null if its our internal IComparer. If Sorting
11009         is modified to Ascending or Descending, then use our internal IComparer
11010         if none is set, and if the current IComparer is our internal one then:
11011         on 2.0 profile always replace it with one for new Sorting, and on 1.0
11012         profile only use new Sorting if view is not SmallIcon or LargeIcon. Use
11013         Enum.IsDefined to verify whether a valid View value is specified in
11014         its setter. Automatically sort listview items when listview is
11015         created. In Sort, do nothing if ListView is not yet created, or if
11016         no item_sorter is set (no Sorting was set, Sorting was explicitly set
11017         to None or ListViewItemSorter was set to null). Added Sort overload
11018         taking a bool to indicate whether the ListView should be redrawn when
11019         items are sorted (we use this in ListViewItemCollection to avoid double
11020         redraws). Modified our internal IComparer to take the sort order into
11021         account. In Add and AddRange methods of ListViewItemCollection, also
11022         call Sort if Sorting is None (necessary for SmallIcon and LargeIcon
11023         view), but use overload with noredraw option to avoid double redraw.
11024         On 2.0 profile, throw NotSupportedException when setting CheckBoxes to
11025         true when View is Tile, and do the same when attempting to set View to
11026         Tile when CheckBoxes is true. Avoid maintaining separate ArrayLists
11027         for selected/checked indices, as it involves overhead when sorting is
11028         done while these collections are not used all that often. Instead
11029         we'll build the indices on demand. Modified IList implementation of
11030         CheckedIndexCollection to use public methods if object is int.
11031         Modified CheckedListViewItemCollection to hide checked items if
11032         ListView.CheckBoxes is false. Removed LAMESPEC remark in 
11033         ListViewItemCollection as the .NET SDK docs have been fixed. Modified
11034         IList implementation in SelectedIndexCollection to use public methods
11035         if object is int. Modified SelectedListViewItemCollection to hide
11036         selected items if listview is not yet created.
11037         * ListViewItem.cs: CheckedIndices list no longer needs to be
11038         maintained separately (see ListView changes). Also clone font, fixes
11039         test failure.
11040
11041 2006-09-11  Mike Kestner  <mkestner@novell.com>
11042
11043         * ComboBox.cs: if we are updating the contents of the currently
11044         selected index, refresh the control or the textbox selection.
11045         [Fixes #79066]
11046
11047 2006-09-11  Mike Kestner  <mkestner@novell.com>
11048
11049         * ComboBox.cs (UpdateBounds): use SetBounds not SetBoundsCore since 
11050         the 'specified' logic has been moved there.  This seems like a bug 
11051         in Control.cs, since our current SetBoundsCore completely ignores 
11052         the specified parameter.  Peter's commit seems to indicate that is 
11053         the way the MS control implementation works.  [Fixes #79325]
11054
11055 2006-09-10  Jonathan Chambers  <joncham@gmail.com>
11056
11057         * XplatUI.cs: Set default_class_name to be composed
11058         of current domain id. This allows MWF to be loaded in multiple
11059         domains on Win32.
11060
11061 2006-09-09  Miguel de Icaza  <miguel@novell.com>
11062
11063         * X11Keyboard.cs: If we are unable to obtain the input method, do
11064         not call CreateXic to create the input context.   Should fix
11065         #78944/79276.
11066
11067 2006-09-08  Alexander Olk  <alex.olk@googlemail.com>
11068
11069         * MimeIcon.cs: Rewrote major parts. Dropped KDE support for now.
11070           Simplified gnome support by adding more pinvokes to get the
11071           icon for a file or mime type.
11072
11073 2006-09-08  Jackson Harper  <jackson@ximian.com>
11074
11075         * MenuAPI.cs: Deslect popup context menu items before closing the
11076         window, so that you don't see the previously selected item
11077         selected when you reopen the menu.
11078         * TextControl.cs: Update the cursor position even if we don't have
11079         focus.  This fixes typing in things like the ComboBox.  I'm not
11080         totally sure we should always set the visibility if we don't have
11081         focus, but couldn't find any corner cases where the cursor showed
11082         up when it shouldn't.
11083
11084 2006-09-08  Chris Toshok  <toshok@ximian.com>
11085
11086         * X11Keyboard.cs: In UpdateKeyState vkey can be any integer, but
11087         our arrays are length 256.  & 0xff before indexing.  Fixes the
11088         crash in bug #78077.
11089         
11090 2006-09-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11091
11092         * ThemeWin32Classic.cs: 
11093         * DateTimePicker.cs: Draw check box if DateTimePicker.ShowCheckBox
11094         is true. Handle that check box too.
11095
11096 2006-09-07  Chris Toshok  <toshok@ximian.com>
11097
11098         * MenuAPI.cs: move the PerformClick call to OnMouseUp.  Fixes bug
11099         79244.
11100
11101 2006-09-07  Chris Toshok  <toshok@ximian.com>
11102
11103         * Control.cs: in set_BackColor only do the work if
11104         background_color != value.
11105
11106         * XplatUIX11.cs: move the clearing of invalid areas (both client
11107         and nc) to the same block of code where we set (nc_)expose_pending
11108         to false.  That is, move it from PaintEventEnd to PaintEventStart,
11109         so things that cause invalidates from within OnPaint will trigger
11110         another call to OnPaint.  Fixes bug #79262.
11111
11112 2006-09-07  Alexander Olk  <alex.olk@googlemail.com>
11113
11114         * Theme.cs: Use correct icon for UIIcon.PlacesPersonal
11115         * FileDialog.cs: Fix typo
11116
11117 2006-09-07  Jackson Harper  <jackson@ximian.com>
11118
11119         * ThemeWin32Classic.cs:  oops, forgot to commit.  Draw the images
11120         for tab pages if they have any.
11121
11122 2006-09-06  Mike Kestner  <mkestner@novell.com>
11123
11124         * Splitter.cs: use the "current" rect when finishing drag handle
11125         to avoid an artifact demonstrated by resedit.exe.  [Fixes #79251]
11126
11127 2006-09-06  Mike Kestner  <mkestner@novell.com>
11128
11129         * Splitter.cs: draw the drag handle at X or Y instead of 0 to deal
11130         support offset splitters. [Fixes #79298]
11131
11132 2006-09-06  Alexander Olk  <alex.olk@googlemail.com>
11133
11134         * Mime.cs: Fixed a bug that could override the global mime type
11135           result.
11136
11137 2006-09-05  Jackson Harper  <jackson@ximian.com>
11138
11139         * TabControl.cs: Better calculation method for setting the slider
11140         pos. Prevents crashes on really wide tabs.
11141         - Draw Image on tab pages if an image list is used.
11142
11143 2006-09-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11144
11145         * MonthCalendar.cs: When Font changes, the Size should be
11146         updated to fit the new font's space requirements.
11147
11148 2006-09-02  Alexander Olk  <alex.olk@googlemail.com>
11149
11150         * ListBox.cs: If the items are cleared with Items.Clear set
11151           top_index to 0.
11152
11153 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11154
11155         * MonthCalendar.cs: Handle arrow keys as input keys. Also
11156         fire DateChanged event instead of DateSelected event when
11157         the date was changed by keyboard interaction.
11158
11159 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11160
11161         * DateTimePicker.cs: Handle DateChanged for the associated
11162         month_calendar control, and set month_calendar.Font from 
11163         OnFontChanged method, as well as resize the height of the
11164         control when needed. Make PreferredHeight proportional.
11165
11166 2006-09-01  Chris Toshok  <toshok@ximian.com>
11167
11168         * DataGrid.cs: grr, stop overthinking the DataMember/DataSource
11169         properties.
11170
11171         * BindingContext.cs (HashKey.GetHashCode): use ^ instead of +.
11172
11173 2006-09-01  Peter Dennis Bartok  <pbartok@novell.com> 
11174
11175         * FileDialog.cs: Set ClientSize instead of window size, to allow space
11176           for decorations (Fixes #79219)
11177
11178 2006-09-01  Mike Kestner  <mkestner@novell.com>
11179
11180         * ComboBox.cs: first stab at sorting plus some selection handling
11181         fixes to bring us more in line with MS behavior.  Also switches back
11182         to index based selection.  Alternative patches for index-based 
11183         selection were provided by Jackson Harper, Carlos Alberto Cortez, 
11184         and latency@gmx.de on bug 78848.  I assume they were similar to this
11185         code I've had simmering in my tree forever.
11186         [Fixes #78848]
11187
11188 2006-09-01  Chris Toshok  <toshok@ximian.com>
11189
11190         * CurrencyManager.cs (ListChangedHandler): in the ItemAdded case,
11191         when setting list position guard against ending up with a -1 index
11192         (the other part of the fix for #78812).  Should probably make sure
11193         we don't need the analogous fix in the ItemDeleted case.
11194
11195         * DataGrid.cs:
11196         - in SetDataSource, work around the fact that the way
11197         OnBindingContextChanged is invoked will cause us to re-enter this
11198         method.  I'll remove the hack once I investigate
11199         OnBindingContextChanged.
11200
11201         - fix the logic in set_DataSource and set_DataMember (basically
11202         what to do if the other of the two is null.)
11203         
11204         - in OnListManagerItemChanged, we need to take into account the
11205         edit row when deciding whether or not to call RecreateDataGridRows
11206         (part of the fix for #78812).
11207
11208 2006-09-01  Jackson Harper  <jackson@ximian.com>
11209
11210         * Splitter.cs: Don't do anything if there is no control to affect
11211         (prevents us from crashing in weird tet cases).
11212         * TreeView.cs: Bounding box for the mouse movement reverting
11213         focus/selection back to previously selected node.  This matches
11214         MS, and makes the tree a lot more useable.
11215         * GroupBox.cs: Instead of drawing over the lines of the groupbox,
11216         use clipping so they are not drawn.  This fixes when the control
11217         is set to have a transparent background, or if it was over an
11218         image.
11219
11220 2006-09-01  Alexander Olk  <alex.olk@googlemail.com>
11221
11222         * MimeIcon.cs: Improved handling for reading default icons when
11223           using gnome (2.16 made it necessary). Check and read svg icons
11224           first, then 48x48 and then 32x32 icons.
11225
11226 2006-08-31  Chris Toshok  <toshok@ximian.com>
11227
11228         * DataGridTextBoxColumn.cs: only hide the textbox if it's still
11229         visible.
11230
11231         * DataGridTextBox.cs: Pass Tab's up to the datagrid by calling
11232         ProcessKeyPreview.  Fixes part of #77806.
11233
11234         * DataGrid.cs: big patch.
11235
11236         - revert the queueing up of DataSource/DataMember if inside
11237         BeginInit/EndInit calls.  That's not the way the datagrid achieves
11238         its delayed databinding.  Instead, call SetDataSource in
11239         OnBindingContextChanged.  This mimic's MS's behavior, and fixes
11240         #78811.
11241
11242         - Also, it wasn't mentioned in #78811, but the test case exhibits
11243         behavior that was lacking in our datagrid implementation - Columns
11244         that have mapping names that don't exist in the datasource's
11245         properties aren't shown.  Yuck.  To fix this I added the bound
11246         field to the column style, and basically any calculation to figure
11247         out anything about columns uses a loop to find the bound columns.
11248         still need to investigate if I can cache an array of the bound
11249         columns or if the indices must be the same.
11250
11251         - When setting CurrentCell, we no longer abort if the cell being
11252         edited was in the add row.  This fixes the other part of #77806.
11253
11254         - The new code also fixes #78807.
11255         
11256         * ThemeWin32Classic.cs: perpetrate the same disgusting
11257         column.bound field hack, and only render bound fields.
11258
11259 2006-08-31  Chris Toshok  <toshok@ximian.com>
11260
11261         * DataGridColumnStyle.cs: add bound field.  this field is true if
11262         the datasource has a property corresponding to the mapping name.
11263
11264         * DataGridTableStyle.cs: set the bound field on the column styles
11265         depending on whether or not we have a column for that property.
11266
11267 2006-08-31  Peter Dennis Bartok  <pbartok@novell.com> 
11268
11269         * Splitter.cs (SetBoundsCore): Don't ignore width/height of the 
11270           splitter control (fixes #79228)
11271
11272 2006-08-31  Chris Toshok  <toshok@ximian.com>
11273
11274         * DataGridColumnStyle.cs: we need to delay the assignment of
11275         property descriptor until the last possible moment due to the lazy
11276         databinding stuff in the datagrid.  Also, fix the exceptions
11277         thrown by CheckValidDataSource to match MS.
11278
11279 2006-08-31  Jackson Harper  <jackson@ximian.com>
11280
11281         * Form.cs: When activated select the active control, if there is
11282         no active control, we select the first control.
11283         * XplatUIX11.cs: If there is no focus control when we get a
11284         FocusIn event, find the toplevel form and activate it.  This
11285         occurs when you popup a window, it becomes the focus window, then
11286         you close that window, giving focus back to the main window.
11287
11288 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11289
11290         * MonthCalendar.cs: 
11291         * ThemeWin32Classic.cs: Cache Font in bold style, as well
11292         as StringFormat with Center alignments in MonthCalendar,
11293         instead of creating new ones when drawing the control. 
11294         Also, draw the month name in bold style.
11295
11296 2006-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
11297
11298         * Control.cs:
11299           - PerformLayout(): It would seem MS performs the fill even if the 
11300             control is not visible (part of #79218 fix)
11301           - ResetBackColor(): Use the setter to reset the color, to allow
11302             overriders to catch the change.
11303         * Form.cs:
11304           - .ctor: Call UpdateBounds to adjust client rectangle (part of #79218 fix)
11305           - CreateHandle(): dito (part of $79218 fix)
11306           - Don't set an icon if we have a dialog
11307         * ScrollableControl.cs:
11308           - set_AutoScrollMinSize: Setting the property enables AutoScroll (#79218)
11309           - ScrollIntoView(): No need to scroll if control is already visible
11310             (resolves fixme and fixes #79218)
11311
11312 2006-08-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11313
11314         * MonthCalendar.cs: Change proportions in SingleMonthSize
11315         to match the aspect of the original control.
11316
11317 2006-08-29  Alexander Olk  <alex.olk@googlemail.com>
11318
11319         * XplatUIX11.cs: Fix for a metacity/X problem where windows don't
11320           get updated when they get maximized.
11321
11322 2006-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
11323
11324         * XplatUIX11.cs: Handle windows with no border (Fixes part of #79160)
11325
11326 2006-08-29  Chris Toshok  <toshok@ximian.com>
11327
11328         * XplatUIX11.cs: when destroying the FocusWindow, send KILLFOCUS.
11329
11330 2006-08-29  Jackson Harper  <jackson@ximian.com>
11331
11332         * TreeView.cs: Need to track selected node and highlighted node,
11333         they aren't always the same thing, when the mouse is down on a
11334         node it is hilighted, but not selected yet.
11335         - Do the HideSelection stuff right
11336         - Need to focus on rbutton mouse down. And redraw selection when
11337         right click is mouse upped.
11338
11339 2006-08-29  Mike Kestner  <mkestner@novell.com>
11340
11341         * ThemeWin32Classic.cs: draw selections for columns in FullRowSelect
11342         when SubItems.Count < Columns.Count.  [Fixes #79167]
11343
11344 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com> 
11345
11346         * TextControl.cs (FindCursor): Fix math error (Fixes #78402)
11347
11348 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com>
11349
11350         * XplatUIX11.cs: Preempt the roundtrip for getting the location back
11351           from X. Only send based on ConfigureNotify if we don't have the
11352           correct location in hwnd (if the window manager moved us)
11353
11354 2006-08-28  Mike Kestner  <mkestner@novell.com>
11355
11356         * ListView.cs: remove a TODO. 
11357         * ThemeWin32Classic.cs: implement HideSelection support for ListView.
11358         [Fixes ListView part of #79166]
11359
11360 2006-08-28  Mike Kestner  <mkestner@novell.com>
11361
11362         * ListView.cs: move wheel handler to parent since it is focused
11363         instead of the item_control now.  [Fixes #79177]
11364
11365 2006-08-28  Mike Kestner  <mkestner@novell.com>
11366
11367         * ThemeWin32Classic.cs: only highlight subitems in fullrowselect
11368         when the control is focused. [Fixes #79171]
11369
11370 2006-08-28  Mike Kestner  <mkestner@novell.com>
11371
11372         * ListView.cs: size the item and header controls for empty and
11373         unscrollable views.
11374         * ThemeWin32Classic.cs: draw disabled backgrounds.
11375         [Fixes #79187]
11376
11377 2006-08-28  Chris Toshok  <toshok@ximian.com>
11378
11379         * Form.cs: remove unused "active_form" static field.
11380
11381         * Hwnd.cs: lock around accesses to static windows collection.
11382
11383         * Application.cs: lock threads in Exit ().
11384
11385 2006-08-28  Chris Toshok  <toshok@ximian.com>
11386
11387         * NativeWindow.cs: lock around accesses to window_collection.
11388         
11389 2006-08-28  Chris Toshok  <toshok@ximian.com>
11390
11391         * Control.cs: err, fix this the right way, by locking on controls
11392         when using it.  not by making it synchronized.
11393
11394 2006-08-28  Chris Toshok  <toshok@ximian.com>
11395
11396         * Control.cs: make the static "controls" field synchronized, as it
11397         gets updated from multiple threads.
11398
11399 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
11400
11401         * XplatUIX11.cs: PostQuitMessage is thread-specific not app-specific.
11402           Prevent other threads from exiting when calling thread sets quit state.
11403         * XEventQueue.cs: Added PostQuitState property
11404
11405 2006-08-27  Chris Toshok  <toshok@ximian.com>
11406
11407         * AsyncMethodData.cs: add a slot for the window handle.
11408
11409         * XplatUIX11.cs (SendAsyncMethod): send the event to the right
11410         window (the destination control's window, not the foster window).
11411
11412         * Control.cs (BeginInvokeInternal): store the window's handle in
11413         the AsyncMethodData.
11414         
11415
11416 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
11417
11418         * XplatUIX11.cs:
11419           - PostQuitMessage: Removed resetting S.D display handle, we might have
11420             another loop started after calling PostQuitMessage (Fixes #79119)
11421           - Created destructor to reset S.D handle
11422
11423 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com> 
11424
11425         * XplatUIX11.cs (SetCursor): Issue flush after setting the cursor (#79168)
11426
11427 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
11428
11429         * TextControl.cs (Insert): Update the caret position even if we don't
11430           have a handle yet, just don't call the driver in that case.
11431         * TextBoxBase.cs (set_SelectedText): Set the Start and End selection
11432           to the end of the new selection text (Fixes #79184)
11433
11434 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
11435
11436         * Form.cs (Activate): Only activate if the handle is created)
11437         * Control.c:
11438           - Mark window as invisible when it's disposed
11439           - Check if window handle is created when setting window visible, 
11440             instead of relying just on the is_created variable
11441           - Check if object is disposed when creating the control (Fixes #79155)
11442
11443 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
11444
11445         * ScrollableWindow.cs (ScrollWindow): Don't actually perform layouting
11446           when allowing layout again. Otherwise we re-generate the anchoring 
11447           distance to the border again and actually alter what the user wanted
11448           This is ugly, it'd be better if we used DisplayRectangle instead of
11449           ClientRectangle for Control.UpdateDistances, but that causes us to
11450           have other problems (initial anchoring positons would be wrong)
11451           (Fixes #78835)
11452
11453 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
11454
11455         * Control.cs:
11456           - The size and location setters shouldn't go directly to 
11457             SetBoundsCore, but to SetBounds, which triggers layout on the
11458             parent, then calls SetBoundsCore. (Related to fix for #78835)
11459           - SetBounds: Moved actual location update code into this function
11460             from SetBoundsCore, to match MS. Added call to PerformLayout if
11461             we have a parent (to trigger resizing of anchored parents if the 
11462             child size has changed (see testcase for #78835) 
11463         * ListBox.cs, Form.cs: Call SetBounds instead of SetBoundsCore to match 
11464           new control code
11465         * ScrollableControl.cs (CalculateCanvasSize): Use shortcut variable
11466
11467 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
11468
11469         * XplatUIX11.cs: Don't reset the DisplayHandle that's stored in
11470           System.Drawing when a toplevel window gets closed; there might
11471           be other toplevel windows belonging to the same app (Fixes #78052)
11472
11473 2006-08-26  Alexander Olk  <alex.olk@googlemail.com>
11474
11475         * FileDialog.cs: After reading FileDialog settings from mwf_config
11476           use Desktop prefix only if a real folder doesn't exist anymore.
11477         * FontDialog.cs: Added char sets.
11478           It is now possible to select the font, size or style with the
11479           textboxes.
11480
11481 2006-08-25  Kornél Pál  <kornelpal@gmail.com>
11482
11483         * PrintPreviewDialog.cs: Use assembly name constants.
11484
11485 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
11486
11487         * XplatUIWin32.cs (ScrollWindow): Use clipping rectangle arg (prevents
11488           scrollbar from whacking it's buttons)
11489
11490 2006-08-24  Chris Toshok  <toshok@ximian.com>
11491
11492         * ScrollableControl.cs: fix #78271.  There's a lot of misc stuff
11493         in this patch (aggregating setting Left/Top/Width/Height to
11494         setting Bounds on the scrollbars), but the crux of the fix is in
11495         Recalculate, where we scroll by the remaining scroll_position if
11496         we're hiding a scrollbar.  The 2*$5 reward in the comment is
11497         serious.
11498
11499 2006-08-24  Jackson Harper  <jackson@ximian.com>
11500
11501         * MdiClient.cs:
11502         * MdiWindowManager.cs: If the form is made a non-mdi window we
11503         need to remove the form closed event so that closing forms works
11504         correctly.
11505
11506 2006-08-24  Jackson Harper  <jackson@ximian.com>
11507
11508         * Control.cs: Make IsRecreating internal so that the driver can
11509         check it
11510         - Temporarily remove the Hide when controls are removed, its
11511         making a whole bunch of things not work because visibility isn't
11512         getting reset elsewhere correctly
11513         * Form.cs: Need to do a full handle recreation when the mdi parent
11514         is set.
11515         * XplatUIX11.cs: If we are recreating handles don't dispose the
11516         HWNDs.  What was happening is the handles were being recreated in
11517         SendWMDestroyMessages, but then flow continued on in that method
11518         and destroyed the new handles.
11519
11520 2006-08-23  Jackson Harper  <jackson@ximian.com>
11521
11522         * Form.cs: MdiClient is always at the back of the bus
11523         * Control.cs: When the order of items in the collection is changed
11524         we need to reset the all_controls array
11525         - do the same sorta setup thats done when adding a control when a
11526         control is set on the collection.
11527
11528 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
11529
11530         * TextBoxBase.cs (get_Text): Return an empty array if our document
11531           is empty (fixes #79052)
11532
11533 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
11534
11535         * Control.cs: We should call IsInputChar on only on WM_CHAR but not
11536           on WM_SYSCHAR messages (fixes #79053)
11537
11538 2006-08-23  Chris Toshok  <toshok@ximian.com>
11539
11540         * DataGrid.cs: fix flickering when scrolling vertically.
11541
11542 2006-08-23  Chris Toshok  <toshok@ximian.com>
11543
11544         * DataGrid.cs (EndEdit): only invalidate the row header when we
11545         need to.
11546
11547 2006-08-23  Chris Toshok  <toshok@ximian.com>
11548
11549         * ThemeWin32Classic.cs: fix the clip munging of the datagrid paint
11550         methods.  fixes the flicker when scrolling around.
11551
11552 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
11553
11554         * FileDialog.cs: Making sure the control is created before we get a 
11555           chance to use it with BeginInvoke (Fixes #79096)
11556
11557 2006-08-23  Chris Toshok  <toshok@ximian.com>
11558
11559         * ThemeWin32Classic.cs (DataGridPaintRows): calculate the proper
11560         width to use when painting the rows.
11561
11562 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
11563
11564         * TextBoxBase.cs:
11565           - Throw ArgumentException if a negative value is passed to SelectionLength
11566           - Update the selection end if start is moved. end needs to be always
11567             after start. (Fixes #79095)
11568           - Track selection length; MS keeps the selection length even if start
11569             is changed; reset on all other operations affection selection
11570
11571 2006-08-22  Jackson Harper  <jackson@ximian.com>
11572
11573         * TreeView.cs: Make sure both scrollbars get displayed and sized
11574         correctly when the other bar is visible.
11575         - Use the original clip rectangle for checking if the area between
11576         the two scrollbars is visible, not the viewport adjusted clipping
11577         rectangle.
11578
11579 2006-08-22  Jackson Harper  <jackson@ximian.com>
11580
11581         * Binding.cs: We don't use IsBinding because it requires the
11582         control to be created, which really shouldn't be necessary just to
11583         set a property on the control.
11584
11585 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11586
11587         * ComboBox.cs: Some CB.ObjectCollection methods must throw
11588         ArgumentNullReferenceException when the argument is null.
11589
11590 2006-08-21  Jackson Harper  <jackson@ximian.com>
11591
11592         * Timer.cs: Track the thread that the timer is started in (NOT
11593         CREATED), this way messages for it will only be triggered on its
11594         queue.
11595         * XEventQueue.cs: Track the timers here, this makes timers per
11596         thread, like MS.
11597         * XplatUIX11.cs: The timers are moved to the XEventQueue.
11598
11599 2006-08-19  Chris Toshok  <toshok@ximian.com>
11600
11601         * XplatUIX11.cs: after further communication with pdb, we get the
11602         best of both worlds.  SetZOrder working for un-Mapped windows, and
11603         no X errors for un-mapped windows.
11604
11605 2006-08-19  Chris Toshok  <toshok@ximian.com>
11606
11607         * XplatUIX11.cs (SetZOrder): remove the if (!hwnd.mapped) check,
11608         as it was causing pdn toolbars to not have the correct stacking.
11609
11610 2006-08-18  Mike Kestner  <mkestner@novell.com> 
11611
11612         * ListView.cs : guard against negative ClientArea.Width in scrollbar
11613         calculation.  Not sure why control should ever be setting a negative
11614         width though.  Fixes #78931.
11615
11616 2006-08-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11617
11618         * ComboBox.cs: Throw ArgumentNullException when adding/modifyng
11619         null items in ObjectCollection class.
11620         * ListBox.cs.: Likewise.
11621
11622 2006-08-18  Atsushi Enomoto  <atsushi@ximian.com>
11623
11624         * ThemeNice.cs, ThemeClearlooks.cs : remove RadioButton_DrawFocus()
11625           as the base method in ThemeWin32Classic should work fine.
11626           Fixed bug #78607.
11627
11628 2006-08-18  Jackson Harper  <jackson@ximian.com>
11629
11630         * Binding.cs: When validating if the value entered doesn't convert
11631         properly reset to the old value.
11632         * RadioButton.cs: Don't fire click when we get focus.
11633
11634 2006-08-18  Jackson Harper  <jackson@ximian.com>
11635
11636         * FileDialog.cs: Paint the selection on the directory combobox the
11637         same way as on MS. 
11638
11639 2006-08-17  Jackson Harper  <jackson@ximian.com>
11640
11641         * ErrorProvider.cs: Don't allow the error control to be selected.
11642         * Control.cs: Don't send the SetFocus messages, the control
11643         activation will do this, and if we do it blindly here validation
11644         does not work.
11645
11646 2006-08-17  Jackson Harper  <jackson@ximian.com>
11647
11648         * Control.cs:
11649         * ContainerControl.cs: Make validation events fire in the correct
11650         order.  TODO: For some reason the first validation event is not
11651         getting fired.
11652
11653 2006-08-17  Mike Kestner  <mkestner@novell.com> 
11654
11655         * ComboBox.cs : some null guarding for ComboListBox.Scroll.
11656
11657 2006-08-17  Mike Kestner  <mkestner@novell.com> 
11658
11659         * ComboBox.cs : implement scroll wheel support for popped-down
11660         state. Fixes #78945. 
11661
11662 2006-08-17  Jackson Harper  <jackson@ximian.com>
11663
11664         * TreeView.cs: Specify treeview actions (old patch that didn't get
11665         committed for some reason).
11666         - Don't let the mouse wheel scroll us too far.  Just want to make
11667         the bottom node visible, not scroll it all the ways to the top.
11668
11669 2006-08-17  Jackson Harper  <jackson@ximian.com>
11670
11671         * XplatUIX11.cs: Mouse wheel events go to the focused window.
11672
11673 2006-08-17  Mike Kestner  <mkestner@novell.com> 
11674
11675         * ComboBox.cs : don't do mouseover selection in simple mode.
11676
11677 2006-08-16  Jackson Harper  <jackson@ximian.com>
11678
11679         * Form.cs: Fire the closing events for all the mdi child windows
11680         when a window is closed.  If the cancel args are set to true, the
11681         main window still gets the event fired, but it doesn't not close.
11682         * MdiWindowManager.cs: Do this closing cleanup in a Closed
11683         handler, instead of when the button is clicked, so cancelling the
11684         close works correctly.
11685         * ComboBox.cs: Send the mouse down to the scrollbar.
11686
11687 2006-08-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11688
11689         * ListBox.cs: When passing 'null' to SelectedItem,
11690         set SelectedIndex to -1, to unselect items. This is the
11691         observed behaviour in .Net.
11692
11693 2006-08-16  Peter Dennis Bartok  <pbartok@novell.com> 
11694
11695         * TextBoxBase.cs: Overriding HandleClick to get clicks in spite of
11696           MS flags saying there won't be any. (fixes #78800)
11697         * Control.cs (HandleClick): Made virtual
11698
11699 2006-08-16  Atsushi Enomoto  <atsushi@ximian.com>
11700
11701         * PageSetupDialog.cs : use Yard-Pound units only in en-GB and en-US
11702           cultures. Fixed bug #78399.
11703
11704 2006-08-16  Jackson Harper  <jackson@ximian.com>
11705
11706         * Form.cs: Use the MdiClients MdiChildren property to access
11707         MdiChildren instead of creating the array from the child controls.
11708         * MdiClient.cs: Maintain a separate array of the mdi children, so
11709         that insertion order is maintained when the Z-order is changed.
11710
11711 2006-08-16  Mike Kestner  <mkestner@novell.com> 
11712
11713         * ListView.cs : add an ItemComparer and default to it for sorting.
11714         Fixes #79076, but sorting needs a complete overhaul to be compat with
11715         MS.
11716
11717 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
11718
11719         * XplatUIX11.cs (SetZOrder): Fix debugging leftover (fixes #79080)
11720
11721 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
11722
11723         * Hwnd.cs (Mapped): Properly traverse the tree
11724
11725 2006-08-15  Chris Toshok  <toshok@ximian.com>
11726
11727         * Binding.cs: fix PullData/SetPropertyValue.  We don't want to
11728         pass manager.Current.GetType() to ParseData.  It has to be the
11729         property type.  So, hold off doing the ParseData until we're in
11730         SetPropertyValue where we know the type.  This fixes the crash in
11731         #78821 but the textbox is still empty.
11732
11733 2006-08-15  Chris Toshok  <toshok@ximian.com>
11734
11735         * DataGrid.cs:
11736         - when we're scrolling, only call Edit() again if the
11737         current cell is still unobscured. Fixes bug #78927.
11738         - when handling mousedown on a cell, ensure the cell is visible
11739         before calling Edit.
11740         - remove the properties from DataGridRow, and remove the
11741         DataGridParentRow class altogether.
11742         
11743
11744 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
11745
11746         * TextBoxBase.cs (set_Text): Don't use base.Text, instead just
11747           fire OnTextChanged by ourselves. There's no point calling base,
11748           we don't set the base value anywhere else. Fixes #78773.
11749
11750 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11751
11752         * ListBox.cs: Call CollectionChanged when modifying
11753         an item from Items indexer, to update the actual items
11754         in the list box.
11755
11756 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11757
11758         * PrintDialog.cs: Small fixes for focus and a pair of checks,
11759         to match .Net behaviour.
11760
11761 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
11762
11763         * XplatUIX11.cs (SetZOrder): Handle raising toplevel windows
11764
11765 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
11766
11767         * Control.cs: Handle BringToFront for toplevel windows (Fixes #78737)
11768
11769 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
11770
11771         * MessageBox.cs: Prevent potential NRE exception.
11772         * TextBoxBase.cs: AutoSize only applies if MultiLine is false. Fixes #78889
11773
11774 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
11775
11776         * MessageBox.cs: Calculate the owner of a messagebox, also make
11777           it topmost. Fixes #78753
11778
11779 2006-08-14  Chris Toshok  <toshok@ximian.com>
11780
11781         * XplatUIX11.cs: A couple of fixes so that metacity will let us
11782         programmatically move windows.  first, set the PPosition hint as
11783         well as the USPosition hint.  Second include some code from pdb
11784         that sets the window type to NORMAL when we set the transient for
11785         hint.  This is because, in the absence of a window type, metacity
11786         thinks any window with TransientFor set is a dialog, and refuses
11787         to let us move it programmatically.  fascists.
11788
11789 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
11790
11791         * XplatUIX11.cs: When setting normal hints, take into consideration
11792           an different hints previously set so we don't delete them (fixes #78866)
11793
11794 2006-08-12  Chris Toshok  <toshok@ximian.com>
11795
11796         * ToolBarButton.cs: make Layout return a boolean, if something to
11797         do with the button's layout changed.
11798
11799         * ToolBar.cs:
11800         - add another parameter to Redraw, @force, which all existing
11801           calls set to true.
11802         - make the Layout function return a boolean which is true if the
11803           layout has actually changed.  Redraw now uses this (and @force)
11804           to determine when to invalidate.  At present the only place
11805           where @force can be false is the call from OnResize, when
11806           background_image == null.  So, resizing a toolbar when the
11807           layout doesn't change results in no drawing.
11808
11809 2006-08-12  Chris Toshok  <toshok@ximian.com>
11810
11811         * ThemeWin32Classic.cs: fix the bottom right corner painting.  had
11812         the VScrollBar and HScrollbar reversed.  oops.
11813
11814         * DataGrid.cs: fix the logic that assigns sizes to the implicit
11815         scrollbars.  we were assigning them twice (once in
11816         Calc{Horiz,Vertical}Scrollbar, and once in CalcGridAreas),
11817         therefore causing two scrollbar resizes (and redraws?) to happen
11818         per grid resize.
11819
11820 2006-08-12  Chris Toshok  <toshok@ximian.com>
11821
11822         * ToolBarButton.cs: redraw the entire button if the theme tells us
11823         to.
11824
11825         * Theme.cs: add ToolBarInvalidateEntireButton.
11826
11827         * ThemeWin32Classic.cs: we don't need to redraw the entire toolbar
11828         buttons, just the border.
11829
11830         * ThemeNice.cs: redraw the entire toolbar button since we need to
11831         draw the highlight image.
11832
11833         * ThemeClearlooks.cs: the rounded corners of toolbar buttons mean
11834         we need to redraw the entire button (not just the border).
11835
11836 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
11837
11838         * TextBoxBase.cs (CalculateScrollbars): Set the proper thumb size
11839           for vertical bars. Fixes the mismatches shown by #78513
11840
11841 2006-08-11  Alexander Olk  <alex.olk@googlemail.com>
11842
11843         * FileDialog.cs: If a saved/remembered path doesn't exist
11844           anymore, fall back to "Desktop".
11845
11846 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
11847
11848         * Form.cs (CreateParams): Don't use Parent.Handle unless we have a
11849           parent. It's apparently legal to not have one
11850         * XplatUIX11.cs:
11851           - SetZOrder: Don't try to set Z-Order on an unmapped window
11852           - CreateWindow: 0,0 are legal coordinates for a window. don't move
11853             it unless the coordinates are negative
11854
11855 2006-08-10  Mike Kestner  <mkestner@novell.com>
11856
11857         * ListControl.cs: allow null for DataSource.  Clear DisplayMember
11858         when setting to null per msdn docs.  Fixes #78854.
11859
11860 2006-08-10  Chris Toshok  <toshok@ximian.com>
11861
11862         * Menu.cs, MainMenu.cs, MenuAPI.cs: get rid of most of the
11863         flickering by setting a clip rectangle on the Graphics when we
11864         need to redraw just a particular menuitem.  Also, rename "OnClick"
11865         to "OnMouseDown" to reflect what it actually is.
11866         
11867         * Form.cs: track the OnMouseDown change.
11868
11869 2006-08-10  Peter Dennis Bartok  <pbartok@novell.com>
11870
11871         * CommonDialog.cs: Properly inherit the CreateParams from the form
11872           and only change what we need. Fixes #78865
11873
11874 2006-08-10  Chris Toshok  <toshok@ximian.com>
11875
11876         * ToolBar.cs, ToolBarButton.cs: fix the redraw-on-highlight
11877         flickering in flat mode (and most of the flickering in general) by
11878         only invalidating the button border (and not the entire rectangle)
11879         when the state changes.  A couple of cases still flicker:
11880         ToggleButtons, and the dropdown arrow case when the user mouse
11881         ups.
11882
11883 2006-08-10  Alexander Olk  <alex.olk@googlemail.com>
11884
11885         * X11Keyboard.cs: Fixed handling of the Del key on the cursorblock
11886           for german keyboards. Numlock state shouldn't affect the behaviour
11887           of the Del key. Fixes bug #78291.
11888
11889 2006-08-10  Chris Toshok  <toshok@ximian.com>
11890
11891         * ListControl.cs: remove the items.Clear line from BindDataItems,
11892         as this is the first thing done by both subclasses in their
11893         SetItemsCore overrides.  Also, add a ItemChanged handler, and when
11894         passed -1, refresh the list.  This gets databinding working when
11895         the datasource is set on the list before the datasource is
11896         populated (as in wf-apps/ReportBuilder.)
11897
11898         * ComboBox.cs: remove the argument to BindDataItems.  This call
11899         should really go away, and be initiated by the ListControl code.
11900
11901         * ListBox.cs: same.
11902
11903 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
11904
11905         * TextControl.cs (Document.ctor): Initialize caret so we don't crash
11906           if no data is in the document when the control is displayed
11907
11908 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com> 
11909
11910         * TextBoxBase.cs: Don't try moving the caret if we don't have a window
11911           yes (fixes #78806)
11912         * TextControl.cs: 
11913           - PositionCaret: Allow positioning of caret but don't call methods 
11914             requiring a handle if the window isn't created yet
11915           - CharIndexToLineTag: Fix ending loop early error. Lines is 1 based
11916           - owner_HandleCreated: Don't position the caret, just update it's 
11917             location. User might have already set a different position
11918
11919 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
11920
11921         * XplatUIWin32.cs: Don't use the desktop as basis for foster-parented
11922           windows. Screws up the returned coordinates for child windows. 
11923           Fixes #78825. I'm hoping this doesn't break something, since the
11924           code was explicitly put in 8 months ago, but no bug was attached.
11925           Menus still seem to work properly.
11926
11927 2006-08-08  Chris Toshok  <toshok@ximian.com>
11928
11929         * DataGrid.cs: make BeginInit/EndInit actually do what they're
11930         supposed to do - delay data binding until the EndInit call.  Also,
11931         make the table style collection's CollectionChangeAction.Refresh
11932         work properly.
11933
11934         * GridTableStylesCollection.cs: raise a CollectionChangeEvent
11935         (with action = Refresh) when a consituent table's MappingName is
11936         changed.
11937
11938 2006-08-08  Chris Toshok  <toshok@ximian.com>
11939
11940         * ToolBarButton.cs: in set_Text, call Parent.Redraw, not
11941         Invalidate, since changing the text can change the size of the all
11942         toolbar buttons.
11943
11944 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
11945
11946         * Form.cs (AddOwnedForm): Still need to add the form to our listif
11947           we don't have it yet
11948
11949 2006-08-08  Chris Toshok  <toshok@ximian.com>
11950
11951         * PrintControllerWithStatusDialog.cs: don't .Close() the status
11952         dialog, as this causes X errors later on, since we actually
11953         destroy the window.  Instead, .Hide() it.
11954
11955 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
11956
11957         * ComboBox.cs: Added focus reflection for popup window
11958         * XplatUIX11.cs: 
11959           - Removed transient setting for non-app windows for now, not sure it
11960             was needed
11961           - Fixed logic checking if we have captions when deciding 
11962             override_redirect, WS_CAPTION is two bits and a 0 check was not
11963             sufficient
11964           - Removed the WINDOW_TYPE stuff, it was unneeded and making things
11965             complicated
11966         * Form.cs: 
11967           - AddOwnedForm: Don't just add the form to the list, call the property
11968             to ensure the driver is informed about the ownership as well
11969           - CreateHandle: Set the TopMost status in the driver if we have an owner
11970         * XplatUI.cs: Fixed debug statement
11971
11972 2006-08-08  Jonathan Pobst <monkey@jpobst.com>
11973         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
11974           GroupBoxRenderer.cs, ProgressBarRenderer.cs, RadioButtonRenderer.cs,
11975           ScrollBarRenderer.cs, TabRenderer.cs, TextBoxRenderer.cs, 
11976           TrackBarRenderer.cs: Make constructor private.
11977         * ProfessionalColors.cs, ProfessionalColorTable.cs: Fix misnamed properties.
11978         * ProfessionalColorTable.cs: Make properties virtual.
11979
11980 2006-08-06  Duncan Mak  <duncan@novell.com>
11981
11982         * NumericUpDown.cs (Value): Don't call OnValueChanged if the value
11983         is not changing.
11984
11985 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
11986         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
11987           GroupBoxRenderer.cs, ProfessionalColors.cs, ProfessionalColorTable.cs,
11988           ProgressBarRenderer.cs, RadioButtonRenderer.cs, ScrollBarRenderer.cs,
11989           TabRenderer.cs, TextBoxRenderer.cs, TextRenderer.cs, TrackBarRenderer.cs:
11990           Initial import of new 2.0 classes.
11991
11992 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
11993         * Application.cs: Add 2.0 VisualStyles properties.
11994
11995 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
11996         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
11997           XplatUIX11.cs: Create property to allow access to existing private
11998           variable "themes_enabled"
11999
12000 2006-08-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12001
12002         * ImageListStreamer.cs: generate the MemoryStreams with the exact BMP
12003         file size, as otherwise our class libraries fail using windows. Fixes
12004         bug #78759.
12005
12006 2006-08-04  Jackson Harper  <jackson@ximian.com>
12007
12008         * Form.cs:
12009         * XplatUIX11.cs: Move the toolwindow window manager creation into
12010         the X11 driver, this way on win32 we can let windows create/handle
12011         the toolwindows.
12012
12013 2006-08-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12014
12015         * PrintDialog.cs: Remove some redundant checks, add some others,
12016         clean some code, and move the focus to the text boxes when the
12017         values are incorrect.
12018
12019 2006-08-04  Alexander Olk  <alex.olk@googlemail.com>
12020
12021         * FontDialog.cs: Remove Form.MinimumSize. It's not needed.
12022
12023 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
12024
12025         * NumericUpDown.cs: Setting the Minimum and Maximum is now
12026           handled correctly. Fixes bug #79001.
12027
12028 2006-08-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12029
12030         * PrintDialog.cs: The "Copies" numeric up down must have
12031         set the Minimum property to 1; only if the value is bigger
12032         than 1, activate "Collate" check box. This is the behaviour of .Net.
12033         Also modify the Document elements only if it is not null.
12034
12035 2006-08-03  Jackson Harper  <jackson@ximian.com>
12036
12037         * TreeNodeCollection.cs: Fix copyto to use the correct nodes
12038         length. (We have a larger array then actual node count).
12039                 
12040 2006-08-03  Jackson Harper  <jackson@ximian.com>
12041
12042         * ComboBox.cs: Don't show selection by default.
12043         - The SelectAll isn't needed here, since the focus code should do
12044         that
12045         - DDL style lists to manual selection drawing, so when they
12046         get/lose focus they have to invalidate.
12047
12048 2006-08-03  Peter Dennis Bartok  <pbartok@novell.com>
12049
12050         * TextBoxBase.cs: Don't always show all selections by default.
12051
12052 2006-08-03  Jonathan Pobst  <monkey@jpobst.com>
12053         * ControlUpdateMode.cs, DataSourceUpdateMode.cs,
12054           HelpNavigator.cs, WebBrowserEncryptionLevel.cs:
12055           Fixed various typos.
12056
12057 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
12058
12059         * Control.cs: Removing the controls in a ControlCollection with
12060           Clear now hides the controls as expected. Fixes bug #78804. 
12061
12062 2006-08-03  Jackson Harper  <jackson@ximian.com>
12063
12064         * Control.cs: Revert previous focus patch, it breaks reflector.
12065
12066 2006-08-03  Jackson Harper  <jackson@ximian.com>
12067
12068         * ComboBox.cs: Cleanup selection and focus with the combobox.
12069         This also eliminates some duplicated keyboard code, since now
12070         everything is handled by the main class.
12071         - Make list selection work on mouse up instead of down, to match
12072         MS.
12073
12074 2006-08-02  Jackson Harper  <jackson@ximian.com>
12075
12076         * Control.cs: Setting focus needs to go through the whole
12077         selection mechanism.
12078
12079 2006-08-02  Chris Toshok  <toshok@ximian.com>
12080
12081         * PrintPreviewDialog.cs: change MinimumSize to use
12082         base.MinimumSize so it works.
12083
12084 2006-08-02  Peter Dennis Bartok  <pbartok@novell.com>
12085
12086         * TextControl.cs:
12087           - UpdateCaret: Added sanity check in case caret isn't defined yet
12088           - Line.Delete: Now updating selection and caret markers if we're
12089             transfering a node (Properly fixes #78323)
12090           - SetSelectionEnd: Added sanity check
12091         * TextBoxBase.cs: Removed broken attempt to fix #78323
12092
12093 2006-08-01  Chris Toshok  <toshok@ximian.com>
12094
12095         * PrintPreviewDialog.cs: the CancelEventArgs stuff surrounding the
12096         Close() call is handled in Form, not here.
12097
12098 2006-08-01  Chris Toshok  <toshok@ximian.com>
12099
12100         * Theme.cs, ThemeWin32Classic.cs: fix the PrintPreviewControl
12101         layout/rendering.
12102
12103         * PrintPreviewDialog.cs: add scrollbars, and add an image cache
12104         for sizes < 100% zoom.  The code now aggressively attempts to keep
12105         from calling document.Print (), and tries not to use the scaling
12106         g.DrawImage whenever possible (it still does if you scale to >
12107         100%, since usually that involves huge images).
12108
12109         * PrintPreviewControl.cs: hook up the close button.
12110
12111 2006-08-01  Jonathan Pobst  <monkey@jpobst.com>
12112         * ColumnClickEventHandler.cs, DrawItemEventHandler.cs,
12113           ItemChangedEventHandler.cs, ItemCheckEventHandler.cs,
12114           ItemDragEventHandler.cs, LabelEditEventHandler.cs,
12115           LinkClickedEventHandler.cs, LinkLabelLinkClickedEventHandler.cs,
12116           MeasureItemEventHandler.cs, MethodInvoker.cs, PaintEventHandler.cs,
12117           PropertyTabChangedEventHandler.cs, PropertyValueChangedEventHandler.cs,
12118           SelectedGridItemChangedEventHandler.cs, ToolBarButtonClickEventHandler.cs:
12119           Removed [Serializable] for 2.0 Event Handlers.
12120
12121 2006-07-31  Jackson Harper  <jackson@ximian.com>
12122
12123         * TextBoxBase.cs: Make ShowSelection invalidate when changed.
12124         * TextControl.cs: Uncomment out the body of this method.
12125
12126 2006-07-31  Alexander Olk  <alex.olk@googlemail.com>
12127
12128         * XplatUIX11.cs: Use the correct cursor shapes for arrow and default
12129           standard cursors.
12130
12131 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
12132
12133         * TextBoxBase.cs: Added internal property ShowSelection to allow controls
12134           that embed TextBox and need selections visible even if textbox is not
12135           focused to enforce that behaviour.
12136         * TextControl.cs (Draw): Use ShowSelection instead of has_focus to determine
12137           selection drawing
12138
12139 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
12140
12141         * TextControl.cs:
12142           - Added new SetSelectionStart/SetSelectionEnd overloads
12143           - Fixed viewport width assignment to be accurate
12144           - Adjusted alignment line shift calculations to allow cursor on right
12145             aligned lines to be always visible at the right border (like MS)
12146         * TextBoxBase.cs:
12147           - SetBoundsCore: Re-adjust caret location after resize (Fixes #78323)
12148           - TextBoxBase_SizeChanged: recalculating canvas on size changes
12149           - CalculateScrollBars: Use ViewPort size instead of window size, to
12150             properly consider space occupied by the border and scrollbars 
12151             (Fixes #78661)
12152           - hscroll_ValueChanged, vscroll_ValueChanged: Fixed scroll 
12153             calculations; no longer leaves artifacts
12154           - CaretMoved: Adjusted window scrolling to match MS and fixed several
12155             calculation bugs (Still missing right/center align calculations)
12156
12157 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com> 
12158
12159         * XPlatUIWin32.cs: Made ScrollRectEx a bit more flexible, and removed
12160           use of both scroll rect and clip rect, as they do the same.
12161
12162 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
12163
12164         * Control.cs (WM_CHAR WndProc): 2.0 profile allows changing the key 
12165           in the event handler (fixes #78912)
12166
12167 2006-07-31  Chris Toshok  <toshok@ximian.com>
12168
12169         * ThemeWin32Classic.cs: use grid.RowsCount here instead of
12170         grid.ListManager.Count, since grid.ListManager might be null.
12171         This of course begs the question "why are we drawing rows for a
12172         grid with no list manager (and therefor no rows)?"  Fixes the
12173         crash in bug #78929.
12174
12175 2006-07-31  Chris Toshok  <toshok@ximian.com>
12176
12177         * RelatedPropertyManager.cs: Don't always chain up to the parent
12178         ctor.  instead, call SetDataSource if the parent's position is !=
12179         -1.  Fixes the crash in #78822.
12180
12181 2006-07-31  Chris Toshok  <toshok@ximian.com>
12182
12183         * DataGrid.cs (get_ListManager): use field instead of property
12184         accessors for datasource and datamember.
12185         (RowsCount): make internal again.
12186         (OnMouseDown): end edits before resizing columns/rows.
12187         (OnMouseUp): restart edits after resizing columns/rows.
12188
12189 2006-07-30  Peter Dennis Bartok  <pbartok@novell.com>
12190
12191         * XplatUIX11.cs: Default cursor cannot be 0 or it will not get set.
12192           This fixes the situation where the last set cursor is displayed
12193           whenever the mouse is over scrollbars.
12194
12195 2006-07-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12196
12197         * PrintDialog.cs: Fix the behaviour of PrinterSettings and
12198         Document properties, as well as initial values.
12199
12200 2006-07-29  Peter Dennis Bartok  <pbartok@novell.com>
12201
12202         * XplatUIWin32.cs (SetBorderStyle): Setting both border
12203           and ClientEdge results in a 3-pixel border, which is
12204           wrong.
12205
12206 2006-07-28  Jackson Harper  <jackson@ximian.com>
12207
12208         * TreeNodeCollection.cs: Fix the clear method.
12209         - Fix the Shrink also
12210
12211 2006-07-27  Jackson Harper  <jackson@ximian.com>
12212
12213         * TreeView.cs: Make sure the visible order is computed when we
12214         attempt to size the scrollbars (for trees that mess with the
12215         scrolling when they shouldn't.
12216         - Make sure to give the scrollbars valid values.
12217
12218 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
12219
12220         * XplatUIX11.cs: Move motion compression code to where it
12221           has less performance impact
12222
12223 2006-07-26  Jackson Harper  <jackson@ximian.com>
12224
12225         * UpDownBase.cs: When the control is selected make the child
12226         controls non selectable, so that a click on them won't do a
12227         focus/unfocus cycle.
12228         - Don't give focus to the text box when the spinner is selected.
12229         * XEventQueue.cs: Peek on both the x11 queue and the lock queue.
12230
12231 2006-07-26  Chris Toshok  <toshok@ximian.com>
12232
12233         * ThemeWin32Classic.cs: add print preview rendering.  I'm not
12234         satisfied with this solution.  If the bitmaps are small, we should
12235         just cache them in the PrintPreviewDialog and draw them here.
12236         Also, the layout is broken for the 2-up and 3-up cases.
12237
12238         * Theme.cs: add PrintPReviewControlPaint.
12239
12240         * PrintPreviewDialog.cs: first pass implementation.
12241
12242         * PrintPreviewControl.cs: first pass implementation.  No
12243         scrollbars yet.
12244
12245         * PrintDialog.cs: only validate fields if that particular portion
12246         of the UI is enabled.  Also, set the document's controller to a
12247         PrintControllerWithStatusDialog wrapping the document's print
12248         controller.
12249
12250         * PrintControllerWithStatusDialog.cs: if we're printing to a file,
12251         bring up a SaveFileDialog (i hope we don't want to match the
12252         behavior of the crappy windows file entry) and set the
12253         PrinterSettings.PrintFileName accordingly.
12254
12255 2006-07-26  Jackson Harper  <jackson@ximian.com>
12256
12257         * ContainerControl.cs: Add a field that disables auto selecting
12258         the next control in a container when the container is activated.
12259         * UpDownBase.cs: Don't select the text box when the up down is
12260         selected.
12261
12262 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
12263
12264         * XEventQueue.cs: Added methods for peeking (used for compression
12265           of successive events)
12266         * XplatUIX11.cs (GetMessage): We're now compressing consecutive
12267           mouse move events (fixes #78732)
12268
12269 2006-07-25  Jackson Harper  <jackson@ximian.com>
12270
12271         * UpDownBase.cs: Use an internal class for the textbox so that we
12272         can control focus.  the updown control should always have focus,
12273         if either the text area or the buttons are clicked.
12274         - Send the key messages to the textbox, since it never actually
12275         has focus
12276         - Activate and decativate the textbox caret.
12277
12278 2006-07-24  Jackson Harper  <jackson@ximian.com>
12279
12280         * Control.cs: Use the directed select when selecting a control,
12281         this way the container controls override will get called and the
12282         whole ActiveControl chain will get triggered.  TODO: probably need
12283         to make sure this gets done everywhere instead of the old
12284         Select(Control).
12285         * ContainerControl.cs: Implement the directed Select method to
12286         find and activate the correct child control.    
12287         
12288 2006-07-22  Mike Kestner  <mkestner@novell.com>
12289
12290         * Form.cs: use Control.MousePosition for NCLBUTTONDOWN in the menu
12291         menu handling code so that clicks without a grab work too.
12292         [Fixes #78914]
12293
12294 2006-07-22  Alexander Olk  <alex.olk@googlemail.com>
12295
12296         * FileDialog.cs: Enable the BackButton when dirstack has one element.
12297           Added some small optimizations.
12298
12299 2006-07-21  Matt Hargett  <matt@use.net>
12300
12301         * Control.cs: Implemented 2.0 MinimumSize/MaximumSize properties
12302
12303 2006-07-21  Peter Dennis Bartok  <pbartok@novell.com> 
12304
12305         * Control.cs (GetNextControl): Fixes to make all of Jackson's unit 
12306           tests pass and match MS in some strange border cases.
12307
12308 2006-07-21  Chris Toshok  <toshok@ximian.com>
12309
12310         * ThemeWin32Classic.cs: handle drawing of the relation links and
12311         parent row buttons.
12312
12313         * Theme.cs: change args to DataGridPaintParentRow.
12314
12315         * DataGrid.cs: Don't use controls for the relation links and
12316         parent buttons, so we have to handle all their interactions in
12317         MouseMove, MouseDown, MouseUp, etc.  Also, store a lot more stuff
12318         when we're navigating through child tables, so we can reinstate
12319         selection, expanded state, current cell, etc.
12320
12321 2006-07-20  Chris Toshok  <toshok@ximian.com>
12322
12323         * ToolBar.cs: When we redraw a button, for whatever reason,
12324         there's no reason to redraw the entire toolbar.  Also, don't call
12325         Control.Refresh from within Redraw, as it's much heavier than
12326         Invalidate (which is really what we want).
12327
12328 2006-07-20  Chris Toshok  <toshok@ximian.com>
12329
12330         * DataGrid.cs, CurrencyManager.cs, DataGridColumnStyle.cs,
12331         DataGridTextBoxColumn.cs, DataGridTextBox.cs,
12332         ThemeWin32Classic.cs, ListControl.cs: After staring at stack
12333         traces from within a debug IBindingList datasource
12334         (in mono/winforms/datagrid) for *days*, I've finally gotten things
12335         to work in a similar fashion.
12336
12337 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12338
12339         * ListBox.cs: Don't call Sort () when setting 
12340         the Sorted property to false (avoid an unnecessary sort).
12341
12342 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12343
12344         * ListControl.cs: DataSource should throw an ArgumentException
12345         instead of a normal exception when the argument is not of the 
12346         correct type.
12347
12348 2006-07-20  Mike Kestner  <mkestner@novell.com>
12349
12350         * Control.cs: add InternalPreProcessMessage to allow us to steal
12351         key events before MWF gets its paws on them.  Adapted from a
12352         suggestion by eno.
12353         * ToolBar.cs: add GotLostFocus handing for flat toolbars, with 
12354         up/down/left/right navigation. Override the new internal control
12355         method to steal the events since they never make it to WndProc.
12356         * ToolBarButton.cs: don't worry about pushed when setting hilight
12357         since the drawing code prefers pushed to hilight. Invalidate on 
12358         Hilight changes. Fixes #78547 and #78525.
12359
12360 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
12361
12362         * ScrollableControl.cs: Consider AutoScrollMinSize when calculating
12363           the canvas size. Fixes #78868
12364
12365 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com>
12366
12367         * Splitter.cs: Track requested split position until first layout
12368           is performed. Fixes #78871
12369
12370 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
12371
12372         * Application.cs: Removed code that forces 1.x for the version
12373           number if the version started with 0. Not sure why that code was
12374           there and I couldn't find any bugs that indicated we needed it.
12375           Fixes #78869
12376
12377 2006-07-20  Alexander Olk  <alex.olk@googlemail.com>
12378
12379         * ThemeWin32Classic.cs: Don't throw a NotImplementedException in
12380           ResetDefaults(), just write some output to the console until it's
12381           implemented. Fixes bug #78907 for now. Eliminated two warnings.
12382
12383 2006-07-19  Jonathan Chambers  <joncham@gmail.com>
12384
12385         * PropertyGridView.cs: set StartPosition of drop down forms
12386         so they appear in correct initial spot.  Fixes #78190.
12387
12388 2006-07-19  Mike Kestner  <mkestner@novell.com>
12389
12390         * ThemeWin32Classic.cs: use parent background color when drawing
12391         flat toolbars.  Restructure the conditionals to make sure non-flat
12392         non-Divider toolbars are filled too.  Fixes #78837.
12393
12394 2006-07-19  Mike Kestner  <mkestner@novell.com>
12395
12396         * ListBox.cs: Sort on collection changes even if the handle
12397         isn't created yet.  Fixes #78813.
12398
12399 2006-07-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12400
12401         * ListControl.cs: DisplayMember should never be null,
12402         and now we assign String.Empty when null is passed to it (this
12403         is the .Net way).
12404
12405 2006-07-17  Mike Kestner  <mkestner@novell.com>
12406
12407         * ListViewItem.cs: restructure Font and subitem Font handling 
12408         to hold a specific font and refer back to owner on null.
12409         Fixes #78761.
12410
12411 2006-07-17  Mike Kestner  <mkestner@novell.com>
12412
12413         * ToolBar.cs: bandaid for side-effect of previous patch which was
12414         discarding explicit heights for non-AutoSize toolbars.  Need to
12415         extend my format tester to deal with AutoSize=false. Fixes #78864.
12416
12417 2006-07-15  Jackson Harper  <jackson@ximian.com>
12418
12419         * LabelEditTextBox.cs:
12420         * TreeView.cs: Use a new LabelEdit class for node editing, this
12421         class automatically 'closes' itself when it gets the enter key or
12422         loses focus.
12423         - Use the client rectangle when setting the trees scrollbars, so
12424         border style is taken into account.
12425         
12426 2006-07-14  Jackson Harper  <jackson@ximian.com>
12427
12428         * TreeNode.cs:
12429         * TreeView.cs: Make the editing work similar to MSs, firing the
12430         events correctly and ending edits correctly.
12431
12432 2006-07-14  Mike Kestner  <mkestner@novell.com>
12433
12434         * ToolBarButton.cs:
12435         * ToolBar.cs: layout restructuring and redraw enhancements to support
12436         formatting changes gracefully, like setting TextAlign, ImageList, 
12437         ButtonSize, and Appearance.  Handles explicit button sizing quirks
12438         of the MS controls.  Things like flat toolbars ignoring button size
12439         but becoming constant sized at the largest button's size.  Normal
12440         toolbars with an image set cannot be shrunk smaller than the image,
12441         but text can be clipped/ignored.
12442         * ThemeWin32Classic.cs: don't draw text if text_rect height or width
12443         is zero.  Seems like DrawString should be smart enough to not put
12444         anything on screen though. Also trim labels and ellipsize at the char
12445         boundary, not word.
12446         Fixes #78711 and #78483.
12447
12448 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
12449
12450         * FolderBrowserDialog.cs: Disable "New Folder" button and
12451           "New Folder" contextmenu menuitem if a folder like "My Computer"
12452           is selected.
12453
12454 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
12455
12456         * FileDialog.cs: Don't create a new folder in "MyComputer" folder.
12457         * FolderBrowserDialog.cs:
12458           - Use MWFConfig to store and read size and position settings
12459           - Added code to create a new folder (button or context menu).
12460             Use TreeView labeledit to change the name of the new folder.
12461
12462 2006-07-14  Jackson Harper  <jackson@ximian.com>
12463
12464         * TreeView.cs: Raise the OnAfterLabelEdit event correctly.  Also,
12465         when the tree is scrolled we end editing.
12466
12467 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
12468
12469         * ThemeWin32Classic.cs: Fixed position of CPDrawScrollButton Up and
12470           Down arrows
12471
12472 2006-07-14  Jonathan Pobst  <monkey@ipobst.com> 
12473
12474         WebBrowserProgressChangedEventHandler.cs, BindingCompleteEventArgs.cs,
12475         BindingCompleteEventHandler.cs, BindingManagerDataErrorEventArgs.cs,
12476         BindingManagerDataErrorEventHandler.cs, CacheVirtualItemsEventArgs.cs,
12477         CacheVirtualItemsEventHandler.cs, ColumnReorderedEventArgs.cs,
12478         ColumnReorderedEventHandler.cs, ColumnWidthChangedEventArgs.cs,
12479         ColumnWidthChangedEventHandler.cs, ColumnWidthChangingEventArgs.cs,
12480         ColumnWidthChangingEventHandler.cs, FormClosedEventArgs.cs,
12481         FormClosedEventHandler.cs, FormClosingEventArgs.cs,
12482         FormClosingEventHandler.cs, ItemCheckedEventArgs.cs,
12483         ItemCheckedEventHandler.cs, ListControlConvertEventArgs.cs,
12484         ListControlConvertEventHandler.cs, ListViewItemMouseHoverEventArgs.cs,
12485         ListViewItemMouseHoverEventHandler.cs, ListViewItemSelectionChangedEventArgs.cs,
12486         ListViewItemSelectionChangedEventHandler.cs,
12487         ListViewVirtualItemsSelectionRangeChangedEventArgs.cs,
12488         ListViewVirtualItemsSelectionRangeChangedEventHandler.cs,
12489         MaskInputRejectedEventArgs.cs, MaskInputRejectedEventHandler.cs,
12490         PopupEventArgs.cs, PopupEventHandler.cs, PreviewKeyDownEventArgs.cs,
12491         PreviewKeyDownEventHandler.cs, RetrieveVirtualItemEventArgs.cs,
12492         RetrieveVirtualItemEventHandler.cs, SearchForVirtualItemEventArgs.cs,
12493         SearchForVirtualItemEventHandler.cs, SplitterCancelEventArgs.cs,
12494         SplitterCancelEventHandler.cs, TabControlCancelEventArgs.cs, 
12495         TabControlCancelEventHandler.cs, TabControlEventArgs.cs, 
12496         TabControlEventHandler.cs, TableLayoutCellPaintEventArgs.cs,
12497         TableLayoutCellPaintEventHandler.cs, ToolStripDropDownClosedEventArgs.cs,
12498         ToolStripDropDownClosedEventHandler.cs, ToolStripDropDownClosingEventArgs.cs,
12499         ToolStripDropDownClosingEventHandler.cs, TreeNodeMouseClickEventArgs.cs,
12500         TreeNodeMouseClickEventHandler.cs, TreeNodeMouseHoverEventArgs.cs,
12501         TreeNodeMouseHoverEventHandler.cs, TypeValidationEventArgs.cs,
12502         TypeValidationEventHandler.cs, WebBrowserDocumentCompletedEventArgs.cs,
12503         WebBrowserDocumentCompletedEventHandler.cs, WebBrowserNavigatedEventArgs.cs,
12504         WebBrowserNavigatedEventHandler.cs, WebBrowserNavigatingEventArgs.cs,
12505         WebBrowserNavigatingEventHandler.cs, 
12506         WebBrowserProgressChangedEventArgs.cs: New 2.0 Event Handlers
12507
12508 2006-07-14  Jonathan Pobst  <monkey@ipobst.com>
12509
12510         MergeAction.cs, PowerLineStatus.cs, PowerState.cs, PreProcessControlState.cs,
12511         RichTextBoxLanguageOptions.cs, ScreenOrientation.cs, ScrollOrientation.cs,
12512         SearchDirectionHint.cs, SystemParameter.cs, TabControlAction.cs,
12513         TableLayoutPanelCellBorderStyle.cs, TextDataFormat.cs, TextImageRelation.cs,
12514         ToolStripDropDownCloseReason.cs, ToolStripDropDownDirection.cs,
12515         ToolStripGripDisplayStyle.cs, ToolStripGripStyle.cs,
12516         ToolStripItemAlignment.cs, ToolStripItemDisplayStyle.cs,
12517         ToolStripItemImageScaling.cs, ToolStripItemOverflow.cs,
12518         ToolStripItemPlacement.cs, ToolStripLayoutStyle.cs,
12519         ToolStripManagerRenderMode.cs, ToolStripRenderMode.cs,
12520         ToolStripStatusLabelBorderSides.cs, ToolStripTextDirection.cs,
12521         ToolTipIcon.cs, TreeNodeStates.cs, TreeViewDrawMode.cs,
12522         TreeViewHitTestLocations.cs, UnhandledExceptionMode.cs, ValidationConstraints.cs,
12523         WebBrowserEncryptionLevel.cs, WebBrowserReadyState.cs, WebBrowserRefreshOption.cs,
12524         ArrowDirection.cs, AutoCompleteMode.cs, AutoCompleteSource.cs, AutoSizeMode.cs,
12525         AutoValidate.cs, BatteryChargeStatus.cs, BindingCompleteContext.cs,
12526         BindingCompleteState.cs, CloseReason.cs, ColumnHeaderAutoResizeStyle.cs,
12527         ControlUpdateMode.cs, DataSourceUpdateMode.cs, DockingBehavior.cs,
12528         FixedPanel.cs, FlowDirection.cs, GetChildAtPointSkip.cs,
12529         HtmlElementInsertionOrientation.cs, InsertKeyMode.cs, ListViewHitTestLocations.cs,
12530         ListViewItemStates.cs, MaskFormat.cs: Added
12531
12532 2006-07-13  Jonathan Chambers  <joncham@gmail.com>
12533
12534         * PropertyGridView.cs: Fix keyboard navigation of drop down.
12535         Patch from eno for bug 78558.
12536         
12537 2006-07-13  Jackson Harper  <jackson@ximian.com>
12538
12539         * TreeView.cs: When an edit is finished make sure that the
12540         selected node is visible.
12541         - When setting the top/bottom use the scrollbars is_visible, so
12542         everything will be set correctly even if the tree isn't visible
12543         yet.
12544
12545 2006-07-13  Jackson Harper  <jackson@ximian.com>
12546
12547         * ComboBox.cs: Revert the item->index part of my previous patch.
12548         * TreeView.cs: Use LostFocus instead of Leave for detecting when
12549         the edit box has lost focus (duh).
12550         - Just make the edit box not visible when we get return, that will
12551         take the focus, which will call EndEdit
12552         * TreeNode.cs When we start editing, notify the treeview.
12553
12554 2006-07-12  Jackson Harper  <jackson@ximian.com>
12555
12556         * ComboBox.cs: Clear out old items before setting the item list.
12557         This prevents databound controls from having their items added
12558         twice.
12559         - Switch the combobox to use indices whereever possible instead of
12560         using Item's.  This allows usto navigate through lists that have
12561         more then one item with the same string value (ie a, b, b, a).
12562         - Scroll the listboxes scrollbar when a non visible item is
12563         highlighted
12564         - Allow keypress to cycle through all the possible values. For
12565         example if you have b1, b2, b3 and hold down the B key all the
12566         values will be cycled through.
12567         
12568 2006-07-12  Jackson Harper  <jackson@ximian.com>
12569
12570         * TextBoxBase.cs:
12571         * ListView.cs: Don't need to override SETFOCUS anymore, we can do
12572         this using the internal methods.
12573         * Control.cs: Add OnGotFocusInternal.  A new method that allows
12574         controls to "override" OnGotFocus and change focus behavior if
12575         needed.
12576         - Same thing for LostFocus
12577         * ComboBox.cs: Pass off focus to the text control properly.
12578
12579 2006-07-12  Alexander Olk  <alex.olk@googlemail.com>
12580
12581         * FileDialog.cs: Added GetFoldersOnly to MWFVFS
12582         * FolderBrowserDialog.cs: Almost a complete rewrite.
12583           - Better support for Environment.Specialfolders
12584           - Added support for MWFVFS
12585           - Made setting SelectedPath work
12586
12587 2006-07-12  Jackson Harper  <jackson@ximian.com>
12588
12589         * Control.cs: Optimze getting all the controls.
12590
12591 2006-07-11  Jackson Harper  <jackson@ximian.com>
12592
12593         * ContainerControl.cs: Override SETFOCUS in the container control,
12594         so that it is not selected on mouse click.
12595
12596 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com> 
12597
12598         * LinkLabel.cs: Hack to handle Shift-Tabbing to the linklabel. 
12599           Hopefully we will have a better way once all of focus is complete.
12600
12601 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com>
12602
12603         * ThemeWin32Classic.cs: Commented out some debug code and fixed
12604           a compile error with csc.
12605
12606 2006-07-11  Jackson Harper  <jackson@ximian.com>
12607
12608         * Control.cs: When hiding a control only select the next control
12609         if the current control was focused.
12610         - Don't handle enter/leave when setting/killing focus, this is
12611         done by the container control.
12612         - Remove is_selected, it's not needed anymore.
12613         - Add utility methods for selecting a child control, and for
12614         firing the Enter/Leave events.
12615         * ContainerControl.cs: When a control is activated fire the
12616         enter/leave events.
12617         - Don't wrap when processing the tab key, so that focus can be
12618         moved outside of the container.
12619         - Use the correct active control
12620
12621 2006-07-11  Jackson Harper  <jackson@ximian.com>
12622
12623         * ComboBox.cs: Remove some debug code that was blinding me.
12624         * UpDownBase.cs: These controls actually aren't implicit, they are
12625         visible to the user.
12626
12627 2006-07-10  Chris Toshok  <toshok@ximian.com>
12628
12629         * DataGrid.cs: move back to the is_adding boolean field.  god i
12630         hate this is_editing/is_adding/is_changing stuff.
12631
12632 2006-07-10  Chris Toshok  <toshok@ximian.com>
12633
12634         * DataGridTableStyle.cs: just check if the property type is bool.
12635         if it is, use DataGridBoolColumn, otherwise DataGridTextBoxColumn.
12636         Don't use CanRenderType.
12637
12638         * DataGridTextBoxColumn.cs: set the value to DBNull.Value, not "",
12639         if our text == NullText.  Remove CanRenderType.
12640
12641         * DataGridBoolColumn.cs: nuke CanRenderType.
12642
12643         * DataGrid.cs: reenable some code to end the current edit inside
12644         of set_CurrentCell.  This fixes the other 1.1.16 regression.
12645         Also, remove rowhdrs_maxheight and just use rowhdrs_area.Height.
12646         Also, remove the visible_row_count arg from CalcRowHeaders, since
12647         we don't need to worry about the actual height of the area.
12648
12649 2006-07-10  Chris Toshok  <toshok@ximian.com>
12650
12651         * DataGridTextBoxColumn.cs: if when we Commit we're in navigate
12652         mode, just return.
12653
12654         * DataGridTextBox.cs: change "isedit" to "isnavigating" to reflect
12655         the real sense of the IsInEditOrNavigateMode property (true =
12656         navigate, false = edit).  Also, update OnKeyPress to reflect this.
12657
12658         * DataGridTableStyle.cs (CreateColumnsForTable): even if the
12659         column style exists, we still need to set its property descriptor
12660         to match up with our list manager.
12661
12662 2006-07-10  Chris Toshok  <toshok@ximian.com>
12663
12664         * ThemeWin32Classic.cs: implement the new row/header painting
12665         approach.  The parent row painting will likely go away and
12666         replaced with label controls, but the rest seems to work ok (and
12667         efficiently).
12668
12669         * Theme.cs: change the way we draw datagrid rows.  we don't draw
12670         the row headers as a block now.  Instead we draw them in the
12671         normal draw-row loop.  Add some calls for drawing parent rows and
12672         relation rows.
12673
12674         * DataGridTableStyle.cs: add tons of ArgumentExceptions if this is
12675         a default table style.  Set the defaults from ThemeEngine.Current,
12676         not SystemColors.  Fix lots of misc issues with property setters.
12677
12678         * DataGrid.cs: move loads of style information out of this class
12679         as it's being duplicated with DataGridTableStyle.  keep track of a
12680         special DataGridTableStyle for the properties we used to mirror
12681         here.  Switch all the style properties to access this table style
12682         instead of instance fields of this class.  Also add a internal
12683         class to represent parent rows (more needs to be stored here, like
12684         the selection state from the parent table, as well as the
12685         expansion state.)  Also, for datasources with relations, do the
12686         right thing for collapse/expand, and add support for the
12687         navigation/parent row buttons.
12688
12689         Lastly, fix the crash in the 1.1.16 build.
12690
12691         * GridTableStylesCollection.cs: make the explicit interface
12692         implementations call the class's methods as opposed to duplicating
12693         them.
12694
12695         * DataGridTextBoxColumn.cs: set the x/y offset of the textfield to
12696         0 so the text doesn't jump around when we move the cursor.
12697
12698 2006-07-10  Jackson Harper  <jackson@ximian.com>
12699
12700         * TextBoxBase.cs:
12701         * ListBox.cs: Match MS's ToString (this makes debugging focus
12702         stuff infinitely easier).
12703
12704 2006-07-10  Jackson Harper  <jackson@ximian.com>
12705
12706         * Control.cs (SelectNextControl): When checking the control's
12707         parent use this instead of ctrl.parent so that null can be passed
12708         to SelectNextControl. (I have unit tests for this).
12709         - Remove unused var.
12710
12711 2006-07-10  Chris Toshok  <toshok@ximian.com>
12712
12713         * CurrencyManager.cs: correct one regression, the removal of the
12714         finalType field.  Also, add a MonoTODO on CanAddRows, implement
12715         Refresh() correctly, and fix some event emission in
12716         ListChangedHandler.
12717
12718 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
12719
12720         * FileDialog.cs: Don't use brackets for new folders if they exist
12721           under *nix. Instead use -(number of existing folders +1).
12722
12723 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
12724
12725         * FileDialog.cs:
12726           - Fixed really nasty bug #78771
12727           - Don't block the whole GUI when reading directories with a lot of
12728             entries. Use an other thread instead and call BeginInvoke to
12729             update the ListView in MWFFileView
12730
12731 2006-07-07  Chris Toshok  <toshok@ximian.com>
12732
12733         * Control.cs (Dispose): release any Capture when disposing.
12734
12735 2006-07-07  Chris Toshok  <toshok@ximian.com>
12736
12737         * LinkLabel.cs (Select): if we chain up to the parent, set
12738         focused_index to -1 so we'll search for the first available link
12739         the next time the user tabs into us.  Also, if the direction is
12740         backward and focused_index == -1, start the search from the last
12741         element.
12742
12743 2006-07-07  Chris Toshok  <toshok@ximian.com>
12744
12745         * LinkLabel.cs (CreatePiecesFromText): if the link's range piece
12746         is beyond the end of the text, don't do anything.
12747         (CreateLinkPieces): set our ControlStyles.Selectable based on
12748         whether or not we have any links.
12749         (Link.Invalidate): use a loop instead of foreach.
12750         (Link.set_Start): null out owner.sorted_links so it'll be
12751         recreated by CreateLinkPieces.
12752
12753 2006-07-06  Chris Toshok  <toshok@ximian.com>
12754
12755         * LinkLabel.cs: revert the SetStyle change.
12756
12757 2006-07-06  Chris Toshok  <toshok@ximian.com>
12758
12759         * LinkLabel.cs (.ctor): SetStyle Selectable to true.
12760         (OnEnableChanged): s/Refresh/Invalidate
12761         (OnGotFocus): if we have a focused index already, refocus it (so
12762         if we mouse out/in to the window it'll focus the right link).
12763         (OnKeyDown): move the tab handling out of here.
12764         (OnLostFocus): don't set focused_index to -1, so we can refocus it
12765         when we lose focus.
12766         (OnMouseDown): don't Capture here - Control handles it.  Also,
12767         focus the active link.
12768         (OnMouseUp): don't deal with Capture.
12769         (OnPaintBackgroundInternal): remove.
12770         (OnTextAlignChanged): CreateLinkPieces before calling the
12771         superclass's method.
12772         (OnTextChanged): call CreateLinkPieces before calling superclass's
12773         method.
12774         (ProcessDialogKey): handle Tab here, and call Select(bool,bool) to
12775         move around.
12776         (Select): implement this, moving the selection between different
12777         links, and call parent.SelectNextControl if we don't have another
12778         link to focus in the given direction.
12779         (CreateLinkPieces): call Invalidate instead of Refresh.
12780         
12781 2006-07-06  Chris Toshok  <toshok@ximian.com>
12782
12783         * ThemeWin32Classic.cs: DrawLinkLabel changes to accomodate the
12784         new LinkLabel internals.
12785
12786         * LinkLabel.cs: fairly major rewrite.  get rid of all the loops
12787         over pieces looking for active/focused/etc links.  also, deal with
12788         runs of text (and links) with embedded \n's in them, and use
12789         MeasureCharacterRanges instead of MeasureString to figure out the
12790         regions text occupies.  Lastly, do the usual s/Refresh/Invalidate
12791         two-step.
12792
12793 2006-07-04  Jackson Harper  <jackson@ximian.com>
12794
12795         * XplatUIX11.cs: Enable key auto repeat. If the user doesn't have
12796         XKB or key auto repeat, do it manually.  Without key auto repeat,
12797         when a key is held down we get key press, key release, key press,
12798         key release, ... with auto repeat we get key press, key press, key
12799         press ..., and then a release when the key is actually released.
12800
12801 2006-07-03  Jackson Harper  <jackson@ximian.com>
12802
12803         * TabControl.cs:
12804         * ThemeWin32Classic.cs: Tabs do not obey normal background color
12805         rules, they are always control color regardless of the background
12806         color.
12807
12808 2006-07-02  Alexander Olk  <alex.olk@googlemail.com>
12809
12810         * FileDialog.cs: Added internal class MWFConfig.
12811           Removed Registry support and replaced it with support for the new
12812           MWFConfig class. See MWFConfig comments for more information.
12813
12814 2006-06-30  Alexander Olk  <alex.olk@googlemail.com>
12815
12816         * ThemeWin32Classic.cs: Added RadioButton and CheckBox focus
12817           rectangle. Added some patches from eno from bug #78490 and fixed
12818           the arrow position for small up and down CPDrawScrollButtons.
12819
12820 2006-06-30  Jackson Harper  <jackson@ximian.com>
12821
12822         * InternalWindowManager.cs: Remove some debug code.
12823         * Form.cs: When an MdiParent is set to null, the window is
12824         "detatched" and becomes a normal window.
12825         * MdiClient.cs: Don't bring the new child form to the front until
12826         it is activated (setting it as active does this), this makes the
12827         previously active forms titlebar get redrawn as inactive.
12828
12829 2006-06-29  Peter Dennis Bartok  <pbartok@novell.com>
12830
12831         * PrintDialog.cs: Labels need a tab index too, otherwise they overlap
12832           with later controls
12833
12834 2006-06-29  Mike Kestner  <mkestner@novell.com>
12835
12836         * MenuAPI.cs: handle arrow keys in keynav state. Go active on down
12837         arrow in keynav state.  Fixes #78682.
12838
12839 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
12840
12841         * PrintDialog.cs: Reorder, relayout, remove extra code, set tab 
12842           order (fixes #78393)
12843
12844 2006-06-28  Jonathan Pobst  <monkey@ipobst.com>
12845
12846         * AccessibleRole.cs, AccessibleStates.cs, AnchorStyles.cs, 
12847           ArrangeDirection.cs, ArrangeStartingPosition.cs, ColorDepth.cs,
12848           ControlStyles.cs, DataGridViewImageCellLayout.cs, DrawMode.cs,
12849           FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs,
12850           GridItemType.cs, HelpNavigator.cs, ImeMode.cs, ItemActivation.cs,
12851           ItemBoundsPortion.cs, Keys.cs, ListViewAlignment.cs, 
12852           PictureBoxSizeMode.cs, PropertySort.cs, SelectionMode.cs,
12853           Shortcut.cs, SizeGripStyle.cs, SortOrder.cs, StructFormat.cs,
12854           TextFormatFlags.cs, ToolBarAppearance.cs, ToolBarButtonStyle.cs,
12855           ToolBarTextAlign.cs, View.cs: 2.0 Changes to existing 1.x
12856           enumerations (FlagsAttribute, SerializableAttribute, added/removed
12857           values)
12858
12859 2006-06-28  Mike Kestner  <mkestner@novell.com>
12860
12861         * ComboBox.cs: implement scroll wheel support. Fixes #78360.
12862
12863 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
12864
12865         * PropertyGrid.cs,
12866           PropertyGridTextBox.cs : explicitly set BackColor to differentiate
12867           item lines from other area (It also makes BackColor consistent and
12868           compatible with .NET). Fixed bug #78564.
12869
12870 2006-06-28  Jonathan Chambers  <jonathan.chambers@ansys.com>
12871
12872         * PropertyGrid.cs: refresh toolbar when PropertySort is set.
12873         Patch from Eno for #78555.
12874
12875 2006-06-27  Chris Toshok  <toshok@ximian.com>
12876
12877         * ThemeWin32Classic.cs: s/grid.grid_drawing/grid
12878
12879         * DataGridColumnStyle.cs: same.
12880
12881         * DataGrid.cs: Roll DataGridDrawingLogic.cs into this file.
12882         
12883         * DataGridDrawingLogic.cs: nuke.
12884
12885 2006-06-27  Chris Toshok  <toshok@ximian.com>
12886
12887         * DataGridTableStyle.cs: clean up the constructors, and build the
12888         list of child relations for this table.  I have no idea if this is
12889         where we should be doing it (it probably isn't), but since we're
12890         already iterating over the properties..
12891
12892         * DataGrid.cs: add row resizing.  for now we add a DataGridRow
12893         struct and array for keeping track of row information, similar to
12894         what's shown in a hack on
12895         http://www.syncfusion.com/FAQ/WindowsForms/FAQ_c44c.aspx.
12896
12897         * Theme.cs: be consistent about the naming of DataGrid methods,
12898         prefering ColumnWidths and RowHeights over columnsWidths and
12899         RowsHeights.
12900
12901         * ThemeWin32Classic.cs: same, and also add support for variable
12902         sized rows (and the +/- expansion icons for related rows).
12903
12904 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
12905
12906         * TextBoxBase.cs: Applied Eno's patch from #78660
12907
12908 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
12909
12910         * Form.cs (ScaleCore): We don't want to scale our form if it's
12911           state is minimized or maximized, but we still need to scale our
12912           child windows. Also, added try/finally block to ensure layout
12913           gets reset (Fixes #78697)
12914
12915 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
12916
12917         * Control.cs: Added 2.0 Scale(SizeF) method (Fixes 78700)
12918
12919 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
12920
12921         * Form.cs: Fixed c+p error and added check to resize form if minimum
12922           size is bigger than current size (Fixes #78709)
12923
12924 2006-06-26  Peter Dennis Bartok  <pbartok@novell.com> 
12925
12926         * ThemeEngine.cs (..ctor): Properly use ToLower() (Fixes #78704)
12927
12928 2006-06-26  Mike Kestner  <mkestner@novell.com>
12929
12930         * ComboBox.cs: only do Keypress handling in the combo when there  
12931         are items in the collection. Fixes #78710.
12932
12933 2006-06-26  Chris Toshok  <toshok@ximian.com>
12934
12935         * Binding.cs: make this work bi-directionally.  also, clear up
12936         other mixups between Push/Pull Data (e.g. we're supposed to pull
12937         data when validating).
12938
12939         * BindingManagerBase.cs: trim some fully qualified collection
12940         types.
12941
12942         * PropertyManager.cs (get_IsSuspended): oops, fix this check.
12943
12944 2006-06-23  Chris Toshok  <toshok@ximian.com>
12945
12946         * PropertyManager.cs: It appears (according to the unit tests)
12947         that PropertyManager doesn't use
12948         PropertyDescriptor.AddValueChanged to track propery value changes
12949         in its datasource, but uses the same scheme as Binding, where it
12950         looks for a <Property>Changed event and binds to it.
12951
12952         Also, according to the docs, IsSuspended always returns false for
12953         a property manager with a non-null datasource.
12954
12955 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com> 
12956
12957         * Form.cs: (ShowDialog): If we're returning a forced cancel we still
12958           need to update the actual DialogResult. (Fixes #78613)
12959
12960 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com>
12961
12962         * Form.cs (ShowDialog): Release any captures before running the
12963           new message pump (fixes #78680)
12964
12965 2006-06-22  Mike Kestner  <mkestner@novell.com>
12966
12967         * ListView.cs: Layout column widths properly in details mode even 
12968         if HeaderStyle.None is set.  Fixes #78691.
12969
12970 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com>
12971
12972         * FileDialog.cs: Fixed taborder to match MS. Fixes #77873 partially.
12973
12974 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com> 
12975
12976         * Control.cs (ContainsFocus): Using new driver method to get focused
12977           window, instead of trying to use internal tracking var, which can
12978           recursion issues (Fixes #78685)
12979         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
12980           XplatUIWin32.cs: Added GetFocus method to return focused window
12981
12982 2006-06-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12983
12984         * ColorDialog.cs: when the mouse button is pressed inside the color
12985         matrix, don't let the cursor move out of it until the button is
12986         released, which is the behavior on windows. Changed 'colours' by
12987         'colors' to use the same word consistently.
12988
12989 2006-06-21  Chris Toshok  <toshok@ximian.com>
12990
12991         * DataGrid.cs: add in some basic navigation stuff (navigating to a
12992         child relation and back, using a stack).  Also, remove
12993         GetDataSource and the code that calls it - it's not needed.  Also,
12994         track CurrencyManager.ListName's removal.
12995
12996 2006-06-21  Chris Toshok  <toshok@ximian.com>
12997
12998         * CurrencyManager.cs: push some of the original type checking from
12999         BindingContext.CreateBindingManager to here, and remove some of
13000         the finalType stuff.  Need more tests to make sure I've got the
13001         ListName part right, and we might need more in SetDataSource.
13002
13003         * PropertyManager.cs: add a ctor that takes just the datasource,
13004         and no property name.  Make SetDataSource work with a null
13005         property_name, and make Current return the data_source if the
13006         property descriptor is null.  this makes 'string foo = "hi";
13007         BindingContext[foo].Current' return "hi" as it should.
13008
13009         * RelatedCurrencyManager.cs: make this code more generic - there's
13010         no reason the parent manager has to be CurrencyManager, and
13011         there's no reason to pass the DataRelation.  It suffices to use a
13012         BindingManagerBase and PropetyDescriptor.
13013
13014         * RelatedPropertyManager.cs: make a similar change here.
13015         
13016         * BindingContext.cs: make CreateBindingManager the beautiful, tiny
13017         flower I knew it could be.
13018
13019 2006-06-20  Chris Toshok  <toshok@ximian.com>
13020
13021         * PropertyManager.cs: the PropertyChangedHandler is invoked when
13022         data in the source has changed and we need to update the control,
13023         so s/PullData/PushData.
13024
13025         * CurrencyManager.cs: Refresh is meant to update the control from
13026         data in the datasource.  So, s/PullData/PushData.
13027
13028         * BindingContext.cs: add more ugliness (we weren't handling the
13029         case where data_source = DataTable and data_member = column_name).
13030
13031         * Binding.cs: fix PushData/PullData mixup.  Both are interpreted
13032         from the perspective of the datasource.  PullData pulls from the
13033         control, PushData pushes to the control.
13034
13035 2006-06-20  Chris Toshok  <toshok@ximian.com>
13036
13037         * BindingContext.cs: rewrite the CreateBindingManager code to
13038         handle navigation paths more or less properly.  This could
13039         definitely stand some more work, in particular to push the
13040         recursion up to the toplevel.  But that relies on fixes in other
13041         places (System.Data comes to mind).
13042
13043         Also, move to a flat hashtable (and encode the twolevel nature of
13044         the dictionary into the hash key).  This lets us implement the
13045         IEnumerable.GetEnumerator method.
13046
13047         * RelatedCurrencyManager.cs: new class.  Update our view based on
13048         our relation and our parent CurrencyManager's position.
13049
13050         * CurrencyManager.cs: split out some logic from the ctor into
13051         SetView, so it can be called from the new RelatedCurrencyManager
13052         subclass.
13053
13054         * RelatedPropertyManager.cs: new class.  Update our datasource
13055         based on the position of our parent CurrencyManager.
13056
13057         * PropertyManager.cs: split out some logic from the ctor into
13058         SetDataSource, so it can be called from the new RelatedDataSource
13059         subclass.  Also, make the Current getter return the value
13060         of the PropertyDescriptor, not the data_source.
13061
13062         * Binding.cs: no need to duplicate the string splitting code here.
13063
13064 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
13065
13066         * Control.cs:
13067           - set_Enabled: OnEnabledChanged is not called if the inherited state 
13068             of the control is not altered, even though  we might be changing the
13069             internal state of the control (#78458)
13070           - set_Enabled: (Re)Moved the enabling/disabling of the window to 
13071             OnEnabledChanged, to allow easy altering of any child window state
13072           - OnEnabledChanged: Added code to enable/disable driver window state
13073           - OnParentEnabledChanged: Instead of firing the event, call 
13074             OnEnabledChanged, which will fire the event and also a) set driver
13075             window state and pass the enabled state to any grandchildren (#78458)
13076
13077 2006-06-19  Jackson Harper  <jackson@ximian.com>
13078
13079         * InternalWindowManager.cs: We don't set the cursor explicitly
13080         thats done via the response to NCHITTESTs.
13081         - Don't need to adjust for titlebar heights anymore, the
13082         coordinates are coming in the correct coordinates now (see peters
13083         last patch).
13084
13085
13086 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
13087
13088         * XplatUIX11.cs (GetMessage): WM_NCxBUTTONx messages were wrongly
13089           being translated relative to whole window, instead of client window.
13090           That caused broken offsets on mouseclick (and caused gas for our
13091           InternalWindowManager)
13092
13093 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
13094
13095         * TextControl.cs:
13096           - MoveCaret: Implemented PgUp, PgDown, CtrlPgUp and CtrlPgDown
13097           - Undo(): Added replay of cursor move on DeleteChars action; added
13098             calling Undo() again if a recorded cursor move is invalid (to
13099             ensure that some action is performed on Undo)
13100         * TextBoxBase.cs (ProcessKey): Added handling of PgUp and PgDown (#78482)
13101
13102 2006-06-16  Jackson Harper  <jackson@ximian.com>
13103
13104         * MdiClient.cs: Instead of just sizing maximized windows when
13105         there is a resize we also have to adjust the Y of minimized
13106         windows, so they stay pinned to the bottom of the mdi container.
13107         - Eliminate separate tracking of the active control, we can just
13108         get this from the controls collection.
13109         - Paint the decorations for the newly activated titlebar so we get
13110         a pretty blue bar.
13111         * InternalWindowManager.cs:
13112         * ThemeWin32Classic.cs: Minimized windows get all three buttons
13113         even if they are a tool window.
13114         
13115 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
13116
13117         * TextControl.cs (Undo): Handle non-existent cursor locations in the
13118           undo buffer, these can happen when text was deleted and the cursor
13119           was recorded first. Since we will also have a recorded cursor
13120           after the delete this is not an issue. (Fixes #78651)
13121
13122 2006-06-14  Peter Dennis Bartok  <pbartok@novell.com> 
13123
13124         * AccessibleObject.cs: Remove dependence on Control.is_selected;
13125           instead properly track control states internally (allows us to
13126           remove is_selected from Control)
13127
13128 2006-06-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13129
13130         * ImageListStreamer.cs: correctly generate the 1bpp mask for images
13131         whose width is not a multiple of 8.
13132
13133 2006-06-13  Jackson Harper  <jackson@ximian.com>
13134
13135         * MdiClient.cs:  Only maximize the next child if the current one
13136         is maximized.
13137
13138 2006-06-13  Chris Toshok  <toshok@ximian.com>
13139
13140         * DataGridColumnStyle.cs: Invalidate the column when HeaderText is
13141         modified.  Also, guard against grid or grid_drawing being null in
13142         Invalidate.
13143
13144         * DataGrid.cs: Reformat tons of getters/setters.  In the
13145         DataMember setter, just call SetNewDataSource instead of
13146         duplicating some of its functionality.  In SetNewDataSource, don't
13147         check ListManager for null, since the property getter creates the
13148         object if needed.
13149
13150         * DataGridTableStyle.cs: don't set TableStyle or call
13151         SetDataGridInternal on the column here, it's done in
13152         GridColumnStylesCollection.Add.
13153
13154         * GridColumnStylesCollection.cs: fix all the explicit interface
13155         implementations to just call our methods.  Nuke AddInternal() and
13156         move the body of it to Add().  Also, add a call to
13157         column.SetDataGridInternal to Add().
13158
13159         * DataGridTextBoxColumn.cs (.ctors): call this() instead of
13160         base()+duplicate code.  Also, use the Format property instead of
13161         format to generate an Invalidate ala MS.  Lastly, create the
13162         textbox here, unconditionally.
13163         (set_Format): call Invalidate.
13164         (get_TextBox): no need to call EnsureTextBox.
13165         (Commit): remove the message box.
13166         (Edit) remove the call to EnsureTextBox.
13167         (EndEdit): call HideEditBox instead of ReleaseHostedControl.
13168         (EnterNullValue): no need to check textbox for null.
13169         (HideEditBox): no need to check textbox for null.
13170         (SetDataGridInColumn): add the textbox to the grid's controls.
13171         (EnsureTextBox): nuke.
13172         
13173 2006-06-13  Jackson Harper  <jackson@ximian.com>
13174
13175         * MdiWindowManager.cs: Hook up to the maximized menus paint event
13176         and redraw the buttons when needed. Unhook when the window is
13177         unmaximized.
13178         * MainMenu.cs: Add an internal Paint event, the mdi window manager
13179         needs this so that it can redraw its buttons when the menu is
13180         repainted.
13181         * InternalWindowManager.cs:
13182         * Form.cs: The method order has changed for DrawMaximizedButtons,
13183         so that it can be a PaintEventHandler.
13184         
13185 2006-06-13  Jackson Harper  <jackson@ximian.com>
13186
13187         * MdiClient.cs: When we close a maximized mdi window, the next mdi
13188         window is activated and maximized, even if it wasn't before.
13189         - When  a new window is activated repaint the decorations of the
13190         old one, so that it no longer has the Active "look" (the blue
13191         titlebar).
13192         * InternalWindowManager.cs: Open up CreateButtons to base classes
13193         so they can recreate the buttons on state changes.
13194         - If a window is maximized give it all three buttons
13195         * MdiWindowManager.cs: Create the titlebar buttons when the state
13196         is changed, this is needed because a toolwindow will not have all
13197         three buttons until it is maximized.
13198
13199 2006-06-13  Atsushi Enomoto  <atsushi@ximian.com>
13200
13201         * ProgressBar.cs : PerformStep() shouldn't exceed Maximum.
13202           Fixed bug #78609.
13203
13204 2006-06-12  Jackson Harper  <jackson@ximian.com>
13205
13206         * KeysConverter.cs: Make sure we handle the Ctrl special case
13207         if its the only key.
13208         
13209 2006-06-12  Jackson Harper  <jackson@ximian.com>
13210
13211         * Theme.cs: Add a method to get the size of a managed window
13212         toolbar button.
13213         * InternalWindowManager.cs: Remove the ButtonSize property, this
13214         should be retrieved from the theme.
13215         * MdiWindowManager.cs: Get the button size from the theme
13216         * ThemeWin32Classic.cs: Make the method to get the managed window
13217         titlebar button size public.
13218         - Handle the different button sizes of maximized toolwindows
13219         (should match any maximized window).
13220         - Get the titlebar height from the theme, not the WM (which gets
13221         it from the theme).
13222
13223 2006-06-12  Jackson Harper  <jackson@ximian.com>
13224
13225         * InternalWindowManager.cs: Handle NC Double Clicks, passing the
13226         event down to the mdi window manager.
13227         - Expose some extra stuff to base classes
13228         - Make sure to end the Capture on an NC Mouse up, so that we can
13229         get double clicks properly, and the sizing doens't stick.
13230         - When doing PointToClient contain it in the workable desktop
13231         area, this prevents windows from changing size when the cursor is
13232         pulled outside of the working area while sizing.
13233         * MdiWindowManager.cs: When we get a double click maximize the
13234         window.
13235         - Reset the cursor after handling mode changes.
13236
13237 2006-06-12  Peter Dennis Bartok  <pbartok@novell.com> 
13238
13239         * XplatUIX11.cs (WorkingArea): Read the actual workarea for the 
13240           current desktop, instead of just assuming a 0, 0 origin. This
13241           is needed for our internal window manager, to know the top
13242           margin of the desktop
13243
13244 2006-06-12  Chris Toshok  <toshok@ximian.com>
13245
13246         * DataGrid.cs (set_CurrentCell): concede focus as we move around.
13247         we need this to get rid of the selected background in the bool
13248         column.
13249         (CancelEditing): move the ConcedeFocus call to above the Abort
13250         call.  Also, set is_changing to false and invalidate the row
13251         header if we were changing before.
13252         (ProcessKeyPreviewInternal): remove, since noone outside this
13253         class calls it anymore.  Roll the code into ProcessKeyPreview.
13254         (EndEdit): remove the internal version.
13255         (InvalidateCurrentRowHeader): make private.
13256
13257         * DataGridBoolColumn.cs: simplify this class a bunch.  remove the
13258         Keys.Escape handling (and with it the last call to
13259         DataGrid.EndEdit from outside the class.)
13260
13261
13262 2006-06-12  Chris Toshok  <toshok@ximian.com>
13263
13264         * DataGridTextBox.cs (.ctor): isedit defaults to false.
13265         (OnKeyPress): set isedit to true.
13266         (ProcessKeyMessage): remove Keys.Enter handling from here.  it's
13267         already handled by the grid.
13268
13269         * DataGrid.cs (set_CurrentCell): more work here.  it's still not
13270         right.  ugh.
13271         (set_DataSource): SetDataSource always returns true, so stop
13272         putting it in an if statement.
13273         (EndEdit): get rid of some {}'s
13274         (ProcessGridKey): return true in case Keys.Escape.
13275         (ProcessKeyPreviewInternal): only handle KEYDOWN messages.
13276         (ConnectListManagerEvents,DisconnectListManagerEvents): connect to
13277         PositionChanged, stopped connecting to CurrentChanged.
13278         (GetDataSource): simplify this a bunch.
13279         (SetDataSource): change return type from bool to void.
13280         (OnListManagerPositionChanged): rename OnListManagerCurrentChanged
13281         to this, and make sure we don't set ListManager.Position inside
13282         set_CurrentCell.
13283         (OnListManagerItemChanged): if we're passed an actual index,
13284         redraw that row.
13285
13286         * CurrencyManager.cs (set_Position): don't call PullData here.
13287
13288 2006-06-09  Jackson Harper  <jackson@ximian.com>
13289
13290         * TreeNode.cs:  Recalculate the visible order before doing the
13291         Expand/Collapse Below calls, because those calls generate an
13292         expose.
13293         - Reduce calls to the TreeView property, which is mildly expensive
13294         by using a local var.
13295         * Form.cs: Layout the MDI child windows when creating the parent
13296         form.
13297         - Don't use the internal constructor anymore
13298         * MdiClient.cs: use the parent form width/height (if available)
13299         when laying out the child windows, we do this because the
13300         mdiclient isn't docked yet when the initial layout is done.
13301         - Don't need an internal constructor anymore.
13302
13303 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13304
13305         * FileDialog.cs: handle access errors when trying to create a folder
13306         or changing to a directory. No need to initialize out parameters.
13307
13308 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
13309
13310         * FileDialog.cs: Append a number when creating a new folder if the
13311           folder already exists (use parenthesis instead of square brackets)
13312
13313 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
13314
13315         * FileDialog.cs:
13316           - Disabled registry support for windows and added better registry
13317             error checking for other systems (need to investigate why it
13318             works perfectly on my system)
13319           - If a folder already exist show an error MessageBox instead of
13320             trying to create an indexed name.
13321           - Fixed a non intentional typo.
13322
13323 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13324
13325         * FileDialog.cs: (SetFileName) don't crash if CurrentRealFolder is null.
13326
13327 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
13328
13329         * FileDialog.cs: When creating a new folder don't crash if the
13330           folder already exists.
13331
13332 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
13333
13334         * FileDialog.cs: Allmost a complete rewrite.
13335           - added a "virtual" file system that handles the differences
13336             between unix and windows file systems (especially the directory
13337             structure). Moved most of the directory and file handling code
13338             into the vfs.
13339             Added vfs classes: MWFVFS, FileSystem, WinFileSystem,
13340             UnixFileSystem and FSEntry.
13341           - Recently used folder/directory, size, location and used file names
13342             (file name ComboBox) are now stored in the registry and get read
13343             before the dialog shows up (fixes part 6 of bug #78446).
13344           - Creation of new folders/directories is now possible (context menu
13345             or ToolBar). Added TextEntryDialog for this that fills in the gap
13346             until ListView.LabelEdit works.
13347           - Fixed cursor handling (bug #78527) and focus handling for
13348             PopupButtonPanel
13349           - Various "Search in" ComboBox enhancements. The content of the
13350             dropdown listbox now almost matches ms.
13351           - Changed the behaviour when the user switches to SpecialFolder
13352             Recent to show the ListView in View.Details.
13353           - Beside using the ToolBar to change the View property of the
13354             file ListView it is now possible to use the context menu too.
13355
13356 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
13357
13358         * ComboBox.cs: Don't create a new ObjectCollection when an item
13359           gets inserted. Just insert the item in the existing object_items
13360           ArrayList.
13361
13362 2006-06-08  Jackson Harper  <jackson@ximian.com>
13363
13364         * OpenTreeNodeEnumerator.cs: Fix to use the Parent property, so
13365         that the treeview and root node checks are done also, this fixes a
13366         regression i caused in the unit tests.
13367
13368 2006-06-07  Wade Berrier <wberrier@novell.com> 
13369
13370         * RichTextBox.cs: More ISO8859-1 -> unicode
13371
13372 2006-06-07  Mike Kestner  <mkestner@novell.com>
13373
13374         * ComboBox.cs : use items to hold highlight/selection so that
13375         collection insertions don't require synchronization.
13376
13377 2006-06-07  Jackson Harper  <jackson@ximian.com>
13378
13379         * InternalWindowManager.cs: Simplify (and FIX) the window sizing
13380         routine.  We now always keep the sized edge at the cursor instead
13381         of computing movement and adjusting rects.  There is one buglet
13382         with this method though when the cursor is moved over area that
13383         the window can not expand too (such as the toolbars on the desktop).
13384
13385 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13386
13387         * XplatUIX11.cs: (IsEnabled,IsVisible) the window handler can be null
13388         here. Fixes crash on startup in AlbumSurfer.
13389
13390 2006-06-07  Peter Dennis Bartok  <pbartok@novell.com> 
13391
13392         * RichTextBox.cs: Replaced embedded ISO8859-1 chars with proper unicode
13393           values
13394
13395 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13396
13397         * XplatUIX11.cs: call XPending and XNextEvent inside the same lock()
13398         statement to avoid calling XNextEvent which will block if another thread
13399         took the event that we were expecting. Fixes bug #78605.
13400
13401 2006-06-07  Mike Kestner  <mkestner@novell.com>
13402
13403         * ListView.cs : isolated checkbox clicking from the selection logic.
13404         Toggle check state on item doubleclicks.  Really fixes #78454 part2.
13405
13406 2006-06-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
13407
13408         * Form.cs: Check that the value passed to Form.DialogResult
13409         is a valid enum value.
13410
13411 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13412
13413         * FileDialog.cs: disable the up button when in 'Recently Used' or 'My
13414         Computer'. Clicking it in the network view goes to 'My Computer'.
13415         Added CIFS filesystem type. Display the mount point of filesystems.
13416         Avoid duplicate mount points (happens for me with CIFS);
13417
13418 2006-06-06  Jackson Harper  <jackson@ximian.com>
13419
13420         * InternalWindowManager.cs: Draw the maximized windows buttons
13421         when resizing.
13422
13423 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13424
13425         * Form.cs: when running a modal dialog, ignore WM_CLOSE requests for
13426         all other dialogs. Fixes bug #78585.
13427
13428 2006-06-06  Mike Kestner  <mkestner@novell.com>
13429
13430         * CheckedListBox.cs : apply CheckOnClick behavior to unchecking too.
13431         Only invalidate checkbox on checkstate changes to avoid flicker.
13432         * ListBox.cs : avoid unselect/select when clicking selected item.
13433         avoid reselection flicker for already multiselected items.
13434         Fixes #78382.
13435
13436 2006-06-06  Jackson Harper  <jackson@ximian.com>
13437
13438         * MdiWindowManager.cs: When the window is closed do an NCRecalc on
13439         the parent form so that the menu is removed if needed.
13440
13441 2006-06-06  Mike Kestner  <mkestner@novell.com>
13442
13443         * ListBox.cs : add ScrollWindow call to UpdateTopItem.  fix
13444         Prev/Next/PrevPage/NextPage/Home/End index calculation.  Fixes #78559.
13445
13446 2006-06-06  Mike Kestner  <mkestner@novell.com>
13447
13448         * CheckedListBox.cs : rebuild check collection on Add.  Fixes #78426.
13449
13450
13451 2006-06-06  Jackson Harper  <jackson@ximian.com>
13452
13453         * Control.cs: Use the property (instead of the field) to get the
13454         default cursor so it is instantiated correctly.
13455         * InternalWindowManager.cs: The OS doesn't give us an NCPAINT with
13456         resizes so we need to manually repaint the window decorations here.
13457         - Set the titlebar button locations as soon as they are created,
13458         otherwise they are not set correctly on win32.
13459         
13460 2006-06-06  Chris Toshok  <toshok@ximian.com>
13461
13462         * CurrencyManager.cs (set_Position): call PullData before
13463         OnCurrentChanged.
13464         (AddNew): after calling IBindingList.AddNew, update our
13465         listposition, and call OnCurrentChanged/OnPositionChanged (without
13466         calling PullData).
13467         (OnCurrentChanged): remove the call to PullData from here.
13468         (OnItemChanged): remove the call to PushData from here.
13469         (OnPositionChanged): change the test from == null to != null to
13470         match the other methods.
13471         (ListChangedHandler): the grossest part of the patch.  Implement
13472         this such that it passes the unit tests in CurrencyManagerTest and
13473         the output more or less matches that of MS's implementation.
13474  
13475 2006-06-06  Mike Kestner  <mkestner@novell.com>
13476
13477         * ListView.cs : only update check state on single click.
13478         * ThemeWin32Classic.cs : fix focus drawing for details view without
13479         fullrowselect.  Fixes #78454.
13480         * XplatUIX11.cs : fix for double click emission.
13481
13482 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
13483
13484         * PropertyGridView.cs : Applied Atsushi's patch to fix
13485         font dialog bug  (#78197).
13486
13487 2006-06-05  Jackson Harper  <jackson@ximian.com>
13488
13489         * TreeNode.cs: Compute the next node for expanding/collapsing
13490         correctly. We now factor in nodes without a NextNode
13491         correctly. (Fixes somes cases in nunit-gui).
13492         * InternalWindowManager.cs: Set the bounds when updating the
13493         virtual position of a tool window.
13494         
13495 2006-06-05  Chris Toshok  <toshok@ximian.com>
13496
13497         * DataGrid.cs: rename cached_currencymgr to list_manager.
13498         (set_CurrentCell): move SetCurrentCell code here, and clean it up
13499         some.
13500         (CurrentRow, CurrentColumn): single accessors so we can make the
13501         cursor movement code a lot easier to understand.
13502         (CurrentRowIndex): implement this in terms of CurrentRow.
13503         (BeginEdit): clean this up a bit.
13504         (CancelEditing): sort out the is_editing/is_changing/is_adding
13505         stuff a little.
13506         (EndEdit): minor changes.
13507         (OnKeyDown): add a comment about a (most likely) unnecessary
13508         check.
13509         (OnMouseDown): cancel editing when we click on a row header.  And
13510         use the CurrentRow setter, not CurrentCell.
13511         (ProcessDialogKey): directly call ProcessGridKey.
13512         (UpdateSelectionAfterCursorMove): factor out this common block of
13513         code (it's used everywhere that we move the cursor by updating row
13514         or column).
13515         (ProcessGridKey): pretty substantial overhaul.  Use the
13516         CurrentRow/CurrentColumn properties to make the code a lot more
13517         readable.  Only use the CurrentCell property when we have to
13518         modify both row and column at once.  Tab behavior is still broken,
13519         and Delete is untested.
13520         (Select): if we have no selected rows, set selection_start to
13521         @row.
13522         (EditCurrentCell): rename EditCell this.  It was only ever invoked
13523         with CurrentCell as the arg, so drop the arg and rename it.
13524
13525         * DataGridColumnStyle.cs: clean up the constructors a little, and
13526         drop CommonConstructor().
13527
13528         * DataGridTextBox.cs (.ctor): set accepts_return to true so we
13529         actually get notified when the user hits it.
13530         (ProcessKeyMessage): *substantially* simplify this method.
13531         There's no reason (that I can see) for the textbox to be making
13532         calls into the datagrid at all.  Remove all of them but the ones
13533         for Enter handling.  those will take some more work.
13534
13535         * DataGridTextBoxColumn.cs (ConcedeFocus): implement this by
13536         calling HideEditBox.
13537         (HideEditBox): if we have an active textbox, render it invisible
13538         without causing a re-layout of the datagrid.
13539
13540 2006-06-05  Mike Kestner  <mkestner@novell.com>
13541
13542         * ListView.cs : fix NRE crasher when focuseditem is cleared by
13543         collection changes by resetting it to Items[0].  Fixes #78587.
13544
13545 2006-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13546
13547         * MessageBox.cs: if the height of the text is larger than the icon_size,
13548         use that. Fixes bug #78575.
13549
13550 2006-06-05  Jackson Harper  <jackson@ximian.com>
13551
13552         * TreeView.cs: Fix line drawing when scrolling.  To do this each
13553         node is basically responsible for drawing its entire horizontal
13554         area.  When drawing a node it draws its parent node lines if
13555         needed.
13556         - Adjust the clip area to the viewport rectangle
13557         - Fix Left/Right key handling to match MS. (It expand/collapses
13558         and moves to parents/first child but does not move selection to
13559         sibling nodes).
13560         - Fix SetTop to work with new bound calculation code
13561         - When scrollbars are no longer needed we need to reset scrolling
13562         vars and recalculate the visible order so the redraw is correct
13563         * TreeNode.cs: We can't expand/collapse nodes with no children.
13564
13565 2006-06-03  John Luke  <john.luke@gmail.com> 
13566
13567         * X11DesktopColors.cs: dllimport the exact gtk and gdk versions
13568         so the colors work without dev packages
13569         
13570 2006-06-02  Peter Dennis Bartok  <pbartok@novell.com> 
13571
13572         * Control.cs 
13573           - Select: Implemented to just use activate. Seems to match MS 
13574             behaviour closest. Documented to only do actual control walking 
13575             based on it's parameters if in a container control so I moved 
13576             the code there.
13577           - Removed selection check logic from our internal Select() method
13578         * ContainerControl.cs:
13579           - Select: Moved selection logic from Control here, since MS documents
13580             that containers obey the bool arguments. No longer calling base
13581
13582 2006-06-02  Jackson Harper  <jackson@ximian.com>
13583
13584         * TreeView.cs: If the selected node isn't changed when we get
13585         focus update the previously selected node so that we see the
13586         selection box.
13587
13588 2006-06-02  Mike Kestner  <mkestner@novell.com>
13589
13590         * ComboBox.cs: restructure grab and general mouse event handling.
13591         Make the composite control raise mouse events like it was a single
13592         control for leaves/enters/motion/up/down events.  fix dropdown list
13593         coordinate mangling and refactor it into the scrollbar subclass to
13594         reduce code duplication.  Fixes #78282 #78361 and #78457.
13595
13596 2006-06-02  Mike Kestner  <mkestner@novell.com>
13597
13598         * ScrollBar.cs: remove Capture setting/clearing, as it happens
13599         automatically in the Control.WndProc.
13600
13601 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13602
13603         * FileDialog.cs: fix crash when running SharpChess, which sets the
13604         FilterIndex to 2 with only one Filter.
13605
13606 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13607
13608         * ToolBar.cs: add SizeSpecified property.
13609         * ToolBarButton.cs: when the ButtonSize is calculated by the container,
13610         try to figure out our real size, otherwise fallback to what the
13611         container says.
13612
13613 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
13614
13615         * XplatUIX11.cs (DefWndProc): WM_MOUSEWHEEL needs to be passed up
13616         * Control.cs (WndProc): MS always calls the DefWndProc to pass
13617           up the event
13618
13619 2006-06-01  Mike Kestner  <mkestner@novell.com>
13620
13621         * ListView.cs: revamp the focus management in ListView.  It still
13622         causes churn of LostFocus/GotFocus emissions on clicks, but it's
13623         better than not handling focus at all.  Will revisit when pdb feels
13624         the general focus handling is solid.  Fixes #78526.
13625
13626 2006-06-01  Jackson Harper  <jackson@ximian.com>
13627
13628         * TreeView.cs: Set the default border style in the constructor.
13629         - Move painting to use OnPaintInternal instead of capturing
13630         WM_PAINT, this is the correct way of doing things
13631         - UpdateBelow shouldn't invalidate the scrollbar area
13632         - Cap the top on update below in case the node was above the top
13633         of the viewport rectangle.
13634         - ExpandBelow and Collapse below need to obey Begin/End Update.
13635         * TreeNode.cs: Make is_expanded internal so the treenode
13636         collection can change it without firing the whole event chain.
13637         * TreeNodeCollection.cs: When clearing all the child nodes make
13638         sure to recalc the visible order.
13639         - Improve algo for remove the top node
13640
13641 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
13642
13643         * XplatUIX11.cs (SetFocus): Make sure we can handle re-entrancy due to
13644           SendMessage directly calling window procedures, which in turn might
13645           call SetFocus()
13646
13647 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com>
13648
13649         * Control.cs: Don't handle WM_SETFOCUS if the same window already
13650           has focus (works around X11 sending a FocusIn after our SetFocus)
13651         * XplatUIX11.cs: Send KILLFOCUS before setting SETFOCUS on new window
13652
13653 2006-06-01  Alexander Olk  <alex.olk@googlemail.com>
13654
13655         * Mime.cs: Fix for the NET_2_0 build.
13656           NameValueCollection needs StringComparer now.
13657
13658 2006-05-31  Chris Toshok  <toshok@ximian.com>
13659
13660         * DataGridDrawingLogic.cs (FromPixelToColumn): modify this to also
13661         return (via an out parameter) the starting X of the column.
13662         (UpdateVisibleColumn): track change to FromPixelToColumn.
13663         (HitTest): add a ColumnResize case here.
13664         (DrawResizeLine): new function, probably poorly named.
13665
13666         * DataGrid.cs (.ctor): get rid of cached_currencymgr_events.  We
13667         only need to keep one reference.
13668         (set_ListManager): same.
13669         (OnMouseDown): call HitTest instead of grid_drawing.HitTest.
13670         Also, add support for HitTestType.ColumnResize.
13671         (OnMouseMove): add column resize behavior here, and change the
13672         cursor to the correct one as we move around the datagrid.
13673         (OnMouseUp): terminate the column resize if we're resizing.
13674         (ProcessGridKey): from the MS docs, Alt-0 enters the null value
13675         for the current cell.
13676         (ConnectListManagerEvents): use cached_currencymgr.
13677         (DisconnectListManagerEvents): fill this in, using
13678         cached_currencymgr.
13679         (SetCurrentCell): remove cached_currencymgr_events handling.
13680         (SetDataMember): only call DisconnectListManagerEvents if
13681         cached_currencymgr is != null.
13682         (SetDataSource): same.
13683         (OnListManagerCurrentChanged): cached_currencymgr_events ->
13684         cached_currencymgr.
13685
13686 2006-05-31  Jackson Harper  <jackson@ximian.com>
13687
13688         * BindingManagerBase.cs: Remove somedebug code that creeped into
13689         SVN.
13690         * TreeNode.cs: We get the indent level dynamically right now, so
13691         don't track it as a member.
13692         * TreeNodeCollection.cs: Make sure all nodes added to the list
13693         have parents, treeviews/topnodes setup properly.
13694         - Don't attempt to track indent level.
13695
13696 2006-05-30  Jackson Harper  <jackson@ximian.com>
13697
13698         * BindingContext.cs: Create the currency manager tables here.
13699         This allows us to more easily create null tables (when bad data
13700         members are used), and more easily create related currency
13701         managers.
13702         * CurrencyManager.cs: All the table creation stuff is done by the
13703         binding context now.
13704         - Current should throw an exception if listposition is -1.
13705         - CancelCurrentEdit/EndCurrentEdit, do nothing if the list hasn't
13706         been bound yet.
13707
13708 2006-05-30  Mike Kestner  <mkestner@novell.com>
13709
13710         * ListView.cs: allow reexpansion of zero-width column headers.
13711         Fixes #78528.
13712
13713 2006-05-28  Chris Toshok  <toshok@ximian.com>
13714
13715         * CurrencyManager.cs (get_Current): after the late binding
13716         listposition = -1 fix, we need to guard against it here and return
13717         null, otherwise we raise an exception (which is swallowed
13718         elsewhere, and breaks datagrid databinding.)
13719
13720 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
13721
13722         * MenuAPI.cs (ProcessMenuKey): We can legally get msg types other
13723           than WM_SYSKEY, don't throw if get something unexpected (#78507)
13724
13725 2006-05-26  Jackson Harper  <jackson@ximian.com>
13726
13727         * ControlPaint.cs:
13728         * ThemeWin32Classic.cs: For color comparisons just use the ARGB
13729         values, it's faster and it's all we care about (we don't care if
13730         the names aren't equal).
13731         * KeyboardLayouts.cs: Eliminate some dead code.
13732         - Lazy init things
13733         * X11Keyboard.cs: Lazy init keyboard detection.
13734         - Cleanup access modifiers a little.
13735
13736 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
13737
13738         * XplatUIX11.cs: Once again, attempting to get layout just right.
13739
13740 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com> 
13741
13742         * LinkLabel.cs (CreateLinkPieces): Use MeasureString to calculate
13743           the sizes of each link section, that will result in sizes that
13744           match DrawString's layout (Fixes #78391)
13745
13746 2006-05-27  Alexander Olk  <alex.olk@googlemail.com>
13747
13748         * FileDialog.cs: If AddExtension property is true autocomplete the
13749           extensions in SaveFileDialog correctly. Fixes bug #78453.
13750           Set MyNetwork and MyComputer to "C:\" for windows. This should
13751           fix part 8 of bug #78446 for now.
13752
13753 2006-05-26  Chris Toshok  <toshok@ximian.com>
13754
13755         * DataGrid.cs (ColumnStartedEditing): fill these in.  for now just
13756         invalidate the current row header if we need to, but presumably
13757         we'll invalidate the row corrsponding to the bounds or
13758         editingControl.
13759         (GridHScrolled): switch back to this method, as it's part of the
13760         public api.  *sigh*.
13761         (GridVScrolled): same.
13762         (OnMouseWheel): hack up something that more or less works.  Call
13763         GridHScrolled/GridVScrolled directly, instead of duplicating much
13764         of their code here.
13765         (EnsureCellVisibility): reinstate a bunch of this code, since we
13766         can't just set the scrollbar Value and expect to do all the work
13767         in the ValueChanged handler.  Also, Call Update() after scrolling
13768         in one direction so the other XplatX11.ScrollWindow call has the
13769         proper stuff in the proper places.
13770         (EditCell): set is_editing to true before calling .Edit.
13771
13772         * DataGridTextBox.cs (set_IsInEditOrNavigateMode): just set it,
13773         don't bother comparing first.
13774         (OnKeyPress): call grid.ColumnStartedEditing before calling
13775         base.OnKeyPress.  this will set is_changing and invalidate the row
13776         header if necessary.
13777         (ProcessKeyMessage): for WM_CHAR messages, call
13778         ProcessKeyEventArgs directly.  swallow anything other than WM_CHAR
13779         and WM_KEYDOWN.
13780         
13781         * DataGridBoolColumn.cs (Edit): don't set is_editing to true here.
13782         it's done in the DataGrid.
13783         (NextState): call grid.ColumnStartedEditing, which takes care of
13784         invalidating the row header (and setting is_changing).
13785
13786         * DataGridTextBoxColumn.cs (Edit): don't set is_editing to true
13787         here.  it's done in the DataGrid.
13788
13789 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13790
13791         * Control.cs: allow changing the cursor when the mouse position is
13792         out of bounds but Capture is set.
13793         * LinkLabel.cs: handle the case when the mouse button is pressed on the
13794         linklabel but released somewhere else.
13795
13796 2006-05-25  Jackson Harper  <jackson@ximian.com>
13797
13798         * TreeView.cs: When we get focus if there is no selected node make
13799         it the top node
13800         - Remove some uneeded setup code from Draw.
13801         * TreeNodeCollection.cs: If the tree doesn't have a top node when
13802         a new node is inserted make the new node the top.
13803         * XplatUIX11.cs:
13804         * Timer.cs: Use Utc time so that no local time zone stuff needs to
13805         be used (should be faster).
13806         
13807 2006-05-25  Chris Toshok  <toshok@ximian.com>
13808
13809         * DataGrid.cs (EnsureCellVisibility): remove some code to fix a
13810         problem with the last commit.
13811
13812 2006-05-25  Chris Toshok  <toshok@ximian.com>
13813
13814         * DataGridTextBoxColumn.cs (ReleaseHostedControl): turns out we do
13815         need the invalidate call here, while scrolling right-to-left via
13816         the left arrow key (i.e. moving the editing cell while scrolling).
13817
13818         * DataGrid.cs (.ctor): remove the initialization of
13819         ctrl_pressed/shift_pressed.  We no longer track them using key
13820         up/down handlers, but by using Control.ModifierKeys.  Also, switch
13821         to using ValueChanged handlers on the scrollbars instead of
13822         Scrolled event handlers.  This simplifies a bunch of the scrolling
13823         code.
13824         (GridHValueChanged): rename from GridHScrolled, and change it to
13825         work with the new event args.
13826         (GridVValueChanged): same.
13827         (OnMouseDown): initialize ctrl_pressed/shift_pressed here.
13828         (OnMouseWheel): actually scroll the datagrid.  Don't change the
13829         selected cell.
13830         (ProcessGridKey): correct all the keyboard navigation stuff I
13831         could find.  Ctrl up/down/left/right/home/end work now.
13832         (EnsureCellVisibility): correct method name spelling.  Also,
13833         simplify this a touch by not explicitly calling the
13834         ScrollToRow/ScrollToColumnInPixels methods.  We just set the
13835         scrollbar value.
13836         (OnKeyUpDG): no need for this method now.
13837         
13838 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13839
13840         * LinkLabel.cs: display the OverrideCursor when hovering the label.
13841         Fixes bug #78392.
13842
13843 2006-05-25  Chris Toshok  <toshok@ximian.com>
13844
13845         * ThemeWin32Classic.cs: fix datagrid clipping problems caused by
13846         r61019.
13847
13848 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
13849
13850         * Application.cs: Moved setting of is_modal and closing to before
13851           we create the control, to allow the event handlers called as a
13852           result of creation affect closing. Also removed Gonzalo's previous
13853           change to setting DialogResult, the behaviour has been moved to 
13854           Form.ShowDialog()
13855         * Form.cs: 
13856           - ShowDialog(): Removed explicit creation of the form, let RunLoop
13857             handle it instead
13858           - ShowDialog(): If no dialog result is set, we need to return Cancel
13859           - WM_CLOSE: Fire Closing/Closed events, and reset dialog result if
13860             the close is cancelled
13861
13862 2006-05-25  Jackson Harper  <jackson@ximian.com>
13863
13864         * StatusBar.cs: We only need to update the sizes of the other
13865         panels when we have auto size contents.  Also we are only updating
13866         the contents of the panel, not the borders, so compensate for the
13867         border width (TODO: get this width from the theme somehow).
13868         * TreeView.cs: Scrollable is true by default
13869         - Use invalidate instead of refresh where needed
13870         - Factor the scrollable value into scrollbar updating
13871         - Update the scrollbars if the Scrollable property is altered
13872         - Update the selected node if its ImageIndex is changed
13873         - Handle null nodes in UpdateNode (mainly so we don't have to
13874         check if selected is null when updating it
13875         - Fix VisibleCount to use the ViewportRectangle so that scrollbars
13876         are factored into the visible count
13877         - Use VisibleCount for clarity in the code
13878         - When the font is changed we need to recurse through all the
13879         nodes and invalidate their sizes
13880         
13881 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13882
13883         * Application.cs: set the DialogResult to fixed when the main form is
13884         hidden or destroyed while being modal.
13885
13886 2006-05-25  Miguel de Icaza  <miguel@novell.com>
13887
13888         * Theme.cs: Use Tangoified messagebox icons. 
13889
13890         (GetSizedResourceImage): Also cope with width = 0 and do not
13891         trigger a warning in that case (0 means "give me your icon from
13892         the resouce, no special size needed).
13893
13894 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
13895
13896         * Application.cs: Leave runloop if the the main modal form is 
13897           hidden (fixes #78484)
13898
13899 2006-05-25  Atsushi Enomoto  <atsushi@ximian.com>
13900
13901         * BindingContext.cs : reject null datasource in Contains() and
13902           Item[].
13903         * CurrencyManager.cs : check data_member validity when data_source
13904           is dataset. When it is late binding, the initial position is -1.
13905
13906 2006-05-24  Jackson Harper  <jackson@ximian.com>
13907
13908         * TreeNodeCollection.cs: Dont't recalculate the visible order on
13909         inserted nodes that aren't visible.  This changes the
13910         max_visible_order which confuses scrollbar settings.
13911         - Use the enumerator to get the prev node instead of duplicating
13912         code.
13913         * TreeView.cs: Use new method for setting scrollbar values
13914         - Don't set the bounds every time the scrollbar is updated
13915         - When updating below the root node use an invalidate instead of a
13916         refresh to prevent the child controls (scrollbars) from being
13917         refreshed. (UpdateBelow still needs to be reworked anyways).
13918         - Reenable SetBottom now that visible orders are set correctly,
13919         added some debug code incase we ever get bad values there again.
13920         - Set the scrollbar max to 2 less then the max value, this
13921         compensates for the max value being one above the node count, and
13922         for scrollbars adding one extra "notch".
13923         - When drawing image nodes if there is an imagelist we draw the
13924         first image in the list if the supplied image index is out of the
13925         image list's bounds.
13926         
13927 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
13928
13929         * XplatUIX11.cs: Don't blindly cache hwnd.ClientRect, reset it when 
13930           we receive a size change from the WM (Fixes #78503)
13931
13932 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com>
13933
13934         * XplatUIWin32.cs, XplatUIX11.cs: Refresh when setting the Clip 
13935           rectangle (Fixes #78501)
13936
13937 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
13938
13939         * ButtonBase.cs: 
13940           - Fixed MouseUp, MouseDown and MouseMove to treat mouseevent.Button 
13941             as a bitfield.
13942           - Fixed MouseMove to no longer switch pressed state unless the left
13943             mouse button is pressed. Atsushi provided the original patch (#78485)
13944           
13945 2006-05-24  Jackson Harper  <jackson@ximian.com>
13946
13947         * ScrollBar.cs: New internal methods that allow us to change a
13948         couple values on the scrollbar (the most common case is maximum
13949         and large change) without getting multiple invalidates.
13950
13951 2006-05-24  Chris Toshok  <toshok@ximian.com>
13952
13953         * DataGridBoolColumn.cs (Abort): revert back to the saved setting.
13954         (Edit): save off the original state in oldState, and set
13955         grid.is_editing to true.
13956         (OnKeyDown): abort editing if escape is pressed.  also, call
13957         NextState if space is pressed.
13958         (OnMouseDown): call NextState.
13959         (NextState): factor out shared code from OnKeyDown and OnMouseDown
13960         here.  Also, only invalidate the row header once (on the initial
13961         is_changing switch) to save on redraws.
13962
13963 2006-05-24  Chris Toshok  <toshok@ximian.com>
13964
13965         * DataGridTextBoxColumn.cs (Commit): only call SetColumnValueAtRow
13966         if the value in the cell is different than it was before.  This
13967         keeps us from triggering a layout when we move around a datarid
13968         with a highlighted cell.
13969         (Edit): suspend layout when creating/positining the text box, and
13970         resume passing false so we don't ever actually re-layout.
13971         (ReleaseHostedControl): same.
13972         (EnsureTextBox): reformat slightly, and set WordWrap to false.
13973
13974         * DataGridTextBox.cs (ProcessKeyMessage): it's not true that all
13975         control-key sequences should go to the datagrid - remove that
13976         lock.  Also, modify the conditions under which we move between
13977         cells when moving the cursor within a cell, and remove the "this"
13978         and "base" from field accesses.  We weren't even consistent, given
13979         they all were in the base class.
13980
13981 2006-05-24  Atsushi Enomoto  <atsushi@ximian.com>
13982
13983         * Binding.cs : (.ctor)
13984           An obvious NRE fix for BindingTest.CtorNullTest().
13985
13986 2006-05-23  Chris Toshok  <toshok@ximian.com>
13987
13988         * TextBoxBase.cs (get_Text): don't add a trailing newline, add
13989         them between lines.  This fixes some quirks editing cells in the
13990         datagrid.
13991
13992 2006-05-23  Jackson Harper  <jackson@ximian.com>
13993
13994         * TreeView.cs: Use begin/end update when doing expand/collapse all
13995         so that we don't get flicker on the scrollbar.
13996
13997 2006-05-23  Jackson Harper  <jackson@ximian.com>
13998
13999         * TreeNode.cs: Bounds are computed 'on the fly' now.  This allows
14000         treenode calculations to be independant of the painting code. To
14001         do this nodes track a visible order which is calculated by the
14002         treeview.
14003         - Call new methods for expanding/collapsing nodes.  These methods
14004         use scrollwindow so we don't have to update everything below the
14005         node.
14006         * TreeView.cs: Refactored drawing and scrolling code.  We don't
14007         need to update nodes when drawing anymore or calculate scrollbar
14008         stuff.
14009         - Added new methods for expanding/collapsing nodes. These methods
14010         use ScrollWindow so as to not have to redraw all the nodes below.
14011         * TreeNodeCollection.cs: Recalc visible order and scrollbars when
14012         we add/remove nodes or sort.
14013         - Handle removing the selected and the top node properly.
14014
14015 2006-05-23  Chris Toshok  <toshok@ximian.com>
14016
14017         * DataGridTextBoxColumn.cs (Edit): set grid.is_editing to true.
14018         maybe this should actually happen in the datagrid code?
14019         (EndEdit): no need to invalidate anything, given that
14020         ReleaseHostedControl causes the datagrid to relayout, which
14021         invalidates everything anyway.
14022
14023         * DataGrid.cs (set_CurrentCell): remove duplicate check (it's also
14024         in SetCurrentCell).
14025         (set_SelectionBackColor): call InvalidateSelection instead of
14026         Refresh.
14027         (set_SelectionForeColor): same.
14028         (BeginEdit): Flesh this out a bit.
14029         (CancelEditing): only do any of this if we're editing/adding.
14030         (EndEdit): same.
14031         (OnMouseDown): there's no need to cancel editing here, it's done
14032         in SetCurrentCell.
14033         (SetCurrentCell): only invalidate the current row header if it's a
14034         different row than the new one.
14035         (ShiftSelection): fix this to work like MS does.
14036         (ResetSelection): factor out the invalidation of selected_rows to
14037         InvalidateSelection.
14038         (SetDataSource): cancel any editing that's going on.
14039
14040         * DataGridColumnStyle.cs
14041         (IDataGridColumnStyleEditingNotificationService.ColumnStartedEditing):
14042         call the non-interface version.
14043
14044         * ThemeWin32Classic.cs (DataGridPaintColumsHdrs): intersect the
14045         header rectangle with the clip rectangle so we don't redraw the
14046         entire header for just a small area.  Gets rid of the last flicker
14047         when horizontally scrolling.
14048         (DataGridPaintRow): same.
14049
14050 2006-05-23  Mike Kestner  <mkestner@novell.com>
14051
14052         * ListViewItem.cs: remove size for line hack from LargeIcon layout.
14053         * ThemeWin32Classic.cs: don't draw line.  it's really the top of a
14054         poorly placed checkbox on the MS control.  Fixes Alex's unfiled
14055         Critical bug report.
14056
14057 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
14058
14059         * PictureBox.cs: Fixed broken ControlStyles. Unit test no longer fails,
14060           and this fixes #78493
14061
14062 2006-05-23  Miguel de Icaza  <miguel@novell.com>
14063
14064         * Theme.cs (GetSizedResourceImage): Scale images if the proper
14065         size is not found.  
14066         
14067         * FileDialog.cs: Do not change the background for the side bar as
14068         it wont work nicely with the theme, and also reduces the artifacts
14069         in rendering the icons (which I want to fix too).
14070
14071         * MimeIcon.cs (ResourceImageLoader): Load images from assembly
14072         resources, not resgen resources. 
14073
14074         (PlatformDefaultHandler): Pull images using the new API.
14075
14076 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
14077
14078         * Hwnd.cs (Dispose): Remove any pending exposures. XEventQueue holds
14079           a reference to the hwnd and will not remove it unless there are
14080           no pending exposures (fixes #78341)
14081         * XplatUI.cs: Improved debug
14082
14083 2006-05-23  Atsushi Enomoto  <atsushi@ximian.com>
14084
14085         * MenuAPI.cs : don't handle OnClick event when it was not the left
14086           button. Fixed bug #78487.
14087
14088 2006-05-23  Mike Kestner  <mkestner@novell.com>
14089
14090         * MenuAPI.cs: fix placement of submenus for multi-row menu bars, and
14091         prefer submenus to the top menu for item lookup, to avoid popping down
14092         top-row items.
14093
14094 2006-05-23  Alexander Olk  <alex.olk@googlemail.com>
14095
14096         * ThemeWin32Classic.cs: Rewrote CPCPDrawScrollButton to drop
14097           Graphics.FillRectangle as the visual results are really bad (even
14098           on win). We now draw perfect arrows (and perfect shadows when the
14099           scrollbar is disabled). Simplified CPDrawGrid. CPDrawGrid now uses
14100           Pen.DashPattern to draw the dots of each line.
14101
14102 2006-05-22  Alexander Olk  <alex.olk@googlemail.com>
14103
14104         * FileDialog.cs: Update the filename combobox when navigating through
14105           the ListView with the cursor keys. Fixes part 7 of bug #78446.
14106
14107 2006-05-22  Mike Kestner  <mkestner@novell.com>
14108
14109         * ListView.cs: raise SelectedIndexChanged on keyboard selection.
14110         Fixes #78463.
14111
14112 2006-05-22  Mike Kestner  <mkestner@novell.com>
14113
14114         * ComboBox.cs: Refresh in EndUpdate to pick up all the dropped Paint
14115         requests. Fix a misspelled parameter and a copy paste exception error
14116         in Select.
14117
14118 2006-05-22  Peter Dennis Bartok  <pbartok@novell.com> 
14119
14120         * ThemeWin32Classic.cs: Changed DefaultFont emSize from 8.25 to 8
14121           to get the same width/height (5/13) on X11 as the default font has on
14122           win32. This means that our DefaultFont emSize is smaller than the 
14123           the MS SWF equivalent (even thought the width/height stays the same)
14124
14125 2006-05-20  Jackson Harper  <jackson@ximian.com>
14126
14127         * MdiClient.cs:
14128         * MdiWindowManager.cs:
14129         * InternalWindowManager.cs: Make sure to use the border width from
14130         the theme.
14131
14132 2006-05-20  Jordi Mas i Hernandez <jordimash@gmail.com>
14133
14134         * PrintDialog.cs: Implements printer details
14135
14136 2006-05-19  Alexander Olk  <alex.olk@googlemail.com>
14137
14138         * FileDialog.cs: Added focus handling for PopupButtonPanel.
14139           Fixes part 1 and 2 of bug #78446
14140
14141 2006-05-19  Peter Dennis Bartok  <pbartok@novell.com> 
14142
14143         * XplatUIX11.cs (SetWindowPos): Recalculate client area size on resizes
14144           instead of sticking to the first ever calculated value
14145
14146 2006-05-19  Mike Kestner  <mkestner@novell.com>
14147
14148         * ComboBox.cs: fix mouse motion selection to use MousePosition and
14149         PointToClient, since Capture is set. Fixes #78344.
14150
14151 2006-05-19  Mike Kestner  <mkestner@novell.com>
14152
14153         * ListView.cs: match MS behavior in Details view where items are not
14154         drawn if Columns.Count == 0. 
14155         * ThemeWin32Classic.cs: only highlight ListView selection if focused.
14156         Use a separate pen to draw the check, since changing the width affects
14157         the box as well.  Fixes #78454.
14158
14159 2006-05-18  Miguel de Icaza  <miguel@novell.com>
14160
14161         * ListView.cs: ArgumentOutOfRangeException, single versions of the
14162         exception should throw the name of the invalid argument.
14163
14164         * FileDialog.cs (OnClickOpenSaveButton): Avoid crash in open if
14165         there are no files listed. 
14166
14167 2006-05-18  Jackson Harper  <jackson@ximian.com>
14168
14169         * ThemeWin32Classic.cs: Don't use endcaps, they mess the drawing
14170         up.
14171
14172 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
14173
14174         * Control.cs: Brought back our old UpdateZOrder method as a private
14175           function and switched our calls from UpdateZOrder to the new one.
14176           This fixes the Paint.Net canvas disappearing bug.
14177
14178 2006-05-18  Jackson Harper  <jackson@ximian.com>
14179
14180         * Theme.cs:
14181         * ThemeWin32Classic.cs:
14182         * InternalWindowManager.cs: Move the drawing into the theme,
14183         expose everything the theme should need from the window manager.
14184
14185 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
14186
14187         * XplatUIX11.cs (DefWndProc): WM_SETCURSOR: Assign the return value 
14188           from the call to NativeWindow to avoid walking up the parent chain
14189           further than needed (speeds up setting cursors and avoids setting
14190           the wrong cursor if a parent has another cursor defined)
14191         * Cursor.cs: When loading an icon as cursor, MS uses the center of
14192           the icon as hotspot, not what's contained as hotspot in the icon
14193           file. This fixes the perceived drawing offset seen with Paint.Net
14194         
14195 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
14196
14197         * XplatUIX11.cs: 
14198           - Store the calculated rectangle in Hwnd object and use it when 
14199             setting the client size
14200           - Force Toolwindows to always be type Dock, to ensure they're on top
14201
14202 2006-05-18  Mike Kestner  <mkestner@novell.com>
14203
14204         * ComboBox.cs: first pass at ComboBox rework.  Layout is more
14205         consistent with MS positioning.  IntegralHeight, ItemHeight, Sizing.
14206         Correctly initialize textcontrol and ListBox on DropDownStyle changes. 
14207         Substantial refactoring to remove confusing nested classes. Coding
14208         standard and Get+Set->property refactorings.  Shift to index based
14209         highlighting in ComboListBox instead of constantly using IndexOf and
14210         Items[]. Add invalidations on resize for DropDownList to fix ugliness
14211         in FileDialog growth.  Draw borders manually since Simple mode needs
14212         to look like two independent controls.  Make listbox border
14213         conditional to DropDownStyle.  Improved OwnerDraw support.
14214
14215 2006-05-18  Sebastien Pouliot  <sebastien@ximian.com>
14216
14217         * PaintEventArgs.cs: For 2.0, check for a null Graphics in the .ctor. 
14218         Don't set the disposed graphics to null, so we can throw the "right"
14219         exception if the graphics is reused later (added a flag to avoid 
14220         double disposing). Some behaviours are different under 2.0 and are
14221         filled under bug #78448.
14222
14223 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
14224
14225         * Control.cs: When double-buffering is enabled, we need to reset
14226           our graphics context between paint calls. Otherwise, any 
14227           transformations and other alterations on the context will 
14228           become cumulative (#77734)
14229
14230 2006-05-18  Mike Kestner  <mkestner@novell.com>
14231
14232         * ListView.cs: do focused item selection like MS on clicks. 
14233         Rework focus handling for ItemControl so LostFocus invalidates as
14234         well.
14235         * ThemeWin32Classic.cs: only draw focus rectangle for ListViewItems if
14236         the ListView ItemControl has focus.
14237
14238 2006-05-17  Peter Dennis Bartok  <pbartok@novell.com>
14239
14240         * XplatUIX11.cs: If client_window ends up being width or height zero
14241           due to border settings, move it off window inside whole_window (#78433)
14242
14243 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
14244
14245         * Mime.cs: Shrink the mime file cache correctly.
14246
14247 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
14248
14249         * ThemeWin32Classic.cs: Readded button focus drawing code. (#78429)
14250
14251 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
14252
14253         * XplatUIX11.cs (AddExpose): More sanity checks
14254
14255 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
14256
14257         * XplatUIX11.cs:
14258           - AddExpose: Don't add expose ranges outside the size of our
14259             window
14260           - Cast opacity values to Int32 to avoid crashes with certain
14261             values
14262           - Added disabled code paths that protect against illegal cross-
14263             thread painting (Developers.exe)
14264
14265 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
14266
14267         * ProgressBar.cs: Invalidate the control when it's resized
14268           since block size is based on control size. (#78388)
14269
14270 2006-05-16  Miguel de Icaza  <miguel@novell.com>
14271
14272         * DataGrid.cs (SetDataBinding): per the discussion on irc, instead
14273         of setting the incoming argument to the "reset" value, we set the
14274         this.datamember to string.empty (before we were invalidating the
14275         incoming data).   
14276
14277         Fixes 78420
14278
14279 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
14280
14281         * Form.cs: Only apply transparency settings after the form
14282           is created. (Fixes #77800)
14283
14284 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
14285
14286         * ApplicationContext.cs: Grab the HandleDestroyed event so
14287           we know when to fire OnMainFormClosed 
14288
14289 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
14290
14291         * Application.cs: Introduced sub-class to allow tracking of
14292           threads and centralized triggering of the event mess for
14293           ThreadExit, AppExit, etc..  (#76156)
14294
14295 2006-05-16  Alexander Olk  <alex.olk@googlemail.com>
14296
14297         * MimeIcon.cs:
14298           - Do not return a null icon index value for a mime subclass.
14299             Instead try the main mime type class too.
14300           - Seems that some newer distributions don't have a link to some
14301             gnome default icons anymore. So check the default gnome dir too.
14302           
14303
14304 2006-05-16  Jackson Harper  <jackson@ximian.com>
14305
14306         * MdiClient.cs: Don't paint the parent background image if we have
14307         our own background image.
14308
14309 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
14310
14311         * Control.cs:
14312           - PerformLayout: Do not shrink space filled by DockStyle.Fill
14313             controls, all filled controls are supposed to overlap (#78080)
14314           - UpdateZOrder is supposed to update the control's z-order in the
14315             parent's z-order chain. Fixed to behave like that
14316           - BringToFront: Removed obsolete code
14317           - SendToBack: Simplyfied
14318           - SetChildIndex: Trigger layout calculations when Z-order changes
14319             since layout is done by z-order
14320
14321 2006-05-16  Chris Toshok  <toshok@ximian.com>
14322
14323         [ fixes bug #78410 ]
14324         * DataGrid.cs (set_AlternatingBackColor): use
14325         grid_drawing.InvalidateCells instead of Refresh().
14326         (set_BackColor): call grid_drawing.InvalidateCells.
14327         (set_BackgroundColor): use Invalidate instead of Refresh.
14328
14329         * DataGridDrawingLogic.cs (InvalidateCells): new function, just
14330         invalidate the cell area.
14331
14332 2006-05-15  Chris Toshok  <toshok@ximian.com>
14333
14334         [ fixes bug #78011 ]
14335         * ThemeWin32Classic.cs (DataGridPaintRows): pass the clip argument
14336         on to DataGridPaintRow.
14337         (DataGridPaintRow): take a clip argument, and only draw the cells
14338         which intersect it.  same with the not_usedarea.
14339
14340         * Theme.cs (DataGridPaintRow) add @clip parameter.
14341
14342         * DataGrid.cs (ScrollToColumnInPixels): simplify, use
14343         XplatUI.ScrollWindow.
14344         (ScrollToRow): same.
14345
14346         * DataGridDrawingLogic.cs (UpdateVisibleColumn): fix corner case
14347         with last column which was causing a gray swath to appear with the
14348         XplatUI.ScrollWindow code.
14349
14350 2006-05-15  Chris Toshok  <toshok@ximian.com>
14351
14352         * ListBox.cs (HorizontalScrollEvent): in the non-multicolumn case,
14353         use XplatUI.ScrollWindow.
14354         (VerticalScrollEvent): use XplatUI.ScrollWindow.
14355
14356 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com> 
14357
14358         * TextBoxBase.cs: Added handling of middle-button paste for X11. (#78375)
14359
14360 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
14361
14362         * Cursors.cs: For X11, read NWSE and NESW cursors from our resource
14363           file since there are no equivalent X11 cursors
14364
14365 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
14366
14367         * MonthCalendar.cs : DateTimePicker should reflect selected date
14368           on mouse*up*, not mouse*down*. Fixed originally reported part of
14369           bug #76474.
14370
14371 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
14372
14373         * TabControl.cs : When argument index is equal or more than tab
14374           count, just ignore. Fixed bug #78395.
14375
14376 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
14377
14378         * Control.cs: Dispose all child controls when control is diposed (#78394)
14379
14380 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
14381
14382         * ColorDialog.cs: Finally it is possible to select the color with
14383           the text boxes
14384
14385 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
14386
14387         * PrintDialog.cs: Fix typo
14388
14389 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
14390
14391         * PrintDialog.cs: PrintDialog is not resizable
14392         * ThemeWin32Classic.cs: Draw non links in LinkLabel with the correct
14393           color. Made some ToolBar drawing methods protected virtual.
14394
14395 2006-05-13  Jordi Mas i Hernandez <jordimash@gmail.com>
14396
14397         * PrintDialog.cs: Implementation of the PrintDialog
14398
14399 2006-05-12  Chris Toshok  <toshok@ximian.com>
14400
14401         * ScrollBar.cs (set_Value): don't use Dirty/Invalidate to move the
14402         thumb, instead use MoveThumb.  This has the side effect of making
14403         most of the other thumb moving machinery use MoveThumb as well.
14404         (OnHandleCreated): pass false for @dirty to UpdateThumbPos, as we
14405         need to actually invalidate the rectangle where the new thumb will
14406         go.
14407         (MoveThumb): use XplatUI.ScrollWindow to move the thumb around.
14408         We force an Update() after, so it's not as fast as it could be,
14409         but at least there's zero flicker and no droppings.
14410         (OnMouseMoveSB): in the thumb dragging case, use MoveThumb.
14411         (UpdateThumbPos): add another argument (dirty), which says whether
14412         or not to calculate/add dirty regions which we later invalidate.
14413         For cases where we know we're going to use MoveThumb, we pass
14414         false for this.  Otherwise, pass true.
14415
14416 2006-05-12  Jackson Harper  <jackson@ximian.com>
14417
14418         * ThemeWin32Class.cs: Fixes for alignment and icon rendering in
14419         the status bar.
14420         
14421 2006-05-12  Peter Dennis Bartok  <pbartok@novell.com>
14422
14423         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new SetClipRegion
14424           and GetClipRegion methods and UserClipWontExposeParent property.
14425         * XplatUIWin32.cs: Implemented SetClipRegion/GetClipRegion methods,
14426           overriding UserClipWontExposeParent property, setting to false, since
14427           Win32 handles the required expose messages to draw our clipped parent
14428           areas internally
14429         * XplatUIX11.cs: Implemented SetClipRegion and GetClipRegion; updated
14430           PaintEventStart to set the user clip region if set.
14431         * Control.cs: 
14432           - Now internally tracking the Region for the control since we need to
14433             store it if the handle is not yet created and only set it when it
14434             becomes created. Before setting the region forced handle creation
14435           - Added code to draw the parents underneath a user-clipped region
14436         * Hwnd.cs: Added UserClip property
14437
14438 2006-05-12  Chris Toshok  <toshok@ximian.com>
14439
14440         * ScrollBar.cs (set_LargeChange): Refresh() -> InvalidateDirty()
14441         (set_Maximum): same.
14442         (set_Minimum): same.
14443         (set_SmallChange): same.
14444         (OnMouseUpSB): remove the call to refresh when releasing the
14445         thumb.  We shouldn't need it.
14446         
14447 2006-05-12  Miguel de Icaza  <miguel@novell.com>
14448
14449         * StatusBar.cs (UpdatePanel): If the panel being refreshes has the
14450         AutoSize set to None, we do not need to relayout everything, we
14451         just need to invalidate the current region.
14452
14453         (Draw): Do not draw the entire ClientArea, just redraw the
14454         clip area being passed.
14455
14456         * MdiClient.cs: Make MdiClient constructor with the Form argument
14457         internal. 
14458
14459 2006-05-12  Jackson Harper  <jackson@ximian.com>
14460
14461         * ThemeWin32Classic.cs (DrawToolBar): Flat toolbars get their
14462         parents background image,  but strangely not their own.
14463         - (DrawStatusBarPanel): Take into account horizontal alignment
14464         when drawing the strings and icons.
14465
14466 2006-05-12  Mike Kestner  <mkestner@novell.com>
14467
14468         * ListBox.cs: avoid invalidations for focus when the collection is
14469         empty. 
14470
14471 2006-05-12  Chris Toshok  <toshok@ximian.com>
14472
14473         * ScrollBar.cs (OnMouseMoveSB): when dragging the thumb, don't
14474         invalidate the entire thumb area.  Call InvalidateDirty which
14475         limits the redraw to the thumb itself and surrounding pixels.
14476
14477         * XplatUIX11.cs (ScrollWindow): optimize copying.
14478         
14479 2006-05-12  Chris Toshok  <toshok@ximian.com>
14480
14481         * DataGridDrawingLogic.cs: make CalcGridAreas non-reentrant.
14482         Figure out the positioning/layout in a single pass instead of
14483         multiple recursive invocations.  Speeds up the initial display of
14484         the data grid.  Also, make many things private that were
14485         originally public but unused outside this class.
14486
14487 2006-05-11  Jackson Harper  <jackson@ximian.com>
14488
14489         * MdiClient.cs: Improved layout code.
14490
14491 2006-05-11  Jonathan Chambers  <jonathan.chambers@ansys.com>
14492
14493         * PropertyGrid.cs : Only check GetPropertiesSupported for properties,
14494           not SelectedObject.
14495
14496 2006-05-11  Chris Toshok  <toshok@ximian.com>
14497
14498         * Hwnd.cs (Invalid): don't start off with Rectangle.Empty, as
14499         union of that will always be {0,0,width,height}.
14500
14501 2006-05-11  Jackson Harper  <jackson@ximian.com>
14502
14503         * Form.cs: Match MS's DefaultSize for forms (they must have
14504         changed the size in sp2).
14505
14506 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
14507
14508         * TextBoxBase.cs : implement CTRL+A (select all). Fixed bug #78368.
14509
14510 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
14511
14512         * TextControl.cs : Fixed bug #78109. This incorrect position
14513           comparison caused crash on automatic line split.
14514         * TextBoxBase.cs : reduce duplicate code.
14515
14516 2006-05-10  Jackson Harper  <jackson@ximian.com>
14517
14518         * MdiClient.cs: Active form is only sent to the back when using
14519         the Next form functionality, when a form is clicked the current
14520         active shouldn't be sent to the back.
14521         - Layout the mdi windows when the container is first made visible.
14522         * Form.cs: Give the MdiClient a ref to the containing form when we
14523         create it.
14524         
14525 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
14526
14527         * LinkLabel.cs : link_font could be uninitialized, so populate one
14528           before actual use. Fixed bug #78340.
14529
14530 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
14531
14532         * XplatUIX11.cs : clipboard format native value is IntPtr.
14533           Fixed bug #78283.
14534
14535 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
14536
14537         * Control.cs: 
14538           - Instead of showing context menus directly we send WM_CONTEXTMENU, 
14539             which is passed up the parent chain by DefWndProc
14540           - We now handle WM_CONTEXTMENU to display any menu, or pass it 
14541             to DefWndProc (#77956)
14542         * XplatUIX11.cs: Added handling of WM_CONTEXTMENU (pass up) to DefWndProc
14543
14544 2006-05-10  Jackson Harper  <jackson@ximian.com>
14545
14546         * MdiClient.cs: We need to remove the controls from the mdi
14547         collection, when we close the window.
14548         * MdiWindowManager.cs: Special handling of closing mdi windows.
14549         * InternalWindowManager.cs: Make the close method virtual so the
14550         mdi window manager can handle it specially.
14551
14552 2006-05-10  Jordi Mas i Hernandez <jordimash@gmail.com>
14553
14554         * DataGrid.cs:
14555           - Recalculate grid when the data source has changed
14556           - Matches styles provided by user from all data sources types
14557         * DataGridTableStyle.cs: For columns that provided by the user set the
14558         with the preferred value is there was unassigned.
14559         * CurrencyManager.cs: throw OnItemChanged event
14560
14561 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com> 
14562
14563         * PictureBox.cs: Don't animate until handle is created. Start animation
14564           when handle is created.
14565
14566 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
14567
14568         * XplatUIX11.cs, Hwnd.cs: Adopted Mike's patch from #77979 to match
14569           current codebase.
14570         * XEventQueue.cs: We don't need to provide the extra info
14571
14572 2006-05-10  Jackson Harper  <jackson@ximian.com>
14573
14574         * MdiClient.cs: If the mdi clients parent form has a background
14575         image set, we draw that background image for the mdi area's
14576         background.
14577
14578 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
14579
14580         * TextBoxBase.cs: Set IBeam cursor (#78347)
14581
14582 2006-05-10  Mike Kestner  <mkestner@novell.com>
14583
14584         * ToolBar.cs: fix some text padding issues with ButtonSize
14585         calculation. Update the default size to match MS documentation.
14586         * ToolBarButton.cs: use ToolBar.ButtonSize for layout of unspecified
14587         button size. Fixes #78296.
14588
14589 2006-05-10  Mike Kestner  <mkestner@novell.com>
14590
14591         * ListBox.cs: use is_visible for scrollbar positioning in case the
14592         control isn't on screen yet.  Fix off by one with Right vs Width
14593         usage.  Update Scrollbars in SetBoundsCore. Fixes #78188 and #78258.
14594         
14595 2006-05-10  Jackson Harper  <jackson@ximian.com>
14596
14597         * X11Dnd.cs: Drop to a control with another control on top of it.
14598         * ToolBar.cs: Work on a copy of the buttons list, so that it can
14599         be modified in click handlers. TODO: Look for similar problems in
14600         other controls.
14601
14602 2006-05-09  Jackson Harper  <jackson@ximian.com>
14603
14604         * Form.cs: Window managers need the old window state when setting
14605         window state now.
14606         * InternalWindowManager.cs: Allow the base mdi window manager to
14607         handle more of the MDI only stuff (like maximize buttons).
14608         * MdiWindowManager.cs: Fix some snafus in changing the window
14609         state.  Add all the menu functionality, for both popup and
14610         maximized menus.
14611         * MdiClient.cs: When a new form is selected the currently
14612         activated form is sent to the back, this matches MS.
14613         - Implement a new method to activate the next mdi child window.
14614
14615 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com>
14616
14617         * Control.cs: 
14618           - Added new InternalCapture method to allow controls to prevent
14619             the capture behaviour on the click handlers
14620           - Switched to use InternalCapture
14621         * ComboBox.cs:
14622           - Using InternalCapture to prevent mouse captures from being released
14623             on mouse button release (Fixes #78100)
14624         * XplatUIX11.cs (DeriveStyles): Now checks caption state and only
14625           returns Form borders if a caption is present. (Fixes #78310)
14626
14627 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com> 
14628
14629         * TreeNode.cs: Changed serialization .ctor to not require every field
14630           to be present. (#78265)
14631         * OwnerDrawPropertyBag.cs: Added serialization .ctor
14632
14633 2006-05-05  Alexander Olk  <alex.olk@googlemail.com>
14634
14635         * MimeIcon.cs: for is faster than foreach for strings.
14636
14637 2006-05-05  Mike Kestner  <mkestner@novell.com>
14638
14639         * CheckedListBox.cs: update check handling code to not use selected.
14640         * ListBox.cs: rewrite of mouse selection handling to correspond to MS
14641         behavior for visual feedback, motion response, shift/ctrl handling,
14642         and properly deal with all 4 selection modes. Updates to bounds
14643         handling logic.  Add scroll wheel support. [Fixes #77842]
14644
14645 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
14646
14647         * ListView.cs:
14648           - Moved adding of Implicit controls into .ctor. That way, subsequent
14649             creation of the controls will not cause them to think they are 
14650             toplevel windows (fixes #78200 header problem)
14651           - Added 2.0 ShowGroups and UseCompatibleStateImageBehaviour
14652           - Switched visibility setting of header control to use internal field
14653             to avoid triggering handle creation
14654           - Now checking if handle is created before causing a refresh when items
14655             are added (This makes us now match handle creation time with MS)
14656         * Splitter.cs: Removed loading of private splitter cursor, switched to
14657           Cursors version now that that is loading the right ones
14658         * Cursors.cs: Load proper splitter cursors from resources
14659         * Cursor.cs: Added second method of loading resource cursors for the 
14660           VS.Net users amongst us
14661
14662 2006-05-05  Mike Kestner  <mkestner@novell.com>
14663
14664         * ListView.cs: give header_control a minimum size based on the
14665         ListView size.
14666
14667 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
14668
14669         * XplatUIX11.cs: WS_EX_TOPMOST requires window to be on top. A dock
14670           window seems to do that with metacity, so set that type. (#78120)
14671
14672 2006-05-05  Mike Kestner  <mkestner@novell.com>
14673
14674         * ListViewItem.cs: fix Details mode checkbox layout bug.
14675         * ThemeWin32Classic.cs: draw a ListView column header for unused space
14676         at the end of the header, if it exists. [Fixes for #78200]
14677
14678 2006-05-04  Jackson Harper  <jackson@ximian.com>
14679
14680         * MdiClient.cs: Add a helper property to get the container form.
14681         * MdiWindowManager.cs: We have to make sure to use the menu origin
14682         when drawing the icons and buttons, this fixes maximized window
14683         icons/buttons on win32.
14684         * InternalWindowManager.cs: Reset the restore captions when a
14685         window goes from Maximized to Minimized and vice versa. Move the
14686         DrawMaximizedButtons into the MdiWindowManager source, tool
14687         windows can't be maximized. NOTE: This could use a little
14688         refactoring if time ever permits.
14689         
14690 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
14691
14692         * TextBox.cs: Add MWFCategoryAttributes
14693         * TextBoxBase.cs: Add MWFCategoryAttributes
14694         * Form.cs: Add MWFCategoryAttributes
14695
14696 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
14697
14698         * Control.cs: Add MWFCategoryAttributes
14699         * ScrollableControl.cs: Add MWFCategoryAttributes
14700
14701 2006-05-03  Alexander Olk  <alex.olk@googlemail.com>
14702
14703         * ThemeWin32Classic.cs: Draw the ToolBar top border only if
14704           Divider is true. Fix a little glitch in PropertyToolBar
14705           drawing code
14706
14707 2006-05-02  Peter Dennis Bartok  <pbartok@novell.com> 
14708
14709         * Control.cs:
14710           - Dispose: Call base.Dispose, this causes the disposed event
14711             to be fired (and probably other, more important stuff)
14712           - SetVisibleCore: Set is_visible to true after creating the
14713             window so that the window still gets created invisible (if
14714             WM_VISIBLE isn't set). That will cause the ShowWindow afterwards
14715             to generate a WM_ACTIVE message
14716         * Form.cs: Call Dispose when we want to destroy the window, instead of
14717           just destroying the handle (Dispose will do that for us)
14718         * XplatUIX11.cs:
14719           - RootWindow also needs a queue, so we can properly process the
14720             property change events from RootWindow (like Activate)
14721           - Generatic synthetic WM_ACTIVE message when the active window is
14722             being destroyed
14723
14724 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
14725
14726         * LinkLabel.cs: Trigger a recalc of our label dimensions when
14727           bounds are changed
14728
14729 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com>
14730
14731         * ThemeWin32Classic.cs (ButtonBase_DrawImage): Use the proper image
14732           for determining width and height (image might not be assigned if
14733           we're drawing an imagelist)
14734
14735 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
14736
14737         * XplatUI.cs, XplatUIDriver.cs: Added MenuHeight property
14738         * XplatUIWin32.cs: Overriding new MenuHeight property, retrieving
14739           height from system
14740         * Theme.cs: No longer returns hardcoded menu height, instead calls
14741           new driver method
14742         * Form.cs (OnLoad): Scaling happens before triggering Load events 
14743           on MS (# 78257)
14744
14745 2006-05-01  Mike Kestner  <mkestner@novell.com>
14746
14747         * MenuItem.cs: fix NRE for text == null.  Fixes #78250.
14748
14749 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com> 
14750
14751         * TextBoxBase.cs: Removed Fixme
14752         * RichTextBox.cs (set_RTF): Invalidate document after update (#78247)
14753
14754 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com>
14755
14756         * XplatUIX11.cs:
14757           - ScrollWindow: We were passing hwnd.ClientRectangle which returns
14758             the rectangle relative to the parent, considering borders. We
14759             don't really want that.
14760           - ScrollWindow: Fixed warning to be more understandable
14761         * TextBoxBase.cs: Fixed ScrollWindow calculations to consider our
14762           scrollbars and scroll only the visible area
14763         * RichTextBox.cs: Removed debug output
14764
14765 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
14766
14767         * NumericUpDown.cs (Text): Just use base
14768         * UpDownBase.cs: Ensure txtView is created before using it
14769
14770 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
14771
14772         * XplatUIX11.cs (SetWindowTransparency): Casting opacity to int before
14773           casting to IntPtr to avoid 64bit overflow errors
14774
14775 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
14776
14777         * Control.cs:
14778           - AllowDrop: Don't force handle creation.
14779           - CreateHandle: Added call to tell driver if we're allowed to drop
14780
14781 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
14782
14783         * FileDialog.cs: Remember the last directory not only for the
14784           current instance but also for new FileDialog instances.
14785
14786 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
14787         
14788         * XplatUIX11.cs: Forgot to set the queue on the foster parent. That
14789           broke sending async messages
14790
14791 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
14792
14793         * XplatUIX11.cs:
14794           - ScrollWindow: Fixed method. We finally generate expose events again
14795             for scrolled areas. This was causing 'garbage' when scrolling
14796             textbox and other controls that used ScrollWindow
14797           - Switched from using the regular queue for paint events to the MS 
14798             model of 'generating' paint events when the queue is empty.
14799             We use the new XQueueEvent.Paint subclass to store which windows
14800             need painting.
14801           - AddExpose now takes the x/y/width/height of the exposed area
14802             and inserts the window into the paint queue if not already there
14803           - InvalidateWholeWindow: Switched to use new AddExpose method
14804           - UpdateMessageQueue: Added which queue to monitor for paint events
14805           - DefWndProc: Added default handler for WM_PAINT and WM_NCPAINT in
14806             the unlikely case nothing above handles it. We reset the expose
14807             pending states to get them off the queue.
14808           - GetMessage: Now pulls a paint event if no other events are in the
14809             queue
14810           - Invalidate: Switched to new AddExpose method
14811           - PeekMessage: Updated to understand pending paint events
14812           - UpdateWindow: Fixed logic bug. We were only updating if the window
14813             didn't need updating. Also switched to sending WM_PAINT directly,
14814             like MS does.
14815         * XEventQueue.cs: Added Paint queue support. Allows enqueue/dequeue
14816           and random access Remove(). The random access is needed to handle
14817           UpdateWindow() where a WM_PAINT is sent directly without accessing
14818           the queue.
14819         * ScrollBar.cs: Added Update() calls to cause immediate updates to
14820           allow for better feedback when scrolling. Scrollbars are small and
14821           the immediate update should make it 'feel' more responsive without
14822           slowing things down. ScrollBar still needs it's invaliate logic
14823           updated to not always invalidate the whole bar on certain changes.
14824
14825 2006-04-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14826
14827         * Control.cs:
14828         (BackColor): if the control does not support a transparent background,
14829         return the default backcolor when the parent backcolor is transparent.
14830
14831 2006-04-28  Peter Dennis Bartok  <pbartok@novell.com>
14832
14833         * Application.cs: Updated to new StartLoop/GetMessage API
14834         * RichTextBox.cs: Provide some output on RTF parsing errors
14835         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs: Added
14836           new queue_id argument to GetMessage and PeekMessage to allow faster
14837           handling of per-thread queues in drivers.
14838         * Hwnd.cs: Added Queue tracking and property
14839         * MenuAPI.cs: Updated to new StartLoop/GetMessage API
14840         * XEventQueue.cs: Added thread trackingA
14841         * PropertyGridView.cs: Updated to new StartLoop/GetMessage API
14842         * XplatUIX11.cs:
14843           - Implemented new per-thread queue
14844           - GetMessage: Fixed return/break behaviour on several cases. We were
14845             returning stale messages in some cases, instead of just processing
14846             the next message
14847
14848 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
14849
14850         * PropertyGrid.cs: Call GetPropertiesSupported on TypeConverter.
14851
14852 2006-04-27  Peter Dennis Bartok  <pbartok@novell.com>
14853
14854         * ThemeWin32Classic.cs (DrawToolBar): Refactored, simplified the logic,
14855           fixed off-by-one comparisons between Width/Height and Right/Bottom.
14856
14857 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
14858
14859         * PropertyGridView.cs: Fix drop down width.
14860
14861 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
14862
14863         * ThemeWin32Classic.cs: Peter thinks that three additional lines are
14864           a mess in DrawToolBar, so I removed one of them.
14865
14866 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
14867
14868         * ThemeWin32Classic.cs: Draw the ToolBar border lines only if
14869           needed (clip). Otherwise we get artifacts.
14870
14871 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
14872
14873         * FixedSizeTextBox.cs: Added constructor to allow specifying which
14874           dimension is fixed
14875         * UpDownBase.cs: Set the spinner control to be fixed height vertical,
14876           and switched FixedSizeTextBox to only be fixed vertical (#78116)
14877         * Form.cs: Not applying the 'MS 0.08 fudge factor' for a given dimension
14878           if it matches the scale base font (avoids unneeded scaling)
14879
14880 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
14881
14882         * X11DesktopColors.cs: One gtk_init_check should be enough
14883
14884 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com> 
14885
14886         * TextBoxBase.cs: Moved Backspace handling into WM_CHAR block to
14887           match MS behaviour
14888
14889 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
14890
14891         * TextBoxBase.cs: 
14892           - Generate OnTextChanged for Backspace even if we're only deleting
14893             the current selection
14894           - When setting the Text property, only select all text if the
14895             control does not have focus when it is being set. Otherwise
14896             just place the cursor at the beginning of the control
14897
14898 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
14899
14900         * ThemeWin32Classic.cs: ToolBars get drawn with two lines at the top.
14901           Added a little helper to draw PropertyGrid ToolBar with a different
14902           border and a different BackColor.
14903         * PropertyGrid.cs: Some background parts didn't get painted with the
14904           correct background color. Added a class that helps us to draw the
14905           correct border for PropertyGridView and a class that helps us to
14906           draw ToolBars with a different backcolor
14907         * PropertyGridView.cs: Draw PlusMinus with the correct colors.
14908
14909 2006-04-25  Jonathan Chambers  <jonathan.chambers@ansys.com>
14910
14911         * PropertyGrid.cs: Bug 78196, font size, and splitter location.
14912         * PropertyGridView.cs: Bug 78196, font size, and splitter location.
14913
14914 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
14915
14916         * XplatUIWin32.cs (DIBtoImage): ORing instead of ANDing the alpha
14917           into the palette entries. Also, since we're working on a copy
14918           we needed to copy the palette back onto the bitmap.
14919         * Cursor.cs: Same fix as XplatUIWin32.cs.
14920
14921 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com>
14922
14923         * ImageListStreamer.cs: Need to read the var (or we're off)
14924
14925 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
14926
14927         * TextControl.cs, ComboBox.cs, CommonDialog.cs, Theme.cs, 
14928           XplatUIWin32.cs, RichTextBox.cs, ImageListStreamer.cs,
14929           TextBoxBase.cs: Unused var fixes
14930         * AxHost.cs: Small 2.0 fix
14931         * XplatUIX11.cs: Switched to IntPtr from int for XA_CARDINAL atoms 
14932           as it seems that is what at least Metacity expects. This will make
14933           icons show up on 64bit platforms. We still have some 64bit size
14934           issues, though, since the startup app window size still won't match.
14935
14936 2006-04-25  Mike Kestner  <mkestner@novell.com>
14937
14938         * *.cs: cleanup newly reported exception var unused warnings.
14939
14940 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
14941
14942         * ThemeWin32Classic.cs: Button image alignment now matches exactly
14943           ms
14944
14945 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
14946
14947         * ThemeWin32Classic.cs: Fixed drawing code for buttons with an
14948           image. The image position is always the same, no matter if the
14949           button is pressed or not.
14950
14951 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
14952
14953         * FileDialog.cs: SaveFileDialog shouldn't rely on a MWFFileView
14954           selection and set the correct filename for SaveFileDialog.
14955           Patch by Emery Conrad.
14956
14957 2006-04-24  Mike Kestner  <mkestner@novell.com>
14958
14959         * ListView.cs (LastVisibleIndex): when in List mode of Alignment.Left,
14960         check for item.X outside the ClientRect instead of item.Y. Fixes
14961         #78151.
14962
14963 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14964
14965         * ImageListStreamer.cs: some images store a wrong grow factor, so don't
14966         trust that value blindly and do some sanity check. Fixes bug #77814.
14967
14968 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14969
14970         * ImageListStreamer.cs: save the mask as a 1bpp image.
14971
14972 2006-04-21  Mike Kestner  <mkestner@novell.com>
14973
14974         * CheckedListBox.cs: maintain CheckStatus here. Use DrawItemState to
14975         pass Checked and Indeterminate to the Theme Engine. Improve
14976         encapsulation with ListBox.
14977         * ListBox.cs: Keep a StringFormat instead of calculating it every item
14978         draw. Kill ListBoxItem. Refactor away the ListBoxInfo and ListBoxItem
14979         nested types.  Move all CheckState functionality to CheckedListBox.
14980         Make IntegralHeight work like MS.  Rewrite of Layout engine.  Fix
14981         OwnerDrawVariable layout/rendering.  Fix multicolumn rendering.  Fix
14982         ScrollAlwaysVisible handling. Refactor "selected" collections to use a
14983         single base list. Fix scrollbar sizing and placement to mirror MS.
14984         * Theme.cs: remove CheckedListBoxCheckRectangle. It wasn't really
14985         used.
14986         * ThemeWin32Classic.cs: implement Indeterminate CheckState rendering
14987         for CheckedListBox by using new DrawItemState info.  Center the
14988         checkboxes on the items. Use new StringFormat property.
14989
14990 2006-04-18  Jackson Harper  <jackson@ximian.com>
14991
14992         * Form.cs: MdiChildren don't do default locations the same way as
14993         regular forms.  This prevents a crash when trying to position the
14994         mdi windows.
14995
14996 2006-04-17  Jonathan Chambers  <jonathan.chambers@ansys.com>
14997
14998         * PropertyGridTextBox.cs: Formatting, copyright
14999         * PropertiesTab.cs: Formatting
15000         * PropertyGrid.cs: Formatting
15001         * PropertyGridView.cs: Formatting, fix drop down, enabled double 
15002           click toggling of values
15003           
15004 2006-04-17  Peter Dennis Bartok  <pbartok@novell.com> 
15005
15006         * KeyPressEventArgs: Added 2.0 only setter for KeyChar
15007         * Control.cs (.ctor): verify_thread_handle is static, don't reset
15008           every time a control is created
15009         * Application.cs: Removed obsolete EnableRTLMirroring method
15010
15011 2006-04-18  Gert Driesen  <drieseng@users.sourceforge.net>
15012
15013         * TabControl.cs: Avoid ArgumentOutOfRangeException when setting
15014         SelectedIndex to -1. Fixes bug #78121.
15015
15016 2006-04-17  Jackson Harper  <jackson@ximian.com>
15017
15018         * Binding.cs: Handle null values for Current and BindingContext.
15019         This occurs when binding is a little delayed.
15020         * CurrencyManager.cs: return null for Current when there are no
15021         items in the list.
15022         - Hookup to the listchanged event on the DataView and update
15023         bindings when the list is changed.  This fixes late binding of
15024         controls.
15025
15026 2006-04-17  Jackson Harper  <jackson@ximian.com>
15027
15028         * X11Dnd.cs:
15029         * XplatUIX11.cs: Drops should not create a mousedown. Patch by Tim
15030         Ringenbach.
15031
15032 2006-04-15  Alexander Olk  <alex.olk@googlemail.com>
15033
15034         * ThemeWin32Classic.cs: Draw disabled combo button in the correct
15035           place
15036         * ComboBox.cs: If the combobox is disabled call CPDrawComboButton
15037           with the correct ButtonState
15038
15039 2006-04-14  Peter Dennis Bartok  <pbartok@novell.com>
15040
15041         * XplatUIX11.cs: Improved distinguishing between window types to
15042           tell the WM a type closer to what the app wants (Fixes #78107)
15043
15044 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
15045
15046         * ThemeWin32Classic.cs: Fixed drawing of ContainerGrabHandle and
15047           GrabHandle
15048
15049 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
15050
15051         * ThemeWin32Classic.cs: Fixed size grip drawing and updated StatusBar
15052           drawing code to reflect the size grip changes
15053
15054 2006-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15055
15056         * ImageListStreamer.cs: fix handling of the mask that follows the main
15057         bitmap when deserializing and serialize it properly. The generated mask
15058         should better be a 1bpp image, but I'll do that later.
15059
15060 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
15061
15062         * FileDialog.cs: Show something in the DirComboBox on *nix if the
15063           path doesn't fit into some of our Current.Places
15064
15065 2006-04-13  Jackson Harper  <jackson@ximian.com>
15066
15067         * ComboBox.cs: Use borders instead of drawing our own decorations,
15068         try to obey correct rules for heights.
15069         * Theme.cs:
15070         * ThemeNice.cs:
15071         * ThemeClearLooks.cs:
15072         * ThemeWin32Classic.cs: Remove combobox decoration drawing code,
15073         this is now handled by borders.
15074         - Remove unused DrawListBoxDecorationSize method.
15075         
15076 2006-04-13  Mike Kestner  <mkestner@novell.com>
15077
15078         * MenuAPI.cs: null guarding for the disbled click check fixes crash
15079         reported by Alex.
15080
15081 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
15082
15083         * ThemeWin32Classic.cs: 
15084           - Fixed CPDrawStringDisabled
15085           - Corrected drawing of disabled menu items
15086           - Fixed drawing of disabled radio buttons (bug #78095)
15087           - Draw check in a disabled CheckBox with color ControlDark 
15088
15089 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
15090
15091         * Form.cs: Use the provided width when calculating the menu size;
15092           when being maximized we get WM_NCCALCSIZE before WM_WINDOWPOSCHANGED
15093           and ClientSize.Width won't be updated yet
15094         * Application.cs: Use Visible instead of Show() to make form visible,
15095           this way we create the handle later and menusize is considered
15096
15097 2006-04-12  Mike Kestner  <mkestner@novell.com>
15098
15099         * MenuAPI.cs: ignore clicks on disabled menu items. Thanks to Alex for
15100         reporting.
15101
15102 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
15103
15104         * TextBox.cs: Implemented context menu
15105
15106 2006-04-12  Mike Kestner  <mkestner@novell.com>
15107
15108         * ListView.cs: implement box selection. fixes #77838.
15109         * ThemeWin32Classic.cs: draw box select rect, remove a ResetClip.
15110
15111 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
15112
15113         * XplatUIX11.cs: Added setting of window type when transient window
15114           is created (metacity would move it otherwise)
15115         * X11Structs.cs: Added WINDOW_TYPE atoms
15116         * LinkLabel.cs: Override OnPaintBackgroundInternal and draw the
15117           background (the control is Opaque but still wants transparent
15118           backgrounds)
15119
15120 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
15121
15122         * Control.cs: Added OnPaintBackgroundInternal to allow controls
15123           that set Opaque but don't mean it (like all ButtonBase-derived
15124           controls) to still draw their background
15125         * ButtonBase.cs: Override OnPaintBackgroundInternal and draw
15126           the background
15127
15128 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
15129
15130         * Control.cs (PaintControlBackground): Set the graphics object
15131           on our PaintEvent to null to prevent it from being disposed
15132           when the PaintEvent gets disposed
15133
15134 2006-04-12  Alexander Olk  <alex.olk@googlemail.com>
15135
15136         * ThemeWin32Classic.cs: Use even more SystemBrushes and SystemPens
15137         * ThemeNice.cs, ThemeClearlooks.cs: fix typo
15138
15139 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
15140
15141         * Control.cs: 
15142           - Added transparency check to BackColor property. Transparent
15143             backgrounds are only allowed if the control styles permit it
15144           - Added recursive painting of parent control background and
15145             foreground if a control with a transparent backcolor is drawn
15146             (Thanks to Tim Ringenback for providing his 'hack' as a base
15147              for this patch) Fixes #77985 and #78026.
15148           - Added Opaque style check before calling OnPaintBackground, no
15149             need to draw the background if the control is opaque
15150           - Removed ControlAccessibleObject owner variable (inherited from
15151             base, no need to define again)
15152           - Added some documentation links explaining the drawing events
15153             and styles
15154
15155 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
15156
15157         * Splitter.cs (CalculateSplitPosition): Corrected the bad assumption
15158           that the affected control is the located at the left border of our
15159           parent (Fixes #77936)
15160
15161 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
15162
15163         * TextBoxBase.cs: When rendering disabled or readonly controls,
15164           draw the background with 'Control' instead of 'Window' color as
15165           long as the user hasn't specifically set a color
15166
15167 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
15168
15169         * TextBoxBase.cs: Don't try to shortcut by checking against base.Text
15170           since that won't be updated if the user types text (only if it's
15171           programatically set)
15172
15173 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
15174
15175         * ScrollableControl.cs: Calculate DisplayRect dynamically, so that
15176           layout changes do to app-triggered resizes will have the proper
15177           display rectangle for layout
15178
15179 2006-04-11  Alexander Olk  <alex.olk@googlemail.com>
15180
15181         * ThemeWin32Classic.cs:
15182           - Make use of the SystemBrushes and SystemPens wherever possible
15183           - Corrected some highlight colors
15184           - Corrected RadioButton and CheckBox FlatStyle.Flat and Popup
15185             drawing
15186         * Theme.cs: Added Empty field to CPColor struct
15187
15188 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
15189
15190         * ScrollabeControl.cs: We need to consider whether or not a scrollbar
15191           is displayed when calculating the display rectangle. Thanks to Mike
15192           for teaching me the err of my ways.
15193
15194 2006-04-10  Peter Dennis Bartok  <pbartok@novell.com>
15195
15196         * ScrollableControl.cs:
15197           - Rewrote DisplayRectangle code, now returning the proper x/y coords 
15198             (instead of 0,0) and we now return the real width/height instead of
15199             just the clientrectangle, adjusted for padding. The rectangle is
15200             now cached and created by the new CalculateDisplayRectangle method.
15201           - Created new CalculateDisplayRectange method, which basically does
15202             what get_DisplayRectangle() did originally, but now using the 
15203             right edge instead of DisplayRectangle to determine the size of
15204             our scrollbars
15205           - get_Canvas(): Fixed it to properly calculate canvas for 
15206             right/bottom controls which seem to be placed to the right/bottom
15207             of any controls that have a fixed location
15208           - Removed TODO that's taken care of
15209           - Removed NotImplementeds and attempted to implement AdjustFormScrollBars
15210             and SetDisplayRectLocation according to new MSDN2 docs
15211           - Added call to PerformLayout in OnVisibleChanged, MS causes a layout
15212             event when that is called, this is added for compatibility
15213           - ScrollControlIntoView(): Implemented.
15214           - Switched scrollbars to be implicit, they shouldn't be selectable
15215         * ContainerControl: Now that ScrollControlIntoView is implemented, we 
15216           call it when the active control is set/changed
15217         * ScrollBar.cs: Added support for generating Win32 scrollbar messages
15218         * ImplicitHScrollBar.cs, ImplicitVScrollBar.cs: Now setting new base
15219           implicit_control variable (used for native Win32 message generation)
15220         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Added new 
15221           HorizontalScrollBarHeight and VerticalScrollBarWidth properties
15222         * ThemeWin32Classic.cs: Now calling the driver for the scrollbar sizes
15223         * XplatUIStructs.cs: Added ScrollBarCommands enum
15224
15225 2006-04-10  Jackson Harper  <jackson@ximian.com>
15226
15227         * ButtonBase.cs:
15228         * CheckedListBox.cs:
15229         * ComboBox.cs:
15230         * DataGrid.cs:
15231         * DataGridView.cs:
15232         * Form.cs:
15233         * GroupBox.cs:
15234         * ListBox.cs:
15235         * PrintPreviewControl.cs:
15236         * ProgressBar.cs:
15237         * PropertyGrid.cs:
15238         * Splitter.cs:
15239         * StatusBar.cs:
15240         * TrackBar.cs:
15241         * UpDownBase.cs: Fixup base event overrides.
15242         
15243 2006-04-06  Mike Kestner  <mkestner@novell.com>
15244
15245         * ScrollBar.cs: fix "new event" declarations (#76509) and bounds check
15246         all user-initiated value changes to min <= value <= max-thumbsz+1.
15247         (set_Value): check for vert/horiz when calculating new thumb position.
15248         (LargeIncrement): bounds check to stop pos at max - thumb_size + 1
15249         like MS does.
15250         (OnMouseMoveSB): refactor the thumb dragging code and refine
15251         invalidation logic to reduce flicker.
15252         (SetEndPosition): bounds check to stop pos at max - thumb_size + 1
15253         (SmallIncrement): bounds check to stop pos at max - thumb_size + 1
15254         (UpdateThumbPosition): small code readability cleanup
15255
15256 2006-04-10  Alexander Olk  <alex.olk@googlemail.com>
15257
15258         * ThemeNice.cs: Small UI polishing. Draw borders a little bit
15259           different
15260
15261 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
15262
15263         * ThemeNice.cs: Use a better graphics effect when a button is pressed
15264
15265 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
15266
15267         * Theme.cs: Added GetDashPen and GetSizedPen to SystemResPool
15268         * ThemeWin32Classic.cs: Make use of the new SystemResPool methods.
15269           This dramatically reduces the number of Pen.Dispose calls. 
15270           Where possible call ResPool methods only once instead of calling it
15271           over and over again (for example for the same color).
15272
15273 2006-04-06  Mike Kestner  <mkestner@novell.com>
15274
15275         * TabControl.cs: fix for SelectedIndex updating on TabPage removals.
15276         Also remove an unused private field on the collection. Fixes #77972.
15277
15278 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
15279
15280         * ThemeNice.cs: Added ToolBar drawing code
15281
15282 2006-04-06  Mike Kestner  <mkestner@novell.com>
15283
15284         * Form.cs (ShowDialog): MS allows IWin32Window param to be a non-form.
15285         I'm assuming that means we need to look up the toplevel for the
15286         provided control. Fixes the crash trace in #77911 but exposes another
15287         crash in some strange reflection usage in NDocGui.
15288
15289 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
15290
15291         * ThemeNice.cs: Gave it a little silver touch and added Images
15292           method
15293         * FontDialog.cs: FontDialog is not resizable
15294         * FileDialg.cs: Added SizeGripStyle.Show
15295
15296 2006-04-05  Jackson Harper  <jackson@ximian.com>
15297
15298         * KeyboardLayouts.cs: Remove warning.
15299
15300 2006-04-05  Jackson Harper  <jackson@ximian.com>
15301
15302         * Control.cs: Enable OnPaintInternal so we can use it for drawing
15303         all of our controls instead of Paint +=.
15304         * ListBox.cs:
15305         * ListView.cs:
15306         * MenuAPI.cs:
15307         * MessageBox.cs:
15308         * NotifyIcon.cs:
15309         * ProgressBar.cs:
15310         * ScrollBar.cs:
15311         * Splitter.cs:
15312         * StatusBar.cs:
15313         * TabControl.cs:
15314         * TextBoxBase.cs:
15315         * ToolBar.cs:
15316         * TrackBar.cs:
15317         * UpDownBase.cs:
15318         * ComboBox.cs: Remove handling of WM_PAINT and WM_ERASEBKGND and
15319         use OnPaintInternal. Remove Width/Height and Visible checks in
15320         paint handler, this is done at a higher level now.
15321         * GroupBox.cs: Don't need to handle WM_ERASEBKGND anymore.
15322         * PaintEventArgs.cs: Add a handled flag so controls that don't
15323         want anymore painting after OnPaintInternal can make sure OnPaint
15324         isn't called.
15325
15326 2006-04-05  Mike Kestner  <mkestner@novell.com>
15327
15328         * Form.cs: fix the menu WndProc hacks to respect the native enabled
15329         state of the form, so that we don't process events when Modal dialogs
15330         are up. Fixes #77922.
15331
15332 2006-04-05  Alexander Olk  <alex.olk@googlemail.com>
15333
15334         * Mime.cs: Default for range length is 1 not 0. If set to 0 no match
15335           checking is done.
15336
15337 2006-04-05  Mike Kestner  <mkestner@novell.com>
15338
15339         * XplatUIX11.cs: fix typo in the EX_APPWINDOW transient patch.
15340
15341 2006-04-05  Mike Kestner  <mkestner@novell.com>
15342
15343         * ListView.cs (HeaderMouseMove): null guarding for the over column
15344         when setting up the drag_to_index.  Fixes #78015.
15345
15346 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com>
15347
15348         * XplatUIX11.cs: If WS_EX_APPWINDOW isn't set we don't want to show up
15349           in the taskbar. Transient windows seem to accomplish that.
15350
15351 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com> 
15352
15353         * Form.cs:
15354           - Re-enabled CreateParams.X/Y code for FormStartPosition
15355           - Added code for manual placement when creating the Control
15356           - Incomplete patch to treat MDI forms differently when
15357             setting the ClientSizeCore. (Still need to figure out handling
15358             x/y coords there)
15359         * XplatUIX11.cs:
15360           - When we're explicitly setting the X/Y position of a non-Child
15361             window, let the WM know. Metacity really wants this.
15362
15363 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
15364
15365         * ThemeNice.cs: Added CPDrawButton
15366
15367 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
15368
15369         * ThemeNice.cs: Changed the color for focused buttons and activated
15370           the arrows for small scroll buttons.
15371
15372 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
15373
15374         * ThemeWin32Classic.cs: Removed DrawFlatStyleButton, not needed
15375           anymore. Changed some method modifiers to protected (virtual)
15376         * ThemeClearlooks.cs: Updated to reflect the ThemeWin32Classic
15377           changes
15378         * ThemeNice.cs: Updated to reflect the ThemeWin32Classic changes.
15379           Updated drawing of menus, buttons and progressbars; added
15380           CPDrawBorder3D 
15381
15382 2006-04-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15383
15384         * ImageListStreamer.cs: implemented serialization/deserialization
15385         of the images.
15386
15387 2006-04-03  Alexander Olk  <alex.olk@googlemail.com>
15388
15389         * ThemeWin32Classic.cs:
15390           - Removed all the DrawFrameControl stuff; CPDrawButton,
15391             CPDrawCheckBox and CPDrawRadioButton are now handled directly
15392             inside the methods
15393           - Updated and corrected the drawing code of CPDrawButton,
15394             CPDrawCheckBox and CPDrawRadioButton to better match ms
15395           - Updated theme checkbox and radiobutton code to use the CP*
15396             methods
15397
15398 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
15399
15400         * XplatUIX11.cs: Enable clipping again now that the libgdiplus
15401           bug is fixed
15402
15403 2006-03-31  Jackson Harper  <jackson@ximian.com>
15404
15405         * XplatUIX11.cs: Somehow we get SETCURSORS for bad windows
15406         sometimes.
15407         * UpDownBase.cs: Don't CreateGraphics manually, use a
15408         Refresh. Ideally we would invalidate the correct areas here.
15409
15410 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
15411
15412         * XplatUIX11.cs: 
15413           - We now track the mapping state of windows. If a window (or 
15414             one of it's parents) is not mapped we no longer permit
15415             WM_PAINT messages to be generated since we'd otherwise get 
15416             lots of BadMatch X errors. Jackson did all the work figuring
15417             out the problem.
15418           - Destroying the caret if the window it's contained in is 
15419             destroyed. Can't use regular DestroyCaret method since it
15420             might fall into a drawing function (trying to remove the
15421             caret) and with that generate new BadMatch errors. Again,
15422             Jackson tracked this down.
15423           - Changed DestroyChildWindows to SendWMDestroyMessages, we now
15424             make sure we send the messages to all windows. (The old code
15425             would send the WM_DESTROY to the window, and then all child
15426             windows would be 'gone' because the WM_DESTROY handle lookup
15427             would no longer find the destroyed window)
15428         * Hwnd.cs: Added Mapping property to track mapping state of hwnd
15429         * X11Structs.cs: Added WindowType enum for MapWindow/UnmapWindow
15430
15431 2006-03-31  Jackson Harper  <jackson@ximian.com>
15432
15433         * ScrollableControl.cs: Dont recalc if we are not visible.
15434
15435 2006-03-31  Mike Kestner  <mkestner@novell.com>
15436
15437         * Control.cs (SetVisibleCore): move the CreateControl call up ahead of
15438         the visibility branch.
15439
15440 2006-03-31  Jackson Harper  <jackson@ximian.com>
15441
15442         * ScrollBar.cs: Cap values when incrementing/decrementing.
15443
15444 2006-03-31  Mike Kestner  <mkestner@novell.com>
15445
15446         * MenuAPI.cs: setup menu.tracker for popup/context menus.
15447         * ToolTip.cs: guard against timer expirations with no active control.
15448         Not sure why it happened.
15449
15450 2006-03-31  Mike Kestner  <mkestner@novell.com>
15451
15452         * ThemeWin32Classic.cs: add some horizontal padding space for the tip
15453         text.
15454         * ToolTip.cs: Position the tooltip based on where the cursor is at
15455         popup time, not at MouseEnter time.  Add a Down state so that we don't
15456         redisplay tips without a Leave. Use faked XplatUI.GetCursorInfo for
15457         positioning offset. Lookup DisplaySize at positioning time, since it
15458         can theoretically change during invocation.
15459         * XplatUIWin32.cs: fake GetCursorInfo until pdb can do it properly.
15460         * XplatUIX11.cs: fake GetCursorInfo until pdb can do it properly.
15461
15462 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
15463
15464         * ThemeWin32Classic.cs: Use CPDrawBorder3D to draw a GroupBox.
15465           Fixes behaviour when the Text property of the box is String.Empty
15466
15467 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com>
15468
15469         * XplatUIX11.cs: Only send mouseleave for our client windows, not
15470           for the whole window (otherwise we get WM_MOUSE_LEAVE twice for
15471           a window)
15472
15473 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
15474
15475         * FileDialog.cs: Visual enhancement for the popup buttons in 
15476           PopupButtonPanel
15477
15478 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
15479
15480         * ColorDialog.cs, FontDialog.cs: Make use of the updated 3D border
15481           code
15482
15483 2006-03-30  Alexander Olk  <alex.olk@googlemail.com>
15484
15485         * ThemeWin32Classic.cs: Updated MainMenu drawing of selected and
15486           highlighted menu items to match ms
15487
15488 2006-03-30  Peter Dennis Bartok  <pbartok@novell.com> 
15489
15490         * XplatUIX11.cs: Don't set a clip rectangle unless it's not empty
15491
15492 2006-03-30  Mike Kestner  <mkestner@novell.com>
15493
15494         * Menu.cs (SelectedItem): use new MenuItem.Selected prop.
15495         * MenuAPI.cs: use new MenuItem.Selected prop. redraw MainMenu when we
15496         go active to account for HotLight to Selected transition.
15497         * MenuItem.cs: add internal Selected prop. Fill out the Status
15498         property by calculating it from item info. Add HotLight,
15499         NoAccelerator, Checked, Grayed, and Disabled flags where appropriate.
15500
15501 2006-03-30  Mike Kestner  <mkestner@novell.com>
15502
15503         * MenuItem.cs: only emit DrawItem and MeasureItem for OwnerDraw.
15504
15505 2006-03-29  Jackson Harper  <jackson@ximian.com>
15506
15507         * Form.cs: Implement TODO.
15508
15509 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com> 
15510
15511         * PrintPreviewDialog.cs: Implemented missing methods and events; still
15512           missing proper dialog setup in the constructor
15513
15514 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com>
15515
15516         * ProgressBar.cs: Added 2.0 Style property that apps seem to use
15517         * Control.cs:
15518           - Implemented CheckForIllegalCrossThreadCalls, removed TODO
15519           - Fixed ResetBindings and removed TODO
15520           - Added check for cross-thread calls to get_Handle()
15521           - Added Marshaller attribute for set_Font to satisfy class status
15522         * FontDialog.cs: Removed TODOs that seemed implemented
15523         * UpDownBase.cs: Removed unneeded TODO and Fixme
15524         * MessageBox.cs: Implemented support for Default button and removed TODO
15525         * FileDialog.cs: Removed obsolete TODO
15526         * DomainUpDown.cs: Removed obsolete TODO
15527         * ButtonBase.cs: Removed obsolete TODO
15528         * XplatUIWin32.cs: Removed obsolete TODO
15529         * Form.cs:
15530           - Removed obsolete TODO
15531           - Calling CheckAcceptButton when the acceptbutton is changed to allow
15532             internal status updates
15533           - Making sure the active control is selected when the control is created
15534         * CurrencyManager.cs: Removed obsolete TODO
15535
15536 2006-03-29  Mike Kestner  <mkestner@novell.com>
15537
15538         * *.cs: fix remaining corcompare issues for 1.1 API with the exception
15539         of PrintPreviewDialog and RichTextBox.
15540
15541 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
15542
15543         * Theme.cs: Added a little helper to SystemResPool to get the Dark,
15544           DarkDark, Light and LightLight colors for a specific color
15545         * ThemeWin32Classic.cs:
15546           - Use Button drawing code to draw RadioButtons and CheckBoxes with
15547             Appearance = Button 
15548           - Make use of the new ResPool helper CPColor
15549           - Draw ProgressBar and StatusBar with correct 3D borders
15550
15551 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
15552
15553         * ColorDialog.cs: Return selected color. Fixes bug #77940.
15554
15555 2006-03-28  Mike Kestner  <mkestner@novell.com>
15556
15557         * ListView.cs: fix Icon layout to plan for scrollbar widths when
15558         calculating col/row counts.
15559
15560 2006-03-28  Mike Kestner  <mkestner@novell.com>
15561
15562         * ColumnHeader.cs:
15563         * ListView.cs:
15564         * ListViewItem.cs:
15565         * Menu.cs: 
15566         switch to explicit interface method implementation for some methods
15567         corcompare identifies as inconsistent with MS.
15568
15569 2006-03-28  Mike Kestner  <mkestner@novell.com>
15570
15571         * MainMenu.cs: 
15572         * Menu.cs:
15573         add a few missing methods from the class status output.
15574
15575 2006-03-28  Alexander Olk  <alex.olk@googlemail.com>
15576
15577         * ControlPaint.cs: Fixed ControlPaint.Light method. Results are now
15578           correct.
15579
15580 2006-03-28  Mike Kestner  <mkestner@novell.com>
15581
15582         * MenuAPI.cs: Deactivate on MainMenu item click. Fixes #77917.
15583
15584 2006-03-27  Mike Kestner  <mkestner@novell.com>
15585
15586         * ThemeWin32Classic.cs: Switch flat toolbars to use RaisedInner for
15587         the Hilight state to adapt to Alex's CPDrawBorder3D changes.
15588
15589 2006-03-27  Alexander Olk  <alex.olk@googlemail.com>
15590
15591         * ThemeWin32Classic.cs: Rewrote Button drawing code to match ms.
15592
15593 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
15594
15595         * ThemeWin32Classic.cs:
15596           - GroupBox: Inserted a little gap between the text and the lines
15597             on the right side
15598           - Made the code in CPDrawBorder3D more readable
15599           - Corrected the drawing location of the up and down arrows in 
15600             CPDrawScrollButton
15601
15602 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
15603
15604         * ControlPaint.cs: Corrected line widths in DrawBorder for
15605           ButtonBorderStyle Inset and Outset
15606
15607 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
15608
15609         * ThemeWin32Classic.cs:
15610           - Rewrote the totally broken CPDrawBorder3D method. That was
15611             one of the main problems for the terrific ThemeWin32Classic
15612             look
15613           - Updated and corrected Button drawing
15614           - Correct the dimensions of the SizeGrip to match ms ones
15615           - Removed a small drawing glitch in DrawComboBoxEditDecorations
15616         * XplatUIX11.cs: Draw borders with BorderStyle = Fixed3D with
15617           Border3DStyle.Sunken to match ms.
15618
15619 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
15620
15621         * ThemeWin32Classic.cs: First small part of the "de-uglify
15622           ThemeWin32Classic" effort, SizeGrip
15623
15624 2006-03-24  Jackson Harper  <jackson@ximian.com>
15625
15626         * XplatUIX11.cs: Give a max idle time of one second, this matches
15627         MS and forces an Idle event every second when there are no other
15628         events in the queue.
15629
15630 2006-03-24  Mike Kestner  <mkestner@novell.com>
15631
15632         * ListView.cs: Handle (Large|Small)ImageList == null more robustly.
15633         * ListView.Item.cs: fix layout issues with null image lists and images
15634         smaller than checkbox size.
15635         * ThemeWin32Classic.cs: Draw a 12 pixel line in ListView LargeIcon
15636         mode like MS does.  It's weird, but consistent.  ;-)
15637         Fixes #77890.
15638
15639 2006-03-24  Mike Kestner  <mkestner@novell.com>
15640
15641         * ListView.cs: Scroll wheel support for the item control.  Fixes
15642         #77839.
15643
15644 2006-03-23  Jackson Harper  <jackson@ximian.com>
15645
15646         * ScrollableControl.cs: Special case negative sized areas, not
15647         zero.
15648         * MonthCalendar.cs: Save the rect of the clicked date so we can
15649         use it for invalidation.
15650         - Try to cut down on the number of invalidates
15651         - Invalidate the rect the mouse is over and was over when moving
15652         the mouse, so we get the focus box following the cursor.
15653
15654 2006-03-23  Mike Kestner  <mkestner@novell.com>
15655
15656         * ThemeWin32Classic.cs: fix FullRowSelect selection background and
15657         focus rectangle drawing. Fixes #77835.
15658
15659 2006-03-23  Mike Kestner  <mkestner@novell.com>
15660
15661         * XplatUIX11.cs: rework the fix for #77828 by changing the order of
15662         the if and else if and reverting back to the original == check on the
15663         None conditional.
15664
15665 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
15666
15667         * FontDialog.cs: Update the example panel if the selected index of
15668           the fontListBox changes.
15669
15670 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
15671
15672         * FileDialog.cs: Make FileDialog remember which directory it was in
15673           last in the same execution.
15674
15675 2006-03-22  Mike Kestner  <mkestner@novell.com>
15676
15677         * FileDialog.cs: make the DropDownMenu on the toolbar display
15678         RadioChecks since they are mutually exclusive and that's what MS does.
15679
15680 2006-03-22  Mike Kestner  <mkestner@novell.com>
15681
15682         * Theme.cs: add Color param to CPDrawMenuGlyph.
15683         * ThemeWin32Classic.cs: do color specific menu glyph rendering so that
15684         checks and radio marks and arrows are visible on highlighted items.
15685         * ControlPaint.cs: update to use new Theme signature.
15686
15687 2006-03-22  Mike Kestner  <mkestner@novell.com>
15688
15689         * MenuAPI.cs: only process Enter and arrow keypresses if the tracker
15690         is active. Fixes #77870.
15691
15692 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
15693
15694         * FileDialog.cs: Corrected TabIndex order and set fileNameComboBox
15695           to be focused/selected after startup
15696
15697 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
15698
15699         * ColorDialog.cs: 
15700           - Corrected behaviour of Color, AllowFullOpen, FullOpen,
15701             CustomColors and ShowHelp properties
15702           - Some internal rewrites to get better results when using the
15703             ColorMatrix
15704
15705 2006-03-22  Mike Kestner  <mkestner@novell.com>
15706
15707         * ListView.cs: hook into Peter's new ResetMouseHover capability to fix
15708         HoverSelection.  Fixes #77836.
15709
15710 2006-03-22  Mike Kestner  <mkestner@novell.com>
15711
15712         * FileDialog.cs: bugfixes for the toolbar.  Use PushButtons instead of
15713         ToggleButtons.  (De)Sensitize the Back button around a stack count of
15714         1, not 0.  Update ButtonSize based on a pixel count of the win32
15715         control.  Adjust the toolbar size/location for new button size.
15716
15717 2006-03-22  Jackson Harper  <jackson@ximian.com>
15718
15719         * XplatUIX11.cs: Don't handle configurenotifys if PostQuitState is
15720         true.
15721         * ScrollBar.cs: When doing increments and decrements we need to
15722         set the Value property so that ValueChanged gets raised. A
15723         possible optimization here would be to make an internal SetValue
15724         that doesn't invalidate immediately.
15725         * ToolTip.cs: Tooltips get added to their container (when
15726         supplied) so they get disposed when the container is disposed.
15727         - Don't create tooltips for String.Empty. This prevents all these
15728         little 2-3 pixel windows from showing up when running nunit-gui
15729         and driving me mad.
15730         * Form.cs: Don't set topmost when setting the owner if the handles
15731         haven't been created yet.  The topmost set will happen when the
15732         handles are created.
15733
15734 2006-03-22  Peter Dennis Bartok  <pbartok@novell.com> 
15735
15736         * XplatUIX11.cs:
15737           - DeriveWindowStyles: Fixed typo in borderstyle generation (#77828)
15738           - SetVisible: Sending WINDOWPOSCHANGED for all controls when made 
15739             visible (to allow them to recalculate their sizes)
15740
15741 2006-03-21  Mike Kestner  <mkestner@novell.com>
15742
15743         * ThemeWin32Classic.cs: major refactoring of the ToolBar rendering
15744         methods. Removed a ton of redundant code.  Still not really happy with
15745         the border rendering, but I think that's mainly because of the
15746         ControlDarkDark being black instead of a dark grey. Depending on how 
15747         close we want to be, we might want to revisit those color choices.
15748         Among the new features added during the refactor were DropDownArrow
15749         pressed rendering, Disabled image rendering.  Proper flat appearance
15750         boundary rendering.  Removed the Divider and Wrapping dividers since I
15751         can't figure out any combination of themes and conditions to make the
15752         MS control draw a horizontal line on a toolbar despite what the
15753         Divider property docs indicate.
15754         * ToolBar.cs: rewrite the layout engine. Fixes numerous flicker
15755         conditions and incorrect layout.  Updated to coding standard.
15756         * ToolBarButton.cs: refactored layout and positioning code from
15757         ToolBar to here.  Invalidate wherever possible instead of forcing
15758         redraws of the whole toolbar. 
15759         (Known remaining issues: explicit ButtonSize smaller than provided
15760         images.)
15761
15762 2006-03-21  Mike Kestner  <mkestner@novell.com>
15763
15764         * ContextMenu.cs (Show): use the position parameter instead of just
15765         showing at the MousePosition.
15766
15767 2006-03-21  Jackson Harper  <jackson@ximian.com>
15768
15769         * TabControl.cs: Remove the call to ProcessKeyEventArgs and let
15770         control handle this.
15771         * TreeNodeCollection.cs: If we are clearing the root node we need
15772         to reset top_node so calcs can still happen.
15773         * ThemeWin32Classic.cs: This is a Flags so we need to check
15774         properly.
15775         
15776 2006-03-21  Jackson Harper  <jackson@ximian.com>
15777
15778         * DataGrid.cs: Create columns when the binding context has been
15779         changed.
15780         * X11Structs.cs: Keysyms are uints.
15781         - Add size to fix build.
15782
15783 2006-03-21  Peter Dennis Bartok  <pbartok@novell.com> 
15784
15785         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
15786           XplatUIOSX.cs: 
15787           - Added ResetMouseHover method to allow controls to retrigger
15788             hovering if they need it more than once
15789           - Implemented MouseHoverTime and MouseHoverSize properties
15790         * Timer.cs: Start() must reset the interval
15791         * SystemInformation.cs: Added 2.0 MouseHoverTime and MouseHoverSize
15792           properties
15793
15794 2006-03-21  Jackson Harper  <jackson@ximian.com>
15795
15796         * X11Keyboard.cs: improved layout detection. Move the nonchar
15797         tables into this file.
15798         * KeyboardLayouts.cs: Move the tables into resource files.
15799
15800 2006-03-21  Mike Kestner  <mkestner@novell.com>
15801
15802         * ListView.cs: use OnItemActivated to raise events. Fixes #77834.
15803
15804 2006-03-21  Alexander Olk  <alex.olk@googlemail.com>
15805
15806         * Mime.cs: Various speed optimizations. Looking up mime types
15807           is now 2 times faster than before
15808
15809 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com> 
15810
15811         * CreateParams.cs: Added internal menu field
15812         * Control.cs: 
15813           - Switched call order for UpdateBounds; now we always call
15814             the one that also takes ClientSize, and we're calculating the 
15815             client size via driver method in the others. The previous
15816             method of tracking client size by difference wasn't working
15817             for forms where even the starting client size wouldn't match
15818             the overall form size (due to borders) (Part of fix for #77729)
15819           - CreateParams(): Do not use parent.Handle unless the handle is
15820             already created. Causes havoc with Nexxia and throws off our
15821             creation of controls
15822         * XplatUIX11.cs:
15823           - Created new PerformNCCalc method to trigger WM_NCCALCSIZE message
15824           - Switched handling of ConfigureNotify over to new PerformNCCalc 
15825             method (consolidates code)
15826           - Changed RequestNCRecalc to use new PerformNCCalc method
15827           - Added calls to RequestNCRecalc when menus and borders are changed
15828             to allow app to set NC size. (Part of fix for #77729) This matches
15829             when MS send a WM_NCRECALC on Win32 windows.
15830           - Now sending WM_WINDOWPOSCHANGED when toplevel for is made visible
15831             (Part of fix for #77729). This matches what MS does, they also
15832             send that message when the form is made visible.
15833           - XException.GetMessage: Improved usability of X errors by including
15834             a translation of the window into Hwnd and Control class
15835           - Improved debug info for window creation, reparenting and destruction
15836           - Created helper method WindowIsMapped() [Currently not used]
15837         * XplatUIWin32.cs: Added ToString() debug helper to RECT structure
15838         * Form.cs:
15839           - CreateParams: Now setting our menu on the new internal menu field
15840           - SetClientSizeCore: Now passing cp.menu instead of ActiveMenu to
15841             avoid calculating the same property twice
15842         * Hwnd.cs:
15843           - Improved usability of ToString() for debugging purposes
15844           - GetWindowRectangle(): Now uses proper CalcMenuBarSize method to
15845             determine the height of the menu, instead of just the font. This
15846             required to also create a graphics context and to keep a bmp 
15847             around (for performance reasons)
15848
15849 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com>
15850
15851         * MenuAPI.cs: Added OnMouseUp method
15852         * Form.cs:
15853           - Now remembering the requested client size, avoids size errors
15854           - WndProc: Now handling WM_xBUTTONUP and passing it to MenuTracker
15855             instead of base if the menu is active. This is required due to
15856             control now capturing and releasing on down/up and it would
15857             prematurely release our menu capture
15858
15859 2006-03-17  Jackson Harper  <jackson@ximian.com>
15860
15861         * KeyboardLayouts.cs: Add the czech layouts.
15862
15863 2006-03-16  Jackson Harper  <jackson@ximian.com>
15864
15865         * Control.cs: Use the viewport space when sizing not the controls
15866         client size, so things like ScrollableControl that effect the
15867         viewport size (when scrollbars are added) are computed correctly.
15868         * BindingContext.cs: Cleanup to use the DataSourceEntrys instead
15869         of ManagerEntrys.
15870         - Handle creating BindingManagers for null data sources.
15871         * DataGrid.cs: Bind the cached_currencymgr_events to the real data
15872         source, otherwise when rows are added they are added to the 'fake'
15873         datasource and we will crash when trying to set the position in
15874         those rows.
15875         - Use Implicit scrollbars on the datagrid so they arent
15876         selectable.
15877         
15878 2006-03-16  Jackson Harper  <jackson@ximian.com>
15879
15880         * Binding.cs:
15881         * InternalWindowManager.cs:
15882         * MdiWindowManager.cs:
15883         * X11Keyboard.cs: I really want Mike to love me again (fix
15884         compiler warnings).
15885
15886 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com>
15887
15888         * DataGrid.cs:
15889           - OnMouseDown: Switch to editing mode when clicking on the cell
15890                          even if we're clicking on the cell that's currently 
15891                          selected
15892           - ProcessGridKey: Left/Right now wrap like MS.Net does
15893           - ProcessGridKey: Tab now knows to add a new row when tab is
15894                             pressed in the cell of the last column of the 
15895                             last row
15896           - ProcessGridKey: Enter now adds another row  if pressed in the last
15897                             row and selectes the new row, same column cell
15898           - ProcessGridKey: Home/End navigate columns, not rows, like 
15899                             originally implemented
15900           - Broke ProcessKeyPreview code out into an extra Internal method
15901             so it can be called from the edit code
15902         * DataGridTextBox.cs (ProcessKeyMessage):
15903           - Switched to accept Tab keypresses
15904           - Added F2 handling to allow jumping to the end of the edited cell
15905           - Added logic to allow moving caret left/right inside edited cell
15906             and making the edited cell jump when the caret hits cell borders
15907           - Tab and Enter are now passed to the datagrid after being handled
15908         * TextBoxBase.cs:
15909           - Removed capture code now that Control handles it
15910           - set_SelectionStart now ensures caret is visible
15911
15912 2006-03-16  Jackson Harper  <jackson@ximian.com>
15913
15914         * TrackBar.cs: Debackwards the increment/decrement for handling
15915         mouse clicks on the bar with vertical trackbars.
15916         * ThemeWin32Classic.cs: Draw vertical trackbars with 0 at the
15917         bottom to match MS.
15918
15919 2006-03-16  Mike Kestner  <mkestner@novell.com>
15920
15921         * ListView.cs: make shift/ctrl keyboard and mouse selection 
15922         consistent with the MS control. Fix a bug in
15923         SelectedListViewItemCollection.Clear that was pissing me off for the
15924         better part of a day because the collection was being altered
15925         underneath us as we walked the list.
15926
15927 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com> 
15928
15929         * Control.cs: Not sure how we could miss this so long, but it seems
15930           that MS.Net has Capture set all the way from before calling 
15931           OnMouseDown through sending the mouse events until after
15932           OnMouseUp. This will fix DataGrid's selection being set to end
15933           at the location of the MouseUp.
15934
15935 2006-03-15  Jackson Harper  <jackson@ximian.com>
15936
15937         * BindingContext.cs: Check the binding after its added so that it
15938           can initialize the binding managers and hookup to events.
15939         * Binding.cs: Data members seem to sometimes include rows/cols in
15940           the format Row.Column we now take this into account.
15941           - Hookup to the position changed event so we can update the
15942           control when the position has changed in the data set.
15943         * CurrencyManager.cs: Take into account the row/col naming
15944           convention when creating dataset tables.
15945         * BindingContext.cs: Using a newer better way of storing
15946           datasource/datamember pairs.  Hopefully this better matches MS for
15947           looking up binding managers.
15948
15949
15950 2006-03-15  Jackson Harper  <jackson@ximian.com>
15951
15952         * BindingContext.cs: The currency manager needs the data member
15953         name, if the member is a data set we use the name to find the
15954         correct table.
15955         * CurrencyManager.cs: When creating the list prefer an IList over
15956         an IListSource.
15957         - Attempt to create a DataTable from a DataSet (TODO: might need
15958         some better error checking here, although MS doesn't seem to have much)
15959         - If we have a DataTable create a view and use it as our list.
15960
15961 2006-03-15  Mike Kestner  <mkestner@novell.com>
15962
15963         * ListView.cs: keep a matrix of the icon mode layout to facilitate
15964         keyboard navigation. Support Up/Down/Left/Right selection correctly
15965         for all 4 View modes.
15966         * ListViewItem.cs: add internal row/col fields for icon layouts.
15967
15968 2006-03-15  Jackson Harper  <jackson@ximian.com>
15969
15970         * TabControl.cs: Redraw the tabs when we resize so their newly
15971         calculated sizes are drawn on screen.
15972         * X11Keyboard.cs: Begginnings of XIM support.  We also now support
15973         composite characters.
15974         * XplatUIX11.cs: Keyboard driver needs to know about focus changes
15975         - filter events so that composite characters can be created
15976         patches by peter
15977         * X11Structs.cs: Add XIMProperties enum.
15978
15979 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
15980
15981         * Control.cs (BringToFront, SendToBack): Don't use window or handle
15982           unless it's created
15983
15984 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
15985
15986         * Control.cs (PerformLayout): We don't need to consider visiblity
15987           for anchoring, only for docking. This fixes 'whacky' alignment
15988           in listbox and other controls that use implicit scrollbars after
15989           the previous PerformLayout patch
15990         * ListBox.cs: Switched to use implicit scrollbars
15991           
15992 2006-03-14  Mike Kestner  <mkestner@novell.com>
15993
15994         * ToolBar.cs: 
15995         * VScrollBar.cs:
15996         - chain up the "new event" overrides to base and use
15997         OnEvent to raise them.  Part of fix for bug #76509.
15998
15999 2006-03-14  Alexander Olk  <alex.olk@googlemail.com>
16000
16001         * FileDialog.cs: Do not select an item in the parent directory
16002           on backspace
16003
16004 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
16005
16006         * Control.cs (PerformLayout): It would seem that we considered
16007           invisible windows for our layout. Not quite the right thing
16008           to do. Now we don't any longer, thereby fixing bug #76889.
16009
16010 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
16011
16012         * Control.cs (CanFocus): I goofed. A control can have focus 
16013           even though it's not selectable. Made it match MS docs.
16014
16015 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
16016
16017         * ControlPaint.cs (DrawBorder3D): DrawBorder3D does not fill the
16018           center by default (fixes #76895)
16019         * ThemeWin32Classic.cs, ThemeNice.cs, ThemeClearlooks.cs: Replaced 
16020           all uses of Border3DSides.All with the explicit ORd together
16021           Left|Right|Top|Bottom because I assume that nobody was aware 
16022           that All also implies a center fill. Most places I checked had
16023           a fill right above.
16024         * ProgressBarStyle.cs: Added
16025
16026 2006-03-13  Mike Kestner  <mkestner@novell.com>
16027
16028         * ListView.cs: fix breakage in drag shadow header positioning 
16029         from Peter's csc compilation fix.
16030
16031 2006-03-13  Mike Kestner  <mkestner@novell.com>
16032
16033         * ListView.cs: fix NRE produced by backspacing twice in a focused
16034         FileDialog.
16035
16036 2006-03-13  Mike Kestner  <mkestner@novell.com>
16037
16038         * ListView.cs: proxy Key(Down|Up) from ItemControl to ListView.
16039
16040 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
16041
16042         * Hwnd.cs: Added fixed_size field to track windows whose size cannot
16043           be changed
16044         * XplatUIX11.cs: Now setting fixed_size on hwnd and if set, re-setting
16045           the allowed size before making programmatic size changes
16046
16047 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com> 
16048
16049         * XplatUIX11.cs: Don't call XSetWMNormalHints if no flags are 
16050           set, metacity is broken and will still use the emty sizes in 
16051           the struct. (Fix for #77089)
16052
16053 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
16054
16055         * XplatUIStructs.cs: Split WindowStyles into WindowStyles and 
16056           WindowExStyles and marked both enums as Flags
16057         * Form.cs, ComboBox.cs, ToolTip.cs, Control.cs, PropertyGridView.cs,
16058           NotifyIcon.cs, MenuAPI.cs, XplatUIOSX.cs, MonthCalendar.cs: Updated
16059           to match WindowStyles split
16060         * XplatUIX11.cs:
16061           - SetWMStyles: Added cehck to not apply WM attributes to Child windows
16062           - Updated to match WindowStyles split
16063         * XplatUIWin32.cs:
16064           - Fixed FosterParent creation, was using ExStyle on the Style field
16065             (This should help with Popup focus issues)
16066           - Updated to match WindowStyles split
16067
16068 2006-03-13  Jackson Harper  <jackson@ximian.com>
16069
16070         * MdiWindowManager.cs: Use the system menu height. Fixes some
16071         strange sizing issues.
16072
16073 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
16074
16075         * RichTextBox.cs: Need to scroll to caret after text is inserted (#77672)
16076         * TextBoxBase.cs:
16077           - Scroll to caret after inserting text (#77672)
16078           - Make scroll range one pixel higher, fixes off-by-one error (and
16079             makes underlines visible on the last line)
16080
16081 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com> 
16082
16083         * XplatUIX11.cs: Added call to new Keyboard.ResetKeyState to prevent
16084           the keyboard state from being stuck with keys in 'pressed' state when
16085           focus is switched away via keyboard
16086         * X11Keyboard.cs: Added new ResetKeyState method to allow drivers to
16087           reset the keyboard if no X11 KeyUp events are expected to come
16088         * X11Structs.cs: Switched type of Visible to bool to match driver
16089
16090 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
16091
16092         * TextControl.cs:
16093           - Switched caret to be just 1 pixel wide, matches MS and looks less
16094             clunky
16095           - Moved caret display 1 pixel down from the top of the control
16096             to improve view
16097           - InsertCharAtCharet: Update the selection start if moving the caret
16098             (fixes bug #77696; based on patch suggested by kazuki@panicode.com)
16099           - No longer always creating the caret when the caret methods are
16100             called. Only the actual ShowCaret/HideCaret will do that now
16101           - Only setting caret visible if the owner control has focus
16102           - UpdateView: Added invalidation-shortcut logic for center and right 
16103             aligned text. Previously we'd update all according to the left
16104             logic which caused drawing errors. Also fixed height of invalidated
16105             areas, now properly invalidating the whole area (was off-by-one)
16106           - owner_HandleCreated: Always generate the document when the
16107             handle is created; this ensures that 
16108         * TextBoxBase.cs:
16109           - Fixed situation where caret would disappear under the right
16110             window border, also improved scrolling behaviour on left-
16111             aligned textboxes
16112           - Fixed right-aligned textboxes to have a border to the
16113             right instead of the caret being under the right border
16114         * XplatUIX11.cs:
16115           - Switched from 'nested' to simple visible/not visible tracking 
16116             for caret (part of fix for #77671)
16117           - No longer passing through translated FocusIn/FocusOut messages
16118             since we were notifying too often and the wrong windows. Instead
16119             we just notify our focussed window of receiving or loosing focus
16120         * XplatUIWin32.cs: Switched from 'nested' show/hide 
16121           counting for caret to simple visible yes/no behaviour (part of 
16122           fix for #77671)
16123
16124 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
16125
16126         * Mime.cs: Remove debug code...
16127
16128 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
16129
16130         * MimeGenerated.cs: Removed
16131         * Mime.cs: Mime now reads the mime data (magic, globs, aliases
16132           and subclasses) from /usr/(local/)share/mime and
16133           $HOME/.local/share/mime.
16134
16135 2006-03-10  Jackson Harper  <jackson@ximian.com>
16136
16137         * MdiWindowManager.cs: Recalc the NC area when a window is
16138         maximized/restored so that the menu area is drawn on forms that
16139         don't have a menu.
16140
16141 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
16142
16143         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
16144           XplatUIX11.cs: Added RequestNCRecalc method to driver to allow
16145           us to force a WM_NCCALCRESIZE message being sent. This is needed
16146           for MDI maximizing.
16147
16148 2006-03-10  Jackson Harper  <jackson@ximian.com>
16149
16150         * Form.cs: We need to use the ActiveMenu when calculating menu
16151         height.
16152         - Fix nullref when the window manager hasn't been created yet.
16153         * Control.cs: Fix nullref when we try to bring a control to the
16154         front that has no parent.
16155         * MdiWindowManager.cs: Use the MaximizedMenu for calculating
16156         height.
16157         - Add a dummy item to the maximized menu so it always has the
16158         correct height. Otherwise when there are no menus we don't get our
16159         icon and buttons.
16160         
16161
16162 2006-03-10  Jackson Harper  <jackson@ximian.com>
16163
16164         * MenuAPI.cs: Make this available elsewhere. I need it in some MDI
16165         stuff.
16166         * Form.cs: Make the window_state internal so the window managers
16167         can track it.
16168         - When an MDI child is maximized let its window manager create the
16169         main menu (so it can add its icon).
16170         - Notify the window managers of state changes
16171         - Let the window manager paint its buttons and handle button
16172         clicks on the menu when it is maximized.
16173         * InternalWindowManager.cs: Move the prev_bounds into the mdi
16174         window manager, since tool windows don't use it, only mdi windows.
16175         - Tell the main form that we don't want it to handle NCPAINT
16176         itself to avoid extra painting.
16177         - Handle clicks on a maximized windows menu.
16178         - Handle window state changes
16179         - Handle minimize/maximize clicks correctly by setting the window state.
16180         * MdiWindowManager.cs: Add an icon menu that (the menu you get
16181         when clicking on the forms icon).
16182         - New method to create a forms maximized menu. This is its normal
16183         menu + an icon.
16184         - Handle window state changes.
16185         - Handle sizing of maximized windows.  Maximized windows are just
16186         drawn bigger then the parent visible area. All controls are still
16187         there, they are just outside the visible area (this matches windows).
16188         * MdiClient.cs: No scrollbars when a child window is maximized.
16189         - Let the children windows figure out how big they should be when
16190         sizing maximized windows.
16191         - Implement a version of ArrangeIconicWindows somewhat similar to
16192         Windows version.  There are some little differences, but I don't
16193         think any app will rely on the layout of minimized mdi windows.
16194
16195 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
16196
16197         * Padding.cs: Several fixes to allow compiling with csc 2.0
16198
16199 2006-03-09  Jackson Harper  <jackson@ximian.com>
16200
16201         * Menu.cs:
16202         * MenuItem.cs: Cheap hack so we can add items to the list without
16203         the events being raised.  This allows adding mdi items during
16204         drawing. TODO: Should probably find a better time to add the items.
16205
16206 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
16207
16208         * ThemeWin32Classic.cs:
16209           - CheckBox_DrawText: Added logic to not wrap if not enough space
16210             is available (Fix for bug #77727)
16211           - RadioButton_DrawText: Added logic not to wrap if not enough
16212             space is available (Fix for bug #77727). Also removed some
16213             duplicate code, DrawString always drawing the regular text
16214             before hitting the if statement.
16215
16216 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com> 
16217
16218         * XplatUIX11.cs: Handle an unmapped window state in SetWindowState
16219
16220 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
16221
16222         * PictureBox.cs: Implemented ISupportInitialize interface (fixes #77726)
16223         * ContainerControl.cs: Partial implementation of some 2.0 scaling
16224           methods. Moved the new 2.0 properties into alphabetical order with
16225           other properties and added MonoTODO tags
16226
16227 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
16228
16229         * AutoScaleMode.cs: Added. Fix build.
16230
16231 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
16232
16233         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
16234           XplatUIOSX.cs: Removed HWnd argument from CalcuateClientRect, not used
16235           and was requiring premature handle creation for calls from above
16236         * Form.cs, Control.cs: Removed handle arguments from calls to
16237           CalculateClientRect()
16238
16239 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
16240
16241         * ListView.cs (HeaderMouseMove): Fix csc compilation. 
16242           drag_column.column_rect is MarshalByRef and can't be used that way
16243
16244 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
16245
16246         * AxHost.cs: Added deserialization constructor for 
16247           AxHost+State (fixes 77743)
16248
16249 2006-03-09  Mike Kestner  <mkestner@novell.com>
16250
16251         * ListView.cs: 
16252         - Added column drag reordering for details view.
16253         - fixed behavior when mouse is dragged off column and
16254         AllowColumnReorder is false.
16255         * ColumnHeader.cs: clone the format too in Clone.
16256         * Theme.cs: add DrawListViewHeaderDragDetails method.
16257         * ThemeWin32Classic.cs:
16258         - impl new method for drawing drag column shadows and targets.
16259         - support column offset for details mode in DrawListViewItem.
16260
16261 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
16262
16263         * TextControl.cs: Reset the char_count when the document is cleared
16264           (Fixes bug reported on mono-winforms mailing list)
16265
16266 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
16267
16268         * TextBoxBase.cs: Honor the Handled state of KeyPress events. Instead
16269           of calling base we simply process the key ourselves, since both
16270           DefWindowProc and the handled method would set m.Result. 
16271           (Fixes #77732)
16272
16273 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
16274
16275         * Form.cs(ScaleCore): No longer calling base.ScaleCore since that
16276           method also moves the window; instead implemented a copy of
16277           Control.ScaleCore (Part of fix for #77456)
16278         * TextBoxBase.cs: 
16279           - Created new CreateGraphicsInternal method to allow providing
16280             a graphics context when no handle is created without triggering
16281             handle creation. (Part of fix for #77456)
16282           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
16283         * TextControl.cs: 
16284           - Switched Constructor to require TextBoxBase instead of Control (to
16285             allow uncast access to CreateGraphicsInternal)
16286           - Safeguarded use of owner.Handle property. No longer accessing it
16287             unless the handle is already created.
16288           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
16289           - Now triggering a recalc when owning control becomes visible
16290         * TextBox.cs, RichTextBox.cs: Switched to use new internal 
16291           TextBoxBase.CreateGraphicsInternal() method to avoid triggering
16292           premature handle creation (Part of fix for #77456)
16293         * Control.cs:
16294           - We now only destroy our double-buffering buffers when the
16295             control is resized or disposed, but not when visibility
16296             changes. (The code even re-created them twice every time)
16297           - Now requiring a redraw of the buffer on visibility changes
16298             (fixes bug 77654 part 2)
16299           - Not passing OnParentVisibleChanged up unless the control
16300             is visible
16301           - CanFocus: Fixed to match MS documentation
16302           - Focus: Fixed to return actual focus state and to check if
16303             setting focus is legal before setting it
16304
16305 2006-03-08  Peter Dennis Bartok  <pbartok@novell.com>
16306
16307         * ThemeWin32Classic.cs: TabPages cannot have focus. Determine
16308           when to draw focus rectangle by looking at parent focus and
16309           selected state instead. This fixes TabPages on Linux sometimes
16310           having none or multiple focus rectangles.
16311         * XplatUIX11.cs (SetFocus): 
16312           - Don't set the focus if the same window already has focus
16313           - Use SendMessage instead of PostMessage (like it's Win32
16314             equivalent) and send the WM_SETFOCUS before the WM_KILLFOCUS
16315             to match MS behaviour
16316         * TabControl.cs(SelectedIndex): Don't set Focus on TabPage, TabPages
16317           are not selectable.
16318
16319 2006-03-07  Jackson Harper  <jackson@ximian.com>
16320
16321         * PictureBox.cs: Revert line I accidently committed last week.
16322
16323 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
16324
16325         * Control.cs: 
16326           - Added new IsRecreating and ParentIsRecreating properties to
16327             allow testing if RecreateHandle has been called on ourselves
16328             or one of our parents
16329           - WndProc(WM_DESTROY): If our control handle is being recreated
16330             we immediately need to create the handle when receiving the
16331             destroy, that way our child windows find a valid parent handle
16332             when they themselves are being recreated upon WM_DESTROY receipt
16333             (fix for bug #77654 part 1)
16334         * XplatUIX11.cs:
16335           - DestroyWindow: WM_DESTROY must be sent to our own window before
16336             notifying any child windows. MS documents that child windows
16337             are still valid when WM_DESTROY is received. (Control now relies on
16338             this behaviour)
16339           - Added some fine-grain debug options
16340
16341 2006-03-06  Jackson Harper  <jackson@ximian.com>
16342
16343         * MdiClient.cs: Redid scrolling logic a bit to create a virtual
16344         box and base calculations off this.
16345         * MdiChildContext.cs:
16346         * MdiWindowManager.cs: Don't need to ensure scrollbars here
16347         anymore.
16348         
16349 2006-03-06  Peter Dennis Bartok  <pbartok@novell.com>
16350
16351         * Splitter.cs: In situations where the affected control is added
16352           to the parent's control list after the splitter, we would not
16353           populate affected. Now we try populating it on mousedown, if
16354           it's not already set, and force it to be re-set whenever our
16355           parent changes.
16356
16357 2006-03-03  Matt Hargett  <matt@use.net>
16358
16359         * Control.cs: implement Control.Padding
16360         * Padding.cs: -Padding.All returns -1 when constructing with the
16361         implicit default ctor
16362         -Padding.ToString() matches MS.NET
16363         * ContainerControl.cs: implement
16364         ContainerControl.AutoScaleDimensions
16365         * ListControl.cs: implement ListControl.FormattingEnabled
16366         * TextBox.cs: Implemented TextBox.UseSystemPasswordChar.
16367         * ButtonBase.cs:
16368         * TabPage.cs: Implement UseVisualStyleBackColor.
16369         * PictureBox.cs: Implement PictureBox.InitialImage.
16370
16371 2006-03-03  Mike Kestner  <mkestner@novell.com>
16372
16373         * ListView.cs: Refactor into HeaderControl and ItemControl. Fix new
16374         event declarations to proxy to base event.
16375         * ListViewItem.cs: update to use ItemControl.
16376         * Theme.cs: make DrawListViewHeader. s/DrawListView/DrawListViewItems.
16377         * ThemeWin32Classic.cs: update to new ListView theme API and fix
16378         column header label rendering for 0 width columns.
16379
16380 2006-03-03  Peter Dennis Bartok  <pbartok@novell.com>
16381
16382         * Control.cs (ControlCollection.SetChildIndex): Avoid using a call
16383           that causes the control to be created. Fixes #77476.
16384
16385 2006-03-02  Jackson Harper  <jackson@ximian.com>
16386
16387         * Hwnd.cs: Clear the nc pending when clearing the NC area, not the
16388         expose_pending.
16389
16390 2006-03-02  Peter Dennis Bartok  <pbartok@novell.com>
16391
16392         * Control.cs: Implemented 2.0 feature where OnClick has MouseEventArgs
16393           passed in for the EventArgs (fixes #77690)
16394
16395 2006-03-01  Jackson Harper  <jackson@ximian.com>
16396
16397         * ScrollBar.cs: Refresh afterbeing resized.
16398
16399 2006-02-28  Mike Kestner  <mkestner@novell.com>
16400
16401         * MenuAPI.cs: Call PerformPopup internal method to emit Popup.
16402         Clean up a tracker compile warning.
16403         * MenuItem.cs: add internal PerformPopup method.
16404         [Fixes #77457]
16405
16406 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
16407
16408         * TextBoxBase.cs (set_Text): Recalculate the document (causing an
16409           implicit expose) when the text is set to null
16410
16411 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com>
16412
16413         * RichTextBox.cs (FlushText): When newline is true, we always
16414           need to split the line, even if no text is on it and we may
16415           never eat newlines. (Fixes #77669)
16416
16417 2006-02-28  Mike Kestner  <mkestner@novell.com>
16418
16419         * ListView.cs: Add UpdateSelection internal method. Remove SelectItem 
16420         and set Selected instead.
16421         * ListViewItem.cs: Call owner.UpdateSelection to manipulate the 
16422         collections.
16423
16424 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
16425
16426         * ComboBox.cs: Allow setting SelectedIndex to -1. Fixes #77665
16427
16428 2006-02-28  Alexander Olk  <alex.olk@googlemail.com>
16429
16430         * FontDialog.cs:
16431           - Got rid of the panel. All controls are now directly added to
16432             the dialog form
16433           - It is now possible to set a font with the Font property
16434           - MinSize and MaxSize property do now what they should
16435           - ShowApply, ShowHelp, ShowColor, ShowEffects likewise
16436           - Searching and selecting a font with the font textbox works now,
16437             the same applies to the style and size textbox
16438           - Draw the correct 3D border in the example panel
16439           - Fixed a little mem leak (unused fonts didn't get disposed)
16440           - Many other internal updates/rewrites...
16441           - Fix typo
16442
16443 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
16444
16445         * TextControl.cs: 
16446           - InsertRTFFromStream: Added 'number of characters inserted' argument
16447           - set_SelectedRTF: Now using the number of characters to calculate
16448             the new location for the selection and cursor (x/y cannot be used
16449             due to potentially already wrapped text)
16450
16451 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com>
16452
16453         * TextControl.cs: Added property and implemented means to allow 
16454           disabling recalculation of a document (can be used to speed up
16455           multiple inserts and is needed to make RTF inserts predictable, see
16456           bug #77659)
16457         * RichTextBox.cs: Using the new NoRecalc property of Document to
16458           keep x/y insert locations predictable. Also makes it faster inserting
16459           large chunks of RTF
16460
16461 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
16462
16463         * Control.cs: Separated special WM_SYSKEYUP keyboard handling. That way
16464           it's easier for a child control to handle the other messages without
16465           having to duplicate the special functionality
16466         * TextBoxBase.cs
16467           - WndProc: Removed calling base handler for WM_KEYDOWN and added 
16468             code to handle processing the key ourselves, in order to get 
16469             access to the result of KeyEventArgs.Handled. We now only call 
16470             ProcessKey if they key hasn't been handled already. Fixes #77526.
16471           - set_Text: If null or empty string is given, just clear the 
16472             document. Fixes part of #77526
16473
16474 2006-02-27  Jackson Harper  <jackson@ximian.com>
16475
16476         * SizeGrip.cs: Paint the background color before painting the grip
16477         so things look right.
16478         * MdiClient.cs: Add the sizegrip when both scrollbars are used.
16479
16480 2006-02-27  Mike Kestner  <mkestner@novell.com>
16481
16482         * ListView.cs:
16483           - Restructure layout and invalidation model to remove a ton of
16484           flicker from the control and speed up performance in general.
16485           - Add manual column resize, flickers like crazy, but I already have
16486           some ideas on how I'll fix that. (#76822)
16487           - Merge the three Icon-based views into a single layout method.
16488           - Move item selection interaction logic from the item since 
16489           interaction with the collections is more appropriate to the view.
16490           - Deselection on non-item clicks.
16491         * ListViewItem.cs:
16492           - Encapsulate most of the layout. Add some internal props to trigger
16493           layout.  Move to a model where Items invalidate themselves instead
16494           of just invalidating the whole control every time something changes.
16495           - Invalidate on Text/Caption changes.
16496           - switch to an offset based layout model to avoid having to absolute
16497           position every element on item moves.
16498           - correct checkbox layout to conform to MS layout.
16499         * ThemeWin32Classic.cs:
16500           - refactor some column header drawing code.
16501           - fix string justification for column headers (#76821)
16502           - make SmallIcon labels top justified for compat with MS impl.
16503         * ThemeClearlooks.cs:
16504           - adjust to new ListViewItem internal checkbox bounds api.
16505
16506 2006-02-27  Jackson Harper  <jackson@ximian.com>
16507
16508         * Control.cs:  Change where implicit controls fall in the zorder.
16509         They are now on top of all children.
16510         - Synced AddImplicit code with Add
16511         - Removed unused enumerator.
16512         * SizeGrip.cs: Remove the TODO as its been TODONE.
16513
16514 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com> 
16515
16516         * TextControl.cs(Insert): Combine the last lines unless the insertion
16517           string ends with \n\n, otherwise we leave one line too many (Fixes
16518           something I noticed with the testapp for #77526; the bug itself was
16519           already fixed in the previous checkin)
16520
16521 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com>
16522
16523         * RichTextBox.cs:
16524           - SelectionColor and SelectionFont methods no longer set absolute
16525             styles. Instead, the keep font or color respectively (This 
16526             resolves a long-standing FIXME in the code)
16527           - When flushing RTF text, the insert code now considers text trailing
16528             behind the insertion point (Fixes the bug where when replacing
16529             the selected text via SelectedRTF the remainder of the line behind 
16530             the selection would stay on the first insertion line)
16531         * TextBoxBase.cs:
16532           - AppendText now updates the selection points after inserting text
16533           - AppendText now ensures that the last tag (sometimes 0-length) of
16534             the document is used for the style information (Fixes part of 
16535             bug #77220)
16536         * TextControl.cs:
16537           - Created new FontDefiniton class to allow describing partial style
16538             changes
16539           - StreamLine() now takes a lines argument, to allow it to decide
16540             whether an encountered zero-length tag is the last in the document
16541             (which must be kept to not loose the font/color contained in it,
16542             for later appends)
16543           - Created Combine() and Split() methods for Marker structs, to 
16544             support marker updates due to reformatted documents (soft line
16545             wraps)
16546           - Implemented Document.CaretTag setter
16547           - Fixed MoveCaret(CtrlEnd) handling, now moves to the last character
16548             of the last line (Not the cause, but also exposed by bug #77220)
16549           - Added LineTag argument to InsertString method, to allow callers
16550             to force a certain tag to be used (required to force use of the
16551             trailing zero-length tag of a document)
16552           - Now updating markers in Combine(), to avoid stale tag markers
16553           - Added some method descriptions to aid maintenance
16554           - Implemented new FormatText concept, allowing additive/subtractive
16555             formatting by only specifying the components that are to be 
16556             changed. This was needed for resolving the RTB.SelectedColor/
16557             RTB.SelectedFont fixmes
16558           - Added Break() support method to allow breaking up linetags (used
16559             for partial formatting)
16560           - Added GenerateTextFormat() method. It is used for partial 
16561             formatting and allows to generate a full font/color from given
16562             attributes and an existing tag.
16563
16564 2006-02-26  Jackson Harper  <jackson@ximian.com>
16565
16566         * XplatUIX11.cs:  Use the correct caption height.
16567         - Translate hittest coordinates to screen coords to match MS.
16568         * XplatUIWin32.cs: When we create MDI windows we need to reset
16569         some of the style flags, so we get a nice blank window, and can
16570         draw all the decorations ourselves.
16571         - Set a clipping rectangle on the non client paint event, the
16572         window manager drawing code needs one.
16573         * Form.cs: The window manager needs to know when the window state
16574         has been updated.
16575         * Hwnd.cs: The window manager stuff now does a proper NCCALC so we
16576         don't need to factor in border and title sizes in these
16577         methods. TODO: Remove the args and fix the call points.
16578         * InternalWindowManager.cs: Handle NCHITTEST and NCCALCAREA
16579         properly.
16580         - Let the driver set the cursors.
16581         - Improve active window handling
16582         - Correct sizes for title bars and buttons.
16583         - Match MS drawing better
16584         * MdiWindowManager.cs: We don't need to handle border style
16585         updates specially anymore.
16586         - Check for scrollbars when windows are done moving
16587         - Handle Active properly.
16588         * MimeIcon.cs: Don't crash when we can't load the GNOME stuff
16589         correctly. I am spewing the exception though, so we don't hide the
16590         bugs.
16591         
16592 2006-02-26  Pedro Martinez Julia  <pedromj@gmail.com>
16593
16594         * DataGridViewRowPostPaintEventArgs.cs,
16595           DataGridViewCellPaintingEventArgs.cs,
16596           DataGridViewRowCollection.cs,
16597           DataGridViewRowPrePaintEventArgs.cs,
16598           DataGridViewCell.cs: Clear a few warnings and implement a few
16599           exceptions that should be thrown.
16600
16601 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
16602
16603         * ScrollBar.cs (ctor): Explicitly set a cursor to avoid
16604           'inheriting' our parent's (non-default) cursor. (Part of
16605            the fix for #77479)
16606
16607 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com> 
16608
16609         * XplatUIX11.cs: Fixed cast to make csc happy
16610
16611 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
16612
16613         * Control.cs (WndProc): Only handle WM_SETCURSOR messages if
16614           it's for the client area (part of fix for #77479 and needed
16615           for MDI window cursor handling)
16616         * XplatUIX11.cs
16617           - DefWindowProc: Now handles the WM_SETCURSOR messages, setting
16618             the appropriate default cursors and also passing the message
16619             up the parent chain 
16620           - GetMessage: Now generating WM_NCHITTEST and WM_SETCURSOR even
16621             for non-client areas
16622
16623 2006-02-15  Jackson Harper  <jackson@ximian.com>
16624
16625         * XplatUIWin32.cs: Since we fake MDI dont tell Windows that this
16626         is a real MDI window
16627
16628 2006-02-14  Alexander Olk  <alex.olk@googlemail.com>
16629
16630         * X11DesktopColors.cs: Instead of checking the desktop session
16631           string for "KDE" check if it starts with "KDE"
16632
16633 2006-02-10  Jackson Harper  <jackson@ximian.com>
16634
16635         * XplatUIX11.cs: These should be unsigned (fixes crash on 32 bit
16636         systems).
16637
16638 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
16639
16640         * FileDialog.cs: Added Refresh to RunDialog to fix some drawing
16641           errors
16642         * ColorDialog.cs:
16643           - Got rid of the panel. All controls are now directly added to
16644             the dialog form
16645           - Changed to mono coding style
16646
16647 2006-02-10  Jackson Harper  <jackson@ximian.com>
16648
16649         * InternalWindowManager.cs: We don't need the set visibility to
16650         false hack anymore now that peter has written beautiful shutdown
16651         code.
16652
16653 2006-02-10  Peter Dennis Bartok  <pbartok@novell.com>
16654
16655         * XplatUIX11.cs: Ignore DestroyNotify messages for windows that
16656           where already explicitly destroyed
16657
16658 2006-02-10  Jackson Harper  <jackson@ximian.com>
16659
16660         * MdiClient.cs: Handle the case where windows are too high or to
16661         the left and we need scrollbars.
16662
16663 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
16664
16665         * MimeIcon.cs: Added some icons
16666         * FileDialog.cs:
16667           - Fixed bug #77477
16668           - Got rid of the panel. All controls are now directly added to
16669             the dialog form
16670           - Changed to mono coding style
16671           - On Linux "My Computer" and "My Network" will now show some
16672             more usefull information. A new class, MasterMount, gathers
16673             this information from /proc/mount. Updated MWFFileView to make
16674             use of this information
16675           - Fixed a bug that caused FileDialog to crash when
16676             ".recently_used" file had a zero size
16677           - FilterIndex does now what it should
16678           - Some Refactoring
16679         * OpenFileDialog.cs, SaveFileDialog.cs: Updated to reflect latest
16680             FileDialog changes
16681
16682 2006-02-09  Jackson Harper  <jackson@ximian.com>
16683
16684         * ComboBox.cs: Don't touch if null.
16685
16686 2006-02-09  Peter Dennis Bartok  <pbartok@novell.com>
16687
16688         * Cursor.cs: 64bit safeness fix
16689         * XplatUIX11.cs: Removed several unneeded and one moronic cast.
16690
16691 2006-02-09  Jackson Harper  <jackson@ximian.com>
16692
16693         * Form.cs: If a form is made into an MDI form update the styles so
16694         all the props can get set correctly.
16695         - Kill the mdi_container when we dont need it anymore.
16696         * InternalWindowManager.cs: Add missing NOT
16697
16698 2006-02-08  Jackson Harper  <jackson@ximian.com>
16699
16700         * InternalWindowManager.cs: Respek clipping when drawing MDi
16701         decorations.
16702
16703 2006-02-08  Jackson Harper  <jackson@ximian.com>
16704
16705         * Hwnd.cs: Add bits to track non client expose events.
16706         * XplatUIX11.cs: Track non client expose events on the hwnd. This
16707         gives us a proper invalid rect and will allow for some nice
16708         optimizations with NC client drawing
16709         - MDI windows are children windows, so move their style handling
16710         into the child window block.
16711         * InternalWindowManager.cs: Remove a state reset that was
16712         getting invoked at the wrong time. Fixes managed windows getting
16713         into a 'stuck' captured state.
16714
16715 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
16716
16717         * TextControl.cs (Document.ctor): Now initializing 
16718           selection_anchor. Fixes #77493
16719
16720 2006-02-07  Jackson Harper  <jackson@ximian.com>
16721
16722         * TrackBar.cs: The increment/decrements were backwards.
16723
16724 2006-02-07  Mike Kestner  <mkestner@novell.com>
16725
16726         * Theme*.cs : remove ThemeEngine.Current usage as it just points back
16727         to the instance itself.
16728
16729 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
16730
16731         * X11DesktopColors.cs, ThemeGtk.cs: The GObject structure is based
16732           on ulongs and pointers, the size differs between 32bit and 64bit
16733           systems. 
16734
16735 2006-02-07  Mike Kestner  <mkestner@novell.com>
16736
16737         * XplatUIX11.cs : force the WorkingArea away from XGetWindowProperty
16738         for 64 bit platforms to work around a metacity bug. 
16739
16740 2006-02-07  Jackson Harper  <jackson@ximian.com>
16741
16742         * TrackBar.cs: Process the input keys we need, and hookup to
16743         KeyDown instead of using WndProc, so we get key messages.
16744
16745 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com>
16746
16747         * XplatUIX11.cs: Atoms are only 32bit on the wire, no matter what
16748           machine we're on. 
16749         * X11Dnd.cs(SetAllowDrop): Since atoms are always 32bit on the wire
16750           we need to translate the XdndVersion atoms array before sending it
16751
16752 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com> 
16753
16754         * XplatUIX11.cs: 
16755           - The preceeding 64bit fixes had a bug: ChangeProperty expects the
16756             number of bits for the property, not the number of bytes. The
16757             change to provide IntPtr.Size broke 32bit. (64bit was also wrong
16758             but would not crash since it specified 8 bits instead of 4 bits)
16759           - More 64bit fixes: Switched all atoms from int to IntPtr (they are
16760             defined as XID -> long in the C headers)
16761           - Removed 'new IntPtr((int))' and '(IntPtr)' casts from all NetAtoms 
16762             references since those are now IntPtr to begin with
16763           - Switched all Atom.XXX 'int' casts to IntPtr casts
16764           - Fixed XGrabPointer DllImport signature to work for 64bit (cursor arg)
16765           - Fixed XInternAtom signature for 64bit, now returns an IntPtr
16766           - Added XChangeActivePointerGrab DllImport (for X11DnD)
16767         * X11Structs.cs:
16768           - Changed 'int' type for Atoms in XEvent structures to IntPtr
16769           - Changed atom in HoverStruct to be IntPtr
16770         * X11DnD.cs:
16771           - Removed local DllImports, switched code to use those from XplatUIX11
16772           - Removed/fixed casts related to the switch of Atom to be a IntPtr
16773
16774 2006-02-06  Mike Kestner  <mkestner@novell.com>
16775
16776         * XplatUIX11.cs : many more 64 bit pinvoke changes.  I've audited all the 
16777         method signatures in the import region.  There may still be some
16778         lingering struct marshaling issues, as I didn't drill down into those.
16779         Yet.
16780
16781 2006-02-06  Jackson Harper  <jackson@ximian.com>
16782
16783         * ComboBox.cs: Dont manually set the top_item, this is computed
16784         when the scrollbar position is set.
16785
16786 2006-02-06  Mike Kestner  <mkestner@novell.com>
16787
16788         * XplatUIX11.cs : 64 bit changes to XGetWindowProperty usage. Fixes
16789         startup crashes on amd64.  There's other fixes needed.  All pinvoke
16790         usage of Atom needs to be mapped to IntPtr for example.  And there are
16791         likely other int/long issues to be addressed.
16792
16793 2006-02-04  Alexander Olk  <alex.olk@googlemail.com>
16794
16795         * FileDialog.cs: One more...
16796
16797 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
16798
16799         * FileDialog.cs: Next try
16800
16801 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
16802
16803         * FileDialog.cs: First part of fix for #77464
16804
16805 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
16806
16807         * ButtonBase.cs, ContainerControl.cs, Forms.cs,
16808           ThemeWin32Classic.cs: Fix for #77458. Correct handling of
16809           AcceptButton border drawing.
16810
16811 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com> 
16812
16813         * Form.cs: Moved positioning of form after auto scaling is applied,
16814           otherwise it would possibly use wrong form size.
16815
16816 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com>
16817
16818         * Control.cs (RecreateHandle): No need to re-create any child
16819           controls, the child windows will get destroyed automatically by
16820           the windowing system or driver, and re-created when the handle
16821           is being accessed the first time. Fixes #77456
16822         * Form.cs: No longer setting the form to closing if the handle is 
16823           being recreated. This seems like the right thing to do, don't
16824           have a bug or testcase for this, though.
16825
16826 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
16827
16828         * FileDialog.cs: Suspend/Resume layouting when changing sizes of
16829           controls to avoid unwanted side effects
16830
16831 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com> 
16832
16833         * Control.cs: 
16834           - ScaleCore needs to scale the bounds, not the ClientSize of the 
16835             control. Fixes #77416.
16836           - DefaultSize is 0,0 for control
16837         * TextBoxBase.cs: 
16838           - DefaultSize is 100, 20
16839           - SetBoundsCore: Now enforcing the height, no matter if the provided
16840             height is more or less than the preferred one, as long as AutoSize
16841             is on
16842         * Form.cs: Apply documented fudge factor. Part of item 3 fix for #77416
16843
16844 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
16845
16846         * Control.cs:
16847           - ResumeLayout: Fixed logic when to call PerformLayout, we may not
16848             call unless both performLayout is true *and* we have a pending
16849             layout change
16850           - ResumeLayout: MS does not completely nest Suspend and Resume,
16851             they bottom out at 0, fixed our code to match that.
16852           - UpdateBounds/SetBoundsCore: Moved calling of UpdateDistances() to
16853             SetBoundsCore, we were updating even when we shouldn't. This fixes
16854             swf-anchors mis-anchoring when resizing the app fast and lots.
16855           - UpdateDistances: Now only setting the left and top distance if 
16856             we have a parent and are not suspended, this is based on
16857             a suggestion by Don Edvaldson in bug #77355.
16858           - OnVisibleChanged: Fixed logic when to create the control. We may
16859             not create the control if we have no parent or if it's not visible;
16860             switched to using Visible property instead of is_visible field 
16861             since the property also considers parent states. This fixes a bug
16862             when starting Paint.Net
16863
16864 2006-02-02  Jackson Harper  <jackson@ximian.com>
16865
16866         * Form.cs: If the forms handle hasn't been created yet don't call
16867         into xplatui to make it top most, just set the topmost flag on the
16868         form in CreateParams
16869         * XplatUIX11.cs: Handle WS_EX_TOPMOST.
16870
16871 2006-02-01  Jackson Harper  <jackson@ximian.com>
16872
16873         * ScrollableControl.cs: Refactored the Recalculate method a
16874         little, this wasn't handling all the variants of bottom and right
16875         bars needed to be added and added/removed based on their
16876         counterparts being added/removed (which changes the drawable
16877         size). Also we special case client widths and heights of 0 and
16878         don't add the scrollbar for those.
16879
16880 2006-02-01  Peter Dennis Bartok  <pbartok@novell.com>
16881
16882         * XplatUIX11.cs: 
16883           - Added method to get AbsoluteGeometry(); currently unused, but might
16884             be used in the future, if we try again to figure out toplevel
16885             coordinates with some more crappy window managers
16886           - Added FrameExtents() method to retrieve the WM set decoration size
16887           - Tried to fix up AddConfigureNotify and handling of ReparentNotify 
16888             to deal with at least KDE, FVWM and metacity (Fixes #77092)
16889         * Hwnd.cs: 
16890           - Added whacky_wm tracking var for metacity
16891           - Added logic to have default menu height if the actual menu height
16892             has not yet been calculated (part of fix for #77426)
16893         * Form.cs: Keep track whether client size has been set and re-set 
16894           it if a menu is added/removed afterwards (Fixes #77426)
16895
16896 2006-01-31  Jackson Harper  <jackson@ximian.com>
16897
16898         * Control.cs: When a new Site is set on the component attempt to
16899         pull the AmbientProperties from it.
16900
16901 2006-01-31  Peter Dennis Bartok  <pbartok@novell.com>
16902
16903         * ThemeWin32Classic.cs: Menu background is drawn in ColorMenu, not
16904           in the background of the owning form. Fixes #77332
16905
16906 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
16907
16908         * MimeIcon.cs: Fix for #77409
16909
16910 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
16911
16912         * XplatUIX11GTK.cs: Initial import
16913
16914 2006-01-31  Jordi Mas i Hernandez <jordimash@gmail.com>
16915
16916         * FixedSizeTextBox: fixes class signature
16917
16918 2006-01-30  Jackson Harper  <jackson@ximian.com>
16919
16920         * FixedSizeTextBox.cs: New internal class that represents a
16921         textBox that will not be scaled.
16922         * TreeView.cs:
16923         * ComboBox.cs:
16924         * UpDownBase.cs: Use the new FixedSizeTextBox instead of a
16925         standard TextBox.
16926                 
16927 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com> 
16928
16929         * XplatUIX11.cs: Retrieve default screen number instead of
16930           assuming 0. Attempted fix for #77318
16931
16932 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com>
16933
16934         * XplatUIWin32.cs: 
16935           - GetWindowPos: When a window is parented by FosterParent, use 
16936             the desktop instead of FosterParent as the base to get coordinates
16937           - CreateWindow: Don't make FosterParent the parent window for Popups
16938             if we don't want a taskbar entry, Popups automatically don't get one
16939         * Hwnd.cs: Need to call remove to actually remove the key from the
16940           hash table
16941
16942 2006-01-30  Mike Kestner  <mkestner@novell.com>
16943
16944         * MenuAPI.cs: adjust MainMenu item popup location to y=0.
16945
16946 2006-01-30  Jackson Harper  <jackson@ximian.com>
16947
16948         * TreeView.cs:
16949         * TreeNode.cs: Raise events no matter how the treenode is
16950         checked. Patch by Don Edvalson.
16951
16952 2006-01-30  Jackson Harper  <jackson@ximian.com>
16953
16954         * TreeNode.cs: Signature fix.
16955
16956 2006-01-29  Alexander Olk  <alex.olk@googlemail.com>
16957
16958         * ThemeClearlooks.cs: Fixed a crash in ProgressBar drawing.
16959
16960 2006-01-20  Mike Kestner  <mkestner@novell.com>
16961
16962         * Form.cs: Add ActiveTracker property to do Captures and perform mouse
16963         event forwarding when menus are active.
16964         * MenuAPI.cs: kill the GrabControl hack.  Use Form.ActiveTracker.
16965         Most of the patch is pdb's with a little rework.
16966
16967 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
16968
16969         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs: 
16970           Removed GetMenuDC and ReleaseMenuDC methods; replaced
16971           by PaintEventStart(handle, false) and PaintEventEnd(handle, false)
16972         * Form.cs: Changed WM_NCPAINT handler to use PaintEventStart and End
16973         * InternalWindowManager.cs: Added use of PaintEventStart/End to
16974           handling of WM_NCPAINT message, now passing the PaintEventArgs to
16975           the PaintWindowDecorations method
16976         * MainMenu.cs: Switched logic from GetMenuDC to PaintEventStart
16977         * MdiChildContext.cs: Switched logic from GetMenuDC to PaintEventStart
16978         * MenuAPI.cs: Made tracker window invisible
16979         * XplatUIWin32.cs:
16980           - Removed GetMenuDC and ReleaseMenuDC methods
16981           - Implemented the client=false path for PaintEventStart and
16982             PaintEventEnd
16983
16984 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
16985
16986         * XplatUIWin32.cs(SetBorderStyle): Fixed3D needs a border
16987         * XplatUIX11.cs(DeriveWindowStyles): Updated to match fixed Form
16988           styles
16989         * Form.cs: 
16990           - MaximizeBox, MinimizeBox: Recreate the handle when setting
16991             the style
16992           - CreateParams: Reworked the styles to match MS look'n'feel,
16993             removed automatic setting of MinimizeBox, MaximizeBox, etc. via
16994             the WS_OVERLAPPEDWINDOW style. This fixes #76823.
16995
16996 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
16997
16998         * XplatUIX11.cs(GetWindowState): Now throwing an exception when the 
16999           window is not mapped, since otherwise every form that's being 
17000           created is considered minimized, which is wrong.
17001         * Form.cs: Catching the exception and returning our internal value
17002           instead
17003
17004 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
17005
17006         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new driver method
17007           SetWindowMinMax() to have means to tell the driver about the minimum,
17008           maximum and maximized state window sizes. (Part of the fix for #76485)
17009         * Form.cs:
17010           - Implemented tracking of minimum and maximum window size, now calling
17011             new SetWindowMinMax() driver method to tell the driver (Part of the
17012             fix for #76485)
17013           - Finished handling of WM_GETMINMAXINFO method, now setting all values
17014             (Completes fix for #76485)
17015           - Calling new SetWindowMinMax driver method when the handle for a 
17016             form is created, to make sure the driver knows about it even if
17017             the values have been set before the window was created
17018           - Now eating the WM_WINDOWPOSCHANGED message if the form is minimized
17019             to avoid messing up our anchoring calculations (partial fix
17020             for #77355)
17021         * XplatUIStructs.cs: Added MINMAXINFO struct (moved from Win32 driver)
17022         * XplatUIX11.cs:
17023           - Added _NET_WM_STATE_HIDDEN property for detecting minimized state
17024           - Improved GetWindowState() to detect 'Minimized' state on Metacity 
17025             (and presumably other freedesktop.org compliant WMs). Left the
17026             assumption unmapped=minimized, needed for SetVisible to work.
17027           - Now setting the window state when creating windows
17028           - Fixed SetVisible to consider/set the window state when mapping
17029             a Form. We cannot set the state before it's mapped, and we cannot
17030             use Form.WindowState once it's mapped (since it would ask the
17031             driver and get 'normal'. Therefore, we grab the state before
17032             mapping, map, and then set state.
17033           - Implmemented SetWindowMinMax method; Metacity does not seem to
17034             honor the ZoomHints, though.
17035         * XplatUIWin32.cs:
17036           - Removed MINMAXINFO (moved to XplatUIStructs)
17037           - Added SetWindowMinMax stub (on Win32 the only way to set that
17038             information is in response to the WM_GETMINMAXINFO message, which
17039             is handled in Form.cs)
17040           - Added logic to SetVisible to set the proper window state when a 
17041             form is made visible (fixes #75720)
17042
17043 2006-01-26  Jackson Harper  <jackson@ximian.com>
17044
17045         * Control.cs (BeginInvoke): Automagically handle EventHandlers the
17046         same way we handle them with Invoke.
17047
17048 2006-01-25  Peter Dennis Bartok  <pbartok@novell.com> 
17049
17050         * Form.cs:
17051           - Added tracking of window state so CreateParams can return
17052             the appropriate style
17053           - Moved setting of WS_CAPTION style in CreateParams to allow
17054             styles without caption
17055         * DataGridTextBoxColumn.cs: We are now also creating the TextBox 
17056           control if the TextBox property is accessed. Fixes #77345
17057         * Control.cs:
17058           - get_Created: now uses is_disposed and is_created to determine
17059             return value (suggested by Jackson)
17060           - CreateHandle: No longer exits if the handle is being recreated
17061           - RecreateHandle: If the handle is not yet created call the 
17062             appropriate method to create either control or handle. If the
17063             control is already created CreateHandle will simply exit instead
17064             of just creating the handle
17065         * Hwnd.cs: Removed expose_pending tracking, no longer needed since we
17066           now SendMessage WM_DESTROY directly to the control when DestroyWindow
17067           is called.
17068         * XplatUIX11.cs: 
17069           - When DestroyWindow is called, instead of waiting for the 
17070             DestroyNotification from X11, we directly post it to the WndProc
17071             and immediately dispose the hwnd object.
17072             Same applies to DestroyChildWindows, and this obsoletes the
17073             expose_pending tracking. Contrary to Win32 behaviour we destroy our
17074             child windows before our own, to avoid X11 errors.
17075           - Removed the direct sending of WM_PAINT on UpdateWindow
17076         * XplatUIWin32.cs:
17077           - Reworked DoEvents and GetMessage to allow access to internal queue
17078             even when trying non-blocking access to the queue.  Fixes #77335. 
17079             Based on a patch suggestion by Don Edvalson. The new private
17080             GetMessage can now also be used as a backend for a PeekMessage
17081             frontend version.
17082         * XplatUI.cs: Improved debug output for CreateWindow
17083
17084 2006-01-25  Jackson Harper  <jackson@ximian.com>
17085
17086         * Help.cs: Allow param to be null. Patch by Don Edvalson.
17087
17088 2006-01-24  Jackson Harper  <jackson@ximian.com>
17089
17090         * ComboBox.cs: Clamp the max value set for the vertical scrollbar
17091         when we have a MaxDropItems lower then the selected index.
17092
17093 2006-01-24  Jackson Harper  <jackson@ximian.com>
17094
17095         * Control.cs: Don't allow selection of non visible controls, allow
17096         selection of controls without parents.
17097
17098 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
17099
17100         * ThemeWin32Classic.cs: Fixes Datagrid drawing issues
17101         * DataGridDrawingLogic.cs: Add editing row only when is necessary
17102
17103 2006-01-23  Jackson Harper  <jackson@ximian.com>
17104
17105         * UpDownBase.cs: Make the textbox handle all the selection and
17106         tabbing. This fixes tabing to updown controls.
17107
17108 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
17109
17110         * TextBoxBase.cs: fixes exception thown the object was null
17111
17112 2006-01-23  Jackson Harper  <jackson@ximian.com>
17113
17114         * ButtonBase.cs: Just use the base CreateParams. They set
17115         visibility and enabled correctly.
17116         * ComboBox.cs:
17117         * TrackBar.cs:
17118         * MonthCalendar.cs: Lets let the base set as much of the
17119         createparams as possible so we don't have duplicate code all over
17120         the place.
17121
17122 2006-01-22  Alexander Olk  <alex.olk@googlemail.com>
17123
17124         * ThemeGtk.cs: Added TrackBar and some experimental code to
17125           get double buffering back
17126
17127 2006-01-21  Jordi Mas i Hernandez <jordimash@gmail.com>
17128
17129         * DataGrid.cs: Allows row number set internally higher than the last
17130         when creating a new row. Restores the editing functionality.
17131
17132 2006-01-20  Mike Kestner  <mkestner@novell.com>
17133
17134         * MimeIcon.cs: delay Image creation until the icons are accessed
17135         instead of creating 190 scaled images on GnomeHandler startup.
17136
17137 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com> 
17138
17139         * TextBoxBase.cs (WndProc): When handling WM_KEYDOWN we need to
17140           first call base before processing the event. Fixes #77279
17141
17142 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com>
17143
17144         * XplatUIWin32.cs, Cursor.cs: Fixed code that wrongly assumed
17145           that the stride for the GDI bitmap would match the stride of
17146           a DIB or a Cursor.
17147
17148 2006-01-19  Alexander Olk  <alex.olk@googlemail.com>
17149
17150         * ThemeGtk.cs: Added ProgressBar, RadioButton, CheckBox
17151
17152 2006-01-19  Jackson Harper  <jackson@ximian.com>
17153
17154         * ComboBox.cs: Hookup the text controls keydown event so we get
17155         those when the text control has the focus.
17156
17157 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
17158
17159         * Label.cs: Now using the base events instead of defining new ones;
17160           this allows us to just call the base properties without having to
17161           duplicate all base property logic 
17162
17163 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
17164
17165         * Label.cs: A label by default is not a tabstop (Fixes one of our
17166           failing nunit tests)
17167
17168 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
17169
17170         * XplatUIWin32.cs: Fixed wrong DoEvents logic. Fixes #77282
17171         * XplatUIX11.cs: Removed WM_PAINT check from DoEvents. Fixes #77282
17172
17173 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
17174
17175         * Cursor.cs: Reimplemented creating cursor bitmaps without using
17176           the Bitmap(Stream) constructor which is semi-broken on MS GDI+.
17177           This fixes #77218
17178         * XplatUIWin32.cs: 
17179           - Reimplemented creating Bitmaps from DIBs since the Bitmap(Stream) 
17180             constructor creates images that can't be saved. Part of the fix
17181             for #76103
17182           - Added handling of CF_BITMAP as CF_DIB to clipboard code (Fixes #76103)
17183           - SetWindowState: Switched ShowWindow flags (part of an upcoming 
17184             bug fix for handling window state in forms properly)
17185
17186 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
17187
17188         * ThemeGtk.cs: Simplify ScrollBar drawing
17189
17190 2006-01-18  Jackson Harper  <jackson@ximian.com>
17191
17192         * Splitter.cs: Set the default dock style for the splitter control
17193         in the constructor.
17194
17195 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
17196
17197         * ThemeGtk.cs: Corrected StateType and ShadowType for
17198           gtk_paint_box
17199
17200 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
17201
17202         * Control.cs: Make use of Theme.DoubleBufferingSupported
17203         * ThemeGtk.cs:
17204           - Added drawing for flat style buttons
17205           - Added ScrollBar drawing
17206
17207 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
17208
17209         * ThemeClearlooks.cs: Removed some unneeded code.
17210         * ThemeGtk.cs: First part of ThemeGtk enhancements.
17211
17212 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
17213
17214         * LinkLabel.cs: We need to update the hover drawing when
17215           leaving the control as well.
17216
17217 2006-01-18  Jordi Mas i Hernandez <jordimash@gmail.com>
17218
17219         * DataGrid.cs: Clicking on non empty areas in the columns
17220            area was giving an exception
17221
17222 2006-01-17  Jackson Harper  <jackson@ximian.com>
17223
17224         * ThemeWin32Classic.cs:
17225         * ListView.cs: Do not draw/clip the headers when the header style
17226         is None.
17227
17228 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
17229
17230         * DataGrid.cs: Fixes 77260
17231         
17232 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
17233
17234         * DataGrid.cs: Clicking on a column on a empty grid was giving
17235           an exception
17236
17237 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
17238
17239         * DataGrid.cs (OnKeyDown): Don't use the array if it's empty
17240           or any keypress will crash the grid.
17241
17242 2006-01-17  Mike Kestner  <mkestner@novell.com>
17243
17244         * MainMenu.cs (OnMenuChanged): set Height=0 to cause relayout.
17245         * ThemeWin32Classic.cs (CalcItemSize): clear Height/Width for 
17246         invisible/previously-visible items.
17247         [Fixes #76909]
17248
17249 2006-01-17  Alexander Olk  <alex.olk@googlemail.com>
17250
17251         * ThemeClearlooks.cs:
17252         - Added CL_Draw_Button method; now other theme controls that are 
17253           not derived from button or do not have a button can draw buttons
17254           too
17255         - Updated ComboBox drawing
17256         - Beautified RadioButton drawing
17257         - Corrected drawing of bottom and left tabs
17258         - Beautified DateTimePicker and MonthCalendar
17259         - Added CPDrawButton and CPDrawRadioButton
17260
17261 2006-01-16  Jackson Harper  <jackson@ximian.com>
17262
17263         * ComboBox.cs: Set the initial value of the scrollbar to the
17264         current index. Reduce the numbers of refreshs and IndexOfs called.
17265
17266 2006-01-14  Alexander Olk  <alex.olk@googlemail.com>
17267
17268         * FileDialog.cs: When the file listview is focused hitting the
17269           backspace key moves the fileview to the parent directory
17270
17271 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
17272
17273         * Form.cs: 
17274           - Added RecreateHandle call when changing taskbar visibility to 
17275             trigger reparenting in Win32 driver (Fixes #75719)
17276           - If a window has minimize or maximize buttons, it cannot have
17277             a help button
17278         * XplatUIWin32.cs:
17279           - CreateWindow: When no WS_EX_APPWINDOW style is found we parent
17280             the toplevel form with FosterParent (A toolwindow not on the
17281             taskbar) (Fixes #75719)
17282           - Made FosterParent a toolwindow
17283
17284 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
17285
17286         * FileDialog.cs: Don't crash if InitialDirectory doesn't exist
17287
17288 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
17289
17290         * ToolTip.cs: If SetToolTip is called from a control and the mouse
17291           is currently over that control, make sure that tooltip_window.Text
17292           gets updated
17293
17294 2006-01-13  Mike Kestner  <mkestner@novell.com>
17295
17296         * MimeIcon.cs: size_t on lp64 fix for gdk_pixbuf_save_to_file extern.
17297
17298 2006-01-13  Jackson Harper  <jackson@ximian.com>
17299
17300         * TreeView.cs: On MS GetNodeAt never actually factors in the X
17301         value passed.  Also redraw the selected node when we recieve
17302         focus, so tabbing between trees works correctly.
17303
17304 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
17305
17306         * MimeIcon.cs: GnomeHandler: older gnome versions don't have
17307           ~/.gconf/%gconf-tree.xml, so use
17308           .gconf/desktop/gnome/interface/%gconf.xml
17309
17310 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
17311
17312         * TextControl.cs: Draw text in gray if control is disabled
17313
17314 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
17315
17316         * TreeView.cs: Draw the focus rectangle outside the highlight, to
17317           make sure it's always visible. Fixes #76680.
17318
17319 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
17320
17321         * TreeView.cs: Implemented Wheel scrolling. Fixes #76531
17322
17323 2006-01-13  Jonathan Chambers  <jonathan.chambers@ansys.com>
17324
17325         * PageSetupDialog.cs: Added.
17326         * PrintDialog.cs: Attributes.
17327         * PrintPreviewControl.cs: Updates.
17328         * PrintPreviewDialog.cs: Updates.
17329         
17330 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
17331
17332         * Control.cs: Undid my selection check fix, since it's not needed
17333         * TextBoxBase.cs:
17334           - Now considering the presence of hscroll/vscroll when sizing
17335             vscroll/hscroll respectively. Fixed bug #77077
17336           - Added Left/Up/Down/Right to IsInputKey list to prevent
17337             ContainerControl from stealing them. This fixes what I broke
17338             with my last checkin.
17339
17340 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com> 
17341
17342         * ScrollableControl.cs: Implemented dockpadding. Fixes #77166. And
17343           I finally understand how the property can be set without a setter :-)
17344
17345 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
17346
17347         * Application.cs:
17348           - Switched RunLoop to use static Message.Create to create a 
17349             Message object
17350           - Added PreProcessMessage call in runloop for keyboard events; this
17351             is part of the fix for #77219, I overlooked this originally in the
17352             MSDN doc for PreProcessMessage
17353         * Control.cs:
17354           - Removed call to PreProcessMessage from handling of keyboard 
17355             messages; it's supposed to be done in the message pump
17356           - Moved call to ProcessKeyEventArgs inside ProcessKeyMessage as
17357             per MSDN documentation.
17358           - IsInputChar: All chars are input chars by default; removed the 
17359             parent calling chain, MS does not document that
17360           - PreProcessMessage: If IsInputChar is true, we want to return false
17361             to allow dispatching of the message
17362           - When selecting the next control, now also check that we're not
17363             selecting ourselves again and therefore return a false positive.
17364         * TextBoxBase.cs:
17365           - Tried to match return values for IsInputKey and ProcessDialogKey
17366             to what MS returns; moved processing of our special keys outside
17367             ProcessDialogKey since MS does not seem to return true on those.
17368           - Moved code that previously was in ProcessDialogKey into new private
17369             ProcessKey method, which gets called upon receipt of WM_KEYDOWN
17370           - Reworked handling of WM_CHAR to not have to duplicate code from
17371             Control.cs anymore, instead we simply call down to base.
17372            
17373 2006-01-12  Jackson Harper  <jackson@ximian.com>
17374
17375         * ComboBox.cs: We always need to refresh the text area when
17376         EndUpdate is called. Fixes the combobox in the file dialog.
17377         * Control.cs: Don't create the creator_thread until the controls
17378         handle is created.  Also in InvokeRequired we check if the
17379         creator_thread is null. This gives the effect of InvokeRequired
17380         returning true if the controls handle is not created yet, and
17381         matches MS.
17382
17383 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
17384
17385         * XplatUI.cs:
17386           - Added StartLoop() driver method. This is used to allow drivers to
17387             prepare for an upcoming GetMessage/TranslateMessage/DispatchMessage
17388             loop for a particular thread
17389           - Added EndLoop() driver method. This is called once the message
17390             pump for the thread is shut down
17391           - Added SupportsTransparency method to allow the driver to indicate
17392             opacity support for windows
17393         * Form.cs:
17394           - Removed TODO attribute, completed AllowTransparency property
17395           - Added documented logic to Opacity
17396         * GroupBox.cs, Label.cs, LinkLabel.cs, PropertyGrid.cs, Control.cs,
17397           ButtonBase.cs, CheckedListBox.cs: Combined Jackson's and Miguel's
17398           versions of CompatibleTextRendering
17399         * X11Structs.cs: Added opacity atom to our atom enumeration
17400         * Hwnd.cs: Added opacity tracking (we need to track since the opacity
17401           of a form might be set before it's reparented by the WM, and we need
17402           the opacity value without calling up to Form)
17403         * XplatUIDriver.cs: Added StartLoop(), EndLoop() and 
17404           SupportsTransparency() driver methods
17405         * Application.cs: Now calling StartLoop and EndLoop driver methods
17406         * XplatUIX11.cs:
17407           - Added opacity atom registration
17408           - Added StartLoop()/EndLoop() methods. They're empty right now but
17409             will need to get implemented when we switch to a per-thread queue
17410           - Implemented SupportsTransparency() method
17411           - Implemented SetWindowTransparency() method
17412           - Added support for setting the opacity value when a window is
17413             reparented (since the opacity needs to be set on the WM frame)
17414         * XplatUIOSX.cs, XplatUIWin32.cs:
17415           - Added SupportsTransparency(), StartLoop() and EndLoop() methods
17416
17417 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
17418
17419         * ThemeClearlooks.cs: Don't crash if TabControl.Parent is null.
17420
17421 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
17422
17423         * FileDialog.cs: Added ToolTip for MWFFileView
17424         * MimeIcon.cs: Rewrote GnomeHandler.
17425           - Get currently used gnome icon theme from
17426             ($HOME)/.gconf/%gconf-tree.xml
17427           - Make use of inherited icon themes
17428           - Support SVG icon themes like Tango via librsvg
17429
17430 2006-01-12  Miguel de Icaza  <miguel@novell.com>
17431
17432         Revert's Jackson's revert which broke 2.0 builds.   Fix both
17433         builds. 
17434         
17435         * Application.cs: Move the use_compatible_text_rendering outside
17436         the NET_2_0 define.  If we ever need to use the
17437         use_compatible_text_rendering on the individual controls they will
17438         access the variable from the common shared code paths.
17439
17440 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
17441
17442         * XplatUI.cs:
17443           - Added more granular debug options
17444           - Added method to print both window text and id
17445           - Switched debug output to use new Window() debug method
17446           - Added IsEnabled() driver method
17447           - Added EnableWindow() driver method
17448         * Form.cs:
17449           - Removed end_modal; no longer needed, new loop handles termination
17450             via 'closing' variable
17451           - If form is modal, setting DialogResult will now initiate loop
17452             termination via 'closing' variable
17453           - Added support for is_enabled/WS_DISABLED to CreateParams
17454           - Close() now just send the WM_CLOSE message; the WM_CLOSE handler
17455             does all the work
17456           - Removed code that's now in RunLoop from ShowDialog()
17457           - Added various documented sanity checks to ShowDialog()
17458           - Added handling of WM_DESTROY message; we set 'closing' on getting
17459             the message to indicate the message pump to terminate
17460           - Added handling of new internal WM_CLOSE_INTERNAL message - it's
17461             send by the Application.ExitThread method. (We send the message
17462             to destroy the window after all other events have been
17463             processed through the queue, instead of destroying the handle 
17464             directly)
17465           - Moved code from Close() method to WM_CLOSE handler; added logic
17466             to only send close-related events if the form is not displayed
17467             modal
17468         * Splitter.cs (..ctor): Fixed typo in resource name
17469         * Control.cs:
17470           - DrawBackgroundImage: Explicitly selecting the wrap mode for the
17471             brush now
17472           - set_Cursor: Now only setting calling into XplatUI if the handle for
17473             the control is already created; this avoids implict handle creation
17474             or crashes if it's not created
17475           - set_Enabled: Now setting the enabled state via the new driver method
17476             instead of just tracking it
17477           - CreateParams: Added logic to set WS_DISABLED based on enabled state
17478           - CreateControl: Reordered event firing and method calls to more
17479             closely fire events in the order MS does. Now setting the
17480             enabled state in the driver when creating the control.
17481           - SetVisibleCore: Moved when the OnVisibleChanged event is fired to
17482             match MS order
17483         * FolderBrowserDialog.cs, MessageBox.cs, ButtonBase.cs, TrackBar.cs,
17484           MonthCalendar.cs: get_CreateParams: Added setting of WS_DISABLED 
17485         * XplatUIStructs.cs: Added internal WM_CLOSE_INTERNAL mesage id
17486         * Hwnd.cs:
17487           - Added tracking of window enabled state (get_Enabled/set_Enabled)
17488           - Added EnabledHwnd property to easily allow a driver to find the
17489             handle of the first enabled window in the parent chain (this is
17490             used by drivers to pass up input events of disabled windows)
17491         * XplatUIDriver.cs: Added IsEnabled() method
17492         * Application.cs:
17493           - Removed crude and obsolete exiting tracking variable
17494           - Removed internal ModalRun(); replaced by RunLoop()
17495           - Implemented private CloseForms() method to allow closing all 
17496             windows owned by a particular (or all) threads
17497           - Exit() now properly closes all windows without forcing the message
17498             pump to quit
17499           - Removed obsolete InternalExit() method
17500           - Changed Run() methods to use new RunLoop() message pump
17501           - Implemented new RunLoop() method for both modal and non-modal forms
17502         * CommonDialog.cs:
17503           - get_CreateParams: Added setting of WS_DISABLED
17504           - Simplified ShowDialog(); now all the work is done in RunLoop(),
17505             invoked via Form.ShowDialog()
17506         * NativeWindow.cs: We don't remove the window from the collection when
17507           the handle is destroyed; there might still be messages for it in the
17508           queue (mainly the resulting WM_DESTROY); instead it will be removed
17509           when Control calls InvalidateHandle in the WM_DESTROY handler
17510         * XplatUIX11.cs:
17511           - CreateWindow: Added logic to handle the WS_DISABLED window style
17512           - EnableWindow: Implemented based on Hwnd.Enabled
17513           - GetMessage: Reset PostQuitState so the method can be called again
17514           - Implemented support for disabled windows (passing messages to the
17515             first enabled parent) in handling all input messages
17516           - Added optimizations for handling Expose events
17517           - Implemeted new driver method IsEnabled()
17518           - Now always resetting paint pending tracking vars when we start paint
17519           - Re-implemented UpdateWindow via just sending a WM_PAINT message
17520         * XplatUIOSX.cs: Added IsEnabled method stub
17521         * XplatUIWin32.cs: Implemented new IsEnabled() method
17522
17523 2006-01-11  Jackson Harper  <jackson@ximian.com>
17524
17525         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
17526         LinkLabel.cs, PropertyGrid.cs: Unbreak 1.1 build. Consolidate the
17527         variables a little.
17528         * ColorDialog.cs: Clear out the old form before adding the new
17529         panel.  
17530
17531 2006-01-11  Jackson Harper  <jackson@ximian.com>
17532
17533         * X11Dnd.cs: Make sure to add all the text formats when adding
17534         strings to the data object.
17535         * TreeNodeCollection.cs: When adding to a sorted tree we need to
17536         do some redrawing too.  Also change the UpdateNode to an
17537         UpdateBelow so the newly added node gets painted.
17538         
17539 2006-01-11  Miguel de Icaza  <miguel@novell.com>
17540
17541         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
17542         LinkLabel.cs, PropertyGrid.cs: Implement the
17543         UseCompatibleTextRendering property for 2.x
17544
17545         * Application.cs (SetCompatibleTextRenderingDefault): Add. 
17546
17547 2006-01-11  Jackson Harper  <jackson@ximian.com>
17548
17549         * TreeView.cs: Use the property for setting the selected node so
17550         the correct events get raised.
17551         * TreeNode.cs: Update the tree when the fore/back colours of a
17552         node are set.
17553
17554 2006-01-10  Jackson Harper  <jackson@ximian.com>
17555
17556         * TreeView.cs: Allow setting SelectedNode to null.
17557
17558 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
17559
17560         * Form.cs: Fix support for Form TransparencyKey and Opacity on Windows.
17561
17562 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
17563
17564         * PrintControllerWithStatusDialog.cs: Update page number in dialog.
17565
17566 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
17567
17568         * PrintDialog.cs: Added attributes and set default property values.
17569
17570 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
17571
17572         * PrintControllerWithStatusDialog.cs: 
17573         Added PrintControllerWithStatusDialog.
17574
17575 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
17576
17577         * XplatUI.cs, Form.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
17578         XplatUIWin32.cs: Added support for Form TransparencyKey and Opacity on Windows.
17579
17580 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
17581
17582         * ComboBox.cs: Fix crash when there is no selected item (due to last commit)
17583
17584 2006-01-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
17585
17586         * ComboBox.cs: Added KeyDown event handler for processing arrow keys
17587         and PgUp/PgDown. Also, scroll to selected item upon dropdown. Bugs 76857 and 76788.
17588
17589 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
17590
17591         * MimeIcon.cs: Added internal class SVGUtil.
17592
17593 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
17594
17595         * FileDialog.cs: Don't crash if there are two files with the
17596           same name but different locations.
17597
17598 2006-01-08  John BouAntoun  <jba-mono@optusnet.com.au>
17599
17600         * MonthCalendar.cs: Fixed annoying rendering bug when selecting
17601         dates across multiple month grids. Used to not highlight entire 
17602         month, but does now.
17603         
17604 2006-01-06  Jackson Harper  <jackson@ximian.com>
17605
17606         * MonthCalendar.cs: Removed DoEvents call to prevent a running
17607         message loop. Change timer intervals to numbers that seem more
17608         natural.
17609
17610 2006-01-06  John BouAntoun  <jba-mono@optusnet.com.au>
17611
17612         * DateTimePicker.cs: Modified CalculateDropDownLocation to use the screen
17613           object for location info since screen object is now implemented.
17614
17615 2006-01-05  Jackson Harper  <jackson@ximian.com>
17616
17617         * AsyncMethodData.cs: Check if the call is complete before doing a WaitOne
17618         * AsyncMethodResult.cs: We no longer use a WeakReference for the
17619         AsyncMethodResult, this is because we ALWAYS want the
17620         ManualResetEvent to get set.
17621         * Control.cs: When disposing use an async invoke to call shutdown
17622         code, so that thigns don't block on the finalizer thread.  Also
17623         check if we even have a message loop before trying to send
17624         messages, if we don't then don't bother sending messages.
17625         - No more weak references for async methods
17626         * XplatUIDriver.cs: No more weak references for async methods.
17627
17628 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
17629
17630         * FontDialog.cs: Fix, don't throw an exception if FontFamily.Families
17631           returns two FontFamily with the same name
17632
17633 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
17634
17635         * ThemeWin32Classic.cs, ThemeClearlooks.cs: Dropped stupid scheme of 
17636           drawing disabled text. Instead using the ColorGrayText color
17637
17638 2006-01-04  Jackson Harper  <jackson@ximian.com>
17639
17640         * TreeNode.cs: redraw the node when its image index is changed.
17641
17642 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
17643
17644         * RichTextBox.cs: Same fix as last, just for SelectionColor. This
17645           time I checked there are no others like it.
17646
17647 2006-01-04  Jackson Harper  <jackson@ximian.com>
17648
17649         * AsyncMethodResult.cs: Use a ManualResetEvent instead of a mutex,
17650         this gives the behavoir I was looking for.
17651         * Control.cs: Special case Invoking EventHandlers, this matches MS
17652         and fixes part of bug #76326.
17653
17654 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
17655
17656         * ThemeClearlooks.cs, FileDialog.cs:
17657           - Reflect the latest Theme class changes
17658           - Remove Mono.Unix.Syscall.time in FileDialg and replace it 
17659             with DateTime
17660             
17661 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
17662
17663         * Theme.cs: Cache UI resource images and resize them if needed
17664
17665 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
17666
17667         * RichTextBox.cs: FormatText is 1-based, make it so when SelectionFont
17668           is called. This fixes the crash in Nexxia when setting the font
17669           attributes in the chat. [However, RTF needs a look-over to make sure
17670           that all SelectionXXX methods handle the special case that selection
17671           is empty and therefore the change must be applied to all text starting
17672           at the cursor/selection start]
17673
17674 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com> 
17675
17676         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
17677           XplatUIOSX.cs: Added SendMessage and PostMessage methods
17678         * X11Keyboard.cs: Switched to new way of calling PostMessage
17679
17680 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
17681
17682         * Theme.cs: Added theme interface for images to allow the theme to
17683           control what images are used for things like FileDialog, MessageBox
17684           icons, etc.
17685         * MessageBox.cs: Now uses the new Theme icon/image interfaces
17686
17687 2006-01-03  Alexander Olk  <alex.olk@googlemail.com>
17688
17689         * FileDialog.cs:
17690           - Removed some dead code
17691           - Opening a recently used file does work now
17692           - Small UI enhancements
17693           - Refactoring
17694
17695 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
17696
17697         * FileDialog.cs: Forgot too add __MonoCS__
17698
17699 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
17700
17701         * FileDialog.cs: We are able to read recently used files now let's
17702           go on and write them.
17703
17704 2006-01-01  Alexander Olk  <alex.olk@googlemail.com>
17705
17706         * FileDialog.cs: Breathe some life into "last open"/"recently used"
17707           button
17708         * MimeIcon.cs: Do a check for the top level media type also
17709
17710 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
17711
17712         * ThemeClearlooks.cs:
17713           - Added CPDrawStringDisabled
17714           - ButtonBase_DrawText: Workaround for a DrawString bug; cut off
17715             some chars if the text doesn't fit into text_rect
17716           - DrawListViewItem: If View = View.LargeIcon center the image;
17717             rewrote the drawing of ListViewItem.Text if View = 
17718             View.LargeIcon
17719
17720 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
17721
17722         * MimeIcon.cs: Use default KDE icon theme if there is no
17723           "48x48" directory for the current icon theme, fixes #77114
17724         * Mime.cs: Disable not working and actually not used code. 
17725         * ThemeWin32Classic.cs:
17726           - Replace "new SolidBrush" in GetControlBackBrush and
17727             GetControlForeBrush with ResPool.GetSolidBrush
17728           - Changed DrawListViewItem from private to protected virtual
17729         * FileDialog.cs:
17730           - Added form.MaximizeBox = true
17731           - Don't throw an exception if there is a broken symbolic link
17732
17733 2005-12-23  Jackson Harper  <jackson@ximian.com>
17734
17735         * TabControl.cs: Give the panels focus, keyboard navigation is
17736         fixed so this works correctly now.
17737         - We need these key events also.
17738         * ToolBar.cs: Remove some of the poor mans double buffering.
17739         
17740 2005-12-24  Alexander Olk  <alex.olk@googlemail.com>
17741
17742         * ComboBox.cs: The internal TextBox now returns the focus.
17743
17744 2005-12-23  Jackson Harper  <jackson@ximian.com>
17745
17746         * ThemeWin32Classic.cs:  Draw the text for all tab appearances.
17747
17748 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
17749
17750         * Control.cs: Removed debug code
17751         * XplatUIX11.cs: Changed DestroyChildWindows to also consider
17752           implicit children
17753
17754 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com> 
17755
17756         * Control.cs: When creating the control, update the Z-order after
17757           all it's children are created, too. (Fixes nexxia not showing
17758           picturebox bug)
17759
17760 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
17761
17762         * Control.cs: Do not update the anchoring distances if layout is
17763           suspended, instead do it once layout is resumed
17764
17765 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com> 
17766
17767         * Control.cs: 
17768           - After many hours of debugging, for both Jackson and
17769             myself, it turns out that it helps to set the parent of a control
17770             if you want to actually see it onscreen. In the spirit of that
17771             discovery, we're now setting the parent of the control and
17772             it's children when the control's handle is created. This fix
17773             will make Lutz Roeder's Reflector run happily. 
17774           - now just creating the handle instead of the whole control when
17775             getting a graphics context for the control.
17776
17777 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
17778
17779         * ScrollableControl.cs: When calculating the canvas, don't consider
17780           the scrollbar widths. Instead, predict if horizontal scrollbar
17781           will affect canvas when deciding on vertical display and vice versa.
17782
17783 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
17784
17785         * RichTextBox.cs: Set default RTF font for documents that don't
17786           have a font table (Fixes #77076)
17787
17788 2005-12-22  Jackson Harper  <jackson@ximian.com>
17789
17790         * TextBoxBase.cs: It's difficult to do, but you can have an empty
17791         clipboard. This prevents a NullRef in that case.
17792         * XplatUIX11.cs: Use CLIPBOARD not PRIMARY for our
17793         clipboard. PRIMARY is for the currently selected text only. (We
17794         should implement PRIMARY at some point.
17795
17796 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
17797
17798         * XplatUIWin32.cs: Fixed the TEXTMETRIC structure, we were calling
17799           a Unicode function with a structure that was defined in Ansi way.
17800           This fixes #76942.
17801
17802 2005-12-21  Jackson Harper  <jackson@ximian.com>
17803
17804         * StatusBar.cs: Statusbar handles its fore/back colours on it's
17805         on. Because thats how it rolls. (and this avoids it using ambient
17806         colours).
17807         * ThemeWin32Classic.cs: Use the proper back color for filling.
17808         * Menu.cs: Use the system menu bar color for drawing menu
17809         bars. Using the window back color will bring ambient colours into
17810         the picture.
17811
17812 2005-12-21  Alexander Olk  <alex.olk@googlemail.com>
17813
17814         * ColorDialog.cs: Fixed a memory leak that caused a SIGSEV. A lot of
17815           Bitmaps were created and not disposed.
17816
17817 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
17818
17819         * Control.cs (CreateControl): Don't do anything if the control is
17820           already created, otherwise we'd fire the OnCreated event more than
17821           once
17822
17823 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
17824
17825         * ComboBox.cs (FindStringCaseInsensitive): Don't search for emtpy strings,
17826           will always match. Instead return -1. Fixes #76464.
17827
17828 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
17829
17830         * TextControl.cs (RecalculateLine): Only wrap if the wrap point is
17831           neither the beginning nor the end of the line (Fixes bug #76479)
17832
17833 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
17834
17835         * Control.cs:
17836           - ControlNativeWindow.ControlFromHandle(): Now handling situation
17837             where handle is invalid
17838           - FromHandle(): Now using hashtable-based ControlFromHandle() lookup
17839             instead of slower linear search
17840         * NativeWindow.cs: Don't remove the window from the hashtable until
17841           after the driver has destroyed it (since the driver might use
17842           Control.FromHandle to lookup the control object
17843         * Hwnd.cs: Added DestroyPending property to track if a window is 
17844           already destroyed as far as the driver is concerned and only hasn't
17845           yet notified the control
17846         * XplatUIX11.cs:
17847           - Activate(): Check if the window is still valid before using the 
17848             handle
17849           - Implemented DestroyChildWindow() method to mark child windows as
17850             destroyed when a window is destroyed. This prevents situations 
17851             where we might call an X method based on queued events for a
17852             window that already has been destroyed but we haven't yet pulled
17853             the destroy method from the queue.
17854           - Added a call to the new DestroyChildWindow() method to the drivers
17855             DestroyWindow code. Also now marking the destroyed window itself
17856             as pending
17857
17858 2005-12-20  Jackson Harper  <jackson@ximian.com>
17859
17860         * StatusBar.cs:
17861         * StatusBarPanel.cs: Don't calculate panel sizes on draw
17862         anymore. Just do them when needed, also track the rects of panels
17863         so that we can optimize refreshing more in the future.
17864
17865 2005-12-20  Alexander Olk  <alex.olk@googlemail.com>
17866
17867         * ColorDialog.cs: Fixed focus drawing in small color controls
17868
17869 2005-12-19  Jackson Harper  <jackson@ximian.com>
17870
17871         * InternalWindowManager.cs:
17872         * MdiWindowManager.cs: Cleanup some coordinate system changes so
17873         moving windows works properly.
17874
17875 2005-12-19  Peter Dennis Bartok  <pbartok@novell.com> 
17876
17877         * Control.cs: 
17878           - Removed call to InitLayout() from SetBoundsCore(); doc says
17879             it's only called when a control is added to a container
17880           - Split InitLayout logic, moved to separate UpdateDistances() method
17881             since we need to perform those calculations more often than just
17882             when adding the control to a container. (Needed to fix #77022)
17883           - Now calling UpdateDistances() from UpdateBounds() (fixes #77022)
17884           - Reduced the OnBindingContextChanged events count, don't send them
17885             unless the control is created, we still aren't totally matching
17886             MS, but I can't quite figure out some of their rules
17887
17888 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
17889
17890         * ThemeClearlooks.cs: Corrected distance between ProgressBar
17891           stripes
17892
17893 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
17894
17895         * ThemeClearlooks.cs:
17896           - Updated ProgressBar drawing
17897           - Corrected drawing of ScrollBars and scroll buttons
17898           - Some temporary fixes for minor pixel artefacts
17899
17900 2005-12-18  Peter Dennis Bartok  <pbartok@novell.com> 
17901
17902         * Control.cs:
17903           - Reworked Controls.Add(), Controls.Remove() and set_Parent() to
17904             cause events to be sent in the same order as MS does.
17905           - Added ChangeParent() method to trigger various OnXXXChanged events
17906             that need to be fired when a parent changes (This is a reworking
17907             of the patch from r54254, with the X11 errors fixed)
17908           - Removed SuspendLayout()/ResumeLayout() calls from Controls.Clear()
17909             since on MS we get OnLayoutChanged events when calling Clear()
17910           - Changed Enabled property to consider parent state as well, if a
17911             parent is not enabled, the control will not be either
17912           - Changed Parent property to simply call Controls.Add() since that
17913             now does all the work required, this way we avoid code duplication
17914           - Threw in a few OnBindingsContextChanged calls to try and match
17915             when MS sends them. We seem to send a few too many, though.
17916           - Added call to CreateControl when adding the control to a parent.
17917             We were never calling CreateControl. Still needs some work, in
17918             some places we treat HandleCreated and ControlCreated as equal, 
17919             which is wrong
17920           - Removed obsolete commented out code from UpdateZOrder()
17921
17922 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
17923
17924         * ThemeClearlooks.cs: Updated TrackBar drawing.
17925
17926 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
17927
17928         * FileDialog.cs: Patch for #76901 by Atsushi Enomoto
17929
17930 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
17931
17932         * FileDialog.cs: Add the Help button and the open readonly
17933           checkbox only if needed
17934
17935 2005-12-16  Jackson Harper  <jackson@ximian.com>
17936
17937         * Control.cs: Make sure we have an active menu before trying to
17938         process commands on it. Prevents menu-less forms from crashing
17939         when Alt is pressed.
17940         * TreeNodeCollection.cs: Some fixes to prevent null refs. Patch by
17941         Dieter Bremes.
17942         * RichTextBox.cs: Expand statement to help out gmcs and fix the
17943         2.0 build.
17944
17945 2005-12-16  Jackson Harper  <jackson@ximian.com>
17946
17947         * InternalWindowManager.cs: Don't translate tool windows screen
17948         coordinates. This fixes windows 'bouncing' around when being moved.
17949
17950 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
17951
17952         * TextBoxBase.cs:
17953           - MaxLength now treats 2^31-1 equal to unlimited length (this is
17954             not quite MS compatible, MS uses that number only for single line
17955             and 2^32-1 for multi-line, but I figure it won't hurt keeping
17956             the limit at 2GB)
17957           - Now enforcing the MaxLength limit when entering characters
17958           - Added argument to internal Paste() method to track if it's called
17959             from programatically or via keyboard, since keyboard driven pastes
17960             need to enforce max-length
17961           - Added logic to Paste to only paste as many chars as MaxLength 
17962             allows
17963         * RichTextBox.cs: Updated to use new obey argument for internal Paste()
17964         * TextControl.cs:
17965           - Added Length property to return number of characters in document
17966           - Added private CharCount property which only tracks actual chars
17967             in the document (no linefeeds) and fires event when CharCount
17968             changes
17969           - Added tracking of character count to all methods that alter it
17970           - Added LengthChanged event to allow applications to subscribe
17971             to any changes to the document
17972
17973 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
17974
17975         * TextBox.cs: 
17976           - Removed local password_char field (moved to TextBoxBase)
17977           - Now setting the document's password var when password is
17978             set
17979         * TextBoxBase.cs:
17980           - Added password_char field (needed here so MultiLine can
17981             access it)
17982           - Added logic to MultiLine property setter to set the document's
17983             variable when password display is allowed
17984           - Removed debug code and made some debug code conditional
17985         * TextControl.cs:
17986           - Added RecalculatePasswordLine() method to handle special password
17987             char only lines
17988           - Added PasswordChar property, also added related tracking vars
17989           - Draw() method now uses local text var for grabbing text to draw,
17990             this var is set to line.text unless we're doing password display,
17991             then it is set to the pre-generated all-password-chars line
17992           - Added calling RecalculatePasswordLine() method for password lines
17993
17994 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
17995
17996         * Hwnd.cs: 
17997           - Added Reparented property to allow tracking of Window Manager
17998             reparenting actions (which affect X/Y calculations of toplevel 
17999             windows)
18000           - Made ToString() print window handles in hex
18001         * XplatUIX11.cs:
18002           - AddConfigureNotify(): Now uses reparented state off Hwnd to
18003             determine if X/Y needs offsetting
18004           - AddConfigureNotify(): Fixed offset calculations
18005           - Now adds ReparentNotify messages into the queue
18006           - Now processes ReparentNotify messages and causes a 
18007             WM_WINDOWPOSCHANGED message to be sent upstream if a window
18008             is reparented (as most likely it's X/Y coordinates are changed
18009             due to that)
18010
18011 2005-12-14  Jackson Harper  <jackson@ximian.com>
18012
18013         * XplatUIX11.cs: Tool windows still need to respek focus.
18014
18015 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
18016
18017         * Control.cs: Undid 54254 (causing XConfigure errors) so we can
18018           have a working release
18019
18020 2005-12-13  Jackson Harper  <jackson@ximian.com>
18021
18022         * Form.cs: Update styles after setting the border style regardless
18023         of whether or not the window is using a window manager.
18024
18025 2005-12-13  Jackson Harper  <jackson@ximian.com>
18026
18027         * Form.cs: We now hook into an internal window manager instead of just an
18028         MDI subsystem, this is so we can have properly behaving tool windows.
18029         * MdiClient.cs: Naming change, MdiChildContext is now WindowManager
18030         * InternalWindowManager.cs: New internal class that acts as a
18031         window manager for tool windows and as a base for mdi windows.
18032         * MdiWindowManager.cs: New class that acts as a window manager for
18033         mdi windows.
18034
18035 2005-12-12  Jackson Harper  <jackson@ximian.com>
18036
18037         * Control.cs: Updates so we match behavoir for for implicit
18038         controls. Fixes explosions in MDI.
18039
18040 2005-12-12  Jackson Harper  <jackson@ximian.com>
18041
18042         * Control.cs: Implement Invalidate (Region).
18043
18044 2005-12-12  Peter Dennis Bartok  <pbartok@novell.com> 
18045
18046         * Control.cs: 
18047           - Changed handling of Controls.Add/Controls.Remove to fire (almost) 
18048             the same events as MS does. MS fires events for each property 
18049             except, for unknown reasons, Cursor, when the control is reparented. 
18050             I can't seem to totally match add/remove since MS also fires some 
18051             VisibleChanged events, which makes no sense. Consolidated the
18052             parenting code into a separate method so it can be called from
18053             both Add and Remove. set_Parent no longer needs any special logic
18054             as it calls the parent's add method which implicitly fires
18055             all events
18056           - Removed some obsolete code and debug output
18057           - Enabled state is inherited from parents, if this is enabled
18058
18059 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com> 
18060
18061         * Form.cs: Removed commented out code
18062
18063 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com>
18064
18065         * Control.cs:
18066           - Added internal version of Invoke, with additional argument 
18067             indicating if we're calling it from a Dispose() handler. That
18068             way we can avoid BeginInvoke throwing an exception if we're
18069             calling for an already destroyed window.
18070           - Added a dispose argument to BeginInvokeInternal, and made the
18071             check if a valid window handle chain exists conditional on
18072             it not being a dispose call
18073           - Removed code in DestroyHandle to destroy our children. Since we
18074             now handle the WM_DESTROY message we will catch all our children
18075             being destroyed.
18076           - Now calling OnHandleDestroyed from our new WM_DESTROY handler
18077         * Form.cs:
18078           - Added a field to track the application context of the form.
18079           - No need to set closing variable as response to WM_CLOSE, instead
18080             we destroy the window. We also call PostQuitMessage if the form
18081             has an application context (which makes it the main app form,
18082             which, when closed terminates the app)
18083         * XplatUI.cs:
18084           - Dropped Exit() method, it's naming was confusing
18085           - Added PostQuitMessage() which causes GetMessage to return false
18086             once the message queue is empty
18087         * XplatUIDriver.cs, XplatUIWin32.cs: Dropped Exit(), added 
18088           PostQuitMessage()
18089         * XplatUIOSX.cs: Switched signature for Exit method since Exit() is
18090           no longer a valid XplatUI method, but left it in since it's used
18091           internally. Added empty PostQuitMessage() method.
18092         * MenuAPI.cs: Replaced call to Exit() with call to
18093           PostQuitMessage, even though this is probably no longer needed.
18094         * Hwnd.cs: Added 'pretty' ToString() to support debugging.
18095         * X11Structs.cs: Added pretty XEvent.ToString() to support debugging.
18096         * Application.cs:
18097           - Replaced call to XplatUI.Exit() with PostQuitMessage()
18098           - Removed old debug code that would call XplatUI for exception
18099             display, enabled standard exception handling (Still not enabled
18100             though, until NativeWindow's ExternalExceptionHandler define
18101             is removed
18102         * NativeWindow.cs:
18103           - Added internal method to allow control to update NativeWindow
18104             after a window has been destroyed
18105           - Added handling of already destroyed windows when calling i
18106             DestroyWindow
18107           - Added removal of handle from list on ReleaseHandle
18108         * XplatUIX11.cs:
18109           - Dropped GetMessageResult var and related code
18110           - Added PostQuitState to field to track if PostQuitMessage has been
18111             called
18112           - Dropped Exit() method
18113           - Added PostQuitMessage() method
18114           - GetMessage now will return false if PostQuitState is set and no
18115             more messages are in the queue.
18116           - Expose handler will no longer generate WM_PAINT messages if we are
18117             in PostQuitState since it's very likely any windows have already
18118             been destroyed, and since Hwnd won't get updated until we have
18119             processed the DestroyNotify we'd be causing X errors.
18120         
18121 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
18122
18123         * Control.cs(WndProc): Apparently I'm suffering from brain cloud.
18124           Thanks to Mike for pointing out the err of my ways.
18125
18126 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
18127
18128         * Control.cs(PreProcessMessage): Moved menu handling back, but
18129           after all other key handling, to match MS (who handles Menu in
18130           DefWndProc)
18131         * Menu.cs (WndProc): Removed my brainfart
18132
18133 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
18134
18135         * Control.cs(PreProcessMessage): Removed special menu handling 
18136         * Menu.cs (WndProc): Added handling of WM_SYSKEYUP for menu purposes.
18137
18138 2005-12-07  Mike Kestner  <mkestner@novell.com>
18139
18140         * Control.cs : special case SYSKEYUP so that we can adjust keynav
18141         state according in tracker.
18142         * Menu.cs : promote tracker field to base class and provide a tracker
18143         lookup capability.  Add/Remove shortcuts dynamically if the top menu
18144         has a tracker. Unparent items that are removed from the collection.
18145         * MenuAPI.cs : implement mnemonic, shortcut, and arrow-based keynav.
18146         * Theme*.cs: add always_show_hotkeys field to support configurability
18147         of mnemonic display.  win32 doesn't show mnemonics until Alt is
18148         pressed.
18149
18150 2005-12-07  Jackson Harper  <jackson@ximian.com>
18151
18152         * MdiChildContext.cs: Use Control.ResetCursor.
18153         * Control.cs: ResetCursor needs to set the property so that the
18154         correct XplatUI call gets made.
18155
18156 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
18157
18158         * Control.cs: More fixes to make our key events match MS. We
18159           were not setting the modifier state on KeyData, and we were
18160           not generating any events when Alt was pressed with a key
18161           since handling of WM_SYSxxx was missing for the OnKey methods.
18162
18163 2005-12-07  Jackson Harper  <jackson@ximian.com>
18164
18165         * MdiChildContext.cs: reenable the sizing code.
18166         - When the mouse leaves a window reset its cursor.
18167
18168 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
18169
18170         * ThemeClearlooks.cs: Reflect latest Hwnd changes
18171
18172 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
18173
18174         * Hwnd.cs: Now using the theme 3d bordersize to calculate
18175           widths of Fixed3D borders
18176
18177 2005-12-07  Jackson Harper  <jackson@ximian.com>
18178
18179         * MdiClient.cs: Fix warnings. Earn Mike's love.
18180
18181 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
18182
18183         * ThemeClearlooks.cs:
18184           - Adjusted mouse over button color
18185           - Added first parts of CheckBox drawing
18186           - Added correct color for selected text background
18187           - Fixed ComboBox drawing
18188           - Added CPDrawBorder3D and CPDrawBorder
18189
18190 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
18191
18192         * XplatUIX11.cs: Added call to XBell for AudibleAlert
18193
18194 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com> 
18195
18196         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
18197           XplatUIOSX.cs: Added AudibleAlert() method to have a means to
18198           alert users via sound. We could add an enum arg with different
18199           types of alerts in the future
18200
18201 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
18202
18203         * Control.cs: Fix behaviour problems pointed out by Mike
18204
18205 2005-12-05  Mike Kestner  <mkestner@novell.com>
18206
18207         * StatusBarPanel.cs: add Invalidate method and hook it into all the
18208         prop setters.  Calls parent.Refresh for now, but could be maybe be
18209         optimized with an internal method on StatusBar at some point.
18210         [Fixes #76513]
18211
18212 2005-12-05  Peter Dennis Bartok  <pbartok@novell.com> 
18213
18214         * RichTextBox.cs: Implemented get_SelectionColor
18215
18216 2005-12-05  Alexander Olk  <alex.olk@googlemail.com>
18217
18218         * ThemeClearlooks.cs:
18219           - Removed dead code
18220           - Draw black button border only if button is Form.AcceptButton
18221           - Draw correct button color for pressed RadioButton if the mouse 
18222             has entered the button
18223           - Updated ProgressBar drawing!
18224           - Updated CPDrawSizeGrip drawing
18225           - Updated StatusBarPanel drawing
18226
18227 2005-12-05  Mike Kestner  <mkestner@novell.com>
18228
18229         * Control.cs (PreProcessMessage): add Keys.Alt based on LParam value.
18230         * X11Keyboard.cs (SendKeyboardInput): formal lParam for alt mod.
18231
18232 2005-12-04  Alexander Olk  <alex.olk@googlemail.com>
18233
18234         * ThemeClearlooks.cs: Initial check-in, activate with
18235           export MONO_THEME=clearlooks
18236         * ThemeEngine.cs: Added ThemeClearlooks
18237
18238 2005-12-03  Mike Kestner  <mkestner@novell.com>
18239
18240         * MenuAPI.cs: deactivate menus prior to calling item.PerformClick.
18241         [Fixes #76897]
18242
18243 2005-12-02  Jackson Harper  <jackson@ximian.com>
18244
18245         * Form.cs: If the child form has no menu the default main menu is
18246         used as the active menu.
18247
18248 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com> 
18249
18250         * ListBox.cs: Check if any items exist before trying to resolve 
18251           coordinates into items
18252
18253 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
18254
18255         * ThemeWin32Classic.cs: Hatchbrush on Win32 seems to always use white
18256           as the second color for the background hatch
18257
18258 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
18259
18260         * TextBoxBase.cs: Now uses Jackson's new and improved ImplicitScrollbar
18261         * RichTextBox.cs: FormatText position arguments are 1-based, now making
18262           sure that what we pass to FormatText is always 1-based. Fixes #76885
18263
18264 2005-11-29  Miguel de Icaza  <miguel@novell.com>
18265
18266         * NumericUpDown.cs (EndInit): When we are done initializing,
18267         reflect any updates on the UI.
18268
18269 2005-12-02  Jackson Harper  <jackson@ximian.com>
18270
18271         * ImplicitHScrollBar.cs:
18272         * ImplicitVScrollBar.cs: New scrollbars that don't take focus from
18273         their container controls.
18274         * TreeView.cs: Use the new implicit scrollbars.
18275
18276 2005-12-02  Jackson Harper  <jackson@ximian.com>
18277
18278         * TreeView.cs: Make top_node internal so the TreeNodeCollections
18279         can play with it.
18280         * TreeNodeCollection.cs: If we remove the topnode we need to
18281         update topnode to the next node in line.
18282         - When clearing nodes go through the same process as removing
18283         them, so they get depareneted and checked if they are top node.
18284
18285 2005-12-01  Jackson Harper  <jackson@ximian.com>
18286
18287         * TreeView.cs: When imagelists are used the image area is
18288         selectable as well as the text.
18289         - If there are no selected nodes select the first one.
18290         * TreeNodeCollection.cs: Getting the TreeView is mildly expensive,
18291         so don't do it more then we need to.
18292
18293 2005-12-01  Jackson Harper  <jackson@ximian.com>
18294
18295         * ThemeWin32Classic.cs: Reimplement the scroll arrow drawing so
18296         that arrows can be scaled.
18297
18298 2005-12-01  Jackson Harper  <jackson@ximian.com>
18299
18300         * TreeNode.cs : Fixed bugs that caused FullPathTest + Traverse to
18301         fail. Patch by Dieter Bremes
18302
18303 2005-11-30  Jackson Harper  <jackson@ximian.com>
18304
18305         * Form.cs: Property is 2.0 only
18306         * PrintDialog.cs: Signature fix.
18307
18308 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
18309
18310         * TextControl.cs: 
18311           - No longer artificially moves text 2 pixels down (now that we have
18312             borders this is no longer needed)
18313           - Added calcs for left, hanging and right indent
18314
18315 2005-11-23  Mike Kestner  <mkestner@novell.com>
18316
18317         * Menu.cs: mark MenuChanged internal, since it's not exposed by MS.
18318
18319 2005-11-30  Jackson Harper  <jackson@ximian.com>
18320
18321         * MdiChildContext.cs: Set the cloned menus forms, as these don't
18322         get cloned as part of CloneMenu ().
18323         * Menu.cs: Make sure the parent of the items get set correctly
18324         when they are added.  And the owners are notified of the changes.
18325         * Form.cs: Create an ActiveMenu property, so that when MDI is used
18326         we can change the menu being displayed/handled by the form without
18327         changing the menu assosciated with the form.
18328         - Don't let Mdi children draw/handle menus.
18329         
18330 2005-11-30  Jackson Harper  <jackson@ximian.com>
18331
18332         * Menu.cs: Switch the MenuChanged method to OnMenuChanged and add
18333         a MenuChanged event. Just to make the API a little more
18334         consistent.
18335         * MainMenu.cs:
18336         * MenuItem.cs: Use the new OnMenuChanged
18337         * MdiChildContext.cs: Handle menu merging.
18338         * Form.cs: Implement MergedMenu.
18339         
18340 2005-11-30  Jackson Harper  <jackson@ximian.com>
18341
18342         * Menu.cs: We were misusing Add. Add goes behind the specified
18343         index according to the docs, and does not replace the specified
18344         index. So I added an Insert method.
18345
18346 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
18347
18348         * TextBoxBase.cs:  Implemented Ctrl-Ins (Copy), Shift-Ins (Paste) and
18349           Shift-Del (Cut), apparently Emacs uses these old Win 2.x keys. This
18350           is for Jackson
18351         * RichTextBox.cs: Added calls to base for DnD events
18352
18353 2005-11-28  Peter Dennis Bartok  <pbartok@novell.com>
18354
18355         * TextControl.cs:
18356           - Fixed drag-selection related crash; style fixes
18357           - Implemented undo class
18358             o Implemented method to capture document state for specified
18359               range in document tree
18360             o Implemented method to restore captured document state
18361             o Implemented cursor tracking
18362             o Implemented basic undo stack
18363           - Added undo cursor tracking to methods altering cursor location
18364           - Added undo tracking to selection deletion (still missing
18365             other text-altering hookups)
18366         * RichTextBox.cs:
18367           - Added SelectionLength property
18368           - Implemented CanPaste()
18369           - Implemented Paste()
18370           - Added missing protected methods
18371           - Fixed RTF->Document conversion; now uses font index 0 and color 
18372             index 0 as the default font for the parsed text
18373           - Fixed RTF<->Document font size translation
18374           - Fixed RTF generation, now properly handles cross-tag boundaries
18375             for single line selection
18376           - No longer always appends blank line to generated RTF
18377           - Removed TODOs
18378           - Added missing attributes
18379           - Hooked up undo-related methods
18380         * TextBoxBase.cs:
18381           - Implemented Copy()
18382           - Implemented Paste()
18383           - Implemented Cut()
18384           - Fixed caret mis-behaviour on backspace across line-boundaries
18385
18386 2005-11-29  Jackson Harper  <jackson@ximian.com>
18387
18388         * MdiClient.cs: Add a method for activating mdi children. Very
18389         basic right now. I imagine someday it might need more girth.
18390         * MenuItem.cs: Implement MDI lists. When mdilist is true the mdi
18391         children windows names are added to the menu item.
18392         * ThemeWin32Classic.cs: Draw the arrow if the item is an
18393         mdilist. This happens regardless of whether or not there are any
18394         mdi windows to see in the list, and according to my tests happens
18395         before the items are even added. Also happens if there isn't even
18396         an mdi client to get windows from.
18397
18398 2005-11-29  Alexander Olk  <alex.olk@googlemail.com>
18399
18400         * ThemeWin32Classic.cs: Make DrawFlatStyleRadioButton protected
18401         * ThemeNice.cs: Fix drawing of flatstyle radiobuttons
18402
18403 2005-11-29  Jordi Mas i Hernandez <jordimash@gmail.com>
18404
18405         * DataGridTableStyle.cs:
18406           - Create always the styles for the missing columns even if they are
18407             provided by the user (not default table style)
18408         * DataGrid.cs:
18409           - Fixes bug 76770
18410           - Fixes SetDataBinding (always re-attach source)
18411           - Fixes SetNewDataSource (only clear styles if they are not for 
18412             this source)
18413          -  Expands OnTableStylesCollectionChanged to handle style refresh 
18414             and remove properly
18415
18416 2005-11-29  Jackson Harper  <jackson@ximian.com>
18417
18418         * FileDialog.cs: Implement missing bits, remove some dead
18419         code.
18420         * FontDialog.cs: Implement missing Apply stuff, and ToString. Move
18421         creation of the panel so that the options set on the dialog are
18422         seen when the panel is created.
18423         * TreeView.cs: raise a click when items are clicked.
18424         
18425 2005-11-29  Jackson Harper  <jackson@ximian.com>
18426
18427         * MdiClient.cs: Pass some signature methods through to base.
18428
18429 2005-11-28  Jackson Harper  <jackson@ximian.com>
18430
18431         * ListView.cs: Raise the click event when items are clicked.
18432
18433 2005-11-28  Jackson Harper  <jackson@ximian.com>
18434
18435         * MdiClient.cs: Make this algorithm even more beautiful.  And fix
18436         a nullref.
18437
18438 2005-11-27  Alexander Olk  <alex.olk@googlemail.com>
18439
18440         * ThemeNice.cs: - Removed 1 pixel bitmaps
18441           - Use SmoothingMode.AntiAlias where it makes sense
18442             (ScrollButton arrow for example)
18443           - Enhanced Button focus drawing
18444           - Fixed ComboBox drawing (no artefacts anymore, focus
18445             rectangle is back again, reduced size of ComboButton, etc.)
18446           - Fixed RadioButton focus drawing for Appearence.Button
18447           - Slight ScrollButton redesign
18448           - Some LinearGradientBrush size fixes
18449           - GroupBoxes have now rounded edges
18450           - Fixed StatusBar drawing
18451
18452 2005-11-25  Alexander Olk  <alex.olk@googlemail.com>
18453
18454         * ThemeNice.cs: - Remove dead code
18455           - use correct background colors for menus, etc.
18456           - Fake pixel drawing with 1 pixel bitmaps
18457
18458 2005-11-24  Jackson Harper  <jackson@ximian.com>
18459
18460         * MdiClient.cs: Size the scrollbars when resizing the window.
18461         - Resize the maximized windows when the client is resized
18462         * Form.cs: Make the child context available
18463         
18464 2005-11-23  Jackson Harper  <jackson@ximian.com>
18465
18466         * MdiChildContext.cs: Don't size windows if they are maximized.
18467
18468 2005-11-23  Mike Kestner  <mkestner@novell.com>
18469
18470         * ContextMenu.cs: use MenuTracker.
18471         * Control.cs: remove menu handle usage.
18472         * Form.cs: remove menu handle usage.
18473         * Hwnd.cs: remove menu handle usage.
18474         * MainMenu.cs: Draw method moved here from MenuAPI.DrawMenuBar. Proxy
18475         motion and clicks to the new Tracker handlers.
18476         * Menu.cs: add sizing accessors, SelectedItem prop, kill CreateItems
18477         and handle usage.
18478         * MenuAPI.cs: refactored to combine popup and menubar event handling.
18479         Killed the MENU and MENUITEM data types and associated collections
18480         since we now keep the info on Menu and MenuItem. Expanded TRACKER into
18481         MenuTracker class that exposes the leftovers from the old MenuAPI
18482         static methods. Restructured Capture handling so that only one grab is
18483         done for the entire menu hierarchy instead of handing off grabs to
18484         submenus. Tracker now has an invisible control to Capture when active.
18485         * MenuItem.cs: add sizing accessors, kill Create
18486         and handle usage.
18487         * Theme.cs: remove menu handle and MENU(ITEM) usage.
18488         * ThemeWin32Classic.cs: use Menu/MenuItem sizing props instead of
18489         MENU(ITEM). remove menu handle usage, use Menu directly.
18490         * XplatUIDriver.cs: remove menu handle usage.
18491         * XplatUIOSX.cs: remove menu handle usage.
18492         * XplatUIWin32.cs: remove menu handle usage.
18493         * XplatUIX11.cs: remove menu handle usage.
18494
18495 2005-11-22  Jackson Harper  <jackson@ximian.com>
18496
18497         * Hwnd.cs: Don't compute the menu size for
18498         DefaultClientRectangle.
18499         - Reenable menu sizes being computed for GetClienRectangle.
18500         * Form.cs: Remove comment of trechery
18501         
18502 2005-11-22  Jackson Harper  <jackson@ximian.com>
18503
18504         * Hwnd.cs: The adjustments for the menu bar are made when it is
18505         attached to the form.
18506
18507 2005-11-19  Jackson Harper  <jackson@ximian.com>
18508
18509         * XplatUIX11.cs: Create an HGRN of the invalid area for WM_NCPAINT
18510         (just like on windows).
18511
18512 2005-11-19  Jackson Harper  <jackson@ximian.com>
18513
18514         * MdiChildContext.cs: Handle all the buttons ourselves. We can't
18515         use real buttons anymore because they are in non client area. The
18516         one TODO here is that I need to somehow invalidate a section of
18517         the non client area.
18518
18519 2005-11-18  Jackson Harper  <jackson@ximian.com>
18520
18521         * Control.cs: Put the enum check back in now that MDI doesnt have
18522         to use this to set border styles.
18523         * Form.cs: Only set mdi child windows borders if the handle has
18524         been created.
18525         * MdiChildContext.cs: Don't set the InternalBorderStyle, just pass
18526         this directly on to the driver.
18527         - Get the move start position before adjusting for the titlebar
18528         height, this fixes the windows "skipping" when they are first
18529         moved.
18530
18531 2005-11-18  Jackson Harper  <jackson@ximian.com>
18532
18533         * XplatUIX11.cs: Just compute the mdi borders separately as they
18534         don't totally match up with normal form borders.
18535
18536 2005-11-18  Jackson Harper  <jackson@ximian.com>
18537
18538         * Control.cs: Set WS_ styles for borders, so that the driver does
18539         not have to retrieve the control instance to figure out what kind
18540         of borders it should have.
18541         * Form.cs: Set the WS_EX_MDICHILD flag on mdi children, so the
18542         driver can know its an mdi child easily.
18543         * XplatUIX11.cs: Get the border styles and whether the window is
18544         MDI from the Styles and ExStyles params instead of having to get a
18545         control. This prevents a chicken and egg problem.       
18546
18547 2005-11-18  Jackson Harper  <jackson@ximian.com>
18548
18549         * MdiClient.cs: Fix typo so scrollbars show up correctly.
18550
18551 2005-11-18  Jackson Harper  <jackson@ximian.com>
18552
18553         * MdiClient.cs: Calculate when to add and remove scrollbars
18554         correctly.
18555         * MdiChildContext.cs: Adjust the y position to take the titlebar
18556         into account.
18557         - No height for FormBorderStyle.None
18558
18559 2005-11-18  Jackson Harper  <jackson@ximian.com>
18560
18561         * Control.cs: Allow non enum values to be used for
18562         InternalBorderStyle.  MDI does this to set a special border style.
18563         - New utility methods for converting points to/from client coords
18564         - Add the newly created control to the Controls collection before
18565         updating its style. This way UpdateStyle can walk the control
18566         heirarchy to find the control if needed.
18567         so I don't need to create a new Point object all the time.
18568         * Form.cs: Let MDI windows handle their border styles.
18569         - Set styles on MDI windows so the correct title style is derived.
18570         * MdiChildContext.cs: Move all the painting and window handling
18571         into the non client area.
18572         - Use correct sizing and put correct buttons on frames based on
18573         the FormBorderStyle.
18574         - Notify the mdi client about scrolling
18575         - Need to handle the buttons ourselves now, because they are all
18576         in non client areas and we can't add controls there.
18577         * MdiClient.cs: Halfway to scrolling, this implementation is
18578         somewhat broken though, we need to check to make sure other
18579         windows aren't causing scrolling before removing the bars. Also
18580         the bars need to be drawn on top, maybe I can switch implicit
18581         controls to be on top.
18582         * Hwnd.cs: caption_height and tool_caption_height are now
18583         properties of an hwnd, this way they can be set by the driver
18584         based on the type of window they are.  In X11 the window manager
18585         handles the decorations so caption_height is zero unless its an
18586         MDI window.
18587         - Add 3 pixel borders for MDI windows (0xFFFF).
18588         - Get rid of some code duplication, have DefaultClientRectanle
18589         just call GetClientRectangle.
18590         * XplatUIX11.cs: Pass caption_height and tool_caption_height to
18591         Hwnd now.
18592         - Set border styles differently for mdi windows.
18593         * XplatUIOSX.cs: Pass caption_height and tool_caption_height to
18594         Hwnd now.
18595         
18596 2005-11-15  Mike Kestner  <mkestner@novell.com>
18597
18598         * Menu.cs: when adding an item to the collection, if item is already 
18599         parented, remove it from the parent.
18600
18601 2005-11-13  Alexander Olk  <alex.olk@googlemail.com>
18602
18603         * X11DesktopColors.cs: Added KDE support
18604
18605 2005-11-11  Peter Dennis Bartok  <pbartok@novell.com>
18606
18607         * XplatUIWin32.cs: 
18608           - Clipboard methods now can translate Rtf format
18609           - No longer removes clipboard contents whenever a new format is added
18610             to allow placing multiple formats on the clipboard
18611         * Clipboard.cs: Clipboard now supports getting a IDataObject and
18612           will place all formats contained in it onto the clipboard. Also
18613           now cleans the clipboard before placing a new object onto it
18614         * RichTextBox.cs:
18615           - Implemented set_Rtf
18616           - Implemented set_SelectedRtf
18617           - Created InsertRTFFromStream() method to allow single code base
18618             for all properties and methods that insert RTF into document
18619           - Removed debug output
18620         * TextControl.cs:
18621           - Fixed Delete(int) to fix up line numbers
18622           - Fixed ReplaceSelection to combine start and end line
18623           - Fixed serious DeleteChars bug that would leave the document tree
18624             broken
18625           - Improved DumpTree with several logic checks to detect broken
18626             document trees
18627           - Removed debug lines
18628           - Fixed Caret.WordForward/WordBack moving code, now always also 
18629             updates caret.tag (fixes crash when word-selecting across tag
18630             boundaries via keyboard)
18631           - Added Insert() method for inserting multiline text into documents
18632           - Fixed DeleteChars() calculation errors that would cause a broken
18633             tag chain with multiple tag lines
18634           - DeleteChars() no longer crashes on multi-tag lines if not all tags
18635           - Split() no longer moves caret if split is at caret location
18636           - ReplaceSelection() now updates the cursor and re-displays it
18637           - ReplaceSelection() now uses new Insert() method to avoid code
18638             duplication
18639           - FormatText() can now handle formatting partial lines
18640         * TextBoxBase.cs:
18641           - Append now uses new TextControl.Insert() method (this avoids 
18642             duplicate code)
18643           - Implemented Ctrl-X (Cut) (
18644           - Implemented Ctrl-C (Copy)
18645           - Implemented Ctrl-V (Paste) (Still some bugs related to screen 
18646             regeneration when pasting text; roundtripping Copy&Paste within
18647             edit control still fails due to some calculation bugs in GenerateRTF)
18648           - The Delete key will now remove the current selection if it is visible
18649         * TextBox.cs: Removed debug lines
18650         * XplatUI.cs: Trigger initialization of DataFormats (which requires the
18651           driver to be initialized and can't therefore be done via a static ctor)
18652
18653 2005-11-10  Peter Dennis Bartok  <pbartok@novell.com>
18654
18655         * TextControl.cs: Added backend code for finding char arrays and strings
18656         * TextBoxBase.cs:
18657           - Added mouse wheel scroll support
18658           - Added support for VScroll and HScroll events
18659         * RichTextBox.cs:
18660           - Implemented all seven Find() variants
18661           - Implemented GetCharFromPosition()
18662           - Implemented GetCharIndexFromPosition()
18663           - Implemented GetLineFromIndex()
18664           - Implemented GetPositionFromCharIndex();
18665           - Implemented SaveFile for PlainText and UnicodeText
18666           - Fixed set_Font, now setting a new font applies that font to
18667             the whole document
18668           - Implemented generic Document to RTF converter
18669           - Implemented SaveFile for RichText format (still missing unicode
18670             conversion for non-ansi chars)
18671           - Implemented get_Rtf
18672           - Implemented get_SelectedRtf
18673
18674 2005-11-09  Peter Dennis Bartok  <pbartok@novell.com>
18675
18676         * Control.cs (WndProc): Call HandleClick after having sent OnMouseUp
18677           to allow any captures to be released before triggering OnClick. This
18678           way a click handler may capture the mouse without interference.
18679         * XplatUIX11.cs: Always send mouse messages to grab window if one exists.
18680           This way we send them even though X may not allow a grab (if the window
18681           isn't visible, for example)
18682
18683 2005-11-08  Pedro Martinez Julia <pedromj@gmail.com>
18684
18685         * DataGridViewRowEventArgs.cs: DataGridView implementation
18686         * DataGridViewElement.cs: DataGridView implementation
18687         * DataGridViewComboBoxCell.cs: DataGridView implementation
18688         * DataGridViewDataErrorContexts.cs: DataGridView implementation
18689         * DataGridViewCellErrorTextNeededEventArgs.cs: DataGridView implementation
18690         * DataGridViewColumnHeadersHeightSizeMode.cs: DataGridView implementation
18691         * ImageLayout.cs: DataGridView implementation
18692         * DataGridViewComboBoxColumn.cs: DataGridView implementation
18693         * DataGridViewCellMouseEventHandler.cs: DataGridView implementation
18694         * DataGridViewSelectionMode.cs: DataGridView implementation
18695         * IDataGridViewEditingControl.cs: DataGridView implementation
18696         * DataGridViewSortCompareEventHandler.cs: DataGridView implementation
18697         * DataGridViewCellStyleContentChangedEventHandler.cs: DataGridView implementation
18698         * DataGridViewAutoSizeModeEventHandler.cs: DataGridView implementation
18699         * DataGridViewColumnStateChangedEventHandler.cs: DataGridView implementation
18700         * DataGridViewColumnSortMode.cs: DataGridView implementation
18701         * DataGridView.cs: DataGridView implementation
18702         * DataGridViewRowStateChangedEventHandler.cs: DataGridView implementation
18703         * DataGridViewRowPostPaintEventArgs.cs: DataGridView implementation
18704         * DataGridViewDataErrorEventArgs.cs: DataGridView implementation
18705         * Padding.cs: DataGridView implementation
18706         * DataGridViewCellParsingEventArgs.cs: DataGridView implementation
18707         * DataGridViewCellStateChangedEventHandler.cs: DataGridView implementation
18708         * DataGridViewRowEventHandler.cs: DataGridView implementation
18709         * DataGridViewCellPaintingEventHandler.cs: DataGridView implementation
18710         * DataGridViewCellFormattingEventHandler.cs: DataGridView implementation
18711         * DataGridViewButtonCell.cs: DataGridView implementation
18712         * DataGridViewCellStyleContentChangedEventArgs.cs: DataGridView implementation
18713         * DataGridViewEditMode.cs: DataGridView implementation
18714         * DataGridViewCellValueEventArgs.cs: DataGridView implementation
18715         * DataGridViewRowCancelEventArgs.cs: DataGridView implementation
18716         * DataGridViewRowHeadersWidthSizeMode.cs: DataGridView implementation
18717         * DataGridViewCheckBoxColumn.cs: DataGridView implementation
18718         * DataGridViewCellToolTipTextNeededEventHandler.cs: DataGridView implementation
18719         * DataGridViewAutoSizeColumnsMode.cs: DataGridView implementation
18720         * DataGridViewCellEventHandler.cs: DataGridView implementation
18721         * DataGridViewEditingControlShowingEventHandler.cs: DataGridView implementation
18722         * DataGridViewCellStyleConverter.cs: DataGridView implementation
18723         * DataGridViewSelectedRowCollection.cs: DataGridView implementation
18724         * DataGridViewBindingCompleteEventHandler.cs: DataGridView implementation
18725         * DataGridViewColumnEventArgs.cs: DataGridView implementation
18726         * DataGridViewRowHeightInfoPushedEventHandler.cs: DataGridView implementation
18727         * DataGridViewRowContextMenuStripNeededEventHandler.cs: DataGridView implementation
18728         * QuestionEventArgs.cs: DataGridView implementation
18729         * IDataGridViewEditingCell.cs: DataGridView implementation
18730         * DataGridViewTriState.cs: DataGridView implementation
18731         * DataGridViewColumnDesignTimeVisibleAttribute.cs: DataGridView implementation
18732         * DataGridViewCellStateChangedEventArgs.cs: DataGridView implementation
18733         * DataGridViewColumnCollection.cs: DataGridView implementation
18734         * DataGridViewCellValueEventHandler.cs: DataGridView implementation
18735         * DataGridViewRowDividerDoubleClickEventHandler.cs: DataGridView implementation
18736         * DataGridViewCellFormattingEventArgs.cs: DataGridView implementation
18737         * DataGridViewColumn.cs: DataGridView implementation
18738         * DataGridViewCellBorderStyle.cs: DataGridView implementation
18739         * DataGridViewCellContextMenuStripNeededEventHandler.cs: DataGridView implementation
18740         * DataGridViewCellValidatingEventArgs.cs: DataGridView implementation
18741         * DataGridViewRow.cs: DataGridView implementation
18742         * DataGridViewImageCellLayout.cs: DataGridView implementation
18743         * DataGridViewImageCell.cs: DataGridView implementation
18744         * DataGridViewTopLeftHeaderCell.cs: DataGridView implementation
18745         * DataGridViewCheckBoxCell.cs: DataGridView implementation
18746         * DataGridViewHeaderCell.cs: DataGridView implementation
18747         * DataGridViewCellErrorTextNeededEventHandler.cs: DataGridView implementation
18748         * DataGridViewRowHeightInfoPushedEventArgs.cs: DataGridView implementation
18749         * DataGridViewAutoSizeColumnsModeEventHandler.cs: DataGridView implementation
18750         * DataGridViewTextBoxColumn.cs: DataGridView implementation
18751         * QuestionEventHandler.cs: DataGridView implementation
18752         * DataGridViewCellStyleScopes.cs: DataGridView implementation
18753         * DataGridViewSortCompareEventArgs.cs: DataGridView implementation
18754         * DataGridViewCellContextMenuStripNeededEventArgs.cs: DataGridView implementation
18755         * DataGridViewCell.cs: DataGridView implementation
18756         * DataGridViewCellEventArgs.cs: DataGridView implementation
18757         * DataGridViewClipboardCopyMode.cs: DataGridView implementation
18758         * DataGridViewCellStyle.cs: DataGridView implementation
18759         * DataGridViewColumnHeaderCell.cs: DataGridView implementation
18760         * DataGridViewRowPrePaintEventHandler.cs: DataGridView implementation
18761         * DataGridViewRowCancelEventHandler.cs: DataGridView implementation
18762         * TextFormatFlags.cs: DataGridView implementation
18763         * DataGridViewCellToolTipTextNeededEventArgs.cs: DataGridView implementation
18764         * DataGridViewDataErrorEventHandler.cs: DataGridView implementation
18765         * DataGridViewAdvancedCellBorderStyle.cs: DataGridView implementation
18766         * DataGridViewCellPaintingEventArgs.cs: DataGridView implementation
18767         * DataGridViewButtonColumn.cs: DataGridView implementation
18768         * DataGridViewRowsRemovedEventArgs.cs: DataGridView implementation
18769         * HandledMouseEventArgs.cs: DataGridView implementation
18770         * DataGridViewCellParsingEventHandler.cs: DataGridView implementation
18771         * DataGridViewColumnDividerDoubleClickEventHandler.cs: DataGridView implementation
18772         * DataGridViewCellMouseEventArgs.cs: DataGridView implementation
18773         * DataGridViewAutoSizeRowsMode.cs: DataGridView implementation
18774         * DataGridViewRowCollection.cs: DataGridView implementation
18775         * DataGridViewAdvancedBorderStyle.cs: DataGridView implementation
18776         * DataGridViewCellCancelEventHandler.cs: DataGridView implementation
18777         * DataGridViewHitTestType.cs: DataGridView implementation
18778         * DataGridViewAutoSizeModeEventArgs.cs: DataGridView implementation
18779         * DataGridViewColumnStateChangedEventArgs.cs: DataGridView implementation
18780         * DataGridViewColumnEventHandler.cs: DataGridView implementation
18781         * DataGridViewRowDividerDoubleClickEventArgs.cs: DataGridView implementation
18782         * DataGridViewAutoSizeRowMode.cs: DataGridView implementation
18783         * DataGridViewRowHeightInfoNeededEventArgs.cs: DataGridView implementation
18784         * DataGridViewRowsDeletedEventArgs.cs: DataGridView implementation
18785         * DataGridViewTextBoxEditingControl.cs: DataGridView implementation
18786         * DataGridViewContentAlignment.cs: DataGridView implementation
18787         * DataGridViewRowPostPaintEventHandler.cs: DataGridView implementation
18788         * DataGridViewComboBoxEditingControl.cs: DataGridView implementation
18789         * DataGridViewCellValidatingEventHandler.cs: DataGridView implementation
18790         * DataGridViewSelectedColumnCollection.cs: DataGridView implementation
18791         * DataGridViewPaintParts.cs: DataGridView implementation
18792         * DataGridViewCellCollection.cs: DataGridView implementation
18793         * DataGridViewRowsAddedEventArgs.cs: DataGridView implementation
18794         * DataGridViewImageColumn.cs: DataGridView implementation
18795         * DataGridViewRowsRemovedEventHandler.cs: DataGridView implementation
18796         * DataGridViewElementStates.cs: DataGridView implementation
18797         * DataGridViewRowHeightInfoNeededEventHandler.cs: DataGridView implementation
18798         * DataGridViewColumnDividerDoubleClickEventArgs.cs: DataGridView implementation
18799         * DataGridViewRowPrePaintEventArgs.cs: DataGridView implementation
18800         * DataGridViewRowStateChangedEventArgs.cs: DataGridView implementation
18801         * DataGridViewEditingControlShowingEventArgs.cs: DataGridView implementation
18802         * DataGridViewCellCancelEventArgs.cs: DataGridView implementation
18803         * DataGridViewRowHeaderCell.cs: DataGridView implementation
18804         * DataGridViewBindingCompleteEventArgs.cs: DataGridView implementation
18805         * DataGridViewTextBoxCell.cs: DataGridView implementation
18806         * DataGridViewBand.cs: DataGridView implementation
18807         * DataGridViewAutoSizeColumnModeEventArgs.cs: DataGridView implementation
18808         * DataGridViewHeaderBorderStyle.cs: DataGridView implementation
18809         * DataGridViewRowsAddedEventHandler.cs: DataGridView implementation
18810         * DataGridViewAutoSizeColumnMode.cs: DataGridView implementation
18811         * DataGridViewAutoSizeColumnModeEventHandler.cs: DataGridView implementation
18812         * DataGridViewAutoSizeColumnsModeEventArgs.cs: DataGridView implementation
18813         * DataGridViewRowErrorTextNeededEventHandler.cs: DataGridView implementation
18814         * DataGridViewSelectedCellCollection.cs: DataGridView implementation
18815         * DataGridViewRowContextMenuStripNeededEventArgs.cs: DataGridView implementation
18816         * DataGridViewRowErrorTextNeededEventArgs.cs: DataGridView implementation
18817         * DataGridViewComboBoxDisplayStyle.cs: DataGridView implementation
18818
18819 2005-11-08  Peter Dennis Bartok  <pbartok@novell.com>
18820
18821         * ThemeWin32Classic.cs: 
18822           - Draw the outside focus rectangle around buttons
18823           - Use CPDrawFocusRectangle to draw focus rectangles until Cairo
18824             doesn't use end caps for every dash of a line anymore. This
18825             workaround ignores the forecolor.
18826
18827 2005-11-08  Kornél Pál  <kornelpal@hotmail.com>
18828
18829         * ImageList.cs: Don't use ArgbColor with LayoutKind.Explicit as it isn't
18830           endian safe.
18831
18832 2005-11-07  Jackson Harper  <jackson@ximian.com>
18833
18834         * X11Dnd.cs: Set the X/Y positions on the DragEventArgs correctly.
18835
18836 2005-11-07  Jackson Harper  <jackson@ximian.com>
18837
18838         * ScrollableControl.cs: Calculate the maximum and change vars
18839         (more) correctly so that scrollbars appear as a sensible size.
18840
18841 2005-11-04  Jackson Harper  <jackson@ximian.com>
18842
18843         * TreeNodeCollection.cs: Refresh when nodes are cleared from the
18844         collection.
18845         * TreeView.cs: When the tree is sorted null out the top_node so
18846         that it is recalculated.
18847         - Use dotted lines instead of dashed lines to match MS better.
18848
18849 2005-11-04  Jordi Mas i Hernandez <jordimash@gmail.com>
18850
18851         * ListView.cs: 
18852           - Implements key search for items. Useful when browsing files with FileDialog
18853           - When changing view mode or when clear the items reset scrollbar positions
18854
18855 2005-11-04  Jackson Harper  <jackson@ximian.com>
18856
18857         * CurrencyManager.cs: Implement the MetaDataChanged event, the
18858         Reset method, and the CheckEmpty. CheckEmpty is just a total guess
18859         as to what the method may do as there is no real way of creating a
18860         derived CurrencyManager and calling the method. 
18861
18862 2005-11-03  Jackson Harper  <jackson@ximian.com>
18863
18864         * ThemeWin32Classic.cs: Implement ownerdrawing in the tab control
18865         * TabControl.cs: Add Ownerdrawing bits, add the UpdateTabSelection
18866         method which seems to just be used internally to refresh the tabs.
18867
18868 2005-11-03  Jackson Harper  <jackson@ximian.com>
18869
18870         * TabControl.cs: Implement the remove method. Fix some broken
18871         comments.
18872
18873 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
18874
18875         * DateTimePicker.cs:
18876           - Added missing DateTimePickerAccessibleObject class
18877           - Added missing events
18878           - Added OnFontChanged method
18879         * Form.cs: Added missing attributes
18880         * TreeView.cs: Added missing attributes
18881
18882 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com> 
18883
18884         * GridItemCollection.cs: Fix signatures
18885
18886 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
18887
18888         * XplatUI.cs: Updated build rev/date
18889         * ComboBox.cs, DataGridTextBoxColumn.cs Control.cs, 
18890           DataGridTableStyle.cs, DataGrid.cs, DateTimePicker.cs: Signature fixes
18891         * Application.cs: Trigger context-specific ExitThread events
18892
18893 2005-11-03  Jackson Harper  <jackson@ximian.com>
18894
18895         * Menu.cs:
18896         * MainMenu.cs:
18897         * GridTableStylesCollection.cs:
18898         * Timer.cs:
18899         * TabPage.cs:
18900         * HelpProvider.cs:
18901         * StatusBar.cs:
18902         * MonthCalendar.cs: Signature fixes
18903
18904 2005-11-03  Jackson Harper  <jackson@ximian.com>
18905
18906         * TreeNodeCollection.cs: Remove should not be virtual.
18907         * TreeView.cs: Implement the last of the missing methods.
18908
18909 2005-11-03  Jackson Harper  <jackson@ximian.com>
18910
18911         * TreeNodeConverter.cs: Implement to get off my class-status back.
18912
18913 2005-11-03  Jackson Harper  <jackson@ximian.com>
18914
18915         * TreeView.cs: Hookup the bits for drag and drop.
18916         * TreeNode.cs: Don't cache the tree_view or index anymore, now
18917         that nodes can be moved from tree to tree easily this just causes
18918         all sorts of problems.
18919         * TreeNodeCollection: Don't need to give treenodes an index and
18920         treeview anymore when they are added, these are computed on the
18921         fly. Also make sure to remove a node before its added.
18922
18923 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
18924
18925         * TextControl.cs:
18926           - Added CaretSelection enum
18927           - Added comparison methods to Marker struct, makes selection code
18928             more readable
18929           - Added SelectionStart and SelectionEnd as 'moveable' location for
18930             the CaretDirection enum and handler
18931           - Added selection_prev variable to track optimized invalidation for
18932             word and line selection
18933           - Added SelectionVisible property (returns true if there is a valid 
18934             selection)
18935           - Switched CaretHasFocus to only display the caret if there is no
18936             visible selection
18937           - Avoiding StringBuilder.ToString to retrieve a single char, instead
18938             using the direct character index; should be much faster
18939           - Added various conditional debug statements
18940           - Fixed invalidation calculation for selection ranges
18941           - Added ExpandSelection() method to support word and line selection
18942           - Switched SetSelectionToCaret to use new Marker compare overloads
18943           - Added central IsWordSeparator() method to determine word 
18944             separators/whitespace and FindWordSeparator() to streamline common
18945             usage of IsWordSeparator()
18946         * TextBoxBase.cs:
18947           - Removed unneeded grabbed variable, it was just mirroring
18948             Control.Capture
18949           - No longer firing OnTextChanged event when Text setter is called,
18950             since the base will fire the event for us
18951           - Added handling of Ctrl-Up/Down selection
18952           - Added handling of Shift-Cursorkey selection
18953           - Added handling for Ctrl-Delete and Ctrl-Backspace to remove
18954             words
18955           - Added handling of Shift and Ctrl-Shift-Home/End selection
18956           - Removed some debug output
18957           - Added handling for single/double/tripple-click to place caret/
18958             select word/select line respectively (Fixes bug #76031)
18959           - Added support for drag expansion of word/line selection
18960         * RichTextBox.cs: Handle GotFocus event to trigger redrawing of
18961           current selection
18962
18963 2005-11-02  Jackson Harper  <jackson@ximian.com>
18964
18965         * X11Dnd.cs: If the drag is going to and from a MWF window just
18966         copy the data instead of sending it out through the X Selection
18967         mechanism.
18968
18969 2005-11-02  Jackson Harper  <jackson@ximian.com>
18970
18971         * X11Dnd.cs:
18972         * XplatUIX11.cs: When in a drag we don't want motion notify
18973         messages to get passed on to the other controls. This prevents
18974         mouse move messages from showing up in the drag source.
18975
18976 2005-11-02  Jackson Harper  <jackson@ximian.com>
18977
18978         * X11Dnd.cs: Remove unneeded call to XAllowEvents.  Make sure that
18979         the correct button is release to end a drag.
18980         * XplatUIX11.cs: Make the button state internal so the drag system
18981         can access it.  Dragging needs to know about all button releases,
18982         not just left button.
18983
18984 2005-11-02  Miguel de Icaza  <miguel@novell.com>
18985
18986         * Form.cs (Icon): If the icon is null, reset the icon to the
18987         default value. 
18988
18989         * Cursor.cs: When writing the AND-mask bitmap do not include the
18990         number of colors, but hardcode those to two (black and white),
18991         fixes the loading of color cursors (Paint Dot Net).
18992
18993         * Form.cs: To debug, allow MONO_MWF_SCALING=disable variable to
18994         turn off autoscaling.
18995
18996         * Cursor.cs: Allow resource type to be 1 or 2 (from ImageMagic).
18997
18998 2005-11-02  Jackson Harper  <jackson@ximian.com>
18999
19000         * X11Dnd.cs: Make sure to send a status message if the pointer
19001         enters a control that can not accept a drop, otherwise the cursor
19002         isn't updated correctly. Also tried to compress the lines of code
19003         a bit.
19004
19005 2005-11-02  Jackson Harper  <jackson@ximian.com>
19006
19007         * X11Dnd.cs: Change cursors based on drag action. Also attempt to
19008         set actions correctly.  This isn't perfect as XDND and win32 have
19009         some differences on how you allow actions. I'll clear this up by
19010         adding a path for drag from MWF to MWF windows.
19011         * XplatUIX11.cs: Hook into the dnd system.
19012
19013 2005-11-02  Jordi Mas i Hernandez <jmas@softcatala.org>
19014
19015         * ListView.cs: Fixes scroll bar visibility. Hide them if they were
19016         previously shown but they are no longer need it. Very obvious when 
19017         browsing files with FileDialog.
19018
19019 2005-11-01  Peter Dennis Bartok  <pbartok@novell.com>
19020
19021         * Control.cs: We always need to call OnPaintBackground. We pretty much
19022           ignore AllPaintingInWmPaint and always do the painting there, whether 
19023           it's set or not, since we always ignore the WM_ERASEBKGND message 
19024           (which we don't generate on X11). This fixes #76616.
19025         * Panel.cs: Removed unneeded background painting. This happens properly
19026           in Control.cs already
19027
19028 2005-10-31  Mike Kestner  <mkestner@novell.com>
19029
19030         * Menu.cs: Add items to collection before setting their index.
19031         * MenuItem.cs : add range checking with ArgumentException like MS.
19032         [Fixes #76510]
19033
19034 2005-10-31  Jackson Harper  <jackson@ximian.com>
19035
19036         * ListBox.cs: Invalidate if the area is visible at all not just
19037         contained in the visible rect. Fixes unselection of semi visible
19038         items.
19039
19040 2005-10-31  Jackson Harper  <jackson@ximian.com>
19041
19042         * Control.cs: Consistently name the dnd methods. Make them
19043         internal so we can override them to match some MS behavoir
19044         internally.
19045         * Win32DnD.cs: Use the new consistent names.
19046
19047 2005-10-31  Jackson Harper  <jackson@ximian.com>
19048
19049         * TreeView.cs: Don't draw the selected node when we lose focus.
19050
19051 2005-10-31  Jackson Harper  <jackson@ximian.com>
19052
19053         * X11Dnd.cs: We still need to reset the state even though a full
19054         reset isn't being done, otherwise status's still get sent all over
19055         the place.
19056
19057 2005-10-31  Jackson Harper  <jackson@ximian.com>
19058
19059         * Control.cs: Make the dnd_aware flag internal so the dnd
19060         subsystem can check it. Catch exceptions thrown in dnd handlers to
19061         match MS behavoir.
19062         * Hwnd.cs: Add a flag for whether or not a window is dnd aware.
19063         * X11Dnd.cs: Handle null data in the converters. Set the XDND
19064         version when sending a XdndEnter. Use the control/hwnd dnd_aware
19065         flags to reduce the number of dnd enters/status's sent.
19066
19067 2005-10-31  Jackson Harper  <jackson@ximian.com>
19068
19069         * X11Dnd.cs: Don't need the sizeof here. Patch by Jordi Mas.
19070
19071 2005-10-31  Jordi Mas i Hernandez <jordi@ximian.com>
19072
19073         * PictureBox.cs: Fixes 76512
19074
19075 2005-10-28  Jackson Harper  <jackson@ximian.com>
19076
19077         * X11Dnd.cs: Early implementation to support winforms being a drag
19078         source for data on X11. Also restructured the converters so they
19079         can go both ways now.
19080         * XplatUIX11.cs: Tie ins to the the Dnd stuff.
19081         
19082 2005-10-27  Peter Dennis Bartok  <pbartok@novell.com>
19083
19084         * XplatUIX11.cs: Fixed FIXME - implemented ASCII encoding for XA_STRING
19085           clipboard requests
19086
19087 2005-10-27  Jackson Harper  <jackson@ximian.com>
19088
19089         * TreeNode.cs: Implement serialization so my DnD examples will work.
19090
19091 2005-10-24  Kornél Pál  <kornelpal@hotmail.com>
19092
19093         * ButtonBase.cs, ListView.cs, NotifyIcon.cs, PictureBox.cs, ToolBar.cs,
19094           TreeView.cs: Don't dispose objects that are not owned.
19095           
19096 2005-10-24  Peter Dennis Bartok  <pbartok@novell.com>
19097
19098         * Cursor.cs: Defaulting the Current cursor to Cursors.Default. We
19099           should retrieve the current cursor and report that, but XplatUI
19100           doesn't (yet) have an interface for that (and I'm not sure I even
19101           can, on X11)
19102         * XplatUIWin32.cs: Fixed override behaviour. The override is temporary,
19103           until any message loop processing is done (and the WM_SETCURSOR
19104           replaces the cursor to the proper one)
19105         * XplatUIX11.cs: 
19106           - Fixed override behaviour, we can't set the cursor globally on X11, 
19107             just for our windows.
19108           - Invalidating the System.Drawing X11 display handle when we are
19109             shutting down
19110         * Control.cs: Fix to make csc happy
19111
19112 2005-10-23  Peter Dennis Bartok  <pbartok@novell.com>
19113
19114         * TextBoxBase.cs: 
19115           - get_Text: Add last line (without trailing newline) to returned
19116             value (Fixes 76212)
19117           - get_TextLength: Count last line in returned length
19118           - ToString: Call Text property instead of duplicating code
19119
19120 2005-10-23  Kornél Pál  <kornelpal@hotmail.com>
19121
19122         * ImageList.cs: Dispose ImageAttributes objects.
19123
19124 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
19125
19126         * ImageList.cs: Use attribute constructors with less arguments where
19127           possible.
19128
19129 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
19130
19131         * ImageList.cs: Added lastKeyIndex field and use in IndexOfKey.
19132           Use typeof instead of strings when assembly is referenced. Added
19133           some more comments.
19134
19135 2005-10-21  Jackson Harper  <jackson@ximian.com>
19136
19137         * ListView.cs: Raise a double click event. Also tried to somewhat
19138         fix when the selectedindexchanged event is raised. Its still
19139         broken though.
19140
19141 2005-10-21  Jackson Harper  <jackson@ximian.com>
19142
19143         * TreeView.cs: New method to invalidate the plus minus area of a
19144         node without invalidating the whole node (maybe this can be used
19145         in some more places).
19146         * TreeNodeCollection.cs: When adding to an empty node we need to
19147         invalidate its plus minus area so the little block shows up.
19148         
19149 2005-10-21  Jackson Harper  <jackson@ximian.com>
19150
19151         * TreeView.cs: Make sure that when we invalidate a node the bounds
19152         are big enough to cover the selected box and the focus
19153         rectangle. Use a different colour for the lines connecting nodes
19154         so they show up with all themes.
19155
19156 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
19157
19158         * NativeWindow.cs: Don't call anything that could call into the driver,
19159           we might be on a different thread.
19160
19161 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com> 
19162
19163         * Control.cs(Dispose): Since Dispose might run on a different thread,
19164           make sure that we call methods that could call into the driver via
19165           invoke, to avoid thread issues
19166
19167 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
19168
19169         * XplatUI.cs: Removed finalizer
19170         * XplatUIX11.cs: Removed Destructor, was causing crashes due to X11
19171           not allowing to be called on the finalizer thread.
19172
19173 2005-10-21  Kornél Pál  <kornelpal@hotmail.com>
19174
19175         * ImageList.cs:
19176           - Reverted r51889 and r51891.
19177           - Added ImageListItem class that stores unmodified image items and image
19178             properties required to create list images until handle is created.
19179           - Added AddItem and moved image creation logic to AddItemInternal.
19180           - Added CreateHandle method that creates images based on unmodified items.
19181           - Added DestroyHandle that changes state to store unmodified items.
19182           - Add and AddStrip methods no more create handle.
19183           - ReduceColorDepth has no return value.
19184           - Dispose destroys handle.
19185           - Modified other methods to reflect the above changes.
19186           - Implemented key support.
19187           - Added profile 2.0 members and attributes.
19188           - Added private Reset and ShouldSerialize methods that provide the same
19189             behavior as MS.NET but the Visual Studio .NET designer seems to ignore
19190             them as they are private.
19191           - Added some more comments about implementation details.
19192
19193 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
19194
19195         * DataGrid.cs: Adds support for vertical scrolling using the mousewheel
19196
19197 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
19198
19199         * Binding.cs: No PushData/PullData if there is no binding (fixes crash)
19200
19201 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
19202
19203         * DataGridDrawingLogic.cs: Fixes column hit calcultation
19204         * DataGridColumnStyle.cs: Remove debug message
19205
19206 2005-10-20  Jackson Harper  <jackson@ximian.com>
19207
19208         * TreeView.cs: We can always get input keys regardless of whether
19209         or not editing is enabled. They are used for navigation.
19210
19211 2005-10-20  Jackson Harper  <jackson@ximian.com>
19212
19213         * TreeNode.cs: Use the viewport rect for determining if a node
19214         needs to be moved for visibility. Don't use Begin/End edit. This
19215         calls a full refresh when its done.
19216         * TreeView.cs: New SetBottom works correctly.  Make the viewport
19217         rect property internal so the treenodes can see it. When clicking
19218         on a node we need to ensure that its visible because it might just
19219         be partly visible when clicked.
19220
19221 2005-10-20  Jackson Harper  <jackson@ximian.com>
19222
19223         * TreeNodeCollection.cs: Remove debug code.
19224
19225 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
19226
19227         * Datagrid.cs: Implements column sorting in Datagrid
19228         * DataGridColumnStyle.cs: Implements column sorting in Datagrid
19229
19230 2005-10-20  Jackson Harper  <jackson@ximian.com>
19231
19232         * TreeNodeCollection.cs: Remove items properly. Update the correct
19233         area after removing them.
19234
19235 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
19236
19237         * Datagrid.cs: Should not call base.OnPaintBackground
19238
19239 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
19240
19241         * XplatUIX11.cs (GetMessage):
19242           - Now properly calculates NC_xBUTTONDOWN coordinates off the whole
19243             window instead of client window
19244           - Now properly calculates NC_xBUTTONUP message coordinates
19245           - ScreenToMenu now properly calculates it's coordinates of whole 
19246             window, since menus are in the whole window, not in the client
19247             window
19248           - Added WholeToScreen coordinate translation method
19249
19250 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com> 
19251
19252         * XplatUIX11.cs (GetMessage): Don't return in situations where we don't
19253           want to return a message, loop back to the beginning of the function
19254           and grab the next real message to process instead.
19255
19256 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
19257
19258         * Splitter.cs: Properly set limits if no filler control is used
19259
19260 2005-10-19  Jackson Harper  <jackson@ximian.com>
19261
19262         * ColorDialog.cs: Don't show the help button if it is not enabled
19263         instead of disabling it (this is what MS does). Don't create the
19264         panel until the dialog is run, otherwise the vars (such as
19265         ShowHelp) are not set yet.
19266
19267 2005-10-19  Jackson Harper  <jackson@ximian.com>
19268
19269         * TreeView.cs: Implement Begin/EndEdit more correctly so refreshes
19270         are reduced when adding nodes.
19271         * TreeNode.cs:
19272         * TreeNodeCollection.cs: Use UpdateNode instead of refreshing the
19273         tree.
19274         
19275 2005-10-19  Jackson Harper  <jackson@ximian.com>
19276
19277         * FolderBrowserDialog.cs: End editing our treeview so the window
19278         actually gets refreshed.
19279
19280 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
19281
19282         * Control.cs: Fixed logic flip on when to call OnPaintBackground. 
19283           Obsoleted handling of WM_ERASEBKGND, now always draws our background
19284           inside of WM_PAINT
19285
19286 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
19287
19288         * MenuAPI.cs: Returns after Hidding window
19289         * XplatUIX11.cs: Added TODO found while debugging menu issues
19290
19291 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
19292
19293         * XplatUIX11.cs: Do not re-map the whole window when it's size
19294           becomes non-zero unless it's supposed to be actually visible
19295
19296 2005-10-18  Jackson Harper  <jackson@ximian.com>
19297
19298         * TreeView.cs: We don't need to keep a count anymore.
19299         * TreeNodeCollection.cs: Fix off by one in RemoveAt, Insert can
19300         use the Grow method.
19301
19302 2005-10-18  Jackson Harper  <jackson@ximian.com>
19303
19304         * TreeNodeCollection.cs: Insert is not supported on arrays, so
19305         implement it manually here.
19306
19307 2005-10-18  Jackson Harper  <jackson@ximian.com>
19308
19309         * ImageList.cs: Dont kill the list when the colour depth is
19310         changed, just change the colour depth of all the images.
19311         - Same goes for setting the image size. Just resize them all
19312         instead of killing the list softly.
19313
19314 2005-10-18  Jackson Harper  <jackson@ximian.com>
19315
19316         * Control.cs: Don't invalidate empty rectangles.
19317
19318 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
19319
19320         * ListViewItem.cs:
19321           - Adds checked item to the Checked/Item lists (where empty before)
19322           - Do not add items to the Selected lists if they are already present
19323         * ListView.cs:
19324           - Fixes IsFixedSize, SyncRoot, IsReadOnly in many collections
19325           - When deleting items make sure that we delete them for the Selected
19326           and Checked list also.
19327
19328 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
19329
19330         * Label.cs: Dispose objects no longer used
19331         * ThemeWin32Classic.cs: Dispose objects no longer used
19332
19333 2005-10-18  Jackson Harper  <jackson@ximian.com>
19334
19335         * TabControl.cs: Don't refresh the whole control when the tabs are
19336         scrolled, we just need to refresh the tab area.
19337
19338 2005-10-17  Jackson Harper  <jackson@ximian.com>
19339
19340         * XplatUIX11.cs: Compress code a little bit. Only calculate the
19341         after handle when we need it.
19342
19343 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
19344
19345         * Control.cs: When the parent size changes, recalculate anchor 
19346           positions. Partial fix for #76462
19347
19348 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
19349
19350         * ThemeWin32Classic.cs: Make sure the picturebox has it's background 
19351           drawn. Fixes #76462
19352
19353 2005-10-17  Jackson Harper  <jackson@ximian.com>
19354
19355         * MonthCalendar.cs: Don't create the numeric up down until our
19356         handle is created. Otherwise our handle is created in the
19357         constructor and we don't know if we are a WS_CHILD or WS_POPUP
19358         yet.
19359
19360 2005-10-17  Jackson Harper  <jackson@ximian.com>
19361
19362         * TreeView.cs: Merge in patch by Rafael Teixeira to align strings
19363         correctly.
19364
19365 2005-10-17  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
19366         * TreeNode.cs : small logical fix (was using local var instead of field)
19367         
19368 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
19369
19370         * ThemeWin32Classic.cs: Fixes vert/horz scrollbar colours
19371
19372 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
19373
19374         * ThemeWin32Classic.cs: Fixes focus drawing in for non-flat/popup buttons
19375
19376 2005-10-16  Peter Dennis Bartok  <pbartok@novell.com> 
19377
19378         * Control.cs: 
19379           - Re-implemented anchoring code. My first version was really broken.
19380             This fixes bug #76033. Unlike the previous implementation we will
19381             no longer have round errors since all numbers are calculated from
19382             scratch every time. Removed various anchor-related obsolete vars.
19383           - InitLayout no longer causes layout event firing and layout to be 
19384             performed
19385
19386 2005-10-16  Jackson Harper  <jackson@ximian.com>
19387
19388         * Hwnd.cs: Compute invalid area correctly (fixes my last commit
19389         which was broken).
19390
19391 2005-10-16  Jackson Harper  <jackson@ximian.com>
19392
19393         * TabControl.cs: Remove debug code.
19394
19395 2005-10-16  Jackson Harper  <jackson@ximian.com>
19396
19397         * XEventQueue.cs: Increase the default queue size (very simple
19398         apps needed to grow the queue).
19399         * Hwnd.cs: No finalizer so we don't need to suppress
19400         finalization. Compute the invalid area manually so a new rectangle
19401         does not newto be created.
19402         * ScrollableControl.cs: Don't set any params (otherwise visibility
19403         isn't set correctly).
19404         * MdiChildContext.cs: New constructor takes the mdi parent so it
19405         doesn't have to be computed and avoids a crash on windows. Draw
19406         the window icon properly, and allow the text to be seen.
19407         * Form.cs: Use new MdiChildContext constructor. Make sure the
19408         child context isn't null in wndproc.
19409         * TabControl.cs: Don't set focus, this is muddling keyboard
19410         behavoir. Expand the tab rows when a window size increase will
19411         allow extra tabs to be seen. Don't allow tabs smaller than the
19412         width of a window to be scrolled out of view.
19413         * TreeNode.cs:
19414         * TreeView.cs: Use measure string to calculate a nodes width, the
19415         width is cached and only updated when the text or the font is
19416         changed. Don't check for expand/collapse clicks on the first level
19417         nodes if root lines are disabled.
19418         
19419 2005-10-16  Ritvik Mayank  <mritvik@novell.com>
19420
19421         * TextBoxBase.cs: Fixes #76352 (passing tab key in a multiline textbox)
19422
19423 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
19424
19425         * DataGridBoolColumn.cs: fixes warning
19426
19427 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
19428
19429         * ControlPaint.cs: Fixes methods Dark, DarkDark, Light, LightLight
19430         to match more to match more precisely the MS Net behavior
19431
19432 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
19433
19434         * Hwnd.cs: Added field to track if window is mapped
19435         * XplatUIX11.cs: 
19436           - Unmap windows if they become 0-size, re-map when 
19437             they are >0 again; fixes #76035
19438           - Re-set our error handler after initializing X11Desktop
19439             to override any error handlers Gtk or whatever was called
19440             may have set.
19441
19442 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
19443
19444         * CheckedListBox.cs: Removed unused vars
19445         * ListView.cs: Fixed signatures
19446         * RichTextBox.cs: Removed unused vars
19447         * TextBoxBase.cs: Removed unused vars
19448         * XplatUIWin32.cs: Removed unused vars
19449         * XplatUIX11.cs: Removed unused vars
19450         * XplatUI.cs: Updated version and date to latest published
19451
19452 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
19453
19454         * Cursor.cs: Added private .ctor to work around a bug in
19455           resourceset (Thanks to Geoff Norton for the help on this)
19456         * SplitterEventArgs.cs: Made fields accessible so we don't
19457           waste boatloads of objects and can reuse the same one
19458           in Splitter
19459         * XplatUIWin32.cs(DrawReversibleLine): Now also considers
19460           any captions and borders when generating screen coordinates
19461         * Splitter.cs: Reimplemented control, now fully complete, uses
19462           rubberband drawing, supports and obeys all properties, has
19463           proper cursors
19464
19465 2005-10-13  Miguel de Icaza  <miguel@novell.com>
19466
19467         * Form.cs (Form): Setup default values for autoscale and
19468         autoscale_base_size;  Make these instance variables, not static
19469         variables. 
19470
19471         (OnLoad): on the first load, adjust the size of the form.
19472
19473 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
19474
19475         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added 
19476           width argument to DrawReversibleRectangle()
19477         * XplatUIWin32.cs, XplatUIX11.cs: 
19478           - Implemented width for DrawReversibleRectangle()
19479           - Added logic to DrawReversibleRectangle that recognizes a zero
19480             width or height and only draws a line in that situation
19481         
19482 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com> 
19483
19484         * XplatUI.cs, XplatUIDriver.cs: Added GetAutoScaleSize()
19485         * XplatUIOSX.cs: Stubbed GetAutoScaleSize() method
19486         * XplatUIWin32.cs, XplatUIX11.cs: Implemented GetAutoScaleSize()
19487           method (it uses our FosterParent window to get a graphics context)
19488
19489 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com>
19490
19491         * XplatUI.cs, XplatUIDriver.cs: Removed EraseWindowBackground 
19492           and SetWindowBackground methods
19493         * Control.cs:
19494           - Setting proper ControlStyles
19495           - We no longer call XplatUI.SetWindowBackground and XplatUI.
19496             EraseWindowBackground, instead we draw the window background
19497             ourselves in PaintControlBackground. This behaviour is
19498             required to match MS, where, when OnPaintBackground is not
19499             called, the background is not drawn.
19500           - Removed unneeded Refresh() in set_Text
19501         * Hwnd.cs: Dropped the ErasePending support. No longer needed
19502         * XplatUIX11.cs:
19503           - Created DeriveStyles method to translate from CreateParams to
19504             FormBorderStyle and TitleStyle, also handles BorderStyle (which
19505             matches FormBorderStyle enum values)
19506           - Consolidated SetHwndStyles and CalculateWindowRect border/title
19507             style calculations into single DeriveStyles method
19508           - Fixed CreateWindow to (finally) use Gravity. This prevents X11
19509             from redrawing the whole window on any resize or expose.
19510           - Fixed CreateWindow usage of SetWindowValuemask. Before not
19511             all styles were applied to our whole/client window appropriately
19512           - Removed EraseWindowBackground() and SetWindowBackground() methods
19513           - Removed handling of WM_ERASEBKGND message from DefWndProc, we
19514             no longer clear/redraw the background through X
19515           - Removed handling of erase_pending bit, we have no use for it (or
19516             so it seems)
19517         * XplatUIOSX.cs:
19518           - Removed generation and handling of WM_ERASEBKGND message
19519           - Removed EraseWindowBackground() and SetWindowBackground() methods
19520           - Removed handling of hwnd.ErasePending flag
19521         * XplatUIWin32.cs:
19522           - Removed EraseWindowBackground() and SetWindowBackground() methods
19523           - We no longer call EraseWindowBackground on PaintEventStart, we 
19524             ignore the fErase flag, erasing is handled in Control in the
19525             background handler
19526         * Button.cs, GroupBox.cs, Label.cs, CheckBox.cs, ProgressBar.cs,
19527           LinkLabel.cs, ListControl.cs, TabPage.cs, UpDownBase.cs,
19528           TextBoxBase.cs, TextBox.cs, ListView.cs, ButtonBase.cs, 
19529           CheckedListBox.cs, MdiClient.cs, Panel.cs, DataGrid.cs, 
19530           DataGridTextBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, 
19531           TabControl.cs, ScrollableControl.cs, ToolBar.cs, PictureBox.cs,
19532           DateTimePicker.cs, StatusBar.cs, MonthCalendar.cs: Setting proper ControlStyles
19533
19534 2005-10-12  Jonathan Chambers <jonathan.chambers@ansys.com>
19535
19536         * PropertyGrids.cs: Get sub properties
19537         * PropertyGridView.cs: Fix drawing code
19538
19539 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
19540
19541         * ListBox.cs: Fixes 76383
19542
19543 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
19544
19545         * DataGridTextBoxColumn.cs: Sets location and size before attachment
19546         * ThemeWin32Classic.cs: Fixes border drawing and calculations
19547         * DataGridDrawingLogic.cs: Fixes border drawing and calculations
19548
19549
19550 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
19551
19552         * ComboBox.cs: Fixes border drawing
19553
19554 2005-10-10  Miguel de Icaza  <miguel@novell.com>
19555
19556         * MimeIcon.cs: Ignore errors if the file can not be read.
19557
19558 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
19559
19560         * Theme.cs, ThemeWin32Classic.cs, ListBox.cs:
19561          - Fixed border calculations
19562          - Fixed horizontal scrolling in single column listboxes
19563          - Fixed drawing issues
19564
19565 2005-10-10  Peter Dennis Bartok  <pbartok@novell.com>
19566
19567         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched from BorderStyle to 
19568           FormBorderStyle enum
19569         * XplatUIX11.cs: Switched BorderStyle to FormBorderStyle, added 
19570           code to determine FormBorderStyles from CreateParams
19571         * Form.cs:
19572           - Fixed bug where we'd set the wrong window styles if we were
19573             not creating an MDI window
19574           - Added call to XplatUI.SetBorderStyle when form borders are set
19575         * Control.cs: Casting BorderStyles to accommodate changed XplatUI APIs
19576         * Hwnd.cs:
19577           - Removed obsolete edge style
19578           - Switched from BorderStyle to FormBorderStyle
19579         
19580 2005-10-10  Jackson Harper  <jackson@ximian.com>
19581
19582         * Form.cs: Use the property to get the window handle instead of
19583         accessing it directly. Prevents a null reference exception.
19584
19585 2005-10-10  Jackson Harper  <jackson@ximian.com>
19586
19587         * TreeView.cs: Don't adjust the rect given to DrawString now that
19588         our libgdiplus draws correctly.
19589
19590 2005-10-08  Jackson Harper  <jackson@ximian.com>
19591
19592         * TreeView.cs: Don't try to find the clicked on node if there are
19593         no nodes in the tree.
19594
19595 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
19596
19597         * RichTextBox.cs:
19598
19599           restore
19600
19601 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
19602
19603         * ImageListStreamer.cs, TreeView.cs, UpDownBase.cs, RichTextBox.cs,
19604           ColorDialog.cs, TextControl.cs, Panel.cs, MdiChildContext.cs,
19605           ErrorProvider.cs:
19606           Use ResPool for brushes and dispose System.Drawing objects that
19607           are not used anymore.
19608
19609 2005-10-07  Jackson Harper  <jackson@ximian.com>
19610
19611         * MdiChildContext.cs: Use the new borders instead of drawing them
19612         ourselves.
19613
19614 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
19615
19616         * Calling UpdateBounds after changing the window's BorderStyle 
19617         since the style can change the ClientSize
19618
19619 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
19620
19621         * Control.cs: Made PaintControlBackground virtual
19622         * Panel.cs: Overriding PaintControlBackground instead of using paint
19623           event; paint event method was interfering with 'real' users of the
19624           event.
19625
19626 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
19627
19628         * ThemeWin32Classic.cs: remove border drawing since it is handled
19629         by the base control class now and was causing double border drawing.
19630
19631 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
19632
19633         * Panel.cs: Redraw our background on paint. Not a pretty solution,
19634           but it does seem to match MS behaviour. This fixes bug #75324
19635
19636 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
19637
19638         * XplatUIX11.cs: A better DrawReversibleRectangle version, however
19639           somewhat hackish looking
19640
19641 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
19642
19643         * TextBoxBase.cs:
19644           - We now accept Enter even if AcceptEnter is false, if the containing
19645             form does not have an AcceptButton configured (fixes bug #76355)
19646           - Calculations are now fixed to no longer use Width/Height, but
19647             ClientSize.Width/Height, since we now support borders (this was
19648             a result of fixing borders and therefore bug #76166)
19649           - We no longer show the horizontal scrollbar if TextBox.WordWrap is 
19650             true (fixes bug #76354)
19651         
19652 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
19653
19654         * Control.cs: 
19655           - Defaulting BorderStyle and setting it in XplatUI when our window 
19656             is created
19657           - Added enum check to InternalBorderStyle setter
19658         * XplatUIX11.cs: 
19659           - Added drawing of window borders
19660           - Now properly calculates WM decorations offset for toplevel 
19661             windows (fixes bug #74763)
19662         * XplatUIWin32.cs: 
19663           - Implemented BorderStyles for windows (we're letting win32 draw 
19664             the border for us)
19665           - Fixed the signature for SetWindowLong
19666         * PictureBox.cs, DataGrid.cs, TextBoxBase.cs, ToolBar.cs, Panel.cs,
19667           ListBox.cs, Label.cs: Now uses Control.InternalBorderStyle for 
19668           setting borders
19669         * UpDownBase.cs: Remove drawing of borders, this is handled by
19670           the driver, outside the client area
19671         * ListView.cs: Removed bogus border calculations. The control should
19672           be oblivious to borders, since those are not part of the client
19673           area. 
19674         * X11DesktopColors.cs: Commented out (currently) unneeded variables
19675         * ThemeWin32Classic.cs: Removed border calculations from ListView 
19676           drawing code
19677
19678 2005-10-06  Jackson Harper  <jackson@ximian.com>
19679
19680         * MdiChildContext.cs: Clear out the old virtual position remove
19681         all the unneeded calls to CreateGraphics.
19682
19683 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
19684
19685         * TextControl.cs: Use proper color for highlighted text; fixes #76350
19686
19687 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
19688
19689         * Form.cs: 
19690           - Added loading and setting of our new default icon
19691           - Only set icon if window is already created
19692
19693 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
19694
19695         * Label.cs:
19696           - Do not explicitly set the foreground and background colors, to
19697             allow inheriting from parents (fixes #76302)
19698           - Use Control's InternalBorderStyle property to deal with borders
19699
19700 2005-10-06  Jackson Harper  <jackson@ximian.com>
19701
19702         * MdiChildContext.cs: Use the new xplatui function to draw a
19703         reversible rect.
19704
19705 2005-10-06  Jackson Harper  <jackson@ximian.com>
19706
19707         * Form.cs: Add the parent before creating the child context cause
19708         we need the parent when setting up the child.
19709
19710 2005-10-06  Jackson Harper  <jackson@ximian.com>
19711
19712         * FolderBrowserDialog.cs: redo the tree population code so a
19713         second thread isn't used. Should be a lot faster and more stable
19714         now.
19715
19716 2005-10-05  Jackson Harper  <jackson@ximian.com>
19717
19718         * TreeView.cs: There are no expand/collapse boxes if the node has
19719         no children.
19720
19721 2005-10-05  Jackson Harper  <jackson@ximian.com>
19722
19723         * X11DesktopColors.cs: Get menu colours for the gtk theme.
19724
19725 2005-10-05  Alexander Olk  <alex.olk@googlemail.com>
19726
19727         * FileDialog.cs: Fix InitialDirectory
19728
19729 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
19730
19731         * ComboBox.cs:
19732                 - Fixes changing between styles
19733                 - Fixes simple mode
19734                 - Fixes last item crashing when navigating with keyboard
19735
19736 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
19737
19738         * LinkLabel.cs: Related to 76045. Stops the LinkLabel been drawn as a Label
19739
19740 2005-10-05  Jackson Harper  <jackson@ximian.com>
19741
19742         * TreeView.cs: If updating the root node do a full refresh.
19743         * TreeNode.cs: The root node should be expanded by default. Also
19744         added a utility prop to tell if we are the root node.
19745         * TreeNodeCollection.cs: Only refresh if the node we are being
19746         added to is expanded. Also added a comment on a potential
19747         optimization.
19748         
19749 2005-10-04  Peter Dennis Bartok  <pbartok@novell.com>
19750
19751         * Cursor.cs, Hwnd.cs: Added call to GC.SuppressFinalize() 
19752           in dispose method. Fixes #76330
19753
19754 2005-10-04  Jordi Mas i Hernandez <jordi@ximian.com>
19755
19756         * ListView.cs, ThemeWin32Classic.cs, ListViewItem.cs:
19757
19758                 - Implements vertical and horizontal scrolling using XplatUI
19759                 - Fixes keyboard navagation
19760                 - Fixes EnsureVisible
19761                 - Drawing fixes
19762                 - Handles and draws focus properly
19763
19764
19765 2005-10-04  Kornél Pál  <kornelpal@hotmail.com>
19766
19767         * ImageList.cs: Use upper case initials for internal fields. ImageStream:
19768           Create handle. NET_2_0: Destroy handle when value is null.
19769
19770 2005-10-03  Jackson Harper  <jackson@ximian.com>
19771
19772         * ScrollBar.cs: My last scrollbar patch was broken. This is a
19773         revert and a new patch to prevent the thumb from refreshing so
19774         much.
19775
19776 2005-10-02  Jackson Harper  <jackson@ximian.com>
19777
19778         * ScrollBar.cs: Don't update position if it hasn't actually
19779         changed. This occurs when you hold down the increment/decrement
19780         buttons and the thumb gets to the max/min.
19781
19782 2005-10-01  Jackson Harper  <jackson@ximian.com>
19783
19784         * Form.cs:
19785         * MdiChildContext.cs:
19786         * MdiClient.cs: Implement ActiveMdiChild in Form.
19787
19788 2005-10-01  Jordi Mas i Hernandez <jordi@ximian.com>
19789
19790         * ComboBox.cs: Include ComboBoxEdit flag for the edit item
19791
19792 2005-10-01  Peter Dennis Bartok  <pbartok@novell.com>
19793
19794         * X11DesktopColors.cs: Bow out gracefully if the Gtk libs cannot
19795           be found
19796
19797 2005-09-30  Jackson Harper  <jackson@ximian.com>
19798
19799         * ListBox.cs: Don't do a full refresh unless some data has
19800         actually changed.
19801
19802 2005-09-30  Jackson Harper  <jackson@ximian.com>
19803
19804         * TreeView.cs: Make sure that the checkboxes size is factored in
19805         even when not visible.
19806
19807 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
19808
19809         * FileDialog.cs: Fix Jordi's build break
19810
19811 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
19812
19813         * FileDialog.cs: 
19814                 - Use standard the Windows colours for the combobox as espected
19815                 - Dispose objects that use resouces when no longer need them
19816
19817 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
19818
19819         * X11DesktopColors.cs: Initial incomplete implementation
19820         * XplatUIX11.cs: Added call to initialize X11DesktopColors
19821
19822 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com>
19823
19824         * Theme.cs: 
19825           - Switched Theme color names to match the names defined in 
19826             System.Drawing.KnownColors. Life's hard enough, no need to make 
19827             it harder.
19828           - Added setters to all theme color properties so themes can set
19829             their color schemes. The setters also propagate the color changes
19830             to System.Drawing.KnownColors via reflection
19831         * ControlPaint.cs,  Label.cs, TextControl.cs, ToolTip.cs, ThemeNice.cs,
19832           ComboBox.cs, MdiChildContext.cs, TextBoxBase.cs, DateTimePicker.cs
19833           DataGridColumnStyle.cs, MonthCalendar.cs, TreeView.cs: Updated to
19834           use the new, more logical theme color names
19835         * XplatUIWin32.cs: Updated the GetSysColorIndex enum to include new
19836           post-NT colors
19837         * ThemeWin32Classic.cs:
19838           - Removed code to set the old classic Windows colors. Instead it
19839             now relies on the colors returned by System.Drawing.KnownColors
19840             which will be either modern static colors (Unix) or colors
19841             read from the user's configuration (Win32)
19842           - Updated to use the new, more logical theme color names
19843           - Switched DataGrid drawing code to use only Theme colors instead of
19844             a mix of System.Drawing.KnownColors and Theme colors
19845           - DrawFrameControl(): Removed code that fills the button area, the
19846             fill would overwrite any previous fill done by a control. This
19847             fixes bug #75338 
19848           - Added DrawReversibleRectangle() stub
19849         * ScrollableControl.cs: Set visible state to false when scrollbars
19850           are removed (pdn fix)
19851         * XplatUI.cs, XplatUIOSX.cs, XplatUIDriver.cs: Added 
19852           DrawReversibleRectangle() method to allow drawing primitive 
19853           'rubber bands'
19854         * XplatUIX11.cs: Implemented DrawReversibleRectangle()
19855
19856 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
19857
19858         * ImageList.cs: Add(Icon): Create handle.
19859
19860 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
19861
19862         * ListView.cs:
19863         * ThemeWin32Classic.cs:
19864                 - Fixes detail mode
19865                 - Sets clippings
19866                 - Issues with drawing
19867
19868 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
19869
19870         * ImageList.cs: Moved RecreateHandle back to ImageList as event
19871           source has to be the ImageList.
19872
19873 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
19874
19875         * ImageList.cs: Add(Icon): Use Graphics.DrawIcon instead of Icon.ToBitmap.
19876
19877 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
19878
19879         * ImageList.cs: ReduceColorDepth: Clean up pointer operations.
19880
19881 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
19882
19883         * ImageList.cs: ImageCollection: Removed owner field as it is no more used.
19884
19885 2005-09-29  Jonathan Chambers <jonathan.chambers@ansys.com>
19886         * GridItem.cs: Fixed TODOs
19887         * GridItemCollection.cs: Added ICollection interface
19888
19889 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
19890
19891         * ImageList.cs: Resize icons when needed.
19892
19893 2005-09-29  Jordi Mas i Hernandez <jordi@ximian.com>
19894
19895         * ListViewItem.cs
19896                 - Fixes GetBounds and returns on screen rects
19897         * ListView.cs:
19898                 - Fixes vertical and horzintal scrolling of items
19899         * ThemeWin32Classic.cs:
19900                 - Fixes drawing
19901                 
19902 2005-09-29  Raja R Harinath  <harinath@gmail.com>
19903
19904         * ImageList.cs (ImageStream) [NET_2_0]: Reflect re-factoring.
19905
19906 2005-09-29  Kornél Pál  <kornelpal@hotmail.com>
19907
19908         * ImageList.cs: Added comments about handle creation. Moved Handle,
19909           HandleCreated and OnRecreateHandle implementations to ImageCollection.
19910           Handle is created in Add methods.
19911
19912 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
19913          
19914         * DataGridDrawingLogic.cs: 
19915                 - Takes rows into account on Colum calculations
19916                 - Returns the column when clickig
19917         * DataGrid.cs:
19918                 - Fixes default HitTestInfo values
19919                 - Fixes HitTestInfo.ToString
19920                 - Fixes ResetBackColor          
19921         
19922 2005-09-28  Jackson Harper  <jackson@ximian.com>
19923
19924         * MdiChildContext.cs: Obey rules for fixed sized windows (no
19925         sizing or cursor changes). Also added some temp code to draw the
19926         titlebars text (Makes dev a little easier).
19927
19928 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
19929
19930         * ImageList.cs: AddStrip: Throw ArgumentException when Image is not a Bitmap.
19931
19932 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
19933          
19934         * ListBox.cs: Fixes bug 76253
19935
19936 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
19937
19938         * ImageList.cs: Added comments about the current implementation. Added
19939           ReduceColorDepth, IndexedColorDepths and GetNearestColor to can use
19940           Format32bppArgb to preserve transparency and can use Graphics.FromImage
19941           while using the specified ColorDepth. ReduceColorDepth uses unsafe code
19942           with Bitmap.LockBits for better performance. Revised the whole file to
19943           match MS.NET behaviour and provide better performance. Non-public
19944           interface members are calling public members even when they throw
19945           NotSupportedException for better maintainability. Moved ColorDepth,
19946           ImageSize, ImageStream and TransparentColor implementations to
19947           ImageCollection for better performance as these properties are not used
19948           by ImageList.
19949         * ImageListStreamer.cs: Added a new internal constructor that takes an
19950           ImageList.ImageCollection and serializes Images based on
19951           ImageCollection.ToArray(). Renamed ImageColorDepth to ColorDepth to
19952           match ImageList property name.
19953
19954 2005-09-28  Kazuki Oikawa <kazuki@panicode.com>
19955
19956         * ListBox.cs: Fixes IndexFromPoint for last item
19957
19958 2005-09-27  Jackson Harper  <jackson@ximian.com>
19959
19960         * Form.cs: Set the position of new mdi children correctly.
19961
19962 2005-09-27  Jackson Harper  <jackson@ximian.com>
19963
19964         * MdiClient.cs: New mdi children need to be added to the back of
19965         the controls collection so the zorder is set correctly. Also add a
19966         count of all the child windows that have been created.
19967
19968 2005-09-27  Jackson Harper  <jackson@ximian.com>
19969
19970         * Form.cs (CreateParams): Setup MDI forms correctly.
19971
19972 2005-09-27  Jackson Harper  <jackson@ximian.com>
19973
19974         * MdiChildContext.cs:
19975         * MonthCalendar.cs:
19976         * UpDownBase.cs:
19977         * ListBox.cs:
19978         * ListView.cs:
19979         * TextBoxBase.cs:
19980         * TreeView.cs:
19981         * ScrollableControl.cs:
19982         * ComboBox.cs: Add implicit controls using the new implict control
19983         functionality in ControlCollection. Also try to block multiple
19984         control add in a suspend/resume layout to save some cycles.
19985         
19986 2005-09-27  Jackson Harper  <jackson@ximian.com>
19987
19988         * Control.cs: Add functionality to the controls collection to add
19989         'implicit controls' these are controls that are created by the
19990         containing control but should not be exposed to the user. Such as
19991         scrollbars in the treeview.
19992         * Form.cs: The list var of the ControlsCollection is no longer
19993         available because of the potential of implicit controls getting
19994         ignored by someone accessing the list directly.
19995
19996 2005-09-26  Peter Dennis Bartok  <pbartok@novell.com>
19997
19998         * Control.cs: Fixed SetChildIndex; it no longer causes a child to
19999           loose it's parent. (Fixed bug introduced in r49103 when we added
20000           setting the child parent to null on Remove)
20001
20002 2005-09-26  Gert Driesen  <drieseng@users.sourceforge.net>
20003
20004         * DataGridBoolColumn.cs: Marked CheckState private to fix public API.
20005         * Splitter.cs: Added missing attributes for BorderStyle property.
20006         * TextBoxBase.cs: Marked Calculate* methods internal.
20007         * TextBox.cs: Fixed DefaultValue for PasswordChar property to match
20008         MS.NET.
20009
20010 2005-09-26  Jordi Mas i Hernandez <jordi@ximian.com>
20011          
20012         * ListBox.cs: Fixes navigation to the last item in multicolumn lists
20013
20014 2005-09-25  Jackson Harper  <jackson@ximian.com>
20015
20016         * TreeView.cs: Update the node bounds correctly regardless of
20017         whether the node is visible.
20018
20019 2005-09-25  Jackson Harper  <jackson@ximian.com>
20020
20021         * ImageList.cs: Don't dispose the image after it is added to the
20022         image list. Only reformat images that need to be resized.
20023
20024 2005-09-25  Jackson Harper  <jackson@ximian.com>
20025
20026         * ImageList.cs: Don't set the format when changing the image.
20027
20028 2005-09-25  Jackson Harper  <jackson@ximian.com>
20029
20030         * TreeView.cs: We can't just assume the node has a font. Use the
20031         treeviews font if no node font is available.
20032
20033 2005-09-25  Jackson Harper  <jackson@ximian.com>
20034
20035         * TreeView.cs: Allow the scrollbars to be reset with negative
20036         values.
20037         - Don't add scrollbars to negative sized windows.
20038
20039 2005-09-23  Jackson Harper  <jackson@ximian.com>
20040
20041         * XplatUIX11.cs: Update to use Mono.Posix.Native instead of plain
20042         old Mono.Posix. Also remove some stray code that shouldn't have
20043         been committed.
20044
20045 2005-09-23  Jackson Harper  <jackson@ximian.com>
20046
20047         * TreeView.cs: Attempt at proper sizing of the horizontal
20048         scrollbar. Also don't resize the scrollbars unless they are
20049         visible.
20050
20051 2005-09-23  Jackson Harper  <jackson@ximian.com>
20052
20053         * TreeView.cs: We don't need to expand the invalid area when the
20054         selection changes, as this is all drawn in the node's bounding
20055         box. The area needs to be expanded (previous typo was contracting
20056         it) when the focus rect moves.
20057
20058 2005-09-23  Jackson Harper  <jackson@ximian.com>
20059
20060         * TreeView.cs: Display the selection box under the correct
20061         circumstances. We were rendering white text with no selection box
20062         before.
20063
20064 2005-09-23  Peter Dennis Bartok  <pbartok@novell.com>
20065
20066         * TextControl.cs(Split): Now updates selection start/end if it points 
20067           into a line that's being split. Fixes a FIXME and bug #75258
20068
20069 2005-09-23  Jackson Harper  <jackson@ximian.com>
20070
20071         * Binding.cs:
20072         * ListControl.cs: Don't use the path when retrieving binding
20073         managers from the binding context. My bat sense tells me that the
20074         path is only used on insertion.
20075
20076 2005-09-22  Jackson Harper  <jackson@ximian.com>
20077
20078         * Splitter.cs: Set the cursor an easier way. (Thanks peter).
20079
20080 2005-09-22  Jackson Harper  <jackson@ximian.com>
20081
20082         * Splitter.cs: There are special cursors used for splitting.
20083         * XplatUIX11.cs: The VSplit and HSplit cursors were backwards.
20084
20085 2005-09-22  Jackson Harper  <jackson@ximian.com>
20086
20087         * Splitter.cs: Change the cursor appropriately when the splitter
20088         is moused over, so the user actually knows there is a splitter
20089         there.
20090
20091 2005-09-22 Hisham Mardam Bey <hisham.mardambey@gmail.com>
20092
20093        * Label.cs : Fix ToString method to give same output as MS.NET
20094
20095 2005-09-22  Jackson Harper  <jackson@ximian.com>
20096
20097         * TreeView.cs: Create the scrollbars when the handle is created
20098         and add them right away, just make them invisble. Also account for
20099         the window being shrunk vertically to the point that the vert
20100         scrollbar needs to be added.
20101         - Remove some 0.5 adjustments to get around anti aliasing issues.
20102         
20103 2005-09-22  Jordi Mas i Hernandez <jordi@ximian.com>
20104          
20105         * MainMenu.cs: Fixes default value
20106         * MenuItem.cs: Fixes default value
20107
20108 2005-09-22  Kazuki Oikawa  <kazuki@panicode.com>
20109
20110         * AsyncMethodResult.cs: Fixes Control.Invoke is blocked infinitely.
20111
20112 2005-09-21  Jackson Harper  <jackson@ximian.com>
20113
20114         * Control.cs: Don't try to set the border style on the window if
20115         it hasn't been created. When the window is created the border
20116         style will be used.
20117
20118 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
20119
20120         * Control.cs (Update): Don't call XplatUI if we don't have a
20121           window handle yet
20122
20123 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
20124
20125         * ContainerControl.cs: Instead of throwing an exception, print
20126           a one-time warning about Validate not being implemented
20127         * XplatUIWin32.cs: Removed debug output
20128
20129 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
20130
20131         * Control.cs: Only set XplatUI background if we expect the windowing
20132           system to handle the background. This stops controls that draw their
20133           own background from flickering
20134
20135         * XplatUIX11.cs: Support custom visuals and colormaps for window 
20136           creation. This allows, amongst other things, using MWF X11 windows 
20137           with OpenGL.
20138
20139 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
20140
20141         * OpenFileDialog.cs, ContentsResizedEventArgs.cs, LibSupport.cs, GridItem.cs,
20142           CursorConverter.cs, SplitterEventHandler.cs, PropertyGridTextBox.cs,
20143           GridTablesFactory.cs, MethodInvoker.cs, AccessibleEvents.cs,
20144           SplitterEventArgs.cs, XplatUI.cs, Mime.cs, PropertySort.cs,
20145           TreeViewCancelEventHandler.cs, Form.cs, PropertyGridCommands.cs,
20146           IDataGridEditingService.cs, DateBoldEventHandler.cs, Label.cs,
20147           KeyboardLayouts.cs, TextControl.cs, ProgressBar.cs, ToolTip.cs,
20148           RadioButton.cs, OSFeature.cs, LinkLabel.cs, ColorDialog.cs,
20149           ThemeNice.cs, ErrorIconAlignment.cs, TreeNode.cs, MimeGenerated.cs,
20150           ComboBox.cs, DataGridTextBoxColumn.cs, ArrangeStartingPosition.cs,
20151           GridColumnStylesCollection.cs, 
20152           IDataGridColumnStyleEditingNotificationService.cs,
20153           PropertyGrid.cs, IFeatureSupport.cs, ICommandExecutor.cs,
20154           MdiLayout.cs, GridEntry.cs, ControlBindingsCollection.cs,
20155           GridTableStylesCollection.cs, TreeViewCancelEventArgs.cs, 
20156           TreeNodeCollection.cs, AmbientProperties.cs, 
20157           RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
20158           DataObject.cs, ErrorProvider.cs, Splitter.cs,
20159           DataGridLineStyle.cs, Shortcut.cs, Control.cs,
20160           FontDialog.cs, SecurityIDType.cs, GridItemType.cs,
20161           BindingMemberInfo.cs, DataGridCell.cs, MdiChildContext.cs,
20162           IRootGridEntry.cs, PropertyGridView.cs, DataGridParentRowsLabelStyle.cs,
20163           FolderBrowserDialog.cs, OpacityConverter.cs, HelpProvider.cs,
20164           IComponentEditorPageSite.cs, DataGridTableStyle.cs, NavigateEventArgs.cs,
20165           NotifyIcon.cs, ContentsResizedEventHandler.cs, MenuItem.cs,
20166           PropertyTabChangedEventHandler.cs, TextBoxBase.cs, OpenTreeNodeEnumerator.cs,
20167           SelectionMode.cs, TextBox.cs, ListBindingConverter.cs,
20168           FileDialog.cs, KeysConverter.cs, DomainUpDown.cs,
20169           DataFormats.cs, SaveFileDialog.cs, GridItemCollection.cs,
20170           ArrangeDirection.cs, FeatureSupport.cs, SelectionRangeConverter.cs,
20171           RichTextBoxScrollBars.cs, NodeLabelEditEventHandler.cs, TreeNodeConverter.cs,
20172           MimeIcon.cs, X11Structs.cs, PropertyGridEntry.cs,
20173           ImageList.cs, ThemeWin32Classic.cs, X11Keyboard.cs,
20174           CheckedListBox.cs, HelpNavigator.cs, DateTimePickerFormat.cs,
20175           MdiClient.cs, DataGridDrawingLogic.cs, DataGridBoolColumn.cs,
20176           NodeLabelEditEventArgs.cs, Screen.cs, PropertyManager.cs,
20177           ComponentModel.cs, PropertiesTab.cs, CurrencyManager.cs,
20178           SizeGrip.cs, DateBoldEventArgs.cs, X11Dnd.cs, Panel.cs,
20179           Hwnd.cs, OSXStructs.cs, DrawMode.cs, XplatUIDriver.cs,
20180           RichTextBox.cs, PropertyTabChangedEventArgs.cs, CommonDialog.cs,
20181           DataGrid.cs, XplatUIX11.cs, RichTextBoxStreamType.cs, Win32DnD.cs,
20182           ErrorBlinkStyle.cs, TreeViewEventHandler.cs,
20183           PropertyValueChangedEventHandler.cs, IFileReaderService.cs,
20184           DataGridTextBox.cs, SelectedGridItemChangedEventArgs.cs, ScrollBar.cs,
20185           ListBox.cs, TreeViewAction.cs, Help.cs, TrackBar.cs,
20186           AxHost.cs, PropertyValueChangedEventArgs.cs, XplatUIOSX.cs,
20187           RichTextBoxFinds.cs, UpDownEventArgs.cs, Cursors.cs,
20188           CategoryGridEntry.cs, RichTextBoxWordPunctuations.cs, DataGridColumnStyle.cs,
20189           SelectedGridItemChangedEventHandler.cs, DateTimePicker.cs, NavigateEventHandler.cs,
20190           Clipboard.cs, UpDownEventHandler.cs, MonthCalendar.cs,
20191           SendKeys.cs, DataGridPreferredColumnWidthTypeConverter.cs, TreeView.cs,
20192           ThreadExceptionDialog.cs, ImageListConverter.cs, XplatUIWin32.cs,
20193           TreeViewEventArgs.cs: Fixed whitespace and set eol-style:native attribute
20194
20195 2005-09-21  Jackson Harper  <jackson@ximian.com>
20196
20197         * TreeNode.cs: Call Before/After Expand not Collapse when
20198         expanding.
20199
20200 2005-09-20  Jackson Harper  <jackson@ximian.com>
20201         
20202         * XplatUIX11.cs: Use the more hand looking hand (in most themes).
20203
20204 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
20205          
20206         * ListViewItem.cs:
20207                 - Fixes bug 76120
20208                 - Fixes proper storing of subitems
20209                 - Fixes not updated items
20210
20211 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com>
20212
20213         * Control.cs, TextBoxBase.cs, TextControl.cs: Don't do certain
20214           things if our window handle isn't created yet. Also disabled 
20215           debug for TextBoxBase
20216
20217 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com> 
20218
20219         * MenuAPI.cs: Remove filtering of events to allow menu usage
20220
20221 2005-09-20  Miguel de Icaza  <miguel@novell.com>
20222
20223         * Cursor.cs: Allow null to be passed to Cursor.Current.
20224
20225 2005-09-20  Alexander Olk  <alex.olk@googlemail.com>
20226
20227         * ThemeWin32Classic.cs:
20228           - Change some private methods/fields to protected virtual so that 
20229             they can be accessed and overriden in derived classes
20230           - First refactoring of some methods. Derived themes now don't 
20231             need to duplicate the complete code from ThemeWin32Classic
20232         * ThemeNice.cs:
20233           - Added nice StatusBar
20234           - Derive from ThemeWin32Classic and not Theme
20235           - Removed duplicate ThemeWin32Classic code
20236
20237 2005-09-20  Miguel de Icaza  <miguel@novell.com>
20238
20239         * Control.cs (ControlCollection.Add): If the value null is passed
20240         the control is ignored. 
20241
20242         Optimize this loop.
20243
20244 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com> 
20245
20246         * MenuAPI.cs: Replaced Application.Run() with a loop that tracks
20247           PostQuitMessage state.
20248         * XplatUIWin32.cs: Removed bogus PostQuitMessage P/Invoke with HWND arg
20249
20250 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com>
20251
20252         * Application.cs: Our constructor will never get called, move 
20253           initialization to fields; fixes bug #75933
20254
20255 2005-09-19 Hisham Mardam Bey <hisham.mardambey@gmail.com>
20256
20257         * FileDialog.cs :
20258                 - Allow files to be selected properly using file name
20259                 combo box.
20260                 - Add ability to change diretory (absolute / relative)
20261                 using file name combo box.
20262
20263 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
20264          
20265         * ListBox.cs: 
20266                 - Fixes Multicolumn listboxes item wrong calculations
20267                 - Allows to click when only one item is in the listbox
20268                 - Fixes crash when no items using keyboard navigation
20269
20270 2005-09-16  Alexander Olk  <alex.olk@googlemail.com>
20271
20272         * ComboBox.cs: Reverted almost everything from the latest patch which
20273           broke ComboBox
20274
20275 2005-09-16  Kazuki Oikawa <kazuki@panicode.com>
20276         
20277         * ToolTip.cs:
20278                 - Fixed #Mtd2 of ToolTipTest.RemoveToolTipTest.
20279         * ComboBox.cs:
20280                 - When DropDownStyle is Simple, it does not show scrollbar 
20281                 to the last item of the list.
20282                 - When DropDownStyle is Simple, it crashed when the list was 
20283                 scrolled down with the down cursor key.
20284                 - Fixed a bug that when DropDownStyle is DropDownList, the 
20285                 selected item was not shown.
20286                 - The position of the selected item was not preserved when 
20287                 the next dropdown happened.
20288         * ThemeWin32Classic.cs:
20289                 - Items were wrapped at the right end.
20290         * CheckedListBox.cs:
20291                 - Fixed Add method
20292         * ListBox.cs:
20293                 - Items should be fully shown.
20294                 - When resizing and vertical scrollbar disappeared, the item 
20295                 of index 0 should be on the top of the list.
20296                 - GetItemRectangle should consider the size of ver. scrollbar
20297         * StatusBar.cs:
20298                 - SizingGrip area should not be allocated when it is not 
20299                 displayed.
20300                 - Now it reflects MinWidth of the containing panel and 
20301                 fixed a crash that happens when its width becomes so small.
20302
20303 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
20304
20305         * CheckedListBox.cs: Fixes bug 76028
20306         * ListBox.cs: Fixes bug 76028
20307
20308 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
20309
20310         * ThemeWin32Classic.cs: Sets clipping on DataGridPaintRowsHeaders
20311         * DataGridDrawingLogic.cs: fixes issues with Datagrid drawing
20312
20313 2005-09-12  Jordi Mas i Hernandez <jordi@ximian.com>
20314
20315         * XplatUIX11.cs: fixes System.NullReferenceException in some situations
20316
20317 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
20318
20319         * IRootGridEntry.cs: Changed namespace to PropertyGridInternal 
20320
20321 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
20322
20323         * IRootGridEntry.cs: Added
20324         * PropertyGridCommands.cs: Added
20325         * PropertiesTab.cs: Added missing methods and property
20326         * PropertyGridView.cs: Made class internal
20327         * PropertyGridTextBox.cs: Made class internal
20328
20329 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
20330
20331         * MimeIcon.cs: Try to check some other environment variables
20332           if "DESKTOP_SESSION" returns "default"
20333
20334 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
20335
20336         * ThemeNice.cs: Corrected background colors (e.g. menus)
20337         * ColorDialog.cs: Use correct background colors for controls
20338
20339 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
20340
20341         * ThemeNice.cs: Merged r49535 from ThemeWin32Classic
20342
20343 2005-09-08  Peter Dennis Bartok  <pbartok@novell.com>
20344
20345         * RichTextBox.cs: Added initial implementation
20346         * lang.cs: Removed. Was accidentally checked in long time ago
20347         * TODO: Removed. Contents were obsolete
20348
20349 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
20350                                                                                 
20351         * PropertiesTab.cs : Added
20352
20353 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
20354                                                                                 
20355         * PropertyGrid.cs : Update
20356         * PropertyGridView.cs : Update
20357         * System.Windows.Forms.resx : Added images and strings
20358
20359 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com> 
20360
20361         * ThemeNice.cs: Do not dispose Pens retrieved from ResPool
20362  
20363 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com>
20364
20365         * XplatUIX11.cs: Force a flush after Ungrab; if case the app enters
20366           a busy loop right after the Ungrab the X11 display is otherwise 
20367           blocked
20368
20369 2005-09-06  Jordi Mas i Hernandez <jordi@ximian.com>
20370
20371         * ThemeWin32Classic.cs: Optimise the use of clipping
20372
20373 2005-09-05  Jordi Mas i Hernandez <jordi@ximian.com>
20374
20375         * DataGrid.cs: fixes recursion bug
20376
20377 2005-09-03  Alexander Olk  <alex.olk@googlemail.com>
20378
20379         * ThemeNice.cs: 
20380           - Draw RadioButton and CheckBox Buttons with DrawButtonBase
20381           - Cleanup
20382
20383 2005-09-02  Alexander Olk  <alex.olk@googlemail.com>
20384
20385         * ThemeNice.cs: Draw nice ProgressBars
20386
20387 2005-09-01  Miguel de Icaza  <miguel@novell.com>
20388
20389         * VScrollBar.cs: Another buglet found by Aaron's tool. 
20390
20391         * ProgressBar.cs: Fix three recursive bugs found by Aaron Tomb's
20392         bug finder.
20393
20394 2005-08-30  Alexander Olk  <alex.olk@googlemail.com>
20395
20396         * ThemeNice.cs:
20397           - Added nicer menu drawing
20398           - Updated DrawTab
20399           - some refactoring
20400
20401 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
20402
20403         * CreateParams.cs (ToString): Made output match MS
20404         * Control.cs (Text): Don't set Text or Focus via XplatUI unless 
20405             handle is already created (to avoid forcing window creation)
20406         * XplatUIX11.cs: Set window text to caption after creating window,
20407           in case Text was set before window was created
20408         * Form.cs: Use this.Text instead of a static string as caption
20409
20410 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
20411
20412         * NotifyIcon.cs: Don't set the window to visible; this screws
20413           up Win32 (causes WM_NCPAINT to be sent on Win32, which calls
20414           OnPaint without a bitmap)
20415         * XplatUIX11.cs: Removed Visible optimization in AddExpose; doesn't 
20416           happen very often anyway; we could add the check to the WM_PAINT 
20417           event generation code
20418
20419 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
20420
20421         * NotifyIcon.cs: Fill the icon area with a background color, to 
20422           avoid 'residue' when transparent icons are drawn
20423         * XplatUIX11.cs:
20424           - Handle whole_window == client_window when destroying windows
20425           - SystrayAdd(): Set client_window to whole_window value to
20426             get mouse and other events passed to NotifyIcon
20427
20428 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
20429
20430         * Form.cs: Set proper default for Opacity property
20431         * NotifyIcon.cs:
20432           - ShowSystray(): Don't bother creating telling the OS
20433             about the systray item if no icon is provided
20434           - Now handles WM_NCPAINT message to deal with whole/client window
20435             split
20436           - Create window as visible to not get caught by Expose optimization
20437         * Hwnd.cs: Removed debug message
20438         * ComboBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, TabControl.cs,
20439           StatusBar.cs, TreeView.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched 
20440             PaintEventStart/End to use new client argument
20441         * TextBoxBase.cs:
20442           - Commented out debug messages
20443           - Switched PaintEventStart/End to use new client argument
20444         * XplatUI.cs: Added client window bool to PaintEventStart()/
20445           PaintEventEnd() calls, to support drawing in non-client areas
20446         * XplatUIDriver.cs: 
20447           - Added client window bool to PaintEventStart()/PaintEventEnd() 
20448             calls, to support drawing in non-client areas
20449           - Added conditional compile to allow using MWF BeginInvoke 
20450             on MS runtime
20451         * XplatUIX11.cs:
20452           - Added some conditional debug output
20453           - Fixed SystrayAdd() method to support new (for SystrayAdd, anyway)
20454             whole/client window split
20455           - Implemented handling of client argument to PaintEventStart()/End()
20456         * Control.cs:
20457           - Throw exception if BeginInvoke() is called and the window handle
20458             or one of the window's parent handles is not created
20459           - Added conditional compile to allow using MWF BeginInvoke on
20460             MS runtime
20461           - get_Parent(): Only sets parent if handle is created. This avoids
20462             forcing window handle creation when parent is set.
20463           - Now fires Layout and Parent changed events in proper order
20464           - Switched to use Handle instead of window.Handle for Z-Order setting,
20465             the get_Parent() patch above causes us to possibly get null for 'window'
20466           - Implemented handling of client argument to PaintEventStart()/End()
20467           - Now reports back to windows that WM_SETCURSOR was handled (to avoid
20468             default handling)
20469           - Now sends a Refresh() to all child windows when Refresh() is called
20470
20471 2005-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
20472
20473         * Form.cs: Added (non-functional) Opacity property
20474         * XplatUIWin32.cs (SystrayAdd): Removed bogus line of code
20475
20476 2005-08-29  Alexander Olk  <xenomorph2@onlinehome.de>
20477         * ThemeNice.cs: New theme for MWF, based on ThemWin32Classic
20478           use export MONO_THEME=nice to activate it.
20479           Currently supported controls:
20480           - Button
20481           - ComboBox
20482           - ScrollBar
20483           - TabControl (TabAlignment.Top only, other will follow)
20484         * ThemeEngine.cs: Add theme nice
20485         * ButtonBase.cs: Redraw button on MouseEnter and MouseLeave everytime,
20486           if enabled
20487
20488 2005-08-25  Jonathan Chambers  <jonathan.chambers@ansys.com> 
20489
20490         * Splitter.cs: Resize docked control and its neighbor.
20491
20492 2005-08-24  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
20493         -- Making Windows with Menus layout correctly --
20494         * Form.cs : The first leg of the fix
20495                 Menu setter - adjust Client Size as needed to make space for the menu
20496                 SetClientSizeCore - doesn't call base version to be able to pass the 
20497                         menu handle to XplatUI.CalculateWindowRect
20498         * Hwnd.cs: Fix for menu_height, now gets from MenuAPI.MENU
20499         * XplatUIX11.cs: The critical second leg of the fix
20500                 GetWindowPos needs to use a recalculated client_rect
20501                 so that resizing the window doesn't break layout of child controls. 
20502                 Also a more complete rule to avoid X Server roundtrips in SetWindowPos
20503                 Lots of \t\n killed
20504
20505 2005-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
20506
20507         * Label.cs: Now properly recalculates width and height on Font and Text
20508           changes if AutoSize is set
20509
20510 2005-08-19  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
20511         * TreeView.cs : Revamped drawing logic, and support for FullRowSelect
20512
20513 2005-08-19  Jordi Mas i Hernandez <jordi@ximian.com>
20514
20515         * ImageList.cs: Makes ToString method compatible with MS
20516
20517 2005-08-18  Jordi Mas i Hernandez <jordi@ximian.com>
20518
20519         * MenuAPI.cs: fixes bug 75716
20520
20521 2005-08-11 Umadevi S <sumadevi@novell.com>
20522         * Control.cs: Fixed Remove & RemoveAt to make the parent of the control null.
20523
20524 2005-08-11 Umadevi S <sumadevi@novell.com>
20525         * Contorl.cs: Fixed ResetRightToLeft and ResetImeMode to work correctly
20526
20527 2005-08-10  Umadevi S <sumadevi@novell.com>
20528         * CheckedListBox.cs: Fixed event firing on Adding to the CheckedListBox
20529
20530 2005-08-07  Jordi Mas i Hernandez <jordi@ximian.com>
20531
20532         * Menu.cs: fixes bug 75700
20533         * MenuAPI.cs: fixes navigation issues
20534
20535 2005-08-09  Umadevi S <sumadevi@novell.com>
20536         * CheckedListBox.cs - simple fix for GetItemChecked.
20537
20538 2005-08-08  Jordi Mas i Hernandez <jordi@ximian.com>
20539
20540         * ComboBox.cs: Serveral fixes
20541         * ListBox.cs: Serveral fixes
20542
20543 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
20544
20545         * ComboBox.cs: Fixes FindString methods and GetItemHeight
20546         * ListBox.cs: Fixes FindString methods
20547
20548 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
20549
20550         * DataGrid.cs: fixes bugs exposed by new tests
20551
20552 2005-08-04  Peter Dennis Bartok  <pbartok@novell.com> 
20553
20554         * Mime.cs: Compile Mono assembly references only if compiling
20555           with Mono (Allows to build with VS.Net again)
20556
20557 2005-07-28  Marek Safar  <marek.safar@seznam.cz>
20558
20559         * Control.cs (PaintControlBackground): Draw background image
20560         corrrectly.
20561         (CheckForIllegalCrossThreadCalls): Stubbed.
20562         
20563         * Form.cs (OnCreateControl): Center when should be centered.
20564         
20565         * ThemeWin32Classic.cs (DrawPictureBox): Pass size.
20566
20567 2005-07-19  Jordi Mas i Hernandez <jordi@ximian.com>
20568
20569         * Binding.cs: Binding to properties should be case unsensitive
20570
20571 2005-07-18 vlindos@nucleusys.com
20572
20573         * DataGrid.cs: fixes setmember order
20574
20575 2005-07-07  Alexander Olk  <xenomorph2@onlinehome.de>
20576
20577         * MimeIcon.cs: added MimeIcon stuff (MimeIconEngine)
20578         * FileDialog.cs: FileDialog is now resizable and uses the new
20579           MimeIconEngine
20580
20581 2005-07-06  Jordi Mas i Hernandez <jordi@ximian.com>
20582
20583         * DataGridTextBoxColumn.cs: default value
20584         * GridColumnStylesCollection.cs: fixes event firing, checking MappingName
20585         * GridTableStylesCollection.cs: fixes checking MappingName
20586         * DataGridDrawingLogic.cs: fixes drawing logic issues
20587         * DataSourceHelper.cs: rewritten to make compatible with more data sources
20588         * DataGrid.cs: fixes    
20589
20590 2005-07-06  Alexander Olk  <xenomorph2@onlinehome.de>
20591
20592         * MimeGenerated.cs: Use case sensitive comparer for
20593           NameValueCollections
20594
20595 2005-07-01  Jordi Mas i Hernandez <jordi@ximian.com>
20596
20597         * DataGridTextBoxColumn.cs: bug fixes, code refactoring 
20598         * ThemeWin32Classic.cs: bug fixes, code refactoring
20599         * DataGridDrawingLogic.cs:  bug fixes, code refactoring
20600         * DataGrid.cs: bug fixes, code refactoring
20601         * DataGridTextBox.cs: bug fixes, code refactoring
20602         * DataGridColumnStyle.cs:  bug fixes, code refactoring
20603         * Theme.cs:  bug fixes, code refactoring
20604
20605 2005-07-01  Peter Bartok  <pbartok@novell.com> 
20606
20607         * TextControl.cs: Quick fix for the reported crash on ColorDialog
20608           and other text box usage
20609
20610 2005-07-01  Jackson Harper  <jackson@ximian.com>
20611
20612         * TabControl.cs: Make sure the bottom of the tab covers the pages
20613         border.
20614
20615 2005-06-30  Peter Bartok  <pbartok@novell.com> 
20616
20617         * Form.cs (ShowDialog): Assign owner of the dialog
20618         * TextBoxBase.cs: Always refresh caret size when deleting, caret
20619           might have been moved to a tag with different height
20620
20621 2005-06-30  Jackson Harper  <jackson@ximian.com>
20622
20623         * Form.cs: Don't create an infinite loop when setting focus
20624         * MenuItem.cs: Don't dirty the parents if we don't have any
20625
20626 2005-06-29  Ben Maurer  <bmaurer@ximian.com>
20627
20628         * LibSupport.cs: Rename
20629
20630 2005-06-29  Peter Bartok  <pbartok@novell.com>
20631
20632         * TextBoxBase.cs: Re-align caret after deleting a character
20633         * TextControl.cs:
20634           - DeleteChars(): Ensure that tag covers the provided position
20635           - StreamLine(): Drop reference for dropped tag
20636
20637 2005-06-29  Peter Bartok  <pbartok@novell.com> 
20638
20639         * TextControl.cs: 
20640           - Selections now work properly, anchoring at the initial location
20641             and properly extending in either direction (SetSelectionToCaret(),
20642             SetSelectionStart() and SetSelectionEnd())
20643           - No longer redraws the whole control on selection change, now
20644             calculates delta between previous and new selection and only
20645             invalidates/redraws that area
20646           - Fixed FindPos() math off-by-one errors
20647           - Changed DeleteChars() to verify the provided tag covers the
20648             provided position, selections may have a tag that doesn't cover
20649             the position if the selection is at a tag border
20650           - Fixed off-by-one errors in DeleteChars()
20651           - Added missing streamlining check in DeleteChars() to remove
20652             zero-length tags
20653           - Implemented Invalidate() method, now properly calculates exposures
20654             between two given lines/positions
20655           - Implemented SetSelection()
20656           - Obsoleted and removed FixupSelection()
20657           - Improved RecalculateDocument() logic, removing code duplication
20658
20659 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20660
20661         * LibSupport.cs: changes to match different input/output arguments.
20662
20663 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20664
20665         * LibSupport.cs: added libsupport.so init routine.
20666
20667 2005-06-29  Jordi Mas i Hernandez <jordi@ximian.com>
20668         
20669         * ControlBindingsCollection.cs
20670                 - Throws an exception on null datasource when adding
20671                 - Checks for duplicated bindings when adding
20672
20673 2005-06-28  Jackson Harper  <jackson@ximian.com>
20674
20675         * TreeView.cs (OnKeyDown): Support left and right properly
20676         (navigates as well as expanding and collapsing.
20677         - Add support for Multiply, this expands all the selected nodes
20678         children.
20679         - Fix some tabbing.
20680
20681 2005-06-28  Jackson Harper  <jackson@ximian.com>
20682
20683         * TreeView.cs: Implement keyboard navigation, currently supports,
20684         LEFT, RIGHT, UP, DOWN, PGUP, PGDOWN, HOME, END, ADD, SUBTRACT. Add
20685         support for toggling checkboxes with the space bar.
20686
20687 2005-06-28  Jackson Harper  <jackson@ximian.com>
20688
20689         * OpenTreeNodeEnumerator.cs: Don't move past the begining of the
20690         tree.
20691
20692 2005-06-28  Jackson Harper  <jackson@ximian.com>
20693
20694         * TreeView.cs: Add missing event.
20695
20696 2005-06-27  Peter Bartok  <pbartok@novell.com> 
20697
20698         * TextControl.cs:
20699           - Made line ending size configurable (now allows for counting 
20700             lineendings as \n or \r\n)
20701           - Added margin to viewport to keep caret visible on right side
20702           - Fixed translation routines for line/pos to documentpos to consider
20703             cr/lf when counting (Fixes RichTextBox.SelectionFont issues)
20704           - Fixed some line-endings to be unix style
20705           - Fixed Document.FormatText to perform it's calculations 1-based
20706           - Added descriptions for a few methods that might otherwise get 
20707             used wrong
20708           - Added NOTE section with some basic conventions to remember at 
20709             the top of the file
20710           - Major fixup for RichTextBox selection drawing:
20711             * Fixed crashes when multiple tags on a single line were selected
20712             * fixed selection box drawing not overlaying text
20713             * fixed bogus offset calculation for tags not starting at index 1
20714             * Switched behaviour from using multiple Substrings of a 
20715               StringBuilder.ToString() to using multiple 
20716               StringBuilder.ToString(start, length) statements, hoping this is
20717               faster (kept original version commented out in the code, in case
20718               original version was faster)
20719         * TextBox.cs (set_TextAlignment): TextBox always needs to wrap if 
20720           alignment != Left
20721         * TextBoxBase.cs (CalculateDocument): Made protected so RichTextBox can
20722           call it as well
20723
20724 2005-06-27  Jackson Harper  <jackson@ximian.com>
20725
20726         * TabControl.cs: Move to the left and right with the arrow
20727         keys. These keys don't cycle beyond first and last like
20728         tab. Refresh all the tabs when scrolling them to the left or
20729         right.
20730
20731 2005-06-27  Jackson Harper  <jackson@ximian.com>
20732
20733         * TabControl.cs:
20734           - ToString: Added method
20735           - CreateParams: Remove TODO and comment
20736           - OnKeyDown: Cycle through bounds properly.
20737           - SelectedIndex: Scroll to the right or left if we need to
20738           display the newly selected tab.
20739
20740 2005-06-23  Jackson Harper  <jackson@ximian.com>
20741
20742         * TabControl.cs: Stay in bounds when cycling. Make sure Handled is
20743         set.
20744
20745 2005-06-23  Jackson Harper  <jackson@ximian.com>
20746
20747         * TabControl.cs: Keyboard handling. We now support CTRL-TAB,
20748         CTRL-SHIFT-TAB, and HOME, END are there any others?
20749
20750 2005-06-23  Jackson Harper  <jackson@ximian.com>
20751
20752         * XplatUIX11.cs: Get the modifier keys from the keyboard driver.
20753
20754 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
20755         
20756         * DataGridTextBoxColumn.cs: fixes and enhancements
20757         * ThemeWin32Classic.cs: fixes and enhancements
20758         * DataGridBoolColumn.cs:  fixes and enhancements
20759         * DataGridDrawingLogic.cs:  fixes and enhancements
20760         * CurrencyManager.cs: fixes and enhancements
20761         * DataGrid.cs: fixes and enhancements
20762         * DataGridColumnStyle.cs:  fixes and enhancements
20763
20764 2005-06-22  Jackson Harper  <jackson@ximian.com>
20765
20766         * TabControl.cs: Add some missing methods that just call into the
20767         base. Make the TabPageCollection's IList interface behave in the
20768         same manner as the MS implementation.
20769
20770 2005-06-22  Peter Bartok  <pbartok@novell.com> 
20771
20772         * TextControl.cs: Added sanity check
20773         * TextBoxBase.cs: 
20774           - Fixed wrapping behaviour, don't set wrap on single line controls
20775             (this fixes the breakage of colordialog introduced in an earlier
20776              checkin)
20777           - Added rudimentary support for autoscrolling right-aligned controls
20778             (still needs fixing, also, center alignment scroll is missing)
20779
20780 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
20781         
20782         * ScrollBar.cs: Fixes thumbpos on Maximum values
20783
20784 2005-06-21  Jonathan Chambers <jonathan.chambers@ansys.com>
20785         
20786         * PropertyGridView.cs: Pass context information to UITypeEditors 
20787
20788 2005-06-21  Peter Bartok  <pbartok@novell.com> 
20789
20790         * TextBoxBase.cs:
20791           - Now calling PositionCaret with absolute space coordinates
20792           - Enabled vertical scrolling
20793           - Better tracking of scrollbar changes, tied into WidthChange
20794             event
20795           - Improved cursor tracking
20796           - Removed debug output
20797         * TextControl.cs:
20798           - PositionCaret coordinates are now works in absolute space, not 
20799             the canvas
20800           - Improved tracking of document size
20801           - Added events for width and height changes
20802
20803 2005-06-21  Peter Bartok  <pbartok@novell.com>
20804
20805         * Form.cs: Set focus to active control when form is activated
20806         * TextControl.cs: 
20807           - Added word-wrap functionality to RecalculateLine() 
20808           - Added some short function descriptions for VS.Net to aid in
20809             writing dependent controls
20810           - Added Caret property, returning the current coords of the caret
20811           - Added ViewPortWidth and ViewPortHeight properties
20812           - Added Wrap property
20813           - Added CaretMoved event
20814           - Removed some old debug code
20815           - Split() can now create soft splits
20816           - Added PreviousTag()/NextTag() to allow walking "tag-lists"
20817           - Added method to format existing text
20818           - Fixed size/alignment calculations to use viewport
20819           - RecalculateDocument now can handle changing line-numbers while
20820             calculating lines
20821
20822         * TextBox.cs:
20823           - Added some wrap logic, we don't wrap if alignment is not left
20824           - Added casts for scrollbar var, base class switched types to
20825             also support RichTextBoxA
20826           - Implemented handling of scrollbar visibility flags
20827
20828         * TextBoxBase.cs:
20829           - Switched scrollbars type to RichTextBoxScrollBars to support
20830             RichTextBox
20831           - Added tracking of canvas width/height
20832           - Switched scrollbars to be not selectable (to keep focus on text)
20833           - Added central CalculateDocument() method to handle all redraw
20834             requirements
20835           - Added ReadOnly support
20836           - Added WordWrap support
20837           - Fixed handling of Enter key (we now treat it as a DialogKey)
20838           - Fixed caret positioning when h or v scroll is not zero
20839           - Fixed placing/generation of vertical scrollbar
20840           - Added CalculateScrollBars() method to allow updating scrollbar
20841             limits and visibility
20842           - Fixed handling of horizontal scroll
20843           - Added handling of vertical scroll
20844           - Implemented auto-'jump' when caret moves to close to a left or
20845             right border and there is text to be scrolled into view (currently
20846             there's the potential for a stack overflow, until a bug in
20847             scrollbar is fixed)
20848
20849 2005-06-21  Geoff Norton  <gnorton@customerdna.com>
20850         
20851         * XplatUIOSX.cs: Initial implementation of WM_ERASEBKGND
20852
20853 2005-06-19  Alexander Olk  <xenomorph2@onlinehome.de>
20854
20855         * Mime.cs:
20856         - added inodes.
20857         - return application/x-zerosize for files with size zero
20858           (if no extension pattern matches).
20859         - check matches collection for strings too.
20860         - return only the first mime type if the name value
20861           collection has more than one mime type.
20862
20863 2005-06-18  Jonathan Chambers <jonathan.chambers@ansys.com>
20864         
20865         * PropertyGrid.cs: Cleaned up some TODOs
20866         * PropertyGridView.cs: Added support for UITypeEditors
20867
20868 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
20869         
20870         * DataGrid.cs: clears cached value
20871
20872 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
20873
20874         * DataGridTextBoxColumn.cs: new rows, speed improvements, fixes, readonly prop.
20875         * DataGridDrawingLogic.cs: new rows, speed improvements, fixes, readonly prop.
20876         * DataGrid.cs: new rows, speed improvements, fixes, readonly prop.
20877         * DataGridColumnStyle.cs: new rows, speed improvements, fixes, readonly prop.
20878         
20879 2005-06-16  Jordi Mas i Hernandez <jordi@ximian.com>
20880
20881         * ThemeWin32Classic.cs: fixes colour
20882
20883 2005-06-15  Peter Bartok  <pbartok@novell.com>
20884
20885         * MWFCategoryAttribute.cs: Added (Needed for PropertyGrid designer support)
20886         * MWFDescriptionAttribute.cs: Added (Needed for PropertyGrid designer support)
20887         * ButtonBase.cs: Added MWFCategory and MWFDescription attributes
20888         * Control.cs: Added some MWFCategory and MWFDescription attributes
20889         * ScrollBar.cs: Added some MWFCategory and MWFDescription attributes
20890
20891 2005-06-15  Alexander Olk  <xenomorph2@onlinehome.de>
20892
20893         * Mime.cs, MimeGenerated.cs: First draft of MWF mime stuff, see Mime.cs for
20894         usage
20895
20896 2005-06-14  Jordi Mas i Hernandez <jordi@ximian.com>
20897
20898         * DataGridTextBoxColumn.cs: default datagrid settings for Default Styles, fixes
20899         * DataGridTableStyle.cs: default datagrid settings for Default Styles, fixes
20900         * DataGridDrawingLogic.cs: default datagrid settings for Default Styles, fixes
20901         * DataGridBoolColumn.cs: default datagrid settings for Default Styles, fixes
20902         * DataGrid.cs: default datagrid settings for Default Styles, fixes
20903         * DataGridColumnStyle.cs: default datagrid settings for Default Styles, fixes
20904
20905 2005-06-13  Jackson Harper  <jackson@ximian.com>
20906
20907         * XplatUIX11.cs: Override SetAllowDrop on X11 so an error message
20908         isn't printed when the user enables dropping. (X11 does accept
20909         drops).
20910         
20911 2005-06-13  Jackson Harper  <jackson@ximian.com>
20912
20913         * TreeView.cs: Remove some TODOS.
20914
20915 2005-06-13  Jackson Harper  <jackson@ximian.com>
20916
20917         * Form.cs: Hook into the mdi framework.
20918         * MdiClient.cs: Use the base control collections add method so
20919         parents get setup correctly. Set the default back colour and dock
20920         style.
20921         * MdiChildContext.cs: New class, this bad actor handles an
20922         instance of an MDI window. Right now there is only basic
20923         support. You can drag, close, and resize windows. Minimize and
20924         Maximize are partially implemented.
20925
20926 2005-06-13  Jackson Harper  <jackson@ximian.com>
20927
20928         * XplatUIX11.cs: Mash numbers together properly, otherwise we get
20929         freaky when both vals are negative. NOTE: There are probably other
20930         places in XplatUIX11 that this needs to be done.
20931
20932 2005-06-13  Jordi Mas i Hernandez <jordi@ximian.com>
20933
20934         * DataGrid.cs: implement missing methods, move KeyboardNavigation
20935         * DataGridColumnStyle.cs: fixes signature
20936
20937 2005-06-12  Jackson Harper  <jackson@ximian.com>
20938
20939         * XplatUIX11.cs: Use sizing cursors similar to the ones on
20940         windows.
20941
20942 2005-06-11  Jackson Harper  <jackson@ximian.com>
20943
20944         * StatusBarPanel.cs: Signature cleanups. Implement
20945         BeginInit/EndInit.
20946
20947 2005-06-10  Jordi Mas i Hernandez <jordi@ximian.com>
20948
20949         * DataGridTextBoxColumn.cs: Honors aligment
20950         * GridColumnStylesCollection.cs: Contains is case unsensitive
20951         * GridTableStylesCollection.cs: several fixes
20952         * DataGridTableStyle.cs: default column creation
20953         * DataGridDrawingLogic.cs: fixes
20954         * CurrencyManager.cs: ListName property
20955         * DataGrid.cs: multiple styles support
20956         * DataGridColumnStyle.cs: fixes
20957         
20958
20959 2005-06-10  Peter Bartok  <pbartok@novell.com>
20960
20961         * Control.cs(Select): Moved SetFocus call to avoid potential
20962           loops if controls change the active control when getting focus
20963         * UpDownBase.cs: Fixes to allow proper keyboard focus after clicking
20964           the up/down buttons
20965
20966 2005-06-10  Matthias Felgner  <matthiasf@voelcker.ocm>
20967
20968         * ImageListConverter.cs: Implemented
20969
20970 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
20971
20972         * MonthCalendar.cs: Wired in NumericUpDown control for year
20973
20974 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
20975
20976         * MonthCalendar.cs: Removed MonoTodo attributes on Click and
20977           DoubleClick events, since they are not meant to be fired.
20978
20979 2005-06-09  Peter Bartok  <pbartok@novell.com>
20980
20981         * UpDownBase.cs, NumericUpDown.cs, DomainUpDown.cs: Integrated
20982           Jonathan's standalone controls into MWF, implemented missing
20983           events, attributes and methods; added xxxAccessible classes
20984         * AccessibleObject.cs: Made fields internal so other classes
20985           can change them if needed
20986
20987 2005-06-09  Jonathan Gilbert  <2a5gjx302@sneakemail.com>
20988
20989         * UpDownBase.cs: Complete implementation
20990         * NumericUpDown.cs: Complete implementation
20991         * DomainUpDown.cs: Complete implementation
20992
20993 2005-06-09  Jordi Mas i Hernandez <jordi@ximian.com>
20994
20995         * DataGridTextBoxColumn.cs: drawing fixes
20996         * DataGridCell.cs: fixes ToString method to match MSNet
20997         * DataGridTableStyle.cs: fixes
20998         * DataGridBoolColumn.cs: fixes, drawing
20999         * DataGridDrawingLogic.cs: fixes, new methods
21000         * DataGridTextBox.cs: Keyboard and fixes
21001         * DataGrid.cs:
21002                 - Keyboard navigation
21003                 - Scrolling fixes
21004                 - Row selection (single, multiple, deletion, etc)
21005                 - Lots of fixes
21006         
21007 2005-06-07  Jackson Harper  <jackson@ximian.com>
21008
21009         * ThemeWin32Classic.cs: Clear the background area when drawing
21010         buttons.
21011
21012 2005-06-06  Peter Bartok  <pbartok@novell.com>
21013
21014         * ImageListStreamer.cs: Fixed signature for GetData
21015         * CheckBox.cs: Fixed base class for CheckBoxAccessibleObject
21016         * ComboBox.cs:
21017           - Added missing ChildAccessibleObject class
21018           - Added missing OnXXXFocus overrides, switched to using those
21019             instead of the event handler
21020         * Control.cs:
21021           - Added Parent property for ControlAccessibleObject
21022           - Fixed signatures
21023           - Fixed attributes
21024           - Added ResetBindings()
21025         * ListBindingConverter.cs: Implemented some methods
21026         * ButtonBase.cs: Added missing ButtonBaseAccessibleObject class
21027         * ImageList.cs: Implemented basic handle scheme, removed TODOs
21028         * ContainerControl.cs: Fixed signature, now subscribing to the
21029           ControlRemoved event instead of overriding the handler, LAMESPEC
21030         * CurrencyManager.cs: Added missing attribute
21031         * MonthCalendar.cs: Added missing properties
21032
21033 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
21034
21035         * DataGridColumnStyle.cs: fixes for DataGridColumnStyle
21036         
21037 2005-06-06  Gaurav Vaish and Ankit Jain
21038
21039         * DataSourceHelper.cs: Gaurav Vaish and Ankit Jain patch for databinding
21040         * DataGrid.cs: Gaurav Vaish and Ankit Jain patch for databinding
21041         
21042 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
21043
21044         * Control.cs: fixes CreateParams Width / Height.
21045
21046 2005-06-05  Peter Bartok  <pbartok@novell.com>
21047
21048         * Win32DnD.cs: Removed compilation warnings
21049
21050 2005-06-05  Peter Bartok  <pbartok@novell.com>
21051
21052         * Control.cs (CreateParams): Since we don't know if one of the
21053           properties we use is overridden, lets make sure if we fail accessing
21054           we continue with a backup plan
21055
21056 2005-06-05  Peter Bartok  <pbartok@novell.com>
21057
21058         * Win32DnD.cs:
21059           - Removed debug output
21060           - Added MarshalAs attribute to ensure proper marshalling of FORMATETC
21061             struct
21062           - Plugged resource leak
21063         * XplatUIStructs.cs: Changed ClipboardFormats size to ushort, to match
21064           MS size
21065
21066 2005-06-05  Peter Bartok  <pbartok@novell.com>
21067
21068         * XplatUIWin32.cs: Removed DnD code
21069         * Win32DnD.cs: Implemented drop source and drop target functionality
21070
21071 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21072
21073         * UpDownBase.cs: remove duplicate addition of event, enable some code
21074         that was commented out.
21075         * NumericUpDown.cs: added missing attributes and Hexadecimal property.
21076         Validate input when a key is pressed. It works fine now for every
21077         combination of Hexadecimal. Only missing some drawing love when sharing
21078         space with other controls.
21079
21080 2005-06-04  Peter Bartok  <pbartok@novell.com>
21081
21082         * Control.cs:
21083           - We need to pass a window for DragDrop, so enable callback events
21084           - Added DnD callback events when being a DragSource
21085         * XplatUI.cs (StartDrag): Added window handle argument
21086         * XplatUIDriver.cs (StartDrag): Added window handle argument
21087         * QueryContinueDragEventArgs: Made fields internally accessible so
21088           drivers can set them
21089         * GiveFeedbackEventArgs: Made fields internally accessible so drivers
21090           can set them
21091
21092 2005-06-03  Jordi Mas i Hernandez <jordi@ximian.com>
21093
21094         * DataGridTextBoxColumn.cs: column text editing
21095         * DataGridTableStyle.cs: Respect columns styles created by the user
21096         * DataGridDrawingLogic.cs: lots of drawing fixes and enhanments
21097         * DataGridBoolColumn.cs: bool column editing
21098         * DataGrid.cs: fixes to scrolling, properties, etc
21099         * DataGridTextBox.cs: handle keyboard
21100         * DataGridColumnStyle.cs: fixes
21101
21102 2005-06-02  Jackson Harper  <jackson@ximian.com>
21103
21104         * ImageListStreamer.cs: Somewhat broken implementation of
21105         GetObjectData. The RLE needs some work to match MS properly.
21106
21107 2005-06-02  Jackson Harper  <jackson@ximian.com>
21108
21109         * X11Dnd.cs: Attempting to keep at least one file in MWF
21110         monostyled.
21111
21112 2005-06-02  Peter Bartok  <pbartok@novell.com>
21113
21114         * X11DnD.cs: Use Marshal.SizeOf instead of sizeof, no /unsafe required
21115           that way
21116
21117 2005-06-02  Peter Bartok  <pbartok@novell.com>
21118
21119         * Control.cs: Removed MonoTODO from DoDragDrop and added call to Xplat
21120         * XplatUI.cs: Added DoDragDrop() method
21121         * XplatUIDriver.cs: Added DoDragDrop() method
21122
21123 2005-06-02  Jackson Harper  <jackson@ximian.com>
21124
21125         * Splitter.cs: Implement BorderStyle.
21126
21127 2005-06-02  Jackson Harper  <jackson@ximian.com>
21128
21129         * XplatUIX11.cs: Tie into the X11Dnd subsystem.
21130         * X11Dnd.cs: New file. A subsystem that handles drag and drop on
21131         X11 using XDND.
21132
21133 2005-06-02  Peter Bartok  <pbartok@novell.com>
21134
21135         * DataObject.cs:
21136           - Added Data setter
21137           - Fixed broken insertion code for SetData, now also
21138             overwrites any existing entry of the same format name
21139         * Hwnd.cs: Added list of pointers that automatically gets
21140           freed when the window is disposed
21141         * XplatUI.cs: Call driver initialization method when loading
21142           a driver
21143         * Control.cs:
21144           - OnDragLeave takes EventArgs, not DragEventArgs
21145           - Added setting of WS_EX_ACCEPTFILES style when dropping is
21146             supported
21147           - Forces style update when drop state changes
21148         * XplatUIWin32.cs: Implemented Drag'n'Drop (as good as possible,
21149           not perfect since we cannot (yet) call the IDataObject.GetData()
21150           method, we keep getting 0x80004005 error, dunno why)
21151
21152 2005-06-02  Peter Bartok  <pbartok@novell.com>
21153
21154         * DragEventArgs.cs: Make fields internal so we can cache the
21155           object and re-set the fields from XplatUI
21156
21157 2005-06-02  Jackson Harper  <jackson@ximian.com>
21158
21159         * Control.cs: Add some internal methods so the DnD subsystem can
21160         raise DnD events. Also call into the driver when AllowDrop is set.
21161         * XplatUI.cs:
21162         * XplatUIDriver.cs: New method for setting whether or not a window
21163         is allowed to accept drag and drop messages.
21164                 
21165 2005-06-01  Jordi Mas i Hernandez <jordi@ximian.com>
21166         
21167         * ScrollBar.cs: Make sure that values sent in Scroll events
21168         are always between Maximum and Minimum.
21169
21170 2005-06-01  Marek Safar  <marek.safar@seznam.cz>
21171
21172         * Menu.cs: Call MenuChanged when menuitem visibility has been
21173         changed.
21174         * MenuItem.cs: Rebuild menu when item is (not) visible.
21175         * MainMenu.cs: MainMenu has special MenuChanged.
21176         * Theme.cs: Caption and FrameBorderSize are not fixed.
21177         * XplatUI.cs: Added CaptionHeight,FrameBorderSize.
21178         * XplatUIDriver.cs: Introduced Caption and FrameBorderSize.
21179         * XplatUIX11.cs,
21180         * XplatUIOSX: Caption and FrameBorderSize not implemented yet.
21181         * XplatUIWin32.cs: Get Caption and FrameBorderSize from system.
21182
21183 2005-05-30  Jackson Harper  <jackson@ximian.com>
21184
21185         * DataFormat.cs: We can't statically initialize this stuff because
21186         it calls into the xplatui and could create a loop. So we lazy init
21187         it.
21188
21189 2005-05-28  Jackson Harper  <jackson@ximian.com>
21190
21191         * Control.cs: Proper implementation of Product(Name/Version).
21192
21193 2005-05-27  Jackson Harper  <jackson@ximian.com>
21194
21195         * DataObject.cs: Dont crash if no data is found.
21196
21197 2005-05-26  Rafael Teixeira  <rafaelteixeirabr@hotmail.com>
21198         * MdiClient.cs: Add missing Localizable attribute to BackgroundImage property
21199                 as per status page, guessing it should be set to true
21200
21201 2005-05-26  Jordi Mas i Hernandez <jordi@ximian.com>
21202
21203         * DataGridTextBoxColumn.cs: Draws text and basic text formatting
21204         * DataGridTableStyle.cs: set proper formatting text, def header text
21205         * ThemeWin32Classic.cs: new themable paramaters
21206         * DataGridBoolColumn.cs: paint check box, get data, fixes
21207         * DataGridDrawingLogic.cs: huge improvements in painting, fixes, new methods
21208         * DataGrid.cs: fixes properties, implements vertical and horizontal scrolling
21209         * DataGridColumnStyle.cs: fixes
21210         * Theme.cs: new themable paramaters
21211                 
21212 2005-05-26  Peter Bartok  <pbartok@novell.com>
21213
21214         * ContainerControl.cs: Pass AdjustFormScrollbars() call on to base
21215
21216 2005-05-24 Jonathan S. Chambers <jonathan.chambers@ansys.com>
21217         * Control.cs: Fixed LowOrder and HighOrder to preserve sign.
21218
21219 2005-05-24  Peter Bartok  <pbartok@novell.com>
21220
21221         * OpenFileDialog.cs, Form.cs, Menu.cs, GroupBox.cs, UserControl.cs,
21222           Label.cs, DataGridTextBoxColumn.cs, PropertyGrid.cs, ErrorProvider.cs
21223           Splitter.cs, Control.cs, FontDialog.cs, TabPage.cs,
21224           FolderBrowserDialog.cs, HelpProvider.cs, DataGridTableStyle.cs,
21225           NotifyIcon.cs, FileDialog.cs, ListView.cs, SaveFileDialog.cs,
21226           ToolBarButton.cs, ImageList.cs, DataGridBoolColumn.cs, Panel.cs,
21227           DataGrid.cs, DataGridTextBox.cs, ListBox.cs, TrackBar.cs,
21228           AxHost.cs, TabControl.cs, ScrollableControl.cs, ToolBar.cs,
21229           DataGridColumnStyle.cs, PictureBox.cs, DateTimePicker.cs,
21230           StatusBar.cs, MonthCalendar.cs, TreeView.cs: Added
21231           missing attributes, etc
21232         * DataGridPreferredColumnWidthTypeConverter.cs: Added
21233
21234 2005-05-24  Peter Bartok  <pbartok@novell.com>
21235
21236         * Help.cs: Added, implemented trivial functions, throws up MessageBox
21237           when user tries to get help
21238         * DataObject.cs, DataFormats.cs, LinkArea.cs,
21239           SelectionRangeConverter.cs, Clipboard.cs : Removed unused variables
21240           to suppress warnings
21241         * XplatUIWin32.cs, XplatUIOSX.cs, XplatUIX11.cs: Removed unused code to
21242           avoid unreachable code warning
21243
21244 2005-05-20  Peter Bartok  <pbartok@novell.com>
21245
21246         * CursorConverter.cs (ConvertTo): Switched to use Cursor.GetObjectData
21247
21248 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
21249
21250         * DataGridTextBoxColumn.cs: Basic painting methods
21251         * DataGridTableStyle.cs: Set table style in the column
21252         * ThemeWin32Classic.cs: Use Theme for colors
21253         * DataGridDrawingLogic.cs: Implement more drawing
21254         * DataGrid.cs: drawing, theming, enhacements, fixes
21255         * DataGridColumnStyle.cs: fixes, drawing
21256         * Theme.cs: theming for Datagrid
21257
21258 2005-05-20  Peter Bartok  <pbartok@novell.com>
21259
21260         * Cursor.cs: Implemented GetObjectData() method
21261
21262 2005-05-20  Peter Bartok  <pbartok@novell.com>
21263
21264         * Cursors.cs: Added setting of cursor name
21265         * Cursor.cs:
21266           - Implemented constructors
21267           - Implemented Draw and DrawStretched
21268           - Implemented Current property
21269           - Implemented == and != operators
21270           - Implemented Dispose()
21271           - Implemented ToString
21272           - Added missing attributes
21273         * XplatUIX11.cs:
21274           - Added missing reset for OverrideCursor when DoEvents is called
21275           - Fixed creation of cursor, logic was wrong
21276         * XplatUIWin32.cs:
21277           - Added missing reset for OverrideCursor when DoEvents is called
21278           - Fixed creation of cursor, bit arrays were swapped
21279         * Clipboard.cs: Removed obsolete MonoTODO attribute
21280
21281 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
21282
21283         * ComboBox.cs: fixes OnSelectedItemChanged
21284         * ControlBindingsCollection.cs: fixes item range check
21285
21286 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
21287
21288         * UpDownBase.cs:
21289                 - Calc preferred height properly
21290                 - Implement missing properties
21291                 
21292         * NumericUpDown.cs: Implement missing events
21293
21294 2005-05-19  Jackson Harper  <jackson@ximian.com>
21295
21296         * TabControl.cs: New method that resizes the tab pages before
21297         redrawing them. This as needed as the control is double buffered
21298         and sizing will not be recalculated unless ResizeTabPages is
21299         called.
21300         * TabPage.cs: Set base.Text instead of Text in the constructor so
21301         that UpdateOwner does not get called. Use the new Redraw method of
21302         TabControl instead of Refresh so the sizing is recalculated.
21303         * ThemeWin32Classic.cs: Draw the text for button tabs.
21304
21305 2005-05-19  Jackson Harper  <jackson@ximian.com>
21306
21307         * Control.cs: Paint control background images. Fix typo where
21308         PaintControlBackground was not getting called correctly.
21309
21310 2005-05-19  Peter Bartok  <pbartok@novell.com>
21311
21312         * ScrollableControl.cs (DisplayRectangle): Undid my last change until
21313           I can investigate, apparently I broke FileDialog
21314
21315 2005-05-19  Marek Safar  <marek.safar@seznam.cz>
21316
21317         * AxHost.cs: Some simple properties.
21318         * Control.cs: window must be accessible after ctor.
21319         * Form.cs: Added TransparencyKey property.
21320         * TextBoxBase.cs: Implemented Clear. Text property can be null.
21321         * XplatUIWin32.cs: SetBorderStyle implemented.
21322
21323 2005-05-18  Peter Bartok  <pbartok@novell.com>
21324
21325         * DataObject.cs: Entries are not global but particular to the
21326           DataObject, now it behaves that way
21327         * XplatUIWin32.cs: Implemented Clipboard methods
21328         * Clipboard.cs: Implemented
21329         * ScrollableControl.cs (DisplayRectangle): Fixed calculation
21330         * XplatUIOSX.cs: Updated to final clipboard prototypes
21331         * XplatUIX11.cs: Implemented Clipboard methods
21332         * XplatUIDriver.cs: Updated to final clipboard prototypes
21333         * XplatUIStructs.cs:
21334           - Added BITMAPINFOHEADER struct
21335           - Added ClipboardFormats enum
21336         * X11Structs.cs:
21337           - Added ClipboardStruct
21338           - Added Atom enum items for clipboard types
21339           - Fixed atom types for Selection event structures
21340         * DataFormats.cs:
21341           - Added internal properties and methods for drivers to enumerate
21342             all known formats
21343           - Switched initialization method to allow drivers to assign their
21344             own IDs even for the MS predefined clipboard IDs
21345         * XplatUI.cs: Updated to final clipboard interface
21346
21347 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
21348         * PropertyGridView.cs: Fixed compiler warnings.
21349
21350 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
21351         * PropertyGrid.cs: Added some event calls
21352         * PropertyGridView.cs: Change drawing code to use double buffering
21353         * PropertyGridTextBox.cs: Changed Text property name
21354         * GridItem.cs: Added Bounds property.
21355         * GridEntry.cs: Added Bounds property.
21356
21357 2005-05-17  Lluis Sanchez Gual  <lluis@novell.com>
21358
21359         * Binding.cs: Use IsInstanceOfType instead of IsAssignableFrom
21360         since GetType() may not return the correct type if the object is
21361         a remoting proxy.
21362
21363 2005-05-17  Jordi Mas i Hernandez <jordi@ximian.com>
21364
21365         * TreeNodeCollection.cs: fixes get/set item ranges
21366         
21367 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
21368
21369         * ListBox.cs: Kazuki Oikawa's PreferredHeight and ItemHeight fixes
21370                 
21371 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
21372
21373         * ComboBox.cs: Fix item range comparation
21374         * ListView.cs: Fix item range comparation
21375
21376 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
21377
21378         * FontDialog.cs:
21379           - Clear example panel when OnPaint is called
21380           - Better solution for displaying the example panel text
21381           - Select default indexes in the ListBoxes
21382
21383 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
21384
21385         * XplatUIOSX.cs: Avoid painting into invisible views.  Fixes #74926
21386
21387 2005-05-11  Peter Bartok  <pbartok@novell.com>
21388
21389         * LinkArea.cs: Added and implemented LinkAreaTypeConverter class
21390         * SelectionRangeConverter.cs: Implemented
21391         * PropertyGrid.cs: Fixed attribute value
21392         * Control.cs:
21393           - Invoke(): Don't call Begin/EndInvoke if it is not neccessary
21394           - Added Sebastien Pouliot's CAS Stack Propagation fixes
21395         * XplatUIDriver.cs: Added new XplatUIDriverSupport class, for code
21396           that's common to all drivers. First methods to go there are
21397           Sebastien Pouliot's CAS Stack Propagation helper methods
21398         * XplatUIWin32.cs, XplatUIX11.cs, AsyncMethodData.cs: Fixes by
21399           Sebastien Pouliot for CAS Stack Propagation
21400
21401 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
21402
21403         * OSXStructs.cs:
21404           XplatUIOSX.cs: More cosmetic cleanup courtesy of Artyom Tyazhelov (Artyom.Tyazhelov@helmes.ee)
21405
21406 2005-05-12  Jordi Mas i Hernandez <jordi@ximian.com>
21407
21408         * DataGridTextBoxColumn.cs: fixed some members
21409         * GridColumnStylesCollection.cs: indexed column is case insensitive
21410         * DataGridTableStyle.cs: fixes
21411         * ThemeWin32Classic.cs: add new theme parameter
21412         * Theme.cs: add new theme parameter
21413         * DataGridDrawingLogic.cs: Datagrid's drawing logic
21414         * DataGrid.cs: fixes, new internal properties, etc.
21415         * DataGridColumnStyle.cs: allows to set grid value
21416         *
21417
21418 2005-05-10  Peter Bartok  <pbartok@novell.com>
21419
21420         * AccessibleObject.cs:
21421           - Removed MonoTODO attribute on help, method is correct
21422           - Fixed Bounds property
21423         * AxHost.cs: Moved MonoTODO
21424         * ButtonBase.cs: Now setting AccessibleObject properties
21425         * RadioButton.cs: Setting proper AccessibleObject role
21426         * CheckBox.cs: Setting proper AccessibleObject role
21427         * ControlBindingsCollection.cs: Added properties, methods and attributes
21428         * DataFormats.cs: Fixed awkward internal API, and changed to enable
21429           userdefined DataFormats.Format items as well
21430         * ListControl.cs: Removed data_member from the public eye
21431         * OpenFileDialog.cs:
21432           - Made class sealed
21433           - Added missing attributes
21434         * SaveFileDialog.cs: Added missing attributes
21435         * ImageListStreamer.cs: Fixed code that caused warnings
21436         * LinkLabel.cs: Removed unreachable code
21437         * TreeView.cs: Fixed code that caused warnings
21438         * PropertyGridView.cs: Fixed code that caused warnings
21439         * GridColumnStylesCollection.cs: Added missing attributes
21440         * GridTableStylesCollection: Added missing attribute
21441         * PropertyManager: Added .ctor
21442         * SecurityIDType: Added
21443         * DataObject.cs: Implemented class
21444         * LinkArea.cs: Added missing attribute
21445
21446 2005-05-11  Jordi Mas i Hernandez <jordi@ximian.com>
21447
21448         * RadioButton.cs: call base method to allow to fire OnClick event
21449         * UpDownBase.cs: OnMouseUp call base method
21450         * CheckedListBox.cs: call base method before returning
21451         * TrackBar.cs: call base method before returning
21452         
21453
21454 2005-05-10  Peter Bartok  <pbartok@novell.com>
21455
21456         * XplatUIX11.cs: Fix for #74902, check pending timers when peeking
21457           for messages
21458
21459 2005-05-10  Peter Bartok  <pbartok@novell.com>
21460
21461         * DataFormats.cs: Implemented
21462         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs,
21463           XplatUIX11.cs: Added Clipboard APIs
21464         * XplatUIWin32.cs: Implemented Clipboard APIs
21465         * FolderBrowserDialog.cs: Added missing event, attributes
21466
21467 2005-05-10  Jordi Mas i Hernandez <jordi@ximian.com>
21468
21469         * CheckBox.cs: call base method to allow to fire OnClick event
21470
21471 2005-05-09  Sebastien Pouliot  <sebastien@ximian.com>
21472
21473         * XplatUI.cs: Use PlatformID.Unix under NET_2_0.
21474
21475 2005-05-06  Peter Bartok  <pbartok@novell.com>
21476
21477         * XplatUIX11.cs: Redid Jackson's fix, it was causing a busy loop
21478         * Screen.cs: Implemented
21479         * HelpNavigator.cs: Added
21480         * XplatUIWin32.cs: Added SystemParametersInfo call, fixed WorkArea
21481           property
21482         * HelpProvider.cs: Implemented all we can do until we have a CHM
21483           help library (which means that "What's This" does work now)
21484
21485 2005-05-06  Jackson Harper  <jackson@ximian.com>
21486
21487         * XplatUIX11.cs: Fix waking up the main loop.
21488                 
21489 2005-05-05  Peter Bartok  <pbartok@novell.com>
21490
21491         * XplatUI.cs: Updated revision
21492         * Form.cs: Removed enless loop
21493         * GroupBox.cs (OnPaint): Added call to base.OnPaint()
21494         * Label.cs (OnPaint): Added call to base.OnPaint()
21495         * ToolTip.cs: Made ToolTipWindow reusable for other controls
21496         * LinkLabel.cs (OnPaint): Added call to base.OnPaint()
21497         * UpDownBase.cs (OnPaint): Moved base.OnPaint() call to end of method
21498         * AxHost.cs: Added
21499         * ButtonBase.cs: Moved base.OnPaint() call to end of method
21500         * ThemeWin32Classic.cs: Replaced references to ToolTip with references
21501           to ToolTip.ToolTipWindow for drawing and size methods; this allows
21502           reuse of ToolTipWindow by other controls
21503         * SizeGrip.cs: Moved base.OnPaint() call to end of method
21504         * XplatUIX11.cs: Now clipping drawing area (experimental)
21505         * PictureBox.cs: Moved base.OnPaint() call to end of method
21506         * Theme.cs: Fixed ToolTip abstracts to match new format
21507         * ErrorProvider.cs: Implemented
21508
21509 2005-05-05  Jordi Mas i Hernandez <jordi@ximian.com>
21510
21511         * Label.cs: fire events using OnAutoSizeChanged and OnTextAlignChanged
21512         * LinkLabel.cs:
21513                 - Adds cursors
21514                 - Handles focus
21515                 - Implements LinkBehavior
21516                 - Fixes many issues
21517
21518 2005-05-03  Jackson Harper  <jackson@ximian.com>
21519
21520         * ListView.cs: Calculate the scrollbar positioning on resize and
21521         paint, so they get put in the correct place.
21522
21523 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
21524
21525         * ColorDialogs.cs: The small color panels are now handled by
21526           SmallColorControl. This fixes drawing of the focus rectangle
21527           and adds a 3D border.
21528
21529 2005-05-03  Peter Bartok  <pbartok@novell.com>
21530
21531         * Control.cs: Modified version of Jonathan Chamber's fix for
21532           double-buffering
21533
21534 2005-05-03  Jackson Harper  <jackson@ximian.com>
21535
21536         * ListView.cs: Remove redraw variable. Control now handles whether
21537         or not a redraw needs to be done, and will only raise the paint
21538         event if redrawing is needed.
21539
21540 2005-05-03  Jackson Harper  <jackson@ximian.com>
21541
21542         * Splitter.cs: No decorations for the splitter form. Cache the
21543         hatch brush.
21544
21545 2005-05-03  Jackson Harper  <jackson@ximian.com>
21546
21547         * TreeView.cs: Use dashed lines to connect nodes. Use the
21548         ControlPaint method for drawing the focus rect instead of doing
21549         that in treeview.
21550
21551 2005-05-02  Peter Bartok  <pbartok@novell.com>
21552
21553         * LinkLabel.cs: Fixed the fixes from r43566 and 43521
21554
21555 2005-04-29  Jackson Harper  <jackson@ximian.com>
21556
21557         * ThemeWin32Classic.cs: Don't clear the GC that will clear the
21558         entire image buffer. Just clear the clipping rectangle.
21559
21560 2005-04-29  Jackson Harper  <jackson@ximian.com>
21561
21562         * ThemeWin32Classic.cs: Don't draw list view items that are
21563         outside the clipping rectangle.
21564
21565 2005-04-29  Jordi Mas i Hernandez <jordi@ximian.com>
21566
21567         * ListBox.cs: added horizontal item scroll
21568
21569 2005-04-29  Jackson Harper  <jackson@ximian.com>
21570
21571         * ThemeWin32Classic.cs: Remove some old debug code that was
21572         causing flicker with the new double buffering code.
21573
21574 2005-04-29  John BouAntoun  <jba-mono@optusnet.com.au>
21575
21576         * MonthCalendar.cs, DateTimePicker.cs: Made monthcalendar dropdwon
21577         behave like combobox and comboboxlist (still not sure if this is
21578         correct though).
21579
21580 2005-04-28  Jackson Harper  <jackson@ximian.com>
21581
21582         * ThemeWin32Classic.cs: Don't fill the middle of progress
21583         bars. This fills areas outside of the clip bounds that don't need
21584         to be filled.
21585
21586 2005-04-28  Jackson Harper  <jackson@ximian.com>
21587
21588         * Control.cs: Don't expose functionality to touch the image buffers.
21589         * ProgressBar.cs:
21590         * ListView.cs: We do not need to (and no longer can) manipulate
21591         the image buffers directly. All of this is handled by Control.
21592
21593 2005-04-28  Peter Bartok  <pbartok@novell.com>
21594
21595         * RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
21596           RichTextBoxScrollBars.cs, RichTextBoxStreamType.cs,
21597           RichTextBoxFinds.cs, RichTextBoxWordPunctuations.cs: Added
21598
21599 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
21600
21601         * Combobox:
21602                 - Adjust control's height for non-simple comboboxes (bug fix)
21603                 - Remove dead code
21604         * MenuAPI.cs: remove unused var
21605         * ScrollBar.cs: remove unsed var
21606                  
21607         * ListBox.cs: unselect items when clearing
21608
21609 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
21610
21611         * ListControl.cs: honors OnPositionChanged and default Selected Item
21612         * ListBox.cs: unselect items when clearing
21613
21614 2005-04-27  Jackson Harper  <jackson@ximian.com>
21615
21616         * X11Keyboard.cs: Initialize a default keyboard and give a warning
21617         if a "correct" keyboard is not found. This will make us not crash,
21618         but might give some users bad keyboard layouts...seems to be the
21619         same thing rewind does.
21620
21621 2005-04-27  Jackson Harper  <jackson@ximian.com>
21622
21623         * BindingManagerBase.cs: Attach the current/position changed
21624         handlers to their respective events.
21625
21626 2005-04-27  Jackson Harper  <jackson@ximian.com>
21627
21628         * Control.cs: Make sure that the first WM_PAINT does a full draw,
21629         not just a blit.
21630         * ThemeWin32Classic.cs: Don't fill the background for picture
21631         boxes. This could overright user drawing.
21632         * ComboBox.cs: Just fill the clipping rect not the entire client
21633         rect when drawing the background. This prevents pieces of the
21634         image buffer from getting overwritten and is theoretically faster.
21635
21636 2005-04-26  Jordi Mas i Hernandez <jordi@ximian.com>
21637
21638         * ComboBox.cs: Databinding support fixes, fire missing events
21639         * ListControl.cs: implement missing methods and properties, fixes
21640         * ThemeWin32Classic.cs: Databiding support on Drawing
21641         * CheckedListBox.cs: Databinding support fixes, fire missing events
21642         * ListBox.cs: Databinding support fixes, fire missing events
21643         
21644 2005-04-25  Peter Bartok  <pbartok@novell.com>
21645
21646         * LinkLabel.cs: Length of LinkArea is not allowed to be negative
21647
21648 2005-04-25  Jackson Harper  <jackson@ximian.com>
21649
21650         * TreeView.cs: Use the horizontal scrollbars height not width when
21651         determining how much of the client area is available.
21652
21653 2005-04-25  Jackson Harper  <jackson@ximian.com>
21654
21655         * Control.cs: Double buffering is handled differently now. As per
21656         the spec, the extra buffer is created in the WM_PAINT message and
21657         passed down to the control's drawing code.
21658         * GroupBox.cs:
21659         * Label.cs:
21660         * CheckBox.cs:
21661         * ProgressBar.cs:
21662         * RadioButton.cs:
21663         * ColorDialog.cs:
21664         * ComboBox.cs:
21665         * PropertyGridView.cs:
21666         * UpDownBase.cs:
21667         * MessageBox.cs:
21668         * MenuAPI.cs:
21669         * ListView.cs:
21670         * ButtonBase.cs:
21671         * SizeGrip.cs:
21672         * ScrollBar.cs:
21673         * ListBox.cs:
21674         * TrackBar.cs:
21675         * ToolBar.cs:
21676         * PictureBox.cs:
21677         * DateTimePicker.cs:
21678         * StatusBar.cs:
21679         * TreeView.cs: Update to new double buffering system.
21680         * MonthCalendar.cs: Uncomment block, as Capture is now
21681         working. Update to new double buffering
21682         * LinkLabel.cs: Lazy init the link collection. Update to new double buffering
21683         * PaintEventArgs.cs: New internal method allows us to set the
21684         graphics object. This is used for double buffering.
21685         * ThemeWin32Classic.cs: Give the picture box drawing code a clip
21686         rectangle. The internal paint_area var has been removed from
21687         StatusBar. The clipping rect should be used instead.
21688         * Theme.cs: Give the PictureBox drawing method a clipping rect.
21689         * TabPage.cs: The RefreshTabs method was removed, so just call the
21690         tab controls Refresh method now.
21691         * TabControl.cs: Update to new double buffering. Make sure the
21692         handle is created before sizing the tab pages, otherwise we will
21693         get stuck in a loop.
21694
21695 2005-04-24  Borja Sanchez Zamorano <borsanza@gmail.com>
21696
21697         * LinkLabel.cs: Fix typo, bug #74719; patch
21698           from Borja Sanchez Zamorano
21699
21700 2005-04-22  Jackson Harper  <jackson@ximian.com>
21701
21702         * TreeNode.cs: Implement Handle stuff.
21703         * TreeView.cs: Utility methods so nodes can get/lookup by handle.
21704
21705 2005-04-22  Jordi Mas i Hernandez <jordi@ximian.com>
21706
21707         * DataGridTextBoxColumn.cs: call base constructors, fixes
21708         * GridColumnStylesCollection.cs: missing events, methods, and functionality
21709         * GridTableStylesCollection.cs: fixes, check duplicate mapping names
21710         * DataGridTableStyle.cs: implements create default column styles
21711         * DataGridBoolColumn.cs: which types can handle
21712         * DataGrid.cs: missing methods, fixes, new functionality
21713         * DataGridColumnStyle.cs: fixes
21714
21715 2005-04-20  Alexander Olk  <xenomorph2@onlinehome.de>
21716         * FolderBrowserDialog.cs:
21717         - Use a thread to fill the TreeView
21718         - Adjusted some sizes
21719
21720 2005-04-19  Peter Bartok  <pbartok@novell.com>
21721
21722         * LinkLabel.cs: (Re-)create the pieces when setting the Text
21723           property. Fixes #74360.
21724
21725 2005-04-19  Jackson Harper  <jackson@ximian.com>
21726
21727         * XEventQueue.cs: Lock when getting the lockqueue size.
21728         * PictureBox.cs: Call base OnPaint
21729         
21730 2005-04-19  Peter Bartok  <pbartok@novell.com>
21731
21732         * XplatUIX11.cs: Fixed bug introduced with the HWND rewrite, Async
21733           messages were no longer being processed (this broke BeginInvoke)
21734
21735           
21736 2005-04-18  Jackson Harper  <jackson@ximian.com>
21737
21738         * TreeView.cs: buglet that caused node images to get drawn
21739         regardless of whether or not they were in the clipping rectangle.
21740
21741 2005-04-18  Jackson Harper  <jackson@ximian.com>
21742
21743         * CurrencyManager.cs: There are four rules for GetItemProperties:
21744         - If the type is an array use the element type of the array
21745         - If the type is a typed list, use the type
21746         - If the list contains an Item property that is not an object, use
21747         that property
21748         - use the first element of the list if there are any elements in
21749         the list.
21750         
21751 2005-04-17  Jackson Harper  <jackson@ximian.oom>
21752
21753         * TreeView.cs: Calculate plus minus and checkbox bounds when there is a
21754         click. This handles offsets for scrolling properly and reduces
21755         memory. Also fixed GetNode to not offset now that TopNode works
21756         properly.
21757         * TreeNode.cs: No longer need to track the plus minus or checkbox bounds.
21758         
21759 2005-04-17  Jackson Harper  <jackson@ximian.com>
21760
21761         * CursorConverter.cs: Initial implementation.
21762
21763 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
21764
21765         * ListControl.cs: work towards complex data binding support on ListControl
21766         * CurrencyManager.cs: work towards complex data binding support on ListControl
21767         * ListBox.cs: work towards complex data binding support on ListControl
21768
21769
21770 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
21771
21772         * GridTableStylesCollection.cs: fixes name and constructor
21773         * DataGridTableStyle.cs: fixes
21774         * DataGridBoolColumn.cs: fixes names and constructors
21775         * DataGrid.cs: define methods and properties. Some init implementations
21776         * DataGridCell.cs: define methods and properties. Some init implementations
21777         * GridTablesFactory.cs: Define methods and properties
21778
21779 2005-04-15  Geoff Norton  <gnorton@customerdna.com>
21780
21781         * XplatUIOSX.cs:  Handle proper mouse tracking even if the current
21782         graphics port changes.  We still want the coordinates in global screen
21783         coordinates.
21784
21785 2005-04-14  Jackson Harper  <jackson@ximian.com>
21786
21787         * TreeView.cs: Handle clicks when plus minus is disabled. Don't
21788         check plus minus or checkbox clicks unless those features are enabled.
21789
21790 2005-04-14  Jackson Harper  <jackson@ximian.com>
21791
21792         * TreeView.cs: Add methods for setting the top and bottom visible
21793         nodes. TreeNode::EnsureVisible uses these methods.
21794         * TreeNode.cs: Implement EnsureVisible
21795
21796 2005-04-13  Jordi Mas i Hernandez <jordi@ximian.com>
21797
21798         * Form.cs: Pospone menu assignation if the window has not been created yet
21799         * XplatUIWin32.cs: Fixes Win32SetWindowPos, then does not change window
21800         size and position
21801
21802 2005-04-12  Jackson Harper  <jackson@ximian.com>
21803
21804         * TreeView.cs: Set the TopNode properly when scrolling
21805         occurs. This has the added benifit of reducing the amount of
21806         walking that needs to be done when drawing. Also removed an old
21807         misleading TODO.
21808         * OpenTreeNodeEnumerator.cs: Fix moving backwards.
21809         
21810 2005-04-11  Jordi Mas i Hernandez <jordi@ximian.com>
21811
21812         * Timer.cs: fixes interval setting when the timer is already enabled
21813         
21814 2005-04-10  Alexander Olk  <xenomorph2@onlinehome.de>
21815
21816         * FolderBrowserDialog.cs: First approach
21817
21818 2005-04-09  Peter Bartok  <pbartok@novell.com>
21819
21820         * FolderBrowserDialog: Added
21821
21822 2005-04-07  Jordi Mas i Hernandez <jordi@ximian.com>
21823
21824         * LinkLabel.cs: move drawing code into the theme
21825         * ThemeWin32Classic.cs: drawing code and painting background bugfix
21826         * Theme.cs: define DrawLinkLabel method
21827
21828 2005-04-05  Jackson Harper  <jackson@ximian.com>
21829
21830         * BindingContext.cs: Use weak references so these bad actors don't
21831         stay alive longer then they need to.
21832
21833 2005-04-05  Jackson Harper  <jackson@ximian.com>
21834
21835         * ListControl.cs: Basic implementation of complex databinding.
21836         * ComboBox.cs:
21837         * ListBox.cs: Add calls to ListControl databinding methods.
21838
21839 2005-04-05  Alexander Olk  <xenomorph2@onlinehome.de>
21840
21841         * FileDialog.cs:
21842           - Don't change PopupButtonState to Normal when the
21843             PopupButton gets pressed several times.
21844           - Renamed ButtonPanel to PopupButtonPanel
21845
21846 2005-04-05  Jordi Mas i Hernandez <jordi@ximian.com>
21847
21848         * ColorDialog.cs: Use cached objects instead of creating them
21849         * LinkLabel.cs: Use cached objects instead of creating them
21850         * Splitter.cs: Use cached objects instead of creating them
21851         * FontDialog.cs: Use cached objects instead of creating them
21852         * PropertyGridView.cs: Use cached objects instead of creating them
21853         * MessageBox.cs: Use cached objects instead of creating them
21854         * FileDialog.cs: Use cached objects instead of creating them
21855         * ThemeWin32Classic.cs: Use cached objects instead of creating them
21856         * TreeView.cs: Use cached objects instead of creating them
21857         
21858 2005-04-04  Jordi Mas i Hernandez <jordi@ximian.com>
21859
21860         * Control.cs: use Equals to compare the font since no == op
21861         * ScrollBar.cs: use Equals to compare the font since no == op
21862
21863 2005-04-04  Alexander Olk  <xenomorph2@onlinehome.de>
21864
21865         * SaveFileDialog.cs: Open stream in OpenFile with FileMode Create
21866
21867 2005-04-01  Jackson Harper  <jackson@ximian.com>
21868
21869         * Binding.cs: Implement IsBinding.
21870         * BindingManagerBase.cs:
21871         * PropertyManager.cs:
21872         * CurrencyManager.cs: Add IsSuspended property.
21873
21874 2005-04-01  Jackson Harper  <jackson@ximian.com>
21875
21876         * Binding.cs: Had some IsAssignableFrom calls backwards.
21877
21878 2005-04-01  Jackson Harper  <jackson@ximian.com>
21879
21880         * Binding.cs: Handle null data members when pulling data.
21881         * PropertyManager.cs: Handle the data member being a property that
21882         does not exist.
21883
21884 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
21885
21886         * DataGridTextBoxColumn.cs: fixes signature
21887         * DataGrid.cs: calls right constructor
21888
21889 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
21890
21891         * DataGridTextBoxColumn.cs: implements DataGridTextBoxColumn class
21892         * GridColumnStylesCollection.cs: implements GridColumnStylesCollection
21893         * GridTableStylesCollection.cs: implements GridTableStylesCollection
21894         * DataGridTableStyle.cs: implements DataGridTableStyle
21895         * DataGridBoolColumn.cs: implements DataGridBoolColumn
21896         * DataGridTextBox.cs: implements DataGridTextBox
21897         * DataGridColumnStyle.cs: implements DataGridColumnStyle
21898
21899 2005-03-31  Alexander Olk  <xenomorph2@onlinehome.de>
21900
21901         * FileDialog.cs: Added simple PopupButton class for ButtonPanel
21902
21903 2005-03-29  Peter Bartok  <pbartok@novell.com>
21904
21905         * Application.cs:
21906           - Properly implemented CompanyName property
21907           - Fixed LocalUserAppDataPath and UserAppDataPath, now properly
21908             returns a path that includes CompanyName, ProductName and
21909             Version (fixes bug #70330)
21910
21911 2005-03-29  Stefan Buehler  <sbuehler@gmx.ch>
21912
21913         * TabPage.cs: Don't use Owner.DisplayRectangle unless owner is valid,
21914           fixes bug #72588.
21915
21916 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
21917
21918         * FileDialog.cs, SaveFileDialog.cs OpenFileDialog.cs:
21919         
21920           - Added ReadOnly CheckBox
21921           - Further refactoring: moved some code from Open-/SaveFileDialog
21922             to FileDialog
21923
21924 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
21925
21926         * OpenFileDialog.cs: Fixed CheckFileExists
21927         * FileDialog.cs:
21928           Moved FileView and DirComboBox outside FileDialog class.
21929           They can now be used outside FileDialog
21930
21931 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
21932
21933         * FileDialog.cs: Added a contextmenu to change ShowHiddenFiles
21934         * SaveDialog.cs, OpenFileDialog.cs: Fixes for Reset() method
21935
21936 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
21937
21938         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
21939           - Added missing CreatePrompt property in SaveDialog
21940           - Overall SaveDialog handling should be better now
21941           - Added non standard ShowHiddenFiles property
21942           - Added extension, CreatePrompt and OverwritePrompt support in SaveDialog
21943           - Added InitialDirectory and RestoreDirectory support
21944
21945 2005-03-26  Alexander Olk  <xenomorph2@onlinehome.de>
21946
21947         * FileDialog.cs: Made dirComboBox usable
21948
21949 2005-03-24  Alexander Olk  <xenomorph2@onlinehome.de>
21950
21951         * FileDialog.cs: Added Filter support (case sensitiv)
21952
21953 2005-03-24  Jackson Harper  <jackson@ximian.com>
21954
21955         * TabControl.cs: Need a couple more pixels for the lines.
21956
21957 2005-03-23  Jackson Harper  <jackson@ximian.com>
21958
21959         * TabControl.cs: Give the tab page focus when it is selected.
21960
21961 2005-03-23  Jackson Harper  <jackson@ximian.com>
21962
21963         * TabControl.cs: Account for the drawing of tabs borders when
21964         invalidating. If the slider was clicked dont do click detection on
21965         the tabs.
21966
21967 2005-03-23  Jackson Harper  <jackson@ximian.com>
21968
21969         * TabControl.cs: Fix typo, emilinates an unneeded expose event.
21970
21971 2005-03-22  Jonathan Chambers  <jonathan.chambers@ansys.com>
21972
21973         * CategoryGridEntry.cs: Added
21974         * GridItem.cs: Added helper properties
21975         * PropertyGridTextBox.cs: Custom textbox control for PropertyGrid.
21976         * GridEntry.cs: Updated code for collection
21977         * PropertyGrid.cs: Cleaned up some formatting
21978         * PropertyGridView.cs: Added drop down functionality for enums.
21979         * GridItemCollection.cs: Added enumerator logic
21980         * PropertyGridEntry.cs: Added
21981
21982 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
21983
21984         * FileDialog.cs:
21985           - Removed unnecessary commented code
21986           - Fixed handling for entering the filename manually in the combobox
21987
21988 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
21989
21990         * FileDialog.cs, OpenFileDialog.cs: OpenFileDialog Multiselect now works
21991
21992 2005-03-18  Peter Bartok  <pbartok@novell.com>
21993
21994         * ThemeWin32Classic.cs: Moved listview column headers a bit, to avoid
21995           them being touching the border
21996
21997 2005-03-18  Peter Bartok  <pbartok@novell.com>
21998
21999         * TextControl.cs: Quick hack to center text better
22000
22001 2005-03-18  Peter Bartok  <pbartok@novell.com>
22002
22003         * ControlPaint.cs:
22004           - Don't throw NotImplemented exceptions, just print a notice once
22005             instead (requested by Miguel). This makes running existing SWF
22006             apps a bit easier
22007         * Control.cs:
22008           - Commented out Drag'N'Drop XplatUI call (no driver support yet)
22009           - Added context menu trigger on right click
22010         * Panel.cs: Trigger invalidate on resize
22011         * StatusBar.cs:
22012           - Removed old double-buffer drawing
22013           - Added ResizeRedraw style to force proper update of statusbar
22014         * ListView.cs:
22015           - Removed debug output
22016         * ThemeWin32Classic.cs:
22017           - Fixed drawing of status bar, now draws Text property if there
22018             are no defined panels
22019
22020 2005-03-18  Jackson Harper  <jackson@ximian.com>
22021
22022         * ImageList.cs: When the image stream is set pull all the images
22023         from it.
22024         * ImageListStreamer.cs: Implement reading image list streams.
22025
22026 2005-03-18  Peter Bartok  <pbartok@novell.com>
22027
22028         * ThemeWin32Classic.cs (DrawPictureBox):
22029           - Fixed calculations for centered drawing
22030           - Fixed drawing for normal mode, not scaling the image on normal
22031
22032 2005-03-18  Peter Bartok  <pbartok@novell.com>
22033
22034         * ComboBox.cs: Now also firing the OnKeyPress events for the embedded
22035           textbox
22036         * FileDialog.cs:
22037           - Made Open/Save button the accept button for FileDialog
22038           - Tied the cancel button to the IButtonControl cancel button
22039           - Save/Open now properly builds the pathname
22040           - Now handles user-entered text
22041           - Preventing crash on right-click if no item is selected
22042           - Fixed Text property, now uses contents of textbox
22043           - Fixed SelectedText property, now just returns the text part that
22044             is selected in the text box
22045
22046 2005-03-18  Jackson Harper  <jackson@ximian.com>
22047
22048         * ThemeWin32Classic.cs: Use the proper func for drawing the focus
22049         rect, make sure to de-adjust the interior rect after drawing the
22050         tab text.
22051
22052 2005-03-18  Peter Bartok  <pbartok@novell.com>
22053
22054         * MenuAPI.cs: Remove menu *before* executing selected action to
22055           prevent the menu from 'hanging around'
22056           
22057 2005-03-17  Geoff Norton  <gnorton@customerdna.com>
22058
22059         * XplatUIOSX.cs: Implemented WorkingArea property
22060
22061 2005-03-17  Peter Bartok  <pbartok@novell.com>
22062
22063         * XplatUIX11.cs: Fixed menu coord calculations
22064         * MenuAPI.cs: Now using new ScreenToMenu()/MenuToScreen() methods
22065           for calculating offsets
22066
22067 2005-03-17  Peter Bartok  <pbartok@novell.com>
22068
22069         * Hwnd.cs: Do not consider menu presence for default client
22070           rectangle location/size
22071         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs,
22072           XplatUIWin32.cs: Added MenuToScreen() and ScreenToMenu() coord
22073           translation functions
22074         * FileDialog.cs: Fixed (what I presume is a) typo
22075
22076 2005-03-17  Jonathan Gilbert  <logic@deltaq.org>
22077
22078         * XplatUIX11.cs: Added call to XInitThreads() to allow multi-threaded
22079           X access (avoids X-Async errors)
22080
22081 2005-03-16  Jackson Harper  <jackson@ximian.com>
22082
22083         * TabControl.cs: Raise the SelectedIndexChanged event.
22084
22085 2005-03-16  Alexander Olk  <xenomorph2@onlinehome.de>
22086
22087         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
22088           - Removed vertical ToolBar and replaced it with a custom panel
22089             (desktop and home button already work)
22090           - Added Help button (some controls get resized or relocated then)
22091           - Draw correct text depending on Open or Save.
22092           - Fixed some typos...
22093
22094 2005-03-16  Jordi Mas i Hernandez <jordi@ximian.com>
22095
22096         * ScrollBar.cs:
22097           - Only change Maximum and Minimum when need it (bug fix)
22098
22099 2005-03-15  Peter Bartok  <pbartok@novell.com>
22100
22101         * Form.cs: Use Handle for icon, to trigger creation if
22102           the window does not yet exist
22103         * Control.cs:
22104           - CanSelect: Slight performance improvement
22105           - Focus(): Preventing possible recursion
22106           - Invalidate(): Removed ControlStyle based clear flag setting
22107           - WM_PAINT: fixed logic for calling OnPaintBackground
22108           - WM_ERASEBKGND: Fixed logic, added call to new driver method
22109             EraseWindowBackground if the control doesn't paint background
22110         * XplatUIWin32.cs:
22111           - Moved EraseWindowBackground() method to internal methods
22112           - Removed unused WM_ERASEBKGND handling in GetMessage; msg never comes;
22113             is sent via SendMessage on BeginPaint call on Win32
22114         * XplatUIX11.cs:
22115           - Added EraseWindowBackground() method
22116           - No longer sends WM_ERASEBKGND on .Expose, but on call to
22117             PaintEventStart, which more closely matches Win32 behaviour
22118           - Fixed Invalidate() call, now updates new ErasePending Hwnd property
22119           - Fixed SetFocus() to properly deal with client and whole windows
22120         * Hwnd.cs: Added ErasePending property
22121         * XplatUIOSX.cs: Stubbed EraseWindowBackground() method
22122         * XplatUI.cs, XplatUIDriver.cs: Added EraseWindowBackground() method
22123
22124 2005-03-12  Geoff Norton  <gnorton@customerdna.com>
22125
22126         * XplatUIOSX.cs:
22127           - Fix hard loop when timers exist.
22128           - Fix bugs with middle and right click for 3 button mice.
22129
22130 2005-03-11  Peter Bartok  <pbartok@novell.com>
22131
22132         * XplatUIX11.cs:
22133           - get_WorkingArea: Need to call X directly, GetWindowPos only
22134             returns cached data now
22135           - Added sanity check to GetWindowPos hwnd usage
22136
22137 2005-03-11  Jackson Harper  <jackson@ximian.com>
22138
22139         * BindingManagerBase.cs: This method isn't used anymore as
22140         PullData now updates the data in the control.
22141
22142 2005-03-11  Jordi Mas i Hernandez <jordi@ximian.com>
22143
22144         * Form.cs: fixes menu drawing on X11
22145         * MenuAPI.cs:  fixes menu drawing on X11
22146
22147 2005-03-11  Peter Bartok  <pbartok@novell.com>
22148
22149         * Control.cs: Changed OnCreateControl behaviour based on a suggestion
22150           from Jonathan Gilbert; should fix bug #73606
22151         * XplatUIX11.cs: Fixed NC Mouse message coordinates, they need to be
22152           in Screen coordinates. Thanks, Jordi.
22153         * Form.cs: Added missing attribute
22154
22155 2005-03-11  Peter Bartok  <pbartok@novell.com>
22156
22157         * Form.cs:
22158           - Rudimentary Mdi support
22159           - Removed outdated FormParent code
22160           - Implemented lots of missing properties and methods, still missing
22161             transparency support
22162           - Added missing attributes
22163           - Implemented support for MaximumBounds
22164           - Added firing of various events
22165         * XplatUI.cs: Added SetIcon() method
22166         * XplatUIDriver.cs: Added SetIcon() abstract
22167         * XplatUIOSX.cs: Stubbed out SetIcon() method
22168         * XplatUIX11.cs:
22169           - Implemented SetIcon() support
22170           - Moved SetMenu() and SetBorderStyle() to proper alphabetical pos
22171           - Switched to unix line endings
22172         * XplatUIWin32.cs:
22173           - Made POINT internal so for can access it as part of MINMAX
22174           - Implemented SetIcon() support
22175           - Implemented support for CLIENTCREATESTRUCT (but might have to drop
22176             native Mdi support again, might have to go managed)
22177         * Control.cs: Now fires the StyleChanged event
22178         * MdiClient.cs: Added; still mostly empty
22179
22180 2005-03-10  Peter Bartok  <pbartok@novell.com>
22181
22182         * SaveFileDialog.cs: Added emtpy file
22183
22184 2005-03-08  Peter Bartok  <pbartok@novell.com>
22185
22186         * Control.cs: Fixed bug #73190; now invokes CreateControl (which
22187           in turn triggers OnCreateContro) when creating a handle for the
22188           first time.
22189         * TextControl.cs: Fixed endless loop in certain cases when
22190           replacing the current selection
22191
22192 2005-03-08  Jordi Mas i Hernandez <jordi@ximian.com>
22193
22194         * ScrollBar.cs:
22195           - Honors NewValue changes in Scroll events allowing apps to change it
22196           - Adds First and Last Scroll events
22197           - Fixes Thumb events
22198
22199 2005-03-07  Peter Bartok  <pbartok@novell.com>
22200
22201         * Hwnd.cs: Added DefaultClientRectangle property
22202         * XplatUI.cs: Now using the X11 driver Where() method, which provides
22203           more detailed debug information
22204         * XplatUIX11.cs:
22205           - Fixed size-change feedback loop, where we would pull an old size
22206             off the queue and mistakenly change our window's size to an
22207             earlier value
22208           - Now compressing ConfigureNotify events, to reduce looping and
22209             redraw issues
22210         * TextBoxBase.cs: Preventing crash when no text is set and ToString()
22211           is called
22212
22213 2005-03-07  Jackson Harper  <jackson@ximian.com>
22214
22215         * Binding.cs: Push data pushes from data -> property. Check if the
22216         property is readonly when attempting to set it.
22217
22218 2005-03-07  Jackson Harper  <jackson@ximian.com>
22219
22220         * Binding.cs: Format and parse data correctly. Use ASsignableFrom
22221         instead of IsSubclassOf. Pulling data now sets the value on the
22222         control.
22223         * PropertyManager.cs:
22224         * CurrencyManager.cs: Just need to pull data when updating now,
22225         because PullData will set the value on the control.
22226
22227 2005-03-04  Jackson Harper  <jackson@ximian.com>
22228
22229         * Binding.cs: Implement data type parsing and converting on pulled
22230         data. TODO: Are there more ways the data can be converted?
22231
22232 2005-03-04  Jackson Harper  <jackson@ximian.com>
22233
22234         * Binding.cs: Support <Property>IsNull checks. Also bind to the
22235         controls Validating method so we can repull the data when the
22236         control loses focus.
22237
22238 2005-03-03  Jordi Mas i Hernandez <jordi@ximian.com>
22239
22240         * ColumnHeader.cs:
22241           - Fixes null string format
22242           
22243         * ListView.cs:
22244           - Adds enum type checks
22245           - Fixes redrawing and recalc need after changing some properties
22246           - Fixes on focus_item set after the event
22247           - Fixes adding columns after the control has been created
22248           
22249         * ThemeWin32Classic.cs:
22250           - Fixes CheckBox focus rectangle
22251           - Fixes ColumnHeader drawing
22252
22253
22254 2005-03-03  Jackson Harper  <jackson@ximian.com>
22255
22256         * Binding.cs: Bind to <Property>Changed events so we can detect
22257         when properties are changed and update the data.
22258
22259 2005-03-02  Jordi Mas i Hernandez <jordi@ximian.com>
22260
22261         * ImageList.cs:
22262           - Changes 32-bit pixel format to Format32bppArgb to allow transparency
22263           - Fixes ImageList constructor with ImageList container
22264           - Fixes image scaling (wrong parameters at DrawImage)
22265
22266 2005-02-02  Jackson Harper  <jackson@ximian.com>
22267
22268         * Binding.cs: Make property searches case-insensitive. Eliminate
22269         some duplicated code.
22270
22271 2005-03-01  Jordi Mas i Hernandez <jordi@ximian.com>
22272
22273         * ComboBox.cs:
22274                 - Handle focus event
22275                 - Fix scrollbar events
22276                 - Discard highlighted item if remove it
22277                 - Fixes SelectedItem with strings
22278
22279 2005-03-01  Peter Bartok  <pbartok@novell.com>
22280
22281         * Control.cs:
22282           - Fixed Visible property, now follows (once again) parent chain
22283             to return false if any control in the chain is visible=false
22284           - Fixed OnParentVisibleChanged, now just calls OnVisibleChanged event
22285           - Fixed several places where is_visible instead of Visible was used
22286           - Implemented FIXME related to focus selection when setting focused
22287             control to be invisible
22288
22289         * XplatUIWin32.cs: Now using proper method to find out if window is
22290           visible. Thanks to Jordi for pointing it out
22291
22292 2005-02-28  Jordi Mas i Hernandez <jordi@ximian.com>
22293
22294         * ComboBox.cs: show/hide scrollbar instead of creating it
22295
22296 2005-02-27  Jackson Harper  <jackson@ximian.com>
22297
22298         * CurrencyManager.cs: Add PositionChanged stuff.
22299
22300 2005-02-27  Peter Bartok  <pbartok@novell.com>
22301
22302         * XplatUI.cs, XplatUIDriver.cs: Added new GetMenuOrigin() method
22303         * XplatUIOSX.cs: Added GetMenuOrigin() stub
22304         * XplatUIWin32.cs: Implemented GetMenuOrigin()
22305         * XplatUIX11.cs:
22306           - Implemented GetMenuDC()
22307           - Implemented GetMenuOrigin()
22308           - Implemented ReleaseMenuDC()
22309           - Implemented generation of WM_NCPAINT message
22310           - Implemented generation and handling of WM_NCCALCSIZE message
22311         * Form.cs: Added debug helper message for Jordi's menu work
22312         * Hwnd.cs:
22313           - Modified ClientRect property; added setter, fixed getter to handle
22314             setting of ClientRect
22315           - Added MenuOrigin property
22316
22317 2005-02-26  Peter Bartok  <pbartok@novell.com>
22318
22319         * XplatUIX11.cs:
22320           - Destroys the caret if a window that's being destroyed contains it
22321           - Ignores expose events coming from the X11 queue for windows that
22322             already are destroyed
22323           - Now uses the proper variable for handling DestroyNotify, before we
22324             marked the wrong window as destroyed
22325           - Improved/added some debug output
22326
22327 2005-02-26  Peter Bartok  <pbartok@novell.com>
22328
22329         * X11Keyboard.cs: Fixes to work on 64bit systems
22330
22331 2005-02-26  Peter Bartok  <pbartok@novell.com>
22332
22333         * Control.cs:
22334           - Now calling OnHandleDestroyed from DestroyHandle()
22335             instead of Dispose()
22336           - Removed bogus call to controls.Remove() from DestroyHandle()
22337
22338 2005-02-26  Peter Bartok  <pbartok@novell.com>
22339
22340         * Control.cs: Properly destroy child windows when our handle is
22341           destroyed
22342
22343 2005-02-25  Peter Bartok  <pbartok@novell.com>
22344
22345         * XplatUI.cs:
22346           - Added 'DriverDebug' define to allow tracing XplatUI API calls
22347           - Alphabetized Static Methods and Subclasses
22348
22349         * XplatUIX11.cs:
22350           - Added XException class to allow custom handling of X11 exceptions
22351           - Created custom X11 error handler, tied into XException class
22352           - Added support for MONO_XEXCEPTIONS env var to allow the user
22353             to either throw an exception on X errors or continue running
22354             after displaying the error
22355           - Added handling of DestroyNotify message
22356           - Added handler for CreateNotify message (still disabled)
22357           - Improved (tried to at least) Where method to provide file and lineno
22358         * X11Structs.cs:
22359           - Added XErrorHandler delegate
22360           - Added XRequest enumeration (to suppor translation of errors)
22361
22362 2005-02-25  Jackson Harper  <jackson@ximian.com>
22363
22364         * PropertyManager.cs: Implement editing features
22365         * CurrencyManager.cs:
22366         * Binding.cs: First attempt at UpdateIsBinding
22367         * BindingManagerBase.cs: Call UpdateIsBinding before
22368         pushing/pulling data.
22369
22370 2005-02-25  Jordi Mas i Hernandez <jordi@ximian.com>
22371
22372         * MenuAPI.cs: Respect disabled items
22373         * ThemeWin32Classic.cs
22374                 - Caches ImageAttributes creation for DrawImageDisabled
22375                 - Fixes vertical menu line drawing
22376                 - Draws disabled arrows in disable menu items
22377
22378 2005-02-24  Peter Bartok  <pbartok@novell.com>
22379
22380         * Hwnd.cs:
22381           - Added UserData property to allow associating arbitrary objects
22382             with the handle
22383           - Fixed leak; now removing Hwnd references from static windows array
22384         * XplatUIWin32.cs:
22385           - Fixed Graphics leak in PaintEventEnd
22386           - Removed usage of HandleData, switched over to Hwnd class
22387         * HandleData.cs: Removed, obsoleted by Hwnd.cs
22388
22389 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
22390
22391         * ThemeWin32Classic.cs: Adds Cliping to TrackBar drawing
22392         * ScrollBar.cs: Fixes bug
22393         * TrackBar.cs: removes death code, clipping, mimize refreshes,
22394          keyboard navigation enhancements
22395
22396 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
22397
22398         * Control.cs: Call DefWndProc at WM_PAINT only if UserPaint not defined
22399         * GroupBox.cs: Add control styles
22400         * Label.cs: Add control styles
22401         * UpDownBase.cs: Add control styles
22402         * ListBox.cs: Add control styles
22403         * XplatUIWin32.cs: Fixes wrong parameter order
22404
22405
22406 2005-02-23  Chris Bacon  <chris.bacon@docobo.co.uk>
22407
22408         * ListView.cs: Assign owner for ColumnHeader. Patch by Chris Bacon
22409
22410 2005-02-23  Jackson Harper  <jackson@ximian.com>
22411
22412         * PropertyManager.cs: Implement property binding. This doesn't
22413         seem to work yet though as (I think) there are some bugs in
22414         System.ComponentModel.PropertyDescriptor.
22415         * BindingContext.cs: Use new PropertyManager constructor.
22416
22417 2005-02-23  Jordi Mas i Hernandez <jordi@ximian.com>
22418
22419         * ProgressBar.cs: use clip region in ProgressBar
22420         * ThemeWin32Classic.cs: use clip region in ProgressBar
22421
22422 2004-02-22  Jackson Harper  <jackson@ximian.com>
22423
22424         * BindingsCollection.cs: Remove some debug code.
22425
22426 2005-02-22  Jackson Harper  <jackson@ximian.com>
22427
22428         * BindingContext.cs:
22429         * ControlBindingsCollection.cs:
22430         * CurrencyManager.cs:
22431         * Binding.cs:
22432         * BindingManagerBase.cs: Initial implementation
22433         * BindingsCollection.cs: Add an internal contains method that the
22434         BindingManagerBase uses to ensure bindings aren't added twice to
22435         the collection.
22436         * PropertyManager.cs: Stubbed out.
22437         * Control.cs:
22438         * ContainerControl.cs: Hook up databinding
22439         
22440 2005-02-22  Geoff Norton  <gnorton@customerdna.com>
22441
22442         * XplatUIOSX.cs:
22443           OSXStructs.cs: Refactored to handle the new Hwnd NC logic area.
22444           Fixed Invalidate/Update chain.
22445           Fixed tons of other minor bugs (this is almost a complete rewrite).
22446
22447 2005-02-22  Jordi Mas i Hernandez <jordi@ximian.com>
22448
22449         * ComboBox.cs: do subcontrol creation when the control is created
22450
22451 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
22452
22453         * Label.cs: fixes image drawing (image and imagelist)
22454         * ThemeWin32Classic.cs: cache brushes
22455         
22456 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
22457
22458         * Form.cs: Move menu drawing code to Theme class
22459         * ComboBox.cs: Move ComboBox drawing code to Theme class
22460         * MenuItem.cs: Move menu drawing code to Theme class
22461         * MenuAPI.cs: Move menu drawing code to Theme class
22462         * ThemeWin32Classic.cs: New methods
22463         * CheckedListBox.cs: Move CheckedListbox drawing code to Theme class
22464         * ListBox.cs: Move Listbox drawing code to Theme class
22465         * Theme.cs: New methods
22466
22467 2005-02-20  Peter Bartok  <pbartok@novell.com>
22468
22469         * Control.cs:
22470           - Fixed ProcessKeyEventArgs to also handle WM_SYSKEY messages (and
22471             only process mnemonics on those)
22472           - Fixed event sequence for key handling; first calling
22473             ProcessKeyEventArgs now
22474         * TextBoxBase.cs:
22475           - Removed WM_KEYDOWN hook, instead we now use ProcessDialogKey()
22476             for processing non-character keys
22477           - Fixed WM_CHAR to generate proper event sequence before processing
22478         * XplatUIWin32.cs: Added ALT key state to ModifierKeys property
22479           generation
22480
22481 2005-02-19  Peter Bartok  <pbartok@novell.com>
22482
22483         * UserControl.cs: Added TextChanged event; added attributes
22484         * SizeGrip.cs: Implemented resizing and optional display of grip
22485         * Form.cs: Fixed attribute
22486         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs:
22487           Changed meaning of ScrollWindow bool argument; instead of the
22488           clear attribute (which will be true usually anyway), it gives the
22489           option of moving child controls as well.
22490         * XplatUIX11.cs:
22491           - Changed to match new ScrollWindow argument
22492           - Fixed GetWindowPos/SetWindowPos behaviour for toplevel controls,
22493             now handles the implicit parent window a WM puts around us
22494         * ScrollableControl.cs: Implemented (not the prettiest, but it seems
22495           to work)
22496         * TextBoxBase.cs: Adjusted to new ScrollWindow arguments
22497         * TreeView.cs: Adjusted to new ScrollWindow arguments
22498
22499 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
22500
22501         * Form.cs: Menu integration with non-client area
22502         * MenuItem.cs: Menu integration with non-client area
22503         * MenuAPI.cs: Menu integration with non-client area
22504
22505 2005-02-18  Peter Bartok  <pbartok@novell.com>
22506
22507         * MethodInvoker.cs: Added
22508         * MdiLayout.cs: Added
22509         * SendKeys.cs: Started implementation
22510         * ErrorIconAlignment.cs: Added
22511
22512 2005-02-18  Peter Bartok  <pbartok@novell.com>
22513
22514         * XplatUIWin32.cs: Implemented SetMenu(); fixed GetMenuDC()
22515         * Form.cs: Added handling for Menu-related Non-client messages
22516
22517 2005-02-17  Peter Bartok  <pbartok@novell.com>
22518
22519         * UpDownBase.cs: Fixed typo, compilation errors
22520         * DomainUpDown.cs: Fixed attribute value
22521
22522 2005-02-16  Miguel de Icaza  <miguel@novell.com>
22523
22524         * UpDownBase.cs: Attach entry events.
22525         Propagate events.
22526         Add ForeColor property, Focused, InterceptArrowKeys (interception
22527         does not work yet).
22528
22529 2005-02-17  Jordi Mas i Hernandez <jordi@ximian.com>
22530
22531         * Form.cs:
22532                 - Redraw non client are on Setmenu
22533                 - Calc proper menu starting point
22534
22535 2005-02-17  Peter Bartok  <pbartok@novell.com>
22536
22537         * Application.cs: Fixed message_filter check
22538
22539 2005-02-17  Peter Bartok  <pbartok@novell.com>
22540
22541         * Application.cs: Now calls registered message filters
22542         * DockStyle.cs: Fixed attribute
22543         * Form.cs: Fixed attribute
22544         * Menu.cs: Fixed attribute
22545         * ToolTip.cs: Fixed attribute
22546         * TreeNode.cs: Added missing attributes and arranged in regions
22547         * PropertyGrid.cs: Fixed signatures
22548         * TreeNodeCollection.cs: Added attributes
22549         * Splitter.cs: Added missing attributes; arranged into regions
22550         * TabPage.cs: Added missing attributes; arranged into regions
22551         * TextBoxBase.cs: Added missing attributes
22552         * TextBox.cs: Added missing attributes
22553         * ArrangeDirection.cs: Added missing attributes
22554         * TreeNodeConverter.cs: Added stub (needed for TreeNode)
22555         * ToolBarButton.cs: Fixed attributes
22556         * AnchorStyles.cs: Fixed attribute
22557         * TrackBar.cs: Fixed attributes
22558         * TabControl.cs: Added missing attributes and arranged into regions
22559         * ToolBar.cs: Fixed attribute
22560         * StatusBar.cs: Fixed signature, organized into regions and added
22561           attributes
22562         * StatusBarPanel.cs: Fixed attributes
22563         * ContentsResizedEventArgs.cs: Implemented
22564         * ContentsResizedEventHandler.cs: Implemented
22565         * DateBoldEventArgs.cs: Implemented
22566         * DateBoldEventHandler.cs: Implemented
22567         * UpDownEventArgs.cs: Implemented
22568         * UpDownEventHandler.cs: Implemented
22569         
22570 2005-02-16  Jordi Mas i Hernandez <jordi@ximian.com>
22571
22572         * Form.cs: first Menu NC refactoring
22573         * MenuAPI.cs: first Menu NC refactoring
22574         
22575 2005-02-16  Peter Bartok  <pbartok@novell.com>
22576
22577         * ImeMode.cs: Added missing attributes
22578         * Menu.cs: Fixed attribute
22579         * GroupBox.cs: Fixed attribute
22580         * Label.cs: Fixed attribute
22581         * ColorDialog.cs (RunDialog): Removed TODO attribute
22582         * ComboBox.cs: Fixed attributes
22583         * ListControl.cs: Added missing attributes
22584         * PropertyGrid.cs: Fixed attributes
22585         * Control.cs: Fixed attributes
22586         * ListViewItem.cs: Added TypeConverter attribute
22587         * NotifyIcon.cs: Fixed attributes
22588         * ListView.cs: Fixed attributes
22589         * ButtonBase.cs: Fixed attribute
22590         * ImageList.cs: Added missing attributes
22591         * ContainerControl.cs: Fixed signature
22592         * CheckedListBox.cs: Fixed attribute; added missing attributes
22593         * Panel.cs: Fixed attributes
22594         * PropertyTabChangedEventArgs.cs: Added missing attribute
22595         * PropertyValueChangedEventArgs.cs: Added missing attribute
22596         * Binding.cs: Fixed attribute
22597         * ListViewItemConverter: Implemented ListViewSubItemConverter class
22598         * ListBox.cs: Fixed attribute; added missing attributes;
22599         * ScrollableControl.cs: Added missing attributes
22600         * PictureBox.cs: Added missing attributes; implemented missing property
22601         * DateTimePicker.cs: Added missing attributes
22602         * Theme.cs (ToolWindowCaptionHeight): Fixed type
22603         * MonthCalendar.cs: Fixed attributes
22604         * StatusBarPanel.cs: Added missing attributes
22605         * SystemInformation.cs (ToolWindowCaptionHeight): Fixed type
22606
22607 2005-02-16  Peter Bartok  <pbartok@novell.com>
22608
22609         * TextBoxBase.cs: The previous method to enforce height yet remember
22610           the requested high was less than ideal, this is an attempt to do
22611           it better.
22612         * Control.cs: Added comment about possible problem
22613         * Copyright: Updated format
22614         * GridItemType.cs: Fixed swapped values
22615
22616 2005-02-15  Jackson Harper  <jackson@ximian.com>
22617
22618         * BaseCollection.cs: Use property so we never access an
22619         uninitialized list. Also initialize the list in the property.
22620
22621 2005-02-15  Peter Bartok  <pbartok@novell.com>
22622
22623         * GroupBox.cs (ProcessMnemonic): Implemented
22624         * Label.cs (ProcessMnemonic): Implemented
22625         * ThemeWin32Classic.cs (DrawGroupBox): Added stringformat to show
22626           hotkeys
22627
22628 2005-02-15  Peter Bartok  <pbartok@novell.com>
22629
22630         * RadioButton.cs (ProcessMnemonic): Implemented
22631         * CheckBox.cs (ProcessMnemonic): Implemented
22632         * Control.cs:
22633           - Added handling of WM_SYSxxx keyboard messages to support mnemonic
22634             handling
22635           - Added internal method to allow calling ProcessMnemonic from other
22636             controls
22637         * ContainerControl.cs:
22638           - Started support for handling validation chain handling
22639           - Implemented ProcessMnemonic support
22640           - Added Select() call to Active, to make sure the active control
22641             receives focus
22642         * Form.cs: Setting toplevel flag for Forms (this was lost in the
22643           FormParent rewrite)
22644         * ThemeWin32Classic.cs:
22645           - DrawCheckBox(): Fixed stringformat to show hotkeys
22646           - DrawRadioButton(): Fixed stringformat to show hotkeys
22647         * CommonDialog.cs: Removed WndProc override, not needed
22648
22649 2005-02-14  Peter Bartok  <pbartok@novell.com>
22650
22651         * XplatUIX11.cs: Fixed NotImplemented exceptions for properties,
22652           missed those in the rewrite
22653
22654 2005-02-14  Miguel de Icaza  <miguel@novell.com>
22655
22656         * NumericUpDown.cs (Increment, ToString): Add.
22657         (DecimalPlaces): implement.
22658         
22659         Add attributes.
22660         
22661         * UpDownBase.cs: Add the designer attributes.
22662
22663 2005-02-13  Peter Bartok  <pbartok@novell.com>
22664
22665         * Panel.cs: Removed border_style, now in Control
22666         * XplatUIDriver.cs: Added SetBorderStyle, SetMenu, GetMenuDC and
22667           ReleaseMenuDC Methods; renmaed ReleaseWindow to UngrabWindow
22668
22669 2005-02-13  Peter Bartok  <pbartok@novell.com>
22670
22671         * MouseButtons.cs: Added missing attributes
22672         * XplatUIStructs.cs: Added enumeration for title styles
22673         * LeftRightAlignment.cs: Added missing attributes
22674         * Hwnd.cs: Switched to use client_window as handle (slower, but makes
22675           it compatible with Graphics.FromHwnd()
22676         * SelectedGridItemChangedEventArgs.cs: Fixed property type
22677         * Keys.cs: Added missing attributes
22678         * SelectionRange.cs: Added missing attributes
22679         * SelectionRangeConverter.cs: Added
22680         * XplatUI.cs:
22681           - Introduced SetBorderStyle, SetMenu, GetMenuDC and
22682             ReleaseMenuDC methods
22683           - Renamed ReleaseWindow to UngrabWindow
22684           - Added proper startup notice to allow version identification
22685         * Form.cs:
22686           - Added missing attributes
22687           - Removed FormParent concept
22688         * Label.cs: Removed border_style field, now in Control
22689         * RadioButton.cs: Now properly selects RadioButton when focus is
22690           received
22691         * ThemeGtk.cs: Fixed SetDisplay call to match new X11 behaviour
22692         * Control.cs:
22693           - Added missing attributes
22694           - Added borderstyle handling
22695           - Removed FormParent concept support
22696           - Fixed calls to XplatUI to match changed APIs
22697           - Fixed bug that would case us to use disposed Graphics objects
22698           - Removed unneeded internal methods
22699           - PerformLayout(): Fixed to handle DockStyle.Fill properly
22700           - SelectNextControl(): Fixed to properly check common parents
22701         * TextBoxBase.cs: Removed border_style field (now in Control)
22702         * MessageBox.cs:
22703           - Patch by Robert Thompson (rmt@corporatism.org): Added icon support,
22704             fixed calculations for form size
22705           - Added support for localized strings and icons
22706           - Improved form size calculations, added border
22707         * ListView.cs: Removed border_style field (now in Control)
22708         * X11Structs.cs: Moved several structs from X11 driver here
22709         * X11Keyboard.cs: Changed debug message
22710         * Application.cs: Removed FormParent concept support
22711         * CommonDialog.cs:
22712           - Resetting end_modal flag
22713           - Removed FormParent concept support
22714         * NativeWindow.cs: Removed FormParent concept support
22715         * XplatUIX11.cs: Rewritten, now using the new Hwnd class, implementing
22716           Client area and Non-Client whole window to allow support for WM_NC
22717           messages
22718         * XplatUIOSX.cs: Updated to match latest driver spec; added exception
22719           prevent using it until it supports Hwnd as per Geoff Norton's request
22720         * ToolBar.cs: Fixed drawing, was not doing proper drawing
22721         * PictureBox.cs: Removed border_style field, now in Control
22722         * XplatUIWin32.cs: Added new driver methods
22723
22724 2005-02-12  Peter Bartok  <pbartok@novell.com>
22725
22726         * OpacityConverter.cs: Implemented
22727         * Hwnd.cs: Internal class to support drivers that need to emulate
22728           client area/non-client area window behaviour
22729
22730 2005-02-11  Peter Bartok  <pbartok@novell.com>
22731
22732         * KeysConverter.cs: Implemented
22733
22734 2005-02-11  Jordi Mas i Hernandez <jordi@ximian.com>
22735
22736         * Menu.cs: fixes methods GetContextMenu, GetMainMenu, ToString
22737         * LinkLabel: Added missing attributes
22738         * MainMenu.cs: fixes ToString
22739         * MenuItem.cs: fixes methods GetContextMenu, GetMainMenu
22740         * ListBox.cs: fixes event position
22741         * TrackBar.cs: adds missing attributes and events
22742         
22743 2005-02-10  Jordi Mas i Hernandez <jordi@ximian.com>
22744
22745         * MenuItem.cs: Use SystemInformation and bug fixes
22746         * MenuAPI.cs: Use SystemInformation and bug fixes
22747
22748 2005-02-09  Jackson Harper  <jackson@ximian.com>
22749
22750         * X11Keyboard.cs: We ignore some keys, but still need to set/reset
22751         their keystate otherwise things like VK_MENU get stuck "on".
22752
22753 2005-02-09  Kazuki Oikawa <kazuki@panicode.com>
22754
22755         * ListBox.cs: Fixes AddRange bug
22756         
22757 2005-02-09  Jordi Mas i Hernandez <jordi@ximian.com>
22758
22759         * ProgressBar.cs
22760                 - Add missing attributes
22761                 - Add missing method
22762                 
22763         * CheckedListBox.cs: Added missing attributes
22764                 - Add missing attributes
22765                 - Remove extra method
22766         
22767         * ComboBox.cs: Added missing attributes
22768         * VScrollBar.cs: Added missing attributes
22769         * ScrollBar.cs:  Added missing attributes
22770         * ListBox.cs: Fixes signature, add missing consts
22771         * LinkArea.cs:   Added missing attributes
22772         
22773
22774 2005-02-08  Peter Bartok  <pbartok@novell.com>
22775
22776         * Menu.cs: Added missing attributes
22777         * MainMenu.cs: Added missing attributes
22778         * GroupBox.cs: Added missing attributes
22779         * Label.cs: Added missing attributes
22780         * CheckBox.cs: Implemented CheckBoxAccessibleObject class
22781         * ColorDialog.cs:
22782           - Added Instance and Options properties
22783           - Added missing attributes
22784         * Cursor.cs: Made Serializable
22785         * NotifyIcon: Added missing attributes
22786         * MenuItem.cs: Added missing attributes
22787         * TextBoxBase.cs: Implemented AppendText() and Select() methods
22788         * Panel.cs: Added Missing attributes
22789         * MonthCalendar.cs: Fixed CreateParams
22790
22791 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
22792         
22793         * LinkLabel.cs:
22794                 - Fixes signature
22795                 - Fixes issues with links
22796                 - Adds the class attributes
22797
22798 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
22799         
22800         * ComboBox.cs:
22801                 - Fixes button when no items available in dropdown
22802                 - Fixes repainting problems
22803                 - Adds the class attributes
22804                 
22805 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
22806
22807         * XplatUIOSX.cs: Detect the menu bar and title bar height from
22808         the current theme.  Cache these on startup.
22809
22810 2005-02-07  Jackson Harper  <jackson@ximian.com>
22811
22812         * ScrollBar.cs: Give the correct clipping rect to the theme. Dirty
22813         the scrollbar buttons when they are depressed.
22814
22815 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
22816
22817         * XplatUIOSX.cs: Really fix working at resolutions not 1024x768.
22818         Get the display size from the main displayid.  We currently dont
22819         support multiple display configurations.
22820
22821 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
22822
22823         * XplatUIOSX.cs: Ensure the window doesn't get stuck behind the statusbar.
22824
22825 2005-02-07  Miguel de Icaza  <miguel@novell.com>
22826
22827         * UpDownBase.cs: Add ReadOnly and UpDownAlign properties.
22828
22829 2005-02-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
22830
22831         * PropertyGrid.cs: Updated. Patch by Jonathan Chambers
22832
22833 2005-02-04  Jackson Harper  <jackson@ximian.com>
22834
22835         * ThemeWin32Classic.cs: Respect the clipping rect when
22836         drawing. Only fill the intersection of clips and rects so there
22837         isn't a lot of large fills.
22838         * ScrollBar.cs: Pass the correct clipping rect to the theme
22839         engine. Remove some debug code.
22840
22841 2005-02-05  John BouAntoun  <jba-mono@optusnet.com.au>
22842         
22843         * DateTimePicker.cs:
22844                 - Fixed crash on DateTime.Parse, use Constructor instead
22845
22846 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
22847         
22848         * MenuItem.cs:
22849         * MenuAPI.cs:
22850                 - Owner draw support (MeasureItem and DrawItem)
22851
22852 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
22853         
22854         *  Menu.cs:
22855                 - Implements FindMergePosition and MergeMenu functions (very poor documented)
22856                 - Fixes MenuItems.Add range
22857         * MenuItem.cs:
22858                 - MergeMenu and Clone and CloneMenu functions
22859
22860 2005-02-03  Jackson Harper  <jackson@ximian.com>
22861
22862         * ScrollBar.cs: Make abstract
22863         * ScrollableControl.cs: Create H/V scrollbars now that scrollbar
22864         is abstract.
22865
22866 2005-02-03  Jackson Harper  <jackson@ximian.com>
22867
22868         * ScrollBar.cs: First part of my scrollbar fixups. This removes
22869         all the unneeded refreshes and uses invalidates with properly
22870         computed rects.
22871
22872 2005-02-03  Peter Bartok  <pbartok@novell.com>
22873
22874         * ComponentModel.cs: Added
22875         * IDataGridEditingService.cs: Added
22876         * Timer.cs: Added missing attributes
22877         * ToolTip.cs: Added missing attributes
22878
22879 2005-02-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
22880
22881         * PropertyGridView.cs: Added. Patch by Jonathan Chambers
22882
22883 2005-02-03  Peter Bartok  <pbartok@novell.com>
22884
22885         * ListBox.cs: Added missing attributes
22886
22887 2005-02-03  Jordi Mas i Hernandez <jordi@ximian.com>
22888         
22889         * ListBox.cs:
22890                 - Fixes font height after font change
22891                 - Avoid generating unnecesary OnSelectedIndexChanged on clearing
22892                 
22893 2005-02-02  Peter Bartok  <pbartok@novell.com>
22894
22895         * HandleData.cs: Introduced static methods to allow class
22896           to be more self-contained and track it's own HandleData objects
22897         * XplatUIOSX.cs, XplatUIWin32.cs, XplatUIX11.cs: Fixed usage of
22898           HandleData to use new static methods
22899
22900 2005-02-02  Jordi Mas i Hernandez <jordi@ximian.com>
22901
22902         * Combobox.cs:
22903                 - Fixes default size and PreferredHeight
22904                 - Missing events
22905                 - ObjectCollection.Insert implementation
22906                 
22907         * ListControl.cs
22908                 - Fixes signature
22909         * ListBox.cs:
22910                 - Several fixes
22911                 - ObjectCollection.Insert implementation
22912                 - No selection after clean
22913                 - Small fixes
22914
22915 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
22916
22917         * ThemeWin32Classic.cs: quick fix to comboboxbutton pushed painting
22918
22919 2005-02-01  Jordi Mas i Hernandez <jordi@ximian.com>
22920
22921         * Combobox.cs:
22922                 - Caches ItemHeight calculation for OwnerDrawVariable
22923                 - Handles dropdown properly
22924                 - Fixes several minor bugs
22925
22926 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
22927
22928         * ListBox.cs:
22929                 - Fixes 71946 and 71950
22930                 - Fixes changing Multicolumn on the fly
22931                 - Fixes keyboard navigation on Multicolumn listboxes
22932
22933 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
22934         
22935         * XplatUIOSX.cs: Call ExitToShell in our teardown to avoid a
22936         crash reporter log.
22937
22938 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
22939
22940         * XplatUIOSX.cs: Allow applications to actually exit.
22941
22942 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
22943
22944         * XplatUIOSX.cs: SetWindowStyle implemented.  Reposition views in
22945         their parent at creation time rather than lazily later.  Fixes a major
22946         regression we were experiencing.
22947
22948 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
22949
22950         * ThemeWin32Classic.cs: more date time picker painting fixes
22951         * DateTimePicker.cs: more monthcalendar drop down fixes
22952         * MonthCalendar.cs: more CreateParams fixes to ensure correct drop down
22953
22954 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
22955
22956         * ScrollBar.cs:
22957                 - When moving the thumb going outside the control should stop the moving
22958                 - Adds the firing of missing events
22959                 - Fixes no button show if Size is not specified
22960                 - End / Home keys for keyboard navigation
22961
22962 2005-01-30  Peter Bartok  <pbartok@novell.com>
22963
22964         * NotifyIcon.cs (CalculateIconRect): Removed debug output and added
22965           sanity check to prevent theoretical loop
22966         * XplatUIWin32.cs (SetVisible): Removed debug output
22967         * XplatUIX11.cs (SystrayChange): Added sanity check
22968         * ScrollableControl.cs (OnVisibleChanged): Now calls base method
22969         * Control.cs (OnVisibleChanged): Added workaround for ParentForm
22970           behaviour, valid until the X11 client window rewrite is done
22971         * TextBox.cs (ctor): Setting proper default foreground and background
22972           colors
22973
22974 2005-01-30      John BouAntoun  <jba-mono@optusnet.com.au>
22975
22976         * Theme: Added DrawDateTimePicker to interface
22977         * ThemeWin32Classic.cs: Added DrawDateTimePicker (incomplete)
22978         * DateTimePicker.cs: Created (still needs keys and painting code)
22979         * DateTimePickerFormat.cs: added
22980         * MonthCalendar.cs: fixed CreateParams for popup window mode
22981           
22982 2005-01-29  Peter Bartok  <pbartok@novell.com>
22983
22984         * ControlPaint.cs: Fixed luminace value returned on achromatic colors,
22985           this should also the calculations for ligher/darker
22986         * Theme.cs: Fixed defaults for ScrollBar widths/heights
22987
22988 2005-01-29  Peter Bartok  <pbartok@novell.com>
22989
22990         * ArrangeDirection.cs: Added
22991         * ArrangeStartingPositon.cs: Added
22992         * SystemInformation.cs: Implemented
22993         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
22994           XplatUIX11.cs, Theme.cs: Added/implemented new static properties
22995           used by SystemInformation class
22996         * X11Strucs.cs: Added XSizeHints structure
22997         * MenuAPI.cs:
22998           - Fixed CreateParams to make sure the menu window is always visible
22999           - TrackPopupMenu: Added check to make sure we don't draw the
23000             menu offscreen
23001
23002 2005-01-29  Peter Bartok  <pbartok@novell.com>
23003
23004         * HandleData.cs: Added method for altering invalid area
23005         * TextBoxBase.cs: Implemented TextLength
23006
23007 2005-01-28  Peter Bartok  <pbartok@novell.com>
23008
23009         * XplatUIX11.cs: Improvement over last patch, not sending
23010           the WM_PAINT directly anymore, instead we scroll any pending
23011           exposed areas and let the system pick out the WM_PAINT later
23012
23013 2005-01-28  Peter Bartok  <pbartok@novell.com>
23014
23015         * SWF.csproj: Deleted, no longer used. Instead,
23016           Managed.Windows.Forms/SWF.csproj should be used
23017         * XplatUIX11.cs: Instead of posting the WM_PAINT, we send it
23018           directly, to avoid a potential race condition with the next
23019           scroll
23020
23021 2005-01-28  Peter Bartok  <pbartok@novell.com>
23022
23023         * XplatUI.cs: Made class internal
23024
23025 2005-01-28  Jordi Mas i Hernandez <jordi@ximian.com>
23026
23027         * CheckedListBox.cs:
23028                 - Draw focus
23029                 - Fixed Drawing
23030                 - Missing methods and events
23031
23032 2005-01-27  Peter Bartok  <pbartok@novell.com>
23033
23034         * Application.cs (Run): Don't use form if we don't have one
23035
23036 2005-01-27  Peter Bartok  <pbartok@novell.com>
23037
23038         * TextBoxBase.cs (get_Lines): Fixed index off by one error
23039
23040 2005-01-27  Peter Bartok  <pbartok@novell.com>
23041
23042         * GridEntry.cs: Added; Patch by Jonathan S. Chambers
23043         * GridItem.cs: Added; Patch by Jonathan S. Chambers
23044         * GridItemCollection.cs: Added; Patch by Jonathan S. Chambers
23045         * GridItemType.cs: Added; Patch by Jonathan S. Chambers
23046         * PropertyGrid.cs: Added; Patch by Jonathan S. Chambers
23047         * PropertySort.cs: Added; Patch by Jonathan S. Chambers
23048         * PropertyTabChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
23049         * PropertyTabChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
23050         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
23051         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
23052         * SelectedGridItemChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
23053         * SelectedGridItemChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
23054
23055 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
23056
23057         * Combobox.cs:
23058                 - Draw focus on Simple Combobox
23059                 - Fixes drawing issues
23060                 - fixes 71834
23061
23062 2005-01-27  Peter Bartok  <pbartok@novell.com>
23063
23064         * Form.cs:
23065           - Place window in default location, instead of hardcoded 0/0
23066           - Send initial LocationChanged event
23067         * Control.cs:
23068           - UpdateBounds after creation to find out where the WM placed us
23069           - Make sure that if the ParentForm changes location the Form
23070             is notified
23071         * XplatUIX11.cs: XGetGeometry will not return the coords relative
23072             to the root, but to whatever the WM placed around us.
23073             Translate to root coordinates before returning toplevel
23074             coordinates
23075         * XplatUIWin32.cs: Removed debug output
23076         * XplatUIOSX.cs, XplatUI.cs, XplatUIDriver.cs: Added toplevel
23077           flag to GetWindowPos, to allow translation of coordinates on X11
23078
23079 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
23080
23081         * ListBox.cs: connect LostFocus Event
23082
23083 2005-01-27  Peter Bartok  <pbartok@novell.com>
23084
23085         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
23086           XplatUIX11.cs: Extended the Systray API
23087         * Form.cs: Removed debug output
23088         * Application.cs: Fixed focus assignment, always need to call
23089           XplatUI.Activate() since Form.Activate() has rules that may
23090           prevent activation
23091         * NotifyIcon.cs: Should be complete now
23092         * ToolTip.cs: Worked around possible timer bug
23093
23094 2005-01-27  Jackson Harper  <jackson@ximian.com>
23095
23096         * TabControl.cs:
23097         - Only invalidate the effected tabs when the
23098         selected index changes. This reduces drawing and gets rid of some
23099         flicker.
23100         - Only refresh if the tabs need to be shifted, otherwise only
23101         invalidate the slider button.
23102         - On windows the tabs are not filled to right if the slider is
23103         visible.
23104         
23105 2005-01-27  Jackson Harper  <jackson@ximian.com>
23106
23107         * TabControl.cs: Only refresh on mouseup if we are showing the
23108         slider. Also only invalidate the button whose state has changed.
23109
23110 2005-01-26  Peter Bartok  <pbartok@novell.com>
23111
23112         * XplatUI.cs, XplatUIDriver.cs: Added Systray methods
23113         * XplatUIWin32.cs: Implemented SystrayAdd(), SystrayChange()
23114           and SystrayRemove() methods
23115         * XplatUIOSX.cs: Stubbed Systray methods
23116         * XplatUIX11.cs:
23117           - Implemented SystrayAdd(), SystrayChange() and SystrayRemove()
23118             methods
23119           - Fixed broken XChangeProperty calls (marshalling messed up things)
23120         * X11Structs.cs: Added enums and structs required for Size hinting
23121         * NotifyIcon.cs: Added & implemented
23122
23123 2005-01-26  Jackson Harper  <jackson@ximian.com>
23124
23125         * TabControl.cs: Space vertically layed out tabs properly.
23126
23127 2005-01-26  Peter Bartok  <pbartok@novell.com>
23128
23129         * Form.cs (CreateClientParams): Always set the location to 0,0
23130           since we're a child window.
23131
23132         * Control.cs (SetVisibleCore): Always explicitly setting the location
23133           of a toplevel window, apparently X11 doesn't like to move windows
23134           while they're not mapped.
23135
23136 2005-01-26  Jackson Harper  <jackson@ximian.com>
23137
23138         * TabControl.cs: Implement FillToRight size mode with vertically
23139         rendered tabs.
23140
23141 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
23142
23143         * ControlPaint.cs, ThemeWin32Classic.cs
23144                 - Fixes DrawFocusRectangle
23145
23146 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
23147
23148         * MenuAPI.cs:
23149                 - MenuBar tracking only starts when item is first clicked
23150                 - Fixes menu hidding for multiple subitems
23151                 - Unselect item in MenuBar when item Executed
23152                 - Fixes bug 71495
23153
23154 2005-01-25  Jordi Mas i Hernandez <jordi@ximian.com>
23155
23156         * ListControl.cs:
23157                 - IsInputKey for ListBox
23158         * ListBox.cs:
23159                 - Focus item
23160                 - Shift and Control item selection
23161                 - Implement SelectionMode.MultiExtended
23162                 - Fixes RightToLeft
23163         * ComboBox.cs:
23164                 - IsInputKey implemented
23165                 - Do not generate OnTextChangedEdit on internal txt changes
23166                 
23167 2005-01-23  Peter Bartok  <pbartok@novell.com>
23168
23169         * AccessibleObject.cs: Partially implemented Select()
23170         * MonthCalendar.cs: Added missing attributes and events
23171         * Form.cs: Fixed CreateParams behaviour, now controls derived from
23172           form can properly override CreateParams.
23173         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
23174           XplatUIX11.cs: Dropped RefreshWindow method, not needed if
23175           Control performs Invalidate & Update
23176         * NativeWindow (CreateHandle): Added special handling for Form
23177           and Form.FormParent classes to allow overriding of From.CreateParams
23178         * Control.cs:
23179           - ControlNativeWindow: Renamed 'control' variable to more intuitive
23180             name 'owner'
23181           - ControlNativeWindow: Added Owner property
23182           - Removed usage of Refresh() on property changes, changed into
23183             Invalidate(), we need to wait until the queue is processed for
23184             updates, direct calls might cause problems if not all vars for
23185             Paint are initialized
23186           - Added call to UpdateStyles() when creating the window, to set any
23187             styles that CreateWindow might have ignored.
23188           - Added support for Form CreateParent overrides to UpdateStyles()
23189         * MessageBox.cs: Removed no longer needed FormParent override stuff,
23190           CreateParams are now properly overridable
23191         * CommonDialog.cs: Removed no longer needed FormParent override stuff,
23192           CreateParams are now properly overridable
23193
23194 2005-01-23  Miguel de Icaza  <miguel@ximian.com>
23195
23196         * UpDownBase.cs (ctor): Connect TextChanged in the entry to the
23197         OnTextBoxChanged.
23198
23199         Capture LostFocus and OnTextBoxChanged.  The later introduces a
23200         recursive invocation that I have not figured out yet.
23201
23202         Reset the timer when not using (it was accumulating).
23203
23204
23205         (OnTextBoxChanged): Set UserEdit to true here to track whether the
23206         user has made changes that require validation.
23207
23208         Reset changing to avoid loops.
23209
23210 2005-01-22  Miguel de Icaza  <miguel@ximian.com>
23211
23212         * NumericUpDown.cs: Display value at startup.
23213
23214         * UpDownBase.cs (Text): Do not call UpdateEditText here, only call
23215         ValidateEditText.
23216
23217         * NumericUpDown.cs: Minimum, Maximum, Text, Value properties
23218         filled in.  Added some basic parsing of text.
23219
23220         Still missing the OnXXX method overrides, and figuring out the
23221         events that must be emitted.
23222
23223         * UpDownBase.cs: Handle UserEdit on the Text property.
23224         
23225 2005-01-22  Jordi Mas i Hernandez <jordi@ximian.com>
23226
23227         * ComboBox.cs:
23228           - Fixes IntegralHeight
23229           - ToString method
23230
23231 2005-01-21  Jackson Harper  <jackson@ximian.com>
23232
23233         * TabControl.cs: Set the SelectedIndex property when SelectedTab
23234         is set so that the page visibility is updated and the tabs are
23235         sized correctly.
23236
23237 2005-01-21  Jackson Harper  <jackson@ximian.com>
23238
23239         * TabControl.cs: Use cliping rectangle for blitting. Give the
23240         theme the clipping rect so we can do clipping while
23241         drawing. Remove some debug code.
23242
23243 2005-01-21  Jackson Harper  <jackson@ximian.com>
23244
23245         * TabPage.cs: Add a new method so tab pages can force the tab
23246         control to recalculate the tab page sizes.
23247         * TabControl.cs: UpdateOwner needs to make the tab control recalc
23248         sizes.
23249
23250 2005-01-20  Jackson Harper  <jackson@ximian.com>
23251
23252         * ThemeWin32Classic.cs: Clip text to the staus bar panels rects.
23253
23254 2005-01-20  Jackson Harper  <jackson@ximian.com>
23255
23256         * TreeView.cs: Set the bounds for nodes properly. They were
23257         getting screwed up when checkboxes were not enabled, but images
23258         were.
23259
23260 2005-01-20  Jordi Mas i Hernandez <jordi@ximian.com>
23261
23262         * ListBox.cs:
23263                 - Owner draw support
23264                 - Fixes
23265                 
23266 2005-01-20  Jackson Harper  <jackson@ximian.com>
23267
23268         * XplatUIStructs.cs: More misc keys
23269         * X11Keyboard.cs: Ignore some control keys.
23270
23271 2005-01-20  Jackson Harper  <jackson@ximian.com>
23272
23273         * X11Structs.cs: Add the modmaps to the keymask struct and tabify.
23274         * X11Keyboard.cs: Set the AltGr mask when we get a key event.
23275
23276 2005-01-19  Peter Bartok  <pbartok@novell.com>
23277
23278         * Control.cs: Un-selecting the control when it is loosing focus
23279
23280 2005-01-19  Jackson Harper  <jackson@ximian.com>
23281
23282         * TreeView.cs: Hook up to the text controls leave event so we can
23283         end editing when the users clicks outside the text box.
23284         
23285 2005-01-19  Jackson Harper  <jackson@ximian.com>
23286
23287         * X11Keyboard.cs: Fix typo that was causing the wrong keycodes to
23288         get set in the conversion array.
23289
23290 2005-01-19  Peter Bartok  <pbartok@novell.com>
23291
23292         * Application.cs (ModalRun): Added a call to CreateControl to ensure
23293           focus is properly set
23294         * Button.cs:
23295           - Added missing attributes
23296           - removed styles, those are already set in the base class
23297         * ButtonBase.cs:
23298           - Added missing attributes
23299           - Added clip window styles
23300         * CheckBox.cs: Added missing attributes
23301         * CommonDialog.cs:
23302           - FormParentWindow.CreateParams: Added required clip styles
23303         * Form.cs (ProcessDialogKey): Fixed handling of Escape key, now
23304           also filters modifier keys
23305         * MessageBox.cs:
23306           - Added assignment of Accept and Cancel button to enable Enter
23307             and Esc keys in MessageBox dialogs
23308           - FormParentWindow.CreateParams: Added required clip styles
23309         * RadioButton.cs: Added missing attributes
23310         * TextControl.cs: No longer draws selection if control does not
23311           have focus
23312         * TextBoxBase.cs:
23313           - Now draws simple rectangle around test area to make it obvious
23314             there's a control. This is a hack until we properly support borders
23315           - A few simple fixes to support selections better, now erases selected
23316             text when typing, and resets selection when using movement keys
23317
23318 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
23319
23320         * UpDownBase.cs: Added some new properties.
23321
23322         * DomainUpDown.cs: Implement a lot to get my test working.
23323
23324 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
23325
23326         * XplatUIOSX.cs: Fix a minor bug to bring the close box back
23327
23328 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
23329
23330         * OSXStructs (WindowAttributes): Fixed csc complaints
23331
23332 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
23333
23334         * XplayUIOSX.cs:
23335           OSXStructs.cs: Initial refactor to move enums and consts into
23336           OSXStructs and use them in the driver for greater readability.
23337
23338 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
23339
23340         * XplatUIOSX.cs: Initial support for Standard Cursors.
23341         * OSXStructs.cs: Move our structs here; added ThemeCursor enum
23342
23343 2005-01-19  Jordi Mas i Hernandez <jordi@ximian.com>
23344
23345         * ComboBox.cs: ability to change style when the ctrl is already
23346         created, missing methods and events, bug fixes, signature fixes
23347
23348 2005-01-19  Peter Bartok  <pbartok@novell.com>
23349
23350         * Cursors.cs (ctor): Added ctor to fix signature
23351
23352 2005-01-18  Peter Bartok  <pbartok@novell.com>
23353
23354         * Button.cs: Implemented DoubleClick event
23355         * ButtonBase.cs:
23356           - Fixed keyboard handling to behave like MS, where the press of
23357             Spacebar is equivalent to a mousedown, and the key release is
23358             equivalent to mouseup. Now a spacebar push will give the same
23359             visual feedback like a mouse click.
23360           - Added missing attributes
23361           - Added ImeModeChanged event
23362           - Added support for generating DoubleClick event for derived classes
23363         * CheckBox.cs:
23364           - Implemented DoubleClick event
23365           - Added missing attributes
23366         * CommonDialog.cs: Added missing attribute
23367         * ContextMenu.cs: Added missing attributes
23368         * RadioButton.cs:
23369           - AutoChecked buttons do not allow to be unselected when clicked
23370             (otherwise we might end up with no selected buttons in a group)
23371           - Added missing attributes
23372           - Implemented DoubleClickEvent
23373         * ThreadExceptionDialog.cs: Enabled TextBox code
23374
23375 2005-01-18  Peter Bartok  <pbartok@novell.com>
23376
23377         * Form.cs: Removed debug output
23378         * Button.cs: Added support for DoubleClick method
23379
23380 2005-01-18  Peter Bartok  <pbartok@novell.com>
23381
23382         * Form.cs:
23383           - Added method to parent window that allows triggering size
23384             calculations when a menu is added/removed
23385           - set_Menu: Cleaned up mess from early days of Form and Control,
23386             now properly triggers a recalc when a menu is added/removed
23387           - Added case to select form itself as focused form if no child
23388             controls exist
23389           - Added PerformLayout call when showing dialog, to ensure properly
23390             placed controls
23391         * Control.cs:
23392           - Select(): Made internal so Form can access it
23393           - Focus(): Only call Xplat layer if required (avoids loop), and sets
23394             status
23395         * Application.cs (Run): Removed hack and calls PerformLayout instead
23396           to trigger calculation when Form becomes visible
23397
23398 2005-01-18  Jordi Mas i Hernandez <jordi@ximian.com>
23399
23400         * ComboBox.cs: fixes for ownerdraw
23401
23402 2005-01-18  Peter Bartok  <pbartok@novell.com>
23403
23404         * TextControl.cs:
23405           - Sentinel is no longer static, each Document gets it's own, this
23406             avoids locking or alternatively overwrite problems when more
23407             than one text control is used simultaneously.
23408           - Switched to use Hilight and HilightText brushes for text selection
23409
23410         * TextBoxBase.cs (PaintControl): Disabled AntiAliasing to improve looks
23411
23412 2005-01-18  Peter Bartok  <pbartok@novell.com>
23413
23414         * Control.cs:
23415           - Hooked up the following events:
23416                 o ControlAdded
23417                 o ControlRemoved
23418                 o HandleDestroyed
23419                 o ImeModeChanged
23420                 o ParentChanged
23421                 o TabStopChanged
23422                 o Invalidated
23423                 o SystemColorsChanged
23424                 o ParentFontChanged
23425                 o Move
23426           - Removed debug output
23427           - Added a call to the current theme's ResetDefaults when a color change
23428             is detected
23429         * Form.cs: Now setting the proper ImeMode
23430         * Theme.cs: Defined a method to force recreation of cached resources
23431           and rereading of system defaults (ResetDefaults())
23432         * ThemeWin32Classic.cs: Added ResetDefaults() stub
23433
23434 2005-01-17  Peter Bartok  <pbartok@novell.com>
23435
23436         * Control.cs: Added missing attributes
23437
23438 2005-01-17  Jackson Harper  <jackson@ximian.com>
23439
23440         * TreeNode.cs: Implement editing. Add missing properties selected
23441         and visible.
23442         * TreeView.cs: Implement node editing. Also some fixes to use
23443         Invalidate (invalid area) instead of Refresh when selecting.
23444
23445 2005-01-17  Peter Bartok  <pbartok@novell.com>
23446
23447         * Control.cs:
23448           - Implemented InvokeGotFocus() method
23449           - Implemented InvokeLostFocus() method
23450           - Implemented InvokePaint() method
23451           - Implemented InvokePaintBackground() method
23452           - Implemented InvokeClick() method
23453           - Implemented FindForm() method
23454           - Implemented RectangleToClient() method
23455           - Implemented ClientToRectangle() method
23456           - Implemented ResetBackColor() method
23457           - Implemented ResetCursor() method
23458           - Implemented ResetFont() method
23459           - Implemented ResteForeColor() method
23460           - Implemented ResetImeMode() method
23461           - Implemented ResetLeftToRight() method
23462           - Implemented ResetText() method
23463           - Implemented Scale() methods
23464           - Implemented ScaleCore() method
23465           - Implemented Update() method
23466           - Removed unused variables
23467           - Stubbed AccessibilityNotifyClients and
23468             ControlAccessibleObject.NotifyClients() methods (dunno what to do
23469             with those yet)
23470           - Now setting proper default for RightToLeft property
23471           - Fixed bug in SetClientSizeCore that would cause windows to get
23472             really big
23473           - Now sending Click/DoubleClick events
23474           - Now selecting controls when left mouse button is clicked on
23475             selectable control
23476         * AccessibleEvents.cs: Added
23477         * XplatUI.cs, XplatUIDriver.cs: Added UpdateWindow() method
23478         * XplatUIOSX.cs: Stubbed UpdateWindow() method
23479         * XplatUIWin32.cs: Implemented UpdateWindow() method
23480         * XplatUIX11.cs: Implemented UpdateWindow() method
23481         * Form.cs: Removed stray semicolon causing CS0162 warning
23482         * ThemeWin32Classic.cs: Fixed unused variable warnings
23483         * ScrollableControl.cs: Now calls base method for ScaleCore
23484         * ButtonBase.cs: Now disabling StandardClick and StandardDoubleClick
23485           style to avoid interference with internal click handler (which is
23486           different than standard Control click handling)
23487         * RadioButton.cs:
23488           - Now unchecks all sibling radio buttons when control is
23489             selected (Fixes #68756)
23490           - Removed internal tabstop variable, using the one inherited from
23491             Control
23492
23493 2005-01-17  Jackson Harper  <jackson@ximian.com>
23494
23495         * NavigateEventArgs.cs: Fix base type.
23496         * LinkLabel.cs: Sig fix
23497         
23498 2005-01-17  Jackson Harper  <jackson@ximian.com>
23499
23500         * TreeView.cs: Only invalidate the effected nodes bounds when
23501         selecting nodes.
23502
23503 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
23504
23505         * XplatUIWin32.cs: fixes Win32 marshaling
23506         * XplatUIX11.cs: fixes method signature
23507
23508 2005-01-17  Peter Bartok  <pbartok@novell.com>
23509
23510         * XplatUIX11.cs: Clean up resources when we no longer need them
23511
23512 2005-01-17  Peter Bartok  <pbartok@novell.com>
23513
23514         * XplatUI.cs, XplatUIDriver.cs: Added SetCursor(), ShowCursor(),
23515           OverrideCursor(), DefineCursor(), DefineStdCursor(), GetCursorInfo()
23516           and DestroyCursor() methods.
23517         * Cursor.cs: Partially implemented, now supports standard cursors;
23518           still contains some debug code
23519         * Cursors.cs: Implemented class
23520         * Control.cs:
23521           - WndProc(): Added handling of WM_SETCURSOR message, setting the
23522             appropriate cursor
23523           - Implemented Cursor property
23524           - Replaced break; with return; more straightforwar and possibly
23525             faster
23526           - Now properly setting the result for WM_HELP
23527         * X11Structs.cs: Added CursorFontShape enum
23528         * XplatUIStructs.cs:
23529           - Added StdCursor enum (to support DefineStdCursor() method)
23530           - Added HitTest enum (to support sending WM_SETCURSOR message)
23531         * XplatUIX11.cs:
23532           - Now sends the WM_SETCURSOR message
23533           - Implemented new cursor methods
23534         * XplatUIOSX.cs: Stubbed new cursor methods
23535         * XplatUIWin32.cs:
23536           - Implemented new cursor methods
23537           - Added GetSystemMetrics function and associated enumeration
23538
23539 2005-01-15  Peter Bartok  <pbartok@novell.com>
23540
23541         * Control.cs:
23542           - WndProc(): Now handles EnableNotifyMessage
23543           - SelectNextControl(): Fixed bug where if no child or sibling
23544             controls exist we looped endlessly
23545
23546 2005-01-14  Jackson Harper  <jackson@ximian.com>
23547
23548         * TreeView.cs: Recalculate the tab pages when a new one is added
23549         so that the proper bounding rects are created.
23550
23551 2005-01-14  Jackson Harper  <jackson@ximian.com>
23552
23553         * TreeView.cs: Draw a gray box instead of a grip in the lower
23554         right hand corner when there are both horizontal and vertical
23555         scroll bars.
23556
23557 2005-01-14  Jackson Harper  <jackson@ximian.com>
23558
23559         * Control.cs: When erasing backgrounds use FromHwnd instead of
23560         FromHdc when there is a NULL wparam. This occurs on the X driver.
23561         * XplatUIX11.cs: Set the wparam to NULL.
23562
23563 2005-01-13  Jackson Harper  <jackson@ximian.com>
23564
23565         * PictureBox.cs: Implement missing methods (except ToString, need
23566         to test that on windows) and events. When visibility is changed we
23567         need to redraw the image because the buffers are killed. When size
23568         is changed refresh if the sizemode needs it.
23569
23570 2005-01-13  Peter Bartok  <pbartok@novell.com>
23571
23572         * Control.cs (SelectNextControl): Was using wrong method to select
23573           a control
23574
23575 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
23576
23577         * ComboBox.cs: fixes dropstyle
23578
23579 2005-01-13  Peter Bartok  <pbartok@novell.com>
23580
23581         * Form.cs:
23582           - Implemented Select() override
23583           - Now handles WM_SETFOCUS/WM_KILLFOCUS messages
23584           - Now sets keyboard focus on startup
23585         * Control.cs (SelectNextControl): Now properly handles directed=true
23586         * TextBoxBase.cs:
23587           - WndProc: Now passes tab key on to base if AcceptTabChar=false
23588           - Added (really bad) focus rectangle (mostly for testing)
23589         * TextBox.cs: Added code to handle getting/loosing focus and invalidating
23590           to enforce redraw on focus changes
23591         * ContainerControl.cs:
23592           - Fixed detection of Shift-Tab key presses
23593           - Fixed traversal with arrow keys
23594         * XplatUIX11.cs: Implemented simulated keyboard focus; not sure if we're
23595           gonna keep this or if it's complete yet
23596         
23597 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
23598
23599         * ComboBox.cs: missing properties, fixes
23600
23601 2005-01-13  Peter Bartok  <pbartok@novell.com>
23602
23603         * Panel.cs (ctor): Setting Selectable window style to off
23604         * Splitter.cs (ctor): Setting Selectable window style to off
23605         * GroupBox.cs (ctor): Setting Selectable window style to off
23606         * Label.cs (ctor): Setting Selectable window style to off
23607
23608 2005-01-12  Miguel de Icaza  <miguel@ximian.com>
23609
23610         * UpDownBase.cs (InitTimer): If the timer has been already
23611         created, enable it.
23612
23613         Use a TextBox instead of a Label.
23614
23615 2005-01-12  Jackson Harper  <jackson@ximian.com>
23616
23617         * TreeView.cs: Refresh the tree after sorting the nodes. Always
23618         draw the connecting node lines (when ShowLines is true).
23619         * TreeNode.cs: The nodes index can now be updated. This is used
23620         when a node collection is sorted.
23621         * TreeNodeCollection.cs: Implement sorting. Nodes can be sorted on
23622         insert or an existing unsorted node collection can be sorted.
23623         
23624 2005-01-12  Peter Bartok  <pbartok@novell.com>
23625
23626         * ContainerControl.cs: Implemented ProcessDialogKeys()
23627
23628 2005-01-12  Peter Bartok  <pbartok@novell.com>
23629
23630         * Control.cs:
23631           - Implemented SelectNextControl() method
23632           - Several focus related bug fixes
23633           - Fixed Docking calculations to match MS documentation and
23634             behaviour
23635
23636 2005-01-12  Jordi Mas i Hernandez <jordi@ximian.com>
23637
23638         * ContainerControl.cs, ListControl.cs, ListBox.cs: keyboard navigation and
23639         bug fixes
23640
23641 2005-01-12  Peter Bartok  <pbartok@novell.com>
23642
23643         * Control.cs:
23644           - Fixed broken Contains() method
23645           - Implemented GetNextControl() method. Finally. This is the pre-
23646             requisite for focus handling.
23647
23648 2005-01-12  Peter Bartok  <pbartok@novell.com>
23649
23650         * OSXStrucs.cs: Added
23651
23652 2005-01-12  Peter Bartok  <pbartok@novell.com>
23653
23654         * XplatUIWin32.cs:
23655           - Removed PeekMessageFlags
23656           - Implemented SetWindowStyle() method
23657         * XplatUIStructs.cs: Added PeekMessageFlags
23658         * X11Structs: Added missing border_width field to XWindowChanges struct
23659         * XplatUIX11.cs:
23660           - PeekMessage: Now throws exception if flags which are not yet
23661             supported are passed
23662           - Implemented SetWindowStyle() method
23663           - Fixed SetZOrder to handle AfterHwnd properly
23664         * XplatUI.cs: Added SetWindowStyle() method
23665         * XplatUIDriver.cs: Added SetWindowStyle() abstract
23666         * Control.cs:
23667           - Implemented UpdateStyles() method
23668           - Implemented UpdateZOrder() method
23669         * XplatUIOSX.cs: Added SetWindowStyle() stub
23670
23671 2005-01-12  Geoff Norton  <gnorton@customerdna.com>
23672
23673         * XplatUIOSX.cs: Fix SetZOrder (this needs more testing with a 3
23674         button mouse).
23675
23676
23677 2005-01-11  Jackson Harper  <jackson@ximian.com>
23678
23679         * TreeView.cs: Still need to draw lines to siblings even if out of
23680         the current node is out of the clip.
23681
23682 2005-01-11  Jackson Harper  <jackson@ximian.com>
23683
23684         * TreeView.cs: When setting the hbar/vbar/grip position use
23685         SetBounds so that perform layout is only called once. Also suspend
23686         and resume layout so layout is only done once for all controls.
23687         - Removed some debug fluff
23688         * SizeGrip.cs: Call base implmentation in overriding methods.
23689         - When visibility is changed the drawing buffers are killed so we
23690         need to redraw.
23691
23692 2005-01-11  Jackson Harper  <jackson@ximian.com>
23693
23694         * TreeView.cs: Calculate the open node count while drawing. This
23695         saves us an entire tree traversal for every paint operation. Use
23696         a member var for the open node count so less vars are passed around.
23697
23698 2005-01-11  John BouAntoun  <jba-mono@optusnet.com.au>
23699
23700         * MonthCalendar.cs:
23701         - fixed selection to use mousemove, not mouse polling on timer
23702         * ThemeWin32Classic.cs
23703         - removed redundant unused variable "no_more_content"
23704         
23705 2005-01-11  Peter Bartok  <pbartok@novell.com>
23706
23707         * XplatUIX11.cs (DoEvents): Needs to return when no more events
23708           are pending, so it now calls PeekMessage instead of GetMessage;
23709           implemented a incomplete version of PeekMessage
23710         
23711 2005-01-11  Peter Bartok  <pbartok@novell.com>
23712
23713         * XplatUIWin32.cs: Switched P/Invokes to unicode charset to avoid
23714           I18n issues
23715         * TextBoxBase.cs: Added sending of TextChanged event
23716
23717 2005-01-10  Jackson Harper  <jackson@ximian.com>
23718
23719         * TreeView.cs: Try not to draw outside the clipping rectangle on
23720         each node element.
23721
23722 2005-01-10  Jordi Mas i Hernandez <jordi@ximian.com>
23723
23724         * ComboBox.cs: keyboard navigation, item navigation, bug fixes
23725
23726 2005-01-10  Jackson Harper  <jackson@ximian.com>
23727
23728         * TreeView.cs:
23729         - Implement fast scrolling. Now only the newly
23730         exposed nodes are drawn and the old image is moved using the
23731         XplatUI::ScrollWindow method.
23732         - Factor in height of nodes when calculating whether or not the
23733         node is in the clipping rect.
23734
23735 2005-01-10  Jackson Harper  <jackson@ximian.com>
23736
23737         * TreeNodeCollection.cs: Refresh the tree when a new node is added.
23738
23739 2005-01-10  Peter Bartok  <pbartok@novell.com>
23740
23741         * Application.cs: Added temporary hack to resolve all our resize
23742           required issues on startup. This will get fixed properly at
23743           some point in the future
23744
23745 2005-01-10  Jackson Harper  <jackson@ximian.com>
23746
23747         * SizeGrip.cs: New internal class that is used as a sizing
23748         grip control...hence the name.
23749
23750 2005-01-10  Peter Bartok  <pbartok@novell.com>
23751
23752         * Control.cs: Implemented proper TabIndex handling, now assigning
23753           a tabindex when a control is added to a container
23754         * GroupBox.cs (ctor): Now sets the Container style bit, required
23755           for Control.GetNextControl()
23756
23757 2005-01-09  Jackson Harper  <jackson@ximian.com>
23758
23759         * TextBoxBase.cs: Clear window when scrolling (fixes build).
23760
23761 2005-01-09  Peter Bartok <pbartok@novell.com>
23762
23763         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
23764           XplatUIX11.cs: Added ability to control ScrollWindow expose and
23765           an overload for ScrollWindow to allow only scrolling a rectangle
23766
23767 2005-01-09  Peter Bartok <pbartok@novell.com>
23768
23769         * Form.cs:
23770           - Implemented SetDesktopBounds method
23771           - Implemented SetDesktopLocation method
23772
23773 2005-01-08  Jackson Harper  <jackson@ximian.com>
23774
23775         * TreeView.cs: Only set the vbar's Maximum and LargeChange when
23776         the node count has changed, this removes to VScroll::Refresh calls
23777         when drawing.
23778
23779 2005-01-08  Geoff Norton  <gnorton@customerdna.com>
23780
23781         * XplatUIOSX.cs: Fix GetWindowState & SetWindowState
23782
23783 2005-01-07  Jackson Harper  <jackson@ximian.com>
23784
23785         * TreeNode.cs: Just update the single node when it is
23786         checked. Don't refresh after toggling, the Expand/Collapse already
23787         handles this.
23788         * TreeView.cs: Respect clipping a little more when drawing. Try
23789         not to redraw things that don't need to be redrawn. Just hide the
23790         scrollbars when they are no longer needed instead of removing
23791         them, so they don't have to be created again and again.
23792         
23793 2005-01-07  Geoff Norton  <gnorton@customerdna.com>
23794
23795         * XplatUIOSX.cs (SetCaretPos):  We need to translate the view
23796         coordinates to window space to place the caret properly, FIXED.
23797         Implement GetWindowState & SetWindowState
23798
23799 2005-01-06  Peter Bartok <pbartok@novell.com>
23800
23801         * Form.cs:
23802           - Implemented ClientSize property
23803           - Implemented DesktopBounds property
23804           - Implemented DesktopLocation property
23805           - Implemented IsRestrictedWindow property
23806           - Implemented Size property
23807           - Implemented TopLevel property
23808           - Implemented FormWindowState property
23809         * Control.cs:
23810           - Implemented GetTopLevel() method
23811           - Implemented SetTopLevel() method
23812         * X11Structs.cs (Atom):
23813           - Added AnyPropertyType definition
23814           - Added MapState definiton and updated XWindowAttribute struct
23815         * XplatUI.cs: Added GetWindowState() and SetWindowState() methods
23816         * XplatUIDriver.cs: Added GetWindowState() and SetWindowState() methods
23817         * XplatUIOSX.cs: Stubbed GetWindowState() and SetWindowState() methods
23818         * XplatUIWin32.cs:
23819           - Implemented GetWindowState() and SetWindowState() methods
23820           - Fixed Win32GetWindowLong return type
23821         * XplatUIX11.cs:
23822           - Introduced central function for sending NET_WM messages
23823           - Implemented GetWindowState() and SetWindowState() methods
23824         * TextBoxBase.cs (set_Lines):
23825           - Now uses Foreground color for text added via Text property (Duh!)
23826           - Added code to remember programmatically requested size (fixes
23827             behaviour when Multiline is set after Size)
23828           - Added AutoSize logic
23829
23830 2005-01-06  Jackson Harper  <jackson@ximian.com>
23831
23832         * TreeView.cs: Draw the image after the checkbox if checkboxes are enabled.
23833
23834 2005-01-06  Jackson Harper  <jackson@ximian.com>
23835
23836         * ListBox.cs: Don't allow the horizontal scrollbars maximum to be
23837         set to less then 0.
23838
23839 2005-01-06  Jackson Harper  <jackson@ximian.com>
23840
23841         * ScrollableControl.cs: Lazy init the scrollbars.
23842         
23843 2005-01-06  Jackson Harper  <jackson@ximian.com>
23844
23845         * Theme.cs: Speed up getting pens and solid brushes, by using
23846         their ARGB as a hash instead of tostring and not calling Contains.
23847
23848 2005-01-06  Peter Bartok <pbartok@novell.com>
23849
23850         * Form.cs:
23851           - Implemented OnActivated and OnDeactivate event trigger
23852           - Implemented Activate() method
23853           - Fixed ShowDialog() to activate the form that was active before
23854             the dialog was shown
23855         * XplatUIX11.cs:
23856           - Added global active_window var that tracks the currently active
23857             X11 window
23858           - Now always grabs Property changes from the root window to always
23859             catch changes on the active window property
23860           - Added code to PropertyNotify handler to send Active/Inactive
23861             messages when state changes. This puts X11 and Win32 en par on
23862             WM_ACTIVATE notifications (except for double notifications when
23863             the user clicks away from our modal window to another one of our
23864             windows)
23865
23866 2005-01-05  Jackson Harper  <jackson@ximian.com>
23867
23868         * ImageList.cs: Implment ctor
23869
23870 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
23871
23872         * XplatUIOSX.cs: Implement Activate/SetTopmost
23873
23874 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
23875
23876         * XplatUIOSX.cs: Implement SetZOrder, minor cleanup
23877
23878 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
23879
23880         * XplatUIOSX.cs: Implement GetActive/SetFocus.
23881
23882 2005-01-05  Peter Bartok <pbartok@novell.com>
23883
23884         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs,
23885           XplatUIOSX.cs: Added GetActive method to return the currently
23886           active window for the application (or null, if none is active)
23887         * Form.cs:
23888           - Implemented ActiveForm
23889           - Commented out owner assignment for modal dialogs (causes problems
23890             on Win32, since the owner will be disabled)
23891           - Reworked some Active/Focus handling (still incomplete)
23892         * CommonDialog.cs: Commented out owner assignment for modal dialogs
23893           (causes problems on Win32, since the owner will be disabled)
23894         * IWin32Window: Added ComVisible attribute
23895
23896 2005-01-05  Peter Bartok <pbartok@novell.com>
23897
23898         * ToolTip.cs (WndProc): Enable setting focus now that we have the
23899           required XplatUI functions.
23900
23901 2005-01-05  Peter Bartok <pbartok@novell.com>
23902
23903         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs, XplatUIDriver.cs,
23904           XplatUIX11.cs, X11Structs.cs, Form.cs: Framework code required
23905           to implement focus and activation handling; still incomplete and
23906           with debug output
23907
23908 2005-01-04  Peter Bartok <pbartok@novell.com>
23909
23910         * TextBoxBase.cs: Changed access level for Document property to
23911           match switch to internal for TextControl
23912
23913 2005-01-04  Peter Bartok <pbartok@novell.com>
23914
23915         * AccessibleObject: Added ComVisible attribute
23916
23917 2005-01-04  Jackson Harper  <jackson@ximian.com>
23918
23919         * X11Keyboard.cs: Remove unneeded var.
23920
23921 2005-01-04  Jackson Harper  <jackson@ximian.com>
23922
23923         * XplatUIX11.cs (DoEvents): Implement, Just cast aside all events
23924         but PAINT.
23925         * XplatUIX11.cs (GetMessage): Call Exit when we get an unknown
23926         ClientMessage. This makes apps exit cleanly (more often).
23927         
23928 2005-01-04  Jackson Harper  <jackson@ximian.com>
23929
23930         * TreeNode.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) for
23931         handling focus, return correct colors and fonts,
23932         * TreeView.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) to
23933         handle selection, horizontal scrolling, and mouse interaction.
23934
23935 2005-01-04  Peter Bartok <pbartok@novell.com>
23936
23937         * ICommandExecutor.cs: Added
23938         * IDataGridColumnStyleEditingNotificationService.cs: Added
23939         * IFeatureSupport.cs: Added
23940         * IFileReaderService.cs: Added
23941         * IDataObject.cs: Added ComVisible attribute
23942         * AmbientProperties.cs: Added
23943         * BaseCollection.cs: Added missing attributes
23944         * ListBindingConverter.cs: Added (stubbed, required for certain attributes)
23945         * BaseCollection.cs: Added missing attributes
23946         * Binding.cs: Added TypeConverter attribute
23947         * BindingContext.cs: Added DefaultEvent attribute
23948         * BindingsCollection.cs: Added DefaultEvent attribute
23949         * Button.cs: Added DefaultValue attribute
23950         * DragEventArgs.cs: Added ComVisible attribute
23951         * GiveFeedbackEventArgs.cs: Added ComVisible attribute
23952         * KeyEventArgs.cs: Added ComVisible attribute
23953         * KeyPressEventArgs.cs: Added ComVisible attribute
23954         * MouseEventArgs.cs: Added ComVisible attribute
23955         * NavigateEventArgs.cs: Added
23956         * NavigateEventHandler.cs: Added
23957         * FeatureSupport.cs: Added
23958         * OSFeature.cs: Added
23959         * Theme.cs: Added abstract Version property to support OSFeature
23960         * ThemeWin32Classic.cs: Added Version property to
23961           support OSFeature.Themes
23962         * ProgressBar.cs: Removed OnPaintBackground override, not required since
23963           the proper styles to avoid background drawing are set, also doesn't
23964           match MS signature
23965         * QueryAccessibilityHelpEventArgs.cs: Added ComVisible attribute
23966         * QueryContinueDragEventArgs.cs: Added ComVisible attribute
23967         * ScrollEventArgs.cs: Added ComVisible attribute
23968         * SplitterEventArgs.cs: Added ComVisible attribute
23969         * AccessibleSelection.cs: Added Flags attribute
23970         * Appearance.cs: Added ComVisible attribute
23971         * Border3DSide.cs: Added ComVisible attribute
23972         * Border3DStyle.cs: Added ComVisible attribute
23973         * BorderStyle.cs: Added ComVisible attribute
23974         * DragAction.cs: Added ComVisible attribute
23975         * ErrorBlinkStyle.cs: Added
23976         * ScrollEventType.cs: Added ComVisible attribute
23977         * AnchorStyles.cs: Added Editor attribute
23978         * DockStyle.cs: Added Editor attribute
23979         * HorizontalAlignment.cs: Added ComVisible attribute
23980         * HelpEventArgs.cs: Added ComVisible attribute
23981         * PaintEventArgs.cs: Added IDisposable
23982
23983 2005-01-04  Peter Bartok <pbartok@novell.com>
23984
23985         * TextControl.cs: Switched Line, LineTag and Document classes to
23986           internal
23987
23988 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
23989
23990         * ComboBox.cs, ThemeWin32Classic.cs, ListBox.cs, Theme.cs:
23991         Simple mode, fixes, IntegralHeight, etc.
23992
23993 2005-01-04  Peter Bartok <pbartok@novell.com>
23994
23995         * TextBoxBase.cs: Using proper font variable now
23996
23997 2005-01-04  Peter Bartok <pbartok@novell.com>
23998
23999         * Form.cs (ShowDialog): Set parent to owner, if provided
24000         * GroupBox.cs: Removed unused vars
24001         * TextControl.cs:
24002           - Added GetHashCode() for Document and LineTag classes
24003           - Removed unused variables
24004           - Added CharIndexToLineTag() and LineTagToCharIndex() methods
24005             to allow translation between continuous char position and line/pos
24006         * CheckBox.cs: Removed vars that are provided by base class
24007         * RadioButton.cs: Removed vars that are provided by base class, added
24008           new keyword where required
24009         * LinkLabel.cs: Added new keyword where required
24010         * Control.cs (WndProc): Removed unused variable
24011         * TextBoxBase.cs:
24012           - Finished SelectionLength property
24013           - Implemented SelectionStart property
24014           - Implemented Text property
24015           - Removed unused vars
24016         * MessageBox.cs: Added new keyword where required
24017         * TextBox.cs: Removed Text property code (now in TextBoxBase), fixed
24018           WndProc signature
24019         * MenuAPI.cs: Added new keyword where required
24020         * ButtonBase.cs: Removed vars that are provided by base class, added
24021           new keyword where required
24022         * ThemeWin32Classic.cs (DrawMonthCalendarDate): Now cast Math.Floor
24023           argument to double, to allow compiling with csc 2.0 (Atsushi ran
24024           into this)
24025         * Application.cs (Run): Now triggers the ThreadExit event
24026         * CommonDialog.cs: Added new keyword where required; now properly sets
24027           parent (owner) for dialog
24028         * XplatUIX11.cs: Commented out unused vars
24029         * StatusBar.cs: Fixed signature for Text property
24030         * TabPage.cs: Undid Jordi's removal of unused var, now using the var
24031
24032 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
24033
24034         * ComboBox.cs, TabPage.cs, MenuAPI.cs, ThemeWin32Classic.cs,
24035         TrackBar.cs, MonthCalendar.cs: remove unused vars
24036
24037 2005-01-03  Jackson Harper  <jackson@ximian.com>
24038
24039         * ThemeWin32Classic.cs:
24040         * X11Keyboard.cs: Remove unused vars.
24041
24042 2005-01-03  Peter Bartok  <pbartok@novell.com>
24043
24044         * TextBox.cs:
24045           - set_Text: Tied into TextControl
24046           - set_TextAlignment: Tied into TextControl
24047         * TextControl.cs:
24048           - Added alignment properties and implemented alignment handling
24049             and drawing (still has a bug, not generating proper expose events)
24050           - Added new Line() constructor to allow passing the line alignment
24051           - Fixed selection setting, properly handling end<start now
24052           - Added aligment considerations to RecalculateDocument()
24053         * TextBoxBase.cs:
24054           - Now properly enforces control height for single line controls
24055           - Added support for CharacterCasing
24056           - Added IsInputKey override
24057           - Fixed Keys.Enter logic
24058           - Added SetBoundsCore override
24059           - Fixed mouse selection handling
24060
24061 2005-01-03  Jackson Harper  <jackson@ximian.com>
24062
24063         * TreeView.cs:
24064           - Collapse and uncheck all nodes when CheckBoxes is disabled.
24065           - Checkboxes are always aligned to the bottom of the node,
24066           regardless of item height.
24067           - Use the node bounds to draw the text so we can center it when
24068           the item height is greater then the font height.
24069           - Node::Bounds are only the text part of the node.
24070         * TreeNode.cs: New method to combine collapsing and unchecking all
24071           nodes recursively.
24072
24073 2005-01-02  Jackson Harper  <jackson@ximian.com>
24074
24075         * TreeView.cs: Draw checkmarks, handle detecting check mark clicks
24076         * TreeNode.cs: Add a bounding box for the checkbox, refresh the
24077         tree when a check is changed. TODO: Only refresh the checked node.
24078
24079 2004-12-30  Jackson Harper  <jackson@ximian.com>
24080
24081         * TreeView.cs: Draw checkbox boxes when checkboxes are enabled.
24082         * TreeNode.cs: When collapsing make sure to never collapse the
24083         root node.
24084
24085 2004-12-29  Jackson Harper  <jackson@ximian.com>
24086
24087         * TreeView.cs: Align lines to the bottom of plus minus boxes properly.
24088         
24089 2004-12-28  Zoltan Varga  <vargaz@freemail.hu>
24090
24091         * X11Structs.cs X11Keyboard.cs XplatUIX11.cs: Fix 64 bit issues.
24092
24093 2004-12-28  Peter Bartok  <pbartok@novell.com>
24094
24095         * MessageBox.cs (get_CreateParams): Don't use owner var if it's
24096           not yet assigned
24097
24098 2004-12-28  Peter Bartok  <pbartok@novell.com>
24099
24100         * Control.cs (WndProc): Added WM_HELP handler, now generates
24101           HelpRequested event
24102         * Form.cs: Added HelpButton property and required support code
24103         * XplatUIStructs.cs: Added HELPINFO structure for WM_HELP handling
24104
24105 2004-12-28  Peter Bartok  <pbartok@novell.com>
24106
24107         * CommonDialog.cs:
24108           - Made DialogForm.owner variable internal
24109           - Added check to ensure owner form is set before setting
24110             owner properties in CreateParams
24111
24112 2004-12-28  Geoff Norton  <gnorton@customerdna.com>
24113
24114         * XplatUIOSX.cs: Implement mouse hovering.  Fix QDPoint struct to avoid
24115           swizzling.  Implement ClientToScreen and ScreenToClient.  Implement
24116           GetCursorPos.  Fix major visibility issues.  Rework the windowing
24117           system to support borderless/titleless windows (implements menus).
24118           Fix GetWindowPos.  Implement initial background color support for
24119           views.
24120
24121 2004-12-28  Peter Bartok  <pbartok@novell.com>
24122
24123         * Form.cs (get_CreateParams): Make sure we have an owner before using
24124           the owner variable. Implement proper default if no owner exists
24125
24126 2004-12-28  Peter Bartok  <pbartok@novell.com>
24127
24128         * In preparation for making Managed.Windows.Forms the default build target
24129           for System.Windows.Forms, the following stubbed files were added.
24130           Dialogs are currently being implemented by contributors and are only
24131           short-term place holders.
24132         * ColorDialog.cs: Initial check-in (minmal stub)
24133         * DataGrid.cs: Initial check-in (minimal stub)
24134         * DataGridLineStyle.cs: Initial check-in (minimal stub)
24135         * DataGridParentRowsLabelStyle.cs: Initial check-in (minimal stub)
24136         * DataGridTableStyle.cs: Initial check-in (minimal stub)
24137         * FontDialog.cs: Initial check-in (minimal stub)
24138         * FileDialog.cs: Initial check-in (minimal stub)
24139         * GridColumnStylesCollection.cs: Initial check-in (minimal stub)
24140         * GridTableStylesCollection.cs: Initial check-in (minimal stub)
24141         * OpenFileDialog: Initial check-in (minimal stub)
24142         * IComponentEditorPageSite.cs: Initial check-in
24143         * Splitter.cs: Initial check-in (for Jackson)
24144         * SplitterEventArgs.cs: Initial check-in (for Jackson)
24145         * SplitterEventHandler.cs: Initial check-in (for Jackson)
24146         * TextBox.cs: Initial check-in; still needs some wiring to
24147           TextControl backend
24148         * Form.cs: Implemented ControlBox property
24149         * MessageBox.cs: Added proper coding for Minimize/Maximize/ControlBox
24150         * CommonDialog.cs: Added proper coding for Minimize/Maximize/ControlBox
24151         * TextControl.cs: Added selection functionality; added todo header
24152         * TextBoxBase.cs:
24153           - Implemented Lines property
24154           - Implemented TextHeight property
24155           - Implemented SelectedText property
24156           - Implemented SelectionLength property
24157           - Implemented SelectAll method
24158           - Implemented ToString method
24159           - Removed and cleaned up some debug code
24160           - Implemented (still buggy) mouse text selection
24161
24162 2004-12-27  Jordi Mas i Hernandez <jordi@ximian.com>
24163
24164         * ComboBox.cs: Complete DropDownList implementation, fixes.
24165
24166 2004-12-26  Jordi Mas i Hernandez <jordi@ximian.com>
24167
24168         * ThemeWin32Classic, Theme.cs: ComboBox drawing methods
24169         * ComboBoxStyle.cs: ComboBoxStyle enum
24170         * ComboBox.cs: Initial work on ComboBox control
24171
24172 2004-12-21  Peter Bartok  <pbartok@novell.com>
24173
24174         * Control.cs (ctor, CreateParams): Moved setting of is_visible
24175           forward so that anything that creates a window gets the default,
24176           also no longer uses Visible property in CreateParams to avoid
24177           walking up the parent chain and possibly get the wrong visible
24178           status. Fixed IsVisible to no longer walk up to the parent.
24179
24180 2004-12-21  Peter Bartok  <pbartok@novell.com>
24181
24182         * Form.cs (ShowDialog): Unset modality for the proper window
24183  
24184 2004-12-20  Peter Bartok  <pbartok@novell.com>
24185
24186         * CommonDialog.cs: Initial check-in
24187
24188 2004-12-20  Peter Bartok  <pbartok@novell.com>
24189
24190         * Control.cs (Visible): Now uses the parent window instead of the
24191           client area window for the property
24192
24193         * Form.cs
24194           - ShowDialog(): Now uses the proper window for modality
24195           - The default visibility state for the form parent is now false. This
24196             will prevent the user from seeing all the changes to the form and
24197             its controls before the application hits Application.Run()
24198           - Removed some stale commented out code
24199
24200         * NativeWindow.cs:
24201           - Added FindWindow() method to have a method to check for existence
24202             of a window handle
24203           - Added ability to override default exception handling (for example
24204             when debugging with VS.Net; to do this the ExternalExceptionHandler
24205             define must be set
24206           - Removed some useless debug output
24207
24208         * XplatUIX11.cs:
24209           - Removed r37929 (SetModal patch from Ashwin Bharambe), was
24210             not working as expected
24211           - Implemented modal_window stack and checking for _WM_ACTIVE_WINDOW
24212             property to allow switching back to the modal window if focus is
24213             given to another one of our windows (Application Modal)
24214           - Now only sets override_redirect if we create a window
24215             without WS_CAPTION
24216           - Moved EventMask selection before mapping of newly created window
24217             so we can catch the map event as well
24218           - Implemented Activate() method via the _WM_ACTIVE_WINDOW property
24219           - Added various Atom related DllImports
24220           - Implemented Exit() method
24221           - .ctor() : No longer shows window if WS_VISIBLE is not defined
24222             in the CreateParams
24223
24224         * MessageBox.cs: Now properly deals with the FormParent window by
24225           providing an override the FormParent CreateParams property to
24226           set as POPUP instead of OVERLAPPED window.
24227
24228 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
24229
24230         * XplatUIOSX.cs: Implement DestroyWindow.  Implement ScrollWindow
24231         Minor code cleanup.
24232
24233 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
24234         
24235         * XplatUIOSX.cs (SetModal): Implement this method on OSX.
24236
24237 2004-12-18  Peter Bartok  <pbartok@novell.com>
24238
24239         * XplatUIX11.cs (SetModal): Applied patch from Ashwin Bharambe,
24240           implementing SetModal() method
24241
24242 2004-12-18  Peter Bartok  <pbartok@novell.com>
24243
24244         * X11Structs.cs (XGCValues): Fixed type of function element
24245         * XplatUI.cs: Added ScrollWindow() method
24246         * XplatUIDriver.cs: Added ScrollWindow() abstract
24247         * XplatUIWin32.cs: Implemented ScrollWindow() method
24248         * XplatUIX11.cs: Implemented ScrollWindow() method
24249         * XplatUIOSX.cs: Stubbed out ScrollWindow() method
24250
24251 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
24252
24253         * XplatUIOSX.cs:  Fix cursor to use an Invert instead of drawing it
24254         Some more keyboard support (INCOMPLETE)
24255
24256 2004-12-17  Peter Bartok  <pbartok@novell.com>
24257
24258         * TextControl.cs:
24259         - Added color attribute to line tags.
24260         - Added color argument to all functions dealing with tags
24261         - Added color argument support to various functions
24262         - Fixed miss-calculation of baseline/shift in certain circumstances
24263
24264         * TextBoxBase.cs: Added new color option to test code
24265
24266 2004-12-17  Jackson Harper  <jackson@ximian.com>
24267
24268         * TreeNode.cs:
24269         * MonthCalendar.cs: Signature fixes
24270
24271 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
24272
24273         * XplatUIOSX.cs: Find the missing caret; caret was dissappearing after a
24274         keyboard event moved it.  Create a new graphics context for each paint resolves this
24275
24276 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
24277
24278         * XplatUIOSX.cs: Fix hard cpu eat on loop with existing timers,
24279         Make caret exist and go blink blink.  Initial keyboard support.
24280         Fix exception handler, Add Invalidate support.  Change way RefreshWindow
24281         works.
24282
24283 2004-12-17  Jackson Harper  <jackson@ximian.com>
24284
24285         * XplatUIStructs.cs: Updated set of virtual keycodes.
24286         * KeyboardLayouts.cs: SCROLL_LOCK is now SCROLL
24287
24288 2004-12-17  Jackson Harper  <jackson@ximian.com>
24289
24290         * XplatUIX11.cs: Prune old keyboard code.
24291
24292 2004-12-17  Jackson Harper  <jackson@ximian.com>
24293
24294         * XplatUIX11.cs: When generating mouse wparams get the modifier
24295         keys from the ModifierKeys property.
24296
24297 2004-12-17  Jackson Harper  <jackson@ximian.com>
24298
24299         * X11Keyboard.cs: Send up/down input when generating
24300         messages. Remove some unused vars.
24301
24302 2004-12-17  Jackson Harper  <jackson@ximian.com>
24303
24304         * TabControl.cs:
24305         * TreeView.cs: get rid of warnings.
24306
24307 2004-12-17  Jackson Harper  <jackson@ximian.com>
24308
24309         * XplatUIStructs.cs: Fix a couple wrong virtual keycodes.
24310
24311 2004-12-17  Jordi Mas i Hernandez <jordi@ximian.com>
24312
24313         * ListBox.cs: bug fixes, changes for CheckedListBox.cs
24314           CheckedListBox.cs: Implementation
24315
24316 2004-12-17  Peter Bartok  <pbartok@novell.com>
24317
24318         * TextControl.cs (RecalculateLine): Fixed baseline aligning calcs
24319
24320 2004-12-16  Peter Bartok  <pbartok@novell.com>
24321
24322         * TextControl.cs:
24323           - InsertCharAtCaret(): Fixed start pos fixup
24324           - CaretLine_get: No longer derives the line from the tag, the tag
24325             could be stale if lines in the document have been added or deleted
24326           - RebalanceAfterDelete(): Fixed bug in balancing code
24327           - RebalanceAfterAdd(): Fixed really stupid bug in balancing code
24328           - Line.Streamline(): Now can also elminate leading empty tags
24329           - DumpTree(): Added a few more tests and prevented exception on
24330             uninitialized data
24331           - Added Debug section for Combining lines
24332           - Delete(): Now copies all remaining properties of a line
24333           
24334         * TextBoxBase.cs:
24335           - Left mousebutton now sets the caret (and middle button still acts
24336             as formatting tester, which must go away soon)
24337           - Added Debug section for Deleting/Combining lines
24338           - Fixed calculations for UpdateView after Combining lines
24339
24340 2004-12-16  Peter Bartok  <pbartok@novell.com>
24341
24342         * TextControl.cs: Now properly aligns text on a baseline, using the
24343           new XplatUI.GetFontMetrics() method. Simplified several calculations
24344         * TextBoxBase.cs: Moved #endif to allow compiling if Debug is not
24345           defined
24346
24347 2004-12-16  Peter Bartok  <pbartok@novell.com>
24348
24349         * XplatUI.cs: Added GetFontMetrics() method
24350         * XplatUIDriver.cs: Added GetFontMetrics() abstract
24351         * XplatUIX11.cs: Implemented GetFontMetrics() method, now calls
24352           into libgdiplus, our private GetFontMetrics function
24353         * XplatUIOSX.cs: Implemented GetFontMetrics() method, same as X11
24354         * XplatUIWin32.cs: Implemented GetFontMetrics() method
24355
24356 2004-12-16  Jackson Harper  <jackson@ximain.com>
24357
24358         * XplatUIStruct.cs: Add enum for dead keys
24359         * X11Keyboard.cs: Map and unmap dead keys.
24360
24361 2004-12-16  Jackson Harper  <jackson@ximian.com>
24362
24363         * X11Keyboard.cs: Detect and use the num lock mask.
24364
24365 2004-12-16  Peter Bartok  <pbartok@novell.com>
24366
24367         * Control.cs (CreateGraphics): Added check to make sure the
24368           handle of the window exists before calling Graphics.FromHwnd()
24369
24370 2004-12-16  Peter Bartok  <pbartok@novell.com>
24371
24372         * TextBoxBase.cs: Initial check-in. DO NOT TRY TO USE THIS YET. It
24373           contains a lot of code that's not supposed to be there for the
24374           real thing, but required for developing/testing the textbox
24375           backend.
24376
24377 2004-12-16  Peter Bartok  <pbartok@novell.com>
24378
24379         * TextControl.cs:
24380         - Fixed Streamline method
24381         - Added FindTag method to Line
24382         - Added DumpTree method for debugging
24383         - Added DecrementLines() method for deleting lines
24384         - Fixed UpdateView to update the cursor to end-of-line on single-line
24385           updates
24386         - Added PositionCaret() method
24387         - Fixed MoveCaret(LineDown) to move into the last line, too
24388         - Added InsertChar overload
24389         - Fixed InsertChar tag offset calculations
24390         - Added DeleteChar() method
24391         - Added Combine() method for folding lines
24392         - Fixed Delete() method, no longer allocates wasted Line object and
24393           now copies all properties when swapping nodes
24394         - Delete() method now updates document line counter
24395
24396 2004-12-15  Jackson Harper  <jackson@ximian.com>
24397
24398         * XplatUIX11.cs: Get the modifier keys from the keyboard driver
24399         * X11Keyboard.cs: Expose the currently selected modifier keys
24400         through a property.
24401
24402 2004-12-15  Peter Bartok  <pbartok@novell.com>
24403
24404         * TextControl.cs: Initial check-in. Still incomplete
24405
24406 2004-12-15  Jackson Harper  <jackson@ximian.com>
24407
24408         * TreeNode.cs:
24409         * TreeView.cs: Fix build on csc (second time today ;-))
24410
24411 2004-12-15  Jackson Harper  <jackson@ximian.com>
24412
24413         * TreeView.cs: Store the treenodes plus/minus box bounds when it
24414         is calculated and use this for click testing.
24415         * TreeNode.cs: Add functionality to store the nodes plus minus box bounds.
24416
24417 2004-12-15  Jackson Harper  <jackson@ximian.com>
24418
24419         * TreeView.cs: Pass the nodes image index to the image list when
24420         drawing that image.
24421
24422 2004-12-15  Jackson Harper  <jackson@ximian.com>
24423
24424         * X11Keyboard.cs: Set messages hwnd.
24425         * XplatUIX11.cs: Pass proper hwnd wot keyboard driver. Set hwnd on
24426         post_message calls.
24427
24428 2004-12-15  Jackson Harper  <jackson@ximian.com>
24429
24430         * X11Keyboard.cs: Fix to compile with csc.
24431         
24432 2004-12-15  Jackson Harper  <jackson@ximian.com>
24433
24434         * X11Structs.cs: Add key mask values
24435         * XplatUIStruct.cs: Add keyboard event flags, and keyboard definitions
24436         * X11Keyboard.cs: New file - Extrapolates and interpolates key
24437         down/up foo into WM_CHAR foo
24438         * KeyboardLayouts.cs: Common keyboard layouts
24439         * XplatUIX11.cs: Add the keyboard driver. Add functionality to
24440         post messages into the main queue.
24441
24442 2004-12-13  Jordi Mas i Hernandez <jordi@ximian.com>
24443
24444         * Button.cs: implement ProcessMnemonic
24445         * ThemeWin32Classic.cs: use ResPool (caching) instead of creating
24446           brushes everytime
24447         * Control.cs: fixes IsMnemonic (support for &&, case insensitive, etc)
24448         * ButtonBase.cs: Show HotkeyPrefix (not the &)
24449
24450 2004-12-12  John BouAntoun  <jba-mon@optusnet.com.au>
24451         
24452         * MonthCalendar.cs: Implemented click-hold for next/previous month
24453           and date selection
24454           
24455 2004-12-11  Peter Bartok  <pbartok@novell.com>
24456
24457         * X11Structs.cs:
24458           - Added XKeyboardState (moved from XplatUIX11.cs)
24459           - Added XCreateGC related enums and structures
24460           - Added GXFunction for XSetFunction
24461
24462         * XplatUIStructs.cs: Added missing WS_EX_xxx definitions
24463
24464         * XplatUI.cs: Added CreateCaret(), DestroyCaret(), SetCaretPos() and
24465           CaretVisible() calls
24466
24467         * ToolTip.cs: Added code to prevent stealing focus from app windows
24468
24469         * XplatUIDriver.cs: Added abstracts for caret functions (CreateCaret,
24470           DestroyCaret, SetCaretPos and CaretVisible)
24471
24472         * XplatUIX11.cs:
24473           - Added implementation for caret functions
24474           - Moved hover variables into a struct, to make it a bit easier
24475             on the eyes and to debug
24476           - Removed XKeyboardState (moved to XplatUIX11.cs)
24477           - Moved Keyboard properties into the properties region
24478
24479         * Control.cs (get_Region): Control.CreateGraphics is the appropriate
24480           call to get a graphics context for our control
24481
24482         * XplatUIOSX.cs: Added empty overrides for the new caret functions
24483
24484         * TreeView.cs: Fixed bug. No matter what color was set it would always
24485           return SystemColors.Window
24486
24487         * XplatUIWin32.cs: Implemented caret overrides
24488
24489 2004-12-10  Jordi Mas i Hernandez <jordi@ximian.com>
24490
24491         * ListBox.cs: fire events, implement missing methods and properties,
24492         sorting.
24493
24494 2004-12-10  John BouAntoun <jba-mono@optusnet.com.au>
24495
24496         * MonthCalendar.cs: invalidation bug fixing
24497         * ThemeWin32Classic.cs: paint fixing
24498
24499 2004-12-09  Geoff Norton  <gnorton@customerdna.com>
24500
24501         * XplatUIOSX.cs: Refactor to pass the real hwnd into Graphics.FromHwnd, we
24502         prepare the CGContextRef there now.
24503
24504 2004-12-09  John BouAntoun <jba-mono@optusnet.com.au>
24505
24506         * MonthCalendar.cs:
24507           - optimisationL only invalidate areas that have changed
24508         * ThemeWin32Classic.cs:
24509           - only paint parts that intersect with clip_area
24510
24511 2004-12-09  Peter Bartok  <pbartok@novell.com>
24512
24513         * Application.cs: Undid changes from r37004 which cause problems
24514         on X11
24515
24516 2004-12-09  Ravindra  <rkumar@novell.com>
24517
24518         * ToolBar.cs: Added support for displaying ContextMenu
24519         attached to a button on ToolBar.
24520         * ToolBarButton.cs: Uncomment/fixed the DropDownMenu
24521         property.
24522
24523 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
24524
24525         * Label.cs: autosize works in text change and removes unnecessary
24526         invalidate
24527
24528 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
24529
24530         * ThemeWin32Classic.cs, XplatUIOSX.cs, XplatUIWin32.cs:
24531         remove warnings
24532
24533 2004-12-08  Geoff Norton  <gnorton@customerdna.com>
24534
24535         * XplatUIOSX.cs: Added mouse move/click/grab support
24536         Remove some debugging WriteLines not needed anymore.
24537         Add window resizing/positioning.
24538         Fix visibility on reparenting.
24539
24540 2004-12-08  Peter Bartok  <pbartok@novell.com>
24541
24542         * XplatUIOSX.cs: Added Idle event, now compiles on VS.Net
24543
24544 2004-12-07  Geoff Norton  <gnorton@customerdna.com>
24545
24546         * XplatUIOSX.cs: Initial checkin
24547         * XplatUI.cs: Use the Quartz driver if the environment is set to use it
24548
24549 2004-12-03  Ravindra <rkumar@novell.com>
24550
24551         * ListView.cs: Added some keybindings and fixed scrolling.
24552         ScrollBars listen to ValueChanged event instead of Scroll
24553         Event. This would let us take care of all changes being
24554         done in the scrollbars' values programmatically or manually.
24555         * ListView.cs (CanMultiselect): Added a check for shift key.
24556         * ListView.cs (EnsureVisible): Fixed. Do proper scrolling.
24557         * ListViewItem.cs (Clone): Fixed. We need to make a copy
24558         of ListViewSubItemCollection as well.
24559
24560 2004-12-06  Peter Bartok <pbartok@novell.com>
24561
24562         * Control.cs (Parent): Added check and exception to prevent
24563         circular parenting
24564
24565 2004-12-03  Jordi Mas i Hernandez <jordi@ximian.com>
24566
24567         * ListBox.cs: implemented clipping, selection single and multiple,
24568         bug fixing
24569
24570 2004-12-03  Ravindra <rkumar@novell.com>
24571
24572         * ListView.cs (ListView_KeyDown):
24573         * ListView.cs (ListView_KeyUp): Fixed multiple selection handling
24574         when CTRL key is pressed.
24575         * ListViewItem.cs (Selected): Fixed setting the property.
24576
24577 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
24578
24579         * Application.cs (OnThreadException): Use ThreadExceptionDialog.
24580
24581         * Form.cs: Add ActiveForm, FormBorderStyle, MaximizeBox,
24582         MinimizeBox, ShowInTaskbar, TopMost properties.
24583
24584         * ThreadExceptionDialog.cs: Implemented (disabled TextBox until
24585         will be implemented).
24586
24587 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
24588
24589         * OwnerDrawPropertyBag.cs: New internal parameterless ctor.
24590
24591         * TreeNode.cs: Implemented ICloneable, Fixed to pass my simple
24592         tests.
24593         
24594         * TreeNodeCollection.cs: Add exception throwing for Add,AddRange.
24595         
24596         * TreeView.cs: BackColor is Colors.Window.
24597
24598 2004-12-01  Jackson Harper  <jackson@ximian.com>
24599
24600         * TreeView.cs: When resizing the tree if the user is making it
24601         smaller we don't get expose events, so we need to handle adding
24602         the horizontal scrollbar in the size changed handler as well as
24603         the expose handler.
24604
24605 2004-12-02  Jordi Mas i Hernandez <jordi@ximian.com>
24606
24607         * DrawItemState.cs: fixes wrong enum values
24608
24609 2004-12-01  Jackson Harper  <jackson@ximian.com>
24610
24611         * TreeView.cs: Resize the hbar as well as the vbar on resize.
24612
24613 2004-12-01  Jackson Harper  <jackson@ximian.com>
24614
24615         * NodeLabelEditEventArgs.cs:
24616         * NodeLabelEditEventHandler.cs:
24617         * OpenTreeNodeEnumerator.cs:
24618         * TreeNode.cs:
24619         * TreeNodeCollection.cs:
24620         * TreeView.cs:
24621         * TreeViewAction.cs:
24622         * TreeViewCancelEventArgs.cs:
24623         * TreeViewCancelEventHandler.cs:
24624         * TreeViewEventArgs.cs:
24625         * TreeViewEventHandler.cs: Initial implementation.
24626
24627 2004-12-01  Ravindra <rkumar@novell.com>
24628
24629         * ListView.cs (CalculateListView): Fixed scrolling related
24630         calculations. Also, removed some debug statements from other
24631         places.
24632         * ListViewItem.cs: Changed access to 'selected' instance variable
24633         from private to internal.
24634         * ThemeWin32Classic.cs (DrawListViewItem): Fixed SubItem drawing.
24635
24636 2004-12-01  Jordi Mas i Hernandez <jordi@ximian.com>
24637
24638         * ThemeWin32Classic.cs: remove cache of brush and pens for
24639         specific controls and use the global system, fixes scrollbutton
24640         bugs (for small sizes, disabled, etc)
24641         
24642         * ScrollBar.cs: does not show the thumb for very small controls
24643         (as MS) and allow smaller buttons that the regular size
24644
24645 2004-12-01  Miguel de Icaza  <miguel@ximian.com>
24646
24647         * UpDownBase.cs: Add abstract methods for the interface.
24648         Add new virtual methods (need to be hooked up to TextEntry when it
24649         exists).
24650         Add override methods for most features.
24651         Computes the size, forces the height of the text entry.
24652
24653         * NumericUpDown.cs: Put here the current testing code.
24654
24655         * Set eol-style property on all files that do not have mixed line
24656         endings, to minimize the future problems.  There are still a few
24657         files with mixed endings, and someone should choose whether they
24658         want to move it or not.
24659
24660 2004-11-30  Jordi Mas i Hernandez <jordi@ximian.com>
24661
24662         * MonthCalendar.cs, ListView.cs: use Theme colours instead of
24663         System.Colors
24664         
24665 2004-11-30  Ravindra <rkumar@novell.com>
24666
24667         * ThemeWin32Classic.cs (DrawListViewItem): Fixed selected item
24668         drawing and replaced use of SystemColors by theme colors.
24669         * ListView.cs (ListView_Paint): Fixed painting done during scrolling.
24670         * ListView.cs (ListViewItemCollection.Add): Throw exception when
24671         same ListViewItem is being added more than once.
24672
24673 2004-11-30  John BouAntoun <jba-mono@optusnet.com.au>
24674
24675         * MonthCalendar.cs:
24676           - ControlStyles love to make the control not flicker
24677           
24678 2004-11-30  Peter Bartok  <pbartok@novell.com>
24679
24680         * CharacterCasing.cs: Added
24681
24682 2004-11-29  Peter Bartok  <pbartok@novell.com>
24683
24684         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
24685           TreeViewAction.cs, TreeViewEventArgs.cs: Removed new files.
24686           I am removing these files as they conflict with already completed
24687           work. While it is fantastic to get contributions to MWF, I
24688           respectfully ask that everyone please coordinate their contributions
24689           through mono-winforms-list or #mono-winforms at this time. We're
24690           explicitly avoiding stubbing and don't want controls that don't have
24691           their basic functionality implemented in svn. Please also see
24692           http://www.mono-project.com/contributing/winforms.html
24693
24694
24695 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
24696
24697         * Application.cs (ModalRun): Don't hang after exit.
24698
24699         * Theme.cs: New TreeViewDefaultSize property.
24700
24701         * ThemeWin32Classic.cs: Replaced hardcoded defaultWindowBackColor
24702         with less hardcoded SystemColors constant.
24703         Implemented TreeViewDefaultSize.
24704
24705         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
24706         TreeViewAction.cs, TreeViewEventArgs.cs: New files.
24707
24708
24709 2004-11-29  John BouAntoun <jba-mono@optusnet.com.au>
24710
24711         * MonthCalendar.cs:
24712           - Fix NextMonthDate and PrevMonthDate click moving calendar
24713
24714 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
24715
24716         * MonthCalendar.cs:
24717           - Fix usage of ScrollChange Property when scrolling months
24718
24719 2004-11-26  Jordi Mas i Hernandez <jordi@ximian.com>
24720
24721         * Menu.cs, MainMenu.cs, MenuItem.cs, MenuAPI.cs
24722          - Fixes menu destroying
24723          - Support adding and removing items on already created menus
24724
24725 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
24726
24727         * MonthCalendar.cs:
24728           - Re-worked all bolded dates handling to match win32
24729         * ThemeWin32Classic.cs:
24730           - Fixed rendering with bolded dates
24731
24732 2004-11-25  Jordi Mas i Hernandez <jordi@ximian.com>
24733
24734         * ListBox.cs, Theme.cs, ThemeWin32Classic.cs:
24735         - Horizontal scroolbar
24736         - Multicolumn
24737         - Fixes
24738
24739
24740 2004-11-25  John BouAntoun <jba-mono@optusnet.com.au>
24741
24742         * MonthCalendar.cs:
24743           - Fix Usage of MaxSelectionCount from SelectionRange
24744           - Fixed Shift + Cursor Selection
24745           - Fixed Shift + (Pg up/Pg dn, Home/End) selection
24746           - Fixed normal cursor selection to be compat with win32
24747           - Fixed Shift + Mouse Click selection
24748
24749 2004-11-24  Peter Bartok <pbartok@novell.com>
24750
24751         * XplatUI.cs (DispatchMessage): Switched to return IntPtr
24752         * XplatUIDriver.cs (DispatchMessage): Switched to return IntPtr
24753         * XplatUIX11.cs:
24754           - CreatedKeyBoardMsg now updates keystate with Alt key
24755           - Added workaround for timer crash to CheckTimers, Jackson will
24756             develop a proper fix and check in later
24757           - Implemented DispatchMessage
24758           - Removed calling the native window proc from GetMessage (call
24759             now moved to DispatchMessage)
24760
24761         * KeyEventArgs.cs (Constructor): Now combines modifierkeys into
24762           the keydata (Fixes bug #69831)
24763
24764         * XplatUIWin32.cs:
24765           - (DispatchMessage): Switched to return IntPtr
24766           - Added DllImport for SetFocus
24767
24768 2004-11-24  Ravindra <rkumar@novell.com>
24769
24770         * ThemeWin32Classic.cs: Fixed ListView border and checkbox
24771         background drawing.
24772         * ListViewItem.cs: Fixed various properties, calculations
24773         and Clone() method. Fixed ListViewSubItemCollection.Clear() method.
24774         * ListView.cs: Fixed calculations, BackColor, ForeColor properties
24775         and some internal properties. Fixed MouseDown handler and Paint
24776         method.
24777
24778 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
24779
24780         * MonthCalendar.cs: Add TitleMonth ContextMenu handling
24781
24782 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
24783
24784         * ContainerControl.cs: correct accidental check in of local changes
24785
24786 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
24787
24788         * ThemeWin32Classic.cs:
24789                 - Fixed Drawing Last month in grid (sometimes not showing)
24790         * MonthCalendar.cs:
24791                 - Fixed title width calculation bug (makeing title small)
24792
24793 2004-11-23  Peter Bartok <pbartok@novell.com>
24794
24795         * XplatUIX11.cs:
24796           - Added generation of WM_MOUSEHOVER event
24797           - Added missing assignment of async_method atom
24798           - Fixed WM_ERASEBKGND; now only redraws the exposed area
24799
24800 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
24801
24802         * ThemeWin32Classic.cs:
24803                 - Fixed Drawing of today circle when showtodaycircle not set
24804                 - fixed drawing of first and last month in the grid (gay dates)
24805         * MonthCalendar.cs:
24806                 - Fixed Drawing of today circle
24807                 - Fixed drawing of grady dates
24808                 - Fixed HitTest for today link when ShowToday set to false
24809                 - Fixed DefaultSize to obey ShowToday
24810
24811 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
24812
24813         * ThemeWin32Classic.cs: Fixed DrawMonthCalendar and private support methods
24814         * System.Windows.Forms/Theme.cs
24815         * MonthCalendar.cs: added for MonthCalendar
24816         * SelectionRange.cs: added for MonthCalendar
24817         * Day.cs: added for MonthCalendar: added for MonthCalendar
24818         * DateRangeEventArgs.cs: added for MonthCalendar
24819         * DateRangeEventHandler.cs: added for MonthCalendar
24820
24821 2004-11-22  Ravindra <rkumar@novell.com>
24822
24823         * ThemeWin32Classic.cs: Fixed ListViewDrawing with 'UseItemStyleForSubItems'
24824         property.
24825
24826 2004-11-22  Miguel de Icaza  <miguel@ximian.com>
24827
24828         * UpDownBase.cs (InitTimer): Use prehistoric C# 1.0 notation for
24829         event handler.
24830         
24831         * NumericUpDown.cs: Added new implementation.
24832         * UpDownBase.cs: Added new implementation.
24833
24834         * XplatUIWin32.cs (KeyboardSpeed, KeyboardDelay): added default
24835         implementations.
24836         
24837         * XplatUIX11.cs (KeyboardSpeed, KeyboardDelay): added default
24838         implementations.
24839
24840         * XplatUIDriver.cs ((KeyboardSpeed, KeyboardDelay): added new
24841         methods.
24842
24843 2004-11-21  Miguel de Icaza  <miguel@ximian.com>
24844
24845         * Timer.cs  (Dispose): Should call the base dispose when
24846         overriding.
24847
24848 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
24849
24850         * ScrollBar.cs: updates thumb position when max, min or increment
24851         is changed
24852
24853 2004-11-21  Ravindra <rkumar@novell.com>
24854
24855         * ListView.cs: Implemented item selection, activation and
24856         column header style. Fixed properties to do a redraw, if
24857         required. Added support for MouseHover, DoubleClick, KeyDown
24858         and KeyUp event handling and some minor fixes.
24859         * ListViewItem.cs: Fixed constructor.
24860         * ThemeWin32Classic.cs: Improved drawing for ListView.
24861
24862 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
24863
24864         * ThemeWin32Classic.cs: initial listbox drawing code
24865         * DrawMode.cs: new enumerator
24866         * ListControl.cs: stubbed class
24867         * ListBox.cs: initial implementation
24868         * Theme.cs: new methods definitions
24869         * SelectionMode.cs: new enumerator
24870
24871 2004-11-17  Peter Bartok  <pbartok@novell.com>
24872
24873         * XplatUIWin32.cs: Added double-click events to the class style
24874         * Control.cs (WndProc):
24875           - Added handling of click-count to MouseDown/ MouseUp events.
24876           - Added handling of middle and right mouse buttons
24877           - Removed old debug code
24878
24879 2004-11-17  Jackson Harper  <jackson@ximian.com>
24880
24881         * XplatUIX11.cs: Use the new Mono.Unix namespace.
24882
24883 2004-11-17  Ravindra <rkumar@novell.com>
24884
24885         * ListView.cs: Added event handling for MouseMove/Up/Down.
24886         * ColumnHeader.cs: Added a read-only internal property 'Pressed'.
24887         * ThemeWin32Classic.cs: We need to clear the graphics context and
24888         draw column header in a proper state.
24889
24890
24891 2004-11-17  Jordi Mas i Hernandez <jordi@ximian.com>
24892
24893         *  Menu.cs: fixes signature
24894
24895 2004-11-16  Peter Bartok  <pbartok@novell.com>
24896
24897         * XplatUIX11.cs (GetMessage): Implemented generation of
24898           double click mouse messages
24899
24900 2004-11-12  Jordi Mas i Hernandez <jordi@ximian.com>
24901
24902         *  Form.cs, MainMenu.cs, MenuAPI.cs: tracker should be for tracking session
24903         not by menu
24904
24905 2004-11-11  Peter Bartok  <pbartok@novell.com>
24906
24907         * HandleData.cs: Added Visible property
24908         * XplatUIX11.cs (IsVisible): Now uses Visible property from
24909           HandleData
24910         * XplatUIX11.cs: Removed old debug leftovers
24911         * XplatUIX11.cs (DefWndProc): Added WM_ERASEBKGND handler
24912         * Control.cs (WndProc): Removed old debug leftovers,
24913           streamlined handling of WM_WINDOWPOSCHANGED, removed un-
24914           needed WM_SIZE handling
24915
24916 2004-11-11  Jackson Harper  <jackson@ximian.com>
24917
24918         * OwnerDrawPropertyBag.cs:
24919         * TreeViewImageIndexConverter.cs: Initial implementation
24920
24921 2004-11-10  Jackson Harper  <jackson@ximian.com>
24922
24923         * ThemeWin32Classic.cs:
24924         * TabControl.cs: instead of moving tabs by the slider pos just
24925         start drawing at the tab that is offset by the slider. This way
24926         scrolling always moves by exactly one tab.
24927
24928 2004-11-10  Jackson Harper  <jackson@ximian.com>
24929
24930         * TabControl.cs: You can only scroll left when the slider has
24931         already ben moved right.
24932         
24933 2004-11-10  Jackson Harper  <jackson@ximian.com>
24934
24935         * ThemeWin32Classic.cs: Do not draw the selected tab if its not in
24936         the clip area.
24937         
24938 2004-11-10  Jackson Harper  <jackson@ximian.com>
24939
24940         * ThemeWin32Classic.cs: Don't bother drawing tabs outside of the
24941         clip area.
24942         
24943 2004-11-09  Jackson Harper  <jackson@ximian.com>
24944
24945         * TabControl.cs (CalcXPos): New helper method so we can determine
24946         the proper place to start drawing vertical tabs.
24947         * ThemeWin32Classic.cs (DrawTab): Draw right aligned tabs.
24948         
24949 2004-11-09  Jackson Harper  <jackson@ximian.com>
24950
24951         * TabControl.cs: Calculate sizing and rects for left aligned tabs.
24952         * ThemeWin32Classic.cs (GetTabControl*ScrollRect): Only handle Top
24953         and Bottom, left and right are illegal values for this and
24954         multiline is enabled when the alignment is set to left or right.
24955         (DrawTab): Each alignment block should draw the text itself now
24956         because Left requires special love. Also add rendering for Left
24957         aligned tabs.
24958         
24959 2004-11-09  Jordi Mas i Hernandez <jordi@ximian.com>
24960
24961         *  Form.cs, MainMenu.cs, MenuAPI.cs: fixes menu navigation, fixes popups,
24962         does not destroy the windows, removes debugging messages
24963
24964 2004-11-09  jba  <jba-mono@optusnet.com.au>
24965
24966         * ThemeWin32Classic.cs
24967         (DrawButtonBase): Fix verticle text rect clipping in windows
24968         (DrawCheckBox): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
24969         rendering and incorrect text rect clipping
24970         (DrawRadioButton): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
24971         rendering and incorrect text rect clipping
24972         
24973 2004-11-08  Jackson Harper  <jackson@ximian.com>
24974
24975         * ThemeWin32Classic.cs (DrawTabControl): Render tabs from top to
24976         bottom when they are bottom aligned so the bottoms of the tabs get
24977         displayed.
24978         * TabControl.cs (DropRow): Move rows up instead of down when the
24979         tab control is bottom aligned.
24980
24981 2004-11-08 13:59  pbartok
24982
24983         * XplatUIX11.cs:
24984           - Added handling for various window styles
24985           - Added handling for popup windows
24986           - Added SetTopmost handling
24987
24988 2004-11-08 13:55  pbartok
24989
24990         * XplatUIWin32.cs:
24991           - Added argument to SetTopmost method
24992           - Fixed broken ClientToScreen function
24993
24994 2004-11-08 13:53  pbartok
24995
24996         * XplatUIStructs.cs:
24997           - Added missing WS_EX styles
24998
24999 2004-11-08 13:53  pbartok
25000
25001         * XplatUI.cs, XplatUIDriver.cs:
25002           - Added argument to SetTopmost
25003
25004 2004-11-08 13:52  pbartok
25005
25006         * X11Structs.cs:
25007           - Added XSetWindowAttributes structure
25008           - Improved XWindowAttributes structure
25009           - Added SetWindowValuemask enum
25010           - Added window creation arguments enum
25011           - Added gravity enum
25012           - Added Motif hints structure
25013           - Added various Motif flags and enums
25014           - Added PropertyMode enum for property functions
25015
25016 2004-11-08 13:50  pbartok
25017
25018         * Form.cs:
25019           - Fixed arguments for updated SetTopmost method
25020
25021 2004-11-08 13:49  pbartok
25022
25023         * ToolTip.cs:
25024           - Fixed arguments for updated SetTopmost function
25025           - Fixed usage of PointToClient
25026
25027 2004-11-08 13:44  pbartok
25028
25029         * MenuAPI.cs:
25030           - Added Clipping of children and siblings
25031
25032 2004-11-08 13:41  pbartok
25033
25034         * MainMenu.cs:
25035           - Removed SetMenuBarWindow call. We do this in Form.cs
25036
25037 2004-11-08 13:40  jackson
25038
25039         * TabControl.cs, Theme.cs, ThemeWin32Classic.cs: Render the little
25040           scrolling jimmi in the correct location with bottom aligned tabs
25041
25042 2004-11-08 13:36  pbartok
25043
25044         * ContainerControl.cs:
25045           - Implemented BindingContext
25046           - Implemented ParentForm
25047
25048 2004-11-08 12:46  jackson
25049
25050         * TabControl.cs: Put bottom rendered tabs in the right location
25051
25052 2004-11-08 07:15  jordi
25053
25054         * ScrollBar.cs, ThemeWin32Classic.cs: fixes vertical scrollbar and
25055           removes dead code
25056
25057 2004-11-05 17:30  jackson
25058
25059         * TabControl.cs: When selected tabs are expanded make sure they
25060           don't go beyond the edges of the tab control
25061
25062 2004-11-05 14:57  jackson
25063
25064         * TabControl.cs: Reset show_slider so if the control is resized to
25065           a size where it is no longer needed it's not displayed anymore
25066
25067 2004-11-05 13:16  jackson
25068
25069         * TabControl.cs: Make tab pages non visible when added to the
25070           control
25071
25072 2004-11-05 12:42  jackson
25073
25074         * TabControl.cs: Implement SizeMode.FillToRight
25075
25076 2004-11-05 12:16  jackson
25077
25078         * Control.cs: Do not call CreateHandle if the handle is already
25079           created
25080
25081 2004-11-05 11:46  jackson
25082
25083         * TabControl.cs: Remove superflous call to CalcTabRows
25084
25085 2004-11-05 09:07  jackson
25086
25087         * XplatUIX11.cs: Update for Mono.Posix changes
25088
25089 2004-11-05 07:00  ravindra
25090
25091         * ListView.cs, ListViewItem.cs: Implemented some methods and fixed
25092           scrolling.
25093
25094 2004-11-04 22:47  jba
25095
25096         * ThemeWin32Classic.cs:
25097           - Fix Button rendering for FlatStyle = Flat or Popup
25098           - Fix RadioButton and CheckBox rendering when Appearance = Button
25099             (normal and flatstyle).
25100           - Correct outer rectangle color when drawing focus rectangle
25101           - Adjust button bounds to be 1 px smaller when focused
25102           - Make button not draw sunken 3d border when pushed (windows compat)
25103           - Fix CPDrawBorder3D to not make bottom right hand corner rounded
25104           - Offset the text in RadioButton and Checkbox when being rendered as
25105           a button.
25106           - Hover and Click behaviour for Colored FlatStyle.Flat and Popup
25107           radiobuttons
25108           - Fixed disabled rendering for colored flatstyle radiobuttons (both)
25109           - Fixed disabled text rendering for normally rendered radiobuttons
25110
25111 2004-11-04 10:26  jackson
25112
25113         * TabControl.cs: Recalculate tab rows when resizing
25114
25115 2004-11-04 07:47  jordi
25116
25117         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs:
25118           collection completion, drawing issues, missing features
25119
25120 2004-11-04 05:03  ravindra
25121
25122         * ScrollBar.cs:
25123                 - We need to recalculate the Thumb area when
25124                 LargeChange/maximum/minimum values are changed.
25125           - We set the 'pos' in UpdatePos() method to minimum, if it's less
25126                 than minimum. This is required to handle the case if large_change is
25127                 more than max, and use LargeChange property instead of large_change
25128                 variable.
25129           - We return max+1 when large_change is more than max, like MS does.
25130
25131 2004-11-04 04:29  ravindra
25132
25133         * ColumnHeader.cs, ListView.cs, ListViewItem.cs:
25134                 - Changed default value signatures (prefixed all with ListView).
25135                 - Fixed/implemented layout LargeIcon, SmallIcon and List views for
25136                 ListView.
25137           - Fixed calculations for ListViewItem and implemented Clone()
25138           method.
25139
25140 2004-11-04 04:26  ravindra
25141
25142         * Theme.cs, ThemeWin32Classic.cs:
25143                 - Changed default ListView values signatures (prefixed all with
25144                 ListView).
25145           - Fixed default size values for VScrollBar and HScrollBar.
25146                 - Fixed DrawListViewItem method.
25147
25148 2004-11-04 04:05  ravindra
25149
25150         * ColumnHeaderStyle.cs: Typo. It should be Nonclickable.
25151
25152 2004-11-04 04:04  ravindra
25153
25154         * ImageList.cs: Implemented the missing overload for Draw method.
25155
25156 2004-11-03 19:29  jackson
25157
25158         * TabControl.cs: Handle dropping rows on selection properly
25159
25160 2004-11-03 11:59  jackson
25161
25162         * TabControl.cs: remove debug code
25163
25164 2004-11-03 11:52  jackson
25165
25166         * TabControl.cs, ThemeWin32Classic.cs: Initial implementation of
25167           the scrolly widgerywoo
25168
25169 2004-11-02 13:52  jackson
25170
25171         * TabControl.cs: Resize the tab pages and tabs when the tab control
25172           is resized
25173
25174 2004-11-02 13:40  jackson
25175
25176         * TabControl.cs, ThemeWin32Classic.cs: Move the row with the
25177           selected tab to the bottom
25178
25179 2004-11-02 13:39  jackson
25180
25181         * TabPage.cs: Store the tab pages row
25182
25183 2004-11-02 12:33  jordi
25184
25185         * MenuItem.cs: fixes handle creation
25186
25187 2004-11-02 11:42  jackson
25188
25189         * TabControl.cs: signature fix
25190
25191 2004-11-02 08:56  jackson
25192
25193         * TabControl.cs: Calculate whether the tab is on an edge properly.
25194           Remove top secret debugging code
25195
25196 2004-11-01 19:57  jackson
25197
25198         * TabControl.cs: Add click handling, and proper sizing
25199
25200 2004-11-01 19:47  jackson
25201
25202         * Theme.cs, ThemeWin32Classic.cs: New rendering and sizing code for
25203           tab controls
25204
25205 2004-11-01 19:39  jackson
25206
25207         * TabPage.cs: add internal property to store the bounds of a tab
25208           page
25209
25210 2004-10-30 04:23  ravindra
25211
25212         * Theme.cs, ThemeWin32Classic.cs: Drawing ListView and some default
25213           values.
25214
25215 2004-10-30 04:21  ravindra
25216
25217         * ListView.cs, ListViewItem.cs: Added support for scrolling and
25218           fixed calculations.
25219
25220 2004-10-30 03:06  pbartok
25221
25222         * XplatUIX11.cs:
25223           - Removed extension of DllImported libs
25224
25225 2004-10-29 09:55  jordi
25226
25227         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: Menu key
25228           navigation, itemcollection completion, menu fixes
25229
25230 2004-10-27 22:58  pbartok
25231
25232         * XplatUIX11.cs:
25233           - Now throws a nice error message when no X display could be opened
25234
25235 2004-10-26 13:51  jordi
25236
25237         * ListView.cs: removes warning
25238
25239 2004-10-26 03:55  ravindra
25240
25241         * ColumnHeader.cs, ListView.cs, ListViewItem.cs,
25242           ThemeWin32Classic.cs: Some formatting for my last checkins.
25243
25244 2004-10-26 03:36  ravindra
25245
25246         * ThemeWin32Classic.cs: Implemented DetailView drawing for ListView
25247           control and default values.
25248
25249 2004-10-26 03:35  ravindra
25250
25251         * Theme.cs: Added some default values for ListView control.
25252
25253 2004-10-26 03:33  ravindra
25254
25255         * ToolBar.cs: ToolBar should use the user specified button size, if
25256           there is any. Added a size_specified flag for the same.
25257
25258 2004-10-26 03:33  ravindra
25259
25260         * ColumnHeader.cs: Added some internal members and calculations for
25261           ColumnHeader.
25262
25263 2004-10-26 03:32  ravindra
25264
25265         * ListViewItem.cs: Calculations for ListViewItem.
25266
25267 2004-10-26 03:31  ravindra
25268
25269         * ListView.cs: Added some internal members and calculations for
25270           ListView.
25271
25272 2004-10-22 13:31  jordi
25273
25274         * MenuAPI.cs: speedup menus drawing
25275
25276 2004-10-22 13:16  jackson
25277
25278         * XplatUIX11.cs: Make sure to update exposed regions when adding an
25279           expose event
25280
25281 2004-10-22 11:49  jackson
25282
25283         * Control.cs: oops
25284
25285 2004-10-22 11:41  jackson
25286
25287         * Control.cs: Check to see if the window should have its background
25288           repainted by X when drawing.
25289
25290 2004-10-22 11:31  jackson
25291
25292         * XplatUIX11.cs: When invalidating areas only use XClearArea if
25293           clear is true, this way we do not get flicker from X repainting the
25294           background
25295
25296 2004-10-22 11:28  jackson
25297
25298         * XEventQueue.cs: Queue properly
25299
25300 2004-10-21 09:38  jackson
25301
25302         * XEventQueue.cs: Fix access modifier
25303
25304 2004-10-21 09:36  jackson
25305
25306         * XEventQueue.cs: Don't loose messages
25307
25308 2004-10-21 09:22  jackson
25309
25310         * XEventQueue.cs: Don't loose messages
25311
25312 2004-10-20 04:15  jordi
25313
25314         * BootMode.cs: enum need it by SystemInfo
25315
25316 2004-10-19 21:58  pbartok
25317
25318         * XplatUIWin32.cs:
25319           - Small sanity check
25320
25321 2004-10-19 21:56  pbartok
25322
25323         * Form.cs:
25324           - Added private FormParentWindow class which acts as the container
25325             for our form and as the non-client area where menus are drawn
25326           - Added/Moved required tie-ins to Jordi's menus
25327           - Fixed/Implemented the FormStartPosition functionality
25328
25329 2004-10-19 21:52  pbartok
25330
25331         * Control.cs:
25332           - Removed unneeded locals
25333           - Added code to all size and location properties to understand and
25334             deal with the parent container of Form
25335
25336 2004-10-19 21:33  pbartok
25337
25338         * Application.cs:
25339           - Fixed to deal with new Form subclasses for menus
25340
25341 2004-10-19 17:48  jackson
25342
25343         * XEventQueue.cs: commit correct version of file
25344
25345 2004-10-19 16:50  jackson
25346
25347         * XEventQueue.cs, XplatUIX11.cs: New optimized event queue
25348
25349 2004-10-19 16:15  jordi
25350
25351         * MenuAPI.cs: MenuBarCalcSize returns the height
25352
25353 2004-10-19 08:31  pbartok
25354
25355         * Control.cs:
25356           - Added missing call to PreProcessMessage before calling OnXXXKey
25357           methods
25358
25359 2004-10-19 00:04  ravindra
25360
25361         * ToolTip.cs: Fixed constructor.
25362
25363 2004-10-18 09:31  jordi
25364
25365         * MenuAPI.cs: menuitems in menubars do not have shortcuts
25366
25367 2004-10-18 09:26  jordi
25368
25369         * MenuItem.cs: fixes MenuItem class signature
25370
25371 2004-10-18 08:56  jordi
25372
25373         * MenuAPI.cs: prevents windows from showing in the taskbar
25374
25375 2004-10-18 00:28  ravindra
25376
25377         * ToolTip.cs: Suppressed a warning message.
25378
25379 2004-10-18 00:27  ravindra
25380
25381         * Control.cs: Default value of visible property must be true.
25382
25383 2004-10-17 23:19  pbartok
25384
25385         * ToolTip.cs:
25386           - Complete implementation
25387
25388 2004-10-17 23:19  pbartok
25389
25390         * XplatUIX11.cs:
25391           - Added EnableWindow method
25392           - Added SetModal stub
25393           - Added generation of WM_ACTIVATE message (still needs testing)
25394           - Added SetTopMost stub
25395           - Changes to deal with VirtualKeys being moved to XplatUIStructs.cs
25396
25397 2004-10-17 23:17  pbartok
25398
25399         * XplatUIWin32.cs:
25400           - Removed VirtualKeys to XplatUIStructs
25401           - Implemented SetTopMost method
25402           - Implemented EnableWindow method
25403           - Bugfix in ScreenToClient()
25404           - Bugfixes in ClientToScreen()
25405
25406 2004-10-17 22:51  pbartok
25407
25408         * XplatUIStructs.cs:
25409           - Added WS_EX styles to WindowStyles enumeration
25410
25411 2004-10-17 22:50  pbartok
25412
25413         * XplatUI.cs, XplatUIDriver.cs:
25414           - Added method for enabling/disabling windows
25415           - Added method for setting window modality
25416           - Added method for setting topmost window
25417
25418 2004-10-17 22:49  pbartok
25419
25420         * ThemeWin32Classic.cs:
25421           - Added ToolTip drawing code
25422
25423 2004-10-17 22:49  pbartok
25424
25425         * Theme.cs:
25426           - Added ToolTip abstracts
25427
25428 2004-10-17 22:47  pbartok
25429
25430         * Form.cs:
25431           - Fixed Form.ControlCollection to handle owner relations
25432           - Added Owner/OwnedForms handling
25433           - Implemented Z-Ordering for owned forms
25434           - Removed unneeded private overload of ShowDialog
25435           - Fixed ShowDialog, added the X11 incarnation of modal handling (or
25436             so I hope)
25437           - Fixed Close(), had wrong default
25438           - Added firing of OnLoad event
25439           - Added some commented out debug code for Ownership handling
25440
25441 2004-10-17 22:16  pbartok
25442
25443         * Control.cs:
25444           - Fixed/implemented flat list of controls
25445
25446 2004-10-17 22:14  pbartok
25447
25448         * Application.cs:
25449           - Added code to simulate modal dialogs on Win32
25450
25451 2004-10-17 16:11  jordi
25452
25453         * ScrollBar.cs: disabled scrollbar should not honor any keyboard or
25454           mouse event
25455
25456 2004-10-17 13:39  jordi
25457
25458         * MenuAPI.cs: menu drawing fixes
25459
25460 2004-10-15 09:10  ravindra
25461
25462         * StructFormat.cs: General Enum.
25463
25464 2004-10-15 09:09  ravindra
25465
25466         * SizeGripStyle.cs: Enum for Form.
25467
25468 2004-10-15 09:08  ravindra
25469
25470         * Theme.cs, ThemeWin32Classic.cs: Added ColumnHeaderHeight property
25471           in Theme for ListView.
25472
25473 2004-10-15 09:06  ravindra
25474
25475         * ColumnHeader.cs: Flushing some formatting changes.
25476
25477 2004-10-15 09:05  ravindra
25478
25479         * ListViewItem.cs: Implemented GetBounds method and fixed coding
25480           style.
25481
25482 2004-10-15 09:03  ravindra
25483
25484         * ListView.cs: Implemented Paint method and fixed coding style.
25485
25486 2004-10-15 07:34  jordi
25487
25488         * MenuAPI.cs: fix for X11
25489
25490 2004-10-15 07:32  ravindra
25491
25492         * ButtonBase.cs, CheckBox.cs, RadioButton.cs:
25493                 - Renamed Paint() method to Draw() for clarity. Also, moved
25494                 DrawImage() to OnPaint().
25495
25496 2004-10-15 07:25  ravindra
25497
25498         * CheckBox.cs, RadioButton.cs:
25499                 - Removed Redraw (), we get it from ButtonBase.
25500                 - Implemented Paint (), to do class specific painting.
25501
25502 2004-10-15 07:16  ravindra
25503
25504         * ButtonBase.cs:
25505                 - Redraw () is not virtual now.
25506                 - Added an internal virtual method Paint (), so that
25507                 derived classes can do their painting on their own.
25508                 - Modified OnPaint () to call Paint ().
25509
25510 2004-10-15 06:43  jordi
25511
25512         * ContextMenu.cs, DrawItemEventHandler.cs, Form.cs, MainMenu.cs,
25513           MenuAPI.cs, MenuItem.cs: menu work, mainmenu, subitems, etc
25514
25515 2004-10-15 00:30  ravindra
25516
25517         * MessageBox.cs:
25518                 - MessageBox on windows does not have min/max buttons.
25519                 This change in CreateParams fixes this on Windows. We
25520                 still need to implement this windowstyle behavior in
25521                 our X11 driver.
25522
25523 2004-10-14 05:14  ravindra
25524
25525         * ToolBar.cs:
25526                 - Changed Redraw () to do a Refresh () always.
25527                 - Fixed the MouseMove event handling when mouse is pressed,
25528                 ie drag event handling.
25529                 - Replaced the usage of ToolBarButton.Pressed property to
25530                 ToolBarButton.pressed internal variable.
25531
25532 2004-10-14 05:10  ravindra
25533
25534         * ToolBarButton.cs:
25535                 - Added an internal member 'inside' to handle mouse move
25536                 with mouse pressed ie mouse drag event.
25537                 - Changed 'Pressed' property to return true only when
25538                 'inside' and 'pressed' are both true.
25539                 - Some coding style love.
25540
25541 2004-10-14 00:17  ravindra
25542
25543         * Form.cs: Fixed class signature. ShowDialog (Control) is not a
25544           public method.
25545
25546 2004-10-14 00:15  ravindra
25547
25548         * ButtonBase.cs: Redraw () related improvements.
25549
25550 2004-10-14 00:14  ravindra
25551
25552         * MessageBox.cs: Moved InitFormSize () out of Paint method and
25553           removed unnecessary calls to Button.Show () method.
25554
25555 2004-10-13 17:50  pbartok
25556
25557         * XplatUIX11.cs:
25558           - Formatting fix
25559           - Removed destroying of window until we solve the problem of X
25560             destroying the window before us on shutdown
25561
25562 2004-10-13 16:32  pbartok
25563
25564         * ButtonBase.cs:
25565           - Now Redraws on MouseUp for FlatStyle Flat and Popup
25566
25567 2004-10-13 14:18  pbartok
25568
25569         * XplatUIX11.cs:
25570           - Added code to destroy the X window
25571
25572 2004-10-13 14:18  pbartok
25573
25574         * XplatUIWin32.cs:
25575           - Added code to destroy a window
25576
25577 2004-10-13 14:12  pbartok
25578
25579         * ButtonBase.cs:
25580           - Added the Redraw on Resize that got dropped in the last rev
25581
25582 2004-10-13 09:06  pbartok
25583
25584         * ThemeWin32Classic.cs:
25585           - Path from John BouAntoun:
25586             * Fix check rendering (centre correctly for normal style, offset
25587               correctly for FlatStyle).
25588             * Fix border color usage (use backcolor) for FlatStyle.Popup
25589             * Use checkbox.Capture instead of checkbox.is_pressed when
25590               rendering flatstyle states.
25591
25592 2004-10-12 21:48  pbartok
25593
25594         * ThemeWin32Classic.cs:
25595           - Removed all occurences of SystemColors and replaced them with the
25596             matching theme color
25597
25598 2004-10-12 21:41  pbartok
25599
25600         * ThemeWin32Classic.cs:
25601           - From John BouAntoun: Added an overload to CPDrawBorder3D to allow
25602             him using the function for flatstyle drawing
25603           - Changed functions to use the new version of CPDrawBorder3D
25604
25605 2004-10-12 21:15  pbartok
25606
25607         * ControlPaint.cs:
25608           - Fixed Dark(), DarkDark(), Light() and LightLight() methods to
25609             match MS documentation. They need to return defined colors if the
25610             passed color matches the configured control color. Thanks to John
25611             BouAntoun for pointing this out.
25612
25613 2004-10-12 20:57  pbartok
25614
25615         * Control.cs:
25616           - Fix from John BouAntoun: Raise ForeColorChanged event when text
25617             color is changed
25618
25619 2004-10-12 20:46  pbartok
25620
25621         * CheckBox.cs:
25622           - Fix from John BouAntoun: Now properly sets the Appearance property
25623
25624 2004-10-12 20:45  pbartok
25625
25626         * ThemeWin32Classic.cs:
25627           - Fixes from John BouAntoun: now handles forecolors and backcolors
25628             for flatstyle rendered controls much better; It also fixes normal
25629             checkbox rendering when pushed or disabled.
25630
25631 2004-10-08 02:50  jordi
25632
25633         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: more menu
25634           work
25635
25636 2004-10-07 08:56  jordi
25637
25638         * ThemeWin32Classic.cs: Removes deletion of cached brushes
25639
25640 2004-10-06 03:59  jordi
25641
25642         * Control.cs, StatusBar.cs, ThemeWin32Classic.cs, ToolBar.cs,
25643           XplatUIWin32.cs: removes warnings from compilation
25644
25645 2004-10-05 12:23  jackson
25646
25647         * RadioButton.cs: Fix ctor
25648
25649 2004-10-05 11:10  pbartok
25650
25651         * MessageBox.cs:
25652           - Partial implementation by Benjamin Dasnois
25653
25654 2004-10-05 10:15  jackson
25655
25656         * ThemeWin32Classic.cs: Improve rendering of the radio button patch
25657           by John BouAntoun
25658
25659 2004-10-05 03:07  ravindra
25660
25661         * ToolBar.cs:
25662                 - Removed a private method, Draw ().
25663                 - Fixed the ButtonDropDown event handling.
25664                 - Fixed MouseMove event handling.
25665
25666 2004-10-05 03:04  ravindra
25667
25668         * ThemeWin32Classic.cs:
25669                 - Added DrawListView method and ListViewDefaultSize property.
25670                 - Changed ControlPaint method calls to CPDrawXXX wherever possible.
25671                 - Changed DOS style CRLF to Unix format (dos2unix).
25672
25673 2004-10-05 03:03  ravindra
25674
25675         * Theme.cs:
25676                 - Added DrawListView method and ListViewDefaultSize property.
25677
25678 2004-10-05 02:42  ravindra
25679
25680         * ToolBarButton.cs: Added an internal member dd_pressed to handle
25681           clicks on DropDown arrow.
25682
25683 2004-10-04 22:56  jackson
25684
25685         * ButtonBase.cs, Label.cs, MenuAPI.cs, ProgressBar.cs,
25686           ScrollBar.cs, StatusBar.cs, ToolBar.cs, TrackBar.cs: Let the base
25687           Control handle the buffers, derived classes should not have to
25688           CreateBuffers themselves.
25689
25690 2004-10-04 21:20  jackson
25691
25692         * StatusBar.cs: The control handles resizing the buffers now.
25693
25694 2004-10-04 21:18  jackson
25695
25696         * Control.cs: When resizing the buffers should be invalidated. This
25697           should be handled in Control not in derived classes.
25698
25699 2004-10-04 14:45  jackson
25700
25701         * TabPage.cs: oops
25702
25703 2004-10-04 02:14  pbartok
25704
25705         * LeftRightAlignment.cs:
25706           - Initial check-in
25707
25708 2004-10-04 01:09  jordi
25709
25710         * ThemeWin32Classic.cs: fixes right button position causing right
25711           button not showing on horizontal scrollbars
25712
25713 2004-10-02 13:12  pbartok
25714
25715         * XplatUIX11.cs:
25716           - Simplified the Invalidate method by using an X call instead of
25717             generating the expose ourselves
25718           - Added an expose when the window background is changed
25719           - Implemented ClientToScreen method
25720
25721 2004-10-02 13:08  pbartok
25722
25723         * XplatUIWin32.cs:
25724           - Added Win32EnableWindow method (test for implementing modal
25725           dialogs)
25726           - Added ClientToScreen method and imports
25727
25728 2004-10-02 13:07  pbartok
25729
25730         * XplatUI.cs, XplatUIDriver.cs:
25731           - Added ClientToScreen coordinate translation method
25732
25733 2004-10-02 13:06  pbartok
25734
25735         * KeyPressEventArgs.cs:
25736           - Fixed access level for constructor
25737
25738 2004-10-02 13:06  pbartok
25739
25740         * NativeWindow.cs:
25741           - Changed access level for the window_collection hash table
25742
25743 2004-10-02 13:05  pbartok
25744
25745         * Form.cs:
25746           - Added KeyPreview property
25747           - Added Menu property (still incomplete, pending Jordi's menu work)
25748           - Implemented ProcessCmdKey
25749           - Implemented ProcessDialogKey
25750           - Implemented ProcessKeyPreview
25751
25752 2004-10-02 13:02  pbartok
25753
25754         * Control.cs:
25755           - Added private method to get the Control object from the window
25756           handle
25757           - Implemented ContextMenu property
25758           - Implemented PointToScreen
25759           - Implemented PreProcessMessage
25760           - Implemented IsInputChar
25761           - Implemented IsInputKey
25762           - Implemented ProcessCmdKey
25763           - Completed ProcessKeyEventArgs
25764           - Fixed message loop to call the proper chain of functions on key
25765           events
25766           - Implemented ProcessDialogChar
25767           - Implemented ProcessDialogKey
25768           - Implemented ProcessKeyMessage
25769           - Implemented ProcessKeyPreview
25770           - Added RaiseDragEvent stub (MS internal method)
25771           - Added RaiseKeyEvent stub (MS internal method)
25772           - Added RaiseMouseEvent stub (MS Internal method)
25773           - Added RaisePaintEvent stub (MS Internal method)
25774           - Added ResetMouseEventArgs stub (MS Internal method)
25775           - Implemented RtlTranslateAlignment
25776           - Implemented RtlTranslateContent
25777           - Implemented RtlTranslateHorizontal
25778           - Implemented RtlTranslateLeftRight
25779           - Added generation of KeyPress event
25780
25781 2004-10-02 05:57  ravindra
25782
25783         * ListViewItem.cs: Added attributes.
25784
25785 2004-10-02 05:32  ravindra
25786
25787         * ListView.cs: Added attributes.
25788
25789 2004-10-01 11:53  jackson
25790
25791         * Form.cs: Implement the Close method so work on MessageBox can
25792           continue.
25793
25794 2004-09-30 14:06  pbartok
25795
25796         * XplatUIX11.cs:
25797           - Bug fixes
25798
25799 2004-09-30 11:34  jackson
25800
25801         * RadioButton.cs: Fix typo. Patch by John BouAntoun.
25802
25803 2004-09-30 07:26  ravindra
25804
25805         * ListViewItemConverter.cs: Converter for ListViewItem.
25806
25807 2004-09-30 07:26  ravindra
25808
25809         * SortOrder.cs: Enum for ListView control.
25810
25811 2004-09-30 07:25  ravindra
25812
25813         * ColumnHeader.cs: Supporting class for ListView control.
25814
25815 2004-09-30 07:24  ravindra
25816
25817         * ListView.cs, ListViewItem.cs: Initial implementation.
25818
25819 2004-09-30 07:20  ravindra
25820
25821         * ItemActivation.cs: Enum for ListView Control.
25822
25823 2004-09-29 20:29  pbartok
25824
25825         * XplatUIX11.cs:
25826           - Added lookup of pixel value for background color; tries to get a
25827             color 'close' to the requested color, it avoids having to create a
25828             colormap.  Depending on the display this could mean the used color
25829             is slightly off the desired color. Might have to change it to a more
25830             resource intensive colormap approach, but it will work as a
25831           workaround to avoid red screens.
25832
25833 2004-09-29 14:27  jackson
25834
25835         * XplatUIX11.cs: Set the X DisplayHandle in System.Drawing
25836
25837 2004-09-28 12:44  pbartok
25838
25839         * ButtonBase.cs, CheckBox.cs, ControlPaint.cs, GroupBox.cs,
25840           HScrollBar.cs, Label.cs, LinkLabel.cs, Panel.cs, PictureBox.cs,
25841           ProgressBar.cs, RadioButton.cs, ScrollBar.cs, StatusBar.cs,
25842           Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs, ToolBar.cs,
25843           TrackBar.cs, VScrollBar.cs:
25844           - Streamlined Theme interfaces:
25845             * Each DrawXXX method for a control now is passed the object for
25846               the control to be drawn in order to allow accessing any state the
25847               theme might require
25848
25849             * ControlPaint methods for the theme now have a CP prefix to avoid
25850               name clashes with the Draw methods for controls
25851
25852             * Every control now retrieves it's DefaultSize from the current
25853             theme
25854
25855 2004-09-28 12:17  jackson
25856
25857         * Button.cs: Do not redraw OnClick MouseUp/Down will handle the
25858           drawing
25859
25860 2004-09-24 14:57  jackson
25861
25862         * XplatUIX11.cs: Don't lock/enqueue/dequeue for unhandled messages.
25863           Gives us a nice little performance boost.
25864
25865 2004-09-24 12:02  jackson
25866
25867         * TabAlignment.cs, TabAppearance.cs, TabControl.cs, TabDrawMode.cs,
25868           TabPage.cs, TabSizeMode.cs: Partial implementation of the Tab
25869           Control and supporting classes. Initial checkin
25870
25871 2004-09-23 13:08  jackson
25872
25873         * Form.cs: Temp build fixage
25874
25875 2004-09-23 01:39  ravindra
25876
25877         * ItemChangedEventArgs.cs, ItemChangedEventHandler.cs,
25878           ItemCheckEventArgs.cs, ItemCheckEventHandler.cs,
25879           ItemDragEventArgs.cs, ItemDragEventHandler.cs,
25880           LabelEditEventArgs.cs, LabelEditEventHandler.cs: EventArgs and
25881           EventHandlers needed by ListView Control.
25882
25883 2004-09-22 14:12  pbartok
25884
25885         * ScrollableControl.cs:
25886           - Implemented DockPadding property
25887           - Implemented AutoScroll property
25888           - Implemented AutoScrollMargin property
25889           - Implemented AutoScrollMinSize property
25890           - Implemented AutoScrollPosition property
25891           - Implemented DisplayRectangle property (still incomplete)
25892           - Implemented CreateParams property
25893           - Implemented HScroll property
25894           - Implemented VScroll property
25895           - Implemented OnVisibleChanged property
25896
25897 2004-09-22 14:09  pbartok
25898
25899         * Form.cs:
25900           - Added Form.ControllCollection class
25901           - Added handling for Form owners: Owner, OwnedForms, AddOwnedForm,
25902             RemoveOwnedForm (still incomplete, missing on-top and common
25903             minimize/maximize behaviour)
25904           - Added StartPosition property (still incomplete, does not use when
25905             creating the form)
25906           - Added ShowDialog() methods (still incomplete, missing forcing the
25907             dialog modal)
25908
25909 2004-09-22 14:05  pbartok
25910
25911         * Application.cs:
25912           - Added message loop for modal dialogs
25913
25914 2004-09-22 14:02  pbartok
25915
25916         * GroupBox.cs:
25917           - Fixed wrong types for events
25918
25919 2004-09-22 14:00  pbartok
25920
25921         * Shortcut.cs, FormWindowState.cs:
25922           - Fixed wrong values
25923
25924 2004-09-22 12:01  jackson
25925
25926         * Control.cs: Text is never null
25927
25928 2004-09-20 22:14  pbartok
25929
25930         * XplatUIWin32.cs:
25931           - Fixed accessibility level for Idle handler
25932
25933 2004-09-20 18:54  jackson
25934
25935         * Application.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
25936           XplatUIX11.cs: New message loop that uses poll so we don't get a
25937           busy loop
25938
25939 2004-09-17 10:43  pbartok
25940
25941         * ScrollBar.cs:
25942           - Fixed behaviour of arrow buttons. Now properly behaves like
25943             Buttons (and like Microsoft's scrollbar arrow buttons)
25944
25945 2004-09-17 10:14  pbartok
25946
25947         * ScrollBar.cs:
25948           - Added missing release of keyboard/mouse capture
25949
25950 2004-09-17 06:18  jordi
25951
25952         * ContextMenu.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs,
25953           Theme.cs: Very early menu support
25954
25955 2004-09-16 17:45  pbartok
25956
25957         * XplatUIWin32.cs:
25958           - Fixed sending a window to the front
25959           - Added overload for SetWindowPos to avoid casting
25960
25961 2004-09-16 17:44  pbartok
25962
25963         * Control.cs:
25964           - Added SendToBack and BringToFront methods
25965
25966 2004-09-16 07:00  ravindra
25967
25968         * Copyright: Added Novell URL.
25969
25970 2004-09-16 07:00  ravindra
25971
25972         * ToolBar.cs: Invalidate should be done before redrawing.
25973
25974 2004-09-15 21:19  ravindra
25975
25976         * ColumnHeaderStyle.cs: Enum for ListView Control.
25977
25978 2004-09-15 21:18  ravindra
25979
25980         * ColumnClickEventArgs.cs, ColumnClickEventHandler.cs: Event for
25981           ListView Control.
25982
25983 2004-09-13 18:26  jackson
25984
25985         * Timer.cs, XplatUIX11.cs: Remove test code so timers are updated
25986           properly
25987
25988 2004-09-13 18:13  jackson
25989
25990         * Timer.cs, X11Structs.cs, XplatUIX11.cs: Timers are now handled in
25991           a second thread and post messages into the main threads message
25992           queue. This makes timing much more consistent. Both win2K and XP
25993           have a minimum timer value of 15 milliseconds, so we now do this
25994           too.
25995
25996 2004-09-13 15:18  pbartok
25997
25998         * X11Structs.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
25999           XplatUIX11.cs:
26000           - Added Z-Ordering methods
26001
26002 2004-09-13 10:56  pbartok
26003
26004         * Form.cs:
26005           - Fixed #region names
26006           - Moved properties and methods into their proper #regions
26007
26008 2004-09-13 10:51  pbartok
26009
26010         * Form.cs:
26011           - Added Accept and CancelButton properties
26012           - Added ProcessDialogKey() method
26013
26014 2004-09-13 08:18  pbartok
26015
26016         * IWindowTarget.cs:
26017           - Initial check-in
26018
26019 2004-09-10 21:50  pbartok
26020
26021         * Control.cs:
26022           - Added DoDragDrop() [incomplete]
26023           - Properly implemented 'Visible' handling
26024           - Added SetVisibleCore()
26025           - Implemented FindChildAtPoint()
26026           - Implemented GetContainerControl()
26027           - Implemented Hide()
26028
26029 2004-09-10 19:28  pbartok
26030
26031         * Control.cs:
26032           - Moved methods into their appropriate #regions
26033           - Reordered methods within regions alphabetically
26034
26035 2004-09-10 18:57  pbartok
26036
26037         * XplatUIX11.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
26038           - Added method to retrieve text from window
26039
26040 2004-09-10 18:56  pbartok
26041
26042         * Control.cs:
26043           - Moved some internal functions into the internal region
26044           - Implemented FontHeight
26045           - Implemented RenderRightToLeft
26046           - Implemented ResizeRedraw
26047           - Implemented ShowFocusCues
26048           - Implemented ShowKeyboardCues
26049           - Implemented FromChildHandle
26050           - Implemented FromHandle
26051           - Implemented IsMnemonic
26052           - Implemented ReflectMessage
26053           - All public and protected Static Methods are now complete
26054
26055 2004-09-10 16:54  pbartok
26056
26057         * Control.cs:
26058           - Implemented remaining missing public instance properties
26059           - Alphabetized some out of order properties
26060
26061 2004-09-10 05:51  ravindra
26062
26063         * PictureBox.cs: Added a check for null image.
26064
26065 2004-09-10 00:59  jordi
26066
26067         * GroupBox.cs: remove cvs tag
26068
26069 2004-09-09 05:25  ravindra
26070
26071         * ToolBar.cs: Make redraw accessible from ToolBarButton.
26072
26073 2004-09-09 05:23  ravindra
26074
26075         * ToolBarButton.cs: Changes in ToolBarButton need to make it's
26076           parent redraw.
26077
26078 2004-09-09 02:28  pbartok
26079
26080         * ThemeWin32Classic.cs:
26081           - Improve disabled string look
26082
26083 2004-09-09 01:15  jordi
26084
26085         * MeasureItemEventArgs.cs, MeasureItemEventHandler.cs: measureitem
26086           args and handler
26087
26088 2004-09-08 23:56  ravindra
26089
26090         * ItemBoundsPortion.cs: It's enum, not a class!
26091
26092 2004-09-08 23:47  ravindra
26093
26094         * FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs:
26095           Enums for Form.
26096
26097 2004-09-08 21:13  ravindra
26098
26099         * ItemBoundsPortion.cs, ListViewAlignment.cs, View.cs: Enums for
26100           ListView control.
26101
26102 2004-09-08 21:03  ravindra
26103
26104         * ThemeWin32Classic.cs: PictureBox would not draw a null image to
26105           avoid crash.
26106
26107 2004-09-08 21:01  ravindra
26108
26109         * ScrollableControl.cs: Removed unreachable code.
26110
26111 2004-09-08 06:45  jordi
26112
26113         * MenuMerge.cs, Shortcut.cs: enumerations need it by menus
26114
26115 2004-09-08 01:00  jackson
26116
26117         * XplatUIX11.cs: Only run the timers when updating the message
26118           queue. This effectively gives X messages a higher priority then
26119           timer messages. Timers still need love though
26120
26121 2004-09-07 14:01  jackson
26122
26123         * XplatUIX11.cs: Do not call XDestroyWindow, X has already done
26124           this for us and the handle is no longer valid.
26125
26126 2004-09-07 13:59  jackson
26127
26128         * HandleData.cs, XplatUIX11.cs: First steps towards a new X event
26129           loop that manages to not crash. TODO: Add poll and cleanup timers
26130
26131 2004-09-07 11:12  jordi
26132
26133         * GroupBox.cs, Theme.cs, ThemeWin32Classic.cs: GroupBox control
26134
26135 2004-09-07 03:40  jordi
26136
26137         * Label.cs, LinkLabel.cs, Theme.cs, ThemeWin32Classic.cs: LinkLabel
26138           fixes, methods, multiple links
26139
26140 2004-09-06 06:55  jordi
26141
26142         * Control.cs: Caches ClientRectangle rectangle value
26143
26144 2004-09-05 02:03  jordi
26145
26146         * ScrollBar.cs, ThemeWin32Classic.cs: fixes bugs, adds flashing on
26147           certain situations
26148
26149 2004-09-04 11:10  jordi
26150
26151         * Label.cs: Refresh when font changed
26152
26153 2004-09-02 16:24  pbartok
26154
26155         * Control.cs:
26156           - Added sanity check to creation of double buffer bitmap
26157
26158 2004-09-02 16:24  pbartok
26159
26160         * ButtonBase.cs:
26161           - Fixed selection of text color
26162           - Fixed handling of resize event; now properly recreates double
26163             buffering bitmap
26164           - Added missing assignment of TextAlignment
26165           - Added proper default for TextAlignment
26166
26167 2004-09-02 14:26  pbartok
26168
26169         * RadioButton.cs:
26170           - Added missing RadioButton.RadioButtonAccessibleObject class
26171
26172 2004-09-02 14:26  pbartok
26173
26174         * Control.cs:
26175           - Added missing Control.ControlAccessibleObject class
26176           - Started to implement Select()ion mechanisms, still very incomplete
26177
26178 2004-09-02 14:25  pbartok
26179
26180         * AccessibleObject.cs:
26181           - Added missing methods
26182
26183 2004-09-02 14:23  pbartok
26184
26185         * AccessibleNavigation.cs, AccessibleSelection.cs:
26186           - Initial check-in
26187
26188 2004-09-02 10:32  jordi
26189
26190         * Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: implements resource
26191           pool for pens, brushes, and hatchbruses
26192
26193 2004-09-01 15:30  jackson
26194
26195         * StatusBar.cs: Fix typo
26196
26197 2004-09-01 14:44  pbartok
26198
26199         * RadioButton.cs:
26200           - Fixed state
26201
26202 2004-09-01 14:39  pbartok
26203
26204         * Button.cs, RadioButton.cs:
26205           - Functional initial check-in
26206
26207 2004-09-01 14:01  pbartok
26208
26209         * CheckBox.cs:
26210           - Added missing default
26211           - Added missing region mark
26212
26213 2004-09-01 09:10  jordi
26214
26215         * Label.cs: fixes method signatures, new methods, events, fixes
26216           autosize
26217
26218 2004-09-01 07:19  jordi
26219
26220         * Control.cs: Init string variables with an empty object
26221
26222 2004-09-01 04:20  jordi
26223
26224         * Control.cs: fires OnFontChanged event
26225
26226 2004-08-31 20:07  pbartok
26227
26228         * ButtonBase.cs:
26229           - Enabled display of strings
26230
26231 2004-08-31 20:05  pbartok
26232
26233         * Form.cs:
26234           - Added (partial) implementation of DialogResult; rest needs to be
26235             implemented when the modal loop code is done
26236
26237 2004-08-31 19:55  pbartok
26238
26239         * CheckBox.cs:
26240           - Fixed to match the removal of the needs_redraw concept
26241
26242 2004-08-31 19:55  pbartok
26243
26244         * ButtonBase.cs:
26245           - Removed the rather odd split between 'needs redraw' and redrawing
26246           - Now handles the events that require regeneration (ambient
26247             properties and size)
26248
26249 2004-08-31 19:41  pbartok
26250
26251         * Control.cs:
26252           - Added firing of BackColorChanged event
26253           - Added TopLevelControl property
26254           - Fixed handling of WM_ERASEBKGRND message
26255
26256 2004-08-31 12:49  pbartok
26257
26258         * ButtonBase.cs:
26259           - Removed debug
26260           - Minor fixes
26261
26262 2004-08-31 12:48  pbartok
26263
26264         * CheckBox.cs:
26265           - Finished (famous last words)
26266
26267 2004-08-31 04:35  jordi
26268
26269         * ScrollBar.cs: adds autorepeat timer, uses a single timer, fixes
26270           scrolling bugs, adds new methods
26271
26272 2004-08-30 14:42  pbartok
26273
26274         * CheckBox.cs:
26275           - Implemented CheckBox drawing code
26276
26277 2004-08-30 14:42  pbartok
26278
26279         * ButtonBase.cs:
26280           - Made Redraw() and CheckRedraw() virtual
26281           - Improved mouse up/down/move logic to properly track buttons
26282
26283 2004-08-30 09:44  pbartok
26284
26285         * CheckBox.cs:
26286           - Updated to fix broken build. Not complete yet.
26287
26288 2004-08-30 09:28  pbartok
26289
26290         * CheckState.cs:
26291           - Initial checkin
26292
26293 2004-08-30 09:17  pbartok
26294
26295         * Appearance.cs:
26296           - Initial check-in
26297
26298 2004-08-27 16:12  ravindra
26299
26300         * ToolBarButton.cs: Added TypeConverter attribute.
26301
26302 2004-08-27 16:07  ravindra
26303
26304         * ImageIndexConverter.cs: Implemented.
26305
26306 2004-08-27 14:17  pbartok
26307
26308         * Control.cs:
26309           - Removed unneeded stack vars
26310           - First attempt to fix sizing issues when layout is suspended
26311
26312 2004-08-25 15:35  jordi
26313
26314         * ScrollBar.cs: more fixes to scrollbar
26315
26316 2004-08-25 14:04  ravindra
26317
26318         * Theme.cs, ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs:
26319           Added the missing divider code and grip for ToolBar Control.
26320
26321 2004-08-25 13:20  pbartok
26322
26323         * Control.cs:
26324           - Control now properly passes the ambient background color to child
26325             controls
26326
26327 2004-08-25 13:20  jordi
26328
26329         * ScrollBar.cs: small bug fix regarding bar position
26330
26331 2004-08-25 12:33  pbartok
26332
26333         * Timer.cs:
26334           - Now only calls SetTimer or KillTimer if the enabled state has
26335           changed
26336
26337 2004-08-25 12:33  pbartok
26338
26339         * XplatUIWin32.cs:
26340           - Fixed timer handling, now seems to work
26341           - Improved error message for window creation
26342
26343 2004-08-25 12:32  pbartok
26344
26345         * Control.cs:
26346           - Fixed generation of MouseUp message
26347
26348 2004-08-25 12:29  jordi
26349
26350         * ProgressBar.cs, ThemeWin32Classic.cs: new methods, properties,
26351           and fixes for progressbar
26352
26353 2004-08-24 18:43  ravindra
26354
26355         * ThemeWin32Classic.cs, ToolBar.cs: Fixed wrapping related issues
26356           in ToolBar control.
26357
26358 2004-08-24 17:15  pbartok
26359
26360         * Panel.cs:
26361           - Added #region
26362           - Added missing events
26363           - Alphabetized
26364
26365 2004-08-24 17:14  pbartok
26366
26367         * StatusBar.cs, PictureBox.cs:
26368           - Now uses Control's CreateParams
26369
26370 2004-08-24 16:36  pbartok
26371
26372         * XplatUIX11.cs:
26373           - Fixed background color handling
26374           - Fixed sending of enter/leave events on a grab
26375
26376 2004-08-24 16:35  pbartok
26377
26378         * X11Structs.cs:
26379           - Refined definitions for CrossingEvent
26380
26381 2004-08-24 12:37  jordi
26382
26383         * ScrollBar.cs, Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: fixes
26384           formmating, methods signature, and adds missing events
26385
26386 2004-08-24 12:24  jordi
26387
26388         * Control.cs: fire OnEnabledChanged event
26389
26390 2004-08-24 11:17  pbartok
26391
26392         * XplatUIWin32.cs:
26393           - Implemented SetTimer() and KillTimer()
26394
26395 2004-08-24 11:16  pbartok
26396
26397         * XplatUIX11.cs:
26398           - Now uses Remove instead of Add to kill the timer
26399
26400 2004-08-24 10:16  jackson
26401
26402         * PictureBox.cs, Theme.cs, ThemeWin32Classic.cs: Handle drawing
26403           picture boxes in the theme now. Draw picture box borders and obey
26404           sizing modes
26405
26406 2004-08-24 05:49  jackson
26407
26408         * Timer.cs: Remove top secret debugging code
26409
26410 2004-08-24 05:34  jackson
26411
26412         * PictureBox.cs: Temp hack to make picture boxes draw their full
26413           image
26414
26415 2004-08-24 05:29  jackson
26416
26417         * Timer.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
26418           XplatUIX11.cs: Move timers to the driver level. On X they are
26419           queued by the driver and checked on idle.
26420
26421 2004-08-24 01:07  jackson
26422
26423         * XplatUIX11.cs: Use a queue for async messages instead of passing
26424           them as ClientMessages since that was totally broken. Also simply
26425           check for events and return an idle message if none are found. This
26426           gives us an idle handler, and prevents deadlocking when no messages
26427           are in the queue.
26428
26429 2004-08-23 18:19  ravindra
26430
26431         * XplatUIWin32.cs: Removed the unwanted destructor.
26432
26433 2004-08-23 17:27  pbartok
26434
26435         * ButtonBase.cs:
26436           - Finishing touches. Works now, just needs some optimizations.
26437
26438 2004-08-23 16:53  jordi
26439
26440         * ScrollBar.cs: small fix
26441
26442 2004-08-23 16:45  pbartok
26443
26444         * Application.cs:
26445           - Removed debug output
26446           - Simplifications
26447
26448 2004-08-23 16:43  jordi
26449
26450         * ScrollBar.cs: [no log message]
26451
26452 2004-08-23 16:10  pbartok
26453
26454         * Form.cs:
26455           - Fixed handling of WM_CLOSE message
26456           - Removed debug output
26457
26458 2004-08-23 16:09  pbartok
26459
26460         * Application.cs:
26461           - Added handling of Idle event
26462           - Added handling of form closing
26463           - Fixed reporting of MessageLoop property
26464           - Removed some unneeded code, should provide a bit of a speedup
26465
26466 2004-08-23 15:22  pbartok
26467
26468         * Control.cs:
26469           - Added InitLayout() method
26470           - Added code to properly perform layout when Anchor or Dock property
26471             is changed
26472           - Changed 'interpretation' of ResumeLayout. MS seems to have a
26473             LAMESPEC, tried to do it in a way that makes sense
26474
26475 2004-08-23 14:10  jordi
26476
26477         * HScrollBar.cs, ScrollBar.cs, TrackBar.cs, VScrollBar.cs: fixes
26478           properties and methods
26479
26480 2004-08-23 13:55  pbartok
26481
26482         * Control.cs:
26483           - Properly fixed Jordi's last fix
26484           - Now uses Cursor's Position property instead of calling XplatUI
26485           directly
26486
26487 2004-08-23 13:44  jordi
26488
26489         * PaintEventHandler.cs: Adding missing attribute
26490
26491 2004-08-23 13:39  pbartok
26492
26493         * Cursor.cs:
26494           - Implemented Position property
26495
26496 2004-08-23 13:39  pbartok
26497
26498         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
26499           - Added method to move mouse cursor
26500
26501 2004-08-23 13:39  pbartok
26502
26503         * XplatUIX11.cs:
26504           - Fixed setting of background color
26505           - Added method to move mouse cursor
26506
26507 2004-08-23 13:16  jordi
26508
26509         * Control.cs: avoids null exception
26510
26511 2004-08-22 17:46  jackson
26512
26513         * PictureBox.cs, PictureBoxSizeMode.cs: Initial implementation of
26514           PictureBox
26515
26516 2004-08-22 17:40  jackson
26517
26518         * XplatUIX11.cs: Add some missing locks
26519
26520 2004-08-22 15:10  pbartok
26521
26522         * Control.cs, Form.cs:
26523           - Removed OverlappedWindow style from Control, instead it's default
26524             now is child
26525           - Made form windows OverlappedWindow by default
26526
26527 2004-08-22 13:34  jackson
26528
26529         * ScrollBar.cs: Update the position through the Value property so
26530           the OnValueChanged event is raised.
26531
26532 2004-08-22 12:04  pbartok
26533
26534         * SWF.csproj:
26535           - Added Cursor.cs and UserControl.cs
26536
26537 2004-08-22 12:03  pbartok
26538
26539         * Cursor.cs:
26540           - Started implementation, not usable yet
26541
26542 2004-08-22 12:00  pbartok
26543
26544         * UserControl.cs:
26545           - Implemented UserControl (complete)
26546
26547 2004-08-21 19:20  ravindra
26548
26549         * ToolBar.cs: Correcting the formatting mess of VS.NET.
26550
26551 2004-08-21 18:49  ravindra
26552
26553         * ToolBar.cs: Probably this completes the missing attributes in
26554           toolbar control.
26555
26556 2004-08-21 18:03  ravindra
26557
26558         * ToolBar.cs, ToolBarButton.cs, ToolBarButtonClickEventArgs.cs:
26559           Fixed toolbar control signatures.
26560
26561 2004-08-21 16:32  pbartok
26562
26563         * LinkLabel.cs:
26564           - Signature Fixes
26565
26566 2004-08-21 16:30  pbartok
26567
26568         * Label.cs:
26569           - Signature fixes
26570
26571 2004-08-21 16:19  pbartok
26572
26573         * Control.cs, Label.cs:
26574           - Signature fixes
26575
26576 2004-08-21 15:57  pbartok
26577
26578         * ButtonBase.cs:
26579           - Added loads of debug output for development
26580           - Fixed typo in method name
26581
26582 2004-08-21 15:52  pbartok
26583
26584         * ToolBarButtonClickEventArgs.cs:
26585           - Added missing base class
26586
26587 2004-08-21 14:53  pbartok
26588
26589         * Control.cs:
26590           - Updated to match new GrabWindow signature
26591
26592 2004-08-21 14:51  pbartok
26593
26594         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
26595           - Added method to get default display size
26596
26597 2004-08-21 14:23  pbartok
26598
26599         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
26600           - Added method to query current grab state
26601           - Added argument to allow confining a grab to a window
26602
26603 2004-08-21 14:22  pbartok
26604
26605         * Keys.cs:
26606           - Added [Flags] attribute so that modifiers can be used in bitwise
26607           ops
26608
26609 2004-08-21 14:21  pbartok
26610
26611         * TrackBar.cs, ScrollBar.cs:
26612           - Replaced direct XplatUI calls with their Control counterpart
26613
26614 2004-08-21 13:32  pbartok
26615
26616         * Control.cs:
26617           - Implemented Created property
26618
26619 2004-08-21 13:28  pbartok
26620
26621         * Control.cs:
26622           - Implemented ContainsFocus
26623
26624 2004-08-21 13:26  pbartok
26625
26626         * Control.cs:
26627           - Implemented CausesValidation
26628
26629 2004-08-21 13:21  pbartok
26630
26631         * Control.cs:
26632           - Implemented CanFocus
26633           - Implemented CanSelect
26634           - Implemented Capture
26635
26636 2004-08-21 12:35  pbartok
26637
26638         * XplatUIWin32.cs:
26639           - Fixed bug with Async message handling
26640           - Implemented getting the ModifierKeys
26641
26642 2004-08-21 12:32  jackson
26643
26644         * AsyncMethodResult.cs: Make sure we have the mutex before we
26645           release it. Fixes BeginInvoke on windows
26646
26647 2004-08-21 11:31  pbartok
26648
26649         * XplatUIWin32.cs, XplatUIX11.cs:
26650           - Drivers now return proper mouse state
26651
26652 2004-08-21 10:54  jackson
26653
26654         * Control.cs: Implement EndInvoke
26655
26656 2004-08-21 10:48  jackson
26657
26658         * Timer.cs: Remove unneeded finalizer
26659
26660 2004-08-20 19:52  ravindra
26661
26662         * ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs: Improvments
26663           in mouse event handling in the ToolBar control.
26664
26665 2004-08-20 19:50  ravindra
26666
26667         * ImageList.cs: Changed draw method to use the arguments passed in
26668           to draw the image.
26669
26670 2004-08-20 18:58  pbartok
26671
26672         * XplatUIStructs.cs:
26673           - Added private message for async communication
26674
26675 2004-08-20 17:38  ravindra
26676
26677         * Control.cs: Made RightToLeft property virtual and removed a
26678           Console.WriteLine.
26679
26680 2004-08-20 14:39  jordi
26681
26682         * ThemeGtk.cs: use style_attach
26683
26684 2004-08-20 14:39  pbartok
26685
26686         * XplatUIWin32.cs:
26687           - Added jackson's Async code from X11 to Win32
26688
26689 2004-08-20 14:09  pbartok
26690
26691         * SWF.csproj:
26692           - Added all new files
26693
26694 2004-08-20 14:09  pbartok
26695
26696         * Control.cs:
26697           - Added call to set window background color
26698
26699 2004-08-20 14:03  pbartok
26700
26701         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
26702           - Added method for setting the window background
26703
26704 2004-08-20 14:02  pbartok
26705
26706         * XplatUIWin32.cs:
26707           - Added method for setting the background color
26708           - Added handling for erasing the window background
26709
26710 2004-08-20 13:45  jordi
26711
26712         * TrackBar.cs: fixes timer, new properties and methods
26713
26714 2004-08-20 13:34  jackson
26715
26716         * ScrollBar.cs: Use the SWF timer so callbacks are run in the
26717           correct thread
26718
26719 2004-08-20 13:22  jackson
26720
26721         * Timer.cs: Timer Tick events are now handed through Controls Async
26722           mechanism so the callbacks are executed in the same thread as X
26723
26724 2004-08-20 13:19  jackson
26725
26726         * XplatUIDriver.cs: Expose functionality to send async messages
26727           through the driver
26728
26729 2004-08-20 13:18  jackson
26730
26731         * Control.cs: Implement Begininvoke
26732
26733 2004-08-20 13:14  jackson
26734
26735         * XplatUI.cs, XplatUIWin32.cs: Expose functionality to send async
26736           messages through the driver
26737
26738 2004-08-20 13:12  jackson
26739
26740         * XplatUIX11.cs: Lock before all X operations. Also added Async
26741           method functionality through XSendEvent
26742
26743 2004-08-20 13:11  jackson
26744
26745         * X11Structs.cs: Use IntPtrs for ClientMessage extra data (TODO:
26746           This will screw up on 64 bit systems)
26747
26748 2004-08-20 13:10  jackson
26749
26750         * AsyncMethodData.cs, AsyncMethodResult.cs: Classes for sending
26751           Async messages through X/Win32
26752
26753 2004-08-19 19:39  pbartok
26754
26755         * XplatUIX11.cs:
26756           - Updated code to match new HandleData.DeviceContext type
26757
26758 2004-08-19 19:38  pbartok
26759
26760         * HandleData.cs:
26761           - Made DeviceContext a generic object to allow usage from various
26762           drivers
26763           - Added support for queueing Windows messages
26764
26765 2004-08-19 19:37  pbartok
26766
26767         * XplatUIWin32.cs:
26768           - Added generation of MouseEnter, MouseLeave and MouseHover events
26769           - Added cleanup on EndPaint
26770
26771 2004-08-19 19:17  pbartok
26772
26773         * Control.cs:
26774           - Added handling of WM_MOUSEHOVER
26775           - Worked around 'bug' in Win32 WM_MOUSE_ENTER/WM_MOUSE_LEAVE driver
26776           code
26777
26778 2004-08-19 18:55  jordi
26779
26780         * ThemeGtk.cs: fixes button order
26781
26782 2004-08-19 18:12  jordi
26783
26784         * Theme.cs, ThemeWin32Classic.cs: fixes methods signature
26785
26786 2004-08-19 17:09  pbartok
26787
26788         * Control.cs:
26789           - Added Right property
26790           - Added RightToLeft property
26791
26792 2004-08-19 16:27  jordi
26793
26794         * ThemeGtk.cs: experimental GTK theme support
26795
26796 2004-08-19 16:26  jordi
26797
26798         * ITheme.cs, Theme.cs: move themes from an interface to a class
26799
26800 2004-08-19 16:25  jordi
26801
26802         * Control.cs, ScrollBar.cs, ThemeEngine.cs, ThemeWin32Classic.cs:
26803           theme enhancaments
26804
26805 2004-08-19 16:04  pbartok
26806
26807         * XplatUIX11.cs:
26808           - Added colormap basics
26809           - Added a way to re-initialize with a different display handle
26810           - Fixed setting of the window background color
26811           - Added various X11 imports related to colors and colormaps
26812
26813 2004-08-19 15:51  pbartok
26814
26815         * X11Structs.cs:
26816           - Removed packing hints (Paolo suggested this a while back)
26817           - fixed colormap type
26818           - Added default Atom types
26819           - Added Screen and color structs and enums
26820
26821 2004-08-19 15:39  pbartok
26822
26823         * ImageList.cs:
26824           - Added missing Draw() method
26825           - Added missing RecreateHandle event
26826
26827 2004-08-19 15:30  pbartok
26828
26829         * Form.cs:
26830           - Added handling of WM_CLOSE
26831
26832 2004-08-18 13:16  jordi
26833
26834         * ITheme.cs, ThemeWin32Classic.cs, XplatUIWin32.cs: Move colors to
26835           a table
26836
26837 2004-08-18 09:56  jordi
26838
26839         * ScrollBar.cs: fixes to scrollbar: steps and multiple timers
26840
26841 2004-08-17 15:31  ravindra
26842
26843         * SWF.csproj: Updated project.
26844
26845 2004-08-17 15:25  pbartok
26846
26847         * Control.cs:
26848           - Drawing improvement; don't call UpdateBounds if we are not visible
26849             (or have been minimized)
26850
26851 2004-08-17 15:24  pbartok
26852
26853         * XplatUIWin32.cs:
26854           - Finished IsVisible
26855           - Added Win32GetWindowPlacement
26856
26857 2004-08-17 15:08  jackson
26858
26859         * Panel.cs: Initial checkin of the Panel
26860
26861 2004-08-17 14:25  pbartok
26862
26863         * Control.cs:
26864           - Fixed broken handling of default window sizes
26865
26866 2004-08-17 13:29  jackson
26867
26868         * ThemeWin32Classic.cs: Don't use KnownColor to create colours. It
26869           has a large startup time.
26870
26871 2004-08-17 10:25  jackson
26872
26873         * HandleData.cs: union areas properly
26874
26875 2004-08-17 10:12  jackson
26876
26877         * HandleData.cs: union areas properly
26878
26879 2004-08-16 20:00  ravindra
26880
26881         * ToolBar.cs, ToolBarButton.cs: Added attributes.
26882
26883 2004-08-16 18:48  ravindra
26884
26885         * ToolBar.cs: Added attributes.
26886
26887 2004-08-16 17:17  ravindra
26888
26889         * SWF.csproj: Updated project.
26890
26891 2004-08-16 17:16  jackson
26892
26893         * XplatUIX11.cs: Check for more expose events before sending a
26894           WM_PAINT so they can all be grouped together. This makes dragging a
26895           window across another window redraw in a sane way.
26896
26897 2004-08-16 15:47  pbartok
26898
26899         * Control.cs:
26900           - Added handling of WM_MOUSE_ENTER & WM_MOUSE_LEAVE to
26901             support OnMouseEnter/Leave()
26902           - Added WS_CLIPSIBLINGS and WS_CLIPCHILDREN window styles to improve
26903             exposure handling
26904
26905 2004-08-16 15:46  pbartok
26906
26907         * XplatUIStructs.cs, XplatUIX11.cs:
26908           - Added WM_MOUSE_ENTER & WM_MOUSE_LEAVE to support
26909           OnMouseEnter/Leave()
26910
26911 2004-08-16 15:34  jackson
26912
26913         * XplatUIX11.cs: Group multiple expose events in HandleData, make
26914           sure messages get the message field set to WM_NULL if they are not
26915           handled.
26916
26917 2004-08-16 15:24  jackson
26918
26919         * HandleData.cs: HandleData is used for storing message information
26920           for window handles
26921
26922 2004-08-15 17:23  ravindra
26923
26924         * ColorDepth.cs: Added attribute.
26925
26926 2004-08-15 17:23  ravindra
26927
26928         * SWF.csproj: Updated project for ToolBar Control.
26929
26930 2004-08-15 17:20  ravindra
26931
26932         * ITheme.cs, ThemeWin32Classic.cs: Changes to Theme for ToolBar
26933           control and also dos2unix format.
26934
26935 2004-08-15 17:13  ravindra
26936
26937         * ToolBar.cs, ToolBarAppearance.cs, ToolBarButton.cs,
26938           ToolBarButtonClickEventArgs.cs,
26939           ToolBarButtonClickEventHandler.cs, ToolBarButtonStyle.cs,
26940           ToolBarTextAlign.cs: First Implementation of ToolBar control.
26941
26942 2004-08-15 15:31  pbartok
26943
26944         * ButtonBase.cs:
26945           - First (mostly) working version
26946
26947 2004-08-13 16:15  pbartok
26948
26949         * Control.cs:
26950           - Fixed Anchor default
26951
26952 2004-08-13 15:43  pbartok
26953
26954         * Control.cs:
26955           - Changed GetCursorPos signature
26956
26957 2004-08-13 15:42  pbartok
26958
26959         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
26960           - Changed signature for GetCursorPos
26961
26962 2004-08-13 15:25  pbartok
26963
26964         * XplatUIX11.cs:
26965           - Cleanup
26966           - Fixed resizing/exposure handling
26967
26968 2004-08-13 15:22  jordi
26969
26970         * ThemeWin32Classic.cs: removes redundant code and fixes issues
26971           with tickposition
26972
26973 2004-08-13 14:55  jordi
26974
26975         * TrackBar.cs: change from wndproc to events
26976
26977 2004-08-13 13:00  jordi
26978
26979         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
26980           XplatUIX11.cs: implements PointToClient (ScreenToClient)
26981
26982 2004-08-13 12:53  pbartok
26983
26984         * XplatUIWin32.cs:
26985           - Changed GetWindowPos to also provide client area size
26986           - Fixed broken prototypes for several win32 functions
26987
26988 2004-08-13 12:53  pbartok
26989
26990         * XplatUI.cs, XplatUIDriver.cs:
26991           - Changed GetWindowPos to also provide client area size
26992
26993 2004-08-13 12:52  pbartok
26994
26995         * XplatUIX11.cs:
26996           - Added generation of WM_POSCHANGED
26997           - Changed GetWindowPos to also provide client area size
26998
26999 2004-08-13 12:52  pbartok
27000
27001         * Control.cs:
27002           - Added Dispose() and destructor
27003           - Fixed resizing and bounds calculation
27004           - Fixed Layout
27005           - Added memory savings for invisible windows
27006
27007 2004-08-13 12:46  jordi
27008
27009         * TrackBar.cs: adds timer and grap window
27010
27011 2004-08-13 10:25  jackson
27012
27013         * Timer.cs: SWF Timer
27014
27015 2004-08-12 16:59  pbartok
27016
27017         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
27018           - Implemented method to get current mouse position
27019
27020 2004-08-12 14:29  jordi
27021
27022         * ITheme.cs, ThemeWin32Classic.cs, TrackBar.cs: Trackbar
27023           enhancement, fix mouse problems, highli thumb, etc
27024
27025 2004-08-12 13:31  pbartok
27026
27027         * Control.cs:
27028           - Fixed Anchoring bugs
27029
27030 2004-08-12 13:01  jackson
27031
27032         * StatusBar.cs: Don't forget things
27033
27034 2004-08-12 12:54  jackson
27035
27036         * ThemeWin32Classic.cs: Handle owner draw status bars
27037
27038 2004-08-12 12:54  jackson
27039
27040         * StatusBar.cs: Implement missing properties, events, and methods.
27041           Handle mouse clicking
27042
27043 2004-08-12 10:19  jackson
27044
27045         * StatusBarPanelClickEventArgs.cs,
27046           StatusBarPanelClickEventHandler.cs: Classes for handling status
27047           bar panel click events
27048
27049 2004-08-12 10:10  jackson
27050
27051         * Control.cs: Add missing properties
27052
27053 2004-08-12 09:46  pbartok
27054
27055         * BindingsManagerBase.cs:
27056           - Name changed to BindingManagerBase.cs
27057
27058 2004-08-12 09:25  jordi
27059
27060         * ScrollableControl.cs: calls ctrlbase instead of exeception
27061
27062 2004-08-11 16:28  pbartok
27063
27064         * InputLanguageChangingEventArgs.cs:
27065           - Never check in before compiling. Fixes the last check-in
27066
27067 2004-08-11 16:26  pbartok
27068
27069         * InputLanguageChangingEventArgs.cs:
27070           - More signature fixes
27071
27072 2004-08-11 16:20  pbartok
27073
27074         * BindingManagerBase.cs, BindingMemberInfo.cs, ContainerControl.cs,
27075           Control.cs, ControlEventArgs.cs, ControlPaint.cs, Form.cs,
27076           ImageListStreamer.cs, InputLanguage.cs,
27077           InputLanguageChangedEventArgs.cs,
27078           InputLanguageChangingEventArgs.cs, Keys.cs, LayoutEventArgs.cs,
27079           LinkArea.cs, Message.cs, MouseEventArgs.cs, NativeWindow.cs,
27080           ScrollEventArgs.cs, ScrollableControl.cs, XplatUI.cs,
27081           XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
27082           - Signature fixes
27083
27084 2004-08-11 16:16  pbartok
27085
27086         * Application.cs:
27087           - Fixed Signature
27088           - Added .Net 1.1 method
27089
27090 2004-08-11 15:25  pbartok
27091
27092         * SWF.csproj:
27093           - Fixed BindingManagerBase.cs filename
27094
27095 2004-08-11 15:22  pbartok
27096
27097         * BindingManagerBase.cs:
27098           - Was checked in with wrong filename
27099
27100 2004-08-11 14:50  pbartok
27101
27102         * SWF.csproj:
27103           - Updated
27104
27105 2004-08-11 13:41  jordi
27106
27107         * XplatUIWin32.cs: Fixes ClientRect
27108
27109 2004-08-11 13:19  pbartok
27110
27111         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
27112           XplatUIX11.cs:
27113           - We had SetWindowPos and MoveWindow to set window positions and
27114             size, removed MoveWindow. We have GetWindowPos, so it made sense to
27115             keep SetWindowPos as matching counterpart
27116           - Added some X11 sanity checking
27117
27118 2004-08-11 12:59  pbartok
27119
27120         * Control.cs:
27121           - Major cleanup of my SetBounds/SetBoundsCore/UpdateBounds mess
27122             (It seems that SetBounds is just a front for SetBoundsCore and
27123              SetBoundsCore updates the underlying window system and
27124              UpdateBounds is responsible for updating the variables associated
27125              with the Control and sending the events)
27126           - Major cleanup of Size handling; we now have two sizes, client_size
27127             and bounds. Bounds defines the window with decorations, client_size
27128             without them.
27129
27130 2004-08-11 12:55  pbartok
27131
27132         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
27133           - Added method to calculate difference between decorated window and
27134             raw client area
27135
27136 2004-08-11 12:54  pbartok
27137
27138         * Label.cs:
27139           - Forcing redraw on resize
27140
27141 2004-08-11 11:43  pbartok
27142
27143         * ImageList.cs:
27144           - Removed disposing of the actual images when the list is disposed
27145
27146 2004-08-11 09:13  pbartok
27147
27148         * Control.cs:
27149           - Now properly reparents windows
27150
27151 2004-08-11 08:37  pbartok
27152
27153         * Control.cs:
27154           - Duh!
27155
27156 2004-08-11 07:47  pbartok
27157
27158         * Control.cs:
27159           - Rewrote the collection stuff. Might not be as fast now, not
27160             keeping the number of children around and accessible directly, but
27161             it's more straightforward
27162
27163 2004-08-11 07:44  pbartok
27164
27165         * AccessibleObject.cs:
27166           - Fixed to match ControlCollection rewrite
27167
27168 2004-08-11 07:43  pbartok
27169
27170         * ImageList.cs:
27171           - Added missing creation of the collection list
27172
27173 2004-08-10 20:08  jackson
27174
27175         * StatusBar.cs: Get the paint message from WndProc
27176
27177 2004-08-10 19:31  jackson
27178
27179         * ThemeWin32Classic.cs: Create Brushes as little as possible
27180
27181 2004-08-10 19:20  jackson
27182
27183         * UICues.cs: Add Flags attribute
27184
27185 2004-08-10 19:19  jackson
27186
27187         * StatusBarPanel.cs: Signature cleanup
27188
27189 2004-08-10 19:10  jackson
27190
27191         * StatusBarDrawItemEventArgs.cs, StatusBarDrawItemEventHandler.cs:
27192           Initial implementation of status bar item drawing
27193
27194 2004-08-10 17:27  jordi
27195
27196         * TrackBar.cs: add missing methods, properties, and restructure to
27197           hide extra ones
27198
27199 2004-08-10 16:24  jackson
27200
27201         * AccessibleStates.cs, Border3DSide.cs, Border3DStyle.cs,
27202           ButtonState.cs, ControlStyles.cs, DragDropEffects.cs: Add flags
27203           attribute
27204
27205 2004-08-10 13:21  jordi
27206
27207         * ITheme.cs, ScrollBar.cs, ThemeWin32Classic.cs: scrollbar
27208           enhancements and standarize on win colors defaults
27209
27210 2004-08-10 12:52  jackson
27211
27212         * DrawItemEventArgs.cs, DrawItemState.cs, ITheme.cs,
27213           ThemeWin32Classic.cs: Implement DrawItem functionality
27214
27215 2004-08-10 12:47  jordi
27216
27217         * XplatUIWin32.cs: Calls InvalidateRect before UpdateWindow
27218
27219 2004-08-10 12:32  jordi
27220
27221         * Control.cs: throw ontextchange event
27222
27223 2004-08-10 11:43  pbartok
27224
27225         * Control.cs:
27226           - Added more to the still unfinished Dock/Anchor layout code
27227
27228 2004-08-10 11:39  pbartok
27229
27230         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
27231           - Added GetWindowPos method
27232
27233 2004-08-10 11:36  pbartok
27234
27235         * XplatUIWin32.cs:
27236           - Implemented several methods
27237
27238 2004-08-10 09:47  jackson
27239
27240         * TrackBar.cs: Allow control to handle buffering
27241
27242 2004-08-10 09:41  jackson
27243
27244         * ProgressBar.cs, ScrollBar.cs: Allow control to handle buffering
27245
27246 2004-08-10 09:24  jackson
27247
27248         * Label.cs, LinkLabel.cs: Let Control handle buffering.
27249
27250 2004-08-10 09:09  jackson
27251
27252         * StatusBar.cs: Let Control handle all the buffering.
27253
27254 2004-08-10 09:08  jackson
27255
27256         * Control.cs: Control will now handle the buffering code, so each
27257           control does not have to implement this.
27258
27259 2004-08-10 08:34  jackson
27260
27261         * XplatUIDriver.cs: Use default colors from the theme
27262
27263 2004-08-09 17:12  pbartok
27264
27265         * ImageList.cs:
27266           - Fixed several bugs Ravindra pointed out
27267
27268 2004-08-09 16:11  pbartok
27269
27270         * Control.cs:
27271           - Added incomplete dock layout code
27272           - Added support for mouse wheel
27273
27274 2004-08-09 16:09  pbartok
27275
27276         * XplatUIX11.cs:
27277           - Added handling for middle and right mousebutton
27278           - Added handling for mouse wheel
27279           - Added handling for key state and mouse state and position
27280           - Now properly generates WM_xBUTTONx messages and WM_MOUSEWHEEL
27281           messages
27282
27283 2004-08-09 15:40  jackson
27284
27285         * StatusBarPanel.cs, StatusBarPanelAutoSize.cs,
27286           StatusBarPanelBorderStyle.cs, StatusBarPanelStyle.cs: Initial
27287           checkin
27288
27289 2004-08-09 15:37  jackson
27290
27291         * StatusBar.cs: Initial implementation of StatusBar
27292
27293 2004-08-09 15:36  jackson
27294
27295         * ITheme.cs: Add support for drawing status bar and getting status
27296           bar item sizes
27297
27298 2004-08-09 15:35  pbartok
27299
27300         * MouseButtons.cs:
27301           - Fixed values
27302
27303 2004-08-09 15:34  jackson
27304
27305         * ThemeWin32Classic.cs: Add support for drawing status bar and get
27306           status bar item sizes
27307
27308 2004-08-09 15:21  jackson
27309
27310         * ThemeWin32Classic.cs: Use known colors for default control
27311           colours
27312
27313 2004-08-09 15:12  jackson
27314
27315         * ThemeWin32Classic.cs: Make the default font static, it is static
27316           in control so this doesn't change functionality and creating fonts
27317           is sloooooow.
27318
27319 2004-08-09 14:56  pbartok
27320
27321         * X11Structs.cs:
27322           - Added GrabMode enum
27323
27324 2004-08-09 14:55  pbartok
27325
27326         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
27327           - Removed Run method, was only required for initial development
27328
27329 2004-08-09 14:51  pbartok
27330
27331         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
27332           - Implemented GrabWindow/ReleaseWindow methods to allow pointer
27333           capture
27334
27335 2004-08-09 13:48  pbartok
27336
27337         * XplatUIX11.cs:
27338           - Fixed default sizing for child windows
27339
27340 2004-08-09 12:56  pbartok
27341
27342         * XplatUIX11.cs:
27343           - Added generation of WM_DESTROY message
27344           - Added handling of window manager induced shutdown
27345
27346 2004-08-09 11:31  jackson
27347
27348         * ThemeWin32Classic.cs: New names for control properties
27349
27350 2004-08-09 11:25  jackson
27351
27352         * Control.cs: Use new color names
27353
27354 2004-08-09 11:02  jackson
27355
27356         * XplatUI.cs: Get default window properties from the theme
27357
27358 2004-08-09 11:01  jackson
27359
27360         * ITheme.cs: The theme engine now controls default window
27361           properties
27362
27363 2004-08-09 11:00  jackson
27364
27365         * ThemeWin32Classic.cs: Add default window color properties
27366
27367 2004-08-09 10:17  jackson
27368
27369         * ThemeWin32Classic.cs: Use correct default back color
27370
27371 2004-08-09 10:05  jackson
27372
27373         * XplatUIWin32.cs, XplatUIX11.cs: These properties are handled by
27374           the theme now.
27375
27376 2004-08-09 09:56  jackson
27377
27378         * XplatUI.cs: Remove defaults, these are handled by the theme now.
27379
27380 2004-08-09 09:54  jackson
27381
27382         * Control.cs: Get default properties from the theme.
27383
27384 2004-08-09 09:53  jackson
27385
27386         * ITheme.cs: Themes now handle default control properties
27387
27388 2004-08-09 09:53  jackson
27389
27390         * ThemeWin32Classic.cs: Themes now handle default control
27391           properties so coloring will be consistent
27392
27393 2004-08-08 16:54  jordi
27394
27395         * ITheme.cs, ThemeWin32Classic.cs: Label BorderStyles
27396
27397 2004-08-08 15:08  jordi
27398
27399         * XplatUIX11.cs: fixes keyboard crash
27400
27401 2004-08-08 13:47  jordi
27402
27403         * Label.cs: add cvs header info
27404
27405 2004-08-08 12:09  jackson
27406
27407         * ThemeWin32Classic.cs: Add pen_buttonface
27408
27409 2004-08-08 11:52  jordi
27410
27411         * Label.cs, LinkLabel.cs: [no log message]
27412
27413 2004-08-08 11:34  jordi
27414
27415         * ThemeWin32Classic.cs: Use Windows Standard Colours
27416
27417 2004-08-07 17:32  jordi
27418
27419         * TrackBar.cs: throw exceptions of invalid enums values
27420
27421 2004-08-07 17:31  jordi
27422
27423         * Label.cs, LinkLabel.cs, ThemeWin32Classic.cs: fixes label bug and
27424           draw method name
27425
27426 2004-08-07 16:56  jackson
27427
27428         * HorizontalAlignment.cs: Initial checkin
27429
27430 2004-08-07 13:16  jordi
27431
27432         * Label.cs, LinkLabel.cs: throw exceptions, fixes events, missing
27433           methods
27434
27435 2004-08-07 13:05  jordi
27436
27437         * ITheme.cs, ThemeWin32Classic.cs: Theme colour support and
27438           GetSysColor defines
27439
27440 2004-08-06 18:01  pbartok
27441
27442         * ThemeWin32Classic.cs:
27443           - Fixed some rounding issues with float/int
27444
27445 2004-08-06 18:00  jackson
27446
27447         * DockStyle.cs, AnchorStyles.cs:
27448
27449                   Add flags and serializable attributes.
27450
27451 2004-08-06 17:46  pbartok
27452
27453         * XplatUIX11.cs:
27454           - Implemented GetParent
27455
27456 2004-08-06 17:18  pbartok
27457
27458         * TrackBar.cs:
27459           - Fixed some rounding issues with float/int
27460
27461 2004-08-06 17:17  pbartok
27462
27463         * X11Structs.cs, XplatUIX11.cs:
27464           - Fixed Refresh and Invalidate
27465
27466 2004-08-06 15:30  pbartok
27467
27468         * Control.cs, X11Structs.cs, XplatUIX11.cs:
27469           - Fixed recursive loop when resizing
27470           - Improved/fixed redrawing on expose messages
27471
27472 2004-08-06 09:53  jordi
27473
27474         * Control.cs, X11Structs.cs, XplatUIWin32.cs, XplatUIX11.cs: X11
27475           keyboard navigation
27476
27477 2004-08-06 08:02  pbartok
27478
27479         * X11Structs.cs, XplatUIX11.cs:
27480           - Fixed reparenting
27481           - Fixed window border creation
27482
27483 2004-08-05 15:38  pbartok
27484
27485         * XplatUIX11.cs:
27486           - Attempted fix for reparenting problems
27487
27488 2004-08-04 15:14  pbartok
27489
27490         * Control.cs:
27491           - Fixed Invalidation bug (calculated wrong client area)
27492           - Added ClientSize setter
27493
27494 2004-08-04 15:13  pbartok
27495
27496         * Form.cs:
27497           - Added AutoScale properties
27498
27499 2004-08-04 15:13  pbartok
27500
27501         * SWF.csproj:
27502           - Added latest files
27503
27504 2004-08-04 14:11  pbartok
27505
27506         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
27507           XplatUIX11.cs:
27508           - Added Invalidate handling
27509
27510 2004-08-03 17:09  jordi
27511
27512         * XplatUIDriver.cs: fixes spelling mistake
27513
27514 2004-07-27 09:53  jordi
27515
27516         * TrackBar.cs: fixes trackbar events, def classname, methods
27517           signature
27518
27519 2004-07-27 09:29  jordi
27520
27521         * ScrollBar.cs: fixes scrollbar events
27522
27523 2004-07-27 04:38  jordi
27524
27525         * Control.cs: changes to be able to run winforms samples
27526
27527 2004-07-26 11:42  jordi
27528
27529         * ControlPaint.cs, ITheme.cs, ProgressBar.cs, ScrollBar.cs,
27530           ThemeEngine.cs, ThemeWin32Classic.cs, TrackBar.cs: Theme support
27531
27532 2004-07-26 05:41  jordi
27533
27534         * MessageBox.cs, MessageBoxButtons.cs, MessageBoxDefaultButton.cs,
27535           MessageBoxIcon.cs, MessageBoxOptions.cs: initial messagebox
27536           implementation
27537
27538 2004-07-22 09:22  jordi
27539
27540         * LinkLabel.cs, LinkLabelLinkClickedEventHandler.cs: link label:
27541           check link overlapping, implement events, and fixes
27542
27543 2004-07-21 10:28  jordi
27544
27545         * DialogResult.cs, IButtonControl.cs: fixes comments filenames
27546
27547 2004-07-21 10:19  jordi
27548
27549         * DialogResult.cs, IButtonControl.cs, Label.cs, LinkArea.cs,
27550           LinkBehavior.cs, LinkClickedEventArgs.cs, LinkLabel.cs,
27551           LinkLabelLinkClickedEventArgs.cs,
27552           LinkLabelLinkClickedEventHandler.cs, LinkState.cs,
27553           XplatUIWin32.cs, LinkClickedEventHandler.cs: LinkLabel control
27554           implementation
27555
27556 2004-07-19 13:09  jordi
27557
27558         * Control.cs, Label.cs: label control re-written: added missing
27559           functionlity, events, and properties
27560
27561 2004-07-19 10:49  jordi
27562
27563         * Control.cs: fixes SetBounds logic
27564
27565 2004-07-19 01:29  jordi
27566
27567         * Control.cs: Call RefreshWindow only if the window has created
27568
27569 2004-07-15 14:05  pbartok
27570
27571         * ColorDepth.cs, ImageList.cs, ImageListStreamer.cs, SWF.csproj:
27572           - Implemented ImageList and ImageList.ImageCollection classes
27573           - Added ColorDepth enumeration
27574           - Updated SWF VS.Net project
27575
27576 2004-07-15 11:06  jordi
27577
27578         * XplatUIStructs.cs: added MsgButons enum
27579
27580 2004-07-15 11:03  jordi
27581
27582         * Control.cs: added basic mouse handeling events
27583
27584 2004-07-15 03:38  jordi
27585
27586         * Orientation.cs, TickStyle.cs, TrackBar.cs: Horizontal and
27587           Vertical TrackBar control implementation
27588
27589 2004-07-13 09:33  jordi
27590
27591         * HScrollBar.cs, VScrollBar.cs: vertical and hort. classes commit
27592
27593 2004-07-13 09:31  jordi
27594
27595         * Control.cs, Form.cs: commit: new properties and fixes form size
27596           problems
27597
27598 2004-07-09 14:13  miguel
27599
27600         * ProgressBar.cs: Spelling
27601
27602 2004-07-09 11:25  pbartok
27603
27604         * ProgressBar.cs:
27605           - Removed usage of Rectangle for drawing. Miguel pointed out it's
27606           faster
27607
27608 2004-07-09 11:17  miguel
27609
27610         * ProgressBar.cs: 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
27611
27612                 * ProgressBar.cs: Fixed spelling for `block'
27613
27614                 drawProgressBar: renamed to `DrawProgressBar' to follow the coding
27615                 style guidelines.
27616
27617                 Avoid using the += on rect.X, that exposed a bug in the compiler.
27618
27619 2004-07-08 23:21  pbartok
27620
27621         * AccessibleObject.cs, AccessibleRole.cs, AccessibleStates.cs,
27622           AnchorStyles.cs, Application.cs, ApplicationContext.cs,
27623           BaseCollection.cs, Binding.cs, BindingContext.cs,
27624           BindingMemberInfo.cs, BindingsCollection.cs,
27625           BindingsManagerBase.cs, Border3DSide.cs, Border3DStyle.cs,
27626           BorderStyle.cs, BoundsSpecified.cs, ButtonBorderStyle.cs,
27627           ButtonState.cs, CaptionButton.cs, CheckBox.cs,
27628           ContainerControl.cs, Control.cs, ControlEventArgs.cs,
27629           ControlEventHandler.cs, ControlPaint.cs, ControlStyles.cs,
27630           ConvertEventArgs.cs, ConvertEventHandler.cs, Copyright,
27631           CreateParams.cs, DockStyle.cs, DragAction.cs, DragDropEffects.cs,
27632           DragEventArgs.cs, DragEventHandler.cs, FlatStyle.cs, Form.cs,
27633           FrameStyle.cs, GiveFeedbackEventArgs.cs,
27634           GiveFeedbackEventHandler.cs, HelpEventArgs.cs,
27635           HelpEventHandler.cs, IContainerControl.cs, IDataObject.cs,
27636           IMessageFilter.cs, IWin32Window.cs, ImeMode.cs, InputLanguage.cs,
27637           InputLanguageChangedEventArgs.cs,
27638           InputLanguageChangedEventHandler.cs,
27639           InputLanguageChangingEventArgs.cs,
27640           InputLanguageChangingEventHandler.cs, InputLanguageCollection.cs,
27641           InvalidateEventArgs.cs, InvalidateEventHandler.cs,
27642           KeyEventArgs.cs, KeyEventHandler.cs, KeyPressEventArgs.cs,
27643           KeyPressEventHandler.cs, Keys.cs, Label.cs, LayoutEventArgs.cs,
27644           LayoutEventHandler.cs, MenuGlyph.cs, Message.cs, MouseButtons.cs,
27645           MouseEventArgs.cs, MouseEventHandler.cs, NativeWindow.cs,
27646           PaintEventArgs.cs, PaintEventHandler.cs, ProgressBar.cs,
27647           QueryAccessibilityHelpEventArgs.cs,
27648           QueryAccessibilityHelpEventHandler.cs,
27649           QueryContinueDragEventArgs.cs, QueryContinueDragEventHandler.cs,
27650           RightToLeft.cs, SWF.csproj, SWF.csproj.user, ScrollBar.cs,
27651           ScrollBars.cs, ScrollButton.cs, ScrollEventArgs.cs,
27652           ScrollEventHandler.cs, ScrollEventType.cs, ScrollableControl.cs,
27653           TODO, TODOAttribute.cs, UICues.cs, UICuesEventArgs.cs,
27654           UICuesEventHandler.cs, X11Structs.cs, XplatUI.cs,
27655           XplatUIDriver.cs, XplatUIStructs.cs, XplatUIWin32.cs,
27656           XplatUIX11.cs, lang.cs:
27657           - Initial check-in
27658
27659