b6bf315f49515946de80356b5738b606ee5c314e
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ChangeLog
1 2007-06-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2
3         * ListViewItem.cs: Actually set bounds for subitems in Details view
4         (2.0 feature).
5         * ThemeWin32Classic.cs: Refactor the drawing code for subitems, so we
6         can invoke from the owner draw routines if we need it. Also, add
7         support for Owner draw in Details view.
8
9 2007-06-18  Jonathan Pobst  <monkey@jpobst.com>
10
11         * ToolStripDropDownMenu.cs, ToolStripItem.cs, ToolStripLabel.cs,
12         ToolStripMenuItem.cs, ToolStripProfessionalRenderer.cs: Respect the
13         ShowImageMargin setting, properly align text in a ToolStripLabel
14         hosted on a ToolStripDropDown.
15
16 2007-06-18  Jonathan Pobst  <monkey@jpobst.com>
17
18         * ToolStrip.cs, ToolStripContentPanel.cs, ToolStripDropDownMenu.cs,
19         ToolStripProfessionalRenderer.cs: Refactor and clean up some rendering code.
20
21 2007-06-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
22
23         * DrawListViewSubItemEventArgs.cs: Actually implement its methods.
24
25 2007-06-18  Jonathan Pobst  <monkey@jpobst.com>
26
27         * ToolStripLabel.cs: If the label is on a dropdown, adjust the text
28         location to match ToolStripMenuItems.
29
30 2007-06-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
31
32         * DrawListViewColumnHeaderEventArgs.cs:
33         * ThemeWin32Classic.cs: Implement 2.0 OwnerDraw support for
34         column headers in ListView. 
35
36 2007-06-15  Jonathan Pobst  <monkey@jpobst.com>
37
38         * UserControl.cs: Implement AutoSize.
39
40 2007-06-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
41
42         * DrawListViewItemEventArgs.cs:
43         * ListView.cs:
44         * ThemeWin32Classic.cs: Implement basic support for 2.0 OwnerDraw in
45         ListView.
46
47 2007-06-15  Jonathan Pobst  <monkey@jpobst.com>
48
49         * ToolStripDropDownItemAccessibleObject.cs: Added.
50         * ToolStripDropDownItem.cs, ToolStripItem.cs, ToolStripMenuItem.cs,
51         ToolStripOverflow.cs, ToolStripOverflowButton.cs, ToolStripPanel.cs,
52         ToolStripProgressBar.cs, ToolStripSeparator.cs, ToolStripSplitButton.cs,
53         ToolStripTextBox.cs: corcompare work.
54
55 2007-06-14  Jonathan Pobst  <monkey@jpobst.com>
56
57         * OSFeature.cs, StatusStrip.cs, TabControl.cs, TableLayoutSettings.cs,
58         TableLayoutStyle.cs, TableLayoutCollection.cs, ToolStripContentPanel.cs,
59         ToolStripControlHost.cs, ToolStripDropDown.cs, ToolStripDropDownButton.cs:
60                 corcompare.
61
62 2007-06-14  Jonathan Pobst  <monkey@jpobst.com>
63
64         * OSFeature.cs: Add IsPresent.
65         * PrintPreviewControl.cs: Add RightToLeft.
66         * SplitContainer.cs: Add AutoScrollOffset, ScaleControl.
67         * SplitterPanel.cs: Add AutoSizeMode.
68
69 2007-06-13  Jonathan Pobst  <monkey@jpobst.com>
70
71         * LayoutEventArgs.cs: Add 2.0 AffectedComponent.
72         * MdiClient.cs: Add 2.0 ScaleControl.
73         * NativeWindow.cs: Implement 2.0 interface IWin32Window.
74         * NumericUpDownAccelerationCollection.cs: Add [ListBinding].
75
76 2007-06-13  Jonathan Pobst  <monkey@jpobst.com>
77
78         * Form.cs: Implement some scaling methods, stub some RTL methods,
79         corcompare work.
80
81 2007-06-13  Jonathan Pobst  <monkey@jpobst.com>
82
83         * Control.cs: corcompare work.
84         * FlatButtonAppearance.cs, FolderBrowserDialog.cs: Add TypeConverters.
85
86 2007-06-13  Jonathan Pobst  <monkey@jpobst.com>
87
88         * ControlPaint.cs, Theme.cs, ThemeWin32Classic.cs: Implement
89         ControlPaint 2.0 stuffs.
90
91 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
92
93         * ThreadExceptionDialog.cs: Add 2.0 stuffs.
94
95 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
96
97         * UpDownBase.cs: Add 2.0 stuffs.
98
99 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
100
101         * NumericUpDown.cs: Add 2.0 stuffs.
102
103 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
104
105         * NotfiyIcon.cs: Add MouseDoubleClick event, hook up MouseClick event.
106
107 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
108
109         * ErrorProvider.cs: Implement 2.0 stuffs.
110
111 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
112
113         * DomainUpDown.cs: Implement 2.0 stuffs.
114
115 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
116
117         * CheckedListBox.cs: Fix RefreshItems signature.
118
119 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
120
121         * PictureBox.cs: Implement 2.0 stuffs.
122
123 2007-06-12  Andreia Gaita  <avidigal@novell.com>
124         
125         * TabControl.cs: Check if there are tabpages before checking
126         the selected index - fix #81802 (font changes raise a ResizeTabs
127         call on controls.add, which blew up nicely with no tabpages)
128
129 2007-06-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
130
131         * ListView.cs:
132         * ListViewItem.cs: Implement 2.0 ItemSelectionChanged event.
133
134 2007-06-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
135
136         * ListView.cs:
137         * ListViewItem.cs: In VirtualMode the selection information
138         resides in the ListView, rather than in the Items. Also, throw
139         InvalidOperationExceptions when VirtualMode is being used and
140         CheckedItemCollection is accessed.
141
142 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
143
144         * ComboBox.cs: Add ScaleControl.
145
146 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
147
148         * ButtonBase.cs: ButtonBaseAccessibleObject.State should not be visible to 1.1.
149
150 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
151
152         * GroupBox.cs: Add 2.0 stuffs.
153
154 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
155
156         * Panel.cs: Add autosize properties/event.
157
158 2007-06-07  Jonathan Pobst  <monkey@jpobst.com>
159
160         * Control.cs:
161         - When we remove a control, remove it from the collection before performing the layout.
162         - Setup an internal property for explicit_bounds.
163         - Don't let the UpdateBounds in CreateHandle overwrite our explicit bounds.
164         - Perform a layout when we set a new AutoSizeMode.
165
166 2007-06-07  Jonathan Pobst  <monkey@jpobst.com>
167
168         * ScrollableControl.cs: Add 2.0 stuffs.
169
170 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
171
172         * ScrollBar.cs: Add 2.0 stuffs.
173
174 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
175
176         * Splitter.cs: Add 2.0 stuffs.
177
178 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
179
180         * SplitContainer.cs: Apply patch from Neil Cawse <neilcawse@geotab.com>
181         to have BindingContext simply use base implementation.
182
183 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
184
185         * ColumnHeader.cs: corcompare fix.
186
187 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
188
189         * Button.cs: corcompare fixes.
190         * ButtonBase.cs: corcompare fixes, add ButtonBaseAccessibleObject.State.
191
192 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
193
194         * Button.cs: Override GetPreferredSizeCore.
195         * ButtonBase.cs: PerformLayout after changing properties that can affect
196         AutoSize.  Simplify some mouse/keyboard code.
197         * Control.cs: PerformLayout after changing Padding if AutoSize = true.
198         * MouseEventArgs.cs: Make Location internal for 1.1.
199         * TextRenderer.cs: Make MeasureTextInternal (string, Font, bool) internal for 1.1.
200         * Theme.cs: Add CalculateButtonAutoSize.
201         * ThemeWin32Classic.cs: Implement CalculateButtonAutoSize.
202
203 2007-06-05  Miguel de Icaza  <miguel@novell.com>
204
205         * TreeNodeCollection.cs: Applied patch from Neil Cawse <neilcawse@geotab.com>
206
207 2007-06-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
208
209         * ListViewItem.cs: We can't cache Bounds in VirtualMode 
210         since we can get different item instances every time we retrieve it.
211
212 2007-06-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
213
214         * ListView.cs: Work around for #81602, since an unkown an pretty
215         infrequent condition appears only in some systems (old linux boxes, it
216         seems).
217
218 2007-06-04  Jonathan Pobst  <monkey@jpobst.com>
219
220         * Button.cs: Completely reformat and a little refactor to bring
221         this closer to Mono circa 2007.
222
223 2007-06-04  Jonathan Pobst  <monkey@jpobst.com>
224
225         * CheckBox.cs, Form.cs, RadioButton.cs: Change call to ButtonBase.Redraw
226         to be ButtonBase.Invalidate.
227
228 2007-06-04  Jonathan Pobst  <monkey@jpobst.com>
229
230         * ButtonBase.cs: GetPreferredSize is 2.0 only.  Fixes build.
231
232 2007-06-04  Jonathan Pobst  <monkey@jpobst.com>
233
234         * ButtonBase.cs: Completely reformat and a little refactor to bring
235         this closer to Mono circa 2007.
236
237 2007-06-01  Everaldo Canuto  <ecanuto@novell.com>
238
239         * Label.cs: Fixes preferred sizes for 2.0 profile, also adjust some
240         values for autosize. Fixes #80137.
241
242 2007-06-01  Jonathan Pobst  <monkey@jpobst.com>
243
244         * Control.cs: Don't perform layout when AutoSize changes.
245         * Form.cs: Perform layout in AutoSize override.  Don't set ClientSize
246         directly when autosizing, use SetBounds with BoundsSpecified.None.
247         Fixes unit tests my last commit broke.
248
249 2007-06-01  Jonathan Pobst  <monkey@jpobst.com>
250
251         * Control.cs: Perform layout when AutoSize changes.
252         * Form.cs: Implement AutoSizing.
253
254 2007-06-01  Chris Toshok  <toshok@ximian.com>
255
256         * DataGrid.cs: remove the XXX'ed check at the top of
257         ProcessGridKey.  fixes #80464.
258
259 2007-06-01  Chris Toshok  <toshok@ximian.com>
260
261         * DataGridTextBoxColumn.cs: TextBox.TextChanged event handler
262         adding idempotent (add/remove in Edit()), and also make sure we
263         don't add it until after we set the text, so it's not tripped in
264         Edit().  Fixes unit test regression.
265
266 2007-06-01  Jonathan Pobst  <monkey@jpobst.com>
267
268         * Control.cs: In UpdateBounds, only recalculate anchor distances if the
269         change is user explicit, not when the layout engine moves stuff.  Fixes
270         anchoring to bottom and right.  [Fixes bug #81790]
271
272 2007-06-01  Andreia Gaita  <avidigal@novell.com>
273
274         * PrintDialog.cs: Add collation preview thumbnails. Fixes #80726.
275
276 2007-06-01  Andreia Gaita  <avidigal@novell.com>
277
278         * ContainerControl.cs: 
279         Fire enter event for common ancestor if it is not a ContainerControl.
280         Send focus to the active_control and not the 'value', the active 
281         control might have been changed in one of the events fired.     
282         Definitely fixes #80159.
283
284 2007-06-01  Andreia Gaita  <avidigal@novell.com>
285
286         * DataGrid.cs: Finish editing when focus leave the datagrid. Fixes #80159.
287
288 2007-06-01  Rolf Bjarne Kvinge <RKvinge@novell.com> 
289
290         * PropertyGrid.cs: Anchor the help description to the bottom of the
291           help panel and refactor SelectGridItem into a
292           SelectGridItemInternal that can be set to null (and update it to
293           clear the help texts when it is set to null). Set root item to null
294           when there's no SelectedObject. Fixes #80438.
295         * ScrollableControl.cs: In Recalculate we need to ResumeLayout(true)
296           when we're recalculating after a resize (only).
297
298 2007-05-31  Carlos Alberto Cortez <calberto.cortez@gmail.com>
299
300         * ListView.cs: Implement 2.0 RedrawItems method.
301
302 2007-05-31  Carlos Alberto Cortez <calberto.cortez@gmail.com>
303
304         * ListControl.cs: Disconnect PositionChanged and ItemChanged
305         handlers from previous data manager when DataSource is set to
306         null. Fixes #81771.
307
308 2007-05-31  Jackson Harper  <jackson@ximian.com>
309
310         * TextBoxBase.cs: These seem to be the correct values.
311
312 2007-05-31  Everaldo Canuto  <ecanuto@novell.com>
313
314         * FileDialog.cs: When close dialog with ok set filterindex using combobox
315         value. Fixes #81784.
316
317 2007-05-31  Jonathan Pobst  <monkey@jpobst.com>
318
319         * Control.cs: Implement 2.0 scaling methods.
320
321 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
322
323         * ProgressBar.cs, WebBrowserBase.cs, Control.cs, MaskedTextBox.cs,
324           MessageBox.cs, PropertyGrid.cs, RichTextBox.cs: Fix warnings and
325           corcompare issues.
326
327 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
328
329         * ProgressBar.cs: Implemented missing 2.0 members.
330
331 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
332
333         * Control.cs: Corcompare issues.
334         * MessageBox.cs: Implemented missing 2.0 functions.
335
336 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
337
338         * CheckedListBox.cs, ListBox.cs, ListControl.cs, ComboBox.cs:
339           Implemented more 2.0 members.
340
341 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
342
343         * Application.cs: Try to avoid NRE when Assembly.GetEntryAssembly is
344           null (strange, but it seems to happen when running unit tests).
345
346 2007-05-30  Andreia Gaita  <avidigal@novell.com>
347
348         * ContainerControl.cs: Set active_control even earlier, before 
349         firing any events, and undo it if validation returns false.
350
351 2007-05-30  Andreia Gaita  <avidigal@novell.com>
352
353         * ContainerControl.cs: Raise Validation and Enter/Leave events
354         even if there is no Form and set active_control earlier, just
355         before firing Enter events (toshok's patches). Fixes #80647.
356
357 2007-05-30  Jackson Harper  <jackson@ximian.com>
358
359         * TextControl.cs: Redid the pageup/pagedown a little to simplify
360         things and fix bug #81311.
361
362 2007-05-30  Jackson Harper  <jackson@ximian.com>
363
364         * X11Dnd.cs: Now that we have our own event loop, we need to
365         cancel when we get a mouseup but it won't be accepted.
366
367 2007-05-30  Chris Toshok  <toshok@ximian.com>
368
369         * DataGrid.cs (set_CurrentCell): guard against negative
370         column/row.
371
372         * DataGridColumnStyle.cs (CheckValidDataSource): just use the
373         array index syntax instead of looping over the property names.
374
375         * DataGridTextBoxColumn.cs: add a changed handler on the textbox,
376         and set IsInEditOrNavigateMode to false there.
377
378 2007-05-30  Jackson Harper  <jackson@ximian.com>
379
380         * TreeView.cs: Make sure we don't get a bad visible order when
381         setting to the top node.  Fixes some misc crashing in
382         ControlInspector.
383
384 2007-05-30  Andreia Gaita  <avidigal@novell.com>
385
386         * UserControl.cs: Add 2.0 AutoSizeMode
387
388 2007-05-29  Everaldo Canuto  <ecanuto@novell.com>
389
390         * DataGridTextBoxColumn.cs: Fix textbox horizontal offset.
391
392 2007-05-29  Everaldo Canuto  <ecanuto@novell.com>
393
394         * DataGridTextBoxColumn.cs: Fix textbox position to prevent override grid
395         lines. Fixes #80285. 
396
397 2007-05-29  Everaldo Canuto  <ecanuto@novell.com>
398
399         * DataGridColumnStyle.cs: Add char trimming column header text format. 
400
401 2007-05-29  Everaldo Canuto  <ecanuto@novell.com>
402
403         * DataGridColumnStyle.cs: Fix grid header arrow drawing over column name. 
404         Fixes #80147.
405
406 2007-05-29  Jackson Harper  <jackson@ximian.com>
407
408         * TreeNode.cs: Fix off by one on calculating whether or not a node
409         is visible.
410
411 2007-05-29  Jonathan Pobst  <monkey@jpobst.com>
412
413         * Control.cs: ResumeLayout(false) should recalculate anchor distances.
414         * ScrollableControl.cs: Force an UpdateDistances when we move the
415         scrollbars.
416         [Fixes bug #80605]
417
418 2007-05-29  Andreia Gaita  <avidigal@novell.com>
419
420         * PageSetupDialog.cs: Fix #80728 - Changing the printer doesn't
421         update the page setup screen.
422
423 2007-05-29  Andreia Gaita  <avidigal@novell.com>
424
425         * PageSetupDialog.cs: Fix landscape mode.
426
427 2007-05-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
428
429         * SystemInformation.cs: Add 2.0 IconSizeVerticalSpacing and
430         IconSizeHorizontalSpacing.
431
432 2007-05-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
433
434         * ListView.cs: The declaration of prev_tooltip_item should be inside
435         a NET_2_0 conditional (avoid a warning).
436
437 2007-05-28  Andreia Gaita  <avidigal@novell.com>
438
439         * PageSetupDialog.cs: Implement PrintPreview control to display
440         the preview thumbnail. Change unit conversion to use 
441         PrinterUnitConvert methods.
442         
443         Note: there is a huge bug in ms.net where the default margins are 
444         interpreted as centimeters (?), when in fact they are set in inches. When 
445         loading the page setup dialog initially (ms.net), the default margins 
446         are set to 1 inch, and the dialog shows them with value 10, when in fact 
447         it should be 25 (properly converted). Our dialog doesn't have this bug.
448         
449         * Theme.cs, ThemeWin32Classic.cs: Add a CPDrawBorder override for 
450         RectangleF.
451         * ControlPaint.cs: Add a DrawBorder internal method for RectangleF.
452
453 2007-05-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
454
455         * ListView.cs:
456         * ListViewItem.cs: Implement 2.0 ToolTipText support for listview
457         items.
458
459 2007-05-28  Andreia Gaita  <avidigal@novell.com>
460
461         * X11Dnd.cs: A direct cast to VirtualKeys is not allowed from
462         an IntPtr on csc (it builds fine on mcs, could it be a compiler
463         bug?), convert the ptr to Int32 first.
464
465 2007-05-28  Jackson Harper  <jackson@ximian.com>
466
467         * X11Dnd.cs: Add a timer, so after drop, if a finish is not
468         recieved, we will exit the dnd tracking loop.
469
470 2007-05-28  Jackson Harper  <jackson@ximian.com>
471
472         * X11Dnd.cs: Keep tracking until the xdnd finished event is
473         recieved. TODO: I should probably stick a timer on the dropped
474         event, and finish the drag if the XDND Finished event never shows
475         (because some apps don't seem to send it).
476
477 2007-05-28  Everaldo Canuto  <ecanuto@novell.com>
478
479         * ToolBar.cs: Fix toolbar default width for button with image. Fixes
480         #81733.
481
482 2007-05-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
483
484         * MonthCalendar.cs: Only mark the keypresses we actually handle as
485           handled.
486
487 2007-05-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
488
489         * MonthCalendar.cs: Set the size after initializing all the relevant
490           variables. Fixes #81742.
491
492 2007-05-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
493
494         * KeyEventArgs.cs: Fix typo.
495
496 2007-05-28  Gert Driesen  <drieseng@users.sourceforge.net>
497
498         * DateTimePicker.cs: Changed exceptions thrown by MinDate and MaxDate
499         to match MS. Fixed MinDate to only accept value less than or equal
500         to MaxDate on 2.0 profile and less than MaxDate on 1.0 profile.
501         Removed TODO's that are now verified by unit tests.
502
503 2007-05-27  Gert Driesen  <drieseng@users.sourceforge.net>
504
505         * TreeNodeCollection.cs: Minor corrections to exceptions to match
506         MS.
507
508 2007-05-25  Jackson Harper  <jackson@ximian.com>
509
510         * X11Dnd.cs: Rework to make StartDrag a blocking call that runs
511         it's own message loop.
512         * XplatUIX11.cs: Remove some of the dnd hooks
513
514 2007-05-25  Gert Driesen  <drieseng@users.sourceforge.net>
515
516         * XplatUIX11.cs: Change MinimumWindowSize to {Width=0,Height=0}
517         instead of MinimizedWindowSize.
518
519 2007-05-25  Jackson Harper  <jackson@ximian.com>
520
521         * TextBoxBase.cs: Raise textchanged when cutting and pasting text.
522
523 2007-05-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 
524
525         * KeyEventArgs.cs: Added SuppressKeyPress.
526         * Control.cs: Added support for SuppressKeyPress.
527
528 2007-05-24  Andreia Gaita  <avidigal@novell.com>
529
530         * NumericUpDown.cs: Refactor code to fix regressions on #79950 and
531         problems with PieChart. suppress_validation should not be a counter,
532         if there are several BeginInit calls, the first EndInit will 
533         activate validation. Fix exceptions thrown by set_Value.
534         * UpDownBase.cs: ValidateText only if it's the user editing it.
535
536 2007-05-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
537
538         * ListControl.cs: FilterItemOnProperty should return the filtered
539         item proeprty even if DataSource is null. The same applies for
540         GetItemText. Fixes #80427.
541
542 2007-05-24  Jonathan Pobst  <monkey@jpobst.com>
543
544         * Control.cs: If a control doesn't have a parent when it's Dock is
545         set, but it has children, it needs to do a layout.  Fixes some nested
546         controls issues.  [Fixes bug #81199]
547
548 2007-05-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
549
550         * ComboBox.cs: If there are few items in the drop down list, make it
551           the exact size the items need, no bigger. Fixes #81612.
552
553 2007-05-24  Jonathan Pobst  <monkey@jpobst.com>
554
555         * Application.cs: When we have captured the keyboard for a menu,
556         check for mouse down events in case we need to close the menu.
557         * Control.cs, Form.cs: Remove mouse down checks for menus.
558
559 2007-05-24  Jackson Harper  <jackson@ximian.com>
560
561         * TextControl.cs: Handle tabs in non multiline mode a little
562         differently.
563
564 2007-05-24  Jackson Harper  <jackson@ximian.com>
565
566         * TextControl.cs: We need to manually break apart tabbed text and
567         move the tabs, since the system.drawing tabbing mechanism relies
568         on tab stops.
569         * TextBoxBase.cs: Move the caret properly when the user enters a
570         tab.
571
572 2007-05-24  Jonathan Pobst  <monkey@jpobst.com>
573
574         * ContainerControl.cs: Don't check CanSelect before calling
575         ProcessMnemonic.
576         * ToolStrip.cs: Only do implicit mnemonics on MenuStrips.  Don't
577         release a KeyboardActive on click if it's not ours.
578
579 2007-05-23  Andreia Gaita  <avidigal@novell.com>
580
581         * ColumnHeader.cs: Add TypeConverter
582
583 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
584
585         * LinkLabel.cs: Implement LinkCollection.Add with Link parameter (2.0).
586
587 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
588
589         * LinkLabelLinkClickedEventArgs.cs, LinkLabel.cs: Implement Button property.
590
591 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
592
593         * LinkLabel.cs: Implement public Padding property.
594
595 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
596
597         * LinkLabel.cs: Implement public FlatStyle.
598
599 2007-05-23  Jonathan Pobst  <monkey@jpobst.com>
600
601         * Control.cs: Apply patch from George to call parent.PerformLayout
602         when Visible is changed.  [Fixes bugs #81118, 81718]
603
604 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
605
606         * MainMenu.cs, MenuAPI.cs: Implement Collapse event for MainMenu (2.0).
607
608 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
609
610         * ContextMenu.cs: Implement ProcessCmdKey with control parameter.
611
612 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
613
614         * ContextMenu.cs: Implement Collapse.
615
616 2007-05-23  Rolf Bjarne Kvinge <RKvinge@novell.com>
617
618         * ToolBarButton.cs: Implement Name.
619
620 2007-05-22  Everaldo Canuto  <ecanuto@novell.com>
621
622         * ToolBar.cs: Fix OnButtonDropDown to save item used in dropdown instead of
623         use current_item, it prevents some NRE. Fixes #81675.  
624
625 2007-05-22  Andreia Gaita  <avidigal@novell.com>
626
627         * NumericUpDown.cs: Fix PieChart by not returning from UpdateEditText
628         without updating the text.
629
630 2007-05-22  Jonathan Pobst  <monkey@jpobst.com>
631
632         * XplatUIWin32.cs: Plug a GDI leak caused by calling Font.ToHfont ()
633         without calling DeleteObject.  [Should fix bug #81709]
634
635 2007-05-22  Jackson Harper  <jackson@ximian.com>
636
637         * RichTextBox.cs: Set the line endings correctly, when flushing
638         RTF text.
639
640 2007-05-22  Gert Driesen  <drieseng@users.sourceforge.net>
641
642         * XplatUIX11.cs: MinimumWindowSize on X11 is actually
643          {Width=0,Height=0}.
644
645 2007-05-22  Jackson Harper  <jackson@ximian.com>
646
647         * TreeView.cs: Setting top with a null node should set to the very
648         top.
649
650 2007-05-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
651
652         * Form.cs: ShowDialog: destroy the handle when message loop is
653           finished, matches MS behaviour. Refactor parts of WmClose into
654           RaiseCloseEvents, that only raises events if they haven't already
655           been raised. Fixes #81688 and #81521.
656         * Application.cs: Don't call close on the form when exiting a modal
657           loop, it will raise all the (Form)Closed/Closing events again if
658           WM_CLOSE has been sent earlier on, instead call RaiseCloseEvent,
659           which doesn'r raise any events it they have been raised before.
660
661 2007-05-22  Jonathan Pobst  <monkey@jpobst.com>
662
663         * Control.cs: Add OnPrint.
664         * ToolStrip.cs: Add GetChildAtPoint.
665         * ToolStripContainer.cs: Add OnRightToLeftChanged.
666         * ToolStripRenderer.cs: Make CreateMirrorImage internal.
667
668 2007-05-22  Everaldo Canuto  <ecanuto@novell.com>
669
670         * MenuAPI.cs: Prevent context menu to be typed as MainMenu. Fixes #81509.  
671
672 2007-05-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
673
674         * InternalWindowManager.cs: ToolTipShow: Don't show tooltip if the form
675           isn't visible anymore. Fixes #81651.
676
677 2007-05-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
678
679         * Control.cs: WmShowWindow: Update children's z-order after setting
680           their parent. SetParent may show the window, thereby corrupting
681           z-order, since the window will be shown on top.
682         * XplatUIWin32.cs: SetParent: don't call SetVisible on forms. Prevents
683           multiple (and redundant) WM_SHOWWINDOW messages.
684         * MdiWindowManager.cs: RaiseDeactivate: only raise after an Activate
685           event has already been raised.
686         * Form.cs: Change is_changing_visible_state to a counter, since
687           SetVisibleCore can be called recursively. CreateHandle: when
688           creating mdi children, send (De)Activated events.
689         * MdiClient.cs: Update use of is_changing_visible_state.
690         * Application.cs: OnThreadException: Surround exception handling with
691           try/finally to ensure we always reset the error-handling state
692           before leaving.
693
694 2007-05-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
695
696         * ThemeWin32Classic.cs: DrawProgressBar: Avoid a DivideByZero exception
697           (#81704).
698
699 2007-05-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
700
701         * ListView.cs: Use Theme.ListViewHorizontalSpacing for List and
702         SmallIcon views, now that we have a standarized horizontal spacing.
703
704         * ThemeWin32Classic.cs: ListViewHorizontalSpacing now has a value of
705         4, just like the other views (Match .Net).
706
707 2007-05-21  Jonathan Pobst  <monkey@jpobst.com>
708
709         * Control.cs: Delay calculating anchor distances until we actually layout.
710         Always query the WM for the actual size and location it put us at instead of
711         only when we send negative values.
712         [Fixes bugs #81694, 81695]
713
714 2007-05-21  Rolf Bjarne Kvinge <RKvinge@novell.com> 
715
716         * Application.cs: Avoid a possible stack overflow when trying to exit
717           the application.
718
719 2007-05-19  Marek Safar  <marek.safar@gmail.com>
720
721         * Theme.cs (GetHatchBrush): A key uses internal value instead of formated
722         enum value.
723
724 2007-05-19  Andreia Gaita  <avidigal@novell.com>
725
726         * NumericUpDown.cs: Added 2.0 methods (spin acceleration)
727         * NumericUpDownAcceleration.cs, 
728           NumericUpDownAccelerationCollection.cs: Added 2.0
729           implementation.
730
731 2007-05-19  Gert Driesen  <drieseng@users.sourceforge.net>
732
733         * RichTextBox.cs: Recalculate the document after the ScrollBars
734         property is changed. Fixes bug #81681.
735
736 2007-05-18  Jonathan Pobst  <monkey@jpobst.com>
737
738         * DataObject.cs: Implement 2.0 methods.
739
740 2007-05-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
741
742         * ThemeWin32Classic.cs: Draw the check marks in ListViewItems
743         in the center of the checkbox, not in the left-top corner. 
744         Fixes #80037.
745
746 2007-05-18  Jackson Harper  <jackson@ximian.com>
747
748         * RichTextBox.cs: Recalculate the document after the scrollbars
749         property is changed.
750         * TextBoxBase.cs: ScrollBars is not a flags enum...This fixes
751         81486.
752
753 2007-05-18  Rolf Bjarne Kvinge <RKvinge@novell.com> 
754
755         * CreateParams.cs: Make HasWindowManager marginally faster.
756         * XplatUIX11.cs, Hwnd.cs: CreateWindow: Move the default location code
757           into Hwnd so that other drivers can use it as well.
758         * XplatUIWin32.cs: CreateWindow: If the window has a window manager get
759           the default location from Hwnd. Fixes MDI client windows always
760           showing up at (0,0) in Windows (Win32 won't set the default
761           location since the window styles aren't correct).
762
763 2007-05-18  Gert Driesen  <drieseng@users.sourceforge.net>
764
765         * TreeView.cs: Modified DoubleBuffered to just use the base
766         implementation.
767
768 2007-05-18  Jackson Harper  <jackson@ximian.com>
769
770         * TreeView.cs: Set the top node to the last child node when
771         expanding all
772         - When we get focus, if there is no selected node, use the top
773         node.
774
775 2007-05-18  Jonathan Pobst  <monkey@jpobst.com>
776
777         * KeysConverter.cs: Add CanConvertTo.
778         * LinkLabel.cs: Add some 2.0 constructors and properties to LinkLabel.Link.
779         * LinkConverter.cs: Added.
780
781 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
782
783         * Cursor.cs: Apply Sebastien patch from #81669 to open file in read mode,
784         it prevents error when file dont have write access. Fixes #81669 and #81667.  
785
786 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
787
788         * ThemeWin32Classic.cs: Check for ShowKeyboardCues true when draw toolbar 
789         button text. Fixes #79640.  
790
791 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
792
793         * Control.cs: According to MSDN controls created in the designer theres 
794         keyboard accelerators visible by default. So included check for design
795         in ShowKeyboardCuesInternal.  
796
797 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
798
799         * ThemeWin32Classic.cs: Check for ShowKeyboardCues true when draw combobox 
800         text. Fixes #81621.  
801
802 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
803
804         * Control.cs: ShowKeyboardCuesInternal add to expose ShowKeyboardCues
805         for 1.0, becuse ShowKeyboardCues is protected on 1.0.  
806
807 2007-05-17  Everaldo Canuto  <ecanuto@novell.com>
808
809         * Control.cs: Finish implementation of UI State using WmChangeUIState
810         to send WM_UPDATEUISTATE to all child controls. Some hack will be needed
811         in some controls to check for show_keyboard_cues to draw accell keys "_".  
812
813 2007-05-17  Carlos Alberto Cortez <calberto.cortez@gmail.com>
814
815         * ListBox.cs: When calculating the horizontal scrollbar
816         in single column mode, don't use values less than 0 for
817         Maximum. Fixes #81474.
818
819 2007-05-17  Carlos Alberto Cortez <calberto.cortez@gmail.com>
820
821         * ListBox.cs: Throw the some missing exceptions in
822         ListBox.ObjectCollection methods.
823
824 2007-05-17  Jackson Harper  <jackson@ximian.com>
825
826         * TextBoxBase.cs: Recalculate the document when the word wrap
827         value has changed. This fixes 81488.
828
829 2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
830
831         * Clipboard.cs: Implement missing GetText overload.
832
833 2007-05-17  Chris Toshok  <toshok@ximian.com>
834
835         * Control.cs (CheckDataBindings): remove the binding_context arg
836         to binding.Check.
837
838         * CurrencyManager.cs (OnItemChanged): fix this now that
839         BindingManagerBase is fixed. also remove the comment telling where
840         the fix should go.  We set transfering_data to true/false around
841         the call to PushData to keep UpdateIsBinding from being called.
842         (ListChangedHandler): remove the extra OnMetaDataChanged call for
843         PropertyDescriptorAdded in the 1.1 case.  The extra call is
844         actually generated by System.Data generating 2 metadata changed
845         events of its own per column add.  The fix should go there.  Add a
846         comment to that affect in our test's Assert.Ignore.
847
848         * BindingManagerBase.cs: Rework PullData and PushData slightly.
849         we keep a boolean flag (transfering_data) that keeps us from
850         calling UpdateIsBinding multiple times if we re-enter either of
851         them.
852
853         * ControlBindingsCollection.cs (AddCore): remove the
854         binding_context arg to binding.Check.
855
856         * Binding.cs (IsBinding): don't check if we're binding here, just
857         return our cached value.  we update it in UpdateIsBinding.
858         (Check): don't take the binding_context arg, we'll just use our
859         control's.  Also, for some reason MS doesn't use the data member
860         field when getting the bindingmanager for this binding.  it just
861         uses the datasource.  Make this method callable multiple times,
862         and only do the is_null_desc stuff if manager.Position != -1 (so
863         we don't get an exception accessing manager.Current).
864         (UpdateIsBinding): move the code from IsBinding here.
865         (PositionChangedHandler): call Check here to we can initialize
866         things that require a non- -1 position.
867
868 2007-05-17  Everaldo Canuto  <ecanuto@novell.com>
869
870         * Form.cs: When alt keys is pressed send WM_CHANGEUISTATE to top level
871         control.
872
873 2007-05-17  Andreia Gaita  <avidigal@novell.com>
874
875         * TabControl.cs: Add 2.0 methods and events, including
876         OnEnter / OnLeave and raises it for tabpages (fixes #79869)
877         * TabPage.cs: Add 2.0 methods
878
879 2007-05-17  Everaldo Canuto  <ecanuto@novell.com>
880
881         * Control.cs: Implement WmUpdateUIState, show_focus_cues and
882         keyboard_cues is properly handled by message method.  
883
884 2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
885
886         * TreeViewImageIndexConverter.cs: Add 2.0 methods.
887
888 2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
889
890         * ToolStripTextBox.cs: Wire up new 2.0 Textbox methods/properties.
891
892 2007-05-16  Everaldo Canuto  <ecanuto@novell.com>
893
894         * Control.cs: 
895         - WmUpdateUIState added to handle state changes, it make call to
896         OnChangeUICues event.
897         - Fixed ShowKeyboardCues to check for MenuAccessKeysUnderlined in
898         SystemInformation.
899
900 2007-05-16  Jonathan Pobst  <monkey@jpobst.com>
901
902         * ImageKeyConverter.cs: Added.
903         * TreeViewImageKeyConverter.cs: Added.
904
905 2007-05-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
906         
907         * ToolTips.cs: Update Text if SetToolTip is called for a control
908         already showing the tooltip, as well as restarting its timer; show
909         tooltip if we are inside the control bounds by the time of calling
910         SetToolTip. Inside ShowTooltip remove the check to not show the 
911         tooltip again for the active control (it is allowed by .Net to 
912         show the tooltip on the same control multiple times).
913
914 2007-05-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
915
916         * MaskedTextBox.cs: Small fix for Text that fixes a broken test.
917
918 2007-05-16  Andreia Gaita <avidigal@novell.com> 
919
920         * ContainerControl.cs: only process tab key if there are no 
921         modifier keys present, otherwise the control does the 
922         tab processing, if it needs to. Fixes #81622
923         * TabControl.cs: Fixes calculation for which tab to select on
924         shift+ctrl+tab.
925
926 2007-05-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
927
928         * MaskedTextBox.cs: Small fix for Text that fixes a broken test.
929
930 2007-05-15  Jonathan Pobst  <monkey@jpobst.com>
931
932         * Control.cs: Make IsInputCharInternal to allow controls to
933         override it and still match MS API.
934         * TextBoxBase.cs: Override IsInputCharInternal and always
935         return true.
936         [Fixes bug #81616]
937
938 2007-05-15  Jackson Harper  <jackson@ximian.com>
939
940         * TextBox.cs: Disable some of the menu options when using a
941         readonly textbox.
942
943 2007-05-15  Jackson Harper  <jackson@ximian.com>
944
945         * TextBox.cs:
946         * TextBoxBase.cs:
947         * RichTextBox.cs: Some new 2.0 methods
948
949 2007-05-15  Gert Driesen  <drieseng@users.sourceforge.net>
950
951         * FileDialog.cs: On 1.0 profile, do not support multidotted 
952         extensions.
953
954 2007-05-14  Jackson Harper  <jackson@ximian.com>
955
956         * TextBoxBase.cs: Implement some of the new 2.0 methods.
957         * RichTextBox.cs: We need to override these methods on 2.0.
958         * MaskedTextBox.cs: These are implemented now
959         * TextControl.cs: This was off by one.
960
961 2007-05-14  Jackson Harper  <jackson@ximian.com>
962
963         * TextControl.cs: Because the line endings are including in the
964         text, we don't need to add them in anymore.
965
966 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
967
968         * ToolBar.cs: Fix autosize and get it working only after hadle is created,
969         also prevent redraw in set_autosize if handle is not created. Fixes #81523.
970
971 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
972
973         * ToolBar.cs: Adjust size to default size when button theres no text and
974         image, it fixes remaining issues from #81524.
975
976 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
977
978         * ToolBar.cs: 
979         - When not flat call redraw to recalculate sizes on creare handle to match
980         win32 behavior.
981         - Revert 77220 because it causes some regressions in toobar
982         button.
983
984 2007-05-11  Rolf Bjarne Kvinge <RKvinge@novell.com> 
985
986         * MaskedTextBox.cs: Update the base text whenever the text changes. MTB
987           now actually enters a usable state.
988
989 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
990
991         * ToolBar.cs: Check for handle created in redraw to prevent unneeded size
992         calculations, it reduces the size cauculation from 7 to 3 on a toolbar with
993         3 buttons.
994
995 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
996
997         * ToolBar.cs: Save default_size on create handle to use later for buttons
998         without text, needed to mimic win32 behavior.
999
1000 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
1001
1002         * ToolBar.cs: Fix button layour to best fit width or height according to
1003         vertical or not. Fixes #81524.
1004
1005 2007-05-10  Everaldo Canuto  <everaldo@simios.org>
1006
1007         * ToolBarButton.cs: When change style call ToolBar.Redraw to update
1008         toolbar size info because different styles theres different sizes.
1009         Fixes #81522.
1010
1011 2007-05-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1012
1013         * ThemeWinClassic.cs: For .Net 2.0 don't draw any image
1014         if we are using checkboxes, checked is true, and we have less
1015         than two images in StateImageList; for the 1.1 in the same scenario
1016         draw the first image if we have at least one image in StateImageList.
1017         Fixes part of #81191.
1018
1019 2007-05-10  Jonathan Pobst  <monkey@jpobst.com>
1020
1021         * ToolStrip.cs, ToolStripManager.cs: We need to remove items from
1022         the owner's Items collection on merge.
1023
1024 2007-05-10  Jonathan Pobst  <monkey@jpobst.com>
1025
1026         * ToolStrip.cs: Use new internal ToolStripItemCollection constructor.
1027         * ToolStripItemCollection.cs: Lots of fixes to when events get called
1028         and parent/owner gets changed based on gert's unit tests.
1029
1030 2007-05-10  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1031
1032         * MaskedTextBox.cs: Started implementing parts of it.
1033
1034 2007-05-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1035
1036         * ListView.cs: When clicking the checkbox on the items
1037         take into account the double clicks even if we have only
1038         one image in StateImageList (only for 1.0/1.1). Also 
1039         generate an extra change of checked state when we receive
1040         the second click on checkbox (match .Net behaviour). 
1041         Fixes part of #81191.
1042
1043 2007-05-10  Everaldo Canuto  <everaldo@simios.org>
1044
1045         * ThemeWin32Classic.cs: Fix text rectangles in Tooltips.
1046
1047 2007-05-10  Jonathan Pobst  <monkey@jpobst.com>
1048
1049         * Form.cs: Move some of OnLoad to OnLoadInternal so it gets called
1050         even if OnLoad is overriden and base.OnLoad is not called.
1051         [Fixes bug #81582]
1052
1053 2007-05-10  Andreia Gaita  <avidigal@novell.com>
1054
1055         * TableLayoutSettings.cs: A big doh! fix and bowing down of head in 
1056         shame. (I blame my ever-persisting and annoying cold)
1057
1058 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
1059
1060         * ListView.cs: Don't eat navigation keys.  Let them flow through to
1061         KeyDown/KeyPress routines.  [Fixes bug #81569]
1062
1063 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
1064
1065         * ListView.cs: When handling keys for selecting the item based off
1066         keyboard input, do not consider keys pressed with Alt or Control.  Also,
1067         correctly handle keys when the Shift key is down. [Fixes bug #81578]
1068
1069 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
1070
1071         * Control.cs: When using UseWaitCursor, we have to store the requested
1072         Cursor to use when UseWaitCursor is turned off.
1073
1074 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
1075
1076         * Control.cs: Implement PreProcessControlMessage.  Default IsInputChar
1077         to false.
1078         * Application.cs: Use PreProcessControlMessage instead of
1079         PreProcessMessage.
1080         * PreProcessControlMessage.cs: Make internal for 1.1.
1081
1082 2007-05-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1083
1084         * Control.cs: Add InternalContains focus property, which hast the same
1085         functionality of ContainsFocus, but also including implicit controls.
1086         * ListViewItem.cs: Use InternalContainsFocus instead of ContainsFocus,
1087         since we need to know if the focus is contained in our implicit
1088         ItemControl when calculating Layout. Fixes part of #80888.
1089
1090 2007-05-08  Everaldo Canuto  <everaldo@simios.org>
1091
1092         * ToolTip.cs: Remove center form string alignment as it must be align to
1093         left.
1094
1095 2007-05-08  Jonathan Pobst  <monkey@jpobst.com>
1096
1097         * ToolStripItemCollection.cs: Set the new item's parent and owner
1098         in Insert like we do in Add.  [Fixes bug #81568]
1099
1100 2007-05-08  Jackson Harper  <jackson@ximian.com>
1101
1102         * TreeView.cs: GotFocus differences between 1.1 and 2.0.
1103         - Off by one error in SetTop
1104         - Disable DoubeBuffering
1105         
1106 2007-05-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1107
1108         * ScrollableControl.cs: ScrollIControlntoView: we now only move the
1109           control as much as necessary in order to make it entirely visible,
1110           instead of centering the control in the container (matches MS
1111           behaviour). CalculateCanvasSize: we need to take the current scroll
1112           position into account when calculating the maximum canvas,
1113           otherwise the following scenario will fail: resize so that the
1114           scrollbars appear, use the scrollbars to scroll, resize again
1115           smaller, and now the canvas size is too small. Recalculate: when
1116           showing scrollbars make sure they start off at 0, and try to scroll
1117           the active control into view. Fixes #79540. HandleScrollBar: don't
1118           scroll anywhere if the scrollbar isn't visible.
1119
1120 2007-05-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1121
1122         * ListView.cs: When focus changed, call Layout/Invalidate
1123         in the focused item to update the selected state (should show
1124         entire label when ListView is focused, and a part of it if is not).
1125         * ListViewItem.cs: When doing layout for LargeIcon, take into account
1126         for displaying the entire label not only the Focused state of the
1127         item, but also the Focused state of the ListView (match .Net
1128         behaviour).
1129
1130 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
1131
1132         * Control.cs: Stub CanRaiseEvents, IsMirrored, and NotifyClients.
1133         Implement UseWaitCursor. 
1134
1135 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
1136         Applying contributed patch from Sergey Volk.
1137
1138         * Clipboard.cs: Implement SetDataObject retry logic and new overload
1139         of SetDataObject.
1140         * XplatUIWin32.cs: Throw an ExternalException if the clipboard set fails.
1141
1142 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
1143
1144         * Control.cs: Implement DrawToBitmap.
1145
1146 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
1147         Applying contributed patch from Stefan Noack.
1148         
1149         * Control.cs: Add [Get|Set]AutoSizeMode.
1150
1151 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
1152
1153         * MdiClient.cs: Unmerge menus when the last child is closed.
1154
1155 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
1156
1157         * ToolStrip.cs: Do not call BeginMerge on DropDowns.
1158         * ToolStripManager.cs: Call Merge on DropDowns.
1159         [Fixes bug #81477]
1160
1161 2007-05-07  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1162
1163         * XplatUIWin32.cs: Changed Win32CreateWindow to take enums instead of
1164           uints.
1165         * Form.cs: CreateParams: don't set WS_VISIBLE if we're changing
1166           visibility. We can't create forms visible, since we have to set the
1167           owner before making the form visible (otherwise Win32 will do
1168           strange things with task bar icons). The problem is that we set the
1169           internal is_visible to true before creating the control, so
1170           is_changing_visible_state is the only way of determining if we're
1171           in the process of creating the form due to setting Visible=true -
1172           this works because SetVisibleCore explicitly makes the form
1173           visibile afterwards anyways. Fixes #80775.
1174
1175 2007-05-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1176
1177         * ThemeWin32Classic.cs: When drawing ListViewItems,
1178         use StringTrimming.EllipsisCharacter if the view is Tile, Details,
1179         or LargeIcon _and_ item is not focused (match .Net behaviour).
1180
1181 2007-05-04  Jonathan Pobst  <monkey@jpobst.com>
1182
1183         * Control.cs, Form.cs: Fix some obsolete method warnings.
1184
1185 2007-05-04  Jonathan Pobst  <monkey@jpobst.com>
1186
1187         * Control.cs: Implement GetChildAtPoint and OnParentCursorChanged.
1188         * GetChildAtPointSkip.cs: Make internal for 1.1 profile.
1189
1190 2007-05-04  Andreia Gaita  <avidigal@novell.com>
1191
1192         * ContainerControl.cs: Fix active_control attribution when going
1193         up the parent chain so that the first parent container gets the control
1194         and the rest of the parent containers get the child containers (skips
1195         non-containers). Fixes #80729
1196
1197 2007-05-04  Randolph Chung  <tausq@debian.org>
1198
1199         * FileDialog.cs: Implement the SupportMultiDottedExtensions property.
1200         [Fixes bug #81499]
1201
1202 2007-05-04  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1203
1204         * XplatUIX11.cs: Add a TranslateWindowSizeToXWindowSize overload that
1205           takes a size parameter, since the CreateParam's size isn't true for
1206           minimized forms. Fixes #81518,
1207
1208 2007-05-04  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1209
1210         * Form.cs: Add OnDeactivateInternal.
1211         * MdiClient.cs: Raise Deactivate event. Fixes #81409.
1212
1213 2007-05-04  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1214
1215         * DateTimePicker.cs: CalculateDropDownLocation: do a null check before
1216           accessing the parent. Fixes #81508.
1217
1218 2007-05-03  Chris Toshok  <toshok@ximian.com>
1219
1220         * CurrencyManager.cs (CurrencyManager.ListChangeHandler): in the
1221         2.0 block, pass listposition + 1 to ChangeRecordState when a row
1222         was added before the current listposition.  Fixes the
1223         TestInsertRowBeforeCurrent unit test.
1224
1225 2007-05-03  Jonathan Pobst  <monkey@jpobst.com>
1226
1227         * Application.cs: Add RaiseIdle.
1228         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
1229         XplatUIX11.cs: Implement RaiseIdle.
1230
1231 2007-05-02  Jonathan Pobst  <monkey@jpobst.com>
1232         corcompare work: N - Z
1233         * NotifyIcon.cs
1234         * ProgressBar.cs
1235         * RadionButton.cs
1236         * ScrollableControl.cs
1237         * SplitContainer.cs
1238         * SplitterPanel.cs
1239         * StatusBar.cs
1240         * SystemInformation.cs
1241         * TabControl.cs
1242         * TableLayoutControlCollection.cs
1243         * TableLayoutPanel.cs
1244         * TabPage.cs
1245         * ToolBar.cs
1246         * ToolBarButton.cs
1247         * ToolStrip.cs
1248         * ToolStripComboBox.cs
1249         * ToolStripContainer.cs
1250         * ToolStripContentPanel.cs
1251         * ToolStripDropDown.cs
1252         * ToolStripDropDownItem.cs
1253         * ToolStripDropDownMenu.cs
1254         * ToolStripItem.cs
1255         * ToolStripItemCollection.cs
1256         * ToolStripMenuItem.cs
1257         * ToolStripPanel.cs
1258         * ToolStripSplitButton.cs
1259         * ToolTip.cs
1260         * TreeNode.cs
1261         * TreeNodeCollection.cs
1262         * TreeNodeMouseHoverEventArgs.cs
1263         * TreeView.cs
1264
1265 2007-05-01  Everaldo Canuto  <everaldo@simios.org>
1266
1267         * ContextMenu.cs: Add public method Show with alignment property to 2.0
1268         stuff. Thanks aatdark for the patch. 
1269
1270 2007-05-01  Jonathan Pobst  <monkey@jpobst.com>
1271
1272         * GridItem.cs: Implement 2.0 Tag property.
1273
1274 2007-05-01  Frederik Carlier <frederik.carlier@carlier-online.be> 
1275
1276         * TreeNodeCollection.cs: Fix ContainsKey and IndexOfKey methods to use
1277         count instead of Nodes.Length.  [Fixes bug #81448]
1278
1279 2007-05-01  Jonathan Pobst  <monkey@jpobst.com>
1280
1281         * ComboBox.cs: Fix paramName sent to ArgumentOutOfRangeException's.
1282         [Fixes bug #81506]
1283
1284 2007-05-01  Jonathan Pobst  <monkey@jpobst.com>
1285         corcompare work: A - M
1286         * BindingNavigator.cs
1287         * Button.cs
1288         * ButtonBase.cs
1289         * CheckBox.cs
1290         * Control.cs
1291         * FlowLayoutPanel.cs
1292         * Form.cs
1293         * Label.cs
1294         * LinkLabel.cs
1295         * ListView.cs
1296
1297 2007-05-01  Jonathan Pobst  <monkey@jpobst.com>
1298
1299         * Application.cs: Give toolstrips a chance to process mnemonics.
1300         * ToolStrip.cs, ToolStripDropDownButton.cs, ToolStripItem.cs,
1301         ToolStripItemTextRenderEventArgs.cs, ToolStripLabel.cs,
1302         ToolStripMenuItem.cs, ToolStripSplitButton.cs: Implement keyboard mnemonics.
1303
1304 2007-05-01  Jackson Harper  <jackson@ximian.com>
1305
1306         * TextBoxBase.cs: Better preferred height, FixedSingle gets the
1307         wider area too.
1308         - Don't set the BoundsSpecified
1309
1310 2007-04-30  Jonathan Pobst  <monkey@jpobst.com>
1311
1312         * Application.cs: When using the toolstrip shortcut mechanism, allow the
1313         message to pass through to a regular control if it hosted by a toolstrip.
1314         * ToolStrip.cs, ToolStripControlHost.cs, ToolStripDropDown.cs,
1315         ToolStripManager.cs: Enable keyboard navigation for ToolStrips.
1316
1317 2007-04-30  Jonathan Pobst  <monkey@jpobst.com>
1318
1319         * TextRenderer.cs: Use the flags argument when using the MeasureString
1320         fallback algorithm.
1321
1322 2007-04-30  Jonathan Pobst  <monkey@jpobst.com>
1323
1324         * MenuStrip.cs: Don't let multiple ToolStripSeparators get added to
1325         the MDI menu item.  [Fixes bug #81483]
1326
1327 2007-04-30  Gert Driesen  <drieseng@users.sourceforge.net>
1328
1329         * DataGridViewColumn.cs: Initialize value of headercell to zero-length
1330         string. When setting Name to null, use zero-length string instead.
1331
1332 2007-04-29  Andreia Gaita  <avidigal@novell.com>
1333
1334         * TabControl.cs: Implement missing 2.0 methods (SelectTab, 
1335         DeselectTab). Implement missing 2.0 TabPageCollection methods
1336         (Add, ContainsKey, RemoveByKey, IndexOfKey)
1337
1338 2007-04-29  Pedro Martínez Juliá  <pedromj@gmail.com>
1339
1340         * DataGridViewColumn.cs: Make HeaderText take preference over Name.
1341
1342 2007-04-29  Gert Driesen  <drieseng@users.sourceforge.net>
1343
1344         * RichTextBox.cs: In LoadFile, use StreamReader to read plain text.
1345         Fixes bug #81479. Include details of exception when LoadFile fails.
1346
1347 2007-04-28  Alan McGovern <alan.mcgovern@gmail.com>
1348
1349         * DrawListViewSubItemEventArgs.cs: Added missing setter
1350
1351 2007-04-27  Andreia Gaita  <avidigal@novell.com>
1352
1353         * ToolTip.cs: Add missing 2.0 properties. Implement 2.0 Show and 
1354         Hide methods (not complete). Implement missing 2.0 OnPopup event.
1355
1356 2007-04-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1357
1358         * ListView.cs: In ItemControl.OnMouseDown restore a pair of braces I
1359         removed in ly last commit (it was breaking the Label edit feature).
1360
1361         * ThemeWin32Classic.cs: When drawing a ListViewItem use
1362         StringAlignment.Near for LineAlignment (match .Net).
1363
1364 2007-04-27  Andreia Gaita  <avidigal@novell.com>
1365
1366         * TabControl.cs: Change SetTab so it adds the tabpage to the list
1367         of controls if it isn't already there - was blowing up when doing
1368         tabcontrol.TabPages[i]=new TabPage(). 
1369         SetTab now does a replace by removing the page at the index. 
1370         Add a new InsertTab method that inserts a page in a given index 
1371         instead of replacing. 
1372         Implements TabPageCollection.Insert(int, TabPage).
1373
1374 2007-04-27  Chris Toshok  <toshok@ximian.com>
1375
1376         * BindingManagerBase.cs: fill in CurrentItemChanged (and have an
1377         internal handler that can be invoked from our subclasses.)  Also,
1378         add a comment to PushData about how we need to fix it.
1379
1380         * CurrencyManager.cs: tons of changes here.  trying to get things
1381         matching the behavior of .net wrt event orders (ItemChanged,
1382         CurrentChanged, PositionChanged.)  I've implemented a private .net
1383         symbol (ChangeRecordState) that appears in stack traces because
1384         it's actually easier to do this than to effective inline all its
1385         various behaviors at every call site.
1386
1387         * RelatedPropertyManager.cs: guard against an exception here by
1388         not using parent.Current if the position is set to -1 (if the
1389         parent datasource is cleared, for instance).
1390
1391         * Binding.cs: don't parse data in PushData (this might be wrong,
1392         but it jives with MS's behavior.)  Also, don't call PushData when
1393         we get a CurrentChanged event.
1394
1395 2007-04-27  Andreia Gaita  <avidigal@novell.com>
1396
1397         * WebBrowser.cs,
1398           WebBrowserBase.cs,
1399           WebBrowserSiteBase.cs,
1400           HtmlDocument.cs: Added stubbed out classes, no real implementations 
1401           yet.
1402
1403 2007-04-27  Everaldo Canuto  <everaldo@simios.org>
1404
1405         * MainMenu.cs: In draw method without parameters call draw method with 
1406         PaintEvent, another one (just rect) adjust rectangle and we dont need it
1407         as Rect property is already adjusted. Fixes #80694.
1408
1409 2007-04-27  Jonathan Pobst  <monkey@jpobst.com>
1410
1411         * Application.cs: Need to handle keyboard menu deselection here.
1412         * Control.cs: Use WM_SYSKEYUP instead of WM_SYSCOMMAND to start menu keyboard
1413         navigation, allowing keyboard to work on X11.
1414         * ToolStrip.cs: Don't worry about handling the Menu key here anymore.
1415
1416 2007-04-27  Everaldo Canuto  <everaldo@simios.org>
1417
1418         * MenuAPI.cs: When deactivate menu verify if hotkey (_) is active and redraw
1419         menu bar. It fixes some drawing issues in menu bar.
1420
1421 2007-04-27  Everaldo Canuto  <everaldo@simios.org>
1422
1423         * MenuAPI.cs: Remove unneeded "keynav_state = KeyNavState.Idle" before 
1424         Deactivate calls, Deactivate method already do it. Also ser ActiveTracker
1425         when <alt> key is pressed.
1426
1427 2007-04-26  Everaldo Canuto  <everaldo@simios.org>
1428
1429         * XplatUIX11.cs: Simplify SystrayRemove to be like other libraries,     Gtk as 
1430         example just set visible to false and make this prevent from other problems.
1431         In SystrayAdd always remove pending expose. Fixes #81072.
1432
1433 2007-04-26  Marek Safar  <marek.safar@gmail.com>
1434
1435         * TextBoxBase.cs (CaretMoved): Consider scroll maximum when scroll
1436         value is set.
1437
1438 2007-04-26  Alan McGovern <alan.mcgovern@gmail.com>
1439
1440         * ListView.cs: Added three missing 2.0 events and corresponding
1441         EventHandlers. Added the OwnerDraw property.
1442         * DrawListViewColumnHeaderEventHandler.cs: fixed typo
1443
1444 2007-04-26  Alan McGovern <alan.mcgovern@gmail.com>
1445
1446         * DrawListViewItemEventArgs.cs
1447         * DrawListViewSubItemEventArgs.cs: Brought classes up to 2.0 status.
1448
1449 2007-04-26  Alan McGovern <alan.mcgovern@gmail.com>
1450
1451         * TextControl.cs: Fixed typo in constructor
1452
1453 2007-04-26  Jonathan Pobst  <monkey@jpobst.com>
1454
1455         * Application.cs: Create a shortcut path so that currently selected
1456         MenuStrips can intercept keyboard events without having focus.
1457         * Control.cs: Handle WM_SYSCOMMAND message to activate MenuStrips.
1458         * MenuStrip.cs, ToolStrip.cs, ToolStripDropDown.cs, ToolStripDropDownItem.cs,
1459         ToolStripItem.cs, ToolStripManager.cs, ToolStripMenuItem.cs: Support
1460         keyboard navigation (arrows, tab, enter, esc) on Windows.  Still need to
1461         generate WM_SYSCOMMAND message in X11 for other platforms.
1462         * ToolStripProfessionalRenderer.cs: ToolStripMenuItems need to be painted
1463         in OnRenderMenuItemBackground instead of OnRenderButtonBackground.
1464         * ToolStripSplitButton.cs: Add DefaultItem property.
1465         
1466 2007-04-26  Everaldo Canuto  <everaldo@simios.org>
1467
1468         * MainMenu.cs: In OnMenuChanged pass PaintEventArgs to Draw method, it
1469         fixes some menu draw problem on Windows with border diferent from default
1470         it also fixes #81403.
1471
1472 2007-04-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1473
1474         * Form.cs: Refactor WndProc into separate methods, just like Control is
1475           doing it.
1476
1477 2007-04-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1478
1479         * Control.cs: set_Text: move the call to the driver into a seperate
1480           virtual method so that Form can override it.
1481         * MaskedTextBox.cs: Corcompare fixes.
1482         * Form.cs: Override UpdateWindowText and only update the styles if the
1483           form has been shown (fixes #81405).
1484
1485 2007-04-25  Jonathan Pobst  <monkey@jpobst.com>
1486
1487         * Control.cs, Form.cs: Use the better supported WM_?BUTTONDOWN and
1488         WM_ACTIVATE messages instead of WM_MOUSEACTIVATE and
1489         WM_ACTIVATEAPP.  This fixes menus not disappearing on X11 when
1490         the form lost focus or another control was clicked.
1491
1492 2007-04-25  Gert Driesen  <drieseng@users.sourceforge.net>
1493
1494         * DataGrid.cs: Uncomment MakeTransparent calls since bug #80151 is
1495         fixed.
1496
1497 2007-04-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1498
1499         * DrawListViewColumnHeaderEventHandler.cs, DrawToolTipEventArgs.cs,
1500           DrawListViewItemEventHandler.cs,
1501           DrawListViewSubItemEventHandler.cs, DrawToolTipEventHandler.cs:
1502           Added.
1503         * X11Structs.cs: More ToString implementation.
1504
1505 2007-04-25  Jonathan Pobst  <monkey@jpobst.com>
1506
1507         * ToolStripDropDownItem.cs: Don't lazy create a DropDown in Dispose.
1508         * ToolStripOverflowButton.cs: Don't lazy create a DropDown in HasDropDownItems.
1509
1510 2007-04-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1511
1512         * Control.cs: Only raise OnVisibleChanged if we're not recreating the
1513           handle.
1514         * FormCollection.cs: Don't add a form if it's already in the
1515           collection.
1516         * Form.cs: Change ShowDialog () to call ShowDialog (owner) with a null
1517           according to behaviour and MSDN. The ownerWin32 is the active
1518           window at the moment when we call ShowDialog, not the context's
1519           main form (the context's main form may open another form that opens
1520           a form with ShowDialog, the win32 owner is the second form). Add
1521           and remove forms to the Application.OpenForms in other places to
1522           better match MS behaviour. Add an IsActive property that raises
1523           On(de)Activated only if the active state has changed (we were
1524           raising OnDeactivated before OnActivated while creating forms).
1525         * Application.cs: Refactor Enabling/Disabling of windows for modal
1526           dialog loops out to separate methods, and restore the thread
1527           context when we quit the method. Fixes #81407.
1528
1529 2007-04-25  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1530
1531         * ListView.cs: In ItemControl.HandleClicks, also fire 
1532         2.0 MouseClick or MouseDoubleClick events on the parent,
1533         not only the Click/DoubleClick events.
1534
1535 2007-04-24  Andreia Gaita  <avidigal@novell.com>
1536
1537         * TableLayoutSettings.cs: 
1538         - Added a GetControls method and a support structure to help the 
1539         TypeConverter to enumerate the controls for     serialization. 
1540         - Added a new serialization constructor. 
1541         - Added a isSerialized flag initialized to true on the 
1542         serialization constructor so that the TableLayoutPanel.LayoutSettings 
1543         setter does not throw the designed NotSupportedOperation exception
1544         when the object is built through deserialization.
1545         - Implemented GetObjectData
1546         
1547         * TableLayoutPanel.cs: Added check on LayoutSettings.
1548
1549 2007-04-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1550
1551         * ListView.cs: Report Click and DoubleClick events to the parent
1552         from ItemsMouseUp, instead of ItemsMouseDown. This prevents us
1553         from breaking the click count state when using dialog forms (Control
1554         reports the clicks in a similar fashion). In the previous behaviour
1555         the last WM_LBUTTONUP message in a  double click was sent to the
1556         ListView's form, instead of the ListView, which was breaking the click
1557         count for it. Fixes #80387.
1558
1559 2007-04-24  Alan McGovern <alan.mcgovern@gmail.com>
1560
1561         * BindingNavigator.cs : fixed bugs revealed by new nunit tests
1562
1563 2007-04-24  Jonathan Pobst  <monkey@jpobst.com>
1564
1565         * ToolStripDropDownItem.cs: Lazy initialize the DropDown.  This prevents
1566         us from created dropdowns for menu items that do not have subitems.
1567         * ToolStripItem.cs, ToolStripProfessionalRenderer.cs, ToolStripSplitButton.cs:
1568         Check HasDropDownItems before calling DropDown so a dropdown will not be
1569         created if it isn't needed.
1570
1571 2007-04-24  Jackson Harper  <jackson@ximian.com>
1572
1573         * TreeView.cs: Set the first node to the selected node when we get
1574         focus if there is no selected node.
1575
1576 2007-04-24  Andreia Gaita  <avidigal@novell.com>
1577
1578         * MimeIcon.cs: remove using blocks so that image streams are
1579         not disposed of. Fixes #80151
1580
1581 2007-04-24  Jackson Harper  <jackson@ximian.com>
1582
1583         * TextBoxBase.cs: Fixup the height of textboxes when the control
1584         is created.
1585
1586 2007-04-24  Jonathan Pobst  <monkey@jpobst.com>
1587
1588         * ToolStrip.cs: Fully implement GetNextItem.  Call OnParentRightToLeftChanged
1589         for each ToolStripItem when the parent's RightToLeftChanged is called.
1590
1591 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1592
1593         * ComboBox.cs: Forward ContextMenu to the underlying textbox, if any.
1594           Fixes #80163.
1595         * Control.cs: Replace GetContextMenuInternal() with ContextMenuInternal
1596           property, so that the setter can be overriden too.
1597         * TextBox.cs: Change GetContextMenuInternal() to use
1598           ContextMenuInternal.
1599
1600 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1601
1602         * ThemeWin32Classic.cs: Use a black pen to draw checkboxes, fixes
1603           #81406.
1604
1605 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1606
1607         * ThemeWin32Classic.cs: Use a black pen to draw checkboxes, fixes
1608           #81406.
1609
1610 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1611
1612         * MaskedTextBox.cs: Commit this so nobody else starts working on it and
1613           avoid duplicate work. Mostily skeleton code, it's not working at
1614           all yet.
1615
1616 2007-04-20  Leszek Ciesielski <skolima@gmail.com>
1617
1618         * NotifyIcon.cs : stub for MouseClick event
1619         * Application.cs: stub for SetUnhandledExceptionMode
1620
1621 2007-04-24  Alan McGovern <alan.mcgovern@gmail.com>
1622
1623         * BindingNavigator.cs : Initial (partial) implementation
1624
1625 2007-04-23  Jackson Harper  <jackson@ximian.com>
1626
1627         * TreeView.cs: Do not create the treeview's handle when setting
1628         the scroll position.
1629         - ExpandAll needs to compute the scrollbars so it knows which
1630         position to set the bar too.
1631         * TreeNode.cs: 
1632         * TreeNodeCollection.cs: Pass new flag to UpdateScrollBars
1633
1634 2007-04-23  Jackson Harper  <jackson@ximian.com>
1635
1636         * TextBoxBase.cs: Non multiline textboxes shouldn't take the enter
1637         key. Fixes #81408.
1638
1639 2007-04-23  Jonathan Pobst  <monkey@jpobst.com>
1640
1641         * ToolStripItem.cs: Make GetImageSize internal.
1642         * ToolStripMenuItem.cs: Use GetImageSize to determine the size we
1643         need to draw an item.  Fixes a reported issue where images on menus
1644         that were not 16x16 were drawing incorrectly.
1645
1646 2007-04-21  Miguel de Icaza  <miguel@novell.com>
1647
1648         * Padding.cs: Use the converter, fixes the resgen2 issue with
1649         XMLNotePad. 
1650
1651 2007-04-21  Jackson Harper  <jackson@ximian.com>
1652
1653         * TreeView.cs: Dont try to unhighlight the selected node if there
1654         isn't a selected node.
1655
1656 2007-04-21  Jackson Harper  <jackson@ximian.com>
1657
1658         * UpDownBase.cs:
1659         * TextBoxBase.cs:
1660         * ListView.cs:
1661         * ListBox.cs:
1662         * TreeView.cs: Use the InternalBorderStyle property to set the
1663         initial border style, this forces the client rectangle to be sized
1664         correctly.
1665
1666 2007-04-20  Jackson Harper  <jackson@ximian.com>
1667
1668         * TreeView.cs: Simplify scrolling to the last node after expanding
1669         all.
1670         - Fix some off by ones with setting the bottom.
1671
1672 2007-04-20  Jonathan Pobst  <monkey@jpobst.com>
1673
1674         * Control.cs: Use DefaultSize for Size, calculate ClientSize from
1675         that.  We were incorrectly doing it the other way around.  Also,
1676         update ClientSize if we change the BorderStyle before the control
1677         is created.
1678
1679 2007-04-20  Gert Driesen  <drieseng@users.sourceforge.net>
1680
1681         * XplatUI.cs: Added Border3DSize, BorderSize, CaptionButtonSize,
1682         DoubleClickSize, DoubleClickTime and FixedFrameBorderSize. Renamed
1683         XplatUIDriver.Caption to CaptionHeight. Spaces to tabs.
1684         * XplatUIDriver.cs: Added Border3DSize, BorderSize, CaptionButtonSize,
1685         DoubleClickSize, DoubleClickTime and FixedFrameBorderSize. Renamed
1686         Caption to CaptionHeight.
1687         * XplatUIX11.cs: Renamed Caption to CaptionHeight.
1688         * Theme.cs: Modified Border3DSize, BorderSize, CaptionButtonSize
1689         and FixedFrameBorderSize to return value from current XplatUI driver.
1690         * XplatUIWin32.cs: Implemented Border3DSize, BorderSize,
1691         CaptionButtonSize, DragFullWindows, DoubleClickSize, DoubleClickTime
1692         and FixedFrameBorderSize using win32 API. Renamed Caption to
1693         CaptionHeight.
1694         * XplatUIOSX.cs: Renamed Caption to CaptionHeight.
1695         * SystemInformation.cs: Fixed typo in BorderSize.
1696
1697 2007-04-20  Gert Driesen  <drieseng@users.sourceforge.net>
1698
1699         * XplatUI.cs: Added MenuAccessKeysUnderlined.
1700         * XplatUIDriver.cs: Added MenuAccessKeysUnderlined.
1701         * XplatUIX11.cs: Implemented MenuAccessKeysUnderlined by always
1702         returning false.
1703         * Theme.cs: Modified MenuAccessKeysUnderlined to return corresponding
1704         value from XplatUI driver.
1705         * XplatUIWin32.cs: Implemented MenuAccessKeysUnderlined using
1706         SystemParametersInfo.
1707         * ThemeWin32Classic.cs: Remove obsolete MenuAccessKeysUnderlined
1708         override.
1709         * XplatUIOSX.cs: Implemented MenuAccessKeysUnderlind by always
1710         returning false.
1711
1712 2007-04-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1713
1714         * XplatUIX11.cs, Hwnd.cs: Remove warnings.
1715
1716 2007-04-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1717
1718         * MessageBox.cs, XplatUIX11.cs, Hwnd.cs: Remove warnings.
1719
1720 2007-04-20  Jonathan Pobst  <monkey@jpobst.com>
1721
1722         * ToolStripManager.cs: Fix a reported InvalidCastException when unmerging
1723         MenuStrips that contain ToolStripSeparators.
1724
1725 2007-04-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1726
1727         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Add
1728           DefineStdCursorBitmap.
1729         * Cursor.cs: Add an internal constructor so that the Cursor knows if it
1730           has been created off a standard cursor. This is used to get a
1731           bitmap of the standard cursor when Draw or DrawStretched is called
1732           in order to draw the cursor.
1733         * X11Structs.cs: Added XcursorImage and XcursorImages.
1734         * XplatUIX11.cs, XplatUIWin32.cs: Add and implement
1735           DefineStdCursorBitmap.
1736         * Cursors.cs: Update all relevant creations of Cursor to use the new
1737           internal constructor.
1738
1739 2007-04-19  Jackson Harper  <jackson@ximian.com>
1740
1741         * TextBox.cs: Move the has_been_focused into the base control, so
1742         some of the text adding methods can manipulate it (probably time
1743         for a better name for this flag too).
1744         - Call a new version of selectall that doesn't scroll
1745         * TextBoxBase.cs: When we append text, if the document is empty,
1746         don't scroll.  If the document has text already, we scroll to the
1747         end of the appended text.
1748         - When the text is changed, we reset the has_been_focused, so the
1749         next time the control gets focused, all the text is selected.
1750
1751 2007-04-19  Jackson Harper  <jackson@ximian.com>
1752
1753         * TextControl.cs: Move the margins to the document, add a method
1754         so the margin sizes can be updated.
1755         * TextBoxBase.cs: When the border style is changed, update the
1756         border sizes.
1757
1758 2007-04-19  Jonathan Pobst  <monkey@jpobst.com>
1759
1760         * Control.cs: Respect DefaultPadding.
1761         * GroupBox.cs: Implement DefaultPadding, DisplayRectangle takes
1762         padding into account.
1763         * ToolStrip.cs: Remove setting padding to DefaultPadding in constructor.        
1764
1765 2007-04-19  Jackson Harper  <jackson@ximian.com>
1766
1767         * TextControl.cs: Oops, we need to use the ClientRect not the
1768         bounds here.
1769
1770 2007-04-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1771
1772         * ListView.cs: In ItemControl.ItemsMouseDown, take into
1773         account the double clicks when CheckBoxes are used and
1774         the pointer is inside the checkbox. Fixes part of #81191.
1775
1776 2007-04-18  Jackson Harper  <jackson@ximian.com>
1777
1778         * TextControl.cs: Pressing the end key shouldn't move the caret
1779         past the line ending.
1780         * TextBoxBase.cs: We can still delete if we are in the line
1781         ending and the combine will just kill the existing line ending.
1782
1783 2007-04-18  Jackson Harper  <jackson@ximian.com>
1784
1785         * TextControl.cs: We can't move lines, then invalidate their
1786         bounds, we need to get the old bounds and combine that with the
1787         new bounds.
1788         * TextBoxBase.cs: Before combining two lines for a delete, we need
1789         to invalidate the area of the old line, since that will be moved
1790         in the combine operation.
1791
1792 2007-04-18  Everaldo Canuto  <everaldo@simios.org>
1793
1794         * LinkLabel.cs: In OnPaint invoke draw background to fix problems
1795         with transparent background. Fixes #80482.
1796
1797 2007-04-18  Jonathan Pobst  <monkey@jpobst.com>
1798
1799         * PictureBox.cs: Refresh on resize when SizeMode = Zoom.
1800         * ThemeWin32Classic.cs: Implement PictureBox.SizeMode = Zoom.
1801         [Fixes bug #81391]
1802
1803 2007-04-18  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1804
1805         * CreateParams.cs: Add a couple of helper methods and do a less string
1806           concatenation in ToString.
1807         * XplatUIX11.cs: Add an TranslateClientRectangleToXClientRectangle
1808           overload that takes a Control parameter, since this method may be
1809           called before a control is assigned to the hwnd (from
1810           CreateWindow), and update CreateWindow to use the new overload. In
1811           GetMenuOrigin subtract the title bar from the y position if the
1812           form has a window manager (since we're painting it and not X).
1813         * XplatUIWin32.cs: If we can get a form in GetMenuOrigin use the form's
1814           CreateParams to calculate the origin (since border sizes may vary).
1815           In ScreenToMenu only subtract the title height if we actually have
1816           a title.
1817         * MdiWindowManager.cs: Override MenuHeight to always return 0, since
1818           mdi children never have menus of themselves.
1819         * InternalWindowManager.cs: Implement menu handling like form does.
1820           Added GetMenuOrigin to calculate the menu origin, can't use the
1821           CreateParams from the form like normally since it's lying.
1822         * Hwnd.cs: Implement GetBorderSize better (in the sense more
1823           windows-like) and add Inflate and comparison operators to the
1824           Borders type. When calculating MenuOrigin and it's a form with a
1825           window manager, use the window manager to calculate it.
1826
1827 2007-04-17  Chris Toshok  <toshok@ximian.com>
1828
1829         * Control.cs (CreateControl): turns out in 2.0 we don't need this
1830         OnBindingContextChanged thing here.  It's only generated from
1831         ContainerControl.OnCreateControl.  Fixes a newly written unit test
1832         - BindingTest.BindingContextChangedTest4.
1833         
1834 2007-04-17  Jackson Harper  <jackson@ximian.com>
1835
1836         * ScrollBar.cs: When setting values, make sure the current
1837         position stays within the new values range.
1838
1839 2007-04-17  Chris Toshok  <toshok@ximian.com>
1840
1841         * Control.cs (CreateControl): talk about a bizarre corner case.
1842         Don't emit OnBindingContextChanged here if we're a parentless
1843         control (i.e. if we're a form.).  Fixes
1844         BindingTest.BindingContextChangedTest2.
1845
1846 2007-04-17  Everaldo Canuto  <everaldo@simios.org>
1847
1848         * ButtonBase.cs: Remove TextFormatFlags.WordBreak to mimic same behavior 
1849         from win32. Fixes #81255.
1850
1851 2007-04-17  Everaldo Canuto  <everaldo@simios.org>
1852
1853         * ThemeWin32Classic.cs: Remove text offset from DrawButtonText as it is
1854         already present in CalculateButtonTextAndImageLayout.
1855
1856 2007-04-17  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1857
1858         * XplatUIX11.cs: When setting min/max size for a window we need to
1859           translate the coordinates to x coordinates. Create an overload of
1860           SetWindowMinMax that takes a CreateParams handling this, and change
1861           SetWMStyles to call this function (can't use Control.FromHandle in
1862           the SetWindowMinMax to get the control/CreateParams from the handle
1863           because the handle might not have been assigned to the control
1864           yet). Fixes #81371.
1865
1866 2007-04-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1867
1868         * ListView.cs: In ItemControl.ItemMouseDown, don't change check state
1869         if StateImageList is non-null and it has less than two items (match MS
1870         behaviour). Also, in HandleNavKeys handle the Space key, calling
1871         the new ToggleItemsCheckState method, which tries to change the
1872         checked state of the selected items. Fixes part of #81191.
1873
1874 2007-04-16  Jackson Harper  <jackson@ximian.com>
1875
1876         * RichTextBox.cs: namespace cleanup.
1877
1878 2007-04-16  Everaldo Canuto  <everaldo@simios.org>
1879
1880         * XplatUIWin32.cs: Back last parameter to true in SetClipRegion.
1881
1882 2007-04-16  Everaldo Canuto  <everaldo@simios.org>
1883
1884         [Fixes #79447]
1885         * Control.cs: Call invalidate in set_Region.
1886
1887         * XplatUIX11.cs, XplatUIWin32.cs: Remove invalidate from SetClipRegion as
1888         it dont works here.
1889
1890 2007-04-16  Jackson Harper  <jackson@ximian.com>
1891
1892         * TextBoxBase.cs: When enter is pressed, we need to update all
1893         lines below the current.
1894
1895 2007-04-16  Jonathan Pobst  <jpobst@monkey.com>
1896
1897         * MdiClient.cs: Implement implicit menu merging for MDI
1898         children.  When a child form is active, if it has a menustrip
1899         and the parent form has a MainMenuStrip, automatically merge
1900         the menus.
1901
1902 2007-04-15  Andreia Gaita  <avidigal@novell.com>
1903
1904         * TabControl.cs: Refactored sizing methods to not repeat
1905         code all over the place. Tab bounds are now calculated
1906         as if alignment is top and single line, and only when 
1907         setting the bounds are the positions adjusted according
1908         to alignment. Replaced hardcoded positions, spacings and
1909         paddings by getting the values the ThemeEngine. 
1910         Fixes #79619.
1911         
1912         * Theme.cs: Change TabControl properties and methods so
1913         that all start with TabControl*. Added more properties
1914         to help remove hardcoded values on tabcontrol.
1915         Add CPDrawBorder3D declaration so the Theming classes
1916         can access it.
1917         
1918         * ThemeClearlooks.cs, ThemeNice.cs: Method signature changes from Theme.
1919
1920         * ThemeWin32Classic.cs: Rector TabControl out to the TabControlPainter
1921         on the Theming namespace, and call the appropriate methods here.
1922         Change CPDrawBorder3D to public.
1923
1924 2007-04-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1925
1926         * Control.cs: In WmRButtonUp, send the WM_CONTEXTMENU message to
1927         the control after firing the OnMouseUp event, instead of sending
1928         the message before the mentioned event. This is so we can match the
1929         MS behaviour. Fixes part of #80385.
1930
1931 2007-04-13  Jonathan Pobst  <monkey@jpobst.com>
1932
1933         * ToolStripItem.cs: Call the RightToLeftChanged event when setting the
1934         RightToLeft property.
1935
1936 2007-04-13  Jonathan Pobst  <monkey@jpobst.com>
1937
1938         * ToolStrip.cs: Add properties and internal methods to support merging.
1939         * ToolStripItem.cs: Add MergeAction and MergeIndex.
1940         * ToolStripItemCollection.cs: Add Insert and Remove methods that do
1941         not trigger reparenting or layouts.
1942         * ToolStripManager.cs: Add Merge and RevertMerge methods.
1943         * ToolStripOverflow.cs: Add a convenience method to find the ToolStrip that
1944         is hosting the overflow menu.
1945
1946 2007-04-13  Jackson Harper  <jackson@ximian.com>
1947
1948         * TextControl.cs: Set the line ending correctly for the first
1949         inserted line.
1950
1951 2007-04-13  Sebastien Pouliot  <sebastien@ximian.com>
1952
1953         * Theme.cs: Update GetMethod to get the new definition for 
1954         KnownColors.Update (and fix theme color updates).
1955
1956 2007-04-12  Everaldo Canuto  <everaldo@simios.org>
1957
1958         * MessageBox.cs: Fix some test and button position.
1959
1960 2007-04-12  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1961
1962         * Form.cs: Consider the implicit controls in
1963         GetRealChildAtPoint. We need it since this method
1964         is called on Form when handling the some messages in
1965         WndProc, and need to consider those implicit ones too.
1966         Fixes #80385.
1967
1968 2007-04-12  Jonathan Pobst  <monkey@jpobst.com>
1969
1970         * ToolStripMenuItem.cs: Display the ShortcutKeyDisplayString even
1971         if there are no ShortcutKeys set.
1972         * ToolStripProfessionalRenderer.cs: If an item has had its BackColor
1973         set, use it when painting.
1974
1975 2007-04-12  Jackson Harper  <jackson@ximian.com>
1976
1977         * TextControl.cs: Fix some off-by-one issues in line duplication
1978         and insertion in the undo manager. Also, overwrite the first tag
1979         of a line on insert, if it is just a zero lengthed tag. This
1980         prevents us from getting an extra stranded tag at the beginning of
1981         the first line.
1982
1983 2007-04-11  Everaldo Canuto  <everaldo@simios.org>
1984
1985         * Label.cs: Remove check for handle created in CalcAutoSize, we need 
1986         to calculated proper size including when handle was not created yet.
1987
1988 2007-04-11  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1989
1990         * MdiWindowManager.cs: When moving a form, allow the form to be moved
1991           when the mouse is outside of it's parent's client rectangle. Fixes
1992           #79982 (take 3, part 2).
1993
1994 2007-04-10  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1995
1996         * X11Structs.cs: Add a few ToString() overrides.
1997         * XplatUIX11.cs: Added GetTopLevelWindowLocation to try to calculate
1998           the window location in a window-manager independent way. Reworked
1999           FrameExtents, it now actually works. Reworked AddConfigureNotify
2000           and ReparentNotify handling to use GetTopLevelWindowLocation
2001           instead of the earlier, more hacky solution. Reworked SetWMStyles,
2002           hopefully for the better: we now set _NET_WM_WINDOW_TYPE* for all
2003           windows, DIALOG for modal windows, UTILITY for toolboxes and NORMAL
2004           for all other windows (fixes #81281 part 1), a toolwindow is hidden
2005           from the taskbar if it has a parent (fixes #81281 part 2 for kwin),
2006           and generally refactored to do as few calculations as possible
2007           inside the lock.
2008
2009 2007-04-09  Sebastien Pouliot  <sebastien@ximian.com>
2010
2011         * Theme.cs: Change "reflective-contract" between MWF and SD to 
2012         minimize # of calls, avoid Color serialization and avoid updating 
2013         every "known colors" each time a single one is updated.
2014
2015 2007-04-09  Gert Driesen  <drieseng@users.sourceforge.net>
2016
2017         * DataGridTextBoxColumn.cs: Only set IsInEditOrNavigateMode to false
2018         when not readonly and the text is explicitly set. Code style updates.
2019         * DataGridTableStyle.cs: Removed extra line.
2020         * DataGrid.cs: Code style updates. Removed extra whitespace.
2021         * DataGridColumnStyle.cs: Code style updates. Removed extra 
2022         whitespace.
2023
2024 2007-04-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2025
2026         * XplatUIX11.cs: Added comment that "fixes" #80021.
2027
2028 2007-04-09  Jackson Harper  <jackson@ximian.com>
2029
2030         * TextControl.cs: We don't need this -1 on the line count anymore.
2031
2032 2007-04-09  Gert Driesen  <drieseng@users.sourceforge.net>
2033
2034         * DataGridTextBoxColumn.cs: In Commit, use TypeConverter to convert
2035         entered value to underlying type, and convert it back to a string to
2036         apply formatting. Modified GetFormattedValue to use TypeConverter
2037         if available.
2038
2039 2007-04-08  Gert Driesen  <drieseng@users.sourceforge.net>
2040
2041         * ListViewItem.cs: Added null checks. Avoid duplicating code in ctors.
2042         Use SubItems property when we want to ensure there's at least one
2043         subitem. Modified SubItems property to ensure there's always at least
2044         one subitem. Avoid using ListViewSubItemCollection.AddRange to match
2045         the NRE's reported by MS.
2046
2047 2007-04-07  Gert Driesen  <drieseng@users.sourceforge.net>
2048
2049         * ProgressBar.cs: On 2.0 profile, default forecolor is Highlight. Added
2050         ResetForeColor override on 2.0. Fixed a few API compatibility issues.
2051         Spaces to tabs. Removed extra tabs.
2052
2053 2007-04-06  Jonathan Pobst  <monkey@jpobst.com>
2054
2055         * ToolStripSplitStackLayout.cs: If we run out of things to hide, don't
2056         infinite loop.  (Forgot to copy to the horizontal toolstrip case.)
2057
2058 2007-04-06  Jackson Harper  <jackson@ximian.com>
2059
2060         * TextBoxBase.cs: When a delete removes a line, recalculate all
2061         lines below that line (they need to get offsets setup correctly)
2062         and invalidate.
2063
2064 2007-04-05  Jackson Harper  <jackson@ximian.com>
2065
2066         * TextControl.cs: We need to invalidate across the width of the
2067         document when we are invalidating multiple lines.
2068         * TextBoxBase.cs: Don't delete into the line ending.
2069
2070 2007-04-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2071
2072         * ListView.cs: Restore the check for the MouseHover event
2073         in ListView. It looks like the ListView fires more than one MouseHover
2074         event when HoverSelection is true  _only_ in weird-corner scenarios, but
2075         in most of the cases it only fires one. Also, add the 2.0 ItemMouseHover
2076         event.
2077
2078 2007-04-05  Mike Kestner  <mkestner@novell.com>
2079
2080         * ListView.cs : raise MouseDown before updating selection.
2081         [Fixes #80373 tab 1&3]
2082
2083 2007-04-05  Jonathan Pobst  <monkey@jpobst.com>
2084
2085         * ToolStripRenderer.cs: Add static method to mirror image.
2086         * ToolStripProfessionalRenderer.cs: Support ImageTransparentColor
2087         and RightToLeftAutoMirrorImage.
2088         * ToolStripItem.cs: Remove MonoTODO from ImageTransparentColor.
2089
2090 2007-04-05  Jonathan Pobst  <monkey@jpobst.com>
2091
2092         * ToolStripSplitStackLayout.cs: Support Alignment property.
2093         * ToolStripItem.cs: Remove MonoTODO from the Alignment property.
2094
2095 2007-04-05  Jackson Harper  <jackson@ximian.com>
2096
2097         * TextControl.cs: Move around the line endings when crossing line
2098         boundaries.
2099         - When combining lines, strip the ending text off the first line.
2100
2101 2007-04-05  Jackson Harper  <jackson@ximian.com>
2102
2103         * TextControl.cs:
2104         * TextBoxBase.cs: Try to never move the cursor into the line
2105         ending.
2106         
2107 2007-04-04  Jonathan Pobst  <monkey@jpobst.com>
2108
2109         * ToolStripItem.cs: Make sure we aren't firing mouse events when
2110         the item is disabled.  Also add a few missing methods.
2111
2112 2007-04-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2113
2114         * ListView.cs: We don't need the MouseEnter/MouseLeave check
2115         to fire just one MouseHover event when HoverSelection is true, since
2116         .Net does fire more than one MouseHover event in that scenario. Also,
2117         fix the selection in HoverSelection, by invoking UpdateMultiSelect
2118         if MultiSelect is true, instead of only setting ListViewItem.Selected.
2119         Finally, we need to reset the Hover logic in MouseMove, even when we
2120         don't have a selected item.
2121
2122 2007-04-04  Jonathan Pobst  <monkey@jpobst.com>
2123
2124         * ToolStrip.cs: Add several missing methods, properties, and events.
2125
2126 2007-04-04  Chris Toshok  <toshok@ximian.com>
2127
2128         * DataGridTextBoxColumn.cs: set the bounds of the text box to
2129         (0,0,0,0) in Commit, as MS does.
2130
2131         * DataGrid.cs: call EndEdit() from Select() as microsoft does, and
2132         make sure we set CurrentRow on a row header click *before* calling
2133         Select.  This moves the current cell (and the textbox) to the new
2134         row.  The call to Select then hides the textbox, giving us the
2135         correct behavior.  Fixes #80362.
2136
2137         * CurrencyManager.cs (UpdateIsBinding): raise ItemChanged (-1).
2138         (ListChangedHandler): reorder the position/current changed events,
2139         and call UpdateIsBinding in the ItemAdded case.
2140
2141         * GridColumnStylesCollection.cs: add some columns events, one of
2142         which raises the CollectionChanged event.
2143
2144 2007-04-04  Jackson Harper  <jackson@ximian.com>
2145
2146         * TextControl.cs: When we delete multiple selection lines
2147         invalidate the selection area, don't need to do that for single
2148         lines because the final update view will handle it.
2149
2150 2007-04-04  Jonathan Pobst  <monkey@jpobst.com>
2151
2152         * Control.cs: When we CreateControl, we need to also create all of the
2153         control's children.  The child's OnLoad must also fire before the parent's
2154         OnLoad.  Fixes the toolbox size in PDN.
2155
2156 2007-04-04  Jackson Harper  <jackson@ximian.com>
2157
2158         * TextBoxBase.cs: When the user presses enter, insert a line
2159         ending into the text. (Maybe this would be a good spot for
2160         Environment.NewLine).
2161         * TextControl.cs: Remove undo manager hack, line endings get
2162         inserted properly now.
2163         
2164 2007-04-04  Everaldo Canuto  <everaldo@simios.org>
2165
2166         * MenuAPI.cs: 
2167         - Remove unneeded parameters in UpdateCursor.
2168         - Fix UpdateCursor to check if menu is active.
2169         - Call UpdateCursor when menu deactivate my click.
2170         [Fixes remaining issues from #80410]
2171
2172 2007-04-04  Everaldo Canuto  <everaldo@simios.org>
2173
2174         * Control.cs: GetRealChildAtPoint method added, it make an
2175         recursive child control search for the point. 
2176
2177         * Form.cs: Makes use of GetRealChildAtPoint in mouse event after closes
2178         menu.
2179
2180         * MenuAPI.cs: Makes use of GetRealChildAtPoint in UpdateCursor.
2181
2182 2007-04-03  Everaldo Canuto  <everaldo@simios.org>
2183
2184         * Form.cs: Fix mouse position when send back mouse event after closes
2185         menu.
2186
2187 2007-04-03  Everaldo Canuto  <everaldo@simios.org>
2188
2189         * Form.cs: Simplify the BUTTONDOWN for active tracker.
2190
2191 2007-04-03  Jonathan Pobst  <monkey@jpobst.com>
2192
2193         * Control.cs: Fix an issue where if a user resized a control inside
2194         a sizing method like OnResize, we would overwrite their explicit
2195         value.  Also, only call DefaultSize once in the constructor instead
2196         of 4 times.  Also, do not call SetBoundsCore from SetBounds if 
2197         nothing actually changed.
2198
2199 2007-04-03  Jackson Harper  <jackson@ximian.com>
2200
2201         * TextControl.cs: Don't attempt to copy text for lines with no
2202         text in them (technically this shouldn't happen, but we aren't
2203         always inserting line endings when we should be).
2204
2205 2007-04-03  Jackson Harper  <jackson@ximian.com>
2206
2207         * TextBoxBase.cs: Calculate the scrollbars before calculating the
2208         document, because this sets some of the document size properties
2209         that are needed.
2210
2211 2007-04-03  Jackson Harper  <jackson@ximian.com>
2212
2213         * TextBoxBase.cs: We need to calculate maximums even if this is
2214         not a multiline control, because the maxs are used for scrolling.
2215         - Display the caret after doing a page up/down, we need to
2216         manually display it because a proper CaretMoved event isn't
2217         triggered (this is because of the way the math is done to
2218         determine how far to scroll).
2219
2220 2007-04-03  Jonathan Pobst  <monkey@jpobst.com>
2221
2222         * ToolBar.cs: Fix some breakage caused by the SetBoundsCore change.
2223         (ToolBar was relying on SetBoundsCore to default the values sent 
2224         base off of BoundsSpecified.)
2225
2226 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2227
2228         * DateTimePicker.cs: Change Text so that when a null value or empty
2229           string is assigned to the test we always raise ValueChanged and
2230           TextChanged (earlier implementation would only raise ValueChanged
2231           if the current date value was different from DateTime.Now).
2232
2233 2007-04-03  Andreia Gaita <avidigal@novell.com> 
2234
2235         * ButtonBase: Call update after invalidation, fixes #80194
2236
2237 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2238
2239         * ThemeWin32Classic.cs: Draw StatusBar using double buffering. Fixes
2240           #79335.
2241
2242 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2243
2244         * XplatUIX11.cs: SetWMStyles: If the control is a form with
2245           FormBorderStyle = None, don't give the window any decorations.
2246           Fixes #81276.
2247
2248 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2249
2250         * XplatUI.cs, XplatUIDriver.cs: Updated CalculateWindowRect parameters.
2251         * CreateParams.cs: Fix IsSet, wasn't working correctly when the style
2252           to check for is a mix of several styles (such as WS_CAPTION for
2253           instance).
2254         * Control.cs: Don't paint an area bigger than the client area when
2255           painting the background colour. Add an internal GetCreateParams.
2256           Update calls to XplatUI.CalculateWindowRect due to API change.
2257         * XplatUIX11.cs: In PerformNCCalc set the initial size to the whole
2258           window's size, and handle WM_NCCALCSIZE in DefWndProc to calculate
2259           the size if it hasn't been handled by any windows. When creating
2260           and moving windows, X wants the location of the entire window, but
2261           the size of the client window, so add
2262           TranslateClientRectangleToXClientRectangle,
2263           TranslateWindowSizeToXWindowSIze and
2264           TranslatedXWindowSizeToWindowSize to cope with this, and call them
2265           before every window creation and move. Update CalculateWIndowRect
2266           to use Hwnd.GetWindowRect (one step towards removing DeriveStyles).
2267           In AddConfigureNotify don't do anything if the hwnd is a zombie
2268           (fixes the BadWindow we were getting while running the tests),
2269           always calculate the offsets when it's a parentless window, not
2270           only when reparented, and translate the window size, since we're
2271           getting the client size of the whole window, excluding entire
2272           window.
2273         * Theme.cs: Added BorderSizableSize.
2274         * XplatUIWin32.cs: Fix RECT Height and Width. Don't fake styles here
2275           anymore. Update calls to XplatUI.CalculateWindowRect due to API
2276           chang
2277         * Form.cs: Update calls to XplatUI.CalculateWindowRect due to API
2278           change. Fake the window styles here instead of in XplatUIWin32 so
2279           that all back-ends get the same window styles (and it's Form that's
2280           deciding when to use wm, not the Win32 backend anyways)
2281         * Hwnd.cs: Completely reworked GetWindowRectangle and
2282           GetClientRectangle - they are now passed a CreateParams and they
2283           only use Style and ExStyle to determine the rectangles (they should
2284           now work just like Win32AdjustWindowRectEx - though quite a few
2285           special cases are probably missing). They should also be 100%
2286           complimentary (i.e. GetWindowRectangle (GetClientRectangle (rect))
2287           == rect), and all numbers (borders, menu sizes) are taken from the
2288           current theme. Added a GetBorders helper function that will return
2289           the borders for any given CreateParams (including captions and
2290           menus), and GetBorderSize that returns the given border size only.
2291         * XplatUIOSX.cs: Update calls to CalculateWindowRect and
2292           Hwnd.GetClientRectangle.
2293
2294 2007-04-02  Chris Toshok  <toshok@ximian.com>
2295
2296         * DataGridBoolColumn.cs: rewrite things a bit, and fix up the
2297         logic between the values we present to the user and the values
2298         which are stored in the column's property.  Also, don't call
2299         GetPreferredSize - it's virtual. Along the way, fix bug #80965.
2300
2301 2007-04-02  Jackson Harper  <jackson@ximian.com>
2302
2303         * TextBoxBase.cs: Scroll faster!
2304
2305 2007-04-02  Jonathan Pobst  <monkey@jpobst.com>
2306
2307         * StatusStrip.cs: Layout fixes for PDN.
2308         * ToolStrip.cs: Set item's available to true, and placement to main when
2309         added.
2310         * ToolStripItem.cs: Fix an Available issue, check that Parent is really
2311         changing in setter before doing any work, add InternalVisible.
2312         * ToolStripPanel.cs: Remove unused variable to fix compiler warning.
2313         * ToolStripSplitStackLayout.cs: If we run out of things to hide, don't
2314         infinite loop.
2315
2316 2007-04-02  Jackson Harper  <jackson@ximian.com>
2317
2318         * TextBox.cs: LBUTTON does not make the textbox select all of it's
2319         text on focus.
2320
2321 2007-04-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2322
2323         * XplatUIWin32.cs: Use the previous change in SetParent for forms only.
2324           Makes ToolStripComboBoxes show up again.
2325
2326 2007-04-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2327
2328         * ListView.cs: Add a hover_pending field in ListView
2329         to fire just one OnMouseHover event for each MouseEnter/MouseLeave
2330         cycle (we are resetting the MouseHover logic in XplatUI
2331         to handle HoverSelection). Fixes #80429.
2332
2333 2007-04-02  Jackson Harper  <jackson@ximian.com>
2334
2335         * TextControl.cs: Make sure the attributes get set on the last
2336         tag.
2337         - Still have to do the end tag if we have stepped all the ways to
2338         the end.
2339
2340 2007-04-02  Sebastien Pouliot  <sebastien@ximian.com>
2341
2342         * XplatUIOSX.cs, XplatUIX11.cs, XplatUIX11GTK.cs: Remove dependency
2343         on an internal libgdiplus call when the information is already 
2344         available via the public API.
2345
2346 2007-04-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2347
2348         * Control.cs: Call ContainerControl.ChildControlRemoved whenever a
2349           control is removed from a control collecftion.
2350         * XplatUIX11.cs: The first location for toplevel form is (22, 22).
2351           Fixes FormPropertyTest (failed on rare occasions).
2352         * XplatUIWin32.cs: Add a workaround in SetParent for strange behaviour
2353           of Win32SetParent (when changing from no parent to a parent it
2354           might add the new parent's location in screen coordinates to this
2355           window's location).
2356         * Form.cs: Rework ChangingParent once again, now the handle is
2357           recreated whenever a FormWindowManager is added or removed (that is
2358           whenever a normal form is parented or abandoned). Also change
2359           CreateParams so that all non-toplevel windows always get the
2360           specified sice (StartupPosition is never considered for
2361           non-TopLevel forms).
2362         * ContainerControl.cs: Add ChildControlRemoved, the container control
2363           needs to be notified when a control is removed from it's
2364           collection, in the case the removed control is the active control.
2365
2366 2007-04-02  Jackson Harper  <jackson@ximian.com>
2367
2368         * RichTextBox.cs: Use the new methods for setting the font and
2369         color, these methods set the specified attribute without
2370         overriding the other attributes.
2371
2372 2007-04-02  Jonathan Pobst  <monkey@jpobst.com>
2373
2374         * ToolStripPanel.cs: Fixes for better layouts in PDN.
2375
2376 2007-03-31  Gert Driesen  <drieseng@users.sourceforge.net>
2377
2378         * TextBox.cs: Added internal ChangeBackColor method to special-case
2379         Color.Empty. Added check for invalid ScrollBars value.
2380         * TextBoxBase.cs: Added internal ChangeBackColor method.
2381         * RichTextBox.cs: Only set backcolor_set on 2.0 profile. Added
2382         internal ChangeBackColor method to special-case Color.Empty. Added
2383         check for invalid ScrollBars value.
2384
2385 2007-03-30  Everaldo Canuto  <everaldo@simios.org>
2386
2387         * MenuItem.cs: On invalidate prevent form to create handle. [Fixes #81272]
2388
2389 2007-03-30  Jonathan Pobst  <monkey@jpobst.com>
2390
2391         * ScollableControl.cs: Add HorizontalScroll and VerticalScroll properties.
2392         * ScrollProperties.cs, HScrollProperties.cs, VScrollProperties.cs: Added.
2393         [Based on submitted patch from Olivier Duff.]
2394
2395 2007-03-30  Jackson Harper  <jackson@ximian.com>
2396
2397         * TextBox.cs: Only select all on initial focus if the user has not
2398         specified a selection area.
2399
2400 2007-03-30  Jonathan Pobst  <monkey@jpobst.com>
2401
2402         * UserControl.cs: Override CreateParams.
2403
2404 2007-03-30  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2405
2406         [ Fixes #80995 ]
2407
2408         * XplatUI.cs, XplatUIDriver.cs: Updated CalculateWindowRect parameters.
2409         * CreateParams.cs: Fix IsSet, wasn't working correctly when the style to
2410           check for is a mix of several styles (such as WS_CAPTION for instance).
2411         * Control.cs: Don't paint an area bigger than the client area when painting
2412           the background colour. Add an internal GetCreateParams. Update calls to
2413           XplatUI.CalculateWindowRect due to API change.
2414         * XplatUIX11.cs: In PerformNCCalc set the initial size to the whole window's
2415           size, and handle WM_NCCALCSIZE in DefWndProc to calculate the size if it
2416           hasn't been handled by any windows. When creating and moving windows, X
2417           wants the location of the entire window, but the size of the client
2418           window, so add TranslateClientRectangleToXClientRectangle,
2419           TranslateWindowSizeToXWindowSIze and TranslatedXWindowSizeToWindowSize
2420           to cope with this, and call them before every window creation and move.
2421           Update CalculateWIndowRect to use Hwnd.GetWindowRect (one step towards
2422           removing DeriveStyles). In AddConfigureNotify don't do anything if the
2423           hwnd is a zombie (fixes the BadWindow we were getting while running the
2424           tests), always calculate the offsets when it's a parentless window, not
2425           only when reparented, and translate the window size, since we're getting
2426           the client size of the whole window, excluding entire window.
2427         * Theme.cs: Added BorderSizableSize.
2428         * XplatUIWin32.cs: Fix RECT Height and Width. Don't fake styles here
2429           anymore. Update calls to XplatUI.CalculateWindowRect due to API change.
2430         * Form.cs: Update calls to XplatUI.CalculateWindowRect due to API change.
2431           Fake the window styles here instead of in XplatUIWin32 so that all
2432           back-ends get the same window styles (and it's Form that's deciding when
2433           to use wm, not the Win32 backend anyways)
2434         * Hwnd.cs: Completely reworked GetWindowRectangle and GetClientRectangle -
2435           they are now passed a CreateParams and they only use Style and ExStyle
2436           to determine the rectangles (they should now work just like
2437           Win32AdjustWindowRectEx - though quite a few special cases are probably
2438           missing). They should also be 100% complimentary (i.e. GetWindowRectangle
2439           (GetClientRectangle (rect)) == rect), and all numbers (borders, menu
2440           sizes) are taken from the current theme. Added a GetBorders helper
2441           function that will return the borders for any given CreateParams
2442           (including captions and menus), and GetBorderSize that returns the given
2443           border size only.
2444         * XplatUIOSX.cs: Update calls to CalculateWindowRect and
2445           Hwnd.GetClientRectangle.
2446
2447 2007-03-30  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2448
2449         * Form.cs: Don't layout mdi children on MdiParent creation, the initial
2450           layout of the mdi children is handled by CreateParams. Fixes
2451           #79964,
2452
2453 2007-03-29  Everaldo Canuto  <everaldo@simios.org>
2454
2455         * MenuAPI.cs: Make OnMouseDown returns a boolean to identify if event is
2456         processed.
2457
2458         * Form.cs: When active tracker mouse down is not processed, send event 
2459         back to control inside mouse position. [Fixes #81227]
2460
2461 2007-03-29  Jonathan Pobst  <monkey@jpobst.com>
2462
2463         * ComboBox.cs: Override the ComboListBox's ActivateOnShow property and
2464         remove WS_VISIBLE from CreateParams to prevent combobox dropdowns from
2465         stealing focus from the active form on Windows.  (Control will be made
2466         visible in ShowWindow.)
2467
2468 2007-03-29  Mike Kestner  <mkestner@novell.com>
2469
2470         * ImageList.cs : add internal Changed event.
2471         * ListView.cs : hook up to StateImageList.Changed to perform
2472         invalidations when the the state icon list changes. [Fixes #81191]
2473
2474 2007-03-29  Jonathan Pobst  <monkey@jpobst.com>
2475
2476         * ToolTip.cs: Override the ToolTipWindow's ActivateOnShow property
2477         to prevent tooltips from stealing focus from the active form on Windows.
2478
2479 2007-03-29  Everaldo Canuto  <everaldo@simios.org>
2480
2481         * ThemeWin32Classic.cs: Small stetic fixes in notifyicon balloon. 
2482
2483         * ThemeClearlooks.cs: Implement notifyicon balloon for clearlooks theme.
2484
2485 2007-03-29  Everaldo Canuto  <everaldo@simios.org>
2486
2487         * NotifyIcon.cs, ThemeWin32Classic.cs: Icon support added to notifyicon
2488         balloons.
2489
2490 2007-03-29  Jackson Harper  <jackson@ximian.com>
2491
2492         * TextControl.cs: When deleting text from non multiline textboxes,
2493         we need to update the entire document, because line offsets will
2494         be shifting.
2495
2496 2007-03-29  Everaldo Canuto  <everaldo@simios.org>
2497
2498         * XplatUIX11.cs, ThemeWin32Classic.cs, Theme.cs: ShowBalloonWindow method
2499         added to theme, now we can create themes that uses diferent notify engines
2500         like notification-daemon from galago project or growl for Mac OS.
2501
2502 2007-03-28  Everaldo Canuto  <everaldo@simios.org>
2503
2504         * NotifyIcon.cs: Prevent Balloon to show in task bar.
2505
2506 2007-03-28  Everaldo Canuto  <everaldo@simios.org>
2507
2508         * XplatUIX11.cs: Prevent system to open more than one balloon.
2509
2510         * NotifyIcon.cs: Prevent system to open more than one balloon and remove
2511         some compiler warning messages.
2512
2513 2007-03-28  Everaldo Canuto  <everaldo@simios.org>
2514
2515         [Fixes #79149]
2516
2517         * XplatUIX11.cs: Implement SystrayBalloon for X11 systems.
2518
2519         * ThemeWin32Classic.cs, Theme.cs: DrawBalloonWindow and BalloonWindowRect 
2520         implemented, this methods is used by NotifyIcon.BalloonWindow class.
2521
2522         * NotifyIcon.cs: BalloonWindow class added to support Balloon in X11 
2523         systems.
2524
2525 2007-03-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2526
2527         * ListViewItem.cs: Forgot to make Invalidate internal.
2528
2529 2007-03-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2530
2531         * ListView.cs: Add a InvalidateSelection method to
2532         invalidate methods which are currently selected, and call
2533         it when setting FullRowSelect and HideSelection, instead of
2534         calling Redraw.
2535
2536 2007-03-28  Chris Toshok  <toshok@ximian.com>
2537
2538         * XplatUIX11.cs (UnmapWindow): reindent this block.
2539
2540         * DataGrid.cs (UpdateSelectionAfterCursorMove): we need to update
2541         the selection_start if we're moving the selection (that is, not
2542         extending it). Fixes bug #80461.
2543
2544 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
2545
2546         * ProgressBar.cs: Make the default MarqueeAnimationSpeed = 100.
2547         * ToolStripPanel.cs: Fix RowMargin, Renderer, RenderMode, and
2548         create private ControlCollection.
2549
2550 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
2551
2552         * Control.cs: We need to call OnVisibleChanged for our implicit
2553         children as well as our normal children.  Fixes scrollbars in
2554         comboboxes not showing up.
2555
2556 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
2557
2558         * Control.cs, Form.cs: Anywhere we call CreateHandle, we need to do
2559         the check for IsHandleCreated first.  The check in CreateHandle is not
2560         good enough because CreateHandle can be overriden, and the override 
2561         should not be called if the handle is already created.
2562
2563 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
2564
2565         * ToolStrip.cs: Remove MonoTODO for tooltips.
2566         * ToolStripComboBox.cs: Fix MonoTODO for DropDownHeight and events.
2567         * ToolStripContainer.cs: Add custom ControlCollection class.
2568         * ToolStripContentPanel.cs: Fix Renderer setting to match MS behavior.
2569         * ToolStripDropDown.cs: Add some missing properties/methods.
2570         * ToolStripDropDownMenu.cs: Override OnLayout and SetDisplayedItems.
2571         * ToolStripItem.cs: Remove MonoTODO for tooltips.
2572         * ToolStripManager.cs: Add IsShortcutDefined.
2573         * ToolStripOverflow.cs: Override LayoutEngine.
2574         * ToolStripProgressBar.cs: Add MarqueeAnimationSpeed.
2575         * ToolStripSeparator.cs: Add ImageKey.
2576
2577 2007-03-28  Jackson Harper  <jackson@ximian.com>
2578
2579         * TextControl.cs: If a char delete removes a line ending, we need
2580         to update the ending style.
2581         - Make sure the line ending calcs get called.
2582
2583 2007-03-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2584
2585         * XplatUIX11.cs: CreateWindow: Remove old default form location code,
2586           it was making the new code not work. Fixed a typo in the new code
2587           as well. Fixes #79826.
2588
2589 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
2590
2591         * XplatUIWin32.cs:
2592         - NIF_STATE and NIF_INFO added to NotifyIconFlags.
2593         - NOTIFYICONDATA properties sizes fixed, szTip is 128, not 64.
2594         - SystrayBalloon method implemented.
2595         [Add support for notifyicon balloon on win32, #79149]
2596
2597 2007-03-27  Mike Kestner  <mkestner@novell.com>
2598
2599         * ThemeWin32Classic.cs : update StateImageList selection to mirror
2600         the ms behavior when only one image is added to the list.
2601         [Fixes #81191]
2602
2603 2007-03-27  Jackson Harper  <jackson@ximian.com>
2604
2605         * TextControl.cs: Improvements to non multiline line ending
2606         drawing/measuing.
2607
2608 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
2609
2610         * XplatUIX11.cs: Fix the time which tooltip is opened for NotifyIcon. 
2611
2612 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
2613
2614         * NotifyIcon.cs: 
2615         - Balloon message handling added.
2616         - Call XplatUI.SystrayBalloon in ShowBalloonTip. 
2617
2618         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
2619         XplatUIOSX.cs, XplatUIX11-new.cs: ShowBalloonTip method renamed 
2620         to SystrayBalloon to me like other Systray method, also a
2621         handle parameter added.
2622
2623 2007-03-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2624
2625         * ListView.cs: Show scrollbars even when items.Count == 0
2626         but the columns Width is bigger than the ListView.Width.
2627         Also, when columns.Count == 0 set layout_wd and layout_ht
2628         to the ClientRectangle values, so we don't show any scrollbar
2629         in that case.
2630
2631 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
2632
2633         * XplatUIStructs.cs: Balloon (NIN_BALLOON*) constants added.
2634
2635 2007-03-27  Jackson Harper  <jackson@ximian.com>
2636
2637         * RichTextBox.cs: The RTF library decodes the text properly for us
2638         now.
2639
2640 2007-03-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2641
2642         * ListView.cs: Display HeaderControl even when columns.Count == 0.
2643         * ThemeWin32Classic.cs: Use SystemBrushes.Control to draw the
2644         ListView header (HeaderControl), instead of Control.BackColor.
2645
2646 2007-03-27  Jonathan Pobst  <monkey@jpobst.com>
2647
2648         * Control.cs: Call OnVisibleChanged in SetVisibleCore for non-forms.
2649         Fixes tab control issues where controls would not show up because they
2650         never received their OnVisibleChanged call.
2651
2652 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
2653
2654         * NotifyIcon.cs: Balloon events added (BalloonTipClicked, BalloonTipClosed,
2655         BalloonTipShown).
2656
2657 2007-03-27  Jonathan Pobst  <monkey@jpobst.com>
2658
2659         * Control.cs: We won't get a WM_SHOWWINDOW when we create a window that
2660         is maximized or minimized, so move CreateControl to Control.OnVisibleChanged.
2661         * Form.cs: After we set the form visible, send a fake WM_SHOWWINDOW if we
2662         are max or min.  Remove WS_VISIBLE from CreateParams unless we are recreating
2663         the handle.  Fix WindowState by using the internal variable until we are 
2664         sure that we've been shown.
2665         * XplatUIX11.cs: Do not generate a WM_SHOWWINDOW message if new form is
2666         max or min.
2667         [Fixes bug #81198]
2668
2669 2007-03-27  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2670
2671         * XplatUIX11.cs: Windows without WS_CAPTION can still get decorations
2672           (at least borders). Fixes #79386 on Linux (with a small difference
2673           in behaviour: when trying to resize a caption-less window metacity
2674           shows the sysmenu. Resizing is still possible though).
2675         * XplatUIWin32.cs: When setting window styles send request an extra
2676           WM_NCCALCSIZE when it's a form without title (due to no text and no
2677           caption), since Win32 seems to calculate it wrong the first time we
2678           get the message, though the second time things work as they should.
2679         * Form.cs: Reorder a few statements in ChangingParent, otherwise the
2680           newly reparented window might show up unparented. Update
2681           CreateParams to exclude WS_DLGFRAME if ControlBox is false and
2682           there's no title text. Fixes #79386.
2683
2684 2007-03-27  Mike Kestner  <mkestner@novell.com>
2685
2686         * ListBox.cs : don't perform invalidations if the handle hasn't been
2687         created.  [Fixes #80753]
2688
2689 2007-03-27  Mike Kestner  <mkestner@novell.com>
2690
2691         * ListBox.cs : don't adjust top item when SelectedIndex is set to -1.
2692         [Fixes #80428]
2693
2694 2007-03-26  Everaldo Canuto  <everaldo@simios.org>
2695
2696         * XplatUIWin32.cs: Complete NOTIFYICONDATA structure, additional fields 
2697         needed to implement Balloon.
2698
2699 2007-03-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2700
2701         * ListViewItem.cs: In the constructors that take
2702         an array of strings, don't use ListViewSubItemCollection.AddRange
2703         method to add items, since we need to have a different behaviour (in
2704         the constructors we add an item for each null string, opposed to
2705         the behaviour of AddRange, which adds nothing).
2706
2707 2007-03-26  Andreia Gaita  <avidigal@novell.com>
2708
2709         * NumericUpDown.cs: Fix broken 1.1 api for ParseEditText
2710
2711 2007-03-26  Jackson Harper  <jackson@ximian.com>
2712
2713         * TextControl.cs: Draw and measure line endings when in non
2714         multiline mode.
2715         - When searching the text, count the end of the last line as a
2716         word boundary.
2717
2718 2007-03-26  Jackson Harper  <jackson@ximian.com>
2719
2720         * RichTextBox.cs: The selection_start and selection_end don't
2721         really track the correct tags for the selection. So we'll manually
2722         compute the correct tag here.
2723
2724 2007-03-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2725
2726         * ProgressBar.cs, ThemeWin32Classic.cs: Implemented drawing of Marquee
2727           and Continuous styles. Fixes #79469.
2728
2729 2007-03-26  Jonathan Pobst  <monkey@jpobst.com>
2730
2731         * ToolStrip.cs: Implement Tooltips.
2732         * ToolStripItem.cs: Create internal method for determining tooltip.
2733
2734 2007-03-26  Jonathan Pobst  <monkey@jpobst.com>
2735
2736         * PropertyGrid.cs: Hide a EditorBrowsable attribute from 1.1 API.
2737
2738 2007-03-26  Everaldo Canuto  <everaldo@simios.org>
2739
2740         * NotifyIcon.cs: On disposing verify if icon is visible and hide it,
2741         it prevents a problem thak keeps icon visible after application 
2742         closes on win32.
2743
2744 2007-03-26  Everaldo Canuto  <everaldo@simios.org>
2745
2746         * NotifyIcon.cs: Balloon properties and methods created.
2747
2748         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
2749         XplatUIOSX.cs, XplatUIX11-new.cs: Implement ShowBalloonTip method.
2750
2751 2007-03-25  Jonathan Pobst  <monkey@jpobst.com>
2752
2753         * ToolStripComboBox.cs: Default the ComboBox's FlatStyle to Popup.
2754
2755 2007-03-24  Jonathan Pobst  <monkey@jpobst.com>
2756
2757         * Control.cs: Make SetBoundsCore match MS better.  The BoundsSpecified
2758         parameter indicates which aspects were explicit/user-set.
2759         * ComboBox.cs, ListBox.cs: Call SetBoundsCore correctly. (no 0 parameters).
2760
2761 2007-03-24  Jonathan Pobst  <monkey@jpobst.com>
2762
2763         * ProgressBar.cs: Throw AOORE instead of AE for property Value (2.0).
2764         * ScrollBar.cs: Throw AOORE instead of AE for properties LargeChange,
2765         SmallChange, and Value (2.0).
2766         * Timer.cs: Throw AOORE instead of AE for property Interval (2.0).
2767
2768 2007-03-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2769
2770         * ListView.cs: Always set item_control.Width in LayoutDetails
2771         if View is Details. Setting it later in CalculateScrollBars
2772         in a not-so-corner scenario (the sum of columns width is
2773         not bigger than the ListView width when handle is created, and then
2774         that sum gets bigger by increasing the width of the columns)
2775         causes a very weird recursion path (which shouldn't be happening,
2776         since header_control sets it in CalculateScrollBars too). This bug
2777         appeared after Chris' fixes for handle created issues, so probably
2778         it's related to some handle-creation time.
2779
2780 2007-03-23  Chris Toshok  <toshok@ximian.com>
2781
2782         * DataGrid.cs (GetVisibleRowCount): increase the row count in the
2783         case where there's an add row, just so we don't end up in a case
2784         where it's not displayed (this happens when the row is partially
2785         obscured).  Fixes bug #79574.
2786
2787 2007-03-23  Jackson Harper  <jackson@ximian.com>
2788
2789         * TextControl.cs:
2790         * TextBoxBase.cs:
2791         * RichTextBox.cs: Preserve line endings in the lines text buffer,
2792         also added an enum that represents the line ending type. 
2793
2794 2007-03-23  Andreia Gaita  <avidigal@novell.com>
2795
2796         * NumericUpDown.cs: Fix logic so Text and Value properties are not
2797         messed with in every method call, but only from DownButton, 
2798         UpButton, UpdateEditText() and ValidateText. Fixes #80346
2799
2800 2007-03-23  Chris Toshok  <toshok@ximian.com>
2801
2802         * DataGridTextBoxColumn.cs (GetFormattedValue): don't try to
2803         format objects if the format spec is "".  Fixes bug #80889.
2804
2805 2007-03-22  Miguel de Icaza  <miguel@novell.com>
2806
2807         * ToolStripPanel.cs (Join): added stubs to build PDN3
2808
2809         * Control.cs (AutoScrollOffset): Add.
2810
2811         * SystemInformation.cs (MouseWheelScrollDelta): Expose this
2812         property, its only implemented for Win32, on X11 it defaults to
2813         some hardcoded value.
2814
2815         * ToolStripItem.cs (AllowDrop): Add property
2816
2817 2007-03-22  Mike Kestner  <mkestner@novell.com>
2818
2819         * ListView.cs : in FullRowSelect Details mode, only enable box
2820         selection if the user clicks over the "item" column outside of the
2821         text area.  Mmmmm, compatibility.  [Fixes #80374 subpart 7]
2822
2823 2007-03-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2824
2825         * Control.cs: ChangeParent: Call Form's ChangingParent even if the
2826           handle is not created yet.
2827         * Form.cs: Select: Don't call CreateHandle if the handle is already
2828           created, avoids a stack overflow on Windows when we are recreating
2829           controls.
2830         * ScrollableControl.cs: Set the correct z-order for the scrollbars when
2831           they are made visible, and override AfterTopMostControl to keep
2832           them on top when other controls are brought to front.
2833           CalculateCanvas: Scrollbars are only visible if auto_scroll is true
2834           or force_*scroll_visible is true (old implementation always shows
2835           scrollbars when needed, no matter what auto_scroll was set to).
2836         * InternalWindowManager.cs: UpdateWindowDecorations: Add a
2837           IsHandleCreated check.
2838
2839 2007-03-22  Andreia Gaita  <avidigal@novell.com>
2840
2841         * DataGrid.cs: Implement Column and Row auto sizing when double-clicking on
2842         row or col separator.
2843         * DataGridTextBoxColumn.cs: Implement GetPreferredHeight and GetPreferredSize
2844
2845 2007-03-22  Everaldo Canuto  <everaldo@simios.org>
2846
2847         * MenuAPI.cs: Remove unneeded check for grab_control in UpdateCursor.
2848
2849 2007-03-22  Everaldo Canuto  <everaldo@simios.org>
2850
2851         * MenuAPI.cs: UpdateCursor method added, it is calling in OnMotion to update
2852         cursor for child controls. In ShowWindow and HideWindow now call SetCursor 
2853         every time. Fixes #80410.
2854
2855 2007-03-22  Chris Toshok  <toshok@ximian.com>
2856
2857         * BindingSource.cs (AddNew): partially implement.
2858
2859         remove a couple of NotImplementedException's
2860         to get bug #81148 closed.
2861
2862 2007-03-22  Everaldo Canuto  <everaldo@simios.org>
2863
2864         [Fixes #80380]
2865         
2866         * Control.cs:
2867         - UpdateCursor method added to update the screen cursor.
2868         - GetAvailableCursor method added to return cursor for enabled tree,
2869         it searches for cursor on control and it's parent's for enabled control.
2870         - Call UpdateCursor method on setter of Cursor property.
2871         - On setter of Enabled call UpdateCursor when it is false, we need to
2872         change cursor to normal (or to this parent cursor) because cursor 
2873         setting theres no effect to disabled controls.
2874         - Some minor source changes to follow the coding style guidelines.
2875
2876         * XplatUIX11.cs: In MotionNotify only dispatch SET_CURSOR event for enabled 
2877         controls.
2878
2879 2007-03-22  Chris Toshok  <toshok@ximian.com>
2880
2881         * XplatUIX11.cs: ignore the BadPicture errors cairo+render
2882         generates.
2883
2884 2007-03-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2885
2886         * XplatUIX11.cs: Implement default locations for forms.
2887         * Form.cs: Completely rework startup location for forms. Fixes #79964.
2888         * Hwnd.cs: Add previous_child_startup_location (to track the current
2889           startup location for any child forms of the current form) and
2890           previous_main_startup_location (to track the startup location for
2891           the current toplevel form).
2892
2893 2007-03-21  Jonathan Pobst  <monkey@jpobst.com>
2894
2895         * Control.cs: Don't trigger a layout if an implicit control is added
2896         that isn't visible.  Also, don't notify the owner when an implicit control
2897         is added.  (Owners shouldn't even know about their implicit controls.)
2898
2899 2007-03-21  Jonathan Pobst  <monkey@jpobst.com>
2900
2901         * ScrollableControl.cs: Add implicit controls with AddRangeImplicit
2902         to save some re-layouts.
2903
2904 2007-03-21  Everaldo Canuto  <everaldo@simios.org>
2905
2906         * MenuAPI.cs: In ProcessKeys returns false when key is not processed.
2907         [Fixes #81203]
2908
2909 2007-03-21  Jonathan Pobst  <monkey@jpobst.com>
2910
2911         * FlowLayoutSettings.cs, ToolStrip.cs, ToolStripPanel.cs,
2912         ToolStripPanelRow.cs: Lazy instantiate the LayoutEngine.
2913
2914 2007-03-21  Mike Kestner  <mkestner@novell.com>
2915
2916         * ListView.cs : disable selection update for non-left button clicks
2917         with mods and over selected items.  [Fixes #80524]
2918
2919 2007-03-20  Jackson Harper  <jackson@ximian.com>
2920
2921         * TextControl.cs:
2922         * TextBoxBase.cs: Allow different types of line endings. \r, \r\n,
2923         \r\r\n, \n.
2924
2925 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2926
2927         * ComboBox.cs: PreferredHeight seems to be ItemHeight + 6, but there is
2928           very probably a more complicated calculation there. Update the
2929           textbox' ForeColor and BackColor when the ComboBox' colors are
2930           changed. Change the border change in LayoutComboBox to only affect
2931           the textbox, not all the calculations there. Seems to fix most of
2932           #79436.
2933
2934 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2935
2936         * ComboBox.cs: Handle Home and End keys as well as all combinations of
2937           modifiers + navigation keys as input keys, enables advanced text
2938           selection in the combobox (like Shift+Left Arrow for instance).
2939           ComboTextBox now overrides Focused and returns whatever
2940           ComboBox.Focused returns, since it really should be focused
2941           whenever the ComboBox is. Fixes #80795. Also make the border around
2942           the text box one pixel bigger, as mentioned in #79436.
2943
2944 2007-03-20  Jackson Harper  <jackson@ximian.com>
2945
2946         * TreeView.cs: Don't offset the images, this was causing some
2947         artifacts when expanding/collapsing with images that were the
2948         exact height of the treenode.
2949
2950 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2951
2952         * TrackBar.cs: Query the theme for the correct value when the mouse
2953           moves and the thumb is pressed. 
2954         * Theme.cs: Added TrackBarValueFromMousePosition
2955         * ThemeWin32Classic.cs: Reworked TrackBar drawing. Earlier
2956           implementation was updating the trackbar value when drawing, now
2957           the drawing methods only draw. Fixes #80900. Refactored the
2958           calculations out to TrackBarValueFromMousePosition and
2959           GetTrackBarDrawingInfo, so that TrackBar can get the correct value
2960           according to the mouse position whenever it wants to. Changed the
2961           light coloured pen when drawing the thumb from ControlLight to
2962           ControlLightLight, because the ControlLight is the same colour as
2963           the background so the 3D effect is lost. 
2964
2965 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
2966
2967         * Form.cs: In ShowDialog uses MainForm as transient form when no form is
2968         defined. Fixes #80784.
2969
2970 2007-03-20  Marek Habersack  <mhabersack@novell.com>
2971
2972         * ContextMenuStrip.cs: align with the change introduced in
2973         revision 74664.
2974
2975 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
2976
2977         * XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs, XplatUIX11.cs, 
2978         XplatUI.cs, Form.cs, ToolTip.cs: Remove unneeded parameter owner 
2979         in SetTopmost.
2980
2981 2007-03-19  Chris Toshok  <toshok@ximian.com>
2982
2983         * Control.cs (WmPaint): don't make use of the Handle property
2984         after an event is emitted, as the user could have closed the
2985         form/destroyed the control.  Store the Handle in a local variable
2986         and make use of that.  Fixes bug #80768.
2987
2988 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
2989
2990         * XplatUIX11.cs: Set _NET_WM_STATE_ABOVE on SetTopmost, it fixes Topmost
2991         behavior in X11 environments.
2992
2993 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
2994
2995         * Form.cs: Call SetTopmost in CreateHandle when window is topmost, its
2996         because on setter of topmost we dont call SetTopmost when handle is not
2997         created.
2998
2999 2007-03-20  Jackson Harper  <jackson@ximian.com>
3000
3001         * TextControl.cs: Need to use SelectionLength () not
3002         selection_length, since that var is reset to -1.
3003         - Draw the caret when we don't have focus.
3004         * TextBox.cs: The selectall actually doesn't occur until the first
3005         focus.
3006         * TextBoxBase.cs: Need to update the caret position after a
3007         selectall.
3008         
3009 2007-03-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3010
3011         * ListView.cs: Enable scrolling when using Tile view.
3012
3013 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
3014
3015         [Fixes #80902]
3016
3017         * XplatUIDriver.cs: Abstract SetOwner method created.
3018
3019         * XplatUIOSX.cs: Override SetOwner to prevent compilation errors method 
3020         must be implemented and was masked as todo.
3021
3022         * XplatUIWin32.cs: SetOwner implemented using SetWindowLong with 
3023         GWL_HWNDPARENT.
3024
3025         * XplatUIX11.cs: SetOwner implemented using same code from SetTopmost but 
3026         cheking for null owner to remove transient. The SetTopmost will be change
3027         on a decond step.
3028
3029         * Form.cs: In set_Owner and CreateHandle uses new SetOwner instead of
3030         SetTopmost. Now owned forms will work properly in win32 and X11.
3031
3032 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3033
3034         * MdiWindowManager.cs: Update function name.
3035         * Form.cs: After closing a form MdiParent is always null.
3036         * MdiClient.cs: Rename CloseChildForm to ChildFormClosed to explain
3037           better what it should do: necessary book-keeping when the form is
3038           closed, it should not close the form itself.
3039
3040 2007-03-19  Andreia Gaita  <avidigal@novell.com>
3041
3042         * ListViewItem.cs: Fix back and fore color. The subitems only
3043         use their own colors if they are set, otherwise use the listview's
3044         colors. Don't set default colors on constructor for subitem.
3045         Fixes #79315.
3046
3047 2007-03-19  Mike Kestner  <mkestner@novell.com>
3048
3049         * ListView.cs : make box selection for Details views with 
3050         FullRowSelect conform to MS behavior when clicking in the "item" 
3051         column and clicking outside the defined columns.
3052         [Fixes case 5-6 of #80374]
3053
3054 2007-03-19  Chris Toshok  <toshok@ximian.com>
3055
3056         * ScrollableControl.cs: create the controls from within the ctor,
3057         but don't actually add them until our handle is created.  this
3058         fixes a NRE possibility jpobst found (if you override OnLayout in
3059         a subclass, it's called before your ctor).  Also, add a
3060         IsHandleCreated guard to UpdateSizeGripVisibility as well.
3061
3062 2007-03-19  Jackson Harper  <jackson@ximian.com>
3063
3064         * TextBox.cs: Reduce the amount of invalidation we do.
3065         * TextBoxBase.cs: Make shortcuts enabled true by default, at least
3066         some of them are true by default on MS.
3067         - Add some functions to reduce the amount of invalidates we do.
3068         * TextControl.cs: Less invalidation.
3069
3070 2007-03-19  Chris Toshok  <toshok@ximian.com>
3071
3072         [ Fixes #81773, and *seems* to fix #81553 as well ]
3073
3074         * XplatUIX11.cs: remove the assignment of hwnd.zombie = true from
3075         AccumulateDestroyedHandles.  We need to do it *after* we send
3076         WM_DESTROY, as the user's code can access Control.Handle in
3077         OnHandleDestroyed, and this shouldn't cause a recreation.  Also,
3078         move the WM_DESTROY/zombie handling to before the call to
3079         XDestroyWindow.  For some reason without this ordering
3080         FormTest.RecreateHandle hangs.  This ordering is semantically
3081         equivalent, however, as XDestroyWindow is async anyway.
3082
3083 2007-03-19  Gert Driesen  <drieseng@users.sourceforge.net>
3084
3085         * RichTextBox.cs: Reset backcolor_set after setting default.
3086
3087 2007-03-19  Chris Toshok  <toshok@ximian.com>
3088
3089         * ScrollableControl.cs: the scroll position should not effect the
3090         canvas size.  commit patch from georgegiolfan@yahoo.com, which
3091         fixes some really bizarre behavior on resizing.  Fixes bug #80778.
3092         
3093 2007-03-19  Chris Toshok  <toshok@ximian.com>
3094
3095         * ScrollableControl.cs: clean this up a bit.  create the
3096         scrollbars in the ctor and just show/hide them as needed.  Also,
3097         make hscroll_visible/vscroll_visible internal to Recalculate, and
3098         just use hscrollbar.VisibleInternal/vscrollbar.VisibleInternal
3099         everywhere else.  This seems to fix the scrollbars appearing
3100         beneath the content for me (i have *no* idea why that is,
3101         however.)
3102
3103 2007-03-19  Jonathan Pobst  <monkey@jpobst.com>
3104
3105         * ToolStrip.cs: Don't call DoAutoSize when we change Dock.  Also, remove
3106         some redundacy for stuff in Anchor and Dock that base will take care of.
3107         [Fixes #80762]
3108
3109 2007-03-19  Mike Kestner  <mkestner@novell.com>
3110
3111         * ListView.cs : make box selection for Details views without 
3112         FullRowSelect dependent on the text bounds, not item bounds.
3113         * ListViewItem.cs : add an internal property to obtain the TextBounds
3114         in Details view.  [Fixes case 1-4 of #80374]
3115
3116 2007-03-19  Andreia Gaita  <avidigal@novell.com>
3117
3118         * PaintEventArgs.cs (Dispose): Only dispose of graphics object if
3119         we're < 2.0. #78448 && #80316
3120
3121 2007-03-19  Jonathan Pobst  <monkey@jpobst.com>
3122
3123         * FontDialog.cs: Don't crash when we switch to a new font that doesn't
3124         have the same style available as the previously selected one.  Also,
3125         support FixedPitchOnly property.  [Fixes bugs #80918, #80947]
3126
3127 2007-03-19  Jackson Harper  <jackson@ximian.com>
3128
3129         * TextControl.cs: Add an alignment property that all new lines
3130         will be given.
3131         - Make sure to use the align shift when calculating the line's X
3132         position.
3133         * TextBox.cs: Set the alignment on the document as well as on all
3134         the document lines.
3135
3136 2007-03-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3137
3138         * Control.cs: ControlCollection.Add: Remove a couple of duplicated casts and
3139           throw if setting the parent of an mdichild that already has an
3140           mdiparent. Update signature for 2.0 profile. ProductName: If there's no
3141           AssemblyProductAttribute in the assembly, use the type's namespace (as
3142           MS seems to do). CreateControl: don't create the handle if the control
3143           is not visible (according to MS behaviour and spec).  SetTopLevel: Only
3144           create handle if the control is not a form. Change FocusInternal to
3145           virtual so that it can be overriden by Form.
3146         * TextBox.cs: Update call to FocusInternal.
3147         * Form.cs: Always create the handle when calling Focus on a MdiChild. The
3148           form is not a toplevel form when it's a mdi child, so update is_toplevel
3149           accordingly. ShowIcon/TransparencyKey: avoid creating the handle if it
3150           hasn't been created. Show (IWin32Window): Don't allow this overload for
3151           toplevel windows. CenterToParent/CenterToScreen/Select: create the
3152           handle as MS does. SetVisibleCore: if called on a MdiChild and the
3153           parent isn't visible yet, save the visibility and restore it when the
3154           parent is made visible.
3155         * ScrollableControl.cs: Refactor out scrollbar visibility code to separate
3156           methods, since the visibility of the scrollbars can be changed from
3157           several places, not only from AutoScroll.
3158           [Fixes #81179]
3159
3160 2007-03-19  Jackson Harper  <jackson@ximian.com>
3161
3162         * RichTextBox.cs: Enable shortcuts by default.
3163         * TextBoxBase.cs: Add conditional shortcuts.  
3164
3165 2007-03-19  Everaldo Canuto  <everaldo@simios.org>
3166
3167         * MenuItem.cs: Dont call OnDrawItem when OwnerDraw is false (#81182).  
3168
3169 2007-03-19  Chris Toshok  <toshok@ximian.com>
3170
3171         [ Fixes bug #80604]
3172         
3173         * XplatUIX11.cs (WaitForHwndMessage): change this to actually
3174         swallow the message we're waiting on, instead of delivering it, as
3175         this is only used for the WM_SHOWWINDOW raised from
3176         MapWindow/UnmapWindow, and the message needs to be generated
3177         (MapWindow, UnmapWindow): generate the WM_SHOWWINDOW message
3178         before doing the Map/Unmap.  Also make sure that the Hwnd is still
3179         alive after the message has been handled.
3180
3181         *before* the window is shown.
3182
3183         * Control.cs (CreateControl): guard a few more things inside the
3184         if (!is_created) block, as we might end up being called again -
3185         yay .net.
3186         (WmShowWindow): call CreateControl if we're showing the control.
3187
3188 2007-03-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3189
3190         * Control.cs: Fix 2.0 signature for Invoke. Support invoking on
3191           controls without a handle if they have any parent with a handle. In
3192           Dispose add a check whether the handle is created or not before
3193           calling BeginInvoke, this removes the need of the extra disposing
3194           parameter (which was bogus anyway since it didn't prevent the
3195           invoke from happening, it only skipped the check for an existing
3196           handle, meaning that the invoke would call on an inexistent
3197           handle).
3198
3199 2007-03-19  Everaldo Canuto  <everaldo@simios.org>
3200
3201         * MessageBox.cs: Remove WS_POPUP from CreateParams style, with it form
3202         appears in taskbar.
3203
3204 2007-03-18  Everaldo Canuto  <everaldo@simios.org>
3205
3206         * MessageBox.cs:
3207         - Fixed a problem that dont show help button for messages with 3 buttons.
3208         - Refactory button size and position calculations, now dont use fixed 
3209         values, also fixed button sizes (#80043) and form's border space.
3210         - AddButton method created, now all other AddButton methods call this one.
3211         - Some other source code cosmetic changes.
3212
3213 2007-03-18  Jackson Harper  <jackson@ximian.com>
3214
3215         * RichTextBox.cs: Don't do this all fonts must match check if
3216         there is only one char selected.
3217
3218 2007-03-18  Jackson Harper  <jackson@ximian.com>
3219
3220         * TreeView.cs: ScrollWindow works properly now, so we don't need
3221         to screw around with the scroll area.  This fixes some artifacts
3222         when expanding and collapsing.
3223
3224 2007-03-18  Jackson Harper  <jackson@ximian.com>
3225
3226         * TextBoxBase.cs: Allow updating the selection position when the
3227         cursor is outside the textarea, but we have a capture.
3228         * TextControl.cs: A special case for when the cursor is outside
3229         the bounds of the TB.
3230         
3231 2007-03-18  Jackson Harper  <jackson@ximian.com>
3232
3233         * TextBoxBase.cs: Remove image pasting code for now.  There is no
3234         way to get an image on the clipboard right now anyways.
3235         * TextControl.cs:
3236         * RichTextBox.cs: Use the new RTF Picture class for pictures.
3237
3238 2007-03-18  Everaldo Canuto  <everaldo@simios.org>
3239
3240         * MessageBox.cs:
3241         - Set window properties in constructor intead of on CreateParams.
3242         - Remove topmost from Window ExStyle.
3243         - Set ShowInTaskbar to false.
3244         - Set form border to FixedDialog.
3245         - Some cosmetic changes and remove unneeded comments.
3246         - It fixes itens 2,3 and 4 of bug #80043.
3247
3248 2007-03-18  Gert Driesen  <drieseng@users.sourceforge.net>
3249
3250         * TextBoxBase.cs: In setter for ReadOnly, only chance BackColor if
3251         none was explicitly set. Fixes part of bug #79949.
3252
3253 2007-03-16  George Giolfan  <georgegiolfan@yahoo.com>
3254
3255         * ToolStripComboBox.cs: Add AutoComplete*.
3256
3257 2007-03-16  George Giolfan  <georgegiolfan@yahoo.com>
3258
3259         * ToolStripComboBox.cs: Add FlatStyle.
3260
3261 2007-03-16  Jonathan Pobst  <monkey@jpobst.com>
3262
3263         * ToolStrip.cs, ToolStripProfessionalRenderer.cs,
3264         ToolStripSplitStackLayout.cs: Implement some basic vertical toolbar support.
3265
3266 2007-03-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3267
3268         * ButtonBase.cs, ToolStrip.cs, SendKeys.cs, TextRenderer.cs,
3269           CheckBox.cs, RadioButton.cs, BindingSource.cs,
3270           DataGridColumnStyle.cs: Remove warnings.
3271
3272 2007-03-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3273
3274         * Menu.cs: MergeMenu: Check menu argument for null before looping over
3275           it.
3276         * MdiWindowManager.cs: Add IsVisiblePending to track the pending
3277           visibility of mdi child forms. FormSizeChangedHandler: update the
3278           maximized size if size has changed while maximized.
3279         * MdiClient.cs: SizeScrollbars/ArrangeWindows/ActivateChild: Avoid
3280           creating the handle.
3281         * InternalWindowManager.cs: UpdateBorderStyle/FormSizeChangedHandler:
3282           avoid creating the handle if not created.
3283         * XplatUI.cs: Update debug output.
3284         * XplatUIStructs.cs: Added ToString's for a couple of structs.
3285
3286 2007-03-16  Jonathan Pobst <monkey@jpobst.com>
3287
3288         * ContainerControl.cs: Give ToolStripManager the opportunity to handle
3289         ProcessCmdKey().
3290         * ToolStripDownItem.cs, ToolStripItem.cs, ToolStripItemCollection.cs, 
3291         ToolStripItemEventType.cs, ToolStripManager.cs, ToolStripMenuItem.cs:
3292         Implement keyboard shortcuts.
3293
3294 2007-03-15  Everaldo Canuto  <everaldo@simios.org>
3295
3296         * CommonDialog.cs: Set StartPosition to CenterScreen on form's constructor.
3297         Fixes #79560 and #80200, it also fix problem in FileDialog, SaveDialog, 
3298         ColorDialog and all derived classes.
3299
3300 2007-03-15  Everaldo Canuto  <everaldo@simios.org>
3301
3302         [ Fixes bug #79828 ]
3303
3304         * ToolBar.cs:
3305         - Rename ToolBarButtonInfor to ToolBarItem.
3306         - Add all layout and calculation stuff gtom ToolBarButton to ToolBarItem.
3307         - Maintain an array of ToolBarItem, used instead of ToolBarButton
3308         collection to be able add same button more than one time on a toolbar.
3309         - Refactory all properties and methods to use ToolBarItem. 
3310
3311         * ToolBarButton.cs: 
3312         - Remove all propeties and methods that is now in ToolBarItem.
3313         - Rectangle propery now gets the rectangle from first ToolBarItem to
3314         mimic win32 behavior.
3315         - Size calculation and layout methods also removed.
3316
3317         * ThemeWin32Classic.cs: Change all ToolBar drawing methods to receive
3318         ToolBarItem instead of ToolBarButton to right drawing buttons when
3319         same button/separator was added more than one time to ToolBar.
3320
3321         * ThemeNice.cs: Same as above. 
3322
3323 2007-03-15  Andreia Gaita  <avidigal@novell.com>
3324
3325         * XplatUIX11.cs: Fire extra MouseMove events right after
3326         MouseDown and MouseUp, emulating win32's <censored> behaviour
3327         for apps that rely on it.
3328
3329 2007-03-15  Jackson Harper  <jackson@ximian.com>
3330
3331         * TextControl.cs:
3332         * TextBoxBase.cs: On MS, a fixed single border is not in NC area,
3333         it is drawn on the controls client window and there is no NC
3334         area.
3335         - Set the background color to gray on 2.0 when we are readonly.
3336
3337 2007-03-15  Chris Toshok  <toshok@ximian.com>
3338
3339         [ Fixes bug #81144 ]
3340         
3341         * XplatUIX11.cs: implement VirtualScreen independently of
3342         WorkingArea, by querying the _NET_DESKTOP_GEOMETRY root window
3343         property.
3344
3345 2007-03-15  Chris Toshok  <toshok@ximian.com>
3346
3347         * Hwnd.cs: add an internal field for the cached_window_state.
3348
3349         * XplatUIX11.cs: cache the window state, invalidating the cache
3350         (and thus re-querying the X server) only when we see an update to
3351         the _NET_WM_STATE property.
3352
3353 2007-03-15  Chris Toshok  <toshok@ximian.com>
3354
3355         * BindingSource.cs: get a lot of the unit tests working.
3356
3357 2007-03-15  Jonathan Pobst  <monkey@jpobst.com>
3358
3359         * Control.cs: Modify UpdateStyles to store distances when bounds >=
3360         0 instead of just bounds > 0.  [Fixes bug #80912]
3361
3362 2007-03-15  Jonathan Pobst  <monkey@jpobst.com>
3363
3364         * ToolStrip.cs, ToolStripItem.cs: Implement several new properties
3365         and methods.
3366
3367 2007-03-15  Ivan N. Zlatev <contact@i-nz.net>
3368         
3369         * ComboBox.cs, Control.cs, XplatUIStructs.cs, XplatUIX11GTK.cs,
3370         XplatUIX11.cs, XplatUIWin32.cs, InternalWindowManager.cs,
3371         XplatUIOSX.cs, TextControl.cs: Replaces all uses of the custom
3372         WM_MOUSE_LEAVE with the system WM_MOUSELEAVE message.
3373
3374 2007-03-15  Chris Toshok  <toshok@ximian.com>
3375
3376         [ Fixes #81101 ]
3377         
3378         * Control.cs: add Ivan's fix for 81101, with a slight modification
3379         - you can set control.Target to null.
3380
3381 2007-03-14  Jonathan Pobst  <monkey@jpobst.com>
3382
3383         * ToolStripItem.cs: If our OwnerItem is null, we can't use 
3384         HideDropDown, use Hide instead to prevent an NRE.
3385         [Fixes bug #81147]
3386
3387 2007-03-14  Jackson Harper  <jackson@ximian.com>
3388
3389         * TextBoxBase.cs: Mess with the creation stuff a little. We need
3390         to calculate the document before the handle is created, in some
3391         cases. (Actually just one case).
3392
3393 2007-03-14  Jackson Harper  <jackson@ximian.com>
3394
3395         * TextBoxBase.cs: Need to display the caret after letting the base
3396         wndproc handle the focus methods, because the caret display
3397         methods check the focus state.
3398         - Try to display the caret after updating it's position with SelectWord.
3399         - Don't need to do an immediate update on this recalc, since there
3400         will be an invalidate anyways.
3401
3402 2007-03-14  Jackson Harper  <jackson@ximian.com>
3403
3404         * TreeView.cs: Some workarounds so that we can match event order a
3405         little better.
3406
3407 2007-03-14  Gert Driesen  <drieseng@users.sourceforge.net>
3408
3409         * ErrorProvider.cs: Invoke default ctor from 2.0-only ctor. Fixes bug
3410         #80803. Avoid NullReferenceException when Control does not have
3411         parent. Fixed different blinkstyle issues. Only subscribe to Tick
3412         event a single time. Only draw error icon when control is created and
3413         visible. Fixes failing unit tests.
3414
3415 2007-03-14  Andreia Gaita  <avidigal@novell.com>
3416
3417         * TabControl.cs: Add support for 2.0 Deselecting, Deselected and
3418         Selecting events. Fire Leave and Enter events when changing tabs.
3419
3420 2007-03-14  George Giolfan  <georgegiolfan@yahoo.com>
3421
3422         * TreeView.cs: Add TreeViewNodeSorter.
3423         * TreeNodeCollection.cs: Add sorter parameter to Sort method.
3424
3425 2007-03-14  Chris Toshok  <toshok@ximian.com>
3426
3427         * Form.cs: go ahead and remove the RecreateHandles that jpobst
3428         removed earlier and I had him add back it.  It turns out metacity
3429         *does* in fact handle the MOTIF_WM_HINTS property changing, it
3430         just doesn't redraw the window titlebar until you resize the
3431         window.  This also means we aren't recreating the entire window
3432         hierarchy on X when you change this property.  And it looks better
3433         on windows, too.
3434
3435 2007-03-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3436
3437         * ListViewItem.cs:
3438         * ListView.cs: Collecting selection information
3439         is now done in SelectedIndexCollection rather than in
3440         SelectedListViewItemCollection. This is done so we can
3441         have the selection information code in one single place
3442         (virtual mode selection information entirely depends on
3443         SelectedIndexCollection).
3444
3445 2007-03-13  Miguel de Icaza  <miguel@novell.com>
3446
3447         * ErrorProvider.cs: Add stubs for ISupportInitialize
3448
3449 2007-03-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3450
3451         * ListViewItem.cs: Trigger the ItemCheck and ItemChecked events
3452         in the right order with the right values, from the Checked property, 
3453         just as MS does (instead of triggering them from ListView).
3454
3455         * ListView.cs: Make OnItemCheck and OnItemChecked internal.
3456
3457 2007-03-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3458
3459         * ListView.cs: Implement ItemChecked 2.0 event. Also cast to 
3460         the correct handler in OnItemCheck method (ItemCheckEventHandler 
3461         instead of EventHandler). This used to throw an InvalidCastException.
3462
3463 2007-03-13  Jackson Harper  <jackson@ximian.com>
3464
3465         * TextBoxBase.cs: Calculate the document before the handle is
3466         created, so there isn't an extra invalidate called.
3467
3468 2007-03-13  Jonathan Pobst  <monkey@jpobst.com>
3469
3470         * Form.cs: Don't set owner in ShowDialog until we are sure
3471         that we aren't going to throw an exception.  [Fixes bug #80773]
3472
3473 2007-03-12  George Giolfan  <georgegiolfan@yahoo.com>
3474
3475         * TreeView.cs: Make it compile.
3476
3477 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
3478
3479         * Control.cs: Another place we don't call SizeFromClientSize.
3480         * Form.cs: Another place we don't call SizeFromClientSize.
3481         [Fixes bug #81125]
3482
3483 2007-03-12  Jackson Harper  <jackson@ximian.com>
3484
3485         * TreeView.cs: Basically emulating some strangness here with
3486         exanding nodes and setting node positions when windows aren't
3487         created.
3488         - Also attempting to walk the node tree less than previously, and
3489         just use visible order calculations for determining offsets.
3490         - oops made scrolling backwards.
3491         * TreeNode.cs: We need to start nodes with a zero visible order,
3492         because the order calcs are based on the first nodes order.
3493
3494 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
3495
3496         * Form.cs: Don't exit the program if RecreateHandle is called on
3497         the main form.
3498
3499 2007-03-12  Chris Toshok  <toshok@ximian.com>
3500
3501         * XEventQueue.cs: remove the use of PostQuitState.
3502
3503         * XplatUIX11.cs: remove the use of PostQuitState.  If we get a
3504         WM_QUIT message in GetMessage, return false (and if we're in the
3505         nested WaitForHwndMessage, repost the WM_QUIT message).
3506
3507 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
3508
3509         * Form.cs: Don't call RecreateHandle when we change the MinimizeBox
3510         or the MaximizeBox properties.  [Part of bug #80640]
3511
3512 2007-03-12  Everaldo Canuto  <everaldo@simios.org>
3513
3514         * LinkLabel.cs: When calculate pieces make LinkArea empty if theres
3515         no links.
3516
3517 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
3518
3519         * ToolStripItem.cs: Fix some tests I broke by checking Visible
3520         instead of visible.
3521
3522 2007-03-12  Gert Driesen  <drieseng@users.sourceforge.net>
3523
3524         * FileDialog.cs: Use text of File name combobox to determine what
3525         files the user selected. Added tokenizer to parse the file names.
3526         Fixes bug #81123.
3527
3528 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
3529
3530         * Control.cs: We can't call SizeFromClientSize in the constructor,
3531         but we still need to do the same work, so make an internal version.
3532         [Fixes bug #80621]
3533
3534 2007-03-12  Jackson Harper  <jackson@ximian.com>
3535
3536         * TreeView.cs:
3537         * TreeNode.cs:
3538         * OpenTreeNodeEnumerator: Match MS better for IsVisible and
3539         IsExpanded.
3540
3541 2007-03-12  Jackson Harper  <jackson@ximian.com>
3542
3543         * TextBoxBase.cs: Now that the handles are being created a little
3544         later, we need to make sure that the document is recalculated when
3545         the handle is created.
3546
3547 2007-03-11  Everaldo Canuto  <everaldo@simios.org>
3548
3549         * Theme.cs: GetLinkFont abstract method added.
3550         
3551         * LinkLabel.cs: 
3552         - Remove CalcTrimRectangle, no longer needed.
3553         - Factor also remove, position issues must be fixed in libgdiplus.
3554         - Move GetPieceColor to ThemeWin32Classic.cs as it is theme related.
3555         - GetPieceFont, CreateLinkFont and link_font removed, theme must be 
3556         care about font used to draw links.
3557         - Set TabStop to true when control is "Selectable", control is selectable
3558         when have one or more links. Fixes #80501 (test case is also added).
3559         - Set the LinkArea values after links change, LinkArea values must be
3560         based in first link position and size, a test case was created.
3561         - Fix ControlStyles.Selectable value, now is based on LinkArea value, 
3562         the attribute must be true LinkArea.Length > 0. The same was applied to
3563         TabStop.
3564         
3565         * ThemeWin32Classic.cs: 
3566         - LinkLabelGetPieceColor and LinkLabelGetPieceFont created and used 
3567         in draw method.
3568         - Use CPDrawStringDisabled to draw disabled text instead of hard code 
3569         color change.
3570         - Draw focus rectangle for every parts focused, including parts that 
3571         is on another line, its because regions returns various rectangles
3572         and not only one. Needed to mimic W32 look.
3573         - Uses Graphics.Clip to delimite region painted, it mean that now 
3574         complete text is passed to DrawString, with this we solve layout
3575         issues without create another text renderer.
3576         - Uses Region.Intersect to fix some flickers problems, now only needed
3577         parts will redrawed.
3578         - This changes fixes #79614 and some other unreported issues, on Linux 
3579         some layout problems still remain, the problem is under 
3580         MeasureCharacterRanges but it is an libgdiplus bug.
3581
3582 2007-03-10  Gert Driesen  <drieseng@users.sourceforge.net>
3583
3584         * TextBox.cs: Set for foreground color.
3585         * TextBoxBase.cs: Remove Invalidate when setting BackColor, since
3586         this is already done in Control.
3587
3588 2007-03-10  Jackson Harper  <jackson@ximian.com>
3589
3590         * TextBox.cs: Set the background color, but reset the
3591         backcolor_set flag which is just for the user setting the
3592         background color.
3593
3594 2007-03-09  Chris Toshok  <toshok@ximian.com>
3595
3596         * Control.cs: really remove the call to XplatUI.SetVisible from
3597         CreateHandle(), like I said I did when I merged the branch.
3598
3599         * BindingSource.cs: implement some more of this stuff.
3600
3601 2007-03-09  Jackson Harper  <jackson@ximian.com>
3602
3603         * TextBox.cs: Don't explicitly set our background colors.
3604         * TextControl.cs:
3605         * TextBoxBase.cs: Draw readonly text.
3606         - Need to invalidate when backcolor or readonly are changed.
3607         
3608 2007-03-09  Jackson Harper  <jackson@ximian.com>
3609
3610         * TextBoxBase.cs: Don't set the forecolor until the handle is
3611         created.
3612         - Do not raise OnPaint, and removed some old debug code.
3613
3614 2007-03-09  George Giolfan  <georgegiolfan@yahoo.com>
3615
3616         * ScrollableControl.cs: Fix mouse wheel scrolling.
3617
3618 2007-03-09  Jonathan Pobst  <monkey@jpobst.com>
3619
3620         * Control.cs: Wire up MouseDoubleClick event.
3621
3622 2007-03-09  Jonathan Pobst  <monkey@jpobst.com>
3623
3624         * ToolStrip.cs: Rework AutoSize to adjust height when docked to the
3625         top or bottom.
3626         * ToolStripItem.cs: Make Image drawing take ImageScaling into account.
3627         * ToolStripItemCollection.cs: Don't call owner.PerformLayout when a new
3628         item is added.  This logic was moved to ToolStrip.OnItemAdded.
3629         [Fixes bug #81090]
3630
3631 2007-03-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3632
3633         * ListVieItem.cs: SetIndex is only valid for 2.0 profile by now.
3634
3635 2007-03-08  Jackson Harper  <jackson@ximian.com>
3636
3637         * TreeView.cs: Show the correct image for selected node (this used
3638         to work, not sure how the code got deleted). Also implemented 2.0 feature
3639         SelectedImageKey.
3640
3641 2007-03-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3642
3643         * ListView.cs:
3644         * ListViewItem.cs: Cache index in items when retrieving them
3645         in VirtualMode.
3646
3647 2007-03-08  Jonathan Pobst  <monkey@jpobst.com>
3648
3649         * ToolStripItem.cs: Don't return the explicit_size if we are using 
3650         AutoSize.  Fixes invalidation issue when user has explicitly set a
3651         size and has AutoSize = true.
3652
3653 2007-03-08  Jonathan Pobst  <monkey@jpobst.com>
3654
3655         * XplatUIX11.cs: Hardcode FrameBorderSize value temporarily to fix MWF.
3656
3657 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
3658
3659         * DataGridView.cs: Remove event handler from DataView when a
3660         DataTable is used as DataSource.
3661
3662 2007-03-08  Jonathan Pobst  <monkey@jpobst.com>
3663
3664         * Control.cs: Create internal setter for client_size to allow it to be
3665         set without triggering resizing code.
3666         * Form.cs: Calculate client_size in constructor, only change client_size
3667         in FormBorderStyle property if Handle has been created.
3668         [Fixes #80574, #80791]
3669
3670 2007-03-08  George Giolfan  <georgegiolfan@yahoo.com>
3671
3672         * SystemInformation.cs: Add TerminalServerSession.
3673
3674 2007-03-07  Jonathan Pobst  <monkey@jpobst.com>
3675
3676         * TreeViewDrawMode.cs: Make internal for 1.1 to allow for consolidated
3677         TreeView code.
3678
3679 2007-03-07  Jonathan Pobst  <monkey@jpobst.com>
3680
3681         * XplatUIWin32.cs: The no_activate stuff was forcing us to create a
3682         Handle before we were supposed to.  Now checks ActivateOnShow property
3683         in Control.
3684         * Control.cs: Add internal ActivateOnShow property.
3685         * ComboBox.cs, Form.cs, MenuAPI.cs, ToolStripDropDown.cs: Return false
3686         for ActivateOnShow.
3687         * Hwnd.cs Remove no longer needed no_activate field.
3688
3689 2007-03-07  Jackson Harper  <jackson@ximian.com>
3690
3691         * TreeView.cs: Implement owner draw tree nodes.  And a couple more
3692         2.0 properties
3693         * DrawTreeNodeEventHandler.cs: Add
3694         * DrawTreeNodeEventArgs.cs: Correct default value.
3695         
3696 2007-03-07  Chris Toshok  <toshok@ximian.com>
3697
3698         * XplatUIWin32.cs: create InternalWndProc so that we're guaranteed
3699         to be called before NativeWindow.WndProc.  Put the HwndCreating
3700         magic there to hook up our Hwnd's to handles.
3701
3702 2007-03-07  Gert Driesen  <drieseng@users.sourceforge.net>
3703
3704         * DataGridView.cs: Comment out debug code.
3705
3706 2007-03-07  Chris Toshok  <toshok@ximian.com>
3707
3708         [merge -r72718:73765 from mwf-handle-branch, and include 2 changes
3709         to make the rest of the world happy]
3710
3711         * Control.cs (CreateHandle): there's no need to call
3712         XplatUI.SetVisible here, it's effectively done by
3713         XplatUI.CreateWindow on X now, and always was on windows.
3714
3715         * XplatUIX11.cs (WaitForHwndMessage): only use the PostQuitState
3716         shortcircuit out of the loop if we have a message loop running on
3717         this thread.
3718
3719         [Changelog from merge]
3720
3721         2007-03-05  Chris Toshok  <toshok@ximian.com>
3722
3723                 * Control.cs (AccessibilityNotifyClients): turns out in 1.1 this
3724                 causes handle creation.
3725
3726         2007-02-28  Chris Toshok  <toshok@ximian.com>
3727
3728                 * ApplicationContext.cs: Add a flag to make sure we only raise the
3729                 ThreadExit event once (ExitThreadCore can be indirectly called
3730                 from a few places.)  I don't like the additional flag, but it
3731                 makes the event ordering/count correct.
3732
3733                 * Application.cs (MWFThread.LoopCount): don't use an enumerator
3734                 without locking the collection.  An enumerator doesn't give us any
3735                 protection from modification anyway.  Lock the thread hash and
3736                 replace the complicated enumerator loop with a foreach.
3737                 (Application.CloseForms): make internal so it can be called from
3738                 ApplicationContext.  This should probably be moved to MWFThread.
3739                 (Application.ExitThread): don't call MWFThread.Current.Exit()
3740                 here.  just call XplatUI.PostQuitMessage.  We'll exit the thread
3741                 when the runloop exits (in response to WM_QUIT.)
3742                 (Application.RunLoop): add a comment (and check) for
3743                 context.MainForm being null after setting context.MainForm.Visible
3744                 = true.  This is because you're perfectly free to dispose of a
3745                 form in VisibilityChanged.  Chalk this up to another case where we
3746                 need to synchronously generate WM_ACTIVATE from Control.Show.
3747                 Also, add handling for WM_QUIT here so we'll exit the loop.
3748                 
3749                 * XplatUIX11.cs: clean up MapWindow and UnmapWindow a bit.  The
3750                 fact that we don't wait if we're only unmapping the whole_window
3751                 makes me a bit nervous, but it doesn't seem to cause any problems
3752                 yet.
3753
3754                 also, add a comment about the stupid, broken and wrong resetting
3755                 of PostQuitState to false in GetMessage().
3756
3757                 In PostQuitMessage, we need to add a WM_QUIT message to the
3758                 thread's queue.  We use the FosterParent to get the right
3759                 handle/hwnd/queue.
3760
3761                 Lastly, in SetVisible, we need to unmap both windows, since the
3762                 waiting only happens when we're unmapping the client window.  So
3763                 now, the *only* time we unmap just the whole_window is in the hack
3764                 for resizing a control to 0,0.
3765                 
3766         2007-02-21  Chris Toshok  <toshok@ximian.com>
3767
3768                 * Application.cs (CloseForms): rewrite this so that we don't
3769                 modify the list while we're traversing it.
3770
3771         2007-02-20  Chris Toshok  <toshok@ximian.com>
3772
3773                 * ListBox.cs (.ctor): move the Control.AddImplicits here instead
3774                 of OnHandleCreated.
3775                 (HorizontalScrollEvent): only call XplatUI.ScrollWindow if the
3776                 handle is created.  otherwise we'll create it here.
3777                 (VerticalScrollEvent): same here.
3778
3779                 * Application.cs (CloseForms): call Form.Dispose, don't post
3780                 WM_CLOSE_INTERNAL.
3781
3782                 * Form.cs (WndProc): we don't need to use CLOSE_INTERNAL
3783                 here. Application should Dispose() of the Form's.
3784
3785                 * XplatUIX11.cs (WaitForHwndMessage): break out of the loop on
3786                 WM_DESTROY as well.
3787                 (MapWindow,UnmapWindow): only actually do the waiting for
3788                 SHOWWINDOW if the control we're dealing with is a Form.
3789                 (CreateWindow): if the control isn't a form, SendMessage
3790                 WM_SHOWWINDOW here (if the WS_VISIBLE style is set).
3791
3792                 * Control.cs (SetVisibleCore): always use is_visible here, not
3793                 value.  If we use value, we can end up re-setting something
3794                 visible if, for instance, you do Control.Hide() in a delegate
3795                 attached to VisibleChanged as we do in FormTest.ShowDialogTest.
3796
3797         2007-02-20  Chris Toshok  <toshok@ximian.com>
3798
3799                 * XplatUIX11.cs (WaitForHwndMessage): we need to loop until we get
3800                 the message we need.  PeekMessage returning false should not be a
3801                 condition under which we exit the loop.
3802
3803         2007-02-15  Chris Toshok  <toshok@ximian.com>
3804
3805                 * Control.cs (Refresh): only refresh if we've got a handle and are
3806                 visible.
3807                 (CreateAccessibilityInstance): CreateControl() here.
3808                 (UpdateChildrenZOrder): complicate the code loop even more by
3809                 taking into account controls that haven't had their handle
3810                 created, and those that aren't visible.  But on the flip side,
3811                 simplify the code by splitting it into two loops.  one which
3812                 builds up the list of child controls we're interested in, and the
3813                 other that sets the z order of those children.
3814
3815         2007-02-14  Chris Toshok  <toshok@ximian.com>
3816
3817                 * Control.cs: Control.AccessibilityObject causes the control to be
3818                 created, not just the handle.
3819
3820         2007-02-14  Chris Toshok  <toshok@ximian.com>
3821
3822                 * Control.cs: rework UpdateChildrenZOrder to correctly handle the
3823                 problem on X where a window might have its handle created (and be
3824                 visible) while the window is unmapped.  calling XConfigureWindow
3825                 on an unmapped window is bad, and generates X errors.
3826
3827         2007-02-13  Chris Toshok  <toshok@ximian.com>
3828
3829                 * Control.cs (CreateHandle): don't loop over our children setting
3830                 their parent here.  do it when in WndProc when we're shown.
3831                 (UpdateChildrenZOrder): make this internal so we can call it from
3832                 ScrollableControl.
3833                 (WndProc): for WM_SHOWWINDOW, reparent the child control after
3834                 creating its handle.  Also, remove the calls to PerformLayout from
3835                 here.  they're done in ScrollableControl.OnVisibleChanged.  Also,
3836                 OnVisibleChanged only seems to be called directly here for the
3837                 toplevel control.  It's propagated down the window hierarchy by
3838                 calls to child.OnParentVisibleChanged.
3839                 (OnVisibleChanged): don't do layout here - it's done (oddly
3840                 enough, according to a glance at stack traces on ms.net..) in
3841                 ScrollableControl.
3842                 
3843                 * ScrollableControl.cs (OnVisibleChanged): make sure we update the
3844                 z order of our children before calling PerformLayout.
3845
3846         2007-02-12  Chris Toshok  <toshok@ximian.com>
3847
3848                 [big change, fixes #80020]
3849                 
3850                 * AccessibleObject.cs: we need to make owner internal again to fix
3851                 some of ControlAccessibleObject.
3852
3853                 * Control.cs: lots of changes here.  add support for WM_CREATE,
3854                 for which we generate OnHandleCreated.  Remove the OnHandleCreated
3855                 call from CreateHandle.  Also add support for WM_SHOWWINDOW where
3856                 we create child controls.  leave the MonoTODO's for the
3857                 accessibility calls, but fix the exceptions so the tests pass.
3858
3859                 Add the InvalidOperationExceptions to Invoke methods, and remove a
3860                 couple of InvokeInternal methods we aren't using.
3861                 
3862                 Also, add a couple of CreateHandle calls in places where we know
3863                 the handles are being created but our code doesn't reference
3864                 .Handle.
3865
3866                 Make SetVisibleCore call OnVisibleChange if the handle isn't
3867                 created.  If the handle is created, we rely on XplatUI.SetVisible
3868                 generating the event synchronously.
3869                 
3870                 Lastly, make sure we don't use this.Handle inside CreateHandle,
3871                 because we can call back into client (and that code can dispose of
3872                 the control).
3873
3874                 * XplatUIStructs.cs: misc/cleanup.
3875
3876                 * XplatUIX11.cs: Map/Unmap X events correspond to WM_SHOWWINDOW,
3877                 although we don't populate the wParam properly.
3878                 (CreateWindow): generate WM_CREATE.
3879                 (MapWindow,UnmapWindow): make these calls synchronous, at great
3880                 performance expense (particularly in the unmap case), to match
3881                 win32 behavior.
3882
3883                 * Form.cs (.ctor): remove the call to UpdateBounds. we don't need
3884                 to call it.
3885                 (set_MdiParent): don't recreate the handle unless it's been
3886                 created already.
3887                 
3888                 * MdiClient.cs (OnResize): don't InvalidateNC Parent.Handle unless
3889                 it's created.
3890
3891                 * NativeWindow.cs: this is probably the weirdest part of the
3892                 patch.  We need a way to link up the window being created to the
3893                 WM_CREATE message.  Since we can only be creating one window at a
3894                 time on a given thread, we keep track of a per-thread reference so
3895                 we can dispatch it properly.  We also need to keep track of the
3896                 Hwnd currently being created so that the win32 backend doesn't
3897                 have problems.
3898                 
3899                 * XplatUIWin32.cs: a similar change to the one we made in
3900                 NativeWindow.cs.
3901
3902 2007-03-07  Jonathan Pobst  <monkey@jpobst.com>
3903
3904         * ToolStripItem.cs: Make CalculatePreferredSize virtual.
3905         * ToolStripMenuItem.cs: Modify CalculatePreferredSize and OnPaint
3906         to draw the menu shortcut string.
3907
3908 2007-03-07  Jackson Harper  <jackson@ximian.com>
3909
3910         * TreeNode.cs: Add the 2.0 collapse method.
3911
3912 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
3913
3914         * DataGridViewColumn.cs: Fix HeaderText behaviour (Bug #80746).
3915
3916 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
3917
3918         * DataGridView.cs: Change DataSource will clear column and row
3919         lists. Call Invalidate() to reflect DataSource change.
3920
3921 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
3922
3923         * DataGridView.cs: Add rows when DataSource is System.Data.DataView
3924         and a new row is added to it.
3925
3926 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
3927
3928         * DataGridView.cs: Add columns when DataSource is en empty list but
3929         is a System.Data.DataView (from a System.Data.DataTable).
3930
3931 2007-03-06  Andreia Gaita  <avidigal@novell.com>
3932
3933         * Label.cs: Implement AutoEllipsis (2.0)
3934
3935 2007-03-06  Jackson Harper  <jackson@ximian.com>
3936
3937         * TreeView.cs: Implement 2.0 TopNode setter property.
3938         - Use a local var instead of the skipped_nodes field for computing
3939         how many nodes to skip.  Otherwise we won't scroll because the
3940         valuechanged handler checks if skipped_nodes is equal to the new
3941         value.
3942         - Implement 2.0 Sort method.
3943         - Add useless 2.0 DoubleBuffer property
3944         - Implement 2.0 LineColors property.  Lets you change the color of
3945         the lines in the tree. Terribly useful for creating non cohesive
3946         desktops.
3947         - Implement 2.0 image key feature.
3948
3949 2007-03-06  Jackson Harper  <jackson@ximian.com>
3950
3951         * TreeView.cs: We can't get the bounds of the nodes before raising
3952         the AfterSelect event, because that event could change the node's
3953         bounds (scrolling, font change, etc).
3954
3955 2007-03-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3956
3957         * XplatUIWin32.cs: When faking styles don't remove the WS_VISIBLE flag.
3958         * Form.cs: Don't recreate handle when creating FormWindowManager, just
3959           update window styles. In CreateParams us VisibleInternal instead of
3960           VIsible to get the actual visible flag set for this form.
3961         * FormWindowManager.cs: Activate the form whenever the mouse clicks on
3962           the nc area. Fixes #81042. Also fix HandleTitleBarDoubleClick to
3963           handle the case when the form is already maximized, in which case
3964           it should be restored. Fixes #81043.
3965
3966 2007-03-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3967
3968         * XplatUIX11.cs: Tool windows still get wm styles. Fixes toolwindows showing up with double decorations.
3969
3970 2007-03-05  Jackson Harper  <jackson@ximian.com>
3971
3972         * TreeViewHitTestInfo.cs: implement.
3973
3974 2007-03-05  Jackson Harper  <jackson@ximian.com>
3975
3976         * InternalWindowManager.cs: class status fix.
3977
3978 2007-03-05  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3979
3980         * InternalWindowManager.cs: All windows that have a parent
3981         are confined to their parent when they're being moved.
3982         Fixes #80822.
3983
3984 2007-03-04  Gert Driesen  <drieseng@users.sourceforge.net>
3985
3986         * SystemInformation.cs: Marked KeyboardDelay and KeyboardSpeed public
3987         on 2.0 profile. Fixes bug #81018. Small code formatting fixes.
3988
3989 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3990
3991         * ThemeWin32Classic.cs: ManagedWindowSetButtonLocations: Make all
3992           buttons invisible before deciding which ones should be visible
3993           (fixes minimize/maximize buttons showing up in toolwindows). Remove
3994           an unused variable.
3995         * InternalWindowManager.cs: Remove warning.
3996
3997 2007-03-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3998
3999         * ListView.cs: Add a check in ListViewItemCollection.RemoveAt
4000         to throw an InvalidOperationException is virtual mode is being used.
4001
4002 2007-03-02  Jonathan Pobst  <monkey@jpobst.com>
4003
4004         * SplitContainer.cs, SplitterPanel.cs, StatusStrip.cs, TableLayoutPanel.cs,
4005         ToolStrip.cs, ToolStripContainer.cs, ToolStripContentPanel.cs,
4006         ToolStripControlHost.cs, ToolStripDropDownItems.cs, ToolStripItem.cs,
4007         ToolStripMenuItem.cs, ToolStripOverflowButton.cs, ToolStripPanel.cs,
4008         ToolStripPanelRow.cs, ToolStripProfessionalRenderer.cs, ToolStripSplitButton.cs,
4009         ToolStripStatusLabel.cs, ToolStripTextBox.cs: Corcompare work.
4010
4011 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4012
4013         * XplatUI.cs: Fixed returning driver.KeyboardSpeed instead of
4014           driver.KeyboardDelay from XplatUI.KeyboardDelay 
4015         * XplatUIW      in32.cs: Implemented KeyboardSpeed/KeyboardDelay properties
4016           (patch by Sergey Volk)
4017
4018 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4019
4020         * ToolWindowManager.cs: Added, contains logic for
4021           tool windows.
4022         * CreateParams.cs: Add a few helper methods and an
4023           internal variable to know which control the CreateParams belongs
4024           to.
4025         * Control.cs: Call Form.ChangingParent when the
4026           parent is about to be changed.
4027         * XplatUIX11.cs: DeriveStyles (): Set
4028           caption_height for all windows that have captions and are children.
4029           Update to use ToolWindowManager instead of InternalWindowManager
4030           for ToolWindows.
4031         * XplatUIWin32.cs: Set fake window styles for all
4032           windows that have window managers.
4033         * MdiWindowManager.cs: Added MaximizedTitleButtons (buttons are
4034           now duplicated for mdi windows when they are
4035           maximized, first for the buttons the window itself has, then for
4036           the buttons that appear in the menu bar. Makes things a little
4037           easier). Updated UpdateWindowDecorations, SetWindowState and the
4038           mouse eventhandlers accordingly.
4039         * Form.cs: Add ChangingParent (), contains the
4040           logic of what should happen when the parent changes. In MdiParent
4041           don't set things that ChangingParent () is doing. When handling
4042           WM_CLOSE, we can close the form if there are any other modal forms
4043           and the current form is a descendent of the modal form.
4044         * InternalWindowManager.cs: A lot of refactoring,
4045           the title buttons are now extracted to a separate container class
4046           that takes care of all button code (clicks, tooltips, etc). Moved
4047           Iconic|Maximized|Normal Bounds properties to this class from
4048           MdiWindowManager, so that the window state logic can succeed for
4049           other than mdi wm's. Implemented general window state change logic.
4050           Moved CreateButtons to ThemeWin32Classic, since the theme might
4051           override which buttons are available when as well as the exact
4052           location.
4053         * FormWindowManager.cs: Added, contains logic for
4054           normal forms.
4055         * ThemeWin32Classic.cs: ManagedWindowSetButtonLocations now decides
4056           which buttons go where (and if they are at all visible). 
4057           Removed special handling of maximized windows, since they aren't special. 
4058           In DrawManagedWindowDecorations don't try to draw the text if it is
4059           empty.
4060         * MdiClient.cs: ArrangeIconicWindows: Don't  calculate any sizes, 
4061           use whatever the wm gives us.
4062
4063 2007-03-02  Jonathan Pobst  <monkey@jpobst.com>
4064
4065         * ButtonBase.cs: Add 2.0 properties.
4066         * Button.cs: Override Draw for 2.0.
4067         * Control.cs: Add Entered and Selected properties.
4068         * FlatButtonAppearance.cs, TextFormatFlags.cs, TextImageRelation.cs,
4069         TextRenderer.cs: Make internal for 1.1 to unify drawing code.
4070         * Theme.cs: New abstract functions for drawing Standard, Flat, Popup
4071         buttons.
4072         * ThemeWin32Classic.cs: Implement layout calculations for 2.0 buttons.
4073
4074 2007-03-01  Jonathan Pobst  <monkey@jpobst.com>
4075
4076         * XplatUIWin32.cs: Don't use 2.0 methods in 1.1 code.  :/
4077
4078 2007-03-01  Jonathan Pobst  <monkey@jpobst.com>
4079
4080         * XplatUIWin32.cs: Register a new class with Windows each time we get
4081         a new ClassStyle.  [Fixes bugs #79432, #80817]
4082         * Controls.cs: Set the correct ClassStyle in CreateParams.
4083         * ToolStripDropDown.cs: Don't request an invalid ClassStyle.
4084
4085 2007-03-01  Gert Driesen  <drieseng@users.sourceforge.net>
4086
4087         * ListView.cs: Add fireEvent argument to ReorderColumn since the
4088         ColumnReordered event must not be signaled when modifying DisplayIndex
4089         of a ColumnHeader. Added internal ReorderColumns method which takes
4090         care of drawing, and updating the internal DisplayIndex of the
4091         ColumnHeader. Added AddColumn method which is invoked from
4092         ColumnHeaderCollection when adding or inserting columns, and which
4093         ensures that reorder_columns_indices is kept in sync. Avoid redrawing
4094         after adding each ColumnHeader in ColumnHeaderCollection.AddRange.
4095         Recalculated dispay indices after removing a ColumnHeader.
4096         * ColumnHeader.cs: Save DisplayIndex separately from ListView to
4097         match MS. Allows last display index to be returned after ListView
4098         is disposed. Update actual location of ColumnHeader when DisplayIndex
4099         is modified.
4100
4101 2007-03-01  Everaldo Canuto  <everaldo@simios.org>
4102
4103         * LinkLabel.cs: Improve CalcTrimRectangle.
4104         
4105         * ThemeWin32Classic.cs: Fix some compilation problem under VS 2003.
4106
4107 2007-02-28  Everaldo Canuto  <everaldo@simios.org>
4108
4109         * LinkLabel.cs: Rename CalcMeasurementFactor as CalcTrimRectangle and
4110         get rectangle as a result value.
4111
4112 2007-02-28  Everaldo Canuto  <everaldo@simios.org>
4113
4114         * LinkLabel.cs: Theres some diferences between rectangle return from 
4115         MeasureCharacterRanges and the area used for DrawString to fix this 
4116         CalcMeasurementFactor method was created, it calcules the diferences
4117         to be use later to adjust rectangle in draw operations. Fixes #80473.
4118         
4119         * ThemeWin32Classic.cs: Use factor calculated by CalcMeasurementFactor
4120         to adjust draw rectangle.
4121
4122 2007-02-27  Everaldo Canuto  <everaldo@simios.org>
4123
4124         * ThemeWin32Classic.cs: In DrawLinkLabel draw focus rectangle before draw
4125         text and some other changes to reduce and optimize source code.
4126
4127 2007-02-27  Jonathan Pobst  <monkey@jpobst.com>
4128
4129         * RadioButton.cs: Implement 2.0 event.
4130         * RelatedImageListAttribute.cs: Implement new class.
4131
4132 2007-02-27  Everaldo Canuto  <everaldo@simios.org>
4133
4134         * MenuAPI.cs: Change keynav_state before call SelectItem. Fixes #80901.
4135
4136 2007-02-27  Jonathan Pobst  <monkey@jpobst.com>
4137
4138         * CheckBox.cs: Implement 2.0 functionality.
4139
4140 2007-02-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4141
4142         * ListView.cs: Refactor Add and AddRange methods of
4143         ListViewItemCollection, to not update the ListView
4144         everytime an item is added in AddRange. Also move the update
4145         code to a new CollectionChanged method, and call it
4146         from other methods that need it as well (this should also fix some
4147         bugs when Sorting is used).
4148
4149 2007-02-27  Jackson Harper  <jackson@ximian.com>
4150
4151         * TextControl.cs: Try to never let the caret stay in a non-text
4152         tag.
4153         * TextBoxBase.cs: Update the caret.
4154
4155 2007-02-26  Jonathan Pobst  <monkey@jpobst.com>
4156
4157         * XplatUIStructs.cs: Add some convenience methods for POINT structure.
4158         * XplatUIWin32.cs: Add some convenience methods for RECT structure,
4159         delete POINT structure, duplicate of one in XplatUIStructs.
4160         * TextRenderer.cs: Use XplatUIWin32.RECT instead of UXTheme.RECT.
4161
4162 2007-02-26  Gert Driesen  <drieseng@users.sourceforge.net>
4163
4164         * ListView.cs: Initialize LabelEditEventArgs after setting Text of
4165         edit box since otherwise the Label would immediately be set (even if
4166         the user did not modify the label). In OnKeyDown set Handled to true
4167         if Return or Escape was pressed. In ColumnHeaderCollection unlink
4168         columns that are to be removed. In ListViewItemCollection unlink items
4169         that are to be removed.
4170
4171 2007-02-24  Jonathan Pobst  <monkey@jpobst.com>
4172
4173         * TextRenderer.cs: If we set a GDI clip region, we need to clear
4174         it when we are done.  [Fixes bug #80949]
4175
4176 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
4177
4178         * Form.cs: Wrap checking ShowWithoutActivation in a NET_2_0 block.
4179
4180 2007-02-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4181
4182         * ListView.cs: I forgot to commit the changes for ListView 
4183         in my previous patch.
4184
4185 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
4186
4187         * Clipboard.cs: Partially implement an overload of SetDataObject.
4188         * Form.cs: Implement ShowWithoutActivation.
4189         * XPlatUIWin32.cs: Fix for WM_SHOWNOACTIVATE for forms.
4190
4191 2007-02-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4192
4193         This is a first set of changes to make the Virtual mode works,
4194         by avoiding the retrieval of ListViewItem instances until
4195         draw time.
4196
4197         * ListView.cs: Store item position in the ListView instead of the
4198         ListViewItem, this way we don't request the Bounds property of
4199         ListViewItem inside the ListView calculations, as well as cache the item
4200         size in item_size field. Store indexes instead of ListViewItem
4201         instances in the matrix used by icon view. Add a ItemMatrixLocation
4202         struct to hold the row and col info of the matrix info.
4203
4204         * ListViewItem.cs: Don't store the location anymore, and only cache
4205         the rectangles for GetBounds. Use the ListView.GetItemLocation
4206         method to retrieve the actual location.
4207
4208 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
4209
4210         * TextRenderer.cs: Add clipping support, thanks to George.
4211         [Fixes bug #80949]
4212
4213 2007-02-23  Gert Driesen  <drieseng@users.sourceforge.net>
4214
4215         * ListViewItem.cs: Cancel label edit when item is removed from 
4216         ListView.
4217         * ListView.cs: Move setting of focus to EndEdit. Fire BeforeLabelEdit
4218         event before the edit textbox is displayed.  Added CancelEdit method
4219         which is used end to editing while ignoring the value set by the
4220         user. In EndEdit, set focus to ListView to avoid losing focus to
4221         other controls. In ListViewItemCollection.Clear, cancel editing of
4222         any of the items.  In Remove, cancel editing of item being removed.
4223         Avoid udplicate code by modifing RemoveAt to invoke Remove.
4224
4225 2007-02-23  Gert Driesen  <drieseng@users.sourceforge.net>
4226
4227         * FileDialog.cs: Update FSEntry when move is successful. Fixes
4228         bug #80948.  
4229
4230 2007-02-23  Everaldo Canuto  <everaldo@simios.org>
4231
4232         * MainMenu.cs: Change Draw method to take care about MenuOrigin to be 
4233         compatible with non X11 systems. Fixes #80901.
4234
4235 2007-02-23  Gert Driesen  <drieseng@users.sourceforge.net>
4236
4237         * ListView.cs: Added bool argument to UpdateMultiSelection to specify
4238         whether the item should be unselected and reselect. We do no want this
4239         when we're starting to edit the label. Do not fire the 
4240         SelectedIndexChanged event from ListView when its already been fired
4241         by modifying ListViewItem.Selected. Fixes bug #80943.
4242
4243 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
4244
4245         * TextRenderer.cs: Previos commit logic was backwards.
4246
4247 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
4248
4249         * TextRenderer.cs: Don't add padding on MeasureText if we were
4250         sent the NoPadding flag.
4251
4252 2007-02-23  Everaldo Canuto  <everaldo@simios.org>
4253
4254         * ThemeWin32Classic.cs: Invert order of drawing operation with DrawImage
4255         after DrawButton. To prevent image overlaps button borders SetClip and 
4256         ResetClip added before and after draw image. Fixes #79129.
4257
4258 2007-02-23  Everaldo Canuto  <everaldo@simios.org>
4259
4260         * FolderBrowserDialog.cs: Use ClientSize instead of Size to specify 
4261         window size, it fix problem when you run under win32 that theres
4262         Size diferent than ClientSize. Also fix controls size and positions
4263         to mimic Win32. Fixes #80837.
4264
4265 2007-02-22  Everaldo Canuto  <everaldo@simios.org>
4266
4267         * Form.cs: Handle WM_NCHITTEST and return HTMENU when point is on 
4268         menu area to fix some problems for non X11 systems. Fixes #80613.
4269
4270 2007-02-22  Jackson Harper  <jackson@ximian.com>
4271
4272         * TreeNode.cs: When a node is expanded, set its is_expanded flag
4273         even if it doesn't have any children.
4274
4275 2007-02-22  Jackson Harper  <jackson@ximian.com>
4276
4277         * TreeView.cs: Calculate the top node 'on the fly', this
4278         eliminates issues where you need to click on the tree before
4279         scrolling it to get the top node computed correctly.
4280         * TreeNodeCollection.cs: We don't need to mess with the top node
4281         anymore.
4282
4283 2007-02-22  Jackson Harper  <jackson@ximian.com>
4284
4285         * DataGridViewRow.cs: Fix typo so height can actually be set.
4286         Patch by Peter Grimm.
4287
4288 2007-02-22  Gert Driesen  <drieseng@users.sourceforge.net>
4289
4290         * FileDialog.cs: Fixed support for renaming files and directories.
4291         * ListView.cs: Do not lose focus when edit is canceled. Process
4292         Escape as regular key (to prevent closing of dialogs).
4293
4294 2007-02-22  Gert Driesen  <drieseng@users.sourceforge.net>
4295
4296         * ListView.cs: Removed TODO for LabelEdit. Removed extra tabs and
4297         spaces. Changed spaces to tabs. Removed unnecessary init of bools.
4298
4299 2007-02-22  Gert Driesen  <drieseng@users.sourceforge.net>
4300
4301         * FileDialog.cs: LabelEditEventArgs.Label now returns null when user
4302         did not modify label.
4303         * ListView.cs: Only set LabelEditEventArgs.Label if user actually
4304         modified the text. Reset Label when user presses Escape in edit mode.
4305         Move focus to ListView after having cancelled or finished editing the
4306         label.
4307
4308 2007-02-21  Gert Driesen  <drieseng@users.sourceforge.net>
4309
4310         * ComboBox.cs: Removed unnecessary initializations. Marked items field
4311         private. Clear textbox when Text is set to null and SelectedIndex is
4312         already -1.
4313         * FileDialog.cs: Removed unnecessary initializations. Removed 
4314         workarounds for ComboBox bugs that are now fixed. Modified
4315         DefaultExt, InitialDirectory and Title property to change null to
4316         zero-length string in getters. Avoid directly accessing fields.
4317
4318 2007-02-20  Jackson Harper  <jackson@ximian.com>
4319
4320         * TextControl.cs: Remove RecalAlignments call, that was some
4321         debugging leftovers.
4322         - Don't use the line indent when we shouldn't.
4323         * RichTextBox.cs: Add support for paragraph left indents.
4324
4325 2007-02-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4326
4327         * Control.cs: Fix BeginInvoke signature for 2.0 profile.
4328         Seems like the class status pages doesn't catch params differences.
4329
4330 2007-02-19  Gert Driesen  <drieseng@users.sourceforge.net>
4331
4332         * ComboBox.cs: Removed extra tabs. Changes spaces to tabs.
4333
4334 2007-02-19  Gert Driesen  <drieseng@users.sourceforge.net>
4335
4336         * ComboBox.cs: Setting Text should have no effect if item text of
4337         selected item exactly matches value. First lookup text using
4338         case-sensitive comparison, and fallback to case-insensitive comparison.
4339         FindString(Exact) returns -1 if search string is null. On 2.0 profile, 
4340         allow startIndex to be last index. Changed ArgumentOutOfRangeException
4341         paramname to match MS. Restart from first item if string is not found
4342         after startIndex. Fixed paramname of ArgumentNullException that is
4343         thrown for null value in ObjectCollection.Contains.
4344
4345 2007-02-19  Everaldo Canuto  <everaldo@simios.org>
4346
4347         * XplatUIStructs.cs: WM_XXX UISTATE elements uncommented.
4348
4349 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4350
4351         * ListControl.cs: In SelectedValue use value.Equals to compare for
4352         equality instead of ==, otherwise it will fail for strings.
4353         Fixes #80794.
4354
4355 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4356         
4357         * ComboBox.cs: Switch the order to ShowSelection and ActivateCaret,
4358         since the caret won't show up unless ShowSelection is true. 
4359         Fixes #80795.
4360
4361 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4362
4363         * Application.cs: When disabling all forms but the main form, do not
4364           disable any descendants of the main form (such as mdi children or
4365           other parented forms). Fixes #80822 on Windows.
4366         * Form.cs: If we have a parent, set the WS_CHILD style.
4367         * Control.cs: Update the window styles if the control whose parent has
4368           changed is a form (the WS_CHILD style has to be switched).
4369
4370 2007-02-19  Everaldo Canuto  <everaldo@simios.org>
4371
4372         * XplatUIStructs.cs: MsgUIState structure added.
4373
4374 2007-02-18  Gert Driesen  <drieseng@users.sourceforge.net>
4375
4376         * FileDialog.cs: Removed need for separate fileName field. On 2.0
4377         profile, do not check filename(s) for illegal character if filename(s)
4378         were set non-interactively but always check on 1.0 profile. Fixed NRE
4379          in DefaultExt and only strip off first leading dot. Improve exception
4380         message when invalid Filter is set. Do not ignore InitialDirectory if
4381         it does no exist. Store specified Title, and if empty use default
4382         title (depending on type of dialog). Added an internal DialogTitle 
4383         property for retrieving dialog title. Fixed logic of displayed dir to
4384         more closely match MS. Avoid setting ComboBox.Text to a zero-length 
4385         string as its buggy.
4386         * OpenFileDialog.cs: In OpenFile, throw ArgumentNullException if
4387         FileName is a zero-length string (it can never be null). Override 
4388         DialogTitle property to set default title of dialog box.
4389         * SaveFileDialog.cs: Override DialogTitle property to set default
4390         title of dialog box.
4391
4392 2007-02-18  Gert Driesen  <drieseng@users.sourceforge.net>
4393
4394         * FileDialog.cs: Modify default text of filename and filetype labels
4395         to match that of MS. Reset do_not_call_OnSelectedIndexChanged...
4396         after we've updated the SelectedIndex. Fixes part of bug #80887.
4397         * SaveFileDialog.cs: Set text of filetype label.
4398
4399 2007-02-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4400
4401         * LabelEditEventArgs.cs: New internal SetLabel method, to set the
4402         label field. Needed by latest Jackson's fixes for ListView.
4403
4404 2007-02-16  Andreia Gaita  <avidigal@novell.com>
4405
4406         * PrintPreviewControl/PrintPreviewDialog: Properly dispose of 
4407         print preview images.
4408
4409 2007-02-16  Jackson Harper  <jackson@ximian.com>
4410
4411         * ListView.cs: Make AfterLabelEdit work correctly.
4412         * FileDialog.cs: After changing the name of the folder, we have to
4413         make sure that it is created, or that we pop up an error because
4414         it already exists.
4415
4416 2007-02-16  Jackson Harper  <jackson@ximian.com>
4417
4418         * X11Dnd.cs: Implement aliases on mime handlers, so things like
4419         System.String are mapped to text.
4420         - Handle dataobjects, getting all the possible formats out of them
4421         - We dont need the drag event args before we give feedback. This
4422         allows feedback cursors to be immediate before selections have
4423         been converted.
4424
4425 2007-02-16  Jackson Harper  <jackson@ximian.com>
4426
4427         * TextBoxBase.cs: Modified the method for inserting images to
4428         taking a line and position instead of tag and position.
4429         * RichTextBox.cs: Handle PngBlip data by inserting the png image
4430         into the RTF file.
4431         * TextControl.cs: Allow images to be inserted as the first tag of
4432         a line.
4433         - Fix some off by one issues when we assume the first tag is a
4434         text tag, not an image tag.
4435
4436 2007-02-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4437
4438         * ListView.cs: Set focus to ListView when ItemControl gets a
4439         WM_RBUTTONDOWN message, to mimic .Net behaviour. 
4440         Fixes part of #80467.
4441
4442 2007-02-15  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4443
4444         * DateTimePicker.cs: Call RecreateHandle if the Format changes and
4445           validate Text input (if null or empty string reset Value to default
4446           value). Fixes #80830.
4447
4448 2007-02-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4449
4450         * ListView.cs: Set owner as null for columns and items when
4451         Dispose is invoked. Fixes #80607.
4452
4453 2007-02-14  Jonathan Pobst  <monkey@jpobst.com>
4454
4455         * ToolStrip.cs: Allow LayoutStyle.Flow, make sure to call OnOpening when
4456         showing DropDowns, don't show a Grip when doing Flow layout.
4457         [This fixes the toolbox in PDN 2.72.]
4458         * ToolStripItem.cs: Add Anchor property and some internal properties to
4459         reduces needed changes to FlowLayout.
4460         * ToolStripOverflow.cs: Remove unused variable.
4461         * ToolStripSplitStackLayout.cs: If a ToolStripItem isn't visible, don't
4462         use it in the layout calculations.
4463
4464 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
4465
4466         * ToolTip.cs: Add HotkeyPrefix.Hide to MeasureString format, it fix an issue
4467         reported in #79640.
4468         
4469         * ThemeWin32Classic.cs: Uses format for MeasureString in ToolTipSize to fiz
4470         size calculation.
4471
4472 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
4473
4474         * ToolBar.cs, ToolBarButton.cs: Revert and remove HotkeyPrefix from 
4475         MeasureString format, it can make button very large in some cases, it is
4476         strange but is what win32 do.
4477
4478 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
4479
4480         * ToolBar.cs, ToolBarButton.cs: Uses format in MeasureString to fix string 
4481         size calculation.
4482
4483         * ThemeWin32Classic.cs: Set HotkeyPrefix in toolbar text format to fix text
4484         rendering, the value is based on MenuAccessKeysUnderlined.
4485
4486 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
4487
4488         * Theme.cs: Change MenuAccessKeysUnderlined to "true" that is value used
4489         for most themes.
4490         
4491         * ThemeWin32Classic.cs: Override MenuAccessKeysUnderlined as false.
4492         
4493         * ThemeNice.cs, ThemeGtk.cs, ThemeClearlooks.cs: Remove always_draw_hotkeys
4494         and use MenuAccessKeysUnderlined instead.
4495
4496 2007-02-13  Andreia Gaita  <avidigal@novell.com>
4497
4498         * ContainerControl.cs: Focus fix for nunit treeview selection bug.
4499         A selected control would not get a Focus call if:
4500                 - the default active control of the container is the same as
4501                   the one that was selected
4502                 - we are switching from one container to another
4503         Under these conditions, the container being selected already has
4504         an active_control, which is the same as the one being activated, 
4505         so set_ActiveControl would always return and not send the Focus
4506         call. Fix to check if the currently active control of the container
4507         is actually focused.
4508
4509 2007-02-13  Jonathan Pobst  <monkey@jpobst.com>
4510
4511         * StatusStrip.cs: Implement the spring layout.
4512         * ToolStripControlHost.cs: Make sure the hosted control's visibility
4513         always matches the host.
4514         * ToolStripItem.cs: Write a more accurate layout for TextBeforeImage
4515         and TextAfterImage.
4516
4517 2007-02-13  Andreia Gaita  <avidigal@novell.com>
4518
4519         * Control.cs: Code reorganization only.
4520           - Reorganize the WndProc cases so that each case has it's own handling method, 
4521           to help with the no-line-numbering stack traces.
4522           - Formatting changes (it's vstudio's fault, really :p)
4523
4524 2007-02-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4525
4526         * MonthCalendar.cs: Switch to using Thread.CurrentCulture instead of
4527           Thread.CurrentUICulture to match DateTimePicker's (and MS)
4528           behaviour.
4529
4530 2007-02-12  Jackson Harper  <jackson@ximian.com>
4531
4532         * RichTextBox.cs:
4533         * TextBox.cs: By default we have a non multiline document
4534         - use the multiline property instead of the internal variable
4535         * TextBoxBase.cs: Treat multiline and non multiline the same in
4536         most places.
4537         - Use the documents multiline flag instead of tracking it ourself
4538         * TextControl.cs: Attempt at getting multiline to match MS
4539         behavior.  Lines now track an offset, which is either their X or Y
4540         offset depending on whether or not we are in multiline mode.
4541         - Update all the methods to understand that lines have an X value.
4542         - Fix crash in Undo::Duplicate when empty lines are deleted.
4543
4544 2007-02-12  Everaldo Canuto  <everaldo@simios.org>
4545
4546         * Label.cs: CalcPreferredHeight and CalcPreferredWidth methods removed and 
4547         code moved to properties PreferredHeight and PreferredWidth. It solve the
4548         all problems when preferred sizes must be recalculated. Fixes #80801.
4549
4550 2007-02-12  Everaldo Canuto  <everaldo@simios.org>
4551
4552         * Label.cs: Fix CalcPreferredHeight for 2.0 that must return only
4553         font height when compatible_text_rendering is false. Partially fix #80801.
4554
4555 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
4556
4557         * Form.cs: Fixed typo in exception message. Fixes bug #80779.
4558
4559 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
4560
4561         * Form.cs: Improved exception messages in ShowDialog.
4562
4563 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
4564
4565         * PrintDialog.cs: On 1.0 profile, throw ArgumentException in RunDialog if
4566         PrinterSettins has not been set. On 2.0 profile, initialize PrinterSettings
4567         if not set. Fixes bug #80764. Avoid accessing current_settings field
4568         directly.
4569
4570 2007-02-08  Everaldo Canuto  <everaldo@simios.org>
4571
4572         * Theme.cs: An new property MenuAccessKeysUnderlined added with default value
4573         false.
4574
4575         * SystemInformation.cs: An new property MenuAccessKeysUnderlined added, it is
4576         public in 2.0 and for easy maintenance and dont break compatibility it is 
4577         internal in 1.1.
4578         
4579 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
4580
4581         * ToolStripItem.cs: Implement using images from ImageList.
4582
4583 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4584
4585         * DateTimePicker.cs: Change default date-formatting culture from
4586           CurrentThread.CurrentUICulture to CurrentThread.CurrentCulture,
4587           seems to be the way MS does it.
4588
4589 2007-02-08  Andreia Gaita  <avidigal@novell.com>
4590
4591         * PrintPreviewControl.cs: rewrite toolbar code to fix #80725. Correct 6-up image 
4592         (the 6 was cut off on the right side)
4593
4594 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
4595
4596         * Form.cs: Tell MenuStrips to close when the form is clicked.
4597         * MenuStrip.cs, ToolStrip.cs, ToolStripControlHost.cs, 
4598         ToolStripDropDown.cs, ToolStripDropDownItem.cs, ToolStripItem.cs,
4599         ToolStripItemCollection.cs, ToolStripMenuItem.cs, ToolStripProfessionalRenderer.cs,
4600         ToolStripSplitButton.cs, ToolStripSplitStackLayout.cs: Add 
4601         support for Overflow, where items that do not fit are automatically
4602         reparented to a drop down menu.
4603         * ToolStripOverflow.cs, ToolStripOverflowButton.cs: Added.
4604         Also: fixes bug #80747.
4605
4606 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4607
4608         * ComboBox.cs: Remove warning (unused code).
4609         * ScrollableControl.cs: Remove warning for 1.1 profile.
4610
4611 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4612
4613         * Form.cs: Remove a warning.
4614
4615 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4616
4617         * DateTimePicker.cs: Fixed a NRE if CustomFormat was null. Handles the
4618           'g' specifier, not documented anywhere, but seems to always show up
4619           as a single space (might have something to do with the DateTime 'g'
4620           specifier, which is the era format, but since DateTimePicker can't
4621           go earlier than 1753 it wouldn't matter) . Fixed quote handling,
4622           won't crash if the format has an unmatched quote. Now shows
4623           single-character formats correctly. Fixes #80744.
4624
4625 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
4626
4627         * StatusStrip.cs: Stretch property needs to call base.Stretch,
4628         not this.Stretch to fix stack overflow. [Fixes bug #80760]
4629
4630 2007-02-07  Chris Toshok  <toshok@ximian.com>
4631
4632         * ThemeWin32Classic.cs (DrawButtonBase): don't clear to the
4633         background color.  it overwrites the background image we've
4634         already painted.  Fixes #80599.
4635
4636 2007-02-07  Chris Toshok  <toshok@ximian.com>
4637
4638         * DataGrid.cs: return immediately from Edit() when there are no
4639         columns.  Fixes #80662.
4640
4641 2007-02-07  Chris Toshok  <toshok@ximian.com>
4642
4643         * MessageBox.cs: fix #80625.  don't always show the Help button in
4644         2.0.  use the displayHelpButton parameter to determine if we
4645         should show it. Also, make the internal show_help field private.
4646
4647 2007-02-07  Chris Toshok  <toshok@ximian.com>
4648
4649         * Control.cs (SetVisibleCore): check in the proposed patch for
4650         80604, and set is_visible before calling CreateControl.
4651
4652 2007-02-07  Jonathan Pobst  <monkey@jpobst.com>
4653
4654         * ListView.cs: UseCompatibleStateImageBehavior setter changed from NIEX to 
4655         MonoInternalNote.  This is added automagically by VS2005, so let's not crash
4656         on it.
4657
4658 2007-02-06  Everaldo Canuto  <everaldo@simios.org>
4659
4660         * MenuAPI.cs: hotkey_active internal field added, it is required because
4661         we need to know when hotkeys must be draw, before this change a keystate
4662         Navigating was used but we can have menu in navigating state without
4663         hotkeys. Fixes #80694.
4664         
4665         * ThemeWin32Classic.cs: Only draw hot keys when hotkey_active is true.
4666
4667 2007-02-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4668
4669         * Control.cs: Handle WM_CAPTURECHANGED in 1.1 code as well, and change
4670           corresponding events and methods to be internal for 1.1 profile and
4671           public for 2.0 profile (required by SizeGrip).
4672         * Form.cs: Use SizeGrip as a virtual SizeGrip (and don't add it to the
4673           implicit control list). Don't set the size nor the location of the
4674           SizeGrip anymore as it's not needed.
4675         * SizeGrip.cs: Rewrote large parts, it now supports a virtual mode to
4676           draw directly on the captured control (fixes #80656). Removed
4677           ShowGrip (it wasn't used anywhere), redraw (always true), added
4678           GetDefaultSize and GetDefaultRectangle to calculate defaults.
4679         * ScrollableControl.cs: Make UpdateSIzeGripVisible internal so it can
4680           be called from SizeGrip.
4681
4682 2007-02-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4683
4684         * Timer.cs: Throw ArgumentException if Interval <= 0.
4685
4686 2007-02-05  Jackson Harper  <jackson@ximian.com>
4687
4688         * TreeView.cs: We need to check scrollbar visibility when window
4689         visibility is updated, because non visible trees don't ever add
4690         scrollbars.
4691         * Cursor.cs: We want the override cursor to be reset to NULL when
4692         we set current cursor to the default cursor.
4693
4694 2007-02-05  Jackson Harper  <jackson@ximian.com>
4695
4696         * TextControl.cs: Don't have crlfs when we are non multiline.
4697         - Consolidate the line position.
4698
4699 2007-02-05  Jackson Harper  <jackson@ximian.com>
4700
4701         * X11Keyboard.cs: BACK+CTRL gets a special char code.
4702
4703 2007-02-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4704
4705         * XplatUIX11.cs: Implemented WM_CAPTURECHANGED support, we're now
4706           handling LeaveNotify->NotifyUngrab in order to send
4707           WM_CAPTURECHANGED. However sometimes the NotifyUngrab arrives late
4708           after calling XUngrabPointer, so we call WindowUngrabbed directly
4709           from UngrabWindow in order to send WM_CAPTURECHANGED immediately.
4710         * Control.cs: Handle WM_CAPTURECHANGED in order to raise
4711           MouseCaptureChanged correctly. Also create handles if changing
4712           Capture (matches MS behaviour).
4713
4714 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4715
4716         * SizeGrip.cs: Make the last change 2.0 only.
4717
4718 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4719
4720         * SizeGrip.cs: If resizing and the capture is lost, revert any size
4721           changes to initial size (fixes #80597).
4722
4723 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4724
4725         * SizeGrip.cs: Use the normal icon for SizeGrip if it is disabled.
4726
4727 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4728
4729         * SizeGrip.cs: Only draw sizegrip if enabled (but always draw
4730           background) and only allow dragging if enabled. This way the
4731           sizegrip can be used to fill the open square that otherwise would
4732           have been shown in the bottom right corner of ScrollableControl
4733           when ScrollableControl is not suppose to support sizing.
4734         * ScrollableControl.cs: Create UpdateSizeGripVisible to decide when the
4735           sizegrip is shown and enabled, and hook up with necessary events.
4736
4737 2007-02-01  Chris Toshok  <toshok@ximian.com>
4738
4739         * DataGridTextBoxColumn.cs: clean up the
4740         GetFormattedString/GetColumnValueAtRow combination of functions.
4741         Also fix UpdateUI, and the initial state of
4742         IsInEditOrNavigateMode.
4743
4744         * DataGridTextBox.cs: don't chain up to base.OnMouseWheel - we
4745         aren't supposed to scroll the textbox here, we're supposed to
4746         scroll the datagrid.
4747
4748 2007-02-01  Chris Toshok  <toshok@ximian.com>
4749
4750         * ComboBox.cs: use vscrollbar_ctrl.Dock instead of explicitly
4751         setting the position.
4752
4753 2007-02-01  Chris Toshok  <toshok@ximian.com>
4754
4755         * DataGrid.cs (OnLeave): we can now do the CancelCurrentEdit thing
4756         here, since the most recent focus fixes keep us from generating
4757         the Leave event when our textbox gets focus.
4758         (Edit): we should be passing null for the column style's
4759         instantText parameter.
4760         
4761 2007-02-01  Jonathan Pobst  <monkey@jpobst.com>
4762
4763         * ToolStripDropDownItem.cs: Make sure DropDownOpening event is 
4764         raised.  Fixes menu text/icons not showing up in PDN.
4765
4766 2007-02-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4767
4768         * Control.cs: Remove code in constructor that makes every
4769         control with WS_CHILD set have initial location -1, -1.
4770
4771 2007-01-31  Jackson Harper  <jackson@ximian.com>
4772
4773         * X11Dnd.cs: Take the keyboard on init to reduce coupling with
4774         XplatUIX11.
4775         * XplatUIX11.cs: Give teh keyboard to teh dnd.
4776
4777 2007-01-31  Jackson Harper  <jackson@ximian.com>
4778
4779         * X11Dnd.cs: Use IDataObject instead of the DataObject class.
4780         - Remove some debug code.
4781
4782 2007-01-31  Jackson Harper  <jackson@ximian.com>
4783
4784         * XplatUIX11.cs: If you set the override cursor during a grab, it
4785         should actually override the grab cursor.  This comes into play
4786         when you are setting custom cursors in a DND feedback method.
4787
4788 2007-01-31  Jackson Harper  <jackson@ximian.com>
4789
4790         * X11Dnd.cs: Add support for handling the QueryContinue and
4791         GiveFeedback events.
4792         - Cancel drag and drop actions when the escape key is clicked.
4793         * XplatUIX11.cs: Let the dnd subsystem get key events, so that it
4794         can handle the ESCAPE key.
4795         - Allow dnd to swallow BUTTONUP messages if it needs to.  This is
4796         done when dnd events are continued after the button is released.
4797         - Add a new helper method so that dnd can translate key events.
4798
4799 2007-01-31  Alexander Olk  <alex.olk@googlemail.com>
4800
4801         * FileDialog.cs: Rewrite of Jacksons OnClickCancelButton patch to
4802         make it more obvious what is happening.
4803
4804 2007-01-30  Jackson Harper  <jackson@ximian.com>
4805
4806         * XplatUIX11.cs: Don't break when handling button release in drag
4807         and drop operations. We need that BUTTONUP message to get through
4808         so capture is released.
4809         * X11Dnd.cs: We don't need to manually grab the pointer anymore,
4810         this is handled automatically when the mouse is down.
4811
4812 2007-01-30  Jackson Harper  <jackson@ximian.com>
4813
4814         * FileDialog.cs: OnClickCancelButton gets called whenever the dialog
4815         is closed, so we need to make sure that we aren't changing the
4816         dialog result when the OK (Open or Save) button has been clicked
4817         and we are closing the window ourselves.  Note we don't need to
4818         worry about the cache being written in this case, because it was
4819         already done in the previous FilOk call.
4820
4821 2007-01-30  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4822         
4823         * DateTimePicker.cs: Remove a warning.
4824         * ComboBox.cs: Remove a couple of warnings.
4825
4826 2007-01-29  Chris Toshok  <toshok@ximian.com>
4827
4828         * XplatUIX11.cs: don't crash, and remove the icon if the user has
4829         set one, if SetIcon is passed a null icon.
4830
4831 2007-01-29  Andreia Gaita  <avidigal@novell.com>
4832
4833         * TextBox.cs: Redraw when the password characters changes
4834         * TextControl.cs: Check if textbox has a password char and draw 
4835         a line of password chars instead of the text in the line. LineTag gets 
4836         an extra Draw() method which allows document.Draw to override the text 
4837         that will be drawn. Removes 1024 char limitation on length of passworded 
4838         lines.
4839
4840 2007-01-29  Jackson Harper  <jackson@ximian.com>
4841
4842         * TextBoxBase.cs: Deleting sections of text is undoable.  Deleting
4843         single chars is not.
4844
4845 2007-01-28  Jonathan Pobst  <monkey@jpobst.com>
4846
4847         * TextRenderer.cs: Fix cutting off the bottom of letters like "j" by
4848         one pixel.  Fix a StackOverflowException caused by an overload wrongly
4849         calling itself.
4850
4851 2007-01-26  Everaldo Canuto  <everaldo@simios.org>
4852
4853         * MenuAPI.cs: Fixed kerboard grab problem when "enter"key is pressed,
4854         also remove ProcessArrowKey and put the code inside ProcessKeys.
4855
4856 2007-01-26  Jonathan Pobst  <monkey@jpobst.com>
4857
4858         * PaddingConverter.cs: Added.
4859
4860 2007-01-26  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4861         
4862         * ThemeWin32Classic.cs: Only draw the text of a StatusBar if
4863         ShowPanels is false (fixes #80600). Only draw up to 127 characters
4864         of text (fixes #80601). For panels clip the text to draw to the
4865         panel (fixes #80603).
4866
4867 2007-01-26  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4868
4869         * ComboBox.cs: Fixed implementation of ResetText.
4870
4871 2007-01-25  Jackson Harper  <jackson@ximian.com>
4872
4873         * TextControl.cs: For the last char of a line we need to use the
4874         line size, not that chars width, since it won't actually be
4875         computed since the right side of a char is based on the start of
4876         the left side of the next char, and the next char does not exist.
4877
4878 2007-01-25  Chris Toshok  <toshok@ximian.com>
4879
4880         * Splitter.cs: fix the new unit tests, and reindent some switch
4881         statements.
4882
4883 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4884
4885         * ComboBox.cs: Implemented 2.0 methods and events.
4886         * TextBoxBase.cs: Added OnTextUpdate, so that
4887         ComboBox.ComboTextBox can inform ComboBox of it.
4888
4889 2007-01-25  Jackson Harper  <jackson@ximian.com>
4890
4891         * TextControl.cs: Respect ShowSelection when deciding whether or
4892         not to display the caret, this allows comboboxes to have carets
4893         when the combotextbox does not have focus.
4894
4895 2007-01-25  Jackson Harper  <jackson@ximian.com>
4896
4897         * TextControl.cs: Add a Suspend/Resume for updating, basically the
4898         same as the Suspend/Resume for recalc, except this will do actual
4899         Invalidates.
4900         - New Undo manager, works much like the MS version.
4901         - Implemented Redo
4902         * TextBoxBase.cs: The Cut operation is undoable.
4903
4904 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4905         
4906         * TextBoxBase.cs: Don't antialias text. Makes it look way better
4907         on Windows (no difference on Linux).    
4908
4909 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4910
4911         * XplatUIWin32.cs: Set SWP_NOACTIVATE in RequestNCRecalc as well,
4912         we don't want to activate any windows. Fixes #79433.
4913
4914 2007-01-25  Jonathan Pobst  <monkey@jpobst.com>
4915
4916         - ButtonBase.cs: Fix capitalization of parameter: disposing.
4917         [Fixes bug #80609]
4918
4919 2007-01-25  Alexander Olk  <alex.olk@googlemail.com>
4920
4921         * FileDialog.cs:
4922         - Move to using System.ComponentModel.EventHandlerList
4923         - Replace Refresh with Invalidate
4924         - Clear the mime filecache on closing
4925         - Some other memory reducing work. After beeing closed FD now uses
4926           only about 300 KB for the fdo mime stuff plus the memory of the
4927           cached icons.
4928         * Mime.cs: Changed coding style and removed unnecessary commented
4929         code. Some more memory memory reducing work.
4930
4931 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4932
4933         * ComboBox.cs: Implemented FlatStyle and DropDownHeight, and added
4934         a few other missing 2.0 properties.
4935         * Theme.cs: Added DrawFlatStyleComboBox.
4936         * ThemeWin32Classic.cs: Implemented DrawFlatStyleComboBox.
4937
4938 2007-01-24  Chris Toshok  <toshok@ximian.com>
4939
4940         * XplatUIX11.cs: fix the wake_waiting logic - we always clear the
4941         wake_waiting flag, not just when there's data to be read.  if we
4942         don't, then future wakeup's won't reach us and we'll be doomed to
4943         wait for the entire 1 second timeout forever (unless there are X
4944         events to be had).
4945
4946 2007-01-24  Jonathan Pobst  <monkey@jpobst.com>
4947
4948         * ComboBox.cs: FindStringExactMaxException doesn't throw AOORE on 2.0
4949         until you pass Items.Count, not Items.Count - 1 like 1.1.
4950
4951 2007-01-24  Gert Driesen  <drieseng@users.sourceforge.net>
4952
4953         * ColumnHeader.cs: Fixed ParamName in ArgumentOutOfRangeException.
4954
4955 2007-01-24  Jonathan Pobst  <monkey@jpobst.com>
4956
4957         * ToolStripContainer.cs: The recent Dock fix exposed that I was
4958         adding the panels in the wrong order.
4959
4960 2007-01-24  Jackson Harper  <jackson@ximian.com>
4961
4962         * TextBoxBase.cs: When we move the caret we also need to move the
4963         selection, this fixes some random crashing after doing select
4964         text, unselect, delete a char, paste.
4965
4966 2007-01-24  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4967
4968         * Form.cs: Update SizeGrip's location even if it's not visible (fixes #80592).
4969
4970 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
4971
4972         * Control.cs: In OnParentBackgroundImageChanged remove conditions to call
4973         OnBackgroundImageChanged, it mimics win32 behavior. Fixes #80553. 
4974         * ToolBar.cs: Force redraw in BackgroundImageChanged.
4975
4976 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
4977
4978         * ToolBar.cs:
4979         - Implement support for vertical toolbars. Fixes #80539;
4980         - Call LayoutToolBar when resize, it fix some other problems in layout.
4981         - Rename requested_height to requested_size, as we can have width on it
4982         when toolbar is vertical.
4983         - Create a private property "Vertical" that uses Dock to verify when 
4984         toolbar is vertical or not.
4985         - Set ControlStyles when change Dock property.
4986         - Refactory in LayoutToolBar to have better variables names and to support
4987         vertical toolbars.
4988         - Fixes default value for ButtonSize when button count is equal zero, size
4989         must be (39, 36) test case writed.
4990
4991 2007-01-23  Chris Toshok  <toshok@ximian.com>
4992
4993         * Control.cs: fix the checks so that they work correctly for mdi
4994         parents/children.
4995
4996 2007-01-23  Chris Toshok  <toshok@ximian.com>
4997
4998         * Control.cs: ControlCollection seems to have super-secret
4999         abstraction breaking knowledge of Mdi containers.  allow MdiClient
5000         to add toplevel controls.
5001
5002 2007-01-23  Chris Toshok  <toshok@ximian.com>
5003
5004         * Control.cs: throw an ArgumentException if a toplevel control is
5005         added to our control collection from ControlCollection.Add, as
5006         well as from ControlCollection.IList.Add.  This fixes the
5007         ControlSetTopLevelTest.TestTopLevelAdd unit test.
5008
5009         Also, in ControlCollection.IList.Add, don't through an
5010         ArgumentNullException, throw an ArgumentException, when value ==
5011         null.  This matches MS.
5012
5013 2007-01-23  Chris Toshok  <toshok@ximian.com>
5014
5015         * BindingSource.cs: initial, incomplete, implementation of
5016         BindingSource.
5017
5018 2007-01-23  Jackson Harper  <jackson@ximian.com>
5019
5020         * TextControl.cs:
5021         * TextBoxBase.cs: Checking in some pieces of the undo stuff so
5022         that I can fix a broken unit test (TextBoxTest::ClearUndo)
5023         
5024 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
5025
5026         * ToolBar.cs: Add status fields to ToolBarButtonInfo.
5027
5028 2007-01-23  Andreia Gaita  <avidigal@novell.com>
5029
5030         * TreeNode.cs: Add new 2.0 ImageKey and SelectedImageKey properties.
5031         * TreeNodeCollection.cs: New Add() methods, ContainsKey and
5032         IndexOfKey() for 2.0
5033
5034 2007-01-23  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5035
5036         * XplatWin32.cs: In RequestNCRecalc call SetWindowPos with SWP_NOZORDER
5037         to prevent it from changing z-order.
5038         * MdiWindowManager.cs: Refactor part of SetWindowState to MdiClient, only
5039         leave UI updates in MdiWindowManager.
5040         * InternalWindowManager.cs: Check for 0 sized nc areas and make them
5041         1 sized (NC handling goes weird on Linux otherwise).
5042         * MdiClient.cs: Add missing ExStyle (WS_EX_CLIENTEDGE), so it's no longer
5043         necessary to handle WM_NCCALCSIZE anymore. This also made it possible to
5044         remove a few NCRequestRecalcs. Changed calculations in IconicBounds
5045         to use ClientSize of MdiClient instead of entire size. Refactored ActivateChild
5046         and SetWindowState(s) to allow for changing the size of an activated child
5047         before activating it (reduces a lot of flicker).
5048
5049 2007-01-22  Jonathan Pobst  <monkey@jpobst.com>
5050
5051         * Form.cs: Changing FormBorderStyle has different semantics based
5052         on whether the Form is visible or not.  If not visible, don't change
5053         the Size.  But InvalidateNC needs to be called to force the window
5054         to pick up the changes and redraw itself.  [Fixes bug #80574]
5055
5056 2007-01-22  Jonathan Pobst  <monkey@jpobst.com>
5057
5058         [Moma work]
5059         * ContainerControl.cs: ProcessCmdKey.
5060         * ErrorProvider.cs: new constructor.
5061         * Form.cs: fix AutoValidateEvent compiler warning.
5062         * Label.cs: fix OnAutoSizeChanged compiler warning.
5063         * MenuStrip.cs: fix CanOverflow compiler warning.
5064         * TabControl.cs: SelectTab, OnSelected methods, Selected event.
5065         * TextBox.cs: Dispose.
5066         * ToolStrip.cs: CanOverflow, re-enable double buffering.
5067         * ToolStripControlHost.cs: fix CausesValidation compiler warning.
5068         * ToolStripDropDown.cs: fix ContextStripMenu compiler warning.
5069         * ToolStripItem.cs: Overflow, RightToLeft properties.
5070
5071 2007-01-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5072
5073         * Form.cs: Move the layout of the main form to MdiWindowManager.
5074         * MdiWindowManager.cs: If WindowState changes from or to Maximized,
5075         do a layout of the main window to update MdiClient's client area to
5076         the right area. Fixes #80533. Remove the calculation of nc size, 
5077         it was just wrong and the correct one is the same as for 
5078         InternalWindowManager. 
5079
5080 2007-01-20  Jonathan Pobst  <monkey@jpobst.com>
5081
5082         * Control.cs: Setting Anchor or Dock needs to reset the other
5083         to its default.  [Fixes bug #80556]
5084
5085 2007-01-20  Chris Toshok  <toshok@ximian.com>
5086
5087         * CheckedListBox.cs: class status changes.
5088
5089         * ScrollableControl.cs: same.
5090
5091         * RichTextBox.cs: same.
5092
5093         * ContainerControl.cs: same.
5094
5095         * ListView.cs: same.
5096
5097         * NotifyIcon.cs: same.
5098
5099         * MenuStrip.cs: same.
5100
5101         * RadioButton.cs: same.
5102
5103         * CheckBox.cs: same.
5104
5105         * PrintPreviewDialog.cs: same.
5106
5107         * Form.cs: same.
5108
5109 2007-01-19  Jonathan Pobst  <monkey@jpobst.com>
5110
5111         * TreeNode.cs: Apply Alan's patch for Name property.
5112
5113 2007-01-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5114         
5115         * Form.cs: Implemented SizeGripStyle.
5116         * SizeGrip.cs: Check for minimum and maximum size for the
5117         control being resized and only resize if size has actually
5118         changed.
5119
5120 2007-01-19  Chris Toshok  <toshok@ximian.com>
5121
5122         * DataGridColumnStyle.cs: stop setting _readonly in the
5123         PropertyDescriptor setter.  fixes a unit test failure.
5124
5125         also, rename ParentReadOnly to TableStyleReadOnly, and have it
5126         just consult our table style (if we have one).  We don't need to
5127         consult the datagrid readonly attribute because that's passed in
5128         as the _ro arg to Edit.  this simplifies things a little.
5129         
5130         * DataGrid.cs: use CurrentColumn instead of
5131         current_cell.ColumnNumber just to simplify some of the code.
5132
5133         switch the order of some things in the CurrentCell setter to keep
5134         the previous cell from getting a textbox again -
5135         EnsureCellVisibility causes scrolling to happen, which calls Edit.
5136         So we need to set the new cell before calling it.
5137         
5138         call Edit in OnEnter, as does Microsoft.
5139         
5140         also, make sure the current table style isn't the one we create
5141         initially when checking to see if it's different than the one
5142         we're setting it to in BindColumns (this fixes #80421).
5143
5144         * GridTableStylesCollection.cs: table styles can have "" for a
5145         mapping name.  part of the fix for #80421.
5146
5147         * DataGridTextBoxColumn.cs: simplify the readonly calculation in
5148         Edit significantly.
5149
5150 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
5151
5152         * TextRenderer.cs: Rewrote to be complete-er, more MS-matching-er,
5153         and less GDI object leaky-er.
5154
5155 2007-01-18  Andreia Gaita  <avidigal@novell.com>
5156
5157         * LinkLabel.cs: Add opaque control style
5158
5159 2007-01-18  Jackson Harper  <jackson@ximian.com>
5160
5161         * TextControl.cs: Calculate width properly.
5162         - Don't store the tag's X offset, this can be figured out very
5163         easily.
5164         - When getting the caret tag make sure to get the last empty tag.
5165
5166 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
5167
5168         * Form.cs: Recalculate our size after setting a new FormBorderStyle.
5169         [Fixes bug #79959]
5170
5171         * Control.cs: Color.Empty shouldn't count for previous transparent
5172         redraw changes.
5173
5174 2007-01-18  Jackson Harper  <jackson@ximian.com>
5175
5176         * TextBox.cs:
5177         * RichTextBox.cs:
5178         * TextControl.cs: Starting to merge in some pieces of my older
5179         undo work.  Basically just some slight cleanup of the undo API.
5180
5181 2007-01-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5182
5183         * TrackBar.cs: Fix signature of RightToLeftLayout.
5184         * StatusBar.cs: Implemented missing 2.0 methods and attributes.
5185         * StatusBarPanel.cs: Implemented missing 2.0 methods and attributes.
5186         * Application.cs: Implemented UseWaitCursor.
5187
5188 2007-01-18  Jackson Harper  <jackson@ximian.com>
5189
5190         * TextControl.cs: We can't skip tags if any part of the tag is
5191         visible.
5192
5193 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
5194
5195         * ContainerControl.cs: Override OnLayout.
5196
5197 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
5198
5199         * NotifyIcon.cs: Add ContextMenuStrip and Tag properties.
5200
5201         * ContextMenuStrip.cs: Make sure context menu is shown on top of 
5202         everything else.
5203
5204 2007-01-18  Chris Toshok  <toshok@ximian.com>
5205
5206         * ContainerControl.cs: remove the partial handling of LBUTTONDOWN
5207         (leftover from the container_selected days, I'd wager).  fixes bug
5208         #80546.
5209
5210 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
5211
5212         * Control.cs: Apply patch from George to fix the new testcase on
5213         bug #80451.  We can't just check for Color.Transparent, we need 
5214         to check if the back color's alpha channel is < 255.
5215
5216 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
5217
5218         * Form.cs: Move setting show_icon = true to before the constructor
5219         so that the base constructor has that information when it calculates
5220         the form's size.  Was causing forms to be (6, 6) bigger than they
5221         were supposed to be.  Thanks for catching this Rolf!
5222
5223 2007-01-18  Jackson Harper  <jackson@ximian.com>
5224
5225         * TextControl.cs: When replacing a selection we need to invalidate
5226         from the initial selection start, because selection start is moved
5227         to the end of the replacement.
5228
5229 2007-01-18  Andreia Gaita  <avidigal@novell.com>
5230
5231         * LinkLabel.cs: Missing ControlStyles. Fixes #80482
5232
5233 2007-01-18  Chris Toshok  <toshok@ximian.com>
5234
5235         * DataGridTextBoxColumn.cs: fix most of the NotWorking unit tests
5236         I just added.
5237
5238 2007-01-17  Everaldo Canuto  <everaldo@simios.org>
5239
5240         * ToolBar.cs: Add layout methods to ToolBarButtonInfo class, every 
5241         layout methods and properties from ToolBarButton must be available
5242         into ToolBarButtonInfo.
5243
5244 2007-01-17  Jonathan Pobst  <monkey@jpobst.com>
5245
5246         * Control.cs: If the control has a transparent background, we
5247         need to refresh it when it moves and when it's parent's background
5248         image changes.  [Fixes bug #80451]
5249
5250 2007-01-17  Jonathan Pobst  <monkey@jpobst.com>
5251
5252         * XplatUIWin32.cs: Don't use 2.0 methods in 1.1 code!  Doh!
5253
5254 2007-01-17  Jonathan Pobst  <monkey@jpobst.com>
5255
5256         * XplatUIWin32.cs: Implement proper double buffering for Windows.
5257         [Fixes bug #80447, and probably speeds up things as well]
5258
5259 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5260
5261         * XplatUIX11.cs: Caption height for MDI children is 19, not 26.
5262         * XplatUIWin32.cs: We need to recalculate NC size after changing 
5263         window style to toolwindow (otherwise the client rectangle will be
5264         3 pixels to small for some reason).
5265         * MdiWindowManager.cs: Revert NC size calculations to match how
5266         they are calculated only based on window styles (to match
5267         Win32AdjustWindowRectEx, since otherwise when setting size or 
5268         location, Control will call Win32AdjustWindowRectEx to update client 
5269         size, which would provoke a paint, then we'd get a NCCALCSIZE and 
5270         calculate a different value of client size causing another paint 
5271         (and flickering))
5272         * InternalWindowManager.cs: When moving or resizing a window only
5273         update size or location if they actually changed.
5274         * ThemeWin32Classic.cs: ManagedWindowsBorderWidth is now 4 instead of 3
5275         (seems to match Windows behaviour better). Cleaned up 
5276         ManagedWindowDecorations to draw what's needed and nothing else
5277         (was drawing borders and lines where they shouldn't be)
5278         * Hwnd.cs: GetWindowRectangle now knows about MDI border sizes
5279         (style = 0xFFFF) and takes into account caption height when 
5280         calculating window rectangle.   
5281
5282 2007-01-16  Everaldo Canuto  <everaldo@simios.org>
5283
5284         * ToolBar.cs: Internal ToolBarButtonInfo class added, Because same button 
5285         can be added to toolbar multiple times, we need to maintain a list of 
5286         button information for each positions.
5287
5288 2007-01-16  Everaldo Canuto  <everaldo@simios.org>
5289
5290         * ToolBar.cs: Some small stetic changes.
5291
5292 2007-01-16  Jackson Harper  <jackson@ximian.com>
5293
5294         * TextBoxBase.cs: Use the new SuspendRecalc/ResumeRecalc methods
5295         that allow us to have nested recalc = false blocks.
5296         - Add paste support for images in the RichTextBox
5297         * RichTextBox.cs: flush the text after the color is changed, so
5298         the change takes effect.
5299         - Use SuspendRecalc
5300         - Some extra debugging info
5301         * TextControl.cs: Tags no longer track their length, it is just
5302         computed from the next tags length, this makes things a little
5303         simpler and reduces places that we have to track length changes.
5304         - Refactored the linetag class a little so we could make it
5305         a base class for different kinds of tags
5306         - Created a image tag, a tag that can have a single image inserted
5307         into it
5308         - Replace the norecalc flag with a Suspend/Resume Recalc pair, so
5309         that we can call suspend multiple times.
5310         - Add some debugging methods
5311
5312 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5313
5314         * MdiClient.cs: Add ActivatePreviousChild for 
5315         mdi child window navigation.
5316         * Form.cs: Use MdiClient.ActivateNextChild/
5317         ActivatePreviousChild instead of Form.SelectNextControl
5318         to select the next/previous child since 
5319         SelectNextControl doesn't do it in the same order
5320         as mdi children should do it.
5321
5322 2007-01-16  Chris Toshok  <toshok@ximian.com>
5323
5324         * Control.cs: remove container_selected field.
5325
5326 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5327
5328         * MdiClient.cs: Update main form's ActiveChild when
5329         updating keyboard focus for the mdi child.
5330
5331 2007-01-16  Jonathan Pobst  <jpobst@novell.com>
5332
5333         * Control.cs: PreferredSize fix.
5334
5335         * Form.cs: Add several 2.0 events, properties, and methods.
5336
5337 2007-01-16  Gert Driesen  <drieseng@users.sourceforge.net>
5338
5339         * Form.cs: Provide meaningful message when MdiParent is assigned a
5340         Form that is not an MdiContainer.
5341
5342 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5343
5344         * MdiClient.cs: Update main form's ActiveChild when
5345         activating a mdi child.
5346
5347 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5348
5349         * MdiWindowManager.cs: Fix NRE when merging menus and main form
5350         doesn't have a menu.
5351
5352         * Form.cs: Request NCRecalc after creating a mdi child window.
5353         Implement mdi key handling (Ctrl+F4, Ctrl+Shift+F4, Ctrl+Tab, 
5354         Ctrl+Shift+Tab, Ctrl+F6 and Ctrl+Shift+F6).
5355         
5356         * MdiClient.cs: Add new method SendFocusToActiveChild that either
5357         sends keyboard focus to the active child, or to the MdiClient
5358         if there are no child forms.
5359         
5360 2007-01-15  Chris Toshok  <toshok@ximian.com>
5361
5362         * ListView.cs: drop the *Internal overrides, just do our work in
5363         ItemControl's WndProc instead.
5364
5365         * UpDownBase.cs: a few large changes.  Fix up the Selectable state
5366         of the various controls, and forward the events properly (in the
5367         same manner as MS) from the textbox to the UpDown.  Also the
5368         ActiveControl of the UpDownBase gets set properly now.  Finally,
5369         we don't call UpdateEditText from the ctor.  Fixes bug #79957.
5370
5371         * NumericUpDown.cs: set Text in the ctor.
5372
5373         * DomainUpDown.cs: call UpdateEditText in the ctor.
5374         
5375         * TextBox.cs: on ms.net, WM_LBUTTONDOWN sets focus on the textbox,
5376         so even a Selectable = false textbox can be focused if you click
5377         in it.  Go figure.
5378
5379         * Control.cs: remove On{Got,Lost}FocusInternal.  Subclasses can
5380         just add their handling in their respective WndProc's.  Also add
5381         an explicit FocusInternal method that doesn't consult CanFocus
5382         before calling Select(this).
5383
5384         * TextBoxBase.cs: deal with removal of the FocusInternal calls -
5385         do our work in WndProc instead.
5386
5387         * TabControl.cs: same.
5388
5389         * ComboBox.cs: same.
5390
5391 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
5392
5393         * Menu.cs: implement MergeItems and Replace for MenuMerge method.
5394         Fixes #80006.
5395
5396 2007-01-15 Carlos Alberto Cortez <calberto.cortez@gmail.com>
5397
5398         * ListViewItem.cs:
5399         * ThemeWin32Classic.cs: Don't draw the item text outside
5400         item bounds in Details view, as well as use trimming.
5401         Fixes bug #80376.
5402
5403 2007-01-15  Jonathan Pobst  <jpobst@novell.com>
5404
5405         * Form.cs: Implement Form.ShowIcon.
5406         
5407         * XplatUIWin32.cs: Allow the SetIcon win32 call to set the icon to
5408         null, which when combined with the DlgModalFrame window style removes
5409         the icon from the title bar.
5410
5411 2007-01-15  Jonathan Pobst  <jpobst@novell.com>
5412
5413         * Control.cs: Call OnMouseClick after OnClick. (2.0)
5414
5415 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
5416
5417         * MdiWindowManager.cs: In CreateMaximizedMenu fix a position of icon
5418         menu when mdi child windows theres a menu, uses insert to get icon
5419         at first position. Partially fix #80006.
5420
5421 2007-01-15  Jonathan Pobst  <jpobst@novell.com>
5422
5423         * Clipboard.cs: Implement 2.0 methods.
5424
5425 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
5426
5427         * Menu.cs: Implement Insert method of MenuItemCollection class
5428         to fix MenuMerge.
5429
5430 2007-01-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5431
5432         * ListView.cs: Implement 2.0 FindItemWithText method.
5433
5434 2007-01-11  Everaldo Canuto  <everaldo@simios.org>
5435
5436         * Form.cs: When process WM_NCCALCSIZE message use ClienSize.Width
5437         to calculate menu bar size. Fixes #80290.
5438
5439 2007-01-11  Everaldo Canuto  <everaldo@simios.org>
5440
5441         * ThemeWin32Classic.cs: Fix position of menuitem check mark.
5442
5443 2007-01-11  Chris Toshok  <toshok@ximian.com>
5444
5445         * XplatUIX11.cs: don't send duplicate WM_ACTIVATE messages to the
5446         initial form.
5447
5448 2007-01-11  Chris Toshok  <toshok@ximian.com>
5449
5450         * LinkLabel.cs: make sure to call base.Select in our Select method
5451         if it turns out we're going to be selected (i.e. if we have a link
5452         that is going to receive focus).  That way our container's
5453         ActiveControl is updated properly.
5454
5455 2007-01-11  Chris Toshok  <toshok@ximian.com>
5456
5457         * LinkLabel.cs: turns out that LinkLabels are only Selectable if
5458         they have 1 or more links.  this fixes the crash gert reported.
5459
5460 2007-01-11  Andreia Gaita  <avidigal@novell.com>
5461
5462         * ContainerControl.cs: Remove ContainerSelected flag, not needed
5463         anymore.
5464
5465         * Control.cs (Controls.Add): Check if control to be added to the collection
5466         is a top level control, and throw an ArgumentException if it is.
5467         Remove ContainerSelectedFlag, not needed anymore.
5468
5469         * XplaUIWin32.cs (SetTopMost): Add flag SWP_NOACTIVATE so that setting the
5470         top most control doesn't activate the form. This fixes a problem in the
5471         MessageBox, where the default button wouldn't get focus because the form
5472         was activated before being Loaded - when the Owner is set, SetTopMost is
5473         called, and it would activate it.
5474
5475 2007-01-11  Jonathan Pobst  <jpobst@novell.com>
5476
5477         * Button.cs: When clicked and setting the parent form's DialogResult,
5478         use FindForm instead of Parent, since parent could be a container
5479         control and not the Form.  Fixes bug #80495.
5480
5481 2007-01-10  Chris Toshok  <toshok@ximian.com>
5482
5483         * Form.cs: move the call to SendControlFocus into the same
5484         is_loaded check.
5485
5486 2007-01-10  Chris Toshok  <toshok@ximian.com>
5487
5488         * UpDownBase.cs (.ctor): remove the ActiveControl assignment here.
5489         It breaks in the face of the new ActiveControl stuff, and should
5490         be unnecessary.
5491
5492         * Form.cs (WndProc): in the WM_ACTIVATE case, we need to set the
5493         activecontrol's focus if it's not already set, after we set
5494         ActiveControl, but before we call OnActivated.  Re-fixes #79667
5495         after the previous focus/active control fixes regressed it.
5496
5497         * Control.cs: reindent some code.
5498         
5499 2007-01-10  Chris Toshok  <toshok@ximian.com>
5500
5501         * Splitter.cs: clearing some outstanding changes from my tree.
5502         Replace all accesses (not writes) to the internal dock_style field
5503         with the Dock property.
5504
5505 2007-01-10  Chris Toshok  <toshok@ximian.com>
5506
5507         * Control.cs: make FireEnter, FireLeave, FireValidating, and
5508         FireValidated virtual.
5509
5510         * Form.cs: override and don't chain up calls to FireEnter and
5511         FireLeave.
5512
5513 2007-01-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5514
5515         * ListView.cs: Add more text padding space when using
5516         auto resize for columns (the previous value didn't work fine).
5517
5518         * ThemeWin32Classic.cs: Update text position inside columns,
5519         to match the appeareance of .Net.
5520
5521         * ColumnHeader.cs: When using auto resize, only the Width should
5522         depend on the sub items, not the Height. Also, set width after
5523         auto resizing (the value of Width should never remain as -1 or -2).
5524
5525 2007-01-10  Chris Toshok  <toshok@ximian.com>
5526
5527         * Application.cs: fix compilation errors when debug is enabled.
5528
5529 2007-01-10  Chris Toshok  <toshok@ximian.com>
5530
5531         * ContainerControl.cs (set_ActiveControl): rework this a bit (and
5532         add some nice ascii art pictures and explanation of the process).
5533         (GetMostDeeplyNestedActiveControl): new utility function we need
5534         because our ActiveControl can refer to a child container with its
5535         own ActiveControl.
5536
5537         * Form.cs (OnActivated): remove the call to SelectActiveControl
5538         from here, since you can override this method and not chain up,
5539         and winforms still sets the active control.
5540         (OnCreateControl): also remove the unnecessary SelectActiveControl
5541         call from here.
5542         (WndProc): it's actually called from the WM_ACTIVATE block, just
5543         before calling OnActivated.
5544
5545         * Control.cs (Select (Control)): move the call to XplatUI.SetFocus
5546         inside the else.  the ActiveControl setter will end up setting
5547         focus on @control.  This keeps us from setting it again (and
5548         generating an extra LostFocus/GotFocus pair).
5549         (Select (bool, bool)): reindent.
5550
5551 2007-01-10  Jonathan Pobst  <jpobst@novell.com>
5552
5553         * FlowLayoutPanel.cs, MenuStrip.cs, SplitContainer.cs, SplitterPanel.cs,
5554         StatusStrip.cs, TableLayoutPanel.cs, TableLayoutStyleCollection.cs,
5555         ToolStrip.cs, ToolStripComboBox.cs, ToolStripContainer.cs,
5556         ToolStripContentPanel.cs, ToolStripControlHost.cs, ToolStripDropDown.cs,
5557         ToolStripDropDownButton.cs, ToolStripDropDownItem.cs, ToolStripDropDownMenu.cs,
5558         ToolStripItem.cs, ToolStripMenuItem.cs, ToolStripPanel.cs, ToolStripPanelRow.cs,
5559         ToolStripSeparator.cs, ToolStripSplitButton.cs, ToolStripStatusLabel.cs
5560         ToolStripTextBox.cs: Another wave of corcompare work.
5561
5562 2007-01-09  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5563
5564         * ColumnHeader.cs: Implement 2.0 AutoResize method using
5565         the Width property.
5566
5567         * ListView.cs: Implement 2.0 AutoResizeColumn and AutoResizeColumns
5568         methods by callling Column.AutoResize method on columns.
5569
5570 2007-01-09  Jonathan Pobst  <monkey@jpobst.com>
5571
5572         * Control.cs: Provide proper implementations of PreferredSize
5573         and GetPreferredSize (2.0).
5574
5575 2007-01-09  Jonathan Pobst  <monkey@jpobst.com>
5576
5577         * Form.cs: Remove one character (!) to make my previous OnClosing
5578         stuff work for modal windows like MessageBox.
5579
5580 2007-01-09  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5581
5582         * ListView.cs:
5583         * ThemeWin32Classic.cs: Use ListView.GetReorderedColumn instead of
5584         ListView.Columns to get the last displayed column. Fixes #80452.
5585
5586 2007-01-09  Everaldo Canuto  <everaldo@simios.org>
5587
5588         * Label.cs, LinkLabel.cs: Source code identation fixes.
5589
5590 2007-01-08  Everaldo Canuto  <everaldo@simios.org>
5591
5592         * ToolBarButton.cs: Remove InvalidateBorder and use Invalidate instead,
5593         we dont need to invalidate only borders because when we invalidate four
5594         border lines the invalidate's generates a complete redraw of button, 
5595         because it now invalidate a complete rect some other redraws operations
5596         are fixed. Fixes #80196.
5597         
5598         * Theme.cs, ThemeNice.cs, ThemeClearLooks.cs, ThemeWin32Classic.cs:
5599         Remove ToolBarInvalidateEntireButton as it is not used.
5600
5601 2007-01-08  Jonathan Pobst  <monkey@jpobst.com>
5602         
5603         * Form.cs: Make sure that both OnClosing and OnFormClosing are
5604         called for 2.0 profile.
5605         * CloseReason.cs: Make class internal for 1.1.
5606
5607 2007-01-08  Jonathan Pobst  <monkey@jpobst.com>
5608
5609         * ToolStripManager.cs: Implement FindToolStrip functionality.
5610         * ToolStrip.cs: Register and unregister with ToolStripManager.
5611
5612 2007-01-07  Jonathan Pobst  <monkey@jpobst.com>
5613
5614         * Control.cs: This was messy.  2.0 moves much of ControlCollection
5615         to ArrangedElementCollection.  Implemented this with as few #if's as 
5616         possible (which is still too many).
5617
5618 2007-01-07  Jonathan Pobst  <monkey@jpobst.com>
5619
5620         * Control.cs: Implement SizeFromClientSize() [2.0].
5621
5622 2007-01-07  Everaldo Canuto  <everaldo@simios.org>
5623
5624         * Hwnd.cs: On GetClientRectangle add a new parameter border_static,
5625         use Theme.BorderSize to calculate area instead of static value 1, 
5626         by the way use new BorderStaticSize instead     Border3DSize when 
5627         border_static is true. Fixes #79537.
5628         
5629         * XplatUIOSX.cs: Fix call to GetClientRectangle. 
5630         
5631         * ThemeWin32Classic.cs: On CPDrawBorder3D dont draw inner border when
5632         it is not needed.
5633
5634 2007-01-06  Everaldo Canuto  <everaldo@simios.org>
5635
5636         * Hwnd.cs: Gives more code legibility to GetWindowRectangle.
5637
5638 2007-01-06  Everaldo Canuto  <everaldo@simios.org>
5639
5640         * Label.cs: Override CreateParams to use WS_EX_STATICEDGE instead of
5641         WS_EX_CLIENTEDGE in ExStyles when BorderStyle is Fixed3D, it is
5642         
5643         * Hwnd.cs: 
5644         - border_static field added, it will used to define when a control 
5645         theres 3D border but it must be static (thin).
5646         - In GetWindowRectangle use Theme.BorderSize to calculate area 
5647         instead of static value 1, by the way use new BorderStaticSize instead
5648         Border3DSize when border_static is true.
5649
5650         * XplatUIX11.cs, XplatUIOSX.cs: 
5651         - When WS_EX_STATICEDGE ExStyle is set define border_static as true.
5652         
5653         * Theme.cs: BorderStaticSize field added.
5654
5655 2007-01-05  Everaldo Canuto  <everaldo@simios.org>
5656
5657         * XplatUIX11.cs: Removed unused hwnd var in SetBorderStyle.
5658
5659 2007-01-05  Everaldo Canuto  <everaldo@simios.org>
5660
5661         * Control.cs: Under InternalBorderStyle call RecreateHangle to 
5662         mimic same behavior than win32 that set border only in CreateParams,
5663         it fix problems under CreateParams overrides. Fix #79442 and partial
5664         fix #79537.
5665         
5666         * XplatUIX11.cs: Dont set hwnd.border_style in SetBorderStyle instead
5667         of thi control you must call recreate handle. 
5668         
5669         * XplatUIWin32.cs: Remove all SetBorderStyle code, for win32 we dont
5670         need to do anything as RecreateHangle will take care about borders.
5671
5672 2007-01-05  Mike Kestner  <mkestner@novell.com>
5673
5674         * ListView.cs: hack to eliminate Lost/Got focus notifications on
5675         cycles between the ItemControl and parent.  Fixes #80388.
5676
5677 2007-01-05  Gert Driesen  <drieseng@users.sourceforge.net>
5678
5679         * Control.cs: Lazy init layout engine. Do not directly use 
5680         layout_engine since LayoutEngine may be overridden (on 2.0 profile).
5681
5682 2007-01-05  Chris Toshok  <toshok@ximian.com>
5683
5684         * DataGrid.cs: don't forceably rebind columns in SetDataSource
5685         unless our list manager has changed (i.e. unless we have reason to
5686         believe our columns have changed).  Fixes #80422.
5687         
5688         also, disable the call do BindColumns in
5689         OnListManagerMetaDataChanged.  this breaks this test in 2.0 (in
5690         1.1 the event isn't raised in response to a column addition on a
5691         table.)
5692
5693 2007-01-05  Jonathan Pobst  <monkey@jpobst.com>
5694
5695         * Control.cs: Move LayoutEngine.Layout to the OnLayout method, so
5696         that inheritors can not call it if they choose.  Fixes bug #80456.
5697
5698 2007-01-05  Andreia Gaita  <avidigal@novell.com>
5699
5700         * XplatUIWin32.cs: Initialize MSG.refobject at 0 so it 
5701         doesn't blow up with a null exception on marshalling.
5702         
5703 2007-01-05  Jonathan Pobst  <monkey@jpobst.com>
5704
5705         * Control.cs: Implement several 2.0 protected properties and methods.
5706         Ensure that all necessary events are being called when properties
5707         are set.
5708
5709 2007-01-05  Mike Kestner  <mkestner@novell.com>
5710
5711         * ListView.cs: implement PgUp/PgDn for Details view.  Also
5712         fixes First/LastVisibleIndex to use the item_control.ClientRect 
5713         instead of the parent control.  Fixes #80378.
5714
5715 2006-01-05  Atsushi Enomoto  <atsushi@ximian.com>
5716
5717         * PageSetupDialog.cs : cosmetic refactoring; use RegionInfo to
5718           determine whether to use yard-pound or not (bug #78399).
5719
5720 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
5721
5722         * FileDialog.cs: Sebastien fixed the libgdiplus png alpha
5723         problems. So it is time to bring back the old popupbutton colors.
5724
5725 2006-01-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5726
5727         * ColumnHeader.cs:
5728         * ListView.cs: Implement 2.0 ColumnHeader.DisplayIndex
5729         property by using the internal information of the
5730         columns order in ListView.
5731
5732 2007-01-04  Jonathan Pobst  <monkey@jpobst.com>
5733
5734         * CommonDialog.cs, Cursor.cs, ErrorProvider.cs, HelpProvider.cs:
5735         Add 2.0 Tag properties.
5736
5737         * LinkArea.cs: Add 2.0 ToString method.
5738
5739 2007-01-03  Chris Toshok  <toshok@ximian.com>
5740
5741         * DataGrid.cs: the Alt+0 handling was wrong, it should have been
5742         Ctrl+0.  Fixes bug #80367.  Also, don't eat the Delete keypress
5743         when we're editing, which fixes #80047.
5744
5745 2007-01-03  Chris Toshok  <toshok@ximian.com>
5746
5747         * Form.cs: apply patch contributed by Dominik Seichter.  fixes
5748         #80404.
5749
5750 2007-01-03  Jonathan Pobst  <monkey@jpobst.com>
5751
5752         * MenuStrip.cs, ToolStripMenuItem.cs: Add MdiWindowListItem
5753         property and implementation.
5754
5755         * Form.cs, MdiClient.cs, MdiWindowManager.cs: Add needed hooks
5756         for MdiWindowListItem property.
5757
5758         * ToolStripDropDown.cs: Don't consider hidden menu items while
5759         laying out the menu.
5760
5761 2007-01-03  Andreia Gaita  <avidigal@novell.com>
5762
5763         * SendKeys.cs: window handle is not needed in win32, so just
5764         get the active window for X after parsing keys and don't use
5765         it when building the message; it is passed by parameter to the 
5766         Xplat method and used there to build the message instead. Also,
5767         wait for events to be processed on SendWait, as opposed to Send,
5768         which doesn't wait :) Playing with threads and Send() completely 
5769         hangs on ms.net, only SendWait() works.
5770         
5771         XplatUIX11.cs
5772         X11Display.cs: Check for valid window handle.
5773
5774 2007-01-03  Jackson Harper  <jackson@ximian.com>
5775
5776         * TextControl.cs: Need to prevent wrap calculations when replacing
5777         text (this was there before i removed it accidently).
5778         - Don't update the cursor during the positioning, just set it to
5779         selection_start at the end of the operaion.
5780
5781 2007-01-03  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5782
5783         * Control.cs:
5784         * NotifyIcon.cs: corcompare work, no more X's in 1.1 class status.
5785         
5786 2007-01-03  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5787
5788         * MonthCalendar.cs: Added Click and DoubleClick events again,
5789         but this time they only hide Control's Click and DoubleClick.
5790         
5791 2007-01-03  Gert Driesen  <drieseng@users.sourceforge.net>
5792
5793         * Theme.cs: Re-enabled DefaultFont change. Use const to refer to
5794         System.Drawing assembly. Spaces to tabs. Removed extra tabs.
5795
5796 2007-01-02  Jackson Harper  <jackson@ximian.com>
5797
5798         * TextBoxBase.cs: We move the caret with the split now, so we
5799         don't need to explicitly move the caret after splitting.  This
5800         fixes the caret bumping down an extra line on Enter.
5801
5802 2007-01-02  Miguel de Icaza  <miguel@novell.com>
5803
5804         * ContainerControl.cs: Add AutoValidateChanged event (for PDN
5805         2.72). 
5806
5807         * ScrollableControl.cs: Add Scroll event.
5808
5809 2007-01-02  Mike Kestner  <mkestner@novell.com>
5810
5811         * ListView.cs: one more try with help from georgegiolfan@yahoo.com 
5812         to fix all hdr height padding codepaths.  Fixes #80207.
5813
5814 2007-01-02  Chris Toshok  <toshok@ximian.com>
5815
5816         * StatusBar.cs (.ctor): remove the Anchor setting, as it's just
5817         setting it to the Control defaults anyway, and it being after the
5818         Dock set was screwing up layout.
5819         (set_Dock): don't short circuit out of setting base.Dock.  Also,
5820         no need to call UpdateStatusBar here, as it'll be re-layed out if
5821         it needs to be.
5822
5823 2007-01-02  Mike Kestner  <mkestner@novell.com>
5824
5825         * ListView.cs: patch from georgegiolfan@yahoo.com to add padding
5826         to header height for width == -1. Fixes the rest of #80207.
5827
5828 2007-01-02  Mike Kestner  <mkestner@novell.com>
5829
5830         * ListView.cs: rework the mouse event forwarding everaldo added
5831         to translate the coordinates to the parent control not
5832         raise the parent events until after we've done our work. Hover
5833         needs more work, in the case where HoverSelection is on, because
5834         the item control receives more than one MouseHover per Enter
5835         event, so we need to ensure only the "first" hover gets forwarded.
5836         Opening a minor bug for that.
5837
5838 2007-01-02  Gert Driesen  <drieseng@users.sourceforge.net>
5839
5840         * CheckedListBox.cs: Fixed SelectionMode to match MS.
5841         * ListControl.cs: Implemented AllowSelection property. Removed extra
5842         tabs.
5843         * ListBox.cs: Implemented AllowSelection property.
5844
5845 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
5846
5847         * MenuItem.cs: In MdiWindowClickHandler uses sender instead of
5848         SelectedItem, it prevent for errors when you must disable item
5849         before perform click. Fixes #80409.
5850
5851 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
5852
5853         * MenuAPI.cs: Prevent second level and beyond submenus to close
5854         until first level when move out side of popup.
5855         
5856 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
5857
5858         * MenuAPI.cs:
5859         - Down submenu positin in three pixels.
5860         - Closes sub menu when mouse leaves from menu. Fixes #80402.
5861
5862 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
5863
5864         * ThemeWin32Classic.cs:
5865         - Fix popup menu size adding one pixel on the top.
5866         - Down menu item border from two to one to mimic Win32.
5867         - Some source identation fixes. 
5868
5869 2007-01-01  Everaldo Canuto  <everaldo@simios.org>
5870
5871         * ThemeWin32Classic.cs: Use float numbers to calculate size and
5872         position of menu arrows, it fix wrong arrow size.
5873
5874 2007-01-01  Everaldo Canuto  <everaldo@simios.org>
5875
5876         * ThemeWin32Classic.cs: Uses CPDrawBorder3D to draw menu borders
5877         instead of line, it simplify draw operation and fix it using 3D
5878         borders to mimic Win32.
5879
5880 2007-01-01  Jonathan Pobst  <monkey@jpobst.com>
5881
5882         * StatusStrip.cs: Add implementation of the sizing grip.
5883
5884         * ToolStripRenderer.cs, ToolStripProfessionalRenderer.cs: Add
5885         StatusStrip rendering.
5886
5887 2006-12-31  Chris Toshok  <toshok@ximian.com>
5888
5889         * ToolBar.cs: don't assign to dock_style in the .ctor.  it doesn't
5890         override the layout style (anchor/dock) of the control.  assign to
5891         Dock instead.  Fixes bug #80416.
5892
5893         * ToolStrip.cs: same.
5894
5895 2006-12-31  Andreia Gaita  <avidigal@novell.com>
5896
5897         * ContainerControl.cs: Use ContainerSelected flag to check if 
5898         a Container is directly selected, or if Select is called on a 
5899         non-container. If a container is directly selected, focus events 
5900         should not be raised.
5901         Apply #80411 patch to throw exception on set_ActiveControl if 
5902         control is the same as the current one.
5903         
5904         * Control.cs: Use ContainerSelected flag (see above).
5905         Add invalidation check to raise event but not invalidate if 
5906         dimensions are 0.       
5907         Apply #80411 patch.
5908         
5909
5910 2006-12-31  Everaldo Canuto  <everaldo@simios.org>
5911
5912         * MenuAPI.cs: After click, dont close popup menu when menu is
5913         ContextMenu. Fixes #80399.
5914
5915 2006-12-30  Chris Toshok  <toshok@ximian.com>
5916
5917         * ContainerControl.cs: make sure we throw the exception if the
5918         container control doesn't contain the control we're setting
5919         ActiveControl to.
5920
5921 2006-12-30  Chris Toshok  <toshok@ximian.com>
5922
5923         * Control.cs (SetTopLevel): fix the exception raised by
5924         SetTopLevel for child controls.
5925         (set_Anchor): call UpdateDistances when setting the anchor type.
5926         This fixes bug #80336.
5927
5928 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
5929
5930         * Theme.cs: For now, revert back to 8pt font.
5931
5932 2006-12-29  Everaldo Canuto  <everaldo@simios.org>
5933
5934         * MenuAPI.cs: Set popup as active when open a ContextMenu. 
5935         Fixes #80395.
5936
5937 2006-12-29  Chris Toshok  <toshok@ximian.com>
5938
5939         * Control.cs: reorder the code in OnResize to give the same event
5940         ordering as MS.
5941
5942 2006-12-29  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5943
5944         * MdiClient.cs: Implemented MdiLayout for ArrangeIcons,
5945         TileHorizontally and TileVertically.
5946         
5947 2006-12-29  Alexander Olk  <alex.olk@googlemail.com>
5948
5949         * ColorDialog.cs, FileDialog.cs, FolderBrowserDialog.cs,
5950         FontDialog.cs, Mime.cs, MimeIcon.cs, OpenFileDialog.cs,
5951         SaveFileDialog.cs, ThemeClearlooks.cs, ThemeNics.cs:
5952         Corrected copyright and email adress.
5953
5954 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
5955
5956         * TreeNode.cs: On 2.0 profile, throw InvalidOperationException instead
5957         of Exception in FullPath property if no TreeView is associated with
5958         the TreeNode.
5959
5960 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
5961
5962         * Theme.cs: Marked default_font as private, and initialize it in ctor
5963         with MS Sans Sarif 8.25 on 1.0 profile, and SystemFonts.DefaultFont
5964         on 2.0 profile.
5965         * ThemeGtk.cs: Removed default_font intialization.
5966         * ThemeWin32Classic.cs: Removed default_font initialization.
5967
5968 2006-12-28  Chris Toshok  <toshok@ximian.com>
5969
5970         * Control.cs: fix a couple of place where we were creating handles
5971         more aggressively than we should be.  Fixes ControlRefresh unit
5972         tests.
5973
5974 2006-12-28  Chris Toshok  <toshok@ximian.com>
5975
5976         * Control.cs: contrary to what the comment said, Control.Dock does
5977         not supercede Control.Anchor - the last one you assign to decides
5978         the layout behavior.  so we need to keep track of which was the
5979         last set.  Also, fix some of the affected property arguments in
5980         PerformLayout calls, and remove an redundant parent.PerformLayout
5981         call in OnResized.
5982
5983         Add a VisibleInternal property, which returns is_visible.  We
5984         can/should get rid of all the usage of this field elsewhere.
5985
5986 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5987         
5988         * Control.cs: DoubleBuffered property reflects the OptimizedDoubleBuffer
5989         control style, not DoubleBuffer. Added UseDoubleBuffering property
5990         that indicates whether doublebuffering is enabled and supported.
5991         (comment from and code based on Gert Driesen's patch in #80324).
5992         Fixes #80324.
5993
5994 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5995         
5996         * Control.cs: Fixed a NRE.
5997
5998 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5999
6000         * TrackBar.cs: Fix SmallChange and LargeChange exceptions
6001         for 2.0.
6002
6003 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6004
6005         * Control.cs: Rewrote double buffering, now a seperate
6006         class handles all the buffering, no Graphics is disposed of
6007         until the painting is finished (earlier implementation 
6008         would crash if the control was resized in the OnPaint, 
6009         since it would cause the double buffer to be recreated
6010         and the old one disposed), a separate Graphics is 
6011         created for every paint (MS behaviour and anyways the state
6012         of the Graphics would have to be saved and restored otherwise)
6013         
6014         * XplatUIDriver.cs: 
6015         * XplatUIX11.cs:
6016         * XplatUI.cs: Added and implemented GetOffscreenGraphics 
6017         so that we can get the graphics for the back buffer without
6018         having to create a new one and remove the offscreen_dc parameter
6019         from CreateOffscreenDrawable and DestroyOffscreenDrawable.
6020         
6021 2006-12-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6022
6023         * ListView.cs: Add key-related 2.0 methods for CheckedItemCollection.
6024         Also make virtual all the key-related methods.
6025
6026         * ListViewItem.cs: Make virtual the key related methods for
6027         ListViewSubItemCollection.
6028
6029 2006-12-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6030
6031         * ListView.cs:
6032         * ListViewItem.cs:
6033         * ThemeWin32Classic.cs:
6034         * Theme.cs: Initial support for Tile view in ListView,
6035         as well as the implementation of the required bits for it (Item
6036         and Subitem).
6037
6038 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
6039
6040         * MonthCalendar.cs: On 2.0, throw ArgumentOutOfRangeException instead
6041         of ArgumentException in MaxSelectionCount, MaxDate and MinDate.
6042         Provide useful exception messages.
6043
6044 2006-12-27  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6045
6046         * TrackBar.cs: Remove a warning.
6047         * MonthCalendar.cs: Moved back to using Capture to hide the calendar
6048         when used by DateTimePicker, fixes #80287. This also requires that 
6049         MonthCalendar implements it's own drawing for the yearly updown control,
6050         otherwise the Capture tracking would be too complicated. Removed the Click 
6051         and DoubleClick events (according to comments they were hiding the base class
6052         event to prevent them from beeing fired - MSDN only says MonthCalendar doesn't
6053         raise these events, not that they cannot be raised. It is possible to raise 
6054         them by calling OnClick and OnDoubleClick). Added two internal fields in 
6055         HitTestInfo in order to track give more tracking info needed by MonthCalendar.
6056         * ThemeWin32Classic.cs: Implement drawing of MonthCalendar's updown part.
6057         * DateTimePicker.cs: Removed handling of MonthCalendar's LostFocus
6058         event, no longer needed.
6059         
6060 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
6061
6062         * ScrollableControl.cs: In AutoScrollMinSize, only set AutoScroll to
6063         true if new value differs from current value.
6064
6065 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
6066
6067         * Control.cs: ControlCollection.Count must be public. Fixed build of
6068         unit tests.
6069
6070 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
6071
6072         * ListView.cs: Redraw when FullRowSelect is changed. Fixes bug #80379.
6073
6074 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
6075
6076         * ComboBox.cs: Mergable=>MergableProperty. Fixes build.
6077
6078 2006-12-26  Everaldo Canuto  <everaldo@simios.org>
6079
6080         * Control.cs: Invalidates control including when Width and Height is 
6081         equal zero or is not visible, only Paint event must be care about 
6082         this. Fixes #79913.
6083
6084 2006-12-26  Chris Toshok  <toshok@ximian.com>
6085
6086         * CurrencyManager.cs, PropertyManager.cs, BindingManagerBase.cs:
6087         more corcompare work.
6088
6089         * DataGridView.cs: fix compiler warning.
6090
6091         * ColumnHeader.cs: some corcompare work, and also take the
6092         opportunity to make the internal fields private.
6093
6094         * ListView.cs: fix the fallout from the above field change.
6095
6096 2006-12-26  Jonathan Pobst  <monkey@jpobst.com>
6097
6098         * ToolStripButton.cs, ToolStripComboBox.cs, ToolStripControlHost.cs,
6099         ToolStripItem.cs, ToolStripProgressBar.cs, ToolStripSplitButton.cs,
6100         ToolStripTextBox.cs: Fixes to events and corcompare.
6101
6102 2006-12-26  Everaldo Canuto  <everaldo@simios.org>
6103
6104         * ListView.cs: Call owner.OnMousexx event to propagate events from
6105         item to ListView. Fixes #80367.
6106
6107 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
6108
6109         * ComboBox.cs: On 2.0, DropDownWidth throws ArgumentOutOfRangeException
6110         if value is less than one. ItemHeight should not be set to a value
6111         less than 1, and throw ArgumentOutOfRangeException on 2.0 profile. 
6112         Removed extra tabs.
6113
6114 2006-12-26  Jonathan Pobst  <monkey@jpobst.com>
6115
6116         * ToolStripMenuItem.cs: Add ShortcutDisplayString for Moma.
6117         * ToolStripStatusLabel.cs: Add Spring for Moma.
6118
6119 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
6120
6121         * DataGridView.cs: Fixed several NullReferenceException in On* methods.
6122         Fixed code formatting. Removed debug code.
6123         * DataGridViewTextBoxEditingControl.cs: Removed debug code.
6124
6125 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
6126
6127         * DataGridView.cs: Fixed GridColor, DefaultSize, DefaultCellStyle,
6128         RowHeadersDefaultStyle, RowHeadersWidth to match MS. Throw
6129         ArgumentOutOfRangeException if ColumnCount is negative. In 
6130         ColumnHeadersHeight, throw ArgumentOutOfRangeException if height is
6131         less than 4 or higher than 32768.
6132         * DataGridViewCellStyle.cs: Fixed default value for NullValue.
6133         Fixed FormatProvider to return CurrentCulture unless explicitly set.
6134         Fixed IsFormatProviderDefault to return true if FormatProvider has
6135         not been explicitly set.
6136
6137 2006-12-25  Chris Toshok  <toshok@ximian.com>
6138
6139         * Application.cs: add a couple of 2.0 events.
6140
6141 2006-12-25  Chris Toshok  <toshok@ximian.com>
6142
6143         * Control.cs: fix compiler warning.
6144
6145         * AxHost.cs: corcompare fixes.
6146
6147         * ApplicationContext.cs: corcompare fixes.
6148
6149 2006-12-25  Chris Toshok  <toshok@ximian.com>
6150
6151         * Control.cs: only update dist_right/dist_bottom if the
6152         width/height is > 0.  this fixes anchored controls being resized
6153         smaller until they disappear and then resized larger again.
6154
6155 2006-12-25  Chris Toshok  <toshok@ximian.com>
6156
6157         * Control.cs: a couple of changes.  Remove dist_left and dist_top,
6158         since they're nothing more than X/Left and Y/Top, respectively.
6159
6160         Also, move back to a per-control Bitmap/Graphics for
6161         DeviceContext, since using the static Hwnd.bmp/bmp_g is bad in the
6162         MT case.  Go with a tiny bitmap though, 1x1, instead of Width x
6163         Height.
6164
6165 2006-12-25  Miguel de Icaza  <miguel@novell.com>
6166
6167         * MessageBox.cs: Implemented overload that takes a new "bool
6168         displayHelpButton" by adding a new internal field "show_help".
6169         When clicked this will raise the HelpRequested on the owner or the
6170         main form. 
6171
6172         From: 007dbe3ff0ca4729a4f5fcd1d8ab2a2e.txt
6173         From: c935e12b95fe4dc1ae670e7f4dc5fd68.txt
6174
6175         * ListView.cs: Add support ColumnWidthChanged and
6176         ColumnWidthChanging. 
6177
6178         Add support for ColumnReordered event.
6179         (ReorderColumn): Add NET_2_0 specific support for cancelling the
6180         reorder.
6181
6182         Very nice codebase!
6183
6184         * TextBoxBase.cs (GetLineFromCharIndex): Implement this method.
6185
6186         This is used by report f4ae0a88a0a244558aaadf017c9b9efe.
6187
6188 2006-12-24  Chris Toshok  <toshok@ximian.com>
6189
6190         * GridTablesFactory.cs: 2.0 corcompare work.
6191
6192         * ToolStripContainer.cs: add "override" to
6193         ContextMenuStripChanged, and remove the local event object.
6194
6195         * ToolStripDropDown.cs: same with a couple properties.
6196
6197         * ToolStripPanel.cs: same with AutoSizeChanged event.
6198
6199         * TextBoxBase.cs: add "override" to AutoSizeChanged.
6200
6201         * Form.cs: add the remaining 2.0 events, and do some corcompare
6202         attribute work.
6203
6204         * DateTimePicker.cs: add "new" to padding.
6205
6206         * ButtonBase.cs: use Control's use_compatible_text_rendering.
6207
6208         * ToolStripContentPanel.cs: use base.AutoSizeChanged.
6209
6210         * DataGridView.cs: PaddingChanged is overridden.
6211
6212 2006-12-24  Chris Toshok  <toshok@ximian.com>
6213
6214         * Control.cs: corecompare work here too.
6215
6216         * DataGridViewElement.cs, DataGridView.cs,
6217         DataGridViewButtonCell.cs, DataGridViewRowCollection.cs,
6218         DataGridViewImageColumn.cs, DataGridViewComboBoxColumn.cs,
6219         DataGridViewImageCell.cs, DataGridViewCheckBoxCell.cs,
6220         DataGridViewHeaderCell.cs, DataGridViewCell.cs: more corcompare
6221         work.
6222
6223 2006-12-24  Miguel de Icaza  <miguel@novell.com>
6224
6225         * Control.cs: Switched the error message on the console for a
6226         todo.  A review of the code will have to cope with this anyways
6227         (since its a large feature, it is in our radar) and it was
6228         producing too much output when running PDN.
6229
6230         * ToolStripComboBox.cs: Set the text when the SelectedIndex
6231         changes.  Applications depend on this (PDN 2.72)
6232
6233 2006-12-23  Chris Toshok  <toshok@ximian.com>
6234
6235         * TableLayoutSettings.cs: finish up the corcompare work for this
6236         class.
6237
6238 2006-12-23  Chris Toshok  <toshok@ximian.com>
6239
6240         * Control.cs: make SetImplicitBounds internal, do some futzing
6241         with LayoutEngine so that it's available in 1.1, and remove the
6242         entire duplicated code mess from PerformLayout.  Use
6243         System.Windows.Forms.Layout.DefaultLayout instead.
6244
6245         * LayoutEngine.cs: make this class internal in 1.1, public in 2.0.
6246
6247 2006-12-23  Jonathan Pobst  <monkey@jpobst.com>
6248
6249         * Form.cs: Add MainMenuStrip property.
6250
6251 2006-12-23  Jonathan Pobst  <monkey@jpobst.com>
6252
6253         * Control.cs: Add ContextMenuStrip property and implementation.
6254         Fix ContextMenu implementation to show menu centered on control when
6255         activated using the keyboard instead of showing at screen (0,0).
6256
6257         * ToolStripDropDown.cs: Fix needed overload of Show ().
6258
6259 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
6260
6261         * Menu.cs: Name property added for 2.0 profile.
6262         
6263 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
6264
6265         * Menu.cs: Update information about FindMenuItem, method to be
6266         implemented soon.
6267
6268 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
6269
6270         * MenuAPI.cs: When deselect items deselect also selected subitems.
6271         
6272 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
6273
6274         * MenuAPI.cs: When hides menu set Wnd to null, it prevents
6275         FindSubItemByCoord to found itens that is not active, also an
6276         cheking added to FindSubItemByCoord to search for items only 
6277         in visible popup windows. Fixes #80274.
6278
6279 2006-12-22  Everaldo Canuto  <everaldo@simios.org>
6280
6281         * UserControl.cs: Remove MonoTodo and use InternalBorderStyle,
6282         internal property, it be care about change ExStyle. 
6283
6284 2006-12-22  Andreia Gaita  <avidigal@novell.com>
6285
6286         * ContainerControl.cs: set activeControl for parent forms up the 
6287         tree when the new activecontrol is a container.
6288         When validating the active control, if it is a container, also
6289         raise up the validation for it's active control. Fixes #80280
6290         
6291         * Control.cs: Add internal property flag and check to prevent
6292         Focus events from getting raised when Select() is called for
6293         a ContainerControl. There are still too many focus events being
6294         raised at the moment though.
6295         Cleaned up the code a bit.
6296
6297 2006-12-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6298
6299         * Control.cs: Added all missing 2.0 events.and
6300         fixed a couple of corcompare issues.
6301         * TrackBar.cs: Implemented missing 2.0 bits.
6302         * MonthCalendar.cs, 
6303         * DateTimePicker.cs, 
6304         * MdiClient.cs: Fixed some corcompare issues.
6305
6306 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
6307
6308         * ContextMenuStrip.cs, FlowLayoutPanel.cs, SplitContainer.cs,
6309         SplitterPanel.cs: corecompare work.
6310
6311 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
6312
6313         * ToolStripContainer.cs, ToolStripDropDown.cs, StatusStrip.cs:
6314         Clean up warnings for BackgroundImageChanged and PaddingChanged
6315         events now that they are implemented in Control.cs.
6316
6317 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
6318
6319         * Control.cs: Make sure layout_engine isn't null before using it (2.0).
6320         
6321         * TableLayoutControlCollection.cs, TableLayoutPanel.cs, TableLayoutCellPosition.cs,
6322         TableLayoutSettings.cs, TableLayoutStyleCollection.cs: Initial implementation
6323         of TableLayoutPanel and supporting cast.
6324
6325 2006-12-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6326
6327         * XplatUIWin32.cs: 
6328         - GrabWindow now confines the mouse pointer to the confine window.
6329         - Added Win32ClipCursor and Win32GetClipCursor.
6330
6331         * Control.cs: 
6332         - Added CaptureWithConfine to be able to capture and confine 
6333         mouse pointer.
6334         
6335         * InternalWindowManager.cs: 
6336         - Call CaptureWithConfine instead of Capture if we're an
6337         MdiChild (fixes #79982).
6338
6339 2006-12-21  Chris Toshok  <toshok@ximian.com>
6340
6341         * DataGrid.cs: guard against the initial state of selection, where
6342         selection_start == -1.  make sure we only select from index >= 0.
6343         Fixes bug #80291.
6344
6345 2006-12-21  Chris Toshok  <toshok@ximian.com>
6346
6347         * Control.cs: we don't need to be so draconian with
6348         UpdateDistances, and we thusly don't need to call it before
6349         calling PerformLayout in ResumeLayout.  Fixes bug #80289.
6350
6351 2006-12-21  Daniel Nauck  <dna@mono-project.de>
6352
6353         * ComboBox.cs,
6354         TextBox.cs: Implemented AutoComplete properties.
6355
6356 2006-12-20  Chris Toshok  <toshok@ximian.com>
6357
6358         * DataGridView*.cs: some corecompare work.
6359
6360 2006-12-20  Jackson Harper  <jackson@ximian.com>
6361
6362         * XplatUIX11.cs: We need to hide the caret when deleting it,
6363         otherwise you get carets left lying around everywhere.
6364         * TextBoxBase.cs: Kill then redraw the caret when scrolling.  This
6365         prevents getting some weird half drawn caret tracers when
6366         scrolling.
6367         * TextControl.cs: Attempt to reduce the number of times we need to
6368         recreate the caret.
6369
6370 2006-12-20  Gert Driesen  <drieseng@users.sourceforge.net>
6371
6372         * MonthCalendar.cs: Fixed previous month button. Removed extra tabs.
6373
6374 2006-12-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6375
6376         * DateTimePicker.cs:
6377         - Implemented missing 2.0 bits.
6378         - Changed some default values to match MS.
6379         
6380 2006-12-20  Jackson Harper  <jackson@ximian.com>
6381
6382         * TextBoxBase.cs: When changing the font across the document we
6383         can't recalculate after changing each line, since that will cahnge
6384         the line count.
6385         - PreferredHeight is a little different than i thought.
6386         - When backspacing, move the caret before we do the actual char
6387         delete, because when that delete crosses a wrap boundary the
6388         positional information will change.
6389
6390 2006-12-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6391
6392         * Control.cs: Added some missing 2.0 bits: 
6393         BackgroundImageLayout, BackgroundImageLayoutChanged, 
6394         OnPaddingChanged, MouseClick, MouseDoubleClick, PaddingChanged and 
6395         add IBindableComponent and IDropTarget implementation.
6396         
6397         * MonthCalendar.cs: 
6398         - Added all missing 2.0 features:
6399         BackgroundImageLayout, RightToLeftLayout, 
6400         OnHandleDestroyed, RightToLeftLayoutChanged, 
6401         BackgroundImageLayoutChanged, MouseClick, MouseDoubleClick,
6402         PaddingChanged.
6403         - Rewrote all the BoldDate code, it was completely broken.
6404         - Fixed all the tests (the tests can now be re-enabled, the
6405         problems were not with the tests, but with the control, it was
6406         mostly broken).
6407         
6408         * DateTimePicker.cs: Changed the location where the 
6409         MonthCalendar is shown.
6410         
6411 2006-12-19  Chris Toshok  <toshok@ximian.com>
6412
6413         * DataGridView.cs: add IDropTarget implementation.
6414
6415         * ToolStripPanel.cs: add IDropTarget implementation.
6416
6417 2006-12-19  Jackson Harper  <jackson@ximian.com>
6418
6419         * TextControl.cs: soft now means something different than what it
6420         used to mean, we want to move the caret regardless of whether or
6421         not this break was soft (would we really have wanted the caret
6422         to not move with the break in the old context?)
6423         * TreeView.cs: Make sure we factor in the vert scrollbar when
6424         calculating the horizontal scrollbar's maximum.
6425
6426 2006-12-19  Andreia Gaita  <avidigal@novell.org>
6427
6428         * SendKeys.cs: Fix Send() behaviour, clear keys after sending,
6429         check for keywords in alternate casing, close bug #80049.
6430
6431 2006-12-19  Chris Toshok  <toshok@ximian.com>
6432
6433         * ToolStripItem.cs: add the implementation of the 4 IDropTarget
6434         methods (which all do nothing).
6435
6436         * IDropTarget.cs: add the 4 missing methods.
6437
6438 2006-12-19  Chris Toshok  <toshok@ximian.com>
6439
6440         * TableLayoutRowStyleCollection.cs: corcompare work.
6441         
6442         * TableLayoutSettings.cs: same.
6443
6444         * TableLayoutStyle.cs: same.
6445
6446         * TableLayoutColumnStyleCollection.cs: same.
6447
6448 2006-12-19  Jonathan Pobst  <monkey@jpobst.com>
6449
6450         * ColumnStyle.cs, RowStyle.cs, TableLayoutStyle.cs: Plumbing for
6451         TableLayoutPanel I've had in my local tree for way too long.
6452
6453 2006-12-19  Miguel de Icaza  <miguel@novell.com>
6454
6455         * TableLayoutSettings.cs: Finish the public API (still needs all
6456         the logic to update on changes). 
6457
6458         * TableLayoutPanelCellPosition.cs: new file.
6459         
6460         * TableLayoutRowStyleCollection.cs,
6461         TableLayoutColumnStyleCollection, TableLayoutStyle.cs,
6462         TableLayoutSettings.cs: Track the final 2.0 table api.
6463
6464 2006-12-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6465
6466         * ColumnHeader.cs: Add Tag, Name, ImageKey, ImageIndex,
6467         and Image List 2.0 members for ColummnHeader.
6468         * ListView.cs: Add key-related 2.0 methods for
6469         ColumnHeaderCollection.
6470
6471 2006-12-19  Gert Driesen  <drieseng@users.sourceforge.net>
6472
6473         * ListViewItem.cs: Changed AddRange overloads to match MS: throw
6474         ArgumentNullException if items argument is null. Ignore null item in
6475         arrays. Removed extra tabs.
6476
6477 2006-12-19  Gert Driesen  <drieseng@users.sourceforge.net>
6478
6479         * MonthCalendar.cs: Fixed InvalidCastException.
6480
6481 2006-12-19  Jackson Harper  <jackson@ximian.com>
6482
6483         * TextControl.cs: Don't increment the position here.
6484         - When calculating char positions only add in the line break size
6485         for hard line breaks.
6486
6487 2006-12-19  Andreia Gaita  <avidigal@novell.org>
6488
6489         * SendKeys.cs: Changed some things to match ms.net behaviour
6490         when parsing shifted capital letters.
6491         
6492         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32, XplatUIOSX: 
6493         Add window handle as parameter to SendInput. X11 needs the 
6494         window handle, and the handle being passed      to it in the keys 
6495         queue is the active control handle (which windows needs), not 
6496         the window handle.
6497         
6498         XplatUIX11.cs, XplaUIX11-new.cs, X11Display: Implement SendInput 
6499         to support SendKeys on X.       
6500         
6501         * X11Keyboard: Implement helper method to lookup a linux keycode
6502         given the virtual keycode. Added table of keycode-2-virtualkey
6503         values to support this.
6504
6505 2006-12-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6506
6507         * ListView.cs: Add support for SelectedIndexCollection
6508         and SelectedItemCollection 2.0 methods. Implement support
6509         for ImageKey too.
6510         * ListViewItem.cs: Add support for ListViewSubItemCollection
6511         2.0 methods. Also, fix an incorrect behavior of AddRange method
6512         (it shouldn't call Clear).
6513         * ThemeWin32Classic.cs: Support for ListView.ImageKey 2.0 property.
6514
6515 2006-12-19  Jackson Harper  <jackson@ximian.com>
6516
6517         * RichTextBox.cs: 
6518         * TextBoxBase.cs: New args for FormatText
6519         * TextControl.cs: Rewrote the main drawing method, this version
6520         feels a little easier to understand and debug to me.  Hopefully it
6521         does to others also
6522         - Fix FormatText to OR in the new formating values.  Added
6523         FormatSpecified param, basically this works in the same way as
6524         BoundsSpecified in Control.
6525         - Set the caret properties when the caret is positioned.
6526         - When wrapping text make sure that we calculate the width of the
6527         last character
6528         - when calculating alignments we might have wrapped down to the
6529         next line, so don't search for an individual tag, search for the
6530         end of the line
6531         - We need to invalidate the selection area when we replace the
6532         selection.
6533         
6534 2006-12-19  Daniel Nauck  <dna@mono-project.de>
6535
6536         * Application.cs: add Restart () 2.0 support
6537
6538 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
6539
6540         * MenuItem.cs: Invalidate menu item rectangle after change Enable
6541         property. Fixes #80268.
6542         
6543 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
6544
6545         * MenuAPI.cs: Dont trigger select event when closes top menu
6546         item. Fixes #80270.
6547
6548 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
6549
6550         * MenuAPI.cs: When you click on menuitem only trigger onselect
6551         event for top menu itens. Fixes #80271.
6552         
6553 2006-12-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6554
6555         * MdiWindowManager.cs: Make IconicBounds depend on
6556         the bottom of MdiClient, not the top (fixes #80267)
6557         
6558 2006-12-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6559
6560         * MdiClient.cs: Added missing 2.0 attribute
6561
6562 2006-12-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6563
6564         * ListViewItem.cs: Add Name and Tag 2.0 properties, as well
6565         as IndexOfKey, ContainsKey, RemoveByKey and indexer 2.0.
6566
6567 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
6568
6569         * MenuAPI.cs: Fix click when menuitem is not popup,
6570         this regression was caused by last commit (#80272).
6571
6572 2006-12-17  Everaldo Canuto  <everaldo@simios.org>
6573
6574         * MenuAPI.cs: When a non-toplevel menuitem is clicked dont
6575         fire click event or close menu. Fixes #80272.
6576
6577 2006-12-17  Daniel Nauck  <dna@mono-project.de>
6578
6579         * ListViewHitTestInfo.cs: add
6580
6581 2006-12-17  Daniel Nauck  <dna@mono-project.de>
6582
6583         * ButtonBase.cs: Added FlatButtonAppearance 2.0 support.
6584         * FlatButtonAppearance.cs: add
6585         * DockingAttribute.cs: add
6586
6587 2006-12-17  Chris Toshok  <toshok@ximian.com>
6588
6589         * DataGrid.cs: hook up MetaDataChanged event on the list manager,
6590         and rebind our columns when it does - this way, if you make
6591         changes to the DataTable (or set the Table attribute on a DataView
6592         after setting it as the DataGrid's DataSource, the changes are
6593         made visible.)  Fixes bug #80107.
6594
6595 2006-12-17  Daniel Nauck  <dna@mono-project.de>
6596
6597         * ListViewGroup.cs: add internal Location property for layouting.
6598         * Theme.cs: add abstract ListViewGroupHeight function.
6599         * ThemeWin32Classic.cs: implement ListViewGroupHeight function.
6600
6601 2006-12-16  Andreia Gaita  <avidigal@novell.com>
6602
6603         * TabControl.cs: Fixed checks for NET_2_0-specific exceptions.
6604         Added reset of selected index to 0 when adding first tab page.
6605         Fixes #80264
6606         
6607         * NumericUpDown.cs: Fix NET_2_0 check
6608
6609 2006-12-16  Daniel Nauck  <dna@mono-project.de>
6610
6611         * ListViewGroup.cs: fixed DefaultValueAttribute value
6612
6613 2006-12-16  Daniel Nauck  <dna@mono-project.de>
6614
6615         * AutoCompleteStringCollection.cs: add new AutoCompleteStringCollection 2.0 class
6616
6617 2006-12-15  Miguel de Icaza  <miguel@novell.com>
6618
6619         * Button.cs, ComboBox.cs, ScrollBar.cs, UserControl.cs,
6620         TextBoxBase.cs, ListView.cs, ContainerControl.cs,
6621         ScrollableControl.cs: Add a handful of methods that are
6622         overwritten in 2.0 
6623
6624 2006-12-15  Chris Toshok  <toshok@ximian.com>
6625
6626         * XplatUIWin32.cs: initial implementation of the Reversible
6627         drawing functions.  there are some problems.  DrawReversibleFrame
6628         doesn't seem to work at all for Dashed FrameStyle, and in the
6629         Thick case there are drawing errors at the corners (we probably
6630         need to bind Rectangle instead of doing moveto/lineto's.)
6631
6632 2006-12-16  Andreia Gaita  <avidigal@novell.com>
6633         
6634         * SendKeys.cs: Implemented. SendKeys uses a new method in XPlatUI, SendInput, 
6635         to send blocks of key messages. Send accumulates keys to send with Flush, 
6636         while SendWait sends all keys immediately.
6637                 
6638         * XplaUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs, 
6639         XplatUIX11.cs,  XplatUIX11-new.cs:
6640         - Define SendInput and stubs for OSX and X11, implements Win32 with a call
6641         to Win32 SendInput.
6642         - Added INPUT support structures to XplatUIWin32 for Win32SendInput
6643         
6644         Tests:  It seems ms.net is hooking the keyboard to implement this, so doing unit
6645         testing for ms.net on this class is very tricky, as the tests run too fast 
6646         to allow the hook to release, essentially freezing the keyboard and the 
6647         test. So, barring a win32 miracle, they'll be commited in the ms-notworking     
6648         category :p
6649
6650 2006-12-16  Daniel Nauck  <dna@mono-project.de>
6651
6652         * Padding.cs: fixed serialization compability to MS ("_var" field names),
6653                         added missing attributes.
6654  
6655 2006-12-15  Daniel Nauck  <dna@mono-project.de>
6656
6657         * ListViewGroup.cs: Added missing attributes.
6658         * ListViewGroupCollection.cs: Added missing attributes.
6659
6660 2006-12-15  Daniel Nauck  <dna@mono-project.de>
6661
6662         * ListViewItem.cs: fixed ListViewSubItem text property.
6663
6664 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6665         
6666         * Control.cs: Added missing 2.0 attributes
6667         
6668 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6669         
6670         * MdiClient.cs: Added missing 2.0 attribute.
6671         * MonthCalendar.cs: Added some missing 2.0 attributes 
6672         and properties.
6673         
6674 2006-12-15  Daniel Nauck  <dna@mono-project.de>
6675
6676         * ListView.cs: implemented ListViewItemCollection Add 2.0 support.
6677
6678 2006-12-15  Jonathan Pobst  <monkey@jpobst.com>
6679
6680         * MainMenu.cs: Add the new 2.0 constructor to help out people
6681         using the MainMenu in VS2005.
6682
6683 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6684         
6685         * MdiChildContext.cs: Removed it, no longer used.
6686         * MdiClient.cs: Added missing 2.0 attributes.
6687         
6688 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6689         
6690         * InternalWindowManager.cs: Fix a NullRef with previous 
6691         changes for toolwindows.
6692         
6693 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6694
6695         * Control.cs: 
6696         - Added AfterTopMostControl to allow for certain controls 
6697         to always stay on top when normal controls are brought to 
6698         front.
6699         
6700         * XplatUIWin32.cs: 
6701         - (DrawInversibleRectangle): Get window rectangle from Win32 
6702         in stead of from control, since Win32 doesn't calculate
6703         screen coords correctly from control's Location if it 
6704         have docked siblings.
6705         
6706         * MdiWindowManager.cs:
6707         - Correct the control menu popup location when clicked on
6708         the maximized form icon. (fixes #80223.1)
6709         - Don't show moving rectangle if mouse hasn't moved from
6710         the original clicked point.
6711         - Removed FormGotFocus handler (not used).
6712         - Calculate the control buttons location from the main
6713         window's size and not client size (fixes #79770).
6714         - Form is now closed when the form icon is double-clicked
6715         (fixes #79775). 
6716         - Correct NCCalcSize numbers a little bit (fixes #80223.2)
6717         
6718         * InternalWindowManager.cs:
6719         - Moved some MDI-only methods to MdiWindowManager.
6720         - Removed unused properties and methods.
6721         - Unified method naming for methods handling wm messages.
6722         - Moved all message handling to seperate methods for
6723         each message.
6724         
6725         * ThemeWin32Classic.cs:
6726         - DrawManagedWindowDecorations now draws the title bar 
6727         with a gradient brush.
6728         - Add a CPDrawButtonInternal that allows us to specify
6729         light, normal and dark colors for the buttons (control 
6730         buttons for MDI children were drawn with the same light
6731         color as the background, therefore loosing the 3D effect).
6732         
6733         * SizeGrip.cs:
6734         - Add a CapturedControl property that is used to 
6735         determine the control to resize (defaults to parent). 
6736         Needed for MdiClient, since its SizeGrip's parent is
6737         MdiClient, but the control to resize is the main form.
6738         
6739         * MdiClient.cs:
6740         - Set SizeGrip's CapturedControl to the main form in order
6741         to resize the main form and not the MdiClient.
6742         - Override AfterTopMostControl to leave the scrollbars 
6743         always on top.
6744
6745 2006-12-15  Daniel Nauck  <dna@mono-project.de>
6746
6747         * ListView.cs: fixed ListViewItemCollection AddRange and
6748                         implemented ListViewItemCollection AddRange 2.0 support.
6749
6750 2006-12-15  Daniel Nauck  <dna@mono-project.de>
6751
6752         * ListViewGroup.cs: Add.
6753         * ListViewGroupCollection.cs: Add
6754         * ListView.cs: Add ListViewGroup (Group) and ShowGroups 2.0 support.
6755         * ListViewItem.cs: Add ListViewgroup (Group), ListViewGroups constructors and
6756                                 stub for ImageKey 2.0 support.
6757
6758 2006-12-14  Mike Kestner  <mkestner@novell.com>
6759
6760         * ListView.cs: add text padding to the autocalculation for columns
6761         of width -2.  Fixes #80207.
6762  
6763 2006-12-14  Mike Kestner  <mkestner@novell.com>
6764
6765         * ListView.cs: add some index guarding for partial row navigation 
6766         logic.  Fixes #80250.
6767
6768 2006-12-14  Mike Kestner  <mkestner@novell.com>
6769
6770         * ListView.cs: throw ArgumentExceptions when parented ListViewItems
6771         are added or inserted to the collection.  Fixes #81099.
6772
6773 2006-12-13  Everaldo Canuto  <everaldo@simios.org>
6774
6775         * MenuAPI.cs: Closes menu when right click out side of popup
6776         it fix problem in ContextMenu and MainMenu. Fixes #80252.
6777
6778 2006-12-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6779
6780         * ListViewItem.cs: Fix dumb error.
6781
6782         * ListView.cs: Add Find and ContainsKey methods in 
6783         ListViewItemCollection, and also return true for IsReadOnly
6784         and IsFixedSize (changes for 2.0). 
6785
6786 2006-12-13  Gert Driesen  <drieseng@users.sourceforge.net>
6787
6788         * Control.cs: Allow Region to be set to null.
6789
6790 2006-12-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6791
6792         * MdiWindowManager.cs: Remove unused (commented out) code.
6793         * Form.cs: When the MdiChild is maximized, the form needs 
6794         WM_NCMOUSELEAVE, so request it.
6795         * InternalWindowManager.cs: 
6796         - Added tooltips to control buttons.
6797         - Removed duplicated control button handling code.
6798         - Removed unused (commented out) code.
6799         
6800 2006-12-12  Everaldo Canuto  <everaldo@simios.org>
6801
6802         * MenuAPI.cs: Set cursor to default in popup menus, a XplatUI.SetCursor 
6803         was used because we must set cursor without trigger ChangeCursor event
6804         and without change Cursor control property. Fixes #79963.
6805
6806 2006-12-12  Andreia Gaita  <avidigal@novell.com>
6807         
6808         * Control.cs: Check if Region setter value is null, and ignore
6809
6810 2006-12-12  Jackson Harper  <jackson@ximian.com>
6811
6812         * TextControl.cs: We were almost always drawing one more line then
6813         needed, since the GetLineByPixel will return the last line found
6814         at that pixel. In most cases though, we were invalidating up to
6815         the junction between two lines.
6816         - Improve debug code.
6817
6818 2006-12-12  Chris Toshok  <toshok@ximian.com>
6819
6820         * XplatUI.cs: add static DrawReversibleFrame, DrawReversibleLine,
6821         and FillReversibleRectangle.
6822
6823         * XplatUIDriver.cs: add abstract DrawReversibleFrame, DrawReversibleLine,
6824         and FillReversibleRectangle.
6825
6826         * XplatUIWin32.cs: add stubs which do nothing for
6827         DrawReversibleFrame, DrawReversibleLine, and
6828         FillReversibleRectangle.
6829
6830         * XplatUIOSX.cs: add stubs which raise NIE for
6831         DrawReversibleFrame, DrawReversibleLine, and
6832         FillReversibleRectangle.
6833
6834         * XplatUIX11.cs: add working implementation for
6835         DrawReversibleFrame, DrawReversibleLine, and
6836         FillReversibleRectangle.
6837         
6838         * ControlPaint.cs: implement DrawReversibleFrame,
6839         DrawReversibleLine, and FillReversibleRectangle, by calling into
6840         the appropriate XplatUI method.
6841
6842 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6843
6844         * Form.cs: Make MdiClient have the focus even if it's
6845         not selectable, since it should receive WM_KEY* and WM_MOUSE 
6846         messages. Fixes #79907.
6847         
6848 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6849
6850         * Hwnd.cs: Save the CreateParams.ExStyle so that it can be
6851         queried after the window is created.
6852         
6853         * XplatUIX11.cs: Added SendParentNotify to implement 
6854         WM_PARENTNOTIFY logic. Fixes #79965.
6855         
6856         * Control.cs: Added MakeParam.
6857         
6858 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6859
6860         * MdiClient.cs: Resume Layout before setting window
6861         states (fixes #80201).
6862
6863 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6864
6865         * MenuAPI.cs: Deselect a menu item after performing
6866         the click (fixes #80197).
6867
6868 2006-12-11  Jackson Harper  <jackson@ximian.com>
6869
6870         * TextBoxBase.cs: We need to cap this value, since Maximum -
6871         ViewPortHeight can be less than zero.
6872         - Only do selection with the left mouse button.
6873         * TextBox.cs: Don't tell the world that we have a context menu.
6874         * Control.cs: New method so that we can control whether or not the
6875         context menu is visible outside MWF.
6876
6877 2006-12-11  Everaldo Canuto  <everaldo@simios.org>
6878
6879         * ToolBarButton.cs: Fix text positon. 
6880
6881 2006-12-11  Miguel de Icaza  <miguel@novell.com>
6882
6883         * ProgressBar.cs (MarqueeAnimationSpeed): Add stub.
6884
6885         * Control.cs (DoubleBuffered): Add implementation.
6886
6887         * Application.cs (OpenForms): Add.
6888
6889 2006-12-11  Jonathan Pobst  <monkey@jpobst.com>
6890
6891         * Form.cs: Use opacity instead of Opactiy to determine if we need
6892         to set the WS_EX_LAYERED bit.  [Fixes bug #80185]
6893
6894 2006-12-11  Jonathan Pobst  <monkey@jpobst.com>
6895
6896         * Control.cs: Fix NRE if Control.Site was set to null.
6897
6898 2006-12-11  Chris Toshok  <toshok@ximian.com>
6899
6900         * Control.cs: ControlCollection.Remove should return if the arg is
6901         null, and ControlCollection.SetChildIndex should raise a ANE.
6902
6903 2006-12-11  Gert Driesen  <drieseng@users.sourceforge.net>
6904
6905         * Control.cs: Verify value set for Dock property. Code formatting
6906         updates.
6907
6908 2006-12-11  Jackson Harper  <jackson@ximian.com>
6909
6910         * TextControl.cs: Draw the caret and the selection when a flag is
6911         set on the owner.
6912         * TextBoxBase.cs: We want to draw the caret and the selection for
6913         TextBox but not for TextBoxBase.
6914         - If the window is resized and scrolling is no longer needed (the
6915         whole doc is visible) set the scroll position to zero.
6916         - The default SelectWord (the one TextBox uses) should move the
6917         caret to the end of the word.
6918         - SelectAll moves the caret to the end of the selection.
6919         * TextBox.cs: We don't selectall on focus, we just do it when the
6920         control is created.
6921         
6922 2006-12-11  Mike Kestner  <mkestner@novell.com>
6923
6924         * ComboBox.cs: stub in a 2.0 override for ProcessKeyEventArgs.
6925
6926 2006-12-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6927
6928         * ListView.cs: Add Insert, IndexOfKey, RemoveByKey and indexer 
6929         2.0 support.
6930         * ListViewItem.cs: Add Name 2.0 property.
6931
6932 2006-12-11  Andreia Gaita  <avidigal@novell.com>
6933
6934         * TabControl.cs: Set visibility on selected or default tab 
6935         when tabcontrol handle is created, so that it's contents
6936         actually show up (duh). Fixes #80193
6937         Don't redraw the control if there is no handle created, as
6938         the selected index might be completely invalid. Added some tests
6939         to check for this.
6940
6941 2006-12-11  Everaldo Canuto  <everaldo@simios.org>
6942
6943         * ToolBar.cs: Uses maximun width and height of all buttons as 
6944         button rectangle when ButtonSize specified, it looks strange but
6945         is what happens in Win32. Fixes #80189.
6946
6947 2006-12-11  Jackson Harper  <jackson@ximian.com>
6948
6949         * TextControl.cs: Need to track undo levels ourself, since
6950         compound actions will mess them up.
6951
6952 2006-12-10  Andreia Gaita  <avidigal@novell.com>
6953
6954         * TabControl.cs: Raise SelectedIndexChanged for 1.1 if the
6955         SelectedIndex value is changed (even if it's not valid).
6956         Reset SelectedIndex to 0 when the handle is created and if
6957         the current index is invalid.
6958         Fixes SelectdeIndex unit tests and #80128
6959
6960 2006-12-08  Chris Toshok  <toshok@ximian.com>
6961
6962         * DataGrid.cs (set_CurrentCell): because EnsureCellVisibility
6963         calls EndEdit, it needs to be called before we set current_cell to
6964         its new value.  Otherwise, we end up committing the value in the
6965         textbox to the new cell as well.  Fixes bug #80160.
6966
6967 2006-12-08  Chris Toshok  <toshok@ximian.com>
6968
6969         * Form.cs (set_CancelButton): if the button's DialogResult is
6970         None, set it to Cancel.  Fixes bug 80180.
6971
6972 2006-12-08  Jackson Harper  <jackson@ximian.com>
6973
6974         * TextBoxBase.cs: Ugh, ClientSize can be 0,0 sometimes, so we need
6975         to watch ourselves when setting the canvas size and setting the
6976         scrollbar values.
6977
6978 2006-12-08  Chris Toshok  <toshok@ximian.com>
6979
6980         * DataGrid.cs: comment out the two MakeTransparent calls for the
6981         time being so people using trunk (and not 1.2.2) on windows can
6982         actually use the datagrid.  This deals with bug #80151.
6983
6984 2006-12-08  Jonathan Pobst  <monkey@jpobst.com>
6985
6986         * ThemeWin32Classic.cs: Change ButtonBase_DrawImage to use the
6987         Graphics.DrawImage (image, int, int, int, int) overload instead
6988         of Graphics.DrawImage (image, int, int).  GDI+ can't figure out
6989         the dpi difference and was blurring images it drew.
6990         [Fixes bug #79960]
6991
6992 2006-12-08  Chris Toshok  <toshok@ximian.com>
6993
6994         * ThemeWin32Classic.cs (DataGridPaintRows): handle case where
6995         rowcnt is 0 (such as with an empty datasource), and make sure we
6996         initialize not_usedarea.Y to cells.Y, so we don't draw over the
6997         other areas (caption, parent row, etc, etc).  Fixes bug #80095.
6998
6999 2006-12-08  Chris Toshok  <toshok@ximian.com>
7000
7001         * DataGridColumnStyle.cs (SetDataGrid): don't try to access a null
7002         grid.
7003
7004 2006-12-08  Chris Toshok  <toshok@ximian.com>
7005
7006         [ Fixes bug #80167 ]
7007         
7008         * ThemeWin32Classic.cs: don't draw the image if the button's flat
7009         style is FlatStyle.System.
7010
7011         * ButtonBase, ThemeClearlooks.cs, ThemeGtk.cs, ThemeNice.cs: make
7012         ButtonBase.flat_style private, and switch uses of it to the public
7013         property.
7014         
7015 2006-12-08  Chris Toshok  <toshok@ximian.com>
7016
7017         [ Fixes bug #80121 ]
7018         
7019         * ThemeWin32Classic.cs: center the caption text in the datagrid
7020         when we draw it.
7021
7022         * DataGrid.cs: lessen the amount we add to the caption height from
7023         6 to 2.  6 was making it huge.
7024
7025 2006-12-08  Andreia Gaita  <avidigal@novell.com>
7026
7027         * UpDownBase: Handle MouseWheel call directly instead of capturing
7028         the inner textbox's OnMouseWheel. Fixes #80166
7029
7030 2006-12-08  Jackson Harper  <jackson@ximian.com>
7031
7032         * TextControl.cs: We need to invalidate the textbox when we empty
7033         it (how had this not been discovered before?)
7034
7035 2006-12-08  Jackson Harper  <jackson@ximian.com>
7036
7037         * TextBoxBase.cs: Reworked the mouse down code so I could get it
7038         to behave like MS, we now ignore the eventargs.Click and just
7039         track state ourself, which we were already doing anyways.
7040         - Constrain the double click handler to the double click size.
7041         
7042 2006-12-08  Chris Toshok  <toshok@ximian.com>
7043
7044         * DataGrid.cs: the mousewheel code shouldn't try to scroll in a
7045         direction if that scrollbar isn't shown.  fixes bug #80158.
7046
7047 2006-12-08  Andreia Gaita  <avidigal@novell.com>
7048
7049         * NumericUpDown.cs: Update value on getter. Fixes #79950
7050
7051 2006-12-08  Chris Toshok  <toshok@ximian.com>
7052
7053         * MenuItem.cs: add back in the event cloning code.  I didn't know
7054         how to do it in the face of the EventHandlerList work i'd done
7055         last week.  Fixes bug #80183.
7056
7057 2006-12-08  Jonathan Pobst  <monkey@jpobst.com>
7058
7059         * Control.cs: Add an invalidate to the BackgroundImage setter.
7060         [Fixes 80184]
7061
7062 2006-12-07  Jonathan Pobst  <monkey@jpobst.com>
7063
7064         * ToolStrip*: Add some small properties reported by MoMA, fix event
7065         firing and default properties based off of unit tests, and add some
7066         attributes based off of the class status page.
7067
7068 2006-12-07  Jackson Harper  <jackson@ximian.com>
7069
7070         * TextBoxBase.cs: Take HideSelection into account when determining
7071         whether or not to show the selection.
7072         * RichTextBox.cs: After inserting the RTF into the document move
7073         the cursor to the beginning of the document.
7074
7075 2006-12-07  Jonathan Pobst  <monkey@jpobst.com>
7076
7077         * Control.cs: Remove static ArrayList "controls" which maintained
7078         a reference to every control created.
7079         * Application.cs: Create a static FormCollection to maintain a reference
7080         to every form created.  Use it in places that formerly enumerated through
7081         the controls one looking for forms.
7082         * Form.cs: Add and remove self from above FormCollection.
7083
7084 2006-12-07  Alexander Olk  <alex.olk@googlemail.com>
7085
7086         * MimeIcon.cs: gdk_pixbuf_save_to_buffer is part of libgdk-pixbuf,
7087           not libgdk (though it makes me wonder why I didn't have any
7088           problems)
7089
7090 2006-12-07  Chris Toshok  <toshok@ximian.com>
7091
7092         [ you had to know this was coming after that last commit...]
7093         
7094         * XplatUIX11.cs: implement the 3 Offscreen functions in terms of
7095         XPixmaps (CreateOffscreenDrawable maps to XCreatePixmap,
7096         DestroyOffscreenDrawable to FreePixmap, and BlitFromOffscreen to
7097         XCopyArea).
7098
7099 2006-12-07  Chris Toshok  <toshok@ximian.com>
7100
7101         * XplatUI.cs: add 3 calls (CreateOffscreenDrawable,
7102         DestroyOffscreenDrawable, and BlitFromOffscreen) that encompass
7103         all the behavior we need for double buffering.
7104
7105         * XplatUIDriver.cs: implement the 3 double buffer methods using a
7106         client side Bitmap, just like the old Control-based double buffer
7107         code did.  The methods are virtual, so each XplatUI driver
7108         subclass can replace the implementation to use a faster, platform
7109         specific approach.
7110
7111         * Control.cs: make use of the 3 Offscreen XplatUI calls in the
7112         double buffer code, and clean things up a bit in the process.
7113
7114 2006-12-06  Chris Toshok  <toshok@ximian.com>
7115
7116         * Control.cs: reindent WndProc.
7117
7118 2006-12-06  Chris Toshok  <toshok@ximian.com>
7119
7120         [ I wanna be like BenM when I grow up ]
7121         
7122         * Hwnd.cs: create a single static Graphics object on the static
7123         Bitmap we create.  use this for our text measurements.
7124
7125         * Control.cs (DeviceContext): stop using the backbuffer's dc_mem.
7126         This was causing us to allocate a backbuffer for every control,
7127         even when it wasn't flagged as double buffered.  Instead use the
7128         single graphics instance.  This might have implications for
7129         multithreaded applications.  If we run into problems we can switch
7130         to creating 1 Graphics per control, on the static Hwnd bitmap.
7131
7132         this change nets us a 7M savings in private dirty mappings when
7133         running FormsTest.exe.
7134
7135 2006-12-06  Chris Toshok  <toshok@ximian.com>
7136
7137         * ListView.cs: the BackgroundImage override is just to set
7138         attributes.  chain up to base.BackgroundImage.
7139
7140         * RichTextBox.cs: same.
7141
7142         * ToolBar.cs: same, but we need to also redraw the toolbar when it
7143         changes, so instead a handler for BackgroundImageChanged.
7144         
7145         * Control.cs: make background_image private.
7146
7147 2006-12-06  Chris Toshok  <toshok@ximian.com>
7148
7149         * ScrollBar.cs: change the assignment of cursor to Cursor.  not
7150         sure we even need this assignment, but roll with it for now.
7151
7152         * Control.cs: make the cursor field private.
7153
7154 2006-12-06  Chris Toshok  <toshok@ximian.com>
7155
7156         * Form.cs: we don't need to explicitly set ImeMode to
7157         ImeMode.NoControl - that's a natural fallout of Control.ImeMode's
7158         behavior in the face of ImeMode.Inherit.
7159
7160         * ButtonBase.cs: change DefaultImeMode to ImeMode.Disable, and
7161         change the ctor's assignment to use ImeMode instead of ime_mode.
7162
7163         * Control.cs (get_ImeMode): don't assume DefaultImeMode ==
7164         ImeModeInherit.  Only check for the parent's imemode (and return
7165         NoControl if there is no parent) if ime_Mode == ImeMode.Inherit.
7166         This fixes the button unit test, which sets both ImeMode and
7167         DefaultImeMode to ImeMode.Disable.
7168
7169         also make the ime_mode field private.
7170
7171 2006-12-06  Chris Toshok  <toshok@ximian.com>
7172
7173         * Control.cs: make control_style private.
7174
7175         * TextBoxBase.cs: fix the HandleClick override.  it was explicitly
7176         setting the styles to true, then setting them to false instead of
7177         reverting to their previous values.
7178
7179         also, call SetStyle on the scrollbars instead of using
7180         control_style directly.
7181
7182 2006-12-06  Jonathan Pobst  <monkey@jpobst.com>
7183
7184         * FormCollection.cs: Implement. [2.0]
7185
7186 2006-12-06  Chris Toshok  <toshok@ximian.com>
7187
7188         * Control.cs: make tab_stop private.
7189
7190         * Label.cs: set TabStop, not tab_stop.  reformat some event
7191         add/remove methods to make them more compact.
7192
7193 2006-12-06  Chris Toshok  <toshok@ximian.com>
7194
7195         * RadioButton.cs: fix TabStop handling.
7196
7197 2006-12-06  Chris Toshok  <toshok@ximian.com>
7198
7199         * TextBox.cs: remove the explicit assignments to has_focus.
7200         Control does that.
7201
7202         * ButtonBase.cs: remove the assignment to has_focus.  Control will
7203         manage that.
7204         
7205 2006-12-06  Chris Toshok  <toshok@ximian.com>
7206
7207         * ButtonBase.cs: remove all uses of is_enabled from this code.
7208         it's always true when any of the code containing the checks is
7209         executed.
7210
7211 2006-12-06  Chris Toshok  <toshok@ximian.com>
7212
7213         * ImageList.cs: reinstate the ShouldSerialize*/Reset* methods,
7214         with different semantics (some are present in both 1.1 and 2.0
7215         profiles) so that we match MS's behavior in our unit tests.
7216
7217 2006-12-06  Jackson Harper  <jackson@ximian.com>
7218
7219         * TextControl.cs: Make this operation undoable.
7220         * TextBoxBase.cs: Factor the border width into the preferred
7221         height.
7222         - implement Modified as per the spec.
7223
7224 2006-12-06  Chris Toshok  <toshok@ximian.com>
7225
7226         * Timer.cs, Control.cs, Menu.cs: make control_tag private.
7227
7228 2006-12-06  Chris Toshok  <toshok@ximian.com>
7229
7230         * Control.cs: make right_to_left and context_menu fields private.
7231
7232 2006-12-06  Chris Toshok  <toshok@ximian.com>
7233
7234         * AccessibleObject.cs, Control.cs, XplatUIX11GTK.cs,
7235         XplatUIX11.cs, Form.cs, RadioButton.cs, ScrollableControl.cs: make
7236         Control.child_controls private.  switch all uses over to
7237         Control.Controls.
7238
7239 2006-12-06  Chris Toshok  <toshok@ximian.com>
7240
7241         * System.Windows.Forms/GroupBox.cs,
7242         System.Windows.Forms/AccessibleObject.cs,
7243         System.Windows.Forms/ErrorProvider.cs,
7244         System.Windows.Forms/Control.cs,
7245         System.Windows.Forms/UpDownBase.cs,
7246         System.Windows.Forms/ScrollBar.cs,
7247         System.Windows.Forms/DateTimePicker.cs,
7248         System.Windows.Forms/Form.cs, System.Windows.Forms/Label.cs,
7249         System.Windows.Forms/ToolTip.cs,
7250         System.Windows.Forms/RadioButton.cs,
7251         System.Windows.Forms/LinkLabel.cs,
7252         System.Windows.Forms/Splitter.cs,
7253         System.Windows.Forms/TextBoxBase.cs,
7254         System.Windows.Forms/ToolStripTextBox.cs,
7255         System.Windows.Forms/ContainerControl.cs,
7256         System.Windows.Forms/ThemeWin32Classic.cs,
7257         System.Windows.Forms/SizeGrip.cs,
7258         System.Windows.Forms/ToolStripDropDown.cs,
7259         System.Windows.Forms/ScrollableControl.cs: Make Control.parent
7260         private.  switch all uses over to Control.Parent.
7261
7262 2006-12-06  Chris Toshok  <toshok@ximian.com>
7263
7264         * RichTextBox.cs: don't assign to has_focus in GotFocus/LostFocus.
7265         Control does this before calling emitting these events.
7266
7267         * TabControl.cs: same.
7268
7269         * ThemeWin32Classic.cs: use Control.ClientRectangle instead of
7270         Control.client_rect.
7271
7272         * ButtonBase.cs: use the ClientSize property instead of the
7273         client_size field.
7274
7275         * ScrollableControl.cs: same.
7276
7277         * Control.cs: another pass at making properties private.  also,
7278         move the initialization of tab_stop to the ctor.
7279
7280 2006-12-05  Andreia Gaita <avidigal@novell.com>
7281
7282         * TabControl.cs: Let the selected index be set freely if the 
7283         control handle is not yet created.
7284
7285 2006-12-05  Jonathan Pobst  <monkey@jpobst.com>
7286
7287         * Control.cs: Revert dist_top, dist_right, and dist_bottom to 
7288         internal until I can rewrite DefaultLayout.
7289         * ToolStrip.cs: Fix build error and some general cleaning.
7290         * ToolStripControlHost.cs, SplitterPanel.cs, DataGridView.cs:
7291         Fix build errors caused by making some of Control's fields private.
7292
7293 2006-12-05  Jackson Harper  <jackson@ximian.com>
7294
7295         * TextControl.cs: Redo Insert a little so that it use IndexOf
7296         instead of Split, this prevents it from messing up on things like
7297         \n\n\n. Also more effecient since the split array doesn't need to
7298         be created.
7299         * TextBoxBase.cs: AppendText doesnt handle multiline and non
7300         multiline text differently, this is the first of many fixes that
7301         will make multiline/non-multiline the same thing as far as the
7302         TextBoxBase is concerned.
7303         - Don't split the text and insert lines, this can lose some line
7304         endings (like is the last line a soft or hard break). Instead use
7305         the new Insert.
7306         - Fix an off by one when combining all the lines in the Text
7307         getter.
7308         - Remove separate multiline handling from the Text getter/setter.
7309
7310 2006-12-05  Chris Toshok  <toshok@ximian.com>
7311
7312         * ButtonBase.cs: a few changes:
7313
7314         - don't reinitialize internal Control fields in the ctor when they
7315         have the same values as Control sets them.
7316
7317         - don't set has_focus in OnGotFocus/OnLostFocus.  Control does
7318         this before calling those methods.
7319
7320         - we don't need to call Refresh for anything.  use Invalidate
7321         instead.
7322
7323         - OnEnabledChanged doesn't need to redraw at all - Control.cs
7324         calls Refresh in its OnEnabledChanged.
7325         
7326         - several of the events we were registered for in the ctor to
7327         redraw ourselves already include calls to Invalidate in the
7328         property setters that raise the events.  remove the extra
7329         invalidation.
7330
7331         - reformat a switch statement that was 83274658 columns wide.
7332         
7333 2006-12-05  Mike Kestner  <mkestner@novell.com>
7334
7335         * ComboBox.cs: fix a unit test regression from a TextBox
7336         SelectionLength return of -1 when there's no selection.  
7337
7338 2006-12-05  Chris Toshok  <toshok@ximian.com>
7339
7340         * Control.cs, Button.cs, ThemeGtk.cs, Form.cs, ListView.cs,
7341         ThemeWin32Classic.cs, SizeGrip.cs, ToolBar.cs: first pass at
7342         cleaning up some of the internal Control fields being used by
7343         subclasses.
7344
7345 2006-12-05  Mike Kestner  <mkestner@novell.com>
7346
7347         * ComboBox.cs: fix some Simple mode regressions.  Set Visible on the
7348         listbox after AddImplicit calls since it defaults to hidden. Add a 
7349         hack to preserve requested heights across DropDownStyle changes.
7350
7351 2006-12-05  Jonathan Pobst  <monkey@jpobst.com>
7352
7353         * PropertyGrid.cs: Hide FindFirstItem method from public API.
7354
7355 2006-12-05  Chris Toshok  <toshok@ximian.com>
7356
7357         * DataGridView.cs: fix compiler warnings.
7358
7359         * PrintControllerWithStatusDialog.cs: same.
7360
7361         * ToolBar.cs: same.
7362
7363         * FolderBrowserDialog.cs: same.
7364
7365         * Splitter.cs: same.
7366
7367         * DataGridViewComboBoxCell.cs: same.
7368
7369         * XplatUIWin32.cs: same.
7370
7371         * PictureBox.cs: same.
7372
7373         * Win32DnD.cs: same.
7374
7375         * PageSetupDialog.cs: same.
7376
7377         * FileDialog.cs: same.
7378
7379         * PrintDialog.cs: same.
7380
7381         * DataGridTextBoxColumn.cs: same.
7382
7383         * DrawTreeNodeEventArgs.cs: same (and fix corcompare)
7384
7385 2006-12-05  Chris Toshok  <toshok@ximian.com>
7386
7387         * TextBox.cs, CheckedListBox.cs, MonthCalendar.cs, Menu.cs,
7388         MainMenu.cs, ListView.cs, LabelEditTextBox.cs, ToolBar.cs: more
7389         System.ComponentModel.EventHandlerList work.
7390
7391 2006-12-05  Jonathan Chambers  <joncham@gmail.com>
7392
7393         * DrawTreeNodeEventArgs.cs: Added.
7394
7395 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7396         
7397         * InternalWindowManager.cs: Remove an unused field.
7398         
7399 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7400
7401         * InternalWindowManager.cs:
7402         - Save the point where the title bar is clicked.
7403         
7404         * MdiWindowManager.cs:
7405         - Only allow moving of the window as long as the 
7406         clicked point on the title bar does not get out of
7407         MdiClient's rectangle. Fixes #79982.
7408         
7409         * MdiClient.cs:
7410         - Added Horizontal/VerticalScrollbarVisible.
7411         - Simplified the scrollbar sizing algorithm.
7412         - Cache the difference in scrolled value in
7413         H/VBarValueChanged and move the calculation out
7414         of the for loop.
7415
7416 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7417
7418         * Control.cs: Make the Console.WriteLine in WndProc 
7419         write more info.
7420
7421 2006-12-05  Chris Toshok  <toshok@ximian.com>
7422
7423         * ToolStripManager.cs, ToolStripButton.cs,
7424         ToolStripContentPanel.cs, ToolStripComboBox.cs, ToolStrip.cs,
7425         ToolStripMenuItem.cs, ToolStripItem.cs, ToolStripControlHost.cs,
7426         ToolStripSplitButton.cs, ToolStripSeparator.cs,
7427         ToolStripRenderer.cs, ToolStripDropDownItem.cs,
7428         ToolStripProgressBar.cs, ToolStripContainer.cs,
7429         ToolStripTextBox.cs, ToolStripPanel.cs, ToolStripDropDown.cs: move
7430         to using System.ComponentModel.EventHandlerList.
7431
7432 2006-12-04  Chris Toshok  <toshok@ximian.com>
7433
7434         * LinkLabel.cs: fix up compiler warnings.
7435
7436         * TableLayoutSettings.cs: same.
7437
7438         * TreeView.cs: same.
7439
7440         * ToolBar.cs: same.
7441
7442         * TabControl.cs: same.
7443
7444         * RichTextBox.cs: same.
7445
7446         * ListViewItem.cs: same.
7447
7448         * PropertyGrid.cs: same.
7449
7450         * DataGridViewRowPostPaintEventArgs.cs: corcompare fix.
7451
7452         * ToolTip.cs same.
7453
7454         * TextRenderer.cs: fix up compiler warnings.
7455
7456         * Label.cs: same.
7457
7458         * Form.cs: corcompare fixes.
7459
7460         * PictureBox.cs: fix up compiler warnings.
7461
7462         * ImageListStreamer.cs: same.
7463
7464         * TrackBar.cs: corcompare fix.
7465
7466         * Control.cs: fix up compiler warnings.
7467
7468         * SplitterPanel.cs: same.
7469
7470         * NumericTextBox.cs: same.
7471
7472         * ImageList.cs: same.
7473
7474         * StatusStrip.cs: same.
7475
7476         * ProgressBar.cs: corcompare fix.
7477
7478         * ToolStripButton.cs: fix up compiler warnings.
7479
7480         * ToolStripStatusLabel.cs: same.
7481
7482         * ToolStripSplitButton.cs: same.
7483
7484         * ToolStripSeparator.cs: same.
7485
7486         * ToolStripProgressBar.cs: same.
7487
7488         * ToolStripDropDownMenu.cs: same
7489
7490         * ToolStripDropDown.cs: same.
7491
7492         * ToolStripDropDownButton.cs: same.
7493
7494         * ToolStrip.cs: same.
7495
7496         * ToolStripControlHost.cs: same.
7497
7498         * ToolStripContentPanel.cs: same.
7499
7500         * ToolStripDropDown.cs: same.
7501
7502         * ToolStripContainer.cs: same.
7503
7504         * ToolStripPanel.cs: same, and add "new" where we need it to work
7505         with the new ArrangedElementCollection.
7506
7507         * ToolStripItemCollection.cs: add "new" where we need it to work
7508         with the new ArrangedElementCollection.
7509
7510 2006-12-04  Andreia Gaita <avidigal@novell.com>
7511
7512         * TabControl.cs: Fix default tab selection to after TabControl
7513         gets focus and not before. Fixes #80128
7514
7515 2006-12-04  Chris Toshok  <toshok@ximian.com>
7516
7517         * DataGridTableStyle.cs: remove the gross calling of
7518         datagrid.Refresh from here.  It's a broken idea and it doesn't
7519         work anyway.
7520
7521         * DataGrid.cs: instead, just register/unregister from the
7522         DataGridTableStyle events in CurrentTableStyle.  we play it
7523         conservatively and EndEdit + CalcAreasAndInvalidate on any event,
7524         even though some would most likely not require it.  Fixes bug
7525         #80115 (and one portion of #80117 as a side effect).
7526
7527 2006-12-04  Chris Toshok  <toshok@ximian.com>
7528
7529         * DataGrid.cs (set_CaptionVisible): EndEdit before doing the work
7530         so the textbox (if any) goes away.  Fixes bug #80117.
7531
7532 2006-12-04  Chris Toshok  <toshok@ximian.com>
7533
7534         * DataGridColumnStyle.cs: set the column's readonly property
7535         initially based on the property descriptor's IsReadOnly.  Fixes
7536         bug #80044.
7537
7538 2006-12-04  Chris Toshok  <toshok@ximian.com>
7539
7540         * ComboBox.cs: wrap the dropdown style changing work in
7541         SuspendLayout/ResumeLayout.  Fixes bug #79968.
7542
7543 2006-12-04  Jackson Harper  <jackson@ximian.com>
7544
7545         * TextBoxBase.cs: Fix off by one, since these are one-based.
7546         * TextBox.cs: Select all the text when we get focus.  The TextBox
7547         does this but the RTB does not.
7548
7549 2006-12-04  Chris Toshok  <toshok@ximian.com>
7550
7551         * DataGridTextBoxColumn.cs: remove some spew.
7552
7553         * DataGridColumnStyle.cs (SetColumnValueAtRow): this seems right
7554         but some part of me is saying "it shouldn't be here.."  At any
7555         rate, it fixes bug #80046.  Call IEditableObject.EndEdit after
7556         setting the value.
7557
7558 2006-12-04  Chris Toshok  <toshok@ximian.com>
7559
7560         * DataGridColumnStyle.cs (SetDataGrid): call CheckValidDataSource
7561         to reassign the propertydescriptor.
7562
7563 2006-12-04  Jackson Harper  <jackson@ximian.com>
7564
7565         * TextBoxBase.cs:
7566         * TextControl.cs: Remove some unused variables.  Maybe this will
7567         patch things up between mike and I.
7568         - don't split lines less then one char wide, if the viewport is
7569         that small text won't be visible anyways.
7570         
7571 2006-12-04  Jackson Harper  <jackson@ximian.com>
7572
7573         * TextBoxBase.cs: Default selection length is -1, need to do some
7574         more testing on windows to see when this is used for the property.
7575         - Redid the Lines [] property to that we properly remove soft line
7576         breaks
7577         - added support for preserving carriage returns
7578         -  CanUndo is not a variable like 'is undo enabled' it just returns
7579         true if there is undo operations available.
7580         - AppendText doesn't need to grab the last tag itself anymore,
7581         this happens automatically when we move the cursor.
7582         * TextControl.cs: Add CompoundActions to the undo class. This
7583         allows combining the other operations into one big option.  ie a
7584         paste will combine { delete old, insert new, move cursor }
7585         - Add InsertString undo operation
7586         - New method for deleting multiline text
7587         - Add carriage returns to lines. So we can preserve carriage
7588         returns when text is 'roundtripped'
7589
7590 2006-12-04  Chris Toshok  <toshok@ximian.com>
7591
7592         * DataGrid.cs (CalcCellsArea): cells_area.Width/Height are at a
7593         minimum 0.  Fixes the scrollbar exception in bug #80136.
7594
7595 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7596
7597         * MdiClient.cs: 
7598         * MdiWindowManager: Removed unused fields and methods.
7599         
7600 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7601         
7602         * StatusBar.cs: Update all panels when a AutoSize=Contents
7603         panel needs updating.
7604         
7605         * StatusBarPanel.cs: Remove twidth and only use initialize.
7606         Fixes #80031.
7607                 
7608 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7609
7610         * Form.cs: When a form's MdiParent is set add it directly
7611         on top of the z-order in stead of relying on MdiClient's
7612         ActivateChild to do it. Fixes #80135.
7613         
7614         * MdiClient.cs: 
7615         - Remove original_order, mdi_child_list is already doing
7616         the same thing.
7617         - Create mdi_child_list on construction in
7618         stead of first use (avoids a few null checks).
7619
7620         * MenuItem.cs: Use an already existing list of mdi children
7621         to get the correct order of children and remove the other
7622         redundant list.
7623
7624 2006-12-04  Chris Toshok  <toshok@ximian.com>
7625
7626         * PropertyGridView.cs: cached_splitter_location is only used in
7627         !DOUBLEBUFFER code.
7628
7629         * PropertyGrid.cs: implement the ComComponentNameChanged event
7630         using Events, hoping that would fix the warning.  Looks like a
7631         compiler bug instead (#80144).
7632
7633         * PropertyManager.cs: remove unused method.
7634
7635 2006-11-04  Everaldo Canuto  <everaldo@simios.org>
7636
7637         * ThemeWin32Classic.cs: Dont draw arrow when menuitem on menubar, 
7638         include parentesis to fix expression evaluation. Fixes #79634.
7639
7640 2006-11-02  Everaldo Canuto  <everaldo@simios.org>
7641         
7642         * MenuAPI.cs:
7643         - Changes to fix behavior in Menu control, some reported in #80097
7644         and other detected during behavior refactory like a select event
7645         problems.
7646         - Remove unneded "if's" conditions.
7647         - Created an internal to flag when popup is active in control, we need 
7648         it because in .NET you can have menu active but without popup active
7649         when you active menu using popup without visible items.
7650         - Mimic win32 behavior for Select and Popup events.  
7651         - Dont open popup menu when you dont have visible subitems.
7652         - Do nothing when click on disabled menu item.
7653         - Some small changes to follow the coding style guidelines.
7654         - Unselect menu only when another control gives focus. Fixes #80097.
7655         - Remove unused code.
7656         
7657         * MenuItem.cs: internal VisibleItems method to check if menu
7658         theres visible subitems, it will be usefull to fix some 
7659         behavior in Menu control.
7660         
7661 2006-11-01  Everaldo Canuto  <everaldo@simios.org>
7662         
7663         * Timer.cs: Tag property for 2.0 profile.
7664         
7665 2006-12-01  Chris Toshok  <toshok@ximian.com>
7666
7667         [ after removing all warning suppressions, this cleans up over 100 warnings. ]
7668         
7669         * Win32DnD.cs: comment out some unused fields.
7670
7671         * XplatUIWin32.cs: comment out some unused pinvokes, and remove
7672         some unused properties/methods.
7673
7674         * XplatUIX11.cs: fix MousePosition so we override the base class's
7675         property instead of conflicting with it.
7676
7677         * PictureBox.cs: comment out some unused fields
7678
7679         * OSXStructs.cs: make some struct fields public.
7680
7681         * XplatUIOSX.cs: comment out some unused pinvokes, and fix
7682         MousePosition so we override the base class's property instead of
7683         conflicting with it.
7684
7685         * X11Dnd.cs: comment out some unused fields
7686
7687         * X11DesktopColors.cs: fix some struct field visibility to quiet
7688         the compiler.
7689
7690         * X11Dnd.cs: remove some debug code.
7691
7692         * ThemeClearlooks.cs: comment out unused field.
7693
7694         * ThemeNice.cs: mark some methods as overriding ThemeWin32Classic as needed.
7695
7696         * ThemeGtk.cs: comment out some unused pinvokes.
7697
7698         * Timer.cs: remove some unused fields.
7699
7700         * ThemeClearlooks.cs: comment out unused field.
7701
7702         * UpDownBase.cs: comment out unused field.
7703
7704         * DataObject.cs: comment out unused field.
7705
7706         * DataGridBoolColumn.cs: reomve unused field.
7707
7708         * DataGrid.cs: remove unused field.
7709
7710         * Cursor.cs: remove old ToBitmap code.
7711
7712         * ControlPaint.cs: remove unused method.
7713
7714         * ScrollBar.cs: remove unused fields.
7715
7716         * ComboBox.cs: remove unused field, and chain up to
7717         AccessibleObject ctor.
7718
7719         * ListBox.cs: remove unused field.
7720
7721         * ButtonBase.cs: wrap a couple fields in NET_2_0.
7722
7723         * GridEntry.cs: remove unused fields.
7724
7725         * Binding.cs: remove unused fields.
7726
7727         * AxHost.cs: remove unused method.
7728
7729         * ContainerControl.cs: remove unused field.
7730
7731         * ScrollableControl.cs: remove unused fields.
7732
7733 2006-12-01  Chris Toshok  <toshok@ximian.com>
7734
7735         * XplatUI.cs, XplatUIWin32.cs, XplatUIGTK.cs: nuke
7736         the Where/WhereString stuff.  it's easy enough to CWL
7737         Environment.StackTrace.
7738
7739         * XplatUIX11.cs: same, but also fix up a lot of mcs warnings about
7740         unused private fields.
7741
7742 2006-12-01  Jackson Harper  <jackson@ximian.com>
7743
7744         * TextControl.cs: Do not update the view while inserting multiline
7745         text. If we update the view we might wrap lines, before entering
7746         the new lines, which causes the new line insertion calculations to
7747         be totally fubared.
7748         - Remove an old TODO
7749         - Make debug output a little nicer
7750         
7751 2006-12-01  Chris Toshok  <toshok@ximian.com>
7752
7753         * ToolBar.cs: revert the ImeMode fix here and add an XXX comment.
7754
7755 2006-12-01  Chris Toshok  <toshok@ximian.com>
7756
7757         [ fix the majority of the CS0108 warnings we've been suppressing ]
7758         
7759         * TreeView.cs: mark BackgroundImageChanged as 'new'.
7760
7761         * ToolBar.cs: ImeMode just passes stuff to Control.  Rename Layout
7762         to "LayoutToolBar" to quiet mcs.
7763         
7764         * TabControl.cs: mark our ControlCollection class as 'new'.
7765
7766         * TextBoxBase.cs: mark some events as 'new'.
7767
7768         * Splitter.cs: TabStop is 'new'.
7769
7770         * ControlBindingsCollection.cs: mark a few methods as new since
7771         they change the visibility from protected to public.
7772
7773         * RadioButton.cs: DoubleClick -> base class, and remove unused
7774         HaveDoubleClick.
7775
7776         * MonthCalendar.cs: ImeMode property -> base class, and mark many
7777         events as new.
7778
7779         * NumericUpDown.cs: TextChanged -> base class.
7780
7781         * CheckedListBox.cs: mark our ObjectCollection class as new to
7782         quiet mcs.
7783
7784         * FolderBrowserDialog.cs: make HelpRequest event new and have it
7785         muck with the base class.
7786
7787         * StatusBar.cs: fix some mcs warnings about Update being the same
7788         name as a base class method.
7789
7790         * RichTextBox.cs: mark some events as new, and make them do things
7791         to the base class impl.
7792
7793         * UserControl.cs: mark TextChanged as new, and have it manipulate
7794         base.TextChanged.
7795
7796         * UpDownBase.cs: mark some things new.
7797
7798         * CheckBox.cs: mark DoubleClick "new", and add some text about
7799         what we need to look at.
7800
7801         * Panel.cs: make the events "new", and manipulate the base
7802         version.  these are just here for attributes.
7803
7804         * AccessibleObject.cs: make owner private.
7805
7806         * Control.cs: deal with AccessibleObject.owner being private.
7807         cache our own copy if we need it.
7808
7809         * Button.cs: add "new" to the DoubleClickEvent.
7810
7811         * ListBox.cs: no need to track our own has_focus here.  let
7812         Control.has_focus do it for us.  Also some other work to clear up
7813         warnings about not overriding base class methods of the same name.
7814         
7815         * ComboBox.cs: clear up some warnings about not override base
7816         class methods of the same name.
7817
7818 2006-12-01  Chris Toshok  <toshok@ximian.com>
7819
7820         * Form.cs: flag a few things as "new" to quiet some of the mcs
7821         warnings.
7822
7823         * AxHost.cs: same.
7824
7825         * PrintPreviewDialog.cs: same.
7826
7827         * DataGridView.cs: fix a ton of corcompare warnings.  not all, but
7828         now DGV isn't so horrible on the class status page.  also, move
7829         all events to using System.ComponentModel.EventHandlerList.  my
7830         wrists hurt.
7831
7832 2006-12-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7833
7834         * MdiWindowManager.cs:
7835         - Set form to active mdi child if shown,
7836         and update the active mdi child to the next 
7837         remaining child in the z-order if the form is hidden.
7838
7839         * Form.cs: 
7840         - Track if the form has been visible and if its 
7841         visibility is beeing changed, so that the MdiClient
7842         can properly decide the ActiveMdiChild. The MdiClient 
7843         cannot track this since the form can change visibility 
7844         before MdiClient is created.
7845
7846         * MdiClient.cs:
7847         - Don't activate anything of the parent form is changing
7848         its visibility.
7849         - Rework ActiveMdiChild to only return visible mdi 
7850         children and take into account several other corner 
7851         cases.
7852
7853 2006-12-01  Chris Toshok  <toshok@ximian.com>
7854
7855         * IBindableComponent.cs: new 2.0 interface.
7856
7857 2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>
7858
7859         * DataGrid.cs: Font for caption area is bold by default.
7860
7861 2006-12-01  Everaldo Canuto  <everaldo@simios.org>
7862
7863         * Menu.cs: Tag property for 2.0.
7864         
7865 2006-11-01  Everaldo Canuto  <everaldo@simios.org>
7866
7867         * ThemeWin32Classic.cs: Adjust menu separator drawing. 
7868         
7869 2006-12-01  Chris Toshok  <toshok@ximian.com>
7870
7871         * TreeView.cs: doh, the Begin* events should be
7872         TreeViewCancelEventHandler.
7873
7874 2006-12-01  Chris Toshok  <toshok@ximian.com>
7875
7876         * Form.cs: Form.ControlCollection already stores off the
7877         form_owner field.  don't access the base class's internal "owner"
7878         field.
7879
7880         * Control.cs: make all the fields in Control.ControlCollection
7881         private.  there's no need for any internal fields here.
7882
7883 2006-12-01  Chris Toshok  <toshok@ximian.com>
7884
7885         * DataGrid.cs: call SetDataSource instead of CalcGridAreas in
7886         OnHandleCreated.  Fixes bug #80109.
7887
7888 2006-12-01  Chris Toshok  <toshok@ximian.com>
7889
7890         * Button.cs, PropertyGridTextBox.cs, ComboBox.cs,
7891         SplitContainer.cs, Control.cs, StatusStrip.cs,
7892         DataGridTableStyle.cs, MenuItem.cs, DomainUpDown.cs, ImageList.cs,
7893         NumericTextBox.cs, NumericUpDown.cs, Panel.cs, CommonDialog.cs,
7894         DataGrid.cs, ScrollBar.cs, TrackBar.cs, PictureBox.cs,
7895         DateTimePicker.cs, StatusBar.cs, Form.cs, PrintPreviewDialog.cs,
7896         Label.cs, UserControl.cs, CheckBox.cs, RadioButton.cs,
7897         LinkLabel.cs, ListControl.cs, PropertyGrid.cs, Splitter.cs,
7898         MenuStrip.cs, FolderBrowserDialog.cs, NotifyIcon.cs,
7899         TextBoxBase.cs, ListView.cs, DataGridBoolColumn.cs,
7900         PrintPreviewControl.cs, RichTextBox.cs, ListBox.cs, TabControl.cs,
7901         DataGridColumnStyle.cs, ContextMenu.cs, TreeView.cs:
7902
7903         do most of the work to convert our code over to use
7904         System.ComponentModel.Component.Events for
7905         adding/removing/dispatching events.
7906
7907
7908 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
7909
7910         * DataGridView.cs: Fix an ArgumentNullException reported 
7911         twice today in IRC.
7912
7913 2006-11-30  Mike Kestner  <mkestner@novell.com>
7914
7915         * ComboBox.cs: fix the scrollbar mouse event forwarding in the 
7916         grabbed listbox.  Fixes #80036 and #80101.
7917
7918 2006-11-30  Rolf Bjarne Kvinge <RKvinge@novell.com>
7919
7920         * Message.cs: Changed ToString() to match MS.
7921         
7922 2006-11-30  Jackson Harper  <jackson@ximian.com>
7923
7924         * TextBoxBase.cs: You can still change the selected text on a read
7925         only textbox.
7926         * TextControl.cs: Lower magic number for wrap calculations. This
7927         lets text get closer to the right (far) edge.
7928
7929 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
7930
7931         * Control.cs: Tweak 2.0 layout properties.
7932         * Form.cs: Switch ToolStripMenuTracker hooks to ToolStripManager.
7933         * TextRenderer.cs: Add a new overload.
7934         * ToolStrip*: Huge amount of changes and new features.
7935
7936 2006-11-30  Mike Kestner  <mkestner@novell.com>
7937
7938         * ComboBox.cs: fixes for LargeChange and Maximum to get the 
7939         scroll range correct.  Fixes #79994.
7940
7941 2006-11-30  Rolf Bjarne Kvinge <RKvinge@novell.com>
7942
7943         * MdiWindowManager.cs: Update main form's text when
7944         a form is closed. (fixes #80038)
7945         
7946 2006-11-30  Everaldo Canuto  <everaldo@simios.org>
7947
7948         * ToolBar.cs:
7949         - Fix an regression in ButtonSize.
7950         - Get ImeMode default value change to "Disable".
7951         - Get ShowTooltips default value change to true, default value is 
7952         "false" but after make a test in .NET we get "true" result as default.
7953         
7954 2006-11-29  Jonathan Pobst  <monkey@jpobst.com>
7955
7956         * ToolStripDropDown.cs: Fix for SupportsTransparency change.
7957
7958 2006-11-29  Chris Toshok  <toshok@ximian.com>
7959
7960         * XplatUIWin32.cs (GetWindowTransparency): check return value of
7961         GetLayeredWindowAttributes.  if it's 0, return 1.0, as
7962         SetWindowTransparency hasn't been called.
7963
7964 2006-11-29  Chris Toshok  <toshok@ximian.com>
7965
7966         * Form.cs (set_TransparencyKey): only call SetWindowTransparency
7967         if it's supported.
7968         (set_AllowTransparency): reorder things a little so that the
7969         WS_EX_LAYERED style is removed properly.
7970
7971 2006-11-29  Chris Toshok  <toshok@ximian.com>
7972
7973         [ totally cosmetic eye-candy feature, fixes bug #80089 ]
7974         
7975         * Form.cs: only call the XplatUI transparency method (get/set) if
7976         SupportsTransparency says it's supported. Otherwise fallback to
7977         doing nothing (in the set case) or returning the instance field we
7978         cache (in the get case).
7979
7980         * XplatUIStructs.cs: add TransparencySupport flag enum.
7981         
7982         * XplatUIDriver.cs: add abstract GetWindowTransparency, and track
7983         change to SupportsTransparency.
7984
7985         * XplatUIOSX.cs: stub out GetWindowTransparency, and return
7986         TransparencySupport.None from SupportsTransparency.
7987
7988         * XplatUIX11.cs: Stub out GetWindowTransparency, and return
7989         TransparencySupport.Set from SupportsTransparency.
7990
7991         * XplatUIWin32.cs: implement GetWindowTransparency calling
7992         GetLayeredWindowAttributes, and implement SupportsTransparency by
7993         checking whether or not both
7994         GetWindowTransparency/SetWindowTransparency are available
7995         entrypoints.  We need to do this since SetWindowTransparency is
7996         available as of win2k, but GetWindowTransparency requires winxp.
7997         yay win32 api.
7998
7999         * XplatUI.cs: Add GetWindowTransparency, and change
8000         SupportsTransparency to allow for either/both Get/Set.
8001
8002 2006-11-29  Chris Toshok  <toshok@ximian.com>
8003
8004         * DataGrid.cs: keep from going into an infinite loop redrawing a
8005         datagrid that has no datasource.  Fixes bug #80033.
8006
8007 2006-11-29  Chris Toshok  <toshok@ximian.com>
8008
8009         * MenuItem.cs: fix the NRE when we assign text (and therefore call
8010         Invalidate) before the mainmenu has been assigned to a control.
8011
8012 2006-11-29  Chris Toshok  <toshok@ximian.com>
8013
8014         * DataGrid.cs: detect when we should be double the double click
8015         row/column autosize stuff, although that codepath has yet to be
8016         written.  part of the work for bug #79891.
8017
8018 2006-11-29  Chris Toshok  <toshok@ximian.com>
8019
8020         * Binding.cs (SetControl): fix unit test.
8021
8022 2006-11-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8023
8024         * PageSetupDialog.cs: Validate the margins and set them in
8025         PageSettings. 
8026         * NumericTextBox.cs: New class to mimic the behavior of the
8027         textboxes used in the printing dialogs.
8028
8029 2006-11-29  Andreia Gaita  <avidigal@novell.com>
8030         
8031         * Form.cs: Revert previous change (remove call UpdateBounds
8032         from form constructor), because it messes with the handle creation
8033         order, and that one needs lots and lots of love.
8034         * PrintPreviewDialog.cs: Revert change to CreateHandle (add check
8035         for valid printer and throw InvalidPrinterException if document
8036         is set but printer not valid), adding a MonoTODO. Once 
8037         handle creation is done properly, we can put this back in.
8038
8039 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
8040
8041         * MenuItem.cs: Create a invalidate method for menu item, to be
8042         calling from set text, it make text changes to imadiate update
8043         on screen. Fixes #80013. 
8044         
8045 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
8046
8047         * ToolBar.cs: Fixes and simplify toolbar button layout, it 
8048         fixes bug #80070 and some other problem on toolbar buttons
8049         layout.
8050
8051 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
8052
8053         * ThemeWin32Classic.cs: Paint toolbar toggle button background 
8054         with dotted brush.      Fixes #79564
8055         
8056 2006-11-28  Andreia Gaita  <avidigal@novell.com>
8057
8058         * Form.cs: Removed call to UpdateBounds on Form
8059         constructor, it was causing a call to CreateHandle
8060         before it was supposed to.
8061         * PrintControllerWithStatusDialog: Applied patch
8062         by Chris Toshok to hide controller when there are
8063         no printers available.
8064         PrintDialog.cs: initialize printer settings to 
8065         null - correct DefaultValues test #5
8066         * PrintPreviewControl.cs: Move PrintController
8067         initialization to GeneratePreview
8068         * PrintPreviewDialog.cs: 
8069         - Remove Preview generation     from Document_set(). It is 
8070         called on OnPaint
8071         - Throw InvalidPrinterException on CreateHandle if
8072         a Document is set but there are no printers or 
8073         printer is not valid.
8074         * ThemeWin32Classic: don't paint PrintPreviewControl
8075         if there is nothing to paint    
8076
8077 2006-11-28  Miguel de Icaza  <miguel@novell.com>
8078
8079         * Form.cs: Add another popular method.
8080
8081         * TabPage.cs: ditto.
8082
8083 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8084
8085         * MenuItem.cs: Fixed a warning.
8086         * InternalWindowManager: Fixed a warning.
8087
8088 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8089
8090         * MenuItem.cs:
8091         - When cloning a menu also clone MdiList and clone the 
8092           window menu items properly (as the forms and menuitems
8093           are kept in an internal hashtable, these need updating 
8094           as well)
8095         - Rewrote the window menu code, menu items are added in the
8096           order the forms were added to their parent, and they are
8097           updated every time the window menu is shown (before the
8098           list was only generated once, in the current order of the
8099           forms, and would never be updated). A checkmark is shown
8100           next to the item corresponding to the active mdi child.
8101
8102 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8103
8104         * XplatUIStructs.cs: 
8105         - Added WM_NCMOUSEHOVER and WM_NCMOUSELEAVE.
8106         
8107         * XplatUIWin32.cs: 
8108         - Added TME_NONCLIENT to TMEFlags.
8109         - Handles WM_NCMOUSEMOVE in GetMessage to 
8110           generate WM_NCMOUSEHOVER and WM_NCMOUSELEAVE messages.
8111
8112         * MdiWindowManager:
8113         - Now merges mdi child menu to parent menu when maximized.
8114         - Recalculate NC areas of both mdi child and mdi parent. 
8115           Fixes #79757 (4).
8116           on window state and size changes.Fixes #79844 (3).
8117         - Handle WM_NCCALCSIZE to properly calculate borders.
8118
8119         * Form.cs:
8120         - Add/remove to the mdi containers list of mdi children 
8121           in the order they are added.
8122         - Pass on WM_NCLBUTTONUP, WM_NCMOUSEMOVE and WM_NCMOUSELEAVE 
8123           to the maximized mdi child.
8124         
8125         * InternalWindowManager.cs:
8126         - Only execute a click on the control buttons on the mouse up,
8127           not on the mouse down. Show the state of the button 
8128           (was only showing Normal state, never Pressed state). The
8129           pressed button now follows the mouse (if you click the Close 
8130           button and move the mouse over the Maximize button, the 
8131           Maximize button will be shown as pressed). Since Win32 does
8132           not generate WM_NCLBUTTONUP if you release the button outside
8133           of the nc area, we need to handle WM_NCMOUSELEAVE and treat
8134           it as a mouse up.
8135         
8136         * ThemeWin32Classic.cs:
8137         - Draw a missing border around mdi child forms. Fixes #79844 (2).
8138
8139         * MdiClient.cs:
8140         - Added a list of forms which contains the order the forms are
8141           added to the mdi parent.
8142         - Handle WM_NCPAINT to properly draw a 3D border. Fixes #79844 (2).
8143         - Handle WM_NCCALCSIZE to properly calculate the 3D border.
8144         - If the active form changes set the scrollbars to the top
8145           of the Z order, otherwise the form could hide them.
8146         - Scrollbars are now sized according to ClientSize, not 
8147           to Size, and they take into account the other scrollbar
8148           to determine maximum.
8149         
8150 2006-11-28  Rolf Bjarne Kvinge <RKvinge@novell.com>
8151         
8152         * XplatUI.cs:
8153         * XplatUIDriver.cs:
8154         * XplatUIX11.cs:
8155         * XplatUIWin32.cs:
8156         * XplatUIOSX.cs:
8157         - Added RequestAdditionalWM_NCMessages for windows to 
8158           opt in for WM_NCMOUSELEAVE and WM_NCMOUSEHOVER.
8159           Currently only implemented in XplatUIWin32.
8160
8161 2006-11-27  Chris Toshok  <toshok@ximian.com>
8162
8163         * Hwnd.cs: only add the hwnd to the windows hash in
8164         set_WholeWindow and set_ClientWindow if whole_window/client_window
8165         are not IntPtr.Zero.  also, remove the unused SetObjectWindow.
8166
8167 2006-11-27  Mike Kestner  <mkestner@novell.com>
8168
8169         * ComboBox.cs: remove redundant OnDropDown call.  It is called
8170         from the ComboListBox.ShowWindow code. Fixes #79969.
8171
8172 2006-11-27  Chris Toshok  <toshok@ximian.com>
8173
8174         * Hwnd.cs: remove the setters for ExposePending and
8175         NCExposePending - noone uses them.
8176
8177 2006-11-27  Jackson Harper  <jackson@ximian.com>
8178
8179         * TextControl.cs: new param for ReplaceSelection which determines
8180         whether we select the new selection, or set the cursor to the end
8181         of the new selection.
8182         * TextBoxBase.cs: Use new param for ReplaceSelection.  When
8183         pasting, select the new text.
8184         * RichTextBox.cs: Use new param for ReplaceSelection.
8185
8186 2006-11-27  Jackson Harper  <jackson@ximian.com>
8187
8188         * TextBoxBase.cs: Set the selection to the caret after the caret
8189         is moved, otherwise they get out of sync.
8190
8191 2006-11-26  Everaldo Canuto  <everaldo@simios.org>
8192
8193         * ToolBar.cs: Fixe size of ToolBar when AutoSize is false,
8194         it fixes #80015
8195
8196 2006-11-26  Everaldo Canuto  <everaldo@simios.org>
8197
8198         * ThemeWin32Classic.cs: 
8199         - Fix toolbar drop down arrow position.
8200         - Fix drop down appearance when ToolBar.Appearance is normal,
8201         it fixes #80018.
8202         
8203 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
8204
8205         * ProgressBar.cs: GetStyle fixes for 2.0 profile.
8206         * Control.cs: Same.
8207         * UpDownBase.cs: Same.
8208         * ButtonBase.cs: Same.
8209         * ScrollBar.cs: Same.
8210         * TrackBar.cs: Same.
8211         * PictureBox.cs: Same.
8212         * UserControl.cs: Same.
8213         * Label.cs: Same.
8214         * ListControl.cs: Same.
8215         * TextBoxBase.cs: Same.
8216         * ListView.cs: Same.
8217         * RichTextBox.cs: Same.
8218         * TreeView.cs: Same.
8219
8220 2006-11-25  Jordi Mas i Hernandez <jordimash@gmail.com>
8221
8222         * PrintDialog.cs:
8223         - Text label for where 
8224         - Text label comment was not shown
8225
8226 2006-11-23  Everaldo Canuto  <everaldo@simios.org>
8227
8228         * ThemeWin32Classic.cs: Fix toolbar drop down arrow size.
8229
8230 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
8231
8232         * InternalWindowManager.cs: 
8233         - Handle WM_PARENTNOTIFY to activate the form
8234         if any child control is clicked.
8235         - The form is only sizable if not minimized.
8236
8237         * MdiWindowManager.cs:
8238         - Save the IconicBounds if the form is moved.
8239         - Rework SetWindowState, now the window bounds 
8240         are stored only if the old window state is Normal.
8241         
8242         * MdiClient.cs:
8243         - In SetWindowStates store the old window state if 
8244         the window is maximized and restore window state if
8245         the window looses focus.
8246         - Don't handle any scrollbar value changes if 
8247         initializing the scroll bars. Fixes #79771.
8248         - Reworked ArrangeIconicWindows. Current algorithm
8249         tests bounds agains all other minimized windows, if
8250         any intersections create new bounds (going left to 
8251         right, bottom to top) and then test again. When 
8252         successful the bounds are saved and never computed
8253         again. Fixes #79774.
8254
8255 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
8256
8257         * InternalWindowManager.cs: Added HandleTitleBarUp.
8258
8259 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
8260
8261         * NumericUpDown.cs: In .NET 1.1, user entered text is still
8262         hexadecimal in ParseUserEdit.
8263
8264         
8265 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
8266
8267         * MdiWindowManager.cs: 
8268         - Handle a click on the form's icon to show the 
8269         system menu (when maximized). Fixes #79775.
8270         - Change the existing click handler for the form's
8271         icon when not maximized to show on MouseUp.
8272         Fixes #79776.
8273
8274         * Form.cs: In OnResize only layout the mdi child's
8275         parent if it actually has a parent. Might not if
8276         the window is closing.
8277
8278
8279 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
8280
8281         * MdiClient.cs: Ignore active MDI client for text of parent, if
8282         child has no text set.
8283
8284 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
8285
8286         * ToolBar.cs: Fixed ToString to match MS.
8287
8288 2006-11-22  Andreia Gaita  <avidigal@novell.com>
8289
8290         * NumericUpDown: 
8291         - Fix DecimalPlaces, Hexadecimal and ThousandsSeparator to 
8292         update inner values on set. Fixes #79966.
8293         - Override OnLostFocus to update value on NET 2. Fixes #79950.
8294         - Fix hexadecimal parsing.
8295         
8296         * UpDownBase: Override OnGotFocus and OnLostFocus to notify 
8297         parent. Fixes #79957
8298
8299 2006-11-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8300
8301         * Control.cs: After calling SetWindowsPos in SetBoundsCore 
8302         the actual size has to be queried, since if height /
8303         width is negative Win32 changes it to 0. 
8304         Fixes #79999 on Windows.
8305         
8306         * XplatUIX11.cs: Set height / width to 0 if negative
8307         in SetWindowPos. Fixes #79999 on Linux.
8308         
8309 2006-11-22  Everaldo Canuto  <everaldo@simios.org>
8310
8311         * ThemeWin32Classic.cs: Fix text redenring when button is
8312         pressed.
8313
8314 2006-11-22  Everaldo Canuto  <everaldo@simios.org>
8315
8316         * MenuAPI.cs: Fixes behavior when menu is opened by kerboard
8317         and later navigate by mouse. Fixes #79528.
8318
8319 2006-11-21  Everaldo Canuto  <everaldo@simios.org>
8320
8321         * ToolBar.cs: Set default value for TabStop to false in
8322         constructor, it fixes remaining behavior of bug #79863.
8323
8324 2006-11-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8325
8326         * MdiWindowManager.cs:
8327         * InternalWindowManager.cs:
8328         - Moved a few methods specific to Mdi from 
8329         InternalWindowManager to MdiWindowManager.
8330         Fixes #79996.
8331         
8332 2006-11-21  Chris Toshok  <toshok@ximian.com>
8333
8334         * XplatUIOSX.cs: stub out InvalidateNC.
8335
8336         * XplatUIWin32.cs: implement InvalidateNC using the call I found
8337         at http://www.dotnet247.com/247reference/msgs/58/292037.aspx.
8338
8339         * XplatUIX11.cs: rename InvalidateWholeWindow to InvalidateNC.
8340
8341         * XplatUIDriver.cs: add InvalidateNC abstract method.
8342
8343         * XplatUI.cs: add InvalidateNC.
8344
8345 2006-11-21  Everaldo Canuto  <everaldo@simios.org>
8346
8347         * ToolBar.cs: Invalidate complete button area when pressed status 
8348         was changed.
8349         * ToolButton.cs: Fix InvalidateBorder for DropDown buttons.
8350         * ThemeWin32Classic.cs: Increase vertical and horizontal position 
8351         by 1 when button is pressed.
8352
8353 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
8354
8355         * ToolButton.cs: Invalidate middle of DropDown button when
8356         ToolBar theres DropDownArrows.
8357         * ThemeWin32Classic.cs: Change position of DropDown arrow and
8358         fix DropDown drawing operations.
8359
8360 2006-11-20  Chris Toshok  <toshok@ximian.com>
8361
8362         * NativeWindow.cs: fix the formatting of functions ('{' on the
8363         following line), and enable the thread exception dialog.
8364
8365         * Application.cs: remove the duplicate exception catching from
8366         here.
8367
8368 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
8369
8370         * Toolbar.cs: Triggers button click event when click on icon
8371         of dropdown ToolBarButton. Fixes #79912.
8372         
8373 2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8374
8375         * Theme.cs:
8376         * ThemeWin32Classic.cs:
8377         - Added a property WindowBorderFont to enable themeing
8378           of mdi child windows' Text.
8379           
8380 2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8381
8382         * InternalWindowManager.cs:
8383         * Form.cs:
8384         * MdiClient.cs:
8385         * MdiWindowManager.cs: 
8386         - If mdi child is maximized, set mdi parent's
8387           text to "Parent - [Child]". Fixes #79770.
8388         - If there is any maximized mdi child windows, only the active 
8389           window (and any new windows) is maximized, the rest are normal.
8390         - On a WindowState change only save mdi child's window bounds 
8391           if the old window state was normal. Fixes #79774.
8392         - The scroll bars are now calculated on hopefully all
8393           necessary events. Fixed #79771 / #79844->6 / #79906.
8394         - MdiClient.SizeScrollBars() now takes into account docked 
8395           controls in the parent when calculating available space.
8396         - InternalWindowManager now always repaints the entire title
8397           area. Fixes #79844->1/4/5.
8398         - Added RequestNCRecalc on mdi child windowstate changes.
8399           Fixes #79772.
8400
8401 2006-11-20  Mike Kestner  <mkestner@novell.com>
8402
8403         * ComboBox.cs: setup LargeChange on the scrollbar. Invoke FireMouseUp
8404         in the MouseUp handler of the listbox and move the return handling
8405         code to FireMouseUp to avoid scrolling on ups.  Fixes #79952.
8406
8407 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
8408
8409         * Toolbar.cs: Ignore right mouse clicks in toolbar. Fixes #79855. 
8410
8411 2006-11-17  Alexander Olk  <alex.olk@googlemail.com>
8412
8413         * MimeIcon.cs: Seems that DllImports that were fine in 1.2 are not
8414           working in 1.2.x anymore. So, updated.
8415
8416 2006-11-19  Gert Driesen  <drieseng@users.sourceforge.net>
8417
8418         * NumericUpDown.cs: Use NegativeSign, NumberDecimalSeparator and
8419         NumberGroupSeparator of current culture instead of assuming en-US.
8420         Fixed bug #79967.
8421
8422 2006-11-17  Mike Kestner  <mkestner@novell.com>
8423
8424         * Control.cs: Add the concept of implicit bounds setting so that
8425         dock/undock round trips preserve explicitly set size/locations.
8426         Fixes #79313.
8427
8428 2006-11-17  Alexander Olk  <alex.olk@googlemail.com>
8429
8430         * FileDialog.cs: Trim all filters, otherwise DirInfo.GetFiles
8431           can't handle those filters. (Fixes bug #79961)
8432
8433 2006-11-17  Chris Toshok  <toshok@ximian.com>
8434
8435         [ fixes the exit/crashes associated with #79835.  it's clearly
8436         suboptimal though, we need to figure out a better way to solve
8437         this. ]
8438         
8439         * PrintPreviewControl.cs: deal with the new invalid printer
8440         exceptions.
8441
8442         * PageSetupDialog.cs: if the printer is invalid, pop up a dialog
8443         and return false (so CommonDialog.ShowDialog doesn't actually show
8444         the form.)
8445
8446         * PrintDialog.cs: enable/disable the Ok button depending on
8447         whether or not the printer is valid.
8448
8449         * CommonDialog.cs (ShowDialog): only actually show the form if
8450         RunDialog returns true.
8451
8452 2006-11-17  Jackson Harper  <jackson@ximian.com>
8453
8454         * TextControl.cs: When soft splitting a line, mark it as a soft
8455         split line. Also carry over the current line break to the next
8456         line.
8457
8458 2006-11-17  Chris Toshok  <toshok@ximian.com>
8459
8460         * XplatUIX11.cs: when scrolling a window with an invalid area, we
8461         only want to shift the part of the invalid area that overlaps the
8462         area we're scrolling.  we also don't want to clear the invalid
8463         area unless the invalid area was entirely contained within the
8464         scrolling area.
8465
8466 2006-11-16  Chris Toshok  <toshok@ximian.com>
8467
8468         * XplatUIX11.cs: remove the handling of the TimerEvent stuff, and
8469         also make sure to free the memory returned by XGetWindowProperty
8470         in GetText().
8471
8472         * X11Structs.cs: remove the TimerEvent stuff, it's unused.
8473
8474 2006-11-16  Chris Toshok  <toshok@ximian.com>
8475
8476         * XplatUI.cs: add a new super secret way to get at the totally
8477         unsupported X11 backend.
8478
8479 2006-11-16  Gert Driesen  <drieseng@users.sourceforge.net>
8480
8481         * NumericUpDown.cs: Allow lowercase letters when in hex-mode.
8482
8483 2006-11-16  Jackson Harper  <jackson@ximian.com>
8484
8485         * TreeView.cs: Allow more explicit setting of top node position
8486         for scrollbars. Slower algo, but more accurate.
8487         - CollapseAll should maintain the current top node.
8488         * TextBoxBase.cs: When positioning the caret, use the line, pos
8489         method, since the x, y method does not grab the correct tag, and
8490         the caret height never gets set correctly. (Maybe I should just do
8491         away with the caret having its own height, and always use the
8492         carets current tag for height).
8493
8494 2006-11-16  Jonathan Pobst  <monkey@jpobst.com
8495
8496         [Fixes 79778, 79923]
8497
8498         * XplatUIWin32.cs: Don't allow a parent to be set to IntPtr.Zero.
8499         Parent to the FosterParent instead.
8500
8501 2006-11-16  Jackson Harper  <jackson@ximian.com>
8502
8503         * TreeView.cs: Need to recalc the topnode when we expand or
8504         collapse. The scrolling methods can't handle this on their own,
8505         since they use differences between the last scroll position, and
8506         those difference get completely messed up since we are expanding
8507         nodes.  This problem should probably be fixed in the scrolling
8508         methods, so they can figure out exactly where they are, but this
8509         will slow things down a little.
8510         * ThemeWin32Classic.cs: Special case for groupboxes with empty
8511         strings, makes nunit-gui look a lot nicer.
8512
8513 2006-11-16  Chris Toshok  <toshok@ximian.com>
8514
8515         * XplatUIX11.cs: nasty, nasty, nasty changes required because of
8516         the broken multithreaded event handling we have in here.  File
8517         this entry under "Why we should move to the new X11 backend".
8518
8519         Any thread can make it into UpdateMessageQueue, which gets events
8520         from the X socket - some of which could belong to hwnds being
8521         managed by a different thread.  We can also have multiple threads
8522         in UpdateMessageQueue at the same time, with each one reading from
8523         the X socket.  This leads to many problems, with the following
8524         solutions:
8525
8526         We can't use hwnd.Queue.Enqueue anywhere in here and must use
8527         EnqueueLocked.
8528
8529         The MotionNotify compression we do can't work across threads
8530         (without locking the entire queue, perhaps) since we call
8531         hwnd.Queue.Peek, so we just punt and don't compress motion events
8532         unless the owning thread is the one which got the X event.
8533
8534         ConfigureNotify is another fun one, since it modifies the hwnd's
8535         bounds and then enqueues the event.  We add a lock to Hwnd which
8536         is held when setting configure_pending to true (and enqueuing the
8537         event).
8538
8539         There is a race wrt the wake socket.  we need to make sure that
8540         only 1 thread is waiting on that socket, or else a thread could
8541         sleep waiting for data that never comes.  It's difficult (but not
8542         impossible) to make happen, because it seems to require something
8543         like the following:
8544
8545             1. Thread 1 polls on wake_receive
8546         
8547             2. poll returns saying there's data to be read on
8548                wake_receive.
8549         
8550             3. Thread 2 polls on wake_receive and immediately returns
8551                saying there's data to be read.
8552
8553             4. Thread 2 reads the wakeup byte from wake_receive
8554
8555             5. Thread 1 attempts to read the wakeup byte from
8556                wake_receive.
8557
8558             6. Thread 2 exits (due to a form closing, perhaps).
8559
8560             7. Thread 1 blocks forever.
8561         
8562         Fun, eh?
8563
8564         Fixing the Expose handling isn't done yet, and the races inherent
8565         in that piece of code are responsible for the drawing mistakes you
8566         see when generating expose events in a MT app (like NPlot).  This
8567         one is the likely to be the hardest to bandaid, and it doesn't
8568         appear to cause anything but drawing problems.  The other issues
8569         caused apps to exit or hang.
8570
8571         * XEventQueue.cs: output some spew when Dequeue/Enqueue/Peek are
8572         called from a different thread than the one that should be calling
8573         these functions.
8574
8575         * Hwnd.cs: add some locks to be used by the XplatUIX11 code.
8576
8577 2006-11-15  Chris Toshok  <toshok@ximian.com>
8578
8579         * Application.cs: null out the context's MainForm when we exit
8580         RunLoop.  Fixes a newly checked in unit test as well as the last
8581         ODE from bug #79933.
8582
8583 2006-11-15  Chris Toshok  <toshok@ximian.com>
8584
8585         * Form.cs (set_Owner): allow a null value so we can clear the
8586         form's owner.
8587         (Dispose): set all our owned_form's Owner properties to null, and
8588         clear the owned_forms collection.
8589         (WM_CLOSE): clean up this a little bit.. still not right though.
8590
8591         * ApplicationContext.cs: OnMainFormClosed should only call
8592         ExitThreadCore if the main form isn't recreating.  Fixes unit
8593         test.
8594
8595 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
8596
8597         [Fixes 78346]
8598
8599         * ComboBox.cs: Set the Hwnd.no_activate flag for the ComboListBox.
8600
8601 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
8602
8603         [Fixes 79433]
8604
8605         * Hwnd.cs: Add a flag to show a window, but not activate it, to 
8606         keep popup window types from stealing focus from the main form
8607         on Windows.
8608
8609         * XPlatUIWin32.cs: Use SW_SHOWNOACTIVATE if above field is true.
8610
8611         * MenuAPI.cs: Set above flag to true.
8612
8613 2006-11-15  Chris Toshok  <toshok@ximian.com>
8614
8615         * XplatUIX11.cs: mimic win32 behavior on BUTTONUP events, where
8616         the button being released is not in wParam.
8617
8618 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
8619
8620         * Form.cs: Add the released button to MouseEventArgs.Button
8621         for the OnMouseUp call to the MenuTracker.  Fixes menu clicking
8622         on Win32.
8623
8624 2006-11-15  Chris Toshok  <toshok@ximian.com>
8625
8626         * XplatUIX11.cs: add (untested) a _NET_WM_NAME implementation of
8627         GetText().  untested because it's unused in our implementation.
8628         Control.Text always caches the text, even if
8629         ControlStyles.CacheText is not set.
8630
8631         fixes bug #79939.
8632
8633 2006-11-15  Chris Toshok  <toshok@ximian.com>
8634
8635         [ fixes #79933 ]
8636         
8637         * Form.cs: in Close() don't do anything after we send the WM_CLOSE
8638         message.  no hiding, no disposing.
8639
8640         in the WM_CLOSE handler, hide the form if it's modal.
8641
8642 2006-11-15  Chris Toshok  <toshok@ximian.com>
8643
8644         * XplatUIX11.cs: use AddExpose instead of sending a message.
8645         fixes textbox border drawing.
8646
8647 2006-11-15  Chris Toshok  <toshok@ximian.com>
8648
8649         * PropertyGridView.cs: keep from crashing on mouse move/down when
8650         the property grid is empty.
8651
8652 2006-11-14  Jackson Harper  <jackson@ximian.com>
8653
8654         * TextControl.cs: Make PageUp and PageDown more like the MS
8655         versions.
8656         * TextBoxBase.cs: When we set the text property position the
8657         cursor at the beginning of the document.
8658
8659 2006-11-14  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8660
8661         * Form.cs: if a mdi child's WindowState has changed
8662         before it's creation, it would display wrong control
8663         buttons.
8664         
8665 2006-11-14  Alexander Olk  <alex.olk@googlemail.com>
8666
8667         * TreeView.cs: De-uglify TreeView checkbox checkmarks.
8668           (Fixes bug #79927)
8669
8670 2006-11-14  Rolf Bjarne Kvinge <RKvinge@novell.com> 
8671
8672         * XplatUIX11.cs: send a WM_NCPAINT on WM_NCCALCSIZE so that 
8673         the window gets to paint its borders even if the window is
8674         getting smaller.
8675         
8676         * Form.cs: on a WM_NCPAINT invalidate the entire menu, 
8677         otherwise the old control buttons would still be painted 
8678         if the window gets bigger.
8679         
8680         * PaintEventArgs.cs: add an internal method so that the clip 
8681         rectangle can be changed.
8682         
8683 2006-11-13  Chris Toshok  <toshok@ximian.com>
8684
8685         [ fixes bug #79745 ]
8686         
8687         * NotifyIcon.cs: lots of cleanup.
8688
8689         * X11Structs.cs: add an enum for XEMBED messages.
8690
8691         * XplatUIX11.cs: reindent one of the giant switch statements, it
8692         was taking up an additional tab stop, and this file is already way
8693         too wide for my laptop's screen.
8694
8695         Also, add handling for the XEmbed EMBEDDED_NOTIFY message.  When
8696         we get it, resize the hwnd to the WMNormalHints max_width/height.
8697
8698 2006-11-13  Jackson Harper  <jackson@ximian.com>
8699
8700         * TextBoxBase.cs: Compute the value changes for the mouse wheel
8701         teh simple way.
8702
8703 2006-11-13  Chris Toshok  <toshok@ximian.com>
8704
8705         * XplatUIX11.cs, XplatUIStructs.cs: kind of a gross fix for
8706         #79898.  force a reference to the Region to stick around so the
8707         unmanaged object isn't collected (rendering our handle in the MSG
8708         stale).
8709
8710 2006-11-13  Chris Toshok  <toshok@ximian.com>
8711
8712         * XplatUIX11.cs: fix #79917 for window managers which support
8713
8714         using XStoreName on the raw utf8, and we need to convert to
8715         COMPOUND_TEXT if it's non-latin1.
8716
8717 2006-11-13  Chris Toshok  <toshok@ximian.com>
8718
8719         * Form.cs (set_DialogResult): we need to set closing to false if
8720         we're setting our result to None.  fixes bug #79908.
8721
8722 2006-11-13  Jackson Harper  <jackson@ximian.com>
8723
8724         * TextControl.cs: When formatting text, compute the adjusted tag
8725         lengths correctly, using FindTag for the end tag instead of trying
8726         to figure it out outselves.
8727         * TreeNode.cs: Use ActualItemHeight, which is the actual height of
8728         the item, ItemHeight doesn't work, because trees with large
8729         imagelists use those for their height
8730         * TreeView.cs: ActualItemHeight factors in the image height
8731         - compute left edge of checkboxes correctly
8732         - when expanding/collapsing move the bottom down one pixel, so we
8733         aren't moving part of the node
8734
8735 2006-11-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8736
8737         * XplatUIX11.cs: The PaintEventArgs is also added to the drawing
8738         stack in PaintEventStart so that it won't get disposed by the gc
8739         before reaching PaintEventEnd.
8740
8741 2006-11-13  Jackson Harper  <jackson@ximian.com>
8742
8743         * TextBoxBase.cs: Don't select the word if we are on a line with
8744         no text.
8745         - We don't need to position the caret on mouse up, since the mouse
8746         move handler should be doing this
8747         - When double clicking a blank line, the caret is advanced to the
8748         next line.
8749
8750 2006-11-13  Gert Driesen  <drieseng@users.sourceforge.net>
8751
8752         * TreeNodeCollection.cs: Avoid duplicating indexer code.
8753
8754 2006-11-12  Gert Driesen  <drieseng@users.sourceforge.net>
8755
8756         * ColorDialog.cs: Reset size of dialog between calls to ShowDialog.
8757         Fixes part of bug #79910.
8758
8759 2006-11-11  Alexander Olk  <alex.olk@googlemail.com>
8760
8761         * ColorDialog.cs: Fix a NRE when adding a color to custom colors
8762           (bug #79903). Some minor string updates to match ms.
8763
8764 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
8765
8766         * FileDialog.cs: Don't add an extension if the filename
8767           already ends with that extension.
8768
8769 2006-11-10  Jackson Harper  <jackson@ximian.com>
8770
8771         * TreeView.cs: Use the currently highlighted node for the
8772         BeforeSelect event.
8773         * TextBoxBase.cs: There is no need to expand selection on
8774         MouseMove.
8775         - CanUndo means 'is there any undo operations', not 'is undo
8776         allowed on this textcontrol. Fixed ClearUndo unit test.
8777
8778 2006-11-10  Andreia Gaita  <shana.ufie@gmail.com>
8779
8780         * Button.cs: only perform click when button is Selectable (so as 
8781         not to activate default buttons when they're disabled)
8782         
8783         * Control.cs: Rewrite of the SelectNextControl and related 
8784         methods. HandleClick now selects next control if the current one
8785         is being disabled.
8786         
8787         * Form.cs: OnActivated selects next active control only if Load 
8788         has already occurred. If Load hasn't run, there's no point in 
8789         selecting here, Load might change the state of controls.
8790         
8791         * FocusTest.cs: Tests marked as working again for these fixes
8792
8793 2006-11-10  Chris Toshok  <toshok@ximian.com>
8794
8795         * XplatUIX11.cs: a couple of fixes.
8796
8797         - use XInternAtoms with almost all the atoms we need to register,
8798         instead of many, many calls to XInternAtom.  should help a bit on
8799         startup time, at the expense of making the code look a little
8800         worse.
8801
8802         - fall back to setting TransientFor on TOOLWINDOW's if their hwnd
8803         isn't reparented (which seems to be a clue that we're running fon
8804         compiz) and they have an Owner form.  This fixes the tool windows
8805         in paint.net when running under compiz.
8806
8807         - when setting the opacity of a window, support both the case
8808         where the window has been reparented and also when it hasn't been.
8809         Since compiz/beryl doesn't seem to reparent windows, and these are
8810         the only window managers which support translucency, I'm not sure
8811         why we need the hwnd.reparented case at all.. but leave it in.
8812         now we get translucent windows in paint.net under compiz/beryl.
8813
8814 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
8815
8816         * FileDialog.cs: Always return the value for FilterIndex that
8817           was set. Internally convert it to values that make sense.
8818
8819 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
8820         
8821         * ThemeWin32Classic.cs: Fix drowp down arrow borders.
8822
8823 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
8824
8825         * Toolbar.cs: Change default value of DropDownArrows to true, the 
8826         signature still using false to make it compatible with MS but the 
8827         initial value is true. Fixes #79855.
8828
8829 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
8830
8831         * MimeIcon.cs: Don't throw an exception on windows. Mime stuff is
8832           only available on Linux.
8833
8834 2006-11-09  Everaldo Canuto  <everaldo@simios.org>
8835
8836         * Toolbar.cs, ToolBarButton.cs: Fix wrong separator size and
8837         reduce number of calls to redraw method during toolbar creation.
8838
8839 2006-11-09  Mike Kestner  <mkestner@novell.com>
8840
8841         * ListView.cs : raise SelectedIndexChanged when an item is selected
8842         programmatically via the Item.Selected property.  Gert's nice 
8843         ListViewSelectedIndexChanged test fixture now runs clean.
8844
8845 2006-11-09  Mike Kestner  <mkestner@novell.com>
8846
8847         * ListView.cs : raise SelectedIndexChanged when a selected item is
8848         removed from the item collection using Remove or RemoveAt.
8849
8850 2006-11-09  Mike Kestner  <mkestner@novell.com>
8851
8852         * ListView.cs : raise SelectedIndexChanged once per selected item
8853         for compat with MS.  Fixes #79849+.
8854
8855 2006-11-09  Chris Toshok  <toshok@ximian.com>
8856
8857         * TabControl.cs: initialize row_count to 0, and set it to 1 when
8858         we need to (if we have any tab pages).  Fixes unit test.
8859
8860 2006-11-09  Chris Toshok  <toshok@ximian.com>
8861
8862         * Label.cs (CalcPreferredWidth): if Text == "", our preferred
8863         width is 0, not 3.  Fixes a unit test.
8864
8865 2006-11-09  Mike Kestner  <mkestner@novell.com>
8866
8867         * ListView.cs : use Implicit scrollbars so that focus isn't 
8868         stolen from the listview when they are clicked. Fixes #79850.
8869
8870 2006-11-09  Chris Toshok  <toshok@ximian.com>
8871
8872         * PropertyGridView.cs (OnPaint): only call DrawGridItems if we
8873         have a root item.  Fixes #79879.
8874
8875 2006-11-09  Alexander Olk  <alex.olk@googlemail.com>
8876
8877         * FileDialog.cs:
8878           - Fix ToString ()
8879           - An ArgumentException is now thrown if a wrong filter
8880             is applied (matches ms). The previous filter doesn't change
8881             anymore if an exception is thrown.
8882           - Changing the FileName property also affects FileNames
8883         * ColorDialog.cs: The length of the CustomColors array is always
8884           16. It doesn't matter if we use a smaller array or null to update
8885           or change the custom colors property.
8886         * FolderBrowserDialog.cs: Throw an InvalidEnumArgumentException if
8887           for RootFolder if we get a undefined value.
8888
8889 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8890
8891         * StatusBarPanel.cs: 
8892         - Width is set to MinWidth if Width is smaller than
8893         MinWidth. Fixes #79842.
8894         - MinWidth now always overrides Width (MSDN says MinWidth
8895         is set to Width when AutoSize = None, but they do not 
8896         behave like that).
8897         - Style has now the the correct default value.
8898         
8899 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8900  
8901         * TrackBar.cs: 
8902         - The control is completely invalidated on 
8903         Got/LostFocus to draw the focus rectangle correctly.
8904         - When AutoSize then height is always 45 (width for 
8905         vertical controls).
8906         
8907         * ThemeWin32Classic.cs: The TrackBar thumb is now centered
8908         on the mouse when moved and it doesn't move when grabbed
8909         until the mouse moves as well. Also fixed some wrong 
8910         calculations when clicking on the thumb (control thought
8911         click was outside of thumb and didn't grab it).
8912         Fixes some of the issues in #79718.
8913
8914 2006-11-08  Everaldo Canuto  <everaldo@simios.org>
8915
8916         * Toolbar.cs: Prevent disabled button to highlight. Fixes #79868.
8917
8918 2006-11-08  Chris Toshok  <toshok@ximian.com>
8919
8920         * PropertyGridView.cs: only call ToggleValue if the item is not
8921         readonly.
8922
8923 2006-11-08  Jackson Harper  <jackson@ximian.com>
8924
8925         * TextBoxBase.cs: The RichTextBox and textbox have very different
8926         word selection methods.  Implement the textbox's simple word
8927         selection here, and let the RichTextBox override and provide it's
8928         own.
8929         - Don't do extra selection on mouseup
8930         * RichTextBox.cs: Use the documents word selection algorithm, I
8931         think ideally, this function will be pulled into the
8932         RichTextBox.cs code someday.
8933
8934 2006-11-08  Chris Toshok  <toshok@ximian.com>
8935
8936         * RootGridEntry.cs: new class to represent GridItemType.Root.
8937
8938         * CategoryGridEntry.cs: reformat, and add boilerplate.
8939         
8940         * GridEntry.cs: remove the UIParent stuff - turns out .Parent
8941         returns the UI parent anyway, and we need special handling to
8942         implement the GetTarget method in the face of it.  Also, implement
8943         Select().
8944
8945         * PropertyGrid.cs, PropertyGridView.cs: a number of fixes.  create
8946         a root grid item, and use that instead of PropertyGrid.grid_items.
8947         Also, make use of TypeConverters (and add limitted support for
8948         ICustomTypeDescriptors) when initially populating the grid.
8949         Arrays now show up more or less properly.
8950
8951 2006-11-08  Chris Toshok  <toshok@ximian.com>
8952
8953         * Application.cs: set the modal dialog to non modal after we close
8954         it.  Fixes bug #79866.
8955
8956 2006-11-08  Jackson Harper  <jackson@ximian.com>
8957
8958         * TextControl.cs: When combining lines carry over the line end
8959         style from the end line.
8960         - Invalidate the selected area when setting it, if it is visible.
8961         * TextBoxBase.cs: Only rich text box can do full line selects.
8962         - Make sure to set the cursor position when there is a click,
8963         otherwise two clicks in separate areas could cause a large chunk
8964         to be selected.
8965
8966 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
8967
8968         * Toolbar.cs: Release flat button borders when Toolbar lost focus. 
8969         Fixes #79863.
8970
8971 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
8972
8973         * Toolbar.cs: Prevent toolbar to open more than one tooltip at same
8974         time. Remove tooltips when ToolButton click events.  Fixes #79856.
8975
8976 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
8977
8978         * MenuAPI.cs: Ignore right click for menu actions and fixes
8979         menu border when clicked.  Fixes #79846.
8980
8981 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
8982
8983         * XplatUIX11.cs, XplatUIX11.cs: Fix MouseRelease to only release
8984         MouseState after create wParam for message, this fixes mouse button 
8985         equal none in mouse up events.
8986         
8987 2006-11-07  Andreia Gaita  <shana.ufie@gmail.com>
8988
8989         * Control.cs : Focus() now calls Select to set the Container's
8990         Active Control and to give it focus. To avoid infinite recursion
8991         (because ActiveControl also calls Focus at one point), a check 
8992         is made in Focus with the help of a new internal variable
8993         is_focusing.
8994
8995 2006-11-07  Mike Kestner  <mkestner@novell.com>
8996
8997         * ListView.cs : raise OnSelectedIndexChanged in CreateHandle
8998         if there's a selection.  Fixes #79849.
8999
9000 2006-11-07  Gert Driesen  <drieseng@users.sourceforge.net>
9001
9002         * PropertyGrid.cs: Avoid fixed height of help description label.
9003         Fixes part of bug #79829.
9004
9005 2006-11-07  Chris Toshok  <toshok@ximian.com>
9006
9007         * XplatUIX11.cs: fix #79790 again, by using the
9008         _NET_WM_STATE_SKIP_TASKBAR atom to implement Form.ShowInTaskbar.
9009
9010 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
9011
9012         * ToolBar.cs: Fix left click checking.
9013
9014 2006-11-07  Chris Toshok  <toshok@ximian.com>
9015
9016         * ProgressBar.cs: fix a typo in ToString().  fixes a unit test.
9017
9018 2006-11-07  Chris Toshok  <toshok@ximian.com>
9019
9020         * RelatedPropertyManager.cs: set property_name in our ctor.  fixes
9021         PropertyManager unit tests.
9022
9023         * PropertyManager.cs: make property_name internal.
9024
9025 2006-11-07  Chris Toshok  <toshok@ximian.com>
9026
9027         * ButtonBase.cs: initialize base.ime_mode to ImeMode.Disable to
9028         pass a unit test.  Also, don't set image_index to anything in
9029         response to setting the ImageList property.
9030
9031 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
9032
9033         * ToolBar.cs: Ignore click events when mouse button is not a
9034         left button, only accepts other button for dropdown menus.  
9035         Fixes #79854.
9036
9037 2006-11-07  Chris Toshok  <toshok@ximian.com>
9038
9039         * DataGrid.cs: make the back and parent row buttons a little less
9040         ugly.
9041
9042 2006-11-07  Jackson Harper  <jackson@ximian.com>
9043
9044         * TextBoxBase.cs: When converting to Text don't put line breaks in
9045         for soft line breaks.
9046         * TextControl.cs: There is an initial "fake" line in the document,
9047         this is now a soft break line, so that an extra line feed doesn't
9048         get added to the end of documents.
9049
9050 2006-11-07  Chris Toshok  <toshok@ximian.com>
9051
9052         [ fix bug #79778 ]
9053         
9054         * CurrencyManager.cs: if the list is readonly, don't bother
9055         checking if IBindingList.AllowNew is true.
9056
9057         * ThemeWin32Classic.cs (DataGridPaintParentRow): make this work
9058         for non-DataRowView datasources..  or rather, make it not crash.
9059         (DataGridPaintRelationRow): make sure we limit the row painting to
9060         the area not covered by the row header, and make our cell width at
9061         least large enough to cover the relation area.  This allows grids
9062         that have relations but no rows to render correctly.
9063         (DataGridPaintRowContents): same type of changes here.
9064         (SetDataSource): move back to always calling
9065         CalcAreasAndInvalidate.  this fixes a crash/drawing problem when
9066         navigating back through relations.
9067         (HitTest): handle the case where we have no cells but have
9068         relations.  Right now we generate a hit in cell 0 of whatever the
9069         row is, not sure if this is strictly correct, but it works for our
9070         purposes.
9071         
9072         * DataGrid.cs (EndEdit, CancelEdit): if we have no columns, don't
9073         bother doing anything.
9074
9075 2006-11-07  Jonathan Pobst  <monkey@jpobst.com>
9076
9077         * StatusStrip.cs, ToolStripStatusLabel.cs: By request, an
9078         early version of StatusStrip.  Not responsible for eaten
9079         application or firstborn children.
9080
9081 2006-11-06  Chris Toshok  <toshok@ximian.com>
9082
9083         * TabControl.cs: in OnGotFocusInternal/OnLostFocusInternal don't
9084         call GetTabRect with a -1 index.  Fixes #79847.
9085
9086 2006-11-06  Jackson Harper  <jackson@ximian.com>
9087
9088         * TreeNodeCollection.cs: Update scrollbars after clearing.
9089
9090 2006-11-06  Chris Toshok  <toshok@ximian.com>
9091
9092         * NumericUpDown.cs: fix the ToString method for some unit test
9093         love.
9094
9095 2006-11-06  Chris Toshok  <toshok@ximian.com>
9096
9097         * PropertyGrid.cs:
9098         - set the initial SelectedGridItem if we can.
9099
9100         - Exclude non-mergable properties only if we're merging > 1
9101         object.  Merging 1 object isn't really merging, obviously.
9102
9103         - Handle PropertySort.NoSort just like Alphabetical, which is
9104         wrong of course, but at least gets things on the screen.
9105         
9106         * PropertyGridView.cs:
9107         - Add method "FindFirstItem" which finds the first property grid
9108         item, so we can select it by default.
9109
9110         - make use of GridEntry.CanResetValue.
9111
9112         - Don't call RedrawBelowItemOnExpansion here anymore, the
9113         individual GridEntry's will do that.
9114
9115         - Remove the ITypeDescriptorContextImpl internal class.
9116         
9117         * GridEntry.cs:
9118         - this class needs to implement ITypeDescriptorContext, as it's
9119         what MS's PropertyDescriptorGridEntry does, which means we can
9120         remove the ITypeDescriptorContextImpl internal class from
9121         PropertyGrid.cs.  This fixes the crashing portion of bug #79829.
9122
9123         - keep a reference to our PropertyGridView, and move the call to
9124         RedrawBelowItemOnExpansion here from PGV.  This means
9125         programmaticly setting Expanded actually does something visible.
9126
9127         - add a CanResetValue() function which takes into account our
9128         possibly multiple "selected_objects" in the merged case.  Shifting
9129         PropertyGridView to use this method fixes another unreported
9130         crasher found running the test for #79829.
9131
9132         - when Top or Bounds is updated, make sure the PropertyGridTextBox
9133         is updated to reflect this.
9134
9135         * CategoryGridEntry.cs: the ctor takes the PGV now.
9136         
9137 2006-11-06  Jackson Harper  <jackson@ximian.com>
9138
9139         * TextControl.cs: These are 1 based.
9140         * TextBoxBase.cs: When setting the selected text, don't change the
9141         selected text tags, this is done by ReplaceText, just position the
9142         cursor at the end of the new text.
9143
9144 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
9145
9146         * ListView.cs: Allow label edit only when, when LabelEdit is
9147           set to true.
9148
9149 2006-11-06  Jackson Harper  <jackson@ximian.com>
9150
9151         * TextControl.cs: If a suitable wrapping position isn't found,
9152         just wrap right in the middle of a word.
9153
9154 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
9155
9156         * ListView.cs, ListViewItem.cs: Implement LabelEdit. Fixes
9157           bug #79820.
9158
9159 2006-11-06  Jackson Harper  <jackson@ximian.com>
9160
9161         * TreeView.cs: Can't use the VisibleCount property when setting
9162         scrollbar heights, because this doesn't take into account whether
9163         or not the horz scrollbar just came visible.
9164
9165 2006-11-05  Everaldo Canuto  <everaldo@simios.org>
9166
9167         * MenuAPI.cs: Deactivate menu on mouse up when menus it is already
9168         activated.  Fixes #79369, #79832.
9169
9170 2006-11-05  Alexander Olk  <alex.olk@googlemail.com>
9171
9172         * FileDialog.cs: *sigh* Because of recent runtime changes (r67043) I
9173           had to remove support for links that point to a directory. FileInfo
9174           returns no usefull information (means, the directory they point to)
9175           for such links. Replaced some empty string ("") with String.Empty.
9176
9177 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
9178
9179         * TreeNodeCollection.cs: To match MS, in 1.0 profile throw 
9180         NullReferenceException when attempting to remove node that is not in
9181         collection. Throw NullReferenceException when null is passed to 
9182         Remove. Allow first element of the collection to be removed. Fixes
9183         bug #79831.  In GetEnumerator ().Current return null if positioned 
9184         before the first element of the collection. In GetEnumerator ().Reset,
9185         position before first element of the collection.
9186
9187 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
9188
9189         * PropertyGrid.cs: To match MS, remove default title and description
9190         for panel. Fixed tooltips for Categorized and Alphabetic toolbar
9191         buttons.
9192
9193 2006-11-04  Chris Toshok  <toshok@ximian.com>
9194
9195         * Theme.cs: add a Clamp method, just for kicks.
9196
9197         * ThemeWin32Classic.cs: clamp all color components to [0..255].
9198
9199 2006-11-04  Chris Toshok  <toshok@ximian.com>
9200
9201         * Form.cs: if the form isn't visible, Close() does nothing.
9202
9203 2006-11-03  Chris Toshok  <toshok@ximian.com>
9204
9205         * Form.cs (Close): if the form is modal, don't Dispose of it, only
9206         Hide it.
9207         (WndProc): don't Dispose after handling the WM_CLOSE message.
9208
9209         * Application.cs (RunLoop): toplevels is a list of Forms, so treat
9210         them as such, instead of using casts from Control to Form.  Also,
9211         don't Dispose of the modal dialog when we fall out of the loop -
9212         Close() it instead.
9213
9214         fixes bug #79813.
9215
9216 2006-11-03  Chris Toshok  <toshok@ximian.com>
9217
9218         * Control.cs (Dispose): only go through the dispose thing if we're
9219         @disposing, and we haven't already been disposed.  Fixes bug
9220         #79814.
9221
9222         * Form.cs: no reason to call "base.Dispose()" here instead of
9223         "Dispose()".
9224
9225 2006-11-03  Mike Kestner  <mkestner@novell.com>
9226
9227         * ComboBox.cs : use ToString instead of casts in AddItem for
9228         sorting functionality.  Fixes #79812.
9229
9230 2006-11-03  Chris Toshok  <toshok@ximian.com>
9231
9232         * Application.cs: pave the way for actually using the thread
9233         exception dialog.  it's ifdefed out at the moment.
9234
9235 2006-11-03  Chris Toshok  <toshok@ximian.com>
9236
9237         * ThreadExceptionDialog.cs: until we get a better layout, actually
9238         hide the details textbox and label when we shouldn't see them.
9239
9240 2006-11-03  Jackson Harper  <jackson@ximian.com>
9241
9242         * TextBoxBase.cs: Don't bail from the scrollbar calcs for non
9243         multiline textboxes anymore.  This method also determines the
9244         width/height of a textboxes canvas area.
9245         - Sorta a revert of the last patch.  For multiline just position
9246         the controls, then bail.  This way the scrollbar width won't be
9247         altered.
9248
9249 2006-11-03  Everaldo Canuto  <everaldo@simios.org>
9250
9251         * ThemeWin32Classic.cs: Dont paint inner lines of 3D border when
9252         it dont need.  Fixes #79537.
9253
9254 2006-11-02  Jackson Harper  <jackson@ximian.com>
9255
9256         * X11Dnd.cs: We always allow copy, since XDND implies Copy.  Also
9257         send the status after firing the DndOver event.
9258
9259 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
9260
9261         * TrackBar.cs: Now orientation only switches height / width if
9262         the control's handle is created (Win32 does it like this). Also 
9263         fixed a typo in ToString() for a test to pass, changed the 
9264         exception thrown in set_LargeChange and set_SmallChange to 
9265         match Win32 behaviour, and added TrackBar tests to the unit 
9266         tests.
9267
9268 2006-11-02  Chris Toshok  <toshok@ximian.com>
9269
9270         * XplatUIX11.cs: the atom we want is _NET_WM_STATE_SKIP_TASKBAR,
9271         not _NET_WM_STATE_NO_TASKBAR.
9272
9273 2006-11-02  Jackson Harper  <jackson@ximian.com>
9274
9275         * TextControl.cs: Increment count by one, since in the update view
9276         count - 1 is used.
9277
9278 2006-11-02  Jackson Harper  <jackson@ximian.com>
9279
9280         * TextBoxBase.cs: Use client rectangle not bounds for checking if
9281         the mouse is in the client rectangle (duh).
9282
9283 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
9284         
9285         * TrackBar.cs: Fixed trackbar jumping around when clicking
9286         on it - the trackbar was not detecting correctly at which
9287         side of the thumb the click was done. (fixes #79718)
9288
9289 2006-11-02  Everaldo Canuto  <everaldo@simios.org>
9290
9291         * ListBox.cs: scroll visible area when change SelectedIndex to
9292         a non visible area.  Fixes #79481.
9293
9294 2006-11-01  Jackson Harper  <jackson@ximian.com>
9295
9296         * TextControl.cs: When replacing the selection move the selection
9297         start/end/anchor to the end of the new text.
9298
9299 2006-11-01  Jackson Harper  <jackson@ximian.com>
9300
9301         * XplatUIWin32.cs: When setting the parent change the controls
9302         visibility to it's visibility flag, not to it's old parents
9303         visibility (.Visible walks the parent chain).
9304
9305 2006-11-01  Chris Toshok  <toshok@ximian.com>
9306
9307         * XplatUIX11.cs: revert the #79790 fix, as the simple.
9308         XSetTransientForHint fix breaks paint .net's tool windows.  more
9309         work needed for that one.
9310
9311 2006-11-01  Chris Toshok  <toshok@ximian.com>
9312
9313         * ScrollBar.cs: throw ArgumentException instead of Exception in
9314         LargeChange/SmallChange setters.  fixes unit tests.
9315
9316 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
9317
9318         * ContainerControl.cs: reverted rev.67183 (which was itself
9319         a reversion of rev.66853... eh).
9320         
9321         * Control.cs: Fixes Reflector hang by changing Focus() call
9322         to what it was before rev.66643 (calling Select() here sets 
9323         ActiveControl, which in some situations calls back Focus and 
9324         eventually does a stack overflow). Temp fix.    
9325         Changes to GetNextControl() to not look for children to select when
9326         parent cannot be selectable (so it looks for siblings instead)  
9327         
9328 2006-10-31  Mike Kestner  <mkestner@novell.com>
9329
9330         * CheckedListBox.cs : off by one error in returned index from
9331         ObjectCollection.Add.  Fixes #79758.
9332
9333 2006-10-31  Chris Toshok  <toshok@ximian.com>
9334
9335         * UpDownBase.cs: remove the OnGotFocusInternal/OnLostFocusInternal
9336         calls for the textbox/spinner, to keep from recursing to the point
9337         where we crash.  Fixes #79760.
9338
9339 2006-10-31  Chris Toshok  <toshok@ximian.com>
9340
9341         * ListControl.cs (set_SelectedValue): don't throw exceptions on
9342         null/"" value, just return.  matches ms's behavior and fixes some
9343         failing tests.
9344
9345 2006-10-31  Chris Toshok  <toshok@ximian.com>
9346
9347         * Control.cs (set_Capture): make a logic a little easier to
9348         follow.
9349
9350         * XplatUIX11.cs (CleanupCachedWindows): zero out the Grab window
9351         if it's being destroyed.  A necessary fix surely, but a bandaid
9352         also, to fix the stuck capture problem in bug #78413.
9353
9354 2006-10-31  Chris Toshok  <toshok@ximian.com>
9355
9356         * XplatUIX11.cs: fix a couple of compiler warnings, and follow the
9357         convention of clearing hwnd.ClientRect when we set the
9358         width/height (so it'll be recalculated by Hwnd).
9359
9360 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
9361
9362         * ContainerControl.cs: reversed Contains check from
9363         ActiveControl due to hanging problems. This fix
9364         partly regresses #79667 (button does not have
9365         initial focus), so this might be a symptom for 
9366         a larger parenting problem (set_ActiveControl
9367         is being called but the child control does
9368         not have the parent set yet?)   
9369         
9370 2006-10-31  Mike Kestner  <mkestner@novell.com>
9371
9372         * MenuAPI.cs : fix keynav when menu is click activated.
9373
9374 2006-10-31  Jonathan Pobst  <monkey@jpobst.com>
9375
9376         * ToolStrip*: Version 0.2.
9377
9378         * MenuStrip.cs: Version 0.1.
9379
9380         * Form.cs: Add a 2.0 MenuStrip tracker like the 1.1 Menu one.
9381
9382 2006-10-30  Chris Toshok  <toshok@ximian.com>
9383
9384         [ fixes the oversized notify icon issue in bug #79745 ]
9385         
9386         * NotifyIcon.cs: scale the icon down to the size we're given by
9387         the XplatUI layer (this would be faster if we did it once instead
9388         of whenever we paint..)  Also, remove the WM_NCPAINT handling,
9389         since it's never invoked.
9390
9391         * XplatUIX11.cs: the gnome and kde systrays use icons that are 24
9392         pixels high by default, so let's hardcode our systray icon to that
9393         size.  The SYSTEM_TRAY protocol should really have a way for
9394         client apps to query for the correct icon size.. but oh well.  A
9395         couple of patches to deal with the screwy client_window ==
9396         whole_window notifyicon stuff (we don't want to PerformNCCalc, for
9397         instance, and also make sure we don't XSelectInput twice).
9398
9399 2006-10-30  Chris Toshok  <toshok@ximian.com>
9400
9401         * Control.cs: ugh, the unit test fix (CH11, yesterday) breaks when
9402         recreating forms.  Control recreation is the bane of my existence.
9403         Fix it in a way that keeps everyone happy.
9404
9405 2006-10-30  Chris Toshok  <toshok@ximian.com>
9406
9407         * XplatUIX11.cs: use StructureNotifyMask on all whole_windows, not
9408         just non-CHILD ones.  otherwise sometimes scrollbars end up with
9409         client_windows not being resized to the proper size (ReportBuilder
9410         shows this extremely well).
9411
9412 2006-10-30  Chris Toshok  <toshok@ximian.com>
9413
9414         * XplatUIX11.cs (SetWMStyles): reinstate the XSetTransientForHint
9415         for non-WS_EX_APPWINDOW windows.  This is what keeps them from
9416         showing up in the gnome taskbar.  Fixes bug #79790.
9417
9418 2006-10-30  Chris Toshok  <toshok@ximian.com>
9419
9420         * ApplicationContext.cs: guard against a NRE.
9421
9422         * Application.cs: null out the old MainForm for the context, so we
9423         don't try to use it again once it's disposed.  Fixes bug #79783.
9424
9425 2006-10-30  Chris Toshok  <toshok@ximian.com>
9426
9427         * DataGrid.cs (set_DataSource, set_DataMember): if we have a
9428         BindingContext, set the data source directly, otherwise do the
9429         lazy approach - the actual ListManager will be created when we get
9430         a BindingContext. Fixes bug #79700.
9431
9432 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
9433
9434         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
9435           XplatUIX11.cs: Remove old 2 parameter SetVisible.
9436
9437         * Control.cs: Use the new 3 parameter SetVisible with activate = true.
9438
9439 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
9440
9441         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Add an overload
9442         of SetVisible that allows a window to be shown, but not activated.
9443         This is needed on Windows for MenuStrip, and can probably be used
9444         with MainMenu and ComboBox to fix the focus stealing issues on
9445         Windows.
9446
9447         * XplatUIOSX.cs, XplatUIX11.cs: Not needed, call existing SetVisible.
9448
9449 2006-10-30  Alexander Olk  <alex.olk@googlemail.com>
9450
9451         * PictureBox.cs: Fix the output of the ToString method.
9452
9453 2006-10-29  Chris Toshok  <toshok@ximian.com>
9454
9455         * Control.cs (get_TopLevelControl): fix bug #79781.
9456
9457 2006-10-29  Chris Toshok  <toshok@ximian.com>
9458
9459         * ListControl.cs (set_DataSource): throw Exception here, not
9460         ArgumentException, to match MS behavior.
9461
9462 2006-10-29  Chris Toshok  <toshok@ximian.com>
9463
9464         * Form.cs: remove the try-catch's around calls to GetWindowState.
9465         We can just check the return value.
9466
9467         * XplatUIX11.cs: don't throw exceptions from GetWindowState.
9468         Instead return -1.
9469
9470         * XplatUI.cs: Add note about additional return value for
9471         GetWindowState.
9472
9473 2006-10-29  Chris Toshok  <toshok@ximian.com>
9474
9475         * Control.cs (CreateHandle): when we create our handle, we also
9476         create the handles of our child controls.  Fixes one of the
9477         Control unit tests (CH11).
9478
9479 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
9480
9481         * MimeIcon.cs: If a gnome icon doesn't exist add a default icon.
9482
9483 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
9484
9485         * ThemeClearlooks.cs: A little speedup.
9486
9487 2006-10-27  Chris Toshok  <toshok@ximian.com>
9488
9489         * Control.cs: implement Control.FromChildHandle in a way that
9490         matches the docs (and fixes the failed test.)
9491
9492 2006-10-27  Chris Toshok  <toshok@ximian.com>
9493
9494         * DataGridTableStyle.cs: reproduce buggy MS behavior (with
9495         comments).
9496
9497         * DataGrid.cs: implement ResetForeColor such that the tests
9498         succeed.
9499         
9500 2006-10-27  Chris Toshok  <toshok@ximian.com>
9501
9502         * ToolBarButton.cs: setting text/tooltiptext to null results in it
9503         being set to "".  Fixes bug #79759.
9504
9505 2006-10-27  Jackson Harper  <jackson@ximian.com>
9506
9507         * TextControl.cs: We need to clear the entire selection area when
9508         setting the start, otherwise multiline selections are still
9509         visible.
9510
9511 2006-10-26  Chris Toshok  <toshok@ximian.com>
9512
9513         * PropertyGridView.cs: 
9514
9515         - ifdef all the code specific to the double
9516         buffer case, and provide some alternatives in the non-doublebuffer
9517         code, which makes heavy use of XplatUI.ScrollWindow to move things
9518         around without having to invalidate (and cause flicker).  There
9519         are still some drawing problems in the non-doublebuffered case, so
9520         DOUBLEBUFFER is defined by default.
9521
9522         - Fix the way dropdowns are handled.  now we explicitly watch for
9523         the events which might cause the dropdown to close, and break out
9524         of the nested event loop there.  This gets rid of all Capture
9525         code, at the expense of the Msg special casing.  Seems to work,
9526         though, and fixes bug #79743.
9527
9528 2006-10-27  Rolf Bjarne Kvinge <RKvinge@novell.com>
9529         * Control.cs: SetIsRecreating now recreates implicitly added
9530         child controls as well. Finally fixes #79629. The flag passed to 
9531         SetIsRecreating has also been removed since it wasn't used.
9532         
9533 2006-10-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
9534
9535         * PageSetupDialog.cs: Clean some code, fix some bits, 
9536         add some checks, and add a printer sub-dialog.
9537
9538 2006-10-26  Chris Toshok  <toshok@ximian.com>
9539
9540         * PropertyGrid.cs: make set_SelectedObject call
9541         set_SelectedObjects, and move the duplicate logic to the
9542         SelectedObjects setter.  Also, raise SelectedObjectsChanged.
9543
9544         * PropertyGridView.cs: hide the textbox when we get a
9545         SelectedObjectsChanged event.
9546
9547         Fixes bug #79748.
9548
9549 2006-10-26  Chris Toshok  <toshok@ximian.com>
9550
9551         * PropertyGridView.cs: deal with the type converter not supporting
9552         GetStandardValues() or GetStandardValues() returning null, which
9553         is does in the default case.  Fixes #79742.
9554
9555 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
9556
9557         * CheckedListBox.cs: nunit no longer crashes when selecting 
9558         Project/Edit menu option
9559         
9560 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
9561
9562         * MenuAPI.cs: prevent ExecFocusedItem from blowing up if there
9563         is no menu selected. fixes #79739
9564
9565 2006-10-25  Chris Toshok  <toshok@ximian.com>
9566
9567         * PropertyGridView.cs: factor out the splitter invalidation code
9568         into the SplitterPercent setter, and for kicks implement the
9569         Ctrl-Left/Ctrl-Right handling that moves the splitter by a small
9570         amount in either direction.
9571
9572 2006-10-25  Chris Toshok  <toshok@ximian.com>
9573
9574         * PropertyGridView.cs: do some cleanup of the brush used to draw
9575         text - read only fields should be grayed out.  not sure how to do
9576         this with the textbox, though.  but the textbox's should also be
9577         readonly now at least.  Also, hide/show the textbox when resizing
9578         the control.
9579         
9580         * CursorConverter.cs: use System.Reflection when getting the
9581         properties of Cursors, as TypeDescriptor.GetProperties isn't
9582         returning static properties.
9583
9584 2006-10-25  Chris Toshok  <toshok@ximian.com>
9585
9586         * PropertyGridView.cs: factor out the up/down handling, and reuse
9587         it for page up/down.  also add End/Home support.
9588
9589 2006-10-25  Chris Toshok  <toshok@ximian.com>
9590
9591         * PropertyGridView.cs:
9592
9593         - ensure the selected grid item is visible in the scrolled area,
9594         fixes bug #79572.
9595
9596         - fix Keys.Down handling when you're on the last item in the
9597         propertygrid.
9598
9599 2006-10-25  Mike Kestner  <mkestner@novell.com>
9600
9601         * MenuAPI.cs : set the ActiveTracker for MainMenu non-popup 
9602         clicks too.  Fixes #79725.
9603
9604 2006-10-24  Chris Toshok  <toshok@ximian.com>
9605
9606         * PropertyGrid.cs: use property.Converter instead of
9607         TypeDescriptor.GetConverter(property.PropertyType), so we catch
9608         TypeConverters declared on the property as well as on the
9609         PropertyType.  Fixes bug #79678.
9610
9611 2006-10-24  Alexander Olk  <alex.olk@googlemail.com>
9612
9613         * MimeIcon.cs, Mime.cs:
9614           Fallback to the default platform handler if no shared mime info
9615           stuff exists (fixes #79693).
9616
9617 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
9618         * ContainerControl.cs: Incorrect contains check in ActiveControl 
9619         from previous fix (duh).
9620
9621 2006-10-20  Chris Toshok  <toshok@ximian.com>
9622
9623         * PropertyGridView.cs: the dropdown should be MIN(number of items
9624         in list, 15).  Fixes #79551.
9625
9626 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
9627         Fixes #79384, #79394, #79652, #79667
9628         * Application.cs: 
9629         
9630         - Modal windows are now destroyed in the proper order for windows
9631         
9632         * ContainerControl.cs:
9633         
9634         - ActiveControl setter has more conditions on when to return:
9635                 - if we're reselecting the active control, but it actually
9636                 didn't have focus (window hidden or some such), it runs
9637                 - if the active control being selected doesn't actually 
9638                 exist in the container, it returns
9639         
9640         * Form.cs
9641         
9642         - The ShowDialog now gets the current form as the owner when
9643         invoking without parameters, and correctly activates the owner 
9644         when returning
9645         
9646         * MessageBox.cs
9647         
9648         - MessageBox now catches the Escape key to exit
9649
9650 2006-10-20  Chris Toshok  <toshok@ximian.com>
9651
9652         * PropertyGridView.cs: fix a number of issues (bug #78565, and
9653         most of bug #79676):
9654
9655         - you can navigate around the property grid with the arrow keys.
9656
9657         - the dropdown is sized properly when the pg has a vertical
9658         scrollbar.
9659
9660         - fix the indentation for subentries, and properly select the
9661         entire label rect.
9662
9663         - fix the gray bar's drawing (only draw it to the last element,
9664         not for the height of the control.  Also make sure we draw that
9665         last horizontal grid line.
9666
9667         - use the same mechanism the datagrid uses wrt the editing textbox
9668         when scrolling/resizing/etc.  Namely, we hide it first, do the
9669         operation, then show it again (if it's still visible).
9670         
9671         - aggressively remove a lot of unnecessary refreshes (and also
9672         calls to Invalidate(). call more limited variants, and only redraw
9673         what we need.)
9674         
9675         * PropertyGrid.cs:
9676
9677         - when we're populating the merged collection, fill in the UI
9678         parent with either the passed in item, or the category item we
9679         create.
9680
9681         - remove the Refresh call from the BorderHelpControl.OnSizeChanged.
9682
9683         * GridItem.cs: drop some fully qualified names.
9684         
9685         * GridEntry.cs: add a "UIParent", which is basically the parent
9686         treenode.
9687
9688         * GridItemCollection.cs: add an IndexOf method.
9689
9690 2006-10-20  Mike Kestner  <mkestner@novell.com>
9691
9692         * MainMenu.cs : go back to Draw in OnMenuChanged.  Until we get
9693         a working win32 NC invalidation mechanism, we can't invalidate
9694         menus.  [Fixes #79705]
9695
9696 2006-10-20  Mike Kestner  <mkestner@novell.com>
9697
9698         * ListBox.cs : don't update the VScrollbar if the list is empty,
9699         just hide it.  [Fixes #79692]
9700
9701 2006-10-20  Jackson Harper  <jackson@ximian.com>
9702
9703         * RichTextBox.cs: Handle some special chars better, and don't skip
9704         the entire group when we encounter a special char that we don't
9705         handle correctly.
9706
9707 2006-10-18  Chris Toshok  <toshok@ximian.com>
9708
9709         * PropertyGridView.cs: address a number of issues from bug #79676,
9710         mostly of the cosmetic variety.
9711
9712         - The highlight rectangle for indented items not extends all the
9713         way to the left.
9714
9715         - Indented items aren't indented so much.
9716
9717         - the dropdown is properly sized width-wise if the pg has a
9718         vertical scrollbar.
9719
9720 2006-10-18  Chris Toshok  <toshok@ximian.com>
9721
9722         * XplatUIX11.cs (SystrayAdd): a rather convoluted change, but the
9723         systray stuff is rather convoluted to begin with.
9724
9725         systray icons are a single window for some reason (that I haven't
9726         figured out yet), and for them, client_window == whole_window.
9727         Given the way the tests are structured elsewhere to determine
9728         which paints are pending (client vs. nc), that situation will
9729         always yield PAINT, not NCPAINT.  So, if we have a pending
9730         nc_expose and no pending expose, remove the hwnd from the paint
9731         queue, and also set nc_expose_pending to false, to keep us from
9732         blocking further expose's adding the hwnd to the paint queue.
9733
9734         phew.  like i said, a rather convoluted change.  Fixes the
9735         notifyicon repaint issues in bug #79645.
9736
9737 2006-10-18  Chris Toshok  <toshok@ximian.com>
9738
9739         * Form.cs: when getting the backcolor of the form, don't get
9740         base.BackColor, as this allows parents to influence the background
9741         color.  This breaks mdi forms.  Instead, if the background_color
9742         is empty, return the default.
9743
9744 2006-10-18  Chris Toshok  <toshok@ximian.com>
9745
9746         * XplatUIX11.cs: change some debug ifdefs, and return XGetParent
9747         to being private instead of internal static.
9748
9749         * Control.cs: remove all the stupid ParentWaitingOnRecreation
9750         crap, it wasn't working for more deeply nested controls anyway,
9751         and we already have the is_recreating flag - use that instead.
9752         Before calling DestroyHandle in RecreateHandle, recurse through
9753         the control tree setting it to true.  this returns the recreate
9754         code to much of its original simplicity, while now guaranteeing we
9755         actually recreate everything we're supposed to.  This change gets
9756         fyireporting actually showing mdi children.
9757
9758 2006-10-17  Chris Toshok  <toshok@ximian.com>
9759
9760         * Form.cs: remove some debug spew, and collapse some duplicate
9761         code at the end of SetClientSizeCore.
9762
9763         * XplatUIX11.cs: 
9764         - add some more debug spew here too wrt Destroy handling.
9765         - don't call hwnd.Dispose in DestroyWindow, it's effectively done
9766         in Control's handling of WM_DESTROY.
9767         - Remove the handling of zombie window DestroyNotifies from the
9768         event loop - we don't need it.  Now the only DestroyNotifies we
9769         actually handle are ones generated by X.
9770         - When sending _NET_ACTIVE_WINDOW, the first param should be 1, to
9771         match gtk's (functioning) handling of this. This keep metacity
9772         from leaving droppings in the form of wm borders with no window
9773         contents all over the place.
9774
9775         * Control.cs:
9776         - add a bunch of debug spew wrt control recreation.
9777         - fix a bug where we weren't tracking Visible properly on
9778         recreated hwnds.
9779         - fixed the WM_PAINT double buffer handling to support re-entrant
9780         calls (yes, i know it's gross, but it's happening to us).
9781
9782 2006-10-17  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
9783         * ThemeWin32Classic.cs: changed drawing of selected days
9784         to make them look better.
9785
9786 2006-10-16  Chris Toshok  <toshok@ximian.com>
9787
9788         * Hwnd.cs: replace the user_data/client_dc/non_client_dc with
9789         drawing_stack.  Nuke the ClientDC/NonClientDC properties.
9790
9791         * XplatUIX11.cs: move away from using hwnd.client_dc and
9792         hwnd.non_client_dc and on to a stack of dc's (and in window's
9793         case, PAINTSTRUCT's), so we can deal with nested Paint calls
9794         without puking or not disposing of Graphics objects.
9795
9796         * XplatUIOSX.cs: same.
9797
9798         * XplatUIWin32.cs: same.
9799
9800 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
9801
9802         * FileDialog.cs: Don't call on_directory_changed inside
9803           OnSelectedIndexChanged (it changes the SelectedIndex too).
9804           Instead move it to OnSelectionChangeCommitted.
9805
9806 2006-10-13  Chris Toshok  <toshok@ximian.com>
9807
9808         * XplatUIX11.cs: more Destroy work.  the current code does the
9809         following things, in order:
9810
9811         1. Enumerates all handles of all controls at or below the one
9812         being destroyed, in pre-order.  As it is doing this, it marks the
9813         handles as zombie and clears all references to them.
9814         
9815         2. calls XDestroyWindow on the window passed in.
9816
9817         3. SendMessage's WM_DESTROY to all he handles in the accumulated
9818         list.
9819
9820 2006-10-13  Chris Toshok  <toshok@ximian.com>
9821
9822         * XplatUIX11.cs: set hwnd.zombie to true before calling
9823         SendMessage (WM_DESTROY).  this keeps us from marking the new
9824         window a zombie, and also keeps us from calling sendmessage at
9825         all.
9826
9827 2006-10-13  Jackson Harper  <jackson@ximian.com>
9828
9829         * TextControl.cs: Do not show the caret and selection at the same
9830         time.  Reduces ugliness by 35%.
9831
9832 2006-10-13  Chris Toshok  <toshok@ximian.com>
9833
9834         * XplatUIX11.cs (SendWMDestroyMessages): set the hwnd to be a
9835         zombie after we do the recursive call, so we actually do call
9836         SendMessage on the children controls.
9837         (GetMessage): if we find a pending paint event for a zombie hwnd,
9838         remove the hwnd from the paint queue, or else it will always be
9839         there (and we'll effectively loop infinitely)
9840
9841 2006-10-13  Mike Kestner  <mkestner@novell.com>
9842
9843         * MenuItem.cs : add Selected format under keynav too.
9844         Fixes #79528.
9845
9846 2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
9847
9848         * PropertyGrid.cs: Fixed some NRE's and small difference between our
9849         implementation and that of MS.
9850
9851 2006-10-13  Chris Toshok  <toshok@ximian.com>
9852
9853         * Control.cs (OnInvalidated) only futz with the invalid_region if
9854         the control is double buffered.  this fixes the apparent hang in
9855         the ListView unit tests.  Someone needs to make the
9856         BeginEndUpdateTest not call OnInvalidated 15004 times, though..
9857
9858 2006-10-13  Chris Toshok  <toshok@ximian.com>
9859
9860         * PropertyGridView.cs:
9861
9862         - do a little refactoring so that only one place calls
9863         dropdown_form.Hide, and that is CloseDropDown.  make everywhere
9864         else call that.  Also make it Refresh, since there are redraw bugs
9865         otherwise (we should take a look at that...)
9866
9867         - do a little more refactoring work to share the body of code
9868         involved with the drop down.  it was duplicated in the code
9869         dealing with the listbox handling and in the code dealing with the
9870         UITypeEditors.
9871
9872         - add a Capture to the dropdown form's control once it's
9873         displayed, and add a MouseDown handler that checks to make sure
9874         the position is inside the control.  If it's not, close the
9875         dropdown.  This fixes #78190.
9876
9877         - in SetPropertyValueFromUITypeEditor, only call SetPropertyValue
9878         if the value is different than the initial value.
9879         
9880 2006-10-13  Andreia Gaita  <shana.ufie@gmail.com>
9881
9882         * Control.cs: see #78650
9883         - Fixed GetNextControl for several cases:
9884                 - Changed FindFlatForward to return 
9885                 correct sibling control when more than one
9886                 control has same TabIndex as the currently 
9887                 focused one.
9888                 - Changed FindFlatBackward to loop children
9889                 from last to first and apply same logic as in
9890                 FindFlatForward
9891                 - Changed FindControlForward to search for
9892                 children when control is not a container
9893                 but has children, or search for siblings if
9894                 control is a container...
9895                 - Changed FindControlBackward   to continue
9896                 searching for child controls when hitting 
9897                 Panel-like parents
9898                 
9899         - Fixed Focus method to update ActiveControl
9900         (FocusTest.FocusSetsActive failure)
9901         
9902         * TabControl.cs:
9903         - Focus rectangle now refreshes when gaining
9904         or losing focus
9905         - Removed grab for Tab key on IsInputKey that 
9906         was keeping tab navigation from working (#78650)
9907
9908 2006-10-13  Chris Toshok  <toshok@ximian.com>
9909
9910         * PropertyGridView.cs:
9911         - Rewrite SetPropertyValue to loop over SelectedGridItem's
9912         SelectedObjects.
9913
9914         - Deal with GridItem.Value == null a few places.
9915
9916         * PropertyGrid.cs: 
9917         - replace the PopulateGridItemCollection with a pair of methods
9918         which compute the intersection of all the properties in the
9919         SelectedObjects array.  Fixes #79615.
9920
9921         - Throw ArgumentException from set_SelectedObjects if there's a
9922         null in the array.
9923
9924         - Add GetTarget method which can be used to traverse up the
9925         GridItem.Parent chain.  It depends on the assumption that
9926         selected_objects for different GridEntries are always in the same
9927         order (a safe assumption).  Use this method and loop over all the
9928         selected objects in the entry when calling RemoveValueChanged and
9929         AddValueChanged.
9930         
9931         * GridEntry.cs: Make this handle multiple selected objects.
9932         .Value returns null if not all the selected objects share the same
9933         value.
9934
9935 2006-10-12  Jonathan Pobst  <monkey@jpobst.com>
9936         * ToolStrip.cs, ToolStripButton.cs, ToolStripComboBox.cs,
9937           ToolStripControlHost.cs, ToolStripItem.cs, ToolStripLabel.cs,
9938           ToolStripProfessionalRenderer.cs, ToolStripProgressBar.cs,
9939           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs,
9940           ToolStripTextBox.cs: Add accessibility, fix attributes/API and
9941         add additional functionality.
9942
9943 2006-10-12  Mike Kestner  <mkestner@novell.com>
9944
9945         * ErrorProvider.cs : new ToolTipWindow ctor sig.
9946         * HelpProvider.cs : new ToolTipWindow ctor sig.
9947         * ToolTip.cs : remove ToolTip param from Window sig since it is
9948         not used.
9949         * ToolBar.cs : add tooltip support.  Fixes #79565.
9950
9951 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
9952
9953         * ComboBox.cs: move the events in set_SelectedIndex to 
9954         after the call to HighlightIndex in order to avoid 
9955         possible recursion and subsequent problems with the call
9956         to HighlightIndex and include a range check in 
9957         set_HighlightIndex. Fixes #79588
9958         
9959 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
9960
9961         * MonthCalendar.cs: When FirstDayOfWeek is default set firstday 
9962         to ui thread's settings instead of sunday. 
9963         * ThemeWin32Classic.cs: Localize the day string. Fixes #79563
9964
9965 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
9966
9967         * DateTimePicker.cs
9968         * MonthCalendar.cs
9969         * ThemeWin32Classic.cs: rewrote DateTimePicker to fix bug #78364
9970         and implement missing functionality (selecting different parts 
9971         of the date and edit them individually with the keyboard).
9972         
9973 2006-10-11  Chris Toshok  <toshok@ximian.com>
9974
9975         * Control.cs (OnInvalidated): fix NRE relating to last change.
9976
9977 2006-10-11  Chris Toshok  <toshok@ximian.com>
9978
9979         * XplatUIX11.cs (SetWMStyles): make sure we include the MAXIMIZED
9980         atoms in _NET_WM_STATE here if the window is maximized.  We need
9981         to do this because we're *replacing* the existing _NET_WM_STATE
9982         property, so those atoms will be lost otherwise, and any further
9983         call to GetWindowState will return Normal for a window which is
9984         actually maximized.  Fixes #79338.
9985
9986 2006-10-11  Jackson Harper  <jackson@ximian.com>
9987
9988         * TextControl.cs: Special case for setting selection end to
9989         selection start, we basically kill the anchor.
9990         - some todo comments.
9991
9992 2006-10-11  Chris Toshok  <toshok@ximian.com>
9993
9994         * Control.cs: switch to using an "invalid_region" to track which
9995         parts of the image buffer need updating.  This is more code than
9996         the simple fix from r66532.  That version just attempted to always
9997         fill the entire buffer on redraw, which turns out to be
9998         inefficient when invalidating small rectangles.  This version
9999         simply adds the invalid rectangle to the invalid region.  When we
10000         get any WM_PAINT message we see if it can be filled using the
10001         image buffer, and if it can't (if the paint event's clip rectangle
10002         is visible in the invalid region) we first fill the image buffer.
10003         So, the image buffer is still a cache, we just fill it lazily.
10004
10005         * PaintEventArgs.cs: remove the SetClipRectangle method, we don't
10006         need it any longer.
10007
10008 2006-10-11  Chris Toshok  <toshok@ximian.com>
10009
10010         * XplatUIX11.cs (SetWindowPos): we need to update both position as
10011         well as size after calling XMoveResizeWindow.  This keeps us from
10012         ignoring future SetWindowPos calls.  Fixes the disappearing
10013         DateTimePicker in the ToolBarDockExample from bug #72499.
10014
10015 2006-10-11  Chris Toshok  <toshok@ximian.com>
10016
10017         * TextBoxBase.cs: reorder things a bit when it comes to
10018         resizing-causing-recalculation.  we were recalculating the
10019         document when our position was changed, which shouldn't happen.
10020         We only care about size changes.  Clear up some more redundant
10021         recalculation calls while I'm at it.  This makes the toolbar dock
10022         example snappy when you're just dragging toolbars around (since it
10023         causes a relayout whenever you move one.)
10024
10025 2006-10-11  Chris Toshok  <toshok@ximian.com>
10026
10027         * ToolBarButton.cs (get_Rectangle): this only returns
10028         Rectangle.Empty if Visible == false, or Parent == null.
10029         Parent.Visible doesn't matter.
10030
10031 2006-10-10  Chris Toshok  <toshok@ximian.com>
10032
10033         * Control.cs, PaintEventArgs.cs: "internal set { .. }" isn't loved
10034         by .net 1.1, so switch to an internal method instead.
10035
10036 2006-10-10  Chris Toshok  <toshok@ximian.com>
10037
10038         * Control.cs (WM_PAINT): when a control is double buffered we draw
10039         initially to the ImageBuffer and then copy from there.  But when a
10040         parent control which has child controls is double buffered, the
10041         initial drawing doesn't encompass the entire ClientRectangle of
10042         the parent control, so we end up with uninitialized bits (this is
10043         easily seen by dragging the top toolbar in
10044         wf-apps/ToolBarDockExample to the right, quickly).  The fix is to
10045         manually set the ClipRectangle of the paint_event (only the one we
10046         use to populate the ImageBuffer) to ClientRectangle.  Fixes more
10047         of the nastiness in bug #72499.
10048
10049         * PaintEventArgs.cs: Add an internal setter for ClipRectangle,
10050         which we use in Control.cs's WM_PAINT handling.
10051
10052 2006-10-10  Jackson Harper  <jackson@ximian.com>
10053
10054         * TextBoxBase.cs: Finish off the autoscrolling stuff.
10055
10056 2006-10-10  Chris Toshok  <toshok@ximian.com>
10057
10058         * Cursor.cs: Apply a slightly different patch to the one suggested
10059         in #79609.
10060
10061 2006-10-10  Jackson Harper  <jackson@ximian.com>
10062
10063         * MenuItem.cs: Make sure to put the mdi child in the hashtable,
10064         not the parent form.
10065         * TextControl.cs: use difference in old line count vs new count to
10066         calculate how many lines were added, this takes into account soft
10067         line breaks properly.
10068
10069 2006-10-10  Chris Toshok  <toshok@ximian.com>
10070
10071         * LinkLabel.cs: don't call MeasureCharacterRanges against a
10072         rectangle located at 0,0 and the size of the text.  Use
10073         ClientRectangle instead.  This fixes rendering of non-left aligned
10074         link labels.
10075
10076 2006-10-10  Jackson Harper  <jackson@ximian.com>
10077
10078         * TextBoxBase.cs: When we set the selection start position the
10079         caret.
10080         * TextControl.cs: Need to update the caret when we decrement it to
10081         zero.
10082         - Make sure that the selection_visible flag gets reset to false if
10083         the selection isn't visible.  Before this you could get it set to
10084         visible by changing the selection start, then changing the end to
10085         equal the start.
10086
10087 2006-10-09  Jackson Harper  <jackson@ximian.com>
10088
10089         * TreeView.cs: Don't update scrollbars when we aren't visible.
10090         * TreeNodeCollection.cs: Only need to update scrollbars if being
10091         added to an expanded visible node or the root node.
10092
10093 2006-10-09  Chris Toshok  <toshok@ximian.com>
10094
10095         * XplatUIX11.cs (SendMessage): fix NRE.
10096
10097 2006-10-09  Jackson Harper  <jackson@ximian.com>
10098
10099         * TextBoxBase.cs: Implement horizontal autoscrolling.
10100         * TextControl.cs: Add a movement types that allows moving forward
10101         and backwards without wrapping.
10102
10103 2006-10-09  Mike Kestner  <mkestner@novell.com>
10104
10105         * ListViewItem.cs : layout changes for wrapped LargeIcon labels
10106         with focus "expansion" of labels.  Fixes #79532 and then some.
10107         * ThemeWin32Classic.cs : add LineLimit to ListView label format
10108         when wrapping.
10109
10110 2006-10-09  Jackson Harper  <jackson@ximian.com>
10111
10112         * TextBoxBase.cs: Set the default max values to MaxValue since
10113         we use the scrollbar for autoscrolling and the default value is
10114         100.  If we don't do this the caret won't keep up with typing
10115         after about 18 characters.
10116         * TextControl.cs: Make sure the selection is offset by the
10117         viewport x.  This fixes selection when using auto scrolling.
10118
10119 2006-10-07  Andreia Gaita <shana.ufie@gmail.com>
10120         
10121         * Form.cs: The active control should be selected after the 
10122         OnLoad so that any child control initialization that affects
10123         the selection is done. Fixes #79406
10124
10125 2006-10-06  Chris Toshok  <toshok@ximian.com>
10126
10127         * XplatUIX11.cs: This is perhaps a dangerous change, but it seems
10128         to have no evil effects.
10129
10130         - Stop selecting StructureNotifyMask on non-toplevel windows.
10131
10132           The only way children should be resized is by using the SWF api,
10133           and we already send WM_WINDOWPOSCHANGED messages in those cases.
10134           Toplevel windows can be interacted with via the window manager,
10135           and so we keep the input mask there.
10136
10137           The other event StructureNotifyMask gives us (that we care
10138           about) is DestroyNotify.  The code is already structured such
10139           that it assumes we won't be getting a DestroyNotify event for
10140           the window we pass to XDestroyWindow (which is what
10141           StructureNotifyMask is supposed to guarantee.)  So, that code
10142           shouldn't be affected by this either.
10143
10144         - Stop selecting VisibilityChangeMask altogether.
10145
10146           We weren't doing anything with the resulting events anyway.
10147         
10148         This vastly reduces the number of X requests and events we see
10149         when resizing/laying out a large ui.
10150
10151 2006-10-06  Chris Toshok  <toshok@ximian.com>
10152
10153         * ScrollableControl.cs (DisplayRectangle): we need to take into
10154         account the DockPadding regardless of whether or not auto_scroll
10155         == true.  rework this slightly to this effect, and fix bug #79606,
10156         and part of #72499 (you can now see the drag handles and drag
10157         toolbars around).
10158
10159 2006-10-06  Gert Driesen  <drieseng@users.souceforge.net>
10160
10161         * ListViewItem.cs: Collections of selected and checked items are now
10162         dynamically rebuilt. Whenever an item is (un)checked or (de)selected
10163         we mark the collection "dirty".
10164         * ListView.cs: Marked collections readonly. Modified UpdateSelection
10165         to only clear SelectedItems when a new item is selected and MultiSelect
10166         is enabled. CheckedItems and SelectedItems now subscribe to Changed
10167         event of ListViewItemCollection, and mark its list dirty whenever
10168         that event is fire. This allows us to return selected/checked items 
10169         in the same order as they are in the Items collection. This matches
10170         the MS behavior.
10171
10172 2006-10-06  Chris Toshok  <toshok@ximian.com>
10173
10174         * NotifyIcon.cs (HandleMouseUp): only show the context menu on
10175         right mouse clicks.  Fixes bug #79593.
10176
10177 2006-10-06  Chris Toshok  <toshok@ximian.com>
10178
10179         * Splitter.cs: doh, fix splitters that don't want to cancel the
10180         movement when you drag them.  Also, impose the limits on the
10181         values we send to the SplitterMovingEvent.  Fixes #79598.
10182
10183 2006-10-06  Jackson Harper  <jackson@ximian.com>
10184
10185         * TextBoxBase.cs: Ignore whether or not the scrollbar is enabled,
10186         since we use this for auto scrolling also.
10187
10188 2006-10-05  Chris Toshok  <toshok@ximian.com>
10189
10190         * DataGridBoolColumn.cs: Nuke the code from ConcedeFocus.  I'm
10191         beginning to think that most datagrid column types don't need this
10192         method.  Fixes bug #79392.
10193
10194 2006-10-05  Chris Toshok  <toshok@ximian.com>
10195
10196         * DataGrid.cs: move back to a more lazy scheme for creating the
10197         CurrencyManager, so we aren't updating it every time you set
10198         either DataSource or DataMember.  Also, don't call
10199         RecreateDataGridRows if the currency manager hasn't changed.
10200
10201 2006-10-05  Chris Toshok  <toshok@ximian.com>
10202
10203         * ComboBox.cs: by the time the OnSelectionChangeCommitted event is
10204         emitted, SelectedIndex should already be updated.  Fixes bug
10205         #78929.
10206
10207 2006-10-05  Jonathan Pobst  <monkey@jpobst.com>
10208
10209         * ToolStripComboBox.cs, ToolStripControlHost.cs, ToolStripProgressBar,
10210           ToolStripTextBox.cs: Initial commit.
10211         * ToolStripItem.cs: Fixes for OnLayout, BackColor, Parent.
10212
10213 2006-10-05  Jackson Harper  <jackson@ximian.com>
10214
10215         * TabControl.cs: We need to invalidate the tab control area when
10216         new ones are added (duh).
10217
10218 2006-10-03  Chris Toshok  <toshok@ximian.com>
10219
10220         * Form.cs (ProcessDialogKey): if the focused control is in this
10221         form and is a button, call its PerformClick method here.  Fixes
10222         #79534.
10223
10224 2006-10-04  Jackson Harper  <jackson@ximian.com>
10225
10226         * TabPage.cs: Ignore setting of Visible, and add an internal
10227         method for setting the controls visibility.  TabPage's Visible
10228         property is a little strange on MS, this seems to make us
10229         compatible, and fixes cases where people set all the tab pages to
10230         visible.
10231         * TabControl.cs: Use the new internal setting on tab pages
10232         visibility.
10233
10234 2006-10-03  Mike Kestner  <mkestner@novell.com>
10235
10236         * ComboBox.cs : raise Click on ComboTextBox clicks. Fixes #79555.
10237
10238 2006-10-03  Mike Kestner  <mkestner@novell.com>
10239
10240         * ListView.cs : use is_visible instead of Visible to check if 
10241         scrollbars should be placed/sized.  Also some max_wrap_width
10242         love for LargeIcon view.  [Fixes #79533]
10243
10244 2006-10-03  Atsushi Enomoto  <atsushi@ximian.com>
10245
10246         * TextControl.cs :
10247           Make set_TextAlign() do actually update the align. Fixed #78403.
10248
10249 2006-10-03  Chris Toshok  <toshok@ximian.com>
10250
10251         * DataGrid.cs: fix a crash when switching datasources if the
10252         vertical scrollbar is at someplace other than Value = 0.  Also,
10253         reduce the number of recalculation passes we do in SetDataSource
10254         from 2 to 1.
10255
10256 2006-10-03  Jackson Harper  <jackson@ximian.com>
10257
10258         * TextBoxBase.cs: Move the if value the same bail check up, we
10259         don't want to empty the document if it is already empty, this
10260         seems to severly mess up the caret.  TODO: I should probably fix
10261         the empty statement to update teh caret somehow.
10262
10263 2006-10-03  Chris Toshok  <toshok@ximian.com>
10264
10265         * ThemeWin32Classic.cs, DataGrid.cs: some changes so that the
10266         incredibly hacky Windows.Forms FAQ autosize rows entry (it uses
10267         reflection, an internal row type, properties on said type, etc.)
10268         will work with our datagrid.  Fixes #79531.
10269
10270 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
10271
10272         * FileDialog.cs: Don't crash if a path is not accessible
10273           (System.UnauthorizedAccessException). Fixes #79569.
10274         * MimeIcon.cs: Workaround for a Uri bug. Unix paths/files can have
10275           a ':' too. Return unknown icon for those paths/files.
10276
10277 2006-10-03  Sebastien Pouliot  <sebastien@ximian.com>
10278
10279         * ToolTip.cs: Fix rare, but possible, NRE on MouseEnter when 
10280         GetContainerControl returns null.
10281
10282 2006-10-02  Chris Toshok  <toshok@ximian.com>
10283
10284         * XplatUIX11.cs (GetWindowState): use hwnd.client_window in the
10285         call to XGetWindowAttributes instead of "handle".  fixes an X
10286         error using notifyicon after the NotifyIconWindow to Form base
10287         class switch.
10288
10289 2006-10-02  Chris Toshok  <toshok@ximian.com>
10290
10291         * XplatUIX11.cs (QueryPointer): new function, encapsulating the
10292         server grab and looping we need to do to get down to the most
10293         deeply nested child window.
10294         (SetCursorPos): use QueryPointer instead of GetCursorPos, and call
10295         QueryPointer again after the WarpPointer so we can generate a
10296         proper (fake) MotionNotify event to be enqueued in the destination
10297         window's queue.
10298         (GetCursorPos): call QueryPointer.
10299
10300         Fixes #79556.
10301
10302 2006-10-02  Jackson Harper  <jackson@ximian.com>
10303
10304         * NotifyIcon.cs: Derive the notify icon from a form, so things
10305         like FindForm work on it.
10306         - Swallow the WM_CONTEXTMENU message, since that is generated on
10307         mouse down, and context menu is a mouse up kinda guy.  I believe
10308         the correct fix here is probably to make the notify icon entirely
10309         NC area, but this seems to work fine for anyone not manipulating
10310         WndProc.
10311
10312 2006-10-02  Jonathan Pobst  <monkey@jpobst.com>
10313
10314         * ToolStrip.cs, ToolStripButton.cs, ToolStripItem.cs,
10315           ToolStripItemCollection.cs, ToolStripLabel.cs,
10316           ToolStripProfessionalRenderer.cs, ToolStripRenderer.cs,
10317           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs:
10318           Initial implementation.
10319         * TextRenderer.cs: Provide padding to MeasureText.
10320
10321 2006-10-02  Sebastien Pouliot  <sebastien@ximian.com>
10322
10323         * ButtonBase.cs: Fix CreateAccessibilityInstance to return an instance
10324         of ButtonBaseAccessibleObject. Fix bug #79552.
10325
10326 2006-10-02  Jackson Harper  <jackson@ximian.com>
10327
10328         * MdiWindowManager.cs: When maximizing use the containers client
10329         rect, not it's bounds, so nc area is accounted correctly.
10330         - Use the parent form's size for the menu position, since the
10331         client isn't always the full form size.
10332
10333 2006-10-01  Chris Toshok  <toshok@ximian.com>
10334
10335         * ScrollableControl.cs: make sure neither right_edge or
10336         bottom_edge are < 0, since they're used as LargeChange for the
10337         horiz/vert scrollbars respectively.  Fixes #79539.
10338
10339 2006-10-01  Chris Toshok  <toshok@ximian.com>
10340
10341         * NotifyIcon.cs: add NotifyIconWindow.InternalRecreateHandle, so
10342         the xplatuix11 code can cause us to destroy/recreate our handle.
10343
10344         * XplatUIX11.cs
10345         (SystrayAdd):
10346         - this code can be invoked many times for the same Hwnd.  Make
10347           sure we only destroy the client window once (the first time this
10348           method is called).  This fixes bug #79544.
10349         - Remove the call to the improperly bound XSync.  why we had two
10350           bindings to this, I will never know, but this call resulted in
10351           events being discarded from the queue(!).
10352         - correct a misunderstanding of _XEMBED_INFO - the second atom is
10353           not our current state but the state we wish to be in.  So, 0 if
10354           we don't want to be mapped.  Change it to 1.
10355         (SystrayRemove): The XEMBED spec makes mention of the fact that
10356         gtk doesn't support the reparent of client windows away from the
10357         embedder.  Looking at gtksocket-x11.c seems to agree with this.
10358         The only avenue we have for removing systray icons is to destroy
10359         them.  We don't want the handle to go away for good, though, so
10360         call InternalRecreateHandle on the NotifyIconWindow.  Fixes
10361         #79545.
10362         
10363 2006-10-01  Chris Toshok  <toshok@ximian.com>
10364
10365         * Form.cs (WndProc): inline the native_enabled variable usage into
10366         the cases in which it's used.  Fixes #79536.
10367
10368 2006-09-29  Mike Kestner  <mkestner@novell.com>
10369
10370         * ListView.cs : toggle the selection state for ctrl clicks in 
10371         multiselect mode. [Fixes #79417]
10372
10373 2006-09-29  Mike Kestner  <mkestner@novell.com>
10374
10375         * ListView.cs : kill CanMultiSelect and refactor the selection
10376         code to support multiselection in the absence of mod keys. Steal
10377         arrow/home/end keys by overriding InternalPreProcessMessage to
10378         restore regressed keynav behavior.
10379         [Fixes #79416]
10380
10381 2006-09-29  Jackson Harper  <jackson@ximian.com>
10382
10383         * MdiClient.cs: Repaint the titlebars when the active window is
10384         changed.
10385
10386 2006-09-29  Chris Toshok  <toshok@ximian.com>
10387
10388         * Application.cs: when entering a runloop with a modal, make sure
10389         the hwnd is enabled.  Fixes #79480.
10390
10391 2006-09-29  Chris Toshok  <toshok@ximian.com>
10392
10393         * DataGrid.cs (CurrentCell): if we try to navigate to the add row
10394         when ListManager.CanAddRows == false, bump us back one.
10395
10396         * DataGridColumnStyle.cs (ParentReadOnly): remove the
10397         listmanager.CanAddRows check.  This makes ArrayLists uneditable
10398         using a datagrid, which is not right.
10399         (SetColumnValueAtRow): call IEditable.BeginEdit if source[rowNum]
10400         is an IEditable, but call property_descriptor.SetValue regardless.
10401         fixes #79435.
10402
10403 2006-09-29  Chris Toshok  <toshok@ximian.com>
10404
10405         * DataGridBoolColumn.cs: we need to test equality in the face of
10406         possible null values (as is the case with the default NullValue).
10407         This patch keeps us from crashing in that case.
10408
10409 2006-09-29  Jackson Harper  <jackson@ximian.com>
10410
10411         * TreeNodeCollection.cs: Don't do a recalculate/updatescrollbars
10412         here, since it will get called for every node collection in the
10413         tree. This is now done in the treeview once the sorting is
10414         finished.
10415         * TreeView.cs: Recalculate the visible order, and update the
10416         scrollbars after sorting, set the top nope to the root so that the
10417         recalc actually works.
10418
10419 2006-09-29  Chris Toshok  <toshok@ximian.com>
10420
10421         * LinkLabel.cs: more handling of the default link collection in
10422         the face of LinkArea manipulation.  The default link collection
10423         contains 1 element (start=0,length=-1).  If the user sets LinkArea
10424         to anything and the links collection is the default, clear it.
10425         Then only add the link if its nonempty.  Fixes #79518.
10426
10427 2006-09-29  Chris Toshok  <toshok@ximian.com>
10428
10429         * LinkLabel.cs (CreatePiecesFromText): calculate the length of a
10430         piece correctly when we hit a '\n'.  Fixes #79517.
10431
10432 2006-09-29  Chris Toshok  <toshok@ximian.com>
10433
10434         * MimeIcon.cs, ThemeGtk.cs, X11DesktopColors.cs, XplatUIX11GTK.cs:
10435         change the binding of gdk_init_check to take two IntPtr's, and
10436         pass IntPtr.Zero for both of them.  Fixes #79520.
10437
10438 2006-09-29  Mike Kestner  <mkestner@novell.com>
10439
10440         * ComboBox.cs : raise TextChanged on ComboTextBox.TextChanged.
10441         [Fixes #78779]
10442
10443 2006-09-28  Jackson Harper  <jackson@ximian.com>
10444
10445         * XplatUIX11.cs: When translating NC messages make sure we go from
10446         whole window to screen, not client window to screen.
10447         * MdiClient.cs: Remove the calls to PaintWindowDecorations, this
10448         method doesn't exist
10449         - Skip over controls that aren't forms when arranging.
10450
10451 2006-09-28  Jackson Harper  <jackson@ximian.com>
10452
10453         * XplatUIWin32.cs: Clip the rect to the parent window.
10454         * XplatUIStructs.cs: Add clipping modes struct.
10455         * InternalWindowManager.cs: New private method that factors title
10456         bar heights in when calculating the pos of an NC mouse message.
10457         - Use SendMessage to force a paint when the form's size is changed
10458         instead of painting the decorations immediately.
10459         - Don't let the NC button click messages get to DefWndProc,
10460         because they will attempt to handle windowing themself, and this
10461         messes up z-order (it will put them in front of the scrollbars).
10462         * XplatUIX11.cs: Make sure that we don't reset window managers if
10463         we already have one (ie the window is an MDI window).
10464
10465 2006-09-28  Chris Toshok  <toshok@ximian.com>
10466
10467         * MainMenu.cs: fix #79405 by way of a disgusting hack.  all the
10468         menu code really needs going over.
10469
10470 2006-09-27  Chris Toshok  <toshok@ximian.com>
10471
10472         * XplatUIX11.cs (SetWMStyles): more metacity wonderment.  turns
10473         out metacity ignores the MAXIMIZE_HORZ/VERT messages unless the
10474         window is maximizable.  So, we need to make sure that even if we
10475         clear the border/wm frame of those functions, they're still
10476         available (basically, we remove the decoration without removing
10477         the function).  Half the fix for #79338.
10478
10479 2006-09-27  Chris Toshok  <toshok@ximian.com>
10480
10481         * DataGrid.cs (ProcessGridKey): implement Shift-Tab handling.
10482         Fixes bug #79515.
10483
10484 2006-09-27  Chris Toshok  <toshok@ximian.com>
10485
10486         * Splitter.cs: reorder things a bit so that we don't actually
10487         draw/move the splitter until after calling OnSplitterMoving.  This
10488         lets users cancel/disallow the movement by explicitly setting
10489         event.SplitX/SplitY.  Fixes #79372.
10490
10491 2006-09-27  Jackson Harper  <jackson@ximian.com>
10492
10493         * XplatUIX11.cs: Don't hide the caret when it is being destroyed,
10494         because it is most likely on a window being destroyed, and that
10495         will give us an X11 error.
10496
10497 2006-09-27  Chris Toshok  <toshok@ximian.com>
10498
10499         * PropertyGridView.cs: half of the fix for #78190.  Clicking on
10500         the dropdown button now toggles between showing and hiding the
10501         dropdown.  Also, get rid of dropdown_form_showing and just use
10502         dropdown_form.Visible.  We still don't do a grab, but I'll leave
10503         that part to someone who has handled Capture-fu before.
10504
10505 2006-09-27  Chris Toshok  <toshok@ximian.com>
10506
10507         * DataGrid.cs: return false if alt isn't pressed when '0' is
10508         pressed.  this keeps the '0' key from being swallowed, and fixes
10509         bug #79350.
10510
10511 2006-09-27  Chris Toshok  <toshok@ximian.com>
10512
10513         * ComboBox.cs: use Invalidate when scrolling the dropdown list.
10514         Calling Refresh (in response to a scrollbar event) screws up the
10515         scrollbar painting.  Fixes bug #78923.
10516
10517 2006-09-27  Chris Toshok  <toshok@ximian.com>
10518
10519         * Theme.cs (SystemResPool): make the "if hashtable[key] == null
10520         then insert into hashtable" blocks threadsafe.
10521
10522 2006-09-27  Chris Toshok  <toshok@ximian.com>
10523
10524         * MessageBox.cs (CreateParams): the styles should be |'ed with our
10525         baseclass's, since otherwise the
10526         ControlBox/MinimizeBox/MaximizeBox assignments above have no
10527         effect.  This gets the close button back in messageboxes.
10528
10529 2006-09-27  Chris Toshok  <toshok@ximian.com>
10530
10531         * XplatUIX11.cs: make StyleSet and ExStyleSet check == with the
10532         flag, not just != 0.  this makes flags that are actually multiple
10533         bits (like WS_CAPTION) work.  fixes bug #79508.
10534
10535 2006-09-27  Jordi Mas i Hernandez <jordimash@gmail.com>
10536
10537         * PageSetupDialog.cs: add support for getting and settings the 
10538         paper size, source and orientation.
10539
10540 2006-09-26  Chris Toshok  <toshok@ximian.com>
10541
10542         * XplatUIX11.cs (SetWMStyles): turns out when SYSMENU is not set
10543         and caption == "", we need to remove the resize handles as well as
10544         the title bar.
10545
10546         * Control.cs (set_Text): turns out that setting Text on a form
10547         should change the WM styles on the window, since if ControlBox ==
10548         false, the only way to get a window border is to have a non-""
10549         Text property.  check winforms/forms/text.cs for an example.  so,
10550         call both XplatUI.SetWindowStyle and XplatUI.Text here to properly
10551         update both window styles and title.  This fixes a lot of dialogs
10552         (including the preferences dialog in MonoCalendar.)
10553
10554 2006-09-26  Chris Toshok  <toshok@ximian.com>
10555
10556         * XplatUIWin32.cs (SetParent): if parent == IntPtr.Zero (and the
10557         control isn't a Form), call Win32ShowWindow to hide the window,
10558         but don't update the control Visible property.  When we reparent
10559         back to a parent control, call SetVisible in order for the
10560         window's visibility to be reinstated.
10561
10562         * XplatUIX11.cs (SetParent): if hwnd.parent == null, reparent to
10563         the FosterParent.
10564
10565         * Control.cs (ControlCollection.Remove): remove that value.Hide()
10566         call for good, since it breaks MonoCalendar (and other things I'm
10567         sure.) Also, set all_controls to null *after* the owner calls,
10568         which end up regenerating it.
10569         (ChangeParent): allow new_parent to be == null, passing
10570         IntPtr.Zero down to XplatUI.
10571
10572         this fixes #79294 the right way.
10573
10574 2006-09-26  Mike Kestner  <mkestner@novell.com>
10575
10576         * GridEntry.cs : internal SetParent method.
10577         * PropertyGrid.cs : attach to property changed on the proper
10578         target if we have a hierarchical grid with subobjects. Setup
10579         GridItem.Parent for hierarchical items.
10580         * PropertyGridView.cs : Set value on the correct target for
10581         hierarchical grids. [Fixes #78903]
10582
10583 2006-09-26  Chris Toshok  <toshok@ximian.com>
10584
10585         * Control.cs (ChildNeedsRecreating): this should return true if
10586         either we're being recreated and the child is in our list, or our
10587         parent is waiting for our recreation.
10588
10589 2006-09-26  Chris Toshok  <toshok@ximian.com>
10590
10591         * Control.cs (ControlCollection.Remove): reinstate the
10592         value.Hide() call as suggested in bug #79294.
10593
10594 2006-09-26  Sebastien Pouliot  <sebastien@ximian.com>
10595
10596         * XplatUIX11.cs: Fixed SetCursorPos to move the cursor to screen
10597         coordinates (versus a relative move).
10598
10599 2006-09-26  Chris Toshok  <toshok@ximian.com>
10600
10601         * Control.cs: rework child recreation a little bit.  It turns out
10602         that we race between the DestroyNotify the WM_DESTROY message.  If
10603         the parent gets its DestroyNotify before the child gets the
10604         WM_DESTROY message, the child ends up not recreating (since the
10605         parent finishes its recreation on DestroyNotify, and the child
10606         checks ParentIsRecreating.)
10607
10608         So, instead we store off a list of all the child controls which
10609         need to be recreated when the parent control starts to recreate
10610         itself.  Then, when child controls get their WM_DESTROY message we
10611         check to see if they're in the parent's pending recreation list,
10612         and if so, we recreate.  This removes all dependency on ordering
10613         from the code and fixes the initial MonoCalendar upgrade dialog.
10614         
10615 2006-09-26  Jackson Harper  <jackson@ximian.com>
10616
10617         * TextControl.cs: Use the Line to get the length of the line,
10618         since soft line breaks can change the end line.
10619
10620 2006-09-26  Chris Toshok  <toshok@ximian.com>
10621
10622         * Control.cs (ControlCollection.AddImplicit): don't add the
10623         control again if it's already in one of our lists.  This keeps us
10624         from adding controls over and over again for comboboxes when their
10625         handle gets recreated (as the combobox adds implicit controls in
10626         OnHandleCreated).  Fixes the X11 errors in bug #79480.
10627
10628 2006-09-26  Jackson Harper  <jackson@ximian.com>
10629
10630         * TextControl.cs: When deleting characters make sure that any
10631         orphaned zero lengthed tags get deleted.
10632         - Fix ToString for zero lengthed tags.
10633
10634 2006-09-25  Jackson Harper  <jackson@ximian.com>
10635
10636         * TextControl.cs: When getting a tag at the location there can be
10637         multiple tags at the same spot, these are 0-lengthed tags that
10638         appear when extra formatting has been stuck in a location.  We
10639         need to pull out the last of these 0 lengthed tags.
10640
10641 2006-09-25  Jackson Harper  <jackson@ximian.com>
10642
10643         * TextControl.cs: Fix print out in debug method.
10644         * TextBoxBase.cs: When text is set bail if we are setting to the
10645         previous value.
10646         
10647 2006-09-24  Alexander Olk  <alex.olk@googlemail.com>
10648
10649         * FontDialog.cs: Fixed the up/down arrow keys issue from bug #79478.
10650           It is now possible to change the selected index in a FontXXXListBox
10651           with the up and down arrow keys from the FontXXXTextBoxes.
10652           Also, send the FontXXXTextBox mouse wheel event to the corresponding
10653           FontXXXListBoxes to match ms.
10654
10655 2006-09-22  Sebastien Pouliot  <sebastien@ximian.com>
10656
10657         * SystemInformation.cs: Return a clone of the theme's MenuFont because
10658         anyone can dispose it, anytime. All other properties returns enums, 
10659         structs or basic types so they don't need such tricks.
10660
10661 2006-09-22  Jackson Harper  <jackson@ximian.com>
10662
10663         * XplatUI.cs:
10664         * XplatUIWin32.cs:
10665         * Clipboard.cs:
10666         * DataFormats.cs:
10667         * XplatUIOSX.cs:
10668         * XplatUIDriver.cs: Update interface to add a primary selection
10669         flag, so the driver can use the primary selection buffer if
10670         needed.
10671         * XplatUIX11.cs: Allow the clipboard to retrieve from PRIMARY.
10672
10673         * RichTextBox.cs: We need to supply the data object to paste now
10674         (so we can choose to supply CLIPBOARD or PRIMARY).
10675         * TextBoxBase.cs: Supply data object to paste (see above).
10676         - Middle click uses the primary selection data object.
10677         
10678 2006-09-21  Chris Toshok  <toshok@ximian.com>
10679
10680         * XplatUIX11.cs: first little cleanup of the StyleSet (...) block
10681         of SetWMStyles.  It's still a rat's nest and is largely
10682         order-dependent which I dislike immensely.  This also fixes the X
10683         button disappearing from toplevel forms.
10684
10685 2006-09-21  Mike Kestner <mkestner@novell.com>
10686
10687         * ListBox.cs: move Jordi's click/dblclick raising code to the
10688         mouse up handler.
10689
10690 2006-09-21  Jordi Mas i Hernandez <jordimash@gmail.com>
10691
10692         * ListBox.cs: Fixes 79450
10693
10694 2006-09-21  Mike Kestner <mkestner@novell.com>
10695
10696         * TreeView.cs: guard against disposed conditions in UpdateScrollbars
10697         to deal with people updating the TreeNodeCollection after the tree
10698         is disposed.  "Fixes" 79330.
10699
10700 2006-09-20  Jackson Harper <jackson@ximian.com>
10701
10702         * TextControl.cs: Push the cursor record onto the undo stack
10703         before the delete action. This fixes 78651.
10704
10705 2006-09-20  Jonathan Chambers  <joncham@gmail.com>
10706
10707         * PropertyGridView.cs: Remove WindowStyles.WS_VISIBLE from
10708         CreateParams. Fixes 79329.
10709
10710 2006-09-19  Chris Toshok  <toshok@ximian.com>
10711
10712         * XplatUIX11.cs: a couple of blanket code massage passes to clean
10713         things up a bit.  First, get rid of the NetAtoms array (and the NA
10714         enum), and just embed the atoms as static fields.  Also, add a
10715         couple of functions (StyleSet and ExStyleSet) to clean up all the
10716         bitmask testing of styles.
10717
10718         * X11Structs.cs: remove the NA enum, not needed anymore.
10719         
10720 2006-09-19  Chris Toshok  <toshok@ximian.com>
10721
10722         * XplatUIX11.cs: apply Alexander's tool window fix for bug #79245
10723         (mapping them to _NET_WM_WINDOW_TYPE_UTILITY).  and add a little
10724         added cleanup to get MessageBox titles appearing again, which were
10725         broken by my earlier fix for caption-less/ControlBox-less windows.
10726
10727 2006-09-18  Jonathan Pobst <monkey@jpobst.com>
10728
10729         * ToolStripArrowRenderEventArgs.cs, ToolStripArrowRenderEventHandler.cs,
10730           ToolStripContentPanelRenderEventArgs.cs, ToolStripContentPanelRenderEventHandler.cs,
10731           ToolStripGripRenderEventArgs.cs, ToolStripGripRenderEventHandler.cs,
10732           ToolStripItemClickedEventArgs.cs, ToolStripItemClickedEventHandler.cs,
10733           ToolStripItemEventArgs.cs, ToolStripItemEventHandler.cs,
10734           ToolStripItemImageRenderEventArgs.cs, ToolStripItemImageRenderEventHandler.cs,
10735           ToolStripItemRenderEventArgs.cs, ToolStripItemRenderEventHandler.cs,
10736           ToolStripItemTextRenderEventArgs.cs, ToolStripItemTextRenderEventHandler.cs,
10737           ToolStripPanelRenderEventArgs.cs, ToolStripPanelRenderEventHandler.cs,
10738           ToolStripRenderEventArgs.cs, ToolStripRenderEventHandler.cs,
10739           ToolStripSeparatorRenderEventArgs.cs, ToolStripSeparatorRenderEventHandler.cs:
10740             Inital import.
10741         * ToolStripPanel.cs, ToolStripContentPanel.cs, ToolStripSeparator.cs,
10742           ToolStripButton.cs: Stubs needed for above.
10743         * ToolStrip.cs, ToolStripItem.cs: Stub a few variables/properties for above.
10744
10745 2006-09-15  Chris Toshok  <toshok@ximian.com>
10746
10747         * XplatUIX11.cs:
10748         - make the MessageQueues hashtable Synchronized.
10749         
10750         - SendMessage: if the Hwnd is owned by a different thread, use the
10751         AsyncMethod stuff to dispatch the SendMessage on the hwnd's
10752         thread.  Fixes bug #79201.
10753
10754 2006-09-15  Chris Toshok  <toshok@ximian.com>
10755
10756         * XplatUIX11.cs (SetWMStyles): rework the #79368 fix slightly.  If
10757         ControlBox == false, we disallow maximize/minimize/close.  If the
10758         form Caption is "" we also disallow move (and get rid of the Title
10759         decoration).  Unfortunately, regardless of how things are set,
10760         we're stuck with the Title and WM menu.
10761
10762 2006-09-15  Chris Toshok  <toshok@ximian.com>
10763
10764         * Application.cs: add locking around the static message_filters
10765         ArrayList, part of #79196.
10766
10767 2006-09-15  Chris Toshok  <toshok@ximian.com>
10768
10769         * XplatUIX11.cs (SetWMStyles): if Form.Text == "" and
10770         Form.ControlBox == false, the window has no titlebar nor resize
10771         handles.  fixes bug #79368.
10772
10773 2006-09-15  Chris Toshok  <toshok@ximian.com>
10774
10775         * TextBoxBase.cs: in CalculateScrollBars make sure LargeChange is
10776         >= 0.  Fixes bug #79370.
10777
10778 2006-09-15  Jonathan Pobst <monkey@jpobst.com>
10779         * FlowLayoutPanel.cs, FlowLayoutSettings.cs: Initial commit.
10780         * Control.cs:
10781             Add properties: LayoutEngine, Margin, DefaultMargin.
10782             Add method: GetPreferredSize.
10783             Move layout logic from PerformLayout to layout engines. 
10784
10785 2006-09-13  Chris Toshok  <toshok@ximian.com>
10786
10787         * XplatUIX11.cs: more destroy work.  Jackson pointed out that my
10788         fix for #79326 broke #78718, so this change addresses that.
10789
10790         - in SendWMDestroyMessages remove the call to
10791         CleanupCachedWindows, since we might be recreating the control and
10792         need to maintain the references to right Hwnd handles.  Also, set
10793         the zombie flag to true for each of the children in the hierarchy
10794         instead of calling hwnd.Dispose.  This will cause GetMessage to
10795         ignore all events for the window except for DestroyNotify.
10796
10797         - In GetMessage, ignore messages except for DestroyNotify for
10798         zombie hwnds.
10799         
10800         * Control.cs: revert the is_recreating fix from the last
10801         ChangeLog.  It's definitely "right", but it breaks switching from
10802         an MDI form to a non-MDI form.  Will need to revisit that.
10803
10804         * Hwnd.cs: add a zombie flag, which means "the
10805         client_window/whole_window handles are invalid, but we're waiting
10806         for the DestroyNotify event to come in for them".  Set the flag to
10807         false explicitly if setting WholeWindow/ClientWindow, and also
10808         when Disposing.
10809         
10810 2006-09-13  Chris Toshok  <toshok@ximian.com>
10811
10812         * XplatUIX11.cs: rework window destruction slightly.
10813
10814         - when destroying the windows associated with a control, we don't
10815         need 2 separate XDestroyWindow calls.  Just the one for the
10816         whole_window (or for client_window if whole_window is somehow
10817         IntPtr.Zero -- can this happen?) is enough.
10818
10819         - reworked SendWMDestroyMessages slightly, so we always dispose
10820         the child control hwnd's after sending the messages.
10821         
10822         - refactored out the ActiveWindow/FocusWindow/Caret clearing from
10823         the two places it was used (one was even using hwnd.Handle and the
10824         other hwnd.client_window.  ugh), adding another call in
10825         SendWMDestroyMessages.  We need this new call because now the
10826         DestroyNotify events in the queue will be ignored for the child
10827         controls (as their hwnd's were disposed, and the window id's
10828         removed from the hashtable in SendWMDestroyMessages.) fun, eh?
10829
10830         - this fixes bug #79326.
10831
10832 2006-09-13  Chris Toshok  <toshok@ximian.com>
10833
10834         * Control.cs: don't always set is_recreating to false at the end
10835         of RecreateHandle, since sometimes we're not done (and won't be
10836         until WndProc handles the WM_DESTROY message).  Also, set
10837         is_recreating to false in the WM_DESTROY handling code.  Part of
10838         the fix for bug #79326.
10839
10840 2006-09-13  Miguel de Icaza  <miguel@novell.com>
10841
10842         * X11DesktopColors.cs: Start the droppage of debugging messages.
10843
10844         * FileDialog.cs: Store the configuration file in ~/.mono/mwf_config
10845
10846 2006-09-13  Jonathan Pobst <monkey@jpobst.com>
10847
10848         * SplitContainer.cs, SplitterPanel.cs: Initial implementation [2.0].
10849
10850 2006-09-12  Chris Toshok  <toshok@ximian.com>
10851
10852         * DataGrid.cs (get_ListManager): if the list_manager is null, try
10853         to create it using SetDataSource.  Fixes bug #79151.
10854
10855 2006-09-11  Chris Toshok  <toshok@ximian.com>
10856
10857         * XEventQueue.cs: add a DispatchIdle property.
10858
10859         * XplatUIX11.cs (UpdateMessageQueue): only emit the Idle event if
10860         either the queue is null, or the queue has DispatchIdle set to
10861         true.
10862         (DoEvents): set queue.DispatchIdle to false around the
10863         peek/translate/dispatch message loop in this method.  This keeps
10864         Application.Doevents from emitting idle events.  Part of the fix
10865         for #78823.
10866
10867 2006-09-11  Chris Toshok  <toshok@ximian.com>
10868
10869         * DataGrid.cs (set_DataSource): make this work for both the
10870         winforms/datagrid test and ReportBuilder.  It seems as though when
10871         we've created a ListManager (or maybe it's if we have a
10872         BindingContext?), when we set the DataSource it clears the
10873         DataMember to "".  otherwise we reuse the datamember.  Fixes bug
10874         #79333.
10875
10876 2006-09-11  Chris Toshok  <toshok@ximian.com>
10877
10878         * XplatUIX11.cs: deal with queue being null, which happens in all
10879         the Clipboard functions.  Fixes one of the two problems mentioned
10880         in #78612.
10881
10882 2006-09-11  Chris Toshok  <toshok@ximian.com>
10883
10884         * MenuAPI.cs: rework OnMouseUp a bit so that releasing the mouse
10885         button on various spots (including outside the menu) works closer
10886         to MS, and doesn't crash.  Fixes #79343.
10887
10888 2006-09-11  Gert Driesen  <drieseng@users.sourceforge.net>
10889
10890         * ListView.cs: Do not initialize item_sorter in init. To match MS,
10891         return null for ListViewItemSorter if View is SmallIcon or LargeIcon
10892         and the internal comparer is set. When a new ListViewItemSorter is set,
10893         sort the items. Use Enum.IsDefined to verify whether a valid SortOrder
10894         was specified. No further processing is necessary if SortOrder is set
10895         to it's current value. If Sorting is modified to None, and View is
10896         neither SmallIcon nor LargeIcon then: on 2.0 profile set item_sorter
10897         (either custom or our internal ItemComparer) to null, on 1.0 profile
10898         only set item_sorter to null if its our internal IComparer. If Sorting
10899         is modified to Ascending or Descending, then use our internal IComparer
10900         if none is set, and if the current IComparer is our internal one then:
10901         on 2.0 profile always replace it with one for new Sorting, and on 1.0
10902         profile only use new Sorting if view is not SmallIcon or LargeIcon. Use
10903         Enum.IsDefined to verify whether a valid View value is specified in
10904         its setter. Automatically sort listview items when listview is
10905         created. In Sort, do nothing if ListView is not yet created, or if
10906         no item_sorter is set (no Sorting was set, Sorting was explicitly set
10907         to None or ListViewItemSorter was set to null). Added Sort overload
10908         taking a bool to indicate whether the ListView should be redrawn when
10909         items are sorted (we use this in ListViewItemCollection to avoid double
10910         redraws). Modified our internal IComparer to take the sort order into
10911         account. In Add and AddRange methods of ListViewItemCollection, also
10912         call Sort if Sorting is None (necessary for SmallIcon and LargeIcon
10913         view), but use overload with noredraw option to avoid double redraw.
10914         On 2.0 profile, throw NotSupportedException when setting CheckBoxes to
10915         true when View is Tile, and do the same when attempting to set View to
10916         Tile when CheckBoxes is true. Avoid maintaining separate ArrayLists
10917         for selected/checked indices, as it involves overhead when sorting is
10918         done while these collections are not used all that often. Instead
10919         we'll build the indices on demand. Modified IList implementation of
10920         CheckedIndexCollection to use public methods if object is int.
10921         Modified CheckedListViewItemCollection to hide checked items if
10922         ListView.CheckBoxes is false. Removed LAMESPEC remark in 
10923         ListViewItemCollection as the .NET SDK docs have been fixed. Modified
10924         IList implementation in SelectedIndexCollection to use public methods
10925         if object is int. Modified SelectedListViewItemCollection to hide
10926         selected items if listview is not yet created.
10927         * ListViewItem.cs: CheckedIndices list no longer needs to be
10928         maintained separately (see ListView changes). Also clone font, fixes
10929         test failure.
10930
10931 2006-09-11  Mike Kestner  <mkestner@novell.com>
10932
10933         * ComboBox.cs: if we are updating the contents of the currently
10934         selected index, refresh the control or the textbox selection.
10935         [Fixes #79066]
10936
10937 2006-09-11  Mike Kestner  <mkestner@novell.com>
10938
10939         * ComboBox.cs (UpdateBounds): use SetBounds not SetBoundsCore since 
10940         the 'specified' logic has been moved there.  This seems like a bug 
10941         in Control.cs, since our current SetBoundsCore completely ignores 
10942         the specified parameter.  Peter's commit seems to indicate that is 
10943         the way the MS control implementation works.  [Fixes #79325]
10944
10945 2006-09-10  Jonathan Chambers  <joncham@gmail.com>
10946
10947         * XplatUI.cs: Set default_class_name to be composed
10948         of current domain id. This allows MWF to be loaded in multiple
10949         domains on Win32.
10950
10951 2006-09-09  Miguel de Icaza  <miguel@novell.com>
10952
10953         * X11Keyboard.cs: If we are unable to obtain the input method, do
10954         not call CreateXic to create the input context.   Should fix
10955         #78944/79276.
10956
10957 2006-09-08  Alexander Olk  <alex.olk@googlemail.com>
10958
10959         * MimeIcon.cs: Rewrote major parts. Dropped KDE support for now.
10960           Simplified gnome support by adding more pinvokes to get the
10961           icon for a file or mime type.
10962
10963 2006-09-08  Jackson Harper  <jackson@ximian.com>
10964
10965         * MenuAPI.cs: Deslect popup context menu items before closing the
10966         window, so that you don't see the previously selected item
10967         selected when you reopen the menu.
10968         * TextControl.cs: Update the cursor position even if we don't have
10969         focus.  This fixes typing in things like the ComboBox.  I'm not
10970         totally sure we should always set the visibility if we don't have
10971         focus, but couldn't find any corner cases where the cursor showed
10972         up when it shouldn't.
10973
10974 2006-09-08  Chris Toshok  <toshok@ximian.com>
10975
10976         * X11Keyboard.cs: In UpdateKeyState vkey can be any integer, but
10977         our arrays are length 256.  & 0xff before indexing.  Fixes the
10978         crash in bug #78077.
10979         
10980 2006-09-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10981
10982         * ThemeWin32Classic.cs: 
10983         * DateTimePicker.cs: Draw check box if DateTimePicker.ShowCheckBox
10984         is true. Handle that check box too.
10985
10986 2006-09-07  Chris Toshok  <toshok@ximian.com>
10987
10988         * MenuAPI.cs: move the PerformClick call to OnMouseUp.  Fixes bug
10989         79244.
10990
10991 2006-09-07  Chris Toshok  <toshok@ximian.com>
10992
10993         * Control.cs: in set_BackColor only do the work if
10994         background_color != value.
10995
10996         * XplatUIX11.cs: move the clearing of invalid areas (both client
10997         and nc) to the same block of code where we set (nc_)expose_pending
10998         to false.  That is, move it from PaintEventEnd to PaintEventStart,
10999         so things that cause invalidates from within OnPaint will trigger
11000         another call to OnPaint.  Fixes bug #79262.
11001
11002 2006-09-07  Alexander Olk  <alex.olk@googlemail.com>
11003
11004         * Theme.cs: Use correct icon for UIIcon.PlacesPersonal
11005         * FileDialog.cs: Fix typo
11006
11007 2006-09-07  Jackson Harper  <jackson@ximian.com>
11008
11009         * ThemeWin32Classic.cs:  oops, forgot to commit.  Draw the images
11010         for tab pages if they have any.
11011
11012 2006-09-06  Mike Kestner  <mkestner@novell.com>
11013
11014         * Splitter.cs: use the "current" rect when finishing drag handle
11015         to avoid an artifact demonstrated by resedit.exe.  [Fixes #79251]
11016
11017 2006-09-06  Mike Kestner  <mkestner@novell.com>
11018
11019         * Splitter.cs: draw the drag handle at X or Y instead of 0 to deal
11020         support offset splitters. [Fixes #79298]
11021
11022 2006-09-06  Alexander Olk  <alex.olk@googlemail.com>
11023
11024         * Mime.cs: Fixed a bug that could override the global mime type
11025           result.
11026
11027 2006-09-05  Jackson Harper  <jackson@ximian.com>
11028
11029         * TabControl.cs: Better calculation method for setting the slider
11030         pos. Prevents crashes on really wide tabs.
11031         - Draw Image on tab pages if an image list is used.
11032
11033 2006-09-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11034
11035         * MonthCalendar.cs: When Font changes, the Size should be
11036         updated to fit the new font's space requirements.
11037
11038 2006-09-02  Alexander Olk  <alex.olk@googlemail.com>
11039
11040         * ListBox.cs: If the items are cleared with Items.Clear set
11041           top_index to 0.
11042
11043 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11044
11045         * MonthCalendar.cs: Handle arrow keys as input keys. Also
11046         fire DateChanged event instead of DateSelected event when
11047         the date was changed by keyboard interaction.
11048
11049 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11050
11051         * DateTimePicker.cs: Handle DateChanged for the associated
11052         month_calendar control, and set month_calendar.Font from 
11053         OnFontChanged method, as well as resize the height of the
11054         control when needed. Make PreferredHeight proportional.
11055
11056 2006-09-01  Chris Toshok  <toshok@ximian.com>
11057
11058         * DataGrid.cs: grr, stop overthinking the DataMember/DataSource
11059         properties.
11060
11061         * BindingContext.cs (HashKey.GetHashCode): use ^ instead of +.
11062
11063 2006-09-01  Peter Dennis Bartok  <pbartok@novell.com> 
11064
11065         * FileDialog.cs: Set ClientSize instead of window size, to allow space
11066           for decorations (Fixes #79219)
11067
11068 2006-09-01  Mike Kestner  <mkestner@novell.com>
11069
11070         * ComboBox.cs: first stab at sorting plus some selection handling
11071         fixes to bring us more in line with MS behavior.  Also switches back
11072         to index based selection.  Alternative patches for index-based 
11073         selection were provided by Jackson Harper, Carlos Alberto Cortez, 
11074         and latency@gmx.de on bug 78848.  I assume they were similar to this
11075         code I've had simmering in my tree forever.
11076         [Fixes #78848]
11077
11078 2006-09-01  Chris Toshok  <toshok@ximian.com>
11079
11080         * CurrencyManager.cs (ListChangedHandler): in the ItemAdded case,
11081         when setting list position guard against ending up with a -1 index
11082         (the other part of the fix for #78812).  Should probably make sure
11083         we don't need the analogous fix in the ItemDeleted case.
11084
11085         * DataGrid.cs:
11086         - in SetDataSource, work around the fact that the way
11087         OnBindingContextChanged is invoked will cause us to re-enter this
11088         method.  I'll remove the hack once I investigate
11089         OnBindingContextChanged.
11090
11091         - fix the logic in set_DataSource and set_DataMember (basically
11092         what to do if the other of the two is null.)
11093         
11094         - in OnListManagerItemChanged, we need to take into account the
11095         edit row when deciding whether or not to call RecreateDataGridRows
11096         (part of the fix for #78812).
11097
11098 2006-09-01  Jackson Harper  <jackson@ximian.com>
11099
11100         * Splitter.cs: Don't do anything if there is no control to affect
11101         (prevents us from crashing in weird tet cases).
11102         * TreeView.cs: Bounding box for the mouse movement reverting
11103         focus/selection back to previously selected node.  This matches
11104         MS, and makes the tree a lot more useable.
11105         * GroupBox.cs: Instead of drawing over the lines of the groupbox,
11106         use clipping so they are not drawn.  This fixes when the control
11107         is set to have a transparent background, or if it was over an
11108         image.
11109
11110 2006-09-01  Alexander Olk  <alex.olk@googlemail.com>
11111
11112         * MimeIcon.cs: Improved handling for reading default icons when
11113           using gnome (2.16 made it necessary). Check and read svg icons
11114           first, then 48x48 and then 32x32 icons.
11115
11116 2006-08-31  Chris Toshok  <toshok@ximian.com>
11117
11118         * DataGridTextBoxColumn.cs: only hide the textbox if it's still
11119         visible.
11120
11121         * DataGridTextBox.cs: Pass Tab's up to the datagrid by calling
11122         ProcessKeyPreview.  Fixes part of #77806.
11123
11124         * DataGrid.cs: big patch.
11125
11126         - revert the queueing up of DataSource/DataMember if inside
11127         BeginInit/EndInit calls.  That's not the way the datagrid achieves
11128         its delayed databinding.  Instead, call SetDataSource in
11129         OnBindingContextChanged.  This mimic's MS's behavior, and fixes
11130         #78811.
11131
11132         - Also, it wasn't mentioned in #78811, but the test case exhibits
11133         behavior that was lacking in our datagrid implementation - Columns
11134         that have mapping names that don't exist in the datasource's
11135         properties aren't shown.  Yuck.  To fix this I added the bound
11136         field to the column style, and basically any calculation to figure
11137         out anything about columns uses a loop to find the bound columns.
11138         still need to investigate if I can cache an array of the bound
11139         columns or if the indices must be the same.
11140
11141         - When setting CurrentCell, we no longer abort if the cell being
11142         edited was in the add row.  This fixes the other part of #77806.
11143
11144         - The new code also fixes #78807.
11145         
11146         * ThemeWin32Classic.cs: perpetrate the same disgusting
11147         column.bound field hack, and only render bound fields.
11148
11149 2006-08-31  Chris Toshok  <toshok@ximian.com>
11150
11151         * DataGridColumnStyle.cs: add bound field.  this field is true if
11152         the datasource has a property corresponding to the mapping name.
11153
11154         * DataGridTableStyle.cs: set the bound field on the column styles
11155         depending on whether or not we have a column for that property.
11156
11157 2006-08-31  Peter Dennis Bartok  <pbartok@novell.com> 
11158
11159         * Splitter.cs (SetBoundsCore): Don't ignore width/height of the 
11160           splitter control (fixes #79228)
11161
11162 2006-08-31  Chris Toshok  <toshok@ximian.com>
11163
11164         * DataGridColumnStyle.cs: we need to delay the assignment of
11165         property descriptor until the last possible moment due to the lazy
11166         databinding stuff in the datagrid.  Also, fix the exceptions
11167         thrown by CheckValidDataSource to match MS.
11168
11169 2006-08-31  Jackson Harper  <jackson@ximian.com>
11170
11171         * Form.cs: When activated select the active control, if there is
11172         no active control, we select the first control.
11173         * XplatUIX11.cs: If there is no focus control when we get a
11174         FocusIn event, find the toplevel form and activate it.  This
11175         occurs when you popup a window, it becomes the focus window, then
11176         you close that window, giving focus back to the main window.
11177
11178 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11179
11180         * MonthCalendar.cs: 
11181         * ThemeWin32Classic.cs: Cache Font in bold style, as well
11182         as StringFormat with Center alignments in MonthCalendar,
11183         instead of creating new ones when drawing the control. 
11184         Also, draw the month name in bold style.
11185
11186 2006-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
11187
11188         * Control.cs:
11189           - PerformLayout(): It would seem MS performs the fill even if the 
11190             control is not visible (part of #79218 fix)
11191           - ResetBackColor(): Use the setter to reset the color, to allow
11192             overriders to catch the change.
11193         * Form.cs:
11194           - .ctor: Call UpdateBounds to adjust client rectangle (part of #79218 fix)
11195           - CreateHandle(): dito (part of $79218 fix)
11196           - Don't set an icon if we have a dialog
11197         * ScrollableControl.cs:
11198           - set_AutoScrollMinSize: Setting the property enables AutoScroll (#79218)
11199           - ScrollIntoView(): No need to scroll if control is already visible
11200             (resolves fixme and fixes #79218)
11201
11202 2006-08-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11203
11204         * MonthCalendar.cs: Change proportions in SingleMonthSize
11205         to match the aspect of the original control.
11206
11207 2006-08-29  Alexander Olk  <alex.olk@googlemail.com>
11208
11209         * XplatUIX11.cs: Fix for a metacity/X problem where windows don't
11210           get updated when they get maximized.
11211
11212 2006-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
11213
11214         * XplatUIX11.cs: Handle windows with no border (Fixes part of #79160)
11215
11216 2006-08-29  Chris Toshok  <toshok@ximian.com>
11217
11218         * XplatUIX11.cs: when destroying the FocusWindow, send KILLFOCUS.
11219
11220 2006-08-29  Jackson Harper  <jackson@ximian.com>
11221
11222         * TreeView.cs: Need to track selected node and highlighted node,
11223         they aren't always the same thing, when the mouse is down on a
11224         node it is hilighted, but not selected yet.
11225         - Do the HideSelection stuff right
11226         - Need to focus on rbutton mouse down. And redraw selection when
11227         right click is mouse upped.
11228
11229 2006-08-29  Mike Kestner  <mkestner@novell.com>
11230
11231         * ThemeWin32Classic.cs: draw selections for columns in FullRowSelect
11232         when SubItems.Count < Columns.Count.  [Fixes #79167]
11233
11234 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com> 
11235
11236         * TextControl.cs (FindCursor): Fix math error (Fixes #78402)
11237
11238 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com>
11239
11240         * XplatUIX11.cs: Preempt the roundtrip for getting the location back
11241           from X. Only send based on ConfigureNotify if we don't have the
11242           correct location in hwnd (if the window manager moved us)
11243
11244 2006-08-28  Mike Kestner  <mkestner@novell.com>
11245
11246         * ListView.cs: remove a TODO. 
11247         * ThemeWin32Classic.cs: implement HideSelection support for ListView.
11248         [Fixes ListView part of #79166]
11249
11250 2006-08-28  Mike Kestner  <mkestner@novell.com>
11251
11252         * ListView.cs: move wheel handler to parent since it is focused
11253         instead of the item_control now.  [Fixes #79177]
11254
11255 2006-08-28  Mike Kestner  <mkestner@novell.com>
11256
11257         * ThemeWin32Classic.cs: only highlight subitems in fullrowselect
11258         when the control is focused. [Fixes #79171]
11259
11260 2006-08-28  Mike Kestner  <mkestner@novell.com>
11261
11262         * ListView.cs: size the item and header controls for empty and
11263         unscrollable views.
11264         * ThemeWin32Classic.cs: draw disabled backgrounds.
11265         [Fixes #79187]
11266
11267 2006-08-28  Chris Toshok  <toshok@ximian.com>
11268
11269         * Form.cs: remove unused "active_form" static field.
11270
11271         * Hwnd.cs: lock around accesses to static windows collection.
11272
11273         * Application.cs: lock threads in Exit ().
11274
11275 2006-08-28  Chris Toshok  <toshok@ximian.com>
11276
11277         * NativeWindow.cs: lock around accesses to window_collection.
11278         
11279 2006-08-28  Chris Toshok  <toshok@ximian.com>
11280
11281         * Control.cs: err, fix this the right way, by locking on controls
11282         when using it.  not by making it synchronized.
11283
11284 2006-08-28  Chris Toshok  <toshok@ximian.com>
11285
11286         * Control.cs: make the static "controls" field synchronized, as it
11287         gets updated from multiple threads.
11288
11289 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
11290
11291         * XplatUIX11.cs: PostQuitMessage is thread-specific not app-specific.
11292           Prevent other threads from exiting when calling thread sets quit state.
11293         * XEventQueue.cs: Added PostQuitState property
11294
11295 2006-08-27  Chris Toshok  <toshok@ximian.com>
11296
11297         * AsyncMethodData.cs: add a slot for the window handle.
11298
11299         * XplatUIX11.cs (SendAsyncMethod): send the event to the right
11300         window (the destination control's window, not the foster window).
11301
11302         * Control.cs (BeginInvokeInternal): store the window's handle in
11303         the AsyncMethodData.
11304         
11305
11306 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
11307
11308         * XplatUIX11.cs:
11309           - PostQuitMessage: Removed resetting S.D display handle, we might have
11310             another loop started after calling PostQuitMessage (Fixes #79119)
11311           - Created destructor to reset S.D handle
11312
11313 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com> 
11314
11315         * XplatUIX11.cs (SetCursor): Issue flush after setting the cursor (#79168)
11316
11317 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
11318
11319         * TextControl.cs (Insert): Update the caret position even if we don't
11320           have a handle yet, just don't call the driver in that case.
11321         * TextBoxBase.cs (set_SelectedText): Set the Start and End selection
11322           to the end of the new selection text (Fixes #79184)
11323
11324 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
11325
11326         * Form.cs (Activate): Only activate if the handle is created)
11327         * Control.c:
11328           - Mark window as invisible when it's disposed
11329           - Check if window handle is created when setting window visible, 
11330             instead of relying just on the is_created variable
11331           - Check if object is disposed when creating the control (Fixes #79155)
11332
11333 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
11334
11335         * ScrollableWindow.cs (ScrollWindow): Don't actually perform layouting
11336           when allowing layout again. Otherwise we re-generate the anchoring 
11337           distance to the border again and actually alter what the user wanted
11338           This is ugly, it'd be better if we used DisplayRectangle instead of
11339           ClientRectangle for Control.UpdateDistances, but that causes us to
11340           have other problems (initial anchoring positons would be wrong)
11341           (Fixes #78835)
11342
11343 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
11344
11345         * Control.cs:
11346           - The size and location setters shouldn't go directly to 
11347             SetBoundsCore, but to SetBounds, which triggers layout on the
11348             parent, then calls SetBoundsCore. (Related to fix for #78835)
11349           - SetBounds: Moved actual location update code into this function
11350             from SetBoundsCore, to match MS. Added call to PerformLayout if
11351             we have a parent (to trigger resizing of anchored parents if the 
11352             child size has changed (see testcase for #78835) 
11353         * ListBox.cs, Form.cs: Call SetBounds instead of SetBoundsCore to match 
11354           new control code
11355         * ScrollableControl.cs (CalculateCanvasSize): Use shortcut variable
11356
11357 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
11358
11359         * XplatUIX11.cs: Don't reset the DisplayHandle that's stored in
11360           System.Drawing when a toplevel window gets closed; there might
11361           be other toplevel windows belonging to the same app (Fixes #78052)
11362
11363 2006-08-26  Alexander Olk  <alex.olk@googlemail.com>
11364
11365         * FileDialog.cs: After reading FileDialog settings from mwf_config
11366           use Desktop prefix only if a real folder doesn't exist anymore.
11367         * FontDialog.cs: Added char sets.
11368           It is now possible to select the font, size or style with the
11369           textboxes.
11370
11371 2006-08-25  Kornél Pál  <kornelpal@gmail.com>
11372
11373         * PrintPreviewDialog.cs: Use assembly name constants.
11374
11375 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
11376
11377         * XplatUIWin32.cs (ScrollWindow): Use clipping rectangle arg (prevents
11378           scrollbar from whacking it's buttons)
11379
11380 2006-08-24  Chris Toshok  <toshok@ximian.com>
11381
11382         * ScrollableControl.cs: fix #78271.  There's a lot of misc stuff
11383         in this patch (aggregating setting Left/Top/Width/Height to
11384         setting Bounds on the scrollbars), but the crux of the fix is in
11385         Recalculate, where we scroll by the remaining scroll_position if
11386         we're hiding a scrollbar.  The 2*$5 reward in the comment is
11387         serious.
11388
11389 2006-08-24  Jackson Harper  <jackson@ximian.com>
11390
11391         * MdiClient.cs:
11392         * MdiWindowManager.cs: If the form is made a non-mdi window we
11393         need to remove the form closed event so that closing forms works
11394         correctly.
11395
11396 2006-08-24  Jackson Harper  <jackson@ximian.com>
11397
11398         * Control.cs: Make IsRecreating internal so that the driver can
11399         check it
11400         - Temporarily remove the Hide when controls are removed, its
11401         making a whole bunch of things not work because visibility isn't
11402         getting reset elsewhere correctly
11403         * Form.cs: Need to do a full handle recreation when the mdi parent
11404         is set.
11405         * XplatUIX11.cs: If we are recreating handles don't dispose the
11406         HWNDs.  What was happening is the handles were being recreated in
11407         SendWMDestroyMessages, but then flow continued on in that method
11408         and destroyed the new handles.
11409
11410 2006-08-23  Jackson Harper  <jackson@ximian.com>
11411
11412         * Form.cs: MdiClient is always at the back of the bus
11413         * Control.cs: When the order of items in the collection is changed
11414         we need to reset the all_controls array
11415         - do the same sorta setup thats done when adding a control when a
11416         control is set on the collection.
11417
11418 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
11419
11420         * TextBoxBase.cs (get_Text): Return an empty array if our document
11421           is empty (fixes #79052)
11422
11423 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
11424
11425         * Control.cs: We should call IsInputChar on only on WM_CHAR but not
11426           on WM_SYSCHAR messages (fixes #79053)
11427
11428 2006-08-23  Chris Toshok  <toshok@ximian.com>
11429
11430         * DataGrid.cs: fix flickering when scrolling vertically.
11431
11432 2006-08-23  Chris Toshok  <toshok@ximian.com>
11433
11434         * DataGrid.cs (EndEdit): only invalidate the row header when we
11435         need to.
11436
11437 2006-08-23  Chris Toshok  <toshok@ximian.com>
11438
11439         * ThemeWin32Classic.cs: fix the clip munging of the datagrid paint
11440         methods.  fixes the flicker when scrolling around.
11441
11442 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
11443
11444         * FileDialog.cs: Making sure the control is created before we get a 
11445           chance to use it with BeginInvoke (Fixes #79096)
11446
11447 2006-08-23  Chris Toshok  <toshok@ximian.com>
11448
11449         * ThemeWin32Classic.cs (DataGridPaintRows): calculate the proper
11450         width to use when painting the rows.
11451
11452 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
11453
11454         * TextBoxBase.cs:
11455           - Throw ArgumentException if a negative value is passed to SelectionLength
11456           - Update the selection end if start is moved. end needs to be always
11457             after start. (Fixes #79095)
11458           - Track selection length; MS keeps the selection length even if start
11459             is changed; reset on all other operations affection selection
11460
11461 2006-08-22  Jackson Harper  <jackson@ximian.com>
11462
11463         * TreeView.cs: Make sure both scrollbars get displayed and sized
11464         correctly when the other bar is visible.
11465         - Use the original clip rectangle for checking if the area between
11466         the two scrollbars is visible, not the viewport adjusted clipping
11467         rectangle.
11468
11469 2006-08-22  Jackson Harper  <jackson@ximian.com>
11470
11471         * Binding.cs: We don't use IsBinding because it requires the
11472         control to be created, which really shouldn't be necessary just to
11473         set a property on the control.
11474
11475 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11476
11477         * ComboBox.cs: Some CB.ObjectCollection methods must throw
11478         ArgumentNullReferenceException when the argument is null.
11479
11480 2006-08-21  Jackson Harper  <jackson@ximian.com>
11481
11482         * Timer.cs: Track the thread that the timer is started in (NOT
11483         CREATED), this way messages for it will only be triggered on its
11484         queue.
11485         * XEventQueue.cs: Track the timers here, this makes timers per
11486         thread, like MS.
11487         * XplatUIX11.cs: The timers are moved to the XEventQueue.
11488
11489 2006-08-19  Chris Toshok  <toshok@ximian.com>
11490
11491         * XplatUIX11.cs: after further communication with pdb, we get the
11492         best of both worlds.  SetZOrder working for un-Mapped windows, and
11493         no X errors for un-mapped windows.
11494
11495 2006-08-19  Chris Toshok  <toshok@ximian.com>
11496
11497         * XplatUIX11.cs (SetZOrder): remove the if (!hwnd.mapped) check,
11498         as it was causing pdn toolbars to not have the correct stacking.
11499
11500 2006-08-18  Mike Kestner  <mkestner@novell.com> 
11501
11502         * ListView.cs : guard against negative ClientArea.Width in scrollbar
11503         calculation.  Not sure why control should ever be setting a negative
11504         width though.  Fixes #78931.
11505
11506 2006-08-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11507
11508         * ComboBox.cs: Throw ArgumentNullException when adding/modifyng
11509         null items in ObjectCollection class.
11510         * ListBox.cs.: Likewise.
11511
11512 2006-08-18  Atsushi Enomoto  <atsushi@ximian.com>
11513
11514         * ThemeNice.cs, ThemeClearlooks.cs : remove RadioButton_DrawFocus()
11515           as the base method in ThemeWin32Classic should work fine.
11516           Fixed bug #78607.
11517
11518 2006-08-18  Jackson Harper  <jackson@ximian.com>
11519
11520         * Binding.cs: When validating if the value entered doesn't convert
11521         properly reset to the old value.
11522         * RadioButton.cs: Don't fire click when we get focus.
11523
11524 2006-08-18  Jackson Harper  <jackson@ximian.com>
11525
11526         * FileDialog.cs: Paint the selection on the directory combobox the
11527         same way as on MS. 
11528
11529 2006-08-17  Jackson Harper  <jackson@ximian.com>
11530
11531         * ErrorProvider.cs: Don't allow the error control to be selected.
11532         * Control.cs: Don't send the SetFocus messages, the control
11533         activation will do this, and if we do it blindly here validation
11534         does not work.
11535
11536 2006-08-17  Jackson Harper  <jackson@ximian.com>
11537
11538         * Control.cs:
11539         * ContainerControl.cs: Make validation events fire in the correct
11540         order.  TODO: For some reason the first validation event is not
11541         getting fired.
11542
11543 2006-08-17  Mike Kestner  <mkestner@novell.com> 
11544
11545         * ComboBox.cs : some null guarding for ComboListBox.Scroll.
11546
11547 2006-08-17  Mike Kestner  <mkestner@novell.com> 
11548
11549         * ComboBox.cs : implement scroll wheel support for popped-down
11550         state. Fixes #78945. 
11551
11552 2006-08-17  Jackson Harper  <jackson@ximian.com>
11553
11554         * TreeView.cs: Specify treeview actions (old patch that didn't get
11555         committed for some reason).
11556         - Don't let the mouse wheel scroll us too far.  Just want to make
11557         the bottom node visible, not scroll it all the ways to the top.
11558
11559 2006-08-17  Jackson Harper  <jackson@ximian.com>
11560
11561         * XplatUIX11.cs: Mouse wheel events go to the focused window.
11562
11563 2006-08-17  Mike Kestner  <mkestner@novell.com> 
11564
11565         * ComboBox.cs : don't do mouseover selection in simple mode.
11566
11567 2006-08-16  Jackson Harper  <jackson@ximian.com>
11568
11569         * Form.cs: Fire the closing events for all the mdi child windows
11570         when a window is closed.  If the cancel args are set to true, the
11571         main window still gets the event fired, but it doesn't not close.
11572         * MdiWindowManager.cs: Do this closing cleanup in a Closed
11573         handler, instead of when the button is clicked, so cancelling the
11574         close works correctly.
11575         * ComboBox.cs: Send the mouse down to the scrollbar.
11576
11577 2006-08-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11578
11579         * ListBox.cs: When passing 'null' to SelectedItem,
11580         set SelectedIndex to -1, to unselect items. This is the
11581         observed behaviour in .Net.
11582
11583 2006-08-16  Peter Dennis Bartok  <pbartok@novell.com> 
11584
11585         * TextBoxBase.cs: Overriding HandleClick to get clicks in spite of
11586           MS flags saying there won't be any. (fixes #78800)
11587         * Control.cs (HandleClick): Made virtual
11588
11589 2006-08-16  Atsushi Enomoto  <atsushi@ximian.com>
11590
11591         * PageSetupDialog.cs : use Yard-Pound units only in en-GB and en-US
11592           cultures. Fixed bug #78399.
11593
11594 2006-08-16  Jackson Harper  <jackson@ximian.com>
11595
11596         * Form.cs: Use the MdiClients MdiChildren property to access
11597         MdiChildren instead of creating the array from the child controls.
11598         * MdiClient.cs: Maintain a separate array of the mdi children, so
11599         that insertion order is maintained when the Z-order is changed.
11600
11601 2006-08-16  Mike Kestner  <mkestner@novell.com> 
11602
11603         * ListView.cs : add an ItemComparer and default to it for sorting.
11604         Fixes #79076, but sorting needs a complete overhaul to be compat with
11605         MS.
11606
11607 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
11608
11609         * XplatUIX11.cs (SetZOrder): Fix debugging leftover (fixes #79080)
11610
11611 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
11612
11613         * Hwnd.cs (Mapped): Properly traverse the tree
11614
11615 2006-08-15  Chris Toshok  <toshok@ximian.com>
11616
11617         * Binding.cs: fix PullData/SetPropertyValue.  We don't want to
11618         pass manager.Current.GetType() to ParseData.  It has to be the
11619         property type.  So, hold off doing the ParseData until we're in
11620         SetPropertyValue where we know the type.  This fixes the crash in
11621         #78821 but the textbox is still empty.
11622
11623 2006-08-15  Chris Toshok  <toshok@ximian.com>
11624
11625         * DataGrid.cs:
11626         - when we're scrolling, only call Edit() again if the
11627         current cell is still unobscured. Fixes bug #78927.
11628         - when handling mousedown on a cell, ensure the cell is visible
11629         before calling Edit.
11630         - remove the properties from DataGridRow, and remove the
11631         DataGridParentRow class altogether.
11632         
11633
11634 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
11635
11636         * TextBoxBase.cs (set_Text): Don't use base.Text, instead just
11637           fire OnTextChanged by ourselves. There's no point calling base,
11638           we don't set the base value anywhere else. Fixes #78773.
11639
11640 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11641
11642         * ListBox.cs: Call CollectionChanged when modifying
11643         an item from Items indexer, to update the actual items
11644         in the list box.
11645
11646 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11647
11648         * PrintDialog.cs: Small fixes for focus and a pair of checks,
11649         to match .Net behaviour.
11650
11651 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
11652
11653         * XplatUIX11.cs (SetZOrder): Handle raising toplevel windows
11654
11655 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
11656
11657         * Control.cs: Handle BringToFront for toplevel windows (Fixes #78737)
11658
11659 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
11660
11661         * MessageBox.cs: Prevent potential NRE exception.
11662         * TextBoxBase.cs: AutoSize only applies if MultiLine is false. Fixes #78889
11663
11664 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
11665
11666         * MessageBox.cs: Calculate the owner of a messagebox, also make
11667           it topmost. Fixes #78753
11668
11669 2006-08-14  Chris Toshok  <toshok@ximian.com>
11670
11671         * XplatUIX11.cs: A couple of fixes so that metacity will let us
11672         programmatically move windows.  first, set the PPosition hint as
11673         well as the USPosition hint.  Second include some code from pdb
11674         that sets the window type to NORMAL when we set the transient for
11675         hint.  This is because, in the absence of a window type, metacity
11676         thinks any window with TransientFor set is a dialog, and refuses
11677         to let us move it programmatically.  fascists.
11678
11679 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
11680
11681         * XplatUIX11.cs: When setting normal hints, take into consideration
11682           an different hints previously set so we don't delete them (fixes #78866)
11683
11684 2006-08-12  Chris Toshok  <toshok@ximian.com>
11685
11686         * ToolBarButton.cs: make Layout return a boolean, if something to
11687         do with the button's layout changed.
11688
11689         * ToolBar.cs:
11690         - add another parameter to Redraw, @force, which all existing
11691           calls set to true.
11692         - make the Layout function return a boolean which is true if the
11693           layout has actually changed.  Redraw now uses this (and @force)
11694           to determine when to invalidate.  At present the only place
11695           where @force can be false is the call from OnResize, when
11696           background_image == null.  So, resizing a toolbar when the
11697           layout doesn't change results in no drawing.
11698
11699 2006-08-12  Chris Toshok  <toshok@ximian.com>
11700
11701         * ThemeWin32Classic.cs: fix the bottom right corner painting.  had
11702         the VScrollBar and HScrollbar reversed.  oops.
11703
11704         * DataGrid.cs: fix the logic that assigns sizes to the implicit
11705         scrollbars.  we were assigning them twice (once in
11706         Calc{Horiz,Vertical}Scrollbar, and once in CalcGridAreas),
11707         therefore causing two scrollbar resizes (and redraws?) to happen
11708         per grid resize.
11709
11710 2006-08-12  Chris Toshok  <toshok@ximian.com>
11711
11712         * ToolBarButton.cs: redraw the entire button if the theme tells us
11713         to.
11714
11715         * Theme.cs: add ToolBarInvalidateEntireButton.
11716
11717         * ThemeWin32Classic.cs: we don't need to redraw the entire toolbar
11718         buttons, just the border.
11719
11720         * ThemeNice.cs: redraw the entire toolbar button since we need to
11721         draw the highlight image.
11722
11723         * ThemeClearlooks.cs: the rounded corners of toolbar buttons mean
11724         we need to redraw the entire button (not just the border).
11725
11726 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
11727
11728         * TextBoxBase.cs (CalculateScrollbars): Set the proper thumb size
11729           for vertical bars. Fixes the mismatches shown by #78513
11730
11731 2006-08-11  Alexander Olk  <alex.olk@googlemail.com>
11732
11733         * FileDialog.cs: If a saved/remembered path doesn't exist
11734           anymore, fall back to "Desktop".
11735
11736 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
11737
11738         * Form.cs (CreateParams): Don't use Parent.Handle unless we have a
11739           parent. It's apparently legal to not have one
11740         * XplatUIX11.cs:
11741           - SetZOrder: Don't try to set Z-Order on an unmapped window
11742           - CreateWindow: 0,0 are legal coordinates for a window. don't move
11743             it unless the coordinates are negative
11744
11745 2006-08-10  Mike Kestner  <mkestner@novell.com>
11746
11747         * ListControl.cs: allow null for DataSource.  Clear DisplayMember
11748         when setting to null per msdn docs.  Fixes #78854.
11749
11750 2006-08-10  Chris Toshok  <toshok@ximian.com>
11751
11752         * Menu.cs, MainMenu.cs, MenuAPI.cs: get rid of most of the
11753         flickering by setting a clip rectangle on the Graphics when we
11754         need to redraw just a particular menuitem.  Also, rename "OnClick"
11755         to "OnMouseDown" to reflect what it actually is.
11756         
11757         * Form.cs: track the OnMouseDown change.
11758
11759 2006-08-10  Peter Dennis Bartok  <pbartok@novell.com>
11760
11761         * CommonDialog.cs: Properly inherit the CreateParams from the form
11762           and only change what we need. Fixes #78865
11763
11764 2006-08-10  Chris Toshok  <toshok@ximian.com>
11765
11766         * ToolBar.cs, ToolBarButton.cs: fix the redraw-on-highlight
11767         flickering in flat mode (and most of the flickering in general) by
11768         only invalidating the button border (and not the entire rectangle)
11769         when the state changes.  A couple of cases still flicker:
11770         ToggleButtons, and the dropdown arrow case when the user mouse
11771         ups.
11772
11773 2006-08-10  Alexander Olk  <alex.olk@googlemail.com>
11774
11775         * X11Keyboard.cs: Fixed handling of the Del key on the cursorblock
11776           for german keyboards. Numlock state shouldn't affect the behaviour
11777           of the Del key. Fixes bug #78291.
11778
11779 2006-08-10  Chris Toshok  <toshok@ximian.com>
11780
11781         * ListControl.cs: remove the items.Clear line from BindDataItems,
11782         as this is the first thing done by both subclasses in their
11783         SetItemsCore overrides.  Also, add a ItemChanged handler, and when
11784         passed -1, refresh the list.  This gets databinding working when
11785         the datasource is set on the list before the datasource is
11786         populated (as in wf-apps/ReportBuilder.)
11787
11788         * ComboBox.cs: remove the argument to BindDataItems.  This call
11789         should really go away, and be initiated by the ListControl code.
11790
11791         * ListBox.cs: same.
11792
11793 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
11794
11795         * TextControl.cs (Document.ctor): Initialize caret so we don't crash
11796           if no data is in the document when the control is displayed
11797
11798 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com> 
11799
11800         * TextBoxBase.cs: Don't try moving the caret if we don't have a window
11801           yes (fixes #78806)
11802         * TextControl.cs: 
11803           - PositionCaret: Allow positioning of caret but don't call methods 
11804             requiring a handle if the window isn't created yet
11805           - CharIndexToLineTag: Fix ending loop early error. Lines is 1 based
11806           - owner_HandleCreated: Don't position the caret, just update it's 
11807             location. User might have already set a different position
11808
11809 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
11810
11811         * XplatUIWin32.cs: Don't use the desktop as basis for foster-parented
11812           windows. Screws up the returned coordinates for child windows. 
11813           Fixes #78825. I'm hoping this doesn't break something, since the
11814           code was explicitly put in 8 months ago, but no bug was attached.
11815           Menus still seem to work properly.
11816
11817 2006-08-08  Chris Toshok  <toshok@ximian.com>
11818
11819         * DataGrid.cs: make BeginInit/EndInit actually do what they're
11820         supposed to do - delay data binding until the EndInit call.  Also,
11821         make the table style collection's CollectionChangeAction.Refresh
11822         work properly.
11823
11824         * GridTableStylesCollection.cs: raise a CollectionChangeEvent
11825         (with action = Refresh) when a consituent table's MappingName is
11826         changed.
11827
11828 2006-08-08  Chris Toshok  <toshok@ximian.com>
11829
11830         * ToolBarButton.cs: in set_Text, call Parent.Redraw, not
11831         Invalidate, since changing the text can change the size of the all
11832         toolbar buttons.
11833
11834 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
11835
11836         * Form.cs (AddOwnedForm): Still need to add the form to our listif
11837           we don't have it yet
11838
11839 2006-08-08  Chris Toshok  <toshok@ximian.com>
11840
11841         * PrintControllerWithStatusDialog.cs: don't .Close() the status
11842         dialog, as this causes X errors later on, since we actually
11843         destroy the window.  Instead, .Hide() it.
11844
11845 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
11846
11847         * ComboBox.cs: Added focus reflection for popup window
11848         * XplatUIX11.cs: 
11849           - Removed transient setting for non-app windows for now, not sure it
11850             was needed
11851           - Fixed logic checking if we have captions when deciding 
11852             override_redirect, WS_CAPTION is two bits and a 0 check was not
11853             sufficient
11854           - Removed the WINDOW_TYPE stuff, it was unneeded and making things
11855             complicated
11856         * Form.cs: 
11857           - AddOwnedForm: Don't just add the form to the list, call the property
11858             to ensure the driver is informed about the ownership as well
11859           - CreateHandle: Set the TopMost status in the driver if we have an owner
11860         * XplatUI.cs: Fixed debug statement
11861
11862 2006-08-08  Jonathan Pobst <monkey@jpobst.com>
11863         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
11864           GroupBoxRenderer.cs, ProgressBarRenderer.cs, RadioButtonRenderer.cs,
11865           ScrollBarRenderer.cs, TabRenderer.cs, TextBoxRenderer.cs, 
11866           TrackBarRenderer.cs: Make constructor private.
11867         * ProfessionalColors.cs, ProfessionalColorTable.cs: Fix misnamed properties.
11868         * ProfessionalColorTable.cs: Make properties virtual.
11869
11870 2006-08-06  Duncan Mak  <duncan@novell.com>
11871
11872         * NumericUpDown.cs (Value): Don't call OnValueChanged if the value
11873         is not changing.
11874
11875 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
11876         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
11877           GroupBoxRenderer.cs, ProfessionalColors.cs, ProfessionalColorTable.cs,
11878           ProgressBarRenderer.cs, RadioButtonRenderer.cs, ScrollBarRenderer.cs,
11879           TabRenderer.cs, TextBoxRenderer.cs, TextRenderer.cs, TrackBarRenderer.cs:
11880           Initial import of new 2.0 classes.
11881
11882 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
11883         * Application.cs: Add 2.0 VisualStyles properties.
11884
11885 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
11886         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
11887           XplatUIX11.cs: Create property to allow access to existing private
11888           variable "themes_enabled"
11889
11890 2006-08-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11891
11892         * ImageListStreamer.cs: generate the MemoryStreams with the exact BMP
11893         file size, as otherwise our class libraries fail using windows. Fixes
11894         bug #78759.
11895
11896 2006-08-04  Jackson Harper  <jackson@ximian.com>
11897
11898         * Form.cs:
11899         * XplatUIX11.cs: Move the toolwindow window manager creation into
11900         the X11 driver, this way on win32 we can let windows create/handle
11901         the toolwindows.
11902
11903 2006-08-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11904
11905         * PrintDialog.cs: Remove some redundant checks, add some others,
11906         clean some code, and move the focus to the text boxes when the
11907         values are incorrect.
11908
11909 2006-08-04  Alexander Olk  <alex.olk@googlemail.com>
11910
11911         * FontDialog.cs: Remove Form.MinimumSize. It's not needed.
11912
11913 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
11914
11915         * NumericUpDown.cs: Setting the Minimum and Maximum is now
11916           handled correctly. Fixes bug #79001.
11917
11918 2006-08-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11919
11920         * PrintDialog.cs: The "Copies" numeric up down must have
11921         set the Minimum property to 1; only if the value is bigger
11922         than 1, activate "Collate" check box. This is the behaviour of .Net.
11923         Also modify the Document elements only if it is not null.
11924
11925 2006-08-03  Jackson Harper  <jackson@ximian.com>
11926
11927         * TreeNodeCollection.cs: Fix copyto to use the correct nodes
11928         length. (We have a larger array then actual node count).
11929                 
11930 2006-08-03  Jackson Harper  <jackson@ximian.com>
11931
11932         * ComboBox.cs: Don't show selection by default.
11933         - The SelectAll isn't needed here, since the focus code should do
11934         that
11935         - DDL style lists to manual selection drawing, so when they
11936         get/lose focus they have to invalidate.
11937
11938 2006-08-03  Peter Dennis Bartok  <pbartok@novell.com>
11939
11940         * TextBoxBase.cs: Don't always show all selections by default.
11941
11942 2006-08-03  Jonathan Pobst  <monkey@jpobst.com>
11943         * ControlUpdateMode.cs, DataSourceUpdateMode.cs,
11944           HelpNavigator.cs, WebBrowserEncryptionLevel.cs:
11945           Fixed various typos.
11946
11947 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
11948
11949         * Control.cs: Removing the controls in a ControlCollection with
11950           Clear now hides the controls as expected. Fixes bug #78804. 
11951
11952 2006-08-03  Jackson Harper  <jackson@ximian.com>
11953
11954         * Control.cs: Revert previous focus patch, it breaks reflector.
11955
11956 2006-08-03  Jackson Harper  <jackson@ximian.com>
11957
11958         * ComboBox.cs: Cleanup selection and focus with the combobox.
11959         This also eliminates some duplicated keyboard code, since now
11960         everything is handled by the main class.
11961         - Make list selection work on mouse up instead of down, to match
11962         MS.
11963
11964 2006-08-02  Jackson Harper  <jackson@ximian.com>
11965
11966         * Control.cs: Setting focus needs to go through the whole
11967         selection mechanism.
11968
11969 2006-08-02  Chris Toshok  <toshok@ximian.com>
11970
11971         * PrintPreviewDialog.cs: change MinimumSize to use
11972         base.MinimumSize so it works.
11973
11974 2006-08-02  Peter Dennis Bartok  <pbartok@novell.com>
11975
11976         * TextControl.cs:
11977           - UpdateCaret: Added sanity check in case caret isn't defined yet
11978           - Line.Delete: Now updating selection and caret markers if we're
11979             transfering a node (Properly fixes #78323)
11980           - SetSelectionEnd: Added sanity check
11981         * TextBoxBase.cs: Removed broken attempt to fix #78323
11982
11983 2006-08-01  Chris Toshok  <toshok@ximian.com>
11984
11985         * PrintPreviewDialog.cs: the CancelEventArgs stuff surrounding the
11986         Close() call is handled in Form, not here.
11987
11988 2006-08-01  Chris Toshok  <toshok@ximian.com>
11989
11990         * Theme.cs, ThemeWin32Classic.cs: fix the PrintPreviewControl
11991         layout/rendering.
11992
11993         * PrintPreviewDialog.cs: add scrollbars, and add an image cache
11994         for sizes < 100% zoom.  The code now aggressively attempts to keep
11995         from calling document.Print (), and tries not to use the scaling
11996         g.DrawImage whenever possible (it still does if you scale to >
11997         100%, since usually that involves huge images).
11998
11999         * PrintPreviewControl.cs: hook up the close button.
12000
12001 2006-08-01  Jonathan Pobst  <monkey@jpobst.com>
12002         * ColumnClickEventHandler.cs, DrawItemEventHandler.cs,
12003           ItemChangedEventHandler.cs, ItemCheckEventHandler.cs,
12004           ItemDragEventHandler.cs, LabelEditEventHandler.cs,
12005           LinkClickedEventHandler.cs, LinkLabelLinkClickedEventHandler.cs,
12006           MeasureItemEventHandler.cs, MethodInvoker.cs, PaintEventHandler.cs,
12007           PropertyTabChangedEventHandler.cs, PropertyValueChangedEventHandler.cs,
12008           SelectedGridItemChangedEventHandler.cs, ToolBarButtonClickEventHandler.cs:
12009           Removed [Serializable] for 2.0 Event Handlers.
12010
12011 2006-07-31  Jackson Harper  <jackson@ximian.com>
12012
12013         * TextBoxBase.cs: Make ShowSelection invalidate when changed.
12014         * TextControl.cs: Uncomment out the body of this method.
12015
12016 2006-07-31  Alexander Olk  <alex.olk@googlemail.com>
12017
12018         * XplatUIX11.cs: Use the correct cursor shapes for arrow and default
12019           standard cursors.
12020
12021 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
12022
12023         * TextBoxBase.cs: Added internal property ShowSelection to allow controls
12024           that embed TextBox and need selections visible even if textbox is not
12025           focused to enforce that behaviour.
12026         * TextControl.cs (Draw): Use ShowSelection instead of has_focus to determine
12027           selection drawing
12028
12029 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
12030
12031         * TextControl.cs:
12032           - Added new SetSelectionStart/SetSelectionEnd overloads
12033           - Fixed viewport width assignment to be accurate
12034           - Adjusted alignment line shift calculations to allow cursor on right
12035             aligned lines to be always visible at the right border (like MS)
12036         * TextBoxBase.cs:
12037           - SetBoundsCore: Re-adjust caret location after resize (Fixes #78323)
12038           - TextBoxBase_SizeChanged: recalculating canvas on size changes
12039           - CalculateScrollBars: Use ViewPort size instead of window size, to
12040             properly consider space occupied by the border and scrollbars 
12041             (Fixes #78661)
12042           - hscroll_ValueChanged, vscroll_ValueChanged: Fixed scroll 
12043             calculations; no longer leaves artifacts
12044           - CaretMoved: Adjusted window scrolling to match MS and fixed several
12045             calculation bugs (Still missing right/center align calculations)
12046
12047 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com> 
12048
12049         * XPlatUIWin32.cs: Made ScrollRectEx a bit more flexible, and removed
12050           use of both scroll rect and clip rect, as they do the same.
12051
12052 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
12053
12054         * Control.cs (WM_CHAR WndProc): 2.0 profile allows changing the key 
12055           in the event handler (fixes #78912)
12056
12057 2006-07-31  Chris Toshok  <toshok@ximian.com>
12058
12059         * ThemeWin32Classic.cs: use grid.RowsCount here instead of
12060         grid.ListManager.Count, since grid.ListManager might be null.
12061         This of course begs the question "why are we drawing rows for a
12062         grid with no list manager (and therefor no rows)?"  Fixes the
12063         crash in bug #78929.
12064
12065 2006-07-31  Chris Toshok  <toshok@ximian.com>
12066
12067         * RelatedPropertyManager.cs: Don't always chain up to the parent
12068         ctor.  instead, call SetDataSource if the parent's position is !=
12069         -1.  Fixes the crash in #78822.
12070
12071 2006-07-31  Chris Toshok  <toshok@ximian.com>
12072
12073         * DataGrid.cs (get_ListManager): use field instead of property
12074         accessors for datasource and datamember.
12075         (RowsCount): make internal again.
12076         (OnMouseDown): end edits before resizing columns/rows.
12077         (OnMouseUp): restart edits after resizing columns/rows.
12078
12079 2006-07-30  Peter Dennis Bartok  <pbartok@novell.com>
12080
12081         * XplatUIX11.cs: Default cursor cannot be 0 or it will not get set.
12082           This fixes the situation where the last set cursor is displayed
12083           whenever the mouse is over scrollbars.
12084
12085 2006-07-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12086
12087         * PrintDialog.cs: Fix the behaviour of PrinterSettings and
12088         Document properties, as well as initial values.
12089
12090 2006-07-29  Peter Dennis Bartok  <pbartok@novell.com>
12091
12092         * XplatUIWin32.cs (SetBorderStyle): Setting both border
12093           and ClientEdge results in a 3-pixel border, which is
12094           wrong.
12095
12096 2006-07-28  Jackson Harper  <jackson@ximian.com>
12097
12098         * TreeNodeCollection.cs: Fix the clear method.
12099         - Fix the Shrink also
12100
12101 2006-07-27  Jackson Harper  <jackson@ximian.com>
12102
12103         * TreeView.cs: Make sure the visible order is computed when we
12104         attempt to size the scrollbars (for trees that mess with the
12105         scrolling when they shouldn't.
12106         - Make sure to give the scrollbars valid values.
12107
12108 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
12109
12110         * XplatUIX11.cs: Move motion compression code to where it
12111           has less performance impact
12112
12113 2006-07-26  Jackson Harper  <jackson@ximian.com>
12114
12115         * UpDownBase.cs: When the control is selected make the child
12116         controls non selectable, so that a click on them won't do a
12117         focus/unfocus cycle.
12118         - Don't give focus to the text box when the spinner is selected.
12119         * XEventQueue.cs: Peek on both the x11 queue and the lock queue.
12120
12121 2006-07-26  Chris Toshok  <toshok@ximian.com>
12122
12123         * ThemeWin32Classic.cs: add print preview rendering.  I'm not
12124         satisfied with this solution.  If the bitmaps are small, we should
12125         just cache them in the PrintPreviewDialog and draw them here.
12126         Also, the layout is broken for the 2-up and 3-up cases.
12127
12128         * Theme.cs: add PrintPReviewControlPaint.
12129
12130         * PrintPreviewDialog.cs: first pass implementation.
12131
12132         * PrintPreviewControl.cs: first pass implementation.  No
12133         scrollbars yet.
12134
12135         * PrintDialog.cs: only validate fields if that particular portion
12136         of the UI is enabled.  Also, set the document's controller to a
12137         PrintControllerWithStatusDialog wrapping the document's print
12138         controller.
12139
12140         * PrintControllerWithStatusDialog.cs: if we're printing to a file,
12141         bring up a SaveFileDialog (i hope we don't want to match the
12142         behavior of the crappy windows file entry) and set the
12143         PrinterSettings.PrintFileName accordingly.
12144
12145 2006-07-26  Jackson Harper  <jackson@ximian.com>
12146
12147         * ContainerControl.cs: Add a field that disables auto selecting
12148         the next control in a container when the container is activated.
12149         * UpDownBase.cs: Don't select the text box when the up down is
12150         selected.
12151
12152 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
12153
12154         * XEventQueue.cs: Added methods for peeking (used for compression
12155           of successive events)
12156         * XplatUIX11.cs (GetMessage): We're now compressing consecutive
12157           mouse move events (fixes #78732)
12158
12159 2006-07-25  Jackson Harper  <jackson@ximian.com>
12160
12161         * UpDownBase.cs: Use an internal class for the textbox so that we
12162         can control focus.  the updown control should always have focus,
12163         if either the text area or the buttons are clicked.
12164         - Send the key messages to the textbox, since it never actually
12165         has focus
12166         - Activate and decativate the textbox caret.
12167
12168 2006-07-24  Jackson Harper  <jackson@ximian.com>
12169
12170         * Control.cs: Use the directed select when selecting a control,
12171         this way the container controls override will get called and the
12172         whole ActiveControl chain will get triggered.  TODO: probably need
12173         to make sure this gets done everywhere instead of the old
12174         Select(Control).
12175         * ContainerControl.cs: Implement the directed Select method to
12176         find and activate the correct child control.    
12177         
12178 2006-07-22  Mike Kestner  <mkestner@novell.com>
12179
12180         * Form.cs: use Control.MousePosition for NCLBUTTONDOWN in the menu
12181         menu handling code so that clicks without a grab work too.
12182         [Fixes #78914]
12183
12184 2006-07-22  Alexander Olk  <alex.olk@googlemail.com>
12185
12186         * FileDialog.cs: Enable the BackButton when dirstack has one element.
12187           Added some small optimizations.
12188
12189 2006-07-21  Matt Hargett  <matt@use.net>
12190
12191         * Control.cs: Implemented 2.0 MinimumSize/MaximumSize properties
12192
12193 2006-07-21  Peter Dennis Bartok  <pbartok@novell.com> 
12194
12195         * Control.cs (GetNextControl): Fixes to make all of Jackson's unit 
12196           tests pass and match MS in some strange border cases.
12197
12198 2006-07-21  Chris Toshok  <toshok@ximian.com>
12199
12200         * ThemeWin32Classic.cs: handle drawing of the relation links and
12201         parent row buttons.
12202
12203         * Theme.cs: change args to DataGridPaintParentRow.
12204
12205         * DataGrid.cs: Don't use controls for the relation links and
12206         parent buttons, so we have to handle all their interactions in
12207         MouseMove, MouseDown, MouseUp, etc.  Also, store a lot more stuff
12208         when we're navigating through child tables, so we can reinstate
12209         selection, expanded state, current cell, etc.
12210
12211 2006-07-20  Chris Toshok  <toshok@ximian.com>
12212
12213         * ToolBar.cs: When we redraw a button, for whatever reason,
12214         there's no reason to redraw the entire toolbar.  Also, don't call
12215         Control.Refresh from within Redraw, as it's much heavier than
12216         Invalidate (which is really what we want).
12217
12218 2006-07-20  Chris Toshok  <toshok@ximian.com>
12219
12220         * DataGrid.cs, CurrencyManager.cs, DataGridColumnStyle.cs,
12221         DataGridTextBoxColumn.cs, DataGridTextBox.cs,
12222         ThemeWin32Classic.cs, ListControl.cs: After staring at stack
12223         traces from within a debug IBindingList datasource
12224         (in mono/winforms/datagrid) for *days*, I've finally gotten things
12225         to work in a similar fashion.
12226
12227 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12228
12229         * ListBox.cs: Don't call Sort () when setting 
12230         the Sorted property to false (avoid an unnecessary sort).
12231
12232 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12233
12234         * ListControl.cs: DataSource should throw an ArgumentException
12235         instead of a normal exception when the argument is not of the 
12236         correct type.
12237
12238 2006-07-20  Mike Kestner  <mkestner@novell.com>
12239
12240         * Control.cs: add InternalPreProcessMessage to allow us to steal
12241         key events before MWF gets its paws on them.  Adapted from a
12242         suggestion by eno.
12243         * ToolBar.cs: add GotLostFocus handing for flat toolbars, with 
12244         up/down/left/right navigation. Override the new internal control
12245         method to steal the events since they never make it to WndProc.
12246         * ToolBarButton.cs: don't worry about pushed when setting hilight
12247         since the drawing code prefers pushed to hilight. Invalidate on 
12248         Hilight changes. Fixes #78547 and #78525.
12249
12250 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
12251
12252         * ScrollableControl.cs: Consider AutoScrollMinSize when calculating
12253           the canvas size. Fixes #78868
12254
12255 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com>
12256
12257         * Splitter.cs: Track requested split position until first layout
12258           is performed. Fixes #78871
12259
12260 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
12261
12262         * Application.cs: Removed code that forces 1.x for the version
12263           number if the version started with 0. Not sure why that code was
12264           there and I couldn't find any bugs that indicated we needed it.
12265           Fixes #78869
12266
12267 2006-07-20  Alexander Olk  <alex.olk@googlemail.com>
12268
12269         * ThemeWin32Classic.cs: Don't throw a NotImplementedException in
12270           ResetDefaults(), just write some output to the console until it's
12271           implemented. Fixes bug #78907 for now. Eliminated two warnings.
12272
12273 2006-07-19  Jonathan Chambers  <joncham@gmail.com>
12274
12275         * PropertyGridView.cs: set StartPosition of drop down forms
12276         so they appear in correct initial spot.  Fixes #78190.
12277
12278 2006-07-19  Mike Kestner  <mkestner@novell.com>
12279
12280         * ThemeWin32Classic.cs: use parent background color when drawing
12281         flat toolbars.  Restructure the conditionals to make sure non-flat
12282         non-Divider toolbars are filled too.  Fixes #78837.
12283
12284 2006-07-19  Mike Kestner  <mkestner@novell.com>
12285
12286         * ListBox.cs: Sort on collection changes even if the handle
12287         isn't created yet.  Fixes #78813.
12288
12289 2006-07-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12290
12291         * ListControl.cs: DisplayMember should never be null,
12292         and now we assign String.Empty when null is passed to it (this
12293         is the .Net way).
12294
12295 2006-07-17  Mike Kestner  <mkestner@novell.com>
12296
12297         * ListViewItem.cs: restructure Font and subitem Font handling 
12298         to hold a specific font and refer back to owner on null.
12299         Fixes #78761.
12300
12301 2006-07-17  Mike Kestner  <mkestner@novell.com>
12302
12303         * ToolBar.cs: bandaid for side-effect of previous patch which was
12304         discarding explicit heights for non-AutoSize toolbars.  Need to
12305         extend my format tester to deal with AutoSize=false. Fixes #78864.
12306
12307 2006-07-15  Jackson Harper  <jackson@ximian.com>
12308
12309         * LabelEditTextBox.cs:
12310         * TreeView.cs: Use a new LabelEdit class for node editing, this
12311         class automatically 'closes' itself when it gets the enter key or
12312         loses focus.
12313         - Use the client rectangle when setting the trees scrollbars, so
12314         border style is taken into account.
12315         
12316 2006-07-14  Jackson Harper  <jackson@ximian.com>
12317
12318         * TreeNode.cs:
12319         * TreeView.cs: Make the editing work similar to MSs, firing the
12320         events correctly and ending edits correctly.
12321
12322 2006-07-14  Mike Kestner  <mkestner@novell.com>
12323
12324         * ToolBarButton.cs:
12325         * ToolBar.cs: layout restructuring and redraw enhancements to support
12326         formatting changes gracefully, like setting TextAlign, ImageList, 
12327         ButtonSize, and Appearance.  Handles explicit button sizing quirks
12328         of the MS controls.  Things like flat toolbars ignoring button size
12329         but becoming constant sized at the largest button's size.  Normal
12330         toolbars with an image set cannot be shrunk smaller than the image,
12331         but text can be clipped/ignored.
12332         * ThemeWin32Classic.cs: don't draw text if text_rect height or width
12333         is zero.  Seems like DrawString should be smart enough to not put
12334         anything on screen though. Also trim labels and ellipsize at the char
12335         boundary, not word.
12336         Fixes #78711 and #78483.
12337
12338 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
12339
12340         * FolderBrowserDialog.cs: Disable "New Folder" button and
12341           "New Folder" contextmenu menuitem if a folder like "My Computer"
12342           is selected.
12343
12344 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
12345
12346         * FileDialog.cs: Don't create a new folder in "MyComputer" folder.
12347         * FolderBrowserDialog.cs:
12348           - Use MWFConfig to store and read size and position settings
12349           - Added code to create a new folder (button or context menu).
12350             Use TreeView labeledit to change the name of the new folder.
12351
12352 2006-07-14  Jackson Harper  <jackson@ximian.com>
12353
12354         * TreeView.cs: Raise the OnAfterLabelEdit event correctly.  Also,
12355         when the tree is scrolled we end editing.
12356
12357 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
12358
12359         * ThemeWin32Classic.cs: Fixed position of CPDrawScrollButton Up and
12360           Down arrows
12361
12362 2006-07-14  Jonathan Pobst  <monkey@ipobst.com> 
12363
12364         WebBrowserProgressChangedEventHandler.cs, BindingCompleteEventArgs.cs,
12365         BindingCompleteEventHandler.cs, BindingManagerDataErrorEventArgs.cs,
12366         BindingManagerDataErrorEventHandler.cs, CacheVirtualItemsEventArgs.cs,
12367         CacheVirtualItemsEventHandler.cs, ColumnReorderedEventArgs.cs,
12368         ColumnReorderedEventHandler.cs, ColumnWidthChangedEventArgs.cs,
12369         ColumnWidthChangedEventHandler.cs, ColumnWidthChangingEventArgs.cs,
12370         ColumnWidthChangingEventHandler.cs, FormClosedEventArgs.cs,
12371         FormClosedEventHandler.cs, FormClosingEventArgs.cs,
12372         FormClosingEventHandler.cs, ItemCheckedEventArgs.cs,
12373         ItemCheckedEventHandler.cs, ListControlConvertEventArgs.cs,
12374         ListControlConvertEventHandler.cs, ListViewItemMouseHoverEventArgs.cs,
12375         ListViewItemMouseHoverEventHandler.cs, ListViewItemSelectionChangedEventArgs.cs,
12376         ListViewItemSelectionChangedEventHandler.cs,
12377         ListViewVirtualItemsSelectionRangeChangedEventArgs.cs,
12378         ListViewVirtualItemsSelectionRangeChangedEventHandler.cs,
12379         MaskInputRejectedEventArgs.cs, MaskInputRejectedEventHandler.cs,
12380         PopupEventArgs.cs, PopupEventHandler.cs, PreviewKeyDownEventArgs.cs,
12381         PreviewKeyDownEventHandler.cs, RetrieveVirtualItemEventArgs.cs,
12382         RetrieveVirtualItemEventHandler.cs, SearchForVirtualItemEventArgs.cs,
12383         SearchForVirtualItemEventHandler.cs, SplitterCancelEventArgs.cs,
12384         SplitterCancelEventHandler.cs, TabControlCancelEventArgs.cs, 
12385         TabControlCancelEventHandler.cs, TabControlEventArgs.cs, 
12386         TabControlEventHandler.cs, TableLayoutCellPaintEventArgs.cs,
12387         TableLayoutCellPaintEventHandler.cs, ToolStripDropDownClosedEventArgs.cs,
12388         ToolStripDropDownClosedEventHandler.cs, ToolStripDropDownClosingEventArgs.cs,
12389         ToolStripDropDownClosingEventHandler.cs, TreeNodeMouseClickEventArgs.cs,
12390         TreeNodeMouseClickEventHandler.cs, TreeNodeMouseHoverEventArgs.cs,
12391         TreeNodeMouseHoverEventHandler.cs, TypeValidationEventArgs.cs,
12392         TypeValidationEventHandler.cs, WebBrowserDocumentCompletedEventArgs.cs,
12393         WebBrowserDocumentCompletedEventHandler.cs, WebBrowserNavigatedEventArgs.cs,
12394         WebBrowserNavigatedEventHandler.cs, WebBrowserNavigatingEventArgs.cs,
12395         WebBrowserNavigatingEventHandler.cs, 
12396         WebBrowserProgressChangedEventArgs.cs: New 2.0 Event Handlers
12397
12398 2006-07-14  Jonathan Pobst  <monkey@ipobst.com>
12399
12400         MergeAction.cs, PowerLineStatus.cs, PowerState.cs, PreProcessControlState.cs,
12401         RichTextBoxLanguageOptions.cs, ScreenOrientation.cs, ScrollOrientation.cs,
12402         SearchDirectionHint.cs, SystemParameter.cs, TabControlAction.cs,
12403         TableLayoutPanelCellBorderStyle.cs, TextDataFormat.cs, TextImageRelation.cs,
12404         ToolStripDropDownCloseReason.cs, ToolStripDropDownDirection.cs,
12405         ToolStripGripDisplayStyle.cs, ToolStripGripStyle.cs,
12406         ToolStripItemAlignment.cs, ToolStripItemDisplayStyle.cs,
12407         ToolStripItemImageScaling.cs, ToolStripItemOverflow.cs,
12408         ToolStripItemPlacement.cs, ToolStripLayoutStyle.cs,
12409         ToolStripManagerRenderMode.cs, ToolStripRenderMode.cs,
12410         ToolStripStatusLabelBorderSides.cs, ToolStripTextDirection.cs,
12411         ToolTipIcon.cs, TreeNodeStates.cs, TreeViewDrawMode.cs,
12412         TreeViewHitTestLocations.cs, UnhandledExceptionMode.cs, ValidationConstraints.cs,
12413         WebBrowserEncryptionLevel.cs, WebBrowserReadyState.cs, WebBrowserRefreshOption.cs,
12414         ArrowDirection.cs, AutoCompleteMode.cs, AutoCompleteSource.cs, AutoSizeMode.cs,
12415         AutoValidate.cs, BatteryChargeStatus.cs, BindingCompleteContext.cs,
12416         BindingCompleteState.cs, CloseReason.cs, ColumnHeaderAutoResizeStyle.cs,
12417         ControlUpdateMode.cs, DataSourceUpdateMode.cs, DockingBehavior.cs,
12418         FixedPanel.cs, FlowDirection.cs, GetChildAtPointSkip.cs,
12419         HtmlElementInsertionOrientation.cs, InsertKeyMode.cs, ListViewHitTestLocations.cs,
12420         ListViewItemStates.cs, MaskFormat.cs: Added
12421
12422 2006-07-13  Jonathan Chambers  <joncham@gmail.com>
12423
12424         * PropertyGridView.cs: Fix keyboard navigation of drop down.
12425         Patch from eno for bug 78558.
12426         
12427 2006-07-13  Jackson Harper  <jackson@ximian.com>
12428
12429         * TreeView.cs: When an edit is finished make sure that the
12430         selected node is visible.
12431         - When setting the top/bottom use the scrollbars is_visible, so
12432         everything will be set correctly even if the tree isn't visible
12433         yet.
12434
12435 2006-07-13  Jackson Harper  <jackson@ximian.com>
12436
12437         * ComboBox.cs: Revert the item->index part of my previous patch.
12438         * TreeView.cs: Use LostFocus instead of Leave for detecting when
12439         the edit box has lost focus (duh).
12440         - Just make the edit box not visible when we get return, that will
12441         take the focus, which will call EndEdit
12442         * TreeNode.cs When we start editing, notify the treeview.
12443
12444 2006-07-12  Jackson Harper  <jackson@ximian.com>
12445
12446         * ComboBox.cs: Clear out old items before setting the item list.
12447         This prevents databound controls from having their items added
12448         twice.
12449         - Switch the combobox to use indices whereever possible instead of
12450         using Item's.  This allows usto navigate through lists that have
12451         more then one item with the same string value (ie a, b, b, a).
12452         - Scroll the listboxes scrollbar when a non visible item is
12453         highlighted
12454         - Allow keypress to cycle through all the possible values. For
12455         example if you have b1, b2, b3 and hold down the B key all the
12456         values will be cycled through.
12457         
12458 2006-07-12  Jackson Harper  <jackson@ximian.com>
12459
12460         * TextBoxBase.cs:
12461         * ListView.cs: Don't need to override SETFOCUS anymore, we can do
12462         this using the internal methods.
12463         * Control.cs: Add OnGotFocusInternal.  A new method that allows
12464         controls to "override" OnGotFocus and change focus behavior if
12465         needed.
12466         - Same thing for LostFocus
12467         * ComboBox.cs: Pass off focus to the text control properly.
12468
12469 2006-07-12  Alexander Olk  <alex.olk@googlemail.com>
12470
12471         * FileDialog.cs: Added GetFoldersOnly to MWFVFS
12472         * FolderBrowserDialog.cs: Almost a complete rewrite.
12473           - Better support for Environment.Specialfolders
12474           - Added support for MWFVFS
12475           - Made setting SelectedPath work
12476
12477 2006-07-12  Jackson Harper  <jackson@ximian.com>
12478
12479         * Control.cs: Optimze getting all the controls.
12480
12481 2006-07-11  Jackson Harper  <jackson@ximian.com>
12482
12483         * ContainerControl.cs: Override SETFOCUS in the container control,
12484         so that it is not selected on mouse click.
12485
12486 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com> 
12487
12488         * LinkLabel.cs: Hack to handle Shift-Tabbing to the linklabel. 
12489           Hopefully we will have a better way once all of focus is complete.
12490
12491 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com>
12492
12493         * ThemeWin32Classic.cs: Commented out some debug code and fixed
12494           a compile error with csc.
12495
12496 2006-07-11  Jackson Harper  <jackson@ximian.com>
12497
12498         * Control.cs: When hiding a control only select the next control
12499         if the current control was focused.
12500         - Don't handle enter/leave when setting/killing focus, this is
12501         done by the container control.
12502         - Remove is_selected, it's not needed anymore.
12503         - Add utility methods for selecting a child control, and for
12504         firing the Enter/Leave events.
12505         * ContainerControl.cs: When a control is activated fire the
12506         enter/leave events.
12507         - Don't wrap when processing the tab key, so that focus can be
12508         moved outside of the container.
12509         - Use the correct active control
12510
12511 2006-07-11  Jackson Harper  <jackson@ximian.com>
12512
12513         * ComboBox.cs: Remove some debug code that was blinding me.
12514         * UpDownBase.cs: These controls actually aren't implicit, they are
12515         visible to the user.
12516
12517 2006-07-10  Chris Toshok  <toshok@ximian.com>
12518
12519         * DataGrid.cs: move back to the is_adding boolean field.  god i
12520         hate this is_editing/is_adding/is_changing stuff.
12521
12522 2006-07-10  Chris Toshok  <toshok@ximian.com>
12523
12524         * DataGridTableStyle.cs: just check if the property type is bool.
12525         if it is, use DataGridBoolColumn, otherwise DataGridTextBoxColumn.
12526         Don't use CanRenderType.
12527
12528         * DataGridTextBoxColumn.cs: set the value to DBNull.Value, not "",
12529         if our text == NullText.  Remove CanRenderType.
12530
12531         * DataGridBoolColumn.cs: nuke CanRenderType.
12532
12533         * DataGrid.cs: reenable some code to end the current edit inside
12534         of set_CurrentCell.  This fixes the other 1.1.16 regression.
12535         Also, remove rowhdrs_maxheight and just use rowhdrs_area.Height.
12536         Also, remove the visible_row_count arg from CalcRowHeaders, since
12537         we don't need to worry about the actual height of the area.
12538
12539 2006-07-10  Chris Toshok  <toshok@ximian.com>
12540
12541         * DataGridTextBoxColumn.cs: if when we Commit we're in navigate
12542         mode, just return.
12543
12544         * DataGridTextBox.cs: change "isedit" to "isnavigating" to reflect
12545         the real sense of the IsInEditOrNavigateMode property (true =
12546         navigate, false = edit).  Also, update OnKeyPress to reflect this.
12547
12548         * DataGridTableStyle.cs (CreateColumnsForTable): even if the
12549         column style exists, we still need to set its property descriptor
12550         to match up with our list manager.
12551
12552 2006-07-10  Chris Toshok  <toshok@ximian.com>
12553
12554         * ThemeWin32Classic.cs: implement the new row/header painting
12555         approach.  The parent row painting will likely go away and
12556         replaced with label controls, but the rest seems to work ok (and
12557         efficiently).
12558
12559         * Theme.cs: change the way we draw datagrid rows.  we don't draw
12560         the row headers as a block now.  Instead we draw them in the
12561         normal draw-row loop.  Add some calls for drawing parent rows and
12562         relation rows.
12563
12564         * DataGridTableStyle.cs: add tons of ArgumentExceptions if this is
12565         a default table style.  Set the defaults from ThemeEngine.Current,
12566         not SystemColors.  Fix lots of misc issues with property setters.
12567
12568         * DataGrid.cs: move loads of style information out of this class
12569         as it's being duplicated with DataGridTableStyle.  keep track of a
12570         special DataGridTableStyle for the properties we used to mirror
12571         here.  Switch all the style properties to access this table style
12572         instead of instance fields of this class.  Also add a internal
12573         class to represent parent rows (more needs to be stored here, like
12574         the selection state from the parent table, as well as the
12575         expansion state.)  Also, for datasources with relations, do the
12576         right thing for collapse/expand, and add support for the
12577         navigation/parent row buttons.
12578
12579         Lastly, fix the crash in the 1.1.16 build.
12580
12581         * GridTableStylesCollection.cs: make the explicit interface
12582         implementations call the class's methods as opposed to duplicating
12583         them.
12584
12585         * DataGridTextBoxColumn.cs: set the x/y offset of the textfield to
12586         0 so the text doesn't jump around when we move the cursor.
12587
12588 2006-07-10  Jackson Harper  <jackson@ximian.com>
12589
12590         * TextBoxBase.cs:
12591         * ListBox.cs: Match MS's ToString (this makes debugging focus
12592         stuff infinitely easier).
12593
12594 2006-07-10  Jackson Harper  <jackson@ximian.com>
12595
12596         * Control.cs (SelectNextControl): When checking the control's
12597         parent use this instead of ctrl.parent so that null can be passed
12598         to SelectNextControl. (I have unit tests for this).
12599         - Remove unused var.
12600
12601 2006-07-10  Chris Toshok  <toshok@ximian.com>
12602
12603         * CurrencyManager.cs: correct one regression, the removal of the
12604         finalType field.  Also, add a MonoTODO on CanAddRows, implement
12605         Refresh() correctly, and fix some event emission in
12606         ListChangedHandler.
12607
12608 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
12609
12610         * FileDialog.cs: Don't use brackets for new folders if they exist
12611           under *nix. Instead use -(number of existing folders +1).
12612
12613 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
12614
12615         * FileDialog.cs:
12616           - Fixed really nasty bug #78771
12617           - Don't block the whole GUI when reading directories with a lot of
12618             entries. Use an other thread instead and call BeginInvoke to
12619             update the ListView in MWFFileView
12620
12621 2006-07-07  Chris Toshok  <toshok@ximian.com>
12622
12623         * Control.cs (Dispose): release any Capture when disposing.
12624
12625 2006-07-07  Chris Toshok  <toshok@ximian.com>
12626
12627         * LinkLabel.cs (Select): if we chain up to the parent, set
12628         focused_index to -1 so we'll search for the first available link
12629         the next time the user tabs into us.  Also, if the direction is
12630         backward and focused_index == -1, start the search from the last
12631         element.
12632
12633 2006-07-07  Chris Toshok  <toshok@ximian.com>
12634
12635         * LinkLabel.cs (CreatePiecesFromText): if the link's range piece
12636         is beyond the end of the text, don't do anything.
12637         (CreateLinkPieces): set our ControlStyles.Selectable based on
12638         whether or not we have any links.
12639         (Link.Invalidate): use a loop instead of foreach.
12640         (Link.set_Start): null out owner.sorted_links so it'll be
12641         recreated by CreateLinkPieces.
12642
12643 2006-07-06  Chris Toshok  <toshok@ximian.com>
12644
12645         * LinkLabel.cs: revert the SetStyle change.
12646
12647 2006-07-06  Chris Toshok  <toshok@ximian.com>
12648
12649         * LinkLabel.cs (.ctor): SetStyle Selectable to true.
12650         (OnEnableChanged): s/Refresh/Invalidate
12651         (OnGotFocus): if we have a focused index already, refocus it (so
12652         if we mouse out/in to the window it'll focus the right link).
12653         (OnKeyDown): move the tab handling out of here.
12654         (OnLostFocus): don't set focused_index to -1, so we can refocus it
12655         when we lose focus.
12656         (OnMouseDown): don't Capture here - Control handles it.  Also,
12657         focus the active link.
12658         (OnMouseUp): don't deal with Capture.
12659         (OnPaintBackgroundInternal): remove.
12660         (OnTextAlignChanged): CreateLinkPieces before calling the
12661         superclass's method.
12662         (OnTextChanged): call CreateLinkPieces before calling superclass's
12663         method.
12664         (ProcessDialogKey): handle Tab here, and call Select(bool,bool) to
12665         move around.
12666         (Select): implement this, moving the selection between different
12667         links, and call parent.SelectNextControl if we don't have another
12668         link to focus in the given direction.
12669         (CreateLinkPieces): call Invalidate instead of Refresh.
12670         
12671 2006-07-06  Chris Toshok  <toshok@ximian.com>
12672
12673         * ThemeWin32Classic.cs: DrawLinkLabel changes to accomodate the
12674         new LinkLabel internals.
12675
12676         * LinkLabel.cs: fairly major rewrite.  get rid of all the loops
12677         over pieces looking for active/focused/etc links.  also, deal with
12678         runs of text (and links) with embedded \n's in them, and use
12679         MeasureCharacterRanges instead of MeasureString to figure out the
12680         regions text occupies.  Lastly, do the usual s/Refresh/Invalidate
12681         two-step.
12682
12683 2006-07-04  Jackson Harper  <jackson@ximian.com>
12684
12685         * XplatUIX11.cs: Enable key auto repeat. If the user doesn't have
12686         XKB or key auto repeat, do it manually.  Without key auto repeat,
12687         when a key is held down we get key press, key release, key press,
12688         key release, ... with auto repeat we get key press, key press, key
12689         press ..., and then a release when the key is actually released.
12690
12691 2006-07-03  Jackson Harper  <jackson@ximian.com>
12692
12693         * TabControl.cs:
12694         * ThemeWin32Classic.cs: Tabs do not obey normal background color
12695         rules, they are always control color regardless of the background
12696         color.
12697
12698 2006-07-02  Alexander Olk  <alex.olk@googlemail.com>
12699
12700         * FileDialog.cs: Added internal class MWFConfig.
12701           Removed Registry support and replaced it with support for the new
12702           MWFConfig class. See MWFConfig comments for more information.
12703
12704 2006-06-30  Alexander Olk  <alex.olk@googlemail.com>
12705
12706         * ThemeWin32Classic.cs: Added RadioButton and CheckBox focus
12707           rectangle. Added some patches from eno from bug #78490 and fixed
12708           the arrow position for small up and down CPDrawScrollButtons.
12709
12710 2006-06-30  Jackson Harper  <jackson@ximian.com>
12711
12712         * InternalWindowManager.cs: Remove some debug code.
12713         * Form.cs: When an MdiParent is set to null, the window is
12714         "detatched" and becomes a normal window.
12715         * MdiClient.cs: Don't bring the new child form to the front until
12716         it is activated (setting it as active does this), this makes the
12717         previously active forms titlebar get redrawn as inactive.
12718
12719 2006-06-29  Peter Dennis Bartok  <pbartok@novell.com>
12720
12721         * PrintDialog.cs: Labels need a tab index too, otherwise they overlap
12722           with later controls
12723
12724 2006-06-29  Mike Kestner  <mkestner@novell.com>
12725
12726         * MenuAPI.cs: handle arrow keys in keynav state. Go active on down
12727         arrow in keynav state.  Fixes #78682.
12728
12729 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
12730
12731         * PrintDialog.cs: Reorder, relayout, remove extra code, set tab 
12732           order (fixes #78393)
12733
12734 2006-06-28  Jonathan Pobst  <monkey@ipobst.com>
12735
12736         * AccessibleRole.cs, AccessibleStates.cs, AnchorStyles.cs, 
12737           ArrangeDirection.cs, ArrangeStartingPosition.cs, ColorDepth.cs,
12738           ControlStyles.cs, DataGridViewImageCellLayout.cs, DrawMode.cs,
12739           FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs,
12740           GridItemType.cs, HelpNavigator.cs, ImeMode.cs, ItemActivation.cs,
12741           ItemBoundsPortion.cs, Keys.cs, ListViewAlignment.cs, 
12742           PictureBoxSizeMode.cs, PropertySort.cs, SelectionMode.cs,
12743           Shortcut.cs, SizeGripStyle.cs, SortOrder.cs, StructFormat.cs,
12744           TextFormatFlags.cs, ToolBarAppearance.cs, ToolBarButtonStyle.cs,
12745           ToolBarTextAlign.cs, View.cs: 2.0 Changes to existing 1.x
12746           enumerations (FlagsAttribute, SerializableAttribute, added/removed
12747           values)
12748
12749 2006-06-28  Mike Kestner  <mkestner@novell.com>
12750
12751         * ComboBox.cs: implement scroll wheel support. Fixes #78360.
12752
12753 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
12754
12755         * PropertyGrid.cs,
12756           PropertyGridTextBox.cs : explicitly set BackColor to differentiate
12757           item lines from other area (It also makes BackColor consistent and
12758           compatible with .NET). Fixed bug #78564.
12759
12760 2006-06-28  Jonathan Chambers  <jonathan.chambers@ansys.com>
12761
12762         * PropertyGrid.cs: refresh toolbar when PropertySort is set.
12763         Patch from Eno for #78555.
12764
12765 2006-06-27  Chris Toshok  <toshok@ximian.com>
12766
12767         * ThemeWin32Classic.cs: s/grid.grid_drawing/grid
12768
12769         * DataGridColumnStyle.cs: same.
12770
12771         * DataGrid.cs: Roll DataGridDrawingLogic.cs into this file.
12772         
12773         * DataGridDrawingLogic.cs: nuke.
12774
12775 2006-06-27  Chris Toshok  <toshok@ximian.com>
12776
12777         * DataGridTableStyle.cs: clean up the constructors, and build the
12778         list of child relations for this table.  I have no idea if this is
12779         where we should be doing it (it probably isn't), but since we're
12780         already iterating over the properties..
12781
12782         * DataGrid.cs: add row resizing.  for now we add a DataGridRow
12783         struct and array for keeping track of row information, similar to
12784         what's shown in a hack on
12785         http://www.syncfusion.com/FAQ/WindowsForms/FAQ_c44c.aspx.
12786
12787         * Theme.cs: be consistent about the naming of DataGrid methods,
12788         prefering ColumnWidths and RowHeights over columnsWidths and
12789         RowsHeights.
12790
12791         * ThemeWin32Classic.cs: same, and also add support for variable
12792         sized rows (and the +/- expansion icons for related rows).
12793
12794 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
12795
12796         * TextBoxBase.cs: Applied Eno's patch from #78660
12797
12798 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
12799
12800         * Form.cs (ScaleCore): We don't want to scale our form if it's
12801           state is minimized or maximized, but we still need to scale our
12802           child windows. Also, added try/finally block to ensure layout
12803           gets reset (Fixes #78697)
12804
12805 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
12806
12807         * Control.cs: Added 2.0 Scale(SizeF) method (Fixes 78700)
12808
12809 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
12810
12811         * Form.cs: Fixed c+p error and added check to resize form if minimum
12812           size is bigger than current size (Fixes #78709)
12813
12814 2006-06-26  Peter Dennis Bartok  <pbartok@novell.com> 
12815
12816         * ThemeEngine.cs (..ctor): Properly use ToLower() (Fixes #78704)
12817
12818 2006-06-26  Mike Kestner  <mkestner@novell.com>
12819
12820         * ComboBox.cs: only do Keypress handling in the combo when there  
12821         are items in the collection. Fixes #78710.
12822
12823 2006-06-26  Chris Toshok  <toshok@ximian.com>
12824
12825         * Binding.cs: make this work bi-directionally.  also, clear up
12826         other mixups between Push/Pull Data (e.g. we're supposed to pull
12827         data when validating).
12828
12829         * BindingManagerBase.cs: trim some fully qualified collection
12830         types.
12831
12832         * PropertyManager.cs (get_IsSuspended): oops, fix this check.
12833
12834 2006-06-23  Chris Toshok  <toshok@ximian.com>
12835
12836         * PropertyManager.cs: It appears (according to the unit tests)
12837         that PropertyManager doesn't use
12838         PropertyDescriptor.AddValueChanged to track propery value changes
12839         in its datasource, but uses the same scheme as Binding, where it
12840         looks for a <Property>Changed event and binds to it.
12841
12842         Also, according to the docs, IsSuspended always returns false for
12843         a property manager with a non-null datasource.
12844
12845 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com> 
12846
12847         * Form.cs: (ShowDialog): If we're returning a forced cancel we still
12848           need to update the actual DialogResult. (Fixes #78613)
12849
12850 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com>
12851
12852         * Form.cs (ShowDialog): Release any captures before running the
12853           new message pump (fixes #78680)
12854
12855 2006-06-22  Mike Kestner  <mkestner@novell.com>
12856
12857         * ListView.cs: Layout column widths properly in details mode even 
12858         if HeaderStyle.None is set.  Fixes #78691.
12859
12860 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com>
12861
12862         * FileDialog.cs: Fixed taborder to match MS. Fixes #77873 partially.
12863
12864 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com> 
12865
12866         * Control.cs (ContainsFocus): Using new driver method to get focused
12867           window, instead of trying to use internal tracking var, which can
12868           recursion issues (Fixes #78685)
12869         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
12870           XplatUIWin32.cs: Added GetFocus method to return focused window
12871
12872 2006-06-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12873
12874         * ColorDialog.cs: when the mouse button is pressed inside the color
12875         matrix, don't let the cursor move out of it until the button is
12876         released, which is the behavior on windows. Changed 'colours' by
12877         'colors' to use the same word consistently.
12878
12879 2006-06-21  Chris Toshok  <toshok@ximian.com>
12880
12881         * DataGrid.cs: add in some basic navigation stuff (navigating to a
12882         child relation and back, using a stack).  Also, remove
12883         GetDataSource and the code that calls it - it's not needed.  Also,
12884         track CurrencyManager.ListName's removal.
12885
12886 2006-06-21  Chris Toshok  <toshok@ximian.com>
12887
12888         * CurrencyManager.cs: push some of the original type checking from
12889         BindingContext.CreateBindingManager to here, and remove some of
12890         the finalType stuff.  Need more tests to make sure I've got the
12891         ListName part right, and we might need more in SetDataSource.
12892
12893         * PropertyManager.cs: add a ctor that takes just the datasource,
12894         and no property name.  Make SetDataSource work with a null
12895         property_name, and make Current return the data_source if the
12896         property descriptor is null.  this makes 'string foo = "hi";
12897         BindingContext[foo].Current' return "hi" as it should.
12898
12899         * RelatedCurrencyManager.cs: make this code more generic - there's
12900         no reason the parent manager has to be CurrencyManager, and
12901         there's no reason to pass the DataRelation.  It suffices to use a
12902         BindingManagerBase and PropetyDescriptor.
12903
12904         * RelatedPropertyManager.cs: make a similar change here.
12905         
12906         * BindingContext.cs: make CreateBindingManager the beautiful, tiny
12907         flower I knew it could be.
12908
12909 2006-06-20  Chris Toshok  <toshok@ximian.com>
12910
12911         * PropertyManager.cs: the PropertyChangedHandler is invoked when
12912         data in the source has changed and we need to update the control,
12913         so s/PullData/PushData.
12914
12915         * CurrencyManager.cs: Refresh is meant to update the control from
12916         data in the datasource.  So, s/PullData/PushData.
12917
12918         * BindingContext.cs: add more ugliness (we weren't handling the
12919         case where data_source = DataTable and data_member = column_name).
12920
12921         * Binding.cs: fix PushData/PullData mixup.  Both are interpreted
12922         from the perspective of the datasource.  PullData pulls from the
12923         control, PushData pushes to the control.
12924
12925 2006-06-20  Chris Toshok  <toshok@ximian.com>
12926
12927         * BindingContext.cs: rewrite the CreateBindingManager code to
12928         handle navigation paths more or less properly.  This could
12929         definitely stand some more work, in particular to push the
12930         recursion up to the toplevel.  But that relies on fixes in other
12931         places (System.Data comes to mind).
12932
12933         Also, move to a flat hashtable (and encode the twolevel nature of
12934         the dictionary into the hash key).  This lets us implement the
12935         IEnumerable.GetEnumerator method.
12936
12937         * RelatedCurrencyManager.cs: new class.  Update our view based on
12938         our relation and our parent CurrencyManager's position.
12939
12940         * CurrencyManager.cs: split out some logic from the ctor into
12941         SetView, so it can be called from the new RelatedCurrencyManager
12942         subclass.
12943
12944         * RelatedPropertyManager.cs: new class.  Update our datasource
12945         based on the position of our parent CurrencyManager.
12946
12947         * PropertyManager.cs: split out some logic from the ctor into
12948         SetDataSource, so it can be called from the new RelatedDataSource
12949         subclass.  Also, make the Current getter return the value
12950         of the PropertyDescriptor, not the data_source.
12951
12952         * Binding.cs: no need to duplicate the string splitting code here.
12953
12954 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
12955
12956         * Control.cs:
12957           - set_Enabled: OnEnabledChanged is not called if the inherited state 
12958             of the control is not altered, even though  we might be changing the
12959             internal state of the control (#78458)
12960           - set_Enabled: (Re)Moved the enabling/disabling of the window to 
12961             OnEnabledChanged, to allow easy altering of any child window state
12962           - OnEnabledChanged: Added code to enable/disable driver window state
12963           - OnParentEnabledChanged: Instead of firing the event, call 
12964             OnEnabledChanged, which will fire the event and also a) set driver
12965             window state and pass the enabled state to any grandchildren (#78458)
12966
12967 2006-06-19  Jackson Harper  <jackson@ximian.com>
12968
12969         * InternalWindowManager.cs: We don't set the cursor explicitly
12970         thats done via the response to NCHITTESTs.
12971         - Don't need to adjust for titlebar heights anymore, the
12972         coordinates are coming in the correct coordinates now (see peters
12973         last patch).
12974
12975
12976 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
12977
12978         * XplatUIX11.cs (GetMessage): WM_NCxBUTTONx messages were wrongly
12979           being translated relative to whole window, instead of client window.
12980           That caused broken offsets on mouseclick (and caused gas for our
12981           InternalWindowManager)
12982
12983 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
12984
12985         * TextControl.cs:
12986           - MoveCaret: Implemented PgUp, PgDown, CtrlPgUp and CtrlPgDown
12987           - Undo(): Added replay of cursor move on DeleteChars action; added
12988             calling Undo() again if a recorded cursor move is invalid (to
12989             ensure that some action is performed on Undo)
12990         * TextBoxBase.cs (ProcessKey): Added handling of PgUp and PgDown (#78482)
12991
12992 2006-06-16  Jackson Harper  <jackson@ximian.com>
12993
12994         * MdiClient.cs: Instead of just sizing maximized windows when
12995         there is a resize we also have to adjust the Y of minimized
12996         windows, so they stay pinned to the bottom of the mdi container.
12997         - Eliminate separate tracking of the active control, we can just
12998         get this from the controls collection.
12999         - Paint the decorations for the newly activated titlebar so we get
13000         a pretty blue bar.
13001         * InternalWindowManager.cs:
13002         * ThemeWin32Classic.cs: Minimized windows get all three buttons
13003         even if they are a tool window.
13004         
13005 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
13006
13007         * TextControl.cs (Undo): Handle non-existent cursor locations in the
13008           undo buffer, these can happen when text was deleted and the cursor
13009           was recorded first. Since we will also have a recorded cursor
13010           after the delete this is not an issue. (Fixes #78651)
13011
13012 2006-06-14  Peter Dennis Bartok  <pbartok@novell.com> 
13013
13014         * AccessibleObject.cs: Remove dependence on Control.is_selected;
13015           instead properly track control states internally (allows us to
13016           remove is_selected from Control)
13017
13018 2006-06-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13019
13020         * ImageListStreamer.cs: correctly generate the 1bpp mask for images
13021         whose width is not a multiple of 8.
13022
13023 2006-06-13  Jackson Harper  <jackson@ximian.com>
13024
13025         * MdiClient.cs:  Only maximize the next child if the current one
13026         is maximized.
13027
13028 2006-06-13  Chris Toshok  <toshok@ximian.com>
13029
13030         * DataGridColumnStyle.cs: Invalidate the column when HeaderText is
13031         modified.  Also, guard against grid or grid_drawing being null in
13032         Invalidate.
13033
13034         * DataGrid.cs: Reformat tons of getters/setters.  In the
13035         DataMember setter, just call SetNewDataSource instead of
13036         duplicating some of its functionality.  In SetNewDataSource, don't
13037         check ListManager for null, since the property getter creates the
13038         object if needed.
13039
13040         * DataGridTableStyle.cs: don't set TableStyle or call
13041         SetDataGridInternal on the column here, it's done in
13042         GridColumnStylesCollection.Add.
13043
13044         * GridColumnStylesCollection.cs: fix all the explicit interface
13045         implementations to just call our methods.  Nuke AddInternal() and
13046         move the body of it to Add().  Also, add a call to
13047         column.SetDataGridInternal to Add().
13048
13049         * DataGridTextBoxColumn.cs (.ctors): call this() instead of
13050         base()+duplicate code.  Also, use the Format property instead of
13051         format to generate an Invalidate ala MS.  Lastly, create the
13052         textbox here, unconditionally.
13053         (set_Format): call Invalidate.
13054         (get_TextBox): no need to call EnsureTextBox.
13055         (Commit): remove the message box.
13056         (Edit) remove the call to EnsureTextBox.
13057         (EndEdit): call HideEditBox instead of ReleaseHostedControl.
13058         (EnterNullValue): no need to check textbox for null.
13059         (HideEditBox): no need to check textbox for null.
13060         (SetDataGridInColumn): add the textbox to the grid's controls.
13061         (EnsureTextBox): nuke.
13062         
13063 2006-06-13  Jackson Harper  <jackson@ximian.com>
13064
13065         * MdiWindowManager.cs: Hook up to the maximized menus paint event
13066         and redraw the buttons when needed. Unhook when the window is
13067         unmaximized.
13068         * MainMenu.cs: Add an internal Paint event, the mdi window manager
13069         needs this so that it can redraw its buttons when the menu is
13070         repainted.
13071         * InternalWindowManager.cs:
13072         * Form.cs: The method order has changed for DrawMaximizedButtons,
13073         so that it can be a PaintEventHandler.
13074         
13075 2006-06-13  Jackson Harper  <jackson@ximian.com>
13076
13077         * MdiClient.cs: When we close a maximized mdi window, the next mdi
13078         window is activated and maximized, even if it wasn't before.
13079         - When  a new window is activated repaint the decorations of the
13080         old one, so that it no longer has the Active "look" (the blue
13081         titlebar).
13082         * InternalWindowManager.cs: Open up CreateButtons to base classes
13083         so they can recreate the buttons on state changes.
13084         - If a window is maximized give it all three buttons
13085         * MdiWindowManager.cs: Create the titlebar buttons when the state
13086         is changed, this is needed because a toolwindow will not have all
13087         three buttons until it is maximized.
13088
13089 2006-06-13  Atsushi Enomoto  <atsushi@ximian.com>
13090
13091         * ProgressBar.cs : PerformStep() shouldn't exceed Maximum.
13092           Fixed bug #78609.
13093
13094 2006-06-12  Jackson Harper  <jackson@ximian.com>
13095
13096         * KeysConverter.cs: Make sure we handle the Ctrl special case
13097         if its the only key.
13098         
13099 2006-06-12  Jackson Harper  <jackson@ximian.com>
13100
13101         * Theme.cs: Add a method to get the size of a managed window
13102         toolbar button.
13103         * InternalWindowManager.cs: Remove the ButtonSize property, this
13104         should be retrieved from the theme.
13105         * MdiWindowManager.cs: Get the button size from the theme
13106         * ThemeWin32Classic.cs: Make the method to get the managed window
13107         titlebar button size public.
13108         - Handle the different button sizes of maximized toolwindows
13109         (should match any maximized window).
13110         - Get the titlebar height from the theme, not the WM (which gets
13111         it from the theme).
13112
13113 2006-06-12  Jackson Harper  <jackson@ximian.com>
13114
13115         * InternalWindowManager.cs: Handle NC Double Clicks, passing the
13116         event down to the mdi window manager.
13117         - Expose some extra stuff to base classes
13118         - Make sure to end the Capture on an NC Mouse up, so that we can
13119         get double clicks properly, and the sizing doens't stick.
13120         - When doing PointToClient contain it in the workable desktop
13121         area, this prevents windows from changing size when the cursor is
13122         pulled outside of the working area while sizing.
13123         * MdiWindowManager.cs: When we get a double click maximize the
13124         window.
13125         - Reset the cursor after handling mode changes.
13126
13127 2006-06-12  Peter Dennis Bartok  <pbartok@novell.com> 
13128
13129         * XplatUIX11.cs (WorkingArea): Read the actual workarea for the 
13130           current desktop, instead of just assuming a 0, 0 origin. This
13131           is needed for our internal window manager, to know the top
13132           margin of the desktop
13133
13134 2006-06-12  Chris Toshok  <toshok@ximian.com>
13135
13136         * DataGrid.cs (set_CurrentCell): concede focus as we move around.
13137         we need this to get rid of the selected background in the bool
13138         column.
13139         (CancelEditing): move the ConcedeFocus call to above the Abort
13140         call.  Also, set is_changing to false and invalidate the row
13141         header if we were changing before.
13142         (ProcessKeyPreviewInternal): remove, since noone outside this
13143         class calls it anymore.  Roll the code into ProcessKeyPreview.
13144         (EndEdit): remove the internal version.
13145         (InvalidateCurrentRowHeader): make private.
13146
13147         * DataGridBoolColumn.cs: simplify this class a bunch.  remove the
13148         Keys.Escape handling (and with it the last call to
13149         DataGrid.EndEdit from outside the class.)
13150
13151
13152 2006-06-12  Chris Toshok  <toshok@ximian.com>
13153
13154         * DataGridTextBox.cs (.ctor): isedit defaults to false.
13155         (OnKeyPress): set isedit to true.
13156         (ProcessKeyMessage): remove Keys.Enter handling from here.  it's
13157         already handled by the grid.
13158
13159         * DataGrid.cs (set_CurrentCell): more work here.  it's still not
13160         right.  ugh.
13161         (set_DataSource): SetDataSource always returns true, so stop
13162         putting it in an if statement.
13163         (EndEdit): get rid of some {}'s
13164         (ProcessGridKey): return true in case Keys.Escape.
13165         (ProcessKeyPreviewInternal): only handle KEYDOWN messages.
13166         (ConnectListManagerEvents,DisconnectListManagerEvents): connect to
13167         PositionChanged, stopped connecting to CurrentChanged.
13168         (GetDataSource): simplify this a bunch.
13169         (SetDataSource): change return type from bool to void.
13170         (OnListManagerPositionChanged): rename OnListManagerCurrentChanged
13171         to this, and make sure we don't set ListManager.Position inside
13172         set_CurrentCell.
13173         (OnListManagerItemChanged): if we're passed an actual index,
13174         redraw that row.
13175
13176         * CurrencyManager.cs (set_Position): don't call PullData here.
13177
13178 2006-06-09  Jackson Harper  <jackson@ximian.com>
13179
13180         * TreeNode.cs:  Recalculate the visible order before doing the
13181         Expand/Collapse Below calls, because those calls generate an
13182         expose.
13183         - Reduce calls to the TreeView property, which is mildly expensive
13184         by using a local var.
13185         * Form.cs: Layout the MDI child windows when creating the parent
13186         form.
13187         - Don't use the internal constructor anymore
13188         * MdiClient.cs: use the parent form width/height (if available)
13189         when laying out the child windows, we do this because the
13190         mdiclient isn't docked yet when the initial layout is done.
13191         - Don't need an internal constructor anymore.
13192
13193 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13194
13195         * FileDialog.cs: handle access errors when trying to create a folder
13196         or changing to a directory. No need to initialize out parameters.
13197
13198 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
13199
13200         * FileDialog.cs: Append a number when creating a new folder if the
13201           folder already exists (use parenthesis instead of square brackets)
13202
13203 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
13204
13205         * FileDialog.cs:
13206           - Disabled registry support for windows and added better registry
13207             error checking for other systems (need to investigate why it
13208             works perfectly on my system)
13209           - If a folder already exist show an error MessageBox instead of
13210             trying to create an indexed name.
13211           - Fixed a non intentional typo.
13212
13213 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13214
13215         * FileDialog.cs: (SetFileName) don't crash if CurrentRealFolder is null.
13216
13217 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
13218
13219         * FileDialog.cs: When creating a new folder don't crash if the
13220           folder already exists.
13221
13222 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
13223
13224         * FileDialog.cs: Allmost a complete rewrite.
13225           - added a "virtual" file system that handles the differences
13226             between unix and windows file systems (especially the directory
13227             structure). Moved most of the directory and file handling code
13228             into the vfs.
13229             Added vfs classes: MWFVFS, FileSystem, WinFileSystem,
13230             UnixFileSystem and FSEntry.
13231           - Recently used folder/directory, size, location and used file names
13232             (file name ComboBox) are now stored in the registry and get read
13233             before the dialog shows up (fixes part 6 of bug #78446).
13234           - Creation of new folders/directories is now possible (context menu
13235             or ToolBar). Added TextEntryDialog for this that fills in the gap
13236             until ListView.LabelEdit works.
13237           - Fixed cursor handling (bug #78527) and focus handling for
13238             PopupButtonPanel
13239           - Various "Search in" ComboBox enhancements. The content of the
13240             dropdown listbox now almost matches ms.
13241           - Changed the behaviour when the user switches to SpecialFolder
13242             Recent to show the ListView in View.Details.
13243           - Beside using the ToolBar to change the View property of the
13244             file ListView it is now possible to use the context menu too.
13245
13246 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
13247
13248         * ComboBox.cs: Don't create a new ObjectCollection when an item
13249           gets inserted. Just insert the item in the existing object_items
13250           ArrayList.
13251
13252 2006-06-08  Jackson Harper  <jackson@ximian.com>
13253
13254         * OpenTreeNodeEnumerator.cs: Fix to use the Parent property, so
13255         that the treeview and root node checks are done also, this fixes a
13256         regression i caused in the unit tests.
13257
13258 2006-06-07  Wade Berrier <wberrier@novell.com> 
13259
13260         * RichTextBox.cs: More ISO8859-1 -> unicode
13261
13262 2006-06-07  Mike Kestner  <mkestner@novell.com>
13263
13264         * ComboBox.cs : use items to hold highlight/selection so that
13265         collection insertions don't require synchronization.
13266
13267 2006-06-07  Jackson Harper  <jackson@ximian.com>
13268
13269         * InternalWindowManager.cs: Simplify (and FIX) the window sizing
13270         routine.  We now always keep the sized edge at the cursor instead
13271         of computing movement and adjusting rects.  There is one buglet
13272         with this method though when the cursor is moved over area that
13273         the window can not expand too (such as the toolbars on the desktop).
13274
13275 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13276
13277         * XplatUIX11.cs: (IsEnabled,IsVisible) the window handler can be null
13278         here. Fixes crash on startup in AlbumSurfer.
13279
13280 2006-06-07  Peter Dennis Bartok  <pbartok@novell.com> 
13281
13282         * RichTextBox.cs: Replaced embedded ISO8859-1 chars with proper unicode
13283           values
13284
13285 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13286
13287         * XplatUIX11.cs: call XPending and XNextEvent inside the same lock()
13288         statement to avoid calling XNextEvent which will block if another thread
13289         took the event that we were expecting. Fixes bug #78605.
13290
13291 2006-06-07  Mike Kestner  <mkestner@novell.com>
13292
13293         * ListView.cs : isolated checkbox clicking from the selection logic.
13294         Toggle check state on item doubleclicks.  Really fixes #78454 part2.
13295
13296 2006-06-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
13297
13298         * Form.cs: Check that the value passed to Form.DialogResult
13299         is a valid enum value.
13300
13301 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13302
13303         * FileDialog.cs: disable the up button when in 'Recently Used' or 'My
13304         Computer'. Clicking it in the network view goes to 'My Computer'.
13305         Added CIFS filesystem type. Display the mount point of filesystems.
13306         Avoid duplicate mount points (happens for me with CIFS);
13307
13308 2006-06-06  Jackson Harper  <jackson@ximian.com>
13309
13310         * InternalWindowManager.cs: Draw the maximized windows buttons
13311         when resizing.
13312
13313 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13314
13315         * Form.cs: when running a modal dialog, ignore WM_CLOSE requests for
13316         all other dialogs. Fixes bug #78585.
13317
13318 2006-06-06  Mike Kestner  <mkestner@novell.com>
13319
13320         * CheckedListBox.cs : apply CheckOnClick behavior to unchecking too.
13321         Only invalidate checkbox on checkstate changes to avoid flicker.
13322         * ListBox.cs : avoid unselect/select when clicking selected item.
13323         avoid reselection flicker for already multiselected items.
13324         Fixes #78382.
13325
13326 2006-06-06  Jackson Harper  <jackson@ximian.com>
13327
13328         * MdiWindowManager.cs: When the window is closed do an NCRecalc on
13329         the parent form so that the menu is removed if needed.
13330
13331 2006-06-06  Mike Kestner  <mkestner@novell.com>
13332
13333         * ListBox.cs : add ScrollWindow call to UpdateTopItem.  fix
13334         Prev/Next/PrevPage/NextPage/Home/End index calculation.  Fixes #78559.
13335
13336 2006-06-06  Mike Kestner  <mkestner@novell.com>
13337
13338         * CheckedListBox.cs : rebuild check collection on Add.  Fixes #78426.
13339
13340
13341 2006-06-06  Jackson Harper  <jackson@ximian.com>
13342
13343         * Control.cs: Use the property (instead of the field) to get the
13344         default cursor so it is instantiated correctly.
13345         * InternalWindowManager.cs: The OS doesn't give us an NCPAINT with
13346         resizes so we need to manually repaint the window decorations here.
13347         - Set the titlebar button locations as soon as they are created,
13348         otherwise they are not set correctly on win32.
13349         
13350 2006-06-06  Chris Toshok  <toshok@ximian.com>
13351
13352         * CurrencyManager.cs (set_Position): call PullData before
13353         OnCurrentChanged.
13354         (AddNew): after calling IBindingList.AddNew, update our
13355         listposition, and call OnCurrentChanged/OnPositionChanged (without
13356         calling PullData).
13357         (OnCurrentChanged): remove the call to PullData from here.
13358         (OnItemChanged): remove the call to PushData from here.
13359         (OnPositionChanged): change the test from == null to != null to
13360         match the other methods.
13361         (ListChangedHandler): the grossest part of the patch.  Implement
13362         this such that it passes the unit tests in CurrencyManagerTest and
13363         the output more or less matches that of MS's implementation.
13364  
13365 2006-06-06  Mike Kestner  <mkestner@novell.com>
13366
13367         * ListView.cs : only update check state on single click.
13368         * ThemeWin32Classic.cs : fix focus drawing for details view without
13369         fullrowselect.  Fixes #78454.
13370         * XplatUIX11.cs : fix for double click emission.
13371
13372 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
13373
13374         * PropertyGridView.cs : Applied Atsushi's patch to fix
13375         font dialog bug  (#78197).
13376
13377 2006-06-05  Jackson Harper  <jackson@ximian.com>
13378
13379         * TreeNode.cs: Compute the next node for expanding/collapsing
13380         correctly. We now factor in nodes without a NextNode
13381         correctly. (Fixes somes cases in nunit-gui).
13382         * InternalWindowManager.cs: Set the bounds when updating the
13383         virtual position of a tool window.
13384         
13385 2006-06-05  Chris Toshok  <toshok@ximian.com>
13386
13387         * DataGrid.cs: rename cached_currencymgr to list_manager.
13388         (set_CurrentCell): move SetCurrentCell code here, and clean it up
13389         some.
13390         (CurrentRow, CurrentColumn): single accessors so we can make the
13391         cursor movement code a lot easier to understand.
13392         (CurrentRowIndex): implement this in terms of CurrentRow.
13393         (BeginEdit): clean this up a bit.
13394         (CancelEditing): sort out the is_editing/is_changing/is_adding
13395         stuff a little.
13396         (EndEdit): minor changes.
13397         (OnKeyDown): add a comment about a (most likely) unnecessary
13398         check.
13399         (OnMouseDown): cancel editing when we click on a row header.  And
13400         use the CurrentRow setter, not CurrentCell.
13401         (ProcessDialogKey): directly call ProcessGridKey.
13402         (UpdateSelectionAfterCursorMove): factor out this common block of
13403         code (it's used everywhere that we move the cursor by updating row
13404         or column).
13405         (ProcessGridKey): pretty substantial overhaul.  Use the
13406         CurrentRow/CurrentColumn properties to make the code a lot more
13407         readable.  Only use the CurrentCell property when we have to
13408         modify both row and column at once.  Tab behavior is still broken,
13409         and Delete is untested.
13410         (Select): if we have no selected rows, set selection_start to
13411         @row.
13412         (EditCurrentCell): rename EditCell this.  It was only ever invoked
13413         with CurrentCell as the arg, so drop the arg and rename it.
13414
13415         * DataGridColumnStyle.cs: clean up the constructors a little, and
13416         drop CommonConstructor().
13417
13418         * DataGridTextBox.cs (.ctor): set accepts_return to true so we
13419         actually get notified when the user hits it.
13420         (ProcessKeyMessage): *substantially* simplify this method.
13421         There's no reason (that I can see) for the textbox to be making
13422         calls into the datagrid at all.  Remove all of them but the ones
13423         for Enter handling.  those will take some more work.
13424
13425         * DataGridTextBoxColumn.cs (ConcedeFocus): implement this by
13426         calling HideEditBox.
13427         (HideEditBox): if we have an active textbox, render it invisible
13428         without causing a re-layout of the datagrid.
13429
13430 2006-06-05  Mike Kestner  <mkestner@novell.com>
13431
13432         * ListView.cs : fix NRE crasher when focuseditem is cleared by
13433         collection changes by resetting it to Items[0].  Fixes #78587.
13434
13435 2006-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13436
13437         * MessageBox.cs: if the height of the text is larger than the icon_size,
13438         use that. Fixes bug #78575.
13439
13440 2006-06-05  Jackson Harper  <jackson@ximian.com>
13441
13442         * TreeView.cs: Fix line drawing when scrolling.  To do this each
13443         node is basically responsible for drawing its entire horizontal
13444         area.  When drawing a node it draws its parent node lines if
13445         needed.
13446         - Adjust the clip area to the viewport rectangle
13447         - Fix Left/Right key handling to match MS. (It expand/collapses
13448         and moves to parents/first child but does not move selection to
13449         sibling nodes).
13450         - Fix SetTop to work with new bound calculation code
13451         - When scrollbars are no longer needed we need to reset scrolling
13452         vars and recalculate the visible order so the redraw is correct
13453         * TreeNode.cs: We can't expand/collapse nodes with no children.
13454
13455 2006-06-03  John Luke  <john.luke@gmail.com> 
13456
13457         * X11DesktopColors.cs: dllimport the exact gtk and gdk versions
13458         so the colors work without dev packages
13459         
13460 2006-06-02  Peter Dennis Bartok  <pbartok@novell.com> 
13461
13462         * Control.cs 
13463           - Select: Implemented to just use activate. Seems to match MS 
13464             behaviour closest. Documented to only do actual control walking 
13465             based on it's parameters if in a container control so I moved 
13466             the code there.
13467           - Removed selection check logic from our internal Select() method
13468         * ContainerControl.cs:
13469           - Select: Moved selection logic from Control here, since MS documents
13470             that containers obey the bool arguments. No longer calling base
13471
13472 2006-06-02  Jackson Harper  <jackson@ximian.com>
13473
13474         * TreeView.cs: If the selected node isn't changed when we get
13475         focus update the previously selected node so that we see the
13476         selection box.
13477
13478 2006-06-02  Mike Kestner  <mkestner@novell.com>
13479
13480         * ComboBox.cs: restructure grab and general mouse event handling.
13481         Make the composite control raise mouse events like it was a single
13482         control for leaves/enters/motion/up/down events.  fix dropdown list
13483         coordinate mangling and refactor it into the scrollbar subclass to
13484         reduce code duplication.  Fixes #78282 #78361 and #78457.
13485
13486 2006-06-02  Mike Kestner  <mkestner@novell.com>
13487
13488         * ScrollBar.cs: remove Capture setting/clearing, as it happens
13489         automatically in the Control.WndProc.
13490
13491 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13492
13493         * FileDialog.cs: fix crash when running SharpChess, which sets the
13494         FilterIndex to 2 with only one Filter.
13495
13496 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13497
13498         * ToolBar.cs: add SizeSpecified property.
13499         * ToolBarButton.cs: when the ButtonSize is calculated by the container,
13500         try to figure out our real size, otherwise fallback to what the
13501         container says.
13502
13503 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
13504
13505         * XplatUIX11.cs (DefWndProc): WM_MOUSEWHEEL needs to be passed up
13506         * Control.cs (WndProc): MS always calls the DefWndProc to pass
13507           up the event
13508
13509 2006-06-01  Mike Kestner  <mkestner@novell.com>
13510
13511         * ListView.cs: revamp the focus management in ListView.  It still
13512         causes churn of LostFocus/GotFocus emissions on clicks, but it's
13513         better than not handling focus at all.  Will revisit when pdb feels
13514         the general focus handling is solid.  Fixes #78526.
13515
13516 2006-06-01  Jackson Harper  <jackson@ximian.com>
13517
13518         * TreeView.cs: Set the default border style in the constructor.
13519         - Move painting to use OnPaintInternal instead of capturing
13520         WM_PAINT, this is the correct way of doing things
13521         - UpdateBelow shouldn't invalidate the scrollbar area
13522         - Cap the top on update below in case the node was above the top
13523         of the viewport rectangle.
13524         - ExpandBelow and Collapse below need to obey Begin/End Update.
13525         * TreeNode.cs: Make is_expanded internal so the treenode
13526         collection can change it without firing the whole event chain.
13527         * TreeNodeCollection.cs: When clearing all the child nodes make
13528         sure to recalc the visible order.
13529         - Improve algo for remove the top node
13530
13531 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
13532
13533         * XplatUIX11.cs (SetFocus): Make sure we can handle re-entrancy due to
13534           SendMessage directly calling window procedures, which in turn might
13535           call SetFocus()
13536
13537 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com>
13538
13539         * Control.cs: Don't handle WM_SETFOCUS if the same window already
13540           has focus (works around X11 sending a FocusIn after our SetFocus)
13541         * XplatUIX11.cs: Send KILLFOCUS before setting SETFOCUS on new window
13542
13543 2006-06-01  Alexander Olk  <alex.olk@googlemail.com>
13544
13545         * Mime.cs: Fix for the NET_2_0 build.
13546           NameValueCollection needs StringComparer now.
13547
13548 2006-05-31  Chris Toshok  <toshok@ximian.com>
13549
13550         * DataGridDrawingLogic.cs (FromPixelToColumn): modify this to also
13551         return (via an out parameter) the starting X of the column.
13552         (UpdateVisibleColumn): track change to FromPixelToColumn.
13553         (HitTest): add a ColumnResize case here.
13554         (DrawResizeLine): new function, probably poorly named.
13555
13556         * DataGrid.cs (.ctor): get rid of cached_currencymgr_events.  We
13557         only need to keep one reference.
13558         (set_ListManager): same.
13559         (OnMouseDown): call HitTest instead of grid_drawing.HitTest.
13560         Also, add support for HitTestType.ColumnResize.
13561         (OnMouseMove): add column resize behavior here, and change the
13562         cursor to the correct one as we move around the datagrid.
13563         (OnMouseUp): terminate the column resize if we're resizing.
13564         (ProcessGridKey): from the MS docs, Alt-0 enters the null value
13565         for the current cell.
13566         (ConnectListManagerEvents): use cached_currencymgr.
13567         (DisconnectListManagerEvents): fill this in, using
13568         cached_currencymgr.
13569         (SetCurrentCell): remove cached_currencymgr_events handling.
13570         (SetDataMember): only call DisconnectListManagerEvents if
13571         cached_currencymgr is != null.
13572         (SetDataSource): same.
13573         (OnListManagerCurrentChanged): cached_currencymgr_events ->
13574         cached_currencymgr.
13575
13576 2006-05-31  Jackson Harper  <jackson@ximian.com>
13577
13578         * BindingManagerBase.cs: Remove somedebug code that creeped into
13579         SVN.
13580         * TreeNode.cs: We get the indent level dynamically right now, so
13581         don't track it as a member.
13582         * TreeNodeCollection.cs: Make sure all nodes added to the list
13583         have parents, treeviews/topnodes setup properly.
13584         - Don't attempt to track indent level.
13585
13586 2006-05-30  Jackson Harper  <jackson@ximian.com>
13587
13588         * BindingContext.cs: Create the currency manager tables here.
13589         This allows us to more easily create null tables (when bad data
13590         members are used), and more easily create related currency
13591         managers.
13592         * CurrencyManager.cs: All the table creation stuff is done by the
13593         binding context now.
13594         - Current should throw an exception if listposition is -1.
13595         - CancelCurrentEdit/EndCurrentEdit, do nothing if the list hasn't
13596         been bound yet.
13597
13598 2006-05-30  Mike Kestner  <mkestner@novell.com>
13599
13600         * ListView.cs: allow reexpansion of zero-width column headers.
13601         Fixes #78528.
13602
13603 2006-05-28  Chris Toshok  <toshok@ximian.com>
13604
13605         * CurrencyManager.cs (get_Current): after the late binding
13606         listposition = -1 fix, we need to guard against it here and return
13607         null, otherwise we raise an exception (which is swallowed
13608         elsewhere, and breaks datagrid databinding.)
13609
13610 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
13611
13612         * MenuAPI.cs (ProcessMenuKey): We can legally get msg types other
13613           than WM_SYSKEY, don't throw if get something unexpected (#78507)
13614
13615 2006-05-26  Jackson Harper  <jackson@ximian.com>
13616
13617         * ControlPaint.cs:
13618         * ThemeWin32Classic.cs: For color comparisons just use the ARGB
13619         values, it's faster and it's all we care about (we don't care if
13620         the names aren't equal).
13621         * KeyboardLayouts.cs: Eliminate some dead code.
13622         - Lazy init things
13623         * X11Keyboard.cs: Lazy init keyboard detection.
13624         - Cleanup access modifiers a little.
13625
13626 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
13627
13628         * XplatUIX11.cs: Once again, attempting to get layout just right.
13629
13630 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com> 
13631
13632         * LinkLabel.cs (CreateLinkPieces): Use MeasureString to calculate
13633           the sizes of each link section, that will result in sizes that
13634           match DrawString's layout (Fixes #78391)
13635
13636 2006-05-27  Alexander Olk  <alex.olk@googlemail.com>
13637
13638         * FileDialog.cs: If AddExtension property is true autocomplete the
13639           extensions in SaveFileDialog correctly. Fixes bug #78453.
13640           Set MyNetwork and MyComputer to "C:\" for windows. This should
13641           fix part 8 of bug #78446 for now.
13642
13643 2006-05-26  Chris Toshok  <toshok@ximian.com>
13644
13645         * DataGrid.cs (ColumnStartedEditing): fill these in.  for now just
13646         invalidate the current row header if we need to, but presumably
13647         we'll invalidate the row corrsponding to the bounds or
13648         editingControl.
13649         (GridHScrolled): switch back to this method, as it's part of the
13650         public api.  *sigh*.
13651         (GridVScrolled): same.
13652         (OnMouseWheel): hack up something that more or less works.  Call
13653         GridHScrolled/GridVScrolled directly, instead of duplicating much
13654         of their code here.
13655         (EnsureCellVisibility): reinstate a bunch of this code, since we
13656         can't just set the scrollbar Value and expect to do all the work
13657         in the ValueChanged handler.  Also, Call Update() after scrolling
13658         in one direction so the other XplatX11.ScrollWindow call has the
13659         proper stuff in the proper places.
13660         (EditCell): set is_editing to true before calling .Edit.
13661
13662         * DataGridTextBox.cs (set_IsInEditOrNavigateMode): just set it,
13663         don't bother comparing first.
13664         (OnKeyPress): call grid.ColumnStartedEditing before calling
13665         base.OnKeyPress.  this will set is_changing and invalidate the row
13666         header if necessary.
13667         (ProcessKeyMessage): for WM_CHAR messages, call
13668         ProcessKeyEventArgs directly.  swallow anything other than WM_CHAR
13669         and WM_KEYDOWN.
13670         
13671         * DataGridBoolColumn.cs (Edit): don't set is_editing to true here.
13672         it's done in the DataGrid.
13673         (NextState): call grid.ColumnStartedEditing, which takes care of
13674         invalidating the row header (and setting is_changing).
13675
13676         * DataGridTextBoxColumn.cs (Edit): don't set is_editing to true
13677         here.  it's done in the DataGrid.
13678
13679 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13680
13681         * Control.cs: allow changing the cursor when the mouse position is
13682         out of bounds but Capture is set.
13683         * LinkLabel.cs: handle the case when the mouse button is pressed on the
13684         linklabel but released somewhere else.
13685
13686 2006-05-25  Jackson Harper  <jackson@ximian.com>
13687
13688         * TreeView.cs: When we get focus if there is no selected node make
13689         it the top node
13690         - Remove some uneeded setup code from Draw.
13691         * TreeNodeCollection.cs: If the tree doesn't have a top node when
13692         a new node is inserted make the new node the top.
13693         * XplatUIX11.cs:
13694         * Timer.cs: Use Utc time so that no local time zone stuff needs to
13695         be used (should be faster).
13696         
13697 2006-05-25  Chris Toshok  <toshok@ximian.com>
13698
13699         * DataGrid.cs (EnsureCellVisibility): remove some code to fix a
13700         problem with the last commit.
13701
13702 2006-05-25  Chris Toshok  <toshok@ximian.com>
13703
13704         * DataGridTextBoxColumn.cs (ReleaseHostedControl): turns out we do
13705         need the invalidate call here, while scrolling right-to-left via
13706         the left arrow key (i.e. moving the editing cell while scrolling).
13707
13708         * DataGrid.cs (.ctor): remove the initialization of
13709         ctrl_pressed/shift_pressed.  We no longer track them using key
13710         up/down handlers, but by using Control.ModifierKeys.  Also, switch
13711         to using ValueChanged handlers on the scrollbars instead of
13712         Scrolled event handlers.  This simplifies a bunch of the scrolling
13713         code.
13714         (GridHValueChanged): rename from GridHScrolled, and change it to
13715         work with the new event args.
13716         (GridVValueChanged): same.
13717         (OnMouseDown): initialize ctrl_pressed/shift_pressed here.
13718         (OnMouseWheel): actually scroll the datagrid.  Don't change the
13719         selected cell.
13720         (ProcessGridKey): correct all the keyboard navigation stuff I
13721         could find.  Ctrl up/down/left/right/home/end work now.
13722         (EnsureCellVisibility): correct method name spelling.  Also,
13723         simplify this a touch by not explicitly calling the
13724         ScrollToRow/ScrollToColumnInPixels methods.  We just set the
13725         scrollbar value.
13726         (OnKeyUpDG): no need for this method now.
13727         
13728 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13729
13730         * LinkLabel.cs: display the OverrideCursor when hovering the label.
13731         Fixes bug #78392.
13732
13733 2006-05-25  Chris Toshok  <toshok@ximian.com>
13734
13735         * ThemeWin32Classic.cs: fix datagrid clipping problems caused by
13736         r61019.
13737
13738 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
13739
13740         * Application.cs: Moved setting of is_modal and closing to before
13741           we create the control, to allow the event handlers called as a
13742           result of creation affect closing. Also removed Gonzalo's previous
13743           change to setting DialogResult, the behaviour has been moved to 
13744           Form.ShowDialog()
13745         * Form.cs: 
13746           - ShowDialog(): Removed explicit creation of the form, let RunLoop
13747             handle it instead
13748           - ShowDialog(): If no dialog result is set, we need to return Cancel
13749           - WM_CLOSE: Fire Closing/Closed events, and reset dialog result if
13750             the close is cancelled
13751
13752 2006-05-25  Jackson Harper  <jackson@ximian.com>
13753
13754         * StatusBar.cs: We only need to update the sizes of the other
13755         panels when we have auto size contents.  Also we are only updating
13756         the contents of the panel, not the borders, so compensate for the
13757         border width (TODO: get this width from the theme somehow).
13758         * TreeView.cs: Scrollable is true by default
13759         - Use invalidate instead of refresh where needed
13760         - Factor the scrollable value into scrollbar updating
13761         - Update the scrollbars if the Scrollable property is altered
13762         - Update the selected node if its ImageIndex is changed
13763         - Handle null nodes in UpdateNode (mainly so we don't have to
13764         check if selected is null when updating it
13765         - Fix VisibleCount to use the ViewportRectangle so that scrollbars
13766         are factored into the visible count
13767         - Use VisibleCount for clarity in the code
13768         - When the font is changed we need to recurse through all the
13769         nodes and invalidate their sizes
13770         
13771 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13772
13773         * Application.cs: set the DialogResult to fixed when the main form is
13774         hidden or destroyed while being modal.
13775
13776 2006-05-25  Miguel de Icaza  <miguel@novell.com>
13777
13778         * Theme.cs: Use Tangoified messagebox icons. 
13779
13780         (GetSizedResourceImage): Also cope with width = 0 and do not
13781         trigger a warning in that case (0 means "give me your icon from
13782         the resouce, no special size needed).
13783
13784 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
13785
13786         * Application.cs: Leave runloop if the the main modal form is 
13787           hidden (fixes #78484)
13788
13789 2006-05-25  Atsushi Enomoto  <atsushi@ximian.com>
13790
13791         * BindingContext.cs : reject null datasource in Contains() and
13792           Item[].
13793         * CurrencyManager.cs : check data_member validity when data_source
13794           is dataset. When it is late binding, the initial position is -1.
13795
13796 2006-05-24  Jackson Harper  <jackson@ximian.com>
13797
13798         * TreeNodeCollection.cs: Dont't recalculate the visible order on
13799         inserted nodes that aren't visible.  This changes the
13800         max_visible_order which confuses scrollbar settings.
13801         - Use the enumerator to get the prev node instead of duplicating
13802         code.
13803         * TreeView.cs: Use new method for setting scrollbar values
13804         - Don't set the bounds every time the scrollbar is updated
13805         - When updating below the root node use an invalidate instead of a
13806         refresh to prevent the child controls (scrollbars) from being
13807         refreshed. (UpdateBelow still needs to be reworked anyways).
13808         - Reenable SetBottom now that visible orders are set correctly,
13809         added some debug code incase we ever get bad values there again.
13810         - Set the scrollbar max to 2 less then the max value, this
13811         compensates for the max value being one above the node count, and
13812         for scrollbars adding one extra "notch".
13813         - When drawing image nodes if there is an imagelist we draw the
13814         first image in the list if the supplied image index is out of the
13815         image list's bounds.
13816         
13817 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
13818
13819         * XplatUIX11.cs: Don't blindly cache hwnd.ClientRect, reset it when 
13820           we receive a size change from the WM (Fixes #78503)
13821
13822 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com>
13823
13824         * XplatUIWin32.cs, XplatUIX11.cs: Refresh when setting the Clip 
13825           rectangle (Fixes #78501)
13826
13827 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
13828
13829         * ButtonBase.cs: 
13830           - Fixed MouseUp, MouseDown and MouseMove to treat mouseevent.Button 
13831             as a bitfield.
13832           - Fixed MouseMove to no longer switch pressed state unless the left
13833             mouse button is pressed. Atsushi provided the original patch (#78485)
13834           
13835 2006-05-24  Jackson Harper  <jackson@ximian.com>
13836
13837         * ScrollBar.cs: New internal methods that allow us to change a
13838         couple values on the scrollbar (the most common case is maximum
13839         and large change) without getting multiple invalidates.
13840
13841 2006-05-24  Chris Toshok  <toshok@ximian.com>
13842
13843         * DataGridBoolColumn.cs (Abort): revert back to the saved setting.
13844         (Edit): save off the original state in oldState, and set
13845         grid.is_editing to true.
13846         (OnKeyDown): abort editing if escape is pressed.  also, call
13847         NextState if space is pressed.
13848         (OnMouseDown): call NextState.
13849         (NextState): factor out shared code from OnKeyDown and OnMouseDown
13850         here.  Also, only invalidate the row header once (on the initial
13851         is_changing switch) to save on redraws.
13852
13853 2006-05-24  Chris Toshok  <toshok@ximian.com>
13854
13855         * DataGridTextBoxColumn.cs (Commit): only call SetColumnValueAtRow
13856         if the value in the cell is different than it was before.  This
13857         keeps us from triggering a layout when we move around a datarid
13858         with a highlighted cell.
13859         (Edit): suspend layout when creating/positining the text box, and
13860         resume passing false so we don't ever actually re-layout.
13861         (ReleaseHostedControl): same.
13862         (EnsureTextBox): reformat slightly, and set WordWrap to false.
13863
13864         * DataGridTextBox.cs (ProcessKeyMessage): it's not true that all
13865         control-key sequences should go to the datagrid - remove that
13866         lock.  Also, modify the conditions under which we move between
13867         cells when moving the cursor within a cell, and remove the "this"
13868         and "base" from field accesses.  We weren't even consistent, given
13869         they all were in the base class.
13870
13871 2006-05-24  Atsushi Enomoto  <atsushi@ximian.com>
13872
13873         * Binding.cs : (.ctor)
13874           An obvious NRE fix for BindingTest.CtorNullTest().
13875
13876 2006-05-23  Chris Toshok  <toshok@ximian.com>
13877
13878         * TextBoxBase.cs (get_Text): don't add a trailing newline, add
13879         them between lines.  This fixes some quirks editing cells in the
13880         datagrid.
13881
13882 2006-05-23  Jackson Harper  <jackson@ximian.com>
13883
13884         * TreeView.cs: Use begin/end update when doing expand/collapse all
13885         so that we don't get flicker on the scrollbar.
13886
13887 2006-05-23  Jackson Harper  <jackson@ximian.com>
13888
13889         * TreeNode.cs: Bounds are computed 'on the fly' now.  This allows
13890         treenode calculations to be independant of the painting code. To
13891         do this nodes track a visible order which is calculated by the
13892         treeview.
13893         - Call new methods for expanding/collapsing nodes.  These methods
13894         use scrollwindow so we don't have to update everything below the
13895         node.
13896         * TreeView.cs: Refactored drawing and scrolling code.  We don't
13897         need to update nodes when drawing anymore or calculate scrollbar
13898         stuff.
13899         - Added new methods for expanding/collapsing nodes. These methods
13900         use ScrollWindow so as to not have to redraw all the nodes below.
13901         * TreeNodeCollection.cs: Recalc visible order and scrollbars when
13902         we add/remove nodes or sort.
13903         - Handle removing the selected and the top node properly.
13904
13905 2006-05-23  Chris Toshok  <toshok@ximian.com>
13906
13907         * DataGridTextBoxColumn.cs (Edit): set grid.is_editing to true.
13908         maybe this should actually happen in the datagrid code?
13909         (EndEdit): no need to invalidate anything, given that
13910         ReleaseHostedControl causes the datagrid to relayout, which
13911         invalidates everything anyway.
13912
13913         * DataGrid.cs (set_CurrentCell): remove duplicate check (it's also
13914         in SetCurrentCell).
13915         (set_SelectionBackColor): call InvalidateSelection instead of
13916         Refresh.
13917         (set_SelectionForeColor): same.
13918         (BeginEdit): Flesh this out a bit.
13919         (CancelEditing): only do any of this if we're editing/adding.
13920         (EndEdit): same.
13921         (OnMouseDown): there's no need to cancel editing here, it's done
13922         in SetCurrentCell.
13923         (SetCurrentCell): only invalidate the current row header if it's a
13924         different row than the new one.
13925         (ShiftSelection): fix this to work like MS does.
13926         (ResetSelection): factor out the invalidation of selected_rows to
13927         InvalidateSelection.
13928         (SetDataSource): cancel any editing that's going on.
13929
13930         * DataGridColumnStyle.cs
13931         (IDataGridColumnStyleEditingNotificationService.ColumnStartedEditing):
13932         call the non-interface version.
13933
13934         * ThemeWin32Classic.cs (DataGridPaintColumsHdrs): intersect the
13935         header rectangle with the clip rectangle so we don't redraw the
13936         entire header for just a small area.  Gets rid of the last flicker
13937         when horizontally scrolling.
13938         (DataGridPaintRow): same.
13939
13940 2006-05-23  Mike Kestner  <mkestner@novell.com>
13941
13942         * ListViewItem.cs: remove size for line hack from LargeIcon layout.
13943         * ThemeWin32Classic.cs: don't draw line.  it's really the top of a
13944         poorly placed checkbox on the MS control.  Fixes Alex's unfiled
13945         Critical bug report.
13946
13947 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
13948
13949         * PictureBox.cs: Fixed broken ControlStyles. Unit test no longer fails,
13950           and this fixes #78493
13951
13952 2006-05-23  Miguel de Icaza  <miguel@novell.com>
13953
13954         * Theme.cs (GetSizedResourceImage): Scale images if the proper
13955         size is not found.  
13956         
13957         * FileDialog.cs: Do not change the background for the side bar as
13958         it wont work nicely with the theme, and also reduces the artifacts
13959         in rendering the icons (which I want to fix too).
13960
13961         * MimeIcon.cs (ResourceImageLoader): Load images from assembly
13962         resources, not resgen resources. 
13963
13964         (PlatformDefaultHandler): Pull images using the new API.
13965
13966 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
13967
13968         * Hwnd.cs (Dispose): Remove any pending exposures. XEventQueue holds
13969           a reference to the hwnd and will not remove it unless there are
13970           no pending exposures (fixes #78341)
13971         * XplatUI.cs: Improved debug
13972
13973 2006-05-23  Atsushi Enomoto  <atsushi@ximian.com>
13974
13975         * MenuAPI.cs : don't handle OnClick event when it was not the left
13976           button. Fixed bug #78487.
13977
13978 2006-05-23  Mike Kestner  <mkestner@novell.com>
13979
13980         * MenuAPI.cs: fix placement of submenus for multi-row menu bars, and
13981         prefer submenus to the top menu for item lookup, to avoid popping down
13982         top-row items.
13983
13984 2006-05-23  Alexander Olk  <alex.olk@googlemail.com>
13985
13986         * ThemeWin32Classic.cs: Rewrote CPCPDrawScrollButton to drop
13987           Graphics.FillRectangle as the visual results are really bad (even
13988           on win). We now draw perfect arrows (and perfect shadows when the
13989           scrollbar is disabled). Simplified CPDrawGrid. CPDrawGrid now uses
13990           Pen.DashPattern to draw the dots of each line.
13991
13992 2006-05-22  Alexander Olk  <alex.olk@googlemail.com>
13993
13994         * FileDialog.cs: Update the filename combobox when navigating through
13995           the ListView with the cursor keys. Fixes part 7 of bug #78446.
13996
13997 2006-05-22  Mike Kestner  <mkestner@novell.com>
13998
13999         * ListView.cs: raise SelectedIndexChanged on keyboard selection.
14000         Fixes #78463.
14001
14002 2006-05-22  Mike Kestner  <mkestner@novell.com>
14003
14004         * ComboBox.cs: Refresh in EndUpdate to pick up all the dropped Paint
14005         requests. Fix a misspelled parameter and a copy paste exception error
14006         in Select.
14007
14008 2006-05-22  Peter Dennis Bartok  <pbartok@novell.com> 
14009
14010         * ThemeWin32Classic.cs: Changed DefaultFont emSize from 8.25 to 8
14011           to get the same width/height (5/13) on X11 as the default font has on
14012           win32. This means that our DefaultFont emSize is smaller than the 
14013           the MS SWF equivalent (even thought the width/height stays the same)
14014
14015 2006-05-20  Jackson Harper  <jackson@ximian.com>
14016
14017         * MdiClient.cs:
14018         * MdiWindowManager.cs:
14019         * InternalWindowManager.cs: Make sure to use the border width from
14020         the theme.
14021
14022 2006-05-20  Jordi Mas i Hernandez <jordimash@gmail.com>
14023
14024         * PrintDialog.cs: Implements printer details
14025
14026 2006-05-19  Alexander Olk  <alex.olk@googlemail.com>
14027
14028         * FileDialog.cs: Added focus handling for PopupButtonPanel.
14029           Fixes part 1 and 2 of bug #78446
14030
14031 2006-05-19  Peter Dennis Bartok  <pbartok@novell.com> 
14032
14033         * XplatUIX11.cs (SetWindowPos): Recalculate client area size on resizes
14034           instead of sticking to the first ever calculated value
14035
14036 2006-05-19  Mike Kestner  <mkestner@novell.com>
14037
14038         * ComboBox.cs: fix mouse motion selection to use MousePosition and
14039         PointToClient, since Capture is set. Fixes #78344.
14040
14041 2006-05-19  Mike Kestner  <mkestner@novell.com>
14042
14043         * ListView.cs: match MS behavior in Details view where items are not
14044         drawn if Columns.Count == 0. 
14045         * ThemeWin32Classic.cs: only highlight ListView selection if focused.
14046         Use a separate pen to draw the check, since changing the width affects
14047         the box as well.  Fixes #78454.
14048
14049 2006-05-18  Miguel de Icaza  <miguel@novell.com>
14050
14051         * ListView.cs: ArgumentOutOfRangeException, single versions of the
14052         exception should throw the name of the invalid argument.
14053
14054         * FileDialog.cs (OnClickOpenSaveButton): Avoid crash in open if
14055         there are no files listed. 
14056
14057 2006-05-18  Jackson Harper  <jackson@ximian.com>
14058
14059         * ThemeWin32Classic.cs: Don't use endcaps, they mess the drawing
14060         up.
14061
14062 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
14063
14064         * Control.cs: Brought back our old UpdateZOrder method as a private
14065           function and switched our calls from UpdateZOrder to the new one.
14066           This fixes the Paint.Net canvas disappearing bug.
14067
14068 2006-05-18  Jackson Harper  <jackson@ximian.com>
14069
14070         * Theme.cs:
14071         * ThemeWin32Classic.cs:
14072         * InternalWindowManager.cs: Move the drawing into the theme,
14073         expose everything the theme should need from the window manager.
14074
14075 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
14076
14077         * XplatUIX11.cs (DefWndProc): WM_SETCURSOR: Assign the return value 
14078           from the call to NativeWindow to avoid walking up the parent chain
14079           further than needed (speeds up setting cursors and avoids setting
14080           the wrong cursor if a parent has another cursor defined)
14081         * Cursor.cs: When loading an icon as cursor, MS uses the center of
14082           the icon as hotspot, not what's contained as hotspot in the icon
14083           file. This fixes the perceived drawing offset seen with Paint.Net
14084         
14085 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
14086
14087         * XplatUIX11.cs: 
14088           - Store the calculated rectangle in Hwnd object and use it when 
14089             setting the client size
14090           - Force Toolwindows to always be type Dock, to ensure they're on top
14091
14092 2006-05-18  Mike Kestner  <mkestner@novell.com>
14093
14094         * ComboBox.cs: first pass at ComboBox rework.  Layout is more
14095         consistent with MS positioning.  IntegralHeight, ItemHeight, Sizing.
14096         Correctly initialize textcontrol and ListBox on DropDownStyle changes. 
14097         Substantial refactoring to remove confusing nested classes. Coding
14098         standard and Get+Set->property refactorings.  Shift to index based
14099         highlighting in ComboListBox instead of constantly using IndexOf and
14100         Items[]. Add invalidations on resize for DropDownList to fix ugliness
14101         in FileDialog growth.  Draw borders manually since Simple mode needs
14102         to look like two independent controls.  Make listbox border
14103         conditional to DropDownStyle.  Improved OwnerDraw support.
14104
14105 2006-05-18  Sebastien Pouliot  <sebastien@ximian.com>
14106
14107         * PaintEventArgs.cs: For 2.0, check for a null Graphics in the .ctor. 
14108         Don't set the disposed graphics to null, so we can throw the "right"
14109         exception if the graphics is reused later (added a flag to avoid 
14110         double disposing). Some behaviours are different under 2.0 and are
14111         filled under bug #78448.
14112
14113 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
14114
14115         * Control.cs: When double-buffering is enabled, we need to reset
14116           our graphics context between paint calls. Otherwise, any 
14117           transformations and other alterations on the context will 
14118           become cumulative (#77734)
14119
14120 2006-05-18  Mike Kestner  <mkestner@novell.com>
14121
14122         * ListView.cs: do focused item selection like MS on clicks. 
14123         Rework focus handling for ItemControl so LostFocus invalidates as
14124         well.
14125         * ThemeWin32Classic.cs: only draw focus rectangle for ListViewItems if
14126         the ListView ItemControl has focus.
14127
14128 2006-05-17  Peter Dennis Bartok  <pbartok@novell.com>
14129
14130         * XplatUIX11.cs: If client_window ends up being width or height zero
14131           due to border settings, move it off window inside whole_window (#78433)
14132
14133 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
14134
14135         * Mime.cs: Shrink the mime file cache correctly.
14136
14137 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
14138
14139         * ThemeWin32Classic.cs: Readded button focus drawing code. (#78429)
14140
14141 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
14142
14143         * XplatUIX11.cs (AddExpose): More sanity checks
14144
14145 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
14146
14147         * XplatUIX11.cs:
14148           - AddExpose: Don't add expose ranges outside the size of our
14149             window
14150           - Cast opacity values to Int32 to avoid crashes with certain
14151             values
14152           - Added disabled code paths that protect against illegal cross-
14153             thread painting (Developers.exe)
14154
14155 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
14156
14157         * ProgressBar.cs: Invalidate the control when it's resized
14158           since block size is based on control size. (#78388)
14159
14160 2006-05-16  Miguel de Icaza  <miguel@novell.com>
14161
14162         * DataGrid.cs (SetDataBinding): per the discussion on irc, instead
14163         of setting the incoming argument to the "reset" value, we set the
14164         this.datamember to string.empty (before we were invalidating the
14165         incoming data).   
14166
14167         Fixes 78420
14168
14169 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
14170
14171         * Form.cs: Only apply transparency settings after the form
14172           is created. (Fixes #77800)
14173
14174 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
14175
14176         * ApplicationContext.cs: Grab the HandleDestroyed event so
14177           we know when to fire OnMainFormClosed 
14178
14179 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
14180
14181         * Application.cs: Introduced sub-class to allow tracking of
14182           threads and centralized triggering of the event mess for
14183           ThreadExit, AppExit, etc..  (#76156)
14184
14185 2006-05-16  Alexander Olk  <alex.olk@googlemail.com>
14186
14187         * MimeIcon.cs:
14188           - Do not return a null icon index value for a mime subclass.
14189             Instead try the main mime type class too.
14190           - Seems that some newer distributions don't have a link to some
14191             gnome default icons anymore. So check the default gnome dir too.
14192           
14193
14194 2006-05-16  Jackson Harper  <jackson@ximian.com>
14195
14196         * MdiClient.cs: Don't paint the parent background image if we have
14197         our own background image.
14198
14199 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
14200
14201         * Control.cs:
14202           - PerformLayout: Do not shrink space filled by DockStyle.Fill
14203             controls, all filled controls are supposed to overlap (#78080)
14204           - UpdateZOrder is supposed to update the control's z-order in the
14205             parent's z-order chain. Fixed to behave like that
14206           - BringToFront: Removed obsolete code
14207           - SendToBack: Simplyfied
14208           - SetChildIndex: Trigger layout calculations when Z-order changes
14209             since layout is done by z-order
14210
14211 2006-05-16  Chris Toshok  <toshok@ximian.com>
14212
14213         [ fixes bug #78410 ]
14214         * DataGrid.cs (set_AlternatingBackColor): use
14215         grid_drawing.InvalidateCells instead of Refresh().
14216         (set_BackColor): call grid_drawing.InvalidateCells.
14217         (set_BackgroundColor): use Invalidate instead of Refresh.
14218
14219         * DataGridDrawingLogic.cs (InvalidateCells): new function, just
14220         invalidate the cell area.
14221
14222 2006-05-15  Chris Toshok  <toshok@ximian.com>
14223
14224         [ fixes bug #78011 ]
14225         * ThemeWin32Classic.cs (DataGridPaintRows): pass the clip argument
14226         on to DataGridPaintRow.
14227         (DataGridPaintRow): take a clip argument, and only draw the cells
14228         which intersect it.  same with the not_usedarea.
14229
14230         * Theme.cs (DataGridPaintRow) add @clip parameter.
14231
14232         * DataGrid.cs (ScrollToColumnInPixels): simplify, use
14233         XplatUI.ScrollWindow.
14234         (ScrollToRow): same.
14235
14236         * DataGridDrawingLogic.cs (UpdateVisibleColumn): fix corner case
14237         with last column which was causing a gray swath to appear with the
14238         XplatUI.ScrollWindow code.
14239
14240 2006-05-15  Chris Toshok  <toshok@ximian.com>
14241
14242         * ListBox.cs (HorizontalScrollEvent): in the non-multicolumn case,
14243         use XplatUI.ScrollWindow.
14244         (VerticalScrollEvent): use XplatUI.ScrollWindow.
14245
14246 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com> 
14247
14248         * TextBoxBase.cs: Added handling of middle-button paste for X11. (#78375)
14249
14250 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
14251
14252         * Cursors.cs: For X11, read NWSE and NESW cursors from our resource
14253           file since there are no equivalent X11 cursors
14254
14255 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
14256
14257         * MonthCalendar.cs : DateTimePicker should reflect selected date
14258           on mouse*up*, not mouse*down*. Fixed originally reported part of
14259           bug #76474.
14260
14261 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
14262
14263         * TabControl.cs : When argument index is equal or more than tab
14264           count, just ignore. Fixed bug #78395.
14265
14266 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
14267
14268         * Control.cs: Dispose all child controls when control is diposed (#78394)
14269
14270 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
14271
14272         * ColorDialog.cs: Finally it is possible to select the color with
14273           the text boxes
14274
14275 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
14276
14277         * PrintDialog.cs: Fix typo
14278
14279 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
14280
14281         * PrintDialog.cs: PrintDialog is not resizable
14282         * ThemeWin32Classic.cs: Draw non links in LinkLabel with the correct
14283           color. Made some ToolBar drawing methods protected virtual.
14284
14285 2006-05-13  Jordi Mas i Hernandez <jordimash@gmail.com>
14286
14287         * PrintDialog.cs: Implementation of the PrintDialog
14288
14289 2006-05-12  Chris Toshok  <toshok@ximian.com>
14290
14291         * ScrollBar.cs (set_Value): don't use Dirty/Invalidate to move the
14292         thumb, instead use MoveThumb.  This has the side effect of making
14293         most of the other thumb moving machinery use MoveThumb as well.
14294         (OnHandleCreated): pass false for @dirty to UpdateThumbPos, as we
14295         need to actually invalidate the rectangle where the new thumb will
14296         go.
14297         (MoveThumb): use XplatUI.ScrollWindow to move the thumb around.
14298         We force an Update() after, so it's not as fast as it could be,
14299         but at least there's zero flicker and no droppings.
14300         (OnMouseMoveSB): in the thumb dragging case, use MoveThumb.
14301         (UpdateThumbPos): add another argument (dirty), which says whether
14302         or not to calculate/add dirty regions which we later invalidate.
14303         For cases where we know we're going to use MoveThumb, we pass
14304         false for this.  Otherwise, pass true.
14305
14306 2006-05-12  Jackson Harper  <jackson@ximian.com>
14307
14308         * ThemeWin32Class.cs: Fixes for alignment and icon rendering in
14309         the status bar.
14310         
14311 2006-05-12  Peter Dennis Bartok  <pbartok@novell.com>
14312
14313         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new SetClipRegion
14314           and GetClipRegion methods and UserClipWontExposeParent property.
14315         * XplatUIWin32.cs: Implemented SetClipRegion/GetClipRegion methods,
14316           overriding UserClipWontExposeParent property, setting to false, since
14317           Win32 handles the required expose messages to draw our clipped parent
14318           areas internally
14319         * XplatUIX11.cs: Implemented SetClipRegion and GetClipRegion; updated
14320           PaintEventStart to set the user clip region if set.
14321         * Control.cs: 
14322           - Now internally tracking the Region for the control since we need to
14323             store it if the handle is not yet created and only set it when it
14324             becomes created. Before setting the region forced handle creation
14325           - Added code to draw the parents underneath a user-clipped region
14326         * Hwnd.cs: Added UserClip property
14327
14328 2006-05-12  Chris Toshok  <toshok@ximian.com>
14329
14330         * ScrollBar.cs (set_LargeChange): Refresh() -> InvalidateDirty()
14331         (set_Maximum): same.
14332         (set_Minimum): same.
14333         (set_SmallChange): same.
14334         (OnMouseUpSB): remove the call to refresh when releasing the
14335         thumb.  We shouldn't need it.
14336         
14337 2006-05-12  Miguel de Icaza  <miguel@novell.com>
14338
14339         * StatusBar.cs (UpdatePanel): If the panel being refreshes has the
14340         AutoSize set to None, we do not need to relayout everything, we
14341         just need to invalidate the current region.
14342
14343         (Draw): Do not draw the entire ClientArea, just redraw the
14344         clip area being passed.
14345
14346         * MdiClient.cs: Make MdiClient constructor with the Form argument
14347         internal. 
14348
14349 2006-05-12  Jackson Harper  <jackson@ximian.com>
14350
14351         * ThemeWin32Classic.cs (DrawToolBar): Flat toolbars get their
14352         parents background image,  but strangely not their own.
14353         - (DrawStatusBarPanel): Take into account horizontal alignment
14354         when drawing the strings and icons.
14355
14356 2006-05-12  Mike Kestner  <mkestner@novell.com>
14357
14358         * ListBox.cs: avoid invalidations for focus when the collection is
14359         empty. 
14360
14361 2006-05-12  Chris Toshok  <toshok@ximian.com>
14362
14363         * ScrollBar.cs (OnMouseMoveSB): when dragging the thumb, don't
14364         invalidate the entire thumb area.  Call InvalidateDirty which
14365         limits the redraw to the thumb itself and surrounding pixels.
14366
14367         * XplatUIX11.cs (ScrollWindow): optimize copying.
14368         
14369 2006-05-12  Chris Toshok  <toshok@ximian.com>
14370
14371         * DataGridDrawingLogic.cs: make CalcGridAreas non-reentrant.
14372         Figure out the positioning/layout in a single pass instead of
14373         multiple recursive invocations.  Speeds up the initial display of
14374         the data grid.  Also, make many things private that were
14375         originally public but unused outside this class.
14376
14377 2006-05-11  Jackson Harper  <jackson@ximian.com>
14378
14379         * MdiClient.cs: Improved layout code.
14380
14381 2006-05-11  Jonathan Chambers  <jonathan.chambers@ansys.com>
14382
14383         * PropertyGrid.cs : Only check GetPropertiesSupported for properties,
14384           not SelectedObject.
14385
14386 2006-05-11  Chris Toshok  <toshok@ximian.com>
14387
14388         * Hwnd.cs (Invalid): don't start off with Rectangle.Empty, as
14389         union of that will always be {0,0,width,height}.
14390
14391 2006-05-11  Jackson Harper  <jackson@ximian.com>
14392
14393         * Form.cs: Match MS's DefaultSize for forms (they must have
14394         changed the size in sp2).
14395
14396 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
14397
14398         * TextBoxBase.cs : implement CTRL+A (select all). Fixed bug #78368.
14399
14400 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
14401
14402         * TextControl.cs : Fixed bug #78109. This incorrect position
14403           comparison caused crash on automatic line split.
14404         * TextBoxBase.cs : reduce duplicate code.
14405
14406 2006-05-10  Jackson Harper  <jackson@ximian.com>
14407
14408         * MdiClient.cs: Active form is only sent to the back when using
14409         the Next form functionality, when a form is clicked the current
14410         active shouldn't be sent to the back.
14411         - Layout the mdi windows when the container is first made visible.
14412         * Form.cs: Give the MdiClient a ref to the containing form when we
14413         create it.
14414         
14415 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
14416
14417         * LinkLabel.cs : link_font could be uninitialized, so populate one
14418           before actual use. Fixed bug #78340.
14419
14420 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
14421
14422         * XplatUIX11.cs : clipboard format native value is IntPtr.
14423           Fixed bug #78283.
14424
14425 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
14426
14427         * Control.cs: 
14428           - Instead of showing context menus directly we send WM_CONTEXTMENU, 
14429             which is passed up the parent chain by DefWndProc
14430           - We now handle WM_CONTEXTMENU to display any menu, or pass it 
14431             to DefWndProc (#77956)
14432         * XplatUIX11.cs: Added handling of WM_CONTEXTMENU (pass up) to DefWndProc
14433
14434 2006-05-10  Jackson Harper  <jackson@ximian.com>
14435
14436         * MdiClient.cs: We need to remove the controls from the mdi
14437         collection, when we close the window.
14438         * MdiWindowManager.cs: Special handling of closing mdi windows.
14439         * InternalWindowManager.cs: Make the close method virtual so the
14440         mdi window manager can handle it specially.
14441
14442 2006-05-10  Jordi Mas i Hernandez <jordimash@gmail.com>
14443
14444         * DataGrid.cs:
14445           - Recalculate grid when the data source has changed
14446           - Matches styles provided by user from all data sources types
14447         * DataGridTableStyle.cs: For columns that provided by the user set the
14448         with the preferred value is there was unassigned.
14449         * CurrencyManager.cs: throw OnItemChanged event
14450
14451 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com> 
14452
14453         * PictureBox.cs: Don't animate until handle is created. Start animation
14454           when handle is created.
14455
14456 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
14457
14458         * XplatUIX11.cs, Hwnd.cs: Adopted Mike's patch from #77979 to match
14459           current codebase.
14460         * XEventQueue.cs: We don't need to provide the extra info
14461
14462 2006-05-10  Jackson Harper  <jackson@ximian.com>
14463
14464         * MdiClient.cs: If the mdi clients parent form has a background
14465         image set, we draw that background image for the mdi area's
14466         background.
14467
14468 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
14469
14470         * TextBoxBase.cs: Set IBeam cursor (#78347)
14471
14472 2006-05-10  Mike Kestner  <mkestner@novell.com>
14473
14474         * ToolBar.cs: fix some text padding issues with ButtonSize
14475         calculation. Update the default size to match MS documentation.
14476         * ToolBarButton.cs: use ToolBar.ButtonSize for layout of unspecified
14477         button size. Fixes #78296.
14478
14479 2006-05-10  Mike Kestner  <mkestner@novell.com>
14480
14481         * ListBox.cs: use is_visible for scrollbar positioning in case the
14482         control isn't on screen yet.  Fix off by one with Right vs Width
14483         usage.  Update Scrollbars in SetBoundsCore. Fixes #78188 and #78258.
14484         
14485 2006-05-10  Jackson Harper  <jackson@ximian.com>
14486
14487         * X11Dnd.cs: Drop to a control with another control on top of it.
14488         * ToolBar.cs: Work on a copy of the buttons list, so that it can
14489         be modified in click handlers. TODO: Look for similar problems in
14490         other controls.
14491
14492 2006-05-09  Jackson Harper  <jackson@ximian.com>
14493
14494         * Form.cs: Window managers need the old window state when setting
14495         window state now.
14496         * InternalWindowManager.cs: Allow the base mdi window manager to
14497         handle more of the MDI only stuff (like maximize buttons).
14498         * MdiWindowManager.cs: Fix some snafus in changing the window
14499         state.  Add all the menu functionality, for both popup and
14500         maximized menus.
14501         * MdiClient.cs: When a new form is selected the currently
14502         activated form is sent to the back, this matches MS.
14503         - Implement a new method to activate the next mdi child window.
14504
14505 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com>
14506
14507         * Control.cs: 
14508           - Added new InternalCapture method to allow controls to prevent
14509             the capture behaviour on the click handlers
14510           - Switched to use InternalCapture
14511         * ComboBox.cs:
14512           - Using InternalCapture to prevent mouse captures from being released
14513             on mouse button release (Fixes #78100)
14514         * XplatUIX11.cs (DeriveStyles): Now checks caption state and only
14515           returns Form borders if a caption is present. (Fixes #78310)
14516
14517 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com> 
14518
14519         * TreeNode.cs: Changed serialization .ctor to not require every field
14520           to be present. (#78265)
14521         * OwnerDrawPropertyBag.cs: Added serialization .ctor
14522
14523 2006-05-05  Alexander Olk  <alex.olk@googlemail.com>
14524
14525         * MimeIcon.cs: for is faster than foreach for strings.
14526
14527 2006-05-05  Mike Kestner  <mkestner@novell.com>
14528
14529         * CheckedListBox.cs: update check handling code to not use selected.
14530         * ListBox.cs: rewrite of mouse selection handling to correspond to MS
14531         behavior for visual feedback, motion response, shift/ctrl handling,
14532         and properly deal with all 4 selection modes. Updates to bounds
14533         handling logic.  Add scroll wheel support. [Fixes #77842]
14534
14535 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
14536
14537         * ListView.cs:
14538           - Moved adding of Implicit controls into .ctor. That way, subsequent
14539             creation of the controls will not cause them to think they are 
14540             toplevel windows (fixes #78200 header problem)
14541           - Added 2.0 ShowGroups and UseCompatibleStateImageBehaviour
14542           - Switched visibility setting of header control to use internal field
14543             to avoid triggering handle creation
14544           - Now checking if handle is created before causing a refresh when items
14545             are added (This makes us now match handle creation time with MS)
14546         * Splitter.cs: Removed loading of private splitter cursor, switched to
14547           Cursors version now that that is loading the right ones
14548         * Cursors.cs: Load proper splitter cursors from resources
14549         * Cursor.cs: Added second method of loading resource cursors for the 
14550           VS.Net users amongst us
14551
14552 2006-05-05  Mike Kestner  <mkestner@novell.com>
14553
14554         * ListView.cs: give header_control a minimum size based on the
14555         ListView size.
14556
14557 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
14558
14559         * XplatUIX11.cs: WS_EX_TOPMOST requires window to be on top. A dock
14560           window seems to do that with metacity, so set that type. (#78120)
14561
14562 2006-05-05  Mike Kestner  <mkestner@novell.com>
14563
14564         * ListViewItem.cs: fix Details mode checkbox layout bug.
14565         * ThemeWin32Classic.cs: draw a ListView column header for unused space
14566         at the end of the header, if it exists. [Fixes for #78200]
14567
14568 2006-05-04  Jackson Harper  <jackson@ximian.com>
14569
14570         * MdiClient.cs: Add a helper property to get the container form.
14571         * MdiWindowManager.cs: We have to make sure to use the menu origin
14572         when drawing the icons and buttons, this fixes maximized window
14573         icons/buttons on win32.
14574         * InternalWindowManager.cs: Reset the restore captions when a
14575         window goes from Maximized to Minimized and vice versa. Move the
14576         DrawMaximizedButtons into the MdiWindowManager source, tool
14577         windows can't be maximized. NOTE: This could use a little
14578         refactoring if time ever permits.
14579         
14580 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
14581
14582         * TextBox.cs: Add MWFCategoryAttributes
14583         * TextBoxBase.cs: Add MWFCategoryAttributes
14584         * Form.cs: Add MWFCategoryAttributes
14585
14586 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
14587
14588         * Control.cs: Add MWFCategoryAttributes
14589         * ScrollableControl.cs: Add MWFCategoryAttributes
14590
14591 2006-05-03  Alexander Olk  <alex.olk@googlemail.com>
14592
14593         * ThemeWin32Classic.cs: Draw the ToolBar top border only if
14594           Divider is true. Fix a little glitch in PropertyToolBar
14595           drawing code
14596
14597 2006-05-02  Peter Dennis Bartok  <pbartok@novell.com> 
14598
14599         * Control.cs:
14600           - Dispose: Call base.Dispose, this causes the disposed event
14601             to be fired (and probably other, more important stuff)
14602           - SetVisibleCore: Set is_visible to true after creating the
14603             window so that the window still gets created invisible (if
14604             WM_VISIBLE isn't set). That will cause the ShowWindow afterwards
14605             to generate a WM_ACTIVE message
14606         * Form.cs: Call Dispose when we want to destroy the window, instead of
14607           just destroying the handle (Dispose will do that for us)
14608         * XplatUIX11.cs:
14609           - RootWindow also needs a queue, so we can properly process the
14610             property change events from RootWindow (like Activate)
14611           - Generatic synthetic WM_ACTIVE message when the active window is
14612             being destroyed
14613
14614 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
14615
14616         * LinkLabel.cs: Trigger a recalc of our label dimensions when
14617           bounds are changed
14618
14619 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com>
14620
14621         * ThemeWin32Classic.cs (ButtonBase_DrawImage): Use the proper image
14622           for determining width and height (image might not be assigned if
14623           we're drawing an imagelist)
14624
14625 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
14626
14627         * XplatUI.cs, XplatUIDriver.cs: Added MenuHeight property
14628         * XplatUIWin32.cs: Overriding new MenuHeight property, retrieving
14629           height from system
14630         * Theme.cs: No longer returns hardcoded menu height, instead calls
14631           new driver method
14632         * Form.cs (OnLoad): Scaling happens before triggering Load events 
14633           on MS (# 78257)
14634
14635 2006-05-01  Mike Kestner  <mkestner@novell.com>
14636
14637         * MenuItem.cs: fix NRE for text == null.  Fixes #78250.
14638
14639 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com> 
14640
14641         * TextBoxBase.cs: Removed Fixme
14642         * RichTextBox.cs (set_RTF): Invalidate document after update (#78247)
14643
14644 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com>
14645
14646         * XplatUIX11.cs:
14647           - ScrollWindow: We were passing hwnd.ClientRectangle which returns
14648             the rectangle relative to the parent, considering borders. We
14649             don't really want that.
14650           - ScrollWindow: Fixed warning to be more understandable
14651         * TextBoxBase.cs: Fixed ScrollWindow calculations to consider our
14652           scrollbars and scroll only the visible area
14653         * RichTextBox.cs: Removed debug output
14654
14655 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
14656
14657         * NumericUpDown.cs (Text): Just use base
14658         * UpDownBase.cs: Ensure txtView is created before using it
14659
14660 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
14661
14662         * XplatUIX11.cs (SetWindowTransparency): Casting opacity to int before
14663           casting to IntPtr to avoid 64bit overflow errors
14664
14665 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
14666
14667         * Control.cs:
14668           - AllowDrop: Don't force handle creation.
14669           - CreateHandle: Added call to tell driver if we're allowed to drop
14670
14671 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
14672
14673         * FileDialog.cs: Remember the last directory not only for the
14674           current instance but also for new FileDialog instances.
14675
14676 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
14677         
14678         * XplatUIX11.cs: Forgot to set the queue on the foster parent. That
14679           broke sending async messages
14680
14681 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
14682
14683         * XplatUIX11.cs:
14684           - ScrollWindow: Fixed method. We finally generate expose events again
14685             for scrolled areas. This was causing 'garbage' when scrolling
14686             textbox and other controls that used ScrollWindow
14687           - Switched from using the regular queue for paint events to the MS 
14688             model of 'generating' paint events when the queue is empty.
14689             We use the new XQueueEvent.Paint subclass to store which windows
14690             need painting.
14691           - AddExpose now takes the x/y/width/height of the exposed area
14692             and inserts the window into the paint queue if not already there
14693           - InvalidateWholeWindow: Switched to use new AddExpose method
14694           - UpdateMessageQueue: Added which queue to monitor for paint events
14695           - DefWndProc: Added default handler for WM_PAINT and WM_NCPAINT in
14696             the unlikely case nothing above handles it. We reset the expose
14697             pending states to get them off the queue.
14698           - GetMessage: Now pulls a paint event if no other events are in the
14699             queue
14700           - Invalidate: Switched to new AddExpose method
14701           - PeekMessage: Updated to understand pending paint events
14702           - UpdateWindow: Fixed logic bug. We were only updating if the window
14703             didn't need updating. Also switched to sending WM_PAINT directly,
14704             like MS does.
14705         * XEventQueue.cs: Added Paint queue support. Allows enqueue/dequeue
14706           and random access Remove(). The random access is needed to handle
14707           UpdateWindow() where a WM_PAINT is sent directly without accessing
14708           the queue.
14709         * ScrollBar.cs: Added Update() calls to cause immediate updates to
14710           allow for better feedback when scrolling. Scrollbars are small and
14711           the immediate update should make it 'feel' more responsive without
14712           slowing things down. ScrollBar still needs it's invaliate logic
14713           updated to not always invalidate the whole bar on certain changes.
14714
14715 2006-04-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14716
14717         * Control.cs:
14718         (BackColor): if the control does not support a transparent background,
14719         return the default backcolor when the parent backcolor is transparent.
14720
14721 2006-04-28  Peter Dennis Bartok  <pbartok@novell.com>
14722
14723         * Application.cs: Updated to new StartLoop/GetMessage API
14724         * RichTextBox.cs: Provide some output on RTF parsing errors
14725         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs: Added
14726           new queue_id argument to GetMessage and PeekMessage to allow faster
14727           handling of per-thread queues in drivers.
14728         * Hwnd.cs: Added Queue tracking and property
14729         * MenuAPI.cs: Updated to new StartLoop/GetMessage API
14730         * XEventQueue.cs: Added thread trackingA
14731         * PropertyGridView.cs: Updated to new StartLoop/GetMessage API
14732         * XplatUIX11.cs:
14733           - Implemented new per-thread queue
14734           - GetMessage: Fixed return/break behaviour on several cases. We were
14735             returning stale messages in some cases, instead of just processing
14736             the next message
14737
14738 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
14739
14740         * PropertyGrid.cs: Call GetPropertiesSupported on TypeConverter.
14741
14742 2006-04-27  Peter Dennis Bartok  <pbartok@novell.com>
14743
14744         * ThemeWin32Classic.cs (DrawToolBar): Refactored, simplified the logic,
14745           fixed off-by-one comparisons between Width/Height and Right/Bottom.
14746
14747 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
14748
14749         * PropertyGridView.cs: Fix drop down width.
14750
14751 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
14752
14753         * ThemeWin32Classic.cs: Peter thinks that three additional lines are
14754           a mess in DrawToolBar, so I removed one of them.
14755
14756 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
14757
14758         * ThemeWin32Classic.cs: Draw the ToolBar border lines only if
14759           needed (clip). Otherwise we get artifacts.
14760
14761 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
14762
14763         * FixedSizeTextBox.cs: Added constructor to allow specifying which
14764           dimension is fixed
14765         * UpDownBase.cs: Set the spinner control to be fixed height vertical,
14766           and switched FixedSizeTextBox to only be fixed vertical (#78116)
14767         * Form.cs: Not applying the 'MS 0.08 fudge factor' for a given dimension
14768           if it matches the scale base font (avoids unneeded scaling)
14769
14770 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
14771
14772         * X11DesktopColors.cs: One gtk_init_check should be enough
14773
14774 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com> 
14775
14776         * TextBoxBase.cs: Moved Backspace handling into WM_CHAR block to
14777           match MS behaviour
14778
14779 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
14780
14781         * TextBoxBase.cs: 
14782           - Generate OnTextChanged for Backspace even if we're only deleting
14783             the current selection
14784           - When setting the Text property, only select all text if the
14785             control does not have focus when it is being set. Otherwise
14786             just place the cursor at the beginning of the control
14787
14788 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
14789
14790         * ThemeWin32Classic.cs: ToolBars get drawn with two lines at the top.
14791           Added a little helper to draw PropertyGrid ToolBar with a different
14792           border and a different BackColor.
14793         * PropertyGrid.cs: Some background parts didn't get painted with the
14794           correct background color. Added a class that helps us to draw the
14795           correct border for PropertyGridView and a class that helps us to
14796           draw ToolBars with a different backcolor
14797         * PropertyGridView.cs: Draw PlusMinus with the correct colors.
14798
14799 2006-04-25  Jonathan Chambers  <jonathan.chambers@ansys.com>
14800
14801         * PropertyGrid.cs: Bug 78196, font size, and splitter location.
14802         * PropertyGridView.cs: Bug 78196, font size, and splitter location.
14803
14804 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
14805
14806         * XplatUIWin32.cs (DIBtoImage): ORing instead of ANDing the alpha
14807           into the palette entries. Also, since we're working on a copy
14808           we needed to copy the palette back onto the bitmap.
14809         * Cursor.cs: Same fix as XplatUIWin32.cs.
14810
14811 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com>
14812
14813         * ImageListStreamer.cs: Need to read the var (or we're off)
14814
14815 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
14816
14817         * TextControl.cs, ComboBox.cs, CommonDialog.cs, Theme.cs, 
14818           XplatUIWin32.cs, RichTextBox.cs, ImageListStreamer.cs,
14819           TextBoxBase.cs: Unused var fixes
14820         * AxHost.cs: Small 2.0 fix
14821         * XplatUIX11.cs: Switched to IntPtr from int for XA_CARDINAL atoms 
14822           as it seems that is what at least Metacity expects. This will make
14823           icons show up on 64bit platforms. We still have some 64bit size
14824           issues, though, since the startup app window size still won't match.
14825
14826 2006-04-25  Mike Kestner  <mkestner@novell.com>
14827
14828         * *.cs: cleanup newly reported exception var unused warnings.
14829
14830 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
14831
14832         * ThemeWin32Classic.cs: Button image alignment now matches exactly
14833           ms
14834
14835 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
14836
14837         * ThemeWin32Classic.cs: Fixed drawing code for buttons with an
14838           image. The image position is always the same, no matter if the
14839           button is pressed or not.
14840
14841 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
14842
14843         * FileDialog.cs: SaveFileDialog shouldn't rely on a MWFFileView
14844           selection and set the correct filename for SaveFileDialog.
14845           Patch by Emery Conrad.
14846
14847 2006-04-24  Mike Kestner  <mkestner@novell.com>
14848
14849         * ListView.cs (LastVisibleIndex): when in List mode of Alignment.Left,
14850         check for item.X outside the ClientRect instead of item.Y. Fixes
14851         #78151.
14852
14853 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14854
14855         * ImageListStreamer.cs: some images store a wrong grow factor, so don't
14856         trust that value blindly and do some sanity check. Fixes bug #77814.
14857
14858 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14859
14860         * ImageListStreamer.cs: save the mask as a 1bpp image.
14861
14862 2006-04-21  Mike Kestner  <mkestner@novell.com>
14863
14864         * CheckedListBox.cs: maintain CheckStatus here. Use DrawItemState to
14865         pass Checked and Indeterminate to the Theme Engine. Improve
14866         encapsulation with ListBox.
14867         * ListBox.cs: Keep a StringFormat instead of calculating it every item
14868         draw. Kill ListBoxItem. Refactor away the ListBoxInfo and ListBoxItem
14869         nested types.  Move all CheckState functionality to CheckedListBox.
14870         Make IntegralHeight work like MS.  Rewrite of Layout engine.  Fix
14871         OwnerDrawVariable layout/rendering.  Fix multicolumn rendering.  Fix
14872         ScrollAlwaysVisible handling. Refactor "selected" collections to use a
14873         single base list. Fix scrollbar sizing and placement to mirror MS.
14874         * Theme.cs: remove CheckedListBoxCheckRectangle. It wasn't really
14875         used.
14876         * ThemeWin32Classic.cs: implement Indeterminate CheckState rendering
14877         for CheckedListBox by using new DrawItemState info.  Center the
14878         checkboxes on the items. Use new StringFormat property.
14879
14880 2006-04-18  Jackson Harper  <jackson@ximian.com>
14881
14882         * Form.cs: MdiChildren don't do default locations the same way as
14883         regular forms.  This prevents a crash when trying to position the
14884         mdi windows.
14885
14886 2006-04-17  Jonathan Chambers  <jonathan.chambers@ansys.com>
14887
14888         * PropertyGridTextBox.cs: Formatting, copyright
14889         * PropertiesTab.cs: Formatting
14890         * PropertyGrid.cs: Formatting
14891         * PropertyGridView.cs: Formatting, fix drop down, enabled double 
14892           click toggling of values
14893           
14894 2006-04-17  Peter Dennis Bartok  <pbartok@novell.com> 
14895
14896         * KeyPressEventArgs: Added 2.0 only setter for KeyChar
14897         * Control.cs (.ctor): verify_thread_handle is static, don't reset
14898           every time a control is created
14899         * Application.cs: Removed obsolete EnableRTLMirroring method
14900
14901 2006-04-18  Gert Driesen  <drieseng@users.sourceforge.net>
14902
14903         * TabControl.cs: Avoid ArgumentOutOfRangeException when setting
14904         SelectedIndex to -1. Fixes bug #78121.
14905
14906 2006-04-17  Jackson Harper  <jackson@ximian.com>
14907
14908         * Binding.cs: Handle null values for Current and BindingContext.
14909         This occurs when binding is a little delayed.
14910         * CurrencyManager.cs: return null for Current when there are no
14911         items in the list.
14912         - Hookup to the listchanged event on the DataView and update
14913         bindings when the list is changed.  This fixes late binding of
14914         controls.
14915
14916 2006-04-17  Jackson Harper  <jackson@ximian.com>
14917
14918         * X11Dnd.cs:
14919         * XplatUIX11.cs: Drops should not create a mousedown. Patch by Tim
14920         Ringenbach.
14921
14922 2006-04-15  Alexander Olk  <alex.olk@googlemail.com>
14923
14924         * ThemeWin32Classic.cs: Draw disabled combo button in the correct
14925           place
14926         * ComboBox.cs: If the combobox is disabled call CPDrawComboButton
14927           with the correct ButtonState
14928
14929 2006-04-14  Peter Dennis Bartok  <pbartok@novell.com>
14930
14931         * XplatUIX11.cs: Improved distinguishing between window types to
14932           tell the WM a type closer to what the app wants (Fixes #78107)
14933
14934 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
14935
14936         * ThemeWin32Classic.cs: Fixed drawing of ContainerGrabHandle and
14937           GrabHandle
14938
14939 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
14940
14941         * ThemeWin32Classic.cs: Fixed size grip drawing and updated StatusBar
14942           drawing code to reflect the size grip changes
14943
14944 2006-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14945
14946         * ImageListStreamer.cs: fix handling of the mask that follows the main
14947         bitmap when deserializing and serialize it properly. The generated mask
14948         should better be a 1bpp image, but I'll do that later.
14949
14950 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
14951
14952         * FileDialog.cs: Show something in the DirComboBox on *nix if the
14953           path doesn't fit into some of our Current.Places
14954
14955 2006-04-13  Jackson Harper  <jackson@ximian.com>
14956
14957         * ComboBox.cs: Use borders instead of drawing our own decorations,
14958         try to obey correct rules for heights.
14959         * Theme.cs:
14960         * ThemeNice.cs:
14961         * ThemeClearLooks.cs:
14962         * ThemeWin32Classic.cs: Remove combobox decoration drawing code,
14963         this is now handled by borders.
14964         - Remove unused DrawListBoxDecorationSize method.
14965         
14966 2006-04-13  Mike Kestner  <mkestner@novell.com>
14967
14968         * MenuAPI.cs: null guarding for the disbled click check fixes crash
14969         reported by Alex.
14970
14971 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
14972
14973         * ThemeWin32Classic.cs: 
14974           - Fixed CPDrawStringDisabled
14975           - Corrected drawing of disabled menu items
14976           - Fixed drawing of disabled radio buttons (bug #78095)
14977           - Draw check in a disabled CheckBox with color ControlDark 
14978
14979 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
14980
14981         * Form.cs: Use the provided width when calculating the menu size;
14982           when being maximized we get WM_NCCALCSIZE before WM_WINDOWPOSCHANGED
14983           and ClientSize.Width won't be updated yet
14984         * Application.cs: Use Visible instead of Show() to make form visible,
14985           this way we create the handle later and menusize is considered
14986
14987 2006-04-12  Mike Kestner  <mkestner@novell.com>
14988
14989         * MenuAPI.cs: ignore clicks on disabled menu items. Thanks to Alex for
14990         reporting.
14991
14992 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
14993
14994         * TextBox.cs: Implemented context menu
14995
14996 2006-04-12  Mike Kestner  <mkestner@novell.com>
14997
14998         * ListView.cs: implement box selection. fixes #77838.
14999         * ThemeWin32Classic.cs: draw box select rect, remove a ResetClip.
15000
15001 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
15002
15003         * XplatUIX11.cs: Added setting of window type when transient window
15004           is created (metacity would move it otherwise)
15005         * X11Structs.cs: Added WINDOW_TYPE atoms
15006         * LinkLabel.cs: Override OnPaintBackgroundInternal and draw the
15007           background (the control is Opaque but still wants transparent
15008           backgrounds)
15009
15010 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
15011
15012         * Control.cs: Added OnPaintBackgroundInternal to allow controls
15013           that set Opaque but don't mean it (like all ButtonBase-derived
15014           controls) to still draw their background
15015         * ButtonBase.cs: Override OnPaintBackgroundInternal and draw
15016           the background
15017
15018 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
15019
15020         * Control.cs (PaintControlBackground): Set the graphics object
15021           on our PaintEvent to null to prevent it from being disposed
15022           when the PaintEvent gets disposed
15023
15024 2006-04-12  Alexander Olk  <alex.olk@googlemail.com>
15025
15026         * ThemeWin32Classic.cs: Use even more SystemBrushes and SystemPens
15027         * ThemeNice.cs, ThemeClearlooks.cs: fix typo
15028
15029 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
15030
15031         * Control.cs: 
15032           - Added transparency check to BackColor property. Transparent
15033             backgrounds are only allowed if the control styles permit it
15034           - Added recursive painting of parent control background and
15035             foreground if a control with a transparent backcolor is drawn
15036             (Thanks to Tim Ringenback for providing his 'hack' as a base
15037              for this patch) Fixes #77985 and #78026.
15038           - Added Opaque style check before calling OnPaintBackground, no
15039             need to draw the background if the control is opaque
15040           - Removed ControlAccessibleObject owner variable (inherited from
15041             base, no need to define again)
15042           - Added some documentation links explaining the drawing events
15043             and styles
15044
15045 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
15046
15047         * Splitter.cs (CalculateSplitPosition): Corrected the bad assumption
15048           that the affected control is the located at the left border of our
15049           parent (Fixes #77936)
15050
15051 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
15052
15053         * TextBoxBase.cs: When rendering disabled or readonly controls,
15054           draw the background with 'Control' instead of 'Window' color as
15055           long as the user hasn't specifically set a color
15056
15057 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
15058
15059         * TextBoxBase.cs: Don't try to shortcut by checking against base.Text
15060           since that won't be updated if the user types text (only if it's
15061           programatically set)
15062
15063 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
15064
15065         * ScrollableControl.cs: Calculate DisplayRect dynamically, so that
15066           layout changes do to app-triggered resizes will have the proper
15067           display rectangle for layout
15068
15069 2006-04-11  Alexander Olk  <alex.olk@googlemail.com>
15070
15071         * ThemeWin32Classic.cs:
15072           - Make use of the SystemBrushes and SystemPens wherever possible
15073           - Corrected some highlight colors
15074           - Corrected RadioButton and CheckBox FlatStyle.Flat and Popup
15075             drawing
15076         * Theme.cs: Added Empty field to CPColor struct
15077
15078 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
15079
15080         * ScrollabeControl.cs: We need to consider whether or not a scrollbar
15081           is displayed when calculating the display rectangle. Thanks to Mike
15082           for teaching me the err of my ways.
15083
15084 2006-04-10  Peter Dennis Bartok  <pbartok@novell.com>
15085
15086         * ScrollableControl.cs:
15087           - Rewrote DisplayRectangle code, now returning the proper x/y coords 
15088             (instead of 0,0) and we now return the real width/height instead of
15089             just the clientrectangle, adjusted for padding. The rectangle is
15090             now cached and created by the new CalculateDisplayRectangle method.
15091           - Created new CalculateDisplayRectange method, which basically does
15092             what get_DisplayRectangle() did originally, but now using the 
15093             right edge instead of DisplayRectangle to determine the size of
15094             our scrollbars
15095           - get_Canvas(): Fixed it to properly calculate canvas for 
15096             right/bottom controls which seem to be placed to the right/bottom
15097             of any controls that have a fixed location
15098           - Removed TODO that's taken care of
15099           - Removed NotImplementeds and attempted to implement AdjustFormScrollBars
15100             and SetDisplayRectLocation according to new MSDN2 docs
15101           - Added call to PerformLayout in OnVisibleChanged, MS causes a layout
15102             event when that is called, this is added for compatibility
15103           - ScrollControlIntoView(): Implemented.
15104           - Switched scrollbars to be implicit, they shouldn't be selectable
15105         * ContainerControl: Now that ScrollControlIntoView is implemented, we 
15106           call it when the active control is set/changed
15107         * ScrollBar.cs: Added support for generating Win32 scrollbar messages
15108         * ImplicitHScrollBar.cs, ImplicitVScrollBar.cs: Now setting new base
15109           implicit_control variable (used for native Win32 message generation)
15110         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Added new 
15111           HorizontalScrollBarHeight and VerticalScrollBarWidth properties
15112         * ThemeWin32Classic.cs: Now calling the driver for the scrollbar sizes
15113         * XplatUIStructs.cs: Added ScrollBarCommands enum
15114
15115 2006-04-10  Jackson Harper  <jackson@ximian.com>
15116
15117         * ButtonBase.cs:
15118         * CheckedListBox.cs:
15119         * ComboBox.cs:
15120         * DataGrid.cs:
15121         * DataGridView.cs:
15122         * Form.cs:
15123         * GroupBox.cs:
15124         * ListBox.cs:
15125         * PrintPreviewControl.cs:
15126         * ProgressBar.cs:
15127         * PropertyGrid.cs:
15128         * Splitter.cs:
15129         * StatusBar.cs:
15130         * TrackBar.cs:
15131         * UpDownBase.cs: Fixup base event overrides.
15132         
15133 2006-04-06  Mike Kestner  <mkestner@novell.com>
15134
15135         * ScrollBar.cs: fix "new event" declarations (#76509) and bounds check
15136         all user-initiated value changes to min <= value <= max-thumbsz+1.
15137         (set_Value): check for vert/horiz when calculating new thumb position.
15138         (LargeIncrement): bounds check to stop pos at max - thumb_size + 1
15139         like MS does.
15140         (OnMouseMoveSB): refactor the thumb dragging code and refine
15141         invalidation logic to reduce flicker.
15142         (SetEndPosition): bounds check to stop pos at max - thumb_size + 1
15143         (SmallIncrement): bounds check to stop pos at max - thumb_size + 1
15144         (UpdateThumbPosition): small code readability cleanup
15145
15146 2006-04-10  Alexander Olk  <alex.olk@googlemail.com>
15147
15148         * ThemeNice.cs: Small UI polishing. Draw borders a little bit
15149           different
15150
15151 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
15152
15153         * ThemeNice.cs: Use a better graphics effect when a button is pressed
15154
15155 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
15156
15157         * Theme.cs: Added GetDashPen and GetSizedPen to SystemResPool
15158         * ThemeWin32Classic.cs: Make use of the new SystemResPool methods.
15159           This dramatically reduces the number of Pen.Dispose calls. 
15160           Where possible call ResPool methods only once instead of calling it
15161           over and over again (for example for the same color).
15162
15163 2006-04-06  Mike Kestner  <mkestner@novell.com>
15164
15165         * TabControl.cs: fix for SelectedIndex updating on TabPage removals.
15166         Also remove an unused private field on the collection. Fixes #77972.
15167
15168 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
15169
15170         * ThemeNice.cs: Added ToolBar drawing code
15171
15172 2006-04-06  Mike Kestner  <mkestner@novell.com>
15173
15174         * Form.cs (ShowDialog): MS allows IWin32Window param to be a non-form.
15175         I'm assuming that means we need to look up the toplevel for the
15176         provided control. Fixes the crash trace in #77911 but exposes another
15177         crash in some strange reflection usage in NDocGui.
15178
15179 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
15180
15181         * ThemeNice.cs: Gave it a little silver touch and added Images
15182           method
15183         * FontDialog.cs: FontDialog is not resizable
15184         * FileDialg.cs: Added SizeGripStyle.Show
15185
15186 2006-04-05  Jackson Harper  <jackson@ximian.com>
15187
15188         * KeyboardLayouts.cs: Remove warning.
15189
15190 2006-04-05  Jackson Harper  <jackson@ximian.com>
15191
15192         * Control.cs: Enable OnPaintInternal so we can use it for drawing
15193         all of our controls instead of Paint +=.
15194         * ListBox.cs:
15195         * ListView.cs:
15196         * MenuAPI.cs:
15197         * MessageBox.cs:
15198         * NotifyIcon.cs:
15199         * ProgressBar.cs:
15200         * ScrollBar.cs:
15201         * Splitter.cs:
15202         * StatusBar.cs:
15203         * TabControl.cs:
15204         * TextBoxBase.cs:
15205         * ToolBar.cs:
15206         * TrackBar.cs:
15207         * UpDownBase.cs:
15208         * ComboBox.cs: Remove handling of WM_PAINT and WM_ERASEBKGND and
15209         use OnPaintInternal. Remove Width/Height and Visible checks in
15210         paint handler, this is done at a higher level now.
15211         * GroupBox.cs: Don't need to handle WM_ERASEBKGND anymore.
15212         * PaintEventArgs.cs: Add a handled flag so controls that don't
15213         want anymore painting after OnPaintInternal can make sure OnPaint
15214         isn't called.
15215
15216 2006-04-05  Mike Kestner  <mkestner@novell.com>
15217
15218         * Form.cs: fix the menu WndProc hacks to respect the native enabled
15219         state of the form, so that we don't process events when Modal dialogs
15220         are up. Fixes #77922.
15221
15222 2006-04-05  Alexander Olk  <alex.olk@googlemail.com>
15223
15224         * Mime.cs: Default for range length is 1 not 0. If set to 0 no match
15225           checking is done.
15226
15227 2006-04-05  Mike Kestner  <mkestner@novell.com>
15228
15229         * XplatUIX11.cs: fix typo in the EX_APPWINDOW transient patch.
15230
15231 2006-04-05  Mike Kestner  <mkestner@novell.com>
15232
15233         * ListView.cs (HeaderMouseMove): null guarding for the over column
15234         when setting up the drag_to_index.  Fixes #78015.
15235
15236 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com>
15237
15238         * XplatUIX11.cs: If WS_EX_APPWINDOW isn't set we don't want to show up
15239           in the taskbar. Transient windows seem to accomplish that.
15240
15241 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com> 
15242
15243         * Form.cs:
15244           - Re-enabled CreateParams.X/Y code for FormStartPosition
15245           - Added code for manual placement when creating the Control
15246           - Incomplete patch to treat MDI forms differently when
15247             setting the ClientSizeCore. (Still need to figure out handling
15248             x/y coords there)
15249         * XplatUIX11.cs:
15250           - When we're explicitly setting the X/Y position of a non-Child
15251             window, let the WM know. Metacity really wants this.
15252
15253 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
15254
15255         * ThemeNice.cs: Added CPDrawButton
15256
15257 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
15258
15259         * ThemeNice.cs: Changed the color for focused buttons and activated
15260           the arrows for small scroll buttons.
15261
15262 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
15263
15264         * ThemeWin32Classic.cs: Removed DrawFlatStyleButton, not needed
15265           anymore. Changed some method modifiers to protected (virtual)
15266         * ThemeClearlooks.cs: Updated to reflect the ThemeWin32Classic
15267           changes
15268         * ThemeNice.cs: Updated to reflect the ThemeWin32Classic changes.
15269           Updated drawing of menus, buttons and progressbars; added
15270           CPDrawBorder3D 
15271
15272 2006-04-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15273
15274         * ImageListStreamer.cs: implemented serialization/deserialization
15275         of the images.
15276
15277 2006-04-03  Alexander Olk  <alex.olk@googlemail.com>
15278
15279         * ThemeWin32Classic.cs:
15280           - Removed all the DrawFrameControl stuff; CPDrawButton,
15281             CPDrawCheckBox and CPDrawRadioButton are now handled directly
15282             inside the methods
15283           - Updated and corrected the drawing code of CPDrawButton,
15284             CPDrawCheckBox and CPDrawRadioButton to better match ms
15285           - Updated theme checkbox and radiobutton code to use the CP*
15286             methods
15287
15288 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
15289
15290         * XplatUIX11.cs: Enable clipping again now that the libgdiplus
15291           bug is fixed
15292
15293 2006-03-31  Jackson Harper  <jackson@ximian.com>
15294
15295         * XplatUIX11.cs: Somehow we get SETCURSORS for bad windows
15296         sometimes.
15297         * UpDownBase.cs: Don't CreateGraphics manually, use a
15298         Refresh. Ideally we would invalidate the correct areas here.
15299
15300 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
15301
15302         * XplatUIX11.cs: 
15303           - We now track the mapping state of windows. If a window (or 
15304             one of it's parents) is not mapped we no longer permit
15305             WM_PAINT messages to be generated since we'd otherwise get 
15306             lots of BadMatch X errors. Jackson did all the work figuring
15307             out the problem.
15308           - Destroying the caret if the window it's contained in is 
15309             destroyed. Can't use regular DestroyCaret method since it
15310             might fall into a drawing function (trying to remove the
15311             caret) and with that generate new BadMatch errors. Again,
15312             Jackson tracked this down.
15313           - Changed DestroyChildWindows to SendWMDestroyMessages, we now
15314             make sure we send the messages to all windows. (The old code
15315             would send the WM_DESTROY to the window, and then all child
15316             windows would be 'gone' because the WM_DESTROY handle lookup
15317             would no longer find the destroyed window)
15318         * Hwnd.cs: Added Mapping property to track mapping state of hwnd
15319         * X11Structs.cs: Added WindowType enum for MapWindow/UnmapWindow
15320
15321 2006-03-31  Jackson Harper  <jackson@ximian.com>
15322
15323         * ScrollableControl.cs: Dont recalc if we are not visible.
15324
15325 2006-03-31  Mike Kestner  <mkestner@novell.com>
15326
15327         * Control.cs (SetVisibleCore): move the CreateControl call up ahead of
15328         the visibility branch.
15329
15330 2006-03-31  Jackson Harper  <jackson@ximian.com>
15331
15332         * ScrollBar.cs: Cap values when incrementing/decrementing.
15333
15334 2006-03-31  Mike Kestner  <mkestner@novell.com>
15335
15336         * MenuAPI.cs: setup menu.tracker for popup/context menus.
15337         * ToolTip.cs: guard against timer expirations with no active control.
15338         Not sure why it happened.
15339
15340 2006-03-31  Mike Kestner  <mkestner@novell.com>
15341
15342         * ThemeWin32Classic.cs: add some horizontal padding space for the tip
15343         text.
15344         * ToolTip.cs: Position the tooltip based on where the cursor is at
15345         popup time, not at MouseEnter time.  Add a Down state so that we don't
15346         redisplay tips without a Leave. Use faked XplatUI.GetCursorInfo for
15347         positioning offset. Lookup DisplaySize at positioning time, since it
15348         can theoretically change during invocation.
15349         * XplatUIWin32.cs: fake GetCursorInfo until pdb can do it properly.
15350         * XplatUIX11.cs: fake GetCursorInfo until pdb can do it properly.
15351
15352 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
15353
15354         * ThemeWin32Classic.cs: Use CPDrawBorder3D to draw a GroupBox.
15355           Fixes behaviour when the Text property of the box is String.Empty
15356
15357 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com>
15358
15359         * XplatUIX11.cs: Only send mouseleave for our client windows, not
15360           for the whole window (otherwise we get WM_MOUSE_LEAVE twice for
15361           a window)
15362
15363 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
15364
15365         * FileDialog.cs: Visual enhancement for the popup buttons in 
15366           PopupButtonPanel
15367
15368 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
15369
15370         * ColorDialog.cs, FontDialog.cs: Make use of the updated 3D border
15371           code
15372
15373 2006-03-30  Alexander Olk  <alex.olk@googlemail.com>
15374
15375         * ThemeWin32Classic.cs: Updated MainMenu drawing of selected and
15376           highlighted menu items to match ms
15377
15378 2006-03-30  Peter Dennis Bartok  <pbartok@novell.com> 
15379
15380         * XplatUIX11.cs: Don't set a clip rectangle unless it's not empty
15381
15382 2006-03-30  Mike Kestner  <mkestner@novell.com>
15383
15384         * Menu.cs (SelectedItem): use new MenuItem.Selected prop.
15385         * MenuAPI.cs: use new MenuItem.Selected prop. redraw MainMenu when we
15386         go active to account for HotLight to Selected transition.
15387         * MenuItem.cs: add internal Selected prop. Fill out the Status
15388         property by calculating it from item info. Add HotLight,
15389         NoAccelerator, Checked, Grayed, and Disabled flags where appropriate.
15390
15391 2006-03-30  Mike Kestner  <mkestner@novell.com>
15392
15393         * MenuItem.cs: only emit DrawItem and MeasureItem for OwnerDraw.
15394
15395 2006-03-29  Jackson Harper  <jackson@ximian.com>
15396
15397         * Form.cs: Implement TODO.
15398
15399 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com> 
15400
15401         * PrintPreviewDialog.cs: Implemented missing methods and events; still
15402           missing proper dialog setup in the constructor
15403
15404 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com>
15405
15406         * ProgressBar.cs: Added 2.0 Style property that apps seem to use
15407         * Control.cs:
15408           - Implemented CheckForIllegalCrossThreadCalls, removed TODO
15409           - Fixed ResetBindings and removed TODO
15410           - Added check for cross-thread calls to get_Handle()
15411           - Added Marshaller attribute for set_Font to satisfy class status
15412         * FontDialog.cs: Removed TODOs that seemed implemented
15413         * UpDownBase.cs: Removed unneeded TODO and Fixme
15414         * MessageBox.cs: Implemented support for Default button and removed TODO
15415         * FileDialog.cs: Removed obsolete TODO
15416         * DomainUpDown.cs: Removed obsolete TODO
15417         * ButtonBase.cs: Removed obsolete TODO
15418         * XplatUIWin32.cs: Removed obsolete TODO
15419         * Form.cs:
15420           - Removed obsolete TODO
15421           - Calling CheckAcceptButton when the acceptbutton is changed to allow
15422             internal status updates
15423           - Making sure the active control is selected when the control is created
15424         * CurrencyManager.cs: Removed obsolete TODO
15425
15426 2006-03-29  Mike Kestner  <mkestner@novell.com>
15427
15428         * *.cs: fix remaining corcompare issues for 1.1 API with the exception
15429         of PrintPreviewDialog and RichTextBox.
15430
15431 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
15432
15433         * Theme.cs: Added a little helper to SystemResPool to get the Dark,
15434           DarkDark, Light and LightLight colors for a specific color
15435         * ThemeWin32Classic.cs:
15436           - Use Button drawing code to draw RadioButtons and CheckBoxes with
15437             Appearance = Button 
15438           - Make use of the new ResPool helper CPColor
15439           - Draw ProgressBar and StatusBar with correct 3D borders
15440
15441 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
15442
15443         * ColorDialog.cs: Return selected color. Fixes bug #77940.
15444
15445 2006-03-28  Mike Kestner  <mkestner@novell.com>
15446
15447         * ListView.cs: fix Icon layout to plan for scrollbar widths when
15448         calculating col/row counts.
15449
15450 2006-03-28  Mike Kestner  <mkestner@novell.com>
15451
15452         * ColumnHeader.cs:
15453         * ListView.cs:
15454         * ListViewItem.cs:
15455         * Menu.cs: 
15456         switch to explicit interface method implementation for some methods
15457         corcompare identifies as inconsistent with MS.
15458
15459 2006-03-28  Mike Kestner  <mkestner@novell.com>
15460
15461         * MainMenu.cs: 
15462         * Menu.cs:
15463         add a few missing methods from the class status output.
15464
15465 2006-03-28  Alexander Olk  <alex.olk@googlemail.com>
15466
15467         * ControlPaint.cs: Fixed ControlPaint.Light method. Results are now
15468           correct.
15469
15470 2006-03-28  Mike Kestner  <mkestner@novell.com>
15471
15472         * MenuAPI.cs: Deactivate on MainMenu item click. Fixes #77917.
15473
15474 2006-03-27  Mike Kestner  <mkestner@novell.com>
15475
15476         * ThemeWin32Classic.cs: Switch flat toolbars to use RaisedInner for
15477         the Hilight state to adapt to Alex's CPDrawBorder3D changes.
15478
15479 2006-03-27  Alexander Olk  <alex.olk@googlemail.com>
15480
15481         * ThemeWin32Classic.cs: Rewrote Button drawing code to match ms.
15482
15483 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
15484
15485         * ThemeWin32Classic.cs:
15486           - GroupBox: Inserted a little gap between the text and the lines
15487             on the right side
15488           - Made the code in CPDrawBorder3D more readable
15489           - Corrected the drawing location of the up and down arrows in 
15490             CPDrawScrollButton
15491
15492 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
15493
15494         * ControlPaint.cs: Corrected line widths in DrawBorder for
15495           ButtonBorderStyle Inset and Outset
15496
15497 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
15498
15499         * ThemeWin32Classic.cs:
15500           - Rewrote the totally broken CPDrawBorder3D method. That was
15501             one of the main problems for the terrific ThemeWin32Classic
15502             look
15503           - Updated and corrected Button drawing
15504           - Correct the dimensions of the SizeGrip to match ms ones
15505           - Removed a small drawing glitch in DrawComboBoxEditDecorations
15506         * XplatUIX11.cs: Draw borders with BorderStyle = Fixed3D with
15507           Border3DStyle.Sunken to match ms.
15508
15509 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
15510
15511         * ThemeWin32Classic.cs: First small part of the "de-uglify
15512           ThemeWin32Classic" effort, SizeGrip
15513
15514 2006-03-24  Jackson Harper  <jackson@ximian.com>
15515
15516         * XplatUIX11.cs: Give a max idle time of one second, this matches
15517         MS and forces an Idle event every second when there are no other
15518         events in the queue.
15519
15520 2006-03-24  Mike Kestner  <mkestner@novell.com>
15521
15522         * ListView.cs: Handle (Large|Small)ImageList == null more robustly.
15523         * ListView.Item.cs: fix layout issues with null image lists and images
15524         smaller than checkbox size.
15525         * ThemeWin32Classic.cs: Draw a 12 pixel line in ListView LargeIcon
15526         mode like MS does.  It's weird, but consistent.  ;-)
15527         Fixes #77890.
15528
15529 2006-03-24  Mike Kestner  <mkestner@novell.com>
15530
15531         * ListView.cs: Scroll wheel support for the item control.  Fixes
15532         #77839.
15533
15534 2006-03-23  Jackson Harper  <jackson@ximian.com>
15535
15536         * ScrollableControl.cs: Special case negative sized areas, not
15537         zero.
15538         * MonthCalendar.cs: Save the rect of the clicked date so we can
15539         use it for invalidation.
15540         - Try to cut down on the number of invalidates
15541         - Invalidate the rect the mouse is over and was over when moving
15542         the mouse, so we get the focus box following the cursor.
15543
15544 2006-03-23  Mike Kestner  <mkestner@novell.com>
15545
15546         * ThemeWin32Classic.cs: fix FullRowSelect selection background and
15547         focus rectangle drawing. Fixes #77835.
15548
15549 2006-03-23  Mike Kestner  <mkestner@novell.com>
15550
15551         * XplatUIX11.cs: rework the fix for #77828 by changing the order of
15552         the if and else if and reverting back to the original == check on the
15553         None conditional.
15554
15555 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
15556
15557         * FontDialog.cs: Update the example panel if the selected index of
15558           the fontListBox changes.
15559
15560 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
15561
15562         * FileDialog.cs: Make FileDialog remember which directory it was in
15563           last in the same execution.
15564
15565 2006-03-22  Mike Kestner  <mkestner@novell.com>
15566
15567         * FileDialog.cs: make the DropDownMenu on the toolbar display
15568         RadioChecks since they are mutually exclusive and that's what MS does.
15569
15570 2006-03-22  Mike Kestner  <mkestner@novell.com>
15571
15572         * Theme.cs: add Color param to CPDrawMenuGlyph.
15573         * ThemeWin32Classic.cs: do color specific menu glyph rendering so that
15574         checks and radio marks and arrows are visible on highlighted items.
15575         * ControlPaint.cs: update to use new Theme signature.
15576
15577 2006-03-22  Mike Kestner  <mkestner@novell.com>
15578
15579         * MenuAPI.cs: only process Enter and arrow keypresses if the tracker
15580         is active. Fixes #77870.
15581
15582 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
15583
15584         * FileDialog.cs: Corrected TabIndex order and set fileNameComboBox
15585           to be focused/selected after startup
15586
15587 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
15588
15589         * ColorDialog.cs: 
15590           - Corrected behaviour of Color, AllowFullOpen, FullOpen,
15591             CustomColors and ShowHelp properties
15592           - Some internal rewrites to get better results when using the
15593             ColorMatrix
15594
15595 2006-03-22  Mike Kestner  <mkestner@novell.com>
15596
15597         * ListView.cs: hook into Peter's new ResetMouseHover capability to fix
15598         HoverSelection.  Fixes #77836.
15599
15600 2006-03-22  Mike Kestner  <mkestner@novell.com>
15601
15602         * FileDialog.cs: bugfixes for the toolbar.  Use PushButtons instead of
15603         ToggleButtons.  (De)Sensitize the Back button around a stack count of
15604         1, not 0.  Update ButtonSize based on a pixel count of the win32
15605         control.  Adjust the toolbar size/location for new button size.
15606
15607 2006-03-22  Jackson Harper  <jackson@ximian.com>
15608
15609         * XplatUIX11.cs: Don't handle configurenotifys if PostQuitState is
15610         true.
15611         * ScrollBar.cs: When doing increments and decrements we need to
15612         set the Value property so that ValueChanged gets raised. A
15613         possible optimization here would be to make an internal SetValue
15614         that doesn't invalidate immediately.
15615         * ToolTip.cs: Tooltips get added to their container (when
15616         supplied) so they get disposed when the container is disposed.
15617         - Don't create tooltips for String.Empty. This prevents all these
15618         little 2-3 pixel windows from showing up when running nunit-gui
15619         and driving me mad.
15620         * Form.cs: Don't set topmost when setting the owner if the handles
15621         haven't been created yet.  The topmost set will happen when the
15622         handles are created.
15623
15624 2006-03-22  Peter Dennis Bartok  <pbartok@novell.com> 
15625
15626         * XplatUIX11.cs:
15627           - DeriveWindowStyles: Fixed typo in borderstyle generation (#77828)
15628           - SetVisible: Sending WINDOWPOSCHANGED for all controls when made 
15629             visible (to allow them to recalculate their sizes)
15630
15631 2006-03-21  Mike Kestner  <mkestner@novell.com>
15632
15633         * ThemeWin32Classic.cs: major refactoring of the ToolBar rendering
15634         methods. Removed a ton of redundant code.  Still not really happy with
15635         the border rendering, but I think that's mainly because of the
15636         ControlDarkDark being black instead of a dark grey. Depending on how 
15637         close we want to be, we might want to revisit those color choices.
15638         Among the new features added during the refactor were DropDownArrow
15639         pressed rendering, Disabled image rendering.  Proper flat appearance
15640         boundary rendering.  Removed the Divider and Wrapping dividers since I
15641         can't figure out any combination of themes and conditions to make the
15642         MS control draw a horizontal line on a toolbar despite what the
15643         Divider property docs indicate.
15644         * ToolBar.cs: rewrite the layout engine. Fixes numerous flicker
15645         conditions and incorrect layout.  Updated to coding standard.
15646         * ToolBarButton.cs: refactored layout and positioning code from
15647         ToolBar to here.  Invalidate wherever possible instead of forcing
15648         redraws of the whole toolbar. 
15649         (Known remaining issues: explicit ButtonSize smaller than provided
15650         images.)
15651
15652 2006-03-21  Mike Kestner  <mkestner@novell.com>
15653
15654         * ContextMenu.cs (Show): use the position parameter instead of just
15655         showing at the MousePosition.
15656
15657 2006-03-21  Jackson Harper  <jackson@ximian.com>
15658
15659         * TabControl.cs: Remove the call to ProcessKeyEventArgs and let
15660         control handle this.
15661         * TreeNodeCollection.cs: If we are clearing the root node we need
15662         to reset top_node so calcs can still happen.
15663         * ThemeWin32Classic.cs: This is a Flags so we need to check
15664         properly.
15665         
15666 2006-03-21  Jackson Harper  <jackson@ximian.com>
15667
15668         * DataGrid.cs: Create columns when the binding context has been
15669         changed.
15670         * X11Structs.cs: Keysyms are uints.
15671         - Add size to fix build.
15672
15673 2006-03-21  Peter Dennis Bartok  <pbartok@novell.com> 
15674
15675         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
15676           XplatUIOSX.cs: 
15677           - Added ResetMouseHover method to allow controls to retrigger
15678             hovering if they need it more than once
15679           - Implemented MouseHoverTime and MouseHoverSize properties
15680         * Timer.cs: Start() must reset the interval
15681         * SystemInformation.cs: Added 2.0 MouseHoverTime and MouseHoverSize
15682           properties
15683
15684 2006-03-21  Jackson Harper  <jackson@ximian.com>
15685
15686         * X11Keyboard.cs: improved layout detection. Move the nonchar
15687         tables into this file.
15688         * KeyboardLayouts.cs: Move the tables into resource files.
15689
15690 2006-03-21  Mike Kestner  <mkestner@novell.com>
15691
15692         * ListView.cs: use OnItemActivated to raise events. Fixes #77834.
15693
15694 2006-03-21  Alexander Olk  <alex.olk@googlemail.com>
15695
15696         * Mime.cs: Various speed optimizations. Looking up mime types
15697           is now 2 times faster than before
15698
15699 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com> 
15700
15701         * CreateParams.cs: Added internal menu field
15702         * Control.cs: 
15703           - Switched call order for UpdateBounds; now we always call
15704             the one that also takes ClientSize, and we're calculating the 
15705             client size via driver method in the others. The previous
15706             method of tracking client size by difference wasn't working
15707             for forms where even the starting client size wouldn't match
15708             the overall form size (due to borders) (Part of fix for #77729)
15709           - CreateParams(): Do not use parent.Handle unless the handle is
15710             already created. Causes havoc with Nexxia and throws off our
15711             creation of controls
15712         * XplatUIX11.cs:
15713           - Created new PerformNCCalc method to trigger WM_NCCALCSIZE message
15714           - Switched handling of ConfigureNotify over to new PerformNCCalc 
15715             method (consolidates code)
15716           - Changed RequestNCRecalc to use new PerformNCCalc method
15717           - Added calls to RequestNCRecalc when menus and borders are changed
15718             to allow app to set NC size. (Part of fix for #77729) This matches
15719             when MS send a WM_NCRECALC on Win32 windows.
15720           - Now sending WM_WINDOWPOSCHANGED when toplevel for is made visible
15721             (Part of fix for #77729). This matches what MS does, they also
15722             send that message when the form is made visible.
15723           - XException.GetMessage: Improved usability of X errors by including
15724             a translation of the window into Hwnd and Control class
15725           - Improved debug info for window creation, reparenting and destruction
15726           - Created helper method WindowIsMapped() [Currently not used]
15727         * XplatUIWin32.cs: Added ToString() debug helper to RECT structure
15728         * Form.cs:
15729           - CreateParams: Now setting our menu on the new internal menu field
15730           - SetClientSizeCore: Now passing cp.menu instead of ActiveMenu to
15731             avoid calculating the same property twice
15732         * Hwnd.cs:
15733           - Improved usability of ToString() for debugging purposes
15734           - GetWindowRectangle(): Now uses proper CalcMenuBarSize method to
15735             determine the height of the menu, instead of just the font. This
15736             required to also create a graphics context and to keep a bmp 
15737             around (for performance reasons)
15738
15739 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com>
15740
15741         * MenuAPI.cs: Added OnMouseUp method
15742         * Form.cs:
15743           - Now remembering the requested client size, avoids size errors
15744           - WndProc: Now handling WM_xBUTTONUP and passing it to MenuTracker
15745             instead of base if the menu is active. This is required due to
15746             control now capturing and releasing on down/up and it would
15747             prematurely release our menu capture
15748
15749 2006-03-17  Jackson Harper  <jackson@ximian.com>
15750
15751         * KeyboardLayouts.cs: Add the czech layouts.
15752
15753 2006-03-16  Jackson Harper  <jackson@ximian.com>
15754
15755         * Control.cs: Use the viewport space when sizing not the controls
15756         client size, so things like ScrollableControl that effect the
15757         viewport size (when scrollbars are added) are computed correctly.
15758         * BindingContext.cs: Cleanup to use the DataSourceEntrys instead
15759         of ManagerEntrys.
15760         - Handle creating BindingManagers for null data sources.
15761         * DataGrid.cs: Bind the cached_currencymgr_events to the real data
15762         source, otherwise when rows are added they are added to the 'fake'
15763         datasource and we will crash when trying to set the position in
15764         those rows.
15765         - Use Implicit scrollbars on the datagrid so they arent
15766         selectable.
15767         
15768 2006-03-16  Jackson Harper  <jackson@ximian.com>
15769
15770         * Binding.cs:
15771         * InternalWindowManager.cs:
15772         * MdiWindowManager.cs:
15773         * X11Keyboard.cs: I really want Mike to love me again (fix
15774         compiler warnings).
15775
15776 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com>
15777
15778         * DataGrid.cs:
15779           - OnMouseDown: Switch to editing mode when clicking on the cell
15780                          even if we're clicking on the cell that's currently 
15781                          selected
15782           - ProcessGridKey: Left/Right now wrap like MS.Net does
15783           - ProcessGridKey: Tab now knows to add a new row when tab is
15784                             pressed in the cell of the last column of the 
15785                             last row
15786           - ProcessGridKey: Enter now adds another row  if pressed in the last
15787                             row and selectes the new row, same column cell
15788           - ProcessGridKey: Home/End navigate columns, not rows, like 
15789                             originally implemented
15790           - Broke ProcessKeyPreview code out into an extra Internal method
15791             so it can be called from the edit code
15792         * DataGridTextBox.cs (ProcessKeyMessage):
15793           - Switched to accept Tab keypresses
15794           - Added F2 handling to allow jumping to the end of the edited cell
15795           - Added logic to allow moving caret left/right inside edited cell
15796             and making the edited cell jump when the caret hits cell borders
15797           - Tab and Enter are now passed to the datagrid after being handled
15798         * TextBoxBase.cs:
15799           - Removed capture code now that Control handles it
15800           - set_SelectionStart now ensures caret is visible
15801
15802 2006-03-16  Jackson Harper  <jackson@ximian.com>
15803
15804         * TrackBar.cs: Debackwards the increment/decrement for handling
15805         mouse clicks on the bar with vertical trackbars.
15806         * ThemeWin32Classic.cs: Draw vertical trackbars with 0 at the
15807         bottom to match MS.
15808
15809 2006-03-16  Mike Kestner  <mkestner@novell.com>
15810
15811         * ListView.cs: make shift/ctrl keyboard and mouse selection 
15812         consistent with the MS control. Fix a bug in
15813         SelectedListViewItemCollection.Clear that was pissing me off for the
15814         better part of a day because the collection was being altered
15815         underneath us as we walked the list.
15816
15817 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com> 
15818
15819         * Control.cs: Not sure how we could miss this so long, but it seems
15820           that MS.Net has Capture set all the way from before calling 
15821           OnMouseDown through sending the mouse events until after
15822           OnMouseUp. This will fix DataGrid's selection being set to end
15823           at the location of the MouseUp.
15824
15825 2006-03-15  Jackson Harper  <jackson@ximian.com>
15826
15827         * BindingContext.cs: Check the binding after its added so that it
15828           can initialize the binding managers and hookup to events.
15829         * Binding.cs: Data members seem to sometimes include rows/cols in
15830           the format Row.Column we now take this into account.
15831           - Hookup to the position changed event so we can update the
15832           control when the position has changed in the data set.
15833         * CurrencyManager.cs: Take into account the row/col naming
15834           convention when creating dataset tables.
15835         * BindingContext.cs: Using a newer better way of storing
15836           datasource/datamember pairs.  Hopefully this better matches MS for
15837           looking up binding managers.
15838
15839
15840 2006-03-15  Jackson Harper  <jackson@ximian.com>
15841
15842         * BindingContext.cs: The currency manager needs the data member
15843         name, if the member is a data set we use the name to find the
15844         correct table.
15845         * CurrencyManager.cs: When creating the list prefer an IList over
15846         an IListSource.
15847         - Attempt to create a DataTable from a DataSet (TODO: might need
15848         some better error checking here, although MS doesn't seem to have much)
15849         - If we have a DataTable create a view and use it as our list.
15850
15851 2006-03-15  Mike Kestner  <mkestner@novell.com>
15852
15853         * ListView.cs: keep a matrix of the icon mode layout to facilitate
15854         keyboard navigation. Support Up/Down/Left/Right selection correctly
15855         for all 4 View modes.
15856         * ListViewItem.cs: add internal row/col fields for icon layouts.
15857
15858 2006-03-15  Jackson Harper  <jackson@ximian.com>
15859
15860         * TabControl.cs: Redraw the tabs when we resize so their newly
15861         calculated sizes are drawn on screen.
15862         * X11Keyboard.cs: Begginnings of XIM support.  We also now support
15863         composite characters.
15864         * XplatUIX11.cs: Keyboard driver needs to know about focus changes
15865         - filter events so that composite characters can be created
15866         patches by peter
15867         * X11Structs.cs: Add XIMProperties enum.
15868
15869 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
15870
15871         * Control.cs (BringToFront, SendToBack): Don't use window or handle
15872           unless it's created
15873
15874 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
15875
15876         * Control.cs (PerformLayout): We don't need to consider visiblity
15877           for anchoring, only for docking. This fixes 'whacky' alignment
15878           in listbox and other controls that use implicit scrollbars after
15879           the previous PerformLayout patch
15880         * ListBox.cs: Switched to use implicit scrollbars
15881           
15882 2006-03-14  Mike Kestner  <mkestner@novell.com>
15883
15884         * ToolBar.cs: 
15885         * VScrollBar.cs:
15886         - chain up the "new event" overrides to base and use
15887         OnEvent to raise them.  Part of fix for bug #76509.
15888
15889 2006-03-14  Alexander Olk  <alex.olk@googlemail.com>
15890
15891         * FileDialog.cs: Do not select an item in the parent directory
15892           on backspace
15893
15894 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
15895
15896         * Control.cs (PerformLayout): It would seem that we considered
15897           invisible windows for our layout. Not quite the right thing
15898           to do. Now we don't any longer, thereby fixing bug #76889.
15899
15900 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
15901
15902         * Control.cs (CanFocus): I goofed. A control can have focus 
15903           even though it's not selectable. Made it match MS docs.
15904
15905 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
15906
15907         * ControlPaint.cs (DrawBorder3D): DrawBorder3D does not fill the
15908           center by default (fixes #76895)
15909         * ThemeWin32Classic.cs, ThemeNice.cs, ThemeClearlooks.cs: Replaced 
15910           all uses of Border3DSides.All with the explicit ORd together
15911           Left|Right|Top|Bottom because I assume that nobody was aware 
15912           that All also implies a center fill. Most places I checked had
15913           a fill right above.
15914         * ProgressBarStyle.cs: Added
15915
15916 2006-03-13  Mike Kestner  <mkestner@novell.com>
15917
15918         * ListView.cs: fix breakage in drag shadow header positioning 
15919         from Peter's csc compilation fix.
15920
15921 2006-03-13  Mike Kestner  <mkestner@novell.com>
15922
15923         * ListView.cs: fix NRE produced by backspacing twice in a focused
15924         FileDialog.
15925
15926 2006-03-13  Mike Kestner  <mkestner@novell.com>
15927
15928         * ListView.cs: proxy Key(Down|Up) from ItemControl to ListView.
15929
15930 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
15931
15932         * Hwnd.cs: Added fixed_size field to track windows whose size cannot
15933           be changed
15934         * XplatUIX11.cs: Now setting fixed_size on hwnd and if set, re-setting
15935           the allowed size before making programmatic size changes
15936
15937 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com> 
15938
15939         * XplatUIX11.cs: Don't call XSetWMNormalHints if no flags are 
15940           set, metacity is broken and will still use the emty sizes in 
15941           the struct. (Fix for #77089)
15942
15943 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
15944
15945         * XplatUIStructs.cs: Split WindowStyles into WindowStyles and 
15946           WindowExStyles and marked both enums as Flags
15947         * Form.cs, ComboBox.cs, ToolTip.cs, Control.cs, PropertyGridView.cs,
15948           NotifyIcon.cs, MenuAPI.cs, XplatUIOSX.cs, MonthCalendar.cs: Updated
15949           to match WindowStyles split
15950         * XplatUIX11.cs:
15951           - SetWMStyles: Added cehck to not apply WM attributes to Child windows
15952           - Updated to match WindowStyles split
15953         * XplatUIWin32.cs:
15954           - Fixed FosterParent creation, was using ExStyle on the Style field
15955             (This should help with Popup focus issues)
15956           - Updated to match WindowStyles split
15957
15958 2006-03-13  Jackson Harper  <jackson@ximian.com>
15959
15960         * MdiWindowManager.cs: Use the system menu height. Fixes some
15961         strange sizing issues.
15962
15963 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
15964
15965         * RichTextBox.cs: Need to scroll to caret after text is inserted (#77672)
15966         * TextBoxBase.cs:
15967           - Scroll to caret after inserting text (#77672)
15968           - Make scroll range one pixel higher, fixes off-by-one error (and
15969             makes underlines visible on the last line)
15970
15971 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com> 
15972
15973         * XplatUIX11.cs: Added call to new Keyboard.ResetKeyState to prevent
15974           the keyboard state from being stuck with keys in 'pressed' state when
15975           focus is switched away via keyboard
15976         * X11Keyboard.cs: Added new ResetKeyState method to allow drivers to
15977           reset the keyboard if no X11 KeyUp events are expected to come
15978         * X11Structs.cs: Switched type of Visible to bool to match driver
15979
15980 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
15981
15982         * TextControl.cs:
15983           - Switched caret to be just 1 pixel wide, matches MS and looks less
15984             clunky
15985           - Moved caret display 1 pixel down from the top of the control
15986             to improve view
15987           - InsertCharAtCharet: Update the selection start if moving the caret
15988             (fixes bug #77696; based on patch suggested by kazuki@panicode.com)
15989           - No longer always creating the caret when the caret methods are
15990             called. Only the actual ShowCaret/HideCaret will do that now
15991           - Only setting caret visible if the owner control has focus
15992           - UpdateView: Added invalidation-shortcut logic for center and right 
15993             aligned text. Previously we'd update all according to the left
15994             logic which caused drawing errors. Also fixed height of invalidated
15995             areas, now properly invalidating the whole area (was off-by-one)
15996           - owner_HandleCreated: Always generate the document when the
15997             handle is created; this ensures that 
15998         * TextBoxBase.cs:
15999           - Fixed situation where caret would disappear under the right
16000             window border, also improved scrolling behaviour on left-
16001             aligned textboxes
16002           - Fixed right-aligned textboxes to have a border to the
16003             right instead of the caret being under the right border
16004         * XplatUIX11.cs:
16005           - Switched from 'nested' to simple visible/not visible tracking 
16006             for caret (part of fix for #77671)
16007           - No longer passing through translated FocusIn/FocusOut messages
16008             since we were notifying too often and the wrong windows. Instead
16009             we just notify our focussed window of receiving or loosing focus
16010         * XplatUIWin32.cs: Switched from 'nested' show/hide 
16011           counting for caret to simple visible yes/no behaviour (part of 
16012           fix for #77671)
16013
16014 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
16015
16016         * Mime.cs: Remove debug code...
16017
16018 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
16019
16020         * MimeGenerated.cs: Removed
16021         * Mime.cs: Mime now reads the mime data (magic, globs, aliases
16022           and subclasses) from /usr/(local/)share/mime and
16023           $HOME/.local/share/mime.
16024
16025 2006-03-10  Jackson Harper  <jackson@ximian.com>
16026
16027         * MdiWindowManager.cs: Recalc the NC area when a window is
16028         maximized/restored so that the menu area is drawn on forms that
16029         don't have a menu.
16030
16031 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
16032
16033         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
16034           XplatUIX11.cs: Added RequestNCRecalc method to driver to allow
16035           us to force a WM_NCCALCRESIZE message being sent. This is needed
16036           for MDI maximizing.
16037
16038 2006-03-10  Jackson Harper  <jackson@ximian.com>
16039
16040         * Form.cs: We need to use the ActiveMenu when calculating menu
16041         height.
16042         - Fix nullref when the window manager hasn't been created yet.
16043         * Control.cs: Fix nullref when we try to bring a control to the
16044         front that has no parent.
16045         * MdiWindowManager.cs: Use the MaximizedMenu for calculating
16046         height.
16047         - Add a dummy item to the maximized menu so it always has the
16048         correct height. Otherwise when there are no menus we don't get our
16049         icon and buttons.
16050         
16051
16052 2006-03-10  Jackson Harper  <jackson@ximian.com>
16053
16054         * MenuAPI.cs: Make this available elsewhere. I need it in some MDI
16055         stuff.
16056         * Form.cs: Make the window_state internal so the window managers
16057         can track it.
16058         - When an MDI child is maximized let its window manager create the
16059         main menu (so it can add its icon).
16060         - Notify the window managers of state changes
16061         - Let the window manager paint its buttons and handle button
16062         clicks on the menu when it is maximized.
16063         * InternalWindowManager.cs: Move the prev_bounds into the mdi
16064         window manager, since tool windows don't use it, only mdi windows.
16065         - Tell the main form that we don't want it to handle NCPAINT
16066         itself to avoid extra painting.
16067         - Handle clicks on a maximized windows menu.
16068         - Handle window state changes
16069         - Handle minimize/maximize clicks correctly by setting the window state.
16070         * MdiWindowManager.cs: Add an icon menu that (the menu you get
16071         when clicking on the forms icon).
16072         - New method to create a forms maximized menu. This is its normal
16073         menu + an icon.
16074         - Handle window state changes.
16075         - Handle sizing of maximized windows.  Maximized windows are just
16076         drawn bigger then the parent visible area. All controls are still
16077         there, they are just outside the visible area (this matches windows).
16078         * MdiClient.cs: No scrollbars when a child window is maximized.
16079         - Let the children windows figure out how big they should be when
16080         sizing maximized windows.
16081         - Implement a version of ArrangeIconicWindows somewhat similar to
16082         Windows version.  There are some little differences, but I don't
16083         think any app will rely on the layout of minimized mdi windows.
16084
16085 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
16086
16087         * Padding.cs: Several fixes to allow compiling with csc 2.0
16088
16089 2006-03-09  Jackson Harper  <jackson@ximian.com>
16090
16091         * Menu.cs:
16092         * MenuItem.cs: Cheap hack so we can add items to the list without
16093         the events being raised.  This allows adding mdi items during
16094         drawing. TODO: Should probably find a better time to add the items.
16095
16096 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
16097
16098         * ThemeWin32Classic.cs:
16099           - CheckBox_DrawText: Added logic to not wrap if not enough space
16100             is available (Fix for bug #77727)
16101           - RadioButton_DrawText: Added logic not to wrap if not enough
16102             space is available (Fix for bug #77727). Also removed some
16103             duplicate code, DrawString always drawing the regular text
16104             before hitting the if statement.
16105
16106 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com> 
16107
16108         * XplatUIX11.cs: Handle an unmapped window state in SetWindowState
16109
16110 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
16111
16112         * PictureBox.cs: Implemented ISupportInitialize interface (fixes #77726)
16113         * ContainerControl.cs: Partial implementation of some 2.0 scaling
16114           methods. Moved the new 2.0 properties into alphabetical order with
16115           other properties and added MonoTODO tags
16116
16117 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
16118
16119         * AutoScaleMode.cs: Added. Fix build.
16120
16121 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
16122
16123         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
16124           XplatUIOSX.cs: Removed HWnd argument from CalcuateClientRect, not used
16125           and was requiring premature handle creation for calls from above
16126         * Form.cs, Control.cs: Removed handle arguments from calls to
16127           CalculateClientRect()
16128
16129 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
16130
16131         * ListView.cs (HeaderMouseMove): Fix csc compilation. 
16132           drag_column.column_rect is MarshalByRef and can't be used that way
16133
16134 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
16135
16136         * AxHost.cs: Added deserialization constructor for 
16137           AxHost+State (fixes 77743)
16138
16139 2006-03-09  Mike Kestner  <mkestner@novell.com>
16140
16141         * ListView.cs: 
16142         - Added column drag reordering for details view.
16143         - fixed behavior when mouse is dragged off column and
16144         AllowColumnReorder is false.
16145         * ColumnHeader.cs: clone the format too in Clone.
16146         * Theme.cs: add DrawListViewHeaderDragDetails method.
16147         * ThemeWin32Classic.cs:
16148         - impl new method for drawing drag column shadows and targets.
16149         - support column offset for details mode in DrawListViewItem.
16150
16151 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
16152
16153         * TextControl.cs: Reset the char_count when the document is cleared
16154           (Fixes bug reported on mono-winforms mailing list)
16155
16156 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
16157
16158         * TextBoxBase.cs: Honor the Handled state of KeyPress events. Instead
16159           of calling base we simply process the key ourselves, since both
16160           DefWindowProc and the handled method would set m.Result. 
16161           (Fixes #77732)
16162
16163 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
16164
16165         * Form.cs(ScaleCore): No longer calling base.ScaleCore since that
16166           method also moves the window; instead implemented a copy of
16167           Control.ScaleCore (Part of fix for #77456)
16168         * TextBoxBase.cs: 
16169           - Created new CreateGraphicsInternal method to allow providing
16170             a graphics context when no handle is created without triggering
16171             handle creation. (Part of fix for #77456)
16172           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
16173         * TextControl.cs: 
16174           - Switched Constructor to require TextBoxBase instead of Control (to
16175             allow uncast access to CreateGraphicsInternal)
16176           - Safeguarded use of owner.Handle property. No longer accessing it
16177             unless the handle is already created.
16178           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
16179           - Now triggering a recalc when owning control becomes visible
16180         * TextBox.cs, RichTextBox.cs: Switched to use new internal 
16181           TextBoxBase.CreateGraphicsInternal() method to avoid triggering
16182           premature handle creation (Part of fix for #77456)
16183         * Control.cs:
16184           - We now only destroy our double-buffering buffers when the
16185             control is resized or disposed, but not when visibility
16186             changes. (The code even re-created them twice every time)
16187           - Now requiring a redraw of the buffer on visibility changes
16188             (fixes bug 77654 part 2)
16189           - Not passing OnParentVisibleChanged up unless the control
16190             is visible
16191           - CanFocus: Fixed to match MS documentation
16192           - Focus: Fixed to return actual focus state and to check if
16193             setting focus is legal before setting it
16194
16195 2006-03-08  Peter Dennis Bartok  <pbartok@novell.com>
16196
16197         * ThemeWin32Classic.cs: TabPages cannot have focus. Determine
16198           when to draw focus rectangle by looking at parent focus and
16199           selected state instead. This fixes TabPages on Linux sometimes
16200           having none or multiple focus rectangles.
16201         * XplatUIX11.cs (SetFocus): 
16202           - Don't set the focus if the same window already has focus
16203           - Use SendMessage instead of PostMessage (like it's Win32
16204             equivalent) and send the WM_SETFOCUS before the WM_KILLFOCUS
16205             to match MS behaviour
16206         * TabControl.cs(SelectedIndex): Don't set Focus on TabPage, TabPages
16207           are not selectable.
16208
16209 2006-03-07  Jackson Harper  <jackson@ximian.com>
16210
16211         * PictureBox.cs: Revert line I accidently committed last week.
16212
16213 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
16214
16215         * Control.cs: 
16216           - Added new IsRecreating and ParentIsRecreating properties to
16217             allow testing if RecreateHandle has been called on ourselves
16218             or one of our parents
16219           - WndProc(WM_DESTROY): If our control handle is being recreated
16220             we immediately need to create the handle when receiving the
16221             destroy, that way our child windows find a valid parent handle
16222             when they themselves are being recreated upon WM_DESTROY receipt
16223             (fix for bug #77654 part 1)
16224         * XplatUIX11.cs:
16225           - DestroyWindow: WM_DESTROY must be sent to our own window before
16226             notifying any child windows. MS documents that child windows
16227             are still valid when WM_DESTROY is received. (Control now relies on
16228             this behaviour)
16229           - Added some fine-grain debug options
16230
16231 2006-03-06  Jackson Harper  <jackson@ximian.com>
16232
16233         * MdiClient.cs: Redid scrolling logic a bit to create a virtual
16234         box and base calculations off this.
16235         * MdiChildContext.cs:
16236         * MdiWindowManager.cs: Don't need to ensure scrollbars here
16237         anymore.
16238         
16239 2006-03-06  Peter Dennis Bartok  <pbartok@novell.com>
16240
16241         * Splitter.cs: In situations where the affected control is added
16242           to the parent's control list after the splitter, we would not
16243           populate affected. Now we try populating it on mousedown, if
16244           it's not already set, and force it to be re-set whenever our
16245           parent changes.
16246
16247 2006-03-03  Matt Hargett  <matt@use.net>
16248
16249         * Control.cs: implement Control.Padding
16250         * Padding.cs: -Padding.All returns -1 when constructing with the
16251         implicit default ctor
16252         -Padding.ToString() matches MS.NET
16253         * ContainerControl.cs: implement
16254         ContainerControl.AutoScaleDimensions
16255         * ListControl.cs: implement ListControl.FormattingEnabled
16256         * TextBox.cs: Implemented TextBox.UseSystemPasswordChar.
16257         * ButtonBase.cs:
16258         * TabPage.cs: Implement UseVisualStyleBackColor.
16259         * PictureBox.cs: Implement PictureBox.InitialImage.
16260
16261 2006-03-03  Mike Kestner  <mkestner@novell.com>
16262
16263         * ListView.cs: Refactor into HeaderControl and ItemControl. Fix new
16264         event declarations to proxy to base event.
16265         * ListViewItem.cs: update to use ItemControl.
16266         * Theme.cs: make DrawListViewHeader. s/DrawListView/DrawListViewItems.
16267         * ThemeWin32Classic.cs: update to new ListView theme API and fix
16268         column header label rendering for 0 width columns.
16269
16270 2006-03-03  Peter Dennis Bartok  <pbartok@novell.com>
16271
16272         * Control.cs (ControlCollection.SetChildIndex): Avoid using a call
16273           that causes the control to be created. Fixes #77476.
16274
16275 2006-03-02  Jackson Harper  <jackson@ximian.com>
16276
16277         * Hwnd.cs: Clear the nc pending when clearing the NC area, not the
16278         expose_pending.
16279
16280 2006-03-02  Peter Dennis Bartok  <pbartok@novell.com>
16281
16282         * Control.cs: Implemented 2.0 feature where OnClick has MouseEventArgs
16283           passed in for the EventArgs (fixes #77690)
16284
16285 2006-03-01  Jackson Harper  <jackson@ximian.com>
16286
16287         * ScrollBar.cs: Refresh afterbeing resized.
16288
16289 2006-02-28  Mike Kestner  <mkestner@novell.com>
16290
16291         * MenuAPI.cs: Call PerformPopup internal method to emit Popup.
16292         Clean up a tracker compile warning.
16293         * MenuItem.cs: add internal PerformPopup method.
16294         [Fixes #77457]
16295
16296 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
16297
16298         * TextBoxBase.cs (set_Text): Recalculate the document (causing an
16299           implicit expose) when the text is set to null
16300
16301 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com>
16302
16303         * RichTextBox.cs (FlushText): When newline is true, we always
16304           need to split the line, even if no text is on it and we may
16305           never eat newlines. (Fixes #77669)
16306
16307 2006-02-28  Mike Kestner  <mkestner@novell.com>
16308
16309         * ListView.cs: Add UpdateSelection internal method. Remove SelectItem 
16310         and set Selected instead.
16311         * ListViewItem.cs: Call owner.UpdateSelection to manipulate the 
16312         collections.
16313
16314 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
16315
16316         * ComboBox.cs: Allow setting SelectedIndex to -1. Fixes #77665
16317
16318 2006-02-28  Alexander Olk  <alex.olk@googlemail.com>
16319
16320         * FontDialog.cs:
16321           - Got rid of the panel. All controls are now directly added to
16322             the dialog form
16323           - It is now possible to set a font with the Font property
16324           - MinSize and MaxSize property do now what they should
16325           - ShowApply, ShowHelp, ShowColor, ShowEffects likewise
16326           - Searching and selecting a font with the font textbox works now,
16327             the same applies to the style and size textbox
16328           - Draw the correct 3D border in the example panel
16329           - Fixed a little mem leak (unused fonts didn't get disposed)
16330           - Many other internal updates/rewrites...
16331           - Fix typo
16332
16333 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
16334
16335         * TextControl.cs: 
16336           - InsertRTFFromStream: Added 'number of characters inserted' argument
16337           - set_SelectedRTF: Now using the number of characters to calculate
16338             the new location for the selection and cursor (x/y cannot be used
16339             due to potentially already wrapped text)
16340
16341 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com>
16342
16343         * TextControl.cs: Added property and implemented means to allow 
16344           disabling recalculation of a document (can be used to speed up
16345           multiple inserts and is needed to make RTF inserts predictable, see
16346           bug #77659)
16347         * RichTextBox.cs: Using the new NoRecalc property of Document to
16348           keep x/y insert locations predictable. Also makes it faster inserting
16349           large chunks of RTF
16350
16351 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
16352
16353         * Control.cs: Separated special WM_SYSKEYUP keyboard handling. That way
16354           it's easier for a child control to handle the other messages without
16355           having to duplicate the special functionality
16356         * TextBoxBase.cs
16357           - WndProc: Removed calling base handler for WM_KEYDOWN and added 
16358             code to handle processing the key ourselves, in order to get 
16359             access to the result of KeyEventArgs.Handled. We now only call 
16360             ProcessKey if they key hasn't been handled already. Fixes #77526.
16361           - set_Text: If null or empty string is given, just clear the 
16362             document. Fixes part of #77526
16363
16364 2006-02-27  Jackson Harper  <jackson@ximian.com>
16365
16366         * SizeGrip.cs: Paint the background color before painting the grip
16367         so things look right.
16368         * MdiClient.cs: Add the sizegrip when both scrollbars are used.
16369
16370 2006-02-27  Mike Kestner  <mkestner@novell.com>
16371
16372         * ListView.cs:
16373           - Restructure layout and invalidation model to remove a ton of
16374           flicker from the control and speed up performance in general.
16375           - Add manual column resize, flickers like crazy, but I already have
16376           some ideas on how I'll fix that. (#76822)
16377           - Merge the three Icon-based views into a single layout method.
16378           - Move item selection interaction logic from the item since 
16379           interaction with the collections is more appropriate to the view.
16380           - Deselection on non-item clicks.
16381         * ListViewItem.cs:
16382           - Encapsulate most of the layout. Add some internal props to trigger
16383           layout.  Move to a model where Items invalidate themselves instead
16384           of just invalidating the whole control every time something changes.
16385           - Invalidate on Text/Caption changes.
16386           - switch to an offset based layout model to avoid having to absolute
16387           position every element on item moves.
16388           - correct checkbox layout to conform to MS layout.
16389         * ThemeWin32Classic.cs:
16390           - refactor some column header drawing code.
16391           - fix string justification for column headers (#76821)
16392           - make SmallIcon labels top justified for compat with MS impl.
16393         * ThemeClearlooks.cs:
16394           - adjust to new ListViewItem internal checkbox bounds api.
16395
16396 2006-02-27  Jackson Harper  <jackson@ximian.com>
16397
16398         * Control.cs:  Change where implicit controls fall in the zorder.
16399         They are now on top of all children.
16400         - Synced AddImplicit code with Add
16401         - Removed unused enumerator.
16402         * SizeGrip.cs: Remove the TODO as its been TODONE.
16403
16404 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com> 
16405
16406         * TextControl.cs(Insert): Combine the last lines unless the insertion
16407           string ends with \n\n, otherwise we leave one line too many (Fixes
16408           something I noticed with the testapp for #77526; the bug itself was
16409           already fixed in the previous checkin)
16410
16411 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com>
16412
16413         * RichTextBox.cs:
16414           - SelectionColor and SelectionFont methods no longer set absolute
16415             styles. Instead, the keep font or color respectively (This 
16416             resolves a long-standing FIXME in the code)
16417           - When flushing RTF text, the insert code now considers text trailing
16418             behind the insertion point (Fixes the bug where when replacing
16419             the selected text via SelectedRTF the remainder of the line behind 
16420             the selection would stay on the first insertion line)
16421         * TextBoxBase.cs:
16422           - AppendText now updates the selection points after inserting text
16423           - AppendText now ensures that the last tag (sometimes 0-length) of
16424             the document is used for the style information (Fixes part of 
16425             bug #77220)
16426         * TextControl.cs:
16427           - Created new FontDefiniton class to allow describing partial style
16428             changes
16429           - StreamLine() now takes a lines argument, to allow it to decide
16430             whether an encountered zero-length tag is the last in the document
16431             (which must be kept to not loose the font/color contained in it,
16432             for later appends)
16433           - Created Combine() and Split() methods for Marker structs, to 
16434             support marker updates due to reformatted documents (soft line
16435             wraps)
16436           - Implemented Document.CaretTag setter
16437           - Fixed MoveCaret(CtrlEnd) handling, now moves to the last character
16438             of the last line (Not the cause, but also exposed by bug #77220)
16439           - Added LineTag argument to InsertString method, to allow callers
16440             to force a certain tag to be used (required to force use of the
16441             trailing zero-length tag of a document)
16442           - Now updating markers in Combine(), to avoid stale tag markers
16443           - Added some method descriptions to aid maintenance
16444           - Implemented new FormatText concept, allowing additive/subtractive
16445             formatting by only specifying the components that are to be 
16446             changed. This was needed for resolving the RTB.SelectedColor/
16447             RTB.SelectedFont fixmes
16448           - Added Break() support method to allow breaking up linetags (used
16449             for partial formatting)
16450           - Added GenerateTextFormat() method. It is used for partial 
16451             formatting and allows to generate a full font/color from given
16452             attributes and an existing tag.
16453
16454 2006-02-26  Jackson Harper  <jackson@ximian.com>
16455
16456         * XplatUIX11.cs:  Use the correct caption height.
16457         - Translate hittest coordinates to screen coords to match MS.
16458         * XplatUIWin32.cs: When we create MDI windows we need to reset
16459         some of the style flags, so we get a nice blank window, and can
16460         draw all the decorations ourselves.
16461         - Set a clipping rectangle on the non client paint event, the
16462         window manager drawing code needs one.
16463         * Form.cs: The window manager needs to know when the window state
16464         has been updated.
16465         * Hwnd.cs: The window manager stuff now does a proper NCCALC so we
16466         don't need to factor in border and title sizes in these
16467         methods. TODO: Remove the args and fix the call points.
16468         * InternalWindowManager.cs: Handle NCHITTEST and NCCALCAREA
16469         properly.
16470         - Let the driver set the cursors.
16471         - Improve active window handling
16472         - Correct sizes for title bars and buttons.
16473         - Match MS drawing better
16474         * MdiWindowManager.cs: We don't need to handle border style
16475         updates specially anymore.
16476         - Check for scrollbars when windows are done moving
16477         - Handle Active properly.
16478         * MimeIcon.cs: Don't crash when we can't load the GNOME stuff
16479         correctly. I am spewing the exception though, so we don't hide the
16480         bugs.
16481         
16482 2006-02-26  Pedro Martinez Julia  <pedromj@gmail.com>
16483
16484         * DataGridViewRowPostPaintEventArgs.cs,
16485           DataGridViewCellPaintingEventArgs.cs,
16486           DataGridViewRowCollection.cs,
16487           DataGridViewRowPrePaintEventArgs.cs,
16488           DataGridViewCell.cs: Clear a few warnings and implement a few
16489           exceptions that should be thrown.
16490
16491 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
16492
16493         * ScrollBar.cs (ctor): Explicitly set a cursor to avoid
16494           'inheriting' our parent's (non-default) cursor. (Part of
16495            the fix for #77479)
16496
16497 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com> 
16498
16499         * XplatUIX11.cs: Fixed cast to make csc happy
16500
16501 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
16502
16503         * Control.cs (WndProc): Only handle WM_SETCURSOR messages if
16504           it's for the client area (part of fix for #77479 and needed
16505           for MDI window cursor handling)
16506         * XplatUIX11.cs
16507           - DefWindowProc: Now handles the WM_SETCURSOR messages, setting
16508             the appropriate default cursors and also passing the message
16509             up the parent chain 
16510           - GetMessage: Now generating WM_NCHITTEST and WM_SETCURSOR even
16511             for non-client areas
16512
16513 2006-02-15  Jackson Harper  <jackson@ximian.com>
16514
16515         * XplatUIWin32.cs: Since we fake MDI dont tell Windows that this
16516         is a real MDI window
16517
16518 2006-02-14  Alexander Olk  <alex.olk@googlemail.com>
16519
16520         * X11DesktopColors.cs: Instead of checking the desktop session
16521           string for "KDE" check if it starts with "KDE"
16522
16523 2006-02-10  Jackson Harper  <jackson@ximian.com>
16524
16525         * XplatUIX11.cs: These should be unsigned (fixes crash on 32 bit
16526         systems).
16527
16528 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
16529
16530         * FileDialog.cs: Added Refresh to RunDialog to fix some drawing
16531           errors
16532         * ColorDialog.cs:
16533           - Got rid of the panel. All controls are now directly added to
16534             the dialog form
16535           - Changed to mono coding style
16536
16537 2006-02-10  Jackson Harper  <jackson@ximian.com>
16538
16539         * InternalWindowManager.cs: We don't need the set visibility to
16540         false hack anymore now that peter has written beautiful shutdown
16541         code.
16542
16543 2006-02-10  Peter Dennis Bartok  <pbartok@novell.com>
16544
16545         * XplatUIX11.cs: Ignore DestroyNotify messages for windows that
16546           where already explicitly destroyed
16547
16548 2006-02-10  Jackson Harper  <jackson@ximian.com>
16549
16550         * MdiClient.cs: Handle the case where windows are too high or to
16551         the left and we need scrollbars.
16552
16553 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
16554
16555         * MimeIcon.cs: Added some icons
16556         * FileDialog.cs:
16557           - Fixed bug #77477
16558           - Got rid of the panel. All controls are now directly added to
16559             the dialog form
16560           - Changed to mono coding style
16561           - On Linux "My Computer" and "My Network" will now show some
16562             more usefull information. A new class, MasterMount, gathers
16563             this information from /proc/mount. Updated MWFFileView to make
16564             use of this information
16565           - Fixed a bug that caused FileDialog to crash when
16566             ".recently_used" file had a zero size
16567           - FilterIndex does now what it should
16568           - Some Refactoring
16569         * OpenFileDialog.cs, SaveFileDialog.cs: Updated to reflect latest
16570             FileDialog changes
16571
16572 2006-02-09  Jackson Harper  <jackson@ximian.com>
16573
16574         * ComboBox.cs: Don't touch if null.
16575
16576 2006-02-09  Peter Dennis Bartok  <pbartok@novell.com>
16577
16578         * Cursor.cs: 64bit safeness fix
16579         * XplatUIX11.cs: Removed several unneeded and one moronic cast.
16580
16581 2006-02-09  Jackson Harper  <jackson@ximian.com>
16582
16583         * Form.cs: If a form is made into an MDI form update the styles so
16584         all the props can get set correctly.
16585         - Kill the mdi_container when we dont need it anymore.
16586         * InternalWindowManager.cs: Add missing NOT
16587
16588 2006-02-08  Jackson Harper  <jackson@ximian.com>
16589
16590         * InternalWindowManager.cs: Respek clipping when drawing MDi
16591         decorations.
16592
16593 2006-02-08  Jackson Harper  <jackson@ximian.com>
16594
16595         * Hwnd.cs: Add bits to track non client expose events.
16596         * XplatUIX11.cs: Track non client expose events on the hwnd. This
16597         gives us a proper invalid rect and will allow for some nice
16598         optimizations with NC client drawing
16599         - MDI windows are children windows, so move their style handling
16600         into the child window block.
16601         * InternalWindowManager.cs: Remove a state reset that was
16602         getting invoked at the wrong time. Fixes managed windows getting
16603         into a 'stuck' captured state.
16604
16605 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
16606
16607         * TextControl.cs (Document.ctor): Now initializing 
16608           selection_anchor. Fixes #77493
16609
16610 2006-02-07  Jackson Harper  <jackson@ximian.com>
16611
16612         * TrackBar.cs: The increment/decrements were backwards.
16613
16614 2006-02-07  Mike Kestner  <mkestner@novell.com>
16615
16616         * Theme*.cs : remove ThemeEngine.Current usage as it just points back
16617         to the instance itself.
16618
16619 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
16620
16621         * X11DesktopColors.cs, ThemeGtk.cs: The GObject structure is based
16622           on ulongs and pointers, the size differs between 32bit and 64bit
16623           systems. 
16624
16625 2006-02-07  Mike Kestner  <mkestner@novell.com>
16626
16627         * XplatUIX11.cs : force the WorkingArea away from XGetWindowProperty
16628         for 64 bit platforms to work around a metacity bug. 
16629
16630 2006-02-07  Jackson Harper  <jackson@ximian.com>
16631
16632         * TrackBar.cs: Process the input keys we need, and hookup to
16633         KeyDown instead of using WndProc, so we get key messages.
16634
16635 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com>
16636
16637         * XplatUIX11.cs: Atoms are only 32bit on the wire, no matter what
16638           machine we're on. 
16639         * X11Dnd.cs(SetAllowDrop): Since atoms are always 32bit on the wire
16640           we need to translate the XdndVersion atoms array before sending it
16641
16642 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com> 
16643
16644         * XplatUIX11.cs: 
16645           - The preceeding 64bit fixes had a bug: ChangeProperty expects the
16646             number of bits for the property, not the number of bytes. The
16647             change to provide IntPtr.Size broke 32bit. (64bit was also wrong
16648             but would not crash since it specified 8 bits instead of 4 bits)
16649           - More 64bit fixes: Switched all atoms from int to IntPtr (they are
16650             defined as XID -> long in the C headers)
16651           - Removed 'new IntPtr((int))' and '(IntPtr)' casts from all NetAtoms 
16652             references since those are now IntPtr to begin with
16653           - Switched all Atom.XXX 'int' casts to IntPtr casts
16654           - Fixed XGrabPointer DllImport signature to work for 64bit (cursor arg)
16655           - Fixed XInternAtom signature for 64bit, now returns an IntPtr
16656           - Added XChangeActivePointerGrab DllImport (for X11DnD)
16657         * X11Structs.cs:
16658           - Changed 'int' type for Atoms in XEvent structures to IntPtr
16659           - Changed atom in HoverStruct to be IntPtr
16660         * X11DnD.cs:
16661           - Removed local DllImports, switched code to use those from XplatUIX11
16662           - Removed/fixed casts related to the switch of Atom to be a IntPtr
16663
16664 2006-02-06  Mike Kestner  <mkestner@novell.com>
16665
16666         * XplatUIX11.cs : many more 64 bit pinvoke changes.  I've audited all the 
16667         method signatures in the import region.  There may still be some
16668         lingering struct marshaling issues, as I didn't drill down into those.
16669         Yet.
16670
16671 2006-02-06  Jackson Harper  <jackson@ximian.com>
16672
16673         * ComboBox.cs: Dont manually set the top_item, this is computed
16674         when the scrollbar position is set.
16675
16676 2006-02-06  Mike Kestner  <mkestner@novell.com>
16677
16678         * XplatUIX11.cs : 64 bit changes to XGetWindowProperty usage. Fixes
16679         startup crashes on amd64.  There's other fixes needed.  All pinvoke
16680         usage of Atom needs to be mapped to IntPtr for example.  And there are
16681         likely other int/long issues to be addressed.
16682
16683 2006-02-04  Alexander Olk  <alex.olk@googlemail.com>
16684
16685         * FileDialog.cs: One more...
16686
16687 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
16688
16689         * FileDialog.cs: Next try
16690
16691 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
16692
16693         * FileDialog.cs: First part of fix for #77464
16694
16695 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
16696
16697         * ButtonBase.cs, ContainerControl.cs, Forms.cs,
16698           ThemeWin32Classic.cs: Fix for #77458. Correct handling of
16699           AcceptButton border drawing.
16700
16701 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com> 
16702
16703         * Form.cs: Moved positioning of form after auto scaling is applied,
16704           otherwise it would possibly use wrong form size.
16705
16706 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com>
16707
16708         * Control.cs (RecreateHandle): No need to re-create any child
16709           controls, the child windows will get destroyed automatically by
16710           the windowing system or driver, and re-created when the handle
16711           is being accessed the first time. Fixes #77456
16712         * Form.cs: No longer setting the form to closing if the handle is 
16713           being recreated. This seems like the right thing to do, don't
16714           have a bug or testcase for this, though.
16715
16716 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
16717
16718         * FileDialog.cs: Suspend/Resume layouting when changing sizes of
16719           controls to avoid unwanted side effects
16720
16721 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com> 
16722
16723         * Control.cs: 
16724           - ScaleCore needs to scale the bounds, not the ClientSize of the 
16725             control. Fixes #77416.
16726           - DefaultSize is 0,0 for control
16727         * TextBoxBase.cs: 
16728           - DefaultSize is 100, 20
16729           - SetBoundsCore: Now enforcing the height, no matter if the provided
16730             height is more or less than the preferred one, as long as AutoSize
16731             is on
16732         * Form.cs: Apply documented fudge factor. Part of item 3 fix for #77416
16733
16734 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
16735
16736         * Control.cs:
16737           - ResumeLayout: Fixed logic when to call PerformLayout, we may not
16738             call unless both performLayout is true *and* we have a pending
16739             layout change
16740           - ResumeLayout: MS does not completely nest Suspend and Resume,
16741             they bottom out at 0, fixed our code to match that.
16742           - UpdateBounds/SetBoundsCore: Moved calling of UpdateDistances() to
16743             SetBoundsCore, we were updating even when we shouldn't. This fixes
16744             swf-anchors mis-anchoring when resizing the app fast and lots.
16745           - UpdateDistances: Now only setting the left and top distance if 
16746             we have a parent and are not suspended, this is based on
16747             a suggestion by Don Edvaldson in bug #77355.
16748           - OnVisibleChanged: Fixed logic when to create the control. We may
16749             not create the control if we have no parent or if it's not visible;
16750             switched to using Visible property instead of is_visible field 
16751             since the property also considers parent states. This fixes a bug
16752             when starting Paint.Net
16753
16754 2006-02-02  Jackson Harper  <jackson@ximian.com>
16755
16756         * Form.cs: If the forms handle hasn't been created yet don't call
16757         into xplatui to make it top most, just set the topmost flag on the
16758         form in CreateParams
16759         * XplatUIX11.cs: Handle WS_EX_TOPMOST.
16760
16761 2006-02-01  Jackson Harper  <jackson@ximian.com>
16762
16763         * ScrollableControl.cs: Refactored the Recalculate method a
16764         little, this wasn't handling all the variants of bottom and right
16765         bars needed to be added and added/removed based on their
16766         counterparts being added/removed (which changes the drawable
16767         size). Also we special case client widths and heights of 0 and
16768         don't add the scrollbar for those.
16769
16770 2006-02-01  Peter Dennis Bartok  <pbartok@novell.com>
16771
16772         * XplatUIX11.cs: 
16773           - Added method to get AbsoluteGeometry(); currently unused, but might
16774             be used in the future, if we try again to figure out toplevel
16775             coordinates with some more crappy window managers
16776           - Added FrameExtents() method to retrieve the WM set decoration size
16777           - Tried to fix up AddConfigureNotify and handling of ReparentNotify 
16778             to deal with at least KDE, FVWM and metacity (Fixes #77092)
16779         * Hwnd.cs: 
16780           - Added whacky_wm tracking var for metacity
16781           - Added logic to have default menu height if the actual menu height
16782             has not yet been calculated (part of fix for #77426)
16783         * Form.cs: Keep track whether client size has been set and re-set 
16784           it if a menu is added/removed afterwards (Fixes #77426)
16785
16786 2006-01-31  Jackson Harper  <jackson@ximian.com>
16787
16788         * Control.cs: When a new Site is set on the component attempt to
16789         pull the AmbientProperties from it.
16790
16791 2006-01-31  Peter Dennis Bartok  <pbartok@novell.com>
16792
16793         * ThemeWin32Classic.cs: Menu background is drawn in ColorMenu, not
16794           in the background of the owning form. Fixes #77332
16795
16796 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
16797
16798         * MimeIcon.cs: Fix for #77409
16799
16800 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
16801
16802         * XplatUIX11GTK.cs: Initial import
16803
16804 2006-01-31  Jordi Mas i Hernandez <jordimash@gmail.com>
16805
16806         * FixedSizeTextBox: fixes class signature
16807
16808 2006-01-30  Jackson Harper  <jackson@ximian.com>
16809
16810         * FixedSizeTextBox.cs: New internal class that represents a
16811         textBox that will not be scaled.
16812         * TreeView.cs:
16813         * ComboBox.cs:
16814         * UpDownBase.cs: Use the new FixedSizeTextBox instead of a
16815         standard TextBox.
16816                 
16817 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com> 
16818
16819         * XplatUIX11.cs: Retrieve default screen number instead of
16820           assuming 0. Attempted fix for #77318
16821
16822 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com>
16823
16824         * XplatUIWin32.cs: 
16825           - GetWindowPos: When a window is parented by FosterParent, use 
16826             the desktop instead of FosterParent as the base to get coordinates
16827           - CreateWindow: Don't make FosterParent the parent window for Popups
16828             if we don't want a taskbar entry, Popups automatically don't get one
16829         * Hwnd.cs: Need to call remove to actually remove the key from the
16830           hash table
16831
16832 2006-01-30  Mike Kestner  <mkestner@novell.com>
16833
16834         * MenuAPI.cs: adjust MainMenu item popup location to y=0.
16835
16836 2006-01-30  Jackson Harper  <jackson@ximian.com>
16837
16838         * TreeView.cs:
16839         * TreeNode.cs: Raise events no matter how the treenode is
16840         checked. Patch by Don Edvalson.
16841
16842 2006-01-30  Jackson Harper  <jackson@ximian.com>
16843
16844         * TreeNode.cs: Signature fix.
16845
16846 2006-01-29  Alexander Olk  <alex.olk@googlemail.com>
16847
16848         * ThemeClearlooks.cs: Fixed a crash in ProgressBar drawing.
16849
16850 2006-01-20  Mike Kestner  <mkestner@novell.com>
16851
16852         * Form.cs: Add ActiveTracker property to do Captures and perform mouse
16853         event forwarding when menus are active.
16854         * MenuAPI.cs: kill the GrabControl hack.  Use Form.ActiveTracker.
16855         Most of the patch is pdb's with a little rework.
16856
16857 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
16858
16859         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs: 
16860           Removed GetMenuDC and ReleaseMenuDC methods; replaced
16861           by PaintEventStart(handle, false) and PaintEventEnd(handle, false)
16862         * Form.cs: Changed WM_NCPAINT handler to use PaintEventStart and End
16863         * InternalWindowManager.cs: Added use of PaintEventStart/End to
16864           handling of WM_NCPAINT message, now passing the PaintEventArgs to
16865           the PaintWindowDecorations method
16866         * MainMenu.cs: Switched logic from GetMenuDC to PaintEventStart
16867         * MdiChildContext.cs: Switched logic from GetMenuDC to PaintEventStart
16868         * MenuAPI.cs: Made tracker window invisible
16869         * XplatUIWin32.cs:
16870           - Removed GetMenuDC and ReleaseMenuDC methods
16871           - Implemented the client=false path for PaintEventStart and
16872             PaintEventEnd
16873
16874 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
16875
16876         * XplatUIWin32.cs(SetBorderStyle): Fixed3D needs a border
16877         * XplatUIX11.cs(DeriveWindowStyles): Updated to match fixed Form
16878           styles
16879         * Form.cs: 
16880           - MaximizeBox, MinimizeBox: Recreate the handle when setting
16881             the style
16882           - CreateParams: Reworked the styles to match MS look'n'feel,
16883             removed automatic setting of MinimizeBox, MaximizeBox, etc. via
16884             the WS_OVERLAPPEDWINDOW style. This fixes #76823.
16885
16886 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
16887
16888         * XplatUIX11.cs(GetWindowState): Now throwing an exception when the 
16889           window is not mapped, since otherwise every form that's being 
16890           created is considered minimized, which is wrong.
16891         * Form.cs: Catching the exception and returning our internal value
16892           instead
16893
16894 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
16895
16896         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new driver method
16897           SetWindowMinMax() to have means to tell the driver about the minimum,
16898           maximum and maximized state window sizes. (Part of the fix for #76485)
16899         * Form.cs:
16900           - Implemented tracking of minimum and maximum window size, now calling
16901             new SetWindowMinMax() driver method to tell the driver (Part of the
16902             fix for #76485)
16903           - Finished handling of WM_GETMINMAXINFO method, now setting all values
16904             (Completes fix for #76485)
16905           - Calling new SetWindowMinMax driver method when the handle for a 
16906             form is created, to make sure the driver knows about it even if
16907             the values have been set before the window was created
16908           - Now eating the WM_WINDOWPOSCHANGED message if the form is minimized
16909             to avoid messing up our anchoring calculations (partial fix
16910             for #77355)
16911         * XplatUIStructs.cs: Added MINMAXINFO struct (moved from Win32 driver)
16912         * XplatUIX11.cs:
16913           - Added _NET_WM_STATE_HIDDEN property for detecting minimized state
16914           - Improved GetWindowState() to detect 'Minimized' state on Metacity 
16915             (and presumably other freedesktop.org compliant WMs). Left the
16916             assumption unmapped=minimized, needed for SetVisible to work.
16917           - Now setting the window state when creating windows
16918           - Fixed SetVisible to consider/set the window state when mapping
16919             a Form. We cannot set the state before it's mapped, and we cannot
16920             use Form.WindowState once it's mapped (since it would ask the
16921             driver and get 'normal'. Therefore, we grab the state before
16922             mapping, map, and then set state.
16923           - Implmemented SetWindowMinMax method; Metacity does not seem to
16924             honor the ZoomHints, though.
16925         * XplatUIWin32.cs:
16926           - Removed MINMAXINFO (moved to XplatUIStructs)
16927           - Added SetWindowMinMax stub (on Win32 the only way to set that
16928             information is in response to the WM_GETMINMAXINFO message, which
16929             is handled in Form.cs)
16930           - Added logic to SetVisible to set the proper window state when a 
16931             form is made visible (fixes #75720)
16932
16933 2006-01-26  Jackson Harper  <jackson@ximian.com>
16934
16935         * Control.cs (BeginInvoke): Automagically handle EventHandlers the
16936         same way we handle them with Invoke.
16937
16938 2006-01-25  Peter Dennis Bartok  <pbartok@novell.com> 
16939
16940         * Form.cs:
16941           - Added tracking of window state so CreateParams can return
16942             the appropriate style
16943           - Moved setting of WS_CAPTION style in CreateParams to allow
16944             styles without caption
16945         * DataGridTextBoxColumn.cs: We are now also creating the TextBox 
16946           control if the TextBox property is accessed. Fixes #77345
16947         * Control.cs:
16948           - get_Created: now uses is_disposed and is_created to determine
16949             return value (suggested by Jackson)
16950           - CreateHandle: No longer exits if the handle is being recreated
16951           - RecreateHandle: If the handle is not yet created call the 
16952             appropriate method to create either control or handle. If the
16953             control is already created CreateHandle will simply exit instead
16954             of just creating the handle
16955         * Hwnd.cs: Removed expose_pending tracking, no longer needed since we
16956           now SendMessage WM_DESTROY directly to the control when DestroyWindow
16957           is called.
16958         * XplatUIX11.cs: 
16959           - When DestroyWindow is called, instead of waiting for the 
16960             DestroyNotification from X11, we directly post it to the WndProc
16961             and immediately dispose the hwnd object.
16962             Same applies to DestroyChildWindows, and this obsoletes the
16963             expose_pending tracking. Contrary to Win32 behaviour we destroy our
16964             child windows before our own, to avoid X11 errors.
16965           - Removed the direct sending of WM_PAINT on UpdateWindow
16966         * XplatUIWin32.cs:
16967           - Reworked DoEvents and GetMessage to allow access to internal queue
16968             even when trying non-blocking access to the queue.  Fixes #77335. 
16969             Based on a patch suggestion by Don Edvalson. The new private
16970             GetMessage can now also be used as a backend for a PeekMessage
16971             frontend version.
16972         * XplatUI.cs: Improved debug output for CreateWindow
16973
16974 2006-01-25  Jackson Harper  <jackson@ximian.com>
16975
16976         * Help.cs: Allow param to be null. Patch by Don Edvalson.
16977
16978 2006-01-24  Jackson Harper  <jackson@ximian.com>
16979
16980         * ComboBox.cs: Clamp the max value set for the vertical scrollbar
16981         when we have a MaxDropItems lower then the selected index.
16982
16983 2006-01-24  Jackson Harper  <jackson@ximian.com>
16984
16985         * Control.cs: Don't allow selection of non visible controls, allow
16986         selection of controls without parents.
16987
16988 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
16989
16990         * ThemeWin32Classic.cs: Fixes Datagrid drawing issues
16991         * DataGridDrawingLogic.cs: Add editing row only when is necessary
16992
16993 2006-01-23  Jackson Harper  <jackson@ximian.com>
16994
16995         * UpDownBase.cs: Make the textbox handle all the selection and
16996         tabbing. This fixes tabing to updown controls.
16997
16998 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
16999
17000         * TextBoxBase.cs: fixes exception thown the object was null
17001
17002 2006-01-23  Jackson Harper  <jackson@ximian.com>
17003
17004         * ButtonBase.cs: Just use the base CreateParams. They set
17005         visibility and enabled correctly.
17006         * ComboBox.cs:
17007         * TrackBar.cs:
17008         * MonthCalendar.cs: Lets let the base set as much of the
17009         createparams as possible so we don't have duplicate code all over
17010         the place.
17011
17012 2006-01-22  Alexander Olk  <alex.olk@googlemail.com>
17013
17014         * ThemeGtk.cs: Added TrackBar and some experimental code to
17015           get double buffering back
17016
17017 2006-01-21  Jordi Mas i Hernandez <jordimash@gmail.com>
17018
17019         * DataGrid.cs: Allows row number set internally higher than the last
17020         when creating a new row. Restores the editing functionality.
17021
17022 2006-01-20  Mike Kestner  <mkestner@novell.com>
17023
17024         * MimeIcon.cs: delay Image creation until the icons are accessed
17025         instead of creating 190 scaled images on GnomeHandler startup.
17026
17027 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com> 
17028
17029         * TextBoxBase.cs (WndProc): When handling WM_KEYDOWN we need to
17030           first call base before processing the event. Fixes #77279
17031
17032 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com>
17033
17034         * XplatUIWin32.cs, Cursor.cs: Fixed code that wrongly assumed
17035           that the stride for the GDI bitmap would match the stride of
17036           a DIB or a Cursor.
17037
17038 2006-01-19  Alexander Olk  <alex.olk@googlemail.com>
17039
17040         * ThemeGtk.cs: Added ProgressBar, RadioButton, CheckBox
17041
17042 2006-01-19  Jackson Harper  <jackson@ximian.com>
17043
17044         * ComboBox.cs: Hookup the text controls keydown event so we get
17045         those when the text control has the focus.
17046
17047 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
17048
17049         * Label.cs: Now using the base events instead of defining new ones;
17050           this allows us to just call the base properties without having to
17051           duplicate all base property logic 
17052
17053 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
17054
17055         * Label.cs: A label by default is not a tabstop (Fixes one of our
17056           failing nunit tests)
17057
17058 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
17059
17060         * XplatUIWin32.cs: Fixed wrong DoEvents logic. Fixes #77282
17061         * XplatUIX11.cs: Removed WM_PAINT check from DoEvents. Fixes #77282
17062
17063 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
17064
17065         * Cursor.cs: Reimplemented creating cursor bitmaps without using
17066           the Bitmap(Stream) constructor which is semi-broken on MS GDI+.
17067           This fixes #77218
17068         * XplatUIWin32.cs: 
17069           - Reimplemented creating Bitmaps from DIBs since the Bitmap(Stream) 
17070             constructor creates images that can't be saved. Part of the fix
17071             for #76103
17072           - Added handling of CF_BITMAP as CF_DIB to clipboard code (Fixes #76103)
17073           - SetWindowState: Switched ShowWindow flags (part of an upcoming 
17074             bug fix for handling window state in forms properly)
17075
17076 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
17077
17078         * ThemeGtk.cs: Simplify ScrollBar drawing
17079
17080 2006-01-18  Jackson Harper  <jackson@ximian.com>
17081
17082         * Splitter.cs: Set the default dock style for the splitter control
17083         in the constructor.
17084
17085 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
17086
17087         * ThemeGtk.cs: Corrected StateType and ShadowType for
17088           gtk_paint_box
17089
17090 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
17091
17092         * Control.cs: Make use of Theme.DoubleBufferingSupported
17093         * ThemeGtk.cs:
17094           - Added drawing for flat style buttons
17095           - Added ScrollBar drawing
17096
17097 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
17098
17099         * ThemeClearlooks.cs: Removed some unneeded code.
17100         * ThemeGtk.cs: First part of ThemeGtk enhancements.
17101
17102 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
17103
17104         * LinkLabel.cs: We need to update the hover drawing when
17105           leaving the control as well.
17106
17107 2006-01-18  Jordi Mas i Hernandez <jordimash@gmail.com>
17108
17109         * DataGrid.cs: Clicking on non empty areas in the columns
17110            area was giving an exception
17111
17112 2006-01-17  Jackson Harper  <jackson@ximian.com>
17113
17114         * ThemeWin32Classic.cs:
17115         * ListView.cs: Do not draw/clip the headers when the header style
17116         is None.
17117
17118 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
17119
17120         * DataGrid.cs: Fixes 77260
17121         
17122 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
17123
17124         * DataGrid.cs: Clicking on a column on a empty grid was giving
17125           an exception
17126
17127 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
17128
17129         * DataGrid.cs (OnKeyDown): Don't use the array if it's empty
17130           or any keypress will crash the grid.
17131
17132 2006-01-17  Mike Kestner  <mkestner@novell.com>
17133
17134         * MainMenu.cs (OnMenuChanged): set Height=0 to cause relayout.
17135         * ThemeWin32Classic.cs (CalcItemSize): clear Height/Width for 
17136         invisible/previously-visible items.
17137         [Fixes #76909]
17138
17139 2006-01-17  Alexander Olk  <alex.olk@googlemail.com>
17140
17141         * ThemeClearlooks.cs:
17142         - Added CL_Draw_Button method; now other theme controls that are 
17143           not derived from button or do not have a button can draw buttons
17144           too
17145         - Updated ComboBox drawing
17146         - Beautified RadioButton drawing
17147         - Corrected drawing of bottom and left tabs
17148         - Beautified DateTimePicker and MonthCalendar
17149         - Added CPDrawButton and CPDrawRadioButton
17150
17151 2006-01-16  Jackson Harper  <jackson@ximian.com>
17152
17153         * ComboBox.cs: Set the initial value of the scrollbar to the
17154         current index. Reduce the numbers of refreshs and IndexOfs called.
17155
17156 2006-01-14  Alexander Olk  <alex.olk@googlemail.com>
17157
17158         * FileDialog.cs: When the file listview is focused hitting the
17159           backspace key moves the fileview to the parent directory
17160
17161 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
17162
17163         * Form.cs: 
17164           - Added RecreateHandle call when changing taskbar visibility to 
17165             trigger reparenting in Win32 driver (Fixes #75719)
17166           - If a window has minimize or maximize buttons, it cannot have
17167             a help button
17168         * XplatUIWin32.cs:
17169           - CreateWindow: When no WS_EX_APPWINDOW style is found we parent
17170             the toplevel form with FosterParent (A toolwindow not on the
17171             taskbar) (Fixes #75719)
17172           - Made FosterParent a toolwindow
17173
17174 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
17175
17176         * FileDialog.cs: Don't crash if InitialDirectory doesn't exist
17177
17178 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
17179
17180         * ToolTip.cs: If SetToolTip is called from a control and the mouse
17181           is currently over that control, make sure that tooltip_window.Text
17182           gets updated
17183
17184 2006-01-13  Mike Kestner  <mkestner@novell.com>
17185
17186         * MimeIcon.cs: size_t on lp64 fix for gdk_pixbuf_save_to_file extern.
17187
17188 2006-01-13  Jackson Harper  <jackson@ximian.com>
17189
17190         * TreeView.cs: On MS GetNodeAt never actually factors in the X
17191         value passed.  Also redraw the selected node when we recieve
17192         focus, so tabbing between trees works correctly.
17193
17194 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
17195
17196         * MimeIcon.cs: GnomeHandler: older gnome versions don't have
17197           ~/.gconf/%gconf-tree.xml, so use
17198           .gconf/desktop/gnome/interface/%gconf.xml
17199
17200 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
17201
17202         * TextControl.cs: Draw text in gray if control is disabled
17203
17204 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
17205
17206         * TreeView.cs: Draw the focus rectangle outside the highlight, to
17207           make sure it's always visible. Fixes #76680.
17208
17209 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
17210
17211         * TreeView.cs: Implemented Wheel scrolling. Fixes #76531
17212
17213 2006-01-13  Jonathan Chambers  <jonathan.chambers@ansys.com>
17214
17215         * PageSetupDialog.cs: Added.
17216         * PrintDialog.cs: Attributes.
17217         * PrintPreviewControl.cs: Updates.
17218         * PrintPreviewDialog.cs: Updates.
17219         
17220 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
17221
17222         * Control.cs: Undid my selection check fix, since it's not needed
17223         * TextBoxBase.cs:
17224           - Now considering the presence of hscroll/vscroll when sizing
17225             vscroll/hscroll respectively. Fixed bug #77077
17226           - Added Left/Up/Down/Right to IsInputKey list to prevent
17227             ContainerControl from stealing them. This fixes what I broke
17228             with my last checkin.
17229
17230 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com> 
17231
17232         * ScrollableControl.cs: Implemented dockpadding. Fixes #77166. And
17233           I finally understand how the property can be set without a setter :-)
17234
17235 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
17236
17237         * Application.cs:
17238           - Switched RunLoop to use static Message.Create to create a 
17239             Message object
17240           - Added PreProcessMessage call in runloop for keyboard events; this
17241             is part of the fix for #77219, I overlooked this originally in the
17242             MSDN doc for PreProcessMessage
17243         * Control.cs:
17244           - Removed call to PreProcessMessage from handling of keyboard 
17245             messages; it's supposed to be done in the message pump
17246           - Moved call to ProcessKeyEventArgs inside ProcessKeyMessage as
17247             per MSDN documentation.
17248           - IsInputChar: All chars are input chars by default; removed the 
17249             parent calling chain, MS does not document that
17250           - PreProcessMessage: If IsInputChar is true, we want to return false
17251             to allow dispatching of the message
17252           - When selecting the next control, now also check that we're not
17253             selecting ourselves again and therefore return a false positive.
17254         * TextBoxBase.cs:
17255           - Tried to match return values for IsInputKey and ProcessDialogKey
17256             to what MS returns; moved processing of our special keys outside
17257             ProcessDialogKey since MS does not seem to return true on those.
17258           - Moved code that previously was in ProcessDialogKey into new private
17259             ProcessKey method, which gets called upon receipt of WM_KEYDOWN
17260           - Reworked handling of WM_CHAR to not have to duplicate code from
17261             Control.cs anymore, instead we simply call down to base.
17262            
17263 2006-01-12  Jackson Harper  <jackson@ximian.com>
17264
17265         * ComboBox.cs: We always need to refresh the text area when
17266         EndUpdate is called. Fixes the combobox in the file dialog.
17267         * Control.cs: Don't create the creator_thread until the controls
17268         handle is created.  Also in InvokeRequired we check if the
17269         creator_thread is null. This gives the effect of InvokeRequired
17270         returning true if the controls handle is not created yet, and
17271         matches MS.
17272
17273 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
17274
17275         * XplatUI.cs:
17276           - Added StartLoop() driver method. This is used to allow drivers to
17277             prepare for an upcoming GetMessage/TranslateMessage/DispatchMessage
17278             loop for a particular thread
17279           - Added EndLoop() driver method. This is called once the message
17280             pump for the thread is shut down
17281           - Added SupportsTransparency method to allow the driver to indicate
17282             opacity support for windows
17283         * Form.cs:
17284           - Removed TODO attribute, completed AllowTransparency property
17285           - Added documented logic to Opacity
17286         * GroupBox.cs, Label.cs, LinkLabel.cs, PropertyGrid.cs, Control.cs,
17287           ButtonBase.cs, CheckedListBox.cs: Combined Jackson's and Miguel's
17288           versions of CompatibleTextRendering
17289         * X11Structs.cs: Added opacity atom to our atom enumeration
17290         * Hwnd.cs: Added opacity tracking (we need to track since the opacity
17291           of a form might be set before it's reparented by the WM, and we need
17292           the opacity value without calling up to Form)
17293         * XplatUIDriver.cs: Added StartLoop(), EndLoop() and 
17294           SupportsTransparency() driver methods
17295         * Application.cs: Now calling StartLoop and EndLoop driver methods
17296         * XplatUIX11.cs:
17297           - Added opacity atom registration
17298           - Added StartLoop()/EndLoop() methods. They're empty right now but
17299             will need to get implemented when we switch to a per-thread queue
17300           - Implemented SupportsTransparency() method
17301           - Implemented SetWindowTransparency() method
17302           - Added support for setting the opacity value when a window is
17303             reparented (since the opacity needs to be set on the WM frame)
17304         * XplatUIOSX.cs, XplatUIWin32.cs:
17305           - Added SupportsTransparency(), StartLoop() and EndLoop() methods
17306
17307 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
17308
17309         * ThemeClearlooks.cs: Don't crash if TabControl.Parent is null.
17310
17311 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
17312
17313         * FileDialog.cs: Added ToolTip for MWFFileView
17314         * MimeIcon.cs: Rewrote GnomeHandler.
17315           - Get currently used gnome icon theme from
17316             ($HOME)/.gconf/%gconf-tree.xml
17317           - Make use of inherited icon themes
17318           - Support SVG icon themes like Tango via librsvg
17319
17320 2006-01-12  Miguel de Icaza  <miguel@novell.com>
17321
17322         Revert's Jackson's revert which broke 2.0 builds.   Fix both
17323         builds. 
17324         
17325         * Application.cs: Move the use_compatible_text_rendering outside
17326         the NET_2_0 define.  If we ever need to use the
17327         use_compatible_text_rendering on the individual controls they will
17328         access the variable from the common shared code paths.
17329
17330 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
17331
17332         * XplatUI.cs:
17333           - Added more granular debug options
17334           - Added method to print both window text and id
17335           - Switched debug output to use new Window() debug method
17336           - Added IsEnabled() driver method
17337           - Added EnableWindow() driver method
17338         * Form.cs:
17339           - Removed end_modal; no longer needed, new loop handles termination
17340             via 'closing' variable
17341           - If form is modal, setting DialogResult will now initiate loop
17342             termination via 'closing' variable
17343           - Added support for is_enabled/WS_DISABLED to CreateParams
17344           - Close() now just send the WM_CLOSE message; the WM_CLOSE handler
17345             does all the work
17346           - Removed code that's now in RunLoop from ShowDialog()
17347           - Added various documented sanity checks to ShowDialog()
17348           - Added handling of WM_DESTROY message; we set 'closing' on getting
17349             the message to indicate the message pump to terminate
17350           - Added handling of new internal WM_CLOSE_INTERNAL message - it's
17351             send by the Application.ExitThread method. (We send the message
17352             to destroy the window after all other events have been
17353             processed through the queue, instead of destroying the handle 
17354             directly)
17355           - Moved code from Close() method to WM_CLOSE handler; added logic
17356             to only send close-related events if the form is not displayed
17357             modal
17358         * Splitter.cs (..ctor): Fixed typo in resource name
17359         * Control.cs:
17360           - DrawBackgroundImage: Explicitly selecting the wrap mode for the
17361             brush now
17362           - set_Cursor: Now only setting calling into XplatUI if the handle for
17363             the control is already created; this avoids implict handle creation
17364             or crashes if it's not created
17365           - set_Enabled: Now setting the enabled state via the new driver method
17366             instead of just tracking it
17367           - CreateParams: Added logic to set WS_DISABLED based on enabled state
17368           - CreateControl: Reordered event firing and method calls to more
17369             closely fire events in the order MS does. Now setting the
17370             enabled state in the driver when creating the control.
17371           - SetVisibleCore: Moved when the OnVisibleChanged event is fired to
17372             match MS order
17373         * FolderBrowserDialog.cs, MessageBox.cs, ButtonBase.cs, TrackBar.cs,
17374           MonthCalendar.cs: get_CreateParams: Added setting of WS_DISABLED 
17375         * XplatUIStructs.cs: Added internal WM_CLOSE_INTERNAL mesage id
17376         * Hwnd.cs:
17377           - Added tracking of window enabled state (get_Enabled/set_Enabled)
17378           - Added EnabledHwnd property to easily allow a driver to find the
17379             handle of the first enabled window in the parent chain (this is
17380             used by drivers to pass up input events of disabled windows)
17381         * XplatUIDriver.cs: Added IsEnabled() method
17382         * Application.cs:
17383           - Removed crude and obsolete exiting tracking variable
17384           - Removed internal ModalRun(); replaced by RunLoop()
17385           - Implemented private CloseForms() method to allow closing all 
17386             windows owned by a particular (or all) threads
17387           - Exit() now properly closes all windows without forcing the message
17388             pump to quit
17389           - Removed obsolete InternalExit() method
17390           - Changed Run() methods to use new RunLoop() message pump
17391           - Implemented new RunLoop() method for both modal and non-modal forms
17392         * CommonDialog.cs:
17393           - get_CreateParams: Added setting of WS_DISABLED
17394           - Simplified ShowDialog(); now all the work is done in RunLoop(),
17395             invoked via Form.ShowDialog()
17396         * NativeWindow.cs: We don't remove the window from the collection when
17397           the handle is destroyed; there might still be messages for it in the
17398           queue (mainly the resulting WM_DESTROY); instead it will be removed
17399           when Control calls InvalidateHandle in the WM_DESTROY handler
17400         * XplatUIX11.cs:
17401           - CreateWindow: Added logic to handle the WS_DISABLED window style
17402           - EnableWindow: Implemented based on Hwnd.Enabled
17403           - GetMessage: Reset PostQuitState so the method can be called again
17404           - Implemented support for disabled windows (passing messages to the
17405             first enabled parent) in handling all input messages
17406           - Added optimizations for handling Expose events
17407           - Implemeted new driver method IsEnabled()
17408           - Now always resetting paint pending tracking vars when we start paint
17409           - Re-implemented UpdateWindow via just sending a WM_PAINT message
17410         * XplatUIOSX.cs: Added IsEnabled method stub
17411         * XplatUIWin32.cs: Implemented new IsEnabled() method
17412
17413 2006-01-11  Jackson Harper  <jackson@ximian.com>
17414
17415         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
17416         LinkLabel.cs, PropertyGrid.cs: Unbreak 1.1 build. Consolidate the
17417         variables a little.
17418         * ColorDialog.cs: Clear out the old form before adding the new
17419         panel.  
17420
17421 2006-01-11  Jackson Harper  <jackson@ximian.com>
17422
17423         * X11Dnd.cs: Make sure to add all the text formats when adding
17424         strings to the data object.
17425         * TreeNodeCollection.cs: When adding to a sorted tree we need to
17426         do some redrawing too.  Also change the UpdateNode to an
17427         UpdateBelow so the newly added node gets painted.
17428         
17429 2006-01-11  Miguel de Icaza  <miguel@novell.com>
17430
17431         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
17432         LinkLabel.cs, PropertyGrid.cs: Implement the
17433         UseCompatibleTextRendering property for 2.x
17434
17435         * Application.cs (SetCompatibleTextRenderingDefault): Add. 
17436
17437 2006-01-11  Jackson Harper  <jackson@ximian.com>
17438
17439         * TreeView.cs: Use the property for setting the selected node so
17440         the correct events get raised.
17441         * TreeNode.cs: Update the tree when the fore/back colours of a
17442         node are set.
17443
17444 2006-01-10  Jackson Harper  <jackson@ximian.com>
17445
17446         * TreeView.cs: Allow setting SelectedNode to null.
17447
17448 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
17449
17450         * Form.cs: Fix support for Form TransparencyKey and Opacity on Windows.
17451
17452 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
17453
17454         * PrintControllerWithStatusDialog.cs: Update page number in dialog.
17455
17456 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
17457
17458         * PrintDialog.cs: Added attributes and set default property values.
17459
17460 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
17461
17462         * PrintControllerWithStatusDialog.cs: 
17463         Added PrintControllerWithStatusDialog.
17464
17465 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
17466
17467         * XplatUI.cs, Form.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
17468         XplatUIWin32.cs: Added support for Form TransparencyKey and Opacity on Windows.
17469
17470 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
17471
17472         * ComboBox.cs: Fix crash when there is no selected item (due to last commit)
17473
17474 2006-01-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
17475
17476         * ComboBox.cs: Added KeyDown event handler for processing arrow keys
17477         and PgUp/PgDown. Also, scroll to selected item upon dropdown. Bugs 76857 and 76788.
17478
17479 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
17480
17481         * MimeIcon.cs: Added internal class SVGUtil.
17482
17483 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
17484
17485         * FileDialog.cs: Don't crash if there are two files with the
17486           same name but different locations.
17487
17488 2006-01-08  John BouAntoun  <jba-mono@optusnet.com.au>
17489
17490         * MonthCalendar.cs: Fixed annoying rendering bug when selecting
17491         dates across multiple month grids. Used to not highlight entire 
17492         month, but does now.
17493         
17494 2006-01-06  Jackson Harper  <jackson@ximian.com>
17495
17496         * MonthCalendar.cs: Removed DoEvents call to prevent a running
17497         message loop. Change timer intervals to numbers that seem more
17498         natural.
17499
17500 2006-01-06  John BouAntoun  <jba-mono@optusnet.com.au>
17501
17502         * DateTimePicker.cs: Modified CalculateDropDownLocation to use the screen
17503           object for location info since screen object is now implemented.
17504
17505 2006-01-05  Jackson Harper  <jackson@ximian.com>
17506
17507         * AsyncMethodData.cs: Check if the call is complete before doing a WaitOne
17508         * AsyncMethodResult.cs: We no longer use a WeakReference for the
17509         AsyncMethodResult, this is because we ALWAYS want the
17510         ManualResetEvent to get set.
17511         * Control.cs: When disposing use an async invoke to call shutdown
17512         code, so that thigns don't block on the finalizer thread.  Also
17513         check if we even have a message loop before trying to send
17514         messages, if we don't then don't bother sending messages.
17515         - No more weak references for async methods
17516         * XplatUIDriver.cs: No more weak references for async methods.
17517
17518 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
17519
17520         * FontDialog.cs: Fix, don't throw an exception if FontFamily.Families
17521           returns two FontFamily with the same name
17522
17523 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
17524
17525         * ThemeWin32Classic.cs, ThemeClearlooks.cs: Dropped stupid scheme of 
17526           drawing disabled text. Instead using the ColorGrayText color
17527
17528 2006-01-04  Jackson Harper  <jackson@ximian.com>
17529
17530         * TreeNode.cs: redraw the node when its image index is changed.
17531
17532 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
17533
17534         * RichTextBox.cs: Same fix as last, just for SelectionColor. This
17535           time I checked there are no others like it.
17536
17537 2006-01-04  Jackson Harper  <jackson@ximian.com>
17538
17539         * AsyncMethodResult.cs: Use a ManualResetEvent instead of a mutex,
17540         this gives the behavoir I was looking for.
17541         * Control.cs: Special case Invoking EventHandlers, this matches MS
17542         and fixes part of bug #76326.
17543
17544 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
17545
17546         * ThemeClearlooks.cs, FileDialog.cs:
17547           - Reflect the latest Theme class changes
17548           - Remove Mono.Unix.Syscall.time in FileDialg and replace it 
17549             with DateTime
17550             
17551 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
17552
17553         * Theme.cs: Cache UI resource images and resize them if needed
17554
17555 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
17556
17557         * RichTextBox.cs: FormatText is 1-based, make it so when SelectionFont
17558           is called. This fixes the crash in Nexxia when setting the font
17559           attributes in the chat. [However, RTF needs a look-over to make sure
17560           that all SelectionXXX methods handle the special case that selection
17561           is empty and therefore the change must be applied to all text starting
17562           at the cursor/selection start]
17563
17564 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com> 
17565
17566         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
17567           XplatUIOSX.cs: Added SendMessage and PostMessage methods
17568         * X11Keyboard.cs: Switched to new way of calling PostMessage
17569
17570 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
17571
17572         * Theme.cs: Added theme interface for images to allow the theme to
17573           control what images are used for things like FileDialog, MessageBox
17574           icons, etc.
17575         * MessageBox.cs: Now uses the new Theme icon/image interfaces
17576
17577 2006-01-03  Alexander Olk  <alex.olk@googlemail.com>
17578
17579         * FileDialog.cs:
17580           - Removed some dead code
17581           - Opening a recently used file does work now
17582           - Small UI enhancements
17583           - Refactoring
17584
17585 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
17586
17587         * FileDialog.cs: Forgot too add __MonoCS__
17588
17589 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
17590
17591         * FileDialog.cs: We are able to read recently used files now let's
17592           go on and write them.
17593
17594 2006-01-01  Alexander Olk  <alex.olk@googlemail.com>
17595
17596         * FileDialog.cs: Breathe some life into "last open"/"recently used"
17597           button
17598         * MimeIcon.cs: Do a check for the top level media type also
17599
17600 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
17601
17602         * ThemeClearlooks.cs:
17603           - Added CPDrawStringDisabled
17604           - ButtonBase_DrawText: Workaround for a DrawString bug; cut off
17605             some chars if the text doesn't fit into text_rect
17606           - DrawListViewItem: If View = View.LargeIcon center the image;
17607             rewrote the drawing of ListViewItem.Text if View = 
17608             View.LargeIcon
17609
17610 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
17611
17612         * MimeIcon.cs: Use default KDE icon theme if there is no
17613           "48x48" directory for the current icon theme, fixes #77114
17614         * Mime.cs: Disable not working and actually not used code. 
17615         * ThemeWin32Classic.cs:
17616           - Replace "new SolidBrush" in GetControlBackBrush and
17617             GetControlForeBrush with ResPool.GetSolidBrush
17618           - Changed DrawListViewItem from private to protected virtual
17619         * FileDialog.cs:
17620           - Added form.MaximizeBox = true
17621           - Don't throw an exception if there is a broken symbolic link
17622
17623 2005-12-23  Jackson Harper  <jackson@ximian.com>
17624
17625         * TabControl.cs: Give the panels focus, keyboard navigation is
17626         fixed so this works correctly now.
17627         - We need these key events also.
17628         * ToolBar.cs: Remove some of the poor mans double buffering.
17629         
17630 2005-12-24  Alexander Olk  <alex.olk@googlemail.com>
17631
17632         * ComboBox.cs: The internal TextBox now returns the focus.
17633
17634 2005-12-23  Jackson Harper  <jackson@ximian.com>
17635
17636         * ThemeWin32Classic.cs:  Draw the text for all tab appearances.
17637
17638 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
17639
17640         * Control.cs: Removed debug code
17641         * XplatUIX11.cs: Changed DestroyChildWindows to also consider
17642           implicit children
17643
17644 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com> 
17645
17646         * Control.cs: When creating the control, update the Z-order after
17647           all it's children are created, too. (Fixes nexxia not showing
17648           picturebox bug)
17649
17650 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
17651
17652         * Control.cs: Do not update the anchoring distances if layout is
17653           suspended, instead do it once layout is resumed
17654
17655 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com> 
17656
17657         * Control.cs: 
17658           - After many hours of debugging, for both Jackson and
17659             myself, it turns out that it helps to set the parent of a control
17660             if you want to actually see it onscreen. In the spirit of that
17661             discovery, we're now setting the parent of the control and
17662             it's children when the control's handle is created. This fix
17663             will make Lutz Roeder's Reflector run happily. 
17664           - now just creating the handle instead of the whole control when
17665             getting a graphics context for the control.
17666
17667 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
17668
17669         * ScrollableControl.cs: When calculating the canvas, don't consider
17670           the scrollbar widths. Instead, predict if horizontal scrollbar
17671           will affect canvas when deciding on vertical display and vice versa.
17672
17673 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
17674
17675         * RichTextBox.cs: Set default RTF font for documents that don't
17676           have a font table (Fixes #77076)
17677
17678 2005-12-22  Jackson Harper  <jackson@ximian.com>
17679
17680         * TextBoxBase.cs: It's difficult to do, but you can have an empty
17681         clipboard. This prevents a NullRef in that case.
17682         * XplatUIX11.cs: Use CLIPBOARD not PRIMARY for our
17683         clipboard. PRIMARY is for the currently selected text only. (We
17684         should implement PRIMARY at some point.
17685
17686 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
17687
17688         * XplatUIWin32.cs: Fixed the TEXTMETRIC structure, we were calling
17689           a Unicode function with a structure that was defined in Ansi way.
17690           This fixes #76942.
17691
17692 2005-12-21  Jackson Harper  <jackson@ximian.com>
17693
17694         * StatusBar.cs: Statusbar handles its fore/back colours on it's
17695         on. Because thats how it rolls. (and this avoids it using ambient
17696         colours).
17697         * ThemeWin32Classic.cs: Use the proper back color for filling.
17698         * Menu.cs: Use the system menu bar color for drawing menu
17699         bars. Using the window back color will bring ambient colours into
17700         the picture.
17701
17702 2005-12-21  Alexander Olk  <alex.olk@googlemail.com>
17703
17704         * ColorDialog.cs: Fixed a memory leak that caused a SIGSEV. A lot of
17705           Bitmaps were created and not disposed.
17706
17707 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
17708
17709         * Control.cs (CreateControl): Don't do anything if the control is
17710           already created, otherwise we'd fire the OnCreated event more than
17711           once
17712
17713 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
17714
17715         * ComboBox.cs (FindStringCaseInsensitive): Don't search for emtpy strings,
17716           will always match. Instead return -1. Fixes #76464.
17717
17718 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
17719
17720         * TextControl.cs (RecalculateLine): Only wrap if the wrap point is
17721           neither the beginning nor the end of the line (Fixes bug #76479)
17722
17723 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
17724
17725         * Control.cs:
17726           - ControlNativeWindow.ControlFromHandle(): Now handling situation
17727             where handle is invalid
17728           - FromHandle(): Now using hashtable-based ControlFromHandle() lookup
17729             instead of slower linear search
17730         * NativeWindow.cs: Don't remove the window from the hashtable until
17731           after the driver has destroyed it (since the driver might use
17732           Control.FromHandle to lookup the control object
17733         * Hwnd.cs: Added DestroyPending property to track if a window is 
17734           already destroyed as far as the driver is concerned and only hasn't
17735           yet notified the control
17736         * XplatUIX11.cs:
17737           - Activate(): Check if the window is still valid before using the 
17738             handle
17739           - Implemented DestroyChildWindow() method to mark child windows as
17740             destroyed when a window is destroyed. This prevents situations 
17741             where we might call an X method based on queued events for a
17742             window that already has been destroyed but we haven't yet pulled
17743             the destroy method from the queue.
17744           - Added a call to the new DestroyChildWindow() method to the drivers
17745             DestroyWindow code. Also now marking the destroyed window itself
17746             as pending
17747
17748 2005-12-20  Jackson Harper  <jackson@ximian.com>
17749
17750         * StatusBar.cs:
17751         * StatusBarPanel.cs: Don't calculate panel sizes on draw
17752         anymore. Just do them when needed, also track the rects of panels
17753         so that we can optimize refreshing more in the future.
17754
17755 2005-12-20  Alexander Olk  <alex.olk@googlemail.com>
17756
17757         * ColorDialog.cs: Fixed focus drawing in small color controls
17758
17759 2005-12-19  Jackson Harper  <jackson@ximian.com>
17760
17761         * InternalWindowManager.cs:
17762         * MdiWindowManager.cs: Cleanup some coordinate system changes so
17763         moving windows works properly.
17764
17765 2005-12-19  Peter Dennis Bartok  <pbartok@novell.com> 
17766
17767         * Control.cs: 
17768           - Removed call to InitLayout() from SetBoundsCore(); doc says
17769             it's only called when a control is added to a container
17770           - Split InitLayout logic, moved to separate UpdateDistances() method
17771             since we need to perform those calculations more often than just
17772             when adding the control to a container. (Needed to fix #77022)
17773           - Now calling UpdateDistances() from UpdateBounds() (fixes #77022)
17774           - Reduced the OnBindingContextChanged events count, don't send them
17775             unless the control is created, we still aren't totally matching
17776             MS, but I can't quite figure out some of their rules
17777
17778 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
17779
17780         * ThemeClearlooks.cs: Corrected distance between ProgressBar
17781           stripes
17782
17783 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
17784
17785         * ThemeClearlooks.cs:
17786           - Updated ProgressBar drawing
17787           - Corrected drawing of ScrollBars and scroll buttons
17788           - Some temporary fixes for minor pixel artefacts
17789
17790 2005-12-18  Peter Dennis Bartok  <pbartok@novell.com> 
17791
17792         * Control.cs:
17793           - Reworked Controls.Add(), Controls.Remove() and set_Parent() to
17794             cause events to be sent in the same order as MS does.
17795           - Added ChangeParent() method to trigger various OnXXXChanged events
17796             that need to be fired when a parent changes (This is a reworking
17797             of the patch from r54254, with the X11 errors fixed)
17798           - Removed SuspendLayout()/ResumeLayout() calls from Controls.Clear()
17799             since on MS we get OnLayoutChanged events when calling Clear()
17800           - Changed Enabled property to consider parent state as well, if a
17801             parent is not enabled, the control will not be either
17802           - Changed Parent property to simply call Controls.Add() since that
17803             now does all the work required, this way we avoid code duplication
17804           - Threw in a few OnBindingsContextChanged calls to try and match
17805             when MS sends them. We seem to send a few too many, though.
17806           - Added call to CreateControl when adding the control to a parent.
17807             We were never calling CreateControl. Still needs some work, in
17808             some places we treat HandleCreated and ControlCreated as equal, 
17809             which is wrong
17810           - Removed obsolete commented out code from UpdateZOrder()
17811
17812 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
17813
17814         * ThemeClearlooks.cs: Updated TrackBar drawing.
17815
17816 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
17817
17818         * FileDialog.cs: Patch for #76901 by Atsushi Enomoto
17819
17820 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
17821
17822         * FileDialog.cs: Add the Help button and the open readonly
17823           checkbox only if needed
17824
17825 2005-12-16  Jackson Harper  <jackson@ximian.com>
17826
17827         * Control.cs: Make sure we have an active menu before trying to
17828         process commands on it. Prevents menu-less forms from crashing
17829         when Alt is pressed.
17830         * TreeNodeCollection.cs: Some fixes to prevent null refs. Patch by
17831         Dieter Bremes.
17832         * RichTextBox.cs: Expand statement to help out gmcs and fix the
17833         2.0 build.
17834
17835 2005-12-16  Jackson Harper  <jackson@ximian.com>
17836
17837         * InternalWindowManager.cs: Don't translate tool windows screen
17838         coordinates. This fixes windows 'bouncing' around when being moved.
17839
17840 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
17841
17842         * TextBoxBase.cs:
17843           - MaxLength now treats 2^31-1 equal to unlimited length (this is
17844             not quite MS compatible, MS uses that number only for single line
17845             and 2^32-1 for multi-line, but I figure it won't hurt keeping
17846             the limit at 2GB)
17847           - Now enforcing the MaxLength limit when entering characters
17848           - Added argument to internal Paste() method to track if it's called
17849             from programatically or via keyboard, since keyboard driven pastes
17850             need to enforce max-length
17851           - Added logic to Paste to only paste as many chars as MaxLength 
17852             allows
17853         * RichTextBox.cs: Updated to use new obey argument for internal Paste()
17854         * TextControl.cs:
17855           - Added Length property to return number of characters in document
17856           - Added private CharCount property which only tracks actual chars
17857             in the document (no linefeeds) and fires event when CharCount
17858             changes
17859           - Added tracking of character count to all methods that alter it
17860           - Added LengthChanged event to allow applications to subscribe
17861             to any changes to the document
17862
17863 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
17864
17865         * TextBox.cs: 
17866           - Removed local password_char field (moved to TextBoxBase)
17867           - Now setting the document's password var when password is
17868             set
17869         * TextBoxBase.cs:
17870           - Added password_char field (needed here so MultiLine can
17871             access it)
17872           - Added logic to MultiLine property setter to set the document's
17873             variable when password display is allowed
17874           - Removed debug code and made some debug code conditional
17875         * TextControl.cs:
17876           - Added RecalculatePasswordLine() method to handle special password
17877             char only lines
17878           - Added PasswordChar property, also added related tracking vars
17879           - Draw() method now uses local text var for grabbing text to draw,
17880             this var is set to line.text unless we're doing password display,
17881             then it is set to the pre-generated all-password-chars line
17882           - Added calling RecalculatePasswordLine() method for password lines
17883
17884 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
17885
17886         * Hwnd.cs: 
17887           - Added Reparented property to allow tracking of Window Manager
17888             reparenting actions (which affect X/Y calculations of toplevel 
17889             windows)
17890           - Made ToString() print window handles in hex
17891         * XplatUIX11.cs:
17892           - AddConfigureNotify(): Now uses reparented state off Hwnd to
17893             determine if X/Y needs offsetting
17894           - AddConfigureNotify(): Fixed offset calculations
17895           - Now adds ReparentNotify messages into the queue
17896           - Now processes ReparentNotify messages and causes a 
17897             WM_WINDOWPOSCHANGED message to be sent upstream if a window
17898             is reparented (as most likely it's X/Y coordinates are changed
17899             due to that)
17900
17901 2005-12-14  Jackson Harper  <jackson@ximian.com>
17902
17903         * XplatUIX11.cs: Tool windows still need to respek focus.
17904
17905 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
17906
17907         * Control.cs: Undid 54254 (causing XConfigure errors) so we can
17908           have a working release
17909
17910 2005-12-13  Jackson Harper  <jackson@ximian.com>
17911
17912         * Form.cs: Update styles after setting the border style regardless
17913         of whether or not the window is using a window manager.
17914
17915 2005-12-13  Jackson Harper  <jackson@ximian.com>
17916
17917         * Form.cs: We now hook into an internal window manager instead of just an
17918         MDI subsystem, this is so we can have properly behaving tool windows.
17919         * MdiClient.cs: Naming change, MdiChildContext is now WindowManager
17920         * InternalWindowManager.cs: New internal class that acts as a
17921         window manager for tool windows and as a base for mdi windows.
17922         * MdiWindowManager.cs: New class that acts as a window manager for
17923         mdi windows.
17924
17925 2005-12-12  Jackson Harper  <jackson@ximian.com>
17926
17927         * Control.cs: Updates so we match behavoir for for implicit
17928         controls. Fixes explosions in MDI.
17929
17930 2005-12-12  Jackson Harper  <jackson@ximian.com>
17931
17932         * Control.cs: Implement Invalidate (Region).
17933
17934 2005-12-12  Peter Dennis Bartok  <pbartok@novell.com> 
17935
17936         * Control.cs: 
17937           - Changed handling of Controls.Add/Controls.Remove to fire (almost) 
17938             the same events as MS does. MS fires events for each property 
17939             except, for unknown reasons, Cursor, when the control is reparented. 
17940             I can't seem to totally match add/remove since MS also fires some 
17941             VisibleChanged events, which makes no sense. Consolidated the
17942             parenting code into a separate method so it can be called from
17943             both Add and Remove. set_Parent no longer needs any special logic
17944             as it calls the parent's add method which implicitly fires
17945             all events
17946           - Removed some obsolete code and debug output
17947           - Enabled state is inherited from parents, if this is enabled
17948
17949 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com> 
17950
17951         * Form.cs: Removed commented out code
17952
17953 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com>
17954
17955         * Control.cs:
17956           - Added internal version of Invoke, with additional argument 
17957             indicating if we're calling it from a Dispose() handler. That
17958             way we can avoid BeginInvoke throwing an exception if we're
17959             calling for an already destroyed window.
17960           - Added a dispose argument to BeginInvokeInternal, and made the
17961             check if a valid window handle chain exists conditional on
17962             it not being a dispose call
17963           - Removed code in DestroyHandle to destroy our children. Since we
17964             now handle the WM_DESTROY message we will catch all our children
17965             being destroyed.
17966           - Now calling OnHandleDestroyed from our new WM_DESTROY handler
17967         * Form.cs:
17968           - Added a field to track the application context of the form.
17969           - No need to set closing variable as response to WM_CLOSE, instead
17970             we destroy the window. We also call PostQuitMessage if the form
17971             has an application context (which makes it the main app form,
17972             which, when closed terminates the app)
17973         * XplatUI.cs:
17974           - Dropped Exit() method, it's naming was confusing
17975           - Added PostQuitMessage() which causes GetMessage to return false
17976             once the message queue is empty
17977         * XplatUIDriver.cs, XplatUIWin32.cs: Dropped Exit(), added 
17978           PostQuitMessage()
17979         * XplatUIOSX.cs: Switched signature for Exit method since Exit() is
17980           no longer a valid XplatUI method, but left it in since it's used
17981           internally. Added empty PostQuitMessage() method.
17982         * MenuAPI.cs: Replaced call to Exit() with call to
17983           PostQuitMessage, even though this is probably no longer needed.
17984         * Hwnd.cs: Added 'pretty' ToString() to support debugging.
17985         * X11Structs.cs: Added pretty XEvent.ToString() to support debugging.
17986         * Application.cs:
17987           - Replaced call to XplatUI.Exit() with PostQuitMessage()
17988           - Removed old debug code that would call XplatUI for exception
17989             display, enabled standard exception handling (Still not enabled
17990             though, until NativeWindow's ExternalExceptionHandler define
17991             is removed
17992         * NativeWindow.cs:
17993           - Added internal method to allow control to update NativeWindow
17994             after a window has been destroyed
17995           - Added handling of already destroyed windows when calling i
17996             DestroyWindow
17997           - Added removal of handle from list on ReleaseHandle
17998         * XplatUIX11.cs:
17999           - Dropped GetMessageResult var and related code
18000           - Added PostQuitState to field to track if PostQuitMessage has been
18001             called
18002           - Dropped Exit() method
18003           - Added PostQuitMessage() method
18004           - GetMessage now will return false if PostQuitState is set and no
18005             more messages are in the queue.
18006           - Expose handler will no longer generate WM_PAINT messages if we are
18007             in PostQuitState since it's very likely any windows have already
18008             been destroyed, and since Hwnd won't get updated until we have
18009             processed the DestroyNotify we'd be causing X errors.
18010         
18011 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
18012
18013         * Control.cs(WndProc): Apparently I'm suffering from brain cloud.
18014           Thanks to Mike for pointing out the err of my ways.
18015
18016 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
18017
18018         * Control.cs(PreProcessMessage): Moved menu handling back, but
18019           after all other key handling, to match MS (who handles Menu in
18020           DefWndProc)
18021         * Menu.cs (WndProc): Removed my brainfart
18022
18023 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
18024
18025         * Control.cs(PreProcessMessage): Removed special menu handling 
18026         * Menu.cs (WndProc): Added handling of WM_SYSKEYUP for menu purposes.
18027
18028 2005-12-07  Mike Kestner  <mkestner@novell.com>
18029
18030         * Control.cs : special case SYSKEYUP so that we can adjust keynav
18031         state according in tracker.
18032         * Menu.cs : promote tracker field to base class and provide a tracker
18033         lookup capability.  Add/Remove shortcuts dynamically if the top menu
18034         has a tracker. Unparent items that are removed from the collection.
18035         * MenuAPI.cs : implement mnemonic, shortcut, and arrow-based keynav.
18036         * Theme*.cs: add always_show_hotkeys field to support configurability
18037         of mnemonic display.  win32 doesn't show mnemonics until Alt is
18038         pressed.
18039
18040 2005-12-07  Jackson Harper  <jackson@ximian.com>
18041
18042         * MdiChildContext.cs: Use Control.ResetCursor.
18043         * Control.cs: ResetCursor needs to set the property so that the
18044         correct XplatUI call gets made.
18045
18046 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
18047
18048         * Control.cs: More fixes to make our key events match MS. We
18049           were not setting the modifier state on KeyData, and we were
18050           not generating any events when Alt was pressed with a key
18051           since handling of WM_SYSxxx was missing for the OnKey methods.
18052
18053 2005-12-07  Jackson Harper  <jackson@ximian.com>
18054
18055         * MdiChildContext.cs: reenable the sizing code.
18056         - When the mouse leaves a window reset its cursor.
18057
18058 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
18059
18060         * ThemeClearlooks.cs: Reflect latest Hwnd changes
18061
18062 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
18063
18064         * Hwnd.cs: Now using the theme 3d bordersize to calculate
18065           widths of Fixed3D borders
18066
18067 2005-12-07  Jackson Harper  <jackson@ximian.com>
18068
18069         * MdiClient.cs: Fix warnings. Earn Mike's love.
18070
18071 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
18072
18073         * ThemeClearlooks.cs:
18074           - Adjusted mouse over button color
18075           - Added first parts of CheckBox drawing
18076           - Added correct color for selected text background
18077           - Fixed ComboBox drawing
18078           - Added CPDrawBorder3D and CPDrawBorder
18079
18080 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
18081
18082         * XplatUIX11.cs: Added call to XBell for AudibleAlert
18083
18084 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com> 
18085
18086         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
18087           XplatUIOSX.cs: Added AudibleAlert() method to have a means to
18088           alert users via sound. We could add an enum arg with different
18089           types of alerts in the future
18090
18091 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
18092
18093         * Control.cs: Fix behaviour problems pointed out by Mike
18094
18095 2005-12-05  Mike Kestner  <mkestner@novell.com>
18096
18097         * StatusBarPanel.cs: add Invalidate method and hook it into all the
18098         prop setters.  Calls parent.Refresh for now, but could be maybe be
18099         optimized with an internal method on StatusBar at some point.
18100         [Fixes #76513]
18101
18102 2005-12-05  Peter Dennis Bartok  <pbartok@novell.com> 
18103
18104         * RichTextBox.cs: Implemented get_SelectionColor
18105
18106 2005-12-05  Alexander Olk  <alex.olk@googlemail.com>
18107
18108         * ThemeClearlooks.cs:
18109           - Removed dead code
18110           - Draw black button border only if button is Form.AcceptButton
18111           - Draw correct button color for pressed RadioButton if the mouse 
18112             has entered the button
18113           - Updated ProgressBar drawing!
18114           - Updated CPDrawSizeGrip drawing
18115           - Updated StatusBarPanel drawing
18116
18117 2005-12-05  Mike Kestner  <mkestner@novell.com>
18118
18119         * Control.cs (PreProcessMessage): add Keys.Alt based on LParam value.
18120         * X11Keyboard.cs (SendKeyboardInput): formal lParam for alt mod.
18121
18122 2005-12-04  Alexander Olk  <alex.olk@googlemail.com>
18123
18124         * ThemeClearlooks.cs: Initial check-in, activate with
18125           export MONO_THEME=clearlooks
18126         * ThemeEngine.cs: Added ThemeClearlooks
18127
18128 2005-12-03  Mike Kestner  <mkestner@novell.com>
18129
18130         * MenuAPI.cs: deactivate menus prior to calling item.PerformClick.
18131         [Fixes #76897]
18132
18133 2005-12-02  Jackson Harper  <jackson@ximian.com>
18134
18135         * Form.cs: If the child form has no menu the default main menu is
18136         used as the active menu.
18137
18138 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com> 
18139
18140         * ListBox.cs: Check if any items exist before trying to resolve 
18141           coordinates into items
18142
18143 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
18144
18145         * ThemeWin32Classic.cs: Hatchbrush on Win32 seems to always use white
18146           as the second color for the background hatch
18147
18148 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
18149
18150         * TextBoxBase.cs: Now uses Jackson's new and improved ImplicitScrollbar
18151         * RichTextBox.cs: FormatText position arguments are 1-based, now making
18152           sure that what we pass to FormatText is always 1-based. Fixes #76885
18153
18154 2005-11-29  Miguel de Icaza  <miguel@novell.com>
18155
18156         * NumericUpDown.cs (EndInit): When we are done initializing,
18157         reflect any updates on the UI.
18158
18159 2005-12-02  Jackson Harper  <jackson@ximian.com>
18160
18161         * ImplicitHScrollBar.cs:
18162         * ImplicitVScrollBar.cs: New scrollbars that don't take focus from
18163         their container controls.
18164         * TreeView.cs: Use the new implicit scrollbars.
18165
18166 2005-12-02  Jackson Harper  <jackson@ximian.com>
18167
18168         * TreeView.cs: Make top_node internal so the TreeNodeCollections
18169         can play with it.
18170         * TreeNodeCollection.cs: If we remove the topnode we need to
18171         update topnode to the next node in line.
18172         - When clearing nodes go through the same process as removing
18173         them, so they get depareneted and checked if they are top node.
18174
18175 2005-12-01  Jackson Harper  <jackson@ximian.com>
18176
18177         * TreeView.cs: When imagelists are used the image area is
18178         selectable as well as the text.
18179         - If there are no selected nodes select the first one.
18180         * TreeNodeCollection.cs: Getting the TreeView is mildly expensive,
18181         so don't do it more then we need to.
18182
18183 2005-12-01  Jackson Harper  <jackson@ximian.com>
18184
18185         * ThemeWin32Classic.cs: Reimplement the scroll arrow drawing so
18186         that arrows can be scaled.
18187
18188 2005-12-01  Jackson Harper  <jackson@ximian.com>
18189
18190         * TreeNode.cs : Fixed bugs that caused FullPathTest + Traverse to
18191         fail. Patch by Dieter Bremes
18192
18193 2005-11-30  Jackson Harper  <jackson@ximian.com>
18194
18195         * Form.cs: Property is 2.0 only
18196         * PrintDialog.cs: Signature fix.
18197
18198 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
18199
18200         * TextControl.cs: 
18201           - No longer artificially moves text 2 pixels down (now that we have
18202             borders this is no longer needed)
18203           - Added calcs for left, hanging and right indent
18204
18205 2005-11-23  Mike Kestner  <mkestner@novell.com>
18206
18207         * Menu.cs: mark MenuChanged internal, since it's not exposed by MS.
18208
18209 2005-11-30  Jackson Harper  <jackson@ximian.com>
18210
18211         * MdiChildContext.cs: Set the cloned menus forms, as these don't
18212         get cloned as part of CloneMenu ().
18213         * Menu.cs: Make sure the parent of the items get set correctly
18214         when they are added.  And the owners are notified of the changes.
18215         * Form.cs: Create an ActiveMenu property, so that when MDI is used
18216         we can change the menu being displayed/handled by the form without
18217         changing the menu assosciated with the form.
18218         - Don't let Mdi children draw/handle menus.
18219         
18220 2005-11-30  Jackson Harper  <jackson@ximian.com>
18221
18222         * Menu.cs: Switch the MenuChanged method to OnMenuChanged and add
18223         a MenuChanged event. Just to make the API a little more
18224         consistent.
18225         * MainMenu.cs:
18226         * MenuItem.cs: Use the new OnMenuChanged
18227         * MdiChildContext.cs: Handle menu merging.
18228         * Form.cs: Implement MergedMenu.
18229         
18230 2005-11-30  Jackson Harper  <jackson@ximian.com>
18231
18232         * Menu.cs: We were misusing Add. Add goes behind the specified
18233         index according to the docs, and does not replace the specified
18234         index. So I added an Insert method.
18235
18236 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
18237
18238         * TextBoxBase.cs:  Implemented Ctrl-Ins (Copy), Shift-Ins (Paste) and
18239           Shift-Del (Cut), apparently Emacs uses these old Win 2.x keys. This
18240           is for Jackson
18241         * RichTextBox.cs: Added calls to base for DnD events
18242
18243 2005-11-28  Peter Dennis Bartok  <pbartok@novell.com>
18244
18245         * TextControl.cs:
18246           - Fixed drag-selection related crash; style fixes
18247           - Implemented undo class
18248             o Implemented method to capture document state for specified
18249               range in document tree
18250             o Implemented method to restore captured document state
18251             o Implemented cursor tracking
18252             o Implemented basic undo stack
18253           - Added undo cursor tracking to methods altering cursor location
18254           - Added undo tracking to selection deletion (still missing
18255             other text-altering hookups)
18256         * RichTextBox.cs:
18257           - Added SelectionLength property
18258           - Implemented CanPaste()
18259           - Implemented Paste()
18260           - Added missing protected methods
18261           - Fixed RTF->Document conversion; now uses font index 0 and color 
18262             index 0 as the default font for the parsed text
18263           - Fixed RTF<->Document font size translation
18264           - Fixed RTF generation, now properly handles cross-tag boundaries
18265             for single line selection
18266           - No longer always appends blank line to generated RTF
18267           - Removed TODOs
18268           - Added missing attributes
18269           - Hooked up undo-related methods
18270         * TextBoxBase.cs:
18271           - Implemented Copy()
18272           - Implemented Paste()
18273           - Implemented Cut()
18274           - Fixed caret mis-behaviour on backspace across line-boundaries
18275
18276 2005-11-29  Jackson Harper  <jackson@ximian.com>
18277
18278         * MdiClient.cs: Add a method for activating mdi children. Very
18279         basic right now. I imagine someday it might need more girth.
18280         * MenuItem.cs: Implement MDI lists. When mdilist is true the mdi
18281         children windows names are added to the menu item.
18282         * ThemeWin32Classic.cs: Draw the arrow if the item is an
18283         mdilist. This happens regardless of whether or not there are any
18284         mdi windows to see in the list, and according to my tests happens
18285         before the items are even added. Also happens if there isn't even
18286         an mdi client to get windows from.
18287
18288 2005-11-29  Alexander Olk  <alex.olk@googlemail.com>
18289
18290         * ThemeWin32Classic.cs: Make DrawFlatStyleRadioButton protected
18291         * ThemeNice.cs: Fix drawing of flatstyle radiobuttons
18292
18293 2005-11-29  Jordi Mas i Hernandez <jordimash@gmail.com>
18294
18295         * DataGridTableStyle.cs:
18296           - Create always the styles for the missing columns even if they are
18297             provided by the user (not default table style)
18298         * DataGrid.cs:
18299           - Fixes bug 76770
18300           - Fixes SetDataBinding (always re-attach source)
18301           - Fixes SetNewDataSource (only clear styles if they are not for 
18302             this source)
18303          -  Expands OnTableStylesCollectionChanged to handle style refresh 
18304             and remove properly
18305
18306 2005-11-29  Jackson Harper  <jackson@ximian.com>
18307
18308         * FileDialog.cs: Implement missing bits, remove some dead
18309         code.
18310         * FontDialog.cs: Implement missing Apply stuff, and ToString. Move
18311         creation of the panel so that the options set on the dialog are
18312         seen when the panel is created.
18313         * TreeView.cs: raise a click when items are clicked.
18314         
18315 2005-11-29  Jackson Harper  <jackson@ximian.com>
18316
18317         * MdiClient.cs: Pass some signature methods through to base.
18318
18319 2005-11-28  Jackson Harper  <jackson@ximian.com>
18320
18321         * ListView.cs: Raise the click event when items are clicked.
18322
18323 2005-11-28  Jackson Harper  <jackson@ximian.com>
18324
18325         * MdiClient.cs: Make this algorithm even more beautiful.  And fix
18326         a nullref.
18327
18328 2005-11-27  Alexander Olk  <alex.olk@googlemail.com>
18329
18330         * ThemeNice.cs: - Removed 1 pixel bitmaps
18331           - Use SmoothingMode.AntiAlias where it makes sense
18332             (ScrollButton arrow for example)
18333           - Enhanced Button focus drawing
18334           - Fixed ComboBox drawing (no artefacts anymore, focus
18335             rectangle is back again, reduced size of ComboButton, etc.)
18336           - Fixed RadioButton focus drawing for Appearence.Button
18337           - Slight ScrollButton redesign
18338           - Some LinearGradientBrush size fixes
18339           - GroupBoxes have now rounded edges
18340           - Fixed StatusBar drawing
18341
18342 2005-11-25  Alexander Olk  <alex.olk@googlemail.com>
18343
18344         * ThemeNice.cs: - Remove dead code
18345           - use correct background colors for menus, etc.
18346           - Fake pixel drawing with 1 pixel bitmaps
18347
18348 2005-11-24  Jackson Harper  <jackson@ximian.com>
18349
18350         * MdiClient.cs: Size the scrollbars when resizing the window.
18351         - Resize the maximized windows when the client is resized
18352         * Form.cs: Make the child context available
18353         
18354 2005-11-23  Jackson Harper  <jackson@ximian.com>
18355
18356         * MdiChildContext.cs: Don't size windows if they are maximized.
18357
18358 2005-11-23  Mike Kestner  <mkestner@novell.com>
18359
18360         * ContextMenu.cs: use MenuTracker.
18361         * Control.cs: remove menu handle usage.
18362         * Form.cs: remove menu handle usage.
18363         * Hwnd.cs: remove menu handle usage.
18364         * MainMenu.cs: Draw method moved here from MenuAPI.DrawMenuBar. Proxy
18365         motion and clicks to the new Tracker handlers.
18366         * Menu.cs: add sizing accessors, SelectedItem prop, kill CreateItems
18367         and handle usage.
18368         * MenuAPI.cs: refactored to combine popup and menubar event handling.
18369         Killed the MENU and MENUITEM data types and associated collections
18370         since we now keep the info on Menu and MenuItem. Expanded TRACKER into
18371         MenuTracker class that exposes the leftovers from the old MenuAPI
18372         static methods. Restructured Capture handling so that only one grab is
18373         done for the entire menu hierarchy instead of handing off grabs to
18374         submenus. Tracker now has an invisible control to Capture when active.
18375         * MenuItem.cs: add sizing accessors, kill Create
18376         and handle usage.
18377         * Theme.cs: remove menu handle and MENU(ITEM) usage.
18378         * ThemeWin32Classic.cs: use Menu/MenuItem sizing props instead of
18379         MENU(ITEM). remove menu handle usage, use Menu directly.
18380         * XplatUIDriver.cs: remove menu handle usage.
18381         * XplatUIOSX.cs: remove menu handle usage.
18382         * XplatUIWin32.cs: remove menu handle usage.
18383         * XplatUIX11.cs: remove menu handle usage.
18384
18385 2005-11-22  Jackson Harper  <jackson@ximian.com>
18386
18387         * Hwnd.cs: Don't compute the menu size for
18388         DefaultClientRectangle.
18389         - Reenable menu sizes being computed for GetClienRectangle.
18390         * Form.cs: Remove comment of trechery
18391         
18392 2005-11-22  Jackson Harper  <jackson@ximian.com>
18393
18394         * Hwnd.cs: The adjustments for the menu bar are made when it is
18395         attached to the form.
18396
18397 2005-11-19  Jackson Harper  <jackson@ximian.com>
18398
18399         * XplatUIX11.cs: Create an HGRN of the invalid area for WM_NCPAINT
18400         (just like on windows).
18401
18402 2005-11-19  Jackson Harper  <jackson@ximian.com>
18403
18404         * MdiChildContext.cs: Handle all the buttons ourselves. We can't
18405         use real buttons anymore because they are in non client area. The
18406         one TODO here is that I need to somehow invalidate a section of
18407         the non client area.
18408
18409 2005-11-18  Jackson Harper  <jackson@ximian.com>
18410
18411         * Control.cs: Put the enum check back in now that MDI doesnt have
18412         to use this to set border styles.
18413         * Form.cs: Only set mdi child windows borders if the handle has
18414         been created.
18415         * MdiChildContext.cs: Don't set the InternalBorderStyle, just pass
18416         this directly on to the driver.
18417         - Get the move start position before adjusting for the titlebar
18418         height, this fixes the windows "skipping" when they are first
18419         moved.
18420
18421 2005-11-18  Jackson Harper  <jackson@ximian.com>
18422
18423         * XplatUIX11.cs: Just compute the mdi borders separately as they
18424         don't totally match up with normal form borders.
18425
18426 2005-11-18  Jackson Harper  <jackson@ximian.com>
18427
18428         * Control.cs: Set WS_ styles for borders, so that the driver does
18429         not have to retrieve the control instance to figure out what kind
18430         of borders it should have.
18431         * Form.cs: Set the WS_EX_MDICHILD flag on mdi children, so the
18432         driver can know its an mdi child easily.
18433         * XplatUIX11.cs: Get the border styles and whether the window is
18434         MDI from the Styles and ExStyles params instead of having to get a
18435         control. This prevents a chicken and egg problem.       
18436
18437 2005-11-18  Jackson Harper  <jackson@ximian.com>
18438
18439         * MdiClient.cs: Fix typo so scrollbars show up correctly.
18440
18441 2005-11-18  Jackson Harper  <jackson@ximian.com>
18442
18443         * MdiClient.cs: Calculate when to add and remove scrollbars
18444         correctly.
18445         * MdiChildContext.cs: Adjust the y position to take the titlebar
18446         into account.
18447         - No height for FormBorderStyle.None
18448
18449 2005-11-18  Jackson Harper  <jackson@ximian.com>
18450
18451         * Control.cs: Allow non enum values to be used for
18452         InternalBorderStyle.  MDI does this to set a special border style.
18453         - New utility methods for converting points to/from client coords
18454         - Add the newly created control to the Controls collection before
18455         updating its style. This way UpdateStyle can walk the control
18456         heirarchy to find the control if needed.
18457         so I don't need to create a new Point object all the time.
18458         * Form.cs: Let MDI windows handle their border styles.
18459         - Set styles on MDI windows so the correct title style is derived.
18460         * MdiChildContext.cs: Move all the painting and window handling
18461         into the non client area.
18462         - Use correct sizing and put correct buttons on frames based on
18463         the FormBorderStyle.
18464         - Notify the mdi client about scrolling
18465         - Need to handle the buttons ourselves now, because they are all
18466         in non client areas and we can't add controls there.
18467         * MdiClient.cs: Halfway to scrolling, this implementation is
18468         somewhat broken though, we need to check to make sure other
18469         windows aren't causing scrolling before removing the bars. Also
18470         the bars need to be drawn on top, maybe I can switch implicit
18471         controls to be on top.
18472         * Hwnd.cs: caption_height and tool_caption_height are now
18473         properties of an hwnd, this way they can be set by the driver
18474         based on the type of window they are.  In X11 the window manager
18475         handles the decorations so caption_height is zero unless its an
18476         MDI window.
18477         - Add 3 pixel borders for MDI windows (0xFFFF).
18478         - Get rid of some code duplication, have DefaultClientRectanle
18479         just call GetClientRectangle.
18480         * XplatUIX11.cs: Pass caption_height and tool_caption_height to
18481         Hwnd now.
18482         - Set border styles differently for mdi windows.
18483         * XplatUIOSX.cs: Pass caption_height and tool_caption_height to
18484         Hwnd now.
18485         
18486 2005-11-15  Mike Kestner  <mkestner@novell.com>
18487
18488         * Menu.cs: when adding an item to the collection, if item is already 
18489         parented, remove it from the parent.
18490
18491 2005-11-13  Alexander Olk  <alex.olk@googlemail.com>
18492
18493         * X11DesktopColors.cs: Added KDE support
18494
18495 2005-11-11  Peter Dennis Bartok  <pbartok@novell.com>
18496
18497         * XplatUIWin32.cs: 
18498           - Clipboard methods now can translate Rtf format
18499           - No longer removes clipboard contents whenever a new format is added
18500             to allow placing multiple formats on the clipboard
18501         * Clipboard.cs: Clipboard now supports getting a IDataObject and
18502           will place all formats contained in it onto the clipboard. Also
18503           now cleans the clipboard before placing a new object onto it
18504         * RichTextBox.cs:
18505           - Implemented set_Rtf
18506           - Implemented set_SelectedRtf
18507           - Created InsertRTFFromStream() method to allow single code base
18508             for all properties and methods that insert RTF into document
18509           - Removed debug output
18510         * TextControl.cs:
18511           - Fixed Delete(int) to fix up line numbers
18512           - Fixed ReplaceSelection to combine start and end line
18513           - Fixed serious DeleteChars bug that would leave the document tree
18514             broken
18515           - Improved DumpTree with several logic checks to detect broken
18516             document trees
18517           - Removed debug lines
18518           - Fixed Caret.WordForward/WordBack moving code, now always also 
18519             updates caret.tag (fixes crash when word-selecting across tag
18520             boundaries via keyboard)
18521           - Added Insert() method for inserting multiline text into documents
18522           - Fixed DeleteChars() calculation errors that would cause a broken
18523             tag chain with multiple tag lines
18524           - DeleteChars() no longer crashes on multi-tag lines if not all tags
18525           - Split() no longer moves caret if split is at caret location
18526           - ReplaceSelection() now updates the cursor and re-displays it
18527           - ReplaceSelection() now uses new Insert() method to avoid code
18528             duplication
18529           - FormatText() can now handle formatting partial lines
18530         * TextBoxBase.cs:
18531           - Append now uses new TextControl.Insert() method (this avoids 
18532             duplicate code)
18533           - Implemented Ctrl-X (Cut) (
18534           - Implemented Ctrl-C (Copy)
18535           - Implemented Ctrl-V (Paste) (Still some bugs related to screen 
18536             regeneration when pasting text; roundtripping Copy&Paste within
18537             edit control still fails due to some calculation bugs in GenerateRTF)
18538           - The Delete key will now remove the current selection if it is visible
18539         * TextBox.cs: Removed debug lines
18540         * XplatUI.cs: Trigger initialization of DataFormats (which requires the
18541           driver to be initialized and can't therefore be done via a static ctor)
18542
18543 2005-11-10  Peter Dennis Bartok  <pbartok@novell.com>
18544
18545         * TextControl.cs: Added backend code for finding char arrays and strings
18546         * TextBoxBase.cs:
18547           - Added mouse wheel scroll support
18548           - Added support for VScroll and HScroll events
18549         * RichTextBox.cs:
18550           - Implemented all seven Find() variants
18551           - Implemented GetCharFromPosition()
18552           - Implemented GetCharIndexFromPosition()
18553           - Implemented GetLineFromIndex()
18554           - Implemented GetPositionFromCharIndex();
18555           - Implemented SaveFile for PlainText and UnicodeText
18556           - Fixed set_Font, now setting a new font applies that font to
18557             the whole document
18558           - Implemented generic Document to RTF converter
18559           - Implemented SaveFile for RichText format (still missing unicode
18560             conversion for non-ansi chars)
18561           - Implemented get_Rtf
18562           - Implemented get_SelectedRtf
18563
18564 2005-11-09  Peter Dennis Bartok  <pbartok@novell.com>
18565
18566         * Control.cs (WndProc): Call HandleClick after having sent OnMouseUp
18567           to allow any captures to be released before triggering OnClick. This
18568           way a click handler may capture the mouse without interference.
18569         * XplatUIX11.cs: Always send mouse messages to grab window if one exists.
18570           This way we send them even though X may not allow a grab (if the window
18571           isn't visible, for example)
18572
18573 2005-11-08  Pedro Martinez Julia <pedromj@gmail.com>
18574
18575         * DataGridViewRowEventArgs.cs: DataGridView implementation
18576         * DataGridViewElement.cs: DataGridView implementation
18577         * DataGridViewComboBoxCell.cs: DataGridView implementation
18578         * DataGridViewDataErrorContexts.cs: DataGridView implementation
18579         * DataGridViewCellErrorTextNeededEventArgs.cs: DataGridView implementation
18580         * DataGridViewColumnHeadersHeightSizeMode.cs: DataGridView implementation
18581         * ImageLayout.cs: DataGridView implementation
18582         * DataGridViewComboBoxColumn.cs: DataGridView implementation
18583         * DataGridViewCellMouseEventHandler.cs: DataGridView implementation
18584         * DataGridViewSelectionMode.cs: DataGridView implementation
18585         * IDataGridViewEditingControl.cs: DataGridView implementation
18586         * DataGridViewSortCompareEventHandler.cs: DataGridView implementation
18587         * DataGridViewCellStyleContentChangedEventHandler.cs: DataGridView implementation
18588         * DataGridViewAutoSizeModeEventHandler.cs: DataGridView implementation
18589         * DataGridViewColumnStateChangedEventHandler.cs: DataGridView implementation
18590         * DataGridViewColumnSortMode.cs: DataGridView implementation
18591         * DataGridView.cs: DataGridView implementation
18592         * DataGridViewRowStateChangedEventHandler.cs: DataGridView implementation
18593         * DataGridViewRowPostPaintEventArgs.cs: DataGridView implementation
18594         * DataGridViewDataErrorEventArgs.cs: DataGridView implementation
18595         * Padding.cs: DataGridView implementation
18596         * DataGridViewCellParsingEventArgs.cs: DataGridView implementation
18597         * DataGridViewCellStateChangedEventHandler.cs: DataGridView implementation
18598         * DataGridViewRowEventHandler.cs: DataGridView implementation
18599         * DataGridViewCellPaintingEventHandler.cs: DataGridView implementation
18600         * DataGridViewCellFormattingEventHandler.cs: DataGridView implementation
18601         * DataGridViewButtonCell.cs: DataGridView implementation
18602         * DataGridViewCellStyleContentChangedEventArgs.cs: DataGridView implementation
18603         * DataGridViewEditMode.cs: DataGridView implementation
18604         * DataGridViewCellValueEventArgs.cs: DataGridView implementation
18605         * DataGridViewRowCancelEventArgs.cs: DataGridView implementation
18606         * DataGridViewRowHeadersWidthSizeMode.cs: DataGridView implementation
18607         * DataGridViewCheckBoxColumn.cs: DataGridView implementation
18608         * DataGridViewCellToolTipTextNeededEventHandler.cs: DataGridView implementation
18609         * DataGridViewAutoSizeColumnsMode.cs: DataGridView implementation
18610         * DataGridViewCellEventHandler.cs: DataGridView implementation
18611         * DataGridViewEditingControlShowingEventHandler.cs: DataGridView implementation
18612         * DataGridViewCellStyleConverter.cs: DataGridView implementation
18613         * DataGridViewSelectedRowCollection.cs: DataGridView implementation
18614         * DataGridViewBindingCompleteEventHandler.cs: DataGridView implementation
18615         * DataGridViewColumnEventArgs.cs: DataGridView implementation
18616         * DataGridViewRowHeightInfoPushedEventHandler.cs: DataGridView implementation
18617         * DataGridViewRowContextMenuStripNeededEventHandler.cs: DataGridView implementation
18618         * QuestionEventArgs.cs: DataGridView implementation
18619         * IDataGridViewEditingCell.cs: DataGridView implementation
18620         * DataGridViewTriState.cs: DataGridView implementation
18621         * DataGridViewColumnDesignTimeVisibleAttribute.cs: DataGridView implementation
18622         * DataGridViewCellStateChangedEventArgs.cs: DataGridView implementation
18623         * DataGridViewColumnCollection.cs: DataGridView implementation
18624         * DataGridViewCellValueEventHandler.cs: DataGridView implementation
18625         * DataGridViewRowDividerDoubleClickEventHandler.cs: DataGridView implementation
18626         * DataGridViewCellFormattingEventArgs.cs: DataGridView implementation
18627         * DataGridViewColumn.cs: DataGridView implementation
18628         * DataGridViewCellBorderStyle.cs: DataGridView implementation
18629         * DataGridViewCellContextMenuStripNeededEventHandler.cs: DataGridView implementation
18630         * DataGridViewCellValidatingEventArgs.cs: DataGridView implementation
18631         * DataGridViewRow.cs: DataGridView implementation
18632         * DataGridViewImageCellLayout.cs: DataGridView implementation
18633         * DataGridViewImageCell.cs: DataGridView implementation
18634         * DataGridViewTopLeftHeaderCell.cs: DataGridView implementation
18635         * DataGridViewCheckBoxCell.cs: DataGridView implementation
18636         * DataGridViewHeaderCell.cs: DataGridView implementation
18637         * DataGridViewCellErrorTextNeededEventHandler.cs: DataGridView implementation
18638         * DataGridViewRowHeightInfoPushedEventArgs.cs: DataGridView implementation
18639         * DataGridViewAutoSizeColumnsModeEventHandler.cs: DataGridView implementation
18640         * DataGridViewTextBoxColumn.cs: DataGridView implementation
18641         * QuestionEventHandler.cs: DataGridView implementation
18642         * DataGridViewCellStyleScopes.cs: DataGridView implementation
18643         * DataGridViewSortCompareEventArgs.cs: DataGridView implementation
18644         * DataGridViewCellContextMenuStripNeededEventArgs.cs: DataGridView implementation
18645         * DataGridViewCell.cs: DataGridView implementation
18646         * DataGridViewCellEventArgs.cs: DataGridView implementation
18647         * DataGridViewClipboardCopyMode.cs: DataGridView implementation
18648         * DataGridViewCellStyle.cs: DataGridView implementation
18649         * DataGridViewColumnHeaderCell.cs: DataGridView implementation
18650         * DataGridViewRowPrePaintEventHandler.cs: DataGridView implementation
18651         * DataGridViewRowCancelEventHandler.cs: DataGridView implementation
18652         * TextFormatFlags.cs: DataGridView implementation
18653         * DataGridViewCellToolTipTextNeededEventArgs.cs: DataGridView implementation
18654         * DataGridViewDataErrorEventHandler.cs: DataGridView implementation
18655         * DataGridViewAdvancedCellBorderStyle.cs: DataGridView implementation
18656         * DataGridViewCellPaintingEventArgs.cs: DataGridView implementation
18657         * DataGridViewButtonColumn.cs: DataGridView implementation
18658         * DataGridViewRowsRemovedEventArgs.cs: DataGridView implementation
18659         * HandledMouseEventArgs.cs: DataGridView implementation
18660         * DataGridViewCellParsingEventHandler.cs: DataGridView implementation
18661         * DataGridViewColumnDividerDoubleClickEventHandler.cs: DataGridView implementation
18662         * DataGridViewCellMouseEventArgs.cs: DataGridView implementation
18663         * DataGridViewAutoSizeRowsMode.cs: DataGridView implementation
18664         * DataGridViewRowCollection.cs: DataGridView implementation
18665         * DataGridViewAdvancedBorderStyle.cs: DataGridView implementation
18666         * DataGridViewCellCancelEventHandler.cs: DataGridView implementation
18667         * DataGridViewHitTestType.cs: DataGridView implementation
18668         * DataGridViewAutoSizeModeEventArgs.cs: DataGridView implementation
18669         * DataGridViewColumnStateChangedEventArgs.cs: DataGridView implementation
18670         * DataGridViewColumnEventHandler.cs: DataGridView implementation
18671         * DataGridViewRowDividerDoubleClickEventArgs.cs: DataGridView implementation
18672         * DataGridViewAutoSizeRowMode.cs: DataGridView implementation
18673         * DataGridViewRowHeightInfoNeededEventArgs.cs: DataGridView implementation
18674         * DataGridViewRowsDeletedEventArgs.cs: DataGridView implementation
18675         * DataGridViewTextBoxEditingControl.cs: DataGridView implementation
18676         * DataGridViewContentAlignment.cs: DataGridView implementation
18677         * DataGridViewRowPostPaintEventHandler.cs: DataGridView implementation
18678         * DataGridViewComboBoxEditingControl.cs: DataGridView implementation
18679         * DataGridViewCellValidatingEventHandler.cs: DataGridView implementation
18680         * DataGridViewSelectedColumnCollection.cs: DataGridView implementation
18681         * DataGridViewPaintParts.cs: DataGridView implementation
18682         * DataGridViewCellCollection.cs: DataGridView implementation
18683         * DataGridViewRowsAddedEventArgs.cs: DataGridView implementation
18684         * DataGridViewImageColumn.cs: DataGridView implementation
18685         * DataGridViewRowsRemovedEventHandler.cs: DataGridView implementation
18686         * DataGridViewElementStates.cs: DataGridView implementation
18687         * DataGridViewRowHeightInfoNeededEventHandler.cs: DataGridView implementation
18688         * DataGridViewColumnDividerDoubleClickEventArgs.cs: DataGridView implementation
18689         * DataGridViewRowPrePaintEventArgs.cs: DataGridView implementation
18690         * DataGridViewRowStateChangedEventArgs.cs: DataGridView implementation
18691         * DataGridViewEditingControlShowingEventArgs.cs: DataGridView implementation
18692         * DataGridViewCellCancelEventArgs.cs: DataGridView implementation
18693         * DataGridViewRowHeaderCell.cs: DataGridView implementation
18694         * DataGridViewBindingCompleteEventArgs.cs: DataGridView implementation
18695         * DataGridViewTextBoxCell.cs: DataGridView implementation
18696         * DataGridViewBand.cs: DataGridView implementation
18697         * DataGridViewAutoSizeColumnModeEventArgs.cs: DataGridView implementation
18698         * DataGridViewHeaderBorderStyle.cs: DataGridView implementation
18699         * DataGridViewRowsAddedEventHandler.cs: DataGridView implementation
18700         * DataGridViewAutoSizeColumnMode.cs: DataGridView implementation
18701         * DataGridViewAutoSizeColumnModeEventHandler.cs: DataGridView implementation
18702         * DataGridViewAutoSizeColumnsModeEventArgs.cs: DataGridView implementation
18703         * DataGridViewRowErrorTextNeededEventHandler.cs: DataGridView implementation
18704         * DataGridViewSelectedCellCollection.cs: DataGridView implementation
18705         * DataGridViewRowContextMenuStripNeededEventArgs.cs: DataGridView implementation
18706         * DataGridViewRowErrorTextNeededEventArgs.cs: DataGridView implementation
18707         * DataGridViewComboBoxDisplayStyle.cs: DataGridView implementation
18708
18709 2005-11-08  Peter Dennis Bartok  <pbartok@novell.com>
18710
18711         * ThemeWin32Classic.cs: 
18712           - Draw the outside focus rectangle around buttons
18713           - Use CPDrawFocusRectangle to draw focus rectangles until Cairo
18714             doesn't use end caps for every dash of a line anymore. This
18715             workaround ignores the forecolor.
18716
18717 2005-11-08  Kornél Pál  <kornelpal@hotmail.com>
18718
18719         * ImageList.cs: Don't use ArgbColor with LayoutKind.Explicit as it isn't
18720           endian safe.
18721
18722 2005-11-07  Jackson Harper  <jackson@ximian.com>
18723
18724         * X11Dnd.cs: Set the X/Y positions on the DragEventArgs correctly.
18725
18726 2005-11-07  Jackson Harper  <jackson@ximian.com>
18727
18728         * ScrollableControl.cs: Calculate the maximum and change vars
18729         (more) correctly so that scrollbars appear as a sensible size.
18730
18731 2005-11-04  Jackson Harper  <jackson@ximian.com>
18732
18733         * TreeNodeCollection.cs: Refresh when nodes are cleared from the
18734         collection.
18735         * TreeView.cs: When the tree is sorted null out the top_node so
18736         that it is recalculated.
18737         - Use dotted lines instead of dashed lines to match MS better.
18738
18739 2005-11-04  Jordi Mas i Hernandez <jordimash@gmail.com>
18740
18741         * ListView.cs: 
18742           - Implements key search for items. Useful when browsing files with FileDialog
18743           - When changing view mode or when clear the items reset scrollbar positions
18744
18745 2005-11-04  Jackson Harper  <jackson@ximian.com>
18746
18747         * CurrencyManager.cs: Implement the MetaDataChanged event, the
18748         Reset method, and the CheckEmpty. CheckEmpty is just a total guess
18749         as to what the method may do as there is no real way of creating a
18750         derived CurrencyManager and calling the method. 
18751
18752 2005-11-03  Jackson Harper  <jackson@ximian.com>
18753
18754         * ThemeWin32Classic.cs: Implement ownerdrawing in the tab control
18755         * TabControl.cs: Add Ownerdrawing bits, add the UpdateTabSelection
18756         method which seems to just be used internally to refresh the tabs.
18757
18758 2005-11-03  Jackson Harper  <jackson@ximian.com>
18759
18760         * TabControl.cs: Implement the remove method. Fix some broken
18761         comments.
18762
18763 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
18764
18765         * DateTimePicker.cs:
18766           - Added missing DateTimePickerAccessibleObject class
18767           - Added missing events
18768           - Added OnFontChanged method
18769         * Form.cs: Added missing attributes
18770         * TreeView.cs: Added missing attributes
18771
18772 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com> 
18773
18774         * GridItemCollection.cs: Fix signatures
18775
18776 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
18777
18778         * XplatUI.cs: Updated build rev/date
18779         * ComboBox.cs, DataGridTextBoxColumn.cs Control.cs, 
18780           DataGridTableStyle.cs, DataGrid.cs, DateTimePicker.cs: Signature fixes
18781         * Application.cs: Trigger context-specific ExitThread events
18782
18783 2005-11-03  Jackson Harper  <jackson@ximian.com>
18784
18785         * Menu.cs:
18786         * MainMenu.cs:
18787         * GridTableStylesCollection.cs:
18788         * Timer.cs:
18789         * TabPage.cs:
18790         * HelpProvider.cs:
18791         * StatusBar.cs:
18792         * MonthCalendar.cs: Signature fixes
18793
18794 2005-11-03  Jackson Harper  <jackson@ximian.com>
18795
18796         * TreeNodeCollection.cs: Remove should not be virtual.
18797         * TreeView.cs: Implement the last of the missing methods.
18798
18799 2005-11-03  Jackson Harper  <jackson@ximian.com>
18800
18801         * TreeNodeConverter.cs: Implement to get off my class-status back.
18802
18803 2005-11-03  Jackson Harper  <jackson@ximian.com>
18804
18805         * TreeView.cs: Hookup the bits for drag and drop.
18806         * TreeNode.cs: Don't cache the tree_view or index anymore, now
18807         that nodes can be moved from tree to tree easily this just causes
18808         all sorts of problems.
18809         * TreeNodeCollection: Don't need to give treenodes an index and
18810         treeview anymore when they are added, these are computed on the
18811         fly. Also make sure to remove a node before its added.
18812
18813 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
18814
18815         * TextControl.cs:
18816           - Added CaretSelection enum
18817           - Added comparison methods to Marker struct, makes selection code
18818             more readable
18819           - Added SelectionStart and SelectionEnd as 'moveable' location for
18820             the CaretDirection enum and handler
18821           - Added selection_prev variable to track optimized invalidation for
18822             word and line selection
18823           - Added SelectionVisible property (returns true if there is a valid 
18824             selection)
18825           - Switched CaretHasFocus to only display the caret if there is no
18826             visible selection
18827           - Avoiding StringBuilder.ToString to retrieve a single char, instead
18828             using the direct character index; should be much faster
18829           - Added various conditional debug statements
18830           - Fixed invalidation calculation for selection ranges
18831           - Added ExpandSelection() method to support word and line selection
18832           - Switched SetSelectionToCaret to use new Marker compare overloads
18833           - Added central IsWordSeparator() method to determine word 
18834             separators/whitespace and FindWordSeparator() to streamline common
18835             usage of IsWordSeparator()
18836         * TextBoxBase.cs:
18837           - Removed unneeded grabbed variable, it was just mirroring
18838             Control.Capture
18839           - No longer firing OnTextChanged event when Text setter is called,
18840             since the base will fire the event for us
18841           - Added handling of Ctrl-Up/Down selection
18842           - Added handling of Shift-Cursorkey selection
18843           - Added handling for Ctrl-Delete and Ctrl-Backspace to remove
18844             words
18845           - Added handling of Shift and Ctrl-Shift-Home/End selection
18846           - Removed some debug output
18847           - Added handling for single/double/tripple-click to place caret/
18848             select word/select line respectively (Fixes bug #76031)
18849           - Added support for drag expansion of word/line selection
18850         * RichTextBox.cs: Handle GotFocus event to trigger redrawing of
18851           current selection
18852
18853 2005-11-02  Jackson Harper  <jackson@ximian.com>
18854
18855         * X11Dnd.cs: If the drag is going to and from a MWF window just
18856         copy the data instead of sending it out through the X Selection
18857         mechanism.
18858
18859 2005-11-02  Jackson Harper  <jackson@ximian.com>
18860
18861         * X11Dnd.cs:
18862         * XplatUIX11.cs: When in a drag we don't want motion notify
18863         messages to get passed on to the other controls. This prevents
18864         mouse move messages from showing up in the drag source.
18865
18866 2005-11-02  Jackson Harper  <jackson@ximian.com>
18867
18868         * X11Dnd.cs: Remove unneeded call to XAllowEvents.  Make sure that
18869         the correct button is release to end a drag.
18870         * XplatUIX11.cs: Make the button state internal so the drag system
18871         can access it.  Dragging needs to know about all button releases,
18872         not just left button.
18873
18874 2005-11-02  Miguel de Icaza  <miguel@novell.com>
18875
18876         * Form.cs (Icon): If the icon is null, reset the icon to the
18877         default value. 
18878
18879         * Cursor.cs: When writing the AND-mask bitmap do not include the
18880         number of colors, but hardcode those to two (black and white),
18881         fixes the loading of color cursors (Paint Dot Net).
18882
18883         * Form.cs: To debug, allow MONO_MWF_SCALING=disable variable to
18884         turn off autoscaling.
18885
18886         * Cursor.cs: Allow resource type to be 1 or 2 (from ImageMagic).
18887
18888 2005-11-02  Jackson Harper  <jackson@ximian.com>
18889
18890         * X11Dnd.cs: Make sure to send a status message if the pointer
18891         enters a control that can not accept a drop, otherwise the cursor
18892         isn't updated correctly. Also tried to compress the lines of code
18893         a bit.
18894
18895 2005-11-02  Jackson Harper  <jackson@ximian.com>
18896
18897         * X11Dnd.cs: Change cursors based on drag action. Also attempt to
18898         set actions correctly.  This isn't perfect as XDND and win32 have
18899         some differences on how you allow actions. I'll clear this up by
18900         adding a path for drag from MWF to MWF windows.
18901         * XplatUIX11.cs: Hook into the dnd system.
18902
18903 2005-11-02  Jordi Mas i Hernandez <jmas@softcatala.org>
18904
18905         * ListView.cs: Fixes scroll bar visibility. Hide them if they were
18906         previously shown but they are no longer need it. Very obvious when 
18907         browsing files with FileDialog.
18908
18909 2005-11-01  Peter Dennis Bartok  <pbartok@novell.com>
18910
18911         * Control.cs: We always need to call OnPaintBackground. We pretty much
18912           ignore AllPaintingInWmPaint and always do the painting there, whether 
18913           it's set or not, since we always ignore the WM_ERASEBKGND message 
18914           (which we don't generate on X11). This fixes #76616.
18915         * Panel.cs: Removed unneeded background painting. This happens properly
18916           in Control.cs already
18917
18918 2005-10-31  Mike Kestner  <mkestner@novell.com>
18919
18920         * Menu.cs: Add items to collection before setting their index.
18921         * MenuItem.cs : add range checking with ArgumentException like MS.
18922         [Fixes #76510]
18923
18924 2005-10-31  Jackson Harper  <jackson@ximian.com>
18925
18926         * ListBox.cs: Invalidate if the area is visible at all not just
18927         contained in the visible rect. Fixes unselection of semi visible
18928         items.
18929
18930 2005-10-31  Jackson Harper  <jackson@ximian.com>
18931
18932         * Control.cs: Consistently name the dnd methods. Make them
18933         internal so we can override them to match some MS behavoir
18934         internally.
18935         * Win32DnD.cs: Use the new consistent names.
18936
18937 2005-10-31  Jackson Harper  <jackson@ximian.com>
18938
18939         * TreeView.cs: Don't draw the selected node when we lose focus.
18940
18941 2005-10-31  Jackson Harper  <jackson@ximian.com>
18942
18943         * X11Dnd.cs: We still need to reset the state even though a full
18944         reset isn't being done, otherwise status's still get sent all over
18945         the place.
18946
18947 2005-10-31  Jackson Harper  <jackson@ximian.com>
18948
18949         * Control.cs: Make the dnd_aware flag internal so the dnd
18950         subsystem can check it. Catch exceptions thrown in dnd handlers to
18951         match MS behavoir.
18952         * Hwnd.cs: Add a flag for whether or not a window is dnd aware.
18953         * X11Dnd.cs: Handle null data in the converters. Set the XDND
18954         version when sending a XdndEnter. Use the control/hwnd dnd_aware
18955         flags to reduce the number of dnd enters/status's sent.
18956
18957 2005-10-31  Jackson Harper  <jackson@ximian.com>
18958
18959         * X11Dnd.cs: Don't need the sizeof here. Patch by Jordi Mas.
18960
18961 2005-10-31  Jordi Mas i Hernandez <jordi@ximian.com>
18962
18963         * PictureBox.cs: Fixes 76512
18964
18965 2005-10-28  Jackson Harper  <jackson@ximian.com>
18966
18967         * X11Dnd.cs: Early implementation to support winforms being a drag
18968         source for data on X11. Also restructured the converters so they
18969         can go both ways now.
18970         * XplatUIX11.cs: Tie ins to the the Dnd stuff.
18971         
18972 2005-10-27  Peter Dennis Bartok  <pbartok@novell.com>
18973
18974         * XplatUIX11.cs: Fixed FIXME - implemented ASCII encoding for XA_STRING
18975           clipboard requests
18976
18977 2005-10-27  Jackson Harper  <jackson@ximian.com>
18978
18979         * TreeNode.cs: Implement serialization so my DnD examples will work.
18980
18981 2005-10-24  Kornél Pál  <kornelpal@hotmail.com>
18982
18983         * ButtonBase.cs, ListView.cs, NotifyIcon.cs, PictureBox.cs, ToolBar.cs,
18984           TreeView.cs: Don't dispose objects that are not owned.
18985           
18986 2005-10-24  Peter Dennis Bartok  <pbartok@novell.com>
18987
18988         * Cursor.cs: Defaulting the Current cursor to Cursors.Default. We
18989           should retrieve the current cursor and report that, but XplatUI
18990           doesn't (yet) have an interface for that (and I'm not sure I even
18991           can, on X11)
18992         * XplatUIWin32.cs: Fixed override behaviour. The override is temporary,
18993           until any message loop processing is done (and the WM_SETCURSOR
18994           replaces the cursor to the proper one)
18995         * XplatUIX11.cs: 
18996           - Fixed override behaviour, we can't set the cursor globally on X11, 
18997             just for our windows.
18998           - Invalidating the System.Drawing X11 display handle when we are
18999             shutting down
19000         * Control.cs: Fix to make csc happy
19001
19002 2005-10-23  Peter Dennis Bartok  <pbartok@novell.com>
19003
19004         * TextBoxBase.cs: 
19005           - get_Text: Add last line (without trailing newline) to returned
19006             value (Fixes 76212)
19007           - get_TextLength: Count last line in returned length
19008           - ToString: Call Text property instead of duplicating code
19009
19010 2005-10-23  Kornél Pál  <kornelpal@hotmail.com>
19011
19012         * ImageList.cs: Dispose ImageAttributes objects.
19013
19014 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
19015
19016         * ImageList.cs: Use attribute constructors with less arguments where
19017           possible.
19018
19019 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
19020
19021         * ImageList.cs: Added lastKeyIndex field and use in IndexOfKey.
19022           Use typeof instead of strings when assembly is referenced. Added
19023           some more comments.
19024
19025 2005-10-21  Jackson Harper  <jackson@ximian.com>
19026
19027         * ListView.cs: Raise a double click event. Also tried to somewhat
19028         fix when the selectedindexchanged event is raised. Its still
19029         broken though.
19030
19031 2005-10-21  Jackson Harper  <jackson@ximian.com>
19032
19033         * TreeView.cs: New method to invalidate the plus minus area of a
19034         node without invalidating the whole node (maybe this can be used
19035         in some more places).
19036         * TreeNodeCollection.cs: When adding to an empty node we need to
19037         invalidate its plus minus area so the little block shows up.
19038         
19039 2005-10-21  Jackson Harper  <jackson@ximian.com>
19040
19041         * TreeView.cs: Make sure that when we invalidate a node the bounds
19042         are big enough to cover the selected box and the focus
19043         rectangle. Use a different colour for the lines connecting nodes
19044         so they show up with all themes.
19045
19046 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
19047
19048         * NativeWindow.cs: Don't call anything that could call into the driver,
19049           we might be on a different thread.
19050
19051 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com> 
19052
19053         * Control.cs(Dispose): Since Dispose might run on a different thread,
19054           make sure that we call methods that could call into the driver via
19055           invoke, to avoid thread issues
19056
19057 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
19058
19059         * XplatUI.cs: Removed finalizer
19060         * XplatUIX11.cs: Removed Destructor, was causing crashes due to X11
19061           not allowing to be called on the finalizer thread.
19062
19063 2005-10-21  Kornél Pál  <kornelpal@hotmail.com>
19064
19065         * ImageList.cs:
19066           - Reverted r51889 and r51891.
19067           - Added ImageListItem class that stores unmodified image items and image
19068             properties required to create list images until handle is created.
19069           - Added AddItem and moved image creation logic to AddItemInternal.
19070           - Added CreateHandle method that creates images based on unmodified items.
19071           - Added DestroyHandle that changes state to store unmodified items.
19072           - Add and AddStrip methods no more create handle.
19073           - ReduceColorDepth has no return value.
19074           - Dispose destroys handle.
19075           - Modified other methods to reflect the above changes.
19076           - Implemented key support.
19077           - Added profile 2.0 members and attributes.
19078           - Added private Reset and ShouldSerialize methods that provide the same
19079             behavior as MS.NET but the Visual Studio .NET designer seems to ignore
19080             them as they are private.
19081           - Added some more comments about implementation details.
19082
19083 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
19084
19085         * DataGrid.cs: Adds support for vertical scrolling using the mousewheel
19086
19087 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
19088
19089         * Binding.cs: No PushData/PullData if there is no binding (fixes crash)
19090
19091 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
19092
19093         * DataGridDrawingLogic.cs: Fixes column hit calcultation
19094         * DataGridColumnStyle.cs: Remove debug message
19095
19096 2005-10-20  Jackson Harper  <jackson@ximian.com>
19097
19098         * TreeView.cs: We can always get input keys regardless of whether
19099         or not editing is enabled. They are used for navigation.
19100
19101 2005-10-20  Jackson Harper  <jackson@ximian.com>
19102
19103         * TreeNode.cs: Use the viewport rect for determining if a node
19104         needs to be moved for visibility. Don't use Begin/End edit. This
19105         calls a full refresh when its done.
19106         * TreeView.cs: New SetBottom works correctly.  Make the viewport
19107         rect property internal so the treenodes can see it. When clicking
19108         on a node we need to ensure that its visible because it might just
19109         be partly visible when clicked.
19110
19111 2005-10-20  Jackson Harper  <jackson@ximian.com>
19112
19113         * TreeNodeCollection.cs: Remove debug code.
19114
19115 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
19116
19117         * Datagrid.cs: Implements column sorting in Datagrid
19118         * DataGridColumnStyle.cs: Implements column sorting in Datagrid
19119
19120 2005-10-20  Jackson Harper  <jackson@ximian.com>
19121
19122         * TreeNodeCollection.cs: Remove items properly. Update the correct
19123         area after removing them.
19124
19125 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
19126
19127         * Datagrid.cs: Should not call base.OnPaintBackground
19128
19129 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
19130
19131         * XplatUIX11.cs (GetMessage):
19132           - Now properly calculates NC_xBUTTONDOWN coordinates off the whole
19133             window instead of client window
19134           - Now properly calculates NC_xBUTTONUP message coordinates
19135           - ScreenToMenu now properly calculates it's coordinates of whole 
19136             window, since menus are in the whole window, not in the client
19137             window
19138           - Added WholeToScreen coordinate translation method
19139
19140 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com> 
19141
19142         * XplatUIX11.cs (GetMessage): Don't return in situations where we don't
19143           want to return a message, loop back to the beginning of the function
19144           and grab the next real message to process instead.
19145
19146 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
19147
19148         * Splitter.cs: Properly set limits if no filler control is used
19149
19150 2005-10-19  Jackson Harper  <jackson@ximian.com>
19151
19152         * ColorDialog.cs: Don't show the help button if it is not enabled
19153         instead of disabling it (this is what MS does). Don't create the
19154         panel until the dialog is run, otherwise the vars (such as
19155         ShowHelp) are not set yet.
19156
19157 2005-10-19  Jackson Harper  <jackson@ximian.com>
19158
19159         * TreeView.cs: Implement Begin/EndEdit more correctly so refreshes
19160         are reduced when adding nodes.
19161         * TreeNode.cs:
19162         * TreeNodeCollection.cs: Use UpdateNode instead of refreshing the
19163         tree.
19164         
19165 2005-10-19  Jackson Harper  <jackson@ximian.com>
19166
19167         * FolderBrowserDialog.cs: End editing our treeview so the window
19168         actually gets refreshed.
19169
19170 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
19171
19172         * Control.cs: Fixed logic flip on when to call OnPaintBackground. 
19173           Obsoleted handling of WM_ERASEBKGND, now always draws our background
19174           inside of WM_PAINT
19175
19176 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
19177
19178         * MenuAPI.cs: Returns after Hidding window
19179         * XplatUIX11.cs: Added TODO found while debugging menu issues
19180
19181 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
19182
19183         * XplatUIX11.cs: Do not re-map the whole window when it's size
19184           becomes non-zero unless it's supposed to be actually visible
19185
19186 2005-10-18  Jackson Harper  <jackson@ximian.com>
19187
19188         * TreeView.cs: We don't need to keep a count anymore.
19189         * TreeNodeCollection.cs: Fix off by one in RemoveAt, Insert can
19190         use the Grow method.
19191
19192 2005-10-18  Jackson Harper  <jackson@ximian.com>
19193
19194         * TreeNodeCollection.cs: Insert is not supported on arrays, so
19195         implement it manually here.
19196
19197 2005-10-18  Jackson Harper  <jackson@ximian.com>
19198
19199         * ImageList.cs: Dont kill the list when the colour depth is
19200         changed, just change the colour depth of all the images.
19201         - Same goes for setting the image size. Just resize them all
19202         instead of killing the list softly.
19203
19204 2005-10-18  Jackson Harper  <jackson@ximian.com>
19205
19206         * Control.cs: Don't invalidate empty rectangles.
19207
19208 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
19209
19210         * ListViewItem.cs:
19211           - Adds checked item to the Checked/Item lists (where empty before)
19212           - Do not add items to the Selected lists if they are already present
19213         * ListView.cs:
19214           - Fixes IsFixedSize, SyncRoot, IsReadOnly in many collections
19215           - When deleting items make sure that we delete them for the Selected
19216           and Checked list also.
19217
19218 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
19219
19220         * Label.cs: Dispose objects no longer used
19221         * ThemeWin32Classic.cs: Dispose objects no longer used
19222
19223 2005-10-18  Jackson Harper  <jackson@ximian.com>
19224
19225         * TabControl.cs: Don't refresh the whole control when the tabs are
19226         scrolled, we just need to refresh the tab area.
19227
19228 2005-10-17  Jackson Harper  <jackson@ximian.com>
19229
19230         * XplatUIX11.cs: Compress code a little bit. Only calculate the
19231         after handle when we need it.
19232
19233 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
19234
19235         * Control.cs: When the parent size changes, recalculate anchor 
19236           positions. Partial fix for #76462
19237
19238 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
19239
19240         * ThemeWin32Classic.cs: Make sure the picturebox has it's background 
19241           drawn. Fixes #76462
19242
19243 2005-10-17  Jackson Harper  <jackson@ximian.com>
19244
19245         * MonthCalendar.cs: Don't create the numeric up down until our
19246         handle is created. Otherwise our handle is created in the
19247         constructor and we don't know if we are a WS_CHILD or WS_POPUP
19248         yet.
19249
19250 2005-10-17  Jackson Harper  <jackson@ximian.com>
19251
19252         * TreeView.cs: Merge in patch by Rafael Teixeira to align strings
19253         correctly.
19254
19255 2005-10-17  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
19256         * TreeNode.cs : small logical fix (was using local var instead of field)
19257         
19258 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
19259
19260         * ThemeWin32Classic.cs: Fixes vert/horz scrollbar colours
19261
19262 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
19263
19264         * ThemeWin32Classic.cs: Fixes focus drawing in for non-flat/popup buttons
19265
19266 2005-10-16  Peter Dennis Bartok  <pbartok@novell.com> 
19267
19268         * Control.cs: 
19269           - Re-implemented anchoring code. My first version was really broken.
19270             This fixes bug #76033. Unlike the previous implementation we will
19271             no longer have round errors since all numbers are calculated from
19272             scratch every time. Removed various anchor-related obsolete vars.
19273           - InitLayout no longer causes layout event firing and layout to be 
19274             performed
19275
19276 2005-10-16  Jackson Harper  <jackson@ximian.com>
19277
19278         * Hwnd.cs: Compute invalid area correctly (fixes my last commit
19279         which was broken).
19280
19281 2005-10-16  Jackson Harper  <jackson@ximian.com>
19282
19283         * TabControl.cs: Remove debug code.
19284
19285 2005-10-16  Jackson Harper  <jackson@ximian.com>
19286
19287         * XEventQueue.cs: Increase the default queue size (very simple
19288         apps needed to grow the queue).
19289         * Hwnd.cs: No finalizer so we don't need to suppress
19290         finalization. Compute the invalid area manually so a new rectangle
19291         does not newto be created.
19292         * ScrollableControl.cs: Don't set any params (otherwise visibility
19293         isn't set correctly).
19294         * MdiChildContext.cs: New constructor takes the mdi parent so it
19295         doesn't have to be computed and avoids a crash on windows. Draw
19296         the window icon properly, and allow the text to be seen.
19297         * Form.cs: Use new MdiChildContext constructor. Make sure the
19298         child context isn't null in wndproc.
19299         * TabControl.cs: Don't set focus, this is muddling keyboard
19300         behavoir. Expand the tab rows when a window size increase will
19301         allow extra tabs to be seen. Don't allow tabs smaller than the
19302         width of a window to be scrolled out of view.
19303         * TreeNode.cs:
19304         * TreeView.cs: Use measure string to calculate a nodes width, the
19305         width is cached and only updated when the text or the font is
19306         changed. Don't check for expand/collapse clicks on the first level
19307         nodes if root lines are disabled.
19308         
19309 2005-10-16  Ritvik Mayank  <mritvik@novell.com>
19310
19311         * TextBoxBase.cs: Fixes #76352 (passing tab key in a multiline textbox)
19312
19313 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
19314
19315         * DataGridBoolColumn.cs: fixes warning
19316
19317 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
19318
19319         * ControlPaint.cs: Fixes methods Dark, DarkDark, Light, LightLight
19320         to match more to match more precisely the MS Net behavior
19321
19322 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
19323
19324         * Hwnd.cs: Added field to track if window is mapped
19325         * XplatUIX11.cs: 
19326           - Unmap windows if they become 0-size, re-map when 
19327             they are >0 again; fixes #76035
19328           - Re-set our error handler after initializing X11Desktop
19329             to override any error handlers Gtk or whatever was called
19330             may have set.
19331
19332 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
19333
19334         * CheckedListBox.cs: Removed unused vars
19335         * ListView.cs: Fixed signatures
19336         * RichTextBox.cs: Removed unused vars
19337         * TextBoxBase.cs: Removed unused vars
19338         * XplatUIWin32.cs: Removed unused vars
19339         * XplatUIX11.cs: Removed unused vars
19340         * XplatUI.cs: Updated version and date to latest published
19341
19342 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
19343
19344         * Cursor.cs: Added private .ctor to work around a bug in
19345           resourceset (Thanks to Geoff Norton for the help on this)
19346         * SplitterEventArgs.cs: Made fields accessible so we don't
19347           waste boatloads of objects and can reuse the same one
19348           in Splitter
19349         * XplatUIWin32.cs(DrawReversibleLine): Now also considers
19350           any captions and borders when generating screen coordinates
19351         * Splitter.cs: Reimplemented control, now fully complete, uses
19352           rubberband drawing, supports and obeys all properties, has
19353           proper cursors
19354
19355 2005-10-13  Miguel de Icaza  <miguel@novell.com>
19356
19357         * Form.cs (Form): Setup default values for autoscale and
19358         autoscale_base_size;  Make these instance variables, not static
19359         variables. 
19360
19361         (OnLoad): on the first load, adjust the size of the form.
19362
19363 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
19364
19365         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added 
19366           width argument to DrawReversibleRectangle()
19367         * XplatUIWin32.cs, XplatUIX11.cs: 
19368           - Implemented width for DrawReversibleRectangle()
19369           - Added logic to DrawReversibleRectangle that recognizes a zero
19370             width or height and only draws a line in that situation
19371         
19372 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com> 
19373
19374         * XplatUI.cs, XplatUIDriver.cs: Added GetAutoScaleSize()
19375         * XplatUIOSX.cs: Stubbed GetAutoScaleSize() method
19376         * XplatUIWin32.cs, XplatUIX11.cs: Implemented GetAutoScaleSize()
19377           method (it uses our FosterParent window to get a graphics context)
19378
19379 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com>
19380
19381         * XplatUI.cs, XplatUIDriver.cs: Removed EraseWindowBackground 
19382           and SetWindowBackground methods
19383         * Control.cs:
19384           - Setting proper ControlStyles
19385           - We no longer call XplatUI.SetWindowBackground and XplatUI.
19386             EraseWindowBackground, instead we draw the window background
19387             ourselves in PaintControlBackground. This behaviour is
19388             required to match MS, where, when OnPaintBackground is not
19389             called, the background is not drawn.
19390           - Removed unneeded Refresh() in set_Text
19391         * Hwnd.cs: Dropped the ErasePending support. No longer needed
19392         * XplatUIX11.cs:
19393           - Created DeriveStyles method to translate from CreateParams to
19394             FormBorderStyle and TitleStyle, also handles BorderStyle (which
19395             matches FormBorderStyle enum values)
19396           - Consolidated SetHwndStyles and CalculateWindowRect border/title
19397             style calculations into single DeriveStyles method
19398           - Fixed CreateWindow to (finally) use Gravity. This prevents X11
19399             from redrawing the whole window on any resize or expose.
19400           - Fixed CreateWindow usage of SetWindowValuemask. Before not
19401             all styles were applied to our whole/client window appropriately
19402           - Removed EraseWindowBackground() and SetWindowBackground() methods
19403           - Removed handling of WM_ERASEBKGND message from DefWndProc, we
19404             no longer clear/redraw the background through X
19405           - Removed handling of erase_pending bit, we have no use for it (or
19406             so it seems)
19407         * XplatUIOSX.cs:
19408           - Removed generation and handling of WM_ERASEBKGND message
19409           - Removed EraseWindowBackground() and SetWindowBackground() methods
19410           - Removed handling of hwnd.ErasePending flag
19411         * XplatUIWin32.cs:
19412           - Removed EraseWindowBackground() and SetWindowBackground() methods
19413           - We no longer call EraseWindowBackground on PaintEventStart, we 
19414             ignore the fErase flag, erasing is handled in Control in the
19415             background handler
19416         * Button.cs, GroupBox.cs, Label.cs, CheckBox.cs, ProgressBar.cs,
19417           LinkLabel.cs, ListControl.cs, TabPage.cs, UpDownBase.cs,
19418           TextBoxBase.cs, TextBox.cs, ListView.cs, ButtonBase.cs, 
19419           CheckedListBox.cs, MdiClient.cs, Panel.cs, DataGrid.cs, 
19420           DataGridTextBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, 
19421           TabControl.cs, ScrollableControl.cs, ToolBar.cs, PictureBox.cs,
19422           DateTimePicker.cs, StatusBar.cs, MonthCalendar.cs: Setting proper ControlStyles
19423
19424 2005-10-12  Jonathan Chambers <jonathan.chambers@ansys.com>
19425
19426         * PropertyGrids.cs: Get sub properties
19427         * PropertyGridView.cs: Fix drawing code
19428
19429 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
19430
19431         * ListBox.cs: Fixes 76383
19432
19433 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
19434
19435         * DataGridTextBoxColumn.cs: Sets location and size before attachment
19436         * ThemeWin32Classic.cs: Fixes border drawing and calculations
19437         * DataGridDrawingLogic.cs: Fixes border drawing and calculations
19438
19439
19440 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
19441
19442         * ComboBox.cs: Fixes border drawing
19443
19444 2005-10-10  Miguel de Icaza  <miguel@novell.com>
19445
19446         * MimeIcon.cs: Ignore errors if the file can not be read.
19447
19448 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
19449
19450         * Theme.cs, ThemeWin32Classic.cs, ListBox.cs:
19451          - Fixed border calculations
19452          - Fixed horizontal scrolling in single column listboxes
19453          - Fixed drawing issues
19454
19455 2005-10-10  Peter Dennis Bartok  <pbartok@novell.com>
19456
19457         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched from BorderStyle to 
19458           FormBorderStyle enum
19459         * XplatUIX11.cs: Switched BorderStyle to FormBorderStyle, added 
19460           code to determine FormBorderStyles from CreateParams
19461         * Form.cs:
19462           - Fixed bug where we'd set the wrong window styles if we were
19463             not creating an MDI window
19464           - Added call to XplatUI.SetBorderStyle when form borders are set
19465         * Control.cs: Casting BorderStyles to accommodate changed XplatUI APIs
19466         * Hwnd.cs:
19467           - Removed obsolete edge style
19468           - Switched from BorderStyle to FormBorderStyle
19469         
19470 2005-10-10  Jackson Harper  <jackson@ximian.com>
19471
19472         * Form.cs: Use the property to get the window handle instead of
19473         accessing it directly. Prevents a null reference exception.
19474
19475 2005-10-10  Jackson Harper  <jackson@ximian.com>
19476
19477         * TreeView.cs: Don't adjust the rect given to DrawString now that
19478         our libgdiplus draws correctly.
19479
19480 2005-10-08  Jackson Harper  <jackson@ximian.com>
19481
19482         * TreeView.cs: Don't try to find the clicked on node if there are
19483         no nodes in the tree.
19484
19485 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
19486
19487         * RichTextBox.cs:
19488
19489           restore
19490
19491 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
19492
19493         * ImageListStreamer.cs, TreeView.cs, UpDownBase.cs, RichTextBox.cs,
19494           ColorDialog.cs, TextControl.cs, Panel.cs, MdiChildContext.cs,
19495           ErrorProvider.cs:
19496           Use ResPool for brushes and dispose System.Drawing objects that
19497           are not used anymore.
19498
19499 2005-10-07  Jackson Harper  <jackson@ximian.com>
19500
19501         * MdiChildContext.cs: Use the new borders instead of drawing them
19502         ourselves.
19503
19504 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
19505
19506         * Calling UpdateBounds after changing the window's BorderStyle 
19507         since the style can change the ClientSize
19508
19509 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
19510
19511         * Control.cs: Made PaintControlBackground virtual
19512         * Panel.cs: Overriding PaintControlBackground instead of using paint
19513           event; paint event method was interfering with 'real' users of the
19514           event.
19515
19516 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
19517
19518         * ThemeWin32Classic.cs: remove border drawing since it is handled
19519         by the base control class now and was causing double border drawing.
19520
19521 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
19522
19523         * Panel.cs: Redraw our background on paint. Not a pretty solution,
19524           but it does seem to match MS behaviour. This fixes bug #75324
19525
19526 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
19527
19528         * XplatUIX11.cs: A better DrawReversibleRectangle version, however
19529           somewhat hackish looking
19530
19531 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
19532
19533         * TextBoxBase.cs:
19534           - We now accept Enter even if AcceptEnter is false, if the containing
19535             form does not have an AcceptButton configured (fixes bug #76355)
19536           - Calculations are now fixed to no longer use Width/Height, but
19537             ClientSize.Width/Height, since we now support borders (this was
19538             a result of fixing borders and therefore bug #76166)
19539           - We no longer show the horizontal scrollbar if TextBox.WordWrap is 
19540             true (fixes bug #76354)
19541         
19542 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
19543
19544         * Control.cs: 
19545           - Defaulting BorderStyle and setting it in XplatUI when our window 
19546             is created
19547           - Added enum check to InternalBorderStyle setter
19548         * XplatUIX11.cs: 
19549           - Added drawing of window borders
19550           - Now properly calculates WM decorations offset for toplevel 
19551             windows (fixes bug #74763)
19552         * XplatUIWin32.cs: 
19553           - Implemented BorderStyles for windows (we're letting win32 draw 
19554             the border for us)
19555           - Fixed the signature for SetWindowLong
19556         * PictureBox.cs, DataGrid.cs, TextBoxBase.cs, ToolBar.cs, Panel.cs,
19557           ListBox.cs, Label.cs: Now uses Control.InternalBorderStyle for 
19558           setting borders
19559         * UpDownBase.cs: Remove drawing of borders, this is handled by
19560           the driver, outside the client area
19561         * ListView.cs: Removed bogus border calculations. The control should
19562           be oblivious to borders, since those are not part of the client
19563           area. 
19564         * X11DesktopColors.cs: Commented out (currently) unneeded variables
19565         * ThemeWin32Classic.cs: Removed border calculations from ListView 
19566           drawing code
19567
19568 2005-10-06  Jackson Harper  <jackson@ximian.com>
19569
19570         * MdiChildContext.cs: Clear out the old virtual position remove
19571         all the unneeded calls to CreateGraphics.
19572
19573 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
19574
19575         * TextControl.cs: Use proper color for highlighted text; fixes #76350
19576
19577 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
19578
19579         * Form.cs: 
19580           - Added loading and setting of our new default icon
19581           - Only set icon if window is already created
19582
19583 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
19584
19585         * Label.cs:
19586           - Do not explicitly set the foreground and background colors, to
19587             allow inheriting from parents (fixes #76302)
19588           - Use Control's InternalBorderStyle property to deal with borders
19589
19590 2005-10-06  Jackson Harper  <jackson@ximian.com>
19591
19592         * MdiChildContext.cs: Use the new xplatui function to draw a
19593         reversible rect.
19594
19595 2005-10-06  Jackson Harper  <jackson@ximian.com>
19596
19597         * Form.cs: Add the parent before creating the child context cause
19598         we need the parent when setting up the child.
19599
19600 2005-10-06  Jackson Harper  <jackson@ximian.com>
19601
19602         * FolderBrowserDialog.cs: redo the tree population code so a
19603         second thread isn't used. Should be a lot faster and more stable
19604         now.
19605
19606 2005-10-05  Jackson Harper  <jackson@ximian.com>
19607
19608         * TreeView.cs: There are no expand/collapse boxes if the node has
19609         no children.
19610
19611 2005-10-05  Jackson Harper  <jackson@ximian.com>
19612
19613         * X11DesktopColors.cs: Get menu colours for the gtk theme.
19614
19615 2005-10-05  Alexander Olk  <alex.olk@googlemail.com>
19616
19617         * FileDialog.cs: Fix InitialDirectory
19618
19619 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
19620
19621         * ComboBox.cs:
19622                 - Fixes changing between styles
19623                 - Fixes simple mode
19624                 - Fixes last item crashing when navigating with keyboard
19625
19626 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
19627
19628         * LinkLabel.cs: Related to 76045. Stops the LinkLabel been drawn as a Label
19629
19630 2005-10-05  Jackson Harper  <jackson@ximian.com>
19631
19632         * TreeView.cs: If updating the root node do a full refresh.
19633         * TreeNode.cs: The root node should be expanded by default. Also
19634         added a utility prop to tell if we are the root node.
19635         * TreeNodeCollection.cs: Only refresh if the node we are being
19636         added to is expanded. Also added a comment on a potential
19637         optimization.
19638         
19639 2005-10-04  Peter Dennis Bartok  <pbartok@novell.com>
19640
19641         * Cursor.cs, Hwnd.cs: Added call to GC.SuppressFinalize() 
19642           in dispose method. Fixes #76330
19643
19644 2005-10-04  Jordi Mas i Hernandez <jordi@ximian.com>
19645
19646         * ListView.cs, ThemeWin32Classic.cs, ListViewItem.cs:
19647
19648                 - Implements vertical and horizontal scrolling using XplatUI
19649                 - Fixes keyboard navagation
19650                 - Fixes EnsureVisible
19651                 - Drawing fixes
19652                 - Handles and draws focus properly
19653
19654
19655 2005-10-04  Kornél Pál  <kornelpal@hotmail.com>
19656
19657         * ImageList.cs: Use upper case initials for internal fields. ImageStream:
19658           Create handle. NET_2_0: Destroy handle when value is null.
19659
19660 2005-10-03  Jackson Harper  <jackson@ximian.com>
19661
19662         * ScrollBar.cs: My last scrollbar patch was broken. This is a
19663         revert and a new patch to prevent the thumb from refreshing so
19664         much.
19665
19666 2005-10-02  Jackson Harper  <jackson@ximian.com>
19667
19668         * ScrollBar.cs: Don't update position if it hasn't actually
19669         changed. This occurs when you hold down the increment/decrement
19670         buttons and the thumb gets to the max/min.
19671
19672 2005-10-01  Jackson Harper  <jackson@ximian.com>
19673
19674         * Form.cs:
19675         * MdiChildContext.cs:
19676         * MdiClient.cs: Implement ActiveMdiChild in Form.
19677
19678 2005-10-01  Jordi Mas i Hernandez <jordi@ximian.com>
19679
19680         * ComboBox.cs: Include ComboBoxEdit flag for the edit item
19681
19682 2005-10-01  Peter Dennis Bartok  <pbartok@novell.com>
19683
19684         * X11DesktopColors.cs: Bow out gracefully if the Gtk libs cannot
19685           be found
19686
19687 2005-09-30  Jackson Harper  <jackson@ximian.com>
19688
19689         * ListBox.cs: Don't do a full refresh unless some data has
19690         actually changed.
19691
19692 2005-09-30  Jackson Harper  <jackson@ximian.com>
19693
19694         * TreeView.cs: Make sure that the checkboxes size is factored in
19695         even when not visible.
19696
19697 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
19698
19699         * FileDialog.cs: Fix Jordi's build break
19700
19701 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
19702
19703         * FileDialog.cs: 
19704                 - Use standard the Windows colours for the combobox as espected
19705                 - Dispose objects that use resouces when no longer need them
19706
19707 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
19708
19709         * X11DesktopColors.cs: Initial incomplete implementation
19710         * XplatUIX11.cs: Added call to initialize X11DesktopColors
19711
19712 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com>
19713
19714         * Theme.cs: 
19715           - Switched Theme color names to match the names defined in 
19716             System.Drawing.KnownColors. Life's hard enough, no need to make 
19717             it harder.
19718           - Added setters to all theme color properties so themes can set
19719             their color schemes. The setters also propagate the color changes
19720             to System.Drawing.KnownColors via reflection
19721         * ControlPaint.cs,  Label.cs, TextControl.cs, ToolTip.cs, ThemeNice.cs,
19722           ComboBox.cs, MdiChildContext.cs, TextBoxBase.cs, DateTimePicker.cs
19723           DataGridColumnStyle.cs, MonthCalendar.cs, TreeView.cs: Updated to
19724           use the new, more logical theme color names
19725         * XplatUIWin32.cs: Updated the GetSysColorIndex enum to include new
19726           post-NT colors
19727         * ThemeWin32Classic.cs:
19728           - Removed code to set the old classic Windows colors. Instead it
19729             now relies on the colors returned by System.Drawing.KnownColors
19730             which will be either modern static colors (Unix) or colors
19731             read from the user's configuration (Win32)
19732           - Updated to use the new, more logical theme color names
19733           - Switched DataGrid drawing code to use only Theme colors instead of
19734             a mix of System.Drawing.KnownColors and Theme colors
19735           - DrawFrameControl(): Removed code that fills the button area, the
19736             fill would overwrite any previous fill done by a control. This
19737             fixes bug #75338 
19738           - Added DrawReversibleRectangle() stub
19739         * ScrollableControl.cs: Set visible state to false when scrollbars
19740           are removed (pdn fix)
19741         * XplatUI.cs, XplatUIOSX.cs, XplatUIDriver.cs: Added 
19742           DrawReversibleRectangle() method to allow drawing primitive 
19743           'rubber bands'
19744         * XplatUIX11.cs: Implemented DrawReversibleRectangle()
19745
19746 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
19747
19748         * ImageList.cs: Add(Icon): Create handle.
19749
19750 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
19751
19752         * ListView.cs:
19753         * ThemeWin32Classic.cs:
19754                 - Fixes detail mode
19755                 - Sets clippings
19756                 - Issues with drawing
19757
19758 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
19759
19760         * ImageList.cs: Moved RecreateHandle back to ImageList as event
19761           source has to be the ImageList.
19762
19763 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
19764
19765         * ImageList.cs: Add(Icon): Use Graphics.DrawIcon instead of Icon.ToBitmap.
19766
19767 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
19768
19769         * ImageList.cs: ReduceColorDepth: Clean up pointer operations.
19770
19771 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
19772
19773         * ImageList.cs: ImageCollection: Removed owner field as it is no more used.
19774
19775 2005-09-29  Jonathan Chambers <jonathan.chambers@ansys.com>
19776         * GridItem.cs: Fixed TODOs
19777         * GridItemCollection.cs: Added ICollection interface
19778
19779 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
19780
19781         * ImageList.cs: Resize icons when needed.
19782
19783 2005-09-29  Jordi Mas i Hernandez <jordi@ximian.com>
19784
19785         * ListViewItem.cs
19786                 - Fixes GetBounds and returns on screen rects
19787         * ListView.cs:
19788                 - Fixes vertical and horzintal scrolling of items
19789         * ThemeWin32Classic.cs:
19790                 - Fixes drawing
19791                 
19792 2005-09-29  Raja R Harinath  <harinath@gmail.com>
19793
19794         * ImageList.cs (ImageStream) [NET_2_0]: Reflect re-factoring.
19795
19796 2005-09-29  Kornél Pál  <kornelpal@hotmail.com>
19797
19798         * ImageList.cs: Added comments about handle creation. Moved Handle,
19799           HandleCreated and OnRecreateHandle implementations to ImageCollection.
19800           Handle is created in Add methods.
19801
19802 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
19803          
19804         * DataGridDrawingLogic.cs: 
19805                 - Takes rows into account on Colum calculations
19806                 - Returns the column when clickig
19807         * DataGrid.cs:
19808                 - Fixes default HitTestInfo values
19809                 - Fixes HitTestInfo.ToString
19810                 - Fixes ResetBackColor          
19811         
19812 2005-09-28  Jackson Harper  <jackson@ximian.com>
19813
19814         * MdiChildContext.cs: Obey rules for fixed sized windows (no
19815         sizing or cursor changes). Also added some temp code to draw the
19816         titlebars text (Makes dev a little easier).
19817
19818 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
19819
19820         * ImageList.cs: AddStrip: Throw ArgumentException when Image is not a Bitmap.
19821
19822 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
19823          
19824         * ListBox.cs: Fixes bug 76253
19825
19826 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
19827
19828         * ImageList.cs: Added comments about the current implementation. Added
19829           ReduceColorDepth, IndexedColorDepths and GetNearestColor to can use
19830           Format32bppArgb to preserve transparency and can use Graphics.FromImage
19831           while using the specified ColorDepth. ReduceColorDepth uses unsafe code
19832           with Bitmap.LockBits for better performance. Revised the whole file to
19833           match MS.NET behaviour and provide better performance. Non-public
19834           interface members are calling public members even when they throw
19835           NotSupportedException for better maintainability. Moved ColorDepth,
19836           ImageSize, ImageStream and TransparentColor implementations to
19837           ImageCollection for better performance as these properties are not used
19838           by ImageList.
19839         * ImageListStreamer.cs: Added a new internal constructor that takes an
19840           ImageList.ImageCollection and serializes Images based on
19841           ImageCollection.ToArray(). Renamed ImageColorDepth to ColorDepth to
19842           match ImageList property name.
19843
19844 2005-09-28  Kazuki Oikawa <kazuki@panicode.com>
19845
19846         * ListBox.cs: Fixes IndexFromPoint for last item
19847
19848 2005-09-27  Jackson Harper  <jackson@ximian.com>
19849
19850         * Form.cs: Set the position of new mdi children correctly.
19851
19852 2005-09-27  Jackson Harper  <jackson@ximian.com>
19853
19854         * MdiClient.cs: New mdi children need to be added to the back of
19855         the controls collection so the zorder is set correctly. Also add a
19856         count of all the child windows that have been created.
19857
19858 2005-09-27  Jackson Harper  <jackson@ximian.com>
19859
19860         * Form.cs (CreateParams): Setup MDI forms correctly.
19861
19862 2005-09-27  Jackson Harper  <jackson@ximian.com>
19863
19864         * MdiChildContext.cs:
19865         * MonthCalendar.cs:
19866         * UpDownBase.cs:
19867         * ListBox.cs:
19868         * ListView.cs:
19869         * TextBoxBase.cs:
19870         * TreeView.cs:
19871         * ScrollableControl.cs:
19872         * ComboBox.cs: Add implicit controls using the new implict control
19873         functionality in ControlCollection. Also try to block multiple
19874         control add in a suspend/resume layout to save some cycles.
19875         
19876 2005-09-27  Jackson Harper  <jackson@ximian.com>
19877
19878         * Control.cs: Add functionality to the controls collection to add
19879         'implicit controls' these are controls that are created by the
19880         containing control but should not be exposed to the user. Such as
19881         scrollbars in the treeview.
19882         * Form.cs: The list var of the ControlsCollection is no longer
19883         available because of the potential of implicit controls getting
19884         ignored by someone accessing the list directly.
19885
19886 2005-09-26  Peter Dennis Bartok  <pbartok@novell.com>
19887
19888         * Control.cs: Fixed SetChildIndex; it no longer causes a child to
19889           loose it's parent. (Fixed bug introduced in r49103 when we added
19890           setting the child parent to null on Remove)
19891
19892 2005-09-26  Gert Driesen  <drieseng@users.sourceforge.net>
19893
19894         * DataGridBoolColumn.cs: Marked CheckState private to fix public API.
19895         * Splitter.cs: Added missing attributes for BorderStyle property.
19896         * TextBoxBase.cs: Marked Calculate* methods internal.
19897         * TextBox.cs: Fixed DefaultValue for PasswordChar property to match
19898         MS.NET.
19899
19900 2005-09-26  Jordi Mas i Hernandez <jordi@ximian.com>
19901          
19902         * ListBox.cs: Fixes navigation to the last item in multicolumn lists
19903
19904 2005-09-25  Jackson Harper  <jackson@ximian.com>
19905
19906         * TreeView.cs: Update the node bounds correctly regardless of
19907         whether the node is visible.
19908
19909 2005-09-25  Jackson Harper  <jackson@ximian.com>
19910
19911         * ImageList.cs: Don't dispose the image after it is added to the
19912         image list. Only reformat images that need to be resized.
19913
19914 2005-09-25  Jackson Harper  <jackson@ximian.com>
19915
19916         * ImageList.cs: Don't set the format when changing the image.
19917
19918 2005-09-25  Jackson Harper  <jackson@ximian.com>
19919
19920         * TreeView.cs: We can't just assume the node has a font. Use the
19921         treeviews font if no node font is available.
19922
19923 2005-09-25  Jackson Harper  <jackson@ximian.com>
19924
19925         * TreeView.cs: Allow the scrollbars to be reset with negative
19926         values.
19927         - Don't add scrollbars to negative sized windows.
19928
19929 2005-09-23  Jackson Harper  <jackson@ximian.com>
19930
19931         * XplatUIX11.cs: Update to use Mono.Posix.Native instead of plain
19932         old Mono.Posix. Also remove some stray code that shouldn't have
19933         been committed.
19934
19935 2005-09-23  Jackson Harper  <jackson@ximian.com>
19936
19937         * TreeView.cs: Attempt at proper sizing of the horizontal
19938         scrollbar. Also don't resize the scrollbars unless they are
19939         visible.
19940
19941 2005-09-23  Jackson Harper  <jackson@ximian.com>
19942
19943         * TreeView.cs: We don't need to expand the invalid area when the
19944         selection changes, as this is all drawn in the node's bounding
19945         box. The area needs to be expanded (previous typo was contracting
19946         it) when the focus rect moves.
19947
19948 2005-09-23  Jackson Harper  <jackson@ximian.com>
19949
19950         * TreeView.cs: Display the selection box under the correct
19951         circumstances. We were rendering white text with no selection box
19952         before.
19953
19954 2005-09-23  Peter Dennis Bartok  <pbartok@novell.com>
19955
19956         * TextControl.cs(Split): Now updates selection start/end if it points 
19957           into a line that's being split. Fixes a FIXME and bug #75258
19958
19959 2005-09-23  Jackson Harper  <jackson@ximian.com>
19960
19961         * Binding.cs:
19962         * ListControl.cs: Don't use the path when retrieving binding
19963         managers from the binding context. My bat sense tells me that the
19964         path is only used on insertion.
19965
19966 2005-09-22  Jackson Harper  <jackson@ximian.com>
19967
19968         * Splitter.cs: Set the cursor an easier way. (Thanks peter).
19969
19970 2005-09-22  Jackson Harper  <jackson@ximian.com>
19971
19972         * Splitter.cs: There are special cursors used for splitting.
19973         * XplatUIX11.cs: The VSplit and HSplit cursors were backwards.
19974
19975 2005-09-22  Jackson Harper  <jackson@ximian.com>
19976
19977         * Splitter.cs: Change the cursor appropriately when the splitter
19978         is moused over, so the user actually knows there is a splitter
19979         there.
19980
19981 2005-09-22 Hisham Mardam Bey <hisham.mardambey@gmail.com>
19982
19983        * Label.cs : Fix ToString method to give same output as MS.NET
19984
19985 2005-09-22  Jackson Harper  <jackson@ximian.com>
19986
19987         * TreeView.cs: Create the scrollbars when the handle is created
19988         and add them right away, just make them invisble. Also account for
19989         the window being shrunk vertically to the point that the vert
19990         scrollbar needs to be added.
19991         - Remove some 0.5 adjustments to get around anti aliasing issues.
19992         
19993 2005-09-22  Jordi Mas i Hernandez <jordi@ximian.com>
19994          
19995         * MainMenu.cs: Fixes default value
19996         * MenuItem.cs: Fixes default value
19997
19998 2005-09-22  Kazuki Oikawa  <kazuki@panicode.com>
19999
20000         * AsyncMethodResult.cs: Fixes Control.Invoke is blocked infinitely.
20001
20002 2005-09-21  Jackson Harper  <jackson@ximian.com>
20003
20004         * Control.cs: Don't try to set the border style on the window if
20005         it hasn't been created. When the window is created the border
20006         style will be used.
20007
20008 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
20009
20010         * Control.cs (Update): Don't call XplatUI if we don't have a
20011           window handle yet
20012
20013 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
20014
20015         * ContainerControl.cs: Instead of throwing an exception, print
20016           a one-time warning about Validate not being implemented
20017         * XplatUIWin32.cs: Removed debug output
20018
20019 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
20020
20021         * Control.cs: Only set XplatUI background if we expect the windowing
20022           system to handle the background. This stops controls that draw their
20023           own background from flickering
20024
20025         * XplatUIX11.cs: Support custom visuals and colormaps for window 
20026           creation. This allows, amongst other things, using MWF X11 windows 
20027           with OpenGL.
20028
20029 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
20030
20031         * OpenFileDialog.cs, ContentsResizedEventArgs.cs, LibSupport.cs, GridItem.cs,
20032           CursorConverter.cs, SplitterEventHandler.cs, PropertyGridTextBox.cs,
20033           GridTablesFactory.cs, MethodInvoker.cs, AccessibleEvents.cs,
20034           SplitterEventArgs.cs, XplatUI.cs, Mime.cs, PropertySort.cs,
20035           TreeViewCancelEventHandler.cs, Form.cs, PropertyGridCommands.cs,
20036           IDataGridEditingService.cs, DateBoldEventHandler.cs, Label.cs,
20037           KeyboardLayouts.cs, TextControl.cs, ProgressBar.cs, ToolTip.cs,
20038           RadioButton.cs, OSFeature.cs, LinkLabel.cs, ColorDialog.cs,
20039           ThemeNice.cs, ErrorIconAlignment.cs, TreeNode.cs, MimeGenerated.cs,
20040           ComboBox.cs, DataGridTextBoxColumn.cs, ArrangeStartingPosition.cs,
20041           GridColumnStylesCollection.cs, 
20042           IDataGridColumnStyleEditingNotificationService.cs,
20043           PropertyGrid.cs, IFeatureSupport.cs, ICommandExecutor.cs,
20044           MdiLayout.cs, GridEntry.cs, ControlBindingsCollection.cs,
20045           GridTableStylesCollection.cs, TreeViewCancelEventArgs.cs, 
20046           TreeNodeCollection.cs, AmbientProperties.cs, 
20047           RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
20048           DataObject.cs, ErrorProvider.cs, Splitter.cs,
20049           DataGridLineStyle.cs, Shortcut.cs, Control.cs,
20050           FontDialog.cs, SecurityIDType.cs, GridItemType.cs,
20051           BindingMemberInfo.cs, DataGridCell.cs, MdiChildContext.cs,
20052           IRootGridEntry.cs, PropertyGridView.cs, DataGridParentRowsLabelStyle.cs,
20053           FolderBrowserDialog.cs, OpacityConverter.cs, HelpProvider.cs,
20054           IComponentEditorPageSite.cs, DataGridTableStyle.cs, NavigateEventArgs.cs,
20055           NotifyIcon.cs, ContentsResizedEventHandler.cs, MenuItem.cs,
20056           PropertyTabChangedEventHandler.cs, TextBoxBase.cs, OpenTreeNodeEnumerator.cs,
20057           SelectionMode.cs, TextBox.cs, ListBindingConverter.cs,
20058           FileDialog.cs, KeysConverter.cs, DomainUpDown.cs,
20059           DataFormats.cs, SaveFileDialog.cs, GridItemCollection.cs,
20060           ArrangeDirection.cs, FeatureSupport.cs, SelectionRangeConverter.cs,
20061           RichTextBoxScrollBars.cs, NodeLabelEditEventHandler.cs, TreeNodeConverter.cs,
20062           MimeIcon.cs, X11Structs.cs, PropertyGridEntry.cs,
20063           ImageList.cs, ThemeWin32Classic.cs, X11Keyboard.cs,
20064           CheckedListBox.cs, HelpNavigator.cs, DateTimePickerFormat.cs,
20065           MdiClient.cs, DataGridDrawingLogic.cs, DataGridBoolColumn.cs,
20066           NodeLabelEditEventArgs.cs, Screen.cs, PropertyManager.cs,
20067           ComponentModel.cs, PropertiesTab.cs, CurrencyManager.cs,
20068           SizeGrip.cs, DateBoldEventArgs.cs, X11Dnd.cs, Panel.cs,
20069           Hwnd.cs, OSXStructs.cs, DrawMode.cs, XplatUIDriver.cs,
20070           RichTextBox.cs, PropertyTabChangedEventArgs.cs, CommonDialog.cs,
20071           DataGrid.cs, XplatUIX11.cs, RichTextBoxStreamType.cs, Win32DnD.cs,
20072           ErrorBlinkStyle.cs, TreeViewEventHandler.cs,
20073           PropertyValueChangedEventHandler.cs, IFileReaderService.cs,
20074           DataGridTextBox.cs, SelectedGridItemChangedEventArgs.cs, ScrollBar.cs,
20075           ListBox.cs, TreeViewAction.cs, Help.cs, TrackBar.cs,
20076           AxHost.cs, PropertyValueChangedEventArgs.cs, XplatUIOSX.cs,
20077           RichTextBoxFinds.cs, UpDownEventArgs.cs, Cursors.cs,
20078           CategoryGridEntry.cs, RichTextBoxWordPunctuations.cs, DataGridColumnStyle.cs,
20079           SelectedGridItemChangedEventHandler.cs, DateTimePicker.cs, NavigateEventHandler.cs,
20080           Clipboard.cs, UpDownEventHandler.cs, MonthCalendar.cs,
20081           SendKeys.cs, DataGridPreferredColumnWidthTypeConverter.cs, TreeView.cs,
20082           ThreadExceptionDialog.cs, ImageListConverter.cs, XplatUIWin32.cs,
20083           TreeViewEventArgs.cs: Fixed whitespace and set eol-style:native attribute
20084
20085 2005-09-21  Jackson Harper  <jackson@ximian.com>
20086
20087         * TreeNode.cs: Call Before/After Expand not Collapse when
20088         expanding.
20089
20090 2005-09-20  Jackson Harper  <jackson@ximian.com>
20091         
20092         * XplatUIX11.cs: Use the more hand looking hand (in most themes).
20093
20094 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
20095          
20096         * ListViewItem.cs:
20097                 - Fixes bug 76120
20098                 - Fixes proper storing of subitems
20099                 - Fixes not updated items
20100
20101 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com>
20102
20103         * Control.cs, TextBoxBase.cs, TextControl.cs: Don't do certain
20104           things if our window handle isn't created yet. Also disabled 
20105           debug for TextBoxBase
20106
20107 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com> 
20108
20109         * MenuAPI.cs: Remove filtering of events to allow menu usage
20110
20111 2005-09-20  Miguel de Icaza  <miguel@novell.com>
20112
20113         * Cursor.cs: Allow null to be passed to Cursor.Current.
20114
20115 2005-09-20  Alexander Olk  <alex.olk@googlemail.com>
20116
20117         * ThemeWin32Classic.cs:
20118           - Change some private methods/fields to protected virtual so that 
20119             they can be accessed and overriden in derived classes
20120           - First refactoring of some methods. Derived themes now don't 
20121             need to duplicate the complete code from ThemeWin32Classic
20122         * ThemeNice.cs:
20123           - Added nice StatusBar
20124           - Derive from ThemeWin32Classic and not Theme
20125           - Removed duplicate ThemeWin32Classic code
20126
20127 2005-09-20  Miguel de Icaza  <miguel@novell.com>
20128
20129         * Control.cs (ControlCollection.Add): If the value null is passed
20130         the control is ignored. 
20131
20132         Optimize this loop.
20133
20134 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com> 
20135
20136         * MenuAPI.cs: Replaced Application.Run() with a loop that tracks
20137           PostQuitMessage state.
20138         * XplatUIWin32.cs: Removed bogus PostQuitMessage P/Invoke with HWND arg
20139
20140 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com>
20141
20142         * Application.cs: Our constructor will never get called, move 
20143           initialization to fields; fixes bug #75933
20144
20145 2005-09-19 Hisham Mardam Bey <hisham.mardambey@gmail.com>
20146
20147         * FileDialog.cs :
20148                 - Allow files to be selected properly using file name
20149                 combo box.
20150                 - Add ability to change diretory (absolute / relative)
20151                 using file name combo box.
20152
20153 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
20154          
20155         * ListBox.cs: 
20156                 - Fixes Multicolumn listboxes item wrong calculations
20157                 - Allows to click when only one item is in the listbox
20158                 - Fixes crash when no items using keyboard navigation
20159
20160 2005-09-16  Alexander Olk  <alex.olk@googlemail.com>
20161
20162         * ComboBox.cs: Reverted almost everything from the latest patch which
20163           broke ComboBox
20164
20165 2005-09-16  Kazuki Oikawa <kazuki@panicode.com>
20166         
20167         * ToolTip.cs:
20168                 - Fixed #Mtd2 of ToolTipTest.RemoveToolTipTest.
20169         * ComboBox.cs:
20170                 - When DropDownStyle is Simple, it does not show scrollbar 
20171                 to the last item of the list.
20172                 - When DropDownStyle is Simple, it crashed when the list was 
20173                 scrolled down with the down cursor key.
20174                 - Fixed a bug that when DropDownStyle is DropDownList, the 
20175                 selected item was not shown.
20176                 - The position of the selected item was not preserved when 
20177                 the next dropdown happened.
20178         * ThemeWin32Classic.cs:
20179                 - Items were wrapped at the right end.
20180         * CheckedListBox.cs:
20181                 - Fixed Add method
20182         * ListBox.cs:
20183                 - Items should be fully shown.
20184                 - When resizing and vertical scrollbar disappeared, the item 
20185                 of index 0 should be on the top of the list.
20186                 - GetItemRectangle should consider the size of ver. scrollbar
20187         * StatusBar.cs:
20188                 - SizingGrip area should not be allocated when it is not 
20189                 displayed.
20190                 - Now it reflects MinWidth of the containing panel and 
20191                 fixed a crash that happens when its width becomes so small.
20192
20193 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
20194
20195         * CheckedListBox.cs: Fixes bug 76028
20196         * ListBox.cs: Fixes bug 76028
20197
20198 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
20199
20200         * ThemeWin32Classic.cs: Sets clipping on DataGridPaintRowsHeaders
20201         * DataGridDrawingLogic.cs: fixes issues with Datagrid drawing
20202
20203 2005-09-12  Jordi Mas i Hernandez <jordi@ximian.com>
20204
20205         * XplatUIX11.cs: fixes System.NullReferenceException in some situations
20206
20207 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
20208
20209         * IRootGridEntry.cs: Changed namespace to PropertyGridInternal 
20210
20211 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
20212
20213         * IRootGridEntry.cs: Added
20214         * PropertyGridCommands.cs: Added
20215         * PropertiesTab.cs: Added missing methods and property
20216         * PropertyGridView.cs: Made class internal
20217         * PropertyGridTextBox.cs: Made class internal
20218
20219 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
20220
20221         * MimeIcon.cs: Try to check some other environment variables
20222           if "DESKTOP_SESSION" returns "default"
20223
20224 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
20225
20226         * ThemeNice.cs: Corrected background colors (e.g. menus)
20227         * ColorDialog.cs: Use correct background colors for controls
20228
20229 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
20230
20231         * ThemeNice.cs: Merged r49535 from ThemeWin32Classic
20232
20233 2005-09-08  Peter Dennis Bartok  <pbartok@novell.com>
20234
20235         * RichTextBox.cs: Added initial implementation
20236         * lang.cs: Removed. Was accidentally checked in long time ago
20237         * TODO: Removed. Contents were obsolete
20238
20239 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
20240                                                                                 
20241         * PropertiesTab.cs : Added
20242
20243 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
20244                                                                                 
20245         * PropertyGrid.cs : Update
20246         * PropertyGridView.cs : Update
20247         * System.Windows.Forms.resx : Added images and strings
20248
20249 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com> 
20250
20251         * ThemeNice.cs: Do not dispose Pens retrieved from ResPool
20252  
20253 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com>
20254
20255         * XplatUIX11.cs: Force a flush after Ungrab; if case the app enters
20256           a busy loop right after the Ungrab the X11 display is otherwise 
20257           blocked
20258
20259 2005-09-06  Jordi Mas i Hernandez <jordi@ximian.com>
20260
20261         * ThemeWin32Classic.cs: Optimise the use of clipping
20262
20263 2005-09-05  Jordi Mas i Hernandez <jordi@ximian.com>
20264
20265         * DataGrid.cs: fixes recursion bug
20266
20267 2005-09-03  Alexander Olk  <alex.olk@googlemail.com>
20268
20269         * ThemeNice.cs: 
20270           - Draw RadioButton and CheckBox Buttons with DrawButtonBase
20271           - Cleanup
20272
20273 2005-09-02  Alexander Olk  <alex.olk@googlemail.com>
20274
20275         * ThemeNice.cs: Draw nice ProgressBars
20276
20277 2005-09-01  Miguel de Icaza  <miguel@novell.com>
20278
20279         * VScrollBar.cs: Another buglet found by Aaron's tool. 
20280
20281         * ProgressBar.cs: Fix three recursive bugs found by Aaron Tomb's
20282         bug finder.
20283
20284 2005-08-30  Alexander Olk  <alex.olk@googlemail.com>
20285
20286         * ThemeNice.cs:
20287           - Added nicer menu drawing
20288           - Updated DrawTab
20289           - some refactoring
20290
20291 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
20292
20293         * CreateParams.cs (ToString): Made output match MS
20294         * Control.cs (Text): Don't set Text or Focus via XplatUI unless 
20295             handle is already created (to avoid forcing window creation)
20296         * XplatUIX11.cs: Set window text to caption after creating window,
20297           in case Text was set before window was created
20298         * Form.cs: Use this.Text instead of a static string as caption
20299
20300 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
20301
20302         * NotifyIcon.cs: Don't set the window to visible; this screws
20303           up Win32 (causes WM_NCPAINT to be sent on Win32, which calls
20304           OnPaint without a bitmap)
20305         * XplatUIX11.cs: Removed Visible optimization in AddExpose; doesn't 
20306           happen very often anyway; we could add the check to the WM_PAINT 
20307           event generation code
20308
20309 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
20310
20311         * NotifyIcon.cs: Fill the icon area with a background color, to 
20312           avoid 'residue' when transparent icons are drawn
20313         * XplatUIX11.cs:
20314           - Handle whole_window == client_window when destroying windows
20315           - SystrayAdd(): Set client_window to whole_window value to
20316             get mouse and other events passed to NotifyIcon
20317
20318 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
20319
20320         * Form.cs: Set proper default for Opacity property
20321         * NotifyIcon.cs:
20322           - ShowSystray(): Don't bother creating telling the OS
20323             about the systray item if no icon is provided
20324           - Now handles WM_NCPAINT message to deal with whole/client window
20325             split
20326           - Create window as visible to not get caught by Expose optimization
20327         * Hwnd.cs: Removed debug message
20328         * ComboBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, TabControl.cs,
20329           StatusBar.cs, TreeView.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched 
20330             PaintEventStart/End to use new client argument
20331         * TextBoxBase.cs:
20332           - Commented out debug messages
20333           - Switched PaintEventStart/End to use new client argument
20334         * XplatUI.cs: Added client window bool to PaintEventStart()/
20335           PaintEventEnd() calls, to support drawing in non-client areas
20336         * XplatUIDriver.cs: 
20337           - Added client window bool to PaintEventStart()/PaintEventEnd() 
20338             calls, to support drawing in non-client areas
20339           - Added conditional compile to allow using MWF BeginInvoke 
20340             on MS runtime
20341         * XplatUIX11.cs:
20342           - Added some conditional debug output
20343           - Fixed SystrayAdd() method to support new (for SystrayAdd, anyway)
20344             whole/client window split
20345           - Implemented handling of client argument to PaintEventStart()/End()
20346         * Control.cs:
20347           - Throw exception if BeginInvoke() is called and the window handle
20348             or one of the window's parent handles is not created
20349           - Added conditional compile to allow using MWF BeginInvoke on
20350             MS runtime
20351           - get_Parent(): Only sets parent if handle is created. This avoids
20352             forcing window handle creation when parent is set.
20353           - Now fires Layout and Parent changed events in proper order
20354           - Switched to use Handle instead of window.Handle for Z-Order setting,
20355             the get_Parent() patch above causes us to possibly get null for 'window'
20356           - Implemented handling of client argument to PaintEventStart()/End()
20357           - Now reports back to windows that WM_SETCURSOR was handled (to avoid
20358             default handling)
20359           - Now sends a Refresh() to all child windows when Refresh() is called
20360
20361 2005-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
20362
20363         * Form.cs: Added (non-functional) Opacity property
20364         * XplatUIWin32.cs (SystrayAdd): Removed bogus line of code
20365
20366 2005-08-29  Alexander Olk  <xenomorph2@onlinehome.de>
20367         * ThemeNice.cs: New theme for MWF, based on ThemWin32Classic
20368           use export MONO_THEME=nice to activate it.
20369           Currently supported controls:
20370           - Button
20371           - ComboBox
20372           - ScrollBar
20373           - TabControl (TabAlignment.Top only, other will follow)
20374         * ThemeEngine.cs: Add theme nice
20375         * ButtonBase.cs: Redraw button on MouseEnter and MouseLeave everytime,
20376           if enabled
20377
20378 2005-08-25  Jonathan Chambers  <jonathan.chambers@ansys.com> 
20379
20380         * Splitter.cs: Resize docked control and its neighbor.
20381
20382 2005-08-24  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
20383         -- Making Windows with Menus layout correctly --
20384         * Form.cs : The first leg of the fix
20385                 Menu setter - adjust Client Size as needed to make space for the menu
20386                 SetClientSizeCore - doesn't call base version to be able to pass the 
20387                         menu handle to XplatUI.CalculateWindowRect
20388         * Hwnd.cs: Fix for menu_height, now gets from MenuAPI.MENU
20389         * XplatUIX11.cs: The critical second leg of the fix
20390                 GetWindowPos needs to use a recalculated client_rect
20391                 so that resizing the window doesn't break layout of child controls. 
20392                 Also a more complete rule to avoid X Server roundtrips in SetWindowPos
20393                 Lots of \t\n killed
20394
20395 2005-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
20396
20397         * Label.cs: Now properly recalculates width and height on Font and Text
20398           changes if AutoSize is set
20399
20400 2005-08-19  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
20401         * TreeView.cs : Revamped drawing logic, and support for FullRowSelect
20402
20403 2005-08-19  Jordi Mas i Hernandez <jordi@ximian.com>
20404
20405         * ImageList.cs: Makes ToString method compatible with MS
20406
20407 2005-08-18  Jordi Mas i Hernandez <jordi@ximian.com>
20408
20409         * MenuAPI.cs: fixes bug 75716
20410
20411 2005-08-11 Umadevi S <sumadevi@novell.com>
20412         * Control.cs: Fixed Remove & RemoveAt to make the parent of the control null.
20413
20414 2005-08-11 Umadevi S <sumadevi@novell.com>
20415         * Contorl.cs: Fixed ResetRightToLeft and ResetImeMode to work correctly
20416
20417 2005-08-10  Umadevi S <sumadevi@novell.com>
20418         * CheckedListBox.cs: Fixed event firing on Adding to the CheckedListBox
20419
20420 2005-08-07  Jordi Mas i Hernandez <jordi@ximian.com>
20421
20422         * Menu.cs: fixes bug 75700
20423         * MenuAPI.cs: fixes navigation issues
20424
20425 2005-08-09  Umadevi S <sumadevi@novell.com>
20426         * CheckedListBox.cs - simple fix for GetItemChecked.
20427
20428 2005-08-08  Jordi Mas i Hernandez <jordi@ximian.com>
20429
20430         * ComboBox.cs: Serveral fixes
20431         * ListBox.cs: Serveral fixes
20432
20433 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
20434
20435         * ComboBox.cs: Fixes FindString methods and GetItemHeight
20436         * ListBox.cs: Fixes FindString methods
20437
20438 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
20439
20440         * DataGrid.cs: fixes bugs exposed by new tests
20441
20442 2005-08-04  Peter Dennis Bartok  <pbartok@novell.com> 
20443
20444         * Mime.cs: Compile Mono assembly references only if compiling
20445           with Mono (Allows to build with VS.Net again)
20446
20447 2005-07-28  Marek Safar  <marek.safar@seznam.cz>
20448
20449         * Control.cs (PaintControlBackground): Draw background image
20450         corrrectly.
20451         (CheckForIllegalCrossThreadCalls): Stubbed.
20452         
20453         * Form.cs (OnCreateControl): Center when should be centered.
20454         
20455         * ThemeWin32Classic.cs (DrawPictureBox): Pass size.
20456
20457 2005-07-19  Jordi Mas i Hernandez <jordi@ximian.com>
20458
20459         * Binding.cs: Binding to properties should be case unsensitive
20460
20461 2005-07-18 vlindos@nucleusys.com
20462
20463         * DataGrid.cs: fixes setmember order
20464
20465 2005-07-07  Alexander Olk  <xenomorph2@onlinehome.de>
20466
20467         * MimeIcon.cs: added MimeIcon stuff (MimeIconEngine)
20468         * FileDialog.cs: FileDialog is now resizable and uses the new
20469           MimeIconEngine
20470
20471 2005-07-06  Jordi Mas i Hernandez <jordi@ximian.com>
20472
20473         * DataGridTextBoxColumn.cs: default value
20474         * GridColumnStylesCollection.cs: fixes event firing, checking MappingName
20475         * GridTableStylesCollection.cs: fixes checking MappingName
20476         * DataGridDrawingLogic.cs: fixes drawing logic issues
20477         * DataSourceHelper.cs: rewritten to make compatible with more data sources
20478         * DataGrid.cs: fixes    
20479
20480 2005-07-06  Alexander Olk  <xenomorph2@onlinehome.de>
20481
20482         * MimeGenerated.cs: Use case sensitive comparer for
20483           NameValueCollections
20484
20485 2005-07-01  Jordi Mas i Hernandez <jordi@ximian.com>
20486
20487         * DataGridTextBoxColumn.cs: bug fixes, code refactoring 
20488         * ThemeWin32Classic.cs: bug fixes, code refactoring
20489         * DataGridDrawingLogic.cs:  bug fixes, code refactoring
20490         * DataGrid.cs: bug fixes, code refactoring
20491         * DataGridTextBox.cs: bug fixes, code refactoring
20492         * DataGridColumnStyle.cs:  bug fixes, code refactoring
20493         * Theme.cs:  bug fixes, code refactoring
20494
20495 2005-07-01  Peter Bartok  <pbartok@novell.com> 
20496
20497         * TextControl.cs: Quick fix for the reported crash on ColorDialog
20498           and other text box usage
20499
20500 2005-07-01  Jackson Harper  <jackson@ximian.com>
20501
20502         * TabControl.cs: Make sure the bottom of the tab covers the pages
20503         border.
20504
20505 2005-06-30  Peter Bartok  <pbartok@novell.com> 
20506
20507         * Form.cs (ShowDialog): Assign owner of the dialog
20508         * TextBoxBase.cs: Always refresh caret size when deleting, caret
20509           might have been moved to a tag with different height
20510
20511 2005-06-30  Jackson Harper  <jackson@ximian.com>
20512
20513         * Form.cs: Don't create an infinite loop when setting focus
20514         * MenuItem.cs: Don't dirty the parents if we don't have any
20515
20516 2005-06-29  Ben Maurer  <bmaurer@ximian.com>
20517
20518         * LibSupport.cs: Rename
20519
20520 2005-06-29  Peter Bartok  <pbartok@novell.com>
20521
20522         * TextBoxBase.cs: Re-align caret after deleting a character
20523         * TextControl.cs:
20524           - DeleteChars(): Ensure that tag covers the provided position
20525           - StreamLine(): Drop reference for dropped tag
20526
20527 2005-06-29  Peter Bartok  <pbartok@novell.com> 
20528
20529         * TextControl.cs: 
20530           - Selections now work properly, anchoring at the initial location
20531             and properly extending in either direction (SetSelectionToCaret(),
20532             SetSelectionStart() and SetSelectionEnd())
20533           - No longer redraws the whole control on selection change, now
20534             calculates delta between previous and new selection and only
20535             invalidates/redraws that area
20536           - Fixed FindPos() math off-by-one errors
20537           - Changed DeleteChars() to verify the provided tag covers the
20538             provided position, selections may have a tag that doesn't cover
20539             the position if the selection is at a tag border
20540           - Fixed off-by-one errors in DeleteChars()
20541           - Added missing streamlining check in DeleteChars() to remove
20542             zero-length tags
20543           - Implemented Invalidate() method, now properly calculates exposures
20544             between two given lines/positions
20545           - Implemented SetSelection()
20546           - Obsoleted and removed FixupSelection()
20547           - Improved RecalculateDocument() logic, removing code duplication
20548
20549 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20550
20551         * LibSupport.cs: changes to match different input/output arguments.
20552
20553 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20554
20555         * LibSupport.cs: added libsupport.so init routine.
20556
20557 2005-06-29  Jordi Mas i Hernandez <jordi@ximian.com>
20558         
20559         * ControlBindingsCollection.cs
20560                 - Throws an exception on null datasource when adding
20561                 - Checks for duplicated bindings when adding
20562
20563 2005-06-28  Jackson Harper  <jackson@ximian.com>
20564
20565         * TreeView.cs (OnKeyDown): Support left and right properly
20566         (navigates as well as expanding and collapsing.
20567         - Add support for Multiply, this expands all the selected nodes
20568         children.
20569         - Fix some tabbing.
20570
20571 2005-06-28  Jackson Harper  <jackson@ximian.com>
20572
20573         * TreeView.cs: Implement keyboard navigation, currently supports,
20574         LEFT, RIGHT, UP, DOWN, PGUP, PGDOWN, HOME, END, ADD, SUBTRACT. Add
20575         support for toggling checkboxes with the space bar.
20576
20577 2005-06-28  Jackson Harper  <jackson@ximian.com>
20578
20579         * OpenTreeNodeEnumerator.cs: Don't move past the begining of the
20580         tree.
20581
20582 2005-06-28  Jackson Harper  <jackson@ximian.com>
20583
20584         * TreeView.cs: Add missing event.
20585
20586 2005-06-27  Peter Bartok  <pbartok@novell.com> 
20587
20588         * TextControl.cs:
20589           - Made line ending size configurable (now allows for counting 
20590             lineendings as \n or \r\n)
20591           - Added margin to viewport to keep caret visible on right side
20592           - Fixed translation routines for line/pos to documentpos to consider
20593             cr/lf when counting (Fixes RichTextBox.SelectionFont issues)
20594           - Fixed some line-endings to be unix style
20595           - Fixed Document.FormatText to perform it's calculations 1-based
20596           - Added descriptions for a few methods that might otherwise get 
20597             used wrong
20598           - Added NOTE section with some basic conventions to remember at 
20599             the top of the file
20600           - Major fixup for RichTextBox selection drawing:
20601             * Fixed crashes when multiple tags on a single line were selected
20602             * fixed selection box drawing not overlaying text
20603             * fixed bogus offset calculation for tags not starting at index 1
20604             * Switched behaviour from using multiple Substrings of a 
20605               StringBuilder.ToString() to using multiple 
20606               StringBuilder.ToString(start, length) statements, hoping this is
20607               faster (kept original version commented out in the code, in case
20608               original version was faster)
20609         * TextBox.cs (set_TextAlignment): TextBox always needs to wrap if 
20610           alignment != Left
20611         * TextBoxBase.cs (CalculateDocument): Made protected so RichTextBox can
20612           call it as well
20613
20614 2005-06-27  Jackson Harper  <jackson@ximian.com>
20615
20616         * TabControl.cs: Move to the left and right with the arrow
20617         keys. These keys don't cycle beyond first and last like
20618         tab. Refresh all the tabs when scrolling them to the left or
20619         right.
20620
20621 2005-06-27  Jackson Harper  <jackson@ximian.com>
20622
20623         * TabControl.cs:
20624           - ToString: Added method
20625           - CreateParams: Remove TODO and comment
20626           - OnKeyDown: Cycle through bounds properly.
20627           - SelectedIndex: Scroll to the right or left if we need to
20628           display the newly selected tab.
20629
20630 2005-06-23  Jackson Harper  <jackson@ximian.com>
20631
20632         * TabControl.cs: Stay in bounds when cycling. Make sure Handled is
20633         set.
20634
20635 2005-06-23  Jackson Harper  <jackson@ximian.com>
20636
20637         * TabControl.cs: Keyboard handling. We now support CTRL-TAB,
20638         CTRL-SHIFT-TAB, and HOME, END are there any others?
20639
20640 2005-06-23  Jackson Harper  <jackson@ximian.com>
20641
20642         * XplatUIX11.cs: Get the modifier keys from the keyboard driver.
20643
20644 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
20645         
20646         * DataGridTextBoxColumn.cs: fixes and enhancements
20647         * ThemeWin32Classic.cs: fixes and enhancements
20648         * DataGridBoolColumn.cs:  fixes and enhancements
20649         * DataGridDrawingLogic.cs:  fixes and enhancements
20650         * CurrencyManager.cs: fixes and enhancements
20651         * DataGrid.cs: fixes and enhancements
20652         * DataGridColumnStyle.cs:  fixes and enhancements
20653
20654 2005-06-22  Jackson Harper  <jackson@ximian.com>
20655
20656         * TabControl.cs: Add some missing methods that just call into the
20657         base. Make the TabPageCollection's IList interface behave in the
20658         same manner as the MS implementation.
20659
20660 2005-06-22  Peter Bartok  <pbartok@novell.com> 
20661
20662         * TextControl.cs: Added sanity check
20663         * TextBoxBase.cs: 
20664           - Fixed wrapping behaviour, don't set wrap on single line controls
20665             (this fixes the breakage of colordialog introduced in an earlier
20666              checkin)
20667           - Added rudimentary support for autoscrolling right-aligned controls
20668             (still needs fixing, also, center alignment scroll is missing)
20669
20670 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
20671         
20672         * ScrollBar.cs: Fixes thumbpos on Maximum values
20673
20674 2005-06-21  Jonathan Chambers <jonathan.chambers@ansys.com>
20675         
20676         * PropertyGridView.cs: Pass context information to UITypeEditors 
20677
20678 2005-06-21  Peter Bartok  <pbartok@novell.com> 
20679
20680         * TextBoxBase.cs:
20681           - Now calling PositionCaret with absolute space coordinates
20682           - Enabled vertical scrolling
20683           - Better tracking of scrollbar changes, tied into WidthChange
20684             event
20685           - Improved cursor tracking
20686           - Removed debug output
20687         * TextControl.cs:
20688           - PositionCaret coordinates are now works in absolute space, not 
20689             the canvas
20690           - Improved tracking of document size
20691           - Added events for width and height changes
20692
20693 2005-06-21  Peter Bartok  <pbartok@novell.com>
20694
20695         * Form.cs: Set focus to active control when form is activated
20696         * TextControl.cs: 
20697           - Added word-wrap functionality to RecalculateLine() 
20698           - Added some short function descriptions for VS.Net to aid in
20699             writing dependent controls
20700           - Added Caret property, returning the current coords of the caret
20701           - Added ViewPortWidth and ViewPortHeight properties
20702           - Added Wrap property
20703           - Added CaretMoved event
20704           - Removed some old debug code
20705           - Split() can now create soft splits
20706           - Added PreviousTag()/NextTag() to allow walking "tag-lists"
20707           - Added method to format existing text
20708           - Fixed size/alignment calculations to use viewport
20709           - RecalculateDocument now can handle changing line-numbers while
20710             calculating lines
20711
20712         * TextBox.cs:
20713           - Added some wrap logic, we don't wrap if alignment is not left
20714           - Added casts for scrollbar var, base class switched types to
20715             also support RichTextBoxA
20716           - Implemented handling of scrollbar visibility flags
20717
20718         * TextBoxBase.cs:
20719           - Switched scrollbars type to RichTextBoxScrollBars to support
20720             RichTextBox
20721           - Added tracking of canvas width/height
20722           - Switched scrollbars to be not selectable (to keep focus on text)
20723           - Added central CalculateDocument() method to handle all redraw
20724             requirements
20725           - Added ReadOnly support
20726           - Added WordWrap support
20727           - Fixed handling of Enter key (we now treat it as a DialogKey)
20728           - Fixed caret positioning when h or v scroll is not zero
20729           - Fixed placing/generation of vertical scrollbar
20730           - Added CalculateScrollBars() method to allow updating scrollbar
20731             limits and visibility
20732           - Fixed handling of horizontal scroll
20733           - Added handling of vertical scroll
20734           - Implemented auto-'jump' when caret moves to close to a left or
20735             right border and there is text to be scrolled into view (currently
20736             there's the potential for a stack overflow, until a bug in
20737             scrollbar is fixed)
20738
20739 2005-06-21  Geoff Norton  <gnorton@customerdna.com>
20740         
20741         * XplatUIOSX.cs: Initial implementation of WM_ERASEBKGND
20742
20743 2005-06-19  Alexander Olk  <xenomorph2@onlinehome.de>
20744
20745         * Mime.cs:
20746         - added inodes.
20747         - return application/x-zerosize for files with size zero
20748           (if no extension pattern matches).
20749         - check matches collection for strings too.
20750         - return only the first mime type if the name value
20751           collection has more than one mime type.
20752
20753 2005-06-18  Jonathan Chambers <jonathan.chambers@ansys.com>
20754         
20755         * PropertyGrid.cs: Cleaned up some TODOs
20756         * PropertyGridView.cs: Added support for UITypeEditors
20757
20758 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
20759         
20760         * DataGrid.cs: clears cached value
20761
20762 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
20763
20764         * DataGridTextBoxColumn.cs: new rows, speed improvements, fixes, readonly prop.
20765         * DataGridDrawingLogic.cs: new rows, speed improvements, fixes, readonly prop.
20766         * DataGrid.cs: new rows, speed improvements, fixes, readonly prop.
20767         * DataGridColumnStyle.cs: new rows, speed improvements, fixes, readonly prop.
20768         
20769 2005-06-16  Jordi Mas i Hernandez <jordi@ximian.com>
20770
20771         * ThemeWin32Classic.cs: fixes colour
20772
20773 2005-06-15  Peter Bartok  <pbartok@novell.com>
20774
20775         * MWFCategoryAttribute.cs: Added (Needed for PropertyGrid designer support)
20776         * MWFDescriptionAttribute.cs: Added (Needed for PropertyGrid designer support)
20777         * ButtonBase.cs: Added MWFCategory and MWFDescription attributes
20778         * Control.cs: Added some MWFCategory and MWFDescription attributes
20779         * ScrollBar.cs: Added some MWFCategory and MWFDescription attributes
20780
20781 2005-06-15  Alexander Olk  <xenomorph2@onlinehome.de>
20782
20783         * Mime.cs, MimeGenerated.cs: First draft of MWF mime stuff, see Mime.cs for
20784         usage
20785
20786 2005-06-14  Jordi Mas i Hernandez <jordi@ximian.com>
20787
20788         * DataGridTextBoxColumn.cs: default datagrid settings for Default Styles, fixes
20789         * DataGridTableStyle.cs: default datagrid settings for Default Styles, fixes
20790         * DataGridDrawingLogic.cs: default datagrid settings for Default Styles, fixes
20791         * DataGridBoolColumn.cs: default datagrid settings for Default Styles, fixes
20792         * DataGrid.cs: default datagrid settings for Default Styles, fixes
20793         * DataGridColumnStyle.cs: default datagrid settings for Default Styles, fixes
20794
20795 2005-06-13  Jackson Harper  <jackson@ximian.com>
20796
20797         * XplatUIX11.cs: Override SetAllowDrop on X11 so an error message
20798         isn't printed when the user enables dropping. (X11 does accept
20799         drops).
20800         
20801 2005-06-13  Jackson Harper  <jackson@ximian.com>
20802
20803         * TreeView.cs: Remove some TODOS.
20804
20805 2005-06-13  Jackson Harper  <jackson@ximian.com>
20806
20807         * Form.cs: Hook into the mdi framework.
20808         * MdiClient.cs: Use the base control collections add method so
20809         parents get setup correctly. Set the default back colour and dock
20810         style.
20811         * MdiChildContext.cs: New class, this bad actor handles an
20812         instance of an MDI window. Right now there is only basic
20813         support. You can drag, close, and resize windows. Minimize and
20814         Maximize are partially implemented.
20815
20816 2005-06-13  Jackson Harper  <jackson@ximian.com>
20817
20818         * XplatUIX11.cs: Mash numbers together properly, otherwise we get
20819         freaky when both vals are negative. NOTE: There are probably other
20820         places in XplatUIX11 that this needs to be done.
20821
20822 2005-06-13  Jordi Mas i Hernandez <jordi@ximian.com>
20823
20824         * DataGrid.cs: implement missing methods, move KeyboardNavigation
20825         * DataGridColumnStyle.cs: fixes signature
20826
20827 2005-06-12  Jackson Harper  <jackson@ximian.com>
20828
20829         * XplatUIX11.cs: Use sizing cursors similar to the ones on
20830         windows.
20831
20832 2005-06-11  Jackson Harper  <jackson@ximian.com>
20833
20834         * StatusBarPanel.cs: Signature cleanups. Implement
20835         BeginInit/EndInit.
20836
20837 2005-06-10  Jordi Mas i Hernandez <jordi@ximian.com>
20838
20839         * DataGridTextBoxColumn.cs: Honors aligment
20840         * GridColumnStylesCollection.cs: Contains is case unsensitive
20841         * GridTableStylesCollection.cs: several fixes
20842         * DataGridTableStyle.cs: default column creation
20843         * DataGridDrawingLogic.cs: fixes
20844         * CurrencyManager.cs: ListName property
20845         * DataGrid.cs: multiple styles support
20846         * DataGridColumnStyle.cs: fixes
20847         
20848
20849 2005-06-10  Peter Bartok  <pbartok@novell.com>
20850
20851         * Control.cs(Select): Moved SetFocus call to avoid potential
20852           loops if controls change the active control when getting focus
20853         * UpDownBase.cs: Fixes to allow proper keyboard focus after clicking
20854           the up/down buttons
20855
20856 2005-06-10  Matthias Felgner  <matthiasf@voelcker.ocm>
20857
20858         * ImageListConverter.cs: Implemented
20859
20860 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
20861
20862         * MonthCalendar.cs: Wired in NumericUpDown control for year
20863
20864 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
20865
20866         * MonthCalendar.cs: Removed MonoTodo attributes on Click and
20867           DoubleClick events, since they are not meant to be fired.
20868
20869 2005-06-09  Peter Bartok  <pbartok@novell.com>
20870
20871         * UpDownBase.cs, NumericUpDown.cs, DomainUpDown.cs: Integrated
20872           Jonathan's standalone controls into MWF, implemented missing
20873           events, attributes and methods; added xxxAccessible classes
20874         * AccessibleObject.cs: Made fields internal so other classes
20875           can change them if needed
20876
20877 2005-06-09  Jonathan Gilbert  <2a5gjx302@sneakemail.com>
20878
20879         * UpDownBase.cs: Complete implementation
20880         * NumericUpDown.cs: Complete implementation
20881         * DomainUpDown.cs: Complete implementation
20882
20883 2005-06-09  Jordi Mas i Hernandez <jordi@ximian.com>
20884
20885         * DataGridTextBoxColumn.cs: drawing fixes
20886         * DataGridCell.cs: fixes ToString method to match MSNet
20887         * DataGridTableStyle.cs: fixes
20888         * DataGridBoolColumn.cs: fixes, drawing
20889         * DataGridDrawingLogic.cs: fixes, new methods
20890         * DataGridTextBox.cs: Keyboard and fixes
20891         * DataGrid.cs:
20892                 - Keyboard navigation
20893                 - Scrolling fixes
20894                 - Row selection (single, multiple, deletion, etc)
20895                 - Lots of fixes
20896         
20897 2005-06-07  Jackson Harper  <jackson@ximian.com>
20898
20899         * ThemeWin32Classic.cs: Clear the background area when drawing
20900         buttons.
20901
20902 2005-06-06  Peter Bartok  <pbartok@novell.com>
20903
20904         * ImageListStreamer.cs: Fixed signature for GetData
20905         * CheckBox.cs: Fixed base class for CheckBoxAccessibleObject
20906         * ComboBox.cs:
20907           - Added missing ChildAccessibleObject class
20908           - Added missing OnXXXFocus overrides, switched to using those
20909             instead of the event handler
20910         * Control.cs:
20911           - Added Parent property for ControlAccessibleObject
20912           - Fixed signatures
20913           - Fixed attributes
20914           - Added ResetBindings()
20915         * ListBindingConverter.cs: Implemented some methods
20916         * ButtonBase.cs: Added missing ButtonBaseAccessibleObject class
20917         * ImageList.cs: Implemented basic handle scheme, removed TODOs
20918         * ContainerControl.cs: Fixed signature, now subscribing to the
20919           ControlRemoved event instead of overriding the handler, LAMESPEC
20920         * CurrencyManager.cs: Added missing attribute
20921         * MonthCalendar.cs: Added missing properties
20922
20923 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
20924
20925         * DataGridColumnStyle.cs: fixes for DataGridColumnStyle
20926         
20927 2005-06-06  Gaurav Vaish and Ankit Jain
20928
20929         * DataSourceHelper.cs: Gaurav Vaish and Ankit Jain patch for databinding
20930         * DataGrid.cs: Gaurav Vaish and Ankit Jain patch for databinding
20931         
20932 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
20933
20934         * Control.cs: fixes CreateParams Width / Height.
20935
20936 2005-06-05  Peter Bartok  <pbartok@novell.com>
20937
20938         * Win32DnD.cs: Removed compilation warnings
20939
20940 2005-06-05  Peter Bartok  <pbartok@novell.com>
20941
20942         * Control.cs (CreateParams): Since we don't know if one of the
20943           properties we use is overridden, lets make sure if we fail accessing
20944           we continue with a backup plan
20945
20946 2005-06-05  Peter Bartok  <pbartok@novell.com>
20947
20948         * Win32DnD.cs:
20949           - Removed debug output
20950           - Added MarshalAs attribute to ensure proper marshalling of FORMATETC
20951             struct
20952           - Plugged resource leak
20953         * XplatUIStructs.cs: Changed ClipboardFormats size to ushort, to match
20954           MS size
20955
20956 2005-06-05  Peter Bartok  <pbartok@novell.com>
20957
20958         * XplatUIWin32.cs: Removed DnD code
20959         * Win32DnD.cs: Implemented drop source and drop target functionality
20960
20961 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20962
20963         * UpDownBase.cs: remove duplicate addition of event, enable some code
20964         that was commented out.
20965         * NumericUpDown.cs: added missing attributes and Hexadecimal property.
20966         Validate input when a key is pressed. It works fine now for every
20967         combination of Hexadecimal. Only missing some drawing love when sharing
20968         space with other controls.
20969
20970 2005-06-04  Peter Bartok  <pbartok@novell.com>
20971
20972         * Control.cs:
20973           - We need to pass a window for DragDrop, so enable callback events
20974           - Added DnD callback events when being a DragSource
20975         * XplatUI.cs (StartDrag): Added window handle argument
20976         * XplatUIDriver.cs (StartDrag): Added window handle argument
20977         * QueryContinueDragEventArgs: Made fields internally accessible so
20978           drivers can set them
20979         * GiveFeedbackEventArgs: Made fields internally accessible so drivers
20980           can set them
20981
20982 2005-06-03  Jordi Mas i Hernandez <jordi@ximian.com>
20983
20984         * DataGridTextBoxColumn.cs: column text editing
20985         * DataGridTableStyle.cs: Respect columns styles created by the user
20986         * DataGridDrawingLogic.cs: lots of drawing fixes and enhanments
20987         * DataGridBoolColumn.cs: bool column editing
20988         * DataGrid.cs: fixes to scrolling, properties, etc
20989         * DataGridTextBox.cs: handle keyboard
20990         * DataGridColumnStyle.cs: fixes
20991
20992 2005-06-02  Jackson Harper  <jackson@ximian.com>
20993
20994         * ImageListStreamer.cs: Somewhat broken implementation of
20995         GetObjectData. The RLE needs some work to match MS properly.
20996
20997 2005-06-02  Jackson Harper  <jackson@ximian.com>
20998
20999         * X11Dnd.cs: Attempting to keep at least one file in MWF
21000         monostyled.
21001
21002 2005-06-02  Peter Bartok  <pbartok@novell.com>
21003
21004         * X11DnD.cs: Use Marshal.SizeOf instead of sizeof, no /unsafe required
21005           that way
21006
21007 2005-06-02  Peter Bartok  <pbartok@novell.com>
21008
21009         * Control.cs: Removed MonoTODO from DoDragDrop and added call to Xplat
21010         * XplatUI.cs: Added DoDragDrop() method
21011         * XplatUIDriver.cs: Added DoDragDrop() method
21012
21013 2005-06-02  Jackson Harper  <jackson@ximian.com>
21014
21015         * Splitter.cs: Implement BorderStyle.
21016
21017 2005-06-02  Jackson Harper  <jackson@ximian.com>
21018
21019         * XplatUIX11.cs: Tie into the X11Dnd subsystem.
21020         * X11Dnd.cs: New file. A subsystem that handles drag and drop on
21021         X11 using XDND.
21022
21023 2005-06-02  Peter Bartok  <pbartok@novell.com>
21024
21025         * DataObject.cs:
21026           - Added Data setter
21027           - Fixed broken insertion code for SetData, now also
21028             overwrites any existing entry of the same format name
21029         * Hwnd.cs: Added list of pointers that automatically gets
21030           freed when the window is disposed
21031         * XplatUI.cs: Call driver initialization method when loading
21032           a driver
21033         * Control.cs:
21034           - OnDragLeave takes EventArgs, not DragEventArgs
21035           - Added setting of WS_EX_ACCEPTFILES style when dropping is
21036             supported
21037           - Forces style update when drop state changes
21038         * XplatUIWin32.cs: Implemented Drag'n'Drop (as good as possible,
21039           not perfect since we cannot (yet) call the IDataObject.GetData()
21040           method, we keep getting 0x80004005 error, dunno why)
21041
21042 2005-06-02  Peter Bartok  <pbartok@novell.com>
21043
21044         * DragEventArgs.cs: Make fields internal so we can cache the
21045           object and re-set the fields from XplatUI
21046
21047 2005-06-02  Jackson Harper  <jackson@ximian.com>
21048
21049         * Control.cs: Add some internal methods so the DnD subsystem can
21050         raise DnD events. Also call into the driver when AllowDrop is set.
21051         * XplatUI.cs:
21052         * XplatUIDriver.cs: New method for setting whether or not a window
21053         is allowed to accept drag and drop messages.
21054                 
21055 2005-06-01  Jordi Mas i Hernandez <jordi@ximian.com>
21056         
21057         * ScrollBar.cs: Make sure that values sent in Scroll events
21058         are always between Maximum and Minimum.
21059
21060 2005-06-01  Marek Safar  <marek.safar@seznam.cz>
21061
21062         * Menu.cs: Call MenuChanged when menuitem visibility has been
21063         changed.
21064         * MenuItem.cs: Rebuild menu when item is (not) visible.
21065         * MainMenu.cs: MainMenu has special MenuChanged.
21066         * Theme.cs: Caption and FrameBorderSize are not fixed.
21067         * XplatUI.cs: Added CaptionHeight,FrameBorderSize.
21068         * XplatUIDriver.cs: Introduced Caption and FrameBorderSize.
21069         * XplatUIX11.cs,
21070         * XplatUIOSX: Caption and FrameBorderSize not implemented yet.
21071         * XplatUIWin32.cs: Get Caption and FrameBorderSize from system.
21072
21073 2005-05-30  Jackson Harper  <jackson@ximian.com>
21074
21075         * DataFormat.cs: We can't statically initialize this stuff because
21076         it calls into the xplatui and could create a loop. So we lazy init
21077         it.
21078
21079 2005-05-28  Jackson Harper  <jackson@ximian.com>
21080
21081         * Control.cs: Proper implementation of Product(Name/Version).
21082
21083 2005-05-27  Jackson Harper  <jackson@ximian.com>
21084
21085         * DataObject.cs: Dont crash if no data is found.
21086
21087 2005-05-26  Rafael Teixeira  <rafaelteixeirabr@hotmail.com>
21088         * MdiClient.cs: Add missing Localizable attribute to BackgroundImage property
21089                 as per status page, guessing it should be set to true
21090
21091 2005-05-26  Jordi Mas i Hernandez <jordi@ximian.com>
21092
21093         * DataGridTextBoxColumn.cs: Draws text and basic text formatting
21094         * DataGridTableStyle.cs: set proper formatting text, def header text
21095         * ThemeWin32Classic.cs: new themable paramaters
21096         * DataGridBoolColumn.cs: paint check box, get data, fixes
21097         * DataGridDrawingLogic.cs: huge improvements in painting, fixes, new methods
21098         * DataGrid.cs: fixes properties, implements vertical and horizontal scrolling
21099         * DataGridColumnStyle.cs: fixes
21100         * Theme.cs: new themable paramaters
21101                 
21102 2005-05-26  Peter Bartok  <pbartok@novell.com>
21103
21104         * ContainerControl.cs: Pass AdjustFormScrollbars() call on to base
21105
21106 2005-05-24 Jonathan S. Chambers <jonathan.chambers@ansys.com>
21107         * Control.cs: Fixed LowOrder and HighOrder to preserve sign.
21108
21109 2005-05-24  Peter Bartok  <pbartok@novell.com>
21110
21111         * OpenFileDialog.cs, Form.cs, Menu.cs, GroupBox.cs, UserControl.cs,
21112           Label.cs, DataGridTextBoxColumn.cs, PropertyGrid.cs, ErrorProvider.cs
21113           Splitter.cs, Control.cs, FontDialog.cs, TabPage.cs,
21114           FolderBrowserDialog.cs, HelpProvider.cs, DataGridTableStyle.cs,
21115           NotifyIcon.cs, FileDialog.cs, ListView.cs, SaveFileDialog.cs,
21116           ToolBarButton.cs, ImageList.cs, DataGridBoolColumn.cs, Panel.cs,
21117           DataGrid.cs, DataGridTextBox.cs, ListBox.cs, TrackBar.cs,
21118           AxHost.cs, TabControl.cs, ScrollableControl.cs, ToolBar.cs,
21119           DataGridColumnStyle.cs, PictureBox.cs, DateTimePicker.cs,
21120           StatusBar.cs, MonthCalendar.cs, TreeView.cs: Added
21121           missing attributes, etc
21122         * DataGridPreferredColumnWidthTypeConverter.cs: Added
21123
21124 2005-05-24  Peter Bartok  <pbartok@novell.com>
21125
21126         * Help.cs: Added, implemented trivial functions, throws up MessageBox
21127           when user tries to get help
21128         * DataObject.cs, DataFormats.cs, LinkArea.cs,
21129           SelectionRangeConverter.cs, Clipboard.cs : Removed unused variables
21130           to suppress warnings
21131         * XplatUIWin32.cs, XplatUIOSX.cs, XplatUIX11.cs: Removed unused code to
21132           avoid unreachable code warning
21133
21134 2005-05-20  Peter Bartok  <pbartok@novell.com>
21135
21136         * CursorConverter.cs (ConvertTo): Switched to use Cursor.GetObjectData
21137
21138 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
21139
21140         * DataGridTextBoxColumn.cs: Basic painting methods
21141         * DataGridTableStyle.cs: Set table style in the column
21142         * ThemeWin32Classic.cs: Use Theme for colors
21143         * DataGridDrawingLogic.cs: Implement more drawing
21144         * DataGrid.cs: drawing, theming, enhacements, fixes
21145         * DataGridColumnStyle.cs: fixes, drawing
21146         * Theme.cs: theming for Datagrid
21147
21148 2005-05-20  Peter Bartok  <pbartok@novell.com>
21149
21150         * Cursor.cs: Implemented GetObjectData() method
21151
21152 2005-05-20  Peter Bartok  <pbartok@novell.com>
21153
21154         * Cursors.cs: Added setting of cursor name
21155         * Cursor.cs:
21156           - Implemented constructors
21157           - Implemented Draw and DrawStretched
21158           - Implemented Current property
21159           - Implemented == and != operators
21160           - Implemented Dispose()
21161           - Implemented ToString
21162           - Added missing attributes
21163         * XplatUIX11.cs:
21164           - Added missing reset for OverrideCursor when DoEvents is called
21165           - Fixed creation of cursor, logic was wrong
21166         * XplatUIWin32.cs:
21167           - Added missing reset for OverrideCursor when DoEvents is called
21168           - Fixed creation of cursor, bit arrays were swapped
21169         * Clipboard.cs: Removed obsolete MonoTODO attribute
21170
21171 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
21172
21173         * ComboBox.cs: fixes OnSelectedItemChanged
21174         * ControlBindingsCollection.cs: fixes item range check
21175
21176 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
21177
21178         * UpDownBase.cs:
21179                 - Calc preferred height properly
21180                 - Implement missing properties
21181                 
21182         * NumericUpDown.cs: Implement missing events
21183
21184 2005-05-19  Jackson Harper  <jackson@ximian.com>
21185
21186         * TabControl.cs: New method that resizes the tab pages before
21187         redrawing them. This as needed as the control is double buffered
21188         and sizing will not be recalculated unless ResizeTabPages is
21189         called.
21190         * TabPage.cs: Set base.Text instead of Text in the constructor so
21191         that UpdateOwner does not get called. Use the new Redraw method of
21192         TabControl instead of Refresh so the sizing is recalculated.
21193         * ThemeWin32Classic.cs: Draw the text for button tabs.
21194
21195 2005-05-19  Jackson Harper  <jackson@ximian.com>
21196
21197         * Control.cs: Paint control background images. Fix typo where
21198         PaintControlBackground was not getting called correctly.
21199
21200 2005-05-19  Peter Bartok  <pbartok@novell.com>
21201
21202         * ScrollableControl.cs (DisplayRectangle): Undid my last change until
21203           I can investigate, apparently I broke FileDialog
21204
21205 2005-05-19  Marek Safar  <marek.safar@seznam.cz>
21206
21207         * AxHost.cs: Some simple properties.
21208         * Control.cs: window must be accessible after ctor.
21209         * Form.cs: Added TransparencyKey property.
21210         * TextBoxBase.cs: Implemented Clear. Text property can be null.
21211         * XplatUIWin32.cs: SetBorderStyle implemented.
21212
21213 2005-05-18  Peter Bartok  <pbartok@novell.com>
21214
21215         * DataObject.cs: Entries are not global but particular to the
21216           DataObject, now it behaves that way
21217         * XplatUIWin32.cs: Implemented Clipboard methods
21218         * Clipboard.cs: Implemented
21219         * ScrollableControl.cs (DisplayRectangle): Fixed calculation
21220         * XplatUIOSX.cs: Updated to final clipboard prototypes
21221         * XplatUIX11.cs: Implemented Clipboard methods
21222         * XplatUIDriver.cs: Updated to final clipboard prototypes
21223         * XplatUIStructs.cs:
21224           - Added BITMAPINFOHEADER struct
21225           - Added ClipboardFormats enum
21226         * X11Structs.cs:
21227           - Added ClipboardStruct
21228           - Added Atom enum items for clipboard types
21229           - Fixed atom types for Selection event structures
21230         * DataFormats.cs:
21231           - Added internal properties and methods for drivers to enumerate
21232             all known formats
21233           - Switched initialization method to allow drivers to assign their
21234             own IDs even for the MS predefined clipboard IDs
21235         * XplatUI.cs: Updated to final clipboard interface
21236
21237 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
21238         * PropertyGridView.cs: Fixed compiler warnings.
21239
21240 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
21241         * PropertyGrid.cs: Added some event calls
21242         * PropertyGridView.cs: Change drawing code to use double buffering
21243         * PropertyGridTextBox.cs: Changed Text property name
21244         * GridItem.cs: Added Bounds property.
21245         * GridEntry.cs: Added Bounds property.
21246
21247 2005-05-17  Lluis Sanchez Gual  <lluis@novell.com>
21248
21249         * Binding.cs: Use IsInstanceOfType instead of IsAssignableFrom
21250         since GetType() may not return the correct type if the object is
21251         a remoting proxy.
21252
21253 2005-05-17  Jordi Mas i Hernandez <jordi@ximian.com>
21254
21255         * TreeNodeCollection.cs: fixes get/set item ranges
21256         
21257 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
21258
21259         * ListBox.cs: Kazuki Oikawa's PreferredHeight and ItemHeight fixes
21260                 
21261 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
21262
21263         * ComboBox.cs: Fix item range comparation
21264         * ListView.cs: Fix item range comparation
21265
21266 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
21267
21268         * FontDialog.cs:
21269           - Clear example panel when OnPaint is called
21270           - Better solution for displaying the example panel text
21271           - Select default indexes in the ListBoxes
21272
21273 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
21274
21275         * XplatUIOSX.cs: Avoid painting into invisible views.  Fixes #74926
21276
21277 2005-05-11  Peter Bartok  <pbartok@novell.com>
21278
21279         * LinkArea.cs: Added and implemented LinkAreaTypeConverter class
21280         * SelectionRangeConverter.cs: Implemented
21281         * PropertyGrid.cs: Fixed attribute value
21282         * Control.cs:
21283           - Invoke(): Don't call Begin/EndInvoke if it is not neccessary
21284           - Added Sebastien Pouliot's CAS Stack Propagation fixes
21285         * XplatUIDriver.cs: Added new XplatUIDriverSupport class, for code
21286           that's common to all drivers. First methods to go there are
21287           Sebastien Pouliot's CAS Stack Propagation helper methods
21288         * XplatUIWin32.cs, XplatUIX11.cs, AsyncMethodData.cs: Fixes by
21289           Sebastien Pouliot for CAS Stack Propagation
21290
21291 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
21292
21293         * OSXStructs.cs:
21294           XplatUIOSX.cs: More cosmetic cleanup courtesy of Artyom Tyazhelov (Artyom.Tyazhelov@helmes.ee)
21295
21296 2005-05-12  Jordi Mas i Hernandez <jordi@ximian.com>
21297
21298         * DataGridTextBoxColumn.cs: fixed some members
21299         * GridColumnStylesCollection.cs: indexed column is case insensitive
21300         * DataGridTableStyle.cs: fixes
21301         * ThemeWin32Classic.cs: add new theme parameter
21302         * Theme.cs: add new theme parameter
21303         * DataGridDrawingLogic.cs: Datagrid's drawing logic
21304         * DataGrid.cs: fixes, new internal properties, etc.
21305         * DataGridColumnStyle.cs: allows to set grid value
21306         *
21307
21308 2005-05-10  Peter Bartok  <pbartok@novell.com>
21309
21310         * AccessibleObject.cs:
21311           - Removed MonoTODO attribute on help, method is correct
21312           - Fixed Bounds property
21313         * AxHost.cs: Moved MonoTODO
21314         * ButtonBase.cs: Now setting AccessibleObject properties
21315         * RadioButton.cs: Setting proper AccessibleObject role
21316         * CheckBox.cs: Setting proper AccessibleObject role
21317         * ControlBindingsCollection.cs: Added properties, methods and attributes
21318         * DataFormats.cs: Fixed awkward internal API, and changed to enable
21319           userdefined DataFormats.Format items as well
21320         * ListControl.cs: Removed data_member from the public eye
21321         * OpenFileDialog.cs:
21322           - Made class sealed
21323           - Added missing attributes
21324         * SaveFileDialog.cs: Added missing attributes
21325         * ImageListStreamer.cs: Fixed code that caused warnings
21326         * LinkLabel.cs: Removed unreachable code
21327         * TreeView.cs: Fixed code that caused warnings
21328         * PropertyGridView.cs: Fixed code that caused warnings
21329         * GridColumnStylesCollection.cs: Added missing attributes
21330         * GridTableStylesCollection: Added missing attribute
21331         * PropertyManager: Added .ctor
21332         * SecurityIDType: Added
21333         * DataObject.cs: Implemented class
21334         * LinkArea.cs: Added missing attribute
21335
21336 2005-05-11  Jordi Mas i Hernandez <jordi@ximian.com>
21337
21338         * RadioButton.cs: call base method to allow to fire OnClick event
21339         * UpDownBase.cs: OnMouseUp call base method
21340         * CheckedListBox.cs: call base method before returning
21341         * TrackBar.cs: call base method before returning
21342         
21343
21344 2005-05-10  Peter Bartok  <pbartok@novell.com>
21345
21346         * XplatUIX11.cs: Fix for #74902, check pending timers when peeking
21347           for messages
21348
21349 2005-05-10  Peter Bartok  <pbartok@novell.com>
21350
21351         * DataFormats.cs: Implemented
21352         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs,
21353           XplatUIX11.cs: Added Clipboard APIs
21354         * XplatUIWin32.cs: Implemented Clipboard APIs
21355         * FolderBrowserDialog.cs: Added missing event, attributes
21356
21357 2005-05-10  Jordi Mas i Hernandez <jordi@ximian.com>
21358
21359         * CheckBox.cs: call base method to allow to fire OnClick event
21360
21361 2005-05-09  Sebastien Pouliot  <sebastien@ximian.com>
21362
21363         * XplatUI.cs: Use PlatformID.Unix under NET_2_0.
21364
21365 2005-05-06  Peter Bartok  <pbartok@novell.com>
21366
21367         * XplatUIX11.cs: Redid Jackson's fix, it was causing a busy loop
21368         * Screen.cs: Implemented
21369         * HelpNavigator.cs: Added
21370         * XplatUIWin32.cs: Added SystemParametersInfo call, fixed WorkArea
21371           property
21372         * HelpProvider.cs: Implemented all we can do until we have a CHM
21373           help library (which means that "What's This" does work now)
21374
21375 2005-05-06  Jackson Harper  <jackson@ximian.com>
21376
21377         * XplatUIX11.cs: Fix waking up the main loop.
21378                 
21379 2005-05-05  Peter Bartok  <pbartok@novell.com>
21380
21381         * XplatUI.cs: Updated revision
21382         * Form.cs: Removed enless loop
21383         * GroupBox.cs (OnPaint): Added call to base.OnPaint()
21384         * Label.cs (OnPaint): Added call to base.OnPaint()
21385         * ToolTip.cs: Made ToolTipWindow reusable for other controls
21386         * LinkLabel.cs (OnPaint): Added call to base.OnPaint()
21387         * UpDownBase.cs (OnPaint): Moved base.OnPaint() call to end of method
21388         * AxHost.cs: Added
21389         * ButtonBase.cs: Moved base.OnPaint() call to end of method
21390         * ThemeWin32Classic.cs: Replaced references to ToolTip with references
21391           to ToolTip.ToolTipWindow for drawing and size methods; this allows
21392           reuse of ToolTipWindow by other controls
21393         * SizeGrip.cs: Moved base.OnPaint() call to end of method
21394         * XplatUIX11.cs: Now clipping drawing area (experimental)
21395         * PictureBox.cs: Moved base.OnPaint() call to end of method
21396         * Theme.cs: Fixed ToolTip abstracts to match new format
21397         * ErrorProvider.cs: Implemented
21398
21399 2005-05-05  Jordi Mas i Hernandez <jordi@ximian.com>
21400
21401         * Label.cs: fire events using OnAutoSizeChanged and OnTextAlignChanged
21402         * LinkLabel.cs:
21403                 - Adds cursors
21404                 - Handles focus
21405                 - Implements LinkBehavior
21406                 - Fixes many issues
21407
21408 2005-05-03  Jackson Harper  <jackson@ximian.com>
21409
21410         * ListView.cs: Calculate the scrollbar positioning on resize and
21411         paint, so they get put in the correct place.
21412
21413 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
21414
21415         * ColorDialogs.cs: The small color panels are now handled by
21416           SmallColorControl. This fixes drawing of the focus rectangle
21417           and adds a 3D border.
21418
21419 2005-05-03  Peter Bartok  <pbartok@novell.com>
21420
21421         * Control.cs: Modified version of Jonathan Chamber's fix for
21422           double-buffering
21423
21424 2005-05-03  Jackson Harper  <jackson@ximian.com>
21425
21426         * ListView.cs: Remove redraw variable. Control now handles whether
21427         or not a redraw needs to be done, and will only raise the paint
21428         event if redrawing is needed.
21429
21430 2005-05-03  Jackson Harper  <jackson@ximian.com>
21431
21432         * Splitter.cs: No decorations for the splitter form. Cache the
21433         hatch brush.
21434
21435 2005-05-03  Jackson Harper  <jackson@ximian.com>
21436
21437         * TreeView.cs: Use dashed lines to connect nodes. Use the
21438         ControlPaint method for drawing the focus rect instead of doing
21439         that in treeview.
21440
21441 2005-05-02  Peter Bartok  <pbartok@novell.com>
21442
21443         * LinkLabel.cs: Fixed the fixes from r43566 and 43521
21444
21445 2005-04-29  Jackson Harper  <jackson@ximian.com>
21446
21447         * ThemeWin32Classic.cs: Don't clear the GC that will clear the
21448         entire image buffer. Just clear the clipping rectangle.
21449
21450 2005-04-29  Jackson Harper  <jackson@ximian.com>
21451
21452         * ThemeWin32Classic.cs: Don't draw list view items that are
21453         outside the clipping rectangle.
21454
21455 2005-04-29  Jordi Mas i Hernandez <jordi@ximian.com>
21456
21457         * ListBox.cs: added horizontal item scroll
21458
21459 2005-04-29  Jackson Harper  <jackson@ximian.com>
21460
21461         * ThemeWin32Classic.cs: Remove some old debug code that was
21462         causing flicker with the new double buffering code.
21463
21464 2005-04-29  John BouAntoun  <jba-mono@optusnet.com.au>
21465
21466         * MonthCalendar.cs, DateTimePicker.cs: Made monthcalendar dropdwon
21467         behave like combobox and comboboxlist (still not sure if this is
21468         correct though).
21469
21470 2005-04-28  Jackson Harper  <jackson@ximian.com>
21471
21472         * ThemeWin32Classic.cs: Don't fill the middle of progress
21473         bars. This fills areas outside of the clip bounds that don't need
21474         to be filled.
21475
21476 2005-04-28  Jackson Harper  <jackson@ximian.com>
21477
21478         * Control.cs: Don't expose functionality to touch the image buffers.
21479         * ProgressBar.cs:
21480         * ListView.cs: We do not need to (and no longer can) manipulate
21481         the image buffers directly. All of this is handled by Control.
21482
21483 2005-04-28  Peter Bartok  <pbartok@novell.com>
21484
21485         * RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
21486           RichTextBoxScrollBars.cs, RichTextBoxStreamType.cs,
21487           RichTextBoxFinds.cs, RichTextBoxWordPunctuations.cs: Added
21488
21489 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
21490
21491         * Combobox:
21492                 - Adjust control's height for non-simple comboboxes (bug fix)
21493                 - Remove dead code
21494         * MenuAPI.cs: remove unused var
21495         * ScrollBar.cs: remove unsed var
21496                  
21497         * ListBox.cs: unselect items when clearing
21498
21499 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
21500
21501         * ListControl.cs: honors OnPositionChanged and default Selected Item
21502         * ListBox.cs: unselect items when clearing
21503
21504 2005-04-27  Jackson Harper  <jackson@ximian.com>
21505
21506         * X11Keyboard.cs: Initialize a default keyboard and give a warning
21507         if a "correct" keyboard is not found. This will make us not crash,
21508         but might give some users bad keyboard layouts...seems to be the
21509         same thing rewind does.
21510
21511 2005-04-27  Jackson Harper  <jackson@ximian.com>
21512
21513         * BindingManagerBase.cs: Attach the current/position changed
21514         handlers to their respective events.
21515
21516 2005-04-27  Jackson Harper  <jackson@ximian.com>
21517
21518         * Control.cs: Make sure that the first WM_PAINT does a full draw,
21519         not just a blit.
21520         * ThemeWin32Classic.cs: Don't fill the background for picture
21521         boxes. This could overright user drawing.
21522         * ComboBox.cs: Just fill the clipping rect not the entire client
21523         rect when drawing the background. This prevents pieces of the
21524         image buffer from getting overwritten and is theoretically faster.
21525
21526 2005-04-26  Jordi Mas i Hernandez <jordi@ximian.com>
21527
21528         * ComboBox.cs: Databinding support fixes, fire missing events
21529         * ListControl.cs: implement missing methods and properties, fixes
21530         * ThemeWin32Classic.cs: Databiding support on Drawing
21531         * CheckedListBox.cs: Databinding support fixes, fire missing events
21532         * ListBox.cs: Databinding support fixes, fire missing events
21533         
21534 2005-04-25  Peter Bartok  <pbartok@novell.com>
21535
21536         * LinkLabel.cs: Length of LinkArea is not allowed to be negative
21537
21538 2005-04-25  Jackson Harper  <jackson@ximian.com>
21539
21540         * TreeView.cs: Use the horizontal scrollbars height not width when
21541         determining how much of the client area is available.
21542
21543 2005-04-25  Jackson Harper  <jackson@ximian.com>
21544
21545         * Control.cs: Double buffering is handled differently now. As per
21546         the spec, the extra buffer is created in the WM_PAINT message and
21547         passed down to the control's drawing code.
21548         * GroupBox.cs:
21549         * Label.cs:
21550         * CheckBox.cs:
21551         * ProgressBar.cs:
21552         * RadioButton.cs:
21553         * ColorDialog.cs:
21554         * ComboBox.cs:
21555         * PropertyGridView.cs:
21556         * UpDownBase.cs:
21557         * MessageBox.cs:
21558         * MenuAPI.cs:
21559         * ListView.cs:
21560         * ButtonBase.cs:
21561         * SizeGrip.cs:
21562         * ScrollBar.cs:
21563         * ListBox.cs:
21564         * TrackBar.cs:
21565         * ToolBar.cs:
21566         * PictureBox.cs:
21567         * DateTimePicker.cs:
21568         * StatusBar.cs:
21569         * TreeView.cs: Update to new double buffering system.
21570         * MonthCalendar.cs: Uncomment block, as Capture is now
21571         working. Update to new double buffering
21572         * LinkLabel.cs: Lazy init the link collection. Update to new double buffering
21573         * PaintEventArgs.cs: New internal method allows us to set the
21574         graphics object. This is used for double buffering.
21575         * ThemeWin32Classic.cs: Give the picture box drawing code a clip
21576         rectangle. The internal paint_area var has been removed from
21577         StatusBar. The clipping rect should be used instead.
21578         * Theme.cs: Give the PictureBox drawing method a clipping rect.
21579         * TabPage.cs: The RefreshTabs method was removed, so just call the
21580         tab controls Refresh method now.
21581         * TabControl.cs: Update to new double buffering. Make sure the
21582         handle is created before sizing the tab pages, otherwise we will
21583         get stuck in a loop.
21584
21585 2005-04-24  Borja Sanchez Zamorano <borsanza@gmail.com>
21586
21587         * LinkLabel.cs: Fix typo, bug #74719; patch
21588           from Borja Sanchez Zamorano
21589
21590 2005-04-22  Jackson Harper  <jackson@ximian.com>
21591
21592         * TreeNode.cs: Implement Handle stuff.
21593         * TreeView.cs: Utility methods so nodes can get/lookup by handle.
21594
21595 2005-04-22  Jordi Mas i Hernandez <jordi@ximian.com>
21596
21597         * DataGridTextBoxColumn.cs: call base constructors, fixes
21598         * GridColumnStylesCollection.cs: missing events, methods, and functionality
21599         * GridTableStylesCollection.cs: fixes, check duplicate mapping names
21600         * DataGridTableStyle.cs: implements create default column styles
21601         * DataGridBoolColumn.cs: which types can handle
21602         * DataGrid.cs: missing methods, fixes, new functionality
21603         * DataGridColumnStyle.cs: fixes
21604
21605 2005-04-20  Alexander Olk  <xenomorph2@onlinehome.de>
21606         * FolderBrowserDialog.cs:
21607         - Use a thread to fill the TreeView
21608         - Adjusted some sizes
21609
21610 2005-04-19  Peter Bartok  <pbartok@novell.com>
21611
21612         * LinkLabel.cs: (Re-)create the pieces when setting the Text
21613           property. Fixes #74360.
21614
21615 2005-04-19  Jackson Harper  <jackson@ximian.com>
21616
21617         * XEventQueue.cs: Lock when getting the lockqueue size.
21618         * PictureBox.cs: Call base OnPaint
21619         
21620 2005-04-19  Peter Bartok  <pbartok@novell.com>
21621
21622         * XplatUIX11.cs: Fixed bug introduced with the HWND rewrite, Async
21623           messages were no longer being processed (this broke BeginInvoke)
21624
21625           
21626 2005-04-18  Jackson Harper  <jackson@ximian.com>
21627
21628         * TreeView.cs: buglet that caused node images to get drawn
21629         regardless of whether or not they were in the clipping rectangle.
21630
21631 2005-04-18  Jackson Harper  <jackson@ximian.com>
21632
21633         * CurrencyManager.cs: There are four rules for GetItemProperties:
21634         - If the type is an array use the element type of the array
21635         - If the type is a typed list, use the type
21636         - If the list contains an Item property that is not an object, use
21637         that property
21638         - use the first element of the list if there are any elements in
21639         the list.
21640         
21641 2005-04-17  Jackson Harper  <jackson@ximian.oom>
21642
21643         * TreeView.cs: Calculate plus minus and checkbox bounds when there is a
21644         click. This handles offsets for scrolling properly and reduces
21645         memory. Also fixed GetNode to not offset now that TopNode works
21646         properly.
21647         * TreeNode.cs: No longer need to track the plus minus or checkbox bounds.
21648         
21649 2005-04-17  Jackson Harper  <jackson@ximian.com>
21650
21651         * CursorConverter.cs: Initial implementation.
21652
21653 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
21654
21655         * ListControl.cs: work towards complex data binding support on ListControl
21656         * CurrencyManager.cs: work towards complex data binding support on ListControl
21657         * ListBox.cs: work towards complex data binding support on ListControl
21658
21659
21660 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
21661
21662         * GridTableStylesCollection.cs: fixes name and constructor
21663         * DataGridTableStyle.cs: fixes
21664         * DataGridBoolColumn.cs: fixes names and constructors
21665         * DataGrid.cs: define methods and properties. Some init implementations
21666         * DataGridCell.cs: define methods and properties. Some init implementations
21667         * GridTablesFactory.cs: Define methods and properties
21668
21669 2005-04-15  Geoff Norton  <gnorton@customerdna.com>
21670
21671         * XplatUIOSX.cs:  Handle proper mouse tracking even if the current
21672         graphics port changes.  We still want the coordinates in global screen
21673         coordinates.
21674
21675 2005-04-14  Jackson Harper  <jackson@ximian.com>
21676
21677         * TreeView.cs: Handle clicks when plus minus is disabled. Don't
21678         check plus minus or checkbox clicks unless those features are enabled.
21679
21680 2005-04-14  Jackson Harper  <jackson@ximian.com>
21681
21682         * TreeView.cs: Add methods for setting the top and bottom visible
21683         nodes. TreeNode::EnsureVisible uses these methods.
21684         * TreeNode.cs: Implement EnsureVisible
21685
21686 2005-04-13  Jordi Mas i Hernandez <jordi@ximian.com>
21687
21688         * Form.cs: Pospone menu assignation if the window has not been created yet
21689         * XplatUIWin32.cs: Fixes Win32SetWindowPos, then does not change window
21690         size and position
21691
21692 2005-04-12  Jackson Harper  <jackson@ximian.com>
21693
21694         * TreeView.cs: Set the TopNode properly when scrolling
21695         occurs. This has the added benifit of reducing the amount of
21696         walking that needs to be done when drawing. Also removed an old
21697         misleading TODO.
21698         * OpenTreeNodeEnumerator.cs: Fix moving backwards.
21699         
21700 2005-04-11  Jordi Mas i Hernandez <jordi@ximian.com>
21701
21702         * Timer.cs: fixes interval setting when the timer is already enabled
21703         
21704 2005-04-10  Alexander Olk  <xenomorph2@onlinehome.de>
21705
21706         * FolderBrowserDialog.cs: First approach
21707
21708 2005-04-09  Peter Bartok  <pbartok@novell.com>
21709
21710         * FolderBrowserDialog: Added
21711
21712 2005-04-07  Jordi Mas i Hernandez <jordi@ximian.com>
21713
21714         * LinkLabel.cs: move drawing code into the theme
21715         * ThemeWin32Classic.cs: drawing code and painting background bugfix
21716         * Theme.cs: define DrawLinkLabel method
21717
21718 2005-04-05  Jackson Harper  <jackson@ximian.com>
21719
21720         * BindingContext.cs: Use weak references so these bad actors don't
21721         stay alive longer then they need to.
21722
21723 2005-04-05  Jackson Harper  <jackson@ximian.com>
21724
21725         * ListControl.cs: Basic implementation of complex databinding.
21726         * ComboBox.cs:
21727         * ListBox.cs: Add calls to ListControl databinding methods.
21728
21729 2005-04-05  Alexander Olk  <xenomorph2@onlinehome.de>
21730
21731         * FileDialog.cs:
21732           - Don't change PopupButtonState to Normal when the
21733             PopupButton gets pressed several times.
21734           - Renamed ButtonPanel to PopupButtonPanel
21735
21736 2005-04-05  Jordi Mas i Hernandez <jordi@ximian.com>
21737
21738         * ColorDialog.cs: Use cached objects instead of creating them
21739         * LinkLabel.cs: Use cached objects instead of creating them
21740         * Splitter.cs: Use cached objects instead of creating them
21741         * FontDialog.cs: Use cached objects instead of creating them
21742         * PropertyGridView.cs: Use cached objects instead of creating them
21743         * MessageBox.cs: Use cached objects instead of creating them
21744         * FileDialog.cs: Use cached objects instead of creating them
21745         * ThemeWin32Classic.cs: Use cached objects instead of creating them
21746         * TreeView.cs: Use cached objects instead of creating them
21747         
21748 2005-04-04  Jordi Mas i Hernandez <jordi@ximian.com>
21749
21750         * Control.cs: use Equals to compare the font since no == op
21751         * ScrollBar.cs: use Equals to compare the font since no == op
21752
21753 2005-04-04  Alexander Olk  <xenomorph2@onlinehome.de>
21754
21755         * SaveFileDialog.cs: Open stream in OpenFile with FileMode Create
21756
21757 2005-04-01  Jackson Harper  <jackson@ximian.com>
21758
21759         * Binding.cs: Implement IsBinding.
21760         * BindingManagerBase.cs:
21761         * PropertyManager.cs:
21762         * CurrencyManager.cs: Add IsSuspended property.
21763
21764 2005-04-01  Jackson Harper  <jackson@ximian.com>
21765
21766         * Binding.cs: Had some IsAssignableFrom calls backwards.
21767
21768 2005-04-01  Jackson Harper  <jackson@ximian.com>
21769
21770         * Binding.cs: Handle null data members when pulling data.
21771         * PropertyManager.cs: Handle the data member being a property that
21772         does not exist.
21773
21774 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
21775
21776         * DataGridTextBoxColumn.cs: fixes signature
21777         * DataGrid.cs: calls right constructor
21778
21779 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
21780
21781         * DataGridTextBoxColumn.cs: implements DataGridTextBoxColumn class
21782         * GridColumnStylesCollection.cs: implements GridColumnStylesCollection
21783         * GridTableStylesCollection.cs: implements GridTableStylesCollection
21784         * DataGridTableStyle.cs: implements DataGridTableStyle
21785         * DataGridBoolColumn.cs: implements DataGridBoolColumn
21786         * DataGridTextBox.cs: implements DataGridTextBox
21787         * DataGridColumnStyle.cs: implements DataGridColumnStyle
21788
21789 2005-03-31  Alexander Olk  <xenomorph2@onlinehome.de>
21790
21791         * FileDialog.cs: Added simple PopupButton class for ButtonPanel
21792
21793 2005-03-29  Peter Bartok  <pbartok@novell.com>
21794
21795         * Application.cs:
21796           - Properly implemented CompanyName property
21797           - Fixed LocalUserAppDataPath and UserAppDataPath, now properly
21798             returns a path that includes CompanyName, ProductName and
21799             Version (fixes bug #70330)
21800
21801 2005-03-29  Stefan Buehler  <sbuehler@gmx.ch>
21802
21803         * TabPage.cs: Don't use Owner.DisplayRectangle unless owner is valid,
21804           fixes bug #72588.
21805
21806 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
21807
21808         * FileDialog.cs, SaveFileDialog.cs OpenFileDialog.cs:
21809         
21810           - Added ReadOnly CheckBox
21811           - Further refactoring: moved some code from Open-/SaveFileDialog
21812             to FileDialog
21813
21814 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
21815
21816         * OpenFileDialog.cs: Fixed CheckFileExists
21817         * FileDialog.cs:
21818           Moved FileView and DirComboBox outside FileDialog class.
21819           They can now be used outside FileDialog
21820
21821 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
21822
21823         * FileDialog.cs: Added a contextmenu to change ShowHiddenFiles
21824         * SaveDialog.cs, OpenFileDialog.cs: Fixes for Reset() method
21825
21826 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
21827
21828         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
21829           - Added missing CreatePrompt property in SaveDialog
21830           - Overall SaveDialog handling should be better now
21831           - Added non standard ShowHiddenFiles property
21832           - Added extension, CreatePrompt and OverwritePrompt support in SaveDialog
21833           - Added InitialDirectory and RestoreDirectory support
21834
21835 2005-03-26  Alexander Olk  <xenomorph2@onlinehome.de>
21836
21837         * FileDialog.cs: Made dirComboBox usable
21838
21839 2005-03-24  Alexander Olk  <xenomorph2@onlinehome.de>
21840
21841         * FileDialog.cs: Added Filter support (case sensitiv)
21842
21843 2005-03-24  Jackson Harper  <jackson@ximian.com>
21844
21845         * TabControl.cs: Need a couple more pixels for the lines.
21846
21847 2005-03-23  Jackson Harper  <jackson@ximian.com>
21848
21849         * TabControl.cs: Give the tab page focus when it is selected.
21850
21851 2005-03-23  Jackson Harper  <jackson@ximian.com>
21852
21853         * TabControl.cs: Account for the drawing of tabs borders when
21854         invalidating. If the slider was clicked dont do click detection on
21855         the tabs.
21856
21857 2005-03-23  Jackson Harper  <jackson@ximian.com>
21858
21859         * TabControl.cs: Fix typo, emilinates an unneeded expose event.
21860
21861 2005-03-22  Jonathan Chambers  <jonathan.chambers@ansys.com>
21862
21863         * CategoryGridEntry.cs: Added
21864         * GridItem.cs: Added helper properties
21865         * PropertyGridTextBox.cs: Custom textbox control for PropertyGrid.
21866         * GridEntry.cs: Updated code for collection
21867         * PropertyGrid.cs: Cleaned up some formatting
21868         * PropertyGridView.cs: Added drop down functionality for enums.
21869         * GridItemCollection.cs: Added enumerator logic
21870         * PropertyGridEntry.cs: Added
21871
21872 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
21873
21874         * FileDialog.cs:
21875           - Removed unnecessary commented code
21876           - Fixed handling for entering the filename manually in the combobox
21877
21878 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
21879
21880         * FileDialog.cs, OpenFileDialog.cs: OpenFileDialog Multiselect now works
21881
21882 2005-03-18  Peter Bartok  <pbartok@novell.com>
21883
21884         * ThemeWin32Classic.cs: Moved listview column headers a bit, to avoid
21885           them being touching the border
21886
21887 2005-03-18  Peter Bartok  <pbartok@novell.com>
21888
21889         * TextControl.cs: Quick hack to center text better
21890
21891 2005-03-18  Peter Bartok  <pbartok@novell.com>
21892
21893         * ControlPaint.cs:
21894           - Don't throw NotImplemented exceptions, just print a notice once
21895             instead (requested by Miguel). This makes running existing SWF
21896             apps a bit easier
21897         * Control.cs:
21898           - Commented out Drag'N'Drop XplatUI call (no driver support yet)
21899           - Added context menu trigger on right click
21900         * Panel.cs: Trigger invalidate on resize
21901         * StatusBar.cs:
21902           - Removed old double-buffer drawing
21903           - Added ResizeRedraw style to force proper update of statusbar
21904         * ListView.cs:
21905           - Removed debug output
21906         * ThemeWin32Classic.cs:
21907           - Fixed drawing of status bar, now draws Text property if there
21908             are no defined panels
21909
21910 2005-03-18  Jackson Harper  <jackson@ximian.com>
21911
21912         * ImageList.cs: When the image stream is set pull all the images
21913         from it.
21914         * ImageListStreamer.cs: Implement reading image list streams.
21915
21916 2005-03-18  Peter Bartok  <pbartok@novell.com>
21917
21918         * ThemeWin32Classic.cs (DrawPictureBox):
21919           - Fixed calculations for centered drawing
21920           - Fixed drawing for normal mode, not scaling the image on normal
21921
21922 2005-03-18  Peter Bartok  <pbartok@novell.com>
21923
21924         * ComboBox.cs: Now also firing the OnKeyPress events for the embedded
21925           textbox
21926         * FileDialog.cs:
21927           - Made Open/Save button the accept button for FileDialog
21928           - Tied the cancel button to the IButtonControl cancel button
21929           - Save/Open now properly builds the pathname
21930           - Now handles user-entered text
21931           - Preventing crash on right-click if no item is selected
21932           - Fixed Text property, now uses contents of textbox
21933           - Fixed SelectedText property, now just returns the text part that
21934             is selected in the text box
21935
21936 2005-03-18  Jackson Harper  <jackson@ximian.com>
21937
21938         * ThemeWin32Classic.cs: Use the proper func for drawing the focus
21939         rect, make sure to de-adjust the interior rect after drawing the
21940         tab text.
21941
21942 2005-03-18  Peter Bartok  <pbartok@novell.com>
21943
21944         * MenuAPI.cs: Remove menu *before* executing selected action to
21945           prevent the menu from 'hanging around'
21946           
21947 2005-03-17  Geoff Norton  <gnorton@customerdna.com>
21948
21949         * XplatUIOSX.cs: Implemented WorkingArea property
21950
21951 2005-03-17  Peter Bartok  <pbartok@novell.com>
21952
21953         * XplatUIX11.cs: Fixed menu coord calculations
21954         * MenuAPI.cs: Now using new ScreenToMenu()/MenuToScreen() methods
21955           for calculating offsets
21956
21957 2005-03-17  Peter Bartok  <pbartok@novell.com>
21958
21959         * Hwnd.cs: Do not consider menu presence for default client
21960           rectangle location/size
21961         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs,
21962           XplatUIWin32.cs: Added MenuToScreen() and ScreenToMenu() coord
21963           translation functions
21964         * FileDialog.cs: Fixed (what I presume is a) typo
21965
21966 2005-03-17  Jonathan Gilbert  <logic@deltaq.org>
21967
21968         * XplatUIX11.cs: Added call to XInitThreads() to allow multi-threaded
21969           X access (avoids X-Async errors)
21970
21971 2005-03-16  Jackson Harper  <jackson@ximian.com>
21972
21973         * TabControl.cs: Raise the SelectedIndexChanged event.
21974
21975 2005-03-16  Alexander Olk  <xenomorph2@onlinehome.de>
21976
21977         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
21978           - Removed vertical ToolBar and replaced it with a custom panel
21979             (desktop and home button already work)
21980           - Added Help button (some controls get resized or relocated then)
21981           - Draw correct text depending on Open or Save.
21982           - Fixed some typos...
21983
21984 2005-03-16  Jordi Mas i Hernandez <jordi@ximian.com>
21985
21986         * ScrollBar.cs:
21987           - Only change Maximum and Minimum when need it (bug fix)
21988
21989 2005-03-15  Peter Bartok  <pbartok@novell.com>
21990
21991         * Form.cs: Use Handle for icon, to trigger creation if
21992           the window does not yet exist
21993         * Control.cs:
21994           - CanSelect: Slight performance improvement
21995           - Focus(): Preventing possible recursion
21996           - Invalidate(): Removed ControlStyle based clear flag setting
21997           - WM_PAINT: fixed logic for calling OnPaintBackground
21998           - WM_ERASEBKGND: Fixed logic, added call to new driver method
21999             EraseWindowBackground if the control doesn't paint background
22000         * XplatUIWin32.cs:
22001           - Moved EraseWindowBackground() method to internal methods
22002           - Removed unused WM_ERASEBKGND handling in GetMessage; msg never comes;
22003             is sent via SendMessage on BeginPaint call on Win32
22004         * XplatUIX11.cs:
22005           - Added EraseWindowBackground() method
22006           - No longer sends WM_ERASEBKGND on .Expose, but on call to
22007             PaintEventStart, which more closely matches Win32 behaviour
22008           - Fixed Invalidate() call, now updates new ErasePending Hwnd property
22009           - Fixed SetFocus() to properly deal with client and whole windows
22010         * Hwnd.cs: Added ErasePending property
22011         * XplatUIOSX.cs: Stubbed EraseWindowBackground() method
22012         * XplatUI.cs, XplatUIDriver.cs: Added EraseWindowBackground() method
22013
22014 2005-03-12  Geoff Norton  <gnorton@customerdna.com>
22015
22016         * XplatUIOSX.cs:
22017           - Fix hard loop when timers exist.
22018           - Fix bugs with middle and right click for 3 button mice.
22019
22020 2005-03-11  Peter Bartok  <pbartok@novell.com>
22021
22022         * XplatUIX11.cs:
22023           - get_WorkingArea: Need to call X directly, GetWindowPos only
22024             returns cached data now
22025           - Added sanity check to GetWindowPos hwnd usage
22026
22027 2005-03-11  Jackson Harper  <jackson@ximian.com>
22028
22029         * BindingManagerBase.cs: This method isn't used anymore as
22030         PullData now updates the data in the control.
22031
22032 2005-03-11  Jordi Mas i Hernandez <jordi@ximian.com>
22033
22034         * Form.cs: fixes menu drawing on X11
22035         * MenuAPI.cs:  fixes menu drawing on X11
22036
22037 2005-03-11  Peter Bartok  <pbartok@novell.com>
22038
22039         * Control.cs: Changed OnCreateControl behaviour based on a suggestion
22040           from Jonathan Gilbert; should fix bug #73606
22041         * XplatUIX11.cs: Fixed NC Mouse message coordinates, they need to be
22042           in Screen coordinates. Thanks, Jordi.
22043         * Form.cs: Added missing attribute
22044
22045 2005-03-11  Peter Bartok  <pbartok@novell.com>
22046
22047         * Form.cs:
22048           - Rudimentary Mdi support
22049           - Removed outdated FormParent code
22050           - Implemented lots of missing properties and methods, still missing
22051             transparency support
22052           - Added missing attributes
22053           - Implemented support for MaximumBounds
22054           - Added firing of various events
22055         * XplatUI.cs: Added SetIcon() method
22056         * XplatUIDriver.cs: Added SetIcon() abstract
22057         * XplatUIOSX.cs: Stubbed out SetIcon() method
22058         * XplatUIX11.cs:
22059           - Implemented SetIcon() support
22060           - Moved SetMenu() and SetBorderStyle() to proper alphabetical pos
22061           - Switched to unix line endings
22062         * XplatUIWin32.cs:
22063           - Made POINT internal so for can access it as part of MINMAX
22064           - Implemented SetIcon() support
22065           - Implemented support for CLIENTCREATESTRUCT (but might have to drop
22066             native Mdi support again, might have to go managed)
22067         * Control.cs: Now fires the StyleChanged event
22068         * MdiClient.cs: Added; still mostly empty
22069
22070 2005-03-10  Peter Bartok  <pbartok@novell.com>
22071
22072         * SaveFileDialog.cs: Added emtpy file
22073
22074 2005-03-08  Peter Bartok  <pbartok@novell.com>
22075
22076         * Control.cs: Fixed bug #73190; now invokes CreateControl (which
22077           in turn triggers OnCreateContro) when creating a handle for the
22078           first time.
22079         * TextControl.cs: Fixed endless loop in certain cases when
22080           replacing the current selection
22081
22082 2005-03-08  Jordi Mas i Hernandez <jordi@ximian.com>
22083
22084         * ScrollBar.cs:
22085           - Honors NewValue changes in Scroll events allowing apps to change it
22086           - Adds First and Last Scroll events
22087           - Fixes Thumb events
22088
22089 2005-03-07  Peter Bartok  <pbartok@novell.com>
22090
22091         * Hwnd.cs: Added DefaultClientRectangle property
22092         * XplatUI.cs: Now using the X11 driver Where() method, which provides
22093           more detailed debug information
22094         * XplatUIX11.cs:
22095           - Fixed size-change feedback loop, where we would pull an old size
22096             off the queue and mistakenly change our window's size to an
22097             earlier value
22098           - Now compressing ConfigureNotify events, to reduce looping and
22099             redraw issues
22100         * TextBoxBase.cs: Preventing crash when no text is set and ToString()
22101           is called
22102
22103 2005-03-07  Jackson Harper  <jackson@ximian.com>
22104
22105         * Binding.cs: Push data pushes from data -> property. Check if the
22106         property is readonly when attempting to set it.
22107
22108 2005-03-07  Jackson Harper  <jackson@ximian.com>
22109
22110         * Binding.cs: Format and parse data correctly. Use ASsignableFrom
22111         instead of IsSubclassOf. Pulling data now sets the value on the
22112         control.
22113         * PropertyManager.cs:
22114         * CurrencyManager.cs: Just need to pull data when updating now,
22115         because PullData will set the value on the control.
22116
22117 2005-03-04  Jackson Harper  <jackson@ximian.com>
22118
22119         * Binding.cs: Implement data type parsing and converting on pulled
22120         data. TODO: Are there more ways the data can be converted?
22121
22122 2005-03-04  Jackson Harper  <jackson@ximian.com>
22123
22124         * Binding.cs: Support <Property>IsNull checks. Also bind to the
22125         controls Validating method so we can repull the data when the
22126         control loses focus.
22127
22128 2005-03-03  Jordi Mas i Hernandez <jordi@ximian.com>
22129
22130         * ColumnHeader.cs:
22131           - Fixes null string format
22132           
22133         * ListView.cs:
22134           - Adds enum type checks
22135           - Fixes redrawing and recalc need after changing some properties
22136           - Fixes on focus_item set after the event
22137           - Fixes adding columns after the control has been created
22138           
22139         * ThemeWin32Classic.cs:
22140           - Fixes CheckBox focus rectangle
22141           - Fixes ColumnHeader drawing
22142
22143
22144 2005-03-03  Jackson Harper  <jackson@ximian.com>
22145
22146         * Binding.cs: Bind to <Property>Changed events so we can detect
22147         when properties are changed and update the data.
22148
22149 2005-03-02  Jordi Mas i Hernandez <jordi@ximian.com>
22150
22151         * ImageList.cs:
22152           - Changes 32-bit pixel format to Format32bppArgb to allow transparency
22153           - Fixes ImageList constructor with ImageList container
22154           - Fixes image scaling (wrong parameters at DrawImage)
22155
22156 2005-02-02  Jackson Harper  <jackson@ximian.com>
22157
22158         * Binding.cs: Make property searches case-insensitive. Eliminate
22159         some duplicated code.
22160
22161 2005-03-01  Jordi Mas i Hernandez <jordi@ximian.com>
22162
22163         * ComboBox.cs:
22164                 - Handle focus event
22165                 - Fix scrollbar events
22166                 - Discard highlighted item if remove it
22167                 - Fixes SelectedItem with strings
22168
22169 2005-03-01  Peter Bartok  <pbartok@novell.com>
22170
22171         * Control.cs:
22172           - Fixed Visible property, now follows (once again) parent chain
22173             to return false if any control in the chain is visible=false
22174           - Fixed OnParentVisibleChanged, now just calls OnVisibleChanged event
22175           - Fixed several places where is_visible instead of Visible was used
22176           - Implemented FIXME related to focus selection when setting focused
22177             control to be invisible
22178
22179         * XplatUIWin32.cs: Now using proper method to find out if window is
22180           visible. Thanks to Jordi for pointing it out
22181
22182 2005-02-28  Jordi Mas i Hernandez <jordi@ximian.com>
22183
22184         * ComboBox.cs: show/hide scrollbar instead of creating it
22185
22186 2005-02-27  Jackson Harper  <jackson@ximian.com>
22187
22188         * CurrencyManager.cs: Add PositionChanged stuff.
22189
22190 2005-02-27  Peter Bartok  <pbartok@novell.com>
22191
22192         * XplatUI.cs, XplatUIDriver.cs: Added new GetMenuOrigin() method
22193         * XplatUIOSX.cs: Added GetMenuOrigin() stub
22194         * XplatUIWin32.cs: Implemented GetMenuOrigin()
22195         * XplatUIX11.cs:
22196           - Implemented GetMenuDC()
22197           - Implemented GetMenuOrigin()
22198           - Implemented ReleaseMenuDC()
22199           - Implemented generation of WM_NCPAINT message
22200           - Implemented generation and handling of WM_NCCALCSIZE message
22201         * Form.cs: Added debug helper message for Jordi's menu work
22202         * Hwnd.cs:
22203           - Modified ClientRect property; added setter, fixed getter to handle
22204             setting of ClientRect
22205           - Added MenuOrigin property
22206
22207 2005-02-26  Peter Bartok  <pbartok@novell.com>
22208
22209         * XplatUIX11.cs:
22210           - Destroys the caret if a window that's being destroyed contains it
22211           - Ignores expose events coming from the X11 queue for windows that
22212             already are destroyed
22213           - Now uses the proper variable for handling DestroyNotify, before we
22214             marked the wrong window as destroyed
22215           - Improved/added some debug output
22216
22217 2005-02-26  Peter Bartok  <pbartok@novell.com>
22218
22219         * X11Keyboard.cs: Fixes to work on 64bit systems
22220
22221 2005-02-26  Peter Bartok  <pbartok@novell.com>
22222
22223         * Control.cs:
22224           - Now calling OnHandleDestroyed from DestroyHandle()
22225             instead of Dispose()
22226           - Removed bogus call to controls.Remove() from DestroyHandle()
22227
22228 2005-02-26  Peter Bartok  <pbartok@novell.com>
22229
22230         * Control.cs: Properly destroy child windows when our handle is
22231           destroyed
22232
22233 2005-02-25  Peter Bartok  <pbartok@novell.com>
22234
22235         * XplatUI.cs:
22236           - Added 'DriverDebug' define to allow tracing XplatUI API calls
22237           - Alphabetized Static Methods and Subclasses
22238
22239         * XplatUIX11.cs:
22240           - Added XException class to allow custom handling of X11 exceptions
22241           - Created custom X11 error handler, tied into XException class
22242           - Added support for MONO_XEXCEPTIONS env var to allow the user
22243             to either throw an exception on X errors or continue running
22244             after displaying the error
22245           - Added handling of DestroyNotify message
22246           - Added handler for CreateNotify message (still disabled)
22247           - Improved (tried to at least) Where method to provide file and lineno
22248         * X11Structs.cs:
22249           - Added XErrorHandler delegate
22250           - Added XRequest enumeration (to suppor translation of errors)
22251
22252 2005-02-25  Jackson Harper  <jackson@ximian.com>
22253
22254         * PropertyManager.cs: Implement editing features
22255         * CurrencyManager.cs:
22256         * Binding.cs: First attempt at UpdateIsBinding
22257         * BindingManagerBase.cs: Call UpdateIsBinding before
22258         pushing/pulling data.
22259
22260 2005-02-25  Jordi Mas i Hernandez <jordi@ximian.com>
22261
22262         * MenuAPI.cs: Respect disabled items
22263         * ThemeWin32Classic.cs
22264                 - Caches ImageAttributes creation for DrawImageDisabled
22265                 - Fixes vertical menu line drawing
22266                 - Draws disabled arrows in disable menu items
22267
22268 2005-02-24  Peter Bartok  <pbartok@novell.com>
22269
22270         * Hwnd.cs:
22271           - Added UserData property to allow associating arbitrary objects
22272             with the handle
22273           - Fixed leak; now removing Hwnd references from static windows array
22274         * XplatUIWin32.cs:
22275           - Fixed Graphics leak in PaintEventEnd
22276           - Removed usage of HandleData, switched over to Hwnd class
22277         * HandleData.cs: Removed, obsoleted by Hwnd.cs
22278
22279 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
22280
22281         * ThemeWin32Classic.cs: Adds Cliping to TrackBar drawing
22282         * ScrollBar.cs: Fixes bug
22283         * TrackBar.cs: removes death code, clipping, mimize refreshes,
22284          keyboard navigation enhancements
22285
22286 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
22287
22288         * Control.cs: Call DefWndProc at WM_PAINT only if UserPaint not defined
22289         * GroupBox.cs: Add control styles
22290         * Label.cs: Add control styles
22291         * UpDownBase.cs: Add control styles
22292         * ListBox.cs: Add control styles
22293         * XplatUIWin32.cs: Fixes wrong parameter order
22294
22295
22296 2005-02-23  Chris Bacon  <chris.bacon@docobo.co.uk>
22297
22298         * ListView.cs: Assign owner for ColumnHeader. Patch by Chris Bacon
22299
22300 2005-02-23  Jackson Harper  <jackson@ximian.com>
22301
22302         * PropertyManager.cs: Implement property binding. This doesn't
22303         seem to work yet though as (I think) there are some bugs in
22304         System.ComponentModel.PropertyDescriptor.
22305         * BindingContext.cs: Use new PropertyManager constructor.
22306
22307 2005-02-23  Jordi Mas i Hernandez <jordi@ximian.com>
22308
22309         * ProgressBar.cs: use clip region in ProgressBar
22310         * ThemeWin32Classic.cs: use clip region in ProgressBar
22311
22312 2004-02-22  Jackson Harper  <jackson@ximian.com>
22313
22314         * BindingsCollection.cs: Remove some debug code.
22315
22316 2005-02-22  Jackson Harper  <jackson@ximian.com>
22317
22318         * BindingContext.cs:
22319         * ControlBindingsCollection.cs:
22320         * CurrencyManager.cs:
22321         * Binding.cs:
22322         * BindingManagerBase.cs: Initial implementation
22323         * BindingsCollection.cs: Add an internal contains method that the
22324         BindingManagerBase uses to ensure bindings aren't added twice to
22325         the collection.
22326         * PropertyManager.cs: Stubbed out.
22327         * Control.cs:
22328         * ContainerControl.cs: Hook up databinding
22329         
22330 2005-02-22  Geoff Norton  <gnorton@customerdna.com>
22331
22332         * XplatUIOSX.cs:
22333           OSXStructs.cs: Refactored to handle the new Hwnd NC logic area.
22334           Fixed Invalidate/Update chain.
22335           Fixed tons of other minor bugs (this is almost a complete rewrite).
22336
22337 2005-02-22  Jordi Mas i Hernandez <jordi@ximian.com>
22338
22339         * ComboBox.cs: do subcontrol creation when the control is created
22340
22341 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
22342
22343         * Label.cs: fixes image drawing (image and imagelist)
22344         * ThemeWin32Classic.cs: cache brushes
22345         
22346 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
22347
22348         * Form.cs: Move menu drawing code to Theme class
22349         * ComboBox.cs: Move ComboBox drawing code to Theme class
22350         * MenuItem.cs: Move menu drawing code to Theme class
22351         * MenuAPI.cs: Move menu drawing code to Theme class
22352         * ThemeWin32Classic.cs: New methods
22353         * CheckedListBox.cs: Move CheckedListbox drawing code to Theme class
22354         * ListBox.cs: Move Listbox drawing code to Theme class
22355         * Theme.cs: New methods
22356
22357 2005-02-20  Peter Bartok  <pbartok@novell.com>
22358
22359         * Control.cs:
22360           - Fixed ProcessKeyEventArgs to also handle WM_SYSKEY messages (and
22361             only process mnemonics on those)
22362           - Fixed event sequence for key handling; first calling
22363             ProcessKeyEventArgs now
22364         * TextBoxBase.cs:
22365           - Removed WM_KEYDOWN hook, instead we now use ProcessDialogKey()
22366             for processing non-character keys
22367           - Fixed WM_CHAR to generate proper event sequence before processing
22368         * XplatUIWin32.cs: Added ALT key state to ModifierKeys property
22369           generation
22370
22371 2005-02-19  Peter Bartok  <pbartok@novell.com>
22372
22373         * UserControl.cs: Added TextChanged event; added attributes
22374         * SizeGrip.cs: Implemented resizing and optional display of grip
22375         * Form.cs: Fixed attribute
22376         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs:
22377           Changed meaning of ScrollWindow bool argument; instead of the
22378           clear attribute (which will be true usually anyway), it gives the
22379           option of moving child controls as well.
22380         * XplatUIX11.cs:
22381           - Changed to match new ScrollWindow argument
22382           - Fixed GetWindowPos/SetWindowPos behaviour for toplevel controls,
22383             now handles the implicit parent window a WM puts around us
22384         * ScrollableControl.cs: Implemented (not the prettiest, but it seems
22385           to work)
22386         * TextBoxBase.cs: Adjusted to new ScrollWindow arguments
22387         * TreeView.cs: Adjusted to new ScrollWindow arguments
22388
22389 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
22390
22391         * Form.cs: Menu integration with non-client area
22392         * MenuItem.cs: Menu integration with non-client area
22393         * MenuAPI.cs: Menu integration with non-client area
22394
22395 2005-02-18  Peter Bartok  <pbartok@novell.com>
22396
22397         * MethodInvoker.cs: Added
22398         * MdiLayout.cs: Added
22399         * SendKeys.cs: Started implementation
22400         * ErrorIconAlignment.cs: Added
22401
22402 2005-02-18  Peter Bartok  <pbartok@novell.com>
22403
22404         * XplatUIWin32.cs: Implemented SetMenu(); fixed GetMenuDC()
22405         * Form.cs: Added handling for Menu-related Non-client messages
22406
22407 2005-02-17  Peter Bartok  <pbartok@novell.com>
22408
22409         * UpDownBase.cs: Fixed typo, compilation errors
22410         * DomainUpDown.cs: Fixed attribute value
22411
22412 2005-02-16  Miguel de Icaza  <miguel@novell.com>
22413
22414         * UpDownBase.cs: Attach entry events.
22415         Propagate events.
22416         Add ForeColor property, Focused, InterceptArrowKeys (interception
22417         does not work yet).
22418
22419 2005-02-17  Jordi Mas i Hernandez <jordi@ximian.com>
22420
22421         * Form.cs:
22422                 - Redraw non client are on Setmenu
22423                 - Calc proper menu starting point
22424
22425 2005-02-17  Peter Bartok  <pbartok@novell.com>
22426
22427         * Application.cs: Fixed message_filter check
22428
22429 2005-02-17  Peter Bartok  <pbartok@novell.com>
22430
22431         * Application.cs: Now calls registered message filters
22432         * DockStyle.cs: Fixed attribute
22433         * Form.cs: Fixed attribute
22434         * Menu.cs: Fixed attribute
22435         * ToolTip.cs: Fixed attribute
22436         * TreeNode.cs: Added missing attributes and arranged in regions
22437         * PropertyGrid.cs: Fixed signatures
22438         * TreeNodeCollection.cs: Added attributes
22439         * Splitter.cs: Added missing attributes; arranged into regions
22440         * TabPage.cs: Added missing attributes; arranged into regions
22441         * TextBoxBase.cs: Added missing attributes
22442         * TextBox.cs: Added missing attributes
22443         * ArrangeDirection.cs: Added missing attributes
22444         * TreeNodeConverter.cs: Added stub (needed for TreeNode)
22445         * ToolBarButton.cs: Fixed attributes
22446         * AnchorStyles.cs: Fixed attribute
22447         * TrackBar.cs: Fixed attributes
22448         * TabControl.cs: Added missing attributes and arranged into regions
22449         * ToolBar.cs: Fixed attribute
22450         * StatusBar.cs: Fixed signature, organized into regions and added
22451           attributes
22452         * StatusBarPanel.cs: Fixed attributes
22453         * ContentsResizedEventArgs.cs: Implemented
22454         * ContentsResizedEventHandler.cs: Implemented
22455         * DateBoldEventArgs.cs: Implemented
22456         * DateBoldEventHandler.cs: Implemented
22457         * UpDownEventArgs.cs: Implemented
22458         * UpDownEventHandler.cs: Implemented
22459         
22460 2005-02-16  Jordi Mas i Hernandez <jordi@ximian.com>
22461
22462         * Form.cs: first Menu NC refactoring
22463         * MenuAPI.cs: first Menu NC refactoring
22464         
22465 2005-02-16  Peter Bartok  <pbartok@novell.com>
22466
22467         * ImeMode.cs: Added missing attributes
22468         * Menu.cs: Fixed attribute
22469         * GroupBox.cs: Fixed attribute
22470         * Label.cs: Fixed attribute
22471         * ColorDialog.cs (RunDialog): Removed TODO attribute
22472         * ComboBox.cs: Fixed attributes
22473         * ListControl.cs: Added missing attributes
22474         * PropertyGrid.cs: Fixed attributes
22475         * Control.cs: Fixed attributes
22476         * ListViewItem.cs: Added TypeConverter attribute
22477         * NotifyIcon.cs: Fixed attributes
22478         * ListView.cs: Fixed attributes
22479         * ButtonBase.cs: Fixed attribute
22480         * ImageList.cs: Added missing attributes
22481         * ContainerControl.cs: Fixed signature
22482         * CheckedListBox.cs: Fixed attribute; added missing attributes
22483         * Panel.cs: Fixed attributes
22484         * PropertyTabChangedEventArgs.cs: Added missing attribute
22485         * PropertyValueChangedEventArgs.cs: Added missing attribute
22486         * Binding.cs: Fixed attribute
22487         * ListViewItemConverter: Implemented ListViewSubItemConverter class
22488         * ListBox.cs: Fixed attribute; added missing attributes;
22489         * ScrollableControl.cs: Added missing attributes
22490         * PictureBox.cs: Added missing attributes; implemented missing property
22491         * DateTimePicker.cs: Added missing attributes
22492         * Theme.cs (ToolWindowCaptionHeight): Fixed type
22493         * MonthCalendar.cs: Fixed attributes
22494         * StatusBarPanel.cs: Added missing attributes
22495         * SystemInformation.cs (ToolWindowCaptionHeight): Fixed type
22496
22497 2005-02-16  Peter Bartok  <pbartok@novell.com>
22498
22499         * TextBoxBase.cs: The previous method to enforce height yet remember
22500           the requested high was less than ideal, this is an attempt to do
22501           it better.
22502         * Control.cs: Added comment about possible problem
22503         * Copyright: Updated format
22504         * GridItemType.cs: Fixed swapped values
22505
22506 2005-02-15  Jackson Harper  <jackson@ximian.com>
22507
22508         * BaseCollection.cs: Use property so we never access an
22509         uninitialized list. Also initialize the list in the property.
22510
22511 2005-02-15  Peter Bartok  <pbartok@novell.com>
22512
22513         * GroupBox.cs (ProcessMnemonic): Implemented
22514         * Label.cs (ProcessMnemonic): Implemented
22515         * ThemeWin32Classic.cs (DrawGroupBox): Added stringformat to show
22516           hotkeys
22517
22518 2005-02-15  Peter Bartok  <pbartok@novell.com>
22519
22520         * RadioButton.cs (ProcessMnemonic): Implemented
22521         * CheckBox.cs (ProcessMnemonic): Implemented
22522         * Control.cs:
22523           - Added handling of WM_SYSxxx keyboard messages to support mnemonic
22524             handling
22525           - Added internal method to allow calling ProcessMnemonic from other
22526             controls
22527         * ContainerControl.cs:
22528           - Started support for handling validation chain handling
22529           - Implemented ProcessMnemonic support
22530           - Added Select() call to Active, to make sure the active control
22531             receives focus
22532         * Form.cs: Setting toplevel flag for Forms (this was lost in the
22533           FormParent rewrite)
22534         * ThemeWin32Classic.cs:
22535           - DrawCheckBox(): Fixed stringformat to show hotkeys
22536           - DrawRadioButton(): Fixed stringformat to show hotkeys
22537         * CommonDialog.cs: Removed WndProc override, not needed
22538
22539 2005-02-14  Peter Bartok  <pbartok@novell.com>
22540
22541         * XplatUIX11.cs: Fixed NotImplemented exceptions for properties,
22542           missed those in the rewrite
22543
22544 2005-02-14  Miguel de Icaza  <miguel@novell.com>
22545
22546         * NumericUpDown.cs (Increment, ToString): Add.
22547         (DecimalPlaces): implement.
22548         
22549         Add attributes.
22550         
22551         * UpDownBase.cs: Add the designer attributes.
22552
22553 2005-02-13  Peter Bartok  <pbartok@novell.com>
22554
22555         * Panel.cs: Removed border_style, now in Control
22556         * XplatUIDriver.cs: Added SetBorderStyle, SetMenu, GetMenuDC and
22557           ReleaseMenuDC Methods; renmaed ReleaseWindow to UngrabWindow
22558
22559 2005-02-13  Peter Bartok  <pbartok@novell.com>
22560
22561         * MouseButtons.cs: Added missing attributes
22562         * XplatUIStructs.cs: Added enumeration for title styles
22563         * LeftRightAlignment.cs: Added missing attributes
22564         * Hwnd.cs: Switched to use client_window as handle (slower, but makes
22565           it compatible with Graphics.FromHwnd()
22566         * SelectedGridItemChangedEventArgs.cs: Fixed property type
22567         * Keys.cs: Added missing attributes
22568         * SelectionRange.cs: Added missing attributes
22569         * SelectionRangeConverter.cs: Added
22570         * XplatUI.cs:
22571           - Introduced SetBorderStyle, SetMenu, GetMenuDC and
22572             ReleaseMenuDC methods
22573           - Renamed ReleaseWindow to UngrabWindow
22574           - Added proper startup notice to allow version identification
22575         * Form.cs:
22576           - Added missing attributes
22577           - Removed FormParent concept
22578         * Label.cs: Removed border_style field, now in Control
22579         * RadioButton.cs: Now properly selects RadioButton when focus is
22580           received
22581         * ThemeGtk.cs: Fixed SetDisplay call to match new X11 behaviour
22582         * Control.cs:
22583           - Added missing attributes
22584           - Added borderstyle handling
22585           - Removed FormParent concept support
22586           - Fixed calls to XplatUI to match changed APIs
22587           - Fixed bug that would case us to use disposed Graphics objects
22588           - Removed unneeded internal methods
22589           - PerformLayout(): Fixed to handle DockStyle.Fill properly
22590           - SelectNextControl(): Fixed to properly check common parents
22591         * TextBoxBase.cs: Removed border_style field (now in Control)
22592         * MessageBox.cs:
22593           - Patch by Robert Thompson (rmt@corporatism.org): Added icon support,
22594             fixed calculations for form size
22595           - Added support for localized strings and icons
22596           - Improved form size calculations, added border
22597         * ListView.cs: Removed border_style field (now in Control)
22598         * X11Structs.cs: Moved several structs from X11 driver here
22599         * X11Keyboard.cs: Changed debug message
22600         * Application.cs: Removed FormParent concept support
22601         * CommonDialog.cs:
22602           - Resetting end_modal flag
22603           - Removed FormParent concept support
22604         * NativeWindow.cs: Removed FormParent concept support
22605         * XplatUIX11.cs: Rewritten, now using the new Hwnd class, implementing
22606           Client area and Non-Client whole window to allow support for WM_NC
22607           messages
22608         * XplatUIOSX.cs: Updated to match latest driver spec; added exception
22609           prevent using it until it supports Hwnd as per Geoff Norton's request
22610         * ToolBar.cs: Fixed drawing, was not doing proper drawing
22611         * PictureBox.cs: Removed border_style field, now in Control
22612         * XplatUIWin32.cs: Added new driver methods
22613
22614 2005-02-12  Peter Bartok  <pbartok@novell.com>
22615
22616         * OpacityConverter.cs: Implemented
22617         * Hwnd.cs: Internal class to support drivers that need to emulate
22618           client area/non-client area window behaviour
22619
22620 2005-02-11  Peter Bartok  <pbartok@novell.com>
22621
22622         * KeysConverter.cs: Implemented
22623
22624 2005-02-11  Jordi Mas i Hernandez <jordi@ximian.com>
22625
22626         * Menu.cs: fixes methods GetContextMenu, GetMainMenu, ToString
22627         * LinkLabel: Added missing attributes
22628         * MainMenu.cs: fixes ToString
22629         * MenuItem.cs: fixes methods GetContextMenu, GetMainMenu
22630         * ListBox.cs: fixes event position
22631         * TrackBar.cs: adds missing attributes and events
22632         
22633 2005-02-10  Jordi Mas i Hernandez <jordi@ximian.com>
22634
22635         * MenuItem.cs: Use SystemInformation and bug fixes
22636         * MenuAPI.cs: Use SystemInformation and bug fixes
22637
22638 2005-02-09  Jackson Harper  <jackson@ximian.com>
22639
22640         * X11Keyboard.cs: We ignore some keys, but still need to set/reset
22641         their keystate otherwise things like VK_MENU get stuck "on".
22642
22643 2005-02-09  Kazuki Oikawa <kazuki@panicode.com>
22644
22645         * ListBox.cs: Fixes AddRange bug
22646         
22647 2005-02-09  Jordi Mas i Hernandez <jordi@ximian.com>
22648
22649         * ProgressBar.cs
22650                 - Add missing attributes
22651                 - Add missing method
22652                 
22653         * CheckedListBox.cs: Added missing attributes
22654                 - Add missing attributes
22655                 - Remove extra method
22656         
22657         * ComboBox.cs: Added missing attributes
22658         * VScrollBar.cs: Added missing attributes
22659         * ScrollBar.cs:  Added missing attributes
22660         * ListBox.cs: Fixes signature, add missing consts
22661         * LinkArea.cs:   Added missing attributes
22662         
22663
22664 2005-02-08  Peter Bartok  <pbartok@novell.com>
22665
22666         * Menu.cs: Added missing attributes
22667         * MainMenu.cs: Added missing attributes
22668         * GroupBox.cs: Added missing attributes
22669         * Label.cs: Added missing attributes
22670         * CheckBox.cs: Implemented CheckBoxAccessibleObject class
22671         * ColorDialog.cs:
22672           - Added Instance and Options properties
22673           - Added missing attributes
22674         * Cursor.cs: Made Serializable
22675         * NotifyIcon: Added missing attributes
22676         * MenuItem.cs: Added missing attributes
22677         * TextBoxBase.cs: Implemented AppendText() and Select() methods
22678         * Panel.cs: Added Missing attributes
22679         * MonthCalendar.cs: Fixed CreateParams
22680
22681 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
22682         
22683         * LinkLabel.cs:
22684                 - Fixes signature
22685                 - Fixes issues with links
22686                 - Adds the class attributes
22687
22688 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
22689         
22690         * ComboBox.cs:
22691                 - Fixes button when no items available in dropdown
22692                 - Fixes repainting problems
22693                 - Adds the class attributes
22694                 
22695 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
22696
22697         * XplatUIOSX.cs: Detect the menu bar and title bar height from
22698         the current theme.  Cache these on startup.
22699
22700 2005-02-07  Jackson Harper  <jackson@ximian.com>
22701
22702         * ScrollBar.cs: Give the correct clipping rect to the theme. Dirty
22703         the scrollbar buttons when they are depressed.
22704
22705 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
22706
22707         * XplatUIOSX.cs: Really fix working at resolutions not 1024x768.
22708         Get the display size from the main displayid.  We currently dont
22709         support multiple display configurations.
22710
22711 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
22712
22713         * XplatUIOSX.cs: Ensure the window doesn't get stuck behind the statusbar.
22714
22715 2005-02-07  Miguel de Icaza  <miguel@novell.com>
22716
22717         * UpDownBase.cs: Add ReadOnly and UpDownAlign properties.
22718
22719 2005-02-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
22720
22721         * PropertyGrid.cs: Updated. Patch by Jonathan Chambers
22722
22723 2005-02-04  Jackson Harper  <jackson@ximian.com>
22724
22725         * ThemeWin32Classic.cs: Respect the clipping rect when
22726         drawing. Only fill the intersection of clips and rects so there
22727         isn't a lot of large fills.
22728         * ScrollBar.cs: Pass the correct clipping rect to the theme
22729         engine. Remove some debug code.
22730
22731 2005-02-05  John BouAntoun  <jba-mono@optusnet.com.au>
22732         
22733         * DateTimePicker.cs:
22734                 - Fixed crash on DateTime.Parse, use Constructor instead
22735
22736 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
22737         
22738         * MenuItem.cs:
22739         * MenuAPI.cs:
22740                 - Owner draw support (MeasureItem and DrawItem)
22741
22742 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
22743         
22744         *  Menu.cs:
22745                 - Implements FindMergePosition and MergeMenu functions (very poor documented)
22746                 - Fixes MenuItems.Add range
22747         * MenuItem.cs:
22748                 - MergeMenu and Clone and CloneMenu functions
22749
22750 2005-02-03  Jackson Harper  <jackson@ximian.com>
22751
22752         * ScrollBar.cs: Make abstract
22753         * ScrollableControl.cs: Create H/V scrollbars now that scrollbar
22754         is abstract.
22755
22756 2005-02-03  Jackson Harper  <jackson@ximian.com>
22757
22758         * ScrollBar.cs: First part of my scrollbar fixups. This removes
22759         all the unneeded refreshes and uses invalidates with properly
22760         computed rects.
22761
22762 2005-02-03  Peter Bartok  <pbartok@novell.com>
22763
22764         * ComponentModel.cs: Added
22765         * IDataGridEditingService.cs: Added
22766         * Timer.cs: Added missing attributes
22767         * ToolTip.cs: Added missing attributes
22768
22769 2005-02-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
22770
22771         * PropertyGridView.cs: Added. Patch by Jonathan Chambers
22772
22773 2005-02-03  Peter Bartok  <pbartok@novell.com>
22774
22775         * ListBox.cs: Added missing attributes
22776
22777 2005-02-03  Jordi Mas i Hernandez <jordi@ximian.com>
22778         
22779         * ListBox.cs:
22780                 - Fixes font height after font change
22781                 - Avoid generating unnecesary OnSelectedIndexChanged on clearing
22782                 
22783 2005-02-02  Peter Bartok  <pbartok@novell.com>
22784
22785         * HandleData.cs: Introduced static methods to allow class
22786           to be more self-contained and track it's own HandleData objects
22787         * XplatUIOSX.cs, XplatUIWin32.cs, XplatUIX11.cs: Fixed usage of
22788           HandleData to use new static methods
22789
22790 2005-02-02  Jordi Mas i Hernandez <jordi@ximian.com>
22791
22792         * Combobox.cs:
22793                 - Fixes default size and PreferredHeight
22794                 - Missing events
22795                 - ObjectCollection.Insert implementation
22796                 
22797         * ListControl.cs
22798                 - Fixes signature
22799         * ListBox.cs:
22800                 - Several fixes
22801                 - ObjectCollection.Insert implementation
22802                 - No selection after clean
22803                 - Small fixes
22804
22805 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
22806
22807         * ThemeWin32Classic.cs: quick fix to comboboxbutton pushed painting
22808
22809 2005-02-01  Jordi Mas i Hernandez <jordi@ximian.com>
22810
22811         * Combobox.cs:
22812                 - Caches ItemHeight calculation for OwnerDrawVariable
22813                 - Handles dropdown properly
22814                 - Fixes several minor bugs
22815
22816 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
22817
22818         * ListBox.cs:
22819                 - Fixes 71946 and 71950
22820                 - Fixes changing Multicolumn on the fly
22821                 - Fixes keyboard navigation on Multicolumn listboxes
22822
22823 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
22824         
22825         * XplatUIOSX.cs: Call ExitToShell in our teardown to avoid a
22826         crash reporter log.
22827
22828 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
22829
22830         * XplatUIOSX.cs: Allow applications to actually exit.
22831
22832 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
22833
22834         * XplatUIOSX.cs: SetWindowStyle implemented.  Reposition views in
22835         their parent at creation time rather than lazily later.  Fixes a major
22836         regression we were experiencing.
22837
22838 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
22839
22840         * ThemeWin32Classic.cs: more date time picker painting fixes
22841         * DateTimePicker.cs: more monthcalendar drop down fixes
22842         * MonthCalendar.cs: more CreateParams fixes to ensure correct drop down
22843
22844 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
22845
22846         * ScrollBar.cs:
22847                 - When moving the thumb going outside the control should stop the moving
22848                 - Adds the firing of missing events
22849                 - Fixes no button show if Size is not specified
22850                 - End / Home keys for keyboard navigation
22851
22852 2005-01-30  Peter Bartok  <pbartok@novell.com>
22853
22854         * NotifyIcon.cs (CalculateIconRect): Removed debug output and added
22855           sanity check to prevent theoretical loop
22856         * XplatUIWin32.cs (SetVisible): Removed debug output
22857         * XplatUIX11.cs (SystrayChange): Added sanity check
22858         * ScrollableControl.cs (OnVisibleChanged): Now calls base method
22859         * Control.cs (OnVisibleChanged): Added workaround for ParentForm
22860           behaviour, valid until the X11 client window rewrite is done
22861         * TextBox.cs (ctor): Setting proper default foreground and background
22862           colors
22863
22864 2005-01-30      John BouAntoun  <jba-mono@optusnet.com.au>
22865
22866         * Theme: Added DrawDateTimePicker to interface
22867         * ThemeWin32Classic.cs: Added DrawDateTimePicker (incomplete)
22868         * DateTimePicker.cs: Created (still needs keys and painting code)
22869         * DateTimePickerFormat.cs: added
22870         * MonthCalendar.cs: fixed CreateParams for popup window mode
22871           
22872 2005-01-29  Peter Bartok  <pbartok@novell.com>
22873
22874         * ControlPaint.cs: Fixed luminace value returned on achromatic colors,
22875           this should also the calculations for ligher/darker
22876         * Theme.cs: Fixed defaults for ScrollBar widths/heights
22877
22878 2005-01-29  Peter Bartok  <pbartok@novell.com>
22879
22880         * ArrangeDirection.cs: Added
22881         * ArrangeStartingPositon.cs: Added
22882         * SystemInformation.cs: Implemented
22883         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
22884           XplatUIX11.cs, Theme.cs: Added/implemented new static properties
22885           used by SystemInformation class
22886         * X11Strucs.cs: Added XSizeHints structure
22887         * MenuAPI.cs:
22888           - Fixed CreateParams to make sure the menu window is always visible
22889           - TrackPopupMenu: Added check to make sure we don't draw the
22890             menu offscreen
22891
22892 2005-01-29  Peter Bartok  <pbartok@novell.com>
22893
22894         * HandleData.cs: Added method for altering invalid area
22895         * TextBoxBase.cs: Implemented TextLength
22896
22897 2005-01-28  Peter Bartok  <pbartok@novell.com>
22898
22899         * XplatUIX11.cs: Improvement over last patch, not sending
22900           the WM_PAINT directly anymore, instead we scroll any pending
22901           exposed areas and let the system pick out the WM_PAINT later
22902
22903 2005-01-28  Peter Bartok  <pbartok@novell.com>
22904
22905         * SWF.csproj: Deleted, no longer used. Instead,
22906           Managed.Windows.Forms/SWF.csproj should be used
22907         * XplatUIX11.cs: Instead of posting the WM_PAINT, we send it
22908           directly, to avoid a potential race condition with the next
22909           scroll
22910
22911 2005-01-28  Peter Bartok  <pbartok@novell.com>
22912
22913         * XplatUI.cs: Made class internal
22914
22915 2005-01-28  Jordi Mas i Hernandez <jordi@ximian.com>
22916
22917         * CheckedListBox.cs:
22918                 - Draw focus
22919                 - Fixed Drawing
22920                 - Missing methods and events
22921
22922 2005-01-27  Peter Bartok  <pbartok@novell.com>
22923
22924         * Application.cs (Run): Don't use form if we don't have one
22925
22926 2005-01-27  Peter Bartok  <pbartok@novell.com>
22927
22928         * TextBoxBase.cs (get_Lines): Fixed index off by one error
22929
22930 2005-01-27  Peter Bartok  <pbartok@novell.com>
22931
22932         * GridEntry.cs: Added; Patch by Jonathan S. Chambers
22933         * GridItem.cs: Added; Patch by Jonathan S. Chambers
22934         * GridItemCollection.cs: Added; Patch by Jonathan S. Chambers
22935         * GridItemType.cs: Added; Patch by Jonathan S. Chambers
22936         * PropertyGrid.cs: Added; Patch by Jonathan S. Chambers
22937         * PropertySort.cs: Added; Patch by Jonathan S. Chambers
22938         * PropertyTabChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
22939         * PropertyTabChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
22940         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
22941         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
22942         * SelectedGridItemChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
22943         * SelectedGridItemChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
22944
22945 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
22946
22947         * Combobox.cs:
22948                 - Draw focus on Simple Combobox
22949                 - Fixes drawing issues
22950                 - fixes 71834
22951
22952 2005-01-27  Peter Bartok  <pbartok@novell.com>
22953
22954         * Form.cs:
22955           - Place window in default location, instead of hardcoded 0/0
22956           - Send initial LocationChanged event
22957         * Control.cs:
22958           - UpdateBounds after creation to find out where the WM placed us
22959           - Make sure that if the ParentForm changes location the Form
22960             is notified
22961         * XplatUIX11.cs: XGetGeometry will not return the coords relative
22962             to the root, but to whatever the WM placed around us.
22963             Translate to root coordinates before returning toplevel
22964             coordinates
22965         * XplatUIWin32.cs: Removed debug output
22966         * XplatUIOSX.cs, XplatUI.cs, XplatUIDriver.cs: Added toplevel
22967           flag to GetWindowPos, to allow translation of coordinates on X11
22968
22969 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
22970
22971         * ListBox.cs: connect LostFocus Event
22972
22973 2005-01-27  Peter Bartok  <pbartok@novell.com>
22974
22975         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
22976           XplatUIX11.cs: Extended the Systray API
22977         * Form.cs: Removed debug output
22978         * Application.cs: Fixed focus assignment, always need to call
22979           XplatUI.Activate() since Form.Activate() has rules that may
22980           prevent activation
22981         * NotifyIcon.cs: Should be complete now
22982         * ToolTip.cs: Worked around possible timer bug
22983
22984 2005-01-27  Jackson Harper  <jackson@ximian.com>
22985
22986         * TabControl.cs:
22987         - Only invalidate the effected tabs when the
22988         selected index changes. This reduces drawing and gets rid of some
22989         flicker.
22990         - Only refresh if the tabs need to be shifted, otherwise only
22991         invalidate the slider button.
22992         - On windows the tabs are not filled to right if the slider is
22993         visible.
22994         
22995 2005-01-27  Jackson Harper  <jackson@ximian.com>
22996
22997         * TabControl.cs: Only refresh on mouseup if we are showing the
22998         slider. Also only invalidate the button whose state has changed.
22999
23000 2005-01-26  Peter Bartok  <pbartok@novell.com>
23001
23002         * XplatUI.cs, XplatUIDriver.cs: Added Systray methods
23003         * XplatUIWin32.cs: Implemented SystrayAdd(), SystrayChange()
23004           and SystrayRemove() methods
23005         * XplatUIOSX.cs: Stubbed Systray methods
23006         * XplatUIX11.cs:
23007           - Implemented SystrayAdd(), SystrayChange() and SystrayRemove()
23008             methods
23009           - Fixed broken XChangeProperty calls (marshalling messed up things)
23010         * X11Structs.cs: Added enums and structs required for Size hinting
23011         * NotifyIcon.cs: Added & implemented
23012
23013 2005-01-26  Jackson Harper  <jackson@ximian.com>
23014
23015         * TabControl.cs: Space vertically layed out tabs properly.
23016
23017 2005-01-26  Peter Bartok  <pbartok@novell.com>
23018
23019         * Form.cs (CreateClientParams): Always set the location to 0,0
23020           since we're a child window.
23021
23022         * Control.cs (SetVisibleCore): Always explicitly setting the location
23023           of a toplevel window, apparently X11 doesn't like to move windows
23024           while they're not mapped.
23025
23026 2005-01-26  Jackson Harper  <jackson@ximian.com>
23027
23028         * TabControl.cs: Implement FillToRight size mode with vertically
23029         rendered tabs.
23030
23031 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
23032
23033         * ControlPaint.cs, ThemeWin32Classic.cs
23034                 - Fixes DrawFocusRectangle
23035
23036 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
23037
23038         * MenuAPI.cs:
23039                 - MenuBar tracking only starts when item is first clicked
23040                 - Fixes menu hidding for multiple subitems
23041                 - Unselect item in MenuBar when item Executed
23042                 - Fixes bug 71495
23043
23044 2005-01-25  Jordi Mas i Hernandez <jordi@ximian.com>
23045
23046         * ListControl.cs:
23047                 - IsInputKey for ListBox
23048         * ListBox.cs:
23049                 - Focus item
23050                 - Shift and Control item selection
23051                 - Implement SelectionMode.MultiExtended
23052                 - Fixes RightToLeft
23053         * ComboBox.cs:
23054                 - IsInputKey implemented
23055                 - Do not generate OnTextChangedEdit on internal txt changes
23056                 
23057 2005-01-23  Peter Bartok  <pbartok@novell.com>
23058
23059         * AccessibleObject.cs: Partially implemented Select()
23060         * MonthCalendar.cs: Added missing attributes and events
23061         * Form.cs: Fixed CreateParams behaviour, now controls derived from
23062           form can properly override CreateParams.
23063         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
23064           XplatUIX11.cs: Dropped RefreshWindow method, not needed if
23065           Control performs Invalidate & Update
23066         * NativeWindow (CreateHandle): Added special handling for Form
23067           and Form.FormParent classes to allow overriding of From.CreateParams
23068         * Control.cs:
23069           - ControlNativeWindow: Renamed 'control' variable to more intuitive
23070             name 'owner'
23071           - ControlNativeWindow: Added Owner property
23072           - Removed usage of Refresh() on property changes, changed into
23073             Invalidate(), we need to wait until the queue is processed for
23074             updates, direct calls might cause problems if not all vars for
23075             Paint are initialized
23076           - Added call to UpdateStyles() when creating the window, to set any
23077             styles that CreateWindow might have ignored.
23078           - Added support for Form CreateParent overrides to UpdateStyles()
23079         * MessageBox.cs: Removed no longer needed FormParent override stuff,
23080           CreateParams are now properly overridable
23081         * CommonDialog.cs: Removed no longer needed FormParent override stuff,
23082           CreateParams are now properly overridable
23083
23084 2005-01-23  Miguel de Icaza  <miguel@ximian.com>
23085
23086         * UpDownBase.cs (ctor): Connect TextChanged in the entry to the
23087         OnTextBoxChanged.
23088
23089         Capture LostFocus and OnTextBoxChanged.  The later introduces a
23090         recursive invocation that I have not figured out yet.
23091
23092         Reset the timer when not using (it was accumulating).
23093
23094
23095         (OnTextBoxChanged): Set UserEdit to true here to track whether the
23096         user has made changes that require validation.
23097
23098         Reset changing to avoid loops.
23099
23100 2005-01-22  Miguel de Icaza  <miguel@ximian.com>
23101
23102         * NumericUpDown.cs: Display value at startup.
23103
23104         * UpDownBase.cs (Text): Do not call UpdateEditText here, only call
23105         ValidateEditText.
23106
23107         * NumericUpDown.cs: Minimum, Maximum, Text, Value properties
23108         filled in.  Added some basic parsing of text.
23109
23110         Still missing the OnXXX method overrides, and figuring out the
23111         events that must be emitted.
23112
23113         * UpDownBase.cs: Handle UserEdit on the Text property.
23114         
23115 2005-01-22  Jordi Mas i Hernandez <jordi@ximian.com>
23116
23117         * ComboBox.cs:
23118           - Fixes IntegralHeight
23119           - ToString method
23120
23121 2005-01-21  Jackson Harper  <jackson@ximian.com>
23122
23123         * TabControl.cs: Set the SelectedIndex property when SelectedTab
23124         is set so that the page visibility is updated and the tabs are
23125         sized correctly.
23126
23127 2005-01-21  Jackson Harper  <jackson@ximian.com>
23128
23129         * TabControl.cs: Use cliping rectangle for blitting. Give the
23130         theme the clipping rect so we can do clipping while
23131         drawing. Remove some debug code.
23132
23133 2005-01-21  Jackson Harper  <jackson@ximian.com>
23134
23135         * TabPage.cs: Add a new method so tab pages can force the tab
23136         control to recalculate the tab page sizes.
23137         * TabControl.cs: UpdateOwner needs to make the tab control recalc
23138         sizes.
23139
23140 2005-01-20  Jackson Harper  <jackson@ximian.com>
23141
23142         * ThemeWin32Classic.cs: Clip text to the staus bar panels rects.
23143
23144 2005-01-20  Jackson Harper  <jackson@ximian.com>
23145
23146         * TreeView.cs: Set the bounds for nodes properly. They were
23147         getting screwed up when checkboxes were not enabled, but images
23148         were.
23149
23150 2005-01-20  Jordi Mas i Hernandez <jordi@ximian.com>
23151
23152         * ListBox.cs:
23153                 - Owner draw support
23154                 - Fixes
23155                 
23156 2005-01-20  Jackson Harper  <jackson@ximian.com>
23157
23158         * XplatUIStructs.cs: More misc keys
23159         * X11Keyboard.cs: Ignore some control keys.
23160
23161 2005-01-20  Jackson Harper  <jackson@ximian.com>
23162
23163         * X11Structs.cs: Add the modmaps to the keymask struct and tabify.
23164         * X11Keyboard.cs: Set the AltGr mask when we get a key event.
23165
23166 2005-01-19  Peter Bartok  <pbartok@novell.com>
23167
23168         * Control.cs: Un-selecting the control when it is loosing focus
23169
23170 2005-01-19  Jackson Harper  <jackson@ximian.com>
23171
23172         * TreeView.cs: Hook up to the text controls leave event so we can
23173         end editing when the users clicks outside the text box.
23174         
23175 2005-01-19  Jackson Harper  <jackson@ximian.com>
23176
23177         * X11Keyboard.cs: Fix typo that was causing the wrong keycodes to
23178         get set in the conversion array.
23179
23180 2005-01-19  Peter Bartok  <pbartok@novell.com>
23181
23182         * Application.cs (ModalRun): Added a call to CreateControl to ensure
23183           focus is properly set
23184         * Button.cs:
23185           - Added missing attributes
23186           - removed styles, those are already set in the base class
23187         * ButtonBase.cs:
23188           - Added missing attributes
23189           - Added clip window styles
23190         * CheckBox.cs: Added missing attributes
23191         * CommonDialog.cs:
23192           - FormParentWindow.CreateParams: Added required clip styles
23193         * Form.cs (ProcessDialogKey): Fixed handling of Escape key, now
23194           also filters modifier keys
23195         * MessageBox.cs:
23196           - Added assignment of Accept and Cancel button to enable Enter
23197             and Esc keys in MessageBox dialogs
23198           - FormParentWindow.CreateParams: Added required clip styles
23199         * RadioButton.cs: Added missing attributes
23200         * TextControl.cs: No longer draws selection if control does not
23201           have focus
23202         * TextBoxBase.cs:
23203           - Now draws simple rectangle around test area to make it obvious
23204             there's a control. This is a hack until we properly support borders
23205           - A few simple fixes to support selections better, now erases selected
23206             text when typing, and resets selection when using movement keys
23207
23208 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
23209
23210         * UpDownBase.cs: Added some new properties.
23211
23212         * DomainUpDown.cs: Implement a lot to get my test working.
23213
23214 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
23215
23216         * XplatUIOSX.cs: Fix a minor bug to bring the close box back
23217
23218 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
23219
23220         * OSXStructs (WindowAttributes): Fixed csc complaints
23221
23222 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
23223
23224         * XplayUIOSX.cs:
23225           OSXStructs.cs: Initial refactor to move enums and consts into
23226           OSXStructs and use them in the driver for greater readability.
23227
23228 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
23229
23230         * XplatUIOSX.cs: Initial support for Standard Cursors.
23231         * OSXStructs.cs: Move our structs here; added ThemeCursor enum
23232
23233 2005-01-19  Jordi Mas i Hernandez <jordi@ximian.com>
23234
23235         * ComboBox.cs: ability to change style when the ctrl is already
23236         created, missing methods and events, bug fixes, signature fixes
23237
23238 2005-01-19  Peter Bartok  <pbartok@novell.com>
23239
23240         * Cursors.cs (ctor): Added ctor to fix signature
23241
23242 2005-01-18  Peter Bartok  <pbartok@novell.com>
23243
23244         * Button.cs: Implemented DoubleClick event
23245         * ButtonBase.cs:
23246           - Fixed keyboard handling to behave like MS, where the press of
23247             Spacebar is equivalent to a mousedown, and the key release is
23248             equivalent to mouseup. Now a spacebar push will give the same
23249             visual feedback like a mouse click.
23250           - Added missing attributes
23251           - Added ImeModeChanged event
23252           - Added support for generating DoubleClick event for derived classes
23253         * CheckBox.cs:
23254           - Implemented DoubleClick event
23255           - Added missing attributes
23256         * CommonDialog.cs: Added missing attribute
23257         * ContextMenu.cs: Added missing attributes
23258         * RadioButton.cs:
23259           - AutoChecked buttons do not allow to be unselected when clicked
23260             (otherwise we might end up with no selected buttons in a group)
23261           - Added missing attributes
23262           - Implemented DoubleClickEvent
23263         * ThreadExceptionDialog.cs: Enabled TextBox code
23264
23265 2005-01-18  Peter Bartok  <pbartok@novell.com>
23266
23267         * Form.cs: Removed debug output
23268         * Button.cs: Added support for DoubleClick method
23269
23270 2005-01-18  Peter Bartok  <pbartok@novell.com>
23271
23272         * Form.cs:
23273           - Added method to parent window that allows triggering size
23274             calculations when a menu is added/removed
23275           - set_Menu: Cleaned up mess from early days of Form and Control,
23276             now properly triggers a recalc when a menu is added/removed
23277           - Added case to select form itself as focused form if no child
23278             controls exist
23279           - Added PerformLayout call when showing dialog, to ensure properly
23280             placed controls
23281         * Control.cs:
23282           - Select(): Made internal so Form can access it
23283           - Focus(): Only call Xplat layer if required (avoids loop), and sets
23284             status
23285         * Application.cs (Run): Removed hack and calls PerformLayout instead
23286           to trigger calculation when Form becomes visible
23287
23288 2005-01-18  Jordi Mas i Hernandez <jordi@ximian.com>
23289
23290         * ComboBox.cs: fixes for ownerdraw
23291
23292 2005-01-18  Peter Bartok  <pbartok@novell.com>
23293
23294         * TextControl.cs:
23295           - Sentinel is no longer static, each Document gets it's own, this
23296             avoids locking or alternatively overwrite problems when more
23297             than one text control is used simultaneously.
23298           - Switched to use Hilight and HilightText brushes for text selection
23299
23300         * TextBoxBase.cs (PaintControl): Disabled AntiAliasing to improve looks
23301
23302 2005-01-18  Peter Bartok  <pbartok@novell.com>
23303
23304         * Control.cs:
23305           - Hooked up the following events:
23306                 o ControlAdded
23307                 o ControlRemoved
23308                 o HandleDestroyed
23309                 o ImeModeChanged
23310                 o ParentChanged
23311                 o TabStopChanged
23312                 o Invalidated
23313                 o SystemColorsChanged
23314                 o ParentFontChanged
23315                 o Move
23316           - Removed debug output
23317           - Added a call to the current theme's ResetDefaults when a color change
23318             is detected
23319         * Form.cs: Now setting the proper ImeMode
23320         * Theme.cs: Defined a method to force recreation of cached resources
23321           and rereading of system defaults (ResetDefaults())
23322         * ThemeWin32Classic.cs: Added ResetDefaults() stub
23323
23324 2005-01-17  Peter Bartok  <pbartok@novell.com>
23325
23326         * Control.cs: Added missing attributes
23327
23328 2005-01-17  Jackson Harper  <jackson@ximian.com>
23329
23330         * TreeNode.cs: Implement editing. Add missing properties selected
23331         and visible.
23332         * TreeView.cs: Implement node editing. Also some fixes to use
23333         Invalidate (invalid area) instead of Refresh when selecting.
23334
23335 2005-01-17  Peter Bartok  <pbartok@novell.com>
23336
23337         * Control.cs:
23338           - Implemented InvokeGotFocus() method
23339           - Implemented InvokeLostFocus() method
23340           - Implemented InvokePaint() method
23341           - Implemented InvokePaintBackground() method
23342           - Implemented InvokeClick() method
23343           - Implemented FindForm() method
23344           - Implemented RectangleToClient() method
23345           - Implemented ClientToRectangle() method
23346           - Implemented ResetBackColor() method
23347           - Implemented ResetCursor() method
23348           - Implemented ResetFont() method
23349           - Implemented ResteForeColor() method
23350           - Implemented ResetImeMode() method
23351           - Implemented ResetLeftToRight() method
23352           - Implemented ResetText() method
23353           - Implemented Scale() methods
23354           - Implemented ScaleCore() method
23355           - Implemented Update() method
23356           - Removed unused variables
23357           - Stubbed AccessibilityNotifyClients and
23358             ControlAccessibleObject.NotifyClients() methods (dunno what to do
23359             with those yet)
23360           - Now setting proper default for RightToLeft property
23361           - Fixed bug in SetClientSizeCore that would cause windows to get
23362             really big
23363           - Now sending Click/DoubleClick events
23364           - Now selecting controls when left mouse button is clicked on
23365             selectable control
23366         * AccessibleEvents.cs: Added
23367         * XplatUI.cs, XplatUIDriver.cs: Added UpdateWindow() method
23368         * XplatUIOSX.cs: Stubbed UpdateWindow() method
23369         * XplatUIWin32.cs: Implemented UpdateWindow() method
23370         * XplatUIX11.cs: Implemented UpdateWindow() method
23371         * Form.cs: Removed stray semicolon causing CS0162 warning
23372         * ThemeWin32Classic.cs: Fixed unused variable warnings
23373         * ScrollableControl.cs: Now calls base method for ScaleCore
23374         * ButtonBase.cs: Now disabling StandardClick and StandardDoubleClick
23375           style to avoid interference with internal click handler (which is
23376           different than standard Control click handling)
23377         * RadioButton.cs:
23378           - Now unchecks all sibling radio buttons when control is
23379             selected (Fixes #68756)
23380           - Removed internal tabstop variable, using the one inherited from
23381             Control
23382
23383 2005-01-17  Jackson Harper  <jackson@ximian.com>
23384
23385         * NavigateEventArgs.cs: Fix base type.
23386         * LinkLabel.cs: Sig fix
23387         
23388 2005-01-17  Jackson Harper  <jackson@ximian.com>
23389
23390         * TreeView.cs: Only invalidate the effected nodes bounds when
23391         selecting nodes.
23392
23393 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
23394
23395         * XplatUIWin32.cs: fixes Win32 marshaling
23396         * XplatUIX11.cs: fixes method signature
23397
23398 2005-01-17  Peter Bartok  <pbartok@novell.com>
23399
23400         * XplatUIX11.cs: Clean up resources when we no longer need them
23401
23402 2005-01-17  Peter Bartok  <pbartok@novell.com>
23403
23404         * XplatUI.cs, XplatUIDriver.cs: Added SetCursor(), ShowCursor(),
23405           OverrideCursor(), DefineCursor(), DefineStdCursor(), GetCursorInfo()
23406           and DestroyCursor() methods.
23407         * Cursor.cs: Partially implemented, now supports standard cursors;
23408           still contains some debug code
23409         * Cursors.cs: Implemented class
23410         * Control.cs:
23411           - WndProc(): Added handling of WM_SETCURSOR message, setting the
23412             appropriate cursor
23413           - Implemented Cursor property
23414           - Replaced break; with return; more straightforwar and possibly
23415             faster
23416           - Now properly setting the result for WM_HELP
23417         * X11Structs.cs: Added CursorFontShape enum
23418         * XplatUIStructs.cs:
23419           - Added StdCursor enum (to support DefineStdCursor() method)
23420           - Added HitTest enum (to support sending WM_SETCURSOR message)
23421         * XplatUIX11.cs:
23422           - Now sends the WM_SETCURSOR message
23423           - Implemented new cursor methods
23424         * XplatUIOSX.cs: Stubbed new cursor methods
23425         * XplatUIWin32.cs:
23426           - Implemented new cursor methods
23427           - Added GetSystemMetrics function and associated enumeration
23428
23429 2005-01-15  Peter Bartok  <pbartok@novell.com>
23430
23431         * Control.cs:
23432           - WndProc(): Now handles EnableNotifyMessage
23433           - SelectNextControl(): Fixed bug where if no child or sibling
23434             controls exist we looped endlessly
23435
23436 2005-01-14  Jackson Harper  <jackson@ximian.com>
23437
23438         * TreeView.cs: Recalculate the tab pages when a new one is added
23439         so that the proper bounding rects are created.
23440
23441 2005-01-14  Jackson Harper  <jackson@ximian.com>
23442
23443         * TreeView.cs: Draw a gray box instead of a grip in the lower
23444         right hand corner when there are both horizontal and vertical
23445         scroll bars.
23446
23447 2005-01-14  Jackson Harper  <jackson@ximian.com>
23448
23449         * Control.cs: When erasing backgrounds use FromHwnd instead of
23450         FromHdc when there is a NULL wparam. This occurs on the X driver.
23451         * XplatUIX11.cs: Set the wparam to NULL.
23452
23453 2005-01-13  Jackson Harper  <jackson@ximian.com>
23454
23455         * PictureBox.cs: Implement missing methods (except ToString, need
23456         to test that on windows) and events. When visibility is changed we
23457         need to redraw the image because the buffers are killed. When size
23458         is changed refresh if the sizemode needs it.
23459
23460 2005-01-13  Peter Bartok  <pbartok@novell.com>
23461
23462         * Control.cs (SelectNextControl): Was using wrong method to select
23463           a control
23464
23465 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
23466
23467         * ComboBox.cs: fixes dropstyle
23468
23469 2005-01-13  Peter Bartok  <pbartok@novell.com>
23470
23471         * Form.cs:
23472           - Implemented Select() override
23473           - Now handles WM_SETFOCUS/WM_KILLFOCUS messages
23474           - Now sets keyboard focus on startup
23475         * Control.cs (SelectNextControl): Now properly handles directed=true
23476         * TextBoxBase.cs:
23477           - WndProc: Now passes tab key on to base if AcceptTabChar=false
23478           - Added (really bad) focus rectangle (mostly for testing)
23479         * TextBox.cs: Added code to handle getting/loosing focus and invalidating
23480           to enforce redraw on focus changes
23481         * ContainerControl.cs:
23482           - Fixed detection of Shift-Tab key presses
23483           - Fixed traversal with arrow keys
23484         * XplatUIX11.cs: Implemented simulated keyboard focus; not sure if we're
23485           gonna keep this or if it's complete yet
23486         
23487 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
23488
23489         * ComboBox.cs: missing properties, fixes
23490
23491 2005-01-13  Peter Bartok  <pbartok@novell.com>
23492
23493         * Panel.cs (ctor): Setting Selectable window style to off
23494         * Splitter.cs (ctor): Setting Selectable window style to off
23495         * GroupBox.cs (ctor): Setting Selectable window style to off
23496         * Label.cs (ctor): Setting Selectable window style to off
23497
23498 2005-01-12  Miguel de Icaza  <miguel@ximian.com>
23499
23500         * UpDownBase.cs (InitTimer): If the timer has been already
23501         created, enable it.
23502
23503         Use a TextBox instead of a Label.
23504
23505 2005-01-12  Jackson Harper  <jackson@ximian.com>
23506
23507         * TreeView.cs: Refresh the tree after sorting the nodes. Always
23508         draw the connecting node lines (when ShowLines is true).
23509         * TreeNode.cs: The nodes index can now be updated. This is used
23510         when a node collection is sorted.
23511         * TreeNodeCollection.cs: Implement sorting. Nodes can be sorted on
23512         insert or an existing unsorted node collection can be sorted.
23513         
23514 2005-01-12  Peter Bartok  <pbartok@novell.com>
23515
23516         * ContainerControl.cs: Implemented ProcessDialogKeys()
23517
23518 2005-01-12  Peter Bartok  <pbartok@novell.com>
23519
23520         * Control.cs:
23521           - Implemented SelectNextControl() method
23522           - Several focus related bug fixes
23523           - Fixed Docking calculations to match MS documentation and
23524             behaviour
23525
23526 2005-01-12  Jordi Mas i Hernandez <jordi@ximian.com>
23527
23528         * ContainerControl.cs, ListControl.cs, ListBox.cs: keyboard navigation and
23529         bug fixes
23530
23531 2005-01-12  Peter Bartok  <pbartok@novell.com>
23532
23533         * Control.cs:
23534           - Fixed broken Contains() method
23535           - Implemented GetNextControl() method. Finally. This is the pre-
23536             requisite for focus handling.
23537
23538 2005-01-12  Peter Bartok  <pbartok@novell.com>
23539
23540         * OSXStrucs.cs: Added
23541
23542 2005-01-12  Peter Bartok  <pbartok@novell.com>
23543
23544         * XplatUIWin32.cs:
23545           - Removed PeekMessageFlags
23546           - Implemented SetWindowStyle() method
23547         * XplatUIStructs.cs: Added PeekMessageFlags
23548         * X11Structs: Added missing border_width field to XWindowChanges struct
23549         * XplatUIX11.cs:
23550           - PeekMessage: Now throws exception if flags which are not yet
23551             supported are passed
23552           - Implemented SetWindowStyle() method
23553           - Fixed SetZOrder to handle AfterHwnd properly
23554         * XplatUI.cs: Added SetWindowStyle() method
23555         * XplatUIDriver.cs: Added SetWindowStyle() abstract
23556         * Control.cs:
23557           - Implemented UpdateStyles() method
23558           - Implemented UpdateZOrder() method
23559         * XplatUIOSX.cs: Added SetWindowStyle() stub
23560
23561 2005-01-12  Geoff Norton  <gnorton@customerdna.com>
23562
23563         * XplatUIOSX.cs: Fix SetZOrder (this needs more testing with a 3
23564         button mouse).
23565
23566
23567 2005-01-11  Jackson Harper  <jackson@ximian.com>
23568
23569         * TreeView.cs: Still need to draw lines to siblings even if out of
23570         the current node is out of the clip.
23571
23572 2005-01-11  Jackson Harper  <jackson@ximian.com>
23573
23574         * TreeView.cs: When setting the hbar/vbar/grip position use
23575         SetBounds so that perform layout is only called once. Also suspend
23576         and resume layout so layout is only done once for all controls.
23577         - Removed some debug fluff
23578         * SizeGrip.cs: Call base implmentation in overriding methods.
23579         - When visibility is changed the drawing buffers are killed so we
23580         need to redraw.
23581
23582 2005-01-11  Jackson Harper  <jackson@ximian.com>
23583
23584         * TreeView.cs: Calculate the open node count while drawing. This
23585         saves us an entire tree traversal for every paint operation. Use
23586         a member var for the open node count so less vars are passed around.
23587
23588 2005-01-11  John BouAntoun  <jba-mono@optusnet.com.au>
23589
23590         * MonthCalendar.cs:
23591         - fixed selection to use mousemove, not mouse polling on timer
23592         * ThemeWin32Classic.cs
23593         - removed redundant unused variable "no_more_content"
23594         
23595 2005-01-11  Peter Bartok  <pbartok@novell.com>
23596
23597         * XplatUIX11.cs (DoEvents): Needs to return when no more events
23598           are pending, so it now calls PeekMessage instead of GetMessage;
23599           implemented a incomplete version of PeekMessage
23600         
23601 2005-01-11  Peter Bartok  <pbartok@novell.com>
23602
23603         * XplatUIWin32.cs: Switched P/Invokes to unicode charset to avoid
23604           I18n issues
23605         * TextBoxBase.cs: Added sending of TextChanged event
23606
23607 2005-01-10  Jackson Harper  <jackson@ximian.com>
23608
23609         * TreeView.cs: Try not to draw outside the clipping rectangle on
23610         each node element.
23611
23612 2005-01-10  Jordi Mas i Hernandez <jordi@ximian.com>
23613
23614         * ComboBox.cs: keyboard navigation, item navigation, bug fixes
23615
23616 2005-01-10  Jackson Harper  <jackson@ximian.com>
23617
23618         * TreeView.cs:
23619         - Implement fast scrolling. Now only the newly
23620         exposed nodes are drawn and the old image is moved using the
23621         XplatUI::ScrollWindow method.
23622         - Factor in height of nodes when calculating whether or not the
23623         node is in the clipping rect.
23624
23625 2005-01-10  Jackson Harper  <jackson@ximian.com>
23626
23627         * TreeNodeCollection.cs: Refresh the tree when a new node is added.
23628
23629 2005-01-10  Peter Bartok  <pbartok@novell.com>
23630
23631         * Application.cs: Added temporary hack to resolve all our resize
23632           required issues on startup. This will get fixed properly at
23633           some point in the future
23634
23635 2005-01-10  Jackson Harper  <jackson@ximian.com>
23636
23637         * SizeGrip.cs: New internal class that is used as a sizing
23638         grip control...hence the name.
23639
23640 2005-01-10  Peter Bartok  <pbartok@novell.com>
23641
23642         * Control.cs: Implemented proper TabIndex handling, now assigning
23643           a tabindex when a control is added to a container
23644         * GroupBox.cs (ctor): Now sets the Container style bit, required
23645           for Control.GetNextControl()
23646
23647 2005-01-09  Jackson Harper  <jackson@ximian.com>
23648
23649         * TextBoxBase.cs: Clear window when scrolling (fixes build).
23650
23651 2005-01-09  Peter Bartok <pbartok@novell.com>
23652
23653         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
23654           XplatUIX11.cs: Added ability to control ScrollWindow expose and
23655           an overload for ScrollWindow to allow only scrolling a rectangle
23656
23657 2005-01-09  Peter Bartok <pbartok@novell.com>
23658
23659         * Form.cs:
23660           - Implemented SetDesktopBounds method
23661           - Implemented SetDesktopLocation method
23662
23663 2005-01-08  Jackson Harper  <jackson@ximian.com>
23664
23665         * TreeView.cs: Only set the vbar's Maximum and LargeChange when
23666         the node count has changed, this removes to VScroll::Refresh calls
23667         when drawing.
23668
23669 2005-01-08  Geoff Norton  <gnorton@customerdna.com>
23670
23671         * XplatUIOSX.cs: Fix GetWindowState & SetWindowState
23672
23673 2005-01-07  Jackson Harper  <jackson@ximian.com>
23674
23675         * TreeNode.cs: Just update the single node when it is
23676         checked. Don't refresh after toggling, the Expand/Collapse already
23677         handles this.
23678         * TreeView.cs: Respect clipping a little more when drawing. Try
23679         not to redraw things that don't need to be redrawn. Just hide the
23680         scrollbars when they are no longer needed instead of removing
23681         them, so they don't have to be created again and again.
23682         
23683 2005-01-07  Geoff Norton  <gnorton@customerdna.com>
23684
23685         * XplatUIOSX.cs (SetCaretPos):  We need to translate the view
23686         coordinates to window space to place the caret properly, FIXED.
23687         Implement GetWindowState & SetWindowState
23688
23689 2005-01-06  Peter Bartok <pbartok@novell.com>
23690
23691         * Form.cs:
23692           - Implemented ClientSize property
23693           - Implemented DesktopBounds property
23694           - Implemented DesktopLocation property
23695           - Implemented IsRestrictedWindow property
23696           - Implemented Size property
23697           - Implemented TopLevel property
23698           - Implemented FormWindowState property
23699         * Control.cs:
23700           - Implemented GetTopLevel() method
23701           - Implemented SetTopLevel() method
23702         * X11Structs.cs (Atom):
23703           - Added AnyPropertyType definition
23704           - Added MapState definiton and updated XWindowAttribute struct
23705         * XplatUI.cs: Added GetWindowState() and SetWindowState() methods
23706         * XplatUIDriver.cs: Added GetWindowState() and SetWindowState() methods
23707         * XplatUIOSX.cs: Stubbed GetWindowState() and SetWindowState() methods
23708         * XplatUIWin32.cs:
23709           - Implemented GetWindowState() and SetWindowState() methods
23710           - Fixed Win32GetWindowLong return type
23711         * XplatUIX11.cs:
23712           - Introduced central function for sending NET_WM messages
23713           - Implemented GetWindowState() and SetWindowState() methods
23714         * TextBoxBase.cs (set_Lines):
23715           - Now uses Foreground color for text added via Text property (Duh!)
23716           - Added code to remember programmatically requested size (fixes
23717             behaviour when Multiline is set after Size)
23718           - Added AutoSize logic
23719
23720 2005-01-06  Jackson Harper  <jackson@ximian.com>
23721
23722         * TreeView.cs: Draw the image after the checkbox if checkboxes are enabled.
23723
23724 2005-01-06  Jackson Harper  <jackson@ximian.com>
23725
23726         * ListBox.cs: Don't allow the horizontal scrollbars maximum to be
23727         set to less then 0.
23728
23729 2005-01-06  Jackson Harper  <jackson@ximian.com>
23730
23731         * ScrollableControl.cs: Lazy init the scrollbars.
23732         
23733 2005-01-06  Jackson Harper  <jackson@ximian.com>
23734
23735         * Theme.cs: Speed up getting pens and solid brushes, by using
23736         their ARGB as a hash instead of tostring and not calling Contains.
23737
23738 2005-01-06  Peter Bartok <pbartok@novell.com>
23739
23740         * Form.cs:
23741           - Implemented OnActivated and OnDeactivate event trigger
23742           - Implemented Activate() method
23743           - Fixed ShowDialog() to activate the form that was active before
23744             the dialog was shown
23745         * XplatUIX11.cs:
23746           - Added global active_window var that tracks the currently active
23747             X11 window
23748           - Now always grabs Property changes from the root window to always
23749             catch changes on the active window property
23750           - Added code to PropertyNotify handler to send Active/Inactive
23751             messages when state changes. This puts X11 and Win32 en par on
23752             WM_ACTIVATE notifications (except for double notifications when
23753             the user clicks away from our modal window to another one of our
23754             windows)
23755
23756 2005-01-05  Jackson Harper  <jackson@ximian.com>
23757
23758         * ImageList.cs: Implment ctor
23759
23760 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
23761
23762         * XplatUIOSX.cs: Implement Activate/SetTopmost
23763
23764 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
23765
23766         * XplatUIOSX.cs: Implement SetZOrder, minor cleanup
23767
23768 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
23769
23770         * XplatUIOSX.cs: Implement GetActive/SetFocus.
23771
23772 2005-01-05  Peter Bartok <pbartok@novell.com>
23773
23774         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs,
23775           XplatUIOSX.cs: Added GetActive method to return the currently
23776           active window for the application (or null, if none is active)
23777         * Form.cs:
23778           - Implemented ActiveForm
23779           - Commented out owner assignment for modal dialogs (causes problems
23780             on Win32, since the owner will be disabled)
23781           - Reworked some Active/Focus handling (still incomplete)
23782         * CommonDialog.cs: Commented out owner assignment for modal dialogs
23783           (causes problems on Win32, since the owner will be disabled)
23784         * IWin32Window: Added ComVisible attribute
23785
23786 2005-01-05  Peter Bartok <pbartok@novell.com>
23787
23788         * ToolTip.cs (WndProc): Enable setting focus now that we have the
23789           required XplatUI functions.
23790
23791 2005-01-05  Peter Bartok <pbartok@novell.com>
23792
23793         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs, XplatUIDriver.cs,
23794           XplatUIX11.cs, X11Structs.cs, Form.cs: Framework code required
23795           to implement focus and activation handling; still incomplete and
23796           with debug output
23797
23798 2005-01-04  Peter Bartok <pbartok@novell.com>
23799
23800         * TextBoxBase.cs: Changed access level for Document property to
23801           match switch to internal for TextControl
23802
23803 2005-01-04  Peter Bartok <pbartok@novell.com>
23804
23805         * AccessibleObject: Added ComVisible attribute
23806
23807 2005-01-04  Jackson Harper  <jackson@ximian.com>
23808
23809         * X11Keyboard.cs: Remove unneeded var.
23810
23811 2005-01-04  Jackson Harper  <jackson@ximian.com>
23812
23813         * XplatUIX11.cs (DoEvents): Implement, Just cast aside all events
23814         but PAINT.
23815         * XplatUIX11.cs (GetMessage): Call Exit when we get an unknown
23816         ClientMessage. This makes apps exit cleanly (more often).
23817         
23818 2005-01-04  Jackson Harper  <jackson@ximian.com>
23819
23820         * TreeNode.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) for
23821         handling focus, return correct colors and fonts,
23822         * TreeView.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) to
23823         handle selection, horizontal scrolling, and mouse interaction.
23824
23825 2005-01-04  Peter Bartok <pbartok@novell.com>
23826
23827         * ICommandExecutor.cs: Added
23828         * IDataGridColumnStyleEditingNotificationService.cs: Added
23829         * IFeatureSupport.cs: Added
23830         * IFileReaderService.cs: Added
23831         * IDataObject.cs: Added ComVisible attribute
23832         * AmbientProperties.cs: Added
23833         * BaseCollection.cs: Added missing attributes
23834         * ListBindingConverter.cs: Added (stubbed, required for certain attributes)
23835         * BaseCollection.cs: Added missing attributes
23836         * Binding.cs: Added TypeConverter attribute
23837         * BindingContext.cs: Added DefaultEvent attribute
23838         * BindingsCollection.cs: Added DefaultEvent attribute
23839         * Button.cs: Added DefaultValue attribute
23840         * DragEventArgs.cs: Added ComVisible attribute
23841         * GiveFeedbackEventArgs.cs: Added ComVisible attribute
23842         * KeyEventArgs.cs: Added ComVisible attribute
23843         * KeyPressEventArgs.cs: Added ComVisible attribute
23844         * MouseEventArgs.cs: Added ComVisible attribute
23845         * NavigateEventArgs.cs: Added
23846         * NavigateEventHandler.cs: Added
23847         * FeatureSupport.cs: Added
23848         * OSFeature.cs: Added
23849         * Theme.cs: Added abstract Version property to support OSFeature
23850         * ThemeWin32Classic.cs: Added Version property to
23851           support OSFeature.Themes
23852         * ProgressBar.cs: Removed OnPaintBackground override, not required since
23853           the proper styles to avoid background drawing are set, also doesn't
23854           match MS signature
23855         * QueryAccessibilityHelpEventArgs.cs: Added ComVisible attribute
23856         * QueryContinueDragEventArgs.cs: Added ComVisible attribute
23857         * ScrollEventArgs.cs: Added ComVisible attribute
23858         * SplitterEventArgs.cs: Added ComVisible attribute
23859         * AccessibleSelection.cs: Added Flags attribute
23860         * Appearance.cs: Added ComVisible attribute
23861         * Border3DSide.cs: Added ComVisible attribute
23862         * Border3DStyle.cs: Added ComVisible attribute
23863         * BorderStyle.cs: Added ComVisible attribute
23864         * DragAction.cs: Added ComVisible attribute
23865         * ErrorBlinkStyle.cs: Added
23866         * ScrollEventType.cs: Added ComVisible attribute
23867         * AnchorStyles.cs: Added Editor attribute
23868         * DockStyle.cs: Added Editor attribute
23869         * HorizontalAlignment.cs: Added ComVisible attribute
23870         * HelpEventArgs.cs: Added ComVisible attribute
23871         * PaintEventArgs.cs: Added IDisposable
23872
23873 2005-01-04  Peter Bartok <pbartok@novell.com>
23874
23875         * TextControl.cs: Switched Line, LineTag and Document classes to
23876           internal
23877
23878 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
23879
23880         * ComboBox.cs, ThemeWin32Classic.cs, ListBox.cs, Theme.cs:
23881         Simple mode, fixes, IntegralHeight, etc.
23882
23883 2005-01-04  Peter Bartok <pbartok@novell.com>
23884
23885         * TextBoxBase.cs: Using proper font variable now
23886
23887 2005-01-04  Peter Bartok <pbartok@novell.com>
23888
23889         * Form.cs (ShowDialog): Set parent to owner, if provided
23890         * GroupBox.cs: Removed unused vars
23891         * TextControl.cs:
23892           - Added GetHashCode() for Document and LineTag classes
23893           - Removed unused variables
23894           - Added CharIndexToLineTag() and LineTagToCharIndex() methods
23895             to allow translation between continuous char position and line/pos
23896         * CheckBox.cs: Removed vars that are provided by base class
23897         * RadioButton.cs: Removed vars that are provided by base class, added
23898           new keyword where required
23899         * LinkLabel.cs: Added new keyword where required
23900         * Control.cs (WndProc): Removed unused variable
23901         * TextBoxBase.cs:
23902           - Finished SelectionLength property
23903           - Implemented SelectionStart property
23904           - Implemented Text property
23905           - Removed unused vars
23906         * MessageBox.cs: Added new keyword where required
23907         * TextBox.cs: Removed Text property code (now in TextBoxBase), fixed
23908           WndProc signature
23909         * MenuAPI.cs: Added new keyword where required
23910         * ButtonBase.cs: Removed vars that are provided by base class, added
23911           new keyword where required
23912         * ThemeWin32Classic.cs (DrawMonthCalendarDate): Now cast Math.Floor
23913           argument to double, to allow compiling with csc 2.0 (Atsushi ran
23914           into this)
23915         * Application.cs (Run): Now triggers the ThreadExit event
23916         * CommonDialog.cs: Added new keyword where required; now properly sets
23917           parent (owner) for dialog
23918         * XplatUIX11.cs: Commented out unused vars
23919         * StatusBar.cs: Fixed signature for Text property
23920         * TabPage.cs: Undid Jordi's removal of unused var, now using the var
23921
23922 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
23923
23924         * ComboBox.cs, TabPage.cs, MenuAPI.cs, ThemeWin32Classic.cs,
23925         TrackBar.cs, MonthCalendar.cs: remove unused vars
23926
23927 2005-01-03  Jackson Harper  <jackson@ximian.com>
23928
23929         * ThemeWin32Classic.cs:
23930         * X11Keyboard.cs: Remove unused vars.
23931
23932 2005-01-03  Peter Bartok  <pbartok@novell.com>
23933
23934         * TextBox.cs:
23935           - set_Text: Tied into TextControl
23936           - set_TextAlignment: Tied into TextControl
23937         * TextControl.cs:
23938           - Added alignment properties and implemented alignment handling
23939             and drawing (still has a bug, not generating proper expose events)
23940           - Added new Line() constructor to allow passing the line alignment
23941           - Fixed selection setting, properly handling end<start now
23942           - Added aligment considerations to RecalculateDocument()
23943         * TextBoxBase.cs:
23944           - Now properly enforces control height for single line controls
23945           - Added support for CharacterCasing
23946           - Added IsInputKey override
23947           - Fixed Keys.Enter logic
23948           - Added SetBoundsCore override
23949           - Fixed mouse selection handling
23950
23951 2005-01-03  Jackson Harper  <jackson@ximian.com>
23952
23953         * TreeView.cs:
23954           - Collapse and uncheck all nodes when CheckBoxes is disabled.
23955           - Checkboxes are always aligned to the bottom of the node,
23956           regardless of item height.
23957           - Use the node bounds to draw the text so we can center it when
23958           the item height is greater then the font height.
23959           - Node::Bounds are only the text part of the node.
23960         * TreeNode.cs: New method to combine collapsing and unchecking all
23961           nodes recursively.
23962
23963 2005-01-02  Jackson Harper  <jackson@ximian.com>
23964
23965         * TreeView.cs: Draw checkmarks, handle detecting check mark clicks
23966         * TreeNode.cs: Add a bounding box for the checkbox, refresh the
23967         tree when a check is changed. TODO: Only refresh the checked node.
23968
23969 2004-12-30  Jackson Harper  <jackson@ximian.com>
23970
23971         * TreeView.cs: Draw checkbox boxes when checkboxes are enabled.
23972         * TreeNode.cs: When collapsing make sure to never collapse the
23973         root node.
23974
23975 2004-12-29  Jackson Harper  <jackson@ximian.com>
23976
23977         * TreeView.cs: Align lines to the bottom of plus minus boxes properly.
23978         
23979 2004-12-28  Zoltan Varga  <vargaz@freemail.hu>
23980
23981         * X11Structs.cs X11Keyboard.cs XplatUIX11.cs: Fix 64 bit issues.
23982
23983 2004-12-28  Peter Bartok  <pbartok@novell.com>
23984
23985         * MessageBox.cs (get_CreateParams): Don't use owner var if it's
23986           not yet assigned
23987
23988 2004-12-28  Peter Bartok  <pbartok@novell.com>
23989
23990         * Control.cs (WndProc): Added WM_HELP handler, now generates
23991           HelpRequested event
23992         * Form.cs: Added HelpButton property and required support code
23993         * XplatUIStructs.cs: Added HELPINFO structure for WM_HELP handling
23994
23995 2004-12-28  Peter Bartok  <pbartok@novell.com>
23996
23997         * CommonDialog.cs:
23998           - Made DialogForm.owner variable internal
23999           - Added check to ensure owner form is set before setting
24000             owner properties in CreateParams
24001
24002 2004-12-28  Geoff Norton  <gnorton@customerdna.com>
24003
24004         * XplatUIOSX.cs: Implement mouse hovering.  Fix QDPoint struct to avoid
24005           swizzling.  Implement ClientToScreen and ScreenToClient.  Implement
24006           GetCursorPos.  Fix major visibility issues.  Rework the windowing
24007           system to support borderless/titleless windows (implements menus).
24008           Fix GetWindowPos.  Implement initial background color support for
24009           views.
24010
24011 2004-12-28  Peter Bartok  <pbartok@novell.com>
24012
24013         * Form.cs (get_CreateParams): Make sure we have an owner before using
24014           the owner variable. Implement proper default if no owner exists
24015
24016 2004-12-28  Peter Bartok  <pbartok@novell.com>
24017
24018         * In preparation for making Managed.Windows.Forms the default build target
24019           for System.Windows.Forms, the following stubbed files were added.
24020           Dialogs are currently being implemented by contributors and are only
24021           short-term place holders.
24022         * ColorDialog.cs: Initial check-in (minmal stub)
24023         * DataGrid.cs: Initial check-in (minimal stub)
24024         * DataGridLineStyle.cs: Initial check-in (minimal stub)
24025         * DataGridParentRowsLabelStyle.cs: Initial check-in (minimal stub)
24026         * DataGridTableStyle.cs: Initial check-in (minimal stub)
24027         * FontDialog.cs: Initial check-in (minimal stub)
24028         * FileDialog.cs: Initial check-in (minimal stub)
24029         * GridColumnStylesCollection.cs: Initial check-in (minimal stub)
24030         * GridTableStylesCollection.cs: Initial check-in (minimal stub)
24031         * OpenFileDialog: Initial check-in (minimal stub)
24032         * IComponentEditorPageSite.cs: Initial check-in
24033         * Splitter.cs: Initial check-in (for Jackson)
24034         * SplitterEventArgs.cs: Initial check-in (for Jackson)
24035         * SplitterEventHandler.cs: Initial check-in (for Jackson)
24036         * TextBox.cs: Initial check-in; still needs some wiring to
24037           TextControl backend
24038         * Form.cs: Implemented ControlBox property
24039         * MessageBox.cs: Added proper coding for Minimize/Maximize/ControlBox
24040         * CommonDialog.cs: Added proper coding for Minimize/Maximize/ControlBox
24041         * TextControl.cs: Added selection functionality; added todo header
24042         * TextBoxBase.cs:
24043           - Implemented Lines property
24044           - Implemented TextHeight property
24045           - Implemented SelectedText property
24046           - Implemented SelectionLength property
24047           - Implemented SelectAll method
24048           - Implemented ToString method
24049           - Removed and cleaned up some debug code
24050           - Implemented (still buggy) mouse text selection
24051
24052 2004-12-27  Jordi Mas i Hernandez <jordi@ximian.com>
24053
24054         * ComboBox.cs: Complete DropDownList implementation, fixes.
24055
24056 2004-12-26  Jordi Mas i Hernandez <jordi@ximian.com>
24057
24058         * ThemeWin32Classic, Theme.cs: ComboBox drawing methods
24059         * ComboBoxStyle.cs: ComboBoxStyle enum
24060         * ComboBox.cs: Initial work on ComboBox control
24061
24062 2004-12-21  Peter Bartok  <pbartok@novell.com>
24063
24064         * Control.cs (ctor, CreateParams): Moved setting of is_visible
24065           forward so that anything that creates a window gets the default,
24066           also no longer uses Visible property in CreateParams to avoid
24067           walking up the parent chain and possibly get the wrong visible
24068           status. Fixed IsVisible to no longer walk up to the parent.
24069
24070 2004-12-21  Peter Bartok  <pbartok@novell.com>
24071
24072         * Form.cs (ShowDialog): Unset modality for the proper window
24073  
24074 2004-12-20  Peter Bartok  <pbartok@novell.com>
24075
24076         * CommonDialog.cs: Initial check-in
24077
24078 2004-12-20  Peter Bartok  <pbartok@novell.com>
24079
24080         * Control.cs (Visible): Now uses the parent window instead of the
24081           client area window for the property
24082
24083         * Form.cs
24084           - ShowDialog(): Now uses the proper window for modality
24085           - The default visibility state for the form parent is now false. This
24086             will prevent the user from seeing all the changes to the form and
24087             its controls before the application hits Application.Run()
24088           - Removed some stale commented out code
24089
24090         * NativeWindow.cs:
24091           - Added FindWindow() method to have a method to check for existence
24092             of a window handle
24093           - Added ability to override default exception handling (for example
24094             when debugging with VS.Net; to do this the ExternalExceptionHandler
24095             define must be set
24096           - Removed some useless debug output
24097
24098         * XplatUIX11.cs:
24099           - Removed r37929 (SetModal patch from Ashwin Bharambe), was
24100             not working as expected
24101           - Implemented modal_window stack and checking for _WM_ACTIVE_WINDOW
24102             property to allow switching back to the modal window if focus is
24103             given to another one of our windows (Application Modal)
24104           - Now only sets override_redirect if we create a window
24105             without WS_CAPTION
24106           - Moved EventMask selection before mapping of newly created window
24107             so we can catch the map event as well
24108           - Implemented Activate() method via the _WM_ACTIVE_WINDOW property
24109           - Added various Atom related DllImports
24110           - Implemented Exit() method
24111           - .ctor() : No longer shows window if WS_VISIBLE is not defined
24112             in the CreateParams
24113
24114         * MessageBox.cs: Now properly deals with the FormParent window by
24115           providing an override the FormParent CreateParams property to
24116           set as POPUP instead of OVERLAPPED window.
24117
24118 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
24119
24120         * XplatUIOSX.cs: Implement DestroyWindow.  Implement ScrollWindow
24121         Minor code cleanup.
24122
24123 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
24124         
24125         * XplatUIOSX.cs (SetModal): Implement this method on OSX.
24126
24127 2004-12-18  Peter Bartok  <pbartok@novell.com>
24128
24129         * XplatUIX11.cs (SetModal): Applied patch from Ashwin Bharambe,
24130           implementing SetModal() method
24131
24132 2004-12-18  Peter Bartok  <pbartok@novell.com>
24133
24134         * X11Structs.cs (XGCValues): Fixed type of function element
24135         * XplatUI.cs: Added ScrollWindow() method
24136         * XplatUIDriver.cs: Added ScrollWindow() abstract
24137         * XplatUIWin32.cs: Implemented ScrollWindow() method
24138         * XplatUIX11.cs: Implemented ScrollWindow() method
24139         * XplatUIOSX.cs: Stubbed out ScrollWindow() method
24140
24141 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
24142
24143         * XplatUIOSX.cs:  Fix cursor to use an Invert instead of drawing it
24144         Some more keyboard support (INCOMPLETE)
24145
24146 2004-12-17  Peter Bartok  <pbartok@novell.com>
24147
24148         * TextControl.cs:
24149         - Added color attribute to line tags.
24150         - Added color argument to all functions dealing with tags
24151         - Added color argument support to various functions
24152         - Fixed miss-calculation of baseline/shift in certain circumstances
24153
24154         * TextBoxBase.cs: Added new color option to test code
24155
24156 2004-12-17  Jackson Harper  <jackson@ximian.com>
24157
24158         * TreeNode.cs:
24159         * MonthCalendar.cs: Signature fixes
24160
24161 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
24162
24163         * XplatUIOSX.cs: Find the missing caret; caret was dissappearing after a
24164         keyboard event moved it.  Create a new graphics context for each paint resolves this
24165
24166 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
24167
24168         * XplatUIOSX.cs: Fix hard cpu eat on loop with existing timers,
24169         Make caret exist and go blink blink.  Initial keyboard support.
24170         Fix exception handler, Add Invalidate support.  Change way RefreshWindow
24171         works.
24172
24173 2004-12-17  Jackson Harper  <jackson@ximian.com>
24174
24175         * XplatUIStructs.cs: Updated set of virtual keycodes.
24176         * KeyboardLayouts.cs: SCROLL_LOCK is now SCROLL
24177
24178 2004-12-17  Jackson Harper  <jackson@ximian.com>
24179
24180         * XplatUIX11.cs: Prune old keyboard code.
24181
24182 2004-12-17  Jackson Harper  <jackson@ximian.com>
24183
24184         * XplatUIX11.cs: When generating mouse wparams get the modifier
24185         keys from the ModifierKeys property.
24186
24187 2004-12-17  Jackson Harper  <jackson@ximian.com>
24188
24189         * X11Keyboard.cs: Send up/down input when generating
24190         messages. Remove some unused vars.
24191
24192 2004-12-17  Jackson Harper  <jackson@ximian.com>
24193
24194         * TabControl.cs:
24195         * TreeView.cs: get rid of warnings.
24196
24197 2004-12-17  Jackson Harper  <jackson@ximian.com>
24198
24199         * XplatUIStructs.cs: Fix a couple wrong virtual keycodes.
24200
24201 2004-12-17  Jordi Mas i Hernandez <jordi@ximian.com>
24202
24203         * ListBox.cs: bug fixes, changes for CheckedListBox.cs
24204           CheckedListBox.cs: Implementation
24205
24206 2004-12-17  Peter Bartok  <pbartok@novell.com>
24207
24208         * TextControl.cs (RecalculateLine): Fixed baseline aligning calcs
24209
24210 2004-12-16  Peter Bartok  <pbartok@novell.com>
24211
24212         * TextControl.cs:
24213           - InsertCharAtCaret(): Fixed start pos fixup
24214           - CaretLine_get: No longer derives the line from the tag, the tag
24215             could be stale if lines in the document have been added or deleted
24216           - RebalanceAfterDelete(): Fixed bug in balancing code
24217           - RebalanceAfterAdd(): Fixed really stupid bug in balancing code
24218           - Line.Streamline(): Now can also elminate leading empty tags
24219           - DumpTree(): Added a few more tests and prevented exception on
24220             uninitialized data
24221           - Added Debug section for Combining lines
24222           - Delete(): Now copies all remaining properties of a line
24223           
24224         * TextBoxBase.cs:
24225           - Left mousebutton now sets the caret (and middle button still acts
24226             as formatting tester, which must go away soon)
24227           - Added Debug section for Deleting/Combining lines
24228           - Fixed calculations for UpdateView after Combining lines
24229
24230 2004-12-16  Peter Bartok  <pbartok@novell.com>
24231
24232         * TextControl.cs: Now properly aligns text on a baseline, using the
24233           new XplatUI.GetFontMetrics() method. Simplified several calculations
24234         * TextBoxBase.cs: Moved #endif to allow compiling if Debug is not
24235           defined
24236
24237 2004-12-16  Peter Bartok  <pbartok@novell.com>
24238
24239         * XplatUI.cs: Added GetFontMetrics() method
24240         * XplatUIDriver.cs: Added GetFontMetrics() abstract
24241         * XplatUIX11.cs: Implemented GetFontMetrics() method, now calls
24242           into libgdiplus, our private GetFontMetrics function
24243         * XplatUIOSX.cs: Implemented GetFontMetrics() method, same as X11
24244         * XplatUIWin32.cs: Implemented GetFontMetrics() method
24245
24246 2004-12-16  Jackson Harper  <jackson@ximain.com>
24247
24248         * XplatUIStruct.cs: Add enum for dead keys
24249         * X11Keyboard.cs: Map and unmap dead keys.
24250
24251 2004-12-16  Jackson Harper  <jackson@ximian.com>
24252
24253         * X11Keyboard.cs: Detect and use the num lock mask.
24254
24255 2004-12-16  Peter Bartok  <pbartok@novell.com>
24256
24257         * Control.cs (CreateGraphics): Added check to make sure the
24258           handle of the window exists before calling Graphics.FromHwnd()
24259
24260 2004-12-16  Peter Bartok  <pbartok@novell.com>
24261
24262         * TextBoxBase.cs: Initial check-in. DO NOT TRY TO USE THIS YET. It
24263           contains a lot of code that's not supposed to be there for the
24264           real thing, but required for developing/testing the textbox
24265           backend.
24266
24267 2004-12-16  Peter Bartok  <pbartok@novell.com>
24268
24269         * TextControl.cs:
24270         - Fixed Streamline method
24271         - Added FindTag method to Line
24272         - Added DumpTree method for debugging
24273         - Added DecrementLines() method for deleting lines
24274         - Fixed UpdateView to update the cursor to end-of-line on single-line
24275           updates
24276         - Added PositionCaret() method
24277         - Fixed MoveCaret(LineDown) to move into the last line, too
24278         - Added InsertChar overload
24279         - Fixed InsertChar tag offset calculations
24280         - Added DeleteChar() method
24281         - Added Combine() method for folding lines
24282         - Fixed Delete() method, no longer allocates wasted Line object and
24283           now copies all properties when swapping nodes
24284         - Delete() method now updates document line counter
24285
24286 2004-12-15  Jackson Harper  <jackson@ximian.com>
24287
24288         * XplatUIX11.cs: Get the modifier keys from the keyboard driver
24289         * X11Keyboard.cs: Expose the currently selected modifier keys
24290         through a property.
24291
24292 2004-12-15  Peter Bartok  <pbartok@novell.com>
24293
24294         * TextControl.cs: Initial check-in. Still incomplete
24295
24296 2004-12-15  Jackson Harper  <jackson@ximian.com>
24297
24298         * TreeNode.cs:
24299         * TreeView.cs: Fix build on csc (second time today ;-))
24300
24301 2004-12-15  Jackson Harper  <jackson@ximian.com>
24302
24303         * TreeView.cs: Store the treenodes plus/minus box bounds when it
24304         is calculated and use this for click testing.
24305         * TreeNode.cs: Add functionality to store the nodes plus minus box bounds.
24306
24307 2004-12-15  Jackson Harper  <jackson@ximian.com>
24308
24309         * TreeView.cs: Pass the nodes image index to the image list when
24310         drawing that image.
24311
24312 2004-12-15  Jackson Harper  <jackson@ximian.com>
24313
24314         * X11Keyboard.cs: Set messages hwnd.
24315         * XplatUIX11.cs: Pass proper hwnd wot keyboard driver. Set hwnd on
24316         post_message calls.
24317
24318 2004-12-15  Jackson Harper  <jackson@ximian.com>
24319
24320         * X11Keyboard.cs: Fix to compile with csc.
24321         
24322 2004-12-15  Jackson Harper  <jackson@ximian.com>
24323
24324         * X11Structs.cs: Add key mask values
24325         * XplatUIStruct.cs: Add keyboard event flags, and keyboard definitions
24326         * X11Keyboard.cs: New file - Extrapolates and interpolates key
24327         down/up foo into WM_CHAR foo
24328         * KeyboardLayouts.cs: Common keyboard layouts
24329         * XplatUIX11.cs: Add the keyboard driver. Add functionality to
24330         post messages into the main queue.
24331
24332 2004-12-13  Jordi Mas i Hernandez <jordi@ximian.com>
24333
24334         * Button.cs: implement ProcessMnemonic
24335         * ThemeWin32Classic.cs: use ResPool (caching) instead of creating
24336           brushes everytime
24337         * Control.cs: fixes IsMnemonic (support for &&, case insensitive, etc)
24338         * ButtonBase.cs: Show HotkeyPrefix (not the &)
24339
24340 2004-12-12  John BouAntoun  <jba-mon@optusnet.com.au>
24341         
24342         * MonthCalendar.cs: Implemented click-hold for next/previous month
24343           and date selection
24344           
24345 2004-12-11  Peter Bartok  <pbartok@novell.com>
24346
24347         * X11Structs.cs:
24348           - Added XKeyboardState (moved from XplatUIX11.cs)
24349           - Added XCreateGC related enums and structures
24350           - Added GXFunction for XSetFunction
24351
24352         * XplatUIStructs.cs: Added missing WS_EX_xxx definitions
24353
24354         * XplatUI.cs: Added CreateCaret(), DestroyCaret(), SetCaretPos() and
24355           CaretVisible() calls
24356
24357         * ToolTip.cs: Added code to prevent stealing focus from app windows
24358
24359         * XplatUIDriver.cs: Added abstracts for caret functions (CreateCaret,
24360           DestroyCaret, SetCaretPos and CaretVisible)
24361
24362         * XplatUIX11.cs:
24363           - Added implementation for caret functions
24364           - Moved hover variables into a struct, to make it a bit easier
24365             on the eyes and to debug
24366           - Removed XKeyboardState (moved to XplatUIX11.cs)
24367           - Moved Keyboard properties into the properties region
24368
24369         * Control.cs (get_Region): Control.CreateGraphics is the appropriate
24370           call to get a graphics context for our control
24371
24372         * XplatUIOSX.cs: Added empty overrides for the new caret functions
24373
24374         * TreeView.cs: Fixed bug. No matter what color was set it would always
24375           return SystemColors.Window
24376
24377         * XplatUIWin32.cs: Implemented caret overrides
24378
24379 2004-12-10  Jordi Mas i Hernandez <jordi@ximian.com>
24380
24381         * ListBox.cs: fire events, implement missing methods and properties,
24382         sorting.
24383
24384 2004-12-10  John BouAntoun <jba-mono@optusnet.com.au>
24385
24386         * MonthCalendar.cs: invalidation bug fixing
24387         * ThemeWin32Classic.cs: paint fixing
24388
24389 2004-12-09  Geoff Norton  <gnorton@customerdna.com>
24390
24391         * XplatUIOSX.cs: Refactor to pass the real hwnd into Graphics.FromHwnd, we
24392         prepare the CGContextRef there now.
24393
24394 2004-12-09  John BouAntoun <jba-mono@optusnet.com.au>
24395
24396         * MonthCalendar.cs:
24397           - optimisationL only invalidate areas that have changed
24398         * ThemeWin32Classic.cs:
24399           - only paint parts that intersect with clip_area
24400
24401 2004-12-09  Peter Bartok  <pbartok@novell.com>
24402
24403         * Application.cs: Undid changes from r37004 which cause problems
24404         on X11
24405
24406 2004-12-09  Ravindra  <rkumar@novell.com>
24407
24408         * ToolBar.cs: Added support for displaying ContextMenu
24409         attached to a button on ToolBar.
24410         * ToolBarButton.cs: Uncomment/fixed the DropDownMenu
24411         property.
24412
24413 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
24414
24415         * Label.cs: autosize works in text change and removes unnecessary
24416         invalidate
24417
24418 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
24419
24420         * ThemeWin32Classic.cs, XplatUIOSX.cs, XplatUIWin32.cs:
24421         remove warnings
24422
24423 2004-12-08  Geoff Norton  <gnorton@customerdna.com>
24424
24425         * XplatUIOSX.cs: Added mouse move/click/grab support
24426         Remove some debugging WriteLines not needed anymore.
24427         Add window resizing/positioning.
24428         Fix visibility on reparenting.
24429
24430 2004-12-08  Peter Bartok  <pbartok@novell.com>
24431
24432         * XplatUIOSX.cs: Added Idle event, now compiles on VS.Net
24433
24434 2004-12-07  Geoff Norton  <gnorton@customerdna.com>
24435
24436         * XplatUIOSX.cs: Initial checkin
24437         * XplatUI.cs: Use the Quartz driver if the environment is set to use it
24438
24439 2004-12-03  Ravindra <rkumar@novell.com>
24440
24441         * ListView.cs: Added some keybindings and fixed scrolling.
24442         ScrollBars listen to ValueChanged event instead of Scroll
24443         Event. This would let us take care of all changes being
24444         done in the scrollbars' values programmatically or manually.
24445         * ListView.cs (CanMultiselect): Added a check for shift key.
24446         * ListView.cs (EnsureVisible): Fixed. Do proper scrolling.
24447         * ListViewItem.cs (Clone): Fixed. We need to make a copy
24448         of ListViewSubItemCollection as well.
24449
24450 2004-12-06  Peter Bartok <pbartok@novell.com>
24451
24452         * Control.cs (Parent): Added check and exception to prevent
24453         circular parenting
24454
24455 2004-12-03  Jordi Mas i Hernandez <jordi@ximian.com>
24456
24457         * ListBox.cs: implemented clipping, selection single and multiple,
24458         bug fixing
24459
24460 2004-12-03  Ravindra <rkumar@novell.com>
24461
24462         * ListView.cs (ListView_KeyDown):
24463         * ListView.cs (ListView_KeyUp): Fixed multiple selection handling
24464         when CTRL key is pressed.
24465         * ListViewItem.cs (Selected): Fixed setting the property.
24466
24467 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
24468
24469         * Application.cs (OnThreadException): Use ThreadExceptionDialog.
24470
24471         * Form.cs: Add ActiveForm, FormBorderStyle, MaximizeBox,
24472         MinimizeBox, ShowInTaskbar, TopMost properties.
24473
24474         * ThreadExceptionDialog.cs: Implemented (disabled TextBox until
24475         will be implemented).
24476
24477 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
24478
24479         * OwnerDrawPropertyBag.cs: New internal parameterless ctor.
24480
24481         * TreeNode.cs: Implemented ICloneable, Fixed to pass my simple
24482         tests.
24483         
24484         * TreeNodeCollection.cs: Add exception throwing for Add,AddRange.
24485         
24486         * TreeView.cs: BackColor is Colors.Window.
24487
24488 2004-12-01  Jackson Harper  <jackson@ximian.com>
24489
24490         * TreeView.cs: When resizing the tree if the user is making it
24491         smaller we don't get expose events, so we need to handle adding
24492         the horizontal scrollbar in the size changed handler as well as
24493         the expose handler.
24494
24495 2004-12-02  Jordi Mas i Hernandez <jordi@ximian.com>
24496
24497         * DrawItemState.cs: fixes wrong enum values
24498
24499 2004-12-01  Jackson Harper  <jackson@ximian.com>
24500
24501         * TreeView.cs: Resize the hbar as well as the vbar on resize.
24502
24503 2004-12-01  Jackson Harper  <jackson@ximian.com>
24504
24505         * NodeLabelEditEventArgs.cs:
24506         * NodeLabelEditEventHandler.cs:
24507         * OpenTreeNodeEnumerator.cs:
24508         * TreeNode.cs:
24509         * TreeNodeCollection.cs:
24510         * TreeView.cs:
24511         * TreeViewAction.cs:
24512         * TreeViewCancelEventArgs.cs:
24513         * TreeViewCancelEventHandler.cs:
24514         * TreeViewEventArgs.cs:
24515         * TreeViewEventHandler.cs: Initial implementation.
24516
24517 2004-12-01  Ravindra <rkumar@novell.com>
24518
24519         * ListView.cs (CalculateListView): Fixed scrolling related
24520         calculations. Also, removed some debug statements from other
24521         places.
24522         * ListViewItem.cs: Changed access to 'selected' instance variable
24523         from private to internal.
24524         * ThemeWin32Classic.cs (DrawListViewItem): Fixed SubItem drawing.
24525
24526 2004-12-01  Jordi Mas i Hernandez <jordi@ximian.com>
24527
24528         * ThemeWin32Classic.cs: remove cache of brush and pens for
24529         specific controls and use the global system, fixes scrollbutton
24530         bugs (for small sizes, disabled, etc)
24531         
24532         * ScrollBar.cs: does not show the thumb for very small controls
24533         (as MS) and allow smaller buttons that the regular size
24534
24535 2004-12-01  Miguel de Icaza  <miguel@ximian.com>
24536
24537         * UpDownBase.cs: Add abstract methods for the interface.
24538         Add new virtual methods (need to be hooked up to TextEntry when it
24539         exists).
24540         Add override methods for most features.
24541         Computes the size, forces the height of the text entry.
24542
24543         * NumericUpDown.cs: Put here the current testing code.
24544
24545         * Set eol-style property on all files that do not have mixed line
24546         endings, to minimize the future problems.  There are still a few
24547         files with mixed endings, and someone should choose whether they
24548         want to move it or not.
24549
24550 2004-11-30  Jordi Mas i Hernandez <jordi@ximian.com>
24551
24552         * MonthCalendar.cs, ListView.cs: use Theme colours instead of
24553         System.Colors
24554         
24555 2004-11-30  Ravindra <rkumar@novell.com>
24556
24557         * ThemeWin32Classic.cs (DrawListViewItem): Fixed selected item
24558         drawing and replaced use of SystemColors by theme colors.
24559         * ListView.cs (ListView_Paint): Fixed painting done during scrolling.
24560         * ListView.cs (ListViewItemCollection.Add): Throw exception when
24561         same ListViewItem is being added more than once.
24562
24563 2004-11-30  John BouAntoun <jba-mono@optusnet.com.au>
24564
24565         * MonthCalendar.cs:
24566           - ControlStyles love to make the control not flicker
24567           
24568 2004-11-30  Peter Bartok  <pbartok@novell.com>
24569
24570         * CharacterCasing.cs: Added
24571
24572 2004-11-29  Peter Bartok  <pbartok@novell.com>
24573
24574         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
24575           TreeViewAction.cs, TreeViewEventArgs.cs: Removed new files.
24576           I am removing these files as they conflict with already completed
24577           work. While it is fantastic to get contributions to MWF, I
24578           respectfully ask that everyone please coordinate their contributions
24579           through mono-winforms-list or #mono-winforms at this time. We're
24580           explicitly avoiding stubbing and don't want controls that don't have
24581           their basic functionality implemented in svn. Please also see
24582           http://www.mono-project.com/contributing/winforms.html
24583
24584
24585 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
24586
24587         * Application.cs (ModalRun): Don't hang after exit.
24588
24589         * Theme.cs: New TreeViewDefaultSize property.
24590
24591         * ThemeWin32Classic.cs: Replaced hardcoded defaultWindowBackColor
24592         with less hardcoded SystemColors constant.
24593         Implemented TreeViewDefaultSize.
24594
24595         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
24596         TreeViewAction.cs, TreeViewEventArgs.cs: New files.
24597
24598
24599 2004-11-29  John BouAntoun <jba-mono@optusnet.com.au>
24600
24601         * MonthCalendar.cs:
24602           - Fix NextMonthDate and PrevMonthDate click moving calendar
24603
24604 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
24605
24606         * MonthCalendar.cs:
24607           - Fix usage of ScrollChange Property when scrolling months
24608
24609 2004-11-26  Jordi Mas i Hernandez <jordi@ximian.com>
24610
24611         * Menu.cs, MainMenu.cs, MenuItem.cs, MenuAPI.cs
24612          - Fixes menu destroying
24613          - Support adding and removing items on already created menus
24614
24615 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
24616
24617         * MonthCalendar.cs:
24618           - Re-worked all bolded dates handling to match win32
24619         * ThemeWin32Classic.cs:
24620           - Fixed rendering with bolded dates
24621
24622 2004-11-25  Jordi Mas i Hernandez <jordi@ximian.com>
24623
24624         * ListBox.cs, Theme.cs, ThemeWin32Classic.cs:
24625         - Horizontal scroolbar
24626         - Multicolumn
24627         - Fixes
24628
24629
24630 2004-11-25  John BouAntoun <jba-mono@optusnet.com.au>
24631
24632         * MonthCalendar.cs:
24633           - Fix Usage of MaxSelectionCount from SelectionRange
24634           - Fixed Shift + Cursor Selection
24635           - Fixed Shift + (Pg up/Pg dn, Home/End) selection
24636           - Fixed normal cursor selection to be compat with win32
24637           - Fixed Shift + Mouse Click selection
24638
24639 2004-11-24  Peter Bartok <pbartok@novell.com>
24640
24641         * XplatUI.cs (DispatchMessage): Switched to return IntPtr
24642         * XplatUIDriver.cs (DispatchMessage): Switched to return IntPtr
24643         * XplatUIX11.cs:
24644           - CreatedKeyBoardMsg now updates keystate with Alt key
24645           - Added workaround for timer crash to CheckTimers, Jackson will
24646             develop a proper fix and check in later
24647           - Implemented DispatchMessage
24648           - Removed calling the native window proc from GetMessage (call
24649             now moved to DispatchMessage)
24650
24651         * KeyEventArgs.cs (Constructor): Now combines modifierkeys into
24652           the keydata (Fixes bug #69831)
24653
24654         * XplatUIWin32.cs:
24655           - (DispatchMessage): Switched to return IntPtr
24656           - Added DllImport for SetFocus
24657
24658 2004-11-24  Ravindra <rkumar@novell.com>
24659
24660         * ThemeWin32Classic.cs: Fixed ListView border and checkbox
24661         background drawing.
24662         * ListViewItem.cs: Fixed various properties, calculations
24663         and Clone() method. Fixed ListViewSubItemCollection.Clear() method.
24664         * ListView.cs: Fixed calculations, BackColor, ForeColor properties
24665         and some internal properties. Fixed MouseDown handler and Paint
24666         method.
24667
24668 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
24669
24670         * MonthCalendar.cs: Add TitleMonth ContextMenu handling
24671
24672 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
24673
24674         * ContainerControl.cs: correct accidental check in of local changes
24675
24676 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
24677
24678         * ThemeWin32Classic.cs:
24679                 - Fixed Drawing Last month in grid (sometimes not showing)
24680         * MonthCalendar.cs:
24681                 - Fixed title width calculation bug (makeing title small)
24682
24683 2004-11-23  Peter Bartok <pbartok@novell.com>
24684
24685         * XplatUIX11.cs:
24686           - Added generation of WM_MOUSEHOVER event
24687           - Added missing assignment of async_method atom
24688           - Fixed WM_ERASEBKGND; now only redraws the exposed area
24689
24690 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
24691
24692         * ThemeWin32Classic.cs:
24693                 - Fixed Drawing of today circle when showtodaycircle not set
24694                 - fixed drawing of first and last month in the grid (gay dates)
24695         * MonthCalendar.cs:
24696                 - Fixed Drawing of today circle
24697                 - Fixed drawing of grady dates
24698                 - Fixed HitTest for today link when ShowToday set to false
24699                 - Fixed DefaultSize to obey ShowToday
24700
24701 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
24702
24703         * ThemeWin32Classic.cs: Fixed DrawMonthCalendar and private support methods
24704         * System.Windows.Forms/Theme.cs
24705         * MonthCalendar.cs: added for MonthCalendar
24706         * SelectionRange.cs: added for MonthCalendar
24707         * Day.cs: added for MonthCalendar: added for MonthCalendar
24708         * DateRangeEventArgs.cs: added for MonthCalendar
24709         * DateRangeEventHandler.cs: added for MonthCalendar
24710
24711 2004-11-22  Ravindra <rkumar@novell.com>
24712
24713         * ThemeWin32Classic.cs: Fixed ListViewDrawing with 'UseItemStyleForSubItems'
24714         property.
24715
24716 2004-11-22  Miguel de Icaza  <miguel@ximian.com>
24717
24718         * UpDownBase.cs (InitTimer): Use prehistoric C# 1.0 notation for
24719         event handler.
24720         
24721         * NumericUpDown.cs: Added new implementation.
24722         * UpDownBase.cs: Added new implementation.
24723
24724         * XplatUIWin32.cs (KeyboardSpeed, KeyboardDelay): added default
24725         implementations.
24726         
24727         * XplatUIX11.cs (KeyboardSpeed, KeyboardDelay): added default
24728         implementations.
24729
24730         * XplatUIDriver.cs ((KeyboardSpeed, KeyboardDelay): added new
24731         methods.
24732
24733 2004-11-21  Miguel de Icaza  <miguel@ximian.com>
24734
24735         * Timer.cs  (Dispose): Should call the base dispose when
24736         overriding.
24737
24738 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
24739
24740         * ScrollBar.cs: updates thumb position when max, min or increment
24741         is changed
24742
24743 2004-11-21  Ravindra <rkumar@novell.com>
24744
24745         * ListView.cs: Implemented item selection, activation and
24746         column header style. Fixed properties to do a redraw, if
24747         required. Added support for MouseHover, DoubleClick, KeyDown
24748         and KeyUp event handling and some minor fixes.
24749         * ListViewItem.cs: Fixed constructor.
24750         * ThemeWin32Classic.cs: Improved drawing for ListView.
24751
24752 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
24753
24754         * ThemeWin32Classic.cs: initial listbox drawing code
24755         * DrawMode.cs: new enumerator
24756         * ListControl.cs: stubbed class
24757         * ListBox.cs: initial implementation
24758         * Theme.cs: new methods definitions
24759         * SelectionMode.cs: new enumerator
24760
24761 2004-11-17  Peter Bartok  <pbartok@novell.com>
24762
24763         * XplatUIWin32.cs: Added double-click events to the class style
24764         * Control.cs (WndProc):
24765           - Added handling of click-count to MouseDown/ MouseUp events.
24766           - Added handling of middle and right mouse buttons
24767           - Removed old debug code
24768
24769 2004-11-17  Jackson Harper  <jackson@ximian.com>
24770
24771         * XplatUIX11.cs: Use the new Mono.Unix namespace.
24772
24773 2004-11-17  Ravindra <rkumar@novell.com>
24774
24775         * ListView.cs: Added event handling for MouseMove/Up/Down.
24776         * ColumnHeader.cs: Added a read-only internal property 'Pressed'.
24777         * ThemeWin32Classic.cs: We need to clear the graphics context and
24778         draw column header in a proper state.
24779
24780
24781 2004-11-17  Jordi Mas i Hernandez <jordi@ximian.com>
24782
24783         *  Menu.cs: fixes signature
24784
24785 2004-11-16  Peter Bartok  <pbartok@novell.com>
24786
24787         * XplatUIX11.cs (GetMessage): Implemented generation of
24788           double click mouse messages
24789
24790 2004-11-12  Jordi Mas i Hernandez <jordi@ximian.com>
24791
24792         *  Form.cs, MainMenu.cs, MenuAPI.cs: tracker should be for tracking session
24793         not by menu
24794
24795 2004-11-11  Peter Bartok  <pbartok@novell.com>
24796
24797         * HandleData.cs: Added Visible property
24798         * XplatUIX11.cs (IsVisible): Now uses Visible property from
24799           HandleData
24800         * XplatUIX11.cs: Removed old debug leftovers
24801         * XplatUIX11.cs (DefWndProc): Added WM_ERASEBKGND handler
24802         * Control.cs (WndProc): Removed old debug leftovers,
24803           streamlined handling of WM_WINDOWPOSCHANGED, removed un-
24804           needed WM_SIZE handling
24805
24806 2004-11-11  Jackson Harper  <jackson@ximian.com>
24807
24808         * OwnerDrawPropertyBag.cs:
24809         * TreeViewImageIndexConverter.cs: Initial implementation
24810
24811 2004-11-10  Jackson Harper  <jackson@ximian.com>
24812
24813         * ThemeWin32Classic.cs:
24814         * TabControl.cs: instead of moving tabs by the slider pos just
24815         start drawing at the tab that is offset by the slider. This way
24816         scrolling always moves by exactly one tab.
24817
24818 2004-11-10  Jackson Harper  <jackson@ximian.com>
24819
24820         * TabControl.cs: You can only scroll left when the slider has
24821         already ben moved right.
24822         
24823 2004-11-10  Jackson Harper  <jackson@ximian.com>
24824
24825         * ThemeWin32Classic.cs: Do not draw the selected tab if its not in
24826         the clip area.
24827         
24828 2004-11-10  Jackson Harper  <jackson@ximian.com>
24829
24830         * ThemeWin32Classic.cs: Don't bother drawing tabs outside of the
24831         clip area.
24832         
24833 2004-11-09  Jackson Harper  <jackson@ximian.com>
24834
24835         * TabControl.cs (CalcXPos): New helper method so we can determine
24836         the proper place to start drawing vertical tabs.
24837         * ThemeWin32Classic.cs (DrawTab): Draw right aligned tabs.
24838         
24839 2004-11-09  Jackson Harper  <jackson@ximian.com>
24840
24841         * TabControl.cs: Calculate sizing and rects for left aligned tabs.
24842         * ThemeWin32Classic.cs (GetTabControl*ScrollRect): Only handle Top
24843         and Bottom, left and right are illegal values for this and
24844         multiline is enabled when the alignment is set to left or right.
24845         (DrawTab): Each alignment block should draw the text itself now
24846         because Left requires special love. Also add rendering for Left
24847         aligned tabs.
24848         
24849 2004-11-09  Jordi Mas i Hernandez <jordi@ximian.com>
24850
24851         *  Form.cs, MainMenu.cs, MenuAPI.cs: fixes menu navigation, fixes popups,
24852         does not destroy the windows, removes debugging messages
24853
24854 2004-11-09  jba  <jba-mono@optusnet.com.au>
24855
24856         * ThemeWin32Classic.cs
24857         (DrawButtonBase): Fix verticle text rect clipping in windows
24858         (DrawCheckBox): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
24859         rendering and incorrect text rect clipping
24860         (DrawRadioButton): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
24861         rendering and incorrect text rect clipping
24862         
24863 2004-11-08  Jackson Harper  <jackson@ximian.com>
24864
24865         * ThemeWin32Classic.cs (DrawTabControl): Render tabs from top to
24866         bottom when they are bottom aligned so the bottoms of the tabs get
24867         displayed.
24868         * TabControl.cs (DropRow): Move rows up instead of down when the
24869         tab control is bottom aligned.
24870
24871 2004-11-08 13:59  pbartok
24872
24873         * XplatUIX11.cs:
24874           - Added handling for various window styles
24875           - Added handling for popup windows
24876           - Added SetTopmost handling
24877
24878 2004-11-08 13:55  pbartok
24879
24880         * XplatUIWin32.cs:
24881           - Added argument to SetTopmost method
24882           - Fixed broken ClientToScreen function
24883
24884 2004-11-08 13:53  pbartok
24885
24886         * XplatUIStructs.cs:
24887           - Added missing WS_EX styles
24888
24889 2004-11-08 13:53  pbartok
24890
24891         * XplatUI.cs, XplatUIDriver.cs:
24892           - Added argument to SetTopmost
24893
24894 2004-11-08 13:52  pbartok
24895
24896         * X11Structs.cs:
24897           - Added XSetWindowAttributes structure
24898           - Improved XWindowAttributes structure
24899           - Added SetWindowValuemask enum
24900           - Added window creation arguments enum
24901           - Added gravity enum
24902           - Added Motif hints structure
24903           - Added various Motif flags and enums
24904           - Added PropertyMode enum for property functions
24905
24906 2004-11-08 13:50  pbartok
24907
24908         * Form.cs:
24909           - Fixed arguments for updated SetTopmost method
24910
24911 2004-11-08 13:49  pbartok
24912
24913         * ToolTip.cs:
24914           - Fixed arguments for updated SetTopmost function
24915           - Fixed usage of PointToClient
24916
24917 2004-11-08 13:44  pbartok
24918
24919         * MenuAPI.cs:
24920           - Added Clipping of children and siblings
24921
24922 2004-11-08 13:41  pbartok
24923
24924         * MainMenu.cs:
24925           - Removed SetMenuBarWindow call. We do this in Form.cs
24926
24927 2004-11-08 13:40  jackson
24928
24929         * TabControl.cs, Theme.cs, ThemeWin32Classic.cs: Render the little
24930           scrolling jimmi in the correct location with bottom aligned tabs
24931
24932 2004-11-08 13:36  pbartok
24933
24934         * ContainerControl.cs:
24935           - Implemented BindingContext
24936           - Implemented ParentForm
24937
24938 2004-11-08 12:46  jackson
24939
24940         * TabControl.cs: Put bottom rendered tabs in the right location
24941
24942 2004-11-08 07:15  jordi
24943
24944         * ScrollBar.cs, ThemeWin32Classic.cs: fixes vertical scrollbar and
24945           removes dead code
24946
24947 2004-11-05 17:30  jackson
24948
24949         * TabControl.cs: When selected tabs are expanded make sure they
24950           don't go beyond the edges of the tab control
24951
24952 2004-11-05 14:57  jackson
24953
24954         * TabControl.cs: Reset show_slider so if the control is resized to
24955           a size where it is no longer needed it's not displayed anymore
24956
24957 2004-11-05 13:16  jackson
24958
24959         * TabControl.cs: Make tab pages non visible when added to the
24960           control
24961
24962 2004-11-05 12:42  jackson
24963
24964         * TabControl.cs: Implement SizeMode.FillToRight
24965
24966 2004-11-05 12:16  jackson
24967
24968         * Control.cs: Do not call CreateHandle if the handle is already
24969           created
24970
24971 2004-11-05 11:46  jackson
24972
24973         * TabControl.cs: Remove superflous call to CalcTabRows
24974
24975 2004-11-05 09:07  jackson
24976
24977         * XplatUIX11.cs: Update for Mono.Posix changes
24978
24979 2004-11-05 07:00  ravindra
24980
24981         * ListView.cs, ListViewItem.cs: Implemented some methods and fixed
24982           scrolling.
24983
24984 2004-11-04 22:47  jba
24985
24986         * ThemeWin32Classic.cs:
24987           - Fix Button rendering for FlatStyle = Flat or Popup
24988           - Fix RadioButton and CheckBox rendering when Appearance = Button
24989             (normal and flatstyle).
24990           - Correct outer rectangle color when drawing focus rectangle
24991           - Adjust button bounds to be 1 px smaller when focused
24992           - Make button not draw sunken 3d border when pushed (windows compat)
24993           - Fix CPDrawBorder3D to not make bottom right hand corner rounded
24994           - Offset the text in RadioButton and Checkbox when being rendered as
24995           a button.
24996           - Hover and Click behaviour for Colored FlatStyle.Flat and Popup
24997           radiobuttons
24998           - Fixed disabled rendering for colored flatstyle radiobuttons (both)
24999           - Fixed disabled text rendering for normally rendered radiobuttons
25000
25001 2004-11-04 10:26  jackson
25002
25003         * TabControl.cs: Recalculate tab rows when resizing
25004
25005 2004-11-04 07:47  jordi
25006
25007         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs:
25008           collection completion, drawing issues, missing features
25009
25010 2004-11-04 05:03  ravindra
25011
25012         * ScrollBar.cs:
25013                 - We need to recalculate the Thumb area when
25014                 LargeChange/maximum/minimum values are changed.
25015           - We set the 'pos' in UpdatePos() method to minimum, if it's less
25016                 than minimum. This is required to handle the case if large_change is
25017                 more than max, and use LargeChange property instead of large_change
25018                 variable.
25019           - We return max+1 when large_change is more than max, like MS does.
25020
25021 2004-11-04 04:29  ravindra
25022
25023         * ColumnHeader.cs, ListView.cs, ListViewItem.cs:
25024                 - Changed default value signatures (prefixed all with ListView).
25025                 - Fixed/implemented layout LargeIcon, SmallIcon and List views for
25026                 ListView.
25027           - Fixed calculations for ListViewItem and implemented Clone()
25028           method.
25029
25030 2004-11-04 04:26  ravindra
25031
25032         * Theme.cs, ThemeWin32Classic.cs:
25033                 - Changed default ListView values signatures (prefixed all with
25034                 ListView).
25035           - Fixed default size values for VScrollBar and HScrollBar.
25036                 - Fixed DrawListViewItem method.
25037
25038 2004-11-04 04:05  ravindra
25039
25040         * ColumnHeaderStyle.cs: Typo. It should be Nonclickable.
25041
25042 2004-11-04 04:04  ravindra
25043
25044         * ImageList.cs: Implemented the missing overload for Draw method.
25045
25046 2004-11-03 19:29  jackson
25047
25048         * TabControl.cs: Handle dropping rows on selection properly
25049
25050 2004-11-03 11:59  jackson
25051
25052         * TabControl.cs: remove debug code
25053
25054 2004-11-03 11:52  jackson
25055
25056         * TabControl.cs, ThemeWin32Classic.cs: Initial implementation of
25057           the scrolly widgerywoo
25058
25059 2004-11-02 13:52  jackson
25060
25061         * TabControl.cs: Resize the tab pages and tabs when the tab control
25062           is resized
25063
25064 2004-11-02 13:40  jackson
25065
25066         * TabControl.cs, ThemeWin32Classic.cs: Move the row with the
25067           selected tab to the bottom
25068
25069 2004-11-02 13:39  jackson
25070
25071         * TabPage.cs: Store the tab pages row
25072
25073 2004-11-02 12:33  jordi
25074
25075         * MenuItem.cs: fixes handle creation
25076
25077 2004-11-02 11:42  jackson
25078
25079         * TabControl.cs: signature fix
25080
25081 2004-11-02 08:56  jackson
25082
25083         * TabControl.cs: Calculate whether the tab is on an edge properly.
25084           Remove top secret debugging code
25085
25086 2004-11-01 19:57  jackson
25087
25088         * TabControl.cs: Add click handling, and proper sizing
25089
25090 2004-11-01 19:47  jackson
25091
25092         * Theme.cs, ThemeWin32Classic.cs: New rendering and sizing code for
25093           tab controls
25094
25095 2004-11-01 19:39  jackson
25096
25097         * TabPage.cs: add internal property to store the bounds of a tab
25098           page
25099
25100 2004-10-30 04:23  ravindra
25101
25102         * Theme.cs, ThemeWin32Classic.cs: Drawing ListView and some default
25103           values.
25104
25105 2004-10-30 04:21  ravindra
25106
25107         * ListView.cs, ListViewItem.cs: Added support for scrolling and
25108           fixed calculations.
25109
25110 2004-10-30 03:06  pbartok
25111
25112         * XplatUIX11.cs:
25113           - Removed extension of DllImported libs
25114
25115 2004-10-29 09:55  jordi
25116
25117         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: Menu key
25118           navigation, itemcollection completion, menu fixes
25119
25120 2004-10-27 22:58  pbartok
25121
25122         * XplatUIX11.cs:
25123           - Now throws a nice error message when no X display could be opened
25124
25125 2004-10-26 13:51  jordi
25126
25127         * ListView.cs: removes warning
25128
25129 2004-10-26 03:55  ravindra
25130
25131         * ColumnHeader.cs, ListView.cs, ListViewItem.cs,
25132           ThemeWin32Classic.cs: Some formatting for my last checkins.
25133
25134 2004-10-26 03:36  ravindra
25135
25136         * ThemeWin32Classic.cs: Implemented DetailView drawing for ListView
25137           control and default values.
25138
25139 2004-10-26 03:35  ravindra
25140
25141         * Theme.cs: Added some default values for ListView control.
25142
25143 2004-10-26 03:33  ravindra
25144
25145         * ToolBar.cs: ToolBar should use the user specified button size, if
25146           there is any. Added a size_specified flag for the same.
25147
25148 2004-10-26 03:33  ravindra
25149
25150         * ColumnHeader.cs: Added some internal members and calculations for
25151           ColumnHeader.
25152
25153 2004-10-26 03:32  ravindra
25154
25155         * ListViewItem.cs: Calculations for ListViewItem.
25156
25157 2004-10-26 03:31  ravindra
25158
25159         * ListView.cs: Added some internal members and calculations for
25160           ListView.
25161
25162 2004-10-22 13:31  jordi
25163
25164         * MenuAPI.cs: speedup menus drawing
25165
25166 2004-10-22 13:16  jackson
25167
25168         * XplatUIX11.cs: Make sure to update exposed regions when adding an
25169           expose event
25170
25171 2004-10-22 11:49  jackson
25172
25173         * Control.cs: oops
25174
25175 2004-10-22 11:41  jackson
25176
25177         * Control.cs: Check to see if the window should have its background
25178           repainted by X when drawing.
25179
25180 2004-10-22 11:31  jackson
25181
25182         * XplatUIX11.cs: When invalidating areas only use XClearArea if
25183           clear is true, this way we do not get flicker from X repainting the
25184           background
25185
25186 2004-10-22 11:28  jackson
25187
25188         * XEventQueue.cs: Queue properly
25189
25190 2004-10-21 09:38  jackson
25191
25192         * XEventQueue.cs: Fix access modifier
25193
25194 2004-10-21 09:36  jackson
25195
25196         * XEventQueue.cs: Don't loose messages
25197
25198 2004-10-21 09:22  jackson
25199
25200         * XEventQueue.cs: Don't loose messages
25201
25202 2004-10-20 04:15  jordi
25203
25204         * BootMode.cs: enum need it by SystemInfo
25205
25206 2004-10-19 21:58  pbartok
25207
25208         * XplatUIWin32.cs:
25209           - Small sanity check
25210
25211 2004-10-19 21:56  pbartok
25212
25213         * Form.cs:
25214           - Added private FormParentWindow class which acts as the container
25215             for our form and as the non-client area where menus are drawn
25216           - Added/Moved required tie-ins to Jordi's menus
25217           - Fixed/Implemented the FormStartPosition functionality
25218
25219 2004-10-19 21:52  pbartok
25220
25221         * Control.cs:
25222           - Removed unneeded locals
25223           - Added code to all size and location properties to understand and
25224             deal with the parent container of Form
25225
25226 2004-10-19 21:33  pbartok
25227
25228         * Application.cs:
25229           - Fixed to deal with new Form subclasses for menus
25230
25231 2004-10-19 17:48  jackson
25232
25233         * XEventQueue.cs: commit correct version of file
25234
25235 2004-10-19 16:50  jackson
25236
25237         * XEventQueue.cs, XplatUIX11.cs: New optimized event queue
25238
25239 2004-10-19 16:15  jordi
25240
25241         * MenuAPI.cs: MenuBarCalcSize returns the height
25242
25243 2004-10-19 08:31  pbartok
25244
25245         * Control.cs:
25246           - Added missing call to PreProcessMessage before calling OnXXXKey
25247           methods
25248
25249 2004-10-19 00:04  ravindra
25250
25251         * ToolTip.cs: Fixed constructor.
25252
25253 2004-10-18 09:31  jordi
25254
25255         * MenuAPI.cs: menuitems in menubars do not have shortcuts
25256
25257 2004-10-18 09:26  jordi
25258
25259         * MenuItem.cs: fixes MenuItem class signature
25260
25261 2004-10-18 08:56  jordi
25262
25263         * MenuAPI.cs: prevents windows from showing in the taskbar
25264
25265 2004-10-18 00:28  ravindra
25266
25267         * ToolTip.cs: Suppressed a warning message.
25268
25269 2004-10-18 00:27  ravindra
25270
25271         * Control.cs: Default value of visible property must be true.
25272
25273 2004-10-17 23:19  pbartok
25274
25275         * ToolTip.cs:
25276           - Complete implementation
25277
25278 2004-10-17 23:19  pbartok
25279
25280         * XplatUIX11.cs:
25281           - Added EnableWindow method
25282           - Added SetModal stub
25283           - Added generation of WM_ACTIVATE message (still needs testing)
25284           - Added SetTopMost stub
25285           - Changes to deal with VirtualKeys being moved to XplatUIStructs.cs
25286
25287 2004-10-17 23:17  pbartok
25288
25289         * XplatUIWin32.cs:
25290           - Removed VirtualKeys to XplatUIStructs
25291           - Implemented SetTopMost method
25292           - Implemented EnableWindow method
25293           - Bugfix in ScreenToClient()
25294           - Bugfixes in ClientToScreen()
25295
25296 2004-10-17 22:51  pbartok
25297
25298         * XplatUIStructs.cs:
25299           - Added WS_EX styles to WindowStyles enumeration
25300
25301 2004-10-17 22:50  pbartok
25302
25303         * XplatUI.cs, XplatUIDriver.cs:
25304           - Added method for enabling/disabling windows
25305           - Added method for setting window modality
25306           - Added method for setting topmost window
25307
25308 2004-10-17 22:49  pbartok
25309
25310         * ThemeWin32Classic.cs:
25311           - Added ToolTip drawing code
25312
25313 2004-10-17 22:49  pbartok
25314
25315         * Theme.cs:
25316           - Added ToolTip abstracts
25317
25318 2004-10-17 22:47  pbartok
25319
25320         * Form.cs:
25321           - Fixed Form.ControlCollection to handle owner relations
25322           - Added Owner/OwnedForms handling
25323           - Implemented Z-Ordering for owned forms
25324           - Removed unneeded private overload of ShowDialog
25325           - Fixed ShowDialog, added the X11 incarnation of modal handling (or
25326             so I hope)
25327           - Fixed Close(), had wrong default
25328           - Added firing of OnLoad event
25329           - Added some commented out debug code for Ownership handling
25330
25331 2004-10-17 22:16  pbartok
25332
25333         * Control.cs:
25334           - Fixed/implemented flat list of controls
25335
25336 2004-10-17 22:14  pbartok
25337
25338         * Application.cs:
25339           - Added code to simulate modal dialogs on Win32
25340
25341 2004-10-17 16:11  jordi
25342
25343         * ScrollBar.cs: disabled scrollbar should not honor any keyboard or
25344           mouse event
25345
25346 2004-10-17 13:39  jordi
25347
25348         * MenuAPI.cs: menu drawing fixes
25349
25350 2004-10-15 09:10  ravindra
25351
25352         * StructFormat.cs: General Enum.
25353
25354 2004-10-15 09:09  ravindra
25355
25356         * SizeGripStyle.cs: Enum for Form.
25357
25358 2004-10-15 09:08  ravindra
25359
25360         * Theme.cs, ThemeWin32Classic.cs: Added ColumnHeaderHeight property
25361           in Theme for ListView.
25362
25363 2004-10-15 09:06  ravindra
25364
25365         * ColumnHeader.cs: Flushing some formatting changes.
25366
25367 2004-10-15 09:05  ravindra
25368
25369         * ListViewItem.cs: Implemented GetBounds method and fixed coding
25370           style.
25371
25372 2004-10-15 09:03  ravindra
25373
25374         * ListView.cs: Implemented Paint method and fixed coding style.
25375
25376 2004-10-15 07:34  jordi
25377
25378         * MenuAPI.cs: fix for X11
25379
25380 2004-10-15 07:32  ravindra
25381
25382         * ButtonBase.cs, CheckBox.cs, RadioButton.cs:
25383                 - Renamed Paint() method to Draw() for clarity. Also, moved
25384                 DrawImage() to OnPaint().
25385
25386 2004-10-15 07:25  ravindra
25387
25388         * CheckBox.cs, RadioButton.cs:
25389                 - Removed Redraw (), we get it from ButtonBase.
25390                 - Implemented Paint (), to do class specific painting.
25391
25392 2004-10-15 07:16  ravindra
25393
25394         * ButtonBase.cs:
25395                 - Redraw () is not virtual now.
25396                 - Added an internal virtual method Paint (), so that
25397                 derived classes can do their painting on their own.
25398                 - Modified OnPaint () to call Paint ().
25399
25400 2004-10-15 06:43  jordi
25401
25402         * ContextMenu.cs, DrawItemEventHandler.cs, Form.cs, MainMenu.cs,
25403           MenuAPI.cs, MenuItem.cs: menu work, mainmenu, subitems, etc
25404
25405 2004-10-15 00:30  ravindra
25406
25407         * MessageBox.cs:
25408                 - MessageBox on windows does not have min/max buttons.
25409                 This change in CreateParams fixes this on Windows. We
25410                 still need to implement this windowstyle behavior in
25411                 our X11 driver.
25412
25413 2004-10-14 05:14  ravindra
25414
25415         * ToolBar.cs:
25416                 - Changed Redraw () to do a Refresh () always.
25417                 - Fixed the MouseMove event handling when mouse is pressed,
25418                 ie drag event handling.
25419                 - Replaced the usage of ToolBarButton.Pressed property to
25420                 ToolBarButton.pressed internal variable.
25421
25422 2004-10-14 05:10  ravindra
25423
25424         * ToolBarButton.cs:
25425                 - Added an internal member 'inside' to handle mouse move
25426                 with mouse pressed ie mouse drag event.
25427                 - Changed 'Pressed' property to return true only when
25428                 'inside' and 'pressed' are both true.
25429                 - Some coding style love.
25430
25431 2004-10-14 00:17  ravindra
25432
25433         * Form.cs: Fixed class signature. ShowDialog (Control) is not a
25434           public method.
25435
25436 2004-10-14 00:15  ravindra
25437
25438         * ButtonBase.cs: Redraw () related improvements.
25439
25440 2004-10-14 00:14  ravindra
25441
25442         * MessageBox.cs: Moved InitFormSize () out of Paint method and
25443           removed unnecessary calls to Button.Show () method.
25444
25445 2004-10-13 17:50  pbartok
25446
25447         * XplatUIX11.cs:
25448           - Formatting fix
25449           - Removed destroying of window until we solve the problem of X
25450             destroying the window before us on shutdown
25451
25452 2004-10-13 16:32  pbartok
25453
25454         * ButtonBase.cs:
25455           - Now Redraws on MouseUp for FlatStyle Flat and Popup
25456
25457 2004-10-13 14:18  pbartok
25458
25459         * XplatUIX11.cs:
25460           - Added code to destroy the X window
25461
25462 2004-10-13 14:18  pbartok
25463
25464         * XplatUIWin32.cs:
25465           - Added code to destroy a window
25466
25467 2004-10-13 14:12  pbartok
25468
25469         * ButtonBase.cs:
25470           - Added the Redraw on Resize that got dropped in the last rev
25471
25472 2004-10-13 09:06  pbartok
25473
25474         * ThemeWin32Classic.cs:
25475           - Path from John BouAntoun:
25476             * Fix check rendering (centre correctly for normal style, offset
25477               correctly for FlatStyle).
25478             * Fix border color usage (use backcolor) for FlatStyle.Popup
25479             * Use checkbox.Capture instead of checkbox.is_pressed when
25480               rendering flatstyle states.
25481
25482 2004-10-12 21:48  pbartok
25483
25484         * ThemeWin32Classic.cs:
25485           - Removed all occurences of SystemColors and replaced them with the
25486             matching theme color
25487
25488 2004-10-12 21:41  pbartok
25489
25490         * ThemeWin32Classic.cs:
25491           - From John BouAntoun: Added an overload to CPDrawBorder3D to allow
25492             him using the function for flatstyle drawing
25493           - Changed functions to use the new version of CPDrawBorder3D
25494
25495 2004-10-12 21:15  pbartok
25496
25497         * ControlPaint.cs:
25498           - Fixed Dark(), DarkDark(), Light() and LightLight() methods to
25499             match MS documentation. They need to return defined colors if the
25500             passed color matches the configured control color. Thanks to John
25501             BouAntoun for pointing this out.
25502
25503 2004-10-12 20:57  pbartok
25504
25505         * Control.cs:
25506           - Fix from John BouAntoun: Raise ForeColorChanged event when text
25507             color is changed
25508
25509 2004-10-12 20:46  pbartok
25510
25511         * CheckBox.cs:
25512           - Fix from John BouAntoun: Now properly sets the Appearance property
25513
25514 2004-10-12 20:45  pbartok
25515
25516         * ThemeWin32Classic.cs:
25517           - Fixes from John BouAntoun: now handles forecolors and backcolors
25518             for flatstyle rendered controls much better; It also fixes normal
25519             checkbox rendering when pushed or disabled.
25520
25521 2004-10-08 02:50  jordi
25522
25523         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: more menu
25524           work
25525
25526 2004-10-07 08:56  jordi
25527
25528         * ThemeWin32Classic.cs: Removes deletion of cached brushes
25529
25530 2004-10-06 03:59  jordi
25531
25532         * Control.cs, StatusBar.cs, ThemeWin32Classic.cs, ToolBar.cs,
25533           XplatUIWin32.cs: removes warnings from compilation
25534
25535 2004-10-05 12:23  jackson
25536
25537         * RadioButton.cs: Fix ctor
25538
25539 2004-10-05 11:10  pbartok
25540
25541         * MessageBox.cs:
25542           - Partial implementation by Benjamin Dasnois
25543
25544 2004-10-05 10:15  jackson
25545
25546         * ThemeWin32Classic.cs: Improve rendering of the radio button patch
25547           by John BouAntoun
25548
25549 2004-10-05 03:07  ravindra
25550
25551         * ToolBar.cs:
25552                 - Removed a private method, Draw ().
25553                 - Fixed the ButtonDropDown event handling.
25554                 - Fixed MouseMove event handling.
25555
25556 2004-10-05 03:04  ravindra
25557
25558         * ThemeWin32Classic.cs:
25559                 - Added DrawListView method and ListViewDefaultSize property.
25560                 - Changed ControlPaint method calls to CPDrawXXX wherever possible.
25561                 - Changed DOS style CRLF to Unix format (dos2unix).
25562
25563 2004-10-05 03:03  ravindra
25564
25565         * Theme.cs:
25566                 - Added DrawListView method and ListViewDefaultSize property.
25567
25568 2004-10-05 02:42  ravindra
25569
25570         * ToolBarButton.cs: Added an internal member dd_pressed to handle
25571           clicks on DropDown arrow.
25572
25573 2004-10-04 22:56  jackson
25574
25575         * ButtonBase.cs, Label.cs, MenuAPI.cs, ProgressBar.cs,
25576           ScrollBar.cs, StatusBar.cs, ToolBar.cs, TrackBar.cs: Let the base
25577           Control handle the buffers, derived classes should not have to
25578           CreateBuffers themselves.
25579
25580 2004-10-04 21:20  jackson
25581
25582         * StatusBar.cs: The control handles resizing the buffers now.
25583
25584 2004-10-04 21:18  jackson
25585
25586         * Control.cs: When resizing the buffers should be invalidated. This
25587           should be handled in Control not in derived classes.
25588
25589 2004-10-04 14:45  jackson
25590
25591         * TabPage.cs: oops
25592
25593 2004-10-04 02:14  pbartok
25594
25595         * LeftRightAlignment.cs:
25596           - Initial check-in
25597
25598 2004-10-04 01:09  jordi
25599
25600         * ThemeWin32Classic.cs: fixes right button position causing right
25601           button not showing on horizontal scrollbars
25602
25603 2004-10-02 13:12  pbartok
25604
25605         * XplatUIX11.cs:
25606           - Simplified the Invalidate method by using an X call instead of
25607             generating the expose ourselves
25608           - Added an expose when the window background is changed
25609           - Implemented ClientToScreen method
25610
25611 2004-10-02 13:08  pbartok
25612
25613         * XplatUIWin32.cs:
25614           - Added Win32EnableWindow method (test for implementing modal
25615           dialogs)
25616           - Added ClientToScreen method and imports
25617
25618 2004-10-02 13:07  pbartok
25619
25620         * XplatUI.cs, XplatUIDriver.cs:
25621           - Added ClientToScreen coordinate translation method
25622
25623 2004-10-02 13:06  pbartok
25624
25625         * KeyPressEventArgs.cs:
25626           - Fixed access level for constructor
25627
25628 2004-10-02 13:06  pbartok
25629
25630         * NativeWindow.cs:
25631           - Changed access level for the window_collection hash table
25632
25633 2004-10-02 13:05  pbartok
25634
25635         * Form.cs:
25636           - Added KeyPreview property
25637           - Added Menu property (still incomplete, pending Jordi's menu work)
25638           - Implemented ProcessCmdKey
25639           - Implemented ProcessDialogKey
25640           - Implemented ProcessKeyPreview
25641
25642 2004-10-02 13:02  pbartok
25643
25644         * Control.cs:
25645           - Added private method to get the Control object from the window
25646           handle
25647           - Implemented ContextMenu property
25648           - Implemented PointToScreen
25649           - Implemented PreProcessMessage
25650           - Implemented IsInputChar
25651           - Implemented IsInputKey
25652           - Implemented ProcessCmdKey
25653           - Completed ProcessKeyEventArgs
25654           - Fixed message loop to call the proper chain of functions on key
25655           events
25656           - Implemented ProcessDialogChar
25657           - Implemented ProcessDialogKey
25658           - Implemented ProcessKeyMessage
25659           - Implemented ProcessKeyPreview
25660           - Added RaiseDragEvent stub (MS internal method)
25661           - Added RaiseKeyEvent stub (MS internal method)
25662           - Added RaiseMouseEvent stub (MS Internal method)
25663           - Added RaisePaintEvent stub (MS Internal method)
25664           - Added ResetMouseEventArgs stub (MS Internal method)
25665           - Implemented RtlTranslateAlignment
25666           - Implemented RtlTranslateContent
25667           - Implemented RtlTranslateHorizontal
25668           - Implemented RtlTranslateLeftRight
25669           - Added generation of KeyPress event
25670
25671 2004-10-02 05:57  ravindra
25672
25673         * ListViewItem.cs: Added attributes.
25674
25675 2004-10-02 05:32  ravindra
25676
25677         * ListView.cs: Added attributes.
25678
25679 2004-10-01 11:53  jackson
25680
25681         * Form.cs: Implement the Close method so work on MessageBox can
25682           continue.
25683
25684 2004-09-30 14:06  pbartok
25685
25686         * XplatUIX11.cs:
25687           - Bug fixes
25688
25689 2004-09-30 11:34  jackson
25690
25691         * RadioButton.cs: Fix typo. Patch by John BouAntoun.
25692
25693 2004-09-30 07:26  ravindra
25694
25695         * ListViewItemConverter.cs: Converter for ListViewItem.
25696
25697 2004-09-30 07:26  ravindra
25698
25699         * SortOrder.cs: Enum for ListView control.
25700
25701 2004-09-30 07:25  ravindra
25702
25703         * ColumnHeader.cs: Supporting class for ListView control.
25704
25705 2004-09-30 07:24  ravindra
25706
25707         * ListView.cs, ListViewItem.cs: Initial implementation.
25708
25709 2004-09-30 07:20  ravindra
25710
25711         * ItemActivation.cs: Enum for ListView Control.
25712
25713 2004-09-29 20:29  pbartok
25714
25715         * XplatUIX11.cs:
25716           - Added lookup of pixel value for background color; tries to get a
25717             color 'close' to the requested color, it avoids having to create a
25718             colormap.  Depending on the display this could mean the used color
25719             is slightly off the desired color. Might have to change it to a more
25720             resource intensive colormap approach, but it will work as a
25721           workaround to avoid red screens.
25722
25723 2004-09-29 14:27  jackson
25724
25725         * XplatUIX11.cs: Set the X DisplayHandle in System.Drawing
25726
25727 2004-09-28 12:44  pbartok
25728
25729         * ButtonBase.cs, CheckBox.cs, ControlPaint.cs, GroupBox.cs,
25730           HScrollBar.cs, Label.cs, LinkLabel.cs, Panel.cs, PictureBox.cs,
25731           ProgressBar.cs, RadioButton.cs, ScrollBar.cs, StatusBar.cs,
25732           Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs, ToolBar.cs,
25733           TrackBar.cs, VScrollBar.cs:
25734           - Streamlined Theme interfaces:
25735             * Each DrawXXX method for a control now is passed the object for
25736               the control to be drawn in order to allow accessing any state the
25737               theme might require
25738
25739             * ControlPaint methods for the theme now have a CP prefix to avoid
25740               name clashes with the Draw methods for controls
25741
25742             * Every control now retrieves it's DefaultSize from the current
25743             theme
25744
25745 2004-09-28 12:17  jackson
25746
25747         * Button.cs: Do not redraw OnClick MouseUp/Down will handle the
25748           drawing
25749
25750 2004-09-24 14:57  jackson
25751
25752         * XplatUIX11.cs: Don't lock/enqueue/dequeue for unhandled messages.
25753           Gives us a nice little performance boost.
25754
25755 2004-09-24 12:02  jackson
25756
25757         * TabAlignment.cs, TabAppearance.cs, TabControl.cs, TabDrawMode.cs,
25758           TabPage.cs, TabSizeMode.cs: Partial implementation of the Tab
25759           Control and supporting classes. Initial checkin
25760
25761 2004-09-23 13:08  jackson
25762
25763         * Form.cs: Temp build fixage
25764
25765 2004-09-23 01:39  ravindra
25766
25767         * ItemChangedEventArgs.cs, ItemChangedEventHandler.cs,
25768           ItemCheckEventArgs.cs, ItemCheckEventHandler.cs,
25769           ItemDragEventArgs.cs, ItemDragEventHandler.cs,
25770           LabelEditEventArgs.cs, LabelEditEventHandler.cs: EventArgs and
25771           EventHandlers needed by ListView Control.
25772
25773 2004-09-22 14:12  pbartok
25774
25775         * ScrollableControl.cs:
25776           - Implemented DockPadding property
25777           - Implemented AutoScroll property
25778           - Implemented AutoScrollMargin property
25779           - Implemented AutoScrollMinSize property
25780           - Implemented AutoScrollPosition property
25781           - Implemented DisplayRectangle property (still incomplete)
25782           - Implemented CreateParams property
25783           - Implemented HScroll property
25784           - Implemented VScroll property
25785           - Implemented OnVisibleChanged property
25786
25787 2004-09-22 14:09  pbartok
25788
25789         * Form.cs:
25790           - Added Form.ControllCollection class
25791           - Added handling for Form owners: Owner, OwnedForms, AddOwnedForm,
25792             RemoveOwnedForm (still incomplete, missing on-top and common
25793             minimize/maximize behaviour)
25794           - Added StartPosition property (still incomplete, does not use when
25795             creating the form)
25796           - Added ShowDialog() methods (still incomplete, missing forcing the
25797             dialog modal)
25798
25799 2004-09-22 14:05  pbartok
25800
25801         * Application.cs:
25802           - Added message loop for modal dialogs
25803
25804 2004-09-22 14:02  pbartok
25805
25806         * GroupBox.cs:
25807           - Fixed wrong types for events
25808
25809 2004-09-22 14:00  pbartok
25810
25811         * Shortcut.cs, FormWindowState.cs:
25812           - Fixed wrong values
25813
25814 2004-09-22 12:01  jackson
25815
25816         * Control.cs: Text is never null
25817
25818 2004-09-20 22:14  pbartok
25819
25820         * XplatUIWin32.cs:
25821           - Fixed accessibility level for Idle handler
25822
25823 2004-09-20 18:54  jackson
25824
25825         * Application.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
25826           XplatUIX11.cs: New message loop that uses poll so we don't get a
25827           busy loop
25828
25829 2004-09-17 10:43  pbartok
25830
25831         * ScrollBar.cs:
25832           - Fixed behaviour of arrow buttons. Now properly behaves like
25833             Buttons (and like Microsoft's scrollbar arrow buttons)
25834
25835 2004-09-17 10:14  pbartok
25836
25837         * ScrollBar.cs:
25838           - Added missing release of keyboard/mouse capture
25839
25840 2004-09-17 06:18  jordi
25841
25842         * ContextMenu.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs,
25843           Theme.cs: Very early menu support
25844
25845 2004-09-16 17:45  pbartok
25846
25847         * XplatUIWin32.cs:
25848           - Fixed sending a window to the front
25849           - Added overload for SetWindowPos to avoid casting
25850
25851 2004-09-16 17:44  pbartok
25852
25853         * Control.cs:
25854           - Added SendToBack and BringToFront methods
25855
25856 2004-09-16 07:00  ravindra
25857
25858         * Copyright: Added Novell URL.
25859
25860 2004-09-16 07:00  ravindra
25861
25862         * ToolBar.cs: Invalidate should be done before redrawing.
25863
25864 2004-09-15 21:19  ravindra
25865
25866         * ColumnHeaderStyle.cs: Enum for ListView Control.
25867
25868 2004-09-15 21:18  ravindra
25869
25870         * ColumnClickEventArgs.cs, ColumnClickEventHandler.cs: Event for
25871           ListView Control.
25872
25873 2004-09-13 18:26  jackson
25874
25875         * Timer.cs, XplatUIX11.cs: Remove test code so timers are updated
25876           properly
25877
25878 2004-09-13 18:13  jackson
25879
25880         * Timer.cs, X11Structs.cs, XplatUIX11.cs: Timers are now handled in
25881           a second thread and post messages into the main threads message
25882           queue. This makes timing much more consistent. Both win2K and XP
25883           have a minimum timer value of 15 milliseconds, so we now do this
25884           too.
25885
25886 2004-09-13 15:18  pbartok
25887
25888         * X11Structs.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
25889           XplatUIX11.cs:
25890           - Added Z-Ordering methods
25891
25892 2004-09-13 10:56  pbartok
25893
25894         * Form.cs:
25895           - Fixed #region names
25896           - Moved properties and methods into their proper #regions
25897
25898 2004-09-13 10:51  pbartok
25899
25900         * Form.cs:
25901           - Added Accept and CancelButton properties
25902           - Added ProcessDialogKey() method
25903
25904 2004-09-13 08:18  pbartok
25905
25906         * IWindowTarget.cs:
25907           - Initial check-in
25908
25909 2004-09-10 21:50  pbartok
25910
25911         * Control.cs:
25912           - Added DoDragDrop() [incomplete]
25913           - Properly implemented 'Visible' handling
25914           - Added SetVisibleCore()
25915           - Implemented FindChildAtPoint()
25916           - Implemented GetContainerControl()
25917           - Implemented Hide()
25918
25919 2004-09-10 19:28  pbartok
25920
25921         * Control.cs:
25922           - Moved methods into their appropriate #regions
25923           - Reordered methods within regions alphabetically
25924
25925 2004-09-10 18:57  pbartok
25926
25927         * XplatUIX11.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
25928           - Added method to retrieve text from window
25929
25930 2004-09-10 18:56  pbartok
25931
25932         * Control.cs:
25933           - Moved some internal functions into the internal region
25934           - Implemented FontHeight
25935           - Implemented RenderRightToLeft
25936           - Implemented ResizeRedraw
25937           - Implemented ShowFocusCues
25938           - Implemented ShowKeyboardCues
25939           - Implemented FromChildHandle
25940           - Implemented FromHandle
25941           - Implemented IsMnemonic
25942           - Implemented ReflectMessage
25943           - All public and protected Static Methods are now complete
25944
25945 2004-09-10 16:54  pbartok
25946
25947         * Control.cs:
25948           - Implemented remaining missing public instance properties
25949           - Alphabetized some out of order properties
25950
25951 2004-09-10 05:51  ravindra
25952
25953         * PictureBox.cs: Added a check for null image.
25954
25955 2004-09-10 00:59  jordi
25956
25957         * GroupBox.cs: remove cvs tag
25958
25959 2004-09-09 05:25  ravindra
25960
25961         * ToolBar.cs: Make redraw accessible from ToolBarButton.
25962
25963 2004-09-09 05:23  ravindra
25964
25965         * ToolBarButton.cs: Changes in ToolBarButton need to make it's
25966           parent redraw.
25967
25968 2004-09-09 02:28  pbartok
25969
25970         * ThemeWin32Classic.cs:
25971           - Improve disabled string look
25972
25973 2004-09-09 01:15  jordi
25974
25975         * MeasureItemEventArgs.cs, MeasureItemEventHandler.cs: measureitem
25976           args and handler
25977
25978 2004-09-08 23:56  ravindra
25979
25980         * ItemBoundsPortion.cs: It's enum, not a class!
25981
25982 2004-09-08 23:47  ravindra
25983
25984         * FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs:
25985           Enums for Form.
25986
25987 2004-09-08 21:13  ravindra
25988
25989         * ItemBoundsPortion.cs, ListViewAlignment.cs, View.cs: Enums for
25990           ListView control.
25991
25992 2004-09-08 21:03  ravindra
25993
25994         * ThemeWin32Classic.cs: PictureBox would not draw a null image to
25995           avoid crash.
25996
25997 2004-09-08 21:01  ravindra
25998
25999         * ScrollableControl.cs: Removed unreachable code.
26000
26001 2004-09-08 06:45  jordi
26002
26003         * MenuMerge.cs, Shortcut.cs: enumerations need it by menus
26004
26005 2004-09-08 01:00  jackson
26006
26007         * XplatUIX11.cs: Only run the timers when updating the message
26008           queue. This effectively gives X messages a higher priority then
26009           timer messages. Timers still need love though
26010
26011 2004-09-07 14:01  jackson
26012
26013         * XplatUIX11.cs: Do not call XDestroyWindow, X has already done
26014           this for us and the handle is no longer valid.
26015
26016 2004-09-07 13:59  jackson
26017
26018         * HandleData.cs, XplatUIX11.cs: First steps towards a new X event
26019           loop that manages to not crash. TODO: Add poll and cleanup timers
26020
26021 2004-09-07 11:12  jordi
26022
26023         * GroupBox.cs, Theme.cs, ThemeWin32Classic.cs: GroupBox control
26024
26025 2004-09-07 03:40  jordi
26026
26027         * Label.cs, LinkLabel.cs, Theme.cs, ThemeWin32Classic.cs: LinkLabel
26028           fixes, methods, multiple links
26029
26030 2004-09-06 06:55  jordi
26031
26032         * Control.cs: Caches ClientRectangle rectangle value
26033
26034 2004-09-05 02:03  jordi
26035
26036         * ScrollBar.cs, ThemeWin32Classic.cs: fixes bugs, adds flashing on
26037           certain situations
26038
26039 2004-09-04 11:10  jordi
26040
26041         * Label.cs: Refresh when font changed
26042
26043 2004-09-02 16:24  pbartok
26044
26045         * Control.cs:
26046           - Added sanity check to creation of double buffer bitmap
26047
26048 2004-09-02 16:24  pbartok
26049
26050         * ButtonBase.cs:
26051           - Fixed selection of text color
26052           - Fixed handling of resize event; now properly recreates double
26053             buffering bitmap
26054           - Added missing assignment of TextAlignment
26055           - Added proper default for TextAlignment
26056
26057 2004-09-02 14:26  pbartok
26058
26059         * RadioButton.cs:
26060           - Added missing RadioButton.RadioButtonAccessibleObject class
26061
26062 2004-09-02 14:26  pbartok
26063
26064         * Control.cs:
26065           - Added missing Control.ControlAccessibleObject class
26066           - Started to implement Select()ion mechanisms, still very incomplete
26067
26068 2004-09-02 14:25  pbartok
26069
26070         * AccessibleObject.cs:
26071           - Added missing methods
26072
26073 2004-09-02 14:23  pbartok
26074
26075         * AccessibleNavigation.cs, AccessibleSelection.cs:
26076           - Initial check-in
26077
26078 2004-09-02 10:32  jordi
26079
26080         * Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: implements resource
26081           pool for pens, brushes, and hatchbruses
26082
26083 2004-09-01 15:30  jackson
26084
26085         * StatusBar.cs: Fix typo
26086
26087 2004-09-01 14:44  pbartok
26088
26089         * RadioButton.cs:
26090           - Fixed state
26091
26092 2004-09-01 14:39  pbartok
26093
26094         * Button.cs, RadioButton.cs:
26095           - Functional initial check-in
26096
26097 2004-09-01 14:01  pbartok
26098
26099         * CheckBox.cs:
26100           - Added missing default
26101           - Added missing region mark
26102
26103 2004-09-01 09:10  jordi
26104
26105         * Label.cs: fixes method signatures, new methods, events, fixes
26106           autosize
26107
26108 2004-09-01 07:19  jordi
26109
26110         * Control.cs: Init string variables with an empty object
26111
26112 2004-09-01 04:20  jordi
26113
26114         * Control.cs: fires OnFontChanged event
26115
26116 2004-08-31 20:07  pbartok
26117
26118         * ButtonBase.cs:
26119           - Enabled display of strings
26120
26121 2004-08-31 20:05  pbartok
26122
26123         * Form.cs:
26124           - Added (partial) implementation of DialogResult; rest needs to be
26125             implemented when the modal loop code is done
26126
26127 2004-08-31 19:55  pbartok
26128
26129         * CheckBox.cs:
26130           - Fixed to match the removal of the needs_redraw concept
26131
26132 2004-08-31 19:55  pbartok
26133
26134         * ButtonBase.cs:
26135           - Removed the rather odd split between 'needs redraw' and redrawing
26136           - Now handles the events that require regeneration (ambient
26137             properties and size)
26138
26139 2004-08-31 19:41  pbartok
26140
26141         * Control.cs:
26142           - Added firing of BackColorChanged event
26143           - Added TopLevelControl property
26144           - Fixed handling of WM_ERASEBKGRND message
26145
26146 2004-08-31 12:49  pbartok
26147
26148         * ButtonBase.cs:
26149           - Removed debug
26150           - Minor fixes
26151
26152 2004-08-31 12:48  pbartok
26153
26154         * CheckBox.cs:
26155           - Finished (famous last words)
26156
26157 2004-08-31 04:35  jordi
26158
26159         * ScrollBar.cs: adds autorepeat timer, uses a single timer, fixes
26160           scrolling bugs, adds new methods
26161
26162 2004-08-30 14:42  pbartok
26163
26164         * CheckBox.cs:
26165           - Implemented CheckBox drawing code
26166
26167 2004-08-30 14:42  pbartok
26168
26169         * ButtonBase.cs:
26170           - Made Redraw() and CheckRedraw() virtual
26171           - Improved mouse up/down/move logic to properly track buttons
26172
26173 2004-08-30 09:44  pbartok
26174
26175         * CheckBox.cs:
26176           - Updated to fix broken build. Not complete yet.
26177
26178 2004-08-30 09:28  pbartok
26179
26180         * CheckState.cs:
26181           - Initial checkin
26182
26183 2004-08-30 09:17  pbartok
26184
26185         * Appearance.cs:
26186           - Initial check-in
26187
26188 2004-08-27 16:12  ravindra
26189
26190         * ToolBarButton.cs: Added TypeConverter attribute.
26191
26192 2004-08-27 16:07  ravindra
26193
26194         * ImageIndexConverter.cs: Implemented.
26195
26196 2004-08-27 14:17  pbartok
26197
26198         * Control.cs:
26199           - Removed unneeded stack vars
26200           - First attempt to fix sizing issues when layout is suspended
26201
26202 2004-08-25 15:35  jordi
26203
26204         * ScrollBar.cs: more fixes to scrollbar
26205
26206 2004-08-25 14:04  ravindra
26207
26208         * Theme.cs, ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs:
26209           Added the missing divider code and grip for ToolBar Control.
26210
26211 2004-08-25 13:20  pbartok
26212
26213         * Control.cs:
26214           - Control now properly passes the ambient background color to child
26215             controls
26216
26217 2004-08-25 13:20  jordi
26218
26219         * ScrollBar.cs: small bug fix regarding bar position
26220
26221 2004-08-25 12:33  pbartok
26222
26223         * Timer.cs:
26224           - Now only calls SetTimer or KillTimer if the enabled state has
26225           changed
26226
26227 2004-08-25 12:33  pbartok
26228
26229         * XplatUIWin32.cs:
26230           - Fixed timer handling, now seems to work
26231           - Improved error message for window creation
26232
26233 2004-08-25 12:32  pbartok
26234
26235         * Control.cs:
26236           - Fixed generation of MouseUp message
26237
26238 2004-08-25 12:29  jordi
26239
26240         * ProgressBar.cs, ThemeWin32Classic.cs: new methods, properties,
26241           and fixes for progressbar
26242
26243 2004-08-24 18:43  ravindra
26244
26245         * ThemeWin32Classic.cs, ToolBar.cs: Fixed wrapping related issues
26246           in ToolBar control.
26247
26248 2004-08-24 17:15  pbartok
26249
26250         * Panel.cs:
26251           - Added #region
26252           - Added missing events
26253           - Alphabetized
26254
26255 2004-08-24 17:14  pbartok
26256
26257         * StatusBar.cs, PictureBox.cs:
26258           - Now uses Control's CreateParams
26259
26260 2004-08-24 16:36  pbartok
26261
26262         * XplatUIX11.cs:
26263           - Fixed background color handling
26264           - Fixed sending of enter/leave events on a grab
26265
26266 2004-08-24 16:35  pbartok
26267
26268         * X11Structs.cs:
26269           - Refined definitions for CrossingEvent
26270
26271 2004-08-24 12:37  jordi
26272
26273         * ScrollBar.cs, Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: fixes
26274           formmating, methods signature, and adds missing events
26275
26276 2004-08-24 12:24  jordi
26277
26278         * Control.cs: fire OnEnabledChanged event
26279
26280 2004-08-24 11:17  pbartok
26281
26282         * XplatUIWin32.cs:
26283           - Implemented SetTimer() and KillTimer()
26284
26285 2004-08-24 11:16  pbartok
26286
26287         * XplatUIX11.cs:
26288           - Now uses Remove instead of Add to kill the timer
26289
26290 2004-08-24 10:16  jackson
26291
26292         * PictureBox.cs, Theme.cs, ThemeWin32Classic.cs: Handle drawing
26293           picture boxes in the theme now. Draw picture box borders and obey
26294           sizing modes
26295
26296 2004-08-24 05:49  jackson
26297
26298         * Timer.cs: Remove top secret debugging code
26299
26300 2004-08-24 05:34  jackson
26301
26302         * PictureBox.cs: Temp hack to make picture boxes draw their full
26303           image
26304
26305 2004-08-24 05:29  jackson
26306
26307         * Timer.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
26308           XplatUIX11.cs: Move timers to the driver level. On X they are
26309           queued by the driver and checked on idle.
26310
26311 2004-08-24 01:07  jackson
26312
26313         * XplatUIX11.cs: Use a queue for async messages instead of passing
26314           them as ClientMessages since that was totally broken. Also simply
26315           check for events and return an idle message if none are found. This
26316           gives us an idle handler, and prevents deadlocking when no messages
26317           are in the queue.
26318
26319 2004-08-23 18:19  ravindra
26320
26321         * XplatUIWin32.cs: Removed the unwanted destructor.
26322
26323 2004-08-23 17:27  pbartok
26324
26325         * ButtonBase.cs:
26326           - Finishing touches. Works now, just needs some optimizations.
26327
26328 2004-08-23 16:53  jordi
26329
26330         * ScrollBar.cs: small fix
26331
26332 2004-08-23 16:45  pbartok
26333
26334         * Application.cs:
26335           - Removed debug output
26336           - Simplifications
26337
26338 2004-08-23 16:43  jordi
26339
26340         * ScrollBar.cs: [no log message]
26341
26342 2004-08-23 16:10  pbartok
26343
26344         * Form.cs:
26345           - Fixed handling of WM_CLOSE message
26346           - Removed debug output
26347
26348 2004-08-23 16:09  pbartok
26349
26350         * Application.cs:
26351           - Added handling of Idle event
26352           - Added handling of form closing
26353           - Fixed reporting of MessageLoop property
26354           - Removed some unneeded code, should provide a bit of a speedup
26355
26356 2004-08-23 15:22  pbartok
26357
26358         * Control.cs:
26359           - Added InitLayout() method
26360           - Added code to properly perform layout when Anchor or Dock property
26361             is changed
26362           - Changed 'interpretation' of ResumeLayout. MS seems to have a
26363             LAMESPEC, tried to do it in a way that makes sense
26364
26365 2004-08-23 14:10  jordi
26366
26367         * HScrollBar.cs, ScrollBar.cs, TrackBar.cs, VScrollBar.cs: fixes
26368           properties and methods
26369
26370 2004-08-23 13:55  pbartok
26371
26372         * Control.cs:
26373           - Properly fixed Jordi's last fix
26374           - Now uses Cursor's Position property instead of calling XplatUI
26375           directly
26376
26377 2004-08-23 13:44  jordi
26378
26379         * PaintEventHandler.cs: Adding missing attribute
26380
26381 2004-08-23 13:39  pbartok
26382
26383         * Cursor.cs:
26384           - Implemented Position property
26385
26386 2004-08-23 13:39  pbartok
26387
26388         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
26389           - Added method to move mouse cursor
26390
26391 2004-08-23 13:39  pbartok
26392
26393         * XplatUIX11.cs:
26394           - Fixed setting of background color
26395           - Added method to move mouse cursor
26396
26397 2004-08-23 13:16  jordi
26398
26399         * Control.cs: avoids null exception
26400
26401 2004-08-22 17:46  jackson
26402
26403         * PictureBox.cs, PictureBoxSizeMode.cs: Initial implementation of
26404           PictureBox
26405
26406 2004-08-22 17:40  jackson
26407
26408         * XplatUIX11.cs: Add some missing locks
26409
26410 2004-08-22 15:10  pbartok
26411
26412         * Control.cs, Form.cs:
26413           - Removed OverlappedWindow style from Control, instead it's default
26414             now is child
26415           - Made form windows OverlappedWindow by default
26416
26417 2004-08-22 13:34  jackson
26418
26419         * ScrollBar.cs: Update the position through the Value property so
26420           the OnValueChanged event is raised.
26421
26422 2004-08-22 12:04  pbartok
26423
26424         * SWF.csproj:
26425           - Added Cursor.cs and UserControl.cs
26426
26427 2004-08-22 12:03  pbartok
26428
26429         * Cursor.cs:
26430           - Started implementation, not usable yet
26431
26432 2004-08-22 12:00  pbartok
26433
26434         * UserControl.cs:
26435           - Implemented UserControl (complete)
26436
26437 2004-08-21 19:20  ravindra
26438
26439         * ToolBar.cs: Correcting the formatting mess of VS.NET.
26440
26441 2004-08-21 18:49  ravindra
26442
26443         * ToolBar.cs: Probably this completes the missing attributes in
26444           toolbar control.
26445
26446 2004-08-21 18:03  ravindra
26447
26448         * ToolBar.cs, ToolBarButton.cs, ToolBarButtonClickEventArgs.cs:
26449           Fixed toolbar control signatures.
26450
26451 2004-08-21 16:32  pbartok
26452
26453         * LinkLabel.cs:
26454           - Signature Fixes
26455
26456 2004-08-21 16:30  pbartok
26457
26458         * Label.cs:
26459           - Signature fixes
26460
26461 2004-08-21 16:19  pbartok
26462
26463         * Control.cs, Label.cs:
26464           - Signature fixes
26465
26466 2004-08-21 15:57  pbartok
26467
26468         * ButtonBase.cs:
26469           - Added loads of debug output for development
26470           - Fixed typo in method name
26471
26472 2004-08-21 15:52  pbartok
26473
26474         * ToolBarButtonClickEventArgs.cs:
26475           - Added missing base class
26476
26477 2004-08-21 14:53  pbartok
26478
26479         * Control.cs:
26480           - Updated to match new GrabWindow signature
26481
26482 2004-08-21 14:51  pbartok
26483
26484         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
26485           - Added method to get default display size
26486
26487 2004-08-21 14:23  pbartok
26488
26489         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
26490           - Added method to query current grab state
26491           - Added argument to allow confining a grab to a window
26492
26493 2004-08-21 14:22  pbartok
26494
26495         * Keys.cs:
26496           - Added [Flags] attribute so that modifiers can be used in bitwise
26497           ops
26498
26499 2004-08-21 14:21  pbartok
26500
26501         * TrackBar.cs, ScrollBar.cs:
26502           - Replaced direct XplatUI calls with their Control counterpart
26503
26504 2004-08-21 13:32  pbartok
26505
26506         * Control.cs:
26507           - Implemented Created property
26508
26509 2004-08-21 13:28  pbartok
26510
26511         * Control.cs:
26512           - Implemented ContainsFocus
26513
26514 2004-08-21 13:26  pbartok
26515
26516         * Control.cs:
26517           - Implemented CausesValidation
26518
26519 2004-08-21 13:21  pbartok
26520
26521         * Control.cs:
26522           - Implemented CanFocus
26523           - Implemented CanSelect
26524           - Implemented Capture
26525
26526 2004-08-21 12:35  pbartok
26527
26528         * XplatUIWin32.cs:
26529           - Fixed bug with Async message handling
26530           - Implemented getting the ModifierKeys
26531
26532 2004-08-21 12:32  jackson
26533
26534         * AsyncMethodResult.cs: Make sure we have the mutex before we
26535           release it. Fixes BeginInvoke on windows
26536
26537 2004-08-21 11:31  pbartok
26538
26539         * XplatUIWin32.cs, XplatUIX11.cs:
26540           - Drivers now return proper mouse state
26541
26542 2004-08-21 10:54  jackson
26543
26544         * Control.cs: Implement EndInvoke
26545
26546 2004-08-21 10:48  jackson
26547
26548         * Timer.cs: Remove unneeded finalizer
26549
26550 2004-08-20 19:52  ravindra
26551
26552         * ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs: Improvments
26553           in mouse event handling in the ToolBar control.
26554
26555 2004-08-20 19:50  ravindra
26556
26557         * ImageList.cs: Changed draw method to use the arguments passed in
26558           to draw the image.
26559
26560 2004-08-20 18:58  pbartok
26561
26562         * XplatUIStructs.cs:
26563           - Added private message for async communication
26564
26565 2004-08-20 17:38  ravindra
26566
26567         * Control.cs: Made RightToLeft property virtual and removed a
26568           Console.WriteLine.
26569
26570 2004-08-20 14:39  jordi
26571
26572         * ThemeGtk.cs: use style_attach
26573
26574 2004-08-20 14:39  pbartok
26575
26576         * XplatUIWin32.cs:
26577           - Added jackson's Async code from X11 to Win32
26578
26579 2004-08-20 14:09  pbartok
26580
26581         * SWF.csproj:
26582           - Added all new files
26583
26584 2004-08-20 14:09  pbartok
26585
26586         * Control.cs:
26587           - Added call to set window background color
26588
26589 2004-08-20 14:03  pbartok
26590
26591         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
26592           - Added method for setting the window background
26593
26594 2004-08-20 14:02  pbartok
26595
26596         * XplatUIWin32.cs:
26597           - Added method for setting the background color
26598           - Added handling for erasing the window background
26599
26600 2004-08-20 13:45  jordi
26601
26602         * TrackBar.cs: fixes timer, new properties and methods
26603
26604 2004-08-20 13:34  jackson
26605
26606         * ScrollBar.cs: Use the SWF timer so callbacks are run in the
26607           correct thread
26608
26609 2004-08-20 13:22  jackson
26610
26611         * Timer.cs: Timer Tick events are now handed through Controls Async
26612           mechanism so the callbacks are executed in the same thread as X
26613
26614 2004-08-20 13:19  jackson
26615
26616         * XplatUIDriver.cs: Expose functionality to send async messages
26617           through the driver
26618
26619 2004-08-20 13:18  jackson
26620
26621         * Control.cs: Implement Begininvoke
26622
26623 2004-08-20 13:14  jackson
26624
26625         * XplatUI.cs, XplatUIWin32.cs: Expose functionality to send async
26626           messages through the driver
26627
26628 2004-08-20 13:12  jackson
26629
26630         * XplatUIX11.cs: Lock before all X operations. Also added Async
26631           method functionality through XSendEvent
26632
26633 2004-08-20 13:11  jackson
26634
26635         * X11Structs.cs: Use IntPtrs for ClientMessage extra data (TODO:
26636           This will screw up on 64 bit systems)
26637
26638 2004-08-20 13:10  jackson
26639
26640         * AsyncMethodData.cs, AsyncMethodResult.cs: Classes for sending
26641           Async messages through X/Win32
26642
26643 2004-08-19 19:39  pbartok
26644
26645         * XplatUIX11.cs:
26646           - Updated code to match new HandleData.DeviceContext type
26647
26648 2004-08-19 19:38  pbartok
26649
26650         * HandleData.cs:
26651           - Made DeviceContext a generic object to allow usage from various
26652           drivers
26653           - Added support for queueing Windows messages
26654
26655 2004-08-19 19:37  pbartok
26656
26657         * XplatUIWin32.cs:
26658           - Added generation of MouseEnter, MouseLeave and MouseHover events
26659           - Added cleanup on EndPaint
26660
26661 2004-08-19 19:17  pbartok
26662
26663         * Control.cs:
26664           - Added handling of WM_MOUSEHOVER
26665           - Worked around 'bug' in Win32 WM_MOUSE_ENTER/WM_MOUSE_LEAVE driver
26666           code
26667
26668 2004-08-19 18:55  jordi
26669
26670         * ThemeGtk.cs: fixes button order
26671
26672 2004-08-19 18:12  jordi
26673
26674         * Theme.cs, ThemeWin32Classic.cs: fixes methods signature
26675
26676 2004-08-19 17:09  pbartok
26677
26678         * Control.cs:
26679           - Added Right property
26680           - Added RightToLeft property
26681
26682 2004-08-19 16:27  jordi
26683
26684         * ThemeGtk.cs: experimental GTK theme support
26685
26686 2004-08-19 16:26  jordi
26687
26688         * ITheme.cs, Theme.cs: move themes from an interface to a class
26689
26690 2004-08-19 16:25  jordi
26691
26692         * Control.cs, ScrollBar.cs, ThemeEngine.cs, ThemeWin32Classic.cs:
26693           theme enhancaments
26694
26695 2004-08-19 16:04  pbartok
26696
26697         * XplatUIX11.cs:
26698           - Added colormap basics
26699           - Added a way to re-initialize with a different display handle
26700           - Fixed setting of the window background color
26701           - Added various X11 imports related to colors and colormaps
26702
26703 2004-08-19 15:51  pbartok
26704
26705         * X11Structs.cs:
26706           - Removed packing hints (Paolo suggested this a while back)
26707           - fixed colormap type
26708           - Added default Atom types
26709           - Added Screen and color structs and enums
26710
26711 2004-08-19 15:39  pbartok
26712
26713         * ImageList.cs:
26714           - Added missing Draw() method
26715           - Added missing RecreateHandle event
26716
26717 2004-08-19 15:30  pbartok
26718
26719         * Form.cs:
26720           - Added handling of WM_CLOSE
26721
26722 2004-08-18 13:16  jordi
26723
26724         * ITheme.cs, ThemeWin32Classic.cs, XplatUIWin32.cs: Move colors to
26725           a table
26726
26727 2004-08-18 09:56  jordi
26728
26729         * ScrollBar.cs: fixes to scrollbar: steps and multiple timers
26730
26731 2004-08-17 15:31  ravindra
26732
26733         * SWF.csproj: Updated project.
26734
26735 2004-08-17 15:25  pbartok
26736
26737         * Control.cs:
26738           - Drawing improvement; don't call UpdateBounds if we are not visible
26739             (or have been minimized)
26740
26741 2004-08-17 15:24  pbartok
26742
26743         * XplatUIWin32.cs:
26744           - Finished IsVisible
26745           - Added Win32GetWindowPlacement
26746
26747 2004-08-17 15:08  jackson
26748
26749         * Panel.cs: Initial checkin of the Panel
26750
26751 2004-08-17 14:25  pbartok
26752
26753         * Control.cs:
26754           - Fixed broken handling of default window sizes
26755
26756 2004-08-17 13:29  jackson
26757
26758         * ThemeWin32Classic.cs: Don't use KnownColor to create colours. It
26759           has a large startup time.
26760
26761 2004-08-17 10:25  jackson
26762
26763         * HandleData.cs: union areas properly
26764
26765 2004-08-17 10:12  jackson
26766
26767         * HandleData.cs: union areas properly
26768
26769 2004-08-16 20:00  ravindra
26770
26771         * ToolBar.cs, ToolBarButton.cs: Added attributes.
26772
26773 2004-08-16 18:48  ravindra
26774
26775         * ToolBar.cs: Added attributes.
26776
26777 2004-08-16 17:17  ravindra
26778
26779         * SWF.csproj: Updated project.
26780
26781 2004-08-16 17:16  jackson
26782
26783         * XplatUIX11.cs: Check for more expose events before sending a
26784           WM_PAINT so they can all be grouped together. This makes dragging a
26785           window across another window redraw in a sane way.
26786
26787 2004-08-16 15:47  pbartok
26788
26789         * Control.cs:
26790           - Added handling of WM_MOUSE_ENTER & WM_MOUSE_LEAVE to
26791             support OnMouseEnter/Leave()
26792           - Added WS_CLIPSIBLINGS and WS_CLIPCHILDREN window styles to improve
26793             exposure handling
26794
26795 2004-08-16 15:46  pbartok
26796
26797         * XplatUIStructs.cs, XplatUIX11.cs:
26798           - Added WM_MOUSE_ENTER & WM_MOUSE_LEAVE to support
26799           OnMouseEnter/Leave()
26800
26801 2004-08-16 15:34  jackson
26802
26803         * XplatUIX11.cs: Group multiple expose events in HandleData, make
26804           sure messages get the message field set to WM_NULL if they are not
26805           handled.
26806
26807 2004-08-16 15:24  jackson
26808
26809         * HandleData.cs: HandleData is used for storing message information
26810           for window handles
26811
26812 2004-08-15 17:23  ravindra
26813
26814         * ColorDepth.cs: Added attribute.
26815
26816 2004-08-15 17:23  ravindra
26817
26818         * SWF.csproj: Updated project for ToolBar Control.
26819
26820 2004-08-15 17:20  ravindra
26821
26822         * ITheme.cs, ThemeWin32Classic.cs: Changes to Theme for ToolBar
26823           control and also dos2unix format.
26824
26825 2004-08-15 17:13  ravindra
26826
26827         * ToolBar.cs, ToolBarAppearance.cs, ToolBarButton.cs,
26828           ToolBarButtonClickEventArgs.cs,
26829           ToolBarButtonClickEventHandler.cs, ToolBarButtonStyle.cs,
26830           ToolBarTextAlign.cs: First Implementation of ToolBar control.
26831
26832 2004-08-15 15:31  pbartok
26833
26834         * ButtonBase.cs:
26835           - First (mostly) working version
26836
26837 2004-08-13 16:15  pbartok
26838
26839         * Control.cs:
26840           - Fixed Anchor default
26841
26842 2004-08-13 15:43  pbartok
26843
26844         * Control.cs:
26845           - Changed GetCursorPos signature
26846
26847 2004-08-13 15:42  pbartok
26848
26849         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
26850           - Changed signature for GetCursorPos
26851
26852 2004-08-13 15:25  pbartok
26853
26854         * XplatUIX11.cs:
26855           - Cleanup
26856           - Fixed resizing/exposure handling
26857
26858 2004-08-13 15:22  jordi
26859
26860         * ThemeWin32Classic.cs: removes redundant code and fixes issues
26861           with tickposition
26862
26863 2004-08-13 14:55  jordi
26864
26865         * TrackBar.cs: change from wndproc to events
26866
26867 2004-08-13 13:00  jordi
26868
26869         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
26870           XplatUIX11.cs: implements PointToClient (ScreenToClient)
26871
26872 2004-08-13 12:53  pbartok
26873
26874         * XplatUIWin32.cs:
26875           - Changed GetWindowPos to also provide client area size
26876           - Fixed broken prototypes for several win32 functions
26877
26878 2004-08-13 12:53  pbartok
26879
26880         * XplatUI.cs, XplatUIDriver.cs:
26881           - Changed GetWindowPos to also provide client area size
26882
26883 2004-08-13 12:52  pbartok
26884
26885         * XplatUIX11.cs:
26886           - Added generation of WM_POSCHANGED
26887           - Changed GetWindowPos to also provide client area size
26888
26889 2004-08-13 12:52  pbartok
26890
26891         * Control.cs:
26892           - Added Dispose() and destructor
26893           - Fixed resizing and bounds calculation
26894           - Fixed Layout
26895           - Added memory savings for invisible windows
26896
26897 2004-08-13 12:46  jordi
26898
26899         * TrackBar.cs: adds timer and grap window
26900
26901 2004-08-13 10:25  jackson
26902
26903         * Timer.cs: SWF Timer
26904
26905 2004-08-12 16:59  pbartok
26906
26907         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
26908           - Implemented method to get current mouse position
26909
26910 2004-08-12 14:29  jordi
26911
26912         * ITheme.cs, ThemeWin32Classic.cs, TrackBar.cs: Trackbar
26913           enhancement, fix mouse problems, highli thumb, etc
26914
26915 2004-08-12 13:31  pbartok
26916
26917         * Control.cs:
26918           - Fixed Anchoring bugs
26919
26920 2004-08-12 13:01  jackson
26921
26922         * StatusBar.cs: Don't forget things
26923
26924 2004-08-12 12:54  jackson
26925
26926         * ThemeWin32Classic.cs: Handle owner draw status bars
26927
26928 2004-08-12 12:54  jackson
26929
26930         * StatusBar.cs: Implement missing properties, events, and methods.
26931           Handle mouse clicking
26932
26933 2004-08-12 10:19  jackson
26934
26935         * StatusBarPanelClickEventArgs.cs,
26936           StatusBarPanelClickEventHandler.cs: Classes for handling status
26937           bar panel click events
26938
26939 2004-08-12 10:10  jackson
26940
26941         * Control.cs: Add missing properties
26942
26943 2004-08-12 09:46  pbartok
26944
26945         * BindingsManagerBase.cs:
26946           - Name changed to BindingManagerBase.cs
26947
26948 2004-08-12 09:25  jordi
26949
26950         * ScrollableControl.cs: calls ctrlbase instead of exeception
26951
26952 2004-08-11 16:28  pbartok
26953
26954         * InputLanguageChangingEventArgs.cs:
26955           - Never check in before compiling. Fixes the last check-in
26956
26957 2004-08-11 16:26  pbartok
26958
26959         * InputLanguageChangingEventArgs.cs:
26960           - More signature fixes
26961
26962 2004-08-11 16:20  pbartok
26963
26964         * BindingManagerBase.cs, BindingMemberInfo.cs, ContainerControl.cs,
26965           Control.cs, ControlEventArgs.cs, ControlPaint.cs, Form.cs,
26966           ImageListStreamer.cs, InputLanguage.cs,
26967           InputLanguageChangedEventArgs.cs,
26968           InputLanguageChangingEventArgs.cs, Keys.cs, LayoutEventArgs.cs,
26969           LinkArea.cs, Message.cs, MouseEventArgs.cs, NativeWindow.cs,
26970           ScrollEventArgs.cs, ScrollableControl.cs, XplatUI.cs,
26971           XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
26972           - Signature fixes
26973
26974 2004-08-11 16:16  pbartok
26975
26976         * Application.cs:
26977           - Fixed Signature
26978           - Added .Net 1.1 method
26979
26980 2004-08-11 15:25  pbartok
26981
26982         * SWF.csproj:
26983           - Fixed BindingManagerBase.cs filename
26984
26985 2004-08-11 15:22  pbartok
26986
26987         * BindingManagerBase.cs:
26988           - Was checked in with wrong filename
26989
26990 2004-08-11 14:50  pbartok
26991
26992         * SWF.csproj:
26993           - Updated
26994
26995 2004-08-11 13:41  jordi
26996
26997         * XplatUIWin32.cs: Fixes ClientRect
26998
26999 2004-08-11 13:19  pbartok
27000
27001         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
27002           XplatUIX11.cs:
27003           - We had SetWindowPos and MoveWindow to set window positions and
27004             size, removed MoveWindow. We have GetWindowPos, so it made sense to
27005             keep SetWindowPos as matching counterpart
27006           - Added some X11 sanity checking
27007
27008 2004-08-11 12:59  pbartok
27009
27010         * Control.cs:
27011           - Major cleanup of my SetBounds/SetBoundsCore/UpdateBounds mess
27012             (It seems that SetBounds is just a front for SetBoundsCore and
27013              SetBoundsCore updates the underlying window system and
27014              UpdateBounds is responsible for updating the variables associated
27015              with the Control and sending the events)
27016           - Major cleanup of Size handling; we now have two sizes, client_size
27017             and bounds. Bounds defines the window with decorations, client_size
27018             without them.
27019
27020 2004-08-11 12:55  pbartok
27021
27022         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
27023           - Added method to calculate difference between decorated window and
27024             raw client area
27025
27026 2004-08-11 12:54  pbartok
27027
27028         * Label.cs:
27029           - Forcing redraw on resize
27030
27031 2004-08-11 11:43  pbartok
27032
27033         * ImageList.cs:
27034           - Removed disposing of the actual images when the list is disposed
27035
27036 2004-08-11 09:13  pbartok
27037
27038         * Control.cs:
27039           - Now properly reparents windows
27040
27041 2004-08-11 08:37  pbartok
27042
27043         * Control.cs:
27044           - Duh!
27045
27046 2004-08-11 07:47  pbartok
27047
27048         * Control.cs:
27049           - Rewrote the collection stuff. Might not be as fast now, not
27050             keeping the number of children around and accessible directly, but
27051             it's more straightforward
27052
27053 2004-08-11 07:44  pbartok
27054
27055         * AccessibleObject.cs:
27056           - Fixed to match ControlCollection rewrite
27057
27058 2004-08-11 07:43  pbartok
27059
27060         * ImageList.cs:
27061           - Added missing creation of the collection list
27062
27063 2004-08-10 20:08  jackson
27064
27065         * StatusBar.cs: Get the paint message from WndProc
27066
27067 2004-08-10 19:31  jackson
27068
27069         * ThemeWin32Classic.cs: Create Brushes as little as possible
27070
27071 2004-08-10 19:20  jackson
27072
27073         * UICues.cs: Add Flags attribute
27074
27075 2004-08-10 19:19  jackson
27076
27077         * StatusBarPanel.cs: Signature cleanup
27078
27079 2004-08-10 19:10  jackson
27080
27081         * StatusBarDrawItemEventArgs.cs, StatusBarDrawItemEventHandler.cs:
27082           Initial implementation of status bar item drawing
27083
27084 2004-08-10 17:27  jordi
27085
27086         * TrackBar.cs: add missing methods, properties, and restructure to
27087           hide extra ones
27088
27089 2004-08-10 16:24  jackson
27090
27091         * AccessibleStates.cs, Border3DSide.cs, Border3DStyle.cs,
27092           ButtonState.cs, ControlStyles.cs, DragDropEffects.cs: Add flags
27093           attribute
27094
27095 2004-08-10 13:21  jordi
27096
27097         * ITheme.cs, ScrollBar.cs, ThemeWin32Classic.cs: scrollbar
27098           enhancements and standarize on win colors defaults
27099
27100 2004-08-10 12:52  jackson
27101
27102         * DrawItemEventArgs.cs, DrawItemState.cs, ITheme.cs,
27103           ThemeWin32Classic.cs: Implement DrawItem functionality
27104
27105 2004-08-10 12:47  jordi
27106
27107         * XplatUIWin32.cs: Calls InvalidateRect before UpdateWindow
27108
27109 2004-08-10 12:32  jordi
27110
27111         * Control.cs: throw ontextchange event
27112
27113 2004-08-10 11:43  pbartok
27114
27115         * Control.cs:
27116           - Added more to the still unfinished Dock/Anchor layout code
27117
27118 2004-08-10 11:39  pbartok
27119
27120         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
27121           - Added GetWindowPos method
27122
27123 2004-08-10 11:36  pbartok
27124
27125         * XplatUIWin32.cs:
27126           - Implemented several methods
27127
27128 2004-08-10 09:47  jackson
27129
27130         * TrackBar.cs: Allow control to handle buffering
27131
27132 2004-08-10 09:41  jackson
27133
27134         * ProgressBar.cs, ScrollBar.cs: Allow control to handle buffering
27135
27136 2004-08-10 09:24  jackson
27137
27138         * Label.cs, LinkLabel.cs: Let Control handle buffering.
27139
27140 2004-08-10 09:09  jackson
27141
27142         * StatusBar.cs: Let Control handle all the buffering.
27143
27144 2004-08-10 09:08  jackson
27145
27146         * Control.cs: Control will now handle the buffering code, so each
27147           control does not have to implement this.
27148
27149 2004-08-10 08:34  jackson
27150
27151         * XplatUIDriver.cs: Use default colors from the theme
27152
27153 2004-08-09 17:12  pbartok
27154
27155         * ImageList.cs:
27156           - Fixed several bugs Ravindra pointed out
27157
27158 2004-08-09 16:11  pbartok
27159
27160         * Control.cs:
27161           - Added incomplete dock layout code
27162           - Added support for mouse wheel
27163
27164 2004-08-09 16:09  pbartok
27165
27166         * XplatUIX11.cs:
27167           - Added handling for middle and right mousebutton
27168           - Added handling for mouse wheel
27169           - Added handling for key state and mouse state and position
27170           - Now properly generates WM_xBUTTONx messages and WM_MOUSEWHEEL
27171           messages
27172
27173 2004-08-09 15:40  jackson
27174
27175         * StatusBarPanel.cs, StatusBarPanelAutoSize.cs,
27176           StatusBarPanelBorderStyle.cs, StatusBarPanelStyle.cs: Initial
27177           checkin
27178
27179 2004-08-09 15:37  jackson
27180
27181         * StatusBar.cs: Initial implementation of StatusBar
27182
27183 2004-08-09 15:36  jackson
27184
27185         * ITheme.cs: Add support for drawing status bar and getting status
27186           bar item sizes
27187
27188 2004-08-09 15:35  pbartok
27189
27190         * MouseButtons.cs:
27191           - Fixed values
27192
27193 2004-08-09 15:34  jackson
27194
27195         * ThemeWin32Classic.cs: Add support for drawing status bar and get
27196           status bar item sizes
27197
27198 2004-08-09 15:21  jackson
27199
27200         * ThemeWin32Classic.cs: Use known colors for default control
27201           colours
27202
27203 2004-08-09 15:12  jackson
27204
27205         * ThemeWin32Classic.cs: Make the default font static, it is static
27206           in control so this doesn't change functionality and creating fonts
27207           is sloooooow.
27208
27209 2004-08-09 14:56  pbartok
27210
27211         * X11Structs.cs:
27212           - Added GrabMode enum
27213
27214 2004-08-09 14:55  pbartok
27215
27216         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
27217           - Removed Run method, was only required for initial development
27218
27219 2004-08-09 14:51  pbartok
27220
27221         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
27222           - Implemented GrabWindow/ReleaseWindow methods to allow pointer
27223           capture
27224
27225 2004-08-09 13:48  pbartok
27226
27227         * XplatUIX11.cs:
27228           - Fixed default sizing for child windows
27229
27230 2004-08-09 12:56  pbartok
27231
27232         * XplatUIX11.cs:
27233           - Added generation of WM_DESTROY message
27234           - Added handling of window manager induced shutdown
27235
27236 2004-08-09 11:31  jackson
27237
27238         * ThemeWin32Classic.cs: New names for control properties
27239
27240 2004-08-09 11:25  jackson
27241
27242         * Control.cs: Use new color names
27243
27244 2004-08-09 11:02  jackson
27245
27246         * XplatUI.cs: Get default window properties from the theme
27247
27248 2004-08-09 11:01  jackson
27249
27250         * ITheme.cs: The theme engine now controls default window
27251           properties
27252
27253 2004-08-09 11:00  jackson
27254
27255         * ThemeWin32Classic.cs: Add default window color properties
27256
27257 2004-08-09 10:17  jackson
27258
27259         * ThemeWin32Classic.cs: Use correct default back color
27260
27261 2004-08-09 10:05  jackson
27262
27263         * XplatUIWin32.cs, XplatUIX11.cs: These properties are handled by
27264           the theme now.
27265
27266 2004-08-09 09:56  jackson
27267
27268         * XplatUI.cs: Remove defaults, these are handled by the theme now.
27269
27270 2004-08-09 09:54  jackson
27271
27272         * Control.cs: Get default properties from the theme.
27273
27274 2004-08-09 09:53  jackson
27275
27276         * ITheme.cs: Themes now handle default control properties
27277
27278 2004-08-09 09:53  jackson
27279
27280         * ThemeWin32Classic.cs: Themes now handle default control
27281           properties so coloring will be consistent
27282
27283 2004-08-08 16:54  jordi
27284
27285         * ITheme.cs, ThemeWin32Classic.cs: Label BorderStyles
27286
27287 2004-08-08 15:08  jordi
27288
27289         * XplatUIX11.cs: fixes keyboard crash
27290
27291 2004-08-08 13:47  jordi
27292
27293         * Label.cs: add cvs header info
27294
27295 2004-08-08 12:09  jackson
27296
27297         * ThemeWin32Classic.cs: Add pen_buttonface
27298
27299 2004-08-08 11:52  jordi
27300
27301         * Label.cs, LinkLabel.cs: [no log message]
27302
27303 2004-08-08 11:34  jordi
27304
27305         * ThemeWin32Classic.cs: Use Windows Standard Colours
27306
27307 2004-08-07 17:32  jordi
27308
27309         * TrackBar.cs: throw exceptions of invalid enums values
27310
27311 2004-08-07 17:31  jordi
27312
27313         * Label.cs, LinkLabel.cs, ThemeWin32Classic.cs: fixes label bug and
27314           draw method name
27315
27316 2004-08-07 16:56  jackson
27317
27318         * HorizontalAlignment.cs: Initial checkin
27319
27320 2004-08-07 13:16  jordi
27321
27322         * Label.cs, LinkLabel.cs: throw exceptions, fixes events, missing
27323           methods
27324
27325 2004-08-07 13:05  jordi
27326
27327         * ITheme.cs, ThemeWin32Classic.cs: Theme colour support and
27328           GetSysColor defines
27329
27330 2004-08-06 18:01  pbartok
27331
27332         * ThemeWin32Classic.cs:
27333           - Fixed some rounding issues with float/int
27334
27335 2004-08-06 18:00  jackson
27336
27337         * DockStyle.cs, AnchorStyles.cs:
27338
27339                   Add flags and serializable attributes.
27340
27341 2004-08-06 17:46  pbartok
27342
27343         * XplatUIX11.cs:
27344           - Implemented GetParent
27345
27346 2004-08-06 17:18  pbartok
27347
27348         * TrackBar.cs:
27349           - Fixed some rounding issues with float/int
27350
27351 2004-08-06 17:17  pbartok
27352
27353         * X11Structs.cs, XplatUIX11.cs:
27354           - Fixed Refresh and Invalidate
27355
27356 2004-08-06 15:30  pbartok
27357
27358         * Control.cs, X11Structs.cs, XplatUIX11.cs:
27359           - Fixed recursive loop when resizing
27360           - Improved/fixed redrawing on expose messages
27361
27362 2004-08-06 09:53  jordi
27363
27364         * Control.cs, X11Structs.cs, XplatUIWin32.cs, XplatUIX11.cs: X11
27365           keyboard navigation
27366
27367 2004-08-06 08:02  pbartok
27368
27369         * X11Structs.cs, XplatUIX11.cs:
27370           - Fixed reparenting
27371           - Fixed window border creation
27372
27373 2004-08-05 15:38  pbartok
27374
27375         * XplatUIX11.cs:
27376           - Attempted fix for reparenting problems
27377
27378 2004-08-04 15:14  pbartok
27379
27380         * Control.cs:
27381           - Fixed Invalidation bug (calculated wrong client area)
27382           - Added ClientSize setter
27383
27384 2004-08-04 15:13  pbartok
27385
27386         * Form.cs:
27387           - Added AutoScale properties
27388
27389 2004-08-04 15:13  pbartok
27390
27391         * SWF.csproj:
27392           - Added latest files
27393
27394 2004-08-04 14:11  pbartok
27395
27396         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
27397           XplatUIX11.cs:
27398           - Added Invalidate handling
27399
27400 2004-08-03 17:09  jordi
27401
27402         * XplatUIDriver.cs: fixes spelling mistake
27403
27404 2004-07-27 09:53  jordi
27405
27406         * TrackBar.cs: fixes trackbar events, def classname, methods
27407           signature
27408
27409 2004-07-27 09:29  jordi
27410
27411         * ScrollBar.cs: fixes scrollbar events
27412
27413 2004-07-27 04:38  jordi
27414
27415         * Control.cs: changes to be able to run winforms samples
27416
27417 2004-07-26 11:42  jordi
27418
27419         * ControlPaint.cs, ITheme.cs, ProgressBar.cs, ScrollBar.cs,
27420           ThemeEngine.cs, ThemeWin32Classic.cs, TrackBar.cs: Theme support
27421
27422 2004-07-26 05:41  jordi
27423
27424         * MessageBox.cs, MessageBoxButtons.cs, MessageBoxDefaultButton.cs,
27425           MessageBoxIcon.cs, MessageBoxOptions.cs: initial messagebox
27426           implementation
27427
27428 2004-07-22 09:22  jordi
27429
27430         * LinkLabel.cs, LinkLabelLinkClickedEventHandler.cs: link label:
27431           check link overlapping, implement events, and fixes
27432
27433 2004-07-21 10:28  jordi
27434
27435         * DialogResult.cs, IButtonControl.cs: fixes comments filenames
27436
27437 2004-07-21 10:19  jordi
27438
27439         * DialogResult.cs, IButtonControl.cs, Label.cs, LinkArea.cs,
27440           LinkBehavior.cs, LinkClickedEventArgs.cs, LinkLabel.cs,
27441           LinkLabelLinkClickedEventArgs.cs,
27442           LinkLabelLinkClickedEventHandler.cs, LinkState.cs,
27443           XplatUIWin32.cs, LinkClickedEventHandler.cs: LinkLabel control
27444           implementation
27445
27446 2004-07-19 13:09  jordi
27447
27448         * Control.cs, Label.cs: label control re-written: added missing
27449           functionlity, events, and properties
27450
27451 2004-07-19 10:49  jordi
27452
27453         * Control.cs: fixes SetBounds logic
27454
27455 2004-07-19 01:29  jordi
27456
27457         * Control.cs: Call RefreshWindow only if the window has created
27458
27459 2004-07-15 14:05  pbartok
27460
27461         * ColorDepth.cs, ImageList.cs, ImageListStreamer.cs, SWF.csproj:
27462           - Implemented ImageList and ImageList.ImageCollection classes
27463           - Added ColorDepth enumeration
27464           - Updated SWF VS.Net project
27465
27466 2004-07-15 11:06  jordi
27467
27468         * XplatUIStructs.cs: added MsgButons enum
27469
27470 2004-07-15 11:03  jordi
27471
27472         * Control.cs: added basic mouse handeling events
27473
27474 2004-07-15 03:38  jordi
27475
27476         * Orientation.cs, TickStyle.cs, TrackBar.cs: Horizontal and
27477           Vertical TrackBar control implementation
27478
27479 2004-07-13 09:33  jordi
27480
27481         * HScrollBar.cs, VScrollBar.cs: vertical and hort. classes commit
27482
27483 2004-07-13 09:31  jordi
27484
27485         * Control.cs, Form.cs: commit: new properties and fixes form size
27486           problems
27487
27488 2004-07-09 14:13  miguel
27489
27490         * ProgressBar.cs: Spelling
27491
27492 2004-07-09 11:25  pbartok
27493
27494         * ProgressBar.cs:
27495           - Removed usage of Rectangle for drawing. Miguel pointed out it's
27496           faster
27497
27498 2004-07-09 11:17  miguel
27499
27500         * ProgressBar.cs: 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
27501
27502                 * ProgressBar.cs: Fixed spelling for `block'
27503
27504                 drawProgressBar: renamed to `DrawProgressBar' to follow the coding
27505                 style guidelines.
27506
27507                 Avoid using the += on rect.X, that exposed a bug in the compiler.
27508
27509 2004-07-08 23:21  pbartok
27510
27511         * AccessibleObject.cs, AccessibleRole.cs, AccessibleStates.cs,
27512           AnchorStyles.cs, Application.cs, ApplicationContext.cs,
27513           BaseCollection.cs, Binding.cs, BindingContext.cs,
27514           BindingMemberInfo.cs, BindingsCollection.cs,
27515           BindingsManagerBase.cs, Border3DSide.cs, Border3DStyle.cs,
27516           BorderStyle.cs, BoundsSpecified.cs, ButtonBorderStyle.cs,
27517           ButtonState.cs, CaptionButton.cs, CheckBox.cs,
27518           ContainerControl.cs, Control.cs, ControlEventArgs.cs,
27519           ControlEventHandler.cs, ControlPaint.cs, ControlStyles.cs,
27520           ConvertEventArgs.cs, ConvertEventHandler.cs, Copyright,
27521           CreateParams.cs, DockStyle.cs, DragAction.cs, DragDropEffects.cs,
27522           DragEventArgs.cs, DragEventHandler.cs, FlatStyle.cs, Form.cs,
27523           FrameStyle.cs, GiveFeedbackEventArgs.cs,
27524           GiveFeedbackEventHandler.cs, HelpEventArgs.cs,
27525           HelpEventHandler.cs, IContainerControl.cs, IDataObject.cs,
27526           IMessageFilter.cs, IWin32Window.cs, ImeMode.cs, InputLanguage.cs,
27527           InputLanguageChangedEventArgs.cs,
27528           InputLanguageChangedEventHandler.cs,
27529           InputLanguageChangingEventArgs.cs,
27530           InputLanguageChangingEventHandler.cs, InputLanguageCollection.cs,
27531           InvalidateEventArgs.cs, InvalidateEventHandler.cs,
27532           KeyEventArgs.cs, KeyEventHandler.cs, KeyPressEventArgs.cs,
27533           KeyPressEventHandler.cs, Keys.cs, Label.cs, LayoutEventArgs.cs,
27534           LayoutEventHandler.cs, MenuGlyph.cs, Message.cs, MouseButtons.cs,
27535           MouseEventArgs.cs, MouseEventHandler.cs, NativeWindow.cs,
27536           PaintEventArgs.cs, PaintEventHandler.cs, ProgressBar.cs,
27537           QueryAccessibilityHelpEventArgs.cs,
27538           QueryAccessibilityHelpEventHandler.cs,
27539           QueryContinueDragEventArgs.cs, QueryContinueDragEventHandler.cs,
27540           RightToLeft.cs, SWF.csproj, SWF.csproj.user, ScrollBar.cs,
27541           ScrollBars.cs, ScrollButton.cs, ScrollEventArgs.cs,
27542           ScrollEventHandler.cs, ScrollEventType.cs, ScrollableControl.cs,
27543           TODO, TODOAttribute.cs, UICues.cs, UICuesEventArgs.cs,
27544           UICuesEventHandler.cs, X11Structs.cs, XplatUI.cs,
27545           XplatUIDriver.cs, XplatUIStructs.cs, XplatUIWin32.cs,
27546           XplatUIX11.cs, lang.cs:
27547           - Initial check-in
27548
27549