2007-06-15 Jonathan Pobst <monkey@jpobst.com>
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ChangeLog
1 2007-06-15  Jonathan Pobst  <monkey@jpobst.com>
2
3         * UserControl.cs: Implement AutoSize.
4
5 2007-06-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6
7         * DrawListViewItemEventArgs.cs:
8         * ListView.cs:
9         * ThemeWin32Classic.cs: Implement basic support for 2.0 OwnerDraw in
10         ListView.
11
12 2007-06-15  Jonathan Pobst  <monkey@jpobst.com>
13
14         * ToolStripDropDownItemAccessibleObject.cs: Added.
15         * ToolStripDropDownItem.cs, ToolStripItem.cs, ToolStripMenuItem.cs,
16         ToolStripOverflow.cs, ToolStripOverflowButton.cs, ToolStripPanel.cs,
17         ToolStripProgressBar.cs, ToolStripSeparator.cs, ToolStripSplitButton.cs,
18         ToolStripTextBox.cs: corcompare work.
19
20 2007-06-14  Jonathan Pobst  <monkey@jpobst.com>
21
22         * OSFeature.cs, StatusStrip.cs, TabControl.cs, TableLayoutSettings.cs,
23         TableLayoutStyle.cs, TableLayoutCollection.cs, ToolStripContentPanel.cs,
24         ToolStripControlHost.cs, ToolStripDropDown.cs, ToolStripDropDownButton.cs:
25                 corcompare.
26
27 2007-06-14  Jonathan Pobst  <monkey@jpobst.com>
28
29         * OSFeature.cs: Add IsPresent.
30         * PrintPreviewControl.cs: Add RightToLeft.
31         * SplitContainer.cs: Add AutoScrollOffset, ScaleControl.
32         * SplitterPanel.cs: Add AutoSizeMode.
33
34 2007-06-13  Jonathan Pobst  <monkey@jpobst.com>
35
36         * LayoutEventArgs.cs: Add 2.0 AffectedComponent.
37         * MdiClient.cs: Add 2.0 ScaleControl.
38         * NativeWindow.cs: Implement 2.0 interface IWin32Window.
39         * NumericUpDownAccelerationCollection.cs: Add [ListBinding].
40
41 2007-06-13  Jonathan Pobst  <monkey@jpobst.com>
42
43         * Form.cs: Implement some scaling methods, stub some RTL methods,
44         corcompare work.
45
46 2007-06-13  Jonathan Pobst  <monkey@jpobst.com>
47
48         * Control.cs: corcompare work.
49         * FlatButtonAppearance.cs, FolderBrowserDialog.cs: Add TypeConverters.
50
51 2007-06-13  Jonathan Pobst  <monkey@jpobst.com>
52
53         * ControlPaint.cs, Theme.cs, ThemeWin32Classic.cs: Implement
54         ControlPaint 2.0 stuffs.
55
56 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
57
58         * ThreadExceptionDialog.cs: Add 2.0 stuffs.
59
60 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
61
62         * UpDownBase.cs: Add 2.0 stuffs.
63
64 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
65
66         * NumericUpDown.cs: Add 2.0 stuffs.
67
68 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
69
70         * NotfiyIcon.cs: Add MouseDoubleClick event, hook up MouseClick event.
71
72 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
73
74         * ErrorProvider.cs: Implement 2.0 stuffs.
75
76 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
77
78         * DomainUpDown.cs: Implement 2.0 stuffs.
79
80 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
81
82         * CheckedListBox.cs: Fix RefreshItems signature.
83
84 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
85
86         * PictureBox.cs: Implement 2.0 stuffs.
87
88 2007-06-12  Andreia Gaita  <avidigal@novell.com>
89         
90         * TabControl.cs: Check if there are tabpages before checking
91         the selected index - fix #81802 (font changes raise a ResizeTabs
92         call on controls.add, which blew up nicely with no tabpages)
93
94 2007-06-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
95
96         * ListView.cs:
97         * ListViewItem.cs: Implement 2.0 ItemSelectionChanged event.
98
99 2007-06-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
100
101         * ListView.cs:
102         * ListViewItem.cs: In VirtualMode the selection information
103         resides in the ListView, rather than in the Items. Also, throw
104         InvalidOperationExceptions when VirtualMode is being used and
105         CheckedItemCollection is accessed.
106
107 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
108
109         * ComboBox.cs: Add ScaleControl.
110
111 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
112
113         * ButtonBase.cs: ButtonBaseAccessibleObject.State should not be visible to 1.1.
114
115 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
116
117         * GroupBox.cs: Add 2.0 stuffs.
118
119 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
120
121         * Panel.cs: Add autosize properties/event.
122
123 2007-06-07  Jonathan Pobst  <monkey@jpobst.com>
124
125         * Control.cs:
126         - When we remove a control, remove it from the collection before performing the layout.
127         - Setup an internal property for explicit_bounds.
128         - Don't let the UpdateBounds in CreateHandle overwrite our explicit bounds.
129         - Perform a layout when we set a new AutoSizeMode.
130
131 2007-06-07  Jonathan Pobst  <monkey@jpobst.com>
132
133         * ScrollableControl.cs: Add 2.0 stuffs.
134
135 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
136
137         * ScrollBar.cs: Add 2.0 stuffs.
138
139 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
140
141         * Splitter.cs: Add 2.0 stuffs.
142
143 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
144
145         * SplitContainer.cs: Apply patch from Neil Cawse <neilcawse@geotab.com>
146         to have BindingContext simply use base implementation.
147
148 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
149
150         * ColumnHeader.cs: corcompare fix.
151
152 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
153
154         * Button.cs: corcompare fixes.
155         * ButtonBase.cs: corcompare fixes, add ButtonBaseAccessibleObject.State.
156
157 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
158
159         * Button.cs: Override GetPreferredSizeCore.
160         * ButtonBase.cs: PerformLayout after changing properties that can affect
161         AutoSize.  Simplify some mouse/keyboard code.
162         * Control.cs: PerformLayout after changing Padding if AutoSize = true.
163         * MouseEventArgs.cs: Make Location internal for 1.1.
164         * TextRenderer.cs: Make MeasureTextInternal (string, Font, bool) internal for 1.1.
165         * Theme.cs: Add CalculateButtonAutoSize.
166         * ThemeWin32Classic.cs: Implement CalculateButtonAutoSize.
167
168 2007-06-05  Miguel de Icaza  <miguel@novell.com>
169
170         * TreeNodeCollection.cs: Applied patch from Neil Cawse <neilcawse@geotab.com>
171
172 2007-06-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
173
174         * ListViewItem.cs: We can't cache Bounds in VirtualMode 
175         since we can get different item instances every time we retrieve it.
176
177 2007-06-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
178
179         * ListView.cs: Work around for #81602, since an unkown an pretty
180         infrequent condition appears only in some systems (old linux boxes, it
181         seems).
182
183 2007-06-04  Jonathan Pobst  <monkey@jpobst.com>
184
185         * Button.cs: Completely reformat and a little refactor to bring
186         this closer to Mono circa 2007.
187
188 2007-06-04  Jonathan Pobst  <monkey@jpobst.com>
189
190         * CheckBox.cs, Form.cs, RadioButton.cs: Change call to ButtonBase.Redraw
191         to be ButtonBase.Invalidate.
192
193 2007-06-04  Jonathan Pobst  <monkey@jpobst.com>
194
195         * ButtonBase.cs: GetPreferredSize is 2.0 only.  Fixes build.
196
197 2007-06-04  Jonathan Pobst  <monkey@jpobst.com>
198
199         * ButtonBase.cs: Completely reformat and a little refactor to bring
200         this closer to Mono circa 2007.
201
202 2007-06-01  Everaldo Canuto  <ecanuto@novell.com>
203
204         * Label.cs: Fixes preferred sizes for 2.0 profile, also adjust some
205         values for autosize. Fixes #80137.
206
207 2007-06-01  Jonathan Pobst  <monkey@jpobst.com>
208
209         * Control.cs: Don't perform layout when AutoSize changes.
210         * Form.cs: Perform layout in AutoSize override.  Don't set ClientSize
211         directly when autosizing, use SetBounds with BoundsSpecified.None.
212         Fixes unit tests my last commit broke.
213
214 2007-06-01  Jonathan Pobst  <monkey@jpobst.com>
215
216         * Control.cs: Perform layout when AutoSize changes.
217         * Form.cs: Implement AutoSizing.
218
219 2007-06-01  Chris Toshok  <toshok@ximian.com>
220
221         * DataGrid.cs: remove the XXX'ed check at the top of
222         ProcessGridKey.  fixes #80464.
223
224 2007-06-01  Chris Toshok  <toshok@ximian.com>
225
226         * DataGridTextBoxColumn.cs: TextBox.TextChanged event handler
227         adding idempotent (add/remove in Edit()), and also make sure we
228         don't add it until after we set the text, so it's not tripped in
229         Edit().  Fixes unit test regression.
230
231 2007-06-01  Jonathan Pobst  <monkey@jpobst.com>
232
233         * Control.cs: In UpdateBounds, only recalculate anchor distances if the
234         change is user explicit, not when the layout engine moves stuff.  Fixes
235         anchoring to bottom and right.  [Fixes bug #81790]
236
237 2007-06-01  Andreia Gaita  <avidigal@novell.com>
238
239         * PrintDialog.cs: Add collation preview thumbnails. Fixes #80726.
240
241 2007-06-01  Andreia Gaita  <avidigal@novell.com>
242
243         * ContainerControl.cs: 
244         Fire enter event for common ancestor if it is not a ContainerControl.
245         Send focus to the active_control and not the 'value', the active 
246         control might have been changed in one of the events fired.     
247         Definitely fixes #80159.
248
249 2007-06-01  Andreia Gaita  <avidigal@novell.com>
250
251         * DataGrid.cs: Finish editing when focus leave the datagrid. Fixes #80159.
252
253 2007-06-01  Rolf Bjarne Kvinge <RKvinge@novell.com> 
254
255         * PropertyGrid.cs: Anchor the help description to the bottom of the
256           help panel and refactor SelectGridItem into a
257           SelectGridItemInternal that can be set to null (and update it to
258           clear the help texts when it is set to null). Set root item to null
259           when there's no SelectedObject. Fixes #80438.
260         * ScrollableControl.cs: In Recalculate we need to ResumeLayout(true)
261           when we're recalculating after a resize (only).
262
263 2007-05-31  Carlos Alberto Cortez <calberto.cortez@gmail.com>
264
265         * ListView.cs: Implement 2.0 RedrawItems method.
266
267 2007-05-31  Carlos Alberto Cortez <calberto.cortez@gmail.com>
268
269         * ListControl.cs: Disconnect PositionChanged and ItemChanged
270         handlers from previous data manager when DataSource is set to
271         null. Fixes #81771.
272
273 2007-05-31  Jackson Harper  <jackson@ximian.com>
274
275         * TextBoxBase.cs: These seem to be the correct values.
276
277 2007-05-31  Everaldo Canuto  <ecanuto@novell.com>
278
279         * FileDialog.cs: When close dialog with ok set filterindex using combobox
280         value. Fixes #81784.
281
282 2007-05-31  Jonathan Pobst  <monkey@jpobst.com>
283
284         * Control.cs: Implement 2.0 scaling methods.
285
286 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
287
288         * ProgressBar.cs, WebBrowserBase.cs, Control.cs, MaskedTextBox.cs,
289           MessageBox.cs, PropertyGrid.cs, RichTextBox.cs: Fix warnings and
290           corcompare issues.
291
292 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
293
294         * ProgressBar.cs: Implemented missing 2.0 members.
295
296 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
297
298         * Control.cs: Corcompare issues.
299         * MessageBox.cs: Implemented missing 2.0 functions.
300
301 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
302
303         * CheckedListBox.cs, ListBox.cs, ListControl.cs, ComboBox.cs:
304           Implemented more 2.0 members.
305
306 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
307
308         * Application.cs: Try to avoid NRE when Assembly.GetEntryAssembly is
309           null (strange, but it seems to happen when running unit tests).
310
311 2007-05-30  Andreia Gaita  <avidigal@novell.com>
312
313         * ContainerControl.cs: Set active_control even earlier, before 
314         firing any events, and undo it if validation returns false.
315
316 2007-05-30  Andreia Gaita  <avidigal@novell.com>
317
318         * ContainerControl.cs: Raise Validation and Enter/Leave events
319         even if there is no Form and set active_control earlier, just
320         before firing Enter events (toshok's patches). Fixes #80647.
321
322 2007-05-30  Jackson Harper  <jackson@ximian.com>
323
324         * TextControl.cs: Redid the pageup/pagedown a little to simplify
325         things and fix bug #81311.
326
327 2007-05-30  Jackson Harper  <jackson@ximian.com>
328
329         * X11Dnd.cs: Now that we have our own event loop, we need to
330         cancel when we get a mouseup but it won't be accepted.
331
332 2007-05-30  Chris Toshok  <toshok@ximian.com>
333
334         * DataGrid.cs (set_CurrentCell): guard against negative
335         column/row.
336
337         * DataGridColumnStyle.cs (CheckValidDataSource): just use the
338         array index syntax instead of looping over the property names.
339
340         * DataGridTextBoxColumn.cs: add a changed handler on the textbox,
341         and set IsInEditOrNavigateMode to false there.
342
343 2007-05-30  Jackson Harper  <jackson@ximian.com>
344
345         * TreeView.cs: Make sure we don't get a bad visible order when
346         setting to the top node.  Fixes some misc crashing in
347         ControlInspector.
348
349 2007-05-30  Andreia Gaita  <avidigal@novell.com>
350
351         * UserControl.cs: Add 2.0 AutoSizeMode
352
353 2007-05-29  Everaldo Canuto  <ecanuto@novell.com>
354
355         * DataGridTextBoxColumn.cs: Fix textbox horizontal offset.
356
357 2007-05-29  Everaldo Canuto  <ecanuto@novell.com>
358
359         * DataGridTextBoxColumn.cs: Fix textbox position to prevent override grid
360         lines. Fixes #80285. 
361
362 2007-05-29  Everaldo Canuto  <ecanuto@novell.com>
363
364         * DataGridColumnStyle.cs: Add char trimming column header text format. 
365
366 2007-05-29  Everaldo Canuto  <ecanuto@novell.com>
367
368         * DataGridColumnStyle.cs: Fix grid header arrow drawing over column name. 
369         Fixes #80147.
370
371 2007-05-29  Jackson Harper  <jackson@ximian.com>
372
373         * TreeNode.cs: Fix off by one on calculating whether or not a node
374         is visible.
375
376 2007-05-29  Jonathan Pobst  <monkey@jpobst.com>
377
378         * Control.cs: ResumeLayout(false) should recalculate anchor distances.
379         * ScrollableControl.cs: Force an UpdateDistances when we move the
380         scrollbars.
381         [Fixes bug #80605]
382
383 2007-05-29  Andreia Gaita  <avidigal@novell.com>
384
385         * PageSetupDialog.cs: Fix #80728 - Changing the printer doesn't
386         update the page setup screen.
387
388 2007-05-29  Andreia Gaita  <avidigal@novell.com>
389
390         * PageSetupDialog.cs: Fix landscape mode.
391
392 2007-05-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
393
394         * SystemInformation.cs: Add 2.0 IconSizeVerticalSpacing and
395         IconSizeHorizontalSpacing.
396
397 2007-05-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
398
399         * ListView.cs: The declaration of prev_tooltip_item should be inside
400         a NET_2_0 conditional (avoid a warning).
401
402 2007-05-28  Andreia Gaita  <avidigal@novell.com>
403
404         * PageSetupDialog.cs: Implement PrintPreview control to display
405         the preview thumbnail. Change unit conversion to use 
406         PrinterUnitConvert methods.
407         
408         Note: there is a huge bug in ms.net where the default margins are 
409         interpreted as centimeters (?), when in fact they are set in inches. When 
410         loading the page setup dialog initially (ms.net), the default margins 
411         are set to 1 inch, and the dialog shows them with value 10, when in fact 
412         it should be 25 (properly converted). Our dialog doesn't have this bug.
413         
414         * Theme.cs, ThemeWin32Classic.cs: Add a CPDrawBorder override for 
415         RectangleF.
416         * ControlPaint.cs: Add a DrawBorder internal method for RectangleF.
417
418 2007-05-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
419
420         * ListView.cs:
421         * ListViewItem.cs: Implement 2.0 ToolTipText support for listview
422         items.
423
424 2007-05-28  Andreia Gaita  <avidigal@novell.com>
425
426         * X11Dnd.cs: A direct cast to VirtualKeys is not allowed from
427         an IntPtr on csc (it builds fine on mcs, could it be a compiler
428         bug?), convert the ptr to Int32 first.
429
430 2007-05-28  Jackson Harper  <jackson@ximian.com>
431
432         * X11Dnd.cs: Add a timer, so after drop, if a finish is not
433         recieved, we will exit the dnd tracking loop.
434
435 2007-05-28  Jackson Harper  <jackson@ximian.com>
436
437         * X11Dnd.cs: Keep tracking until the xdnd finished event is
438         recieved. TODO: I should probably stick a timer on the dropped
439         event, and finish the drag if the XDND Finished event never shows
440         (because some apps don't seem to send it).
441
442 2007-05-28  Everaldo Canuto  <ecanuto@novell.com>
443
444         * ToolBar.cs: Fix toolbar default width for button with image. Fixes
445         #81733.
446
447 2007-05-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
448
449         * MonthCalendar.cs: Only mark the keypresses we actually handle as
450           handled.
451
452 2007-05-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
453
454         * MonthCalendar.cs: Set the size after initializing all the relevant
455           variables. Fixes #81742.
456
457 2007-05-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
458
459         * KeyEventArgs.cs: Fix typo.
460
461 2007-05-28  Gert Driesen  <drieseng@users.sourceforge.net>
462
463         * DateTimePicker.cs: Changed exceptions thrown by MinDate and MaxDate
464         to match MS. Fixed MinDate to only accept value less than or equal
465         to MaxDate on 2.0 profile and less than MaxDate on 1.0 profile.
466         Removed TODO's that are now verified by unit tests.
467
468 2007-05-27  Gert Driesen  <drieseng@users.sourceforge.net>
469
470         * TreeNodeCollection.cs: Minor corrections to exceptions to match
471         MS.
472
473 2007-05-25  Jackson Harper  <jackson@ximian.com>
474
475         * X11Dnd.cs: Rework to make StartDrag a blocking call that runs
476         it's own message loop.
477         * XplatUIX11.cs: Remove some of the dnd hooks
478
479 2007-05-25  Gert Driesen  <drieseng@users.sourceforge.net>
480
481         * XplatUIX11.cs: Change MinimumWindowSize to {Width=0,Height=0}
482         instead of MinimizedWindowSize.
483
484 2007-05-25  Jackson Harper  <jackson@ximian.com>
485
486         * TextBoxBase.cs: Raise textchanged when cutting and pasting text.
487
488 2007-05-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 
489
490         * KeyEventArgs.cs: Added SuppressKeyPress.
491         * Control.cs: Added support for SuppressKeyPress.
492
493 2007-05-24  Andreia Gaita  <avidigal@novell.com>
494
495         * NumericUpDown.cs: Refactor code to fix regressions on #79950 and
496         problems with PieChart. suppress_validation should not be a counter,
497         if there are several BeginInit calls, the first EndInit will 
498         activate validation. Fix exceptions thrown by set_Value.
499         * UpDownBase.cs: ValidateText only if it's the user editing it.
500
501 2007-05-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
502
503         * ListControl.cs: FilterItemOnProperty should return the filtered
504         item proeprty even if DataSource is null. The same applies for
505         GetItemText. Fixes #80427.
506
507 2007-05-24  Jonathan Pobst  <monkey@jpobst.com>
508
509         * Control.cs: If a control doesn't have a parent when it's Dock is
510         set, but it has children, it needs to do a layout.  Fixes some nested
511         controls issues.  [Fixes bug #81199]
512
513 2007-05-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
514
515         * ComboBox.cs: If there are few items in the drop down list, make it
516           the exact size the items need, no bigger. Fixes #81612.
517
518 2007-05-24  Jonathan Pobst  <monkey@jpobst.com>
519
520         * Application.cs: When we have captured the keyboard for a menu,
521         check for mouse down events in case we need to close the menu.
522         * Control.cs, Form.cs: Remove mouse down checks for menus.
523
524 2007-05-24  Jackson Harper  <jackson@ximian.com>
525
526         * TextControl.cs: Handle tabs in non multiline mode a little
527         differently.
528
529 2007-05-24  Jackson Harper  <jackson@ximian.com>
530
531         * TextControl.cs: We need to manually break apart tabbed text and
532         move the tabs, since the system.drawing tabbing mechanism relies
533         on tab stops.
534         * TextBoxBase.cs: Move the caret properly when the user enters a
535         tab.
536
537 2007-05-24  Jonathan Pobst  <monkey@jpobst.com>
538
539         * ContainerControl.cs: Don't check CanSelect before calling
540         ProcessMnemonic.
541         * ToolStrip.cs: Only do implicit mnemonics on MenuStrips.  Don't
542         release a KeyboardActive on click if it's not ours.
543
544 2007-05-23  Andreia Gaita  <avidigal@novell.com>
545
546         * ColumnHeader.cs: Add TypeConverter
547
548 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
549
550         * LinkLabel.cs: Implement LinkCollection.Add with Link parameter (2.0).
551
552 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
553
554         * LinkLabelLinkClickedEventArgs.cs, LinkLabel.cs: Implement Button property.
555
556 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
557
558         * LinkLabel.cs: Implement public Padding property.
559
560 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
561
562         * LinkLabel.cs: Implement public FlatStyle.
563
564 2007-05-23  Jonathan Pobst  <monkey@jpobst.com>
565
566         * Control.cs: Apply patch from George to call parent.PerformLayout
567         when Visible is changed.  [Fixes bugs #81118, 81718]
568
569 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
570
571         * MainMenu.cs, MenuAPI.cs: Implement Collapse event for MainMenu (2.0).
572
573 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
574
575         * ContextMenu.cs: Implement ProcessCmdKey with control parameter.
576
577 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
578
579         * ContextMenu.cs: Implement Collapse.
580
581 2007-05-23  Rolf Bjarne Kvinge <RKvinge@novell.com>
582
583         * ToolBarButton.cs: Implement Name.
584
585 2007-05-22  Everaldo Canuto  <ecanuto@novell.com>
586
587         * ToolBar.cs: Fix OnButtonDropDown to save item used in dropdown instead of
588         use current_item, it prevents some NRE. Fixes #81675.  
589
590 2007-05-22  Andreia Gaita  <avidigal@novell.com>
591
592         * NumericUpDown.cs: Fix PieChart by not returning from UpdateEditText
593         without updating the text.
594
595 2007-05-22  Jonathan Pobst  <monkey@jpobst.com>
596
597         * XplatUIWin32.cs: Plug a GDI leak caused by calling Font.ToHfont ()
598         without calling DeleteObject.  [Should fix bug #81709]
599
600 2007-05-22  Jackson Harper  <jackson@ximian.com>
601
602         * RichTextBox.cs: Set the line endings correctly, when flushing
603         RTF text.
604
605 2007-05-22  Gert Driesen  <drieseng@users.sourceforge.net>
606
607         * XplatUIX11.cs: MinimumWindowSize on X11 is actually
608          {Width=0,Height=0}.
609
610 2007-05-22  Jackson Harper  <jackson@ximian.com>
611
612         * TreeView.cs: Setting top with a null node should set to the very
613         top.
614
615 2007-05-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
616
617         * Form.cs: ShowDialog: destroy the handle when message loop is
618           finished, matches MS behaviour. Refactor parts of WmClose into
619           RaiseCloseEvents, that only raises events if they haven't already
620           been raised. Fixes #81688 and #81521.
621         * Application.cs: Don't call close on the form when exiting a modal
622           loop, it will raise all the (Form)Closed/Closing events again if
623           WM_CLOSE has been sent earlier on, instead call RaiseCloseEvent,
624           which doesn'r raise any events it they have been raised before.
625
626 2007-05-22  Jonathan Pobst  <monkey@jpobst.com>
627
628         * Control.cs: Add OnPrint.
629         * ToolStrip.cs: Add GetChildAtPoint.
630         * ToolStripContainer.cs: Add OnRightToLeftChanged.
631         * ToolStripRenderer.cs: Make CreateMirrorImage internal.
632
633 2007-05-22  Everaldo Canuto  <ecanuto@novell.com>
634
635         * MenuAPI.cs: Prevent context menu to be typed as MainMenu. Fixes #81509.  
636
637 2007-05-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
638
639         * InternalWindowManager.cs: ToolTipShow: Don't show tooltip if the form
640           isn't visible anymore. Fixes #81651.
641
642 2007-05-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
643
644         * Control.cs: WmShowWindow: Update children's z-order after setting
645           their parent. SetParent may show the window, thereby corrupting
646           z-order, since the window will be shown on top.
647         * XplatUIWin32.cs: SetParent: don't call SetVisible on forms. Prevents
648           multiple (and redundant) WM_SHOWWINDOW messages.
649         * MdiWindowManager.cs: RaiseDeactivate: only raise after an Activate
650           event has already been raised.
651         * Form.cs: Change is_changing_visible_state to a counter, since
652           SetVisibleCore can be called recursively. CreateHandle: when
653           creating mdi children, send (De)Activated events.
654         * MdiClient.cs: Update use of is_changing_visible_state.
655         * Application.cs: OnThreadException: Surround exception handling with
656           try/finally to ensure we always reset the error-handling state
657           before leaving.
658
659 2007-05-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
660
661         * ThemeWin32Classic.cs: DrawProgressBar: Avoid a DivideByZero exception
662           (#81704).
663
664 2007-05-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
665
666         * ListView.cs: Use Theme.ListViewHorizontalSpacing for List and
667         SmallIcon views, now that we have a standarized horizontal spacing.
668
669         * ThemeWin32Classic.cs: ListViewHorizontalSpacing now has a value of
670         4, just like the other views (Match .Net).
671
672 2007-05-21  Jonathan Pobst  <monkey@jpobst.com>
673
674         * Control.cs: Delay calculating anchor distances until we actually layout.
675         Always query the WM for the actual size and location it put us at instead of
676         only when we send negative values.
677         [Fixes bugs #81694, 81695]
678
679 2007-05-21  Rolf Bjarne Kvinge <RKvinge@novell.com> 
680
681         * Application.cs: Avoid a possible stack overflow when trying to exit
682           the application.
683
684 2007-05-19  Marek Safar  <marek.safar@gmail.com>
685
686         * Theme.cs (GetHatchBrush): A key uses internal value instead of formated
687         enum value.
688
689 2007-05-19  Andreia Gaita  <avidigal@novell.com>
690
691         * NumericUpDown.cs: Added 2.0 methods (spin acceleration)
692         * NumericUpDownAcceleration.cs, 
693           NumericUpDownAccelerationCollection.cs: Added 2.0
694           implementation.
695
696 2007-05-19  Gert Driesen  <drieseng@users.sourceforge.net>
697
698         * RichTextBox.cs: Recalculate the document after the ScrollBars
699         property is changed. Fixes bug #81681.
700
701 2007-05-18  Jonathan Pobst  <monkey@jpobst.com>
702
703         * DataObject.cs: Implement 2.0 methods.
704
705 2007-05-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
706
707         * ThemeWin32Classic.cs: Draw the check marks in ListViewItems
708         in the center of the checkbox, not in the left-top corner. 
709         Fixes #80037.
710
711 2007-05-18  Jackson Harper  <jackson@ximian.com>
712
713         * RichTextBox.cs: Recalculate the document after the scrollbars
714         property is changed.
715         * TextBoxBase.cs: ScrollBars is not a flags enum...This fixes
716         81486.
717
718 2007-05-18  Rolf Bjarne Kvinge <RKvinge@novell.com> 
719
720         * CreateParams.cs: Make HasWindowManager marginally faster.
721         * XplatUIX11.cs, Hwnd.cs: CreateWindow: Move the default location code
722           into Hwnd so that other drivers can use it as well.
723         * XplatUIWin32.cs: CreateWindow: If the window has a window manager get
724           the default location from Hwnd. Fixes MDI client windows always
725           showing up at (0,0) in Windows (Win32 won't set the default
726           location since the window styles aren't correct).
727
728 2007-05-18  Gert Driesen  <drieseng@users.sourceforge.net>
729
730         * TreeView.cs: Modified DoubleBuffered to just use the base
731         implementation.
732
733 2007-05-18  Jackson Harper  <jackson@ximian.com>
734
735         * TreeView.cs: Set the top node to the last child node when
736         expanding all
737         - When we get focus, if there is no selected node, use the top
738         node.
739
740 2007-05-18  Jonathan Pobst  <monkey@jpobst.com>
741
742         * KeysConverter.cs: Add CanConvertTo.
743         * LinkLabel.cs: Add some 2.0 constructors and properties to LinkLabel.Link.
744         * LinkConverter.cs: Added.
745
746 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
747
748         * Cursor.cs: Apply Sebastien patch from #81669 to open file in read mode,
749         it prevents error when file dont have write access. Fixes #81669 and #81667.  
750
751 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
752
753         * ThemeWin32Classic.cs: Check for ShowKeyboardCues true when draw toolbar 
754         button text. Fixes #79640.  
755
756 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
757
758         * Control.cs: According to MSDN controls created in the designer theres 
759         keyboard accelerators visible by default. So included check for design
760         in ShowKeyboardCuesInternal.  
761
762 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
763
764         * ThemeWin32Classic.cs: Check for ShowKeyboardCues true when draw combobox 
765         text. Fixes #81621.  
766
767 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
768
769         * Control.cs: ShowKeyboardCuesInternal add to expose ShowKeyboardCues
770         for 1.0, becuse ShowKeyboardCues is protected on 1.0.  
771
772 2007-05-17  Everaldo Canuto  <ecanuto@novell.com>
773
774         * Control.cs: Finish implementation of UI State using WmChangeUIState
775         to send WM_UPDATEUISTATE to all child controls. Some hack will be needed
776         in some controls to check for show_keyboard_cues to draw accell keys "_".  
777
778 2007-05-17  Carlos Alberto Cortez <calberto.cortez@gmail.com>
779
780         * ListBox.cs: When calculating the horizontal scrollbar
781         in single column mode, don't use values less than 0 for
782         Maximum. Fixes #81474.
783
784 2007-05-17  Carlos Alberto Cortez <calberto.cortez@gmail.com>
785
786         * ListBox.cs: Throw the some missing exceptions in
787         ListBox.ObjectCollection methods.
788
789 2007-05-17  Jackson Harper  <jackson@ximian.com>
790
791         * TextBoxBase.cs: Recalculate the document when the word wrap
792         value has changed. This fixes 81488.
793
794 2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
795
796         * Clipboard.cs: Implement missing GetText overload.
797
798 2007-05-17  Chris Toshok  <toshok@ximian.com>
799
800         * Control.cs (CheckDataBindings): remove the binding_context arg
801         to binding.Check.
802
803         * CurrencyManager.cs (OnItemChanged): fix this now that
804         BindingManagerBase is fixed. also remove the comment telling where
805         the fix should go.  We set transfering_data to true/false around
806         the call to PushData to keep UpdateIsBinding from being called.
807         (ListChangedHandler): remove the extra OnMetaDataChanged call for
808         PropertyDescriptorAdded in the 1.1 case.  The extra call is
809         actually generated by System.Data generating 2 metadata changed
810         events of its own per column add.  The fix should go there.  Add a
811         comment to that affect in our test's Assert.Ignore.
812
813         * BindingManagerBase.cs: Rework PullData and PushData slightly.
814         we keep a boolean flag (transfering_data) that keeps us from
815         calling UpdateIsBinding multiple times if we re-enter either of
816         them.
817
818         * ControlBindingsCollection.cs (AddCore): remove the
819         binding_context arg to binding.Check.
820
821         * Binding.cs (IsBinding): don't check if we're binding here, just
822         return our cached value.  we update it in UpdateIsBinding.
823         (Check): don't take the binding_context arg, we'll just use our
824         control's.  Also, for some reason MS doesn't use the data member
825         field when getting the bindingmanager for this binding.  it just
826         uses the datasource.  Make this method callable multiple times,
827         and only do the is_null_desc stuff if manager.Position != -1 (so
828         we don't get an exception accessing manager.Current).
829         (UpdateIsBinding): move the code from IsBinding here.
830         (PositionChangedHandler): call Check here to we can initialize
831         things that require a non- -1 position.
832
833 2007-05-17  Everaldo Canuto  <ecanuto@novell.com>
834
835         * Form.cs: When alt keys is pressed send WM_CHANGEUISTATE to top level
836         control.
837
838 2007-05-17  Andreia Gaita  <avidigal@novell.com>
839
840         * TabControl.cs: Add 2.0 methods and events, including
841         OnEnter / OnLeave and raises it for tabpages (fixes #79869)
842         * TabPage.cs: Add 2.0 methods
843
844 2007-05-17  Everaldo Canuto  <ecanuto@novell.com>
845
846         * Control.cs: Implement WmUpdateUIState, show_focus_cues and
847         keyboard_cues is properly handled by message method.  
848
849 2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
850
851         * TreeViewImageIndexConverter.cs: Add 2.0 methods.
852
853 2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
854
855         * ToolStripTextBox.cs: Wire up new 2.0 Textbox methods/properties.
856
857 2007-05-16  Everaldo Canuto  <ecanuto@novell.com>
858
859         * Control.cs: 
860         - WmUpdateUIState added to handle state changes, it make call to
861         OnChangeUICues event.
862         - Fixed ShowKeyboardCues to check for MenuAccessKeysUnderlined in
863         SystemInformation.
864
865 2007-05-16  Jonathan Pobst  <monkey@jpobst.com>
866
867         * ImageKeyConverter.cs: Added.
868         * TreeViewImageKeyConverter.cs: Added.
869
870 2007-05-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
871         
872         * ToolTips.cs: Update Text if SetToolTip is called for a control
873         already showing the tooltip, as well as restarting its timer; show
874         tooltip if we are inside the control bounds by the time of calling
875         SetToolTip. Inside ShowTooltip remove the check to not show the 
876         tooltip again for the active control (it is allowed by .Net to 
877         show the tooltip on the same control multiple times).
878
879 2007-05-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
880
881         * MaskedTextBox.cs: Small fix for Text that fixes a broken test.
882
883 2007-05-16  Andreia Gaita <avidigal@novell.com> 
884
885         * ContainerControl.cs: only process tab key if there are no 
886         modifier keys present, otherwise the control does the 
887         tab processing, if it needs to. Fixes #81622
888         * TabControl.cs: Fixes calculation for which tab to select on
889         shift+ctrl+tab.
890
891 2007-05-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
892
893         * MaskedTextBox.cs: Small fix for Text that fixes a broken test.
894
895 2007-05-15  Jonathan Pobst  <monkey@jpobst.com>
896
897         * Control.cs: Make IsInputCharInternal to allow controls to
898         override it and still match MS API.
899         * TextBoxBase.cs: Override IsInputCharInternal and always
900         return true.
901         [Fixes bug #81616]
902
903 2007-05-15  Jackson Harper  <jackson@ximian.com>
904
905         * TextBox.cs: Disable some of the menu options when using a
906         readonly textbox.
907
908 2007-05-15  Jackson Harper  <jackson@ximian.com>
909
910         * TextBox.cs:
911         * TextBoxBase.cs:
912         * RichTextBox.cs: Some new 2.0 methods
913
914 2007-05-15  Gert Driesen  <drieseng@users.sourceforge.net>
915
916         * FileDialog.cs: On 1.0 profile, do not support multidotted 
917         extensions.
918
919 2007-05-14  Jackson Harper  <jackson@ximian.com>
920
921         * TextBoxBase.cs: Implement some of the new 2.0 methods.
922         * RichTextBox.cs: We need to override these methods on 2.0.
923         * MaskedTextBox.cs: These are implemented now
924         * TextControl.cs: This was off by one.
925
926 2007-05-14  Jackson Harper  <jackson@ximian.com>
927
928         * TextControl.cs: Because the line endings are including in the
929         text, we don't need to add them in anymore.
930
931 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
932
933         * ToolBar.cs: Fix autosize and get it working only after hadle is created,
934         also prevent redraw in set_autosize if handle is not created. Fixes #81523.
935
936 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
937
938         * ToolBar.cs: Adjust size to default size when button theres no text and
939         image, it fixes remaining issues from #81524.
940
941 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
942
943         * ToolBar.cs: 
944         - When not flat call redraw to recalculate sizes on creare handle to match
945         win32 behavior.
946         - Revert 77220 because it causes some regressions in toobar
947         button.
948
949 2007-05-11  Rolf Bjarne Kvinge <RKvinge@novell.com> 
950
951         * MaskedTextBox.cs: Update the base text whenever the text changes. MTB
952           now actually enters a usable state.
953
954 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
955
956         * ToolBar.cs: Check for handle created in redraw to prevent unneeded size
957         calculations, it reduces the size cauculation from 7 to 3 on a toolbar with
958         3 buttons.
959
960 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
961
962         * ToolBar.cs: Save default_size on create handle to use later for buttons
963         without text, needed to mimic win32 behavior.
964
965 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
966
967         * ToolBar.cs: Fix button layour to best fit width or height according to
968         vertical or not. Fixes #81524.
969
970 2007-05-10  Everaldo Canuto  <everaldo@simios.org>
971
972         * ToolBarButton.cs: When change style call ToolBar.Redraw to update
973         toolbar size info because different styles theres different sizes.
974         Fixes #81522.
975
976 2007-05-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>
977
978         * ThemeWinClassic.cs: For .Net 2.0 don't draw any image
979         if we are using checkboxes, checked is true, and we have less
980         than two images in StateImageList; for the 1.1 in the same scenario
981         draw the first image if we have at least one image in StateImageList.
982         Fixes part of #81191.
983
984 2007-05-10  Jonathan Pobst  <monkey@jpobst.com>
985
986         * ToolStrip.cs, ToolStripManager.cs: We need to remove items from
987         the owner's Items collection on merge.
988
989 2007-05-10  Jonathan Pobst  <monkey@jpobst.com>
990
991         * ToolStrip.cs: Use new internal ToolStripItemCollection constructor.
992         * ToolStripItemCollection.cs: Lots of fixes to when events get called
993         and parent/owner gets changed based on gert's unit tests.
994
995 2007-05-10  Rolf Bjarne Kvinge <RKvinge@novell.com> 
996
997         * MaskedTextBox.cs: Started implementing parts of it.
998
999 2007-05-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1000
1001         * ListView.cs: When clicking the checkbox on the items
1002         take into account the double clicks even if we have only
1003         one image in StateImageList (only for 1.0/1.1). Also 
1004         generate an extra change of checked state when we receive
1005         the second click on checkbox (match .Net behaviour). 
1006         Fixes part of #81191.
1007
1008 2007-05-10  Everaldo Canuto  <everaldo@simios.org>
1009
1010         * ThemeWin32Classic.cs: Fix text rectangles in Tooltips.
1011
1012 2007-05-10  Jonathan Pobst  <monkey@jpobst.com>
1013
1014         * Form.cs: Move some of OnLoad to OnLoadInternal so it gets called
1015         even if OnLoad is overriden and base.OnLoad is not called.
1016         [Fixes bug #81582]
1017
1018 2007-05-10  Andreia Gaita  <avidigal@novell.com>
1019
1020         * TableLayoutSettings.cs: A big doh! fix and bowing down of head in 
1021         shame. (I blame my ever-persisting and annoying cold)
1022
1023 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
1024
1025         * ListView.cs: Don't eat navigation keys.  Let them flow through to
1026         KeyDown/KeyPress routines.  [Fixes bug #81569]
1027
1028 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
1029
1030         * ListView.cs: When handling keys for selecting the item based off
1031         keyboard input, do not consider keys pressed with Alt or Control.  Also,
1032         correctly handle keys when the Shift key is down. [Fixes bug #81578]
1033
1034 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
1035
1036         * Control.cs: When using UseWaitCursor, we have to store the requested
1037         Cursor to use when UseWaitCursor is turned off.
1038
1039 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
1040
1041         * Control.cs: Implement PreProcessControlMessage.  Default IsInputChar
1042         to false.
1043         * Application.cs: Use PreProcessControlMessage instead of
1044         PreProcessMessage.
1045         * PreProcessControlMessage.cs: Make internal for 1.1.
1046
1047 2007-05-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1048
1049         * Control.cs: Add InternalContains focus property, which hast the same
1050         functionality of ContainsFocus, but also including implicit controls.
1051         * ListViewItem.cs: Use InternalContainsFocus instead of ContainsFocus,
1052         since we need to know if the focus is contained in our implicit
1053         ItemControl when calculating Layout. Fixes part of #80888.
1054
1055 2007-05-08  Everaldo Canuto  <everaldo@simios.org>
1056
1057         * ToolTip.cs: Remove center form string alignment as it must be align to
1058         left.
1059
1060 2007-05-08  Jonathan Pobst  <monkey@jpobst.com>
1061
1062         * ToolStripItemCollection.cs: Set the new item's parent and owner
1063         in Insert like we do in Add.  [Fixes bug #81568]
1064
1065 2007-05-08  Jackson Harper  <jackson@ximian.com>
1066
1067         * TreeView.cs: GotFocus differences between 1.1 and 2.0.
1068         - Off by one error in SetTop
1069         - Disable DoubeBuffering
1070         
1071 2007-05-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1072
1073         * ScrollableControl.cs: ScrollIControlntoView: we now only move the
1074           control as much as necessary in order to make it entirely visible,
1075           instead of centering the control in the container (matches MS
1076           behaviour). CalculateCanvasSize: we need to take the current scroll
1077           position into account when calculating the maximum canvas,
1078           otherwise the following scenario will fail: resize so that the
1079           scrollbars appear, use the scrollbars to scroll, resize again
1080           smaller, and now the canvas size is too small. Recalculate: when
1081           showing scrollbars make sure they start off at 0, and try to scroll
1082           the active control into view. Fixes #79540. HandleScrollBar: don't
1083           scroll anywhere if the scrollbar isn't visible.
1084
1085 2007-05-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1086
1087         * ListView.cs: When focus changed, call Layout/Invalidate
1088         in the focused item to update the selected state (should show
1089         entire label when ListView is focused, and a part of it if is not).
1090         * ListViewItem.cs: When doing layout for LargeIcon, take into account
1091         for displaying the entire label not only the Focused state of the
1092         item, but also the Focused state of the ListView (match .Net
1093         behaviour).
1094
1095 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
1096
1097         * Control.cs: Stub CanRaiseEvents, IsMirrored, and NotifyClients.
1098         Implement UseWaitCursor. 
1099
1100 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
1101         Applying contributed patch from Sergey Volk.
1102
1103         * Clipboard.cs: Implement SetDataObject retry logic and new overload
1104         of SetDataObject.
1105         * XplatUIWin32.cs: Throw an ExternalException if the clipboard set fails.
1106
1107 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
1108
1109         * Control.cs: Implement DrawToBitmap.
1110
1111 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
1112         Applying contributed patch from Stefan Noack.
1113         
1114         * Control.cs: Add [Get|Set]AutoSizeMode.
1115
1116 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
1117
1118         * MdiClient.cs: Unmerge menus when the last child is closed.
1119
1120 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
1121
1122         * ToolStrip.cs: Do not call BeginMerge on DropDowns.
1123         * ToolStripManager.cs: Call Merge on DropDowns.
1124         [Fixes bug #81477]
1125
1126 2007-05-07  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1127
1128         * XplatUIWin32.cs: Changed Win32CreateWindow to take enums instead of
1129           uints.
1130         * Form.cs: CreateParams: don't set WS_VISIBLE if we're changing
1131           visibility. We can't create forms visible, since we have to set the
1132           owner before making the form visible (otherwise Win32 will do
1133           strange things with task bar icons). The problem is that we set the
1134           internal is_visible to true before creating the control, so
1135           is_changing_visible_state is the only way of determining if we're
1136           in the process of creating the form due to setting Visible=true -
1137           this works because SetVisibleCore explicitly makes the form
1138           visibile afterwards anyways. Fixes #80775.
1139
1140 2007-05-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1141
1142         * ThemeWin32Classic.cs: When drawing ListViewItems,
1143         use StringTrimming.EllipsisCharacter if the view is Tile, Details,
1144         or LargeIcon _and_ item is not focused (match .Net behaviour).
1145
1146 2007-05-04  Jonathan Pobst  <monkey@jpobst.com>
1147
1148         * Control.cs, Form.cs: Fix some obsolete method warnings.
1149
1150 2007-05-04  Jonathan Pobst  <monkey@jpobst.com>
1151
1152         * Control.cs: Implement GetChildAtPoint and OnParentCursorChanged.
1153         * GetChildAtPointSkip.cs: Make internal for 1.1 profile.
1154
1155 2007-05-04  Andreia Gaita  <avidigal@novell.com>
1156
1157         * ContainerControl.cs: Fix active_control attribution when going
1158         up the parent chain so that the first parent container gets the control
1159         and the rest of the parent containers get the child containers (skips
1160         non-containers). Fixes #80729
1161
1162 2007-05-04  Randolph Chung  <tausq@debian.org>
1163
1164         * FileDialog.cs: Implement the SupportMultiDottedExtensions property.
1165         [Fixes bug #81499]
1166
1167 2007-05-04  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1168
1169         * XplatUIX11.cs: Add a TranslateWindowSizeToXWindowSize overload that
1170           takes a size parameter, since the CreateParam's size isn't true for
1171           minimized forms. Fixes #81518,
1172
1173 2007-05-04  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1174
1175         * Form.cs: Add OnDeactivateInternal.
1176         * MdiClient.cs: Raise Deactivate event. Fixes #81409.
1177
1178 2007-05-04  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1179
1180         * DateTimePicker.cs: CalculateDropDownLocation: do a null check before
1181           accessing the parent. Fixes #81508.
1182
1183 2007-05-03  Chris Toshok  <toshok@ximian.com>
1184
1185         * CurrencyManager.cs (CurrencyManager.ListChangeHandler): in the
1186         2.0 block, pass listposition + 1 to ChangeRecordState when a row
1187         was added before the current listposition.  Fixes the
1188         TestInsertRowBeforeCurrent unit test.
1189
1190 2007-05-03  Jonathan Pobst  <monkey@jpobst.com>
1191
1192         * Application.cs: Add RaiseIdle.
1193         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
1194         XplatUIX11.cs: Implement RaiseIdle.
1195
1196 2007-05-02  Jonathan Pobst  <monkey@jpobst.com>
1197         corcompare work: N - Z
1198         * NotifyIcon.cs
1199         * ProgressBar.cs
1200         * RadionButton.cs
1201         * ScrollableControl.cs
1202         * SplitContainer.cs
1203         * SplitterPanel.cs
1204         * StatusBar.cs
1205         * SystemInformation.cs
1206         * TabControl.cs
1207         * TableLayoutControlCollection.cs
1208         * TableLayoutPanel.cs
1209         * TabPage.cs
1210         * ToolBar.cs
1211         * ToolBarButton.cs
1212         * ToolStrip.cs
1213         * ToolStripComboBox.cs
1214         * ToolStripContainer.cs
1215         * ToolStripContentPanel.cs
1216         * ToolStripDropDown.cs
1217         * ToolStripDropDownItem.cs
1218         * ToolStripDropDownMenu.cs
1219         * ToolStripItem.cs
1220         * ToolStripItemCollection.cs
1221         * ToolStripMenuItem.cs
1222         * ToolStripPanel.cs
1223         * ToolStripSplitButton.cs
1224         * ToolTip.cs
1225         * TreeNode.cs
1226         * TreeNodeCollection.cs
1227         * TreeNodeMouseHoverEventArgs.cs
1228         * TreeView.cs
1229
1230 2007-05-01  Everaldo Canuto  <everaldo@simios.org>
1231
1232         * ContextMenu.cs: Add public method Show with alignment property to 2.0
1233         stuff. Thanks aatdark for the patch. 
1234
1235 2007-05-01  Jonathan Pobst  <monkey@jpobst.com>
1236
1237         * GridItem.cs: Implement 2.0 Tag property.
1238
1239 2007-05-01  Frederik Carlier <frederik.carlier@carlier-online.be> 
1240
1241         * TreeNodeCollection.cs: Fix ContainsKey and IndexOfKey methods to use
1242         count instead of Nodes.Length.  [Fixes bug #81448]
1243
1244 2007-05-01  Jonathan Pobst  <monkey@jpobst.com>
1245
1246         * ComboBox.cs: Fix paramName sent to ArgumentOutOfRangeException's.
1247         [Fixes bug #81506]
1248
1249 2007-05-01  Jonathan Pobst  <monkey@jpobst.com>
1250         corcompare work: A - M
1251         * BindingNavigator.cs
1252         * Button.cs
1253         * ButtonBase.cs
1254         * CheckBox.cs
1255         * Control.cs
1256         * FlowLayoutPanel.cs
1257         * Form.cs
1258         * Label.cs
1259         * LinkLabel.cs
1260         * ListView.cs
1261
1262 2007-05-01  Jonathan Pobst  <monkey@jpobst.com>
1263
1264         * Application.cs: Give toolstrips a chance to process mnemonics.
1265         * ToolStrip.cs, ToolStripDropDownButton.cs, ToolStripItem.cs,
1266         ToolStripItemTextRenderEventArgs.cs, ToolStripLabel.cs,
1267         ToolStripMenuItem.cs, ToolStripSplitButton.cs: Implement keyboard mnemonics.
1268
1269 2007-05-01  Jackson Harper  <jackson@ximian.com>
1270
1271         * TextBoxBase.cs: Better preferred height, FixedSingle gets the
1272         wider area too.
1273         - Don't set the BoundsSpecified
1274
1275 2007-04-30  Jonathan Pobst  <monkey@jpobst.com>
1276
1277         * Application.cs: When using the toolstrip shortcut mechanism, allow the
1278         message to pass through to a regular control if it hosted by a toolstrip.
1279         * ToolStrip.cs, ToolStripControlHost.cs, ToolStripDropDown.cs,
1280         ToolStripManager.cs: Enable keyboard navigation for ToolStrips.
1281
1282 2007-04-30  Jonathan Pobst  <monkey@jpobst.com>
1283
1284         * TextRenderer.cs: Use the flags argument when using the MeasureString
1285         fallback algorithm.
1286
1287 2007-04-30  Jonathan Pobst  <monkey@jpobst.com>
1288
1289         * MenuStrip.cs: Don't let multiple ToolStripSeparators get added to
1290         the MDI menu item.  [Fixes bug #81483]
1291
1292 2007-04-30  Gert Driesen  <drieseng@users.sourceforge.net>
1293
1294         * DataGridViewColumn.cs: Initialize value of headercell to zero-length
1295         string. When setting Name to null, use zero-length string instead.
1296
1297 2007-04-29  Andreia Gaita  <avidigal@novell.com>
1298
1299         * TabControl.cs: Implement missing 2.0 methods (SelectTab, 
1300         DeselectTab). Implement missing 2.0 TabPageCollection methods
1301         (Add, ContainsKey, RemoveByKey, IndexOfKey)
1302
1303 2007-04-29  Pedro Martínez Juliá  <pedromj@gmail.com>
1304
1305         * DataGridViewColumn.cs: Make HeaderText take preference over Name.
1306
1307 2007-04-29  Gert Driesen  <drieseng@users.sourceforge.net>
1308
1309         * RichTextBox.cs: In LoadFile, use StreamReader to read plain text.
1310         Fixes bug #81479. Include details of exception when LoadFile fails.
1311
1312 2007-04-28  Alan McGovern <alan.mcgovern@gmail.com>
1313
1314         * DrawListViewSubItemEventArgs.cs: Added missing setter
1315
1316 2007-04-27  Andreia Gaita  <avidigal@novell.com>
1317
1318         * ToolTip.cs: Add missing 2.0 properties. Implement 2.0 Show and 
1319         Hide methods (not complete). Implement missing 2.0 OnPopup event.
1320
1321 2007-04-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1322
1323         * ListView.cs: In ItemControl.OnMouseDown restore a pair of braces I
1324         removed in ly last commit (it was breaking the Label edit feature).
1325
1326         * ThemeWin32Classic.cs: When drawing a ListViewItem use
1327         StringAlignment.Near for LineAlignment (match .Net).
1328
1329 2007-04-27  Andreia Gaita  <avidigal@novell.com>
1330
1331         * TabControl.cs: Change SetTab so it adds the tabpage to the list
1332         of controls if it isn't already there - was blowing up when doing
1333         tabcontrol.TabPages[i]=new TabPage(). 
1334         SetTab now does a replace by removing the page at the index. 
1335         Add a new InsertTab method that inserts a page in a given index 
1336         instead of replacing. 
1337         Implements TabPageCollection.Insert(int, TabPage).
1338
1339 2007-04-27  Chris Toshok  <toshok@ximian.com>
1340
1341         * BindingManagerBase.cs: fill in CurrentItemChanged (and have an
1342         internal handler that can be invoked from our subclasses.)  Also,
1343         add a comment to PushData about how we need to fix it.
1344
1345         * CurrencyManager.cs: tons of changes here.  trying to get things
1346         matching the behavior of .net wrt event orders (ItemChanged,
1347         CurrentChanged, PositionChanged.)  I've implemented a private .net
1348         symbol (ChangeRecordState) that appears in stack traces because
1349         it's actually easier to do this than to effective inline all its
1350         various behaviors at every call site.
1351
1352         * RelatedPropertyManager.cs: guard against an exception here by
1353         not using parent.Current if the position is set to -1 (if the
1354         parent datasource is cleared, for instance).
1355
1356         * Binding.cs: don't parse data in PushData (this might be wrong,
1357         but it jives with MS's behavior.)  Also, don't call PushData when
1358         we get a CurrentChanged event.
1359
1360 2007-04-27  Andreia Gaita  <avidigal@novell.com>
1361
1362         * WebBrowser.cs,
1363           WebBrowserBase.cs,
1364           WebBrowserSiteBase.cs,
1365           HtmlDocument.cs: Added stubbed out classes, no real implementations 
1366           yet.
1367
1368 2007-04-27  Everaldo Canuto  <everaldo@simios.org>
1369
1370         * MainMenu.cs: In draw method without parameters call draw method with 
1371         PaintEvent, another one (just rect) adjust rectangle and we dont need it
1372         as Rect property is already adjusted. Fixes #80694.
1373
1374 2007-04-27  Jonathan Pobst  <monkey@jpobst.com>
1375
1376         * Application.cs: Need to handle keyboard menu deselection here.
1377         * Control.cs: Use WM_SYSKEYUP instead of WM_SYSCOMMAND to start menu keyboard
1378         navigation, allowing keyboard to work on X11.
1379         * ToolStrip.cs: Don't worry about handling the Menu key here anymore.
1380
1381 2007-04-27  Everaldo Canuto  <everaldo@simios.org>
1382
1383         * MenuAPI.cs: When deactivate menu verify if hotkey (_) is active and redraw
1384         menu bar. It fixes some drawing issues in menu bar.
1385
1386 2007-04-27  Everaldo Canuto  <everaldo@simios.org>
1387
1388         * MenuAPI.cs: Remove unneeded "keynav_state = KeyNavState.Idle" before 
1389         Deactivate calls, Deactivate method already do it. Also ser ActiveTracker
1390         when <alt> key is pressed.
1391
1392 2007-04-26  Everaldo Canuto  <everaldo@simios.org>
1393
1394         * XplatUIX11.cs: Simplify SystrayRemove to be like other libraries,     Gtk as 
1395         example just set visible to false and make this prevent from other problems.
1396         In SystrayAdd always remove pending expose. Fixes #81072.
1397
1398 2007-04-26  Marek Safar  <marek.safar@gmail.com>
1399
1400         * TextBoxBase.cs (CaretMoved): Consider scroll maximum when scroll
1401         value is set.
1402
1403 2007-04-26  Alan McGovern <alan.mcgovern@gmail.com>
1404
1405         * ListView.cs: Added three missing 2.0 events and corresponding
1406         EventHandlers. Added the OwnerDraw property.
1407         * DrawListViewColumnHeaderEventHandler.cs: fixed typo
1408
1409 2007-04-26  Alan McGovern <alan.mcgovern@gmail.com>
1410
1411         * DrawListViewItemEventArgs.cs
1412         * DrawListViewSubItemEventArgs.cs: Brought classes up to 2.0 status.
1413
1414 2007-04-26  Alan McGovern <alan.mcgovern@gmail.com>
1415
1416         * TextControl.cs: Fixed typo in constructor
1417
1418 2007-04-26  Jonathan Pobst  <monkey@jpobst.com>
1419
1420         * Application.cs: Create a shortcut path so that currently selected
1421         MenuStrips can intercept keyboard events without having focus.
1422         * Control.cs: Handle WM_SYSCOMMAND message to activate MenuStrips.
1423         * MenuStrip.cs, ToolStrip.cs, ToolStripDropDown.cs, ToolStripDropDownItem.cs,
1424         ToolStripItem.cs, ToolStripManager.cs, ToolStripMenuItem.cs: Support
1425         keyboard navigation (arrows, tab, enter, esc) on Windows.  Still need to
1426         generate WM_SYSCOMMAND message in X11 for other platforms.
1427         * ToolStripProfessionalRenderer.cs: ToolStripMenuItems need to be painted
1428         in OnRenderMenuItemBackground instead of OnRenderButtonBackground.
1429         * ToolStripSplitButton.cs: Add DefaultItem property.
1430         
1431 2007-04-26  Everaldo Canuto  <everaldo@simios.org>
1432
1433         * MainMenu.cs: In OnMenuChanged pass PaintEventArgs to Draw method, it
1434         fixes some menu draw problem on Windows with border diferent from default
1435         it also fixes #81403.
1436
1437 2007-04-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1438
1439         * Form.cs: Refactor WndProc into separate methods, just like Control is
1440           doing it.
1441
1442 2007-04-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1443
1444         * Control.cs: set_Text: move the call to the driver into a seperate
1445           virtual method so that Form can override it.
1446         * MaskedTextBox.cs: Corcompare fixes.
1447         * Form.cs: Override UpdateWindowText and only update the styles if the
1448           form has been shown (fixes #81405).
1449
1450 2007-04-25  Jonathan Pobst  <monkey@jpobst.com>
1451
1452         * Control.cs, Form.cs: Use the better supported WM_?BUTTONDOWN and
1453         WM_ACTIVATE messages instead of WM_MOUSEACTIVATE and
1454         WM_ACTIVATEAPP.  This fixes menus not disappearing on X11 when
1455         the form lost focus or another control was clicked.
1456
1457 2007-04-25  Gert Driesen  <drieseng@users.sourceforge.net>
1458
1459         * DataGrid.cs: Uncomment MakeTransparent calls since bug #80151 is
1460         fixed.
1461
1462 2007-04-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1463
1464         * DrawListViewColumnHeaderEventHandler.cs, DrawToolTipEventArgs.cs,
1465           DrawListViewItemEventHandler.cs,
1466           DrawListViewSubItemEventHandler.cs, DrawToolTipEventHandler.cs:
1467           Added.
1468         * X11Structs.cs: More ToString implementation.
1469
1470 2007-04-25  Jonathan Pobst  <monkey@jpobst.com>
1471
1472         * ToolStripDropDownItem.cs: Don't lazy create a DropDown in Dispose.
1473         * ToolStripOverflowButton.cs: Don't lazy create a DropDown in HasDropDownItems.
1474
1475 2007-04-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1476
1477         * Control.cs: Only raise OnVisibleChanged if we're not recreating the
1478           handle.
1479         * FormCollection.cs: Don't add a form if it's already in the
1480           collection.
1481         * Form.cs: Change ShowDialog () to call ShowDialog (owner) with a null
1482           according to behaviour and MSDN. The ownerWin32 is the active
1483           window at the moment when we call ShowDialog, not the context's
1484           main form (the context's main form may open another form that opens
1485           a form with ShowDialog, the win32 owner is the second form). Add
1486           and remove forms to the Application.OpenForms in other places to
1487           better match MS behaviour. Add an IsActive property that raises
1488           On(de)Activated only if the active state has changed (we were
1489           raising OnDeactivated before OnActivated while creating forms).
1490         * Application.cs: Refactor Enabling/Disabling of windows for modal
1491           dialog loops out to separate methods, and restore the thread
1492           context when we quit the method. Fixes #81407.
1493
1494 2007-04-25  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1495
1496         * ListView.cs: In ItemControl.HandleClicks, also fire 
1497         2.0 MouseClick or MouseDoubleClick events on the parent,
1498         not only the Click/DoubleClick events.
1499
1500 2007-04-24  Andreia Gaita  <avidigal@novell.com>
1501
1502         * TableLayoutSettings.cs: 
1503         - Added a GetControls method and a support structure to help the 
1504         TypeConverter to enumerate the controls for     serialization. 
1505         - Added a new serialization constructor. 
1506         - Added a isSerialized flag initialized to true on the 
1507         serialization constructor so that the TableLayoutPanel.LayoutSettings 
1508         setter does not throw the designed NotSupportedOperation exception
1509         when the object is built through deserialization.
1510         - Implemented GetObjectData
1511         
1512         * TableLayoutPanel.cs: Added check on LayoutSettings.
1513
1514 2007-04-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1515
1516         * ListView.cs: Report Click and DoubleClick events to the parent
1517         from ItemsMouseUp, instead of ItemsMouseDown. This prevents us
1518         from breaking the click count state when using dialog forms (Control
1519         reports the clicks in a similar fashion). In the previous behaviour
1520         the last WM_LBUTTONUP message in a  double click was sent to the
1521         ListView's form, instead of the ListView, which was breaking the click
1522         count for it. Fixes #80387.
1523
1524 2007-04-24  Alan McGovern <alan.mcgovern@gmail.com>
1525
1526         * BindingNavigator.cs : fixed bugs revealed by new nunit tests
1527
1528 2007-04-24  Jonathan Pobst  <monkey@jpobst.com>
1529
1530         * ToolStripDropDownItem.cs: Lazy initialize the DropDown.  This prevents
1531         us from created dropdowns for menu items that do not have subitems.
1532         * ToolStripItem.cs, ToolStripProfessionalRenderer.cs, ToolStripSplitButton.cs:
1533         Check HasDropDownItems before calling DropDown so a dropdown will not be
1534         created if it isn't needed.
1535
1536 2007-04-24  Jackson Harper  <jackson@ximian.com>
1537
1538         * TreeView.cs: Set the first node to the selected node when we get
1539         focus if there is no selected node.
1540
1541 2007-04-24  Andreia Gaita  <avidigal@novell.com>
1542
1543         * MimeIcon.cs: remove using blocks so that image streams are
1544         not disposed of. Fixes #80151
1545
1546 2007-04-24  Jackson Harper  <jackson@ximian.com>
1547
1548         * TextBoxBase.cs: Fixup the height of textboxes when the control
1549         is created.
1550
1551 2007-04-24  Jonathan Pobst  <monkey@jpobst.com>
1552
1553         * ToolStrip.cs: Fully implement GetNextItem.  Call OnParentRightToLeftChanged
1554         for each ToolStripItem when the parent's RightToLeftChanged is called.
1555
1556 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1557
1558         * ComboBox.cs: Forward ContextMenu to the underlying textbox, if any.
1559           Fixes #80163.
1560         * Control.cs: Replace GetContextMenuInternal() with ContextMenuInternal
1561           property, so that the setter can be overriden too.
1562         * TextBox.cs: Change GetContextMenuInternal() to use
1563           ContextMenuInternal.
1564
1565 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1566
1567         * ThemeWin32Classic.cs: Use a black pen to draw checkboxes, fixes
1568           #81406.
1569
1570 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1571
1572         * ThemeWin32Classic.cs: Use a black pen to draw checkboxes, fixes
1573           #81406.
1574
1575 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1576
1577         * MaskedTextBox.cs: Commit this so nobody else starts working on it and
1578           avoid duplicate work. Mostily skeleton code, it's not working at
1579           all yet.
1580
1581 2007-04-20  Leszek Ciesielski <skolima@gmail.com>
1582
1583         * NotifyIcon.cs : stub for MouseClick event
1584         * Application.cs: stub for SetUnhandledExceptionMode
1585
1586 2007-04-24  Alan McGovern <alan.mcgovern@gmail.com>
1587
1588         * BindingNavigator.cs : Initial (partial) implementation
1589
1590 2007-04-23  Jackson Harper  <jackson@ximian.com>
1591
1592         * TreeView.cs: Do not create the treeview's handle when setting
1593         the scroll position.
1594         - ExpandAll needs to compute the scrollbars so it knows which
1595         position to set the bar too.
1596         * TreeNode.cs: 
1597         * TreeNodeCollection.cs: Pass new flag to UpdateScrollBars
1598
1599 2007-04-23  Jackson Harper  <jackson@ximian.com>
1600
1601         * TextBoxBase.cs: Non multiline textboxes shouldn't take the enter
1602         key. Fixes #81408.
1603
1604 2007-04-23  Jonathan Pobst  <monkey@jpobst.com>
1605
1606         * ToolStripItem.cs: Make GetImageSize internal.
1607         * ToolStripMenuItem.cs: Use GetImageSize to determine the size we
1608         need to draw an item.  Fixes a reported issue where images on menus
1609         that were not 16x16 were drawing incorrectly.
1610
1611 2007-04-21  Miguel de Icaza  <miguel@novell.com>
1612
1613         * Padding.cs: Use the converter, fixes the resgen2 issue with
1614         XMLNotePad. 
1615
1616 2007-04-21  Jackson Harper  <jackson@ximian.com>
1617
1618         * TreeView.cs: Dont try to unhighlight the selected node if there
1619         isn't a selected node.
1620
1621 2007-04-21  Jackson Harper  <jackson@ximian.com>
1622
1623         * UpDownBase.cs:
1624         * TextBoxBase.cs:
1625         * ListView.cs:
1626         * ListBox.cs:
1627         * TreeView.cs: Use the InternalBorderStyle property to set the
1628         initial border style, this forces the client rectangle to be sized
1629         correctly.
1630
1631 2007-04-20  Jackson Harper  <jackson@ximian.com>
1632
1633         * TreeView.cs: Simplify scrolling to the last node after expanding
1634         all.
1635         - Fix some off by ones with setting the bottom.
1636
1637 2007-04-20  Jonathan Pobst  <monkey@jpobst.com>
1638
1639         * Control.cs: Use DefaultSize for Size, calculate ClientSize from
1640         that.  We were incorrectly doing it the other way around.  Also,
1641         update ClientSize if we change the BorderStyle before the control
1642         is created.
1643
1644 2007-04-20  Gert Driesen  <drieseng@users.sourceforge.net>
1645
1646         * XplatUI.cs: Added Border3DSize, BorderSize, CaptionButtonSize,
1647         DoubleClickSize, DoubleClickTime and FixedFrameBorderSize. Renamed
1648         XplatUIDriver.Caption to CaptionHeight. Spaces to tabs.
1649         * XplatUIDriver.cs: Added Border3DSize, BorderSize, CaptionButtonSize,
1650         DoubleClickSize, DoubleClickTime and FixedFrameBorderSize. Renamed
1651         Caption to CaptionHeight.
1652         * XplatUIX11.cs: Renamed Caption to CaptionHeight.
1653         * Theme.cs: Modified Border3DSize, BorderSize, CaptionButtonSize
1654         and FixedFrameBorderSize to return value from current XplatUI driver.
1655         * XplatUIWin32.cs: Implemented Border3DSize, BorderSize,
1656         CaptionButtonSize, DragFullWindows, DoubleClickSize, DoubleClickTime
1657         and FixedFrameBorderSize using win32 API. Renamed Caption to
1658         CaptionHeight.
1659         * XplatUIOSX.cs: Renamed Caption to CaptionHeight.
1660         * SystemInformation.cs: Fixed typo in BorderSize.
1661
1662 2007-04-20  Gert Driesen  <drieseng@users.sourceforge.net>
1663
1664         * XplatUI.cs: Added MenuAccessKeysUnderlined.
1665         * XplatUIDriver.cs: Added MenuAccessKeysUnderlined.
1666         * XplatUIX11.cs: Implemented MenuAccessKeysUnderlined by always
1667         returning false.
1668         * Theme.cs: Modified MenuAccessKeysUnderlined to return corresponding
1669         value from XplatUI driver.
1670         * XplatUIWin32.cs: Implemented MenuAccessKeysUnderlined using
1671         SystemParametersInfo.
1672         * ThemeWin32Classic.cs: Remove obsolete MenuAccessKeysUnderlined
1673         override.
1674         * XplatUIOSX.cs: Implemented MenuAccessKeysUnderlind by always
1675         returning false.
1676
1677 2007-04-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1678
1679         * XplatUIX11.cs, Hwnd.cs: Remove warnings.
1680
1681 2007-04-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1682
1683         * MessageBox.cs, XplatUIX11.cs, Hwnd.cs: Remove warnings.
1684
1685 2007-04-20  Jonathan Pobst  <monkey@jpobst.com>
1686
1687         * ToolStripManager.cs: Fix a reported InvalidCastException when unmerging
1688         MenuStrips that contain ToolStripSeparators.
1689
1690 2007-04-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1691
1692         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Add
1693           DefineStdCursorBitmap.
1694         * Cursor.cs: Add an internal constructor so that the Cursor knows if it
1695           has been created off a standard cursor. This is used to get a
1696           bitmap of the standard cursor when Draw or DrawStretched is called
1697           in order to draw the cursor.
1698         * X11Structs.cs: Added XcursorImage and XcursorImages.
1699         * XplatUIX11.cs, XplatUIWin32.cs: Add and implement
1700           DefineStdCursorBitmap.
1701         * Cursors.cs: Update all relevant creations of Cursor to use the new
1702           internal constructor.
1703
1704 2007-04-19  Jackson Harper  <jackson@ximian.com>
1705
1706         * TextBox.cs: Move the has_been_focused into the base control, so
1707         some of the text adding methods can manipulate it (probably time
1708         for a better name for this flag too).
1709         - Call a new version of selectall that doesn't scroll
1710         * TextBoxBase.cs: When we append text, if the document is empty,
1711         don't scroll.  If the document has text already, we scroll to the
1712         end of the appended text.
1713         - When the text is changed, we reset the has_been_focused, so the
1714         next time the control gets focused, all the text is selected.
1715
1716 2007-04-19  Jackson Harper  <jackson@ximian.com>
1717
1718         * TextControl.cs: Move the margins to the document, add a method
1719         so the margin sizes can be updated.
1720         * TextBoxBase.cs: When the border style is changed, update the
1721         border sizes.
1722
1723 2007-04-19  Jonathan Pobst  <monkey@jpobst.com>
1724
1725         * Control.cs: Respect DefaultPadding.
1726         * GroupBox.cs: Implement DefaultPadding, DisplayRectangle takes
1727         padding into account.
1728         * ToolStrip.cs: Remove setting padding to DefaultPadding in constructor.        
1729
1730 2007-04-19  Jackson Harper  <jackson@ximian.com>
1731
1732         * TextControl.cs: Oops, we need to use the ClientRect not the
1733         bounds here.
1734
1735 2007-04-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1736
1737         * ListView.cs: In ItemControl.ItemsMouseDown, take into
1738         account the double clicks when CheckBoxes are used and
1739         the pointer is inside the checkbox. Fixes part of #81191.
1740
1741 2007-04-18  Jackson Harper  <jackson@ximian.com>
1742
1743         * TextControl.cs: Pressing the end key shouldn't move the caret
1744         past the line ending.
1745         * TextBoxBase.cs: We can still delete if we are in the line
1746         ending and the combine will just kill the existing line ending.
1747
1748 2007-04-18  Jackson Harper  <jackson@ximian.com>
1749
1750         * TextControl.cs: We can't move lines, then invalidate their
1751         bounds, we need to get the old bounds and combine that with the
1752         new bounds.
1753         * TextBoxBase.cs: Before combining two lines for a delete, we need
1754         to invalidate the area of the old line, since that will be moved
1755         in the combine operation.
1756
1757 2007-04-18  Everaldo Canuto  <everaldo@simios.org>
1758
1759         * LinkLabel.cs: In OnPaint invoke draw background to fix problems
1760         with transparent background. Fixes #80482.
1761
1762 2007-04-18  Jonathan Pobst  <monkey@jpobst.com>
1763
1764         * PictureBox.cs: Refresh on resize when SizeMode = Zoom.
1765         * ThemeWin32Classic.cs: Implement PictureBox.SizeMode = Zoom.
1766         [Fixes bug #81391]
1767
1768 2007-04-18  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1769
1770         * CreateParams.cs: Add a couple of helper methods and do a less string
1771           concatenation in ToString.
1772         * XplatUIX11.cs: Add an TranslateClientRectangleToXClientRectangle
1773           overload that takes a Control parameter, since this method may be
1774           called before a control is assigned to the hwnd (from
1775           CreateWindow), and update CreateWindow to use the new overload. In
1776           GetMenuOrigin subtract the title bar from the y position if the
1777           form has a window manager (since we're painting it and not X).
1778         * XplatUIWin32.cs: If we can get a form in GetMenuOrigin use the form's
1779           CreateParams to calculate the origin (since border sizes may vary).
1780           In ScreenToMenu only subtract the title height if we actually have
1781           a title.
1782         * MdiWindowManager.cs: Override MenuHeight to always return 0, since
1783           mdi children never have menus of themselves.
1784         * InternalWindowManager.cs: Implement menu handling like form does.
1785           Added GetMenuOrigin to calculate the menu origin, can't use the
1786           CreateParams from the form like normally since it's lying.
1787         * Hwnd.cs: Implement GetBorderSize better (in the sense more
1788           windows-like) and add Inflate and comparison operators to the
1789           Borders type. When calculating MenuOrigin and it's a form with a
1790           window manager, use the window manager to calculate it.
1791
1792 2007-04-17  Chris Toshok  <toshok@ximian.com>
1793
1794         * Control.cs (CreateControl): turns out in 2.0 we don't need this
1795         OnBindingContextChanged thing here.  It's only generated from
1796         ContainerControl.OnCreateControl.  Fixes a newly written unit test
1797         - BindingTest.BindingContextChangedTest4.
1798         
1799 2007-04-17  Jackson Harper  <jackson@ximian.com>
1800
1801         * ScrollBar.cs: When setting values, make sure the current
1802         position stays within the new values range.
1803
1804 2007-04-17  Chris Toshok  <toshok@ximian.com>
1805
1806         * Control.cs (CreateControl): talk about a bizarre corner case.
1807         Don't emit OnBindingContextChanged here if we're a parentless
1808         control (i.e. if we're a form.).  Fixes
1809         BindingTest.BindingContextChangedTest2.
1810
1811 2007-04-17  Everaldo Canuto  <everaldo@simios.org>
1812
1813         * ButtonBase.cs: Remove TextFormatFlags.WordBreak to mimic same behavior 
1814         from win32. Fixes #81255.
1815
1816 2007-04-17  Everaldo Canuto  <everaldo@simios.org>
1817
1818         * ThemeWin32Classic.cs: Remove text offset from DrawButtonText as it is
1819         already present in CalculateButtonTextAndImageLayout.
1820
1821 2007-04-17  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1822
1823         * XplatUIX11.cs: When setting min/max size for a window we need to
1824           translate the coordinates to x coordinates. Create an overload of
1825           SetWindowMinMax that takes a CreateParams handling this, and change
1826           SetWMStyles to call this function (can't use Control.FromHandle in
1827           the SetWindowMinMax to get the control/CreateParams from the handle
1828           because the handle might not have been assigned to the control
1829           yet). Fixes #81371.
1830
1831 2007-04-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1832
1833         * ListView.cs: In ItemControl.ItemMouseDown, don't change check state
1834         if StateImageList is non-null and it has less than two items (match MS
1835         behaviour). Also, in HandleNavKeys handle the Space key, calling
1836         the new ToggleItemsCheckState method, which tries to change the
1837         checked state of the selected items. Fixes part of #81191.
1838
1839 2007-04-16  Jackson Harper  <jackson@ximian.com>
1840
1841         * RichTextBox.cs: namespace cleanup.
1842
1843 2007-04-16  Everaldo Canuto  <everaldo@simios.org>
1844
1845         * XplatUIWin32.cs: Back last parameter to true in SetClipRegion.
1846
1847 2007-04-16  Everaldo Canuto  <everaldo@simios.org>
1848
1849         [Fixes #79447]
1850         * Control.cs: Call invalidate in set_Region.
1851
1852         * XplatUIX11.cs, XplatUIWin32.cs: Remove invalidate from SetClipRegion as
1853         it dont works here.
1854
1855 2007-04-16  Jackson Harper  <jackson@ximian.com>
1856
1857         * TextBoxBase.cs: When enter is pressed, we need to update all
1858         lines below the current.
1859
1860 2007-04-16  Jonathan Pobst  <jpobst@monkey.com>
1861
1862         * MdiClient.cs: Implement implicit menu merging for MDI
1863         children.  When a child form is active, if it has a menustrip
1864         and the parent form has a MainMenuStrip, automatically merge
1865         the menus.
1866
1867 2007-04-15  Andreia Gaita  <avidigal@novell.com>
1868
1869         * TabControl.cs: Refactored sizing methods to not repeat
1870         code all over the place. Tab bounds are now calculated
1871         as if alignment is top and single line, and only when 
1872         setting the bounds are the positions adjusted according
1873         to alignment. Replaced hardcoded positions, spacings and
1874         paddings by getting the values the ThemeEngine. 
1875         Fixes #79619.
1876         
1877         * Theme.cs: Change TabControl properties and methods so
1878         that all start with TabControl*. Added more properties
1879         to help remove hardcoded values on tabcontrol.
1880         Add CPDrawBorder3D declaration so the Theming classes
1881         can access it.
1882         
1883         * ThemeClearlooks.cs, ThemeNice.cs: Method signature changes from Theme.
1884
1885         * ThemeWin32Classic.cs: Rector TabControl out to the TabControlPainter
1886         on the Theming namespace, and call the appropriate methods here.
1887         Change CPDrawBorder3D to public.
1888
1889 2007-04-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1890
1891         * Control.cs: In WmRButtonUp, send the WM_CONTEXTMENU message to
1892         the control after firing the OnMouseUp event, instead of sending
1893         the message before the mentioned event. This is so we can match the
1894         MS behaviour. Fixes part of #80385.
1895
1896 2007-04-13  Jonathan Pobst  <monkey@jpobst.com>
1897
1898         * ToolStripItem.cs: Call the RightToLeftChanged event when setting the
1899         RightToLeft property.
1900
1901 2007-04-13  Jonathan Pobst  <monkey@jpobst.com>
1902
1903         * ToolStrip.cs: Add properties and internal methods to support merging.
1904         * ToolStripItem.cs: Add MergeAction and MergeIndex.
1905         * ToolStripItemCollection.cs: Add Insert and Remove methods that do
1906         not trigger reparenting or layouts.
1907         * ToolStripManager.cs: Add Merge and RevertMerge methods.
1908         * ToolStripOverflow.cs: Add a convenience method to find the ToolStrip that
1909         is hosting the overflow menu.
1910
1911 2007-04-13  Jackson Harper  <jackson@ximian.com>
1912
1913         * TextControl.cs: Set the line ending correctly for the first
1914         inserted line.
1915
1916 2007-04-13  Sebastien Pouliot  <sebastien@ximian.com>
1917
1918         * Theme.cs: Update GetMethod to get the new definition for 
1919         KnownColors.Update (and fix theme color updates).
1920
1921 2007-04-12  Everaldo Canuto  <everaldo@simios.org>
1922
1923         * MessageBox.cs: Fix some test and button position.
1924
1925 2007-04-12  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1926
1927         * Form.cs: Consider the implicit controls in
1928         GetRealChildAtPoint. We need it since this method
1929         is called on Form when handling the some messages in
1930         WndProc, and need to consider those implicit ones too.
1931         Fixes #80385.
1932
1933 2007-04-12  Jonathan Pobst  <monkey@jpobst.com>
1934
1935         * ToolStripMenuItem.cs: Display the ShortcutKeyDisplayString even
1936         if there are no ShortcutKeys set.
1937         * ToolStripProfessionalRenderer.cs: If an item has had its BackColor
1938         set, use it when painting.
1939
1940 2007-04-12  Jackson Harper  <jackson@ximian.com>
1941
1942         * TextControl.cs: Fix some off-by-one issues in line duplication
1943         and insertion in the undo manager. Also, overwrite the first tag
1944         of a line on insert, if it is just a zero lengthed tag. This
1945         prevents us from getting an extra stranded tag at the beginning of
1946         the first line.
1947
1948 2007-04-11  Everaldo Canuto  <everaldo@simios.org>
1949
1950         * Label.cs: Remove check for handle created in CalcAutoSize, we need 
1951         to calculated proper size including when handle was not created yet.
1952
1953 2007-04-11  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1954
1955         * MdiWindowManager.cs: When moving a form, allow the form to be moved
1956           when the mouse is outside of it's parent's client rectangle. Fixes
1957           #79982 (take 3, part 2).
1958
1959 2007-04-10  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1960
1961         * X11Structs.cs: Add a few ToString() overrides.
1962         * XplatUIX11.cs: Added GetTopLevelWindowLocation to try to calculate
1963           the window location in a window-manager independent way. Reworked
1964           FrameExtents, it now actually works. Reworked AddConfigureNotify
1965           and ReparentNotify handling to use GetTopLevelWindowLocation
1966           instead of the earlier, more hacky solution. Reworked SetWMStyles,
1967           hopefully for the better: we now set _NET_WM_WINDOW_TYPE* for all
1968           windows, DIALOG for modal windows, UTILITY for toolboxes and NORMAL
1969           for all other windows (fixes #81281 part 1), a toolwindow is hidden
1970           from the taskbar if it has a parent (fixes #81281 part 2 for kwin),
1971           and generally refactored to do as few calculations as possible
1972           inside the lock.
1973
1974 2007-04-09  Sebastien Pouliot  <sebastien@ximian.com>
1975
1976         * Theme.cs: Change "reflective-contract" between MWF and SD to 
1977         minimize # of calls, avoid Color serialization and avoid updating 
1978         every "known colors" each time a single one is updated.
1979
1980 2007-04-09  Gert Driesen  <drieseng@users.sourceforge.net>
1981
1982         * DataGridTextBoxColumn.cs: Only set IsInEditOrNavigateMode to false
1983         when not readonly and the text is explicitly set. Code style updates.
1984         * DataGridTableStyle.cs: Removed extra line.
1985         * DataGrid.cs: Code style updates. Removed extra whitespace.
1986         * DataGridColumnStyle.cs: Code style updates. Removed extra 
1987         whitespace.
1988
1989 2007-04-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1990
1991         * XplatUIX11.cs: Added comment that "fixes" #80021.
1992
1993 2007-04-09  Jackson Harper  <jackson@ximian.com>
1994
1995         * TextControl.cs: We don't need this -1 on the line count anymore.
1996
1997 2007-04-09  Gert Driesen  <drieseng@users.sourceforge.net>
1998
1999         * DataGridTextBoxColumn.cs: In Commit, use TypeConverter to convert
2000         entered value to underlying type, and convert it back to a string to
2001         apply formatting. Modified GetFormattedValue to use TypeConverter
2002         if available.
2003
2004 2007-04-08  Gert Driesen  <drieseng@users.sourceforge.net>
2005
2006         * ListViewItem.cs: Added null checks. Avoid duplicating code in ctors.
2007         Use SubItems property when we want to ensure there's at least one
2008         subitem. Modified SubItems property to ensure there's always at least
2009         one subitem. Avoid using ListViewSubItemCollection.AddRange to match
2010         the NRE's reported by MS.
2011
2012 2007-04-07  Gert Driesen  <drieseng@users.sourceforge.net>
2013
2014         * ProgressBar.cs: On 2.0 profile, default forecolor is Highlight. Added
2015         ResetForeColor override on 2.0. Fixed a few API compatibility issues.
2016         Spaces to tabs. Removed extra tabs.
2017
2018 2007-04-06  Jonathan Pobst  <monkey@jpobst.com>
2019
2020         * ToolStripSplitStackLayout.cs: If we run out of things to hide, don't
2021         infinite loop.  (Forgot to copy to the horizontal toolstrip case.)
2022
2023 2007-04-06  Jackson Harper  <jackson@ximian.com>
2024
2025         * TextBoxBase.cs: When a delete removes a line, recalculate all
2026         lines below that line (they need to get offsets setup correctly)
2027         and invalidate.
2028
2029 2007-04-05  Jackson Harper  <jackson@ximian.com>
2030
2031         * TextControl.cs: We need to invalidate across the width of the
2032         document when we are invalidating multiple lines.
2033         * TextBoxBase.cs: Don't delete into the line ending.
2034
2035 2007-04-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2036
2037         * ListView.cs: Restore the check for the MouseHover event
2038         in ListView. It looks like the ListView fires more than one MouseHover
2039         event when HoverSelection is true  _only_ in weird-corner scenarios, but
2040         in most of the cases it only fires one. Also, add the 2.0 ItemMouseHover
2041         event.
2042
2043 2007-04-05  Mike Kestner  <mkestner@novell.com>
2044
2045         * ListView.cs : raise MouseDown before updating selection.
2046         [Fixes #80373 tab 1&3]
2047
2048 2007-04-05  Jonathan Pobst  <monkey@jpobst.com>
2049
2050         * ToolStripRenderer.cs: Add static method to mirror image.
2051         * ToolStripProfessionalRenderer.cs: Support ImageTransparentColor
2052         and RightToLeftAutoMirrorImage.
2053         * ToolStripItem.cs: Remove MonoTODO from ImageTransparentColor.
2054
2055 2007-04-05  Jonathan Pobst  <monkey@jpobst.com>
2056
2057         * ToolStripSplitStackLayout.cs: Support Alignment property.
2058         * ToolStripItem.cs: Remove MonoTODO from the Alignment property.
2059
2060 2007-04-05  Jackson Harper  <jackson@ximian.com>
2061
2062         * TextControl.cs: Move around the line endings when crossing line
2063         boundaries.
2064         - When combining lines, strip the ending text off the first line.
2065
2066 2007-04-05  Jackson Harper  <jackson@ximian.com>
2067
2068         * TextControl.cs:
2069         * TextBoxBase.cs: Try to never move the cursor into the line
2070         ending.
2071         
2072 2007-04-04  Jonathan Pobst  <monkey@jpobst.com>
2073
2074         * ToolStripItem.cs: Make sure we aren't firing mouse events when
2075         the item is disabled.  Also add a few missing methods.
2076
2077 2007-04-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2078
2079         * ListView.cs: We don't need the MouseEnter/MouseLeave check
2080         to fire just one MouseHover event when HoverSelection is true, since
2081         .Net does fire more than one MouseHover event in that scenario. Also,
2082         fix the selection in HoverSelection, by invoking UpdateMultiSelect
2083         if MultiSelect is true, instead of only setting ListViewItem.Selected.
2084         Finally, we need to reset the Hover logic in MouseMove, even when we
2085         don't have a selected item.
2086
2087 2007-04-04  Jonathan Pobst  <monkey@jpobst.com>
2088
2089         * ToolStrip.cs: Add several missing methods, properties, and events.
2090
2091 2007-04-04  Chris Toshok  <toshok@ximian.com>
2092
2093         * DataGridTextBoxColumn.cs: set the bounds of the text box to
2094         (0,0,0,0) in Commit, as MS does.
2095
2096         * DataGrid.cs: call EndEdit() from Select() as microsoft does, and
2097         make sure we set CurrentRow on a row header click *before* calling
2098         Select.  This moves the current cell (and the textbox) to the new
2099         row.  The call to Select then hides the textbox, giving us the
2100         correct behavior.  Fixes #80362.
2101
2102         * CurrencyManager.cs (UpdateIsBinding): raise ItemChanged (-1).
2103         (ListChangedHandler): reorder the position/current changed events,
2104         and call UpdateIsBinding in the ItemAdded case.
2105
2106         * GridColumnStylesCollection.cs: add some columns events, one of
2107         which raises the CollectionChanged event.
2108
2109 2007-04-04  Jackson Harper  <jackson@ximian.com>
2110
2111         * TextControl.cs: When we delete multiple selection lines
2112         invalidate the selection area, don't need to do that for single
2113         lines because the final update view will handle it.
2114
2115 2007-04-04  Jonathan Pobst  <monkey@jpobst.com>
2116
2117         * Control.cs: When we CreateControl, we need to also create all of the
2118         control's children.  The child's OnLoad must also fire before the parent's
2119         OnLoad.  Fixes the toolbox size in PDN.
2120
2121 2007-04-04  Jackson Harper  <jackson@ximian.com>
2122
2123         * TextBoxBase.cs: When the user presses enter, insert a line
2124         ending into the text. (Maybe this would be a good spot for
2125         Environment.NewLine).
2126         * TextControl.cs: Remove undo manager hack, line endings get
2127         inserted properly now.
2128         
2129 2007-04-04  Everaldo Canuto  <everaldo@simios.org>
2130
2131         * MenuAPI.cs: 
2132         - Remove unneeded parameters in UpdateCursor.
2133         - Fix UpdateCursor to check if menu is active.
2134         - Call UpdateCursor when menu deactivate my click.
2135         [Fixes remaining issues from #80410]
2136
2137 2007-04-04  Everaldo Canuto  <everaldo@simios.org>
2138
2139         * Control.cs: GetRealChildAtPoint method added, it make an
2140         recursive child control search for the point. 
2141
2142         * Form.cs: Makes use of GetRealChildAtPoint in mouse event after closes
2143         menu.
2144
2145         * MenuAPI.cs: Makes use of GetRealChildAtPoint in UpdateCursor.
2146
2147 2007-04-03  Everaldo Canuto  <everaldo@simios.org>
2148
2149         * Form.cs: Fix mouse position when send back mouse event after closes
2150         menu.
2151
2152 2007-04-03  Everaldo Canuto  <everaldo@simios.org>
2153
2154         * Form.cs: Simplify the BUTTONDOWN for active tracker.
2155
2156 2007-04-03  Jonathan Pobst  <monkey@jpobst.com>
2157
2158         * Control.cs: Fix an issue where if a user resized a control inside
2159         a sizing method like OnResize, we would overwrite their explicit
2160         value.  Also, only call DefaultSize once in the constructor instead
2161         of 4 times.  Also, do not call SetBoundsCore from SetBounds if 
2162         nothing actually changed.
2163
2164 2007-04-03  Jackson Harper  <jackson@ximian.com>
2165
2166         * TextControl.cs: Don't attempt to copy text for lines with no
2167         text in them (technically this shouldn't happen, but we aren't
2168         always inserting line endings when we should be).
2169
2170 2007-04-03  Jackson Harper  <jackson@ximian.com>
2171
2172         * TextBoxBase.cs: Calculate the scrollbars before calculating the
2173         document, because this sets some of the document size properties
2174         that are needed.
2175
2176 2007-04-03  Jackson Harper  <jackson@ximian.com>
2177
2178         * TextBoxBase.cs: We need to calculate maximums even if this is
2179         not a multiline control, because the maxs are used for scrolling.
2180         - Display the caret after doing a page up/down, we need to
2181         manually display it because a proper CaretMoved event isn't
2182         triggered (this is because of the way the math is done to
2183         determine how far to scroll).
2184
2185 2007-04-03  Jonathan Pobst  <monkey@jpobst.com>
2186
2187         * ToolBar.cs: Fix some breakage caused by the SetBoundsCore change.
2188         (ToolBar was relying on SetBoundsCore to default the values sent 
2189         base off of BoundsSpecified.)
2190
2191 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2192
2193         * DateTimePicker.cs: Change Text so that when a null value or empty
2194           string is assigned to the test we always raise ValueChanged and
2195           TextChanged (earlier implementation would only raise ValueChanged
2196           if the current date value was different from DateTime.Now).
2197
2198 2007-04-03  Andreia Gaita <avidigal@novell.com> 
2199
2200         * ButtonBase: Call update after invalidation, fixes #80194
2201
2202 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2203
2204         * ThemeWin32Classic.cs: Draw StatusBar using double buffering. Fixes
2205           #79335.
2206
2207 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2208
2209         * XplatUIX11.cs: SetWMStyles: If the control is a form with
2210           FormBorderStyle = None, don't give the window any decorations.
2211           Fixes #81276.
2212
2213 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2214
2215         * XplatUI.cs, XplatUIDriver.cs: Updated CalculateWindowRect parameters.
2216         * CreateParams.cs: Fix IsSet, wasn't working correctly when the style
2217           to check for is a mix of several styles (such as WS_CAPTION for
2218           instance).
2219         * Control.cs: Don't paint an area bigger than the client area when
2220           painting the background colour. Add an internal GetCreateParams.
2221           Update calls to XplatUI.CalculateWindowRect due to API change.
2222         * XplatUIX11.cs: In PerformNCCalc set the initial size to the whole
2223           window's size, and handle WM_NCCALCSIZE in DefWndProc to calculate
2224           the size if it hasn't been handled by any windows. When creating
2225           and moving windows, X wants the location of the entire window, but
2226           the size of the client window, so add
2227           TranslateClientRectangleToXClientRectangle,
2228           TranslateWindowSizeToXWindowSIze and
2229           TranslatedXWindowSizeToWindowSize to cope with this, and call them
2230           before every window creation and move. Update CalculateWIndowRect
2231           to use Hwnd.GetWindowRect (one step towards removing DeriveStyles).
2232           In AddConfigureNotify don't do anything if the hwnd is a zombie
2233           (fixes the BadWindow we were getting while running the tests),
2234           always calculate the offsets when it's a parentless window, not
2235           only when reparented, and translate the window size, since we're
2236           getting the client size of the whole window, excluding entire
2237           window.
2238         * Theme.cs: Added BorderSizableSize.
2239         * XplatUIWin32.cs: Fix RECT Height and Width. Don't fake styles here
2240           anymore. Update calls to XplatUI.CalculateWindowRect due to API
2241           chang
2242         * Form.cs: Update calls to XplatUI.CalculateWindowRect due to API
2243           change. Fake the window styles here instead of in XplatUIWin32 so
2244           that all back-ends get the same window styles (and it's Form that's
2245           deciding when to use wm, not the Win32 backend anyways)
2246         * Hwnd.cs: Completely reworked GetWindowRectangle and
2247           GetClientRectangle - they are now passed a CreateParams and they
2248           only use Style and ExStyle to determine the rectangles (they should
2249           now work just like Win32AdjustWindowRectEx - though quite a few
2250           special cases are probably missing). They should also be 100%
2251           complimentary (i.e. GetWindowRectangle (GetClientRectangle (rect))
2252           == rect), and all numbers (borders, menu sizes) are taken from the
2253           current theme. Added a GetBorders helper function that will return
2254           the borders for any given CreateParams (including captions and
2255           menus), and GetBorderSize that returns the given border size only.
2256         * XplatUIOSX.cs: Update calls to CalculateWindowRect and
2257           Hwnd.GetClientRectangle.
2258
2259 2007-04-02  Chris Toshok  <toshok@ximian.com>
2260
2261         * DataGridBoolColumn.cs: rewrite things a bit, and fix up the
2262         logic between the values we present to the user and the values
2263         which are stored in the column's property.  Also, don't call
2264         GetPreferredSize - it's virtual. Along the way, fix bug #80965.
2265
2266 2007-04-02  Jackson Harper  <jackson@ximian.com>
2267
2268         * TextBoxBase.cs: Scroll faster!
2269
2270 2007-04-02  Jonathan Pobst  <monkey@jpobst.com>
2271
2272         * StatusStrip.cs: Layout fixes for PDN.
2273         * ToolStrip.cs: Set item's available to true, and placement to main when
2274         added.
2275         * ToolStripItem.cs: Fix an Available issue, check that Parent is really
2276         changing in setter before doing any work, add InternalVisible.
2277         * ToolStripPanel.cs: Remove unused variable to fix compiler warning.
2278         * ToolStripSplitStackLayout.cs: If we run out of things to hide, don't
2279         infinite loop.
2280
2281 2007-04-02  Jackson Harper  <jackson@ximian.com>
2282
2283         * TextBox.cs: LBUTTON does not make the textbox select all of it's
2284         text on focus.
2285
2286 2007-04-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2287
2288         * XplatUIWin32.cs: Use the previous change in SetParent for forms only.
2289           Makes ToolStripComboBoxes show up again.
2290
2291 2007-04-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2292
2293         * ListView.cs: Add a hover_pending field in ListView
2294         to fire just one OnMouseHover event for each MouseEnter/MouseLeave
2295         cycle (we are resetting the MouseHover logic in XplatUI
2296         to handle HoverSelection). Fixes #80429.
2297
2298 2007-04-02  Jackson Harper  <jackson@ximian.com>
2299
2300         * TextControl.cs: Make sure the attributes get set on the last
2301         tag.
2302         - Still have to do the end tag if we have stepped all the ways to
2303         the end.
2304
2305 2007-04-02  Sebastien Pouliot  <sebastien@ximian.com>
2306
2307         * XplatUIOSX.cs, XplatUIX11.cs, XplatUIX11GTK.cs: Remove dependency
2308         on an internal libgdiplus call when the information is already 
2309         available via the public API.
2310
2311 2007-04-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2312
2313         * Control.cs: Call ContainerControl.ChildControlRemoved whenever a
2314           control is removed from a control collecftion.
2315         * XplatUIX11.cs: The first location for toplevel form is (22, 22).
2316           Fixes FormPropertyTest (failed on rare occasions).
2317         * XplatUIWin32.cs: Add a workaround in SetParent for strange behaviour
2318           of Win32SetParent (when changing from no parent to a parent it
2319           might add the new parent's location in screen coordinates to this
2320           window's location).
2321         * Form.cs: Rework ChangingParent once again, now the handle is
2322           recreated whenever a FormWindowManager is added or removed (that is
2323           whenever a normal form is parented or abandoned). Also change
2324           CreateParams so that all non-toplevel windows always get the
2325           specified sice (StartupPosition is never considered for
2326           non-TopLevel forms).
2327         * ContainerControl.cs: Add ChildControlRemoved, the container control
2328           needs to be notified when a control is removed from it's
2329           collection, in the case the removed control is the active control.
2330
2331 2007-04-02  Jackson Harper  <jackson@ximian.com>
2332
2333         * RichTextBox.cs: Use the new methods for setting the font and
2334         color, these methods set the specified attribute without
2335         overriding the other attributes.
2336
2337 2007-04-02  Jonathan Pobst  <monkey@jpobst.com>
2338
2339         * ToolStripPanel.cs: Fixes for better layouts in PDN.
2340
2341 2007-03-31  Gert Driesen  <drieseng@users.sourceforge.net>
2342
2343         * TextBox.cs: Added internal ChangeBackColor method to special-case
2344         Color.Empty. Added check for invalid ScrollBars value.
2345         * TextBoxBase.cs: Added internal ChangeBackColor method.
2346         * RichTextBox.cs: Only set backcolor_set on 2.0 profile. Added
2347         internal ChangeBackColor method to special-case Color.Empty. Added
2348         check for invalid ScrollBars value.
2349
2350 2007-03-30  Everaldo Canuto  <everaldo@simios.org>
2351
2352         * MenuItem.cs: On invalidate prevent form to create handle. [Fixes #81272]
2353
2354 2007-03-30  Jonathan Pobst  <monkey@jpobst.com>
2355
2356         * ScollableControl.cs: Add HorizontalScroll and VerticalScroll properties.
2357         * ScrollProperties.cs, HScrollProperties.cs, VScrollProperties.cs: Added.
2358         [Based on submitted patch from Olivier Duff.]
2359
2360 2007-03-30  Jackson Harper  <jackson@ximian.com>
2361
2362         * TextBox.cs: Only select all on initial focus if the user has not
2363         specified a selection area.
2364
2365 2007-03-30  Jonathan Pobst  <monkey@jpobst.com>
2366
2367         * UserControl.cs: Override CreateParams.
2368
2369 2007-03-30  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2370
2371         [ Fixes #80995 ]
2372
2373         * XplatUI.cs, XplatUIDriver.cs: Updated CalculateWindowRect parameters.
2374         * CreateParams.cs: Fix IsSet, wasn't working correctly when the style to
2375           check for is a mix of several styles (such as WS_CAPTION for instance).
2376         * Control.cs: Don't paint an area bigger than the client area when painting
2377           the background colour. Add an internal GetCreateParams. Update calls to
2378           XplatUI.CalculateWindowRect due to API change.
2379         * XplatUIX11.cs: In PerformNCCalc set the initial size to the whole window's
2380           size, and handle WM_NCCALCSIZE in DefWndProc to calculate the size if it
2381           hasn't been handled by any windows. When creating and moving windows, X
2382           wants the location of the entire window, but the size of the client
2383           window, so add TranslateClientRectangleToXClientRectangle,
2384           TranslateWindowSizeToXWindowSIze and TranslatedXWindowSizeToWindowSize
2385           to cope with this, and call them before every window creation and move.
2386           Update CalculateWIndowRect to use Hwnd.GetWindowRect (one step towards
2387           removing DeriveStyles). In AddConfigureNotify don't do anything if the
2388           hwnd is a zombie (fixes the BadWindow we were getting while running the
2389           tests), always calculate the offsets when it's a parentless window, not
2390           only when reparented, and translate the window size, since we're getting
2391           the client size of the whole window, excluding entire window.
2392         * Theme.cs: Added BorderSizableSize.
2393         * XplatUIWin32.cs: Fix RECT Height and Width. Don't fake styles here
2394           anymore. Update calls to XplatUI.CalculateWindowRect due to API change.
2395         * Form.cs: Update calls to XplatUI.CalculateWindowRect due to API change.
2396           Fake the window styles here instead of in XplatUIWin32 so that all
2397           back-ends get the same window styles (and it's Form that's deciding when
2398           to use wm, not the Win32 backend anyways)
2399         * Hwnd.cs: Completely reworked GetWindowRectangle and GetClientRectangle -
2400           they are now passed a CreateParams and they only use Style and ExStyle
2401           to determine the rectangles (they should now work just like
2402           Win32AdjustWindowRectEx - though quite a few special cases are probably
2403           missing). They should also be 100% complimentary (i.e. GetWindowRectangle
2404           (GetClientRectangle (rect)) == rect), and all numbers (borders, menu
2405           sizes) are taken from the current theme. Added a GetBorders helper
2406           function that will return the borders for any given CreateParams
2407           (including captions and menus), and GetBorderSize that returns the given
2408           border size only.
2409         * XplatUIOSX.cs: Update calls to CalculateWindowRect and
2410           Hwnd.GetClientRectangle.
2411
2412 2007-03-30  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2413
2414         * Form.cs: Don't layout mdi children on MdiParent creation, the initial
2415           layout of the mdi children is handled by CreateParams. Fixes
2416           #79964,
2417
2418 2007-03-29  Everaldo Canuto  <everaldo@simios.org>
2419
2420         * MenuAPI.cs: Make OnMouseDown returns a boolean to identify if event is
2421         processed.
2422
2423         * Form.cs: When active tracker mouse down is not processed, send event 
2424         back to control inside mouse position. [Fixes #81227]
2425
2426 2007-03-29  Jonathan Pobst  <monkey@jpobst.com>
2427
2428         * ComboBox.cs: Override the ComboListBox's ActivateOnShow property and
2429         remove WS_VISIBLE from CreateParams to prevent combobox dropdowns from
2430         stealing focus from the active form on Windows.  (Control will be made
2431         visible in ShowWindow.)
2432
2433 2007-03-29  Mike Kestner  <mkestner@novell.com>
2434
2435         * ImageList.cs : add internal Changed event.
2436         * ListView.cs : hook up to StateImageList.Changed to perform
2437         invalidations when the the state icon list changes. [Fixes #81191]
2438
2439 2007-03-29  Jonathan Pobst  <monkey@jpobst.com>
2440
2441         * ToolTip.cs: Override the ToolTipWindow's ActivateOnShow property
2442         to prevent tooltips from stealing focus from the active form on Windows.
2443
2444 2007-03-29  Everaldo Canuto  <everaldo@simios.org>
2445
2446         * ThemeWin32Classic.cs: Small stetic fixes in notifyicon balloon. 
2447
2448         * ThemeClearlooks.cs: Implement notifyicon balloon for clearlooks theme.
2449
2450 2007-03-29  Everaldo Canuto  <everaldo@simios.org>
2451
2452         * NotifyIcon.cs, ThemeWin32Classic.cs: Icon support added to notifyicon
2453         balloons.
2454
2455 2007-03-29  Jackson Harper  <jackson@ximian.com>
2456
2457         * TextControl.cs: When deleting text from non multiline textboxes,
2458         we need to update the entire document, because line offsets will
2459         be shifting.
2460
2461 2007-03-29  Everaldo Canuto  <everaldo@simios.org>
2462
2463         * XplatUIX11.cs, ThemeWin32Classic.cs, Theme.cs: ShowBalloonWindow method
2464         added to theme, now we can create themes that uses diferent notify engines
2465         like notification-daemon from galago project or growl for Mac OS.
2466
2467 2007-03-28  Everaldo Canuto  <everaldo@simios.org>
2468
2469         * NotifyIcon.cs: Prevent Balloon to show in task bar.
2470
2471 2007-03-28  Everaldo Canuto  <everaldo@simios.org>
2472
2473         * XplatUIX11.cs: Prevent system to open more than one balloon.
2474
2475         * NotifyIcon.cs: Prevent system to open more than one balloon and remove
2476         some compiler warning messages.
2477
2478 2007-03-28  Everaldo Canuto  <everaldo@simios.org>
2479
2480         [Fixes #79149]
2481
2482         * XplatUIX11.cs: Implement SystrayBalloon for X11 systems.
2483
2484         * ThemeWin32Classic.cs, Theme.cs: DrawBalloonWindow and BalloonWindowRect 
2485         implemented, this methods is used by NotifyIcon.BalloonWindow class.
2486
2487         * NotifyIcon.cs: BalloonWindow class added to support Balloon in X11 
2488         systems.
2489
2490 2007-03-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2491
2492         * ListViewItem.cs: Forgot to make Invalidate internal.
2493
2494 2007-03-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2495
2496         * ListView.cs: Add a InvalidateSelection method to
2497         invalidate methods which are currently selected, and call
2498         it when setting FullRowSelect and HideSelection, instead of
2499         calling Redraw.
2500
2501 2007-03-28  Chris Toshok  <toshok@ximian.com>
2502
2503         * XplatUIX11.cs (UnmapWindow): reindent this block.
2504
2505         * DataGrid.cs (UpdateSelectionAfterCursorMove): we need to update
2506         the selection_start if we're moving the selection (that is, not
2507         extending it). Fixes bug #80461.
2508
2509 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
2510
2511         * ProgressBar.cs: Make the default MarqueeAnimationSpeed = 100.
2512         * ToolStripPanel.cs: Fix RowMargin, Renderer, RenderMode, and
2513         create private ControlCollection.
2514
2515 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
2516
2517         * Control.cs: We need to call OnVisibleChanged for our implicit
2518         children as well as our normal children.  Fixes scrollbars in
2519         comboboxes not showing up.
2520
2521 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
2522
2523         * Control.cs, Form.cs: Anywhere we call CreateHandle, we need to do
2524         the check for IsHandleCreated first.  The check in CreateHandle is not
2525         good enough because CreateHandle can be overriden, and the override 
2526         should not be called if the handle is already created.
2527
2528 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
2529
2530         * ToolStrip.cs: Remove MonoTODO for tooltips.
2531         * ToolStripComboBox.cs: Fix MonoTODO for DropDownHeight and events.
2532         * ToolStripContainer.cs: Add custom ControlCollection class.
2533         * ToolStripContentPanel.cs: Fix Renderer setting to match MS behavior.
2534         * ToolStripDropDown.cs: Add some missing properties/methods.
2535         * ToolStripDropDownMenu.cs: Override OnLayout and SetDisplayedItems.
2536         * ToolStripItem.cs: Remove MonoTODO for tooltips.
2537         * ToolStripManager.cs: Add IsShortcutDefined.
2538         * ToolStripOverflow.cs: Override LayoutEngine.
2539         * ToolStripProgressBar.cs: Add MarqueeAnimationSpeed.
2540         * ToolStripSeparator.cs: Add ImageKey.
2541
2542 2007-03-28  Jackson Harper  <jackson@ximian.com>
2543
2544         * TextControl.cs: If a char delete removes a line ending, we need
2545         to update the ending style.
2546         - Make sure the line ending calcs get called.
2547
2548 2007-03-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2549
2550         * XplatUIX11.cs: CreateWindow: Remove old default form location code,
2551           it was making the new code not work. Fixed a typo in the new code
2552           as well. Fixes #79826.
2553
2554 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
2555
2556         * XplatUIWin32.cs:
2557         - NIF_STATE and NIF_INFO added to NotifyIconFlags.
2558         - NOTIFYICONDATA properties sizes fixed, szTip is 128, not 64.
2559         - SystrayBalloon method implemented.
2560         [Add support for notifyicon balloon on win32, #79149]
2561
2562 2007-03-27  Mike Kestner  <mkestner@novell.com>
2563
2564         * ThemeWin32Classic.cs : update StateImageList selection to mirror
2565         the ms behavior when only one image is added to the list.
2566         [Fixes #81191]
2567
2568 2007-03-27  Jackson Harper  <jackson@ximian.com>
2569
2570         * TextControl.cs: Improvements to non multiline line ending
2571         drawing/measuing.
2572
2573 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
2574
2575         * XplatUIX11.cs: Fix the time which tooltip is opened for NotifyIcon. 
2576
2577 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
2578
2579         * NotifyIcon.cs: 
2580         - Balloon message handling added.
2581         - Call XplatUI.SystrayBalloon in ShowBalloonTip. 
2582
2583         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
2584         XplatUIOSX.cs, XplatUIX11-new.cs: ShowBalloonTip method renamed 
2585         to SystrayBalloon to me like other Systray method, also a
2586         handle parameter added.
2587
2588 2007-03-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2589
2590         * ListView.cs: Show scrollbars even when items.Count == 0
2591         but the columns Width is bigger than the ListView.Width.
2592         Also, when columns.Count == 0 set layout_wd and layout_ht
2593         to the ClientRectangle values, so we don't show any scrollbar
2594         in that case.
2595
2596 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
2597
2598         * XplatUIStructs.cs: Balloon (NIN_BALLOON*) constants added.
2599
2600 2007-03-27  Jackson Harper  <jackson@ximian.com>
2601
2602         * RichTextBox.cs: The RTF library decodes the text properly for us
2603         now.
2604
2605 2007-03-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2606
2607         * ListView.cs: Display HeaderControl even when columns.Count == 0.
2608         * ThemeWin32Classic.cs: Use SystemBrushes.Control to draw the
2609         ListView header (HeaderControl), instead of Control.BackColor.
2610
2611 2007-03-27  Jonathan Pobst  <monkey@jpobst.com>
2612
2613         * Control.cs: Call OnVisibleChanged in SetVisibleCore for non-forms.
2614         Fixes tab control issues where controls would not show up because they
2615         never received their OnVisibleChanged call.
2616
2617 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
2618
2619         * NotifyIcon.cs: Balloon events added (BalloonTipClicked, BalloonTipClosed,
2620         BalloonTipShown).
2621
2622 2007-03-27  Jonathan Pobst  <monkey@jpobst.com>
2623
2624         * Control.cs: We won't get a WM_SHOWWINDOW when we create a window that
2625         is maximized or minimized, so move CreateControl to Control.OnVisibleChanged.
2626         * Form.cs: After we set the form visible, send a fake WM_SHOWWINDOW if we
2627         are max or min.  Remove WS_VISIBLE from CreateParams unless we are recreating
2628         the handle.  Fix WindowState by using the internal variable until we are 
2629         sure that we've been shown.
2630         * XplatUIX11.cs: Do not generate a WM_SHOWWINDOW message if new form is
2631         max or min.
2632         [Fixes bug #81198]
2633
2634 2007-03-27  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2635
2636         * XplatUIX11.cs: Windows without WS_CAPTION can still get decorations
2637           (at least borders). Fixes #79386 on Linux (with a small difference
2638           in behaviour: when trying to resize a caption-less window metacity
2639           shows the sysmenu. Resizing is still possible though).
2640         * XplatUIWin32.cs: When setting window styles send request an extra
2641           WM_NCCALCSIZE when it's a form without title (due to no text and no
2642           caption), since Win32 seems to calculate it wrong the first time we
2643           get the message, though the second time things work as they should.
2644         * Form.cs: Reorder a few statements in ChangingParent, otherwise the
2645           newly reparented window might show up unparented. Update
2646           CreateParams to exclude WS_DLGFRAME if ControlBox is false and
2647           there's no title text. Fixes #79386.
2648
2649 2007-03-27  Mike Kestner  <mkestner@novell.com>
2650
2651         * ListBox.cs : don't perform invalidations if the handle hasn't been
2652         created.  [Fixes #80753]
2653
2654 2007-03-27  Mike Kestner  <mkestner@novell.com>
2655
2656         * ListBox.cs : don't adjust top item when SelectedIndex is set to -1.
2657         [Fixes #80428]
2658
2659 2007-03-26  Everaldo Canuto  <everaldo@simios.org>
2660
2661         * XplatUIWin32.cs: Complete NOTIFYICONDATA structure, additional fields 
2662         needed to implement Balloon.
2663
2664 2007-03-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2665
2666         * ListViewItem.cs: In the constructors that take
2667         an array of strings, don't use ListViewSubItemCollection.AddRange
2668         method to add items, since we need to have a different behaviour (in
2669         the constructors we add an item for each null string, opposed to
2670         the behaviour of AddRange, which adds nothing).
2671
2672 2007-03-26  Andreia Gaita  <avidigal@novell.com>
2673
2674         * NumericUpDown.cs: Fix broken 1.1 api for ParseEditText
2675
2676 2007-03-26  Jackson Harper  <jackson@ximian.com>
2677
2678         * TextControl.cs: Draw and measure line endings when in non
2679         multiline mode.
2680         - When searching the text, count the end of the last line as a
2681         word boundary.
2682
2683 2007-03-26  Jackson Harper  <jackson@ximian.com>
2684
2685         * RichTextBox.cs: The selection_start and selection_end don't
2686         really track the correct tags for the selection. So we'll manually
2687         compute the correct tag here.
2688
2689 2007-03-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2690
2691         * ProgressBar.cs, ThemeWin32Classic.cs: Implemented drawing of Marquee
2692           and Continuous styles. Fixes #79469.
2693
2694 2007-03-26  Jonathan Pobst  <monkey@jpobst.com>
2695
2696         * ToolStrip.cs: Implement Tooltips.
2697         * ToolStripItem.cs: Create internal method for determining tooltip.
2698
2699 2007-03-26  Jonathan Pobst  <monkey@jpobst.com>
2700
2701         * PropertyGrid.cs: Hide a EditorBrowsable attribute from 1.1 API.
2702
2703 2007-03-26  Everaldo Canuto  <everaldo@simios.org>
2704
2705         * NotifyIcon.cs: On disposing verify if icon is visible and hide it,
2706         it prevents a problem thak keeps icon visible after application 
2707         closes on win32.
2708
2709 2007-03-26  Everaldo Canuto  <everaldo@simios.org>
2710
2711         * NotifyIcon.cs: Balloon properties and methods created.
2712
2713         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
2714         XplatUIOSX.cs, XplatUIX11-new.cs: Implement ShowBalloonTip method.
2715
2716 2007-03-25  Jonathan Pobst  <monkey@jpobst.com>
2717
2718         * ToolStripComboBox.cs: Default the ComboBox's FlatStyle to Popup.
2719
2720 2007-03-24  Jonathan Pobst  <monkey@jpobst.com>
2721
2722         * Control.cs: Make SetBoundsCore match MS better.  The BoundsSpecified
2723         parameter indicates which aspects were explicit/user-set.
2724         * ComboBox.cs, ListBox.cs: Call SetBoundsCore correctly. (no 0 parameters).
2725
2726 2007-03-24  Jonathan Pobst  <monkey@jpobst.com>
2727
2728         * ProgressBar.cs: Throw AOORE instead of AE for property Value (2.0).
2729         * ScrollBar.cs: Throw AOORE instead of AE for properties LargeChange,
2730         SmallChange, and Value (2.0).
2731         * Timer.cs: Throw AOORE instead of AE for property Interval (2.0).
2732
2733 2007-03-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2734
2735         * ListView.cs: Always set item_control.Width in LayoutDetails
2736         if View is Details. Setting it later in CalculateScrollBars
2737         in a not-so-corner scenario (the sum of columns width is
2738         not bigger than the ListView width when handle is created, and then
2739         that sum gets bigger by increasing the width of the columns)
2740         causes a very weird recursion path (which shouldn't be happening,
2741         since header_control sets it in CalculateScrollBars too). This bug
2742         appeared after Chris' fixes for handle created issues, so probably
2743         it's related to some handle-creation time.
2744
2745 2007-03-23  Chris Toshok  <toshok@ximian.com>
2746
2747         * DataGrid.cs (GetVisibleRowCount): increase the row count in the
2748         case where there's an add row, just so we don't end up in a case
2749         where it's not displayed (this happens when the row is partially
2750         obscured).  Fixes bug #79574.
2751
2752 2007-03-23  Jackson Harper  <jackson@ximian.com>
2753
2754         * TextControl.cs:
2755         * TextBoxBase.cs:
2756         * RichTextBox.cs: Preserve line endings in the lines text buffer,
2757         also added an enum that represents the line ending type. 
2758
2759 2007-03-23  Andreia Gaita  <avidigal@novell.com>
2760
2761         * NumericUpDown.cs: Fix logic so Text and Value properties are not
2762         messed with in every method call, but only from DownButton, 
2763         UpButton, UpdateEditText() and ValidateText. Fixes #80346
2764
2765 2007-03-23  Chris Toshok  <toshok@ximian.com>
2766
2767         * DataGridTextBoxColumn.cs (GetFormattedValue): don't try to
2768         format objects if the format spec is "".  Fixes bug #80889.
2769
2770 2007-03-22  Miguel de Icaza  <miguel@novell.com>
2771
2772         * ToolStripPanel.cs (Join): added stubs to build PDN3
2773
2774         * Control.cs (AutoScrollOffset): Add.
2775
2776         * SystemInformation.cs (MouseWheelScrollDelta): Expose this
2777         property, its only implemented for Win32, on X11 it defaults to
2778         some hardcoded value.
2779
2780         * ToolStripItem.cs (AllowDrop): Add property
2781
2782 2007-03-22  Mike Kestner  <mkestner@novell.com>
2783
2784         * ListView.cs : in FullRowSelect Details mode, only enable box
2785         selection if the user clicks over the "item" column outside of the
2786         text area.  Mmmmm, compatibility.  [Fixes #80374 subpart 7]
2787
2788 2007-03-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2789
2790         * Control.cs: ChangeParent: Call Form's ChangingParent even if the
2791           handle is not created yet.
2792         * Form.cs: Select: Don't call CreateHandle if the handle is already
2793           created, avoids a stack overflow on Windows when we are recreating
2794           controls.
2795         * ScrollableControl.cs: Set the correct z-order for the scrollbars when
2796           they are made visible, and override AfterTopMostControl to keep
2797           them on top when other controls are brought to front.
2798           CalculateCanvas: Scrollbars are only visible if auto_scroll is true
2799           or force_*scroll_visible is true (old implementation always shows
2800           scrollbars when needed, no matter what auto_scroll was set to).
2801         * InternalWindowManager.cs: UpdateWindowDecorations: Add a
2802           IsHandleCreated check.
2803
2804 2007-03-22  Andreia Gaita  <avidigal@novell.com>
2805
2806         * DataGrid.cs: Implement Column and Row auto sizing when double-clicking on
2807         row or col separator.
2808         * DataGridTextBoxColumn.cs: Implement GetPreferredHeight and GetPreferredSize
2809
2810 2007-03-22  Everaldo Canuto  <everaldo@simios.org>
2811
2812         * MenuAPI.cs: Remove unneeded check for grab_control in UpdateCursor.
2813
2814 2007-03-22  Everaldo Canuto  <everaldo@simios.org>
2815
2816         * MenuAPI.cs: UpdateCursor method added, it is calling in OnMotion to update
2817         cursor for child controls. In ShowWindow and HideWindow now call SetCursor 
2818         every time. Fixes #80410.
2819
2820 2007-03-22  Chris Toshok  <toshok@ximian.com>
2821
2822         * BindingSource.cs (AddNew): partially implement.
2823
2824         remove a couple of NotImplementedException's
2825         to get bug #81148 closed.
2826
2827 2007-03-22  Everaldo Canuto  <everaldo@simios.org>
2828
2829         [Fixes #80380]
2830         
2831         * Control.cs:
2832         - UpdateCursor method added to update the screen cursor.
2833         - GetAvailableCursor method added to return cursor for enabled tree,
2834         it searches for cursor on control and it's parent's for enabled control.
2835         - Call UpdateCursor method on setter of Cursor property.
2836         - On setter of Enabled call UpdateCursor when it is false, we need to
2837         change cursor to normal (or to this parent cursor) because cursor 
2838         setting theres no effect to disabled controls.
2839         - Some minor source changes to follow the coding style guidelines.
2840
2841         * XplatUIX11.cs: In MotionNotify only dispatch SET_CURSOR event for enabled 
2842         controls.
2843
2844 2007-03-22  Chris Toshok  <toshok@ximian.com>
2845
2846         * XplatUIX11.cs: ignore the BadPicture errors cairo+render
2847         generates.
2848
2849 2007-03-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2850
2851         * XplatUIX11.cs: Implement default locations for forms.
2852         * Form.cs: Completely rework startup location for forms. Fixes #79964.
2853         * Hwnd.cs: Add previous_child_startup_location (to track the current
2854           startup location for any child forms of the current form) and
2855           previous_main_startup_location (to track the startup location for
2856           the current toplevel form).
2857
2858 2007-03-21  Jonathan Pobst  <monkey@jpobst.com>
2859
2860         * Control.cs: Don't trigger a layout if an implicit control is added
2861         that isn't visible.  Also, don't notify the owner when an implicit control
2862         is added.  (Owners shouldn't even know about their implicit controls.)
2863
2864 2007-03-21  Jonathan Pobst  <monkey@jpobst.com>
2865
2866         * ScrollableControl.cs: Add implicit controls with AddRangeImplicit
2867         to save some re-layouts.
2868
2869 2007-03-21  Everaldo Canuto  <everaldo@simios.org>
2870
2871         * MenuAPI.cs: In ProcessKeys returns false when key is not processed.
2872         [Fixes #81203]
2873
2874 2007-03-21  Jonathan Pobst  <monkey@jpobst.com>
2875
2876         * FlowLayoutSettings.cs, ToolStrip.cs, ToolStripPanel.cs,
2877         ToolStripPanelRow.cs: Lazy instantiate the LayoutEngine.
2878
2879 2007-03-21  Mike Kestner  <mkestner@novell.com>
2880
2881         * ListView.cs : disable selection update for non-left button clicks
2882         with mods and over selected items.  [Fixes #80524]
2883
2884 2007-03-20  Jackson Harper  <jackson@ximian.com>
2885
2886         * TextControl.cs:
2887         * TextBoxBase.cs: Allow different types of line endings. \r, \r\n,
2888         \r\r\n, \n.
2889
2890 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2891
2892         * ComboBox.cs: PreferredHeight seems to be ItemHeight + 6, but there is
2893           very probably a more complicated calculation there. Update the
2894           textbox' ForeColor and BackColor when the ComboBox' colors are
2895           changed. Change the border change in LayoutComboBox to only affect
2896           the textbox, not all the calculations there. Seems to fix most of
2897           #79436.
2898
2899 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2900
2901         * ComboBox.cs: Handle Home and End keys as well as all combinations of
2902           modifiers + navigation keys as input keys, enables advanced text
2903           selection in the combobox (like Shift+Left Arrow for instance).
2904           ComboTextBox now overrides Focused and returns whatever
2905           ComboBox.Focused returns, since it really should be focused
2906           whenever the ComboBox is. Fixes #80795. Also make the border around
2907           the text box one pixel bigger, as mentioned in #79436.
2908
2909 2007-03-20  Jackson Harper  <jackson@ximian.com>
2910
2911         * TreeView.cs: Don't offset the images, this was causing some
2912         artifacts when expanding/collapsing with images that were the
2913         exact height of the treenode.
2914
2915 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2916
2917         * TrackBar.cs: Query the theme for the correct value when the mouse
2918           moves and the thumb is pressed. 
2919         * Theme.cs: Added TrackBarValueFromMousePosition
2920         * ThemeWin32Classic.cs: Reworked TrackBar drawing. Earlier
2921           implementation was updating the trackbar value when drawing, now
2922           the drawing methods only draw. Fixes #80900. Refactored the
2923           calculations out to TrackBarValueFromMousePosition and
2924           GetTrackBarDrawingInfo, so that TrackBar can get the correct value
2925           according to the mouse position whenever it wants to. Changed the
2926           light coloured pen when drawing the thumb from ControlLight to
2927           ControlLightLight, because the ControlLight is the same colour as
2928           the background so the 3D effect is lost. 
2929
2930 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
2931
2932         * Form.cs: In ShowDialog uses MainForm as transient form when no form is
2933         defined. Fixes #80784.
2934
2935 2007-03-20  Marek Habersack  <mhabersack@novell.com>
2936
2937         * ContextMenuStrip.cs: align with the change introduced in
2938         revision 74664.
2939
2940 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
2941
2942         * XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs, XplatUIX11.cs, 
2943         XplatUI.cs, Form.cs, ToolTip.cs: Remove unneeded parameter owner 
2944         in SetTopmost.
2945
2946 2007-03-19  Chris Toshok  <toshok@ximian.com>
2947
2948         * Control.cs (WmPaint): don't make use of the Handle property
2949         after an event is emitted, as the user could have closed the
2950         form/destroyed the control.  Store the Handle in a local variable
2951         and make use of that.  Fixes bug #80768.
2952
2953 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
2954
2955         * XplatUIX11.cs: Set _NET_WM_STATE_ABOVE on SetTopmost, it fixes Topmost
2956         behavior in X11 environments.
2957
2958 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
2959
2960         * Form.cs: Call SetTopmost in CreateHandle when window is topmost, its
2961         because on setter of topmost we dont call SetTopmost when handle is not
2962         created.
2963
2964 2007-03-20  Jackson Harper  <jackson@ximian.com>
2965
2966         * TextControl.cs: Need to use SelectionLength () not
2967         selection_length, since that var is reset to -1.
2968         - Draw the caret when we don't have focus.
2969         * TextBox.cs: The selectall actually doesn't occur until the first
2970         focus.
2971         * TextBoxBase.cs: Need to update the caret position after a
2972         selectall.
2973         
2974 2007-03-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2975
2976         * ListView.cs: Enable scrolling when using Tile view.
2977
2978 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
2979
2980         [Fixes #80902]
2981
2982         * XplatUIDriver.cs: Abstract SetOwner method created.
2983
2984         * XplatUIOSX.cs: Override SetOwner to prevent compilation errors method 
2985         must be implemented and was masked as todo.
2986
2987         * XplatUIWin32.cs: SetOwner implemented using SetWindowLong with 
2988         GWL_HWNDPARENT.
2989
2990         * XplatUIX11.cs: SetOwner implemented using same code from SetTopmost but 
2991         cheking for null owner to remove transient. The SetTopmost will be change
2992         on a decond step.
2993
2994         * Form.cs: In set_Owner and CreateHandle uses new SetOwner instead of
2995         SetTopmost. Now owned forms will work properly in win32 and X11.
2996
2997 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2998
2999         * MdiWindowManager.cs: Update function name.
3000         * Form.cs: After closing a form MdiParent is always null.
3001         * MdiClient.cs: Rename CloseChildForm to ChildFormClosed to explain
3002           better what it should do: necessary book-keeping when the form is
3003           closed, it should not close the form itself.
3004
3005 2007-03-19  Andreia Gaita  <avidigal@novell.com>
3006
3007         * ListViewItem.cs: Fix back and fore color. The subitems only
3008         use their own colors if they are set, otherwise use the listview's
3009         colors. Don't set default colors on constructor for subitem.
3010         Fixes #79315.
3011
3012 2007-03-19  Mike Kestner  <mkestner@novell.com>
3013
3014         * ListView.cs : make box selection for Details views with 
3015         FullRowSelect conform to MS behavior when clicking in the "item" 
3016         column and clicking outside the defined columns.
3017         [Fixes case 5-6 of #80374]
3018
3019 2007-03-19  Chris Toshok  <toshok@ximian.com>
3020
3021         * ScrollableControl.cs: create the controls from within the ctor,
3022         but don't actually add them until our handle is created.  this
3023         fixes a NRE possibility jpobst found (if you override OnLayout in
3024         a subclass, it's called before your ctor).  Also, add a
3025         IsHandleCreated guard to UpdateSizeGripVisibility as well.
3026
3027 2007-03-19  Jackson Harper  <jackson@ximian.com>
3028
3029         * TextBox.cs: Reduce the amount of invalidation we do.
3030         * TextBoxBase.cs: Make shortcuts enabled true by default, at least
3031         some of them are true by default on MS.
3032         - Add some functions to reduce the amount of invalidates we do.
3033         * TextControl.cs: Less invalidation.
3034
3035 2007-03-19  Chris Toshok  <toshok@ximian.com>
3036
3037         [ Fixes #81773, and *seems* to fix #81553 as well ]
3038
3039         * XplatUIX11.cs: remove the assignment of hwnd.zombie = true from
3040         AccumulateDestroyedHandles.  We need to do it *after* we send
3041         WM_DESTROY, as the user's code can access Control.Handle in
3042         OnHandleDestroyed, and this shouldn't cause a recreation.  Also,
3043         move the WM_DESTROY/zombie handling to before the call to
3044         XDestroyWindow.  For some reason without this ordering
3045         FormTest.RecreateHandle hangs.  This ordering is semantically
3046         equivalent, however, as XDestroyWindow is async anyway.
3047
3048 2007-03-19  Gert Driesen  <drieseng@users.sourceforge.net>
3049
3050         * RichTextBox.cs: Reset backcolor_set after setting default.
3051
3052 2007-03-19  Chris Toshok  <toshok@ximian.com>
3053
3054         * ScrollableControl.cs: the scroll position should not effect the
3055         canvas size.  commit patch from georgegiolfan@yahoo.com, which
3056         fixes some really bizarre behavior on resizing.  Fixes bug #80778.
3057         
3058 2007-03-19  Chris Toshok  <toshok@ximian.com>
3059
3060         * ScrollableControl.cs: clean this up a bit.  create the
3061         scrollbars in the ctor and just show/hide them as needed.  Also,
3062         make hscroll_visible/vscroll_visible internal to Recalculate, and
3063         just use hscrollbar.VisibleInternal/vscrollbar.VisibleInternal
3064         everywhere else.  This seems to fix the scrollbars appearing
3065         beneath the content for me (i have *no* idea why that is,
3066         however.)
3067
3068 2007-03-19  Jonathan Pobst  <monkey@jpobst.com>
3069
3070         * ToolStrip.cs: Don't call DoAutoSize when we change Dock.  Also, remove
3071         some redundacy for stuff in Anchor and Dock that base will take care of.
3072         [Fixes #80762]
3073
3074 2007-03-19  Mike Kestner  <mkestner@novell.com>
3075
3076         * ListView.cs : make box selection for Details views without 
3077         FullRowSelect dependent on the text bounds, not item bounds.
3078         * ListViewItem.cs : add an internal property to obtain the TextBounds
3079         in Details view.  [Fixes case 1-4 of #80374]
3080
3081 2007-03-19  Andreia Gaita  <avidigal@novell.com>
3082
3083         * PaintEventArgs.cs (Dispose): Only dispose of graphics object if
3084         we're < 2.0. #78448 && #80316
3085
3086 2007-03-19  Jonathan Pobst  <monkey@jpobst.com>
3087
3088         * FontDialog.cs: Don't crash when we switch to a new font that doesn't
3089         have the same style available as the previously selected one.  Also,
3090         support FixedPitchOnly property.  [Fixes bugs #80918, #80947]
3091
3092 2007-03-19  Jackson Harper  <jackson@ximian.com>
3093
3094         * TextControl.cs: Add an alignment property that all new lines
3095         will be given.
3096         - Make sure to use the align shift when calculating the line's X
3097         position.
3098         * TextBox.cs: Set the alignment on the document as well as on all
3099         the document lines.
3100
3101 2007-03-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3102
3103         * Control.cs: ControlCollection.Add: Remove a couple of duplicated casts and
3104           throw if setting the parent of an mdichild that already has an
3105           mdiparent. Update signature for 2.0 profile. ProductName: If there's no
3106           AssemblyProductAttribute in the assembly, use the type's namespace (as
3107           MS seems to do). CreateControl: don't create the handle if the control
3108           is not visible (according to MS behaviour and spec).  SetTopLevel: Only
3109           create handle if the control is not a form. Change FocusInternal to
3110           virtual so that it can be overriden by Form.
3111         * TextBox.cs: Update call to FocusInternal.
3112         * Form.cs: Always create the handle when calling Focus on a MdiChild. The
3113           form is not a toplevel form when it's a mdi child, so update is_toplevel
3114           accordingly. ShowIcon/TransparencyKey: avoid creating the handle if it
3115           hasn't been created. Show (IWin32Window): Don't allow this overload for
3116           toplevel windows. CenterToParent/CenterToScreen/Select: create the
3117           handle as MS does. SetVisibleCore: if called on a MdiChild and the
3118           parent isn't visible yet, save the visibility and restore it when the
3119           parent is made visible.
3120         * ScrollableControl.cs: Refactor out scrollbar visibility code to separate
3121           methods, since the visibility of the scrollbars can be changed from
3122           several places, not only from AutoScroll.
3123           [Fixes #81179]
3124
3125 2007-03-19  Jackson Harper  <jackson@ximian.com>
3126
3127         * RichTextBox.cs: Enable shortcuts by default.
3128         * TextBoxBase.cs: Add conditional shortcuts.  
3129
3130 2007-03-19  Everaldo Canuto  <everaldo@simios.org>
3131
3132         * MenuItem.cs: Dont call OnDrawItem when OwnerDraw is false (#81182).  
3133
3134 2007-03-19  Chris Toshok  <toshok@ximian.com>
3135
3136         [ Fixes bug #80604]
3137         
3138         * XplatUIX11.cs (WaitForHwndMessage): change this to actually
3139         swallow the message we're waiting on, instead of delivering it, as
3140         this is only used for the WM_SHOWWINDOW raised from
3141         MapWindow/UnmapWindow, and the message needs to be generated
3142         (MapWindow, UnmapWindow): generate the WM_SHOWWINDOW message
3143         before doing the Map/Unmap.  Also make sure that the Hwnd is still
3144         alive after the message has been handled.
3145
3146         *before* the window is shown.
3147
3148         * Control.cs (CreateControl): guard a few more things inside the
3149         if (!is_created) block, as we might end up being called again -
3150         yay .net.
3151         (WmShowWindow): call CreateControl if we're showing the control.
3152
3153 2007-03-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3154
3155         * Control.cs: Fix 2.0 signature for Invoke. Support invoking on
3156           controls without a handle if they have any parent with a handle. In
3157           Dispose add a check whether the handle is created or not before
3158           calling BeginInvoke, this removes the need of the extra disposing
3159           parameter (which was bogus anyway since it didn't prevent the
3160           invoke from happening, it only skipped the check for an existing
3161           handle, meaning that the invoke would call on an inexistent
3162           handle).
3163
3164 2007-03-19  Everaldo Canuto  <everaldo@simios.org>
3165
3166         * MessageBox.cs: Remove WS_POPUP from CreateParams style, with it form
3167         appears in taskbar.
3168
3169 2007-03-18  Everaldo Canuto  <everaldo@simios.org>
3170
3171         * MessageBox.cs:
3172         - Fixed a problem that dont show help button for messages with 3 buttons.
3173         - Refactory button size and position calculations, now dont use fixed 
3174         values, also fixed button sizes (#80043) and form's border space.
3175         - AddButton method created, now all other AddButton methods call this one.
3176         - Some other source code cosmetic changes.
3177
3178 2007-03-18  Jackson Harper  <jackson@ximian.com>
3179
3180         * RichTextBox.cs: Don't do this all fonts must match check if
3181         there is only one char selected.
3182
3183 2007-03-18  Jackson Harper  <jackson@ximian.com>
3184
3185         * TreeView.cs: ScrollWindow works properly now, so we don't need
3186         to screw around with the scroll area.  This fixes some artifacts
3187         when expanding and collapsing.
3188
3189 2007-03-18  Jackson Harper  <jackson@ximian.com>
3190
3191         * TextBoxBase.cs: Allow updating the selection position when the
3192         cursor is outside the textarea, but we have a capture.
3193         * TextControl.cs: A special case for when the cursor is outside
3194         the bounds of the TB.
3195         
3196 2007-03-18  Jackson Harper  <jackson@ximian.com>
3197
3198         * TextBoxBase.cs: Remove image pasting code for now.  There is no
3199         way to get an image on the clipboard right now anyways.
3200         * TextControl.cs:
3201         * RichTextBox.cs: Use the new RTF Picture class for pictures.
3202
3203 2007-03-18  Everaldo Canuto  <everaldo@simios.org>
3204
3205         * MessageBox.cs:
3206         - Set window properties in constructor intead of on CreateParams.
3207         - Remove topmost from Window ExStyle.
3208         - Set ShowInTaskbar to false.
3209         - Set form border to FixedDialog.
3210         - Some cosmetic changes and remove unneeded comments.
3211         - It fixes itens 2,3 and 4 of bug #80043.
3212
3213 2007-03-18  Gert Driesen  <drieseng@users.sourceforge.net>
3214
3215         * TextBoxBase.cs: In setter for ReadOnly, only chance BackColor if
3216         none was explicitly set. Fixes part of bug #79949.
3217
3218 2007-03-16  George Giolfan  <georgegiolfan@yahoo.com>
3219
3220         * ToolStripComboBox.cs: Add AutoComplete*.
3221
3222 2007-03-16  George Giolfan  <georgegiolfan@yahoo.com>
3223
3224         * ToolStripComboBox.cs: Add FlatStyle.
3225
3226 2007-03-16  Jonathan Pobst  <monkey@jpobst.com>
3227
3228         * ToolStrip.cs, ToolStripProfessionalRenderer.cs,
3229         ToolStripSplitStackLayout.cs: Implement some basic vertical toolbar support.
3230
3231 2007-03-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3232
3233         * ButtonBase.cs, ToolStrip.cs, SendKeys.cs, TextRenderer.cs,
3234           CheckBox.cs, RadioButton.cs, BindingSource.cs,
3235           DataGridColumnStyle.cs: Remove warnings.
3236
3237 2007-03-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3238
3239         * Menu.cs: MergeMenu: Check menu argument for null before looping over
3240           it.
3241         * MdiWindowManager.cs: Add IsVisiblePending to track the pending
3242           visibility of mdi child forms. FormSizeChangedHandler: update the
3243           maximized size if size has changed while maximized.
3244         * MdiClient.cs: SizeScrollbars/ArrangeWindows/ActivateChild: Avoid
3245           creating the handle.
3246         * InternalWindowManager.cs: UpdateBorderStyle/FormSizeChangedHandler:
3247           avoid creating the handle if not created.
3248         * XplatUI.cs: Update debug output.
3249         * XplatUIStructs.cs: Added ToString's for a couple of structs.
3250
3251 2007-03-16  Jonathan Pobst <monkey@jpobst.com>
3252
3253         * ContainerControl.cs: Give ToolStripManager the opportunity to handle
3254         ProcessCmdKey().
3255         * ToolStripDownItem.cs, ToolStripItem.cs, ToolStripItemCollection.cs, 
3256         ToolStripItemEventType.cs, ToolStripManager.cs, ToolStripMenuItem.cs:
3257         Implement keyboard shortcuts.
3258
3259 2007-03-15  Everaldo Canuto  <everaldo@simios.org>
3260
3261         * CommonDialog.cs: Set StartPosition to CenterScreen on form's constructor.
3262         Fixes #79560 and #80200, it also fix problem in FileDialog, SaveDialog, 
3263         ColorDialog and all derived classes.
3264
3265 2007-03-15  Everaldo Canuto  <everaldo@simios.org>
3266
3267         [ Fixes bug #79828 ]
3268
3269         * ToolBar.cs:
3270         - Rename ToolBarButtonInfor to ToolBarItem.
3271         - Add all layout and calculation stuff gtom ToolBarButton to ToolBarItem.
3272         - Maintain an array of ToolBarItem, used instead of ToolBarButton
3273         collection to be able add same button more than one time on a toolbar.
3274         - Refactory all properties and methods to use ToolBarItem. 
3275
3276         * ToolBarButton.cs: 
3277         - Remove all propeties and methods that is now in ToolBarItem.
3278         - Rectangle propery now gets the rectangle from first ToolBarItem to
3279         mimic win32 behavior.
3280         - Size calculation and layout methods also removed.
3281
3282         * ThemeWin32Classic.cs: Change all ToolBar drawing methods to receive
3283         ToolBarItem instead of ToolBarButton to right drawing buttons when
3284         same button/separator was added more than one time to ToolBar.
3285
3286         * ThemeNice.cs: Same as above. 
3287
3288 2007-03-15  Andreia Gaita  <avidigal@novell.com>
3289
3290         * XplatUIX11.cs: Fire extra MouseMove events right after
3291         MouseDown and MouseUp, emulating win32's <censored> behaviour
3292         for apps that rely on it.
3293
3294 2007-03-15  Jackson Harper  <jackson@ximian.com>
3295
3296         * TextControl.cs:
3297         * TextBoxBase.cs: On MS, a fixed single border is not in NC area,
3298         it is drawn on the controls client window and there is no NC
3299         area.
3300         - Set the background color to gray on 2.0 when we are readonly.
3301
3302 2007-03-15  Chris Toshok  <toshok@ximian.com>
3303
3304         [ Fixes bug #81144 ]
3305         
3306         * XplatUIX11.cs: implement VirtualScreen independently of
3307         WorkingArea, by querying the _NET_DESKTOP_GEOMETRY root window
3308         property.
3309
3310 2007-03-15  Chris Toshok  <toshok@ximian.com>
3311
3312         * Hwnd.cs: add an internal field for the cached_window_state.
3313
3314         * XplatUIX11.cs: cache the window state, invalidating the cache
3315         (and thus re-querying the X server) only when we see an update to
3316         the _NET_WM_STATE property.
3317
3318 2007-03-15  Chris Toshok  <toshok@ximian.com>
3319
3320         * BindingSource.cs: get a lot of the unit tests working.
3321
3322 2007-03-15  Jonathan Pobst  <monkey@jpobst.com>
3323
3324         * Control.cs: Modify UpdateStyles to store distances when bounds >=
3325         0 instead of just bounds > 0.  [Fixes bug #80912]
3326
3327 2007-03-15  Jonathan Pobst  <monkey@jpobst.com>
3328
3329         * ToolStrip.cs, ToolStripItem.cs: Implement several new properties
3330         and methods.
3331
3332 2007-03-15  Ivan N. Zlatev <contact@i-nz.net>
3333         
3334         * ComboBox.cs, Control.cs, XplatUIStructs.cs, XplatUIX11GTK.cs,
3335         XplatUIX11.cs, XplatUIWin32.cs, InternalWindowManager.cs,
3336         XplatUIOSX.cs, TextControl.cs: Replaces all uses of the custom
3337         WM_MOUSE_LEAVE with the system WM_MOUSELEAVE message.
3338
3339 2007-03-15  Chris Toshok  <toshok@ximian.com>
3340
3341         [ Fixes #81101 ]
3342         
3343         * Control.cs: add Ivan's fix for 81101, with a slight modification
3344         - you can set control.Target to null.
3345
3346 2007-03-14  Jonathan Pobst  <monkey@jpobst.com>
3347
3348         * ToolStripItem.cs: If our OwnerItem is null, we can't use 
3349         HideDropDown, use Hide instead to prevent an NRE.
3350         [Fixes bug #81147]
3351
3352 2007-03-14  Jackson Harper  <jackson@ximian.com>
3353
3354         * TextBoxBase.cs: Mess with the creation stuff a little. We need
3355         to calculate the document before the handle is created, in some
3356         cases. (Actually just one case).
3357
3358 2007-03-14  Jackson Harper  <jackson@ximian.com>
3359
3360         * TextBoxBase.cs: Need to display the caret after letting the base
3361         wndproc handle the focus methods, because the caret display
3362         methods check the focus state.
3363         - Try to display the caret after updating it's position with SelectWord.
3364         - Don't need to do an immediate update on this recalc, since there
3365         will be an invalidate anyways.
3366
3367 2007-03-14  Jackson Harper  <jackson@ximian.com>
3368
3369         * TreeView.cs: Some workarounds so that we can match event order a
3370         little better.
3371
3372 2007-03-14  Gert Driesen  <drieseng@users.sourceforge.net>
3373
3374         * ErrorProvider.cs: Invoke default ctor from 2.0-only ctor. Fixes bug
3375         #80803. Avoid NullReferenceException when Control does not have
3376         parent. Fixed different blinkstyle issues. Only subscribe to Tick
3377         event a single time. Only draw error icon when control is created and
3378         visible. Fixes failing unit tests.
3379
3380 2007-03-14  Andreia Gaita  <avidigal@novell.com>
3381
3382         * TabControl.cs: Add support for 2.0 Deselecting, Deselected and
3383         Selecting events. Fire Leave and Enter events when changing tabs.
3384
3385 2007-03-14  George Giolfan  <georgegiolfan@yahoo.com>
3386
3387         * TreeView.cs: Add TreeViewNodeSorter.
3388         * TreeNodeCollection.cs: Add sorter parameter to Sort method.
3389
3390 2007-03-14  Chris Toshok  <toshok@ximian.com>
3391
3392         * Form.cs: go ahead and remove the RecreateHandles that jpobst
3393         removed earlier and I had him add back it.  It turns out metacity
3394         *does* in fact handle the MOTIF_WM_HINTS property changing, it
3395         just doesn't redraw the window titlebar until you resize the
3396         window.  This also means we aren't recreating the entire window
3397         hierarchy on X when you change this property.  And it looks better
3398         on windows, too.
3399
3400 2007-03-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3401
3402         * ListViewItem.cs:
3403         * ListView.cs: Collecting selection information
3404         is now done in SelectedIndexCollection rather than in
3405         SelectedListViewItemCollection. This is done so we can
3406         have the selection information code in one single place
3407         (virtual mode selection information entirely depends on
3408         SelectedIndexCollection).
3409
3410 2007-03-13  Miguel de Icaza  <miguel@novell.com>
3411
3412         * ErrorProvider.cs: Add stubs for ISupportInitialize
3413
3414 2007-03-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3415
3416         * ListViewItem.cs: Trigger the ItemCheck and ItemChecked events
3417         in the right order with the right values, from the Checked property, 
3418         just as MS does (instead of triggering them from ListView).
3419
3420         * ListView.cs: Make OnItemCheck and OnItemChecked internal.
3421
3422 2007-03-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3423
3424         * ListView.cs: Implement ItemChecked 2.0 event. Also cast to 
3425         the correct handler in OnItemCheck method (ItemCheckEventHandler 
3426         instead of EventHandler). This used to throw an InvalidCastException.
3427
3428 2007-03-13  Jackson Harper  <jackson@ximian.com>
3429
3430         * TextBoxBase.cs: Calculate the document before the handle is
3431         created, so there isn't an extra invalidate called.
3432
3433 2007-03-13  Jonathan Pobst  <monkey@jpobst.com>
3434
3435         * Form.cs: Don't set owner in ShowDialog until we are sure
3436         that we aren't going to throw an exception.  [Fixes bug #80773]
3437
3438 2007-03-12  George Giolfan  <georgegiolfan@yahoo.com>
3439
3440         * TreeView.cs: Make it compile.
3441
3442 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
3443
3444         * Control.cs: Another place we don't call SizeFromClientSize.
3445         * Form.cs: Another place we don't call SizeFromClientSize.
3446         [Fixes bug #81125]
3447
3448 2007-03-12  Jackson Harper  <jackson@ximian.com>
3449
3450         * TreeView.cs: Basically emulating some strangness here with
3451         exanding nodes and setting node positions when windows aren't
3452         created.
3453         - Also attempting to walk the node tree less than previously, and
3454         just use visible order calculations for determining offsets.
3455         - oops made scrolling backwards.
3456         * TreeNode.cs: We need to start nodes with a zero visible order,
3457         because the order calcs are based on the first nodes order.
3458
3459 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
3460
3461         * Form.cs: Don't exit the program if RecreateHandle is called on
3462         the main form.
3463
3464 2007-03-12  Chris Toshok  <toshok@ximian.com>
3465
3466         * XEventQueue.cs: remove the use of PostQuitState.
3467
3468         * XplatUIX11.cs: remove the use of PostQuitState.  If we get a
3469         WM_QUIT message in GetMessage, return false (and if we're in the
3470         nested WaitForHwndMessage, repost the WM_QUIT message).
3471
3472 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
3473
3474         * Form.cs: Don't call RecreateHandle when we change the MinimizeBox
3475         or the MaximizeBox properties.  [Part of bug #80640]
3476
3477 2007-03-12  Everaldo Canuto  <everaldo@simios.org>
3478
3479         * LinkLabel.cs: When calculate pieces make LinkArea empty if theres
3480         no links.
3481
3482 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
3483
3484         * ToolStripItem.cs: Fix some tests I broke by checking Visible
3485         instead of visible.
3486
3487 2007-03-12  Gert Driesen  <drieseng@users.sourceforge.net>
3488
3489         * FileDialog.cs: Use text of File name combobox to determine what
3490         files the user selected. Added tokenizer to parse the file names.
3491         Fixes bug #81123.
3492
3493 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
3494
3495         * Control.cs: We can't call SizeFromClientSize in the constructor,
3496         but we still need to do the same work, so make an internal version.
3497         [Fixes bug #80621]
3498
3499 2007-03-12  Jackson Harper  <jackson@ximian.com>
3500
3501         * TreeView.cs:
3502         * TreeNode.cs:
3503         * OpenTreeNodeEnumerator: Match MS better for IsVisible and
3504         IsExpanded.
3505
3506 2007-03-12  Jackson Harper  <jackson@ximian.com>
3507
3508         * TextBoxBase.cs: Now that the handles are being created a little
3509         later, we need to make sure that the document is recalculated when
3510         the handle is created.
3511
3512 2007-03-11  Everaldo Canuto  <everaldo@simios.org>
3513
3514         * Theme.cs: GetLinkFont abstract method added.
3515         
3516         * LinkLabel.cs: 
3517         - Remove CalcTrimRectangle, no longer needed.
3518         - Factor also remove, position issues must be fixed in libgdiplus.
3519         - Move GetPieceColor to ThemeWin32Classic.cs as it is theme related.
3520         - GetPieceFont, CreateLinkFont and link_font removed, theme must be 
3521         care about font used to draw links.
3522         - Set TabStop to true when control is "Selectable", control is selectable
3523         when have one or more links. Fixes #80501 (test case is also added).
3524         - Set the LinkArea values after links change, LinkArea values must be
3525         based in first link position and size, a test case was created.
3526         - Fix ControlStyles.Selectable value, now is based on LinkArea value, 
3527         the attribute must be true LinkArea.Length > 0. The same was applied to
3528         TabStop.
3529         
3530         * ThemeWin32Classic.cs: 
3531         - LinkLabelGetPieceColor and LinkLabelGetPieceFont created and used 
3532         in draw method.
3533         - Use CPDrawStringDisabled to draw disabled text instead of hard code 
3534         color change.
3535         - Draw focus rectangle for every parts focused, including parts that 
3536         is on another line, its because regions returns various rectangles
3537         and not only one. Needed to mimic W32 look.
3538         - Uses Graphics.Clip to delimite region painted, it mean that now 
3539         complete text is passed to DrawString, with this we solve layout
3540         issues without create another text renderer.
3541         - Uses Region.Intersect to fix some flickers problems, now only needed
3542         parts will redrawed.
3543         - This changes fixes #79614 and some other unreported issues, on Linux 
3544         some layout problems still remain, the problem is under 
3545         MeasureCharacterRanges but it is an libgdiplus bug.
3546
3547 2007-03-10  Gert Driesen  <drieseng@users.sourceforge.net>
3548
3549         * TextBox.cs: Set for foreground color.
3550         * TextBoxBase.cs: Remove Invalidate when setting BackColor, since
3551         this is already done in Control.
3552
3553 2007-03-10  Jackson Harper  <jackson@ximian.com>
3554
3555         * TextBox.cs: Set the background color, but reset the
3556         backcolor_set flag which is just for the user setting the
3557         background color.
3558
3559 2007-03-09  Chris Toshok  <toshok@ximian.com>
3560
3561         * Control.cs: really remove the call to XplatUI.SetVisible from
3562         CreateHandle(), like I said I did when I merged the branch.
3563
3564         * BindingSource.cs: implement some more of this stuff.
3565
3566 2007-03-09  Jackson Harper  <jackson@ximian.com>
3567
3568         * TextBox.cs: Don't explicitly set our background colors.
3569         * TextControl.cs:
3570         * TextBoxBase.cs: Draw readonly text.
3571         - Need to invalidate when backcolor or readonly are changed.
3572         
3573 2007-03-09  Jackson Harper  <jackson@ximian.com>
3574
3575         * TextBoxBase.cs: Don't set the forecolor until the handle is
3576         created.
3577         - Do not raise OnPaint, and removed some old debug code.
3578
3579 2007-03-09  George Giolfan  <georgegiolfan@yahoo.com>
3580
3581         * ScrollableControl.cs: Fix mouse wheel scrolling.
3582
3583 2007-03-09  Jonathan Pobst  <monkey@jpobst.com>
3584
3585         * Control.cs: Wire up MouseDoubleClick event.
3586
3587 2007-03-09  Jonathan Pobst  <monkey@jpobst.com>
3588
3589         * ToolStrip.cs: Rework AutoSize to adjust height when docked to the
3590         top or bottom.
3591         * ToolStripItem.cs: Make Image drawing take ImageScaling into account.
3592         * ToolStripItemCollection.cs: Don't call owner.PerformLayout when a new
3593         item is added.  This logic was moved to ToolStrip.OnItemAdded.
3594         [Fixes bug #81090]
3595
3596 2007-03-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3597
3598         * ListVieItem.cs: SetIndex is only valid for 2.0 profile by now.
3599
3600 2007-03-08  Jackson Harper  <jackson@ximian.com>
3601
3602         * TreeView.cs: Show the correct image for selected node (this used
3603         to work, not sure how the code got deleted). Also implemented 2.0 feature
3604         SelectedImageKey.
3605
3606 2007-03-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3607
3608         * ListView.cs:
3609         * ListViewItem.cs: Cache index in items when retrieving them
3610         in VirtualMode.
3611
3612 2007-03-08  Jonathan Pobst  <monkey@jpobst.com>
3613
3614         * ToolStripItem.cs: Don't return the explicit_size if we are using 
3615         AutoSize.  Fixes invalidation issue when user has explicitly set a
3616         size and has AutoSize = true.
3617
3618 2007-03-08  Jonathan Pobst  <monkey@jpobst.com>
3619
3620         * XplatUIX11.cs: Hardcode FrameBorderSize value temporarily to fix MWF.
3621
3622 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
3623
3624         * DataGridView.cs: Remove event handler from DataView when a
3625         DataTable is used as DataSource.
3626
3627 2007-03-08  Jonathan Pobst  <monkey@jpobst.com>
3628
3629         * Control.cs: Create internal setter for client_size to allow it to be
3630         set without triggering resizing code.
3631         * Form.cs: Calculate client_size in constructor, only change client_size
3632         in FormBorderStyle property if Handle has been created.
3633         [Fixes #80574, #80791]
3634
3635 2007-03-08  George Giolfan  <georgegiolfan@yahoo.com>
3636
3637         * SystemInformation.cs: Add TerminalServerSession.
3638
3639 2007-03-07  Jonathan Pobst  <monkey@jpobst.com>
3640
3641         * TreeViewDrawMode.cs: Make internal for 1.1 to allow for consolidated
3642         TreeView code.
3643
3644 2007-03-07  Jonathan Pobst  <monkey@jpobst.com>
3645
3646         * XplatUIWin32.cs: The no_activate stuff was forcing us to create a
3647         Handle before we were supposed to.  Now checks ActivateOnShow property
3648         in Control.
3649         * Control.cs: Add internal ActivateOnShow property.
3650         * ComboBox.cs, Form.cs, MenuAPI.cs, ToolStripDropDown.cs: Return false
3651         for ActivateOnShow.
3652         * Hwnd.cs Remove no longer needed no_activate field.
3653
3654 2007-03-07  Jackson Harper  <jackson@ximian.com>
3655
3656         * TreeView.cs: Implement owner draw tree nodes.  And a couple more
3657         2.0 properties
3658         * DrawTreeNodeEventHandler.cs: Add
3659         * DrawTreeNodeEventArgs.cs: Correct default value.
3660         
3661 2007-03-07  Chris Toshok  <toshok@ximian.com>
3662
3663         * XplatUIWin32.cs: create InternalWndProc so that we're guaranteed
3664         to be called before NativeWindow.WndProc.  Put the HwndCreating
3665         magic there to hook up our Hwnd's to handles.
3666
3667 2007-03-07  Gert Driesen  <drieseng@users.sourceforge.net>
3668
3669         * DataGridView.cs: Comment out debug code.
3670
3671 2007-03-07  Chris Toshok  <toshok@ximian.com>
3672
3673         [merge -r72718:73765 from mwf-handle-branch, and include 2 changes
3674         to make the rest of the world happy]
3675
3676         * Control.cs (CreateHandle): there's no need to call
3677         XplatUI.SetVisible here, it's effectively done by
3678         XplatUI.CreateWindow on X now, and always was on windows.
3679
3680         * XplatUIX11.cs (WaitForHwndMessage): only use the PostQuitState
3681         shortcircuit out of the loop if we have a message loop running on
3682         this thread.
3683
3684         [Changelog from merge]
3685
3686         2007-03-05  Chris Toshok  <toshok@ximian.com>
3687
3688                 * Control.cs (AccessibilityNotifyClients): turns out in 1.1 this
3689                 causes handle creation.
3690
3691         2007-02-28  Chris Toshok  <toshok@ximian.com>
3692
3693                 * ApplicationContext.cs: Add a flag to make sure we only raise the
3694                 ThreadExit event once (ExitThreadCore can be indirectly called
3695                 from a few places.)  I don't like the additional flag, but it
3696                 makes the event ordering/count correct.
3697
3698                 * Application.cs (MWFThread.LoopCount): don't use an enumerator
3699                 without locking the collection.  An enumerator doesn't give us any
3700                 protection from modification anyway.  Lock the thread hash and
3701                 replace the complicated enumerator loop with a foreach.
3702                 (Application.CloseForms): make internal so it can be called from
3703                 ApplicationContext.  This should probably be moved to MWFThread.
3704                 (Application.ExitThread): don't call MWFThread.Current.Exit()
3705                 here.  just call XplatUI.PostQuitMessage.  We'll exit the thread
3706                 when the runloop exits (in response to WM_QUIT.)
3707                 (Application.RunLoop): add a comment (and check) for
3708                 context.MainForm being null after setting context.MainForm.Visible
3709                 = true.  This is because you're perfectly free to dispose of a
3710                 form in VisibilityChanged.  Chalk this up to another case where we
3711                 need to synchronously generate WM_ACTIVATE from Control.Show.
3712                 Also, add handling for WM_QUIT here so we'll exit the loop.
3713                 
3714                 * XplatUIX11.cs: clean up MapWindow and UnmapWindow a bit.  The
3715                 fact that we don't wait if we're only unmapping the whole_window
3716                 makes me a bit nervous, but it doesn't seem to cause any problems
3717                 yet.
3718
3719                 also, add a comment about the stupid, broken and wrong resetting
3720                 of PostQuitState to false in GetMessage().
3721
3722                 In PostQuitMessage, we need to add a WM_QUIT message to the
3723                 thread's queue.  We use the FosterParent to get the right
3724                 handle/hwnd/queue.
3725
3726                 Lastly, in SetVisible, we need to unmap both windows, since the
3727                 waiting only happens when we're unmapping the client window.  So
3728                 now, the *only* time we unmap just the whole_window is in the hack
3729                 for resizing a control to 0,0.
3730                 
3731         2007-02-21  Chris Toshok  <toshok@ximian.com>
3732
3733                 * Application.cs (CloseForms): rewrite this so that we don't
3734                 modify the list while we're traversing it.
3735
3736         2007-02-20  Chris Toshok  <toshok@ximian.com>
3737
3738                 * ListBox.cs (.ctor): move the Control.AddImplicits here instead
3739                 of OnHandleCreated.
3740                 (HorizontalScrollEvent): only call XplatUI.ScrollWindow if the
3741                 handle is created.  otherwise we'll create it here.
3742                 (VerticalScrollEvent): same here.
3743
3744                 * Application.cs (CloseForms): call Form.Dispose, don't post
3745                 WM_CLOSE_INTERNAL.
3746
3747                 * Form.cs (WndProc): we don't need to use CLOSE_INTERNAL
3748                 here. Application should Dispose() of the Form's.
3749
3750                 * XplatUIX11.cs (WaitForHwndMessage): break out of the loop on
3751                 WM_DESTROY as well.
3752                 (MapWindow,UnmapWindow): only actually do the waiting for
3753                 SHOWWINDOW if the control we're dealing with is a Form.
3754                 (CreateWindow): if the control isn't a form, SendMessage
3755                 WM_SHOWWINDOW here (if the WS_VISIBLE style is set).
3756
3757                 * Control.cs (SetVisibleCore): always use is_visible here, not
3758                 value.  If we use value, we can end up re-setting something
3759                 visible if, for instance, you do Control.Hide() in a delegate
3760                 attached to VisibleChanged as we do in FormTest.ShowDialogTest.
3761
3762         2007-02-20  Chris Toshok  <toshok@ximian.com>
3763
3764                 * XplatUIX11.cs (WaitForHwndMessage): we need to loop until we get
3765                 the message we need.  PeekMessage returning false should not be a
3766                 condition under which we exit the loop.
3767
3768         2007-02-15  Chris Toshok  <toshok@ximian.com>
3769
3770                 * Control.cs (Refresh): only refresh if we've got a handle and are
3771                 visible.
3772                 (CreateAccessibilityInstance): CreateControl() here.
3773                 (UpdateChildrenZOrder): complicate the code loop even more by
3774                 taking into account controls that haven't had their handle
3775                 created, and those that aren't visible.  But on the flip side,
3776                 simplify the code by splitting it into two loops.  one which
3777                 builds up the list of child controls we're interested in, and the
3778                 other that sets the z order of those children.
3779
3780         2007-02-14  Chris Toshok  <toshok@ximian.com>
3781
3782                 * Control.cs: Control.AccessibilityObject causes the control to be
3783                 created, not just the handle.
3784
3785         2007-02-14  Chris Toshok  <toshok@ximian.com>
3786
3787                 * Control.cs: rework UpdateChildrenZOrder to correctly handle the
3788                 problem on X where a window might have its handle created (and be
3789                 visible) while the window is unmapped.  calling XConfigureWindow
3790                 on an unmapped window is bad, and generates X errors.
3791
3792         2007-02-13  Chris Toshok  <toshok@ximian.com>
3793
3794                 * Control.cs (CreateHandle): don't loop over our children setting
3795                 their parent here.  do it when in WndProc when we're shown.
3796                 (UpdateChildrenZOrder): make this internal so we can call it from
3797                 ScrollableControl.
3798                 (WndProc): for WM_SHOWWINDOW, reparent the child control after
3799                 creating its handle.  Also, remove the calls to PerformLayout from
3800                 here.  they're done in ScrollableControl.OnVisibleChanged.  Also,
3801                 OnVisibleChanged only seems to be called directly here for the
3802                 toplevel control.  It's propagated down the window hierarchy by
3803                 calls to child.OnParentVisibleChanged.
3804                 (OnVisibleChanged): don't do layout here - it's done (oddly
3805                 enough, according to a glance at stack traces on ms.net..) in
3806                 ScrollableControl.
3807                 
3808                 * ScrollableControl.cs (OnVisibleChanged): make sure we update the
3809                 z order of our children before calling PerformLayout.
3810
3811         2007-02-12  Chris Toshok  <toshok@ximian.com>
3812
3813                 [big change, fixes #80020]
3814                 
3815                 * AccessibleObject.cs: we need to make owner internal again to fix
3816                 some of ControlAccessibleObject.
3817
3818                 * Control.cs: lots of changes here.  add support for WM_CREATE,
3819                 for which we generate OnHandleCreated.  Remove the OnHandleCreated
3820                 call from CreateHandle.  Also add support for WM_SHOWWINDOW where
3821                 we create child controls.  leave the MonoTODO's for the
3822                 accessibility calls, but fix the exceptions so the tests pass.
3823
3824                 Add the InvalidOperationExceptions to Invoke methods, and remove a
3825                 couple of InvokeInternal methods we aren't using.
3826                 
3827                 Also, add a couple of CreateHandle calls in places where we know
3828                 the handles are being created but our code doesn't reference
3829                 .Handle.
3830
3831                 Make SetVisibleCore call OnVisibleChange if the handle isn't
3832                 created.  If the handle is created, we rely on XplatUI.SetVisible
3833                 generating the event synchronously.
3834                 
3835                 Lastly, make sure we don't use this.Handle inside CreateHandle,
3836                 because we can call back into client (and that code can dispose of
3837                 the control).
3838
3839                 * XplatUIStructs.cs: misc/cleanup.
3840
3841                 * XplatUIX11.cs: Map/Unmap X events correspond to WM_SHOWWINDOW,
3842                 although we don't populate the wParam properly.
3843                 (CreateWindow): generate WM_CREATE.
3844                 (MapWindow,UnmapWindow): make these calls synchronous, at great
3845                 performance expense (particularly in the unmap case), to match
3846                 win32 behavior.
3847
3848                 * Form.cs (.ctor): remove the call to UpdateBounds. we don't need
3849                 to call it.
3850                 (set_MdiParent): don't recreate the handle unless it's been
3851                 created already.
3852                 
3853                 * MdiClient.cs (OnResize): don't InvalidateNC Parent.Handle unless
3854                 it's created.
3855
3856                 * NativeWindow.cs: this is probably the weirdest part of the
3857                 patch.  We need a way to link up the window being created to the
3858                 WM_CREATE message.  Since we can only be creating one window at a
3859                 time on a given thread, we keep track of a per-thread reference so
3860                 we can dispatch it properly.  We also need to keep track of the
3861                 Hwnd currently being created so that the win32 backend doesn't
3862                 have problems.
3863                 
3864                 * XplatUIWin32.cs: a similar change to the one we made in
3865                 NativeWindow.cs.
3866
3867 2007-03-07  Jonathan Pobst  <monkey@jpobst.com>
3868
3869         * ToolStripItem.cs: Make CalculatePreferredSize virtual.
3870         * ToolStripMenuItem.cs: Modify CalculatePreferredSize and OnPaint
3871         to draw the menu shortcut string.
3872
3873 2007-03-07  Jackson Harper  <jackson@ximian.com>
3874
3875         * TreeNode.cs: Add the 2.0 collapse method.
3876
3877 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
3878
3879         * DataGridViewColumn.cs: Fix HeaderText behaviour (Bug #80746).
3880
3881 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
3882
3883         * DataGridView.cs: Change DataSource will clear column and row
3884         lists. Call Invalidate() to reflect DataSource change.
3885
3886 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
3887
3888         * DataGridView.cs: Add rows when DataSource is System.Data.DataView
3889         and a new row is added to it.
3890
3891 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
3892
3893         * DataGridView.cs: Add columns when DataSource is en empty list but
3894         is a System.Data.DataView (from a System.Data.DataTable).
3895
3896 2007-03-06  Andreia Gaita  <avidigal@novell.com>
3897
3898         * Label.cs: Implement AutoEllipsis (2.0)
3899
3900 2007-03-06  Jackson Harper  <jackson@ximian.com>
3901
3902         * TreeView.cs: Implement 2.0 TopNode setter property.
3903         - Use a local var instead of the skipped_nodes field for computing
3904         how many nodes to skip.  Otherwise we won't scroll because the
3905         valuechanged handler checks if skipped_nodes is equal to the new
3906         value.
3907         - Implement 2.0 Sort method.
3908         - Add useless 2.0 DoubleBuffer property
3909         - Implement 2.0 LineColors property.  Lets you change the color of
3910         the lines in the tree. Terribly useful for creating non cohesive
3911         desktops.
3912         - Implement 2.0 image key feature.
3913
3914 2007-03-06  Jackson Harper  <jackson@ximian.com>
3915
3916         * TreeView.cs: We can't get the bounds of the nodes before raising
3917         the AfterSelect event, because that event could change the node's
3918         bounds (scrolling, font change, etc).
3919
3920 2007-03-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3921
3922         * XplatUIWin32.cs: When faking styles don't remove the WS_VISIBLE flag.
3923         * Form.cs: Don't recreate handle when creating FormWindowManager, just
3924           update window styles. In CreateParams us VisibleInternal instead of
3925           VIsible to get the actual visible flag set for this form.
3926         * FormWindowManager.cs: Activate the form whenever the mouse clicks on
3927           the nc area. Fixes #81042. Also fix HandleTitleBarDoubleClick to
3928           handle the case when the form is already maximized, in which case
3929           it should be restored. Fixes #81043.
3930
3931 2007-03-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3932
3933         * XplatUIX11.cs: Tool windows still get wm styles. Fixes toolwindows showing up with double decorations.
3934
3935 2007-03-05  Jackson Harper  <jackson@ximian.com>
3936
3937         * TreeViewHitTestInfo.cs: implement.
3938
3939 2007-03-05  Jackson Harper  <jackson@ximian.com>
3940
3941         * InternalWindowManager.cs: class status fix.
3942
3943 2007-03-05  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3944
3945         * InternalWindowManager.cs: All windows that have a parent
3946         are confined to their parent when they're being moved.
3947         Fixes #80822.
3948
3949 2007-03-04  Gert Driesen  <drieseng@users.sourceforge.net>
3950
3951         * SystemInformation.cs: Marked KeyboardDelay and KeyboardSpeed public
3952         on 2.0 profile. Fixes bug #81018. Small code formatting fixes.
3953
3954 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3955
3956         * ThemeWin32Classic.cs: ManagedWindowSetButtonLocations: Make all
3957           buttons invisible before deciding which ones should be visible
3958           (fixes minimize/maximize buttons showing up in toolwindows). Remove
3959           an unused variable.
3960         * InternalWindowManager.cs: Remove warning.
3961
3962 2007-03-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3963
3964         * ListView.cs: Add a check in ListViewItemCollection.RemoveAt
3965         to throw an InvalidOperationException is virtual mode is being used.
3966
3967 2007-03-02  Jonathan Pobst  <monkey@jpobst.com>
3968
3969         * SplitContainer.cs, SplitterPanel.cs, StatusStrip.cs, TableLayoutPanel.cs,
3970         ToolStrip.cs, ToolStripContainer.cs, ToolStripContentPanel.cs,
3971         ToolStripControlHost.cs, ToolStripDropDownItems.cs, ToolStripItem.cs,
3972         ToolStripMenuItem.cs, ToolStripOverflowButton.cs, ToolStripPanel.cs,
3973         ToolStripPanelRow.cs, ToolStripProfessionalRenderer.cs, ToolStripSplitButton.cs,
3974         ToolStripStatusLabel.cs, ToolStripTextBox.cs: Corcompare work.
3975
3976 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3977
3978         * XplatUI.cs: Fixed returning driver.KeyboardSpeed instead of
3979           driver.KeyboardDelay from XplatUI.KeyboardDelay 
3980         * XplatUIW      in32.cs: Implemented KeyboardSpeed/KeyboardDelay properties
3981           (patch by Sergey Volk)
3982
3983 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3984
3985         * ToolWindowManager.cs: Added, contains logic for
3986           tool windows.
3987         * CreateParams.cs: Add a few helper methods and an
3988           internal variable to know which control the CreateParams belongs
3989           to.
3990         * Control.cs: Call Form.ChangingParent when the
3991           parent is about to be changed.
3992         * XplatUIX11.cs: DeriveStyles (): Set
3993           caption_height for all windows that have captions and are children.
3994           Update to use ToolWindowManager instead of InternalWindowManager
3995           for ToolWindows.
3996         * XplatUIWin32.cs: Set fake window styles for all
3997           windows that have window managers.
3998         * MdiWindowManager.cs: Added MaximizedTitleButtons (buttons are
3999           now duplicated for mdi windows when they are
4000           maximized, first for the buttons the window itself has, then for
4001           the buttons that appear in the menu bar. Makes things a little
4002           easier). Updated UpdateWindowDecorations, SetWindowState and the
4003           mouse eventhandlers accordingly.
4004         * Form.cs: Add ChangingParent (), contains the
4005           logic of what should happen when the parent changes. In MdiParent
4006           don't set things that ChangingParent () is doing. When handling
4007           WM_CLOSE, we can close the form if there are any other modal forms
4008           and the current form is a descendent of the modal form.
4009         * InternalWindowManager.cs: A lot of refactoring,
4010           the title buttons are now extracted to a separate container class
4011           that takes care of all button code (clicks, tooltips, etc). Moved
4012           Iconic|Maximized|Normal Bounds properties to this class from
4013           MdiWindowManager, so that the window state logic can succeed for
4014           other than mdi wm's. Implemented general window state change logic.
4015           Moved CreateButtons to ThemeWin32Classic, since the theme might
4016           override which buttons are available when as well as the exact
4017           location.
4018         * FormWindowManager.cs: Added, contains logic for
4019           normal forms.
4020         * ThemeWin32Classic.cs: ManagedWindowSetButtonLocations now decides
4021           which buttons go where (and if they are at all visible). 
4022           Removed special handling of maximized windows, since they aren't special. 
4023           In DrawManagedWindowDecorations don't try to draw the text if it is
4024           empty.
4025         * MdiClient.cs: ArrangeIconicWindows: Don't  calculate any sizes, 
4026           use whatever the wm gives us.
4027
4028 2007-03-02  Jonathan Pobst  <monkey@jpobst.com>
4029
4030         * ButtonBase.cs: Add 2.0 properties.
4031         * Button.cs: Override Draw for 2.0.
4032         * Control.cs: Add Entered and Selected properties.
4033         * FlatButtonAppearance.cs, TextFormatFlags.cs, TextImageRelation.cs,
4034         TextRenderer.cs: Make internal for 1.1 to unify drawing code.
4035         * Theme.cs: New abstract functions for drawing Standard, Flat, Popup
4036         buttons.
4037         * ThemeWin32Classic.cs: Implement layout calculations for 2.0 buttons.
4038
4039 2007-03-01  Jonathan Pobst  <monkey@jpobst.com>
4040
4041         * XplatUIWin32.cs: Don't use 2.0 methods in 1.1 code.  :/
4042
4043 2007-03-01  Jonathan Pobst  <monkey@jpobst.com>
4044
4045         * XplatUIWin32.cs: Register a new class with Windows each time we get
4046         a new ClassStyle.  [Fixes bugs #79432, #80817]
4047         * Controls.cs: Set the correct ClassStyle in CreateParams.
4048         * ToolStripDropDown.cs: Don't request an invalid ClassStyle.
4049
4050 2007-03-01  Gert Driesen  <drieseng@users.sourceforge.net>
4051
4052         * ListView.cs: Add fireEvent argument to ReorderColumn since the
4053         ColumnReordered event must not be signaled when modifying DisplayIndex
4054         of a ColumnHeader. Added internal ReorderColumns method which takes
4055         care of drawing, and updating the internal DisplayIndex of the
4056         ColumnHeader. Added AddColumn method which is invoked from
4057         ColumnHeaderCollection when adding or inserting columns, and which
4058         ensures that reorder_columns_indices is kept in sync. Avoid redrawing
4059         after adding each ColumnHeader in ColumnHeaderCollection.AddRange.
4060         Recalculated dispay indices after removing a ColumnHeader.
4061         * ColumnHeader.cs: Save DisplayIndex separately from ListView to
4062         match MS. Allows last display index to be returned after ListView
4063         is disposed. Update actual location of ColumnHeader when DisplayIndex
4064         is modified.
4065
4066 2007-03-01  Everaldo Canuto  <everaldo@simios.org>
4067
4068         * LinkLabel.cs: Improve CalcTrimRectangle.
4069         
4070         * ThemeWin32Classic.cs: Fix some compilation problem under VS 2003.
4071
4072 2007-02-28  Everaldo Canuto  <everaldo@simios.org>
4073
4074         * LinkLabel.cs: Rename CalcMeasurementFactor as CalcTrimRectangle and
4075         get rectangle as a result value.
4076
4077 2007-02-28  Everaldo Canuto  <everaldo@simios.org>
4078
4079         * LinkLabel.cs: Theres some diferences between rectangle return from 
4080         MeasureCharacterRanges and the area used for DrawString to fix this 
4081         CalcMeasurementFactor method was created, it calcules the diferences
4082         to be use later to adjust rectangle in draw operations. Fixes #80473.
4083         
4084         * ThemeWin32Classic.cs: Use factor calculated by CalcMeasurementFactor
4085         to adjust draw rectangle.
4086
4087 2007-02-27  Everaldo Canuto  <everaldo@simios.org>
4088
4089         * ThemeWin32Classic.cs: In DrawLinkLabel draw focus rectangle before draw
4090         text and some other changes to reduce and optimize source code.
4091
4092 2007-02-27  Jonathan Pobst  <monkey@jpobst.com>
4093
4094         * RadioButton.cs: Implement 2.0 event.
4095         * RelatedImageListAttribute.cs: Implement new class.
4096
4097 2007-02-27  Everaldo Canuto  <everaldo@simios.org>
4098
4099         * MenuAPI.cs: Change keynav_state before call SelectItem. Fixes #80901.
4100
4101 2007-02-27  Jonathan Pobst  <monkey@jpobst.com>
4102
4103         * CheckBox.cs: Implement 2.0 functionality.
4104
4105 2007-02-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4106
4107         * ListView.cs: Refactor Add and AddRange methods of
4108         ListViewItemCollection, to not update the ListView
4109         everytime an item is added in AddRange. Also move the update
4110         code to a new CollectionChanged method, and call it
4111         from other methods that need it as well (this should also fix some
4112         bugs when Sorting is used).
4113
4114 2007-02-27  Jackson Harper  <jackson@ximian.com>
4115
4116         * TextControl.cs: Try to never let the caret stay in a non-text
4117         tag.
4118         * TextBoxBase.cs: Update the caret.
4119
4120 2007-02-26  Jonathan Pobst  <monkey@jpobst.com>
4121
4122         * XplatUIStructs.cs: Add some convenience methods for POINT structure.
4123         * XplatUIWin32.cs: Add some convenience methods for RECT structure,
4124         delete POINT structure, duplicate of one in XplatUIStructs.
4125         * TextRenderer.cs: Use XplatUIWin32.RECT instead of UXTheme.RECT.
4126
4127 2007-02-26  Gert Driesen  <drieseng@users.sourceforge.net>
4128
4129         * ListView.cs: Initialize LabelEditEventArgs after setting Text of
4130         edit box since otherwise the Label would immediately be set (even if
4131         the user did not modify the label). In OnKeyDown set Handled to true
4132         if Return or Escape was pressed. In ColumnHeaderCollection unlink
4133         columns that are to be removed. In ListViewItemCollection unlink items
4134         that are to be removed.
4135
4136 2007-02-24  Jonathan Pobst  <monkey@jpobst.com>
4137
4138         * TextRenderer.cs: If we set a GDI clip region, we need to clear
4139         it when we are done.  [Fixes bug #80949]
4140
4141 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
4142
4143         * Form.cs: Wrap checking ShowWithoutActivation in a NET_2_0 block.
4144
4145 2007-02-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4146
4147         * ListView.cs: I forgot to commit the changes for ListView 
4148         in my previous patch.
4149
4150 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
4151
4152         * Clipboard.cs: Partially implement an overload of SetDataObject.
4153         * Form.cs: Implement ShowWithoutActivation.
4154         * XPlatUIWin32.cs: Fix for WM_SHOWNOACTIVATE for forms.
4155
4156 2007-02-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4157
4158         This is a first set of changes to make the Virtual mode works,
4159         by avoiding the retrieval of ListViewItem instances until
4160         draw time.
4161
4162         * ListView.cs: Store item position in the ListView instead of the
4163         ListViewItem, this way we don't request the Bounds property of
4164         ListViewItem inside the ListView calculations, as well as cache the item
4165         size in item_size field. Store indexes instead of ListViewItem
4166         instances in the matrix used by icon view. Add a ItemMatrixLocation
4167         struct to hold the row and col info of the matrix info.
4168
4169         * ListViewItem.cs: Don't store the location anymore, and only cache
4170         the rectangles for GetBounds. Use the ListView.GetItemLocation
4171         method to retrieve the actual location.
4172
4173 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
4174
4175         * TextRenderer.cs: Add clipping support, thanks to George.
4176         [Fixes bug #80949]
4177
4178 2007-02-23  Gert Driesen  <drieseng@users.sourceforge.net>
4179
4180         * ListViewItem.cs: Cancel label edit when item is removed from 
4181         ListView.
4182         * ListView.cs: Move setting of focus to EndEdit. Fire BeforeLabelEdit
4183         event before the edit textbox is displayed.  Added CancelEdit method
4184         which is used end to editing while ignoring the value set by the
4185         user. In EndEdit, set focus to ListView to avoid losing focus to
4186         other controls. In ListViewItemCollection.Clear, cancel editing of
4187         any of the items.  In Remove, cancel editing of item being removed.
4188         Avoid udplicate code by modifing RemoveAt to invoke Remove.
4189
4190 2007-02-23  Gert Driesen  <drieseng@users.sourceforge.net>
4191
4192         * FileDialog.cs: Update FSEntry when move is successful. Fixes
4193         bug #80948.  
4194
4195 2007-02-23  Everaldo Canuto  <everaldo@simios.org>
4196
4197         * MainMenu.cs: Change Draw method to take care about MenuOrigin to be 
4198         compatible with non X11 systems. Fixes #80901.
4199
4200 2007-02-23  Gert Driesen  <drieseng@users.sourceforge.net>
4201
4202         * ListView.cs: Added bool argument to UpdateMultiSelection to specify
4203         whether the item should be unselected and reselect. We do no want this
4204         when we're starting to edit the label. Do not fire the 
4205         SelectedIndexChanged event from ListView when its already been fired
4206         by modifying ListViewItem.Selected. Fixes bug #80943.
4207
4208 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
4209
4210         * TextRenderer.cs: Previos commit logic was backwards.
4211
4212 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
4213
4214         * TextRenderer.cs: Don't add padding on MeasureText if we were
4215         sent the NoPadding flag.
4216
4217 2007-02-23  Everaldo Canuto  <everaldo@simios.org>
4218
4219         * ThemeWin32Classic.cs: Invert order of drawing operation with DrawImage
4220         after DrawButton. To prevent image overlaps button borders SetClip and 
4221         ResetClip added before and after draw image. Fixes #79129.
4222
4223 2007-02-23  Everaldo Canuto  <everaldo@simios.org>
4224
4225         * FolderBrowserDialog.cs: Use ClientSize instead of Size to specify 
4226         window size, it fix problem when you run under win32 that theres
4227         Size diferent than ClientSize. Also fix controls size and positions
4228         to mimic Win32. Fixes #80837.
4229
4230 2007-02-22  Everaldo Canuto  <everaldo@simios.org>
4231
4232         * Form.cs: Handle WM_NCHITTEST and return HTMENU when point is on 
4233         menu area to fix some problems for non X11 systems. Fixes #80613.
4234
4235 2007-02-22  Jackson Harper  <jackson@ximian.com>
4236
4237         * TreeNode.cs: When a node is expanded, set its is_expanded flag
4238         even if it doesn't have any children.
4239
4240 2007-02-22  Jackson Harper  <jackson@ximian.com>
4241
4242         * TreeView.cs: Calculate the top node 'on the fly', this
4243         eliminates issues where you need to click on the tree before
4244         scrolling it to get the top node computed correctly.
4245         * TreeNodeCollection.cs: We don't need to mess with the top node
4246         anymore.
4247
4248 2007-02-22  Jackson Harper  <jackson@ximian.com>
4249
4250         * DataGridViewRow.cs: Fix typo so height can actually be set.
4251         Patch by Peter Grimm.
4252
4253 2007-02-22  Gert Driesen  <drieseng@users.sourceforge.net>
4254
4255         * FileDialog.cs: Fixed support for renaming files and directories.
4256         * ListView.cs: Do not lose focus when edit is canceled. Process
4257         Escape as regular key (to prevent closing of dialogs).
4258
4259 2007-02-22  Gert Driesen  <drieseng@users.sourceforge.net>
4260
4261         * ListView.cs: Removed TODO for LabelEdit. Removed extra tabs and
4262         spaces. Changed spaces to tabs. Removed unnecessary init of bools.
4263
4264 2007-02-22  Gert Driesen  <drieseng@users.sourceforge.net>
4265
4266         * FileDialog.cs: LabelEditEventArgs.Label now returns null when user
4267         did not modify label.
4268         * ListView.cs: Only set LabelEditEventArgs.Label if user actually
4269         modified the text. Reset Label when user presses Escape in edit mode.
4270         Move focus to ListView after having cancelled or finished editing the
4271         label.
4272
4273 2007-02-21  Gert Driesen  <drieseng@users.sourceforge.net>
4274
4275         * ComboBox.cs: Removed unnecessary initializations. Marked items field
4276         private. Clear textbox when Text is set to null and SelectedIndex is
4277         already -1.
4278         * FileDialog.cs: Removed unnecessary initializations. Removed 
4279         workarounds for ComboBox bugs that are now fixed. Modified
4280         DefaultExt, InitialDirectory and Title property to change null to
4281         zero-length string in getters. Avoid directly accessing fields.
4282
4283 2007-02-20  Jackson Harper  <jackson@ximian.com>
4284
4285         * TextControl.cs: Remove RecalAlignments call, that was some
4286         debugging leftovers.
4287         - Don't use the line indent when we shouldn't.
4288         * RichTextBox.cs: Add support for paragraph left indents.
4289
4290 2007-02-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4291
4292         * Control.cs: Fix BeginInvoke signature for 2.0 profile.
4293         Seems like the class status pages doesn't catch params differences.
4294
4295 2007-02-19  Gert Driesen  <drieseng@users.sourceforge.net>
4296
4297         * ComboBox.cs: Removed extra tabs. Changes spaces to tabs.
4298
4299 2007-02-19  Gert Driesen  <drieseng@users.sourceforge.net>
4300
4301         * ComboBox.cs: Setting Text should have no effect if item text of
4302         selected item exactly matches value. First lookup text using
4303         case-sensitive comparison, and fallback to case-insensitive comparison.
4304         FindString(Exact) returns -1 if search string is null. On 2.0 profile, 
4305         allow startIndex to be last index. Changed ArgumentOutOfRangeException
4306         paramname to match MS. Restart from first item if string is not found
4307         after startIndex. Fixed paramname of ArgumentNullException that is
4308         thrown for null value in ObjectCollection.Contains.
4309
4310 2007-02-19  Everaldo Canuto  <everaldo@simios.org>
4311
4312         * XplatUIStructs.cs: WM_XXX UISTATE elements uncommented.
4313
4314 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4315
4316         * ListControl.cs: In SelectedValue use value.Equals to compare for
4317         equality instead of ==, otherwise it will fail for strings.
4318         Fixes #80794.
4319
4320 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4321         
4322         * ComboBox.cs: Switch the order to ShowSelection and ActivateCaret,
4323         since the caret won't show up unless ShowSelection is true. 
4324         Fixes #80795.
4325
4326 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4327
4328         * Application.cs: When disabling all forms but the main form, do not
4329           disable any descendants of the main form (such as mdi children or
4330           other parented forms). Fixes #80822 on Windows.
4331         * Form.cs: If we have a parent, set the WS_CHILD style.
4332         * Control.cs: Update the window styles if the control whose parent has
4333           changed is a form (the WS_CHILD style has to be switched).
4334
4335 2007-02-19  Everaldo Canuto  <everaldo@simios.org>
4336
4337         * XplatUIStructs.cs: MsgUIState structure added.
4338
4339 2007-02-18  Gert Driesen  <drieseng@users.sourceforge.net>
4340
4341         * FileDialog.cs: Removed need for separate fileName field. On 2.0
4342         profile, do not check filename(s) for illegal character if filename(s)
4343         were set non-interactively but always check on 1.0 profile. Fixed NRE
4344          in DefaultExt and only strip off first leading dot. Improve exception
4345         message when invalid Filter is set. Do not ignore InitialDirectory if
4346         it does no exist. Store specified Title, and if empty use default
4347         title (depending on type of dialog). Added an internal DialogTitle 
4348         property for retrieving dialog title. Fixed logic of displayed dir to
4349         more closely match MS. Avoid setting ComboBox.Text to a zero-length 
4350         string as its buggy.
4351         * OpenFileDialog.cs: In OpenFile, throw ArgumentNullException if
4352         FileName is a zero-length string (it can never be null). Override 
4353         DialogTitle property to set default title of dialog box.
4354         * SaveFileDialog.cs: Override DialogTitle property to set default
4355         title of dialog box.
4356
4357 2007-02-18  Gert Driesen  <drieseng@users.sourceforge.net>
4358
4359         * FileDialog.cs: Modify default text of filename and filetype labels
4360         to match that of MS. Reset do_not_call_OnSelectedIndexChanged...
4361         after we've updated the SelectedIndex. Fixes part of bug #80887.
4362         * SaveFileDialog.cs: Set text of filetype label.
4363
4364 2007-02-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4365
4366         * LabelEditEventArgs.cs: New internal SetLabel method, to set the
4367         label field. Needed by latest Jackson's fixes for ListView.
4368
4369 2007-02-16  Andreia Gaita  <avidigal@novell.com>
4370
4371         * PrintPreviewControl/PrintPreviewDialog: Properly dispose of 
4372         print preview images.
4373
4374 2007-02-16  Jackson Harper  <jackson@ximian.com>
4375
4376         * ListView.cs: Make AfterLabelEdit work correctly.
4377         * FileDialog.cs: After changing the name of the folder, we have to
4378         make sure that it is created, or that we pop up an error because
4379         it already exists.
4380
4381 2007-02-16  Jackson Harper  <jackson@ximian.com>
4382
4383         * X11Dnd.cs: Implement aliases on mime handlers, so things like
4384         System.String are mapped to text.
4385         - Handle dataobjects, getting all the possible formats out of them
4386         - We dont need the drag event args before we give feedback. This
4387         allows feedback cursors to be immediate before selections have
4388         been converted.
4389
4390 2007-02-16  Jackson Harper  <jackson@ximian.com>
4391
4392         * TextBoxBase.cs: Modified the method for inserting images to
4393         taking a line and position instead of tag and position.
4394         * RichTextBox.cs: Handle PngBlip data by inserting the png image
4395         into the RTF file.
4396         * TextControl.cs: Allow images to be inserted as the first tag of
4397         a line.
4398         - Fix some off by one issues when we assume the first tag is a
4399         text tag, not an image tag.
4400
4401 2007-02-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4402
4403         * ListView.cs: Set focus to ListView when ItemControl gets a
4404         WM_RBUTTONDOWN message, to mimic .Net behaviour. 
4405         Fixes part of #80467.
4406
4407 2007-02-15  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4408
4409         * DateTimePicker.cs: Call RecreateHandle if the Format changes and
4410           validate Text input (if null or empty string reset Value to default
4411           value). Fixes #80830.
4412
4413 2007-02-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4414
4415         * ListView.cs: Set owner as null for columns and items when
4416         Dispose is invoked. Fixes #80607.
4417
4418 2007-02-14  Jonathan Pobst  <monkey@jpobst.com>
4419
4420         * ToolStrip.cs: Allow LayoutStyle.Flow, make sure to call OnOpening when
4421         showing DropDowns, don't show a Grip when doing Flow layout.
4422         [This fixes the toolbox in PDN 2.72.]
4423         * ToolStripItem.cs: Add Anchor property and some internal properties to
4424         reduces needed changes to FlowLayout.
4425         * ToolStripOverflow.cs: Remove unused variable.
4426         * ToolStripSplitStackLayout.cs: If a ToolStripItem isn't visible, don't
4427         use it in the layout calculations.
4428
4429 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
4430
4431         * ToolTip.cs: Add HotkeyPrefix.Hide to MeasureString format, it fix an issue
4432         reported in #79640.
4433         
4434         * ThemeWin32Classic.cs: Uses format for MeasureString in ToolTipSize to fiz
4435         size calculation.
4436
4437 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
4438
4439         * ToolBar.cs, ToolBarButton.cs: Revert and remove HotkeyPrefix from 
4440         MeasureString format, it can make button very large in some cases, it is
4441         strange but is what win32 do.
4442
4443 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
4444
4445         * ToolBar.cs, ToolBarButton.cs: Uses format in MeasureString to fix string 
4446         size calculation.
4447
4448         * ThemeWin32Classic.cs: Set HotkeyPrefix in toolbar text format to fix text
4449         rendering, the value is based on MenuAccessKeysUnderlined.
4450
4451 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
4452
4453         * Theme.cs: Change MenuAccessKeysUnderlined to "true" that is value used
4454         for most themes.
4455         
4456         * ThemeWin32Classic.cs: Override MenuAccessKeysUnderlined as false.
4457         
4458         * ThemeNice.cs, ThemeGtk.cs, ThemeClearlooks.cs: Remove always_draw_hotkeys
4459         and use MenuAccessKeysUnderlined instead.
4460
4461 2007-02-13  Andreia Gaita  <avidigal@novell.com>
4462
4463         * ContainerControl.cs: Focus fix for nunit treeview selection bug.
4464         A selected control would not get a Focus call if:
4465                 - the default active control of the container is the same as
4466                   the one that was selected
4467                 - we are switching from one container to another
4468         Under these conditions, the container being selected already has
4469         an active_control, which is the same as the one being activated, 
4470         so set_ActiveControl would always return and not send the Focus
4471         call. Fix to check if the currently active control of the container
4472         is actually focused.
4473
4474 2007-02-13  Jonathan Pobst  <monkey@jpobst.com>
4475
4476         * StatusStrip.cs: Implement the spring layout.
4477         * ToolStripControlHost.cs: Make sure the hosted control's visibility
4478         always matches the host.
4479         * ToolStripItem.cs: Write a more accurate layout for TextBeforeImage
4480         and TextAfterImage.
4481
4482 2007-02-13  Andreia Gaita  <avidigal@novell.com>
4483
4484         * Control.cs: Code reorganization only.
4485           - Reorganize the WndProc cases so that each case has it's own handling method, 
4486           to help with the no-line-numbering stack traces.
4487           - Formatting changes (it's vstudio's fault, really :p)
4488
4489 2007-02-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4490
4491         * MonthCalendar.cs: Switch to using Thread.CurrentCulture instead of
4492           Thread.CurrentUICulture to match DateTimePicker's (and MS)
4493           behaviour.
4494
4495 2007-02-12  Jackson Harper  <jackson@ximian.com>
4496
4497         * RichTextBox.cs:
4498         * TextBox.cs: By default we have a non multiline document
4499         - use the multiline property instead of the internal variable
4500         * TextBoxBase.cs: Treat multiline and non multiline the same in
4501         most places.
4502         - Use the documents multiline flag instead of tracking it ourself
4503         * TextControl.cs: Attempt at getting multiline to match MS
4504         behavior.  Lines now track an offset, which is either their X or Y
4505         offset depending on whether or not we are in multiline mode.
4506         - Update all the methods to understand that lines have an X value.
4507         - Fix crash in Undo::Duplicate when empty lines are deleted.
4508
4509 2007-02-12  Everaldo Canuto  <everaldo@simios.org>
4510
4511         * Label.cs: CalcPreferredHeight and CalcPreferredWidth methods removed and 
4512         code moved to properties PreferredHeight and PreferredWidth. It solve the
4513         all problems when preferred sizes must be recalculated. Fixes #80801.
4514
4515 2007-02-12  Everaldo Canuto  <everaldo@simios.org>
4516
4517         * Label.cs: Fix CalcPreferredHeight for 2.0 that must return only
4518         font height when compatible_text_rendering is false. Partially fix #80801.
4519
4520 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
4521
4522         * Form.cs: Fixed typo in exception message. Fixes bug #80779.
4523
4524 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
4525
4526         * Form.cs: Improved exception messages in ShowDialog.
4527
4528 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
4529
4530         * PrintDialog.cs: On 1.0 profile, throw ArgumentException in RunDialog if
4531         PrinterSettins has not been set. On 2.0 profile, initialize PrinterSettings
4532         if not set. Fixes bug #80764. Avoid accessing current_settings field
4533         directly.
4534
4535 2007-02-08  Everaldo Canuto  <everaldo@simios.org>
4536
4537         * Theme.cs: An new property MenuAccessKeysUnderlined added with default value
4538         false.
4539
4540         * SystemInformation.cs: An new property MenuAccessKeysUnderlined added, it is
4541         public in 2.0 and for easy maintenance and dont break compatibility it is 
4542         internal in 1.1.
4543         
4544 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
4545
4546         * ToolStripItem.cs: Implement using images from ImageList.
4547
4548 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4549
4550         * DateTimePicker.cs: Change default date-formatting culture from
4551           CurrentThread.CurrentUICulture to CurrentThread.CurrentCulture,
4552           seems to be the way MS does it.
4553
4554 2007-02-08  Andreia Gaita  <avidigal@novell.com>
4555
4556         * PrintPreviewControl.cs: rewrite toolbar code to fix #80725. Correct 6-up image 
4557         (the 6 was cut off on the right side)
4558
4559 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
4560
4561         * Form.cs: Tell MenuStrips to close when the form is clicked.
4562         * MenuStrip.cs, ToolStrip.cs, ToolStripControlHost.cs, 
4563         ToolStripDropDown.cs, ToolStripDropDownItem.cs, ToolStripItem.cs,
4564         ToolStripItemCollection.cs, ToolStripMenuItem.cs, ToolStripProfessionalRenderer.cs,
4565         ToolStripSplitButton.cs, ToolStripSplitStackLayout.cs: Add 
4566         support for Overflow, where items that do not fit are automatically
4567         reparented to a drop down menu.
4568         * ToolStripOverflow.cs, ToolStripOverflowButton.cs: Added.
4569         Also: fixes bug #80747.
4570
4571 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4572
4573         * ComboBox.cs: Remove warning (unused code).
4574         * ScrollableControl.cs: Remove warning for 1.1 profile.
4575
4576 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4577
4578         * Form.cs: Remove a warning.
4579
4580 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4581
4582         * DateTimePicker.cs: Fixed a NRE if CustomFormat was null. Handles the
4583           'g' specifier, not documented anywhere, but seems to always show up
4584           as a single space (might have something to do with the DateTime 'g'
4585           specifier, which is the era format, but since DateTimePicker can't
4586           go earlier than 1753 it wouldn't matter) . Fixed quote handling,
4587           won't crash if the format has an unmatched quote. Now shows
4588           single-character formats correctly. Fixes #80744.
4589
4590 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
4591
4592         * StatusStrip.cs: Stretch property needs to call base.Stretch,
4593         not this.Stretch to fix stack overflow. [Fixes bug #80760]
4594
4595 2007-02-07  Chris Toshok  <toshok@ximian.com>
4596
4597         * ThemeWin32Classic.cs (DrawButtonBase): don't clear to the
4598         background color.  it overwrites the background image we've
4599         already painted.  Fixes #80599.
4600
4601 2007-02-07  Chris Toshok  <toshok@ximian.com>
4602
4603         * DataGrid.cs: return immediately from Edit() when there are no
4604         columns.  Fixes #80662.
4605
4606 2007-02-07  Chris Toshok  <toshok@ximian.com>
4607
4608         * MessageBox.cs: fix #80625.  don't always show the Help button in
4609         2.0.  use the displayHelpButton parameter to determine if we
4610         should show it. Also, make the internal show_help field private.
4611
4612 2007-02-07  Chris Toshok  <toshok@ximian.com>
4613
4614         * Control.cs (SetVisibleCore): check in the proposed patch for
4615         80604, and set is_visible before calling CreateControl.
4616
4617 2007-02-07  Jonathan Pobst  <monkey@jpobst.com>
4618
4619         * ListView.cs: UseCompatibleStateImageBehavior setter changed from NIEX to 
4620         MonoInternalNote.  This is added automagically by VS2005, so let's not crash
4621         on it.
4622
4623 2007-02-06  Everaldo Canuto  <everaldo@simios.org>
4624
4625         * MenuAPI.cs: hotkey_active internal field added, it is required because
4626         we need to know when hotkeys must be draw, before this change a keystate
4627         Navigating was used but we can have menu in navigating state without
4628         hotkeys. Fixes #80694.
4629         
4630         * ThemeWin32Classic.cs: Only draw hot keys when hotkey_active is true.
4631
4632 2007-02-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4633
4634         * Control.cs: Handle WM_CAPTURECHANGED in 1.1 code as well, and change
4635           corresponding events and methods to be internal for 1.1 profile and
4636           public for 2.0 profile (required by SizeGrip).
4637         * Form.cs: Use SizeGrip as a virtual SizeGrip (and don't add it to the
4638           implicit control list). Don't set the size nor the location of the
4639           SizeGrip anymore as it's not needed.
4640         * SizeGrip.cs: Rewrote large parts, it now supports a virtual mode to
4641           draw directly on the captured control (fixes #80656). Removed
4642           ShowGrip (it wasn't used anywhere), redraw (always true), added
4643           GetDefaultSize and GetDefaultRectangle to calculate defaults.
4644         * ScrollableControl.cs: Make UpdateSIzeGripVisible internal so it can
4645           be called from SizeGrip.
4646
4647 2007-02-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4648
4649         * Timer.cs: Throw ArgumentException if Interval <= 0.
4650
4651 2007-02-05  Jackson Harper  <jackson@ximian.com>
4652
4653         * TreeView.cs: We need to check scrollbar visibility when window
4654         visibility is updated, because non visible trees don't ever add
4655         scrollbars.
4656         * Cursor.cs: We want the override cursor to be reset to NULL when
4657         we set current cursor to the default cursor.
4658
4659 2007-02-05  Jackson Harper  <jackson@ximian.com>
4660
4661         * TextControl.cs: Don't have crlfs when we are non multiline.
4662         - Consolidate the line position.
4663
4664 2007-02-05  Jackson Harper  <jackson@ximian.com>
4665
4666         * X11Keyboard.cs: BACK+CTRL gets a special char code.
4667
4668 2007-02-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4669
4670         * XplatUIX11.cs: Implemented WM_CAPTURECHANGED support, we're now
4671           handling LeaveNotify->NotifyUngrab in order to send
4672           WM_CAPTURECHANGED. However sometimes the NotifyUngrab arrives late
4673           after calling XUngrabPointer, so we call WindowUngrabbed directly
4674           from UngrabWindow in order to send WM_CAPTURECHANGED immediately.
4675         * Control.cs: Handle WM_CAPTURECHANGED in order to raise
4676           MouseCaptureChanged correctly. Also create handles if changing
4677           Capture (matches MS behaviour).
4678
4679 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4680
4681         * SizeGrip.cs: Make the last change 2.0 only.
4682
4683 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4684
4685         * SizeGrip.cs: If resizing and the capture is lost, revert any size
4686           changes to initial size (fixes #80597).
4687
4688 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4689
4690         * SizeGrip.cs: Use the normal icon for SizeGrip if it is disabled.
4691
4692 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4693
4694         * SizeGrip.cs: Only draw sizegrip if enabled (but always draw
4695           background) and only allow dragging if enabled. This way the
4696           sizegrip can be used to fill the open square that otherwise would
4697           have been shown in the bottom right corner of ScrollableControl
4698           when ScrollableControl is not suppose to support sizing.
4699         * ScrollableControl.cs: Create UpdateSizeGripVisible to decide when the
4700           sizegrip is shown and enabled, and hook up with necessary events.
4701
4702 2007-02-01  Chris Toshok  <toshok@ximian.com>
4703
4704         * DataGridTextBoxColumn.cs: clean up the
4705         GetFormattedString/GetColumnValueAtRow combination of functions.
4706         Also fix UpdateUI, and the initial state of
4707         IsInEditOrNavigateMode.
4708
4709         * DataGridTextBox.cs: don't chain up to base.OnMouseWheel - we
4710         aren't supposed to scroll the textbox here, we're supposed to
4711         scroll the datagrid.
4712
4713 2007-02-01  Chris Toshok  <toshok@ximian.com>
4714
4715         * ComboBox.cs: use vscrollbar_ctrl.Dock instead of explicitly
4716         setting the position.
4717
4718 2007-02-01  Chris Toshok  <toshok@ximian.com>
4719
4720         * DataGrid.cs (OnLeave): we can now do the CancelCurrentEdit thing
4721         here, since the most recent focus fixes keep us from generating
4722         the Leave event when our textbox gets focus.
4723         (Edit): we should be passing null for the column style's
4724         instantText parameter.
4725         
4726 2007-02-01  Jonathan Pobst  <monkey@jpobst.com>
4727
4728         * ToolStripDropDownItem.cs: Make sure DropDownOpening event is 
4729         raised.  Fixes menu text/icons not showing up in PDN.
4730
4731 2007-02-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4732
4733         * Control.cs: Remove code in constructor that makes every
4734         control with WS_CHILD set have initial location -1, -1.
4735
4736 2007-01-31  Jackson Harper  <jackson@ximian.com>
4737
4738         * X11Dnd.cs: Take the keyboard on init to reduce coupling with
4739         XplatUIX11.
4740         * XplatUIX11.cs: Give teh keyboard to teh dnd.
4741
4742 2007-01-31  Jackson Harper  <jackson@ximian.com>
4743
4744         * X11Dnd.cs: Use IDataObject instead of the DataObject class.
4745         - Remove some debug code.
4746
4747 2007-01-31  Jackson Harper  <jackson@ximian.com>
4748
4749         * XplatUIX11.cs: If you set the override cursor during a grab, it
4750         should actually override the grab cursor.  This comes into play
4751         when you are setting custom cursors in a DND feedback method.
4752
4753 2007-01-31  Jackson Harper  <jackson@ximian.com>
4754
4755         * X11Dnd.cs: Add support for handling the QueryContinue and
4756         GiveFeedback events.
4757         - Cancel drag and drop actions when the escape key is clicked.
4758         * XplatUIX11.cs: Let the dnd subsystem get key events, so that it
4759         can handle the ESCAPE key.
4760         - Allow dnd to swallow BUTTONUP messages if it needs to.  This is
4761         done when dnd events are continued after the button is released.
4762         - Add a new helper method so that dnd can translate key events.
4763
4764 2007-01-31  Alexander Olk  <alex.olk@googlemail.com>
4765
4766         * FileDialog.cs: Rewrite of Jacksons OnClickCancelButton patch to
4767         make it more obvious what is happening.
4768
4769 2007-01-30  Jackson Harper  <jackson@ximian.com>
4770
4771         * XplatUIX11.cs: Don't break when handling button release in drag
4772         and drop operations. We need that BUTTONUP message to get through
4773         so capture is released.
4774         * X11Dnd.cs: We don't need to manually grab the pointer anymore,
4775         this is handled automatically when the mouse is down.
4776
4777 2007-01-30  Jackson Harper  <jackson@ximian.com>
4778
4779         * FileDialog.cs: OnClickCancelButton gets called whenever the dialog
4780         is closed, so we need to make sure that we aren't changing the
4781         dialog result when the OK (Open or Save) button has been clicked
4782         and we are closing the window ourselves.  Note we don't need to
4783         worry about the cache being written in this case, because it was
4784         already done in the previous FilOk call.
4785
4786 2007-01-30  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4787         
4788         * DateTimePicker.cs: Remove a warning.
4789         * ComboBox.cs: Remove a couple of warnings.
4790
4791 2007-01-29  Chris Toshok  <toshok@ximian.com>
4792
4793         * XplatUIX11.cs: don't crash, and remove the icon if the user has
4794         set one, if SetIcon is passed a null icon.
4795
4796 2007-01-29  Andreia Gaita  <avidigal@novell.com>
4797
4798         * TextBox.cs: Redraw when the password characters changes
4799         * TextControl.cs: Check if textbox has a password char and draw 
4800         a line of password chars instead of the text in the line. LineTag gets 
4801         an extra Draw() method which allows document.Draw to override the text 
4802         that will be drawn. Removes 1024 char limitation on length of passworded 
4803         lines.
4804
4805 2007-01-29  Jackson Harper  <jackson@ximian.com>
4806
4807         * TextBoxBase.cs: Deleting sections of text is undoable.  Deleting
4808         single chars is not.
4809
4810 2007-01-28  Jonathan Pobst  <monkey@jpobst.com>
4811
4812         * TextRenderer.cs: Fix cutting off the bottom of letters like "j" by
4813         one pixel.  Fix a StackOverflowException caused by an overload wrongly
4814         calling itself.
4815
4816 2007-01-26  Everaldo Canuto  <everaldo@simios.org>
4817
4818         * MenuAPI.cs: Fixed kerboard grab problem when "enter"key is pressed,
4819         also remove ProcessArrowKey and put the code inside ProcessKeys.
4820
4821 2007-01-26  Jonathan Pobst  <monkey@jpobst.com>
4822
4823         * PaddingConverter.cs: Added.
4824
4825 2007-01-26  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4826         
4827         * ThemeWin32Classic.cs: Only draw the text of a StatusBar if
4828         ShowPanels is false (fixes #80600). Only draw up to 127 characters
4829         of text (fixes #80601). For panels clip the text to draw to the
4830         panel (fixes #80603).
4831
4832 2007-01-26  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4833
4834         * ComboBox.cs: Fixed implementation of ResetText.
4835
4836 2007-01-25  Jackson Harper  <jackson@ximian.com>
4837
4838         * TextControl.cs: For the last char of a line we need to use the
4839         line size, not that chars width, since it won't actually be
4840         computed since the right side of a char is based on the start of
4841         the left side of the next char, and the next char does not exist.
4842
4843 2007-01-25  Chris Toshok  <toshok@ximian.com>
4844
4845         * Splitter.cs: fix the new unit tests, and reindent some switch
4846         statements.
4847
4848 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4849
4850         * ComboBox.cs: Implemented 2.0 methods and events.
4851         * TextBoxBase.cs: Added OnTextUpdate, so that
4852         ComboBox.ComboTextBox can inform ComboBox of it.
4853
4854 2007-01-25  Jackson Harper  <jackson@ximian.com>
4855
4856         * TextControl.cs: Respect ShowSelection when deciding whether or
4857         not to display the caret, this allows comboboxes to have carets
4858         when the combotextbox does not have focus.
4859
4860 2007-01-25  Jackson Harper  <jackson@ximian.com>
4861
4862         * TextControl.cs: Add a Suspend/Resume for updating, basically the
4863         same as the Suspend/Resume for recalc, except this will do actual
4864         Invalidates.
4865         - New Undo manager, works much like the MS version.
4866         - Implemented Redo
4867         * TextBoxBase.cs: The Cut operation is undoable.
4868
4869 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4870         
4871         * TextBoxBase.cs: Don't antialias text. Makes it look way better
4872         on Windows (no difference on Linux).    
4873
4874 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4875
4876         * XplatUIWin32.cs: Set SWP_NOACTIVATE in RequestNCRecalc as well,
4877         we don't want to activate any windows. Fixes #79433.
4878
4879 2007-01-25  Jonathan Pobst  <monkey@jpobst.com>
4880
4881         - ButtonBase.cs: Fix capitalization of parameter: disposing.
4882         [Fixes bug #80609]
4883
4884 2007-01-25  Alexander Olk  <alex.olk@googlemail.com>
4885
4886         * FileDialog.cs:
4887         - Move to using System.ComponentModel.EventHandlerList
4888         - Replace Refresh with Invalidate
4889         - Clear the mime filecache on closing
4890         - Some other memory reducing work. After beeing closed FD now uses
4891           only about 300 KB for the fdo mime stuff plus the memory of the
4892           cached icons.
4893         * Mime.cs: Changed coding style and removed unnecessary commented
4894         code. Some more memory memory reducing work.
4895
4896 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4897
4898         * ComboBox.cs: Implemented FlatStyle and DropDownHeight, and added
4899         a few other missing 2.0 properties.
4900         * Theme.cs: Added DrawFlatStyleComboBox.
4901         * ThemeWin32Classic.cs: Implemented DrawFlatStyleComboBox.
4902
4903 2007-01-24  Chris Toshok  <toshok@ximian.com>
4904
4905         * XplatUIX11.cs: fix the wake_waiting logic - we always clear the
4906         wake_waiting flag, not just when there's data to be read.  if we
4907         don't, then future wakeup's won't reach us and we'll be doomed to
4908         wait for the entire 1 second timeout forever (unless there are X
4909         events to be had).
4910
4911 2007-01-24  Jonathan Pobst  <monkey@jpobst.com>
4912
4913         * ComboBox.cs: FindStringExactMaxException doesn't throw AOORE on 2.0
4914         until you pass Items.Count, not Items.Count - 1 like 1.1.
4915
4916 2007-01-24  Gert Driesen  <drieseng@users.sourceforge.net>
4917
4918         * ColumnHeader.cs: Fixed ParamName in ArgumentOutOfRangeException.
4919
4920 2007-01-24  Jonathan Pobst  <monkey@jpobst.com>
4921
4922         * ToolStripContainer.cs: The recent Dock fix exposed that I was
4923         adding the panels in the wrong order.
4924
4925 2007-01-24  Jackson Harper  <jackson@ximian.com>
4926
4927         * TextBoxBase.cs: When we move the caret we also need to move the
4928         selection, this fixes some random crashing after doing select
4929         text, unselect, delete a char, paste.
4930
4931 2007-01-24  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4932
4933         * Form.cs: Update SizeGrip's location even if it's not visible (fixes #80592).
4934
4935 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
4936
4937         * Control.cs: In OnParentBackgroundImageChanged remove conditions to call
4938         OnBackgroundImageChanged, it mimics win32 behavior. Fixes #80553. 
4939         * ToolBar.cs: Force redraw in BackgroundImageChanged.
4940
4941 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
4942
4943         * ToolBar.cs:
4944         - Implement support for vertical toolbars. Fixes #80539;
4945         - Call LayoutToolBar when resize, it fix some other problems in layout.
4946         - Rename requested_height to requested_size, as we can have width on it
4947         when toolbar is vertical.
4948         - Create a private property "Vertical" that uses Dock to verify when 
4949         toolbar is vertical or not.
4950         - Set ControlStyles when change Dock property.
4951         - Refactory in LayoutToolBar to have better variables names and to support
4952         vertical toolbars.
4953         - Fixes default value for ButtonSize when button count is equal zero, size
4954         must be (39, 36) test case writed.
4955
4956 2007-01-23  Chris Toshok  <toshok@ximian.com>
4957
4958         * Control.cs: fix the checks so that they work correctly for mdi
4959         parents/children.
4960
4961 2007-01-23  Chris Toshok  <toshok@ximian.com>
4962
4963         * Control.cs: ControlCollection seems to have super-secret
4964         abstraction breaking knowledge of Mdi containers.  allow MdiClient
4965         to add toplevel controls.
4966
4967 2007-01-23  Chris Toshok  <toshok@ximian.com>
4968
4969         * Control.cs: throw an ArgumentException if a toplevel control is
4970         added to our control collection from ControlCollection.Add, as
4971         well as from ControlCollection.IList.Add.  This fixes the
4972         ControlSetTopLevelTest.TestTopLevelAdd unit test.
4973
4974         Also, in ControlCollection.IList.Add, don't through an
4975         ArgumentNullException, throw an ArgumentException, when value ==
4976         null.  This matches MS.
4977
4978 2007-01-23  Chris Toshok  <toshok@ximian.com>
4979
4980         * BindingSource.cs: initial, incomplete, implementation of
4981         BindingSource.
4982
4983 2007-01-23  Jackson Harper  <jackson@ximian.com>
4984
4985         * TextControl.cs:
4986         * TextBoxBase.cs: Checking in some pieces of the undo stuff so
4987         that I can fix a broken unit test (TextBoxTest::ClearUndo)
4988         
4989 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
4990
4991         * ToolBar.cs: Add status fields to ToolBarButtonInfo.
4992
4993 2007-01-23  Andreia Gaita  <avidigal@novell.com>
4994
4995         * TreeNode.cs: Add new 2.0 ImageKey and SelectedImageKey properties.
4996         * TreeNodeCollection.cs: New Add() methods, ContainsKey and
4997         IndexOfKey() for 2.0
4998
4999 2007-01-23  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5000
5001         * XplatWin32.cs: In RequestNCRecalc call SetWindowPos with SWP_NOZORDER
5002         to prevent it from changing z-order.
5003         * MdiWindowManager.cs: Refactor part of SetWindowState to MdiClient, only
5004         leave UI updates in MdiWindowManager.
5005         * InternalWindowManager.cs: Check for 0 sized nc areas and make them
5006         1 sized (NC handling goes weird on Linux otherwise).
5007         * MdiClient.cs: Add missing ExStyle (WS_EX_CLIENTEDGE), so it's no longer
5008         necessary to handle WM_NCCALCSIZE anymore. This also made it possible to
5009         remove a few NCRequestRecalcs. Changed calculations in IconicBounds
5010         to use ClientSize of MdiClient instead of entire size. Refactored ActivateChild
5011         and SetWindowState(s) to allow for changing the size of an activated child
5012         before activating it (reduces a lot of flicker).
5013
5014 2007-01-22  Jonathan Pobst  <monkey@jpobst.com>
5015
5016         * Form.cs: Changing FormBorderStyle has different semantics based
5017         on whether the Form is visible or not.  If not visible, don't change
5018         the Size.  But InvalidateNC needs to be called to force the window
5019         to pick up the changes and redraw itself.  [Fixes bug #80574]
5020
5021 2007-01-22  Jonathan Pobst  <monkey@jpobst.com>
5022
5023         [Moma work]
5024         * ContainerControl.cs: ProcessCmdKey.
5025         * ErrorProvider.cs: new constructor.
5026         * Form.cs: fix AutoValidateEvent compiler warning.
5027         * Label.cs: fix OnAutoSizeChanged compiler warning.
5028         * MenuStrip.cs: fix CanOverflow compiler warning.
5029         * TabControl.cs: SelectTab, OnSelected methods, Selected event.
5030         * TextBox.cs: Dispose.
5031         * ToolStrip.cs: CanOverflow, re-enable double buffering.
5032         * ToolStripControlHost.cs: fix CausesValidation compiler warning.
5033         * ToolStripDropDown.cs: fix ContextStripMenu compiler warning.
5034         * ToolStripItem.cs: Overflow, RightToLeft properties.
5035
5036 2007-01-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5037
5038         * Form.cs: Move the layout of the main form to MdiWindowManager.
5039         * MdiWindowManager.cs: If WindowState changes from or to Maximized,
5040         do a layout of the main window to update MdiClient's client area to
5041         the right area. Fixes #80533. Remove the calculation of nc size, 
5042         it was just wrong and the correct one is the same as for 
5043         InternalWindowManager. 
5044
5045 2007-01-20  Jonathan Pobst  <monkey@jpobst.com>
5046
5047         * Control.cs: Setting Anchor or Dock needs to reset the other
5048         to its default.  [Fixes bug #80556]
5049
5050 2007-01-20  Chris Toshok  <toshok@ximian.com>
5051
5052         * CheckedListBox.cs: class status changes.
5053
5054         * ScrollableControl.cs: same.
5055
5056         * RichTextBox.cs: same.
5057
5058         * ContainerControl.cs: same.
5059
5060         * ListView.cs: same.
5061
5062         * NotifyIcon.cs: same.
5063
5064         * MenuStrip.cs: same.
5065
5066         * RadioButton.cs: same.
5067
5068         * CheckBox.cs: same.
5069
5070         * PrintPreviewDialog.cs: same.
5071
5072         * Form.cs: same.
5073
5074 2007-01-19  Jonathan Pobst  <monkey@jpobst.com>
5075
5076         * TreeNode.cs: Apply Alan's patch for Name property.
5077
5078 2007-01-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5079         
5080         * Form.cs: Implemented SizeGripStyle.
5081         * SizeGrip.cs: Check for minimum and maximum size for the
5082         control being resized and only resize if size has actually
5083         changed.
5084
5085 2007-01-19  Chris Toshok  <toshok@ximian.com>
5086
5087         * DataGridColumnStyle.cs: stop setting _readonly in the
5088         PropertyDescriptor setter.  fixes a unit test failure.
5089
5090         also, rename ParentReadOnly to TableStyleReadOnly, and have it
5091         just consult our table style (if we have one).  We don't need to
5092         consult the datagrid readonly attribute because that's passed in
5093         as the _ro arg to Edit.  this simplifies things a little.
5094         
5095         * DataGrid.cs: use CurrentColumn instead of
5096         current_cell.ColumnNumber just to simplify some of the code.
5097
5098         switch the order of some things in the CurrentCell setter to keep
5099         the previous cell from getting a textbox again -
5100         EnsureCellVisibility causes scrolling to happen, which calls Edit.
5101         So we need to set the new cell before calling it.
5102         
5103         call Edit in OnEnter, as does Microsoft.
5104         
5105         also, make sure the current table style isn't the one we create
5106         initially when checking to see if it's different than the one
5107         we're setting it to in BindColumns (this fixes #80421).
5108
5109         * GridTableStylesCollection.cs: table styles can have "" for a
5110         mapping name.  part of the fix for #80421.
5111
5112         * DataGridTextBoxColumn.cs: simplify the readonly calculation in
5113         Edit significantly.
5114
5115 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
5116
5117         * TextRenderer.cs: Rewrote to be complete-er, more MS-matching-er,
5118         and less GDI object leaky-er.
5119
5120 2007-01-18  Andreia Gaita  <avidigal@novell.com>
5121
5122         * LinkLabel.cs: Add opaque control style
5123
5124 2007-01-18  Jackson Harper  <jackson@ximian.com>
5125
5126         * TextControl.cs: Calculate width properly.
5127         - Don't store the tag's X offset, this can be figured out very
5128         easily.
5129         - When getting the caret tag make sure to get the last empty tag.
5130
5131 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
5132
5133         * Form.cs: Recalculate our size after setting a new FormBorderStyle.
5134         [Fixes bug #79959]
5135
5136         * Control.cs: Color.Empty shouldn't count for previous transparent
5137         redraw changes.
5138
5139 2007-01-18  Jackson Harper  <jackson@ximian.com>
5140
5141         * TextBox.cs:
5142         * RichTextBox.cs:
5143         * TextControl.cs: Starting to merge in some pieces of my older
5144         undo work.  Basically just some slight cleanup of the undo API.
5145
5146 2007-01-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5147
5148         * TrackBar.cs: Fix signature of RightToLeftLayout.
5149         * StatusBar.cs: Implemented missing 2.0 methods and attributes.
5150         * StatusBarPanel.cs: Implemented missing 2.0 methods and attributes.
5151         * Application.cs: Implemented UseWaitCursor.
5152
5153 2007-01-18  Jackson Harper  <jackson@ximian.com>
5154
5155         * TextControl.cs: We can't skip tags if any part of the tag is
5156         visible.
5157
5158 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
5159
5160         * ContainerControl.cs: Override OnLayout.
5161
5162 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
5163
5164         * NotifyIcon.cs: Add ContextMenuStrip and Tag properties.
5165
5166         * ContextMenuStrip.cs: Make sure context menu is shown on top of 
5167         everything else.
5168
5169 2007-01-18  Chris Toshok  <toshok@ximian.com>
5170
5171         * ContainerControl.cs: remove the partial handling of LBUTTONDOWN
5172         (leftover from the container_selected days, I'd wager).  fixes bug
5173         #80546.
5174
5175 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
5176
5177         * Control.cs: Apply patch from George to fix the new testcase on
5178         bug #80451.  We can't just check for Color.Transparent, we need 
5179         to check if the back color's alpha channel is < 255.
5180
5181 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
5182
5183         * Form.cs: Move setting show_icon = true to before the constructor
5184         so that the base constructor has that information when it calculates
5185         the form's size.  Was causing forms to be (6, 6) bigger than they
5186         were supposed to be.  Thanks for catching this Rolf!
5187
5188 2007-01-18  Jackson Harper  <jackson@ximian.com>
5189
5190         * TextControl.cs: When replacing a selection we need to invalidate
5191         from the initial selection start, because selection start is moved
5192         to the end of the replacement.
5193
5194 2007-01-18  Andreia Gaita  <avidigal@novell.com>
5195
5196         * LinkLabel.cs: Missing ControlStyles. Fixes #80482
5197
5198 2007-01-18  Chris Toshok  <toshok@ximian.com>
5199
5200         * DataGridTextBoxColumn.cs: fix most of the NotWorking unit tests
5201         I just added.
5202
5203 2007-01-17  Everaldo Canuto  <everaldo@simios.org>
5204
5205         * ToolBar.cs: Add layout methods to ToolBarButtonInfo class, every 
5206         layout methods and properties from ToolBarButton must be available
5207         into ToolBarButtonInfo.
5208
5209 2007-01-17  Jonathan Pobst  <monkey@jpobst.com>
5210
5211         * Control.cs: If the control has a transparent background, we
5212         need to refresh it when it moves and when it's parent's background
5213         image changes.  [Fixes bug #80451]
5214
5215 2007-01-17  Jonathan Pobst  <monkey@jpobst.com>
5216
5217         * XplatUIWin32.cs: Don't use 2.0 methods in 1.1 code!  Doh!
5218
5219 2007-01-17  Jonathan Pobst  <monkey@jpobst.com>
5220
5221         * XplatUIWin32.cs: Implement proper double buffering for Windows.
5222         [Fixes bug #80447, and probably speeds up things as well]
5223
5224 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5225
5226         * XplatUIX11.cs: Caption height for MDI children is 19, not 26.
5227         * XplatUIWin32.cs: We need to recalculate NC size after changing 
5228         window style to toolwindow (otherwise the client rectangle will be
5229         3 pixels to small for some reason).
5230         * MdiWindowManager.cs: Revert NC size calculations to match how
5231         they are calculated only based on window styles (to match
5232         Win32AdjustWindowRectEx, since otherwise when setting size or 
5233         location, Control will call Win32AdjustWindowRectEx to update client 
5234         size, which would provoke a paint, then we'd get a NCCALCSIZE and 
5235         calculate a different value of client size causing another paint 
5236         (and flickering))
5237         * InternalWindowManager.cs: When moving or resizing a window only
5238         update size or location if they actually changed.
5239         * ThemeWin32Classic.cs: ManagedWindowsBorderWidth is now 4 instead of 3
5240         (seems to match Windows behaviour better). Cleaned up 
5241         ManagedWindowDecorations to draw what's needed and nothing else
5242         (was drawing borders and lines where they shouldn't be)
5243         * Hwnd.cs: GetWindowRectangle now knows about MDI border sizes
5244         (style = 0xFFFF) and takes into account caption height when 
5245         calculating window rectangle.   
5246
5247 2007-01-16  Everaldo Canuto  <everaldo@simios.org>
5248
5249         * ToolBar.cs: Internal ToolBarButtonInfo class added, Because same button 
5250         can be added to toolbar multiple times, we need to maintain a list of 
5251         button information for each positions.
5252
5253 2007-01-16  Everaldo Canuto  <everaldo@simios.org>
5254
5255         * ToolBar.cs: Some small stetic changes.
5256
5257 2007-01-16  Jackson Harper  <jackson@ximian.com>
5258
5259         * TextBoxBase.cs: Use the new SuspendRecalc/ResumeRecalc methods
5260         that allow us to have nested recalc = false blocks.
5261         - Add paste support for images in the RichTextBox
5262         * RichTextBox.cs: flush the text after the color is changed, so
5263         the change takes effect.
5264         - Use SuspendRecalc
5265         - Some extra debugging info
5266         * TextControl.cs: Tags no longer track their length, it is just
5267         computed from the next tags length, this makes things a little
5268         simpler and reduces places that we have to track length changes.
5269         - Refactored the linetag class a little so we could make it
5270         a base class for different kinds of tags
5271         - Created a image tag, a tag that can have a single image inserted
5272         into it
5273         - Replace the norecalc flag with a Suspend/Resume Recalc pair, so
5274         that we can call suspend multiple times.
5275         - Add some debugging methods
5276
5277 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5278
5279         * MdiClient.cs: Add ActivatePreviousChild for 
5280         mdi child window navigation.
5281         * Form.cs: Use MdiClient.ActivateNextChild/
5282         ActivatePreviousChild instead of Form.SelectNextControl
5283         to select the next/previous child since 
5284         SelectNextControl doesn't do it in the same order
5285         as mdi children should do it.
5286
5287 2007-01-16  Chris Toshok  <toshok@ximian.com>
5288
5289         * Control.cs: remove container_selected field.
5290
5291 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5292
5293         * MdiClient.cs: Update main form's ActiveChild when
5294         updating keyboard focus for the mdi child.
5295
5296 2007-01-16  Jonathan Pobst  <jpobst@novell.com>
5297
5298         * Control.cs: PreferredSize fix.
5299
5300         * Form.cs: Add several 2.0 events, properties, and methods.
5301
5302 2007-01-16  Gert Driesen  <drieseng@users.sourceforge.net>
5303
5304         * Form.cs: Provide meaningful message when MdiParent is assigned a
5305         Form that is not an MdiContainer.
5306
5307 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5308
5309         * MdiClient.cs: Update main form's ActiveChild when
5310         activating a mdi child.
5311
5312 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5313
5314         * MdiWindowManager.cs: Fix NRE when merging menus and main form
5315         doesn't have a menu.
5316
5317         * Form.cs: Request NCRecalc after creating a mdi child window.
5318         Implement mdi key handling (Ctrl+F4, Ctrl+Shift+F4, Ctrl+Tab, 
5319         Ctrl+Shift+Tab, Ctrl+F6 and Ctrl+Shift+F6).
5320         
5321         * MdiClient.cs: Add new method SendFocusToActiveChild that either
5322         sends keyboard focus to the active child, or to the MdiClient
5323         if there are no child forms.
5324         
5325 2007-01-15  Chris Toshok  <toshok@ximian.com>
5326
5327         * ListView.cs: drop the *Internal overrides, just do our work in
5328         ItemControl's WndProc instead.
5329
5330         * UpDownBase.cs: a few large changes.  Fix up the Selectable state
5331         of the various controls, and forward the events properly (in the
5332         same manner as MS) from the textbox to the UpDown.  Also the
5333         ActiveControl of the UpDownBase gets set properly now.  Finally,
5334         we don't call UpdateEditText from the ctor.  Fixes bug #79957.
5335
5336         * NumericUpDown.cs: set Text in the ctor.
5337
5338         * DomainUpDown.cs: call UpdateEditText in the ctor.
5339         
5340         * TextBox.cs: on ms.net, WM_LBUTTONDOWN sets focus on the textbox,
5341         so even a Selectable = false textbox can be focused if you click
5342         in it.  Go figure.
5343
5344         * Control.cs: remove On{Got,Lost}FocusInternal.  Subclasses can
5345         just add their handling in their respective WndProc's.  Also add
5346         an explicit FocusInternal method that doesn't consult CanFocus
5347         before calling Select(this).
5348
5349         * TextBoxBase.cs: deal with removal of the FocusInternal calls -
5350         do our work in WndProc instead.
5351
5352         * TabControl.cs: same.
5353
5354         * ComboBox.cs: same.
5355
5356 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
5357
5358         * Menu.cs: implement MergeItems and Replace for MenuMerge method.
5359         Fixes #80006.
5360
5361 2007-01-15 Carlos Alberto Cortez <calberto.cortez@gmail.com>
5362
5363         * ListViewItem.cs:
5364         * ThemeWin32Classic.cs: Don't draw the item text outside
5365         item bounds in Details view, as well as use trimming.
5366         Fixes bug #80376.
5367
5368 2007-01-15  Jonathan Pobst  <jpobst@novell.com>
5369
5370         * Form.cs: Implement Form.ShowIcon.
5371         
5372         * XplatUIWin32.cs: Allow the SetIcon win32 call to set the icon to
5373         null, which when combined with the DlgModalFrame window style removes
5374         the icon from the title bar.
5375
5376 2007-01-15  Jonathan Pobst  <jpobst@novell.com>
5377
5378         * Control.cs: Call OnMouseClick after OnClick. (2.0)
5379
5380 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
5381
5382         * MdiWindowManager.cs: In CreateMaximizedMenu fix a position of icon
5383         menu when mdi child windows theres a menu, uses insert to get icon
5384         at first position. Partially fix #80006.
5385
5386 2007-01-15  Jonathan Pobst  <jpobst@novell.com>
5387
5388         * Clipboard.cs: Implement 2.0 methods.
5389
5390 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
5391
5392         * Menu.cs: Implement Insert method of MenuItemCollection class
5393         to fix MenuMerge.
5394
5395 2007-01-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5396
5397         * ListView.cs: Implement 2.0 FindItemWithText method.
5398
5399 2007-01-11  Everaldo Canuto  <everaldo@simios.org>
5400
5401         * Form.cs: When process WM_NCCALCSIZE message use ClienSize.Width
5402         to calculate menu bar size. Fixes #80290.
5403
5404 2007-01-11  Everaldo Canuto  <everaldo@simios.org>
5405
5406         * ThemeWin32Classic.cs: Fix position of menuitem check mark.
5407
5408 2007-01-11  Chris Toshok  <toshok@ximian.com>
5409
5410         * XplatUIX11.cs: don't send duplicate WM_ACTIVATE messages to the
5411         initial form.
5412
5413 2007-01-11  Chris Toshok  <toshok@ximian.com>
5414
5415         * LinkLabel.cs: make sure to call base.Select in our Select method
5416         if it turns out we're going to be selected (i.e. if we have a link
5417         that is going to receive focus).  That way our container's
5418         ActiveControl is updated properly.
5419
5420 2007-01-11  Chris Toshok  <toshok@ximian.com>
5421
5422         * LinkLabel.cs: turns out that LinkLabels are only Selectable if
5423         they have 1 or more links.  this fixes the crash gert reported.
5424
5425 2007-01-11  Andreia Gaita  <avidigal@novell.com>
5426
5427         * ContainerControl.cs: Remove ContainerSelected flag, not needed
5428         anymore.
5429
5430         * Control.cs (Controls.Add): Check if control to be added to the collection
5431         is a top level control, and throw an ArgumentException if it is.
5432         Remove ContainerSelectedFlag, not needed anymore.
5433
5434         * XplaUIWin32.cs (SetTopMost): Add flag SWP_NOACTIVATE so that setting the
5435         top most control doesn't activate the form. This fixes a problem in the
5436         MessageBox, where the default button wouldn't get focus because the form
5437         was activated before being Loaded - when the Owner is set, SetTopMost is
5438         called, and it would activate it.
5439
5440 2007-01-11  Jonathan Pobst  <jpobst@novell.com>
5441
5442         * Button.cs: When clicked and setting the parent form's DialogResult,
5443         use FindForm instead of Parent, since parent could be a container
5444         control and not the Form.  Fixes bug #80495.
5445
5446 2007-01-10  Chris Toshok  <toshok@ximian.com>
5447
5448         * Form.cs: move the call to SendControlFocus into the same
5449         is_loaded check.
5450
5451 2007-01-10  Chris Toshok  <toshok@ximian.com>
5452
5453         * UpDownBase.cs (.ctor): remove the ActiveControl assignment here.
5454         It breaks in the face of the new ActiveControl stuff, and should
5455         be unnecessary.
5456
5457         * Form.cs (WndProc): in the WM_ACTIVATE case, we need to set the
5458         activecontrol's focus if it's not already set, after we set
5459         ActiveControl, but before we call OnActivated.  Re-fixes #79667
5460         after the previous focus/active control fixes regressed it.
5461
5462         * Control.cs: reindent some code.
5463         
5464 2007-01-10  Chris Toshok  <toshok@ximian.com>
5465
5466         * Splitter.cs: clearing some outstanding changes from my tree.
5467         Replace all accesses (not writes) to the internal dock_style field
5468         with the Dock property.
5469
5470 2007-01-10  Chris Toshok  <toshok@ximian.com>
5471
5472         * Control.cs: make FireEnter, FireLeave, FireValidating, and
5473         FireValidated virtual.
5474
5475         * Form.cs: override and don't chain up calls to FireEnter and
5476         FireLeave.
5477
5478 2007-01-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5479
5480         * ListView.cs: Add more text padding space when using
5481         auto resize for columns (the previous value didn't work fine).
5482
5483         * ThemeWin32Classic.cs: Update text position inside columns,
5484         to match the appeareance of .Net.
5485
5486         * ColumnHeader.cs: When using auto resize, only the Width should
5487         depend on the sub items, not the Height. Also, set width after
5488         auto resizing (the value of Width should never remain as -1 or -2).
5489
5490 2007-01-10  Chris Toshok  <toshok@ximian.com>
5491
5492         * Application.cs: fix compilation errors when debug is enabled.
5493
5494 2007-01-10  Chris Toshok  <toshok@ximian.com>
5495
5496         * ContainerControl.cs (set_ActiveControl): rework this a bit (and
5497         add some nice ascii art pictures and explanation of the process).
5498         (GetMostDeeplyNestedActiveControl): new utility function we need
5499         because our ActiveControl can refer to a child container with its
5500         own ActiveControl.
5501
5502         * Form.cs (OnActivated): remove the call to SelectActiveControl
5503         from here, since you can override this method and not chain up,
5504         and winforms still sets the active control.
5505         (OnCreateControl): also remove the unnecessary SelectActiveControl
5506         call from here.
5507         (WndProc): it's actually called from the WM_ACTIVATE block, just
5508         before calling OnActivated.
5509
5510         * Control.cs (Select (Control)): move the call to XplatUI.SetFocus
5511         inside the else.  the ActiveControl setter will end up setting
5512         focus on @control.  This keeps us from setting it again (and
5513         generating an extra LostFocus/GotFocus pair).
5514         (Select (bool, bool)): reindent.
5515
5516 2007-01-10  Jonathan Pobst  <jpobst@novell.com>
5517
5518         * FlowLayoutPanel.cs, MenuStrip.cs, SplitContainer.cs, SplitterPanel.cs,
5519         StatusStrip.cs, TableLayoutPanel.cs, TableLayoutStyleCollection.cs,
5520         ToolStrip.cs, ToolStripComboBox.cs, ToolStripContainer.cs,
5521         ToolStripContentPanel.cs, ToolStripControlHost.cs, ToolStripDropDown.cs,
5522         ToolStripDropDownButton.cs, ToolStripDropDownItem.cs, ToolStripDropDownMenu.cs,
5523         ToolStripItem.cs, ToolStripMenuItem.cs, ToolStripPanel.cs, ToolStripPanelRow.cs,
5524         ToolStripSeparator.cs, ToolStripSplitButton.cs, ToolStripStatusLabel.cs
5525         ToolStripTextBox.cs: Another wave of corcompare work.
5526
5527 2007-01-09  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5528
5529         * ColumnHeader.cs: Implement 2.0 AutoResize method using
5530         the Width property.
5531
5532         * ListView.cs: Implement 2.0 AutoResizeColumn and AutoResizeColumns
5533         methods by callling Column.AutoResize method on columns.
5534
5535 2007-01-09  Jonathan Pobst  <monkey@jpobst.com>
5536
5537         * Control.cs: Provide proper implementations of PreferredSize
5538         and GetPreferredSize (2.0).
5539
5540 2007-01-09  Jonathan Pobst  <monkey@jpobst.com>
5541
5542         * Form.cs: Remove one character (!) to make my previous OnClosing
5543         stuff work for modal windows like MessageBox.
5544
5545 2007-01-09  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5546
5547         * ListView.cs:
5548         * ThemeWin32Classic.cs: Use ListView.GetReorderedColumn instead of
5549         ListView.Columns to get the last displayed column. Fixes #80452.
5550
5551 2007-01-09  Everaldo Canuto  <everaldo@simios.org>
5552
5553         * Label.cs, LinkLabel.cs: Source code identation fixes.
5554
5555 2007-01-08  Everaldo Canuto  <everaldo@simios.org>
5556
5557         * ToolBarButton.cs: Remove InvalidateBorder and use Invalidate instead,
5558         we dont need to invalidate only borders because when we invalidate four
5559         border lines the invalidate's generates a complete redraw of button, 
5560         because it now invalidate a complete rect some other redraws operations
5561         are fixed. Fixes #80196.
5562         
5563         * Theme.cs, ThemeNice.cs, ThemeClearLooks.cs, ThemeWin32Classic.cs:
5564         Remove ToolBarInvalidateEntireButton as it is not used.
5565
5566 2007-01-08  Jonathan Pobst  <monkey@jpobst.com>
5567         
5568         * Form.cs: Make sure that both OnClosing and OnFormClosing are
5569         called for 2.0 profile.
5570         * CloseReason.cs: Make class internal for 1.1.
5571
5572 2007-01-08  Jonathan Pobst  <monkey@jpobst.com>
5573
5574         * ToolStripManager.cs: Implement FindToolStrip functionality.
5575         * ToolStrip.cs: Register and unregister with ToolStripManager.
5576
5577 2007-01-07  Jonathan Pobst  <monkey@jpobst.com>
5578
5579         * Control.cs: This was messy.  2.0 moves much of ControlCollection
5580         to ArrangedElementCollection.  Implemented this with as few #if's as 
5581         possible (which is still too many).
5582
5583 2007-01-07  Jonathan Pobst  <monkey@jpobst.com>
5584
5585         * Control.cs: Implement SizeFromClientSize() [2.0].
5586
5587 2007-01-07  Everaldo Canuto  <everaldo@simios.org>
5588
5589         * Hwnd.cs: On GetClientRectangle add a new parameter border_static,
5590         use Theme.BorderSize to calculate area instead of static value 1, 
5591         by the way use new BorderStaticSize instead     Border3DSize when 
5592         border_static is true. Fixes #79537.
5593         
5594         * XplatUIOSX.cs: Fix call to GetClientRectangle. 
5595         
5596         * ThemeWin32Classic.cs: On CPDrawBorder3D dont draw inner border when
5597         it is not needed.
5598
5599 2007-01-06  Everaldo Canuto  <everaldo@simios.org>
5600
5601         * Hwnd.cs: Gives more code legibility to GetWindowRectangle.
5602
5603 2007-01-06  Everaldo Canuto  <everaldo@simios.org>
5604
5605         * Label.cs: Override CreateParams to use WS_EX_STATICEDGE instead of
5606         WS_EX_CLIENTEDGE in ExStyles when BorderStyle is Fixed3D, it is
5607         
5608         * Hwnd.cs: 
5609         - border_static field added, it will used to define when a control 
5610         theres 3D border but it must be static (thin).
5611         - In GetWindowRectangle use Theme.BorderSize to calculate area 
5612         instead of static value 1, by the way use new BorderStaticSize instead
5613         Border3DSize when border_static is true.
5614
5615         * XplatUIX11.cs, XplatUIOSX.cs: 
5616         - When WS_EX_STATICEDGE ExStyle is set define border_static as true.
5617         
5618         * Theme.cs: BorderStaticSize field added.
5619
5620 2007-01-05  Everaldo Canuto  <everaldo@simios.org>
5621
5622         * XplatUIX11.cs: Removed unused hwnd var in SetBorderStyle.
5623
5624 2007-01-05  Everaldo Canuto  <everaldo@simios.org>
5625
5626         * Control.cs: Under InternalBorderStyle call RecreateHangle to 
5627         mimic same behavior than win32 that set border only in CreateParams,
5628         it fix problems under CreateParams overrides. Fix #79442 and partial
5629         fix #79537.
5630         
5631         * XplatUIX11.cs: Dont set hwnd.border_style in SetBorderStyle instead
5632         of thi control you must call recreate handle. 
5633         
5634         * XplatUIWin32.cs: Remove all SetBorderStyle code, for win32 we dont
5635         need to do anything as RecreateHangle will take care about borders.
5636
5637 2007-01-05  Mike Kestner  <mkestner@novell.com>
5638
5639         * ListView.cs: hack to eliminate Lost/Got focus notifications on
5640         cycles between the ItemControl and parent.  Fixes #80388.
5641
5642 2007-01-05  Gert Driesen  <drieseng@users.sourceforge.net>
5643
5644         * Control.cs: Lazy init layout engine. Do not directly use 
5645         layout_engine since LayoutEngine may be overridden (on 2.0 profile).
5646
5647 2007-01-05  Chris Toshok  <toshok@ximian.com>
5648
5649         * DataGrid.cs: don't forceably rebind columns in SetDataSource
5650         unless our list manager has changed (i.e. unless we have reason to
5651         believe our columns have changed).  Fixes #80422.
5652         
5653         also, disable the call do BindColumns in
5654         OnListManagerMetaDataChanged.  this breaks this test in 2.0 (in
5655         1.1 the event isn't raised in response to a column addition on a
5656         table.)
5657
5658 2007-01-05  Jonathan Pobst  <monkey@jpobst.com>
5659
5660         * Control.cs: Move LayoutEngine.Layout to the OnLayout method, so
5661         that inheritors can not call it if they choose.  Fixes bug #80456.
5662
5663 2007-01-05  Andreia Gaita  <avidigal@novell.com>
5664
5665         * XplatUIWin32.cs: Initialize MSG.refobject at 0 so it 
5666         doesn't blow up with a null exception on marshalling.
5667         
5668 2007-01-05  Jonathan Pobst  <monkey@jpobst.com>
5669
5670         * Control.cs: Implement several 2.0 protected properties and methods.
5671         Ensure that all necessary events are being called when properties
5672         are set.
5673
5674 2007-01-05  Mike Kestner  <mkestner@novell.com>
5675
5676         * ListView.cs: implement PgUp/PgDn for Details view.  Also
5677         fixes First/LastVisibleIndex to use the item_control.ClientRect 
5678         instead of the parent control.  Fixes #80378.
5679
5680 2006-01-05  Atsushi Enomoto  <atsushi@ximian.com>
5681
5682         * PageSetupDialog.cs : cosmetic refactoring; use RegionInfo to
5683           determine whether to use yard-pound or not (bug #78399).
5684
5685 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
5686
5687         * FileDialog.cs: Sebastien fixed the libgdiplus png alpha
5688         problems. So it is time to bring back the old popupbutton colors.
5689
5690 2006-01-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5691
5692         * ColumnHeader.cs:
5693         * ListView.cs: Implement 2.0 ColumnHeader.DisplayIndex
5694         property by using the internal information of the
5695         columns order in ListView.
5696
5697 2007-01-04  Jonathan Pobst  <monkey@jpobst.com>
5698
5699         * CommonDialog.cs, Cursor.cs, ErrorProvider.cs, HelpProvider.cs:
5700         Add 2.0 Tag properties.
5701
5702         * LinkArea.cs: Add 2.0 ToString method.
5703
5704 2007-01-03  Chris Toshok  <toshok@ximian.com>
5705
5706         * DataGrid.cs: the Alt+0 handling was wrong, it should have been
5707         Ctrl+0.  Fixes bug #80367.  Also, don't eat the Delete keypress
5708         when we're editing, which fixes #80047.
5709
5710 2007-01-03  Chris Toshok  <toshok@ximian.com>
5711
5712         * Form.cs: apply patch contributed by Dominik Seichter.  fixes
5713         #80404.
5714
5715 2007-01-03  Jonathan Pobst  <monkey@jpobst.com>
5716
5717         * MenuStrip.cs, ToolStripMenuItem.cs: Add MdiWindowListItem
5718         property and implementation.
5719
5720         * Form.cs, MdiClient.cs, MdiWindowManager.cs: Add needed hooks
5721         for MdiWindowListItem property.
5722
5723         * ToolStripDropDown.cs: Don't consider hidden menu items while
5724         laying out the menu.
5725
5726 2007-01-03  Andreia Gaita  <avidigal@novell.com>
5727
5728         * SendKeys.cs: window handle is not needed in win32, so just
5729         get the active window for X after parsing keys and don't use
5730         it when building the message; it is passed by parameter to the 
5731         Xplat method and used there to build the message instead. Also,
5732         wait for events to be processed on SendWait, as opposed to Send,
5733         which doesn't wait :) Playing with threads and Send() completely 
5734         hangs on ms.net, only SendWait() works.
5735         
5736         XplatUIX11.cs
5737         X11Display.cs: Check for valid window handle.
5738
5739 2007-01-03  Jackson Harper  <jackson@ximian.com>
5740
5741         * TextControl.cs: Need to prevent wrap calculations when replacing
5742         text (this was there before i removed it accidently).
5743         - Don't update the cursor during the positioning, just set it to
5744         selection_start at the end of the operaion.
5745
5746 2007-01-03  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5747
5748         * Control.cs:
5749         * NotifyIcon.cs: corcompare work, no more X's in 1.1 class status.
5750         
5751 2007-01-03  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5752
5753         * MonthCalendar.cs: Added Click and DoubleClick events again,
5754         but this time they only hide Control's Click and DoubleClick.
5755         
5756 2007-01-03  Gert Driesen  <drieseng@users.sourceforge.net>
5757
5758         * Theme.cs: Re-enabled DefaultFont change. Use const to refer to
5759         System.Drawing assembly. Spaces to tabs. Removed extra tabs.
5760
5761 2007-01-02  Jackson Harper  <jackson@ximian.com>
5762
5763         * TextBoxBase.cs: We move the caret with the split now, so we
5764         don't need to explicitly move the caret after splitting.  This
5765         fixes the caret bumping down an extra line on Enter.
5766
5767 2007-01-02  Miguel de Icaza  <miguel@novell.com>
5768
5769         * ContainerControl.cs: Add AutoValidateChanged event (for PDN
5770         2.72). 
5771
5772         * ScrollableControl.cs: Add Scroll event.
5773
5774 2007-01-02  Mike Kestner  <mkestner@novell.com>
5775
5776         * ListView.cs: one more try with help from georgegiolfan@yahoo.com 
5777         to fix all hdr height padding codepaths.  Fixes #80207.
5778
5779 2007-01-02  Chris Toshok  <toshok@ximian.com>
5780
5781         * StatusBar.cs (.ctor): remove the Anchor setting, as it's just
5782         setting it to the Control defaults anyway, and it being after the
5783         Dock set was screwing up layout.
5784         (set_Dock): don't short circuit out of setting base.Dock.  Also,
5785         no need to call UpdateStatusBar here, as it'll be re-layed out if
5786         it needs to be.
5787
5788 2007-01-02  Mike Kestner  <mkestner@novell.com>
5789
5790         * ListView.cs: patch from georgegiolfan@yahoo.com to add padding
5791         to header height for width == -1. Fixes the rest of #80207.
5792
5793 2007-01-02  Mike Kestner  <mkestner@novell.com>
5794
5795         * ListView.cs: rework the mouse event forwarding everaldo added
5796         to translate the coordinates to the parent control not
5797         raise the parent events until after we've done our work. Hover
5798         needs more work, in the case where HoverSelection is on, because
5799         the item control receives more than one MouseHover per Enter
5800         event, so we need to ensure only the "first" hover gets forwarded.
5801         Opening a minor bug for that.
5802
5803 2007-01-02  Gert Driesen  <drieseng@users.sourceforge.net>
5804
5805         * CheckedListBox.cs: Fixed SelectionMode to match MS.
5806         * ListControl.cs: Implemented AllowSelection property. Removed extra
5807         tabs.
5808         * ListBox.cs: Implemented AllowSelection property.
5809
5810 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
5811
5812         * MenuItem.cs: In MdiWindowClickHandler uses sender instead of
5813         SelectedItem, it prevent for errors when you must disable item
5814         before perform click. Fixes #80409.
5815
5816 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
5817
5818         * MenuAPI.cs: Prevent second level and beyond submenus to close
5819         until first level when move out side of popup.
5820         
5821 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
5822
5823         * MenuAPI.cs:
5824         - Down submenu positin in three pixels.
5825         - Closes sub menu when mouse leaves from menu. Fixes #80402.
5826
5827 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
5828
5829         * ThemeWin32Classic.cs:
5830         - Fix popup menu size adding one pixel on the top.
5831         - Down menu item border from two to one to mimic Win32.
5832         - Some source identation fixes. 
5833
5834 2007-01-01  Everaldo Canuto  <everaldo@simios.org>
5835
5836         * ThemeWin32Classic.cs: Use float numbers to calculate size and
5837         position of menu arrows, it fix wrong arrow size.
5838
5839 2007-01-01  Everaldo Canuto  <everaldo@simios.org>
5840
5841         * ThemeWin32Classic.cs: Uses CPDrawBorder3D to draw menu borders
5842         instead of line, it simplify draw operation and fix it using 3D
5843         borders to mimic Win32.
5844
5845 2007-01-01  Jonathan Pobst  <monkey@jpobst.com>
5846
5847         * StatusStrip.cs: Add implementation of the sizing grip.
5848
5849         * ToolStripRenderer.cs, ToolStripProfessionalRenderer.cs: Add
5850         StatusStrip rendering.
5851
5852 2006-12-31  Chris Toshok  <toshok@ximian.com>
5853
5854         * ToolBar.cs: don't assign to dock_style in the .ctor.  it doesn't
5855         override the layout style (anchor/dock) of the control.  assign to
5856         Dock instead.  Fixes bug #80416.
5857
5858         * ToolStrip.cs: same.
5859
5860 2006-12-31  Andreia Gaita  <avidigal@novell.com>
5861
5862         * ContainerControl.cs: Use ContainerSelected flag to check if 
5863         a Container is directly selected, or if Select is called on a 
5864         non-container. If a container is directly selected, focus events 
5865         should not be raised.
5866         Apply #80411 patch to throw exception on set_ActiveControl if 
5867         control is the same as the current one.
5868         
5869         * Control.cs: Use ContainerSelected flag (see above).
5870         Add invalidation check to raise event but not invalidate if 
5871         dimensions are 0.       
5872         Apply #80411 patch.
5873         
5874
5875 2006-12-31  Everaldo Canuto  <everaldo@simios.org>
5876
5877         * MenuAPI.cs: After click, dont close popup menu when menu is
5878         ContextMenu. Fixes #80399.
5879
5880 2006-12-30  Chris Toshok  <toshok@ximian.com>
5881
5882         * ContainerControl.cs: make sure we throw the exception if the
5883         container control doesn't contain the control we're setting
5884         ActiveControl to.
5885
5886 2006-12-30  Chris Toshok  <toshok@ximian.com>
5887
5888         * Control.cs (SetTopLevel): fix the exception raised by
5889         SetTopLevel for child controls.
5890         (set_Anchor): call UpdateDistances when setting the anchor type.
5891         This fixes bug #80336.
5892
5893 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
5894
5895         * Theme.cs: For now, revert back to 8pt font.
5896
5897 2006-12-29  Everaldo Canuto  <everaldo@simios.org>
5898
5899         * MenuAPI.cs: Set popup as active when open a ContextMenu. 
5900         Fixes #80395.
5901
5902 2006-12-29  Chris Toshok  <toshok@ximian.com>
5903
5904         * Control.cs: reorder the code in OnResize to give the same event
5905         ordering as MS.
5906
5907 2006-12-29  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5908
5909         * MdiClient.cs: Implemented MdiLayout for ArrangeIcons,
5910         TileHorizontally and TileVertically.
5911         
5912 2006-12-29  Alexander Olk  <alex.olk@googlemail.com>
5913
5914         * ColorDialog.cs, FileDialog.cs, FolderBrowserDialog.cs,
5915         FontDialog.cs, Mime.cs, MimeIcon.cs, OpenFileDialog.cs,
5916         SaveFileDialog.cs, ThemeClearlooks.cs, ThemeNics.cs:
5917         Corrected copyright and email adress.
5918
5919 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
5920
5921         * TreeNode.cs: On 2.0 profile, throw InvalidOperationException instead
5922         of Exception in FullPath property if no TreeView is associated with
5923         the TreeNode.
5924
5925 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
5926
5927         * Theme.cs: Marked default_font as private, and initialize it in ctor
5928         with MS Sans Sarif 8.25 on 1.0 profile, and SystemFonts.DefaultFont
5929         on 2.0 profile.
5930         * ThemeGtk.cs: Removed default_font intialization.
5931         * ThemeWin32Classic.cs: Removed default_font initialization.
5932
5933 2006-12-28  Chris Toshok  <toshok@ximian.com>
5934
5935         * Control.cs: fix a couple of place where we were creating handles
5936         more aggressively than we should be.  Fixes ControlRefresh unit
5937         tests.
5938
5939 2006-12-28  Chris Toshok  <toshok@ximian.com>
5940
5941         * Control.cs: contrary to what the comment said, Control.Dock does
5942         not supercede Control.Anchor - the last one you assign to decides
5943         the layout behavior.  so we need to keep track of which was the
5944         last set.  Also, fix some of the affected property arguments in
5945         PerformLayout calls, and remove an redundant parent.PerformLayout
5946         call in OnResized.
5947
5948         Add a VisibleInternal property, which returns is_visible.  We
5949         can/should get rid of all the usage of this field elsewhere.
5950
5951 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5952         
5953         * Control.cs: DoubleBuffered property reflects the OptimizedDoubleBuffer
5954         control style, not DoubleBuffer. Added UseDoubleBuffering property
5955         that indicates whether doublebuffering is enabled and supported.
5956         (comment from and code based on Gert Driesen's patch in #80324).
5957         Fixes #80324.
5958
5959 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5960         
5961         * Control.cs: Fixed a NRE.
5962
5963 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5964
5965         * TrackBar.cs: Fix SmallChange and LargeChange exceptions
5966         for 2.0.
5967
5968 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5969
5970         * Control.cs: Rewrote double buffering, now a seperate
5971         class handles all the buffering, no Graphics is disposed of
5972         until the painting is finished (earlier implementation 
5973         would crash if the control was resized in the OnPaint, 
5974         since it would cause the double buffer to be recreated
5975         and the old one disposed), a separate Graphics is 
5976         created for every paint (MS behaviour and anyways the state
5977         of the Graphics would have to be saved and restored otherwise)
5978         
5979         * XplatUIDriver.cs: 
5980         * XplatUIX11.cs:
5981         * XplatUI.cs: Added and implemented GetOffscreenGraphics 
5982         so that we can get the graphics for the back buffer without
5983         having to create a new one and remove the offscreen_dc parameter
5984         from CreateOffscreenDrawable and DestroyOffscreenDrawable.
5985         
5986 2006-12-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5987
5988         * ListView.cs: Add key-related 2.0 methods for CheckedItemCollection.
5989         Also make virtual all the key-related methods.
5990
5991         * ListViewItem.cs: Make virtual the key related methods for
5992         ListViewSubItemCollection.
5993
5994 2006-12-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5995
5996         * ListView.cs:
5997         * ListViewItem.cs:
5998         * ThemeWin32Classic.cs:
5999         * Theme.cs: Initial support for Tile view in ListView,
6000         as well as the implementation of the required bits for it (Item
6001         and Subitem).
6002
6003 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
6004
6005         * MonthCalendar.cs: On 2.0, throw ArgumentOutOfRangeException instead
6006         of ArgumentException in MaxSelectionCount, MaxDate and MinDate.
6007         Provide useful exception messages.
6008
6009 2006-12-27  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6010
6011         * TrackBar.cs: Remove a warning.
6012         * MonthCalendar.cs: Moved back to using Capture to hide the calendar
6013         when used by DateTimePicker, fixes #80287. This also requires that 
6014         MonthCalendar implements it's own drawing for the yearly updown control,
6015         otherwise the Capture tracking would be too complicated. Removed the Click 
6016         and DoubleClick events (according to comments they were hiding the base class
6017         event to prevent them from beeing fired - MSDN only says MonthCalendar doesn't
6018         raise these events, not that they cannot be raised. It is possible to raise 
6019         them by calling OnClick and OnDoubleClick). Added two internal fields in 
6020         HitTestInfo in order to track give more tracking info needed by MonthCalendar.
6021         * ThemeWin32Classic.cs: Implement drawing of MonthCalendar's updown part.
6022         * DateTimePicker.cs: Removed handling of MonthCalendar's LostFocus
6023         event, no longer needed.
6024         
6025 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
6026
6027         * ScrollableControl.cs: In AutoScrollMinSize, only set AutoScroll to
6028         true if new value differs from current value.
6029
6030 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
6031
6032         * Control.cs: ControlCollection.Count must be public. Fixed build of
6033         unit tests.
6034
6035 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
6036
6037         * ListView.cs: Redraw when FullRowSelect is changed. Fixes bug #80379.
6038
6039 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
6040
6041         * ComboBox.cs: Mergable=>MergableProperty. Fixes build.
6042
6043 2006-12-26  Everaldo Canuto  <everaldo@simios.org>
6044
6045         * Control.cs: Invalidates control including when Width and Height is 
6046         equal zero or is not visible, only Paint event must be care about 
6047         this. Fixes #79913.
6048
6049 2006-12-26  Chris Toshok  <toshok@ximian.com>
6050
6051         * CurrencyManager.cs, PropertyManager.cs, BindingManagerBase.cs:
6052         more corcompare work.
6053
6054         * DataGridView.cs: fix compiler warning.
6055
6056         * ColumnHeader.cs: some corcompare work, and also take the
6057         opportunity to make the internal fields private.
6058
6059         * ListView.cs: fix the fallout from the above field change.
6060
6061 2006-12-26  Jonathan Pobst  <monkey@jpobst.com>
6062
6063         * ToolStripButton.cs, ToolStripComboBox.cs, ToolStripControlHost.cs,
6064         ToolStripItem.cs, ToolStripProgressBar.cs, ToolStripSplitButton.cs,
6065         ToolStripTextBox.cs: Fixes to events and corcompare.
6066
6067 2006-12-26  Everaldo Canuto  <everaldo@simios.org>
6068
6069         * ListView.cs: Call owner.OnMousexx event to propagate events from
6070         item to ListView. Fixes #80367.
6071
6072 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
6073
6074         * ComboBox.cs: On 2.0, DropDownWidth throws ArgumentOutOfRangeException
6075         if value is less than one. ItemHeight should not be set to a value
6076         less than 1, and throw ArgumentOutOfRangeException on 2.0 profile. 
6077         Removed extra tabs.
6078
6079 2006-12-26  Jonathan Pobst  <monkey@jpobst.com>
6080
6081         * ToolStripMenuItem.cs: Add ShortcutDisplayString for Moma.
6082         * ToolStripStatusLabel.cs: Add Spring for Moma.
6083
6084 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
6085
6086         * DataGridView.cs: Fixed several NullReferenceException in On* methods.
6087         Fixed code formatting. Removed debug code.
6088         * DataGridViewTextBoxEditingControl.cs: Removed debug code.
6089
6090 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
6091
6092         * DataGridView.cs: Fixed GridColor, DefaultSize, DefaultCellStyle,
6093         RowHeadersDefaultStyle, RowHeadersWidth to match MS. Throw
6094         ArgumentOutOfRangeException if ColumnCount is negative. In 
6095         ColumnHeadersHeight, throw ArgumentOutOfRangeException if height is
6096         less than 4 or higher than 32768.
6097         * DataGridViewCellStyle.cs: Fixed default value for NullValue.
6098         Fixed FormatProvider to return CurrentCulture unless explicitly set.
6099         Fixed IsFormatProviderDefault to return true if FormatProvider has
6100         not been explicitly set.
6101
6102 2006-12-25  Chris Toshok  <toshok@ximian.com>
6103
6104         * Application.cs: add a couple of 2.0 events.
6105
6106 2006-12-25  Chris Toshok  <toshok@ximian.com>
6107
6108         * Control.cs: fix compiler warning.
6109
6110         * AxHost.cs: corcompare fixes.
6111
6112         * ApplicationContext.cs: corcompare fixes.
6113
6114 2006-12-25  Chris Toshok  <toshok@ximian.com>
6115
6116         * Control.cs: only update dist_right/dist_bottom if the
6117         width/height is > 0.  this fixes anchored controls being resized
6118         smaller until they disappear and then resized larger again.
6119
6120 2006-12-25  Chris Toshok  <toshok@ximian.com>
6121
6122         * Control.cs: a couple of changes.  Remove dist_left and dist_top,
6123         since they're nothing more than X/Left and Y/Top, respectively.
6124
6125         Also, move back to a per-control Bitmap/Graphics for
6126         DeviceContext, since using the static Hwnd.bmp/bmp_g is bad in the
6127         MT case.  Go with a tiny bitmap though, 1x1, instead of Width x
6128         Height.
6129
6130 2006-12-25  Miguel de Icaza  <miguel@novell.com>
6131
6132         * MessageBox.cs: Implemented overload that takes a new "bool
6133         displayHelpButton" by adding a new internal field "show_help".
6134         When clicked this will raise the HelpRequested on the owner or the
6135         main form. 
6136
6137         From: 007dbe3ff0ca4729a4f5fcd1d8ab2a2e.txt
6138         From: c935e12b95fe4dc1ae670e7f4dc5fd68.txt
6139
6140         * ListView.cs: Add support ColumnWidthChanged and
6141         ColumnWidthChanging. 
6142
6143         Add support for ColumnReordered event.
6144         (ReorderColumn): Add NET_2_0 specific support for cancelling the
6145         reorder.
6146
6147         Very nice codebase!
6148
6149         * TextBoxBase.cs (GetLineFromCharIndex): Implement this method.
6150
6151         This is used by report f4ae0a88a0a244558aaadf017c9b9efe.
6152
6153 2006-12-24  Chris Toshok  <toshok@ximian.com>
6154
6155         * GridTablesFactory.cs: 2.0 corcompare work.
6156
6157         * ToolStripContainer.cs: add "override" to
6158         ContextMenuStripChanged, and remove the local event object.
6159
6160         * ToolStripDropDown.cs: same with a couple properties.
6161
6162         * ToolStripPanel.cs: same with AutoSizeChanged event.
6163
6164         * TextBoxBase.cs: add "override" to AutoSizeChanged.
6165
6166         * Form.cs: add the remaining 2.0 events, and do some corcompare
6167         attribute work.
6168
6169         * DateTimePicker.cs: add "new" to padding.
6170
6171         * ButtonBase.cs: use Control's use_compatible_text_rendering.
6172
6173         * ToolStripContentPanel.cs: use base.AutoSizeChanged.
6174
6175         * DataGridView.cs: PaddingChanged is overridden.
6176
6177 2006-12-24  Chris Toshok  <toshok@ximian.com>
6178
6179         * Control.cs: corecompare work here too.
6180
6181         * DataGridViewElement.cs, DataGridView.cs,
6182         DataGridViewButtonCell.cs, DataGridViewRowCollection.cs,
6183         DataGridViewImageColumn.cs, DataGridViewComboBoxColumn.cs,
6184         DataGridViewImageCell.cs, DataGridViewCheckBoxCell.cs,
6185         DataGridViewHeaderCell.cs, DataGridViewCell.cs: more corcompare
6186         work.
6187
6188 2006-12-24  Miguel de Icaza  <miguel@novell.com>
6189
6190         * Control.cs: Switched the error message on the console for a
6191         todo.  A review of the code will have to cope with this anyways
6192         (since its a large feature, it is in our radar) and it was
6193         producing too much output when running PDN.
6194
6195         * ToolStripComboBox.cs: Set the text when the SelectedIndex
6196         changes.  Applications depend on this (PDN 2.72)
6197
6198 2006-12-23  Chris Toshok  <toshok@ximian.com>
6199
6200         * TableLayoutSettings.cs: finish up the corcompare work for this
6201         class.
6202
6203 2006-12-23  Chris Toshok  <toshok@ximian.com>
6204
6205         * Control.cs: make SetImplicitBounds internal, do some futzing
6206         with LayoutEngine so that it's available in 1.1, and remove the
6207         entire duplicated code mess from PerformLayout.  Use
6208         System.Windows.Forms.Layout.DefaultLayout instead.
6209
6210         * LayoutEngine.cs: make this class internal in 1.1, public in 2.0.
6211
6212 2006-12-23  Jonathan Pobst  <monkey@jpobst.com>
6213
6214         * Form.cs: Add MainMenuStrip property.
6215
6216 2006-12-23  Jonathan Pobst  <monkey@jpobst.com>
6217
6218         * Control.cs: Add ContextMenuStrip property and implementation.
6219         Fix ContextMenu implementation to show menu centered on control when
6220         activated using the keyboard instead of showing at screen (0,0).
6221
6222         * ToolStripDropDown.cs: Fix needed overload of Show ().
6223
6224 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
6225
6226         * Menu.cs: Name property added for 2.0 profile.
6227         
6228 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
6229
6230         * Menu.cs: Update information about FindMenuItem, method to be
6231         implemented soon.
6232
6233 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
6234
6235         * MenuAPI.cs: When deselect items deselect also selected subitems.
6236         
6237 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
6238
6239         * MenuAPI.cs: When hides menu set Wnd to null, it prevents
6240         FindSubItemByCoord to found itens that is not active, also an
6241         cheking added to FindSubItemByCoord to search for items only 
6242         in visible popup windows. Fixes #80274.
6243
6244 2006-12-22  Everaldo Canuto  <everaldo@simios.org>
6245
6246         * UserControl.cs: Remove MonoTodo and use InternalBorderStyle,
6247         internal property, it be care about change ExStyle. 
6248
6249 2006-12-22  Andreia Gaita  <avidigal@novell.com>
6250
6251         * ContainerControl.cs: set activeControl for parent forms up the 
6252         tree when the new activecontrol is a container.
6253         When validating the active control, if it is a container, also
6254         raise up the validation for it's active control. Fixes #80280
6255         
6256         * Control.cs: Add internal property flag and check to prevent
6257         Focus events from getting raised when Select() is called for
6258         a ContainerControl. There are still too many focus events being
6259         raised at the moment though.
6260         Cleaned up the code a bit.
6261
6262 2006-12-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6263
6264         * Control.cs: Added all missing 2.0 events.and
6265         fixed a couple of corcompare issues.
6266         * TrackBar.cs: Implemented missing 2.0 bits.
6267         * MonthCalendar.cs, 
6268         * DateTimePicker.cs, 
6269         * MdiClient.cs: Fixed some corcompare issues.
6270
6271 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
6272
6273         * ContextMenuStrip.cs, FlowLayoutPanel.cs, SplitContainer.cs,
6274         SplitterPanel.cs: corecompare work.
6275
6276 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
6277
6278         * ToolStripContainer.cs, ToolStripDropDown.cs, StatusStrip.cs:
6279         Clean up warnings for BackgroundImageChanged and PaddingChanged
6280         events now that they are implemented in Control.cs.
6281
6282 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
6283
6284         * Control.cs: Make sure layout_engine isn't null before using it (2.0).
6285         
6286         * TableLayoutControlCollection.cs, TableLayoutPanel.cs, TableLayoutCellPosition.cs,
6287         TableLayoutSettings.cs, TableLayoutStyleCollection.cs: Initial implementation
6288         of TableLayoutPanel and supporting cast.
6289
6290 2006-12-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6291
6292         * XplatUIWin32.cs: 
6293         - GrabWindow now confines the mouse pointer to the confine window.
6294         - Added Win32ClipCursor and Win32GetClipCursor.
6295
6296         * Control.cs: 
6297         - Added CaptureWithConfine to be able to capture and confine 
6298         mouse pointer.
6299         
6300         * InternalWindowManager.cs: 
6301         - Call CaptureWithConfine instead of Capture if we're an
6302         MdiChild (fixes #79982).
6303
6304 2006-12-21  Chris Toshok  <toshok@ximian.com>
6305
6306         * DataGrid.cs: guard against the initial state of selection, where
6307         selection_start == -1.  make sure we only select from index >= 0.
6308         Fixes bug #80291.
6309
6310 2006-12-21  Chris Toshok  <toshok@ximian.com>
6311
6312         * Control.cs: we don't need to be so draconian with
6313         UpdateDistances, and we thusly don't need to call it before
6314         calling PerformLayout in ResumeLayout.  Fixes bug #80289.
6315
6316 2006-12-21  Daniel Nauck  <dna@mono-project.de>
6317
6318         * ComboBox.cs,
6319         TextBox.cs: Implemented AutoComplete properties.
6320
6321 2006-12-20  Chris Toshok  <toshok@ximian.com>
6322
6323         * DataGridView*.cs: some corecompare work.
6324
6325 2006-12-20  Jackson Harper  <jackson@ximian.com>
6326
6327         * XplatUIX11.cs: We need to hide the caret when deleting it,
6328         otherwise you get carets left lying around everywhere.
6329         * TextBoxBase.cs: Kill then redraw the caret when scrolling.  This
6330         prevents getting some weird half drawn caret tracers when
6331         scrolling.
6332         * TextControl.cs: Attempt to reduce the number of times we need to
6333         recreate the caret.
6334
6335 2006-12-20  Gert Driesen  <drieseng@users.sourceforge.net>
6336
6337         * MonthCalendar.cs: Fixed previous month button. Removed extra tabs.
6338
6339 2006-12-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6340
6341         * DateTimePicker.cs:
6342         - Implemented missing 2.0 bits.
6343         - Changed some default values to match MS.
6344         
6345 2006-12-20  Jackson Harper  <jackson@ximian.com>
6346
6347         * TextBoxBase.cs: When changing the font across the document we
6348         can't recalculate after changing each line, since that will cahnge
6349         the line count.
6350         - PreferredHeight is a little different than i thought.
6351         - When backspacing, move the caret before we do the actual char
6352         delete, because when that delete crosses a wrap boundary the
6353         positional information will change.
6354
6355 2006-12-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6356
6357         * Control.cs: Added some missing 2.0 bits: 
6358         BackgroundImageLayout, BackgroundImageLayoutChanged, 
6359         OnPaddingChanged, MouseClick, MouseDoubleClick, PaddingChanged and 
6360         add IBindableComponent and IDropTarget implementation.
6361         
6362         * MonthCalendar.cs: 
6363         - Added all missing 2.0 features:
6364         BackgroundImageLayout, RightToLeftLayout, 
6365         OnHandleDestroyed, RightToLeftLayoutChanged, 
6366         BackgroundImageLayoutChanged, MouseClick, MouseDoubleClick,
6367         PaddingChanged.
6368         - Rewrote all the BoldDate code, it was completely broken.
6369         - Fixed all the tests (the tests can now be re-enabled, the
6370         problems were not with the tests, but with the control, it was
6371         mostly broken).
6372         
6373         * DateTimePicker.cs: Changed the location where the 
6374         MonthCalendar is shown.
6375         
6376 2006-12-19  Chris Toshok  <toshok@ximian.com>
6377
6378         * DataGridView.cs: add IDropTarget implementation.
6379
6380         * ToolStripPanel.cs: add IDropTarget implementation.
6381
6382 2006-12-19  Jackson Harper  <jackson@ximian.com>
6383
6384         * TextControl.cs: soft now means something different than what it
6385         used to mean, we want to move the caret regardless of whether or
6386         not this break was soft (would we really have wanted the caret
6387         to not move with the break in the old context?)
6388         * TreeView.cs: Make sure we factor in the vert scrollbar when
6389         calculating the horizontal scrollbar's maximum.
6390
6391 2006-12-19  Andreia Gaita  <avidigal@novell.org>
6392
6393         * SendKeys.cs: Fix Send() behaviour, clear keys after sending,
6394         check for keywords in alternate casing, close bug #80049.
6395
6396 2006-12-19  Chris Toshok  <toshok@ximian.com>
6397
6398         * ToolStripItem.cs: add the implementation of the 4 IDropTarget
6399         methods (which all do nothing).
6400
6401         * IDropTarget.cs: add the 4 missing methods.
6402
6403 2006-12-19  Chris Toshok  <toshok@ximian.com>
6404
6405         * TableLayoutRowStyleCollection.cs: corcompare work.
6406         
6407         * TableLayoutSettings.cs: same.
6408
6409         * TableLayoutStyle.cs: same.
6410
6411         * TableLayoutColumnStyleCollection.cs: same.
6412
6413 2006-12-19  Jonathan Pobst  <monkey@jpobst.com>
6414
6415         * ColumnStyle.cs, RowStyle.cs, TableLayoutStyle.cs: Plumbing for
6416         TableLayoutPanel I've had in my local tree for way too long.
6417
6418 2006-12-19  Miguel de Icaza  <miguel@novell.com>
6419
6420         * TableLayoutSettings.cs: Finish the public API (still needs all
6421         the logic to update on changes). 
6422
6423         * TableLayoutPanelCellPosition.cs: new file.
6424         
6425         * TableLayoutRowStyleCollection.cs,
6426         TableLayoutColumnStyleCollection, TableLayoutStyle.cs,
6427         TableLayoutSettings.cs: Track the final 2.0 table api.
6428
6429 2006-12-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6430
6431         * ColumnHeader.cs: Add Tag, Name, ImageKey, ImageIndex,
6432         and Image List 2.0 members for ColummnHeader.
6433         * ListView.cs: Add key-related 2.0 methods for
6434         ColumnHeaderCollection.
6435
6436 2006-12-19  Gert Driesen  <drieseng@users.sourceforge.net>
6437
6438         * ListViewItem.cs: Changed AddRange overloads to match MS: throw
6439         ArgumentNullException if items argument is null. Ignore null item in
6440         arrays. Removed extra tabs.
6441
6442 2006-12-19  Gert Driesen  <drieseng@users.sourceforge.net>
6443
6444         * MonthCalendar.cs: Fixed InvalidCastException.
6445
6446 2006-12-19  Jackson Harper  <jackson@ximian.com>
6447
6448         * TextControl.cs: Don't increment the position here.
6449         - When calculating char positions only add in the line break size
6450         for hard line breaks.
6451
6452 2006-12-19  Andreia Gaita  <avidigal@novell.org>
6453
6454         * SendKeys.cs: Changed some things to match ms.net behaviour
6455         when parsing shifted capital letters.
6456         
6457         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32, XplatUIOSX: 
6458         Add window handle as parameter to SendInput. X11 needs the 
6459         window handle, and the handle being passed      to it in the keys 
6460         queue is the active control handle (which windows needs), not 
6461         the window handle.
6462         
6463         XplatUIX11.cs, XplaUIX11-new.cs, X11Display: Implement SendInput 
6464         to support SendKeys on X.       
6465         
6466         * X11Keyboard: Implement helper method to lookup a linux keycode
6467         given the virtual keycode. Added table of keycode-2-virtualkey
6468         values to support this.
6469
6470 2006-12-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6471
6472         * ListView.cs: Add support for SelectedIndexCollection
6473         and SelectedItemCollection 2.0 methods. Implement support
6474         for ImageKey too.
6475         * ListViewItem.cs: Add support for ListViewSubItemCollection
6476         2.0 methods. Also, fix an incorrect behavior of AddRange method
6477         (it shouldn't call Clear).
6478         * ThemeWin32Classic.cs: Support for ListView.ImageKey 2.0 property.
6479
6480 2006-12-19  Jackson Harper  <jackson@ximian.com>
6481
6482         * RichTextBox.cs: 
6483         * TextBoxBase.cs: New args for FormatText
6484         * TextControl.cs: Rewrote the main drawing method, this version
6485         feels a little easier to understand and debug to me.  Hopefully it
6486         does to others also
6487         - Fix FormatText to OR in the new formating values.  Added
6488         FormatSpecified param, basically this works in the same way as
6489         BoundsSpecified in Control.
6490         - Set the caret properties when the caret is positioned.
6491         - When wrapping text make sure that we calculate the width of the
6492         last character
6493         - when calculating alignments we might have wrapped down to the
6494         next line, so don't search for an individual tag, search for the
6495         end of the line
6496         - We need to invalidate the selection area when we replace the
6497         selection.
6498         
6499 2006-12-19  Daniel Nauck  <dna@mono-project.de>
6500
6501         * Application.cs: add Restart () 2.0 support
6502
6503 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
6504
6505         * MenuItem.cs: Invalidate menu item rectangle after change Enable
6506         property. Fixes #80268.
6507         
6508 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
6509
6510         * MenuAPI.cs: Dont trigger select event when closes top menu
6511         item. Fixes #80270.
6512
6513 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
6514
6515         * MenuAPI.cs: When you click on menuitem only trigger onselect
6516         event for top menu itens. Fixes #80271.
6517         
6518 2006-12-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6519
6520         * MdiWindowManager.cs: Make IconicBounds depend on
6521         the bottom of MdiClient, not the top (fixes #80267)
6522         
6523 2006-12-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6524
6525         * MdiClient.cs: Added missing 2.0 attribute
6526
6527 2006-12-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6528
6529         * ListViewItem.cs: Add Name and Tag 2.0 properties, as well
6530         as IndexOfKey, ContainsKey, RemoveByKey and indexer 2.0.
6531
6532 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
6533
6534         * MenuAPI.cs: Fix click when menuitem is not popup,
6535         this regression was caused by last commit (#80272).
6536
6537 2006-12-17  Everaldo Canuto  <everaldo@simios.org>
6538
6539         * MenuAPI.cs: When a non-toplevel menuitem is clicked dont
6540         fire click event or close menu. Fixes #80272.
6541
6542 2006-12-17  Daniel Nauck  <dna@mono-project.de>
6543
6544         * ListViewHitTestInfo.cs: add
6545
6546 2006-12-17  Daniel Nauck  <dna@mono-project.de>
6547
6548         * ButtonBase.cs: Added FlatButtonAppearance 2.0 support.
6549         * FlatButtonAppearance.cs: add
6550         * DockingAttribute.cs: add
6551
6552 2006-12-17  Chris Toshok  <toshok@ximian.com>
6553
6554         * DataGrid.cs: hook up MetaDataChanged event on the list manager,
6555         and rebind our columns when it does - this way, if you make
6556         changes to the DataTable (or set the Table attribute on a DataView
6557         after setting it as the DataGrid's DataSource, the changes are
6558         made visible.)  Fixes bug #80107.
6559
6560 2006-12-17  Daniel Nauck  <dna@mono-project.de>
6561
6562         * ListViewGroup.cs: add internal Location property for layouting.
6563         * Theme.cs: add abstract ListViewGroupHeight function.
6564         * ThemeWin32Classic.cs: implement ListViewGroupHeight function.
6565
6566 2006-12-16  Andreia Gaita  <avidigal@novell.com>
6567
6568         * TabControl.cs: Fixed checks for NET_2_0-specific exceptions.
6569         Added reset of selected index to 0 when adding first tab page.
6570         Fixes #80264
6571         
6572         * NumericUpDown.cs: Fix NET_2_0 check
6573
6574 2006-12-16  Daniel Nauck  <dna@mono-project.de>
6575
6576         * ListViewGroup.cs: fixed DefaultValueAttribute value
6577
6578 2006-12-16  Daniel Nauck  <dna@mono-project.de>
6579
6580         * AutoCompleteStringCollection.cs: add new AutoCompleteStringCollection 2.0 class
6581
6582 2006-12-15  Miguel de Icaza  <miguel@novell.com>
6583
6584         * Button.cs, ComboBox.cs, ScrollBar.cs, UserControl.cs,
6585         TextBoxBase.cs, ListView.cs, ContainerControl.cs,
6586         ScrollableControl.cs: Add a handful of methods that are
6587         overwritten in 2.0 
6588
6589 2006-12-15  Chris Toshok  <toshok@ximian.com>
6590
6591         * XplatUIWin32.cs: initial implementation of the Reversible
6592         drawing functions.  there are some problems.  DrawReversibleFrame
6593         doesn't seem to work at all for Dashed FrameStyle, and in the
6594         Thick case there are drawing errors at the corners (we probably
6595         need to bind Rectangle instead of doing moveto/lineto's.)
6596
6597 2006-12-16  Andreia Gaita  <avidigal@novell.com>
6598         
6599         * SendKeys.cs: Implemented. SendKeys uses a new method in XPlatUI, SendInput, 
6600         to send blocks of key messages. Send accumulates keys to send with Flush, 
6601         while SendWait sends all keys immediately.
6602                 
6603         * XplaUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs, 
6604         XplatUIX11.cs,  XplatUIX11-new.cs:
6605         - Define SendInput and stubs for OSX and X11, implements Win32 with a call
6606         to Win32 SendInput.
6607         - Added INPUT support structures to XplatUIWin32 for Win32SendInput
6608         
6609         Tests:  It seems ms.net is hooking the keyboard to implement this, so doing unit
6610         testing for ms.net on this class is very tricky, as the tests run too fast 
6611         to allow the hook to release, essentially freezing the keyboard and the 
6612         test. So, barring a win32 miracle, they'll be commited in the ms-notworking     
6613         category :p
6614
6615 2006-12-16  Daniel Nauck  <dna@mono-project.de>
6616
6617         * Padding.cs: fixed serialization compability to MS ("_var" field names),
6618                         added missing attributes.
6619  
6620 2006-12-15  Daniel Nauck  <dna@mono-project.de>
6621
6622         * ListViewGroup.cs: Added missing attributes.
6623         * ListViewGroupCollection.cs: Added missing attributes.
6624
6625 2006-12-15  Daniel Nauck  <dna@mono-project.de>
6626
6627         * ListViewItem.cs: fixed ListViewSubItem text property.
6628
6629 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6630         
6631         * Control.cs: Added missing 2.0 attributes
6632         
6633 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6634         
6635         * MdiClient.cs: Added missing 2.0 attribute.
6636         * MonthCalendar.cs: Added some missing 2.0 attributes 
6637         and properties.
6638         
6639 2006-12-15  Daniel Nauck  <dna@mono-project.de>
6640
6641         * ListView.cs: implemented ListViewItemCollection Add 2.0 support.
6642
6643 2006-12-15  Jonathan Pobst  <monkey@jpobst.com>
6644
6645         * MainMenu.cs: Add the new 2.0 constructor to help out people
6646         using the MainMenu in VS2005.
6647
6648 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6649         
6650         * MdiChildContext.cs: Removed it, no longer used.
6651         * MdiClient.cs: Added missing 2.0 attributes.
6652         
6653 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6654         
6655         * InternalWindowManager.cs: Fix a NullRef with previous 
6656         changes for toolwindows.
6657         
6658 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6659
6660         * Control.cs: 
6661         - Added AfterTopMostControl to allow for certain controls 
6662         to always stay on top when normal controls are brought to 
6663         front.
6664         
6665         * XplatUIWin32.cs: 
6666         - (DrawInversibleRectangle): Get window rectangle from Win32 
6667         in stead of from control, since Win32 doesn't calculate
6668         screen coords correctly from control's Location if it 
6669         have docked siblings.
6670         
6671         * MdiWindowManager.cs:
6672         - Correct the control menu popup location when clicked on
6673         the maximized form icon. (fixes #80223.1)
6674         - Don't show moving rectangle if mouse hasn't moved from
6675         the original clicked point.
6676         - Removed FormGotFocus handler (not used).
6677         - Calculate the control buttons location from the main
6678         window's size and not client size (fixes #79770).
6679         - Form is now closed when the form icon is double-clicked
6680         (fixes #79775). 
6681         - Correct NCCalcSize numbers a little bit (fixes #80223.2)
6682         
6683         * InternalWindowManager.cs:
6684         - Moved some MDI-only methods to MdiWindowManager.
6685         - Removed unused properties and methods.
6686         - Unified method naming for methods handling wm messages.
6687         - Moved all message handling to seperate methods for
6688         each message.
6689         
6690         * ThemeWin32Classic.cs:
6691         - DrawManagedWindowDecorations now draws the title bar 
6692         with a gradient brush.
6693         - Add a CPDrawButtonInternal that allows us to specify
6694         light, normal and dark colors for the buttons (control 
6695         buttons for MDI children were drawn with the same light
6696         color as the background, therefore loosing the 3D effect).
6697         
6698         * SizeGrip.cs:
6699         - Add a CapturedControl property that is used to 
6700         determine the control to resize (defaults to parent). 
6701         Needed for MdiClient, since its SizeGrip's parent is
6702         MdiClient, but the control to resize is the main form.
6703         
6704         * MdiClient.cs:
6705         - Set SizeGrip's CapturedControl to the main form in order
6706         to resize the main form and not the MdiClient.
6707         - Override AfterTopMostControl to leave the scrollbars 
6708         always on top.
6709
6710 2006-12-15  Daniel Nauck  <dna@mono-project.de>
6711
6712         * ListView.cs: fixed ListViewItemCollection AddRange and
6713                         implemented ListViewItemCollection AddRange 2.0 support.
6714
6715 2006-12-15  Daniel Nauck  <dna@mono-project.de>
6716
6717         * ListViewGroup.cs: Add.
6718         * ListViewGroupCollection.cs: Add
6719         * ListView.cs: Add ListViewGroup (Group) and ShowGroups 2.0 support.
6720         * ListViewItem.cs: Add ListViewgroup (Group), ListViewGroups constructors and
6721                                 stub for ImageKey 2.0 support.
6722
6723 2006-12-14  Mike Kestner  <mkestner@novell.com>
6724
6725         * ListView.cs: add text padding to the autocalculation for columns
6726         of width -2.  Fixes #80207.
6727  
6728 2006-12-14  Mike Kestner  <mkestner@novell.com>
6729
6730         * ListView.cs: add some index guarding for partial row navigation 
6731         logic.  Fixes #80250.
6732
6733 2006-12-14  Mike Kestner  <mkestner@novell.com>
6734
6735         * ListView.cs: throw ArgumentExceptions when parented ListViewItems
6736         are added or inserted to the collection.  Fixes #81099.
6737
6738 2006-12-13  Everaldo Canuto  <everaldo@simios.org>
6739
6740         * MenuAPI.cs: Closes menu when right click out side of popup
6741         it fix problem in ContextMenu and MainMenu. Fixes #80252.
6742
6743 2006-12-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6744
6745         * ListViewItem.cs: Fix dumb error.
6746
6747         * ListView.cs: Add Find and ContainsKey methods in 
6748         ListViewItemCollection, and also return true for IsReadOnly
6749         and IsFixedSize (changes for 2.0). 
6750
6751 2006-12-13  Gert Driesen  <drieseng@users.sourceforge.net>
6752
6753         * Control.cs: Allow Region to be set to null.
6754
6755 2006-12-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6756
6757         * MdiWindowManager.cs: Remove unused (commented out) code.
6758         * Form.cs: When the MdiChild is maximized, the form needs 
6759         WM_NCMOUSELEAVE, so request it.
6760         * InternalWindowManager.cs: 
6761         - Added tooltips to control buttons.
6762         - Removed duplicated control button handling code.
6763         - Removed unused (commented out) code.
6764         
6765 2006-12-12  Everaldo Canuto  <everaldo@simios.org>
6766
6767         * MenuAPI.cs: Set cursor to default in popup menus, a XplatUI.SetCursor 
6768         was used because we must set cursor without trigger ChangeCursor event
6769         and without change Cursor control property. Fixes #79963.
6770
6771 2006-12-12  Andreia Gaita  <avidigal@novell.com>
6772         
6773         * Control.cs: Check if Region setter value is null, and ignore
6774
6775 2006-12-12  Jackson Harper  <jackson@ximian.com>
6776
6777         * TextControl.cs: We were almost always drawing one more line then
6778         needed, since the GetLineByPixel will return the last line found
6779         at that pixel. In most cases though, we were invalidating up to
6780         the junction between two lines.
6781         - Improve debug code.
6782
6783 2006-12-12  Chris Toshok  <toshok@ximian.com>
6784
6785         * XplatUI.cs: add static DrawReversibleFrame, DrawReversibleLine,
6786         and FillReversibleRectangle.
6787
6788         * XplatUIDriver.cs: add abstract DrawReversibleFrame, DrawReversibleLine,
6789         and FillReversibleRectangle.
6790
6791         * XplatUIWin32.cs: add stubs which do nothing for
6792         DrawReversibleFrame, DrawReversibleLine, and
6793         FillReversibleRectangle.
6794
6795         * XplatUIOSX.cs: add stubs which raise NIE for
6796         DrawReversibleFrame, DrawReversibleLine, and
6797         FillReversibleRectangle.
6798
6799         * XplatUIX11.cs: add working implementation for
6800         DrawReversibleFrame, DrawReversibleLine, and
6801         FillReversibleRectangle.
6802         
6803         * ControlPaint.cs: implement DrawReversibleFrame,
6804         DrawReversibleLine, and FillReversibleRectangle, by calling into
6805         the appropriate XplatUI method.
6806
6807 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6808
6809         * Form.cs: Make MdiClient have the focus even if it's
6810         not selectable, since it should receive WM_KEY* and WM_MOUSE 
6811         messages. Fixes #79907.
6812         
6813 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6814
6815         * Hwnd.cs: Save the CreateParams.ExStyle so that it can be
6816         queried after the window is created.
6817         
6818         * XplatUIX11.cs: Added SendParentNotify to implement 
6819         WM_PARENTNOTIFY logic. Fixes #79965.
6820         
6821         * Control.cs: Added MakeParam.
6822         
6823 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6824
6825         * MdiClient.cs: Resume Layout before setting window
6826         states (fixes #80201).
6827
6828 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6829
6830         * MenuAPI.cs: Deselect a menu item after performing
6831         the click (fixes #80197).
6832
6833 2006-12-11  Jackson Harper  <jackson@ximian.com>
6834
6835         * TextBoxBase.cs: We need to cap this value, since Maximum -
6836         ViewPortHeight can be less than zero.
6837         - Only do selection with the left mouse button.
6838         * TextBox.cs: Don't tell the world that we have a context menu.
6839         * Control.cs: New method so that we can control whether or not the
6840         context menu is visible outside MWF.
6841
6842 2006-12-11  Everaldo Canuto  <everaldo@simios.org>
6843
6844         * ToolBarButton.cs: Fix text positon. 
6845
6846 2006-12-11  Miguel de Icaza  <miguel@novell.com>
6847
6848         * ProgressBar.cs (MarqueeAnimationSpeed): Add stub.
6849
6850         * Control.cs (DoubleBuffered): Add implementation.
6851
6852         * Application.cs (OpenForms): Add.
6853
6854 2006-12-11  Jonathan Pobst  <monkey@jpobst.com>
6855
6856         * Form.cs: Use opacity instead of Opactiy to determine if we need
6857         to set the WS_EX_LAYERED bit.  [Fixes bug #80185]
6858
6859 2006-12-11  Jonathan Pobst  <monkey@jpobst.com>
6860
6861         * Control.cs: Fix NRE if Control.Site was set to null.
6862
6863 2006-12-11  Chris Toshok  <toshok@ximian.com>
6864
6865         * Control.cs: ControlCollection.Remove should return if the arg is
6866         null, and ControlCollection.SetChildIndex should raise a ANE.
6867
6868 2006-12-11  Gert Driesen  <drieseng@users.sourceforge.net>
6869
6870         * Control.cs: Verify value set for Dock property. Code formatting
6871         updates.
6872
6873 2006-12-11  Jackson Harper  <jackson@ximian.com>
6874
6875         * TextControl.cs: Draw the caret and the selection when a flag is
6876         set on the owner.
6877         * TextBoxBase.cs: We want to draw the caret and the selection for
6878         TextBox but not for TextBoxBase.
6879         - If the window is resized and scrolling is no longer needed (the
6880         whole doc is visible) set the scroll position to zero.
6881         - The default SelectWord (the one TextBox uses) should move the
6882         caret to the end of the word.
6883         - SelectAll moves the caret to the end of the selection.
6884         * TextBox.cs: We don't selectall on focus, we just do it when the
6885         control is created.
6886         
6887 2006-12-11  Mike Kestner  <mkestner@novell.com>
6888
6889         * ComboBox.cs: stub in a 2.0 override for ProcessKeyEventArgs.
6890
6891 2006-12-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6892
6893         * ListView.cs: Add Insert, IndexOfKey, RemoveByKey and indexer 
6894         2.0 support.
6895         * ListViewItem.cs: Add Name 2.0 property.
6896
6897 2006-12-11  Andreia Gaita  <avidigal@novell.com>
6898
6899         * TabControl.cs: Set visibility on selected or default tab 
6900         when tabcontrol handle is created, so that it's contents
6901         actually show up (duh). Fixes #80193
6902         Don't redraw the control if there is no handle created, as
6903         the selected index might be completely invalid. Added some tests
6904         to check for this.
6905
6906 2006-12-11  Everaldo Canuto  <everaldo@simios.org>
6907
6908         * ToolBar.cs: Uses maximun width and height of all buttons as 
6909         button rectangle when ButtonSize specified, it looks strange but
6910         is what happens in Win32. Fixes #80189.
6911
6912 2006-12-11  Jackson Harper  <jackson@ximian.com>
6913
6914         * TextControl.cs: Need to track undo levels ourself, since
6915         compound actions will mess them up.
6916
6917 2006-12-10  Andreia Gaita  <avidigal@novell.com>
6918
6919         * TabControl.cs: Raise SelectedIndexChanged for 1.1 if the
6920         SelectedIndex value is changed (even if it's not valid).
6921         Reset SelectedIndex to 0 when the handle is created and if
6922         the current index is invalid.
6923         Fixes SelectdeIndex unit tests and #80128
6924
6925 2006-12-08  Chris Toshok  <toshok@ximian.com>
6926
6927         * DataGrid.cs (set_CurrentCell): because EnsureCellVisibility
6928         calls EndEdit, it needs to be called before we set current_cell to
6929         its new value.  Otherwise, we end up committing the value in the
6930         textbox to the new cell as well.  Fixes bug #80160.
6931
6932 2006-12-08  Chris Toshok  <toshok@ximian.com>
6933
6934         * Form.cs (set_CancelButton): if the button's DialogResult is
6935         None, set it to Cancel.  Fixes bug 80180.
6936
6937 2006-12-08  Jackson Harper  <jackson@ximian.com>
6938
6939         * TextBoxBase.cs: Ugh, ClientSize can be 0,0 sometimes, so we need
6940         to watch ourselves when setting the canvas size and setting the
6941         scrollbar values.
6942
6943 2006-12-08  Chris Toshok  <toshok@ximian.com>
6944
6945         * DataGrid.cs: comment out the two MakeTransparent calls for the
6946         time being so people using trunk (and not 1.2.2) on windows can
6947         actually use the datagrid.  This deals with bug #80151.
6948
6949 2006-12-08  Jonathan Pobst  <monkey@jpobst.com>
6950
6951         * ThemeWin32Classic.cs: Change ButtonBase_DrawImage to use the
6952         Graphics.DrawImage (image, int, int, int, int) overload instead
6953         of Graphics.DrawImage (image, int, int).  GDI+ can't figure out
6954         the dpi difference and was blurring images it drew.
6955         [Fixes bug #79960]
6956
6957 2006-12-08  Chris Toshok  <toshok@ximian.com>
6958
6959         * ThemeWin32Classic.cs (DataGridPaintRows): handle case where
6960         rowcnt is 0 (such as with an empty datasource), and make sure we
6961         initialize not_usedarea.Y to cells.Y, so we don't draw over the
6962         other areas (caption, parent row, etc, etc).  Fixes bug #80095.
6963
6964 2006-12-08  Chris Toshok  <toshok@ximian.com>
6965
6966         * DataGridColumnStyle.cs (SetDataGrid): don't try to access a null
6967         grid.
6968
6969 2006-12-08  Chris Toshok  <toshok@ximian.com>
6970
6971         [ Fixes bug #80167 ]
6972         
6973         * ThemeWin32Classic.cs: don't draw the image if the button's flat
6974         style is FlatStyle.System.
6975
6976         * ButtonBase, ThemeClearlooks.cs, ThemeGtk.cs, ThemeNice.cs: make
6977         ButtonBase.flat_style private, and switch uses of it to the public
6978         property.
6979         
6980 2006-12-08  Chris Toshok  <toshok@ximian.com>
6981
6982         [ Fixes bug #80121 ]
6983         
6984         * ThemeWin32Classic.cs: center the caption text in the datagrid
6985         when we draw it.
6986
6987         * DataGrid.cs: lessen the amount we add to the caption height from
6988         6 to 2.  6 was making it huge.
6989
6990 2006-12-08  Andreia Gaita  <avidigal@novell.com>
6991
6992         * UpDownBase: Handle MouseWheel call directly instead of capturing
6993         the inner textbox's OnMouseWheel. Fixes #80166
6994
6995 2006-12-08  Jackson Harper  <jackson@ximian.com>
6996
6997         * TextControl.cs: We need to invalidate the textbox when we empty
6998         it (how had this not been discovered before?)
6999
7000 2006-12-08  Jackson Harper  <jackson@ximian.com>
7001
7002         * TextBoxBase.cs: Reworked the mouse down code so I could get it
7003         to behave like MS, we now ignore the eventargs.Click and just
7004         track state ourself, which we were already doing anyways.
7005         - Constrain the double click handler to the double click size.
7006         
7007 2006-12-08  Chris Toshok  <toshok@ximian.com>
7008
7009         * DataGrid.cs: the mousewheel code shouldn't try to scroll in a
7010         direction if that scrollbar isn't shown.  fixes bug #80158.
7011
7012 2006-12-08  Andreia Gaita  <avidigal@novell.com>
7013
7014         * NumericUpDown.cs: Update value on getter. Fixes #79950
7015
7016 2006-12-08  Chris Toshok  <toshok@ximian.com>
7017
7018         * MenuItem.cs: add back in the event cloning code.  I didn't know
7019         how to do it in the face of the EventHandlerList work i'd done
7020         last week.  Fixes bug #80183.
7021
7022 2006-12-08  Jonathan Pobst  <monkey@jpobst.com>
7023
7024         * Control.cs: Add an invalidate to the BackgroundImage setter.
7025         [Fixes 80184]
7026
7027 2006-12-07  Jonathan Pobst  <monkey@jpobst.com>
7028
7029         * ToolStrip*: Add some small properties reported by MoMA, fix event
7030         firing and default properties based off of unit tests, and add some
7031         attributes based off of the class status page.
7032
7033 2006-12-07  Jackson Harper  <jackson@ximian.com>
7034
7035         * TextBoxBase.cs: Take HideSelection into account when determining
7036         whether or not to show the selection.
7037         * RichTextBox.cs: After inserting the RTF into the document move
7038         the cursor to the beginning of the document.
7039
7040 2006-12-07  Jonathan Pobst  <monkey@jpobst.com>
7041
7042         * Control.cs: Remove static ArrayList "controls" which maintained
7043         a reference to every control created.
7044         * Application.cs: Create a static FormCollection to maintain a reference
7045         to every form created.  Use it in places that formerly enumerated through
7046         the controls one looking for forms.
7047         * Form.cs: Add and remove self from above FormCollection.
7048
7049 2006-12-07  Alexander Olk  <alex.olk@googlemail.com>
7050
7051         * MimeIcon.cs: gdk_pixbuf_save_to_buffer is part of libgdk-pixbuf,
7052           not libgdk (though it makes me wonder why I didn't have any
7053           problems)
7054
7055 2006-12-07  Chris Toshok  <toshok@ximian.com>
7056
7057         [ you had to know this was coming after that last commit...]
7058         
7059         * XplatUIX11.cs: implement the 3 Offscreen functions in terms of
7060         XPixmaps (CreateOffscreenDrawable maps to XCreatePixmap,
7061         DestroyOffscreenDrawable to FreePixmap, and BlitFromOffscreen to
7062         XCopyArea).
7063
7064 2006-12-07  Chris Toshok  <toshok@ximian.com>
7065
7066         * XplatUI.cs: add 3 calls (CreateOffscreenDrawable,
7067         DestroyOffscreenDrawable, and BlitFromOffscreen) that encompass
7068         all the behavior we need for double buffering.
7069
7070         * XplatUIDriver.cs: implement the 3 double buffer methods using a
7071         client side Bitmap, just like the old Control-based double buffer
7072         code did.  The methods are virtual, so each XplatUI driver
7073         subclass can replace the implementation to use a faster, platform
7074         specific approach.
7075
7076         * Control.cs: make use of the 3 Offscreen XplatUI calls in the
7077         double buffer code, and clean things up a bit in the process.
7078
7079 2006-12-06  Chris Toshok  <toshok@ximian.com>
7080
7081         * Control.cs: reindent WndProc.
7082
7083 2006-12-06  Chris Toshok  <toshok@ximian.com>
7084
7085         [ I wanna be like BenM when I grow up ]
7086         
7087         * Hwnd.cs: create a single static Graphics object on the static
7088         Bitmap we create.  use this for our text measurements.
7089
7090         * Control.cs (DeviceContext): stop using the backbuffer's dc_mem.
7091         This was causing us to allocate a backbuffer for every control,
7092         even when it wasn't flagged as double buffered.  Instead use the
7093         single graphics instance.  This might have implications for
7094         multithreaded applications.  If we run into problems we can switch
7095         to creating 1 Graphics per control, on the static Hwnd bitmap.
7096
7097         this change nets us a 7M savings in private dirty mappings when
7098         running FormsTest.exe.
7099
7100 2006-12-06  Chris Toshok  <toshok@ximian.com>
7101
7102         * ListView.cs: the BackgroundImage override is just to set
7103         attributes.  chain up to base.BackgroundImage.
7104
7105         * RichTextBox.cs: same.
7106
7107         * ToolBar.cs: same, but we need to also redraw the toolbar when it
7108         changes, so instead a handler for BackgroundImageChanged.
7109         
7110         * Control.cs: make background_image private.
7111
7112 2006-12-06  Chris Toshok  <toshok@ximian.com>
7113
7114         * ScrollBar.cs: change the assignment of cursor to Cursor.  not
7115         sure we even need this assignment, but roll with it for now.
7116
7117         * Control.cs: make the cursor field private.
7118
7119 2006-12-06  Chris Toshok  <toshok@ximian.com>
7120
7121         * Form.cs: we don't need to explicitly set ImeMode to
7122         ImeMode.NoControl - that's a natural fallout of Control.ImeMode's
7123         behavior in the face of ImeMode.Inherit.
7124
7125         * ButtonBase.cs: change DefaultImeMode to ImeMode.Disable, and
7126         change the ctor's assignment to use ImeMode instead of ime_mode.
7127
7128         * Control.cs (get_ImeMode): don't assume DefaultImeMode ==
7129         ImeModeInherit.  Only check for the parent's imemode (and return
7130         NoControl if there is no parent) if ime_Mode == ImeMode.Inherit.
7131         This fixes the button unit test, which sets both ImeMode and
7132         DefaultImeMode to ImeMode.Disable.
7133
7134         also make the ime_mode field private.
7135
7136 2006-12-06  Chris Toshok  <toshok@ximian.com>
7137
7138         * Control.cs: make control_style private.
7139
7140         * TextBoxBase.cs: fix the HandleClick override.  it was explicitly
7141         setting the styles to true, then setting them to false instead of
7142         reverting to their previous values.
7143
7144         also, call SetStyle on the scrollbars instead of using
7145         control_style directly.
7146
7147 2006-12-06  Jonathan Pobst  <monkey@jpobst.com>
7148
7149         * FormCollection.cs: Implement. [2.0]
7150
7151 2006-12-06  Chris Toshok  <toshok@ximian.com>
7152
7153         * Control.cs: make tab_stop private.
7154
7155         * Label.cs: set TabStop, not tab_stop.  reformat some event
7156         add/remove methods to make them more compact.
7157
7158 2006-12-06  Chris Toshok  <toshok@ximian.com>
7159
7160         * RadioButton.cs: fix TabStop handling.
7161
7162 2006-12-06  Chris Toshok  <toshok@ximian.com>
7163
7164         * TextBox.cs: remove the explicit assignments to has_focus.
7165         Control does that.
7166
7167         * ButtonBase.cs: remove the assignment to has_focus.  Control will
7168         manage that.
7169         
7170 2006-12-06  Chris Toshok  <toshok@ximian.com>
7171
7172         * ButtonBase.cs: remove all uses of is_enabled from this code.
7173         it's always true when any of the code containing the checks is
7174         executed.
7175
7176 2006-12-06  Chris Toshok  <toshok@ximian.com>
7177
7178         * ImageList.cs: reinstate the ShouldSerialize*/Reset* methods,
7179         with different semantics (some are present in both 1.1 and 2.0
7180         profiles) so that we match MS's behavior in our unit tests.
7181
7182 2006-12-06  Jackson Harper  <jackson@ximian.com>
7183
7184         * TextControl.cs: Make this operation undoable.
7185         * TextBoxBase.cs: Factor the border width into the preferred
7186         height.
7187         - implement Modified as per the spec.
7188
7189 2006-12-06  Chris Toshok  <toshok@ximian.com>
7190
7191         * Timer.cs, Control.cs, Menu.cs: make control_tag private.
7192
7193 2006-12-06  Chris Toshok  <toshok@ximian.com>
7194
7195         * Control.cs: make right_to_left and context_menu fields private.
7196
7197 2006-12-06  Chris Toshok  <toshok@ximian.com>
7198
7199         * AccessibleObject.cs, Control.cs, XplatUIX11GTK.cs,
7200         XplatUIX11.cs, Form.cs, RadioButton.cs, ScrollableControl.cs: make
7201         Control.child_controls private.  switch all uses over to
7202         Control.Controls.
7203
7204 2006-12-06  Chris Toshok  <toshok@ximian.com>
7205
7206         * System.Windows.Forms/GroupBox.cs,
7207         System.Windows.Forms/AccessibleObject.cs,
7208         System.Windows.Forms/ErrorProvider.cs,
7209         System.Windows.Forms/Control.cs,
7210         System.Windows.Forms/UpDownBase.cs,
7211         System.Windows.Forms/ScrollBar.cs,
7212         System.Windows.Forms/DateTimePicker.cs,
7213         System.Windows.Forms/Form.cs, System.Windows.Forms/Label.cs,
7214         System.Windows.Forms/ToolTip.cs,
7215         System.Windows.Forms/RadioButton.cs,
7216         System.Windows.Forms/LinkLabel.cs,
7217         System.Windows.Forms/Splitter.cs,
7218         System.Windows.Forms/TextBoxBase.cs,
7219         System.Windows.Forms/ToolStripTextBox.cs,
7220         System.Windows.Forms/ContainerControl.cs,
7221         System.Windows.Forms/ThemeWin32Classic.cs,
7222         System.Windows.Forms/SizeGrip.cs,
7223         System.Windows.Forms/ToolStripDropDown.cs,
7224         System.Windows.Forms/ScrollableControl.cs: Make Control.parent
7225         private.  switch all uses over to Control.Parent.
7226
7227 2006-12-06  Chris Toshok  <toshok@ximian.com>
7228
7229         * RichTextBox.cs: don't assign to has_focus in GotFocus/LostFocus.
7230         Control does this before calling emitting these events.
7231
7232         * TabControl.cs: same.
7233
7234         * ThemeWin32Classic.cs: use Control.ClientRectangle instead of
7235         Control.client_rect.
7236
7237         * ButtonBase.cs: use the ClientSize property instead of the
7238         client_size field.
7239
7240         * ScrollableControl.cs: same.
7241
7242         * Control.cs: another pass at making properties private.  also,
7243         move the initialization of tab_stop to the ctor.
7244
7245 2006-12-05  Andreia Gaita <avidigal@novell.com>
7246
7247         * TabControl.cs: Let the selected index be set freely if the 
7248         control handle is not yet created.
7249
7250 2006-12-05  Jonathan Pobst  <monkey@jpobst.com>
7251
7252         * Control.cs: Revert dist_top, dist_right, and dist_bottom to 
7253         internal until I can rewrite DefaultLayout.
7254         * ToolStrip.cs: Fix build error and some general cleaning.
7255         * ToolStripControlHost.cs, SplitterPanel.cs, DataGridView.cs:
7256         Fix build errors caused by making some of Control's fields private.
7257
7258 2006-12-05  Jackson Harper  <jackson@ximian.com>
7259
7260         * TextControl.cs: Redo Insert a little so that it use IndexOf
7261         instead of Split, this prevents it from messing up on things like
7262         \n\n\n. Also more effecient since the split array doesn't need to
7263         be created.
7264         * TextBoxBase.cs: AppendText doesnt handle multiline and non
7265         multiline text differently, this is the first of many fixes that
7266         will make multiline/non-multiline the same thing as far as the
7267         TextBoxBase is concerned.
7268         - Don't split the text and insert lines, this can lose some line
7269         endings (like is the last line a soft or hard break). Instead use
7270         the new Insert.
7271         - Fix an off by one when combining all the lines in the Text
7272         getter.
7273         - Remove separate multiline handling from the Text getter/setter.
7274
7275 2006-12-05  Chris Toshok  <toshok@ximian.com>
7276
7277         * ButtonBase.cs: a few changes:
7278
7279         - don't reinitialize internal Control fields in the ctor when they
7280         have the same values as Control sets them.
7281
7282         - don't set has_focus in OnGotFocus/OnLostFocus.  Control does
7283         this before calling those methods.
7284
7285         - we don't need to call Refresh for anything.  use Invalidate
7286         instead.
7287
7288         - OnEnabledChanged doesn't need to redraw at all - Control.cs
7289         calls Refresh in its OnEnabledChanged.
7290         
7291         - several of the events we were registered for in the ctor to
7292         redraw ourselves already include calls to Invalidate in the
7293         property setters that raise the events.  remove the extra
7294         invalidation.
7295
7296         - reformat a switch statement that was 83274658 columns wide.
7297         
7298 2006-12-05  Mike Kestner  <mkestner@novell.com>
7299
7300         * ComboBox.cs: fix a unit test regression from a TextBox
7301         SelectionLength return of -1 when there's no selection.  
7302
7303 2006-12-05  Chris Toshok  <toshok@ximian.com>
7304
7305         * Control.cs, Button.cs, ThemeGtk.cs, Form.cs, ListView.cs,
7306         ThemeWin32Classic.cs, SizeGrip.cs, ToolBar.cs: first pass at
7307         cleaning up some of the internal Control fields being used by
7308         subclasses.
7309
7310 2006-12-05  Mike Kestner  <mkestner@novell.com>
7311
7312         * ComboBox.cs: fix some Simple mode regressions.  Set Visible on the
7313         listbox after AddImplicit calls since it defaults to hidden. Add a 
7314         hack to preserve requested heights across DropDownStyle changes.
7315
7316 2006-12-05  Jonathan Pobst  <monkey@jpobst.com>
7317
7318         * PropertyGrid.cs: Hide FindFirstItem method from public API.
7319
7320 2006-12-05  Chris Toshok  <toshok@ximian.com>
7321
7322         * DataGridView.cs: fix compiler warnings.
7323
7324         * PrintControllerWithStatusDialog.cs: same.
7325
7326         * ToolBar.cs: same.
7327
7328         * FolderBrowserDialog.cs: same.
7329
7330         * Splitter.cs: same.
7331
7332         * DataGridViewComboBoxCell.cs: same.
7333
7334         * XplatUIWin32.cs: same.
7335
7336         * PictureBox.cs: same.
7337
7338         * Win32DnD.cs: same.
7339
7340         * PageSetupDialog.cs: same.
7341
7342         * FileDialog.cs: same.
7343
7344         * PrintDialog.cs: same.
7345
7346         * DataGridTextBoxColumn.cs: same.
7347
7348         * DrawTreeNodeEventArgs.cs: same (and fix corcompare)
7349
7350 2006-12-05  Chris Toshok  <toshok@ximian.com>
7351
7352         * TextBox.cs, CheckedListBox.cs, MonthCalendar.cs, Menu.cs,
7353         MainMenu.cs, ListView.cs, LabelEditTextBox.cs, ToolBar.cs: more
7354         System.ComponentModel.EventHandlerList work.
7355
7356 2006-12-05  Jonathan Chambers  <joncham@gmail.com>
7357
7358         * DrawTreeNodeEventArgs.cs: Added.
7359
7360 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7361         
7362         * InternalWindowManager.cs: Remove an unused field.
7363         
7364 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7365
7366         * InternalWindowManager.cs:
7367         - Save the point where the title bar is clicked.
7368         
7369         * MdiWindowManager.cs:
7370         - Only allow moving of the window as long as the 
7371         clicked point on the title bar does not get out of
7372         MdiClient's rectangle. Fixes #79982.
7373         
7374         * MdiClient.cs:
7375         - Added Horizontal/VerticalScrollbarVisible.
7376         - Simplified the scrollbar sizing algorithm.
7377         - Cache the difference in scrolled value in
7378         H/VBarValueChanged and move the calculation out
7379         of the for loop.
7380
7381 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7382
7383         * Control.cs: Make the Console.WriteLine in WndProc 
7384         write more info.
7385
7386 2006-12-05  Chris Toshok  <toshok@ximian.com>
7387
7388         * ToolStripManager.cs, ToolStripButton.cs,
7389         ToolStripContentPanel.cs, ToolStripComboBox.cs, ToolStrip.cs,
7390         ToolStripMenuItem.cs, ToolStripItem.cs, ToolStripControlHost.cs,
7391         ToolStripSplitButton.cs, ToolStripSeparator.cs,
7392         ToolStripRenderer.cs, ToolStripDropDownItem.cs,
7393         ToolStripProgressBar.cs, ToolStripContainer.cs,
7394         ToolStripTextBox.cs, ToolStripPanel.cs, ToolStripDropDown.cs: move
7395         to using System.ComponentModel.EventHandlerList.
7396
7397 2006-12-04  Chris Toshok  <toshok@ximian.com>
7398
7399         * LinkLabel.cs: fix up compiler warnings.
7400
7401         * TableLayoutSettings.cs: same.
7402
7403         * TreeView.cs: same.
7404
7405         * ToolBar.cs: same.
7406
7407         * TabControl.cs: same.
7408
7409         * RichTextBox.cs: same.
7410
7411         * ListViewItem.cs: same.
7412
7413         * PropertyGrid.cs: same.
7414
7415         * DataGridViewRowPostPaintEventArgs.cs: corcompare fix.
7416
7417         * ToolTip.cs same.
7418
7419         * TextRenderer.cs: fix up compiler warnings.
7420
7421         * Label.cs: same.
7422
7423         * Form.cs: corcompare fixes.
7424
7425         * PictureBox.cs: fix up compiler warnings.
7426
7427         * ImageListStreamer.cs: same.
7428
7429         * TrackBar.cs: corcompare fix.
7430
7431         * Control.cs: fix up compiler warnings.
7432
7433         * SplitterPanel.cs: same.
7434
7435         * NumericTextBox.cs: same.
7436
7437         * ImageList.cs: same.
7438
7439         * StatusStrip.cs: same.
7440
7441         * ProgressBar.cs: corcompare fix.
7442
7443         * ToolStripButton.cs: fix up compiler warnings.
7444
7445         * ToolStripStatusLabel.cs: same.
7446
7447         * ToolStripSplitButton.cs: same.
7448
7449         * ToolStripSeparator.cs: same.
7450
7451         * ToolStripProgressBar.cs: same.
7452
7453         * ToolStripDropDownMenu.cs: same
7454
7455         * ToolStripDropDown.cs: same.
7456
7457         * ToolStripDropDownButton.cs: same.
7458
7459         * ToolStrip.cs: same.
7460
7461         * ToolStripControlHost.cs: same.
7462
7463         * ToolStripContentPanel.cs: same.
7464
7465         * ToolStripDropDown.cs: same.
7466
7467         * ToolStripContainer.cs: same.
7468
7469         * ToolStripPanel.cs: same, and add "new" where we need it to work
7470         with the new ArrangedElementCollection.
7471
7472         * ToolStripItemCollection.cs: add "new" where we need it to work
7473         with the new ArrangedElementCollection.
7474
7475 2006-12-04  Andreia Gaita <avidigal@novell.com>
7476
7477         * TabControl.cs: Fix default tab selection to after TabControl
7478         gets focus and not before. Fixes #80128
7479
7480 2006-12-04  Chris Toshok  <toshok@ximian.com>
7481
7482         * DataGridTableStyle.cs: remove the gross calling of
7483         datagrid.Refresh from here.  It's a broken idea and it doesn't
7484         work anyway.
7485
7486         * DataGrid.cs: instead, just register/unregister from the
7487         DataGridTableStyle events in CurrentTableStyle.  we play it
7488         conservatively and EndEdit + CalcAreasAndInvalidate on any event,
7489         even though some would most likely not require it.  Fixes bug
7490         #80115 (and one portion of #80117 as a side effect).
7491
7492 2006-12-04  Chris Toshok  <toshok@ximian.com>
7493
7494         * DataGrid.cs (set_CaptionVisible): EndEdit before doing the work
7495         so the textbox (if any) goes away.  Fixes bug #80117.
7496
7497 2006-12-04  Chris Toshok  <toshok@ximian.com>
7498
7499         * DataGridColumnStyle.cs: set the column's readonly property
7500         initially based on the property descriptor's IsReadOnly.  Fixes
7501         bug #80044.
7502
7503 2006-12-04  Chris Toshok  <toshok@ximian.com>
7504
7505         * ComboBox.cs: wrap the dropdown style changing work in
7506         SuspendLayout/ResumeLayout.  Fixes bug #79968.
7507
7508 2006-12-04  Jackson Harper  <jackson@ximian.com>
7509
7510         * TextBoxBase.cs: Fix off by one, since these are one-based.
7511         * TextBox.cs: Select all the text when we get focus.  The TextBox
7512         does this but the RTB does not.
7513
7514 2006-12-04  Chris Toshok  <toshok@ximian.com>
7515
7516         * DataGridTextBoxColumn.cs: remove some spew.
7517
7518         * DataGridColumnStyle.cs (SetColumnValueAtRow): this seems right
7519         but some part of me is saying "it shouldn't be here.."  At any
7520         rate, it fixes bug #80046.  Call IEditableObject.EndEdit after
7521         setting the value.
7522
7523 2006-12-04  Chris Toshok  <toshok@ximian.com>
7524
7525         * DataGridColumnStyle.cs (SetDataGrid): call CheckValidDataSource
7526         to reassign the propertydescriptor.
7527
7528 2006-12-04  Jackson Harper  <jackson@ximian.com>
7529
7530         * TextBoxBase.cs:
7531         * TextControl.cs: Remove some unused variables.  Maybe this will
7532         patch things up between mike and I.
7533         - don't split lines less then one char wide, if the viewport is
7534         that small text won't be visible anyways.
7535         
7536 2006-12-04  Jackson Harper  <jackson@ximian.com>
7537
7538         * TextBoxBase.cs: Default selection length is -1, need to do some
7539         more testing on windows to see when this is used for the property.
7540         - Redid the Lines [] property to that we properly remove soft line
7541         breaks
7542         - added support for preserving carriage returns
7543         -  CanUndo is not a variable like 'is undo enabled' it just returns
7544         true if there is undo operations available.
7545         - AppendText doesn't need to grab the last tag itself anymore,
7546         this happens automatically when we move the cursor.
7547         * TextControl.cs: Add CompoundActions to the undo class. This
7548         allows combining the other operations into one big option.  ie a
7549         paste will combine { delete old, insert new, move cursor }
7550         - Add InsertString undo operation
7551         - New method for deleting multiline text
7552         - Add carriage returns to lines. So we can preserve carriage
7553         returns when text is 'roundtripped'
7554
7555 2006-12-04  Chris Toshok  <toshok@ximian.com>
7556
7557         * DataGrid.cs (CalcCellsArea): cells_area.Width/Height are at a
7558         minimum 0.  Fixes the scrollbar exception in bug #80136.
7559
7560 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7561
7562         * MdiClient.cs: 
7563         * MdiWindowManager: Removed unused fields and methods.
7564         
7565 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7566         
7567         * StatusBar.cs: Update all panels when a AutoSize=Contents
7568         panel needs updating.
7569         
7570         * StatusBarPanel.cs: Remove twidth and only use initialize.
7571         Fixes #80031.
7572                 
7573 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7574
7575         * Form.cs: When a form's MdiParent is set add it directly
7576         on top of the z-order in stead of relying on MdiClient's
7577         ActivateChild to do it. Fixes #80135.
7578         
7579         * MdiClient.cs: 
7580         - Remove original_order, mdi_child_list is already doing
7581         the same thing.
7582         - Create mdi_child_list on construction in
7583         stead of first use (avoids a few null checks).
7584
7585         * MenuItem.cs: Use an already existing list of mdi children
7586         to get the correct order of children and remove the other
7587         redundant list.
7588
7589 2006-12-04  Chris Toshok  <toshok@ximian.com>
7590
7591         * PropertyGridView.cs: cached_splitter_location is only used in
7592         !DOUBLEBUFFER code.
7593
7594         * PropertyGrid.cs: implement the ComComponentNameChanged event
7595         using Events, hoping that would fix the warning.  Looks like a
7596         compiler bug instead (#80144).
7597
7598         * PropertyManager.cs: remove unused method.
7599
7600 2006-11-04  Everaldo Canuto  <everaldo@simios.org>
7601
7602         * ThemeWin32Classic.cs: Dont draw arrow when menuitem on menubar, 
7603         include parentesis to fix expression evaluation. Fixes #79634.
7604
7605 2006-11-02  Everaldo Canuto  <everaldo@simios.org>
7606         
7607         * MenuAPI.cs:
7608         - Changes to fix behavior in Menu control, some reported in #80097
7609         and other detected during behavior refactory like a select event
7610         problems.
7611         - Remove unneded "if's" conditions.
7612         - Created an internal to flag when popup is active in control, we need 
7613         it because in .NET you can have menu active but without popup active
7614         when you active menu using popup without visible items.
7615         - Mimic win32 behavior for Select and Popup events.  
7616         - Dont open popup menu when you dont have visible subitems.
7617         - Do nothing when click on disabled menu item.
7618         - Some small changes to follow the coding style guidelines.
7619         - Unselect menu only when another control gives focus. Fixes #80097.
7620         - Remove unused code.
7621         
7622         * MenuItem.cs: internal VisibleItems method to check if menu
7623         theres visible subitems, it will be usefull to fix some 
7624         behavior in Menu control.
7625         
7626 2006-11-01  Everaldo Canuto  <everaldo@simios.org>
7627         
7628         * Timer.cs: Tag property for 2.0 profile.
7629         
7630 2006-12-01  Chris Toshok  <toshok@ximian.com>
7631
7632         [ after removing all warning suppressions, this cleans up over 100 warnings. ]
7633         
7634         * Win32DnD.cs: comment out some unused fields.
7635
7636         * XplatUIWin32.cs: comment out some unused pinvokes, and remove
7637         some unused properties/methods.
7638
7639         * XplatUIX11.cs: fix MousePosition so we override the base class's
7640         property instead of conflicting with it.
7641
7642         * PictureBox.cs: comment out some unused fields
7643
7644         * OSXStructs.cs: make some struct fields public.
7645
7646         * XplatUIOSX.cs: comment out some unused pinvokes, and fix
7647         MousePosition so we override the base class's property instead of
7648         conflicting with it.
7649
7650         * X11Dnd.cs: comment out some unused fields
7651
7652         * X11DesktopColors.cs: fix some struct field visibility to quiet
7653         the compiler.
7654
7655         * X11Dnd.cs: remove some debug code.
7656
7657         * ThemeClearlooks.cs: comment out unused field.
7658
7659         * ThemeNice.cs: mark some methods as overriding ThemeWin32Classic as needed.
7660
7661         * ThemeGtk.cs: comment out some unused pinvokes.
7662
7663         * Timer.cs: remove some unused fields.
7664
7665         * ThemeClearlooks.cs: comment out unused field.
7666
7667         * UpDownBase.cs: comment out unused field.
7668
7669         * DataObject.cs: comment out unused field.
7670
7671         * DataGridBoolColumn.cs: reomve unused field.
7672
7673         * DataGrid.cs: remove unused field.
7674
7675         * Cursor.cs: remove old ToBitmap code.
7676
7677         * ControlPaint.cs: remove unused method.
7678
7679         * ScrollBar.cs: remove unused fields.
7680
7681         * ComboBox.cs: remove unused field, and chain up to
7682         AccessibleObject ctor.
7683
7684         * ListBox.cs: remove unused field.
7685
7686         * ButtonBase.cs: wrap a couple fields in NET_2_0.
7687
7688         * GridEntry.cs: remove unused fields.
7689
7690         * Binding.cs: remove unused fields.
7691
7692         * AxHost.cs: remove unused method.
7693
7694         * ContainerControl.cs: remove unused field.
7695
7696         * ScrollableControl.cs: remove unused fields.
7697
7698 2006-12-01  Chris Toshok  <toshok@ximian.com>
7699
7700         * XplatUI.cs, XplatUIWin32.cs, XplatUIGTK.cs: nuke
7701         the Where/WhereString stuff.  it's easy enough to CWL
7702         Environment.StackTrace.
7703
7704         * XplatUIX11.cs: same, but also fix up a lot of mcs warnings about
7705         unused private fields.
7706
7707 2006-12-01  Jackson Harper  <jackson@ximian.com>
7708
7709         * TextControl.cs: Do not update the view while inserting multiline
7710         text. If we update the view we might wrap lines, before entering
7711         the new lines, which causes the new line insertion calculations to
7712         be totally fubared.
7713         - Remove an old TODO
7714         - Make debug output a little nicer
7715         
7716 2006-12-01  Chris Toshok  <toshok@ximian.com>
7717
7718         * ToolBar.cs: revert the ImeMode fix here and add an XXX comment.
7719
7720 2006-12-01  Chris Toshok  <toshok@ximian.com>
7721
7722         [ fix the majority of the CS0108 warnings we've been suppressing ]
7723         
7724         * TreeView.cs: mark BackgroundImageChanged as 'new'.
7725
7726         * ToolBar.cs: ImeMode just passes stuff to Control.  Rename Layout
7727         to "LayoutToolBar" to quiet mcs.
7728         
7729         * TabControl.cs: mark our ControlCollection class as 'new'.
7730
7731         * TextBoxBase.cs: mark some events as 'new'.
7732
7733         * Splitter.cs: TabStop is 'new'.
7734
7735         * ControlBindingsCollection.cs: mark a few methods as new since
7736         they change the visibility from protected to public.
7737
7738         * RadioButton.cs: DoubleClick -> base class, and remove unused
7739         HaveDoubleClick.
7740
7741         * MonthCalendar.cs: ImeMode property -> base class, and mark many
7742         events as new.
7743
7744         * NumericUpDown.cs: TextChanged -> base class.
7745
7746         * CheckedListBox.cs: mark our ObjectCollection class as new to
7747         quiet mcs.
7748
7749         * FolderBrowserDialog.cs: make HelpRequest event new and have it
7750         muck with the base class.
7751
7752         * StatusBar.cs: fix some mcs warnings about Update being the same
7753         name as a base class method.
7754
7755         * RichTextBox.cs: mark some events as new, and make them do things
7756         to the base class impl.
7757
7758         * UserControl.cs: mark TextChanged as new, and have it manipulate
7759         base.TextChanged.
7760
7761         * UpDownBase.cs: mark some things new.
7762
7763         * CheckBox.cs: mark DoubleClick "new", and add some text about
7764         what we need to look at.
7765
7766         * Panel.cs: make the events "new", and manipulate the base
7767         version.  these are just here for attributes.
7768
7769         * AccessibleObject.cs: make owner private.
7770
7771         * Control.cs: deal with AccessibleObject.owner being private.
7772         cache our own copy if we need it.
7773
7774         * Button.cs: add "new" to the DoubleClickEvent.
7775
7776         * ListBox.cs: no need to track our own has_focus here.  let
7777         Control.has_focus do it for us.  Also some other work to clear up
7778         warnings about not overriding base class methods of the same name.
7779         
7780         * ComboBox.cs: clear up some warnings about not override base
7781         class methods of the same name.
7782
7783 2006-12-01  Chris Toshok  <toshok@ximian.com>
7784
7785         * Form.cs: flag a few things as "new" to quiet some of the mcs
7786         warnings.
7787
7788         * AxHost.cs: same.
7789
7790         * PrintPreviewDialog.cs: same.
7791
7792         * DataGridView.cs: fix a ton of corcompare warnings.  not all, but
7793         now DGV isn't so horrible on the class status page.  also, move
7794         all events to using System.ComponentModel.EventHandlerList.  my
7795         wrists hurt.
7796
7797 2006-12-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7798
7799         * MdiWindowManager.cs:
7800         - Set form to active mdi child if shown,
7801         and update the active mdi child to the next 
7802         remaining child in the z-order if the form is hidden.
7803
7804         * Form.cs: 
7805         - Track if the form has been visible and if its 
7806         visibility is beeing changed, so that the MdiClient
7807         can properly decide the ActiveMdiChild. The MdiClient 
7808         cannot track this since the form can change visibility 
7809         before MdiClient is created.
7810
7811         * MdiClient.cs:
7812         - Don't activate anything of the parent form is changing
7813         its visibility.
7814         - Rework ActiveMdiChild to only return visible mdi 
7815         children and take into account several other corner 
7816         cases.
7817
7818 2006-12-01  Chris Toshok  <toshok@ximian.com>
7819
7820         * IBindableComponent.cs: new 2.0 interface.
7821
7822 2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>
7823
7824         * DataGrid.cs: Font for caption area is bold by default.
7825
7826 2006-12-01  Everaldo Canuto  <everaldo@simios.org>
7827
7828         * Menu.cs: Tag property for 2.0.
7829         
7830 2006-11-01  Everaldo Canuto  <everaldo@simios.org>
7831
7832         * ThemeWin32Classic.cs: Adjust menu separator drawing. 
7833         
7834 2006-12-01  Chris Toshok  <toshok@ximian.com>
7835
7836         * TreeView.cs: doh, the Begin* events should be
7837         TreeViewCancelEventHandler.
7838
7839 2006-12-01  Chris Toshok  <toshok@ximian.com>
7840
7841         * Form.cs: Form.ControlCollection already stores off the
7842         form_owner field.  don't access the base class's internal "owner"
7843         field.
7844
7845         * Control.cs: make all the fields in Control.ControlCollection
7846         private.  there's no need for any internal fields here.
7847
7848 2006-12-01  Chris Toshok  <toshok@ximian.com>
7849
7850         * DataGrid.cs: call SetDataSource instead of CalcGridAreas in
7851         OnHandleCreated.  Fixes bug #80109.
7852
7853 2006-12-01  Chris Toshok  <toshok@ximian.com>
7854
7855         * Button.cs, PropertyGridTextBox.cs, ComboBox.cs,
7856         SplitContainer.cs, Control.cs, StatusStrip.cs,
7857         DataGridTableStyle.cs, MenuItem.cs, DomainUpDown.cs, ImageList.cs,
7858         NumericTextBox.cs, NumericUpDown.cs, Panel.cs, CommonDialog.cs,
7859         DataGrid.cs, ScrollBar.cs, TrackBar.cs, PictureBox.cs,
7860         DateTimePicker.cs, StatusBar.cs, Form.cs, PrintPreviewDialog.cs,
7861         Label.cs, UserControl.cs, CheckBox.cs, RadioButton.cs,
7862         LinkLabel.cs, ListControl.cs, PropertyGrid.cs, Splitter.cs,
7863         MenuStrip.cs, FolderBrowserDialog.cs, NotifyIcon.cs,
7864         TextBoxBase.cs, ListView.cs, DataGridBoolColumn.cs,
7865         PrintPreviewControl.cs, RichTextBox.cs, ListBox.cs, TabControl.cs,
7866         DataGridColumnStyle.cs, ContextMenu.cs, TreeView.cs:
7867
7868         do most of the work to convert our code over to use
7869         System.ComponentModel.Component.Events for
7870         adding/removing/dispatching events.
7871
7872
7873 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
7874
7875         * DataGridView.cs: Fix an ArgumentNullException reported 
7876         twice today in IRC.
7877
7878 2006-11-30  Mike Kestner  <mkestner@novell.com>
7879
7880         * ComboBox.cs: fix the scrollbar mouse event forwarding in the 
7881         grabbed listbox.  Fixes #80036 and #80101.
7882
7883 2006-11-30  Rolf Bjarne Kvinge <RKvinge@novell.com>
7884
7885         * Message.cs: Changed ToString() to match MS.
7886         
7887 2006-11-30  Jackson Harper  <jackson@ximian.com>
7888
7889         * TextBoxBase.cs: You can still change the selected text on a read
7890         only textbox.
7891         * TextControl.cs: Lower magic number for wrap calculations. This
7892         lets text get closer to the right (far) edge.
7893
7894 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
7895
7896         * Control.cs: Tweak 2.0 layout properties.
7897         * Form.cs: Switch ToolStripMenuTracker hooks to ToolStripManager.
7898         * TextRenderer.cs: Add a new overload.
7899         * ToolStrip*: Huge amount of changes and new features.
7900
7901 2006-11-30  Mike Kestner  <mkestner@novell.com>
7902
7903         * ComboBox.cs: fixes for LargeChange and Maximum to get the 
7904         scroll range correct.  Fixes #79994.
7905
7906 2006-11-30  Rolf Bjarne Kvinge <RKvinge@novell.com>
7907
7908         * MdiWindowManager.cs: Update main form's text when
7909         a form is closed. (fixes #80038)
7910         
7911 2006-11-30  Everaldo Canuto  <everaldo@simios.org>
7912
7913         * ToolBar.cs:
7914         - Fix an regression in ButtonSize.
7915         - Get ImeMode default value change to "Disable".
7916         - Get ShowTooltips default value change to true, default value is 
7917         "false" but after make a test in .NET we get "true" result as default.
7918         
7919 2006-11-29  Jonathan Pobst  <monkey@jpobst.com>
7920
7921         * ToolStripDropDown.cs: Fix for SupportsTransparency change.
7922
7923 2006-11-29  Chris Toshok  <toshok@ximian.com>
7924
7925         * XplatUIWin32.cs (GetWindowTransparency): check return value of
7926         GetLayeredWindowAttributes.  if it's 0, return 1.0, as
7927         SetWindowTransparency hasn't been called.
7928
7929 2006-11-29  Chris Toshok  <toshok@ximian.com>
7930
7931         * Form.cs (set_TransparencyKey): only call SetWindowTransparency
7932         if it's supported.
7933         (set_AllowTransparency): reorder things a little so that the
7934         WS_EX_LAYERED style is removed properly.
7935
7936 2006-11-29  Chris Toshok  <toshok@ximian.com>
7937
7938         [ totally cosmetic eye-candy feature, fixes bug #80089 ]
7939         
7940         * Form.cs: only call the XplatUI transparency method (get/set) if
7941         SupportsTransparency says it's supported. Otherwise fallback to
7942         doing nothing (in the set case) or returning the instance field we
7943         cache (in the get case).
7944
7945         * XplatUIStructs.cs: add TransparencySupport flag enum.
7946         
7947         * XplatUIDriver.cs: add abstract GetWindowTransparency, and track
7948         change to SupportsTransparency.
7949
7950         * XplatUIOSX.cs: stub out GetWindowTransparency, and return
7951         TransparencySupport.None from SupportsTransparency.
7952
7953         * XplatUIX11.cs: Stub out GetWindowTransparency, and return
7954         TransparencySupport.Set from SupportsTransparency.
7955
7956         * XplatUIWin32.cs: implement GetWindowTransparency calling
7957         GetLayeredWindowAttributes, and implement SupportsTransparency by
7958         checking whether or not both
7959         GetWindowTransparency/SetWindowTransparency are available
7960         entrypoints.  We need to do this since SetWindowTransparency is
7961         available as of win2k, but GetWindowTransparency requires winxp.
7962         yay win32 api.
7963
7964         * XplatUI.cs: Add GetWindowTransparency, and change
7965         SupportsTransparency to allow for either/both Get/Set.
7966
7967 2006-11-29  Chris Toshok  <toshok@ximian.com>
7968
7969         * DataGrid.cs: keep from going into an infinite loop redrawing a
7970         datagrid that has no datasource.  Fixes bug #80033.
7971
7972 2006-11-29  Chris Toshok  <toshok@ximian.com>
7973
7974         * MenuItem.cs: fix the NRE when we assign text (and therefore call
7975         Invalidate) before the mainmenu has been assigned to a control.
7976
7977 2006-11-29  Chris Toshok  <toshok@ximian.com>
7978
7979         * DataGrid.cs: detect when we should be double the double click
7980         row/column autosize stuff, although that codepath has yet to be
7981         written.  part of the work for bug #79891.
7982
7983 2006-11-29  Chris Toshok  <toshok@ximian.com>
7984
7985         * Binding.cs (SetControl): fix unit test.
7986
7987 2006-11-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7988
7989         * PageSetupDialog.cs: Validate the margins and set them in
7990         PageSettings. 
7991         * NumericTextBox.cs: New class to mimic the behavior of the
7992         textboxes used in the printing dialogs.
7993
7994 2006-11-29  Andreia Gaita  <avidigal@novell.com>
7995         
7996         * Form.cs: Revert previous change (remove call UpdateBounds
7997         from form constructor), because it messes with the handle creation
7998         order, and that one needs lots and lots of love.
7999         * PrintPreviewDialog.cs: Revert change to CreateHandle (add check
8000         for valid printer and throw InvalidPrinterException if document
8001         is set but printer not valid), adding a MonoTODO. Once 
8002         handle creation is done properly, we can put this back in.
8003
8004 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
8005
8006         * MenuItem.cs: Create a invalidate method for menu item, to be
8007         calling from set text, it make text changes to imadiate update
8008         on screen. Fixes #80013. 
8009         
8010 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
8011
8012         * ToolBar.cs: Fixes and simplify toolbar button layout, it 
8013         fixes bug #80070 and some other problem on toolbar buttons
8014         layout.
8015
8016 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
8017
8018         * ThemeWin32Classic.cs: Paint toolbar toggle button background 
8019         with dotted brush.      Fixes #79564
8020         
8021 2006-11-28  Andreia Gaita  <avidigal@novell.com>
8022
8023         * Form.cs: Removed call to UpdateBounds on Form
8024         constructor, it was causing a call to CreateHandle
8025         before it was supposed to.
8026         * PrintControllerWithStatusDialog: Applied patch
8027         by Chris Toshok to hide controller when there are
8028         no printers available.
8029         PrintDialog.cs: initialize printer settings to 
8030         null - correct DefaultValues test #5
8031         * PrintPreviewControl.cs: Move PrintController
8032         initialization to GeneratePreview
8033         * PrintPreviewDialog.cs: 
8034         - Remove Preview generation     from Document_set(). It is 
8035         called on OnPaint
8036         - Throw InvalidPrinterException on CreateHandle if
8037         a Document is set but there are no printers or 
8038         printer is not valid.
8039         * ThemeWin32Classic: don't paint PrintPreviewControl
8040         if there is nothing to paint    
8041
8042 2006-11-28  Miguel de Icaza  <miguel@novell.com>
8043
8044         * Form.cs: Add another popular method.
8045
8046         * TabPage.cs: ditto.
8047
8048 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8049
8050         * MenuItem.cs: Fixed a warning.
8051         * InternalWindowManager: Fixed a warning.
8052
8053 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8054
8055         * MenuItem.cs:
8056         - When cloning a menu also clone MdiList and clone the 
8057           window menu items properly (as the forms and menuitems
8058           are kept in an internal hashtable, these need updating 
8059           as well)
8060         - Rewrote the window menu code, menu items are added in the
8061           order the forms were added to their parent, and they are
8062           updated every time the window menu is shown (before the
8063           list was only generated once, in the current order of the
8064           forms, and would never be updated). A checkmark is shown
8065           next to the item corresponding to the active mdi child.
8066
8067 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8068
8069         * XplatUIStructs.cs: 
8070         - Added WM_NCMOUSEHOVER and WM_NCMOUSELEAVE.
8071         
8072         * XplatUIWin32.cs: 
8073         - Added TME_NONCLIENT to TMEFlags.
8074         - Handles WM_NCMOUSEMOVE in GetMessage to 
8075           generate WM_NCMOUSEHOVER and WM_NCMOUSELEAVE messages.
8076
8077         * MdiWindowManager:
8078         - Now merges mdi child menu to parent menu when maximized.
8079         - Recalculate NC areas of both mdi child and mdi parent. 
8080           Fixes #79757 (4).
8081           on window state and size changes.Fixes #79844 (3).
8082         - Handle WM_NCCALCSIZE to properly calculate borders.
8083
8084         * Form.cs:
8085         - Add/remove to the mdi containers list of mdi children 
8086           in the order they are added.
8087         - Pass on WM_NCLBUTTONUP, WM_NCMOUSEMOVE and WM_NCMOUSELEAVE 
8088           to the maximized mdi child.
8089         
8090         * InternalWindowManager.cs:
8091         - Only execute a click on the control buttons on the mouse up,
8092           not on the mouse down. Show the state of the button 
8093           (was only showing Normal state, never Pressed state). The
8094           pressed button now follows the mouse (if you click the Close 
8095           button and move the mouse over the Maximize button, the 
8096           Maximize button will be shown as pressed). Since Win32 does
8097           not generate WM_NCLBUTTONUP if you release the button outside
8098           of the nc area, we need to handle WM_NCMOUSELEAVE and treat
8099           it as a mouse up.
8100         
8101         * ThemeWin32Classic.cs:
8102         - Draw a missing border around mdi child forms. Fixes #79844 (2).
8103
8104         * MdiClient.cs:
8105         - Added a list of forms which contains the order the forms are
8106           added to the mdi parent.
8107         - Handle WM_NCPAINT to properly draw a 3D border. Fixes #79844 (2).
8108         - Handle WM_NCCALCSIZE to properly calculate the 3D border.
8109         - If the active form changes set the scrollbars to the top
8110           of the Z order, otherwise the form could hide them.
8111         - Scrollbars are now sized according to ClientSize, not 
8112           to Size, and they take into account the other scrollbar
8113           to determine maximum.
8114         
8115 2006-11-28  Rolf Bjarne Kvinge <RKvinge@novell.com>
8116         
8117         * XplatUI.cs:
8118         * XplatUIDriver.cs:
8119         * XplatUIX11.cs:
8120         * XplatUIWin32.cs:
8121         * XplatUIOSX.cs:
8122         - Added RequestAdditionalWM_NCMessages for windows to 
8123           opt in for WM_NCMOUSELEAVE and WM_NCMOUSEHOVER.
8124           Currently only implemented in XplatUIWin32.
8125
8126 2006-11-27  Chris Toshok  <toshok@ximian.com>
8127
8128         * Hwnd.cs: only add the hwnd to the windows hash in
8129         set_WholeWindow and set_ClientWindow if whole_window/client_window
8130         are not IntPtr.Zero.  also, remove the unused SetObjectWindow.
8131
8132 2006-11-27  Mike Kestner  <mkestner@novell.com>
8133
8134         * ComboBox.cs: remove redundant OnDropDown call.  It is called
8135         from the ComboListBox.ShowWindow code. Fixes #79969.
8136
8137 2006-11-27  Chris Toshok  <toshok@ximian.com>
8138
8139         * Hwnd.cs: remove the setters for ExposePending and
8140         NCExposePending - noone uses them.
8141
8142 2006-11-27  Jackson Harper  <jackson@ximian.com>
8143
8144         * TextControl.cs: new param for ReplaceSelection which determines
8145         whether we select the new selection, or set the cursor to the end
8146         of the new selection.
8147         * TextBoxBase.cs: Use new param for ReplaceSelection.  When
8148         pasting, select the new text.
8149         * RichTextBox.cs: Use new param for ReplaceSelection.
8150
8151 2006-11-27  Jackson Harper  <jackson@ximian.com>
8152
8153         * TextBoxBase.cs: Set the selection to the caret after the caret
8154         is moved, otherwise they get out of sync.
8155
8156 2006-11-26  Everaldo Canuto  <everaldo@simios.org>
8157
8158         * ToolBar.cs: Fixe size of ToolBar when AutoSize is false,
8159         it fixes #80015
8160
8161 2006-11-26  Everaldo Canuto  <everaldo@simios.org>
8162
8163         * ThemeWin32Classic.cs: 
8164         - Fix toolbar drop down arrow position.
8165         - Fix drop down appearance when ToolBar.Appearance is normal,
8166         it fixes #80018.
8167         
8168 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
8169
8170         * ProgressBar.cs: GetStyle fixes for 2.0 profile.
8171         * Control.cs: Same.
8172         * UpDownBase.cs: Same.
8173         * ButtonBase.cs: Same.
8174         * ScrollBar.cs: Same.
8175         * TrackBar.cs: Same.
8176         * PictureBox.cs: Same.
8177         * UserControl.cs: Same.
8178         * Label.cs: Same.
8179         * ListControl.cs: Same.
8180         * TextBoxBase.cs: Same.
8181         * ListView.cs: Same.
8182         * RichTextBox.cs: Same.
8183         * TreeView.cs: Same.
8184
8185 2006-11-25  Jordi Mas i Hernandez <jordimash@gmail.com>
8186
8187         * PrintDialog.cs:
8188         - Text label for where 
8189         - Text label comment was not shown
8190
8191 2006-11-23  Everaldo Canuto  <everaldo@simios.org>
8192
8193         * ThemeWin32Classic.cs: Fix toolbar drop down arrow size.
8194
8195 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
8196
8197         * InternalWindowManager.cs: 
8198         - Handle WM_PARENTNOTIFY to activate the form
8199         if any child control is clicked.
8200         - The form is only sizable if not minimized.
8201
8202         * MdiWindowManager.cs:
8203         - Save the IconicBounds if the form is moved.
8204         - Rework SetWindowState, now the window bounds 
8205         are stored only if the old window state is Normal.
8206         
8207         * MdiClient.cs:
8208         - In SetWindowStates store the old window state if 
8209         the window is maximized and restore window state if
8210         the window looses focus.
8211         - Don't handle any scrollbar value changes if 
8212         initializing the scroll bars. Fixes #79771.
8213         - Reworked ArrangeIconicWindows. Current algorithm
8214         tests bounds agains all other minimized windows, if
8215         any intersections create new bounds (going left to 
8216         right, bottom to top) and then test again. When 
8217         successful the bounds are saved and never computed
8218         again. Fixes #79774.
8219
8220 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
8221
8222         * InternalWindowManager.cs: Added HandleTitleBarUp.
8223
8224 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
8225
8226         * NumericUpDown.cs: In .NET 1.1, user entered text is still
8227         hexadecimal in ParseUserEdit.
8228
8229         
8230 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
8231
8232         * MdiWindowManager.cs: 
8233         - Handle a click on the form's icon to show the 
8234         system menu (when maximized). Fixes #79775.
8235         - Change the existing click handler for the form's
8236         icon when not maximized to show on MouseUp.
8237         Fixes #79776.
8238
8239         * Form.cs: In OnResize only layout the mdi child's
8240         parent if it actually has a parent. Might not if
8241         the window is closing.
8242
8243
8244 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
8245
8246         * MdiClient.cs: Ignore active MDI client for text of parent, if
8247         child has no text set.
8248
8249 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
8250
8251         * ToolBar.cs: Fixed ToString to match MS.
8252
8253 2006-11-22  Andreia Gaita  <avidigal@novell.com>
8254
8255         * NumericUpDown: 
8256         - Fix DecimalPlaces, Hexadecimal and ThousandsSeparator to 
8257         update inner values on set. Fixes #79966.
8258         - Override OnLostFocus to update value on NET 2. Fixes #79950.
8259         - Fix hexadecimal parsing.
8260         
8261         * UpDownBase: Override OnGotFocus and OnLostFocus to notify 
8262         parent. Fixes #79957
8263
8264 2006-11-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8265
8266         * Control.cs: After calling SetWindowsPos in SetBoundsCore 
8267         the actual size has to be queried, since if height /
8268         width is negative Win32 changes it to 0. 
8269         Fixes #79999 on Windows.
8270         
8271         * XplatUIX11.cs: Set height / width to 0 if negative
8272         in SetWindowPos. Fixes #79999 on Linux.
8273         
8274 2006-11-22  Everaldo Canuto  <everaldo@simios.org>
8275
8276         * ThemeWin32Classic.cs: Fix text redenring when button is
8277         pressed.
8278
8279 2006-11-22  Everaldo Canuto  <everaldo@simios.org>
8280
8281         * MenuAPI.cs: Fixes behavior when menu is opened by kerboard
8282         and later navigate by mouse. Fixes #79528.
8283
8284 2006-11-21  Everaldo Canuto  <everaldo@simios.org>
8285
8286         * ToolBar.cs: Set default value for TabStop to false in
8287         constructor, it fixes remaining behavior of bug #79863.
8288
8289 2006-11-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8290
8291         * MdiWindowManager.cs:
8292         * InternalWindowManager.cs:
8293         - Moved a few methods specific to Mdi from 
8294         InternalWindowManager to MdiWindowManager.
8295         Fixes #79996.
8296         
8297 2006-11-21  Chris Toshok  <toshok@ximian.com>
8298
8299         * XplatUIOSX.cs: stub out InvalidateNC.
8300
8301         * XplatUIWin32.cs: implement InvalidateNC using the call I found
8302         at http://www.dotnet247.com/247reference/msgs/58/292037.aspx.
8303
8304         * XplatUIX11.cs: rename InvalidateWholeWindow to InvalidateNC.
8305
8306         * XplatUIDriver.cs: add InvalidateNC abstract method.
8307
8308         * XplatUI.cs: add InvalidateNC.
8309
8310 2006-11-21  Everaldo Canuto  <everaldo@simios.org>
8311
8312         * ToolBar.cs: Invalidate complete button area when pressed status 
8313         was changed.
8314         * ToolButton.cs: Fix InvalidateBorder for DropDown buttons.
8315         * ThemeWin32Classic.cs: Increase vertical and horizontal position 
8316         by 1 when button is pressed.
8317
8318 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
8319
8320         * ToolButton.cs: Invalidate middle of DropDown button when
8321         ToolBar theres DropDownArrows.
8322         * ThemeWin32Classic.cs: Change position of DropDown arrow and
8323         fix DropDown drawing operations.
8324
8325 2006-11-20  Chris Toshok  <toshok@ximian.com>
8326
8327         * NativeWindow.cs: fix the formatting of functions ('{' on the
8328         following line), and enable the thread exception dialog.
8329
8330         * Application.cs: remove the duplicate exception catching from
8331         here.
8332
8333 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
8334
8335         * Toolbar.cs: Triggers button click event when click on icon
8336         of dropdown ToolBarButton. Fixes #79912.
8337         
8338 2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8339
8340         * Theme.cs:
8341         * ThemeWin32Classic.cs:
8342         - Added a property WindowBorderFont to enable themeing
8343           of mdi child windows' Text.
8344           
8345 2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8346
8347         * InternalWindowManager.cs:
8348         * Form.cs:
8349         * MdiClient.cs:
8350         * MdiWindowManager.cs: 
8351         - If mdi child is maximized, set mdi parent's
8352           text to "Parent - [Child]". Fixes #79770.
8353         - If there is any maximized mdi child windows, only the active 
8354           window (and any new windows) is maximized, the rest are normal.
8355         - On a WindowState change only save mdi child's window bounds 
8356           if the old window state was normal. Fixes #79774.
8357         - The scroll bars are now calculated on hopefully all
8358           necessary events. Fixed #79771 / #79844->6 / #79906.
8359         - MdiClient.SizeScrollBars() now takes into account docked 
8360           controls in the parent when calculating available space.
8361         - InternalWindowManager now always repaints the entire title
8362           area. Fixes #79844->1/4/5.
8363         - Added RequestNCRecalc on mdi child windowstate changes.
8364           Fixes #79772.
8365
8366 2006-11-20  Mike Kestner  <mkestner@novell.com>
8367
8368         * ComboBox.cs: setup LargeChange on the scrollbar. Invoke FireMouseUp
8369         in the MouseUp handler of the listbox and move the return handling
8370         code to FireMouseUp to avoid scrolling on ups.  Fixes #79952.
8371
8372 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
8373
8374         * Toolbar.cs: Ignore right mouse clicks in toolbar. Fixes #79855. 
8375
8376 2006-11-17  Alexander Olk  <alex.olk@googlemail.com>
8377
8378         * MimeIcon.cs: Seems that DllImports that were fine in 1.2 are not
8379           working in 1.2.x anymore. So, updated.
8380
8381 2006-11-19  Gert Driesen  <drieseng@users.sourceforge.net>
8382
8383         * NumericUpDown.cs: Use NegativeSign, NumberDecimalSeparator and
8384         NumberGroupSeparator of current culture instead of assuming en-US.
8385         Fixed bug #79967.
8386
8387 2006-11-17  Mike Kestner  <mkestner@novell.com>
8388
8389         * Control.cs: Add the concept of implicit bounds setting so that
8390         dock/undock round trips preserve explicitly set size/locations.
8391         Fixes #79313.
8392
8393 2006-11-17  Alexander Olk  <alex.olk@googlemail.com>
8394
8395         * FileDialog.cs: Trim all filters, otherwise DirInfo.GetFiles
8396           can't handle those filters. (Fixes bug #79961)
8397
8398 2006-11-17  Chris Toshok  <toshok@ximian.com>
8399
8400         [ fixes the exit/crashes associated with #79835.  it's clearly
8401         suboptimal though, we need to figure out a better way to solve
8402         this. ]
8403         
8404         * PrintPreviewControl.cs: deal with the new invalid printer
8405         exceptions.
8406
8407         * PageSetupDialog.cs: if the printer is invalid, pop up a dialog
8408         and return false (so CommonDialog.ShowDialog doesn't actually show
8409         the form.)
8410
8411         * PrintDialog.cs: enable/disable the Ok button depending on
8412         whether or not the printer is valid.
8413
8414         * CommonDialog.cs (ShowDialog): only actually show the form if
8415         RunDialog returns true.
8416
8417 2006-11-17  Jackson Harper  <jackson@ximian.com>
8418
8419         * TextControl.cs: When soft splitting a line, mark it as a soft
8420         split line. Also carry over the current line break to the next
8421         line.
8422
8423 2006-11-17  Chris Toshok  <toshok@ximian.com>
8424
8425         * XplatUIX11.cs: when scrolling a window with an invalid area, we
8426         only want to shift the part of the invalid area that overlaps the
8427         area we're scrolling.  we also don't want to clear the invalid
8428         area unless the invalid area was entirely contained within the
8429         scrolling area.
8430
8431 2006-11-16  Chris Toshok  <toshok@ximian.com>
8432
8433         * XplatUIX11.cs: remove the handling of the TimerEvent stuff, and
8434         also make sure to free the memory returned by XGetWindowProperty
8435         in GetText().
8436
8437         * X11Structs.cs: remove the TimerEvent stuff, it's unused.
8438
8439 2006-11-16  Chris Toshok  <toshok@ximian.com>
8440
8441         * XplatUI.cs: add a new super secret way to get at the totally
8442         unsupported X11 backend.
8443
8444 2006-11-16  Gert Driesen  <drieseng@users.sourceforge.net>
8445
8446         * NumericUpDown.cs: Allow lowercase letters when in hex-mode.
8447
8448 2006-11-16  Jackson Harper  <jackson@ximian.com>
8449
8450         * TreeView.cs: Allow more explicit setting of top node position
8451         for scrollbars. Slower algo, but more accurate.
8452         - CollapseAll should maintain the current top node.
8453         * TextBoxBase.cs: When positioning the caret, use the line, pos
8454         method, since the x, y method does not grab the correct tag, and
8455         the caret height never gets set correctly. (Maybe I should just do
8456         away with the caret having its own height, and always use the
8457         carets current tag for height).
8458
8459 2006-11-16  Jonathan Pobst  <monkey@jpobst.com
8460
8461         [Fixes 79778, 79923]
8462
8463         * XplatUIWin32.cs: Don't allow a parent to be set to IntPtr.Zero.
8464         Parent to the FosterParent instead.
8465
8466 2006-11-16  Jackson Harper  <jackson@ximian.com>
8467
8468         * TreeView.cs: Need to recalc the topnode when we expand or
8469         collapse. The scrolling methods can't handle this on their own,
8470         since they use differences between the last scroll position, and
8471         those difference get completely messed up since we are expanding
8472         nodes.  This problem should probably be fixed in the scrolling
8473         methods, so they can figure out exactly where they are, but this
8474         will slow things down a little.
8475         * ThemeWin32Classic.cs: Special case for groupboxes with empty
8476         strings, makes nunit-gui look a lot nicer.
8477
8478 2006-11-16  Chris Toshok  <toshok@ximian.com>
8479
8480         * XplatUIX11.cs: nasty, nasty, nasty changes required because of
8481         the broken multithreaded event handling we have in here.  File
8482         this entry under "Why we should move to the new X11 backend".
8483
8484         Any thread can make it into UpdateMessageQueue, which gets events
8485         from the X socket - some of which could belong to hwnds being
8486         managed by a different thread.  We can also have multiple threads
8487         in UpdateMessageQueue at the same time, with each one reading from
8488         the X socket.  This leads to many problems, with the following
8489         solutions:
8490
8491         We can't use hwnd.Queue.Enqueue anywhere in here and must use
8492         EnqueueLocked.
8493
8494         The MotionNotify compression we do can't work across threads
8495         (without locking the entire queue, perhaps) since we call
8496         hwnd.Queue.Peek, so we just punt and don't compress motion events
8497         unless the owning thread is the one which got the X event.
8498
8499         ConfigureNotify is another fun one, since it modifies the hwnd's
8500         bounds and then enqueues the event.  We add a lock to Hwnd which
8501         is held when setting configure_pending to true (and enqueuing the
8502         event).
8503
8504         There is a race wrt the wake socket.  we need to make sure that
8505         only 1 thread is waiting on that socket, or else a thread could
8506         sleep waiting for data that never comes.  It's difficult (but not
8507         impossible) to make happen, because it seems to require something
8508         like the following:
8509
8510             1. Thread 1 polls on wake_receive
8511         
8512             2. poll returns saying there's data to be read on
8513                wake_receive.
8514         
8515             3. Thread 2 polls on wake_receive and immediately returns
8516                saying there's data to be read.
8517
8518             4. Thread 2 reads the wakeup byte from wake_receive
8519
8520             5. Thread 1 attempts to read the wakeup byte from
8521                wake_receive.
8522
8523             6. Thread 2 exits (due to a form closing, perhaps).
8524
8525             7. Thread 1 blocks forever.
8526         
8527         Fun, eh?
8528
8529         Fixing the Expose handling isn't done yet, and the races inherent
8530         in that piece of code are responsible for the drawing mistakes you
8531         see when generating expose events in a MT app (like NPlot).  This
8532         one is the likely to be the hardest to bandaid, and it doesn't
8533         appear to cause anything but drawing problems.  The other issues
8534         caused apps to exit or hang.
8535
8536         * XEventQueue.cs: output some spew when Dequeue/Enqueue/Peek are
8537         called from a different thread than the one that should be calling
8538         these functions.
8539
8540         * Hwnd.cs: add some locks to be used by the XplatUIX11 code.
8541
8542 2006-11-15  Chris Toshok  <toshok@ximian.com>
8543
8544         * Application.cs: null out the context's MainForm when we exit
8545         RunLoop.  Fixes a newly checked in unit test as well as the last
8546         ODE from bug #79933.
8547
8548 2006-11-15  Chris Toshok  <toshok@ximian.com>
8549
8550         * Form.cs (set_Owner): allow a null value so we can clear the
8551         form's owner.
8552         (Dispose): set all our owned_form's Owner properties to null, and
8553         clear the owned_forms collection.
8554         (WM_CLOSE): clean up this a little bit.. still not right though.
8555
8556         * ApplicationContext.cs: OnMainFormClosed should only call
8557         ExitThreadCore if the main form isn't recreating.  Fixes unit
8558         test.
8559
8560 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
8561
8562         [Fixes 78346]
8563
8564         * ComboBox.cs: Set the Hwnd.no_activate flag for the ComboListBox.
8565
8566 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
8567
8568         [Fixes 79433]
8569
8570         * Hwnd.cs: Add a flag to show a window, but not activate it, to 
8571         keep popup window types from stealing focus from the main form
8572         on Windows.
8573
8574         * XPlatUIWin32.cs: Use SW_SHOWNOACTIVATE if above field is true.
8575
8576         * MenuAPI.cs: Set above flag to true.
8577
8578 2006-11-15  Chris Toshok  <toshok@ximian.com>
8579
8580         * XplatUIX11.cs: mimic win32 behavior on BUTTONUP events, where
8581         the button being released is not in wParam.
8582
8583 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
8584
8585         * Form.cs: Add the released button to MouseEventArgs.Button
8586         for the OnMouseUp call to the MenuTracker.  Fixes menu clicking
8587         on Win32.
8588
8589 2006-11-15  Chris Toshok  <toshok@ximian.com>
8590
8591         * XplatUIX11.cs: add (untested) a _NET_WM_NAME implementation of
8592         GetText().  untested because it's unused in our implementation.
8593         Control.Text always caches the text, even if
8594         ControlStyles.CacheText is not set.
8595
8596         fixes bug #79939.
8597
8598 2006-11-15  Chris Toshok  <toshok@ximian.com>
8599
8600         [ fixes #79933 ]
8601         
8602         * Form.cs: in Close() don't do anything after we send the WM_CLOSE
8603         message.  no hiding, no disposing.
8604
8605         in the WM_CLOSE handler, hide the form if it's modal.
8606
8607 2006-11-15  Chris Toshok  <toshok@ximian.com>
8608
8609         * XplatUIX11.cs: use AddExpose instead of sending a message.
8610         fixes textbox border drawing.
8611
8612 2006-11-15  Chris Toshok  <toshok@ximian.com>
8613
8614         * PropertyGridView.cs: keep from crashing on mouse move/down when
8615         the property grid is empty.
8616
8617 2006-11-14  Jackson Harper  <jackson@ximian.com>
8618
8619         * TextControl.cs: Make PageUp and PageDown more like the MS
8620         versions.
8621         * TextBoxBase.cs: When we set the text property position the
8622         cursor at the beginning of the document.
8623
8624 2006-11-14  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8625
8626         * Form.cs: if a mdi child's WindowState has changed
8627         before it's creation, it would display wrong control
8628         buttons.
8629         
8630 2006-11-14  Alexander Olk  <alex.olk@googlemail.com>
8631
8632         * TreeView.cs: De-uglify TreeView checkbox checkmarks.
8633           (Fixes bug #79927)
8634
8635 2006-11-14  Rolf Bjarne Kvinge <RKvinge@novell.com> 
8636
8637         * XplatUIX11.cs: send a WM_NCPAINT on WM_NCCALCSIZE so that 
8638         the window gets to paint its borders even if the window is
8639         getting smaller.
8640         
8641         * Form.cs: on a WM_NCPAINT invalidate the entire menu, 
8642         otherwise the old control buttons would still be painted 
8643         if the window gets bigger.
8644         
8645         * PaintEventArgs.cs: add an internal method so that the clip 
8646         rectangle can be changed.
8647         
8648 2006-11-13  Chris Toshok  <toshok@ximian.com>
8649
8650         [ fixes bug #79745 ]
8651         
8652         * NotifyIcon.cs: lots of cleanup.
8653
8654         * X11Structs.cs: add an enum for XEMBED messages.
8655
8656         * XplatUIX11.cs: reindent one of the giant switch statements, it
8657         was taking up an additional tab stop, and this file is already way
8658         too wide for my laptop's screen.
8659
8660         Also, add handling for the XEmbed EMBEDDED_NOTIFY message.  When
8661         we get it, resize the hwnd to the WMNormalHints max_width/height.
8662
8663 2006-11-13  Jackson Harper  <jackson@ximian.com>
8664
8665         * TextBoxBase.cs: Compute the value changes for the mouse wheel
8666         teh simple way.
8667
8668 2006-11-13  Chris Toshok  <toshok@ximian.com>
8669
8670         * XplatUIX11.cs, XplatUIStructs.cs: kind of a gross fix for
8671         #79898.  force a reference to the Region to stick around so the
8672         unmanaged object isn't collected (rendering our handle in the MSG
8673         stale).
8674
8675 2006-11-13  Chris Toshok  <toshok@ximian.com>
8676
8677         * XplatUIX11.cs: fix #79917 for window managers which support
8678
8679         using XStoreName on the raw utf8, and we need to convert to
8680         COMPOUND_TEXT if it's non-latin1.
8681
8682 2006-11-13  Chris Toshok  <toshok@ximian.com>
8683
8684         * Form.cs (set_DialogResult): we need to set closing to false if
8685         we're setting our result to None.  fixes bug #79908.
8686
8687 2006-11-13  Jackson Harper  <jackson@ximian.com>
8688
8689         * TextControl.cs: When formatting text, compute the adjusted tag
8690         lengths correctly, using FindTag for the end tag instead of trying
8691         to figure it out outselves.
8692         * TreeNode.cs: Use ActualItemHeight, which is the actual height of
8693         the item, ItemHeight doesn't work, because trees with large
8694         imagelists use those for their height
8695         * TreeView.cs: ActualItemHeight factors in the image height
8696         - compute left edge of checkboxes correctly
8697         - when expanding/collapsing move the bottom down one pixel, so we
8698         aren't moving part of the node
8699
8700 2006-11-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8701
8702         * XplatUIX11.cs: The PaintEventArgs is also added to the drawing
8703         stack in PaintEventStart so that it won't get disposed by the gc
8704         before reaching PaintEventEnd.
8705
8706 2006-11-13  Jackson Harper  <jackson@ximian.com>
8707
8708         * TextBoxBase.cs: Don't select the word if we are on a line with
8709         no text.
8710         - We don't need to position the caret on mouse up, since the mouse
8711         move handler should be doing this
8712         - When double clicking a blank line, the caret is advanced to the
8713         next line.
8714
8715 2006-11-13  Gert Driesen  <drieseng@users.sourceforge.net>
8716
8717         * TreeNodeCollection.cs: Avoid duplicating indexer code.
8718
8719 2006-11-12  Gert Driesen  <drieseng@users.sourceforge.net>
8720
8721         * ColorDialog.cs: Reset size of dialog between calls to ShowDialog.
8722         Fixes part of bug #79910.
8723
8724 2006-11-11  Alexander Olk  <alex.olk@googlemail.com>
8725
8726         * ColorDialog.cs: Fix a NRE when adding a color to custom colors
8727           (bug #79903). Some minor string updates to match ms.
8728
8729 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
8730
8731         * FileDialog.cs: Don't add an extension if the filename
8732           already ends with that extension.
8733
8734 2006-11-10  Jackson Harper  <jackson@ximian.com>
8735
8736         * TreeView.cs: Use the currently highlighted node for the
8737         BeforeSelect event.
8738         * TextBoxBase.cs: There is no need to expand selection on
8739         MouseMove.
8740         - CanUndo means 'is there any undo operations', not 'is undo
8741         allowed on this textcontrol. Fixed ClearUndo unit test.
8742
8743 2006-11-10  Andreia Gaita  <shana.ufie@gmail.com>
8744
8745         * Button.cs: only perform click when button is Selectable (so as 
8746         not to activate default buttons when they're disabled)
8747         
8748         * Control.cs: Rewrite of the SelectNextControl and related 
8749         methods. HandleClick now selects next control if the current one
8750         is being disabled.
8751         
8752         * Form.cs: OnActivated selects next active control only if Load 
8753         has already occurred. If Load hasn't run, there's no point in 
8754         selecting here, Load might change the state of controls.
8755         
8756         * FocusTest.cs: Tests marked as working again for these fixes
8757
8758 2006-11-10  Chris Toshok  <toshok@ximian.com>
8759
8760         * XplatUIX11.cs: a couple of fixes.
8761
8762         - use XInternAtoms with almost all the atoms we need to register,
8763         instead of many, many calls to XInternAtom.  should help a bit on
8764         startup time, at the expense of making the code look a little
8765         worse.
8766
8767         - fall back to setting TransientFor on TOOLWINDOW's if their hwnd
8768         isn't reparented (which seems to be a clue that we're running fon
8769         compiz) and they have an Owner form.  This fixes the tool windows
8770         in paint.net when running under compiz.
8771
8772         - when setting the opacity of a window, support both the case
8773         where the window has been reparented and also when it hasn't been.
8774         Since compiz/beryl doesn't seem to reparent windows, and these are
8775         the only window managers which support translucency, I'm not sure
8776         why we need the hwnd.reparented case at all.. but leave it in.
8777         now we get translucent windows in paint.net under compiz/beryl.
8778
8779 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
8780
8781         * FileDialog.cs: Always return the value for FilterIndex that
8782           was set. Internally convert it to values that make sense.
8783
8784 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
8785         
8786         * ThemeWin32Classic.cs: Fix drowp down arrow borders.
8787
8788 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
8789
8790         * Toolbar.cs: Change default value of DropDownArrows to true, the 
8791         signature still using false to make it compatible with MS but the 
8792         initial value is true. Fixes #79855.
8793
8794 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
8795
8796         * MimeIcon.cs: Don't throw an exception on windows. Mime stuff is
8797           only available on Linux.
8798
8799 2006-11-09  Everaldo Canuto  <everaldo@simios.org>
8800
8801         * Toolbar.cs, ToolBarButton.cs: Fix wrong separator size and
8802         reduce number of calls to redraw method during toolbar creation.
8803
8804 2006-11-09  Mike Kestner  <mkestner@novell.com>
8805
8806         * ListView.cs : raise SelectedIndexChanged when an item is selected
8807         programmatically via the Item.Selected property.  Gert's nice 
8808         ListViewSelectedIndexChanged test fixture now runs clean.
8809
8810 2006-11-09  Mike Kestner  <mkestner@novell.com>
8811
8812         * ListView.cs : raise SelectedIndexChanged when a selected item is
8813         removed from the item collection using Remove or RemoveAt.
8814
8815 2006-11-09  Mike Kestner  <mkestner@novell.com>
8816
8817         * ListView.cs : raise SelectedIndexChanged once per selected item
8818         for compat with MS.  Fixes #79849+.
8819
8820 2006-11-09  Chris Toshok  <toshok@ximian.com>
8821
8822         * TabControl.cs: initialize row_count to 0, and set it to 1 when
8823         we need to (if we have any tab pages).  Fixes unit test.
8824
8825 2006-11-09  Chris Toshok  <toshok@ximian.com>
8826
8827         * Label.cs (CalcPreferredWidth): if Text == "", our preferred
8828         width is 0, not 3.  Fixes a unit test.
8829
8830 2006-11-09  Mike Kestner  <mkestner@novell.com>
8831
8832         * ListView.cs : use Implicit scrollbars so that focus isn't 
8833         stolen from the listview when they are clicked. Fixes #79850.
8834
8835 2006-11-09  Chris Toshok  <toshok@ximian.com>
8836
8837         * PropertyGridView.cs (OnPaint): only call DrawGridItems if we
8838         have a root item.  Fixes #79879.
8839
8840 2006-11-09  Alexander Olk  <alex.olk@googlemail.com>
8841
8842         * FileDialog.cs:
8843           - Fix ToString ()
8844           - An ArgumentException is now thrown if a wrong filter
8845             is applied (matches ms). The previous filter doesn't change
8846             anymore if an exception is thrown.
8847           - Changing the FileName property also affects FileNames
8848         * ColorDialog.cs: The length of the CustomColors array is always
8849           16. It doesn't matter if we use a smaller array or null to update
8850           or change the custom colors property.
8851         * FolderBrowserDialog.cs: Throw an InvalidEnumArgumentException if
8852           for RootFolder if we get a undefined value.
8853
8854 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8855
8856         * StatusBarPanel.cs: 
8857         - Width is set to MinWidth if Width is smaller than
8858         MinWidth. Fixes #79842.
8859         - MinWidth now always overrides Width (MSDN says MinWidth
8860         is set to Width when AutoSize = None, but they do not 
8861         behave like that).
8862         - Style has now the the correct default value.
8863         
8864 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8865  
8866         * TrackBar.cs: 
8867         - The control is completely invalidated on 
8868         Got/LostFocus to draw the focus rectangle correctly.
8869         - When AutoSize then height is always 45 (width for 
8870         vertical controls).
8871         
8872         * ThemeWin32Classic.cs: The TrackBar thumb is now centered
8873         on the mouse when moved and it doesn't move when grabbed
8874         until the mouse moves as well. Also fixed some wrong 
8875         calculations when clicking on the thumb (control thought
8876         click was outside of thumb and didn't grab it).
8877         Fixes some of the issues in #79718.
8878
8879 2006-11-08  Everaldo Canuto  <everaldo@simios.org>
8880
8881         * Toolbar.cs: Prevent disabled button to highlight. Fixes #79868.
8882
8883 2006-11-08  Chris Toshok  <toshok@ximian.com>
8884
8885         * PropertyGridView.cs: only call ToggleValue if the item is not
8886         readonly.
8887
8888 2006-11-08  Jackson Harper  <jackson@ximian.com>
8889
8890         * TextBoxBase.cs: The RichTextBox and textbox have very different
8891         word selection methods.  Implement the textbox's simple word
8892         selection here, and let the RichTextBox override and provide it's
8893         own.
8894         - Don't do extra selection on mouseup
8895         * RichTextBox.cs: Use the documents word selection algorithm, I
8896         think ideally, this function will be pulled into the
8897         RichTextBox.cs code someday.
8898
8899 2006-11-08  Chris Toshok  <toshok@ximian.com>
8900
8901         * RootGridEntry.cs: new class to represent GridItemType.Root.
8902
8903         * CategoryGridEntry.cs: reformat, and add boilerplate.
8904         
8905         * GridEntry.cs: remove the UIParent stuff - turns out .Parent
8906         returns the UI parent anyway, and we need special handling to
8907         implement the GetTarget method in the face of it.  Also, implement
8908         Select().
8909
8910         * PropertyGrid.cs, PropertyGridView.cs: a number of fixes.  create
8911         a root grid item, and use that instead of PropertyGrid.grid_items.
8912         Also, make use of TypeConverters (and add limitted support for
8913         ICustomTypeDescriptors) when initially populating the grid.
8914         Arrays now show up more or less properly.
8915
8916 2006-11-08  Chris Toshok  <toshok@ximian.com>
8917
8918         * Application.cs: set the modal dialog to non modal after we close
8919         it.  Fixes bug #79866.
8920
8921 2006-11-08  Jackson Harper  <jackson@ximian.com>
8922
8923         * TextControl.cs: When combining lines carry over the line end
8924         style from the end line.
8925         - Invalidate the selected area when setting it, if it is visible.
8926         * TextBoxBase.cs: Only rich text box can do full line selects.
8927         - Make sure to set the cursor position when there is a click,
8928         otherwise two clicks in separate areas could cause a large chunk
8929         to be selected.
8930
8931 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
8932
8933         * Toolbar.cs: Release flat button borders when Toolbar lost focus. 
8934         Fixes #79863.
8935
8936 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
8937
8938         * Toolbar.cs: Prevent toolbar to open more than one tooltip at same
8939         time. Remove tooltips when ToolButton click events.  Fixes #79856.
8940
8941 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
8942
8943         * MenuAPI.cs: Ignore right click for menu actions and fixes
8944         menu border when clicked.  Fixes #79846.
8945
8946 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
8947
8948         * XplatUIX11.cs, XplatUIX11.cs: Fix MouseRelease to only release
8949         MouseState after create wParam for message, this fixes mouse button 
8950         equal none in mouse up events.
8951         
8952 2006-11-07  Andreia Gaita  <shana.ufie@gmail.com>
8953
8954         * Control.cs : Focus() now calls Select to set the Container's
8955         Active Control and to give it focus. To avoid infinite recursion
8956         (because ActiveControl also calls Focus at one point), a check 
8957         is made in Focus with the help of a new internal variable
8958         is_focusing.
8959
8960 2006-11-07  Mike Kestner  <mkestner@novell.com>
8961
8962         * ListView.cs : raise OnSelectedIndexChanged in CreateHandle
8963         if there's a selection.  Fixes #79849.
8964
8965 2006-11-07  Gert Driesen  <drieseng@users.sourceforge.net>
8966
8967         * PropertyGrid.cs: Avoid fixed height of help description label.
8968         Fixes part of bug #79829.
8969
8970 2006-11-07  Chris Toshok  <toshok@ximian.com>
8971
8972         * XplatUIX11.cs: fix #79790 again, by using the
8973         _NET_WM_STATE_SKIP_TASKBAR atom to implement Form.ShowInTaskbar.
8974
8975 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
8976
8977         * ToolBar.cs: Fix left click checking.
8978
8979 2006-11-07  Chris Toshok  <toshok@ximian.com>
8980
8981         * ProgressBar.cs: fix a typo in ToString().  fixes a unit test.
8982
8983 2006-11-07  Chris Toshok  <toshok@ximian.com>
8984
8985         * RelatedPropertyManager.cs: set property_name in our ctor.  fixes
8986         PropertyManager unit tests.
8987
8988         * PropertyManager.cs: make property_name internal.
8989
8990 2006-11-07  Chris Toshok  <toshok@ximian.com>
8991
8992         * ButtonBase.cs: initialize base.ime_mode to ImeMode.Disable to
8993         pass a unit test.  Also, don't set image_index to anything in
8994         response to setting the ImageList property.
8995
8996 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
8997
8998         * ToolBar.cs: Ignore click events when mouse button is not a
8999         left button, only accepts other button for dropdown menus.  
9000         Fixes #79854.
9001
9002 2006-11-07  Chris Toshok  <toshok@ximian.com>
9003
9004         * DataGrid.cs: make the back and parent row buttons a little less
9005         ugly.
9006
9007 2006-11-07  Jackson Harper  <jackson@ximian.com>
9008
9009         * TextBoxBase.cs: When converting to Text don't put line breaks in
9010         for soft line breaks.
9011         * TextControl.cs: There is an initial "fake" line in the document,
9012         this is now a soft break line, so that an extra line feed doesn't
9013         get added to the end of documents.
9014
9015 2006-11-07  Chris Toshok  <toshok@ximian.com>
9016
9017         [ fix bug #79778 ]
9018         
9019         * CurrencyManager.cs: if the list is readonly, don't bother
9020         checking if IBindingList.AllowNew is true.
9021
9022         * ThemeWin32Classic.cs (DataGridPaintParentRow): make this work
9023         for non-DataRowView datasources..  or rather, make it not crash.
9024         (DataGridPaintRelationRow): make sure we limit the row painting to
9025         the area not covered by the row header, and make our cell width at
9026         least large enough to cover the relation area.  This allows grids
9027         that have relations but no rows to render correctly.
9028         (DataGridPaintRowContents): same type of changes here.
9029         (SetDataSource): move back to always calling
9030         CalcAreasAndInvalidate.  this fixes a crash/drawing problem when
9031         navigating back through relations.
9032         (HitTest): handle the case where we have no cells but have
9033         relations.  Right now we generate a hit in cell 0 of whatever the
9034         row is, not sure if this is strictly correct, but it works for our
9035         purposes.
9036         
9037         * DataGrid.cs (EndEdit, CancelEdit): if we have no columns, don't
9038         bother doing anything.
9039
9040 2006-11-07  Jonathan Pobst  <monkey@jpobst.com>
9041
9042         * StatusStrip.cs, ToolStripStatusLabel.cs: By request, an
9043         early version of StatusStrip.  Not responsible for eaten
9044         application or firstborn children.
9045
9046 2006-11-06  Chris Toshok  <toshok@ximian.com>
9047
9048         * TabControl.cs: in OnGotFocusInternal/OnLostFocusInternal don't
9049         call GetTabRect with a -1 index.  Fixes #79847.
9050
9051 2006-11-06  Jackson Harper  <jackson@ximian.com>
9052
9053         * TreeNodeCollection.cs: Update scrollbars after clearing.
9054
9055 2006-11-06  Chris Toshok  <toshok@ximian.com>
9056
9057         * NumericUpDown.cs: fix the ToString method for some unit test
9058         love.
9059
9060 2006-11-06  Chris Toshok  <toshok@ximian.com>
9061
9062         * PropertyGrid.cs:
9063         - set the initial SelectedGridItem if we can.
9064
9065         - Exclude non-mergable properties only if we're merging > 1
9066         object.  Merging 1 object isn't really merging, obviously.
9067
9068         - Handle PropertySort.NoSort just like Alphabetical, which is
9069         wrong of course, but at least gets things on the screen.
9070         
9071         * PropertyGridView.cs:
9072         - Add method "FindFirstItem" which finds the first property grid
9073         item, so we can select it by default.
9074
9075         - make use of GridEntry.CanResetValue.
9076
9077         - Don't call RedrawBelowItemOnExpansion here anymore, the
9078         individual GridEntry's will do that.
9079
9080         - Remove the ITypeDescriptorContextImpl internal class.
9081         
9082         * GridEntry.cs:
9083         - this class needs to implement ITypeDescriptorContext, as it's
9084         what MS's PropertyDescriptorGridEntry does, which means we can
9085         remove the ITypeDescriptorContextImpl internal class from
9086         PropertyGrid.cs.  This fixes the crashing portion of bug #79829.
9087
9088         - keep a reference to our PropertyGridView, and move the call to
9089         RedrawBelowItemOnExpansion here from PGV.  This means
9090         programmaticly setting Expanded actually does something visible.
9091
9092         - add a CanResetValue() function which takes into account our
9093         possibly multiple "selected_objects" in the merged case.  Shifting
9094         PropertyGridView to use this method fixes another unreported
9095         crasher found running the test for #79829.
9096
9097         - when Top or Bounds is updated, make sure the PropertyGridTextBox
9098         is updated to reflect this.
9099
9100         * CategoryGridEntry.cs: the ctor takes the PGV now.
9101         
9102 2006-11-06  Jackson Harper  <jackson@ximian.com>
9103
9104         * TextControl.cs: These are 1 based.
9105         * TextBoxBase.cs: When setting the selected text, don't change the
9106         selected text tags, this is done by ReplaceText, just position the
9107         cursor at the end of the new text.
9108
9109 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
9110
9111         * ListView.cs: Allow label edit only when, when LabelEdit is
9112           set to true.
9113
9114 2006-11-06  Jackson Harper  <jackson@ximian.com>
9115
9116         * TextControl.cs: If a suitable wrapping position isn't found,
9117         just wrap right in the middle of a word.
9118
9119 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
9120
9121         * ListView.cs, ListViewItem.cs: Implement LabelEdit. Fixes
9122           bug #79820.
9123
9124 2006-11-06  Jackson Harper  <jackson@ximian.com>
9125
9126         * TreeView.cs: Can't use the VisibleCount property when setting
9127         scrollbar heights, because this doesn't take into account whether
9128         or not the horz scrollbar just came visible.
9129
9130 2006-11-05  Everaldo Canuto  <everaldo@simios.org>
9131
9132         * MenuAPI.cs: Deactivate menu on mouse up when menus it is already
9133         activated.  Fixes #79369, #79832.
9134
9135 2006-11-05  Alexander Olk  <alex.olk@googlemail.com>
9136
9137         * FileDialog.cs: *sigh* Because of recent runtime changes (r67043) I
9138           had to remove support for links that point to a directory. FileInfo
9139           returns no usefull information (means, the directory they point to)
9140           for such links. Replaced some empty string ("") with String.Empty.
9141
9142 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
9143
9144         * TreeNodeCollection.cs: To match MS, in 1.0 profile throw 
9145         NullReferenceException when attempting to remove node that is not in
9146         collection. Throw NullReferenceException when null is passed to 
9147         Remove. Allow first element of the collection to be removed. Fixes
9148         bug #79831.  In GetEnumerator ().Current return null if positioned 
9149         before the first element of the collection. In GetEnumerator ().Reset,
9150         position before first element of the collection.
9151
9152 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
9153
9154         * PropertyGrid.cs: To match MS, remove default title and description
9155         for panel. Fixed tooltips for Categorized and Alphabetic toolbar
9156         buttons.
9157
9158 2006-11-04  Chris Toshok  <toshok@ximian.com>
9159
9160         * Theme.cs: add a Clamp method, just for kicks.
9161
9162         * ThemeWin32Classic.cs: clamp all color components to [0..255].
9163
9164 2006-11-04  Chris Toshok  <toshok@ximian.com>
9165
9166         * Form.cs: if the form isn't visible, Close() does nothing.
9167
9168 2006-11-03  Chris Toshok  <toshok@ximian.com>
9169
9170         * Form.cs (Close): if the form is modal, don't Dispose of it, only
9171         Hide it.
9172         (WndProc): don't Dispose after handling the WM_CLOSE message.
9173
9174         * Application.cs (RunLoop): toplevels is a list of Forms, so treat
9175         them as such, instead of using casts from Control to Form.  Also,
9176         don't Dispose of the modal dialog when we fall out of the loop -
9177         Close() it instead.
9178
9179         fixes bug #79813.
9180
9181 2006-11-03  Chris Toshok  <toshok@ximian.com>
9182
9183         * Control.cs (Dispose): only go through the dispose thing if we're
9184         @disposing, and we haven't already been disposed.  Fixes bug
9185         #79814.
9186
9187         * Form.cs: no reason to call "base.Dispose()" here instead of
9188         "Dispose()".
9189
9190 2006-11-03  Mike Kestner  <mkestner@novell.com>
9191
9192         * ComboBox.cs : use ToString instead of casts in AddItem for
9193         sorting functionality.  Fixes #79812.
9194
9195 2006-11-03  Chris Toshok  <toshok@ximian.com>
9196
9197         * Application.cs: pave the way for actually using the thread
9198         exception dialog.  it's ifdefed out at the moment.
9199
9200 2006-11-03  Chris Toshok  <toshok@ximian.com>
9201
9202         * ThreadExceptionDialog.cs: until we get a better layout, actually
9203         hide the details textbox and label when we shouldn't see them.
9204
9205 2006-11-03  Jackson Harper  <jackson@ximian.com>
9206
9207         * TextBoxBase.cs: Don't bail from the scrollbar calcs for non
9208         multiline textboxes anymore.  This method also determines the
9209         width/height of a textboxes canvas area.
9210         - Sorta a revert of the last patch.  For multiline just position
9211         the controls, then bail.  This way the scrollbar width won't be
9212         altered.
9213
9214 2006-11-03  Everaldo Canuto  <everaldo@simios.org>
9215
9216         * ThemeWin32Classic.cs: Dont paint inner lines of 3D border when
9217         it dont need.  Fixes #79537.
9218
9219 2006-11-02  Jackson Harper  <jackson@ximian.com>
9220
9221         * X11Dnd.cs: We always allow copy, since XDND implies Copy.  Also
9222         send the status after firing the DndOver event.
9223
9224 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
9225
9226         * TrackBar.cs: Now orientation only switches height / width if
9227         the control's handle is created (Win32 does it like this). Also 
9228         fixed a typo in ToString() for a test to pass, changed the 
9229         exception thrown in set_LargeChange and set_SmallChange to 
9230         match Win32 behaviour, and added TrackBar tests to the unit 
9231         tests.
9232
9233 2006-11-02  Chris Toshok  <toshok@ximian.com>
9234
9235         * XplatUIX11.cs: the atom we want is _NET_WM_STATE_SKIP_TASKBAR,
9236         not _NET_WM_STATE_NO_TASKBAR.
9237
9238 2006-11-02  Jackson Harper  <jackson@ximian.com>
9239
9240         * TextControl.cs: Increment count by one, since in the update view
9241         count - 1 is used.
9242
9243 2006-11-02  Jackson Harper  <jackson@ximian.com>
9244
9245         * TextBoxBase.cs: Use client rectangle not bounds for checking if
9246         the mouse is in the client rectangle (duh).
9247
9248 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
9249         
9250         * TrackBar.cs: Fixed trackbar jumping around when clicking
9251         on it - the trackbar was not detecting correctly at which
9252         side of the thumb the click was done. (fixes #79718)
9253
9254 2006-11-02  Everaldo Canuto  <everaldo@simios.org>
9255
9256         * ListBox.cs: scroll visible area when change SelectedIndex to
9257         a non visible area.  Fixes #79481.
9258
9259 2006-11-01  Jackson Harper  <jackson@ximian.com>
9260
9261         * TextControl.cs: When replacing the selection move the selection
9262         start/end/anchor to the end of the new text.
9263
9264 2006-11-01  Jackson Harper  <jackson@ximian.com>
9265
9266         * XplatUIWin32.cs: When setting the parent change the controls
9267         visibility to it's visibility flag, not to it's old parents
9268         visibility (.Visible walks the parent chain).
9269
9270 2006-11-01  Chris Toshok  <toshok@ximian.com>
9271
9272         * XplatUIX11.cs: revert the #79790 fix, as the simple.
9273         XSetTransientForHint fix breaks paint .net's tool windows.  more
9274         work needed for that one.
9275
9276 2006-11-01  Chris Toshok  <toshok@ximian.com>
9277
9278         * ScrollBar.cs: throw ArgumentException instead of Exception in
9279         LargeChange/SmallChange setters.  fixes unit tests.
9280
9281 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
9282
9283         * ContainerControl.cs: reverted rev.67183 (which was itself
9284         a reversion of rev.66853... eh).
9285         
9286         * Control.cs: Fixes Reflector hang by changing Focus() call
9287         to what it was before rev.66643 (calling Select() here sets 
9288         ActiveControl, which in some situations calls back Focus and 
9289         eventually does a stack overflow). Temp fix.    
9290         Changes to GetNextControl() to not look for children to select when
9291         parent cannot be selectable (so it looks for siblings instead)  
9292         
9293 2006-10-31  Mike Kestner  <mkestner@novell.com>
9294
9295         * CheckedListBox.cs : off by one error in returned index from
9296         ObjectCollection.Add.  Fixes #79758.
9297
9298 2006-10-31  Chris Toshok  <toshok@ximian.com>
9299
9300         * UpDownBase.cs: remove the OnGotFocusInternal/OnLostFocusInternal
9301         calls for the textbox/spinner, to keep from recursing to the point
9302         where we crash.  Fixes #79760.
9303
9304 2006-10-31  Chris Toshok  <toshok@ximian.com>
9305
9306         * ListControl.cs (set_SelectedValue): don't throw exceptions on
9307         null/"" value, just return.  matches ms's behavior and fixes some
9308         failing tests.
9309
9310 2006-10-31  Chris Toshok  <toshok@ximian.com>
9311
9312         * Control.cs (set_Capture): make a logic a little easier to
9313         follow.
9314
9315         * XplatUIX11.cs (CleanupCachedWindows): zero out the Grab window
9316         if it's being destroyed.  A necessary fix surely, but a bandaid
9317         also, to fix the stuck capture problem in bug #78413.
9318
9319 2006-10-31  Chris Toshok  <toshok@ximian.com>
9320
9321         * XplatUIX11.cs: fix a couple of compiler warnings, and follow the
9322         convention of clearing hwnd.ClientRect when we set the
9323         width/height (so it'll be recalculated by Hwnd).
9324
9325 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
9326
9327         * ContainerControl.cs: reversed Contains check from
9328         ActiveControl due to hanging problems. This fix
9329         partly regresses #79667 (button does not have
9330         initial focus), so this might be a symptom for 
9331         a larger parenting problem (set_ActiveControl
9332         is being called but the child control does
9333         not have the parent set yet?)   
9334         
9335 2006-10-31  Mike Kestner  <mkestner@novell.com>
9336
9337         * MenuAPI.cs : fix keynav when menu is click activated.
9338
9339 2006-10-31  Jonathan Pobst  <monkey@jpobst.com>
9340
9341         * ToolStrip*: Version 0.2.
9342
9343         * MenuStrip.cs: Version 0.1.
9344
9345         * Form.cs: Add a 2.0 MenuStrip tracker like the 1.1 Menu one.
9346
9347 2006-10-30  Chris Toshok  <toshok@ximian.com>
9348
9349         [ fixes the oversized notify icon issue in bug #79745 ]
9350         
9351         * NotifyIcon.cs: scale the icon down to the size we're given by
9352         the XplatUI layer (this would be faster if we did it once instead
9353         of whenever we paint..)  Also, remove the WM_NCPAINT handling,
9354         since it's never invoked.
9355
9356         * XplatUIX11.cs: the gnome and kde systrays use icons that are 24
9357         pixels high by default, so let's hardcode our systray icon to that
9358         size.  The SYSTEM_TRAY protocol should really have a way for
9359         client apps to query for the correct icon size.. but oh well.  A
9360         couple of patches to deal with the screwy client_window ==
9361         whole_window notifyicon stuff (we don't want to PerformNCCalc, for
9362         instance, and also make sure we don't XSelectInput twice).
9363
9364 2006-10-30  Chris Toshok  <toshok@ximian.com>
9365
9366         * Control.cs: ugh, the unit test fix (CH11, yesterday) breaks when
9367         recreating forms.  Control recreation is the bane of my existence.
9368         Fix it in a way that keeps everyone happy.
9369
9370 2006-10-30  Chris Toshok  <toshok@ximian.com>
9371
9372         * XplatUIX11.cs: use StructureNotifyMask on all whole_windows, not
9373         just non-CHILD ones.  otherwise sometimes scrollbars end up with
9374         client_windows not being resized to the proper size (ReportBuilder
9375         shows this extremely well).
9376
9377 2006-10-30  Chris Toshok  <toshok@ximian.com>
9378
9379         * XplatUIX11.cs (SetWMStyles): reinstate the XSetTransientForHint
9380         for non-WS_EX_APPWINDOW windows.  This is what keeps them from
9381         showing up in the gnome taskbar.  Fixes bug #79790.
9382
9383 2006-10-30  Chris Toshok  <toshok@ximian.com>
9384
9385         * ApplicationContext.cs: guard against a NRE.
9386
9387         * Application.cs: null out the old MainForm for the context, so we
9388         don't try to use it again once it's disposed.  Fixes bug #79783.
9389
9390 2006-10-30  Chris Toshok  <toshok@ximian.com>
9391
9392         * DataGrid.cs (set_DataSource, set_DataMember): if we have a
9393         BindingContext, set the data source directly, otherwise do the
9394         lazy approach - the actual ListManager will be created when we get
9395         a BindingContext. Fixes bug #79700.
9396
9397 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
9398
9399         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
9400           XplatUIX11.cs: Remove old 2 parameter SetVisible.
9401
9402         * Control.cs: Use the new 3 parameter SetVisible with activate = true.
9403
9404 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
9405
9406         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Add an overload
9407         of SetVisible that allows a window to be shown, but not activated.
9408         This is needed on Windows for MenuStrip, and can probably be used
9409         with MainMenu and ComboBox to fix the focus stealing issues on
9410         Windows.
9411
9412         * XplatUIOSX.cs, XplatUIX11.cs: Not needed, call existing SetVisible.
9413
9414 2006-10-30  Alexander Olk  <alex.olk@googlemail.com>
9415
9416         * PictureBox.cs: Fix the output of the ToString method.
9417
9418 2006-10-29  Chris Toshok  <toshok@ximian.com>
9419
9420         * Control.cs (get_TopLevelControl): fix bug #79781.
9421
9422 2006-10-29  Chris Toshok  <toshok@ximian.com>
9423
9424         * ListControl.cs (set_DataSource): throw Exception here, not
9425         ArgumentException, to match MS behavior.
9426
9427 2006-10-29  Chris Toshok  <toshok@ximian.com>
9428
9429         * Form.cs: remove the try-catch's around calls to GetWindowState.
9430         We can just check the return value.
9431
9432         * XplatUIX11.cs: don't throw exceptions from GetWindowState.
9433         Instead return -1.
9434
9435         * XplatUI.cs: Add note about additional return value for
9436         GetWindowState.
9437
9438 2006-10-29  Chris Toshok  <toshok@ximian.com>
9439
9440         * Control.cs (CreateHandle): when we create our handle, we also
9441         create the handles of our child controls.  Fixes one of the
9442         Control unit tests (CH11).
9443
9444 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
9445
9446         * MimeIcon.cs: If a gnome icon doesn't exist add a default icon.
9447
9448 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
9449
9450         * ThemeClearlooks.cs: A little speedup.
9451
9452 2006-10-27  Chris Toshok  <toshok@ximian.com>
9453
9454         * Control.cs: implement Control.FromChildHandle in a way that
9455         matches the docs (and fixes the failed test.)
9456
9457 2006-10-27  Chris Toshok  <toshok@ximian.com>
9458
9459         * DataGridTableStyle.cs: reproduce buggy MS behavior (with
9460         comments).
9461
9462         * DataGrid.cs: implement ResetForeColor such that the tests
9463         succeed.
9464         
9465 2006-10-27  Chris Toshok  <toshok@ximian.com>
9466
9467         * ToolBarButton.cs: setting text/tooltiptext to null results in it
9468         being set to "".  Fixes bug #79759.
9469
9470 2006-10-27  Jackson Harper  <jackson@ximian.com>
9471
9472         * TextControl.cs: We need to clear the entire selection area when
9473         setting the start, otherwise multiline selections are still
9474         visible.
9475
9476 2006-10-26  Chris Toshok  <toshok@ximian.com>
9477
9478         * PropertyGridView.cs: 
9479
9480         - ifdef all the code specific to the double
9481         buffer case, and provide some alternatives in the non-doublebuffer
9482         code, which makes heavy use of XplatUI.ScrollWindow to move things
9483         around without having to invalidate (and cause flicker).  There
9484         are still some drawing problems in the non-doublebuffered case, so
9485         DOUBLEBUFFER is defined by default.
9486
9487         - Fix the way dropdowns are handled.  now we explicitly watch for
9488         the events which might cause the dropdown to close, and break out
9489         of the nested event loop there.  This gets rid of all Capture
9490         code, at the expense of the Msg special casing.  Seems to work,
9491         though, and fixes bug #79743.
9492
9493 2006-10-27  Rolf Bjarne Kvinge <RKvinge@novell.com>
9494         * Control.cs: SetIsRecreating now recreates implicitly added
9495         child controls as well. Finally fixes #79629. The flag passed to 
9496         SetIsRecreating has also been removed since it wasn't used.
9497         
9498 2006-10-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
9499
9500         * PageSetupDialog.cs: Clean some code, fix some bits, 
9501         add some checks, and add a printer sub-dialog.
9502
9503 2006-10-26  Chris Toshok  <toshok@ximian.com>
9504
9505         * PropertyGrid.cs: make set_SelectedObject call
9506         set_SelectedObjects, and move the duplicate logic to the
9507         SelectedObjects setter.  Also, raise SelectedObjectsChanged.
9508
9509         * PropertyGridView.cs: hide the textbox when we get a
9510         SelectedObjectsChanged event.
9511
9512         Fixes bug #79748.
9513
9514 2006-10-26  Chris Toshok  <toshok@ximian.com>
9515
9516         * PropertyGridView.cs: deal with the type converter not supporting
9517         GetStandardValues() or GetStandardValues() returning null, which
9518         is does in the default case.  Fixes #79742.
9519
9520 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
9521
9522         * CheckedListBox.cs: nunit no longer crashes when selecting 
9523         Project/Edit menu option
9524         
9525 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
9526
9527         * MenuAPI.cs: prevent ExecFocusedItem from blowing up if there
9528         is no menu selected. fixes #79739
9529
9530 2006-10-25  Chris Toshok  <toshok@ximian.com>
9531
9532         * PropertyGridView.cs: factor out the splitter invalidation code
9533         into the SplitterPercent setter, and for kicks implement the
9534         Ctrl-Left/Ctrl-Right handling that moves the splitter by a small
9535         amount in either direction.
9536
9537 2006-10-25  Chris Toshok  <toshok@ximian.com>
9538
9539         * PropertyGridView.cs: do some cleanup of the brush used to draw
9540         text - read only fields should be grayed out.  not sure how to do
9541         this with the textbox, though.  but the textbox's should also be
9542         readonly now at least.  Also, hide/show the textbox when resizing
9543         the control.
9544         
9545         * CursorConverter.cs: use System.Reflection when getting the
9546         properties of Cursors, as TypeDescriptor.GetProperties isn't
9547         returning static properties.
9548
9549 2006-10-25  Chris Toshok  <toshok@ximian.com>
9550
9551         * PropertyGridView.cs: factor out the up/down handling, and reuse
9552         it for page up/down.  also add End/Home support.
9553
9554 2006-10-25  Chris Toshok  <toshok@ximian.com>
9555
9556         * PropertyGridView.cs:
9557
9558         - ensure the selected grid item is visible in the scrolled area,
9559         fixes bug #79572.
9560
9561         - fix Keys.Down handling when you're on the last item in the
9562         propertygrid.
9563
9564 2006-10-25  Mike Kestner  <mkestner@novell.com>
9565
9566         * MenuAPI.cs : set the ActiveTracker for MainMenu non-popup 
9567         clicks too.  Fixes #79725.
9568
9569 2006-10-24  Chris Toshok  <toshok@ximian.com>
9570
9571         * PropertyGrid.cs: use property.Converter instead of
9572         TypeDescriptor.GetConverter(property.PropertyType), so we catch
9573         TypeConverters declared on the property as well as on the
9574         PropertyType.  Fixes bug #79678.
9575
9576 2006-10-24  Alexander Olk  <alex.olk@googlemail.com>
9577
9578         * MimeIcon.cs, Mime.cs:
9579           Fallback to the default platform handler if no shared mime info
9580           stuff exists (fixes #79693).
9581
9582 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
9583         * ContainerControl.cs: Incorrect contains check in ActiveControl 
9584         from previous fix (duh).
9585
9586 2006-10-20  Chris Toshok  <toshok@ximian.com>
9587
9588         * PropertyGridView.cs: the dropdown should be MIN(number of items
9589         in list, 15).  Fixes #79551.
9590
9591 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
9592         Fixes #79384, #79394, #79652, #79667
9593         * Application.cs: 
9594         
9595         - Modal windows are now destroyed in the proper order for windows
9596         
9597         * ContainerControl.cs:
9598         
9599         - ActiveControl setter has more conditions on when to return:
9600                 - if we're reselecting the active control, but it actually
9601                 didn't have focus (window hidden or some such), it runs
9602                 - if the active control being selected doesn't actually 
9603                 exist in the container, it returns
9604         
9605         * Form.cs
9606         
9607         - The ShowDialog now gets the current form as the owner when
9608         invoking without parameters, and correctly activates the owner 
9609         when returning
9610         
9611         * MessageBox.cs
9612         
9613         - MessageBox now catches the Escape key to exit
9614
9615 2006-10-20  Chris Toshok  <toshok@ximian.com>
9616
9617         * PropertyGridView.cs: fix a number of issues (bug #78565, and
9618         most of bug #79676):
9619
9620         - you can navigate around the property grid with the arrow keys.
9621
9622         - the dropdown is sized properly when the pg has a vertical
9623         scrollbar.
9624
9625         - fix the indentation for subentries, and properly select the
9626         entire label rect.
9627
9628         - fix the gray bar's drawing (only draw it to the last element,
9629         not for the height of the control.  Also make sure we draw that
9630         last horizontal grid line.
9631
9632         - use the same mechanism the datagrid uses wrt the editing textbox
9633         when scrolling/resizing/etc.  Namely, we hide it first, do the
9634         operation, then show it again (if it's still visible).
9635         
9636         - aggressively remove a lot of unnecessary refreshes (and also
9637         calls to Invalidate(). call more limited variants, and only redraw
9638         what we need.)
9639         
9640         * PropertyGrid.cs:
9641
9642         - when we're populating the merged collection, fill in the UI
9643         parent with either the passed in item, or the category item we
9644         create.
9645
9646         - remove the Refresh call from the BorderHelpControl.OnSizeChanged.
9647
9648         * GridItem.cs: drop some fully qualified names.
9649         
9650         * GridEntry.cs: add a "UIParent", which is basically the parent
9651         treenode.
9652
9653         * GridItemCollection.cs: add an IndexOf method.
9654
9655 2006-10-20  Mike Kestner  <mkestner@novell.com>
9656
9657         * MainMenu.cs : go back to Draw in OnMenuChanged.  Until we get
9658         a working win32 NC invalidation mechanism, we can't invalidate
9659         menus.  [Fixes #79705]
9660
9661 2006-10-20  Mike Kestner  <mkestner@novell.com>
9662
9663         * ListBox.cs : don't update the VScrollbar if the list is empty,
9664         just hide it.  [Fixes #79692]
9665
9666 2006-10-20  Jackson Harper  <jackson@ximian.com>
9667
9668         * RichTextBox.cs: Handle some special chars better, and don't skip
9669         the entire group when we encounter a special char that we don't
9670         handle correctly.
9671
9672 2006-10-18  Chris Toshok  <toshok@ximian.com>
9673
9674         * PropertyGridView.cs: address a number of issues from bug #79676,
9675         mostly of the cosmetic variety.
9676
9677         - The highlight rectangle for indented items not extends all the
9678         way to the left.
9679
9680         - Indented items aren't indented so much.
9681
9682         - the dropdown is properly sized width-wise if the pg has a
9683         vertical scrollbar.
9684
9685 2006-10-18  Chris Toshok  <toshok@ximian.com>
9686
9687         * XplatUIX11.cs (SystrayAdd): a rather convoluted change, but the
9688         systray stuff is rather convoluted to begin with.
9689
9690         systray icons are a single window for some reason (that I haven't
9691         figured out yet), and for them, client_window == whole_window.
9692         Given the way the tests are structured elsewhere to determine
9693         which paints are pending (client vs. nc), that situation will
9694         always yield PAINT, not NCPAINT.  So, if we have a pending
9695         nc_expose and no pending expose, remove the hwnd from the paint
9696         queue, and also set nc_expose_pending to false, to keep us from
9697         blocking further expose's adding the hwnd to the paint queue.
9698
9699         phew.  like i said, a rather convoluted change.  Fixes the
9700         notifyicon repaint issues in bug #79645.
9701
9702 2006-10-18  Chris Toshok  <toshok@ximian.com>
9703
9704         * Form.cs: when getting the backcolor of the form, don't get
9705         base.BackColor, as this allows parents to influence the background
9706         color.  This breaks mdi forms.  Instead, if the background_color
9707         is empty, return the default.
9708
9709 2006-10-18  Chris Toshok  <toshok@ximian.com>
9710
9711         * XplatUIX11.cs: change some debug ifdefs, and return XGetParent
9712         to being private instead of internal static.
9713
9714         * Control.cs: remove all the stupid ParentWaitingOnRecreation
9715         crap, it wasn't working for more deeply nested controls anyway,
9716         and we already have the is_recreating flag - use that instead.
9717         Before calling DestroyHandle in RecreateHandle, recurse through
9718         the control tree setting it to true.  this returns the recreate
9719         code to much of its original simplicity, while now guaranteeing we
9720         actually recreate everything we're supposed to.  This change gets
9721         fyireporting actually showing mdi children.
9722
9723 2006-10-17  Chris Toshok  <toshok@ximian.com>
9724
9725         * Form.cs: remove some debug spew, and collapse some duplicate
9726         code at the end of SetClientSizeCore.
9727
9728         * XplatUIX11.cs: 
9729         - add some more debug spew here too wrt Destroy handling.
9730         - don't call hwnd.Dispose in DestroyWindow, it's effectively done
9731         in Control's handling of WM_DESTROY.
9732         - Remove the handling of zombie window DestroyNotifies from the
9733         event loop - we don't need it.  Now the only DestroyNotifies we
9734         actually handle are ones generated by X.
9735         - When sending _NET_ACTIVE_WINDOW, the first param should be 1, to
9736         match gtk's (functioning) handling of this. This keep metacity
9737         from leaving droppings in the form of wm borders with no window
9738         contents all over the place.
9739
9740         * Control.cs:
9741         - add a bunch of debug spew wrt control recreation.
9742         - fix a bug where we weren't tracking Visible properly on
9743         recreated hwnds.
9744         - fixed the WM_PAINT double buffer handling to support re-entrant
9745         calls (yes, i know it's gross, but it's happening to us).
9746
9747 2006-10-17  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
9748         * ThemeWin32Classic.cs: changed drawing of selected days
9749         to make them look better.
9750
9751 2006-10-16  Chris Toshok  <toshok@ximian.com>
9752
9753         * Hwnd.cs: replace the user_data/client_dc/non_client_dc with
9754         drawing_stack.  Nuke the ClientDC/NonClientDC properties.
9755
9756         * XplatUIX11.cs: move away from using hwnd.client_dc and
9757         hwnd.non_client_dc and on to a stack of dc's (and in window's
9758         case, PAINTSTRUCT's), so we can deal with nested Paint calls
9759         without puking or not disposing of Graphics objects.
9760
9761         * XplatUIOSX.cs: same.
9762
9763         * XplatUIWin32.cs: same.
9764
9765 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
9766
9767         * FileDialog.cs: Don't call on_directory_changed inside
9768           OnSelectedIndexChanged (it changes the SelectedIndex too).
9769           Instead move it to OnSelectionChangeCommitted.
9770
9771 2006-10-13  Chris Toshok  <toshok@ximian.com>
9772
9773         * XplatUIX11.cs: more Destroy work.  the current code does the
9774         following things, in order:
9775
9776         1. Enumerates all handles of all controls at or below the one
9777         being destroyed, in pre-order.  As it is doing this, it marks the
9778         handles as zombie and clears all references to them.
9779         
9780         2. calls XDestroyWindow on the window passed in.
9781
9782         3. SendMessage's WM_DESTROY to all he handles in the accumulated
9783         list.
9784
9785 2006-10-13  Chris Toshok  <toshok@ximian.com>
9786
9787         * XplatUIX11.cs: set hwnd.zombie to true before calling
9788         SendMessage (WM_DESTROY).  this keeps us from marking the new
9789         window a zombie, and also keeps us from calling sendmessage at
9790         all.
9791
9792 2006-10-13  Jackson Harper  <jackson@ximian.com>
9793
9794         * TextControl.cs: Do not show the caret and selection at the same
9795         time.  Reduces ugliness by 35%.
9796
9797 2006-10-13  Chris Toshok  <toshok@ximian.com>
9798
9799         * XplatUIX11.cs (SendWMDestroyMessages): set the hwnd to be a
9800         zombie after we do the recursive call, so we actually do call
9801         SendMessage on the children controls.
9802         (GetMessage): if we find a pending paint event for a zombie hwnd,
9803         remove the hwnd from the paint queue, or else it will always be
9804         there (and we'll effectively loop infinitely)
9805
9806 2006-10-13  Mike Kestner  <mkestner@novell.com>
9807
9808         * MenuItem.cs : add Selected format under keynav too.
9809         Fixes #79528.
9810
9811 2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
9812
9813         * PropertyGrid.cs: Fixed some NRE's and small difference between our
9814         implementation and that of MS.
9815
9816 2006-10-13  Chris Toshok  <toshok@ximian.com>
9817
9818         * Control.cs (OnInvalidated) only futz with the invalid_region if
9819         the control is double buffered.  this fixes the apparent hang in
9820         the ListView unit tests.  Someone needs to make the
9821         BeginEndUpdateTest not call OnInvalidated 15004 times, though..
9822
9823 2006-10-13  Chris Toshok  <toshok@ximian.com>
9824
9825         * PropertyGridView.cs:
9826
9827         - do a little refactoring so that only one place calls
9828         dropdown_form.Hide, and that is CloseDropDown.  make everywhere
9829         else call that.  Also make it Refresh, since there are redraw bugs
9830         otherwise (we should take a look at that...)
9831
9832         - do a little more refactoring work to share the body of code
9833         involved with the drop down.  it was duplicated in the code
9834         dealing with the listbox handling and in the code dealing with the
9835         UITypeEditors.
9836
9837         - add a Capture to the dropdown form's control once it's
9838         displayed, and add a MouseDown handler that checks to make sure
9839         the position is inside the control.  If it's not, close the
9840         dropdown.  This fixes #78190.
9841
9842         - in SetPropertyValueFromUITypeEditor, only call SetPropertyValue
9843         if the value is different than the initial value.
9844         
9845 2006-10-13  Andreia Gaita  <shana.ufie@gmail.com>
9846
9847         * Control.cs: see #78650
9848         - Fixed GetNextControl for several cases:
9849                 - Changed FindFlatForward to return 
9850                 correct sibling control when more than one
9851                 control has same TabIndex as the currently 
9852                 focused one.
9853                 - Changed FindFlatBackward to loop children
9854                 from last to first and apply same logic as in
9855                 FindFlatForward
9856                 - Changed FindControlForward to search for
9857                 children when control is not a container
9858                 but has children, or search for siblings if
9859                 control is a container...
9860                 - Changed FindControlBackward   to continue
9861                 searching for child controls when hitting 
9862                 Panel-like parents
9863                 
9864         - Fixed Focus method to update ActiveControl
9865         (FocusTest.FocusSetsActive failure)
9866         
9867         * TabControl.cs:
9868         - Focus rectangle now refreshes when gaining
9869         or losing focus
9870         - Removed grab for Tab key on IsInputKey that 
9871         was keeping tab navigation from working (#78650)
9872
9873 2006-10-13  Chris Toshok  <toshok@ximian.com>
9874
9875         * PropertyGridView.cs:
9876         - Rewrite SetPropertyValue to loop over SelectedGridItem's
9877         SelectedObjects.
9878
9879         - Deal with GridItem.Value == null a few places.
9880
9881         * PropertyGrid.cs: 
9882         - replace the PopulateGridItemCollection with a pair of methods
9883         which compute the intersection of all the properties in the
9884         SelectedObjects array.  Fixes #79615.
9885
9886         - Throw ArgumentException from set_SelectedObjects if there's a
9887         null in the array.
9888
9889         - Add GetTarget method which can be used to traverse up the
9890         GridItem.Parent chain.  It depends on the assumption that
9891         selected_objects for different GridEntries are always in the same
9892         order (a safe assumption).  Use this method and loop over all the
9893         selected objects in the entry when calling RemoveValueChanged and
9894         AddValueChanged.
9895         
9896         * GridEntry.cs: Make this handle multiple selected objects.
9897         .Value returns null if not all the selected objects share the same
9898         value.
9899
9900 2006-10-12  Jonathan Pobst  <monkey@jpobst.com>
9901         * ToolStrip.cs, ToolStripButton.cs, ToolStripComboBox.cs,
9902           ToolStripControlHost.cs, ToolStripItem.cs, ToolStripLabel.cs,
9903           ToolStripProfessionalRenderer.cs, ToolStripProgressBar.cs,
9904           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs,
9905           ToolStripTextBox.cs: Add accessibility, fix attributes/API and
9906         add additional functionality.
9907
9908 2006-10-12  Mike Kestner  <mkestner@novell.com>
9909
9910         * ErrorProvider.cs : new ToolTipWindow ctor sig.
9911         * HelpProvider.cs : new ToolTipWindow ctor sig.
9912         * ToolTip.cs : remove ToolTip param from Window sig since it is
9913         not used.
9914         * ToolBar.cs : add tooltip support.  Fixes #79565.
9915
9916 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
9917
9918         * ComboBox.cs: move the events in set_SelectedIndex to 
9919         after the call to HighlightIndex in order to avoid 
9920         possible recursion and subsequent problems with the call
9921         to HighlightIndex and include a range check in 
9922         set_HighlightIndex. Fixes #79588
9923         
9924 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
9925
9926         * MonthCalendar.cs: When FirstDayOfWeek is default set firstday 
9927         to ui thread's settings instead of sunday. 
9928         * ThemeWin32Classic.cs: Localize the day string. Fixes #79563
9929
9930 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
9931
9932         * DateTimePicker.cs
9933         * MonthCalendar.cs
9934         * ThemeWin32Classic.cs: rewrote DateTimePicker to fix bug #78364
9935         and implement missing functionality (selecting different parts 
9936         of the date and edit them individually with the keyboard).
9937         
9938 2006-10-11  Chris Toshok  <toshok@ximian.com>
9939
9940         * Control.cs (OnInvalidated): fix NRE relating to last change.
9941
9942 2006-10-11  Chris Toshok  <toshok@ximian.com>
9943
9944         * XplatUIX11.cs (SetWMStyles): make sure we include the MAXIMIZED
9945         atoms in _NET_WM_STATE here if the window is maximized.  We need
9946         to do this because we're *replacing* the existing _NET_WM_STATE
9947         property, so those atoms will be lost otherwise, and any further
9948         call to GetWindowState will return Normal for a window which is
9949         actually maximized.  Fixes #79338.
9950
9951 2006-10-11  Jackson Harper  <jackson@ximian.com>
9952
9953         * TextControl.cs: Special case for setting selection end to
9954         selection start, we basically kill the anchor.
9955         - some todo comments.
9956
9957 2006-10-11  Chris Toshok  <toshok@ximian.com>
9958
9959         * Control.cs: switch to using an "invalid_region" to track which
9960         parts of the image buffer need updating.  This is more code than
9961         the simple fix from r66532.  That version just attempted to always
9962         fill the entire buffer on redraw, which turns out to be
9963         inefficient when invalidating small rectangles.  This version
9964         simply adds the invalid rectangle to the invalid region.  When we
9965         get any WM_PAINT message we see if it can be filled using the
9966         image buffer, and if it can't (if the paint event's clip rectangle
9967         is visible in the invalid region) we first fill the image buffer.
9968         So, the image buffer is still a cache, we just fill it lazily.
9969
9970         * PaintEventArgs.cs: remove the SetClipRectangle method, we don't
9971         need it any longer.
9972
9973 2006-10-11  Chris Toshok  <toshok@ximian.com>
9974
9975         * XplatUIX11.cs (SetWindowPos): we need to update both position as
9976         well as size after calling XMoveResizeWindow.  This keeps us from
9977         ignoring future SetWindowPos calls.  Fixes the disappearing
9978         DateTimePicker in the ToolBarDockExample from bug #72499.
9979
9980 2006-10-11  Chris Toshok  <toshok@ximian.com>
9981
9982         * TextBoxBase.cs: reorder things a bit when it comes to
9983         resizing-causing-recalculation.  we were recalculating the
9984         document when our position was changed, which shouldn't happen.
9985         We only care about size changes.  Clear up some more redundant
9986         recalculation calls while I'm at it.  This makes the toolbar dock
9987         example snappy when you're just dragging toolbars around (since it
9988         causes a relayout whenever you move one.)
9989
9990 2006-10-11  Chris Toshok  <toshok@ximian.com>
9991
9992         * ToolBarButton.cs (get_Rectangle): this only returns
9993         Rectangle.Empty if Visible == false, or Parent == null.
9994         Parent.Visible doesn't matter.
9995
9996 2006-10-10  Chris Toshok  <toshok@ximian.com>
9997
9998         * Control.cs, PaintEventArgs.cs: "internal set { .. }" isn't loved
9999         by .net 1.1, so switch to an internal method instead.
10000
10001 2006-10-10  Chris Toshok  <toshok@ximian.com>
10002
10003         * Control.cs (WM_PAINT): when a control is double buffered we draw
10004         initially to the ImageBuffer and then copy from there.  But when a
10005         parent control which has child controls is double buffered, the
10006         initial drawing doesn't encompass the entire ClientRectangle of
10007         the parent control, so we end up with uninitialized bits (this is
10008         easily seen by dragging the top toolbar in
10009         wf-apps/ToolBarDockExample to the right, quickly).  The fix is to
10010         manually set the ClipRectangle of the paint_event (only the one we
10011         use to populate the ImageBuffer) to ClientRectangle.  Fixes more
10012         of the nastiness in bug #72499.
10013
10014         * PaintEventArgs.cs: Add an internal setter for ClipRectangle,
10015         which we use in Control.cs's WM_PAINT handling.
10016
10017 2006-10-10  Jackson Harper  <jackson@ximian.com>
10018
10019         * TextBoxBase.cs: Finish off the autoscrolling stuff.
10020
10021 2006-10-10  Chris Toshok  <toshok@ximian.com>
10022
10023         * Cursor.cs: Apply a slightly different patch to the one suggested
10024         in #79609.
10025
10026 2006-10-10  Jackson Harper  <jackson@ximian.com>
10027
10028         * MenuItem.cs: Make sure to put the mdi child in the hashtable,
10029         not the parent form.
10030         * TextControl.cs: use difference in old line count vs new count to
10031         calculate how many lines were added, this takes into account soft
10032         line breaks properly.
10033
10034 2006-10-10  Chris Toshok  <toshok@ximian.com>
10035
10036         * LinkLabel.cs: don't call MeasureCharacterRanges against a
10037         rectangle located at 0,0 and the size of the text.  Use
10038         ClientRectangle instead.  This fixes rendering of non-left aligned
10039         link labels.
10040
10041 2006-10-10  Jackson Harper  <jackson@ximian.com>
10042
10043         * TextBoxBase.cs: When we set the selection start position the
10044         caret.
10045         * TextControl.cs: Need to update the caret when we decrement it to
10046         zero.
10047         - Make sure that the selection_visible flag gets reset to false if
10048         the selection isn't visible.  Before this you could get it set to
10049         visible by changing the selection start, then changing the end to
10050         equal the start.
10051
10052 2006-10-09  Jackson Harper  <jackson@ximian.com>
10053
10054         * TreeView.cs: Don't update scrollbars when we aren't visible.
10055         * TreeNodeCollection.cs: Only need to update scrollbars if being
10056         added to an expanded visible node or the root node.
10057
10058 2006-10-09  Chris Toshok  <toshok@ximian.com>
10059
10060         * XplatUIX11.cs (SendMessage): fix NRE.
10061
10062 2006-10-09  Jackson Harper  <jackson@ximian.com>
10063
10064         * TextBoxBase.cs: Implement horizontal autoscrolling.
10065         * TextControl.cs: Add a movement types that allows moving forward
10066         and backwards without wrapping.
10067
10068 2006-10-09  Mike Kestner  <mkestner@novell.com>
10069
10070         * ListViewItem.cs : layout changes for wrapped LargeIcon labels
10071         with focus "expansion" of labels.  Fixes #79532 and then some.
10072         * ThemeWin32Classic.cs : add LineLimit to ListView label format
10073         when wrapping.
10074
10075 2006-10-09  Jackson Harper  <jackson@ximian.com>
10076
10077         * TextBoxBase.cs: Set the default max values to MaxValue since
10078         we use the scrollbar for autoscrolling and the default value is
10079         100.  If we don't do this the caret won't keep up with typing
10080         after about 18 characters.
10081         * TextControl.cs: Make sure the selection is offset by the
10082         viewport x.  This fixes selection when using auto scrolling.
10083
10084 2006-10-07  Andreia Gaita <shana.ufie@gmail.com>
10085         
10086         * Form.cs: The active control should be selected after the 
10087         OnLoad so that any child control initialization that affects
10088         the selection is done. Fixes #79406
10089
10090 2006-10-06  Chris Toshok  <toshok@ximian.com>
10091
10092         * XplatUIX11.cs: This is perhaps a dangerous change, but it seems
10093         to have no evil effects.
10094
10095         - Stop selecting StructureNotifyMask on non-toplevel windows.
10096
10097           The only way children should be resized is by using the SWF api,
10098           and we already send WM_WINDOWPOSCHANGED messages in those cases.
10099           Toplevel windows can be interacted with via the window manager,
10100           and so we keep the input mask there.
10101
10102           The other event StructureNotifyMask gives us (that we care
10103           about) is DestroyNotify.  The code is already structured such
10104           that it assumes we won't be getting a DestroyNotify event for
10105           the window we pass to XDestroyWindow (which is what
10106           StructureNotifyMask is supposed to guarantee.)  So, that code
10107           shouldn't be affected by this either.
10108
10109         - Stop selecting VisibilityChangeMask altogether.
10110
10111           We weren't doing anything with the resulting events anyway.
10112         
10113         This vastly reduces the number of X requests and events we see
10114         when resizing/laying out a large ui.
10115
10116 2006-10-06  Chris Toshok  <toshok@ximian.com>
10117
10118         * ScrollableControl.cs (DisplayRectangle): we need to take into
10119         account the DockPadding regardless of whether or not auto_scroll
10120         == true.  rework this slightly to this effect, and fix bug #79606,
10121         and part of #72499 (you can now see the drag handles and drag
10122         toolbars around).
10123
10124 2006-10-06  Gert Driesen  <drieseng@users.souceforge.net>
10125
10126         * ListViewItem.cs: Collections of selected and checked items are now
10127         dynamically rebuilt. Whenever an item is (un)checked or (de)selected
10128         we mark the collection "dirty".
10129         * ListView.cs: Marked collections readonly. Modified UpdateSelection
10130         to only clear SelectedItems when a new item is selected and MultiSelect
10131         is enabled. CheckedItems and SelectedItems now subscribe to Changed
10132         event of ListViewItemCollection, and mark its list dirty whenever
10133         that event is fire. This allows us to return selected/checked items 
10134         in the same order as they are in the Items collection. This matches
10135         the MS behavior.
10136
10137 2006-10-06  Chris Toshok  <toshok@ximian.com>
10138
10139         * NotifyIcon.cs (HandleMouseUp): only show the context menu on
10140         right mouse clicks.  Fixes bug #79593.
10141
10142 2006-10-06  Chris Toshok  <toshok@ximian.com>
10143
10144         * Splitter.cs: doh, fix splitters that don't want to cancel the
10145         movement when you drag them.  Also, impose the limits on the
10146         values we send to the SplitterMovingEvent.  Fixes #79598.
10147
10148 2006-10-06  Jackson Harper  <jackson@ximian.com>
10149
10150         * TextBoxBase.cs: Ignore whether or not the scrollbar is enabled,
10151         since we use this for auto scrolling also.
10152
10153 2006-10-05  Chris Toshok  <toshok@ximian.com>
10154
10155         * DataGridBoolColumn.cs: Nuke the code from ConcedeFocus.  I'm
10156         beginning to think that most datagrid column types don't need this
10157         method.  Fixes bug #79392.
10158
10159 2006-10-05  Chris Toshok  <toshok@ximian.com>
10160
10161         * DataGrid.cs: move back to a more lazy scheme for creating the
10162         CurrencyManager, so we aren't updating it every time you set
10163         either DataSource or DataMember.  Also, don't call
10164         RecreateDataGridRows if the currency manager hasn't changed.
10165
10166 2006-10-05  Chris Toshok  <toshok@ximian.com>
10167
10168         * ComboBox.cs: by the time the OnSelectionChangeCommitted event is
10169         emitted, SelectedIndex should already be updated.  Fixes bug
10170         #78929.
10171
10172 2006-10-05  Jonathan Pobst  <monkey@jpobst.com>
10173
10174         * ToolStripComboBox.cs, ToolStripControlHost.cs, ToolStripProgressBar,
10175           ToolStripTextBox.cs: Initial commit.
10176         * ToolStripItem.cs: Fixes for OnLayout, BackColor, Parent.
10177
10178 2006-10-05  Jackson Harper  <jackson@ximian.com>
10179
10180         * TabControl.cs: We need to invalidate the tab control area when
10181         new ones are added (duh).
10182
10183 2006-10-03  Chris Toshok  <toshok@ximian.com>
10184
10185         * Form.cs (ProcessDialogKey): if the focused control is in this
10186         form and is a button, call its PerformClick method here.  Fixes
10187         #79534.
10188
10189 2006-10-04  Jackson Harper  <jackson@ximian.com>
10190
10191         * TabPage.cs: Ignore setting of Visible, and add an internal
10192         method for setting the controls visibility.  TabPage's Visible
10193         property is a little strange on MS, this seems to make us
10194         compatible, and fixes cases where people set all the tab pages to
10195         visible.
10196         * TabControl.cs: Use the new internal setting on tab pages
10197         visibility.
10198
10199 2006-10-03  Mike Kestner  <mkestner@novell.com>
10200
10201         * ComboBox.cs : raise Click on ComboTextBox clicks. Fixes #79555.
10202
10203 2006-10-03  Mike Kestner  <mkestner@novell.com>
10204
10205         * ListView.cs : use is_visible instead of Visible to check if 
10206         scrollbars should be placed/sized.  Also some max_wrap_width
10207         love for LargeIcon view.  [Fixes #79533]
10208
10209 2006-10-03  Atsushi Enomoto  <atsushi@ximian.com>
10210
10211         * TextControl.cs :
10212           Make set_TextAlign() do actually update the align. Fixed #78403.
10213
10214 2006-10-03  Chris Toshok  <toshok@ximian.com>
10215
10216         * DataGrid.cs: fix a crash when switching datasources if the
10217         vertical scrollbar is at someplace other than Value = 0.  Also,
10218         reduce the number of recalculation passes we do in SetDataSource
10219         from 2 to 1.
10220
10221 2006-10-03  Jackson Harper  <jackson@ximian.com>
10222
10223         * TextBoxBase.cs: Move the if value the same bail check up, we
10224         don't want to empty the document if it is already empty, this
10225         seems to severly mess up the caret.  TODO: I should probably fix
10226         the empty statement to update teh caret somehow.
10227
10228 2006-10-03  Chris Toshok  <toshok@ximian.com>
10229
10230         * ThemeWin32Classic.cs, DataGrid.cs: some changes so that the
10231         incredibly hacky Windows.Forms FAQ autosize rows entry (it uses
10232         reflection, an internal row type, properties on said type, etc.)
10233         will work with our datagrid.  Fixes #79531.
10234
10235 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
10236
10237         * FileDialog.cs: Don't crash if a path is not accessible
10238           (System.UnauthorizedAccessException). Fixes #79569.
10239         * MimeIcon.cs: Workaround for a Uri bug. Unix paths/files can have
10240           a ':' too. Return unknown icon for those paths/files.
10241
10242 2006-10-03  Sebastien Pouliot  <sebastien@ximian.com>
10243
10244         * ToolTip.cs: Fix rare, but possible, NRE on MouseEnter when 
10245         GetContainerControl returns null.
10246
10247 2006-10-02  Chris Toshok  <toshok@ximian.com>
10248
10249         * XplatUIX11.cs (GetWindowState): use hwnd.client_window in the
10250         call to XGetWindowAttributes instead of "handle".  fixes an X
10251         error using notifyicon after the NotifyIconWindow to Form base
10252         class switch.
10253
10254 2006-10-02  Chris Toshok  <toshok@ximian.com>
10255
10256         * XplatUIX11.cs (QueryPointer): new function, encapsulating the
10257         server grab and looping we need to do to get down to the most
10258         deeply nested child window.
10259         (SetCursorPos): use QueryPointer instead of GetCursorPos, and call
10260         QueryPointer again after the WarpPointer so we can generate a
10261         proper (fake) MotionNotify event to be enqueued in the destination
10262         window's queue.
10263         (GetCursorPos): call QueryPointer.
10264
10265         Fixes #79556.
10266
10267 2006-10-02  Jackson Harper  <jackson@ximian.com>
10268
10269         * NotifyIcon.cs: Derive the notify icon from a form, so things
10270         like FindForm work on it.
10271         - Swallow the WM_CONTEXTMENU message, since that is generated on
10272         mouse down, and context menu is a mouse up kinda guy.  I believe
10273         the correct fix here is probably to make the notify icon entirely
10274         NC area, but this seems to work fine for anyone not manipulating
10275         WndProc.
10276
10277 2006-10-02  Jonathan Pobst  <monkey@jpobst.com>
10278
10279         * ToolStrip.cs, ToolStripButton.cs, ToolStripItem.cs,
10280           ToolStripItemCollection.cs, ToolStripLabel.cs,
10281           ToolStripProfessionalRenderer.cs, ToolStripRenderer.cs,
10282           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs:
10283           Initial implementation.
10284         * TextRenderer.cs: Provide padding to MeasureText.
10285
10286 2006-10-02  Sebastien Pouliot  <sebastien@ximian.com>
10287
10288         * ButtonBase.cs: Fix CreateAccessibilityInstance to return an instance
10289         of ButtonBaseAccessibleObject. Fix bug #79552.
10290
10291 2006-10-02  Jackson Harper  <jackson@ximian.com>
10292
10293         * MdiWindowManager.cs: When maximizing use the containers client
10294         rect, not it's bounds, so nc area is accounted correctly.
10295         - Use the parent form's size for the menu position, since the
10296         client isn't always the full form size.
10297
10298 2006-10-01  Chris Toshok  <toshok@ximian.com>
10299
10300         * ScrollableControl.cs: make sure neither right_edge or
10301         bottom_edge are < 0, since they're used as LargeChange for the
10302         horiz/vert scrollbars respectively.  Fixes #79539.
10303
10304 2006-10-01  Chris Toshok  <toshok@ximian.com>
10305
10306         * NotifyIcon.cs: add NotifyIconWindow.InternalRecreateHandle, so
10307         the xplatuix11 code can cause us to destroy/recreate our handle.
10308
10309         * XplatUIX11.cs
10310         (SystrayAdd):
10311         - this code can be invoked many times for the same Hwnd.  Make
10312           sure we only destroy the client window once (the first time this
10313           method is called).  This fixes bug #79544.
10314         - Remove the call to the improperly bound XSync.  why we had two
10315           bindings to this, I will never know, but this call resulted in
10316           events being discarded from the queue(!).
10317         - correct a misunderstanding of _XEMBED_INFO - the second atom is
10318           not our current state but the state we wish to be in.  So, 0 if
10319           we don't want to be mapped.  Change it to 1.
10320         (SystrayRemove): The XEMBED spec makes mention of the fact that
10321         gtk doesn't support the reparent of client windows away from the
10322         embedder.  Looking at gtksocket-x11.c seems to agree with this.
10323         The only avenue we have for removing systray icons is to destroy
10324         them.  We don't want the handle to go away for good, though, so
10325         call InternalRecreateHandle on the NotifyIconWindow.  Fixes
10326         #79545.
10327         
10328 2006-10-01  Chris Toshok  <toshok@ximian.com>
10329
10330         * Form.cs (WndProc): inline the native_enabled variable usage into
10331         the cases in which it's used.  Fixes #79536.
10332
10333 2006-09-29  Mike Kestner  <mkestner@novell.com>
10334
10335         * ListView.cs : toggle the selection state for ctrl clicks in 
10336         multiselect mode. [Fixes #79417]
10337
10338 2006-09-29  Mike Kestner  <mkestner@novell.com>
10339
10340         * ListView.cs : kill CanMultiSelect and refactor the selection
10341         code to support multiselection in the absence of mod keys. Steal
10342         arrow/home/end keys by overriding InternalPreProcessMessage to
10343         restore regressed keynav behavior.
10344         [Fixes #79416]
10345
10346 2006-09-29  Jackson Harper  <jackson@ximian.com>
10347
10348         * MdiClient.cs: Repaint the titlebars when the active window is
10349         changed.
10350
10351 2006-09-29  Chris Toshok  <toshok@ximian.com>
10352
10353         * Application.cs: when entering a runloop with a modal, make sure
10354         the hwnd is enabled.  Fixes #79480.
10355
10356 2006-09-29  Chris Toshok  <toshok@ximian.com>
10357
10358         * DataGrid.cs (CurrentCell): if we try to navigate to the add row
10359         when ListManager.CanAddRows == false, bump us back one.
10360
10361         * DataGridColumnStyle.cs (ParentReadOnly): remove the
10362         listmanager.CanAddRows check.  This makes ArrayLists uneditable
10363         using a datagrid, which is not right.
10364         (SetColumnValueAtRow): call IEditable.BeginEdit if source[rowNum]
10365         is an IEditable, but call property_descriptor.SetValue regardless.
10366         fixes #79435.
10367
10368 2006-09-29  Chris Toshok  <toshok@ximian.com>
10369
10370         * DataGridBoolColumn.cs: we need to test equality in the face of
10371         possible null values (as is the case with the default NullValue).
10372         This patch keeps us from crashing in that case.
10373
10374 2006-09-29  Jackson Harper  <jackson@ximian.com>
10375
10376         * TreeNodeCollection.cs: Don't do a recalculate/updatescrollbars
10377         here, since it will get called for every node collection in the
10378         tree. This is now done in the treeview once the sorting is
10379         finished.
10380         * TreeView.cs: Recalculate the visible order, and update the
10381         scrollbars after sorting, set the top nope to the root so that the
10382         recalc actually works.
10383
10384 2006-09-29  Chris Toshok  <toshok@ximian.com>
10385
10386         * LinkLabel.cs: more handling of the default link collection in
10387         the face of LinkArea manipulation.  The default link collection
10388         contains 1 element (start=0,length=-1).  If the user sets LinkArea
10389         to anything and the links collection is the default, clear it.
10390         Then only add the link if its nonempty.  Fixes #79518.
10391
10392 2006-09-29  Chris Toshok  <toshok@ximian.com>
10393
10394         * LinkLabel.cs (CreatePiecesFromText): calculate the length of a
10395         piece correctly when we hit a '\n'.  Fixes #79517.
10396
10397 2006-09-29  Chris Toshok  <toshok@ximian.com>
10398
10399         * MimeIcon.cs, ThemeGtk.cs, X11DesktopColors.cs, XplatUIX11GTK.cs:
10400         change the binding of gdk_init_check to take two IntPtr's, and
10401         pass IntPtr.Zero for both of them.  Fixes #79520.
10402
10403 2006-09-29  Mike Kestner  <mkestner@novell.com>
10404
10405         * ComboBox.cs : raise TextChanged on ComboTextBox.TextChanged.
10406         [Fixes #78779]
10407
10408 2006-09-28  Jackson Harper  <jackson@ximian.com>
10409
10410         * XplatUIX11.cs: When translating NC messages make sure we go from
10411         whole window to screen, not client window to screen.
10412         * MdiClient.cs: Remove the calls to PaintWindowDecorations, this
10413         method doesn't exist
10414         - Skip over controls that aren't forms when arranging.
10415
10416 2006-09-28  Jackson Harper  <jackson@ximian.com>
10417
10418         * XplatUIWin32.cs: Clip the rect to the parent window.
10419         * XplatUIStructs.cs: Add clipping modes struct.
10420         * InternalWindowManager.cs: New private method that factors title
10421         bar heights in when calculating the pos of an NC mouse message.
10422         - Use SendMessage to force a paint when the form's size is changed
10423         instead of painting the decorations immediately.
10424         - Don't let the NC button click messages get to DefWndProc,
10425         because they will attempt to handle windowing themself, and this
10426         messes up z-order (it will put them in front of the scrollbars).
10427         * XplatUIX11.cs: Make sure that we don't reset window managers if
10428         we already have one (ie the window is an MDI window).
10429
10430 2006-09-28  Chris Toshok  <toshok@ximian.com>
10431
10432         * MainMenu.cs: fix #79405 by way of a disgusting hack.  all the
10433         menu code really needs going over.
10434
10435 2006-09-27  Chris Toshok  <toshok@ximian.com>
10436
10437         * XplatUIX11.cs (SetWMStyles): more metacity wonderment.  turns
10438         out metacity ignores the MAXIMIZE_HORZ/VERT messages unless the
10439         window is maximizable.  So, we need to make sure that even if we
10440         clear the border/wm frame of those functions, they're still
10441         available (basically, we remove the decoration without removing
10442         the function).  Half the fix for #79338.
10443
10444 2006-09-27  Chris Toshok  <toshok@ximian.com>
10445
10446         * DataGrid.cs (ProcessGridKey): implement Shift-Tab handling.
10447         Fixes bug #79515.
10448
10449 2006-09-27  Chris Toshok  <toshok@ximian.com>
10450
10451         * Splitter.cs: reorder things a bit so that we don't actually
10452         draw/move the splitter until after calling OnSplitterMoving.  This
10453         lets users cancel/disallow the movement by explicitly setting
10454         event.SplitX/SplitY.  Fixes #79372.
10455
10456 2006-09-27  Jackson Harper  <jackson@ximian.com>
10457
10458         * XplatUIX11.cs: Don't hide the caret when it is being destroyed,
10459         because it is most likely on a window being destroyed, and that
10460         will give us an X11 error.
10461
10462 2006-09-27  Chris Toshok  <toshok@ximian.com>
10463
10464         * PropertyGridView.cs: half of the fix for #78190.  Clicking on
10465         the dropdown button now toggles between showing and hiding the
10466         dropdown.  Also, get rid of dropdown_form_showing and just use
10467         dropdown_form.Visible.  We still don't do a grab, but I'll leave
10468         that part to someone who has handled Capture-fu before.
10469
10470 2006-09-27  Chris Toshok  <toshok@ximian.com>
10471
10472         * DataGrid.cs: return false if alt isn't pressed when '0' is
10473         pressed.  this keeps the '0' key from being swallowed, and fixes
10474         bug #79350.
10475
10476 2006-09-27  Chris Toshok  <toshok@ximian.com>
10477
10478         * ComboBox.cs: use Invalidate when scrolling the dropdown list.
10479         Calling Refresh (in response to a scrollbar event) screws up the
10480         scrollbar painting.  Fixes bug #78923.
10481
10482 2006-09-27  Chris Toshok  <toshok@ximian.com>
10483
10484         * Theme.cs (SystemResPool): make the "if hashtable[key] == null
10485         then insert into hashtable" blocks threadsafe.
10486
10487 2006-09-27  Chris Toshok  <toshok@ximian.com>
10488
10489         * MessageBox.cs (CreateParams): the styles should be |'ed with our
10490         baseclass's, since otherwise the
10491         ControlBox/MinimizeBox/MaximizeBox assignments above have no
10492         effect.  This gets the close button back in messageboxes.
10493
10494 2006-09-27  Chris Toshok  <toshok@ximian.com>
10495
10496         * XplatUIX11.cs: make StyleSet and ExStyleSet check == with the
10497         flag, not just != 0.  this makes flags that are actually multiple
10498         bits (like WS_CAPTION) work.  fixes bug #79508.
10499
10500 2006-09-27  Jordi Mas i Hernandez <jordimash@gmail.com>
10501
10502         * PageSetupDialog.cs: add support for getting and settings the 
10503         paper size, source and orientation.
10504
10505 2006-09-26  Chris Toshok  <toshok@ximian.com>
10506
10507         * XplatUIX11.cs (SetWMStyles): turns out when SYSMENU is not set
10508         and caption == "", we need to remove the resize handles as well as
10509         the title bar.
10510
10511         * Control.cs (set_Text): turns out that setting Text on a form
10512         should change the WM styles on the window, since if ControlBox ==
10513         false, the only way to get a window border is to have a non-""
10514         Text property.  check winforms/forms/text.cs for an example.  so,
10515         call both XplatUI.SetWindowStyle and XplatUI.Text here to properly
10516         update both window styles and title.  This fixes a lot of dialogs
10517         (including the preferences dialog in MonoCalendar.)
10518
10519 2006-09-26  Chris Toshok  <toshok@ximian.com>
10520
10521         * XplatUIWin32.cs (SetParent): if parent == IntPtr.Zero (and the
10522         control isn't a Form), call Win32ShowWindow to hide the window,
10523         but don't update the control Visible property.  When we reparent
10524         back to a parent control, call SetVisible in order for the
10525         window's visibility to be reinstated.
10526
10527         * XplatUIX11.cs (SetParent): if hwnd.parent == null, reparent to
10528         the FosterParent.
10529
10530         * Control.cs (ControlCollection.Remove): remove that value.Hide()
10531         call for good, since it breaks MonoCalendar (and other things I'm
10532         sure.) Also, set all_controls to null *after* the owner calls,
10533         which end up regenerating it.
10534         (ChangeParent): allow new_parent to be == null, passing
10535         IntPtr.Zero down to XplatUI.
10536
10537         this fixes #79294 the right way.
10538
10539 2006-09-26  Mike Kestner  <mkestner@novell.com>
10540
10541         * GridEntry.cs : internal SetParent method.
10542         * PropertyGrid.cs : attach to property changed on the proper
10543         target if we have a hierarchical grid with subobjects. Setup
10544         GridItem.Parent for hierarchical items.
10545         * PropertyGridView.cs : Set value on the correct target for
10546         hierarchical grids. [Fixes #78903]
10547
10548 2006-09-26  Chris Toshok  <toshok@ximian.com>
10549
10550         * Control.cs (ChildNeedsRecreating): this should return true if
10551         either we're being recreated and the child is in our list, or our
10552         parent is waiting for our recreation.
10553
10554 2006-09-26  Chris Toshok  <toshok@ximian.com>
10555
10556         * Control.cs (ControlCollection.Remove): reinstate the
10557         value.Hide() call as suggested in bug #79294.
10558
10559 2006-09-26  Sebastien Pouliot  <sebastien@ximian.com>
10560
10561         * XplatUIX11.cs: Fixed SetCursorPos to move the cursor to screen
10562         coordinates (versus a relative move).
10563
10564 2006-09-26  Chris Toshok  <toshok@ximian.com>
10565
10566         * Control.cs: rework child recreation a little bit.  It turns out
10567         that we race between the DestroyNotify the WM_DESTROY message.  If
10568         the parent gets its DestroyNotify before the child gets the
10569         WM_DESTROY message, the child ends up not recreating (since the
10570         parent finishes its recreation on DestroyNotify, and the child
10571         checks ParentIsRecreating.)
10572
10573         So, instead we store off a list of all the child controls which
10574         need to be recreated when the parent control starts to recreate
10575         itself.  Then, when child controls get their WM_DESTROY message we
10576         check to see if they're in the parent's pending recreation list,
10577         and if so, we recreate.  This removes all dependency on ordering
10578         from the code and fixes the initial MonoCalendar upgrade dialog.
10579         
10580 2006-09-26  Jackson Harper  <jackson@ximian.com>
10581
10582         * TextControl.cs: Use the Line to get the length of the line,
10583         since soft line breaks can change the end line.
10584
10585 2006-09-26  Chris Toshok  <toshok@ximian.com>
10586
10587         * Control.cs (ControlCollection.AddImplicit): don't add the
10588         control again if it's already in one of our lists.  This keeps us
10589         from adding controls over and over again for comboboxes when their
10590         handle gets recreated (as the combobox adds implicit controls in
10591         OnHandleCreated).  Fixes the X11 errors in bug #79480.
10592
10593 2006-09-26  Jackson Harper  <jackson@ximian.com>
10594
10595         * TextControl.cs: When deleting characters make sure that any
10596         orphaned zero lengthed tags get deleted.
10597         - Fix ToString for zero lengthed tags.
10598
10599 2006-09-25  Jackson Harper  <jackson@ximian.com>
10600
10601         * TextControl.cs: When getting a tag at the location there can be
10602         multiple tags at the same spot, these are 0-lengthed tags that
10603         appear when extra formatting has been stuck in a location.  We
10604         need to pull out the last of these 0 lengthed tags.
10605
10606 2006-09-25  Jackson Harper  <jackson@ximian.com>
10607
10608         * TextControl.cs: Fix print out in debug method.
10609         * TextBoxBase.cs: When text is set bail if we are setting to the
10610         previous value.
10611         
10612 2006-09-24  Alexander Olk  <alex.olk@googlemail.com>
10613
10614         * FontDialog.cs: Fixed the up/down arrow keys issue from bug #79478.
10615           It is now possible to change the selected index in a FontXXXListBox
10616           with the up and down arrow keys from the FontXXXTextBoxes.
10617           Also, send the FontXXXTextBox mouse wheel event to the corresponding
10618           FontXXXListBoxes to match ms.
10619
10620 2006-09-22  Sebastien Pouliot  <sebastien@ximian.com>
10621
10622         * SystemInformation.cs: Return a clone of the theme's MenuFont because
10623         anyone can dispose it, anytime. All other properties returns enums, 
10624         structs or basic types so they don't need such tricks.
10625
10626 2006-09-22  Jackson Harper  <jackson@ximian.com>
10627
10628         * XplatUI.cs:
10629         * XplatUIWin32.cs:
10630         * Clipboard.cs:
10631         * DataFormats.cs:
10632         * XplatUIOSX.cs:
10633         * XplatUIDriver.cs: Update interface to add a primary selection
10634         flag, so the driver can use the primary selection buffer if
10635         needed.
10636         * XplatUIX11.cs: Allow the clipboard to retrieve from PRIMARY.
10637
10638         * RichTextBox.cs: We need to supply the data object to paste now
10639         (so we can choose to supply CLIPBOARD or PRIMARY).
10640         * TextBoxBase.cs: Supply data object to paste (see above).
10641         - Middle click uses the primary selection data object.
10642         
10643 2006-09-21  Chris Toshok  <toshok@ximian.com>
10644
10645         * XplatUIX11.cs: first little cleanup of the StyleSet (...) block
10646         of SetWMStyles.  It's still a rat's nest and is largely
10647         order-dependent which I dislike immensely.  This also fixes the X
10648         button disappearing from toplevel forms.
10649
10650 2006-09-21  Mike Kestner <mkestner@novell.com>
10651
10652         * ListBox.cs: move Jordi's click/dblclick raising code to the
10653         mouse up handler.
10654
10655 2006-09-21  Jordi Mas i Hernandez <jordimash@gmail.com>
10656
10657         * ListBox.cs: Fixes 79450
10658
10659 2006-09-21  Mike Kestner <mkestner@novell.com>
10660
10661         * TreeView.cs: guard against disposed conditions in UpdateScrollbars
10662         to deal with people updating the TreeNodeCollection after the tree
10663         is disposed.  "Fixes" 79330.
10664
10665 2006-09-20  Jackson Harper <jackson@ximian.com>
10666
10667         * TextControl.cs: Push the cursor record onto the undo stack
10668         before the delete action. This fixes 78651.
10669
10670 2006-09-20  Jonathan Chambers  <joncham@gmail.com>
10671
10672         * PropertyGridView.cs: Remove WindowStyles.WS_VISIBLE from
10673         CreateParams. Fixes 79329.
10674
10675 2006-09-19  Chris Toshok  <toshok@ximian.com>
10676
10677         * XplatUIX11.cs: a couple of blanket code massage passes to clean
10678         things up a bit.  First, get rid of the NetAtoms array (and the NA
10679         enum), and just embed the atoms as static fields.  Also, add a
10680         couple of functions (StyleSet and ExStyleSet) to clean up all the
10681         bitmask testing of styles.
10682
10683         * X11Structs.cs: remove the NA enum, not needed anymore.
10684         
10685 2006-09-19  Chris Toshok  <toshok@ximian.com>
10686
10687         * XplatUIX11.cs: apply Alexander's tool window fix for bug #79245
10688         (mapping them to _NET_WM_WINDOW_TYPE_UTILITY).  and add a little
10689         added cleanup to get MessageBox titles appearing again, which were
10690         broken by my earlier fix for caption-less/ControlBox-less windows.
10691
10692 2006-09-18  Jonathan Pobst <monkey@jpobst.com>
10693
10694         * ToolStripArrowRenderEventArgs.cs, ToolStripArrowRenderEventHandler.cs,
10695           ToolStripContentPanelRenderEventArgs.cs, ToolStripContentPanelRenderEventHandler.cs,
10696           ToolStripGripRenderEventArgs.cs, ToolStripGripRenderEventHandler.cs,
10697           ToolStripItemClickedEventArgs.cs, ToolStripItemClickedEventHandler.cs,
10698           ToolStripItemEventArgs.cs, ToolStripItemEventHandler.cs,
10699           ToolStripItemImageRenderEventArgs.cs, ToolStripItemImageRenderEventHandler.cs,
10700           ToolStripItemRenderEventArgs.cs, ToolStripItemRenderEventHandler.cs,
10701           ToolStripItemTextRenderEventArgs.cs, ToolStripItemTextRenderEventHandler.cs,
10702           ToolStripPanelRenderEventArgs.cs, ToolStripPanelRenderEventHandler.cs,
10703           ToolStripRenderEventArgs.cs, ToolStripRenderEventHandler.cs,
10704           ToolStripSeparatorRenderEventArgs.cs, ToolStripSeparatorRenderEventHandler.cs:
10705             Inital import.
10706         * ToolStripPanel.cs, ToolStripContentPanel.cs, ToolStripSeparator.cs,
10707           ToolStripButton.cs: Stubs needed for above.
10708         * ToolStrip.cs, ToolStripItem.cs: Stub a few variables/properties for above.
10709
10710 2006-09-15  Chris Toshok  <toshok@ximian.com>
10711
10712         * XplatUIX11.cs:
10713         - make the MessageQueues hashtable Synchronized.
10714         
10715         - SendMessage: if the Hwnd is owned by a different thread, use the
10716         AsyncMethod stuff to dispatch the SendMessage on the hwnd's
10717         thread.  Fixes bug #79201.
10718
10719 2006-09-15  Chris Toshok  <toshok@ximian.com>
10720
10721         * XplatUIX11.cs (SetWMStyles): rework the #79368 fix slightly.  If
10722         ControlBox == false, we disallow maximize/minimize/close.  If the
10723         form Caption is "" we also disallow move (and get rid of the Title
10724         decoration).  Unfortunately, regardless of how things are set,
10725         we're stuck with the Title and WM menu.
10726
10727 2006-09-15  Chris Toshok  <toshok@ximian.com>
10728
10729         * Application.cs: add locking around the static message_filters
10730         ArrayList, part of #79196.
10731
10732 2006-09-15  Chris Toshok  <toshok@ximian.com>
10733
10734         * XplatUIX11.cs (SetWMStyles): if Form.Text == "" and
10735         Form.ControlBox == false, the window has no titlebar nor resize
10736         handles.  fixes bug #79368.
10737
10738 2006-09-15  Chris Toshok  <toshok@ximian.com>
10739
10740         * TextBoxBase.cs: in CalculateScrollBars make sure LargeChange is
10741         >= 0.  Fixes bug #79370.
10742
10743 2006-09-15  Jonathan Pobst <monkey@jpobst.com>
10744         * FlowLayoutPanel.cs, FlowLayoutSettings.cs: Initial commit.
10745         * Control.cs:
10746             Add properties: LayoutEngine, Margin, DefaultMargin.
10747             Add method: GetPreferredSize.
10748             Move layout logic from PerformLayout to layout engines. 
10749
10750 2006-09-13  Chris Toshok  <toshok@ximian.com>
10751
10752         * XplatUIX11.cs: more destroy work.  Jackson pointed out that my
10753         fix for #79326 broke #78718, so this change addresses that.
10754
10755         - in SendWMDestroyMessages remove the call to
10756         CleanupCachedWindows, since we might be recreating the control and
10757         need to maintain the references to right Hwnd handles.  Also, set
10758         the zombie flag to true for each of the children in the hierarchy
10759         instead of calling hwnd.Dispose.  This will cause GetMessage to
10760         ignore all events for the window except for DestroyNotify.
10761
10762         - In GetMessage, ignore messages except for DestroyNotify for
10763         zombie hwnds.
10764         
10765         * Control.cs: revert the is_recreating fix from the last
10766         ChangeLog.  It's definitely "right", but it breaks switching from
10767         an MDI form to a non-MDI form.  Will need to revisit that.
10768
10769         * Hwnd.cs: add a zombie flag, which means "the
10770         client_window/whole_window handles are invalid, but we're waiting
10771         for the DestroyNotify event to come in for them".  Set the flag to
10772         false explicitly if setting WholeWindow/ClientWindow, and also
10773         when Disposing.
10774         
10775 2006-09-13  Chris Toshok  <toshok@ximian.com>
10776
10777         * XplatUIX11.cs: rework window destruction slightly.
10778
10779         - when destroying the windows associated with a control, we don't
10780         need 2 separate XDestroyWindow calls.  Just the one for the
10781         whole_window (or for client_window if whole_window is somehow
10782         IntPtr.Zero -- can this happen?) is enough.
10783
10784         - reworked SendWMDestroyMessages slightly, so we always dispose
10785         the child control hwnd's after sending the messages.
10786         
10787         - refactored out the ActiveWindow/FocusWindow/Caret clearing from
10788         the two places it was used (one was even using hwnd.Handle and the
10789         other hwnd.client_window.  ugh), adding another call in
10790         SendWMDestroyMessages.  We need this new call because now the
10791         DestroyNotify events in the queue will be ignored for the child
10792         controls (as their hwnd's were disposed, and the window id's
10793         removed from the hashtable in SendWMDestroyMessages.) fun, eh?
10794
10795         - this fixes bug #79326.
10796
10797 2006-09-13  Chris Toshok  <toshok@ximian.com>
10798
10799         * Control.cs: don't always set is_recreating to false at the end
10800         of RecreateHandle, since sometimes we're not done (and won't be
10801         until WndProc handles the WM_DESTROY message).  Also, set
10802         is_recreating to false in the WM_DESTROY handling code.  Part of
10803         the fix for bug #79326.
10804
10805 2006-09-13  Miguel de Icaza  <miguel@novell.com>
10806
10807         * X11DesktopColors.cs: Start the droppage of debugging messages.
10808
10809         * FileDialog.cs: Store the configuration file in ~/.mono/mwf_config
10810
10811 2006-09-13  Jonathan Pobst <monkey@jpobst.com>
10812
10813         * SplitContainer.cs, SplitterPanel.cs: Initial implementation [2.0].
10814
10815 2006-09-12  Chris Toshok  <toshok@ximian.com>
10816
10817         * DataGrid.cs (get_ListManager): if the list_manager is null, try
10818         to create it using SetDataSource.  Fixes bug #79151.
10819
10820 2006-09-11  Chris Toshok  <toshok@ximian.com>
10821
10822         * XEventQueue.cs: add a DispatchIdle property.
10823
10824         * XplatUIX11.cs (UpdateMessageQueue): only emit the Idle event if
10825         either the queue is null, or the queue has DispatchIdle set to
10826         true.
10827         (DoEvents): set queue.DispatchIdle to false around the
10828         peek/translate/dispatch message loop in this method.  This keeps
10829         Application.Doevents from emitting idle events.  Part of the fix
10830         for #78823.
10831
10832 2006-09-11  Chris Toshok  <toshok@ximian.com>
10833
10834         * DataGrid.cs (set_DataSource): make this work for both the
10835         winforms/datagrid test and ReportBuilder.  It seems as though when
10836         we've created a ListManager (or maybe it's if we have a
10837         BindingContext?), when we set the DataSource it clears the
10838         DataMember to "".  otherwise we reuse the datamember.  Fixes bug
10839         #79333.
10840
10841 2006-09-11  Chris Toshok  <toshok@ximian.com>
10842
10843         * XplatUIX11.cs: deal with queue being null, which happens in all
10844         the Clipboard functions.  Fixes one of the two problems mentioned
10845         in #78612.
10846
10847 2006-09-11  Chris Toshok  <toshok@ximian.com>
10848
10849         * MenuAPI.cs: rework OnMouseUp a bit so that releasing the mouse
10850         button on various spots (including outside the menu) works closer
10851         to MS, and doesn't crash.  Fixes #79343.
10852
10853 2006-09-11  Gert Driesen  <drieseng@users.sourceforge.net>
10854
10855         * ListView.cs: Do not initialize item_sorter in init. To match MS,
10856         return null for ListViewItemSorter if View is SmallIcon or LargeIcon
10857         and the internal comparer is set. When a new ListViewItemSorter is set,
10858         sort the items. Use Enum.IsDefined to verify whether a valid SortOrder
10859         was specified. No further processing is necessary if SortOrder is set
10860         to it's current value. If Sorting is modified to None, and View is
10861         neither SmallIcon nor LargeIcon then: on 2.0 profile set item_sorter
10862         (either custom or our internal ItemComparer) to null, on 1.0 profile
10863         only set item_sorter to null if its our internal IComparer. If Sorting
10864         is modified to Ascending or Descending, then use our internal IComparer
10865         if none is set, and if the current IComparer is our internal one then:
10866         on 2.0 profile always replace it with one for new Sorting, and on 1.0
10867         profile only use new Sorting if view is not SmallIcon or LargeIcon. Use
10868         Enum.IsDefined to verify whether a valid View value is specified in
10869         its setter. Automatically sort listview items when listview is
10870         created. In Sort, do nothing if ListView is not yet created, or if
10871         no item_sorter is set (no Sorting was set, Sorting was explicitly set
10872         to None or ListViewItemSorter was set to null). Added Sort overload
10873         taking a bool to indicate whether the ListView should be redrawn when
10874         items are sorted (we use this in ListViewItemCollection to avoid double
10875         redraws). Modified our internal IComparer to take the sort order into
10876         account. In Add and AddRange methods of ListViewItemCollection, also
10877         call Sort if Sorting is None (necessary for SmallIcon and LargeIcon
10878         view), but use overload with noredraw option to avoid double redraw.
10879         On 2.0 profile, throw NotSupportedException when setting CheckBoxes to
10880         true when View is Tile, and do the same when attempting to set View to
10881         Tile when CheckBoxes is true. Avoid maintaining separate ArrayLists
10882         for selected/checked indices, as it involves overhead when sorting is
10883         done while these collections are not used all that often. Instead
10884         we'll build the indices on demand. Modified IList implementation of
10885         CheckedIndexCollection to use public methods if object is int.
10886         Modified CheckedListViewItemCollection to hide checked items if
10887         ListView.CheckBoxes is false. Removed LAMESPEC remark in 
10888         ListViewItemCollection as the .NET SDK docs have been fixed. Modified
10889         IList implementation in SelectedIndexCollection to use public methods
10890         if object is int. Modified SelectedListViewItemCollection to hide
10891         selected items if listview is not yet created.
10892         * ListViewItem.cs: CheckedIndices list no longer needs to be
10893         maintained separately (see ListView changes). Also clone font, fixes
10894         test failure.
10895
10896 2006-09-11  Mike Kestner  <mkestner@novell.com>
10897
10898         * ComboBox.cs: if we are updating the contents of the currently
10899         selected index, refresh the control or the textbox selection.
10900         [Fixes #79066]
10901
10902 2006-09-11  Mike Kestner  <mkestner@novell.com>
10903
10904         * ComboBox.cs (UpdateBounds): use SetBounds not SetBoundsCore since 
10905         the 'specified' logic has been moved there.  This seems like a bug 
10906         in Control.cs, since our current SetBoundsCore completely ignores 
10907         the specified parameter.  Peter's commit seems to indicate that is 
10908         the way the MS control implementation works.  [Fixes #79325]
10909
10910 2006-09-10  Jonathan Chambers  <joncham@gmail.com>
10911
10912         * XplatUI.cs: Set default_class_name to be composed
10913         of current domain id. This allows MWF to be loaded in multiple
10914         domains on Win32.
10915
10916 2006-09-09  Miguel de Icaza  <miguel@novell.com>
10917
10918         * X11Keyboard.cs: If we are unable to obtain the input method, do
10919         not call CreateXic to create the input context.   Should fix
10920         #78944/79276.
10921
10922 2006-09-08  Alexander Olk  <alex.olk@googlemail.com>
10923
10924         * MimeIcon.cs: Rewrote major parts. Dropped KDE support for now.
10925           Simplified gnome support by adding more pinvokes to get the
10926           icon for a file or mime type.
10927
10928 2006-09-08  Jackson Harper  <jackson@ximian.com>
10929
10930         * MenuAPI.cs: Deslect popup context menu items before closing the
10931         window, so that you don't see the previously selected item
10932         selected when you reopen the menu.
10933         * TextControl.cs: Update the cursor position even if we don't have
10934         focus.  This fixes typing in things like the ComboBox.  I'm not
10935         totally sure we should always set the visibility if we don't have
10936         focus, but couldn't find any corner cases where the cursor showed
10937         up when it shouldn't.
10938
10939 2006-09-08  Chris Toshok  <toshok@ximian.com>
10940
10941         * X11Keyboard.cs: In UpdateKeyState vkey can be any integer, but
10942         our arrays are length 256.  & 0xff before indexing.  Fixes the
10943         crash in bug #78077.
10944         
10945 2006-09-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10946
10947         * ThemeWin32Classic.cs: 
10948         * DateTimePicker.cs: Draw check box if DateTimePicker.ShowCheckBox
10949         is true. Handle that check box too.
10950
10951 2006-09-07  Chris Toshok  <toshok@ximian.com>
10952
10953         * MenuAPI.cs: move the PerformClick call to OnMouseUp.  Fixes bug
10954         79244.
10955
10956 2006-09-07  Chris Toshok  <toshok@ximian.com>
10957
10958         * Control.cs: in set_BackColor only do the work if
10959         background_color != value.
10960
10961         * XplatUIX11.cs: move the clearing of invalid areas (both client
10962         and nc) to the same block of code where we set (nc_)expose_pending
10963         to false.  That is, move it from PaintEventEnd to PaintEventStart,
10964         so things that cause invalidates from within OnPaint will trigger
10965         another call to OnPaint.  Fixes bug #79262.
10966
10967 2006-09-07  Alexander Olk  <alex.olk@googlemail.com>
10968
10969         * Theme.cs: Use correct icon for UIIcon.PlacesPersonal
10970         * FileDialog.cs: Fix typo
10971
10972 2006-09-07  Jackson Harper  <jackson@ximian.com>
10973
10974         * ThemeWin32Classic.cs:  oops, forgot to commit.  Draw the images
10975         for tab pages if they have any.
10976
10977 2006-09-06  Mike Kestner  <mkestner@novell.com>
10978
10979         * Splitter.cs: use the "current" rect when finishing drag handle
10980         to avoid an artifact demonstrated by resedit.exe.  [Fixes #79251]
10981
10982 2006-09-06  Mike Kestner  <mkestner@novell.com>
10983
10984         * Splitter.cs: draw the drag handle at X or Y instead of 0 to deal
10985         support offset splitters. [Fixes #79298]
10986
10987 2006-09-06  Alexander Olk  <alex.olk@googlemail.com>
10988
10989         * Mime.cs: Fixed a bug that could override the global mime type
10990           result.
10991
10992 2006-09-05  Jackson Harper  <jackson@ximian.com>
10993
10994         * TabControl.cs: Better calculation method for setting the slider
10995         pos. Prevents crashes on really wide tabs.
10996         - Draw Image on tab pages if an image list is used.
10997
10998 2006-09-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10999
11000         * MonthCalendar.cs: When Font changes, the Size should be
11001         updated to fit the new font's space requirements.
11002
11003 2006-09-02  Alexander Olk  <alex.olk@googlemail.com>
11004
11005         * ListBox.cs: If the items are cleared with Items.Clear set
11006           top_index to 0.
11007
11008 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11009
11010         * MonthCalendar.cs: Handle arrow keys as input keys. Also
11011         fire DateChanged event instead of DateSelected event when
11012         the date was changed by keyboard interaction.
11013
11014 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11015
11016         * DateTimePicker.cs: Handle DateChanged for the associated
11017         month_calendar control, and set month_calendar.Font from 
11018         OnFontChanged method, as well as resize the height of the
11019         control when needed. Make PreferredHeight proportional.
11020
11021 2006-09-01  Chris Toshok  <toshok@ximian.com>
11022
11023         * DataGrid.cs: grr, stop overthinking the DataMember/DataSource
11024         properties.
11025
11026         * BindingContext.cs (HashKey.GetHashCode): use ^ instead of +.
11027
11028 2006-09-01  Peter Dennis Bartok  <pbartok@novell.com> 
11029
11030         * FileDialog.cs: Set ClientSize instead of window size, to allow space
11031           for decorations (Fixes #79219)
11032
11033 2006-09-01  Mike Kestner  <mkestner@novell.com>
11034
11035         * ComboBox.cs: first stab at sorting plus some selection handling
11036         fixes to bring us more in line with MS behavior.  Also switches back
11037         to index based selection.  Alternative patches for index-based 
11038         selection were provided by Jackson Harper, Carlos Alberto Cortez, 
11039         and latency@gmx.de on bug 78848.  I assume they were similar to this
11040         code I've had simmering in my tree forever.
11041         [Fixes #78848]
11042
11043 2006-09-01  Chris Toshok  <toshok@ximian.com>
11044
11045         * CurrencyManager.cs (ListChangedHandler): in the ItemAdded case,
11046         when setting list position guard against ending up with a -1 index
11047         (the other part of the fix for #78812).  Should probably make sure
11048         we don't need the analogous fix in the ItemDeleted case.
11049
11050         * DataGrid.cs:
11051         - in SetDataSource, work around the fact that the way
11052         OnBindingContextChanged is invoked will cause us to re-enter this
11053         method.  I'll remove the hack once I investigate
11054         OnBindingContextChanged.
11055
11056         - fix the logic in set_DataSource and set_DataMember (basically
11057         what to do if the other of the two is null.)
11058         
11059         - in OnListManagerItemChanged, we need to take into account the
11060         edit row when deciding whether or not to call RecreateDataGridRows
11061         (part of the fix for #78812).
11062
11063 2006-09-01  Jackson Harper  <jackson@ximian.com>
11064
11065         * Splitter.cs: Don't do anything if there is no control to affect
11066         (prevents us from crashing in weird tet cases).
11067         * TreeView.cs: Bounding box for the mouse movement reverting
11068         focus/selection back to previously selected node.  This matches
11069         MS, and makes the tree a lot more useable.
11070         * GroupBox.cs: Instead of drawing over the lines of the groupbox,
11071         use clipping so they are not drawn.  This fixes when the control
11072         is set to have a transparent background, or if it was over an
11073         image.
11074
11075 2006-09-01  Alexander Olk  <alex.olk@googlemail.com>
11076
11077         * MimeIcon.cs: Improved handling for reading default icons when
11078           using gnome (2.16 made it necessary). Check and read svg icons
11079           first, then 48x48 and then 32x32 icons.
11080
11081 2006-08-31  Chris Toshok  <toshok@ximian.com>
11082
11083         * DataGridTextBoxColumn.cs: only hide the textbox if it's still
11084         visible.
11085
11086         * DataGridTextBox.cs: Pass Tab's up to the datagrid by calling
11087         ProcessKeyPreview.  Fixes part of #77806.
11088
11089         * DataGrid.cs: big patch.
11090
11091         - revert the queueing up of DataSource/DataMember if inside
11092         BeginInit/EndInit calls.  That's not the way the datagrid achieves
11093         its delayed databinding.  Instead, call SetDataSource in
11094         OnBindingContextChanged.  This mimic's MS's behavior, and fixes
11095         #78811.
11096
11097         - Also, it wasn't mentioned in #78811, but the test case exhibits
11098         behavior that was lacking in our datagrid implementation - Columns
11099         that have mapping names that don't exist in the datasource's
11100         properties aren't shown.  Yuck.  To fix this I added the bound
11101         field to the column style, and basically any calculation to figure
11102         out anything about columns uses a loop to find the bound columns.
11103         still need to investigate if I can cache an array of the bound
11104         columns or if the indices must be the same.
11105
11106         - When setting CurrentCell, we no longer abort if the cell being
11107         edited was in the add row.  This fixes the other part of #77806.
11108
11109         - The new code also fixes #78807.
11110         
11111         * ThemeWin32Classic.cs: perpetrate the same disgusting
11112         column.bound field hack, and only render bound fields.
11113
11114 2006-08-31  Chris Toshok  <toshok@ximian.com>
11115
11116         * DataGridColumnStyle.cs: add bound field.  this field is true if
11117         the datasource has a property corresponding to the mapping name.
11118
11119         * DataGridTableStyle.cs: set the bound field on the column styles
11120         depending on whether or not we have a column for that property.
11121
11122 2006-08-31  Peter Dennis Bartok  <pbartok@novell.com> 
11123
11124         * Splitter.cs (SetBoundsCore): Don't ignore width/height of the 
11125           splitter control (fixes #79228)
11126
11127 2006-08-31  Chris Toshok  <toshok@ximian.com>
11128
11129         * DataGridColumnStyle.cs: we need to delay the assignment of
11130         property descriptor until the last possible moment due to the lazy
11131         databinding stuff in the datagrid.  Also, fix the exceptions
11132         thrown by CheckValidDataSource to match MS.
11133
11134 2006-08-31  Jackson Harper  <jackson@ximian.com>
11135
11136         * Form.cs: When activated select the active control, if there is
11137         no active control, we select the first control.
11138         * XplatUIX11.cs: If there is no focus control when we get a
11139         FocusIn event, find the toplevel form and activate it.  This
11140         occurs when you popup a window, it becomes the focus window, then
11141         you close that window, giving focus back to the main window.
11142
11143 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11144
11145         * MonthCalendar.cs: 
11146         * ThemeWin32Classic.cs: Cache Font in bold style, as well
11147         as StringFormat with Center alignments in MonthCalendar,
11148         instead of creating new ones when drawing the control. 
11149         Also, draw the month name in bold style.
11150
11151 2006-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
11152
11153         * Control.cs:
11154           - PerformLayout(): It would seem MS performs the fill even if the 
11155             control is not visible (part of #79218 fix)
11156           - ResetBackColor(): Use the setter to reset the color, to allow
11157             overriders to catch the change.
11158         * Form.cs:
11159           - .ctor: Call UpdateBounds to adjust client rectangle (part of #79218 fix)
11160           - CreateHandle(): dito (part of $79218 fix)
11161           - Don't set an icon if we have a dialog
11162         * ScrollableControl.cs:
11163           - set_AutoScrollMinSize: Setting the property enables AutoScroll (#79218)
11164           - ScrollIntoView(): No need to scroll if control is already visible
11165             (resolves fixme and fixes #79218)
11166
11167 2006-08-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11168
11169         * MonthCalendar.cs: Change proportions in SingleMonthSize
11170         to match the aspect of the original control.
11171
11172 2006-08-29  Alexander Olk  <alex.olk@googlemail.com>
11173
11174         * XplatUIX11.cs: Fix for a metacity/X problem where windows don't
11175           get updated when they get maximized.
11176
11177 2006-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
11178
11179         * XplatUIX11.cs: Handle windows with no border (Fixes part of #79160)
11180
11181 2006-08-29  Chris Toshok  <toshok@ximian.com>
11182
11183         * XplatUIX11.cs: when destroying the FocusWindow, send KILLFOCUS.
11184
11185 2006-08-29  Jackson Harper  <jackson@ximian.com>
11186
11187         * TreeView.cs: Need to track selected node and highlighted node,
11188         they aren't always the same thing, when the mouse is down on a
11189         node it is hilighted, but not selected yet.
11190         - Do the HideSelection stuff right
11191         - Need to focus on rbutton mouse down. And redraw selection when
11192         right click is mouse upped.
11193
11194 2006-08-29  Mike Kestner  <mkestner@novell.com>
11195
11196         * ThemeWin32Classic.cs: draw selections for columns in FullRowSelect
11197         when SubItems.Count < Columns.Count.  [Fixes #79167]
11198
11199 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com> 
11200
11201         * TextControl.cs (FindCursor): Fix math error (Fixes #78402)
11202
11203 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com>
11204
11205         * XplatUIX11.cs: Preempt the roundtrip for getting the location back
11206           from X. Only send based on ConfigureNotify if we don't have the
11207           correct location in hwnd (if the window manager moved us)
11208
11209 2006-08-28  Mike Kestner  <mkestner@novell.com>
11210
11211         * ListView.cs: remove a TODO. 
11212         * ThemeWin32Classic.cs: implement HideSelection support for ListView.
11213         [Fixes ListView part of #79166]
11214
11215 2006-08-28  Mike Kestner  <mkestner@novell.com>
11216
11217         * ListView.cs: move wheel handler to parent since it is focused
11218         instead of the item_control now.  [Fixes #79177]
11219
11220 2006-08-28  Mike Kestner  <mkestner@novell.com>
11221
11222         * ThemeWin32Classic.cs: only highlight subitems in fullrowselect
11223         when the control is focused. [Fixes #79171]
11224
11225 2006-08-28  Mike Kestner  <mkestner@novell.com>
11226
11227         * ListView.cs: size the item and header controls for empty and
11228         unscrollable views.
11229         * ThemeWin32Classic.cs: draw disabled backgrounds.
11230         [Fixes #79187]
11231
11232 2006-08-28  Chris Toshok  <toshok@ximian.com>
11233
11234         * Form.cs: remove unused "active_form" static field.
11235
11236         * Hwnd.cs: lock around accesses to static windows collection.
11237
11238         * Application.cs: lock threads in Exit ().
11239
11240 2006-08-28  Chris Toshok  <toshok@ximian.com>
11241
11242         * NativeWindow.cs: lock around accesses to window_collection.
11243         
11244 2006-08-28  Chris Toshok  <toshok@ximian.com>
11245
11246         * Control.cs: err, fix this the right way, by locking on controls
11247         when using it.  not by making it synchronized.
11248
11249 2006-08-28  Chris Toshok  <toshok@ximian.com>
11250
11251         * Control.cs: make the static "controls" field synchronized, as it
11252         gets updated from multiple threads.
11253
11254 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
11255
11256         * XplatUIX11.cs: PostQuitMessage is thread-specific not app-specific.
11257           Prevent other threads from exiting when calling thread sets quit state.
11258         * XEventQueue.cs: Added PostQuitState property
11259
11260 2006-08-27  Chris Toshok  <toshok@ximian.com>
11261
11262         * AsyncMethodData.cs: add a slot for the window handle.
11263
11264         * XplatUIX11.cs (SendAsyncMethod): send the event to the right
11265         window (the destination control's window, not the foster window).
11266
11267         * Control.cs (BeginInvokeInternal): store the window's handle in
11268         the AsyncMethodData.
11269         
11270
11271 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
11272
11273         * XplatUIX11.cs:
11274           - PostQuitMessage: Removed resetting S.D display handle, we might have
11275             another loop started after calling PostQuitMessage (Fixes #79119)
11276           - Created destructor to reset S.D handle
11277
11278 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com> 
11279
11280         * XplatUIX11.cs (SetCursor): Issue flush after setting the cursor (#79168)
11281
11282 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
11283
11284         * TextControl.cs (Insert): Update the caret position even if we don't
11285           have a handle yet, just don't call the driver in that case.
11286         * TextBoxBase.cs (set_SelectedText): Set the Start and End selection
11287           to the end of the new selection text (Fixes #79184)
11288
11289 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
11290
11291         * Form.cs (Activate): Only activate if the handle is created)
11292         * Control.c:
11293           - Mark window as invisible when it's disposed
11294           - Check if window handle is created when setting window visible, 
11295             instead of relying just on the is_created variable
11296           - Check if object is disposed when creating the control (Fixes #79155)
11297
11298 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
11299
11300         * ScrollableWindow.cs (ScrollWindow): Don't actually perform layouting
11301           when allowing layout again. Otherwise we re-generate the anchoring 
11302           distance to the border again and actually alter what the user wanted
11303           This is ugly, it'd be better if we used DisplayRectangle instead of
11304           ClientRectangle for Control.UpdateDistances, but that causes us to
11305           have other problems (initial anchoring positons would be wrong)
11306           (Fixes #78835)
11307
11308 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
11309
11310         * Control.cs:
11311           - The size and location setters shouldn't go directly to 
11312             SetBoundsCore, but to SetBounds, which triggers layout on the
11313             parent, then calls SetBoundsCore. (Related to fix for #78835)
11314           - SetBounds: Moved actual location update code into this function
11315             from SetBoundsCore, to match MS. Added call to PerformLayout if
11316             we have a parent (to trigger resizing of anchored parents if the 
11317             child size has changed (see testcase for #78835) 
11318         * ListBox.cs, Form.cs: Call SetBounds instead of SetBoundsCore to match 
11319           new control code
11320         * ScrollableControl.cs (CalculateCanvasSize): Use shortcut variable
11321
11322 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
11323
11324         * XplatUIX11.cs: Don't reset the DisplayHandle that's stored in
11325           System.Drawing when a toplevel window gets closed; there might
11326           be other toplevel windows belonging to the same app (Fixes #78052)
11327
11328 2006-08-26  Alexander Olk  <alex.olk@googlemail.com>
11329
11330         * FileDialog.cs: After reading FileDialog settings from mwf_config
11331           use Desktop prefix only if a real folder doesn't exist anymore.
11332         * FontDialog.cs: Added char sets.
11333           It is now possible to select the font, size or style with the
11334           textboxes.
11335
11336 2006-08-25  Kornél Pál  <kornelpal@gmail.com>
11337
11338         * PrintPreviewDialog.cs: Use assembly name constants.
11339
11340 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
11341
11342         * XplatUIWin32.cs (ScrollWindow): Use clipping rectangle arg (prevents
11343           scrollbar from whacking it's buttons)
11344
11345 2006-08-24  Chris Toshok  <toshok@ximian.com>
11346
11347         * ScrollableControl.cs: fix #78271.  There's a lot of misc stuff
11348         in this patch (aggregating setting Left/Top/Width/Height to
11349         setting Bounds on the scrollbars), but the crux of the fix is in
11350         Recalculate, where we scroll by the remaining scroll_position if
11351         we're hiding a scrollbar.  The 2*$5 reward in the comment is
11352         serious.
11353
11354 2006-08-24  Jackson Harper  <jackson@ximian.com>
11355
11356         * MdiClient.cs:
11357         * MdiWindowManager.cs: If the form is made a non-mdi window we
11358         need to remove the form closed event so that closing forms works
11359         correctly.
11360
11361 2006-08-24  Jackson Harper  <jackson@ximian.com>
11362
11363         * Control.cs: Make IsRecreating internal so that the driver can
11364         check it
11365         - Temporarily remove the Hide when controls are removed, its
11366         making a whole bunch of things not work because visibility isn't
11367         getting reset elsewhere correctly
11368         * Form.cs: Need to do a full handle recreation when the mdi parent
11369         is set.
11370         * XplatUIX11.cs: If we are recreating handles don't dispose the
11371         HWNDs.  What was happening is the handles were being recreated in
11372         SendWMDestroyMessages, but then flow continued on in that method
11373         and destroyed the new handles.
11374
11375 2006-08-23  Jackson Harper  <jackson@ximian.com>
11376
11377         * Form.cs: MdiClient is always at the back of the bus
11378         * Control.cs: When the order of items in the collection is changed
11379         we need to reset the all_controls array
11380         - do the same sorta setup thats done when adding a control when a
11381         control is set on the collection.
11382
11383 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
11384
11385         * TextBoxBase.cs (get_Text): Return an empty array if our document
11386           is empty (fixes #79052)
11387
11388 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
11389
11390         * Control.cs: We should call IsInputChar on only on WM_CHAR but not
11391           on WM_SYSCHAR messages (fixes #79053)
11392
11393 2006-08-23  Chris Toshok  <toshok@ximian.com>
11394
11395         * DataGrid.cs: fix flickering when scrolling vertically.
11396
11397 2006-08-23  Chris Toshok  <toshok@ximian.com>
11398
11399         * DataGrid.cs (EndEdit): only invalidate the row header when we
11400         need to.
11401
11402 2006-08-23  Chris Toshok  <toshok@ximian.com>
11403
11404         * ThemeWin32Classic.cs: fix the clip munging of the datagrid paint
11405         methods.  fixes the flicker when scrolling around.
11406
11407 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
11408
11409         * FileDialog.cs: Making sure the control is created before we get a 
11410           chance to use it with BeginInvoke (Fixes #79096)
11411
11412 2006-08-23  Chris Toshok  <toshok@ximian.com>
11413
11414         * ThemeWin32Classic.cs (DataGridPaintRows): calculate the proper
11415         width to use when painting the rows.
11416
11417 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
11418
11419         * TextBoxBase.cs:
11420           - Throw ArgumentException if a negative value is passed to SelectionLength
11421           - Update the selection end if start is moved. end needs to be always
11422             after start. (Fixes #79095)
11423           - Track selection length; MS keeps the selection length even if start
11424             is changed; reset on all other operations affection selection
11425
11426 2006-08-22  Jackson Harper  <jackson@ximian.com>
11427
11428         * TreeView.cs: Make sure both scrollbars get displayed and sized
11429         correctly when the other bar is visible.
11430         - Use the original clip rectangle for checking if the area between
11431         the two scrollbars is visible, not the viewport adjusted clipping
11432         rectangle.
11433
11434 2006-08-22  Jackson Harper  <jackson@ximian.com>
11435
11436         * Binding.cs: We don't use IsBinding because it requires the
11437         control to be created, which really shouldn't be necessary just to
11438         set a property on the control.
11439
11440 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11441
11442         * ComboBox.cs: Some CB.ObjectCollection methods must throw
11443         ArgumentNullReferenceException when the argument is null.
11444
11445 2006-08-21  Jackson Harper  <jackson@ximian.com>
11446
11447         * Timer.cs: Track the thread that the timer is started in (NOT
11448         CREATED), this way messages for it will only be triggered on its
11449         queue.
11450         * XEventQueue.cs: Track the timers here, this makes timers per
11451         thread, like MS.
11452         * XplatUIX11.cs: The timers are moved to the XEventQueue.
11453
11454 2006-08-19  Chris Toshok  <toshok@ximian.com>
11455
11456         * XplatUIX11.cs: after further communication with pdb, we get the
11457         best of both worlds.  SetZOrder working for un-Mapped windows, and
11458         no X errors for un-mapped windows.
11459
11460 2006-08-19  Chris Toshok  <toshok@ximian.com>
11461
11462         * XplatUIX11.cs (SetZOrder): remove the if (!hwnd.mapped) check,
11463         as it was causing pdn toolbars to not have the correct stacking.
11464
11465 2006-08-18  Mike Kestner  <mkestner@novell.com> 
11466
11467         * ListView.cs : guard against negative ClientArea.Width in scrollbar
11468         calculation.  Not sure why control should ever be setting a negative
11469         width though.  Fixes #78931.
11470
11471 2006-08-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11472
11473         * ComboBox.cs: Throw ArgumentNullException when adding/modifyng
11474         null items in ObjectCollection class.
11475         * ListBox.cs.: Likewise.
11476
11477 2006-08-18  Atsushi Enomoto  <atsushi@ximian.com>
11478
11479         * ThemeNice.cs, ThemeClearlooks.cs : remove RadioButton_DrawFocus()
11480           as the base method in ThemeWin32Classic should work fine.
11481           Fixed bug #78607.
11482
11483 2006-08-18  Jackson Harper  <jackson@ximian.com>
11484
11485         * Binding.cs: When validating if the value entered doesn't convert
11486         properly reset to the old value.
11487         * RadioButton.cs: Don't fire click when we get focus.
11488
11489 2006-08-18  Jackson Harper  <jackson@ximian.com>
11490
11491         * FileDialog.cs: Paint the selection on the directory combobox the
11492         same way as on MS. 
11493
11494 2006-08-17  Jackson Harper  <jackson@ximian.com>
11495
11496         * ErrorProvider.cs: Don't allow the error control to be selected.
11497         * Control.cs: Don't send the SetFocus messages, the control
11498         activation will do this, and if we do it blindly here validation
11499         does not work.
11500
11501 2006-08-17  Jackson Harper  <jackson@ximian.com>
11502
11503         * Control.cs:
11504         * ContainerControl.cs: Make validation events fire in the correct
11505         order.  TODO: For some reason the first validation event is not
11506         getting fired.
11507
11508 2006-08-17  Mike Kestner  <mkestner@novell.com> 
11509
11510         * ComboBox.cs : some null guarding for ComboListBox.Scroll.
11511
11512 2006-08-17  Mike Kestner  <mkestner@novell.com> 
11513
11514         * ComboBox.cs : implement scroll wheel support for popped-down
11515         state. Fixes #78945. 
11516
11517 2006-08-17  Jackson Harper  <jackson@ximian.com>
11518
11519         * TreeView.cs: Specify treeview actions (old patch that didn't get
11520         committed for some reason).
11521         - Don't let the mouse wheel scroll us too far.  Just want to make
11522         the bottom node visible, not scroll it all the ways to the top.
11523
11524 2006-08-17  Jackson Harper  <jackson@ximian.com>
11525
11526         * XplatUIX11.cs: Mouse wheel events go to the focused window.
11527
11528 2006-08-17  Mike Kestner  <mkestner@novell.com> 
11529
11530         * ComboBox.cs : don't do mouseover selection in simple mode.
11531
11532 2006-08-16  Jackson Harper  <jackson@ximian.com>
11533
11534         * Form.cs: Fire the closing events for all the mdi child windows
11535         when a window is closed.  If the cancel args are set to true, the
11536         main window still gets the event fired, but it doesn't not close.
11537         * MdiWindowManager.cs: Do this closing cleanup in a Closed
11538         handler, instead of when the button is clicked, so cancelling the
11539         close works correctly.
11540         * ComboBox.cs: Send the mouse down to the scrollbar.
11541
11542 2006-08-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11543
11544         * ListBox.cs: When passing 'null' to SelectedItem,
11545         set SelectedIndex to -1, to unselect items. This is the
11546         observed behaviour in .Net.
11547
11548 2006-08-16  Peter Dennis Bartok  <pbartok@novell.com> 
11549
11550         * TextBoxBase.cs: Overriding HandleClick to get clicks in spite of
11551           MS flags saying there won't be any. (fixes #78800)
11552         * Control.cs (HandleClick): Made virtual
11553
11554 2006-08-16  Atsushi Enomoto  <atsushi@ximian.com>
11555
11556         * PageSetupDialog.cs : use Yard-Pound units only in en-GB and en-US
11557           cultures. Fixed bug #78399.
11558
11559 2006-08-16  Jackson Harper  <jackson@ximian.com>
11560
11561         * Form.cs: Use the MdiClients MdiChildren property to access
11562         MdiChildren instead of creating the array from the child controls.
11563         * MdiClient.cs: Maintain a separate array of the mdi children, so
11564         that insertion order is maintained when the Z-order is changed.
11565
11566 2006-08-16  Mike Kestner  <mkestner@novell.com> 
11567
11568         * ListView.cs : add an ItemComparer and default to it for sorting.
11569         Fixes #79076, but sorting needs a complete overhaul to be compat with
11570         MS.
11571
11572 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
11573
11574         * XplatUIX11.cs (SetZOrder): Fix debugging leftover (fixes #79080)
11575
11576 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
11577
11578         * Hwnd.cs (Mapped): Properly traverse the tree
11579
11580 2006-08-15  Chris Toshok  <toshok@ximian.com>
11581
11582         * Binding.cs: fix PullData/SetPropertyValue.  We don't want to
11583         pass manager.Current.GetType() to ParseData.  It has to be the
11584         property type.  So, hold off doing the ParseData until we're in
11585         SetPropertyValue where we know the type.  This fixes the crash in
11586         #78821 but the textbox is still empty.
11587
11588 2006-08-15  Chris Toshok  <toshok@ximian.com>
11589
11590         * DataGrid.cs:
11591         - when we're scrolling, only call Edit() again if the
11592         current cell is still unobscured. Fixes bug #78927.
11593         - when handling mousedown on a cell, ensure the cell is visible
11594         before calling Edit.
11595         - remove the properties from DataGridRow, and remove the
11596         DataGridParentRow class altogether.
11597         
11598
11599 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
11600
11601         * TextBoxBase.cs (set_Text): Don't use base.Text, instead just
11602           fire OnTextChanged by ourselves. There's no point calling base,
11603           we don't set the base value anywhere else. Fixes #78773.
11604
11605 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11606
11607         * ListBox.cs: Call CollectionChanged when modifying
11608         an item from Items indexer, to update the actual items
11609         in the list box.
11610
11611 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11612
11613         * PrintDialog.cs: Small fixes for focus and a pair of checks,
11614         to match .Net behaviour.
11615
11616 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
11617
11618         * XplatUIX11.cs (SetZOrder): Handle raising toplevel windows
11619
11620 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
11621
11622         * Control.cs: Handle BringToFront for toplevel windows (Fixes #78737)
11623
11624 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
11625
11626         * MessageBox.cs: Prevent potential NRE exception.
11627         * TextBoxBase.cs: AutoSize only applies if MultiLine is false. Fixes #78889
11628
11629 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
11630
11631         * MessageBox.cs: Calculate the owner of a messagebox, also make
11632           it topmost. Fixes #78753
11633
11634 2006-08-14  Chris Toshok  <toshok@ximian.com>
11635
11636         * XplatUIX11.cs: A couple of fixes so that metacity will let us
11637         programmatically move windows.  first, set the PPosition hint as
11638         well as the USPosition hint.  Second include some code from pdb
11639         that sets the window type to NORMAL when we set the transient for
11640         hint.  This is because, in the absence of a window type, metacity
11641         thinks any window with TransientFor set is a dialog, and refuses
11642         to let us move it programmatically.  fascists.
11643
11644 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
11645
11646         * XplatUIX11.cs: When setting normal hints, take into consideration
11647           an different hints previously set so we don't delete them (fixes #78866)
11648
11649 2006-08-12  Chris Toshok  <toshok@ximian.com>
11650
11651         * ToolBarButton.cs: make Layout return a boolean, if something to
11652         do with the button's layout changed.
11653
11654         * ToolBar.cs:
11655         - add another parameter to Redraw, @force, which all existing
11656           calls set to true.
11657         - make the Layout function return a boolean which is true if the
11658           layout has actually changed.  Redraw now uses this (and @force)
11659           to determine when to invalidate.  At present the only place
11660           where @force can be false is the call from OnResize, when
11661           background_image == null.  So, resizing a toolbar when the
11662           layout doesn't change results in no drawing.
11663
11664 2006-08-12  Chris Toshok  <toshok@ximian.com>
11665
11666         * ThemeWin32Classic.cs: fix the bottom right corner painting.  had
11667         the VScrollBar and HScrollbar reversed.  oops.
11668
11669         * DataGrid.cs: fix the logic that assigns sizes to the implicit
11670         scrollbars.  we were assigning them twice (once in
11671         Calc{Horiz,Vertical}Scrollbar, and once in CalcGridAreas),
11672         therefore causing two scrollbar resizes (and redraws?) to happen
11673         per grid resize.
11674
11675 2006-08-12  Chris Toshok  <toshok@ximian.com>
11676
11677         * ToolBarButton.cs: redraw the entire button if the theme tells us
11678         to.
11679
11680         * Theme.cs: add ToolBarInvalidateEntireButton.
11681
11682         * ThemeWin32Classic.cs: we don't need to redraw the entire toolbar
11683         buttons, just the border.
11684
11685         * ThemeNice.cs: redraw the entire toolbar button since we need to
11686         draw the highlight image.
11687
11688         * ThemeClearlooks.cs: the rounded corners of toolbar buttons mean
11689         we need to redraw the entire button (not just the border).
11690
11691 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
11692
11693         * TextBoxBase.cs (CalculateScrollbars): Set the proper thumb size
11694           for vertical bars. Fixes the mismatches shown by #78513
11695
11696 2006-08-11  Alexander Olk  <alex.olk@googlemail.com>
11697
11698         * FileDialog.cs: If a saved/remembered path doesn't exist
11699           anymore, fall back to "Desktop".
11700
11701 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
11702
11703         * Form.cs (CreateParams): Don't use Parent.Handle unless we have a
11704           parent. It's apparently legal to not have one
11705         * XplatUIX11.cs:
11706           - SetZOrder: Don't try to set Z-Order on an unmapped window
11707           - CreateWindow: 0,0 are legal coordinates for a window. don't move
11708             it unless the coordinates are negative
11709
11710 2006-08-10  Mike Kestner  <mkestner@novell.com>
11711
11712         * ListControl.cs: allow null for DataSource.  Clear DisplayMember
11713         when setting to null per msdn docs.  Fixes #78854.
11714
11715 2006-08-10  Chris Toshok  <toshok@ximian.com>
11716
11717         * Menu.cs, MainMenu.cs, MenuAPI.cs: get rid of most of the
11718         flickering by setting a clip rectangle on the Graphics when we
11719         need to redraw just a particular menuitem.  Also, rename "OnClick"
11720         to "OnMouseDown" to reflect what it actually is.
11721         
11722         * Form.cs: track the OnMouseDown change.
11723
11724 2006-08-10  Peter Dennis Bartok  <pbartok@novell.com>
11725
11726         * CommonDialog.cs: Properly inherit the CreateParams from the form
11727           and only change what we need. Fixes #78865
11728
11729 2006-08-10  Chris Toshok  <toshok@ximian.com>
11730
11731         * ToolBar.cs, ToolBarButton.cs: fix the redraw-on-highlight
11732         flickering in flat mode (and most of the flickering in general) by
11733         only invalidating the button border (and not the entire rectangle)
11734         when the state changes.  A couple of cases still flicker:
11735         ToggleButtons, and the dropdown arrow case when the user mouse
11736         ups.
11737
11738 2006-08-10  Alexander Olk  <alex.olk@googlemail.com>
11739
11740         * X11Keyboard.cs: Fixed handling of the Del key on the cursorblock
11741           for german keyboards. Numlock state shouldn't affect the behaviour
11742           of the Del key. Fixes bug #78291.
11743
11744 2006-08-10  Chris Toshok  <toshok@ximian.com>
11745
11746         * ListControl.cs: remove the items.Clear line from BindDataItems,
11747         as this is the first thing done by both subclasses in their
11748         SetItemsCore overrides.  Also, add a ItemChanged handler, and when
11749         passed -1, refresh the list.  This gets databinding working when
11750         the datasource is set on the list before the datasource is
11751         populated (as in wf-apps/ReportBuilder.)
11752
11753         * ComboBox.cs: remove the argument to BindDataItems.  This call
11754         should really go away, and be initiated by the ListControl code.
11755
11756         * ListBox.cs: same.
11757
11758 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
11759
11760         * TextControl.cs (Document.ctor): Initialize caret so we don't crash
11761           if no data is in the document when the control is displayed
11762
11763 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com> 
11764
11765         * TextBoxBase.cs: Don't try moving the caret if we don't have a window
11766           yes (fixes #78806)
11767         * TextControl.cs: 
11768           - PositionCaret: Allow positioning of caret but don't call methods 
11769             requiring a handle if the window isn't created yet
11770           - CharIndexToLineTag: Fix ending loop early error. Lines is 1 based
11771           - owner_HandleCreated: Don't position the caret, just update it's 
11772             location. User might have already set a different position
11773
11774 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
11775
11776         * XplatUIWin32.cs: Don't use the desktop as basis for foster-parented
11777           windows. Screws up the returned coordinates for child windows. 
11778           Fixes #78825. I'm hoping this doesn't break something, since the
11779           code was explicitly put in 8 months ago, but no bug was attached.
11780           Menus still seem to work properly.
11781
11782 2006-08-08  Chris Toshok  <toshok@ximian.com>
11783
11784         * DataGrid.cs: make BeginInit/EndInit actually do what they're
11785         supposed to do - delay data binding until the EndInit call.  Also,
11786         make the table style collection's CollectionChangeAction.Refresh
11787         work properly.
11788
11789         * GridTableStylesCollection.cs: raise a CollectionChangeEvent
11790         (with action = Refresh) when a consituent table's MappingName is
11791         changed.
11792
11793 2006-08-08  Chris Toshok  <toshok@ximian.com>
11794
11795         * ToolBarButton.cs: in set_Text, call Parent.Redraw, not
11796         Invalidate, since changing the text can change the size of the all
11797         toolbar buttons.
11798
11799 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
11800
11801         * Form.cs (AddOwnedForm): Still need to add the form to our listif
11802           we don't have it yet
11803
11804 2006-08-08  Chris Toshok  <toshok@ximian.com>
11805
11806         * PrintControllerWithStatusDialog.cs: don't .Close() the status
11807         dialog, as this causes X errors later on, since we actually
11808         destroy the window.  Instead, .Hide() it.
11809
11810 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
11811
11812         * ComboBox.cs: Added focus reflection for popup window
11813         * XplatUIX11.cs: 
11814           - Removed transient setting for non-app windows for now, not sure it
11815             was needed
11816           - Fixed logic checking if we have captions when deciding 
11817             override_redirect, WS_CAPTION is two bits and a 0 check was not
11818             sufficient
11819           - Removed the WINDOW_TYPE stuff, it was unneeded and making things
11820             complicated
11821         * Form.cs: 
11822           - AddOwnedForm: Don't just add the form to the list, call the property
11823             to ensure the driver is informed about the ownership as well
11824           - CreateHandle: Set the TopMost status in the driver if we have an owner
11825         * XplatUI.cs: Fixed debug statement
11826
11827 2006-08-08  Jonathan Pobst <monkey@jpobst.com>
11828         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
11829           GroupBoxRenderer.cs, ProgressBarRenderer.cs, RadioButtonRenderer.cs,
11830           ScrollBarRenderer.cs, TabRenderer.cs, TextBoxRenderer.cs, 
11831           TrackBarRenderer.cs: Make constructor private.
11832         * ProfessionalColors.cs, ProfessionalColorTable.cs: Fix misnamed properties.
11833         * ProfessionalColorTable.cs: Make properties virtual.
11834
11835 2006-08-06  Duncan Mak  <duncan@novell.com>
11836
11837         * NumericUpDown.cs (Value): Don't call OnValueChanged if the value
11838         is not changing.
11839
11840 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
11841         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
11842           GroupBoxRenderer.cs, ProfessionalColors.cs, ProfessionalColorTable.cs,
11843           ProgressBarRenderer.cs, RadioButtonRenderer.cs, ScrollBarRenderer.cs,
11844           TabRenderer.cs, TextBoxRenderer.cs, TextRenderer.cs, TrackBarRenderer.cs:
11845           Initial import of new 2.0 classes.
11846
11847 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
11848         * Application.cs: Add 2.0 VisualStyles properties.
11849
11850 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
11851         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
11852           XplatUIX11.cs: Create property to allow access to existing private
11853           variable "themes_enabled"
11854
11855 2006-08-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11856
11857         * ImageListStreamer.cs: generate the MemoryStreams with the exact BMP
11858         file size, as otherwise our class libraries fail using windows. Fixes
11859         bug #78759.
11860
11861 2006-08-04  Jackson Harper  <jackson@ximian.com>
11862
11863         * Form.cs:
11864         * XplatUIX11.cs: Move the toolwindow window manager creation into
11865         the X11 driver, this way on win32 we can let windows create/handle
11866         the toolwindows.
11867
11868 2006-08-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11869
11870         * PrintDialog.cs: Remove some redundant checks, add some others,
11871         clean some code, and move the focus to the text boxes when the
11872         values are incorrect.
11873
11874 2006-08-04  Alexander Olk  <alex.olk@googlemail.com>
11875
11876         * FontDialog.cs: Remove Form.MinimumSize. It's not needed.
11877
11878 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
11879
11880         * NumericUpDown.cs: Setting the Minimum and Maximum is now
11881           handled correctly. Fixes bug #79001.
11882
11883 2006-08-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11884
11885         * PrintDialog.cs: The "Copies" numeric up down must have
11886         set the Minimum property to 1; only if the value is bigger
11887         than 1, activate "Collate" check box. This is the behaviour of .Net.
11888         Also modify the Document elements only if it is not null.
11889
11890 2006-08-03  Jackson Harper  <jackson@ximian.com>
11891
11892         * TreeNodeCollection.cs: Fix copyto to use the correct nodes
11893         length. (We have a larger array then actual node count).
11894                 
11895 2006-08-03  Jackson Harper  <jackson@ximian.com>
11896
11897         * ComboBox.cs: Don't show selection by default.
11898         - The SelectAll isn't needed here, since the focus code should do
11899         that
11900         - DDL style lists to manual selection drawing, so when they
11901         get/lose focus they have to invalidate.
11902
11903 2006-08-03  Peter Dennis Bartok  <pbartok@novell.com>
11904
11905         * TextBoxBase.cs: Don't always show all selections by default.
11906
11907 2006-08-03  Jonathan Pobst  <monkey@jpobst.com>
11908         * ControlUpdateMode.cs, DataSourceUpdateMode.cs,
11909           HelpNavigator.cs, WebBrowserEncryptionLevel.cs:
11910           Fixed various typos.
11911
11912 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
11913
11914         * Control.cs: Removing the controls in a ControlCollection with
11915           Clear now hides the controls as expected. Fixes bug #78804. 
11916
11917 2006-08-03  Jackson Harper  <jackson@ximian.com>
11918
11919         * Control.cs: Revert previous focus patch, it breaks reflector.
11920
11921 2006-08-03  Jackson Harper  <jackson@ximian.com>
11922
11923         * ComboBox.cs: Cleanup selection and focus with the combobox.
11924         This also eliminates some duplicated keyboard code, since now
11925         everything is handled by the main class.
11926         - Make list selection work on mouse up instead of down, to match
11927         MS.
11928
11929 2006-08-02  Jackson Harper  <jackson@ximian.com>
11930
11931         * Control.cs: Setting focus needs to go through the whole
11932         selection mechanism.
11933
11934 2006-08-02  Chris Toshok  <toshok@ximian.com>
11935
11936         * PrintPreviewDialog.cs: change MinimumSize to use
11937         base.MinimumSize so it works.
11938
11939 2006-08-02  Peter Dennis Bartok  <pbartok@novell.com>
11940
11941         * TextControl.cs:
11942           - UpdateCaret: Added sanity check in case caret isn't defined yet
11943           - Line.Delete: Now updating selection and caret markers if we're
11944             transfering a node (Properly fixes #78323)
11945           - SetSelectionEnd: Added sanity check
11946         * TextBoxBase.cs: Removed broken attempt to fix #78323
11947
11948 2006-08-01  Chris Toshok  <toshok@ximian.com>
11949
11950         * PrintPreviewDialog.cs: the CancelEventArgs stuff surrounding the
11951         Close() call is handled in Form, not here.
11952
11953 2006-08-01  Chris Toshok  <toshok@ximian.com>
11954
11955         * Theme.cs, ThemeWin32Classic.cs: fix the PrintPreviewControl
11956         layout/rendering.
11957
11958         * PrintPreviewDialog.cs: add scrollbars, and add an image cache
11959         for sizes < 100% zoom.  The code now aggressively attempts to keep
11960         from calling document.Print (), and tries not to use the scaling
11961         g.DrawImage whenever possible (it still does if you scale to >
11962         100%, since usually that involves huge images).
11963
11964         * PrintPreviewControl.cs: hook up the close button.
11965
11966 2006-08-01  Jonathan Pobst  <monkey@jpobst.com>
11967         * ColumnClickEventHandler.cs, DrawItemEventHandler.cs,
11968           ItemChangedEventHandler.cs, ItemCheckEventHandler.cs,
11969           ItemDragEventHandler.cs, LabelEditEventHandler.cs,
11970           LinkClickedEventHandler.cs, LinkLabelLinkClickedEventHandler.cs,
11971           MeasureItemEventHandler.cs, MethodInvoker.cs, PaintEventHandler.cs,
11972           PropertyTabChangedEventHandler.cs, PropertyValueChangedEventHandler.cs,
11973           SelectedGridItemChangedEventHandler.cs, ToolBarButtonClickEventHandler.cs:
11974           Removed [Serializable] for 2.0 Event Handlers.
11975
11976 2006-07-31  Jackson Harper  <jackson@ximian.com>
11977
11978         * TextBoxBase.cs: Make ShowSelection invalidate when changed.
11979         * TextControl.cs: Uncomment out the body of this method.
11980
11981 2006-07-31  Alexander Olk  <alex.olk@googlemail.com>
11982
11983         * XplatUIX11.cs: Use the correct cursor shapes for arrow and default
11984           standard cursors.
11985
11986 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
11987
11988         * TextBoxBase.cs: Added internal property ShowSelection to allow controls
11989           that embed TextBox and need selections visible even if textbox is not
11990           focused to enforce that behaviour.
11991         * TextControl.cs (Draw): Use ShowSelection instead of has_focus to determine
11992           selection drawing
11993
11994 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
11995
11996         * TextControl.cs:
11997           - Added new SetSelectionStart/SetSelectionEnd overloads
11998           - Fixed viewport width assignment to be accurate
11999           - Adjusted alignment line shift calculations to allow cursor on right
12000             aligned lines to be always visible at the right border (like MS)
12001         * TextBoxBase.cs:
12002           - SetBoundsCore: Re-adjust caret location after resize (Fixes #78323)
12003           - TextBoxBase_SizeChanged: recalculating canvas on size changes
12004           - CalculateScrollBars: Use ViewPort size instead of window size, to
12005             properly consider space occupied by the border and scrollbars 
12006             (Fixes #78661)
12007           - hscroll_ValueChanged, vscroll_ValueChanged: Fixed scroll 
12008             calculations; no longer leaves artifacts
12009           - CaretMoved: Adjusted window scrolling to match MS and fixed several
12010             calculation bugs (Still missing right/center align calculations)
12011
12012 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com> 
12013
12014         * XPlatUIWin32.cs: Made ScrollRectEx a bit more flexible, and removed
12015           use of both scroll rect and clip rect, as they do the same.
12016
12017 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
12018
12019         * Control.cs (WM_CHAR WndProc): 2.0 profile allows changing the key 
12020           in the event handler (fixes #78912)
12021
12022 2006-07-31  Chris Toshok  <toshok@ximian.com>
12023
12024         * ThemeWin32Classic.cs: use grid.RowsCount here instead of
12025         grid.ListManager.Count, since grid.ListManager might be null.
12026         This of course begs the question "why are we drawing rows for a
12027         grid with no list manager (and therefor no rows)?"  Fixes the
12028         crash in bug #78929.
12029
12030 2006-07-31  Chris Toshok  <toshok@ximian.com>
12031
12032         * RelatedPropertyManager.cs: Don't always chain up to the parent
12033         ctor.  instead, call SetDataSource if the parent's position is !=
12034         -1.  Fixes the crash in #78822.
12035
12036 2006-07-31  Chris Toshok  <toshok@ximian.com>
12037
12038         * DataGrid.cs (get_ListManager): use field instead of property
12039         accessors for datasource and datamember.
12040         (RowsCount): make internal again.
12041         (OnMouseDown): end edits before resizing columns/rows.
12042         (OnMouseUp): restart edits after resizing columns/rows.
12043
12044 2006-07-30  Peter Dennis Bartok  <pbartok@novell.com>
12045
12046         * XplatUIX11.cs: Default cursor cannot be 0 or it will not get set.
12047           This fixes the situation where the last set cursor is displayed
12048           whenever the mouse is over scrollbars.
12049
12050 2006-07-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12051
12052         * PrintDialog.cs: Fix the behaviour of PrinterSettings and
12053         Document properties, as well as initial values.
12054
12055 2006-07-29  Peter Dennis Bartok  <pbartok@novell.com>
12056
12057         * XplatUIWin32.cs (SetBorderStyle): Setting both border
12058           and ClientEdge results in a 3-pixel border, which is
12059           wrong.
12060
12061 2006-07-28  Jackson Harper  <jackson@ximian.com>
12062
12063         * TreeNodeCollection.cs: Fix the clear method.
12064         - Fix the Shrink also
12065
12066 2006-07-27  Jackson Harper  <jackson@ximian.com>
12067
12068         * TreeView.cs: Make sure the visible order is computed when we
12069         attempt to size the scrollbars (for trees that mess with the
12070         scrolling when they shouldn't.
12071         - Make sure to give the scrollbars valid values.
12072
12073 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
12074
12075         * XplatUIX11.cs: Move motion compression code to where it
12076           has less performance impact
12077
12078 2006-07-26  Jackson Harper  <jackson@ximian.com>
12079
12080         * UpDownBase.cs: When the control is selected make the child
12081         controls non selectable, so that a click on them won't do a
12082         focus/unfocus cycle.
12083         - Don't give focus to the text box when the spinner is selected.
12084         * XEventQueue.cs: Peek on both the x11 queue and the lock queue.
12085
12086 2006-07-26  Chris Toshok  <toshok@ximian.com>
12087
12088         * ThemeWin32Classic.cs: add print preview rendering.  I'm not
12089         satisfied with this solution.  If the bitmaps are small, we should
12090         just cache them in the PrintPreviewDialog and draw them here.
12091         Also, the layout is broken for the 2-up and 3-up cases.
12092
12093         * Theme.cs: add PrintPReviewControlPaint.
12094
12095         * PrintPreviewDialog.cs: first pass implementation.
12096
12097         * PrintPreviewControl.cs: first pass implementation.  No
12098         scrollbars yet.
12099
12100         * PrintDialog.cs: only validate fields if that particular portion
12101         of the UI is enabled.  Also, set the document's controller to a
12102         PrintControllerWithStatusDialog wrapping the document's print
12103         controller.
12104
12105         * PrintControllerWithStatusDialog.cs: if we're printing to a file,
12106         bring up a SaveFileDialog (i hope we don't want to match the
12107         behavior of the crappy windows file entry) and set the
12108         PrinterSettings.PrintFileName accordingly.
12109
12110 2006-07-26  Jackson Harper  <jackson@ximian.com>
12111
12112         * ContainerControl.cs: Add a field that disables auto selecting
12113         the next control in a container when the container is activated.
12114         * UpDownBase.cs: Don't select the text box when the up down is
12115         selected.
12116
12117 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
12118
12119         * XEventQueue.cs: Added methods for peeking (used for compression
12120           of successive events)
12121         * XplatUIX11.cs (GetMessage): We're now compressing consecutive
12122           mouse move events (fixes #78732)
12123
12124 2006-07-25  Jackson Harper  <jackson@ximian.com>
12125
12126         * UpDownBase.cs: Use an internal class for the textbox so that we
12127         can control focus.  the updown control should always have focus,
12128         if either the text area or the buttons are clicked.
12129         - Send the key messages to the textbox, since it never actually
12130         has focus
12131         - Activate and decativate the textbox caret.
12132
12133 2006-07-24  Jackson Harper  <jackson@ximian.com>
12134
12135         * Control.cs: Use the directed select when selecting a control,
12136         this way the container controls override will get called and the
12137         whole ActiveControl chain will get triggered.  TODO: probably need
12138         to make sure this gets done everywhere instead of the old
12139         Select(Control).
12140         * ContainerControl.cs: Implement the directed Select method to
12141         find and activate the correct child control.    
12142         
12143 2006-07-22  Mike Kestner  <mkestner@novell.com>
12144
12145         * Form.cs: use Control.MousePosition for NCLBUTTONDOWN in the menu
12146         menu handling code so that clicks without a grab work too.
12147         [Fixes #78914]
12148
12149 2006-07-22  Alexander Olk  <alex.olk@googlemail.com>
12150
12151         * FileDialog.cs: Enable the BackButton when dirstack has one element.
12152           Added some small optimizations.
12153
12154 2006-07-21  Matt Hargett  <matt@use.net>
12155
12156         * Control.cs: Implemented 2.0 MinimumSize/MaximumSize properties
12157
12158 2006-07-21  Peter Dennis Bartok  <pbartok@novell.com> 
12159
12160         * Control.cs (GetNextControl): Fixes to make all of Jackson's unit 
12161           tests pass and match MS in some strange border cases.
12162
12163 2006-07-21  Chris Toshok  <toshok@ximian.com>
12164
12165         * ThemeWin32Classic.cs: handle drawing of the relation links and
12166         parent row buttons.
12167
12168         * Theme.cs: change args to DataGridPaintParentRow.
12169
12170         * DataGrid.cs: Don't use controls for the relation links and
12171         parent buttons, so we have to handle all their interactions in
12172         MouseMove, MouseDown, MouseUp, etc.  Also, store a lot more stuff
12173         when we're navigating through child tables, so we can reinstate
12174         selection, expanded state, current cell, etc.
12175
12176 2006-07-20  Chris Toshok  <toshok@ximian.com>
12177
12178         * ToolBar.cs: When we redraw a button, for whatever reason,
12179         there's no reason to redraw the entire toolbar.  Also, don't call
12180         Control.Refresh from within Redraw, as it's much heavier than
12181         Invalidate (which is really what we want).
12182
12183 2006-07-20  Chris Toshok  <toshok@ximian.com>
12184
12185         * DataGrid.cs, CurrencyManager.cs, DataGridColumnStyle.cs,
12186         DataGridTextBoxColumn.cs, DataGridTextBox.cs,
12187         ThemeWin32Classic.cs, ListControl.cs: After staring at stack
12188         traces from within a debug IBindingList datasource
12189         (in mono/winforms/datagrid) for *days*, I've finally gotten things
12190         to work in a similar fashion.
12191
12192 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12193
12194         * ListBox.cs: Don't call Sort () when setting 
12195         the Sorted property to false (avoid an unnecessary sort).
12196
12197 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12198
12199         * ListControl.cs: DataSource should throw an ArgumentException
12200         instead of a normal exception when the argument is not of the 
12201         correct type.
12202
12203 2006-07-20  Mike Kestner  <mkestner@novell.com>
12204
12205         * Control.cs: add InternalPreProcessMessage to allow us to steal
12206         key events before MWF gets its paws on them.  Adapted from a
12207         suggestion by eno.
12208         * ToolBar.cs: add GotLostFocus handing for flat toolbars, with 
12209         up/down/left/right navigation. Override the new internal control
12210         method to steal the events since they never make it to WndProc.
12211         * ToolBarButton.cs: don't worry about pushed when setting hilight
12212         since the drawing code prefers pushed to hilight. Invalidate on 
12213         Hilight changes. Fixes #78547 and #78525.
12214
12215 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
12216
12217         * ScrollableControl.cs: Consider AutoScrollMinSize when calculating
12218           the canvas size. Fixes #78868
12219
12220 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com>
12221
12222         * Splitter.cs: Track requested split position until first layout
12223           is performed. Fixes #78871
12224
12225 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
12226
12227         * Application.cs: Removed code that forces 1.x for the version
12228           number if the version started with 0. Not sure why that code was
12229           there and I couldn't find any bugs that indicated we needed it.
12230           Fixes #78869
12231
12232 2006-07-20  Alexander Olk  <alex.olk@googlemail.com>
12233
12234         * ThemeWin32Classic.cs: Don't throw a NotImplementedException in
12235           ResetDefaults(), just write some output to the console until it's
12236           implemented. Fixes bug #78907 for now. Eliminated two warnings.
12237
12238 2006-07-19  Jonathan Chambers  <joncham@gmail.com>
12239
12240         * PropertyGridView.cs: set StartPosition of drop down forms
12241         so they appear in correct initial spot.  Fixes #78190.
12242
12243 2006-07-19  Mike Kestner  <mkestner@novell.com>
12244
12245         * ThemeWin32Classic.cs: use parent background color when drawing
12246         flat toolbars.  Restructure the conditionals to make sure non-flat
12247         non-Divider toolbars are filled too.  Fixes #78837.
12248
12249 2006-07-19  Mike Kestner  <mkestner@novell.com>
12250
12251         * ListBox.cs: Sort on collection changes even if the handle
12252         isn't created yet.  Fixes #78813.
12253
12254 2006-07-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12255
12256         * ListControl.cs: DisplayMember should never be null,
12257         and now we assign String.Empty when null is passed to it (this
12258         is the .Net way).
12259
12260 2006-07-17  Mike Kestner  <mkestner@novell.com>
12261
12262         * ListViewItem.cs: restructure Font and subitem Font handling 
12263         to hold a specific font and refer back to owner on null.
12264         Fixes #78761.
12265
12266 2006-07-17  Mike Kestner  <mkestner@novell.com>
12267
12268         * ToolBar.cs: bandaid for side-effect of previous patch which was
12269         discarding explicit heights for non-AutoSize toolbars.  Need to
12270         extend my format tester to deal with AutoSize=false. Fixes #78864.
12271
12272 2006-07-15  Jackson Harper  <jackson@ximian.com>
12273
12274         * LabelEditTextBox.cs:
12275         * TreeView.cs: Use a new LabelEdit class for node editing, this
12276         class automatically 'closes' itself when it gets the enter key or
12277         loses focus.
12278         - Use the client rectangle when setting the trees scrollbars, so
12279         border style is taken into account.
12280         
12281 2006-07-14  Jackson Harper  <jackson@ximian.com>
12282
12283         * TreeNode.cs:
12284         * TreeView.cs: Make the editing work similar to MSs, firing the
12285         events correctly and ending edits correctly.
12286
12287 2006-07-14  Mike Kestner  <mkestner@novell.com>
12288
12289         * ToolBarButton.cs:
12290         * ToolBar.cs: layout restructuring and redraw enhancements to support
12291         formatting changes gracefully, like setting TextAlign, ImageList, 
12292         ButtonSize, and Appearance.  Handles explicit button sizing quirks
12293         of the MS controls.  Things like flat toolbars ignoring button size
12294         but becoming constant sized at the largest button's size.  Normal
12295         toolbars with an image set cannot be shrunk smaller than the image,
12296         but text can be clipped/ignored.
12297         * ThemeWin32Classic.cs: don't draw text if text_rect height or width
12298         is zero.  Seems like DrawString should be smart enough to not put
12299         anything on screen though. Also trim labels and ellipsize at the char
12300         boundary, not word.
12301         Fixes #78711 and #78483.
12302
12303 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
12304
12305         * FolderBrowserDialog.cs: Disable "New Folder" button and
12306           "New Folder" contextmenu menuitem if a folder like "My Computer"
12307           is selected.
12308
12309 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
12310
12311         * FileDialog.cs: Don't create a new folder in "MyComputer" folder.
12312         * FolderBrowserDialog.cs:
12313           - Use MWFConfig to store and read size and position settings
12314           - Added code to create a new folder (button or context menu).
12315             Use TreeView labeledit to change the name of the new folder.
12316
12317 2006-07-14  Jackson Harper  <jackson@ximian.com>
12318
12319         * TreeView.cs: Raise the OnAfterLabelEdit event correctly.  Also,
12320         when the tree is scrolled we end editing.
12321
12322 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
12323
12324         * ThemeWin32Classic.cs: Fixed position of CPDrawScrollButton Up and
12325           Down arrows
12326
12327 2006-07-14  Jonathan Pobst  <monkey@ipobst.com> 
12328
12329         WebBrowserProgressChangedEventHandler.cs, BindingCompleteEventArgs.cs,
12330         BindingCompleteEventHandler.cs, BindingManagerDataErrorEventArgs.cs,
12331         BindingManagerDataErrorEventHandler.cs, CacheVirtualItemsEventArgs.cs,
12332         CacheVirtualItemsEventHandler.cs, ColumnReorderedEventArgs.cs,
12333         ColumnReorderedEventHandler.cs, ColumnWidthChangedEventArgs.cs,
12334         ColumnWidthChangedEventHandler.cs, ColumnWidthChangingEventArgs.cs,
12335         ColumnWidthChangingEventHandler.cs, FormClosedEventArgs.cs,
12336         FormClosedEventHandler.cs, FormClosingEventArgs.cs,
12337         FormClosingEventHandler.cs, ItemCheckedEventArgs.cs,
12338         ItemCheckedEventHandler.cs, ListControlConvertEventArgs.cs,
12339         ListControlConvertEventHandler.cs, ListViewItemMouseHoverEventArgs.cs,
12340         ListViewItemMouseHoverEventHandler.cs, ListViewItemSelectionChangedEventArgs.cs,
12341         ListViewItemSelectionChangedEventHandler.cs,
12342         ListViewVirtualItemsSelectionRangeChangedEventArgs.cs,
12343         ListViewVirtualItemsSelectionRangeChangedEventHandler.cs,
12344         MaskInputRejectedEventArgs.cs, MaskInputRejectedEventHandler.cs,
12345         PopupEventArgs.cs, PopupEventHandler.cs, PreviewKeyDownEventArgs.cs,
12346         PreviewKeyDownEventHandler.cs, RetrieveVirtualItemEventArgs.cs,
12347         RetrieveVirtualItemEventHandler.cs, SearchForVirtualItemEventArgs.cs,
12348         SearchForVirtualItemEventHandler.cs, SplitterCancelEventArgs.cs,
12349         SplitterCancelEventHandler.cs, TabControlCancelEventArgs.cs, 
12350         TabControlCancelEventHandler.cs, TabControlEventArgs.cs, 
12351         TabControlEventHandler.cs, TableLayoutCellPaintEventArgs.cs,
12352         TableLayoutCellPaintEventHandler.cs, ToolStripDropDownClosedEventArgs.cs,
12353         ToolStripDropDownClosedEventHandler.cs, ToolStripDropDownClosingEventArgs.cs,
12354         ToolStripDropDownClosingEventHandler.cs, TreeNodeMouseClickEventArgs.cs,
12355         TreeNodeMouseClickEventHandler.cs, TreeNodeMouseHoverEventArgs.cs,
12356         TreeNodeMouseHoverEventHandler.cs, TypeValidationEventArgs.cs,
12357         TypeValidationEventHandler.cs, WebBrowserDocumentCompletedEventArgs.cs,
12358         WebBrowserDocumentCompletedEventHandler.cs, WebBrowserNavigatedEventArgs.cs,
12359         WebBrowserNavigatedEventHandler.cs, WebBrowserNavigatingEventArgs.cs,
12360         WebBrowserNavigatingEventHandler.cs, 
12361         WebBrowserProgressChangedEventArgs.cs: New 2.0 Event Handlers
12362
12363 2006-07-14  Jonathan Pobst  <monkey@ipobst.com>
12364
12365         MergeAction.cs, PowerLineStatus.cs, PowerState.cs, PreProcessControlState.cs,
12366         RichTextBoxLanguageOptions.cs, ScreenOrientation.cs, ScrollOrientation.cs,
12367         SearchDirectionHint.cs, SystemParameter.cs, TabControlAction.cs,
12368         TableLayoutPanelCellBorderStyle.cs, TextDataFormat.cs, TextImageRelation.cs,
12369         ToolStripDropDownCloseReason.cs, ToolStripDropDownDirection.cs,
12370         ToolStripGripDisplayStyle.cs, ToolStripGripStyle.cs,
12371         ToolStripItemAlignment.cs, ToolStripItemDisplayStyle.cs,
12372         ToolStripItemImageScaling.cs, ToolStripItemOverflow.cs,
12373         ToolStripItemPlacement.cs, ToolStripLayoutStyle.cs,
12374         ToolStripManagerRenderMode.cs, ToolStripRenderMode.cs,
12375         ToolStripStatusLabelBorderSides.cs, ToolStripTextDirection.cs,
12376         ToolTipIcon.cs, TreeNodeStates.cs, TreeViewDrawMode.cs,
12377         TreeViewHitTestLocations.cs, UnhandledExceptionMode.cs, ValidationConstraints.cs,
12378         WebBrowserEncryptionLevel.cs, WebBrowserReadyState.cs, WebBrowserRefreshOption.cs,
12379         ArrowDirection.cs, AutoCompleteMode.cs, AutoCompleteSource.cs, AutoSizeMode.cs,
12380         AutoValidate.cs, BatteryChargeStatus.cs, BindingCompleteContext.cs,
12381         BindingCompleteState.cs, CloseReason.cs, ColumnHeaderAutoResizeStyle.cs,
12382         ControlUpdateMode.cs, DataSourceUpdateMode.cs, DockingBehavior.cs,
12383         FixedPanel.cs, FlowDirection.cs, GetChildAtPointSkip.cs,
12384         HtmlElementInsertionOrientation.cs, InsertKeyMode.cs, ListViewHitTestLocations.cs,
12385         ListViewItemStates.cs, MaskFormat.cs: Added
12386
12387 2006-07-13  Jonathan Chambers  <joncham@gmail.com>
12388
12389         * PropertyGridView.cs: Fix keyboard navigation of drop down.
12390         Patch from eno for bug 78558.
12391         
12392 2006-07-13  Jackson Harper  <jackson@ximian.com>
12393
12394         * TreeView.cs: When an edit is finished make sure that the
12395         selected node is visible.
12396         - When setting the top/bottom use the scrollbars is_visible, so
12397         everything will be set correctly even if the tree isn't visible
12398         yet.
12399
12400 2006-07-13  Jackson Harper  <jackson@ximian.com>
12401
12402         * ComboBox.cs: Revert the item->index part of my previous patch.
12403         * TreeView.cs: Use LostFocus instead of Leave for detecting when
12404         the edit box has lost focus (duh).
12405         - Just make the edit box not visible when we get return, that will
12406         take the focus, which will call EndEdit
12407         * TreeNode.cs When we start editing, notify the treeview.
12408
12409 2006-07-12  Jackson Harper  <jackson@ximian.com>
12410
12411         * ComboBox.cs: Clear out old items before setting the item list.
12412         This prevents databound controls from having their items added
12413         twice.
12414         - Switch the combobox to use indices whereever possible instead of
12415         using Item's.  This allows usto navigate through lists that have
12416         more then one item with the same string value (ie a, b, b, a).
12417         - Scroll the listboxes scrollbar when a non visible item is
12418         highlighted
12419         - Allow keypress to cycle through all the possible values. For
12420         example if you have b1, b2, b3 and hold down the B key all the
12421         values will be cycled through.
12422         
12423 2006-07-12  Jackson Harper  <jackson@ximian.com>
12424
12425         * TextBoxBase.cs:
12426         * ListView.cs: Don't need to override SETFOCUS anymore, we can do
12427         this using the internal methods.
12428         * Control.cs: Add OnGotFocusInternal.  A new method that allows
12429         controls to "override" OnGotFocus and change focus behavior if
12430         needed.
12431         - Same thing for LostFocus
12432         * ComboBox.cs: Pass off focus to the text control properly.
12433
12434 2006-07-12  Alexander Olk  <alex.olk@googlemail.com>
12435
12436         * FileDialog.cs: Added GetFoldersOnly to MWFVFS
12437         * FolderBrowserDialog.cs: Almost a complete rewrite.
12438           - Better support for Environment.Specialfolders
12439           - Added support for MWFVFS
12440           - Made setting SelectedPath work
12441
12442 2006-07-12  Jackson Harper  <jackson@ximian.com>
12443
12444         * Control.cs: Optimze getting all the controls.
12445
12446 2006-07-11  Jackson Harper  <jackson@ximian.com>
12447
12448         * ContainerControl.cs: Override SETFOCUS in the container control,
12449         so that it is not selected on mouse click.
12450
12451 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com> 
12452
12453         * LinkLabel.cs: Hack to handle Shift-Tabbing to the linklabel. 
12454           Hopefully we will have a better way once all of focus is complete.
12455
12456 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com>
12457
12458         * ThemeWin32Classic.cs: Commented out some debug code and fixed
12459           a compile error with csc.
12460
12461 2006-07-11  Jackson Harper  <jackson@ximian.com>
12462
12463         * Control.cs: When hiding a control only select the next control
12464         if the current control was focused.
12465         - Don't handle enter/leave when setting/killing focus, this is
12466         done by the container control.
12467         - Remove is_selected, it's not needed anymore.
12468         - Add utility methods for selecting a child control, and for
12469         firing the Enter/Leave events.
12470         * ContainerControl.cs: When a control is activated fire the
12471         enter/leave events.
12472         - Don't wrap when processing the tab key, so that focus can be
12473         moved outside of the container.
12474         - Use the correct active control
12475
12476 2006-07-11  Jackson Harper  <jackson@ximian.com>
12477
12478         * ComboBox.cs: Remove some debug code that was blinding me.
12479         * UpDownBase.cs: These controls actually aren't implicit, they are
12480         visible to the user.
12481
12482 2006-07-10  Chris Toshok  <toshok@ximian.com>
12483
12484         * DataGrid.cs: move back to the is_adding boolean field.  god i
12485         hate this is_editing/is_adding/is_changing stuff.
12486
12487 2006-07-10  Chris Toshok  <toshok@ximian.com>
12488
12489         * DataGridTableStyle.cs: just check if the property type is bool.
12490         if it is, use DataGridBoolColumn, otherwise DataGridTextBoxColumn.
12491         Don't use CanRenderType.
12492
12493         * DataGridTextBoxColumn.cs: set the value to DBNull.Value, not "",
12494         if our text == NullText.  Remove CanRenderType.
12495
12496         * DataGridBoolColumn.cs: nuke CanRenderType.
12497
12498         * DataGrid.cs: reenable some code to end the current edit inside
12499         of set_CurrentCell.  This fixes the other 1.1.16 regression.
12500         Also, remove rowhdrs_maxheight and just use rowhdrs_area.Height.
12501         Also, remove the visible_row_count arg from CalcRowHeaders, since
12502         we don't need to worry about the actual height of the area.
12503
12504 2006-07-10  Chris Toshok  <toshok@ximian.com>
12505
12506         * DataGridTextBoxColumn.cs: if when we Commit we're in navigate
12507         mode, just return.
12508
12509         * DataGridTextBox.cs: change "isedit" to "isnavigating" to reflect
12510         the real sense of the IsInEditOrNavigateMode property (true =
12511         navigate, false = edit).  Also, update OnKeyPress to reflect this.
12512
12513         * DataGridTableStyle.cs (CreateColumnsForTable): even if the
12514         column style exists, we still need to set its property descriptor
12515         to match up with our list manager.
12516
12517 2006-07-10  Chris Toshok  <toshok@ximian.com>
12518
12519         * ThemeWin32Classic.cs: implement the new row/header painting
12520         approach.  The parent row painting will likely go away and
12521         replaced with label controls, but the rest seems to work ok (and
12522         efficiently).
12523
12524         * Theme.cs: change the way we draw datagrid rows.  we don't draw
12525         the row headers as a block now.  Instead we draw them in the
12526         normal draw-row loop.  Add some calls for drawing parent rows and
12527         relation rows.
12528
12529         * DataGridTableStyle.cs: add tons of ArgumentExceptions if this is
12530         a default table style.  Set the defaults from ThemeEngine.Current,
12531         not SystemColors.  Fix lots of misc issues with property setters.
12532
12533         * DataGrid.cs: move loads of style information out of this class
12534         as it's being duplicated with DataGridTableStyle.  keep track of a
12535         special DataGridTableStyle for the properties we used to mirror
12536         here.  Switch all the style properties to access this table style
12537         instead of instance fields of this class.  Also add a internal
12538         class to represent parent rows (more needs to be stored here, like
12539         the selection state from the parent table, as well as the
12540         expansion state.)  Also, for datasources with relations, do the
12541         right thing for collapse/expand, and add support for the
12542         navigation/parent row buttons.
12543
12544         Lastly, fix the crash in the 1.1.16 build.
12545
12546         * GridTableStylesCollection.cs: make the explicit interface
12547         implementations call the class's methods as opposed to duplicating
12548         them.
12549
12550         * DataGridTextBoxColumn.cs: set the x/y offset of the textfield to
12551         0 so the text doesn't jump around when we move the cursor.
12552
12553 2006-07-10  Jackson Harper  <jackson@ximian.com>
12554
12555         * TextBoxBase.cs:
12556         * ListBox.cs: Match MS's ToString (this makes debugging focus
12557         stuff infinitely easier).
12558
12559 2006-07-10  Jackson Harper  <jackson@ximian.com>
12560
12561         * Control.cs (SelectNextControl): When checking the control's
12562         parent use this instead of ctrl.parent so that null can be passed
12563         to SelectNextControl. (I have unit tests for this).
12564         - Remove unused var.
12565
12566 2006-07-10  Chris Toshok  <toshok@ximian.com>
12567
12568         * CurrencyManager.cs: correct one regression, the removal of the
12569         finalType field.  Also, add a MonoTODO on CanAddRows, implement
12570         Refresh() correctly, and fix some event emission in
12571         ListChangedHandler.
12572
12573 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
12574
12575         * FileDialog.cs: Don't use brackets for new folders if they exist
12576           under *nix. Instead use -(number of existing folders +1).
12577
12578 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
12579
12580         * FileDialog.cs:
12581           - Fixed really nasty bug #78771
12582           - Don't block the whole GUI when reading directories with a lot of
12583             entries. Use an other thread instead and call BeginInvoke to
12584             update the ListView in MWFFileView
12585
12586 2006-07-07  Chris Toshok  <toshok@ximian.com>
12587
12588         * Control.cs (Dispose): release any Capture when disposing.
12589
12590 2006-07-07  Chris Toshok  <toshok@ximian.com>
12591
12592         * LinkLabel.cs (Select): if we chain up to the parent, set
12593         focused_index to -1 so we'll search for the first available link
12594         the next time the user tabs into us.  Also, if the direction is
12595         backward and focused_index == -1, start the search from the last
12596         element.
12597
12598 2006-07-07  Chris Toshok  <toshok@ximian.com>
12599
12600         * LinkLabel.cs (CreatePiecesFromText): if the link's range piece
12601         is beyond the end of the text, don't do anything.
12602         (CreateLinkPieces): set our ControlStyles.Selectable based on
12603         whether or not we have any links.
12604         (Link.Invalidate): use a loop instead of foreach.
12605         (Link.set_Start): null out owner.sorted_links so it'll be
12606         recreated by CreateLinkPieces.
12607
12608 2006-07-06  Chris Toshok  <toshok@ximian.com>
12609
12610         * LinkLabel.cs: revert the SetStyle change.
12611
12612 2006-07-06  Chris Toshok  <toshok@ximian.com>
12613
12614         * LinkLabel.cs (.ctor): SetStyle Selectable to true.
12615         (OnEnableChanged): s/Refresh/Invalidate
12616         (OnGotFocus): if we have a focused index already, refocus it (so
12617         if we mouse out/in to the window it'll focus the right link).
12618         (OnKeyDown): move the tab handling out of here.
12619         (OnLostFocus): don't set focused_index to -1, so we can refocus it
12620         when we lose focus.
12621         (OnMouseDown): don't Capture here - Control handles it.  Also,
12622         focus the active link.
12623         (OnMouseUp): don't deal with Capture.
12624         (OnPaintBackgroundInternal): remove.
12625         (OnTextAlignChanged): CreateLinkPieces before calling the
12626         superclass's method.
12627         (OnTextChanged): call CreateLinkPieces before calling superclass's
12628         method.
12629         (ProcessDialogKey): handle Tab here, and call Select(bool,bool) to
12630         move around.
12631         (Select): implement this, moving the selection between different
12632         links, and call parent.SelectNextControl if we don't have another
12633         link to focus in the given direction.
12634         (CreateLinkPieces): call Invalidate instead of Refresh.
12635         
12636 2006-07-06  Chris Toshok  <toshok@ximian.com>
12637
12638         * ThemeWin32Classic.cs: DrawLinkLabel changes to accomodate the
12639         new LinkLabel internals.
12640
12641         * LinkLabel.cs: fairly major rewrite.  get rid of all the loops
12642         over pieces looking for active/focused/etc links.  also, deal with
12643         runs of text (and links) with embedded \n's in them, and use
12644         MeasureCharacterRanges instead of MeasureString to figure out the
12645         regions text occupies.  Lastly, do the usual s/Refresh/Invalidate
12646         two-step.
12647
12648 2006-07-04  Jackson Harper  <jackson@ximian.com>
12649
12650         * XplatUIX11.cs: Enable key auto repeat. If the user doesn't have
12651         XKB or key auto repeat, do it manually.  Without key auto repeat,
12652         when a key is held down we get key press, key release, key press,
12653         key release, ... with auto repeat we get key press, key press, key
12654         press ..., and then a release when the key is actually released.
12655
12656 2006-07-03  Jackson Harper  <jackson@ximian.com>
12657
12658         * TabControl.cs:
12659         * ThemeWin32Classic.cs: Tabs do not obey normal background color
12660         rules, they are always control color regardless of the background
12661         color.
12662
12663 2006-07-02  Alexander Olk  <alex.olk@googlemail.com>
12664
12665         * FileDialog.cs: Added internal class MWFConfig.
12666           Removed Registry support and replaced it with support for the new
12667           MWFConfig class. See MWFConfig comments for more information.
12668
12669 2006-06-30  Alexander Olk  <alex.olk@googlemail.com>
12670
12671         * ThemeWin32Classic.cs: Added RadioButton and CheckBox focus
12672           rectangle. Added some patches from eno from bug #78490 and fixed
12673           the arrow position for small up and down CPDrawScrollButtons.
12674
12675 2006-06-30  Jackson Harper  <jackson@ximian.com>
12676
12677         * InternalWindowManager.cs: Remove some debug code.
12678         * Form.cs: When an MdiParent is set to null, the window is
12679         "detatched" and becomes a normal window.
12680         * MdiClient.cs: Don't bring the new child form to the front until
12681         it is activated (setting it as active does this), this makes the
12682         previously active forms titlebar get redrawn as inactive.
12683
12684 2006-06-29  Peter Dennis Bartok  <pbartok@novell.com>
12685
12686         * PrintDialog.cs: Labels need a tab index too, otherwise they overlap
12687           with later controls
12688
12689 2006-06-29  Mike Kestner  <mkestner@novell.com>
12690
12691         * MenuAPI.cs: handle arrow keys in keynav state. Go active on down
12692         arrow in keynav state.  Fixes #78682.
12693
12694 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
12695
12696         * PrintDialog.cs: Reorder, relayout, remove extra code, set tab 
12697           order (fixes #78393)
12698
12699 2006-06-28  Jonathan Pobst  <monkey@ipobst.com>
12700
12701         * AccessibleRole.cs, AccessibleStates.cs, AnchorStyles.cs, 
12702           ArrangeDirection.cs, ArrangeStartingPosition.cs, ColorDepth.cs,
12703           ControlStyles.cs, DataGridViewImageCellLayout.cs, DrawMode.cs,
12704           FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs,
12705           GridItemType.cs, HelpNavigator.cs, ImeMode.cs, ItemActivation.cs,
12706           ItemBoundsPortion.cs, Keys.cs, ListViewAlignment.cs, 
12707           PictureBoxSizeMode.cs, PropertySort.cs, SelectionMode.cs,
12708           Shortcut.cs, SizeGripStyle.cs, SortOrder.cs, StructFormat.cs,
12709           TextFormatFlags.cs, ToolBarAppearance.cs, ToolBarButtonStyle.cs,
12710           ToolBarTextAlign.cs, View.cs: 2.0 Changes to existing 1.x
12711           enumerations (FlagsAttribute, SerializableAttribute, added/removed
12712           values)
12713
12714 2006-06-28  Mike Kestner  <mkestner@novell.com>
12715
12716         * ComboBox.cs: implement scroll wheel support. Fixes #78360.
12717
12718 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
12719
12720         * PropertyGrid.cs,
12721           PropertyGridTextBox.cs : explicitly set BackColor to differentiate
12722           item lines from other area (It also makes BackColor consistent and
12723           compatible with .NET). Fixed bug #78564.
12724
12725 2006-06-28  Jonathan Chambers  <jonathan.chambers@ansys.com>
12726
12727         * PropertyGrid.cs: refresh toolbar when PropertySort is set.
12728         Patch from Eno for #78555.
12729
12730 2006-06-27  Chris Toshok  <toshok@ximian.com>
12731
12732         * ThemeWin32Classic.cs: s/grid.grid_drawing/grid
12733
12734         * DataGridColumnStyle.cs: same.
12735
12736         * DataGrid.cs: Roll DataGridDrawingLogic.cs into this file.
12737         
12738         * DataGridDrawingLogic.cs: nuke.
12739
12740 2006-06-27  Chris Toshok  <toshok@ximian.com>
12741
12742         * DataGridTableStyle.cs: clean up the constructors, and build the
12743         list of child relations for this table.  I have no idea if this is
12744         where we should be doing it (it probably isn't), but since we're
12745         already iterating over the properties..
12746
12747         * DataGrid.cs: add row resizing.  for now we add a DataGridRow
12748         struct and array for keeping track of row information, similar to
12749         what's shown in a hack on
12750         http://www.syncfusion.com/FAQ/WindowsForms/FAQ_c44c.aspx.
12751
12752         * Theme.cs: be consistent about the naming of DataGrid methods,
12753         prefering ColumnWidths and RowHeights over columnsWidths and
12754         RowsHeights.
12755
12756         * ThemeWin32Classic.cs: same, and also add support for variable
12757         sized rows (and the +/- expansion icons for related rows).
12758
12759 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
12760
12761         * TextBoxBase.cs: Applied Eno's patch from #78660
12762
12763 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
12764
12765         * Form.cs (ScaleCore): We don't want to scale our form if it's
12766           state is minimized or maximized, but we still need to scale our
12767           child windows. Also, added try/finally block to ensure layout
12768           gets reset (Fixes #78697)
12769
12770 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
12771
12772         * Control.cs: Added 2.0 Scale(SizeF) method (Fixes 78700)
12773
12774 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
12775
12776         * Form.cs: Fixed c+p error and added check to resize form if minimum
12777           size is bigger than current size (Fixes #78709)
12778
12779 2006-06-26  Peter Dennis Bartok  <pbartok@novell.com> 
12780
12781         * ThemeEngine.cs (..ctor): Properly use ToLower() (Fixes #78704)
12782
12783 2006-06-26  Mike Kestner  <mkestner@novell.com>
12784
12785         * ComboBox.cs: only do Keypress handling in the combo when there  
12786         are items in the collection. Fixes #78710.
12787
12788 2006-06-26  Chris Toshok  <toshok@ximian.com>
12789
12790         * Binding.cs: make this work bi-directionally.  also, clear up
12791         other mixups between Push/Pull Data (e.g. we're supposed to pull
12792         data when validating).
12793
12794         * BindingManagerBase.cs: trim some fully qualified collection
12795         types.
12796
12797         * PropertyManager.cs (get_IsSuspended): oops, fix this check.
12798
12799 2006-06-23  Chris Toshok  <toshok@ximian.com>
12800
12801         * PropertyManager.cs: It appears (according to the unit tests)
12802         that PropertyManager doesn't use
12803         PropertyDescriptor.AddValueChanged to track propery value changes
12804         in its datasource, but uses the same scheme as Binding, where it
12805         looks for a <Property>Changed event and binds to it.
12806
12807         Also, according to the docs, IsSuspended always returns false for
12808         a property manager with a non-null datasource.
12809
12810 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com> 
12811
12812         * Form.cs: (ShowDialog): If we're returning a forced cancel we still
12813           need to update the actual DialogResult. (Fixes #78613)
12814
12815 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com>
12816
12817         * Form.cs (ShowDialog): Release any captures before running the
12818           new message pump (fixes #78680)
12819
12820 2006-06-22  Mike Kestner  <mkestner@novell.com>
12821
12822         * ListView.cs: Layout column widths properly in details mode even 
12823         if HeaderStyle.None is set.  Fixes #78691.
12824
12825 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com>
12826
12827         * FileDialog.cs: Fixed taborder to match MS. Fixes #77873 partially.
12828
12829 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com> 
12830
12831         * Control.cs (ContainsFocus): Using new driver method to get focused
12832           window, instead of trying to use internal tracking var, which can
12833           recursion issues (Fixes #78685)
12834         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
12835           XplatUIWin32.cs: Added GetFocus method to return focused window
12836
12837 2006-06-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12838
12839         * ColorDialog.cs: when the mouse button is pressed inside the color
12840         matrix, don't let the cursor move out of it until the button is
12841         released, which is the behavior on windows. Changed 'colours' by
12842         'colors' to use the same word consistently.
12843
12844 2006-06-21  Chris Toshok  <toshok@ximian.com>
12845
12846         * DataGrid.cs: add in some basic navigation stuff (navigating to a
12847         child relation and back, using a stack).  Also, remove
12848         GetDataSource and the code that calls it - it's not needed.  Also,
12849         track CurrencyManager.ListName's removal.
12850
12851 2006-06-21  Chris Toshok  <toshok@ximian.com>
12852
12853         * CurrencyManager.cs: push some of the original type checking from
12854         BindingContext.CreateBindingManager to here, and remove some of
12855         the finalType stuff.  Need more tests to make sure I've got the
12856         ListName part right, and we might need more in SetDataSource.
12857
12858         * PropertyManager.cs: add a ctor that takes just the datasource,
12859         and no property name.  Make SetDataSource work with a null
12860         property_name, and make Current return the data_source if the
12861         property descriptor is null.  this makes 'string foo = "hi";
12862         BindingContext[foo].Current' return "hi" as it should.
12863
12864         * RelatedCurrencyManager.cs: make this code more generic - there's
12865         no reason the parent manager has to be CurrencyManager, and
12866         there's no reason to pass the DataRelation.  It suffices to use a
12867         BindingManagerBase and PropetyDescriptor.
12868
12869         * RelatedPropertyManager.cs: make a similar change here.
12870         
12871         * BindingContext.cs: make CreateBindingManager the beautiful, tiny
12872         flower I knew it could be.
12873
12874 2006-06-20  Chris Toshok  <toshok@ximian.com>
12875
12876         * PropertyManager.cs: the PropertyChangedHandler is invoked when
12877         data in the source has changed and we need to update the control,
12878         so s/PullData/PushData.
12879
12880         * CurrencyManager.cs: Refresh is meant to update the control from
12881         data in the datasource.  So, s/PullData/PushData.
12882
12883         * BindingContext.cs: add more ugliness (we weren't handling the
12884         case where data_source = DataTable and data_member = column_name).
12885
12886         * Binding.cs: fix PushData/PullData mixup.  Both are interpreted
12887         from the perspective of the datasource.  PullData pulls from the
12888         control, PushData pushes to the control.
12889
12890 2006-06-20  Chris Toshok  <toshok@ximian.com>
12891
12892         * BindingContext.cs: rewrite the CreateBindingManager code to
12893         handle navigation paths more or less properly.  This could
12894         definitely stand some more work, in particular to push the
12895         recursion up to the toplevel.  But that relies on fixes in other
12896         places (System.Data comes to mind).
12897
12898         Also, move to a flat hashtable (and encode the twolevel nature of
12899         the dictionary into the hash key).  This lets us implement the
12900         IEnumerable.GetEnumerator method.
12901
12902         * RelatedCurrencyManager.cs: new class.  Update our view based on
12903         our relation and our parent CurrencyManager's position.
12904
12905         * CurrencyManager.cs: split out some logic from the ctor into
12906         SetView, so it can be called from the new RelatedCurrencyManager
12907         subclass.
12908
12909         * RelatedPropertyManager.cs: new class.  Update our datasource
12910         based on the position of our parent CurrencyManager.
12911
12912         * PropertyManager.cs: split out some logic from the ctor into
12913         SetDataSource, so it can be called from the new RelatedDataSource
12914         subclass.  Also, make the Current getter return the value
12915         of the PropertyDescriptor, not the data_source.
12916
12917         * Binding.cs: no need to duplicate the string splitting code here.
12918
12919 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
12920
12921         * Control.cs:
12922           - set_Enabled: OnEnabledChanged is not called if the inherited state 
12923             of the control is not altered, even though  we might be changing the
12924             internal state of the control (#78458)
12925           - set_Enabled: (Re)Moved the enabling/disabling of the window to 
12926             OnEnabledChanged, to allow easy altering of any child window state
12927           - OnEnabledChanged: Added code to enable/disable driver window state
12928           - OnParentEnabledChanged: Instead of firing the event, call 
12929             OnEnabledChanged, which will fire the event and also a) set driver
12930             window state and pass the enabled state to any grandchildren (#78458)
12931
12932 2006-06-19  Jackson Harper  <jackson@ximian.com>
12933
12934         * InternalWindowManager.cs: We don't set the cursor explicitly
12935         thats done via the response to NCHITTESTs.
12936         - Don't need to adjust for titlebar heights anymore, the
12937         coordinates are coming in the correct coordinates now (see peters
12938         last patch).
12939
12940
12941 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
12942
12943         * XplatUIX11.cs (GetMessage): WM_NCxBUTTONx messages were wrongly
12944           being translated relative to whole window, instead of client window.
12945           That caused broken offsets on mouseclick (and caused gas for our
12946           InternalWindowManager)
12947
12948 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
12949
12950         * TextControl.cs:
12951           - MoveCaret: Implemented PgUp, PgDown, CtrlPgUp and CtrlPgDown
12952           - Undo(): Added replay of cursor move on DeleteChars action; added
12953             calling Undo() again if a recorded cursor move is invalid (to
12954             ensure that some action is performed on Undo)
12955         * TextBoxBase.cs (ProcessKey): Added handling of PgUp and PgDown (#78482)
12956
12957 2006-06-16  Jackson Harper  <jackson@ximian.com>
12958
12959         * MdiClient.cs: Instead of just sizing maximized windows when
12960         there is a resize we also have to adjust the Y of minimized
12961         windows, so they stay pinned to the bottom of the mdi container.
12962         - Eliminate separate tracking of the active control, we can just
12963         get this from the controls collection.
12964         - Paint the decorations for the newly activated titlebar so we get
12965         a pretty blue bar.
12966         * InternalWindowManager.cs:
12967         * ThemeWin32Classic.cs: Minimized windows get all three buttons
12968         even if they are a tool window.
12969         
12970 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
12971
12972         * TextControl.cs (Undo): Handle non-existent cursor locations in the
12973           undo buffer, these can happen when text was deleted and the cursor
12974           was recorded first. Since we will also have a recorded cursor
12975           after the delete this is not an issue. (Fixes #78651)
12976
12977 2006-06-14  Peter Dennis Bartok  <pbartok@novell.com> 
12978
12979         * AccessibleObject.cs: Remove dependence on Control.is_selected;
12980           instead properly track control states internally (allows us to
12981           remove is_selected from Control)
12982
12983 2006-06-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12984
12985         * ImageListStreamer.cs: correctly generate the 1bpp mask for images
12986         whose width is not a multiple of 8.
12987
12988 2006-06-13  Jackson Harper  <jackson@ximian.com>
12989
12990         * MdiClient.cs:  Only maximize the next child if the current one
12991         is maximized.
12992
12993 2006-06-13  Chris Toshok  <toshok@ximian.com>
12994
12995         * DataGridColumnStyle.cs: Invalidate the column when HeaderText is
12996         modified.  Also, guard against grid or grid_drawing being null in
12997         Invalidate.
12998
12999         * DataGrid.cs: Reformat tons of getters/setters.  In the
13000         DataMember setter, just call SetNewDataSource instead of
13001         duplicating some of its functionality.  In SetNewDataSource, don't
13002         check ListManager for null, since the property getter creates the
13003         object if needed.
13004
13005         * DataGridTableStyle.cs: don't set TableStyle or call
13006         SetDataGridInternal on the column here, it's done in
13007         GridColumnStylesCollection.Add.
13008
13009         * GridColumnStylesCollection.cs: fix all the explicit interface
13010         implementations to just call our methods.  Nuke AddInternal() and
13011         move the body of it to Add().  Also, add a call to
13012         column.SetDataGridInternal to Add().
13013
13014         * DataGridTextBoxColumn.cs (.ctors): call this() instead of
13015         base()+duplicate code.  Also, use the Format property instead of
13016         format to generate an Invalidate ala MS.  Lastly, create the
13017         textbox here, unconditionally.
13018         (set_Format): call Invalidate.
13019         (get_TextBox): no need to call EnsureTextBox.
13020         (Commit): remove the message box.
13021         (Edit) remove the call to EnsureTextBox.
13022         (EndEdit): call HideEditBox instead of ReleaseHostedControl.
13023         (EnterNullValue): no need to check textbox for null.
13024         (HideEditBox): no need to check textbox for null.
13025         (SetDataGridInColumn): add the textbox to the grid's controls.
13026         (EnsureTextBox): nuke.
13027         
13028 2006-06-13  Jackson Harper  <jackson@ximian.com>
13029
13030         * MdiWindowManager.cs: Hook up to the maximized menus paint event
13031         and redraw the buttons when needed. Unhook when the window is
13032         unmaximized.
13033         * MainMenu.cs: Add an internal Paint event, the mdi window manager
13034         needs this so that it can redraw its buttons when the menu is
13035         repainted.
13036         * InternalWindowManager.cs:
13037         * Form.cs: The method order has changed for DrawMaximizedButtons,
13038         so that it can be a PaintEventHandler.
13039         
13040 2006-06-13  Jackson Harper  <jackson@ximian.com>
13041
13042         * MdiClient.cs: When we close a maximized mdi window, the next mdi
13043         window is activated and maximized, even if it wasn't before.
13044         - When  a new window is activated repaint the decorations of the
13045         old one, so that it no longer has the Active "look" (the blue
13046         titlebar).
13047         * InternalWindowManager.cs: Open up CreateButtons to base classes
13048         so they can recreate the buttons on state changes.
13049         - If a window is maximized give it all three buttons
13050         * MdiWindowManager.cs: Create the titlebar buttons when the state
13051         is changed, this is needed because a toolwindow will not have all
13052         three buttons until it is maximized.
13053
13054 2006-06-13  Atsushi Enomoto  <atsushi@ximian.com>
13055
13056         * ProgressBar.cs : PerformStep() shouldn't exceed Maximum.
13057           Fixed bug #78609.
13058
13059 2006-06-12  Jackson Harper  <jackson@ximian.com>
13060
13061         * KeysConverter.cs: Make sure we handle the Ctrl special case
13062         if its the only key.
13063         
13064 2006-06-12  Jackson Harper  <jackson@ximian.com>
13065
13066         * Theme.cs: Add a method to get the size of a managed window
13067         toolbar button.
13068         * InternalWindowManager.cs: Remove the ButtonSize property, this
13069         should be retrieved from the theme.
13070         * MdiWindowManager.cs: Get the button size from the theme
13071         * ThemeWin32Classic.cs: Make the method to get the managed window
13072         titlebar button size public.
13073         - Handle the different button sizes of maximized toolwindows
13074         (should match any maximized window).
13075         - Get the titlebar height from the theme, not the WM (which gets
13076         it from the theme).
13077
13078 2006-06-12  Jackson Harper  <jackson@ximian.com>
13079
13080         * InternalWindowManager.cs: Handle NC Double Clicks, passing the
13081         event down to the mdi window manager.
13082         - Expose some extra stuff to base classes
13083         - Make sure to end the Capture on an NC Mouse up, so that we can
13084         get double clicks properly, and the sizing doens't stick.
13085         - When doing PointToClient contain it in the workable desktop
13086         area, this prevents windows from changing size when the cursor is
13087         pulled outside of the working area while sizing.
13088         * MdiWindowManager.cs: When we get a double click maximize the
13089         window.
13090         - Reset the cursor after handling mode changes.
13091
13092 2006-06-12  Peter Dennis Bartok  <pbartok@novell.com> 
13093
13094         * XplatUIX11.cs (WorkingArea): Read the actual workarea for the 
13095           current desktop, instead of just assuming a 0, 0 origin. This
13096           is needed for our internal window manager, to know the top
13097           margin of the desktop
13098
13099 2006-06-12  Chris Toshok  <toshok@ximian.com>
13100
13101         * DataGrid.cs (set_CurrentCell): concede focus as we move around.
13102         we need this to get rid of the selected background in the bool
13103         column.
13104         (CancelEditing): move the ConcedeFocus call to above the Abort
13105         call.  Also, set is_changing to false and invalidate the row
13106         header if we were changing before.
13107         (ProcessKeyPreviewInternal): remove, since noone outside this
13108         class calls it anymore.  Roll the code into ProcessKeyPreview.
13109         (EndEdit): remove the internal version.
13110         (InvalidateCurrentRowHeader): make private.
13111
13112         * DataGridBoolColumn.cs: simplify this class a bunch.  remove the
13113         Keys.Escape handling (and with it the last call to
13114         DataGrid.EndEdit from outside the class.)
13115
13116
13117 2006-06-12  Chris Toshok  <toshok@ximian.com>
13118
13119         * DataGridTextBox.cs (.ctor): isedit defaults to false.
13120         (OnKeyPress): set isedit to true.
13121         (ProcessKeyMessage): remove Keys.Enter handling from here.  it's
13122         already handled by the grid.
13123
13124         * DataGrid.cs (set_CurrentCell): more work here.  it's still not
13125         right.  ugh.
13126         (set_DataSource): SetDataSource always returns true, so stop
13127         putting it in an if statement.
13128         (EndEdit): get rid of some {}'s
13129         (ProcessGridKey): return true in case Keys.Escape.
13130         (ProcessKeyPreviewInternal): only handle KEYDOWN messages.
13131         (ConnectListManagerEvents,DisconnectListManagerEvents): connect to
13132         PositionChanged, stopped connecting to CurrentChanged.
13133         (GetDataSource): simplify this a bunch.
13134         (SetDataSource): change return type from bool to void.
13135         (OnListManagerPositionChanged): rename OnListManagerCurrentChanged
13136         to this, and make sure we don't set ListManager.Position inside
13137         set_CurrentCell.
13138         (OnListManagerItemChanged): if we're passed an actual index,
13139         redraw that row.
13140
13141         * CurrencyManager.cs (set_Position): don't call PullData here.
13142
13143 2006-06-09  Jackson Harper  <jackson@ximian.com>
13144
13145         * TreeNode.cs:  Recalculate the visible order before doing the
13146         Expand/Collapse Below calls, because those calls generate an
13147         expose.
13148         - Reduce calls to the TreeView property, which is mildly expensive
13149         by using a local var.
13150         * Form.cs: Layout the MDI child windows when creating the parent
13151         form.
13152         - Don't use the internal constructor anymore
13153         * MdiClient.cs: use the parent form width/height (if available)
13154         when laying out the child windows, we do this because the
13155         mdiclient isn't docked yet when the initial layout is done.
13156         - Don't need an internal constructor anymore.
13157
13158 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13159
13160         * FileDialog.cs: handle access errors when trying to create a folder
13161         or changing to a directory. No need to initialize out parameters.
13162
13163 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
13164
13165         * FileDialog.cs: Append a number when creating a new folder if the
13166           folder already exists (use parenthesis instead of square brackets)
13167
13168 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
13169
13170         * FileDialog.cs:
13171           - Disabled registry support for windows and added better registry
13172             error checking for other systems (need to investigate why it
13173             works perfectly on my system)
13174           - If a folder already exist show an error MessageBox instead of
13175             trying to create an indexed name.
13176           - Fixed a non intentional typo.
13177
13178 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13179
13180         * FileDialog.cs: (SetFileName) don't crash if CurrentRealFolder is null.
13181
13182 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
13183
13184         * FileDialog.cs: When creating a new folder don't crash if the
13185           folder already exists.
13186
13187 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
13188
13189         * FileDialog.cs: Allmost a complete rewrite.
13190           - added a "virtual" file system that handles the differences
13191             between unix and windows file systems (especially the directory
13192             structure). Moved most of the directory and file handling code
13193             into the vfs.
13194             Added vfs classes: MWFVFS, FileSystem, WinFileSystem,
13195             UnixFileSystem and FSEntry.
13196           - Recently used folder/directory, size, location and used file names
13197             (file name ComboBox) are now stored in the registry and get read
13198             before the dialog shows up (fixes part 6 of bug #78446).
13199           - Creation of new folders/directories is now possible (context menu
13200             or ToolBar). Added TextEntryDialog for this that fills in the gap
13201             until ListView.LabelEdit works.
13202           - Fixed cursor handling (bug #78527) and focus handling for
13203             PopupButtonPanel
13204           - Various "Search in" ComboBox enhancements. The content of the
13205             dropdown listbox now almost matches ms.
13206           - Changed the behaviour when the user switches to SpecialFolder
13207             Recent to show the ListView in View.Details.
13208           - Beside using the ToolBar to change the View property of the
13209             file ListView it is now possible to use the context menu too.
13210
13211 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
13212
13213         * ComboBox.cs: Don't create a new ObjectCollection when an item
13214           gets inserted. Just insert the item in the existing object_items
13215           ArrayList.
13216
13217 2006-06-08  Jackson Harper  <jackson@ximian.com>
13218
13219         * OpenTreeNodeEnumerator.cs: Fix to use the Parent property, so
13220         that the treeview and root node checks are done also, this fixes a
13221         regression i caused in the unit tests.
13222
13223 2006-06-07  Wade Berrier <wberrier@novell.com> 
13224
13225         * RichTextBox.cs: More ISO8859-1 -> unicode
13226
13227 2006-06-07  Mike Kestner  <mkestner@novell.com>
13228
13229         * ComboBox.cs : use items to hold highlight/selection so that
13230         collection insertions don't require synchronization.
13231
13232 2006-06-07  Jackson Harper  <jackson@ximian.com>
13233
13234         * InternalWindowManager.cs: Simplify (and FIX) the window sizing
13235         routine.  We now always keep the sized edge at the cursor instead
13236         of computing movement and adjusting rects.  There is one buglet
13237         with this method though when the cursor is moved over area that
13238         the window can not expand too (such as the toolbars on the desktop).
13239
13240 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13241
13242         * XplatUIX11.cs: (IsEnabled,IsVisible) the window handler can be null
13243         here. Fixes crash on startup in AlbumSurfer.
13244
13245 2006-06-07  Peter Dennis Bartok  <pbartok@novell.com> 
13246
13247         * RichTextBox.cs: Replaced embedded ISO8859-1 chars with proper unicode
13248           values
13249
13250 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13251
13252         * XplatUIX11.cs: call XPending and XNextEvent inside the same lock()
13253         statement to avoid calling XNextEvent which will block if another thread
13254         took the event that we were expecting. Fixes bug #78605.
13255
13256 2006-06-07  Mike Kestner  <mkestner@novell.com>
13257
13258         * ListView.cs : isolated checkbox clicking from the selection logic.
13259         Toggle check state on item doubleclicks.  Really fixes #78454 part2.
13260
13261 2006-06-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
13262
13263         * Form.cs: Check that the value passed to Form.DialogResult
13264         is a valid enum value.
13265
13266 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13267
13268         * FileDialog.cs: disable the up button when in 'Recently Used' or 'My
13269         Computer'. Clicking it in the network view goes to 'My Computer'.
13270         Added CIFS filesystem type. Display the mount point of filesystems.
13271         Avoid duplicate mount points (happens for me with CIFS);
13272
13273 2006-06-06  Jackson Harper  <jackson@ximian.com>
13274
13275         * InternalWindowManager.cs: Draw the maximized windows buttons
13276         when resizing.
13277
13278 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13279
13280         * Form.cs: when running a modal dialog, ignore WM_CLOSE requests for
13281         all other dialogs. Fixes bug #78585.
13282
13283 2006-06-06  Mike Kestner  <mkestner@novell.com>
13284
13285         * CheckedListBox.cs : apply CheckOnClick behavior to unchecking too.
13286         Only invalidate checkbox on checkstate changes to avoid flicker.
13287         * ListBox.cs : avoid unselect/select when clicking selected item.
13288         avoid reselection flicker for already multiselected items.
13289         Fixes #78382.
13290
13291 2006-06-06  Jackson Harper  <jackson@ximian.com>
13292
13293         * MdiWindowManager.cs: When the window is closed do an NCRecalc on
13294         the parent form so that the menu is removed if needed.
13295
13296 2006-06-06  Mike Kestner  <mkestner@novell.com>
13297
13298         * ListBox.cs : add ScrollWindow call to UpdateTopItem.  fix
13299         Prev/Next/PrevPage/NextPage/Home/End index calculation.  Fixes #78559.
13300
13301 2006-06-06  Mike Kestner  <mkestner@novell.com>
13302
13303         * CheckedListBox.cs : rebuild check collection on Add.  Fixes #78426.
13304
13305
13306 2006-06-06  Jackson Harper  <jackson@ximian.com>
13307
13308         * Control.cs: Use the property (instead of the field) to get the
13309         default cursor so it is instantiated correctly.
13310         * InternalWindowManager.cs: The OS doesn't give us an NCPAINT with
13311         resizes so we need to manually repaint the window decorations here.
13312         - Set the titlebar button locations as soon as they are created,
13313         otherwise they are not set correctly on win32.
13314         
13315 2006-06-06  Chris Toshok  <toshok@ximian.com>
13316
13317         * CurrencyManager.cs (set_Position): call PullData before
13318         OnCurrentChanged.
13319         (AddNew): after calling IBindingList.AddNew, update our
13320         listposition, and call OnCurrentChanged/OnPositionChanged (without
13321         calling PullData).
13322         (OnCurrentChanged): remove the call to PullData from here.
13323         (OnItemChanged): remove the call to PushData from here.
13324         (OnPositionChanged): change the test from == null to != null to
13325         match the other methods.
13326         (ListChangedHandler): the grossest part of the patch.  Implement
13327         this such that it passes the unit tests in CurrencyManagerTest and
13328         the output more or less matches that of MS's implementation.
13329  
13330 2006-06-06  Mike Kestner  <mkestner@novell.com>
13331
13332         * ListView.cs : only update check state on single click.
13333         * ThemeWin32Classic.cs : fix focus drawing for details view without
13334         fullrowselect.  Fixes #78454.
13335         * XplatUIX11.cs : fix for double click emission.
13336
13337 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
13338
13339         * PropertyGridView.cs : Applied Atsushi's patch to fix
13340         font dialog bug  (#78197).
13341
13342 2006-06-05  Jackson Harper  <jackson@ximian.com>
13343
13344         * TreeNode.cs: Compute the next node for expanding/collapsing
13345         correctly. We now factor in nodes without a NextNode
13346         correctly. (Fixes somes cases in nunit-gui).
13347         * InternalWindowManager.cs: Set the bounds when updating the
13348         virtual position of a tool window.
13349         
13350 2006-06-05  Chris Toshok  <toshok@ximian.com>
13351
13352         * DataGrid.cs: rename cached_currencymgr to list_manager.
13353         (set_CurrentCell): move SetCurrentCell code here, and clean it up
13354         some.
13355         (CurrentRow, CurrentColumn): single accessors so we can make the
13356         cursor movement code a lot easier to understand.
13357         (CurrentRowIndex): implement this in terms of CurrentRow.
13358         (BeginEdit): clean this up a bit.
13359         (CancelEditing): sort out the is_editing/is_changing/is_adding
13360         stuff a little.
13361         (EndEdit): minor changes.
13362         (OnKeyDown): add a comment about a (most likely) unnecessary
13363         check.
13364         (OnMouseDown): cancel editing when we click on a row header.  And
13365         use the CurrentRow setter, not CurrentCell.
13366         (ProcessDialogKey): directly call ProcessGridKey.
13367         (UpdateSelectionAfterCursorMove): factor out this common block of
13368         code (it's used everywhere that we move the cursor by updating row
13369         or column).
13370         (ProcessGridKey): pretty substantial overhaul.  Use the
13371         CurrentRow/CurrentColumn properties to make the code a lot more
13372         readable.  Only use the CurrentCell property when we have to
13373         modify both row and column at once.  Tab behavior is still broken,
13374         and Delete is untested.
13375         (Select): if we have no selected rows, set selection_start to
13376         @row.
13377         (EditCurrentCell): rename EditCell this.  It was only ever invoked
13378         with CurrentCell as the arg, so drop the arg and rename it.
13379
13380         * DataGridColumnStyle.cs: clean up the constructors a little, and
13381         drop CommonConstructor().
13382
13383         * DataGridTextBox.cs (.ctor): set accepts_return to true so we
13384         actually get notified when the user hits it.
13385         (ProcessKeyMessage): *substantially* simplify this method.
13386         There's no reason (that I can see) for the textbox to be making
13387         calls into the datagrid at all.  Remove all of them but the ones
13388         for Enter handling.  those will take some more work.
13389
13390         * DataGridTextBoxColumn.cs (ConcedeFocus): implement this by
13391         calling HideEditBox.
13392         (HideEditBox): if we have an active textbox, render it invisible
13393         without causing a re-layout of the datagrid.
13394
13395 2006-06-05  Mike Kestner  <mkestner@novell.com>
13396
13397         * ListView.cs : fix NRE crasher when focuseditem is cleared by
13398         collection changes by resetting it to Items[0].  Fixes #78587.
13399
13400 2006-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13401
13402         * MessageBox.cs: if the height of the text is larger than the icon_size,
13403         use that. Fixes bug #78575.
13404
13405 2006-06-05  Jackson Harper  <jackson@ximian.com>
13406
13407         * TreeView.cs: Fix line drawing when scrolling.  To do this each
13408         node is basically responsible for drawing its entire horizontal
13409         area.  When drawing a node it draws its parent node lines if
13410         needed.
13411         - Adjust the clip area to the viewport rectangle
13412         - Fix Left/Right key handling to match MS. (It expand/collapses
13413         and moves to parents/first child but does not move selection to
13414         sibling nodes).
13415         - Fix SetTop to work with new bound calculation code
13416         - When scrollbars are no longer needed we need to reset scrolling
13417         vars and recalculate the visible order so the redraw is correct
13418         * TreeNode.cs: We can't expand/collapse nodes with no children.
13419
13420 2006-06-03  John Luke  <john.luke@gmail.com> 
13421
13422         * X11DesktopColors.cs: dllimport the exact gtk and gdk versions
13423         so the colors work without dev packages
13424         
13425 2006-06-02  Peter Dennis Bartok  <pbartok@novell.com> 
13426
13427         * Control.cs 
13428           - Select: Implemented to just use activate. Seems to match MS 
13429             behaviour closest. Documented to only do actual control walking 
13430             based on it's parameters if in a container control so I moved 
13431             the code there.
13432           - Removed selection check logic from our internal Select() method
13433         * ContainerControl.cs:
13434           - Select: Moved selection logic from Control here, since MS documents
13435             that containers obey the bool arguments. No longer calling base
13436
13437 2006-06-02  Jackson Harper  <jackson@ximian.com>
13438
13439         * TreeView.cs: If the selected node isn't changed when we get
13440         focus update the previously selected node so that we see the
13441         selection box.
13442
13443 2006-06-02  Mike Kestner  <mkestner@novell.com>
13444
13445         * ComboBox.cs: restructure grab and general mouse event handling.
13446         Make the composite control raise mouse events like it was a single
13447         control for leaves/enters/motion/up/down events.  fix dropdown list
13448         coordinate mangling and refactor it into the scrollbar subclass to
13449         reduce code duplication.  Fixes #78282 #78361 and #78457.
13450
13451 2006-06-02  Mike Kestner  <mkestner@novell.com>
13452
13453         * ScrollBar.cs: remove Capture setting/clearing, as it happens
13454         automatically in the Control.WndProc.
13455
13456 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13457
13458         * FileDialog.cs: fix crash when running SharpChess, which sets the
13459         FilterIndex to 2 with only one Filter.
13460
13461 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13462
13463         * ToolBar.cs: add SizeSpecified property.
13464         * ToolBarButton.cs: when the ButtonSize is calculated by the container,
13465         try to figure out our real size, otherwise fallback to what the
13466         container says.
13467
13468 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
13469
13470         * XplatUIX11.cs (DefWndProc): WM_MOUSEWHEEL needs to be passed up
13471         * Control.cs (WndProc): MS always calls the DefWndProc to pass
13472           up the event
13473
13474 2006-06-01  Mike Kestner  <mkestner@novell.com>
13475
13476         * ListView.cs: revamp the focus management in ListView.  It still
13477         causes churn of LostFocus/GotFocus emissions on clicks, but it's
13478         better than not handling focus at all.  Will revisit when pdb feels
13479         the general focus handling is solid.  Fixes #78526.
13480
13481 2006-06-01  Jackson Harper  <jackson@ximian.com>
13482
13483         * TreeView.cs: Set the default border style in the constructor.
13484         - Move painting to use OnPaintInternal instead of capturing
13485         WM_PAINT, this is the correct way of doing things
13486         - UpdateBelow shouldn't invalidate the scrollbar area
13487         - Cap the top on update below in case the node was above the top
13488         of the viewport rectangle.
13489         - ExpandBelow and Collapse below need to obey Begin/End Update.
13490         * TreeNode.cs: Make is_expanded internal so the treenode
13491         collection can change it without firing the whole event chain.
13492         * TreeNodeCollection.cs: When clearing all the child nodes make
13493         sure to recalc the visible order.
13494         - Improve algo for remove the top node
13495
13496 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
13497
13498         * XplatUIX11.cs (SetFocus): Make sure we can handle re-entrancy due to
13499           SendMessage directly calling window procedures, which in turn might
13500           call SetFocus()
13501
13502 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com>
13503
13504         * Control.cs: Don't handle WM_SETFOCUS if the same window already
13505           has focus (works around X11 sending a FocusIn after our SetFocus)
13506         * XplatUIX11.cs: Send KILLFOCUS before setting SETFOCUS on new window
13507
13508 2006-06-01  Alexander Olk  <alex.olk@googlemail.com>
13509
13510         * Mime.cs: Fix for the NET_2_0 build.
13511           NameValueCollection needs StringComparer now.
13512
13513 2006-05-31  Chris Toshok  <toshok@ximian.com>
13514
13515         * DataGridDrawingLogic.cs (FromPixelToColumn): modify this to also
13516         return (via an out parameter) the starting X of the column.
13517         (UpdateVisibleColumn): track change to FromPixelToColumn.
13518         (HitTest): add a ColumnResize case here.
13519         (DrawResizeLine): new function, probably poorly named.
13520
13521         * DataGrid.cs (.ctor): get rid of cached_currencymgr_events.  We
13522         only need to keep one reference.
13523         (set_ListManager): same.
13524         (OnMouseDown): call HitTest instead of grid_drawing.HitTest.
13525         Also, add support for HitTestType.ColumnResize.
13526         (OnMouseMove): add column resize behavior here, and change the
13527         cursor to the correct one as we move around the datagrid.
13528         (OnMouseUp): terminate the column resize if we're resizing.
13529         (ProcessGridKey): from the MS docs, Alt-0 enters the null value
13530         for the current cell.
13531         (ConnectListManagerEvents): use cached_currencymgr.
13532         (DisconnectListManagerEvents): fill this in, using
13533         cached_currencymgr.
13534         (SetCurrentCell): remove cached_currencymgr_events handling.
13535         (SetDataMember): only call DisconnectListManagerEvents if
13536         cached_currencymgr is != null.
13537         (SetDataSource): same.
13538         (OnListManagerCurrentChanged): cached_currencymgr_events ->
13539         cached_currencymgr.
13540
13541 2006-05-31  Jackson Harper  <jackson@ximian.com>
13542
13543         * BindingManagerBase.cs: Remove somedebug code that creeped into
13544         SVN.
13545         * TreeNode.cs: We get the indent level dynamically right now, so
13546         don't track it as a member.
13547         * TreeNodeCollection.cs: Make sure all nodes added to the list
13548         have parents, treeviews/topnodes setup properly.
13549         - Don't attempt to track indent level.
13550
13551 2006-05-30  Jackson Harper  <jackson@ximian.com>
13552
13553         * BindingContext.cs: Create the currency manager tables here.
13554         This allows us to more easily create null tables (when bad data
13555         members are used), and more easily create related currency
13556         managers.
13557         * CurrencyManager.cs: All the table creation stuff is done by the
13558         binding context now.
13559         - Current should throw an exception if listposition is -1.
13560         - CancelCurrentEdit/EndCurrentEdit, do nothing if the list hasn't
13561         been bound yet.
13562
13563 2006-05-30  Mike Kestner  <mkestner@novell.com>
13564
13565         * ListView.cs: allow reexpansion of zero-width column headers.
13566         Fixes #78528.
13567
13568 2006-05-28  Chris Toshok  <toshok@ximian.com>
13569
13570         * CurrencyManager.cs (get_Current): after the late binding
13571         listposition = -1 fix, we need to guard against it here and return
13572         null, otherwise we raise an exception (which is swallowed
13573         elsewhere, and breaks datagrid databinding.)
13574
13575 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
13576
13577         * MenuAPI.cs (ProcessMenuKey): We can legally get msg types other
13578           than WM_SYSKEY, don't throw if get something unexpected (#78507)
13579
13580 2006-05-26  Jackson Harper  <jackson@ximian.com>
13581
13582         * ControlPaint.cs:
13583         * ThemeWin32Classic.cs: For color comparisons just use the ARGB
13584         values, it's faster and it's all we care about (we don't care if
13585         the names aren't equal).
13586         * KeyboardLayouts.cs: Eliminate some dead code.
13587         - Lazy init things
13588         * X11Keyboard.cs: Lazy init keyboard detection.
13589         - Cleanup access modifiers a little.
13590
13591 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
13592
13593         * XplatUIX11.cs: Once again, attempting to get layout just right.
13594
13595 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com> 
13596
13597         * LinkLabel.cs (CreateLinkPieces): Use MeasureString to calculate
13598           the sizes of each link section, that will result in sizes that
13599           match DrawString's layout (Fixes #78391)
13600
13601 2006-05-27  Alexander Olk  <alex.olk@googlemail.com>
13602
13603         * FileDialog.cs: If AddExtension property is true autocomplete the
13604           extensions in SaveFileDialog correctly. Fixes bug #78453.
13605           Set MyNetwork and MyComputer to "C:\" for windows. This should
13606           fix part 8 of bug #78446 for now.
13607
13608 2006-05-26  Chris Toshok  <toshok@ximian.com>
13609
13610         * DataGrid.cs (ColumnStartedEditing): fill these in.  for now just
13611         invalidate the current row header if we need to, but presumably
13612         we'll invalidate the row corrsponding to the bounds or
13613         editingControl.
13614         (GridHScrolled): switch back to this method, as it's part of the
13615         public api.  *sigh*.
13616         (GridVScrolled): same.
13617         (OnMouseWheel): hack up something that more or less works.  Call
13618         GridHScrolled/GridVScrolled directly, instead of duplicating much
13619         of their code here.
13620         (EnsureCellVisibility): reinstate a bunch of this code, since we
13621         can't just set the scrollbar Value and expect to do all the work
13622         in the ValueChanged handler.  Also, Call Update() after scrolling
13623         in one direction so the other XplatX11.ScrollWindow call has the
13624         proper stuff in the proper places.
13625         (EditCell): set is_editing to true before calling .Edit.
13626
13627         * DataGridTextBox.cs (set_IsInEditOrNavigateMode): just set it,
13628         don't bother comparing first.
13629         (OnKeyPress): call grid.ColumnStartedEditing before calling
13630         base.OnKeyPress.  this will set is_changing and invalidate the row
13631         header if necessary.
13632         (ProcessKeyMessage): for WM_CHAR messages, call
13633         ProcessKeyEventArgs directly.  swallow anything other than WM_CHAR
13634         and WM_KEYDOWN.
13635         
13636         * DataGridBoolColumn.cs (Edit): don't set is_editing to true here.
13637         it's done in the DataGrid.
13638         (NextState): call grid.ColumnStartedEditing, which takes care of
13639         invalidating the row header (and setting is_changing).
13640
13641         * DataGridTextBoxColumn.cs (Edit): don't set is_editing to true
13642         here.  it's done in the DataGrid.
13643
13644 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13645
13646         * Control.cs: allow changing the cursor when the mouse position is
13647         out of bounds but Capture is set.
13648         * LinkLabel.cs: handle the case when the mouse button is pressed on the
13649         linklabel but released somewhere else.
13650
13651 2006-05-25  Jackson Harper  <jackson@ximian.com>
13652
13653         * TreeView.cs: When we get focus if there is no selected node make
13654         it the top node
13655         - Remove some uneeded setup code from Draw.
13656         * TreeNodeCollection.cs: If the tree doesn't have a top node when
13657         a new node is inserted make the new node the top.
13658         * XplatUIX11.cs:
13659         * Timer.cs: Use Utc time so that no local time zone stuff needs to
13660         be used (should be faster).
13661         
13662 2006-05-25  Chris Toshok  <toshok@ximian.com>
13663
13664         * DataGrid.cs (EnsureCellVisibility): remove some code to fix a
13665         problem with the last commit.
13666
13667 2006-05-25  Chris Toshok  <toshok@ximian.com>
13668
13669         * DataGridTextBoxColumn.cs (ReleaseHostedControl): turns out we do
13670         need the invalidate call here, while scrolling right-to-left via
13671         the left arrow key (i.e. moving the editing cell while scrolling).
13672
13673         * DataGrid.cs (.ctor): remove the initialization of
13674         ctrl_pressed/shift_pressed.  We no longer track them using key
13675         up/down handlers, but by using Control.ModifierKeys.  Also, switch
13676         to using ValueChanged handlers on the scrollbars instead of
13677         Scrolled event handlers.  This simplifies a bunch of the scrolling
13678         code.
13679         (GridHValueChanged): rename from GridHScrolled, and change it to
13680         work with the new event args.
13681         (GridVValueChanged): same.
13682         (OnMouseDown): initialize ctrl_pressed/shift_pressed here.
13683         (OnMouseWheel): actually scroll the datagrid.  Don't change the
13684         selected cell.
13685         (ProcessGridKey): correct all the keyboard navigation stuff I
13686         could find.  Ctrl up/down/left/right/home/end work now.
13687         (EnsureCellVisibility): correct method name spelling.  Also,
13688         simplify this a touch by not explicitly calling the
13689         ScrollToRow/ScrollToColumnInPixels methods.  We just set the
13690         scrollbar value.
13691         (OnKeyUpDG): no need for this method now.
13692         
13693 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13694
13695         * LinkLabel.cs: display the OverrideCursor when hovering the label.
13696         Fixes bug #78392.
13697
13698 2006-05-25  Chris Toshok  <toshok@ximian.com>
13699
13700         * ThemeWin32Classic.cs: fix datagrid clipping problems caused by
13701         r61019.
13702
13703 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
13704
13705         * Application.cs: Moved setting of is_modal and closing to before
13706           we create the control, to allow the event handlers called as a
13707           result of creation affect closing. Also removed Gonzalo's previous
13708           change to setting DialogResult, the behaviour has been moved to 
13709           Form.ShowDialog()
13710         * Form.cs: 
13711           - ShowDialog(): Removed explicit creation of the form, let RunLoop
13712             handle it instead
13713           - ShowDialog(): If no dialog result is set, we need to return Cancel
13714           - WM_CLOSE: Fire Closing/Closed events, and reset dialog result if
13715             the close is cancelled
13716
13717 2006-05-25  Jackson Harper  <jackson@ximian.com>
13718
13719         * StatusBar.cs: We only need to update the sizes of the other
13720         panels when we have auto size contents.  Also we are only updating
13721         the contents of the panel, not the borders, so compensate for the
13722         border width (TODO: get this width from the theme somehow).
13723         * TreeView.cs: Scrollable is true by default
13724         - Use invalidate instead of refresh where needed
13725         - Factor the scrollable value into scrollbar updating
13726         - Update the scrollbars if the Scrollable property is altered
13727         - Update the selected node if its ImageIndex is changed
13728         - Handle null nodes in UpdateNode (mainly so we don't have to
13729         check if selected is null when updating it
13730         - Fix VisibleCount to use the ViewportRectangle so that scrollbars
13731         are factored into the visible count
13732         - Use VisibleCount for clarity in the code
13733         - When the font is changed we need to recurse through all the
13734         nodes and invalidate their sizes
13735         
13736 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13737
13738         * Application.cs: set the DialogResult to fixed when the main form is
13739         hidden or destroyed while being modal.
13740
13741 2006-05-25  Miguel de Icaza  <miguel@novell.com>
13742
13743         * Theme.cs: Use Tangoified messagebox icons. 
13744
13745         (GetSizedResourceImage): Also cope with width = 0 and do not
13746         trigger a warning in that case (0 means "give me your icon from
13747         the resouce, no special size needed).
13748
13749 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
13750
13751         * Application.cs: Leave runloop if the the main modal form is 
13752           hidden (fixes #78484)
13753
13754 2006-05-25  Atsushi Enomoto  <atsushi@ximian.com>
13755
13756         * BindingContext.cs : reject null datasource in Contains() and
13757           Item[].
13758         * CurrencyManager.cs : check data_member validity when data_source
13759           is dataset. When it is late binding, the initial position is -1.
13760
13761 2006-05-24  Jackson Harper  <jackson@ximian.com>
13762
13763         * TreeNodeCollection.cs: Dont't recalculate the visible order on
13764         inserted nodes that aren't visible.  This changes the
13765         max_visible_order which confuses scrollbar settings.
13766         - Use the enumerator to get the prev node instead of duplicating
13767         code.
13768         * TreeView.cs: Use new method for setting scrollbar values
13769         - Don't set the bounds every time the scrollbar is updated
13770         - When updating below the root node use an invalidate instead of a
13771         refresh to prevent the child controls (scrollbars) from being
13772         refreshed. (UpdateBelow still needs to be reworked anyways).
13773         - Reenable SetBottom now that visible orders are set correctly,
13774         added some debug code incase we ever get bad values there again.
13775         - Set the scrollbar max to 2 less then the max value, this
13776         compensates for the max value being one above the node count, and
13777         for scrollbars adding one extra "notch".
13778         - When drawing image nodes if there is an imagelist we draw the
13779         first image in the list if the supplied image index is out of the
13780         image list's bounds.
13781         
13782 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
13783
13784         * XplatUIX11.cs: Don't blindly cache hwnd.ClientRect, reset it when 
13785           we receive a size change from the WM (Fixes #78503)
13786
13787 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com>
13788
13789         * XplatUIWin32.cs, XplatUIX11.cs: Refresh when setting the Clip 
13790           rectangle (Fixes #78501)
13791
13792 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
13793
13794         * ButtonBase.cs: 
13795           - Fixed MouseUp, MouseDown and MouseMove to treat mouseevent.Button 
13796             as a bitfield.
13797           - Fixed MouseMove to no longer switch pressed state unless the left
13798             mouse button is pressed. Atsushi provided the original patch (#78485)
13799           
13800 2006-05-24  Jackson Harper  <jackson@ximian.com>
13801
13802         * ScrollBar.cs: New internal methods that allow us to change a
13803         couple values on the scrollbar (the most common case is maximum
13804         and large change) without getting multiple invalidates.
13805
13806 2006-05-24  Chris Toshok  <toshok@ximian.com>
13807
13808         * DataGridBoolColumn.cs (Abort): revert back to the saved setting.
13809         (Edit): save off the original state in oldState, and set
13810         grid.is_editing to true.
13811         (OnKeyDown): abort editing if escape is pressed.  also, call
13812         NextState if space is pressed.
13813         (OnMouseDown): call NextState.
13814         (NextState): factor out shared code from OnKeyDown and OnMouseDown
13815         here.  Also, only invalidate the row header once (on the initial
13816         is_changing switch) to save on redraws.
13817
13818 2006-05-24  Chris Toshok  <toshok@ximian.com>
13819
13820         * DataGridTextBoxColumn.cs (Commit): only call SetColumnValueAtRow
13821         if the value in the cell is different than it was before.  This
13822         keeps us from triggering a layout when we move around a datarid
13823         with a highlighted cell.
13824         (Edit): suspend layout when creating/positining the text box, and
13825         resume passing false so we don't ever actually re-layout.
13826         (ReleaseHostedControl): same.
13827         (EnsureTextBox): reformat slightly, and set WordWrap to false.
13828
13829         * DataGridTextBox.cs (ProcessKeyMessage): it's not true that all
13830         control-key sequences should go to the datagrid - remove that
13831         lock.  Also, modify the conditions under which we move between
13832         cells when moving the cursor within a cell, and remove the "this"
13833         and "base" from field accesses.  We weren't even consistent, given
13834         they all were in the base class.
13835
13836 2006-05-24  Atsushi Enomoto  <atsushi@ximian.com>
13837
13838         * Binding.cs : (.ctor)
13839           An obvious NRE fix for BindingTest.CtorNullTest().
13840
13841 2006-05-23  Chris Toshok  <toshok@ximian.com>
13842
13843         * TextBoxBase.cs (get_Text): don't add a trailing newline, add
13844         them between lines.  This fixes some quirks editing cells in the
13845         datagrid.
13846
13847 2006-05-23  Jackson Harper  <jackson@ximian.com>
13848
13849         * TreeView.cs: Use begin/end update when doing expand/collapse all
13850         so that we don't get flicker on the scrollbar.
13851
13852 2006-05-23  Jackson Harper  <jackson@ximian.com>
13853
13854         * TreeNode.cs: Bounds are computed 'on the fly' now.  This allows
13855         treenode calculations to be independant of the painting code. To
13856         do this nodes track a visible order which is calculated by the
13857         treeview.
13858         - Call new methods for expanding/collapsing nodes.  These methods
13859         use scrollwindow so we don't have to update everything below the
13860         node.
13861         * TreeView.cs: Refactored drawing and scrolling code.  We don't
13862         need to update nodes when drawing anymore or calculate scrollbar
13863         stuff.
13864         - Added new methods for expanding/collapsing nodes. These methods
13865         use ScrollWindow so as to not have to redraw all the nodes below.
13866         * TreeNodeCollection.cs: Recalc visible order and scrollbars when
13867         we add/remove nodes or sort.
13868         - Handle removing the selected and the top node properly.
13869
13870 2006-05-23  Chris Toshok  <toshok@ximian.com>
13871
13872         * DataGridTextBoxColumn.cs (Edit): set grid.is_editing to true.
13873         maybe this should actually happen in the datagrid code?
13874         (EndEdit): no need to invalidate anything, given that
13875         ReleaseHostedControl causes the datagrid to relayout, which
13876         invalidates everything anyway.
13877
13878         * DataGrid.cs (set_CurrentCell): remove duplicate check (it's also
13879         in SetCurrentCell).
13880         (set_SelectionBackColor): call InvalidateSelection instead of
13881         Refresh.
13882         (set_SelectionForeColor): same.
13883         (BeginEdit): Flesh this out a bit.
13884         (CancelEditing): only do any of this if we're editing/adding.
13885         (EndEdit): same.
13886         (OnMouseDown): there's no need to cancel editing here, it's done
13887         in SetCurrentCell.
13888         (SetCurrentCell): only invalidate the current row header if it's a
13889         different row than the new one.
13890         (ShiftSelection): fix this to work like MS does.
13891         (ResetSelection): factor out the invalidation of selected_rows to
13892         InvalidateSelection.
13893         (SetDataSource): cancel any editing that's going on.
13894
13895         * DataGridColumnStyle.cs
13896         (IDataGridColumnStyleEditingNotificationService.ColumnStartedEditing):
13897         call the non-interface version.
13898
13899         * ThemeWin32Classic.cs (DataGridPaintColumsHdrs): intersect the
13900         header rectangle with the clip rectangle so we don't redraw the
13901         entire header for just a small area.  Gets rid of the last flicker
13902         when horizontally scrolling.
13903         (DataGridPaintRow): same.
13904
13905 2006-05-23  Mike Kestner  <mkestner@novell.com>
13906
13907         * ListViewItem.cs: remove size for line hack from LargeIcon layout.
13908         * ThemeWin32Classic.cs: don't draw line.  it's really the top of a
13909         poorly placed checkbox on the MS control.  Fixes Alex's unfiled
13910         Critical bug report.
13911
13912 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
13913
13914         * PictureBox.cs: Fixed broken ControlStyles. Unit test no longer fails,
13915           and this fixes #78493
13916
13917 2006-05-23  Miguel de Icaza  <miguel@novell.com>
13918
13919         * Theme.cs (GetSizedResourceImage): Scale images if the proper
13920         size is not found.  
13921         
13922         * FileDialog.cs: Do not change the background for the side bar as
13923         it wont work nicely with the theme, and also reduces the artifacts
13924         in rendering the icons (which I want to fix too).
13925
13926         * MimeIcon.cs (ResourceImageLoader): Load images from assembly
13927         resources, not resgen resources. 
13928
13929         (PlatformDefaultHandler): Pull images using the new API.
13930
13931 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
13932
13933         * Hwnd.cs (Dispose): Remove any pending exposures. XEventQueue holds
13934           a reference to the hwnd and will not remove it unless there are
13935           no pending exposures (fixes #78341)
13936         * XplatUI.cs: Improved debug
13937
13938 2006-05-23  Atsushi Enomoto  <atsushi@ximian.com>
13939
13940         * MenuAPI.cs : don't handle OnClick event when it was not the left
13941           button. Fixed bug #78487.
13942
13943 2006-05-23  Mike Kestner  <mkestner@novell.com>
13944
13945         * MenuAPI.cs: fix placement of submenus for multi-row menu bars, and
13946         prefer submenus to the top menu for item lookup, to avoid popping down
13947         top-row items.
13948
13949 2006-05-23  Alexander Olk  <alex.olk@googlemail.com>
13950
13951         * ThemeWin32Classic.cs: Rewrote CPCPDrawScrollButton to drop
13952           Graphics.FillRectangle as the visual results are really bad (even
13953           on win). We now draw perfect arrows (and perfect shadows when the
13954           scrollbar is disabled). Simplified CPDrawGrid. CPDrawGrid now uses
13955           Pen.DashPattern to draw the dots of each line.
13956
13957 2006-05-22  Alexander Olk  <alex.olk@googlemail.com>
13958
13959         * FileDialog.cs: Update the filename combobox when navigating through
13960           the ListView with the cursor keys. Fixes part 7 of bug #78446.
13961
13962 2006-05-22  Mike Kestner  <mkestner@novell.com>
13963
13964         * ListView.cs: raise SelectedIndexChanged on keyboard selection.
13965         Fixes #78463.
13966
13967 2006-05-22  Mike Kestner  <mkestner@novell.com>
13968
13969         * ComboBox.cs: Refresh in EndUpdate to pick up all the dropped Paint
13970         requests. Fix a misspelled parameter and a copy paste exception error
13971         in Select.
13972
13973 2006-05-22  Peter Dennis Bartok  <pbartok@novell.com> 
13974
13975         * ThemeWin32Classic.cs: Changed DefaultFont emSize from 8.25 to 8
13976           to get the same width/height (5/13) on X11 as the default font has on
13977           win32. This means that our DefaultFont emSize is smaller than the 
13978           the MS SWF equivalent (even thought the width/height stays the same)
13979
13980 2006-05-20  Jackson Harper  <jackson@ximian.com>
13981
13982         * MdiClient.cs:
13983         * MdiWindowManager.cs:
13984         * InternalWindowManager.cs: Make sure to use the border width from
13985         the theme.
13986
13987 2006-05-20  Jordi Mas i Hernandez <jordimash@gmail.com>
13988
13989         * PrintDialog.cs: Implements printer details
13990
13991 2006-05-19  Alexander Olk  <alex.olk@googlemail.com>
13992
13993         * FileDialog.cs: Added focus handling for PopupButtonPanel.
13994           Fixes part 1 and 2 of bug #78446
13995
13996 2006-05-19  Peter Dennis Bartok  <pbartok@novell.com> 
13997
13998         * XplatUIX11.cs (SetWindowPos): Recalculate client area size on resizes
13999           instead of sticking to the first ever calculated value
14000
14001 2006-05-19  Mike Kestner  <mkestner@novell.com>
14002
14003         * ComboBox.cs: fix mouse motion selection to use MousePosition and
14004         PointToClient, since Capture is set. Fixes #78344.
14005
14006 2006-05-19  Mike Kestner  <mkestner@novell.com>
14007
14008         * ListView.cs: match MS behavior in Details view where items are not
14009         drawn if Columns.Count == 0. 
14010         * ThemeWin32Classic.cs: only highlight ListView selection if focused.
14011         Use a separate pen to draw the check, since changing the width affects
14012         the box as well.  Fixes #78454.
14013
14014 2006-05-18  Miguel de Icaza  <miguel@novell.com>
14015
14016         * ListView.cs: ArgumentOutOfRangeException, single versions of the
14017         exception should throw the name of the invalid argument.
14018
14019         * FileDialog.cs (OnClickOpenSaveButton): Avoid crash in open if
14020         there are no files listed. 
14021
14022 2006-05-18  Jackson Harper  <jackson@ximian.com>
14023
14024         * ThemeWin32Classic.cs: Don't use endcaps, they mess the drawing
14025         up.
14026
14027 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
14028
14029         * Control.cs: Brought back our old UpdateZOrder method as a private
14030           function and switched our calls from UpdateZOrder to the new one.
14031           This fixes the Paint.Net canvas disappearing bug.
14032
14033 2006-05-18  Jackson Harper  <jackson@ximian.com>
14034
14035         * Theme.cs:
14036         * ThemeWin32Classic.cs:
14037         * InternalWindowManager.cs: Move the drawing into the theme,
14038         expose everything the theme should need from the window manager.
14039
14040 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
14041
14042         * XplatUIX11.cs (DefWndProc): WM_SETCURSOR: Assign the return value 
14043           from the call to NativeWindow to avoid walking up the parent chain
14044           further than needed (speeds up setting cursors and avoids setting
14045           the wrong cursor if a parent has another cursor defined)
14046         * Cursor.cs: When loading an icon as cursor, MS uses the center of
14047           the icon as hotspot, not what's contained as hotspot in the icon
14048           file. This fixes the perceived drawing offset seen with Paint.Net
14049         
14050 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
14051
14052         * XplatUIX11.cs: 
14053           - Store the calculated rectangle in Hwnd object and use it when 
14054             setting the client size
14055           - Force Toolwindows to always be type Dock, to ensure they're on top
14056
14057 2006-05-18  Mike Kestner  <mkestner@novell.com>
14058
14059         * ComboBox.cs: first pass at ComboBox rework.  Layout is more
14060         consistent with MS positioning.  IntegralHeight, ItemHeight, Sizing.
14061         Correctly initialize textcontrol and ListBox on DropDownStyle changes. 
14062         Substantial refactoring to remove confusing nested classes. Coding
14063         standard and Get+Set->property refactorings.  Shift to index based
14064         highlighting in ComboListBox instead of constantly using IndexOf and
14065         Items[]. Add invalidations on resize for DropDownList to fix ugliness
14066         in FileDialog growth.  Draw borders manually since Simple mode needs
14067         to look like two independent controls.  Make listbox border
14068         conditional to DropDownStyle.  Improved OwnerDraw support.
14069
14070 2006-05-18  Sebastien Pouliot  <sebastien@ximian.com>
14071
14072         * PaintEventArgs.cs: For 2.0, check for a null Graphics in the .ctor. 
14073         Don't set the disposed graphics to null, so we can throw the "right"
14074         exception if the graphics is reused later (added a flag to avoid 
14075         double disposing). Some behaviours are different under 2.0 and are
14076         filled under bug #78448.
14077
14078 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
14079
14080         * Control.cs: When double-buffering is enabled, we need to reset
14081           our graphics context between paint calls. Otherwise, any 
14082           transformations and other alterations on the context will 
14083           become cumulative (#77734)
14084
14085 2006-05-18  Mike Kestner  <mkestner@novell.com>
14086
14087         * ListView.cs: do focused item selection like MS on clicks. 
14088         Rework focus handling for ItemControl so LostFocus invalidates as
14089         well.
14090         * ThemeWin32Classic.cs: only draw focus rectangle for ListViewItems if
14091         the ListView ItemControl has focus.
14092
14093 2006-05-17  Peter Dennis Bartok  <pbartok@novell.com>
14094
14095         * XplatUIX11.cs: If client_window ends up being width or height zero
14096           due to border settings, move it off window inside whole_window (#78433)
14097
14098 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
14099
14100         * Mime.cs: Shrink the mime file cache correctly.
14101
14102 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
14103
14104         * ThemeWin32Classic.cs: Readded button focus drawing code. (#78429)
14105
14106 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
14107
14108         * XplatUIX11.cs (AddExpose): More sanity checks
14109
14110 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
14111
14112         * XplatUIX11.cs:
14113           - AddExpose: Don't add expose ranges outside the size of our
14114             window
14115           - Cast opacity values to Int32 to avoid crashes with certain
14116             values
14117           - Added disabled code paths that protect against illegal cross-
14118             thread painting (Developers.exe)
14119
14120 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
14121
14122         * ProgressBar.cs: Invalidate the control when it's resized
14123           since block size is based on control size. (#78388)
14124
14125 2006-05-16  Miguel de Icaza  <miguel@novell.com>
14126
14127         * DataGrid.cs (SetDataBinding): per the discussion on irc, instead
14128         of setting the incoming argument to the "reset" value, we set the
14129         this.datamember to string.empty (before we were invalidating the
14130         incoming data).   
14131
14132         Fixes 78420
14133
14134 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
14135
14136         * Form.cs: Only apply transparency settings after the form
14137           is created. (Fixes #77800)
14138
14139 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
14140
14141         * ApplicationContext.cs: Grab the HandleDestroyed event so
14142           we know when to fire OnMainFormClosed 
14143
14144 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
14145
14146         * Application.cs: Introduced sub-class to allow tracking of
14147           threads and centralized triggering of the event mess for
14148           ThreadExit, AppExit, etc..  (#76156)
14149
14150 2006-05-16  Alexander Olk  <alex.olk@googlemail.com>
14151
14152         * MimeIcon.cs:
14153           - Do not return a null icon index value for a mime subclass.
14154             Instead try the main mime type class too.
14155           - Seems that some newer distributions don't have a link to some
14156             gnome default icons anymore. So check the default gnome dir too.
14157           
14158
14159 2006-05-16  Jackson Harper  <jackson@ximian.com>
14160
14161         * MdiClient.cs: Don't paint the parent background image if we have
14162         our own background image.
14163
14164 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
14165
14166         * Control.cs:
14167           - PerformLayout: Do not shrink space filled by DockStyle.Fill
14168             controls, all filled controls are supposed to overlap (#78080)
14169           - UpdateZOrder is supposed to update the control's z-order in the
14170             parent's z-order chain. Fixed to behave like that
14171           - BringToFront: Removed obsolete code
14172           - SendToBack: Simplyfied
14173           - SetChildIndex: Trigger layout calculations when Z-order changes
14174             since layout is done by z-order
14175
14176 2006-05-16  Chris Toshok  <toshok@ximian.com>
14177
14178         [ fixes bug #78410 ]
14179         * DataGrid.cs (set_AlternatingBackColor): use
14180         grid_drawing.InvalidateCells instead of Refresh().
14181         (set_BackColor): call grid_drawing.InvalidateCells.
14182         (set_BackgroundColor): use Invalidate instead of Refresh.
14183
14184         * DataGridDrawingLogic.cs (InvalidateCells): new function, just
14185         invalidate the cell area.
14186
14187 2006-05-15  Chris Toshok  <toshok@ximian.com>
14188
14189         [ fixes bug #78011 ]
14190         * ThemeWin32Classic.cs (DataGridPaintRows): pass the clip argument
14191         on to DataGridPaintRow.
14192         (DataGridPaintRow): take a clip argument, and only draw the cells
14193         which intersect it.  same with the not_usedarea.
14194
14195         * Theme.cs (DataGridPaintRow) add @clip parameter.
14196
14197         * DataGrid.cs (ScrollToColumnInPixels): simplify, use
14198         XplatUI.ScrollWindow.
14199         (ScrollToRow): same.
14200
14201         * DataGridDrawingLogic.cs (UpdateVisibleColumn): fix corner case
14202         with last column which was causing a gray swath to appear with the
14203         XplatUI.ScrollWindow code.
14204
14205 2006-05-15  Chris Toshok  <toshok@ximian.com>
14206
14207         * ListBox.cs (HorizontalScrollEvent): in the non-multicolumn case,
14208         use XplatUI.ScrollWindow.
14209         (VerticalScrollEvent): use XplatUI.ScrollWindow.
14210
14211 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com> 
14212
14213         * TextBoxBase.cs: Added handling of middle-button paste for X11. (#78375)
14214
14215 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
14216
14217         * Cursors.cs: For X11, read NWSE and NESW cursors from our resource
14218           file since there are no equivalent X11 cursors
14219
14220 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
14221
14222         * MonthCalendar.cs : DateTimePicker should reflect selected date
14223           on mouse*up*, not mouse*down*. Fixed originally reported part of
14224           bug #76474.
14225
14226 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
14227
14228         * TabControl.cs : When argument index is equal or more than tab
14229           count, just ignore. Fixed bug #78395.
14230
14231 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
14232
14233         * Control.cs: Dispose all child controls when control is diposed (#78394)
14234
14235 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
14236
14237         * ColorDialog.cs: Finally it is possible to select the color with
14238           the text boxes
14239
14240 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
14241
14242         * PrintDialog.cs: Fix typo
14243
14244 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
14245
14246         * PrintDialog.cs: PrintDialog is not resizable
14247         * ThemeWin32Classic.cs: Draw non links in LinkLabel with the correct
14248           color. Made some ToolBar drawing methods protected virtual.
14249
14250 2006-05-13  Jordi Mas i Hernandez <jordimash@gmail.com>
14251
14252         * PrintDialog.cs: Implementation of the PrintDialog
14253
14254 2006-05-12  Chris Toshok  <toshok@ximian.com>
14255
14256         * ScrollBar.cs (set_Value): don't use Dirty/Invalidate to move the
14257         thumb, instead use MoveThumb.  This has the side effect of making
14258         most of the other thumb moving machinery use MoveThumb as well.
14259         (OnHandleCreated): pass false for @dirty to UpdateThumbPos, as we
14260         need to actually invalidate the rectangle where the new thumb will
14261         go.
14262         (MoveThumb): use XplatUI.ScrollWindow to move the thumb around.
14263         We force an Update() after, so it's not as fast as it could be,
14264         but at least there's zero flicker and no droppings.
14265         (OnMouseMoveSB): in the thumb dragging case, use MoveThumb.
14266         (UpdateThumbPos): add another argument (dirty), which says whether
14267         or not to calculate/add dirty regions which we later invalidate.
14268         For cases where we know we're going to use MoveThumb, we pass
14269         false for this.  Otherwise, pass true.
14270
14271 2006-05-12  Jackson Harper  <jackson@ximian.com>
14272
14273         * ThemeWin32Class.cs: Fixes for alignment and icon rendering in
14274         the status bar.
14275         
14276 2006-05-12  Peter Dennis Bartok  <pbartok@novell.com>
14277
14278         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new SetClipRegion
14279           and GetClipRegion methods and UserClipWontExposeParent property.
14280         * XplatUIWin32.cs: Implemented SetClipRegion/GetClipRegion methods,
14281           overriding UserClipWontExposeParent property, setting to false, since
14282           Win32 handles the required expose messages to draw our clipped parent
14283           areas internally
14284         * XplatUIX11.cs: Implemented SetClipRegion and GetClipRegion; updated
14285           PaintEventStart to set the user clip region if set.
14286         * Control.cs: 
14287           - Now internally tracking the Region for the control since we need to
14288             store it if the handle is not yet created and only set it when it
14289             becomes created. Before setting the region forced handle creation
14290           - Added code to draw the parents underneath a user-clipped region
14291         * Hwnd.cs: Added UserClip property
14292
14293 2006-05-12  Chris Toshok  <toshok@ximian.com>
14294
14295         * ScrollBar.cs (set_LargeChange): Refresh() -> InvalidateDirty()
14296         (set_Maximum): same.
14297         (set_Minimum): same.
14298         (set_SmallChange): same.
14299         (OnMouseUpSB): remove the call to refresh when releasing the
14300         thumb.  We shouldn't need it.
14301         
14302 2006-05-12  Miguel de Icaza  <miguel@novell.com>
14303
14304         * StatusBar.cs (UpdatePanel): If the panel being refreshes has the
14305         AutoSize set to None, we do not need to relayout everything, we
14306         just need to invalidate the current region.
14307
14308         (Draw): Do not draw the entire ClientArea, just redraw the
14309         clip area being passed.
14310
14311         * MdiClient.cs: Make MdiClient constructor with the Form argument
14312         internal. 
14313
14314 2006-05-12  Jackson Harper  <jackson@ximian.com>
14315
14316         * ThemeWin32Classic.cs (DrawToolBar): Flat toolbars get their
14317         parents background image,  but strangely not their own.
14318         - (DrawStatusBarPanel): Take into account horizontal alignment
14319         when drawing the strings and icons.
14320
14321 2006-05-12  Mike Kestner  <mkestner@novell.com>
14322
14323         * ListBox.cs: avoid invalidations for focus when the collection is
14324         empty. 
14325
14326 2006-05-12  Chris Toshok  <toshok@ximian.com>
14327
14328         * ScrollBar.cs (OnMouseMoveSB): when dragging the thumb, don't
14329         invalidate the entire thumb area.  Call InvalidateDirty which
14330         limits the redraw to the thumb itself and surrounding pixels.
14331
14332         * XplatUIX11.cs (ScrollWindow): optimize copying.
14333         
14334 2006-05-12  Chris Toshok  <toshok@ximian.com>
14335
14336         * DataGridDrawingLogic.cs: make CalcGridAreas non-reentrant.
14337         Figure out the positioning/layout in a single pass instead of
14338         multiple recursive invocations.  Speeds up the initial display of
14339         the data grid.  Also, make many things private that were
14340         originally public but unused outside this class.
14341
14342 2006-05-11  Jackson Harper  <jackson@ximian.com>
14343
14344         * MdiClient.cs: Improved layout code.
14345
14346 2006-05-11  Jonathan Chambers  <jonathan.chambers@ansys.com>
14347
14348         * PropertyGrid.cs : Only check GetPropertiesSupported for properties,
14349           not SelectedObject.
14350
14351 2006-05-11  Chris Toshok  <toshok@ximian.com>
14352
14353         * Hwnd.cs (Invalid): don't start off with Rectangle.Empty, as
14354         union of that will always be {0,0,width,height}.
14355
14356 2006-05-11  Jackson Harper  <jackson@ximian.com>
14357
14358         * Form.cs: Match MS's DefaultSize for forms (they must have
14359         changed the size in sp2).
14360
14361 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
14362
14363         * TextBoxBase.cs : implement CTRL+A (select all). Fixed bug #78368.
14364
14365 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
14366
14367         * TextControl.cs : Fixed bug #78109. This incorrect position
14368           comparison caused crash on automatic line split.
14369         * TextBoxBase.cs : reduce duplicate code.
14370
14371 2006-05-10  Jackson Harper  <jackson@ximian.com>
14372
14373         * MdiClient.cs: Active form is only sent to the back when using
14374         the Next form functionality, when a form is clicked the current
14375         active shouldn't be sent to the back.
14376         - Layout the mdi windows when the container is first made visible.
14377         * Form.cs: Give the MdiClient a ref to the containing form when we
14378         create it.
14379         
14380 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
14381
14382         * LinkLabel.cs : link_font could be uninitialized, so populate one
14383           before actual use. Fixed bug #78340.
14384
14385 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
14386
14387         * XplatUIX11.cs : clipboard format native value is IntPtr.
14388           Fixed bug #78283.
14389
14390 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
14391
14392         * Control.cs: 
14393           - Instead of showing context menus directly we send WM_CONTEXTMENU, 
14394             which is passed up the parent chain by DefWndProc
14395           - We now handle WM_CONTEXTMENU to display any menu, or pass it 
14396             to DefWndProc (#77956)
14397         * XplatUIX11.cs: Added handling of WM_CONTEXTMENU (pass up) to DefWndProc
14398
14399 2006-05-10  Jackson Harper  <jackson@ximian.com>
14400
14401         * MdiClient.cs: We need to remove the controls from the mdi
14402         collection, when we close the window.
14403         * MdiWindowManager.cs: Special handling of closing mdi windows.
14404         * InternalWindowManager.cs: Make the close method virtual so the
14405         mdi window manager can handle it specially.
14406
14407 2006-05-10  Jordi Mas i Hernandez <jordimash@gmail.com>
14408
14409         * DataGrid.cs:
14410           - Recalculate grid when the data source has changed
14411           - Matches styles provided by user from all data sources types
14412         * DataGridTableStyle.cs: For columns that provided by the user set the
14413         with the preferred value is there was unassigned.
14414         * CurrencyManager.cs: throw OnItemChanged event
14415
14416 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com> 
14417
14418         * PictureBox.cs: Don't animate until handle is created. Start animation
14419           when handle is created.
14420
14421 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
14422
14423         * XplatUIX11.cs, Hwnd.cs: Adopted Mike's patch from #77979 to match
14424           current codebase.
14425         * XEventQueue.cs: We don't need to provide the extra info
14426
14427 2006-05-10  Jackson Harper  <jackson@ximian.com>
14428
14429         * MdiClient.cs: If the mdi clients parent form has a background
14430         image set, we draw that background image for the mdi area's
14431         background.
14432
14433 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
14434
14435         * TextBoxBase.cs: Set IBeam cursor (#78347)
14436
14437 2006-05-10  Mike Kestner  <mkestner@novell.com>
14438
14439         * ToolBar.cs: fix some text padding issues with ButtonSize
14440         calculation. Update the default size to match MS documentation.
14441         * ToolBarButton.cs: use ToolBar.ButtonSize for layout of unspecified
14442         button size. Fixes #78296.
14443
14444 2006-05-10  Mike Kestner  <mkestner@novell.com>
14445
14446         * ListBox.cs: use is_visible for scrollbar positioning in case the
14447         control isn't on screen yet.  Fix off by one with Right vs Width
14448         usage.  Update Scrollbars in SetBoundsCore. Fixes #78188 and #78258.
14449         
14450 2006-05-10  Jackson Harper  <jackson@ximian.com>
14451
14452         * X11Dnd.cs: Drop to a control with another control on top of it.
14453         * ToolBar.cs: Work on a copy of the buttons list, so that it can
14454         be modified in click handlers. TODO: Look for similar problems in
14455         other controls.
14456
14457 2006-05-09  Jackson Harper  <jackson@ximian.com>
14458
14459         * Form.cs: Window managers need the old window state when setting
14460         window state now.
14461         * InternalWindowManager.cs: Allow the base mdi window manager to
14462         handle more of the MDI only stuff (like maximize buttons).
14463         * MdiWindowManager.cs: Fix some snafus in changing the window
14464         state.  Add all the menu functionality, for both popup and
14465         maximized menus.
14466         * MdiClient.cs: When a new form is selected the currently
14467         activated form is sent to the back, this matches MS.
14468         - Implement a new method to activate the next mdi child window.
14469
14470 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com>
14471
14472         * Control.cs: 
14473           - Added new InternalCapture method to allow controls to prevent
14474             the capture behaviour on the click handlers
14475           - Switched to use InternalCapture
14476         * ComboBox.cs:
14477           - Using InternalCapture to prevent mouse captures from being released
14478             on mouse button release (Fixes #78100)
14479         * XplatUIX11.cs (DeriveStyles): Now checks caption state and only
14480           returns Form borders if a caption is present. (Fixes #78310)
14481
14482 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com> 
14483
14484         * TreeNode.cs: Changed serialization .ctor to not require every field
14485           to be present. (#78265)
14486         * OwnerDrawPropertyBag.cs: Added serialization .ctor
14487
14488 2006-05-05  Alexander Olk  <alex.olk@googlemail.com>
14489
14490         * MimeIcon.cs: for is faster than foreach for strings.
14491
14492 2006-05-05  Mike Kestner  <mkestner@novell.com>
14493
14494         * CheckedListBox.cs: update check handling code to not use selected.
14495         * ListBox.cs: rewrite of mouse selection handling to correspond to MS
14496         behavior for visual feedback, motion response, shift/ctrl handling,
14497         and properly deal with all 4 selection modes. Updates to bounds
14498         handling logic.  Add scroll wheel support. [Fixes #77842]
14499
14500 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
14501
14502         * ListView.cs:
14503           - Moved adding of Implicit controls into .ctor. That way, subsequent
14504             creation of the controls will not cause them to think they are 
14505             toplevel windows (fixes #78200 header problem)
14506           - Added 2.0 ShowGroups and UseCompatibleStateImageBehaviour
14507           - Switched visibility setting of header control to use internal field
14508             to avoid triggering handle creation
14509           - Now checking if handle is created before causing a refresh when items
14510             are added (This makes us now match handle creation time with MS)
14511         * Splitter.cs: Removed loading of private splitter cursor, switched to
14512           Cursors version now that that is loading the right ones
14513         * Cursors.cs: Load proper splitter cursors from resources
14514         * Cursor.cs: Added second method of loading resource cursors for the 
14515           VS.Net users amongst us
14516
14517 2006-05-05  Mike Kestner  <mkestner@novell.com>
14518
14519         * ListView.cs: give header_control a minimum size based on the
14520         ListView size.
14521
14522 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
14523
14524         * XplatUIX11.cs: WS_EX_TOPMOST requires window to be on top. A dock
14525           window seems to do that with metacity, so set that type. (#78120)
14526
14527 2006-05-05  Mike Kestner  <mkestner@novell.com>
14528
14529         * ListViewItem.cs: fix Details mode checkbox layout bug.
14530         * ThemeWin32Classic.cs: draw a ListView column header for unused space
14531         at the end of the header, if it exists. [Fixes for #78200]
14532
14533 2006-05-04  Jackson Harper  <jackson@ximian.com>
14534
14535         * MdiClient.cs: Add a helper property to get the container form.
14536         * MdiWindowManager.cs: We have to make sure to use the menu origin
14537         when drawing the icons and buttons, this fixes maximized window
14538         icons/buttons on win32.
14539         * InternalWindowManager.cs: Reset the restore captions when a
14540         window goes from Maximized to Minimized and vice versa. Move the
14541         DrawMaximizedButtons into the MdiWindowManager source, tool
14542         windows can't be maximized. NOTE: This could use a little
14543         refactoring if time ever permits.
14544         
14545 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
14546
14547         * TextBox.cs: Add MWFCategoryAttributes
14548         * TextBoxBase.cs: Add MWFCategoryAttributes
14549         * Form.cs: Add MWFCategoryAttributes
14550
14551 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
14552
14553         * Control.cs: Add MWFCategoryAttributes
14554         * ScrollableControl.cs: Add MWFCategoryAttributes
14555
14556 2006-05-03  Alexander Olk  <alex.olk@googlemail.com>
14557
14558         * ThemeWin32Classic.cs: Draw the ToolBar top border only if
14559           Divider is true. Fix a little glitch in PropertyToolBar
14560           drawing code
14561
14562 2006-05-02  Peter Dennis Bartok  <pbartok@novell.com> 
14563
14564         * Control.cs:
14565           - Dispose: Call base.Dispose, this causes the disposed event
14566             to be fired (and probably other, more important stuff)
14567           - SetVisibleCore: Set is_visible to true after creating the
14568             window so that the window still gets created invisible (if
14569             WM_VISIBLE isn't set). That will cause the ShowWindow afterwards
14570             to generate a WM_ACTIVE message
14571         * Form.cs: Call Dispose when we want to destroy the window, instead of
14572           just destroying the handle (Dispose will do that for us)
14573         * XplatUIX11.cs:
14574           - RootWindow also needs a queue, so we can properly process the
14575             property change events from RootWindow (like Activate)
14576           - Generatic synthetic WM_ACTIVE message when the active window is
14577             being destroyed
14578
14579 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
14580
14581         * LinkLabel.cs: Trigger a recalc of our label dimensions when
14582           bounds are changed
14583
14584 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com>
14585
14586         * ThemeWin32Classic.cs (ButtonBase_DrawImage): Use the proper image
14587           for determining width and height (image might not be assigned if
14588           we're drawing an imagelist)
14589
14590 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
14591
14592         * XplatUI.cs, XplatUIDriver.cs: Added MenuHeight property
14593         * XplatUIWin32.cs: Overriding new MenuHeight property, retrieving
14594           height from system
14595         * Theme.cs: No longer returns hardcoded menu height, instead calls
14596           new driver method
14597         * Form.cs (OnLoad): Scaling happens before triggering Load events 
14598           on MS (# 78257)
14599
14600 2006-05-01  Mike Kestner  <mkestner@novell.com>
14601
14602         * MenuItem.cs: fix NRE for text == null.  Fixes #78250.
14603
14604 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com> 
14605
14606         * TextBoxBase.cs: Removed Fixme
14607         * RichTextBox.cs (set_RTF): Invalidate document after update (#78247)
14608
14609 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com>
14610
14611         * XplatUIX11.cs:
14612           - ScrollWindow: We were passing hwnd.ClientRectangle which returns
14613             the rectangle relative to the parent, considering borders. We
14614             don't really want that.
14615           - ScrollWindow: Fixed warning to be more understandable
14616         * TextBoxBase.cs: Fixed ScrollWindow calculations to consider our
14617           scrollbars and scroll only the visible area
14618         * RichTextBox.cs: Removed debug output
14619
14620 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
14621
14622         * NumericUpDown.cs (Text): Just use base
14623         * UpDownBase.cs: Ensure txtView is created before using it
14624
14625 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
14626
14627         * XplatUIX11.cs (SetWindowTransparency): Casting opacity to int before
14628           casting to IntPtr to avoid 64bit overflow errors
14629
14630 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
14631
14632         * Control.cs:
14633           - AllowDrop: Don't force handle creation.
14634           - CreateHandle: Added call to tell driver if we're allowed to drop
14635
14636 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
14637
14638         * FileDialog.cs: Remember the last directory not only for the
14639           current instance but also for new FileDialog instances.
14640
14641 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
14642         
14643         * XplatUIX11.cs: Forgot to set the queue on the foster parent. That
14644           broke sending async messages
14645
14646 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
14647
14648         * XplatUIX11.cs:
14649           - ScrollWindow: Fixed method. We finally generate expose events again
14650             for scrolled areas. This was causing 'garbage' when scrolling
14651             textbox and other controls that used ScrollWindow
14652           - Switched from using the regular queue for paint events to the MS 
14653             model of 'generating' paint events when the queue is empty.
14654             We use the new XQueueEvent.Paint subclass to store which windows
14655             need painting.
14656           - AddExpose now takes the x/y/width/height of the exposed area
14657             and inserts the window into the paint queue if not already there
14658           - InvalidateWholeWindow: Switched to use new AddExpose method
14659           - UpdateMessageQueue: Added which queue to monitor for paint events
14660           - DefWndProc: Added default handler for WM_PAINT and WM_NCPAINT in
14661             the unlikely case nothing above handles it. We reset the expose
14662             pending states to get them off the queue.
14663           - GetMessage: Now pulls a paint event if no other events are in the
14664             queue
14665           - Invalidate: Switched to new AddExpose method
14666           - PeekMessage: Updated to understand pending paint events
14667           - UpdateWindow: Fixed logic bug. We were only updating if the window
14668             didn't need updating. Also switched to sending WM_PAINT directly,
14669             like MS does.
14670         * XEventQueue.cs: Added Paint queue support. Allows enqueue/dequeue
14671           and random access Remove(). The random access is needed to handle
14672           UpdateWindow() where a WM_PAINT is sent directly without accessing
14673           the queue.
14674         * ScrollBar.cs: Added Update() calls to cause immediate updates to
14675           allow for better feedback when scrolling. Scrollbars are small and
14676           the immediate update should make it 'feel' more responsive without
14677           slowing things down. ScrollBar still needs it's invaliate logic
14678           updated to not always invalidate the whole bar on certain changes.
14679
14680 2006-04-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14681
14682         * Control.cs:
14683         (BackColor): if the control does not support a transparent background,
14684         return the default backcolor when the parent backcolor is transparent.
14685
14686 2006-04-28  Peter Dennis Bartok  <pbartok@novell.com>
14687
14688         * Application.cs: Updated to new StartLoop/GetMessage API
14689         * RichTextBox.cs: Provide some output on RTF parsing errors
14690         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs: Added
14691           new queue_id argument to GetMessage and PeekMessage to allow faster
14692           handling of per-thread queues in drivers.
14693         * Hwnd.cs: Added Queue tracking and property
14694         * MenuAPI.cs: Updated to new StartLoop/GetMessage API
14695         * XEventQueue.cs: Added thread trackingA
14696         * PropertyGridView.cs: Updated to new StartLoop/GetMessage API
14697         * XplatUIX11.cs:
14698           - Implemented new per-thread queue
14699           - GetMessage: Fixed return/break behaviour on several cases. We were
14700             returning stale messages in some cases, instead of just processing
14701             the next message
14702
14703 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
14704
14705         * PropertyGrid.cs: Call GetPropertiesSupported on TypeConverter.
14706
14707 2006-04-27  Peter Dennis Bartok  <pbartok@novell.com>
14708
14709         * ThemeWin32Classic.cs (DrawToolBar): Refactored, simplified the logic,
14710           fixed off-by-one comparisons between Width/Height and Right/Bottom.
14711
14712 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
14713
14714         * PropertyGridView.cs: Fix drop down width.
14715
14716 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
14717
14718         * ThemeWin32Classic.cs: Peter thinks that three additional lines are
14719           a mess in DrawToolBar, so I removed one of them.
14720
14721 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
14722
14723         * ThemeWin32Classic.cs: Draw the ToolBar border lines only if
14724           needed (clip). Otherwise we get artifacts.
14725
14726 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
14727
14728         * FixedSizeTextBox.cs: Added constructor to allow specifying which
14729           dimension is fixed
14730         * UpDownBase.cs: Set the spinner control to be fixed height vertical,
14731           and switched FixedSizeTextBox to only be fixed vertical (#78116)
14732         * Form.cs: Not applying the 'MS 0.08 fudge factor' for a given dimension
14733           if it matches the scale base font (avoids unneeded scaling)
14734
14735 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
14736
14737         * X11DesktopColors.cs: One gtk_init_check should be enough
14738
14739 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com> 
14740
14741         * TextBoxBase.cs: Moved Backspace handling into WM_CHAR block to
14742           match MS behaviour
14743
14744 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
14745
14746         * TextBoxBase.cs: 
14747           - Generate OnTextChanged for Backspace even if we're only deleting
14748             the current selection
14749           - When setting the Text property, only select all text if the
14750             control does not have focus when it is being set. Otherwise
14751             just place the cursor at the beginning of the control
14752
14753 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
14754
14755         * ThemeWin32Classic.cs: ToolBars get drawn with two lines at the top.
14756           Added a little helper to draw PropertyGrid ToolBar with a different
14757           border and a different BackColor.
14758         * PropertyGrid.cs: Some background parts didn't get painted with the
14759           correct background color. Added a class that helps us to draw the
14760           correct border for PropertyGridView and a class that helps us to
14761           draw ToolBars with a different backcolor
14762         * PropertyGridView.cs: Draw PlusMinus with the correct colors.
14763
14764 2006-04-25  Jonathan Chambers  <jonathan.chambers@ansys.com>
14765
14766         * PropertyGrid.cs: Bug 78196, font size, and splitter location.
14767         * PropertyGridView.cs: Bug 78196, font size, and splitter location.
14768
14769 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
14770
14771         * XplatUIWin32.cs (DIBtoImage): ORing instead of ANDing the alpha
14772           into the palette entries. Also, since we're working on a copy
14773           we needed to copy the palette back onto the bitmap.
14774         * Cursor.cs: Same fix as XplatUIWin32.cs.
14775
14776 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com>
14777
14778         * ImageListStreamer.cs: Need to read the var (or we're off)
14779
14780 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
14781
14782         * TextControl.cs, ComboBox.cs, CommonDialog.cs, Theme.cs, 
14783           XplatUIWin32.cs, RichTextBox.cs, ImageListStreamer.cs,
14784           TextBoxBase.cs: Unused var fixes
14785         * AxHost.cs: Small 2.0 fix
14786         * XplatUIX11.cs: Switched to IntPtr from int for XA_CARDINAL atoms 
14787           as it seems that is what at least Metacity expects. This will make
14788           icons show up on 64bit platforms. We still have some 64bit size
14789           issues, though, since the startup app window size still won't match.
14790
14791 2006-04-25  Mike Kestner  <mkestner@novell.com>
14792
14793         * *.cs: cleanup newly reported exception var unused warnings.
14794
14795 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
14796
14797         * ThemeWin32Classic.cs: Button image alignment now matches exactly
14798           ms
14799
14800 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
14801
14802         * ThemeWin32Classic.cs: Fixed drawing code for buttons with an
14803           image. The image position is always the same, no matter if the
14804           button is pressed or not.
14805
14806 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
14807
14808         * FileDialog.cs: SaveFileDialog shouldn't rely on a MWFFileView
14809           selection and set the correct filename for SaveFileDialog.
14810           Patch by Emery Conrad.
14811
14812 2006-04-24  Mike Kestner  <mkestner@novell.com>
14813
14814         * ListView.cs (LastVisibleIndex): when in List mode of Alignment.Left,
14815         check for item.X outside the ClientRect instead of item.Y. Fixes
14816         #78151.
14817
14818 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14819
14820         * ImageListStreamer.cs: some images store a wrong grow factor, so don't
14821         trust that value blindly and do some sanity check. Fixes bug #77814.
14822
14823 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14824
14825         * ImageListStreamer.cs: save the mask as a 1bpp image.
14826
14827 2006-04-21  Mike Kestner  <mkestner@novell.com>
14828
14829         * CheckedListBox.cs: maintain CheckStatus here. Use DrawItemState to
14830         pass Checked and Indeterminate to the Theme Engine. Improve
14831         encapsulation with ListBox.
14832         * ListBox.cs: Keep a StringFormat instead of calculating it every item
14833         draw. Kill ListBoxItem. Refactor away the ListBoxInfo and ListBoxItem
14834         nested types.  Move all CheckState functionality to CheckedListBox.
14835         Make IntegralHeight work like MS.  Rewrite of Layout engine.  Fix
14836         OwnerDrawVariable layout/rendering.  Fix multicolumn rendering.  Fix
14837         ScrollAlwaysVisible handling. Refactor "selected" collections to use a
14838         single base list. Fix scrollbar sizing and placement to mirror MS.
14839         * Theme.cs: remove CheckedListBoxCheckRectangle. It wasn't really
14840         used.
14841         * ThemeWin32Classic.cs: implement Indeterminate CheckState rendering
14842         for CheckedListBox by using new DrawItemState info.  Center the
14843         checkboxes on the items. Use new StringFormat property.
14844
14845 2006-04-18  Jackson Harper  <jackson@ximian.com>
14846
14847         * Form.cs: MdiChildren don't do default locations the same way as
14848         regular forms.  This prevents a crash when trying to position the
14849         mdi windows.
14850
14851 2006-04-17  Jonathan Chambers  <jonathan.chambers@ansys.com>
14852
14853         * PropertyGridTextBox.cs: Formatting, copyright
14854         * PropertiesTab.cs: Formatting
14855         * PropertyGrid.cs: Formatting
14856         * PropertyGridView.cs: Formatting, fix drop down, enabled double 
14857           click toggling of values
14858           
14859 2006-04-17  Peter Dennis Bartok  <pbartok@novell.com> 
14860
14861         * KeyPressEventArgs: Added 2.0 only setter for KeyChar
14862         * Control.cs (.ctor): verify_thread_handle is static, don't reset
14863           every time a control is created
14864         * Application.cs: Removed obsolete EnableRTLMirroring method
14865
14866 2006-04-18  Gert Driesen  <drieseng@users.sourceforge.net>
14867
14868         * TabControl.cs: Avoid ArgumentOutOfRangeException when setting
14869         SelectedIndex to -1. Fixes bug #78121.
14870
14871 2006-04-17  Jackson Harper  <jackson@ximian.com>
14872
14873         * Binding.cs: Handle null values for Current and BindingContext.
14874         This occurs when binding is a little delayed.
14875         * CurrencyManager.cs: return null for Current when there are no
14876         items in the list.
14877         - Hookup to the listchanged event on the DataView and update
14878         bindings when the list is changed.  This fixes late binding of
14879         controls.
14880
14881 2006-04-17  Jackson Harper  <jackson@ximian.com>
14882
14883         * X11Dnd.cs:
14884         * XplatUIX11.cs: Drops should not create a mousedown. Patch by Tim
14885         Ringenbach.
14886
14887 2006-04-15  Alexander Olk  <alex.olk@googlemail.com>
14888
14889         * ThemeWin32Classic.cs: Draw disabled combo button in the correct
14890           place
14891         * ComboBox.cs: If the combobox is disabled call CPDrawComboButton
14892           with the correct ButtonState
14893
14894 2006-04-14  Peter Dennis Bartok  <pbartok@novell.com>
14895
14896         * XplatUIX11.cs: Improved distinguishing between window types to
14897           tell the WM a type closer to what the app wants (Fixes #78107)
14898
14899 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
14900
14901         * ThemeWin32Classic.cs: Fixed drawing of ContainerGrabHandle and
14902           GrabHandle
14903
14904 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
14905
14906         * ThemeWin32Classic.cs: Fixed size grip drawing and updated StatusBar
14907           drawing code to reflect the size grip changes
14908
14909 2006-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14910
14911         * ImageListStreamer.cs: fix handling of the mask that follows the main
14912         bitmap when deserializing and serialize it properly. The generated mask
14913         should better be a 1bpp image, but I'll do that later.
14914
14915 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
14916
14917         * FileDialog.cs: Show something in the DirComboBox on *nix if the
14918           path doesn't fit into some of our Current.Places
14919
14920 2006-04-13  Jackson Harper  <jackson@ximian.com>
14921
14922         * ComboBox.cs: Use borders instead of drawing our own decorations,
14923         try to obey correct rules for heights.
14924         * Theme.cs:
14925         * ThemeNice.cs:
14926         * ThemeClearLooks.cs:
14927         * ThemeWin32Classic.cs: Remove combobox decoration drawing code,
14928         this is now handled by borders.
14929         - Remove unused DrawListBoxDecorationSize method.
14930         
14931 2006-04-13  Mike Kestner  <mkestner@novell.com>
14932
14933         * MenuAPI.cs: null guarding for the disbled click check fixes crash
14934         reported by Alex.
14935
14936 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
14937
14938         * ThemeWin32Classic.cs: 
14939           - Fixed CPDrawStringDisabled
14940           - Corrected drawing of disabled menu items
14941           - Fixed drawing of disabled radio buttons (bug #78095)
14942           - Draw check in a disabled CheckBox with color ControlDark 
14943
14944 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
14945
14946         * Form.cs: Use the provided width when calculating the menu size;
14947           when being maximized we get WM_NCCALCSIZE before WM_WINDOWPOSCHANGED
14948           and ClientSize.Width won't be updated yet
14949         * Application.cs: Use Visible instead of Show() to make form visible,
14950           this way we create the handle later and menusize is considered
14951
14952 2006-04-12  Mike Kestner  <mkestner@novell.com>
14953
14954         * MenuAPI.cs: ignore clicks on disabled menu items. Thanks to Alex for
14955         reporting.
14956
14957 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
14958
14959         * TextBox.cs: Implemented context menu
14960
14961 2006-04-12  Mike Kestner  <mkestner@novell.com>
14962
14963         * ListView.cs: implement box selection. fixes #77838.
14964         * ThemeWin32Classic.cs: draw box select rect, remove a ResetClip.
14965
14966 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
14967
14968         * XplatUIX11.cs: Added setting of window type when transient window
14969           is created (metacity would move it otherwise)
14970         * X11Structs.cs: Added WINDOW_TYPE atoms
14971         * LinkLabel.cs: Override OnPaintBackgroundInternal and draw the
14972           background (the control is Opaque but still wants transparent
14973           backgrounds)
14974
14975 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
14976
14977         * Control.cs: Added OnPaintBackgroundInternal to allow controls
14978           that set Opaque but don't mean it (like all ButtonBase-derived
14979           controls) to still draw their background
14980         * ButtonBase.cs: Override OnPaintBackgroundInternal and draw
14981           the background
14982
14983 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
14984
14985         * Control.cs (PaintControlBackground): Set the graphics object
14986           on our PaintEvent to null to prevent it from being disposed
14987           when the PaintEvent gets disposed
14988
14989 2006-04-12  Alexander Olk  <alex.olk@googlemail.com>
14990
14991         * ThemeWin32Classic.cs: Use even more SystemBrushes and SystemPens
14992         * ThemeNice.cs, ThemeClearlooks.cs: fix typo
14993
14994 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
14995
14996         * Control.cs: 
14997           - Added transparency check to BackColor property. Transparent
14998             backgrounds are only allowed if the control styles permit it
14999           - Added recursive painting of parent control background and
15000             foreground if a control with a transparent backcolor is drawn
15001             (Thanks to Tim Ringenback for providing his 'hack' as a base
15002              for this patch) Fixes #77985 and #78026.
15003           - Added Opaque style check before calling OnPaintBackground, no
15004             need to draw the background if the control is opaque
15005           - Removed ControlAccessibleObject owner variable (inherited from
15006             base, no need to define again)
15007           - Added some documentation links explaining the drawing events
15008             and styles
15009
15010 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
15011
15012         * Splitter.cs (CalculateSplitPosition): Corrected the bad assumption
15013           that the affected control is the located at the left border of our
15014           parent (Fixes #77936)
15015
15016 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
15017
15018         * TextBoxBase.cs: When rendering disabled or readonly controls,
15019           draw the background with 'Control' instead of 'Window' color as
15020           long as the user hasn't specifically set a color
15021
15022 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
15023
15024         * TextBoxBase.cs: Don't try to shortcut by checking against base.Text
15025           since that won't be updated if the user types text (only if it's
15026           programatically set)
15027
15028 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
15029
15030         * ScrollableControl.cs: Calculate DisplayRect dynamically, so that
15031           layout changes do to app-triggered resizes will have the proper
15032           display rectangle for layout
15033
15034 2006-04-11  Alexander Olk  <alex.olk@googlemail.com>
15035
15036         * ThemeWin32Classic.cs:
15037           - Make use of the SystemBrushes and SystemPens wherever possible
15038           - Corrected some highlight colors
15039           - Corrected RadioButton and CheckBox FlatStyle.Flat and Popup
15040             drawing
15041         * Theme.cs: Added Empty field to CPColor struct
15042
15043 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
15044
15045         * ScrollabeControl.cs: We need to consider whether or not a scrollbar
15046           is displayed when calculating the display rectangle. Thanks to Mike
15047           for teaching me the err of my ways.
15048
15049 2006-04-10  Peter Dennis Bartok  <pbartok@novell.com>
15050
15051         * ScrollableControl.cs:
15052           - Rewrote DisplayRectangle code, now returning the proper x/y coords 
15053             (instead of 0,0) and we now return the real width/height instead of
15054             just the clientrectangle, adjusted for padding. The rectangle is
15055             now cached and created by the new CalculateDisplayRectangle method.
15056           - Created new CalculateDisplayRectange method, which basically does
15057             what get_DisplayRectangle() did originally, but now using the 
15058             right edge instead of DisplayRectangle to determine the size of
15059             our scrollbars
15060           - get_Canvas(): Fixed it to properly calculate canvas for 
15061             right/bottom controls which seem to be placed to the right/bottom
15062             of any controls that have a fixed location
15063           - Removed TODO that's taken care of
15064           - Removed NotImplementeds and attempted to implement AdjustFormScrollBars
15065             and SetDisplayRectLocation according to new MSDN2 docs
15066           - Added call to PerformLayout in OnVisibleChanged, MS causes a layout
15067             event when that is called, this is added for compatibility
15068           - ScrollControlIntoView(): Implemented.
15069           - Switched scrollbars to be implicit, they shouldn't be selectable
15070         * ContainerControl: Now that ScrollControlIntoView is implemented, we 
15071           call it when the active control is set/changed
15072         * ScrollBar.cs: Added support for generating Win32 scrollbar messages
15073         * ImplicitHScrollBar.cs, ImplicitVScrollBar.cs: Now setting new base
15074           implicit_control variable (used for native Win32 message generation)
15075         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Added new 
15076           HorizontalScrollBarHeight and VerticalScrollBarWidth properties
15077         * ThemeWin32Classic.cs: Now calling the driver for the scrollbar sizes
15078         * XplatUIStructs.cs: Added ScrollBarCommands enum
15079
15080 2006-04-10  Jackson Harper  <jackson@ximian.com>
15081
15082         * ButtonBase.cs:
15083         * CheckedListBox.cs:
15084         * ComboBox.cs:
15085         * DataGrid.cs:
15086         * DataGridView.cs:
15087         * Form.cs:
15088         * GroupBox.cs:
15089         * ListBox.cs:
15090         * PrintPreviewControl.cs:
15091         * ProgressBar.cs:
15092         * PropertyGrid.cs:
15093         * Splitter.cs:
15094         * StatusBar.cs:
15095         * TrackBar.cs:
15096         * UpDownBase.cs: Fixup base event overrides.
15097         
15098 2006-04-06  Mike Kestner  <mkestner@novell.com>
15099
15100         * ScrollBar.cs: fix "new event" declarations (#76509) and bounds check
15101         all user-initiated value changes to min <= value <= max-thumbsz+1.
15102         (set_Value): check for vert/horiz when calculating new thumb position.
15103         (LargeIncrement): bounds check to stop pos at max - thumb_size + 1
15104         like MS does.
15105         (OnMouseMoveSB): refactor the thumb dragging code and refine
15106         invalidation logic to reduce flicker.
15107         (SetEndPosition): bounds check to stop pos at max - thumb_size + 1
15108         (SmallIncrement): bounds check to stop pos at max - thumb_size + 1
15109         (UpdateThumbPosition): small code readability cleanup
15110
15111 2006-04-10  Alexander Olk  <alex.olk@googlemail.com>
15112
15113         * ThemeNice.cs: Small UI polishing. Draw borders a little bit
15114           different
15115
15116 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
15117
15118         * ThemeNice.cs: Use a better graphics effect when a button is pressed
15119
15120 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
15121
15122         * Theme.cs: Added GetDashPen and GetSizedPen to SystemResPool
15123         * ThemeWin32Classic.cs: Make use of the new SystemResPool methods.
15124           This dramatically reduces the number of Pen.Dispose calls. 
15125           Where possible call ResPool methods only once instead of calling it
15126           over and over again (for example for the same color).
15127
15128 2006-04-06  Mike Kestner  <mkestner@novell.com>
15129
15130         * TabControl.cs: fix for SelectedIndex updating on TabPage removals.
15131         Also remove an unused private field on the collection. Fixes #77972.
15132
15133 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
15134
15135         * ThemeNice.cs: Added ToolBar drawing code
15136
15137 2006-04-06  Mike Kestner  <mkestner@novell.com>
15138
15139         * Form.cs (ShowDialog): MS allows IWin32Window param to be a non-form.
15140         I'm assuming that means we need to look up the toplevel for the
15141         provided control. Fixes the crash trace in #77911 but exposes another
15142         crash in some strange reflection usage in NDocGui.
15143
15144 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
15145
15146         * ThemeNice.cs: Gave it a little silver touch and added Images
15147           method
15148         * FontDialog.cs: FontDialog is not resizable
15149         * FileDialg.cs: Added SizeGripStyle.Show
15150
15151 2006-04-05  Jackson Harper  <jackson@ximian.com>
15152
15153         * KeyboardLayouts.cs: Remove warning.
15154
15155 2006-04-05  Jackson Harper  <jackson@ximian.com>
15156
15157         * Control.cs: Enable OnPaintInternal so we can use it for drawing
15158         all of our controls instead of Paint +=.
15159         * ListBox.cs:
15160         * ListView.cs:
15161         * MenuAPI.cs:
15162         * MessageBox.cs:
15163         * NotifyIcon.cs:
15164         * ProgressBar.cs:
15165         * ScrollBar.cs:
15166         * Splitter.cs:
15167         * StatusBar.cs:
15168         * TabControl.cs:
15169         * TextBoxBase.cs:
15170         * ToolBar.cs:
15171         * TrackBar.cs:
15172         * UpDownBase.cs:
15173         * ComboBox.cs: Remove handling of WM_PAINT and WM_ERASEBKGND and
15174         use OnPaintInternal. Remove Width/Height and Visible checks in
15175         paint handler, this is done at a higher level now.
15176         * GroupBox.cs: Don't need to handle WM_ERASEBKGND anymore.
15177         * PaintEventArgs.cs: Add a handled flag so controls that don't
15178         want anymore painting after OnPaintInternal can make sure OnPaint
15179         isn't called.
15180
15181 2006-04-05  Mike Kestner  <mkestner@novell.com>
15182
15183         * Form.cs: fix the menu WndProc hacks to respect the native enabled
15184         state of the form, so that we don't process events when Modal dialogs
15185         are up. Fixes #77922.
15186
15187 2006-04-05  Alexander Olk  <alex.olk@googlemail.com>
15188
15189         * Mime.cs: Default for range length is 1 not 0. If set to 0 no match
15190           checking is done.
15191
15192 2006-04-05  Mike Kestner  <mkestner@novell.com>
15193
15194         * XplatUIX11.cs: fix typo in the EX_APPWINDOW transient patch.
15195
15196 2006-04-05  Mike Kestner  <mkestner@novell.com>
15197
15198         * ListView.cs (HeaderMouseMove): null guarding for the over column
15199         when setting up the drag_to_index.  Fixes #78015.
15200
15201 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com>
15202
15203         * XplatUIX11.cs: If WS_EX_APPWINDOW isn't set we don't want to show up
15204           in the taskbar. Transient windows seem to accomplish that.
15205
15206 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com> 
15207
15208         * Form.cs:
15209           - Re-enabled CreateParams.X/Y code for FormStartPosition
15210           - Added code for manual placement when creating the Control
15211           - Incomplete patch to treat MDI forms differently when
15212             setting the ClientSizeCore. (Still need to figure out handling
15213             x/y coords there)
15214         * XplatUIX11.cs:
15215           - When we're explicitly setting the X/Y position of a non-Child
15216             window, let the WM know. Metacity really wants this.
15217
15218 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
15219
15220         * ThemeNice.cs: Added CPDrawButton
15221
15222 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
15223
15224         * ThemeNice.cs: Changed the color for focused buttons and activated
15225           the arrows for small scroll buttons.
15226
15227 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
15228
15229         * ThemeWin32Classic.cs: Removed DrawFlatStyleButton, not needed
15230           anymore. Changed some method modifiers to protected (virtual)
15231         * ThemeClearlooks.cs: Updated to reflect the ThemeWin32Classic
15232           changes
15233         * ThemeNice.cs: Updated to reflect the ThemeWin32Classic changes.
15234           Updated drawing of menus, buttons and progressbars; added
15235           CPDrawBorder3D 
15236
15237 2006-04-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15238
15239         * ImageListStreamer.cs: implemented serialization/deserialization
15240         of the images.
15241
15242 2006-04-03  Alexander Olk  <alex.olk@googlemail.com>
15243
15244         * ThemeWin32Classic.cs:
15245           - Removed all the DrawFrameControl stuff; CPDrawButton,
15246             CPDrawCheckBox and CPDrawRadioButton are now handled directly
15247             inside the methods
15248           - Updated and corrected the drawing code of CPDrawButton,
15249             CPDrawCheckBox and CPDrawRadioButton to better match ms
15250           - Updated theme checkbox and radiobutton code to use the CP*
15251             methods
15252
15253 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
15254
15255         * XplatUIX11.cs: Enable clipping again now that the libgdiplus
15256           bug is fixed
15257
15258 2006-03-31  Jackson Harper  <jackson@ximian.com>
15259
15260         * XplatUIX11.cs: Somehow we get SETCURSORS for bad windows
15261         sometimes.
15262         * UpDownBase.cs: Don't CreateGraphics manually, use a
15263         Refresh. Ideally we would invalidate the correct areas here.
15264
15265 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
15266
15267         * XplatUIX11.cs: 
15268           - We now track the mapping state of windows. If a window (or 
15269             one of it's parents) is not mapped we no longer permit
15270             WM_PAINT messages to be generated since we'd otherwise get 
15271             lots of BadMatch X errors. Jackson did all the work figuring
15272             out the problem.
15273           - Destroying the caret if the window it's contained in is 
15274             destroyed. Can't use regular DestroyCaret method since it
15275             might fall into a drawing function (trying to remove the
15276             caret) and with that generate new BadMatch errors. Again,
15277             Jackson tracked this down.
15278           - Changed DestroyChildWindows to SendWMDestroyMessages, we now
15279             make sure we send the messages to all windows. (The old code
15280             would send the WM_DESTROY to the window, and then all child
15281             windows would be 'gone' because the WM_DESTROY handle lookup
15282             would no longer find the destroyed window)
15283         * Hwnd.cs: Added Mapping property to track mapping state of hwnd
15284         * X11Structs.cs: Added WindowType enum for MapWindow/UnmapWindow
15285
15286 2006-03-31  Jackson Harper  <jackson@ximian.com>
15287
15288         * ScrollableControl.cs: Dont recalc if we are not visible.
15289
15290 2006-03-31  Mike Kestner  <mkestner@novell.com>
15291
15292         * Control.cs (SetVisibleCore): move the CreateControl call up ahead of
15293         the visibility branch.
15294
15295 2006-03-31  Jackson Harper  <jackson@ximian.com>
15296
15297         * ScrollBar.cs: Cap values when incrementing/decrementing.
15298
15299 2006-03-31  Mike Kestner  <mkestner@novell.com>
15300
15301         * MenuAPI.cs: setup menu.tracker for popup/context menus.
15302         * ToolTip.cs: guard against timer expirations with no active control.
15303         Not sure why it happened.
15304
15305 2006-03-31  Mike Kestner  <mkestner@novell.com>
15306
15307         * ThemeWin32Classic.cs: add some horizontal padding space for the tip
15308         text.
15309         * ToolTip.cs: Position the tooltip based on where the cursor is at
15310         popup time, not at MouseEnter time.  Add a Down state so that we don't
15311         redisplay tips without a Leave. Use faked XplatUI.GetCursorInfo for
15312         positioning offset. Lookup DisplaySize at positioning time, since it
15313         can theoretically change during invocation.
15314         * XplatUIWin32.cs: fake GetCursorInfo until pdb can do it properly.
15315         * XplatUIX11.cs: fake GetCursorInfo until pdb can do it properly.
15316
15317 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
15318
15319         * ThemeWin32Classic.cs: Use CPDrawBorder3D to draw a GroupBox.
15320           Fixes behaviour when the Text property of the box is String.Empty
15321
15322 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com>
15323
15324         * XplatUIX11.cs: Only send mouseleave for our client windows, not
15325           for the whole window (otherwise we get WM_MOUSE_LEAVE twice for
15326           a window)
15327
15328 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
15329
15330         * FileDialog.cs: Visual enhancement for the popup buttons in 
15331           PopupButtonPanel
15332
15333 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
15334
15335         * ColorDialog.cs, FontDialog.cs: Make use of the updated 3D border
15336           code
15337
15338 2006-03-30  Alexander Olk  <alex.olk@googlemail.com>
15339
15340         * ThemeWin32Classic.cs: Updated MainMenu drawing of selected and
15341           highlighted menu items to match ms
15342
15343 2006-03-30  Peter Dennis Bartok  <pbartok@novell.com> 
15344
15345         * XplatUIX11.cs: Don't set a clip rectangle unless it's not empty
15346
15347 2006-03-30  Mike Kestner  <mkestner@novell.com>
15348
15349         * Menu.cs (SelectedItem): use new MenuItem.Selected prop.
15350         * MenuAPI.cs: use new MenuItem.Selected prop. redraw MainMenu when we
15351         go active to account for HotLight to Selected transition.
15352         * MenuItem.cs: add internal Selected prop. Fill out the Status
15353         property by calculating it from item info. Add HotLight,
15354         NoAccelerator, Checked, Grayed, and Disabled flags where appropriate.
15355
15356 2006-03-30  Mike Kestner  <mkestner@novell.com>
15357
15358         * MenuItem.cs: only emit DrawItem and MeasureItem for OwnerDraw.
15359
15360 2006-03-29  Jackson Harper  <jackson@ximian.com>
15361
15362         * Form.cs: Implement TODO.
15363
15364 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com> 
15365
15366         * PrintPreviewDialog.cs: Implemented missing methods and events; still
15367           missing proper dialog setup in the constructor
15368
15369 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com>
15370
15371         * ProgressBar.cs: Added 2.0 Style property that apps seem to use
15372         * Control.cs:
15373           - Implemented CheckForIllegalCrossThreadCalls, removed TODO
15374           - Fixed ResetBindings and removed TODO
15375           - Added check for cross-thread calls to get_Handle()
15376           - Added Marshaller attribute for set_Font to satisfy class status
15377         * FontDialog.cs: Removed TODOs that seemed implemented
15378         * UpDownBase.cs: Removed unneeded TODO and Fixme
15379         * MessageBox.cs: Implemented support for Default button and removed TODO
15380         * FileDialog.cs: Removed obsolete TODO
15381         * DomainUpDown.cs: Removed obsolete TODO
15382         * ButtonBase.cs: Removed obsolete TODO
15383         * XplatUIWin32.cs: Removed obsolete TODO
15384         * Form.cs:
15385           - Removed obsolete TODO
15386           - Calling CheckAcceptButton when the acceptbutton is changed to allow
15387             internal status updates
15388           - Making sure the active control is selected when the control is created
15389         * CurrencyManager.cs: Removed obsolete TODO
15390
15391 2006-03-29  Mike Kestner  <mkestner@novell.com>
15392
15393         * *.cs: fix remaining corcompare issues for 1.1 API with the exception
15394         of PrintPreviewDialog and RichTextBox.
15395
15396 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
15397
15398         * Theme.cs: Added a little helper to SystemResPool to get the Dark,
15399           DarkDark, Light and LightLight colors for a specific color
15400         * ThemeWin32Classic.cs:
15401           - Use Button drawing code to draw RadioButtons and CheckBoxes with
15402             Appearance = Button 
15403           - Make use of the new ResPool helper CPColor
15404           - Draw ProgressBar and StatusBar with correct 3D borders
15405
15406 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
15407
15408         * ColorDialog.cs: Return selected color. Fixes bug #77940.
15409
15410 2006-03-28  Mike Kestner  <mkestner@novell.com>
15411
15412         * ListView.cs: fix Icon layout to plan for scrollbar widths when
15413         calculating col/row counts.
15414
15415 2006-03-28  Mike Kestner  <mkestner@novell.com>
15416
15417         * ColumnHeader.cs:
15418         * ListView.cs:
15419         * ListViewItem.cs:
15420         * Menu.cs: 
15421         switch to explicit interface method implementation for some methods
15422         corcompare identifies as inconsistent with MS.
15423
15424 2006-03-28  Mike Kestner  <mkestner@novell.com>
15425
15426         * MainMenu.cs: 
15427         * Menu.cs:
15428         add a few missing methods from the class status output.
15429
15430 2006-03-28  Alexander Olk  <alex.olk@googlemail.com>
15431
15432         * ControlPaint.cs: Fixed ControlPaint.Light method. Results are now
15433           correct.
15434
15435 2006-03-28  Mike Kestner  <mkestner@novell.com>
15436
15437         * MenuAPI.cs: Deactivate on MainMenu item click. Fixes #77917.
15438
15439 2006-03-27  Mike Kestner  <mkestner@novell.com>
15440
15441         * ThemeWin32Classic.cs: Switch flat toolbars to use RaisedInner for
15442         the Hilight state to adapt to Alex's CPDrawBorder3D changes.
15443
15444 2006-03-27  Alexander Olk  <alex.olk@googlemail.com>
15445
15446         * ThemeWin32Classic.cs: Rewrote Button drawing code to match ms.
15447
15448 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
15449
15450         * ThemeWin32Classic.cs:
15451           - GroupBox: Inserted a little gap between the text and the lines
15452             on the right side
15453           - Made the code in CPDrawBorder3D more readable
15454           - Corrected the drawing location of the up and down arrows in 
15455             CPDrawScrollButton
15456
15457 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
15458
15459         * ControlPaint.cs: Corrected line widths in DrawBorder for
15460           ButtonBorderStyle Inset and Outset
15461
15462 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
15463
15464         * ThemeWin32Classic.cs:
15465           - Rewrote the totally broken CPDrawBorder3D method. That was
15466             one of the main problems for the terrific ThemeWin32Classic
15467             look
15468           - Updated and corrected Button drawing
15469           - Correct the dimensions of the SizeGrip to match ms ones
15470           - Removed a small drawing glitch in DrawComboBoxEditDecorations
15471         * XplatUIX11.cs: Draw borders with BorderStyle = Fixed3D with
15472           Border3DStyle.Sunken to match ms.
15473
15474 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
15475
15476         * ThemeWin32Classic.cs: First small part of the "de-uglify
15477           ThemeWin32Classic" effort, SizeGrip
15478
15479 2006-03-24  Jackson Harper  <jackson@ximian.com>
15480
15481         * XplatUIX11.cs: Give a max idle time of one second, this matches
15482         MS and forces an Idle event every second when there are no other
15483         events in the queue.
15484
15485 2006-03-24  Mike Kestner  <mkestner@novell.com>
15486
15487         * ListView.cs: Handle (Large|Small)ImageList == null more robustly.
15488         * ListView.Item.cs: fix layout issues with null image lists and images
15489         smaller than checkbox size.
15490         * ThemeWin32Classic.cs: Draw a 12 pixel line in ListView LargeIcon
15491         mode like MS does.  It's weird, but consistent.  ;-)
15492         Fixes #77890.
15493
15494 2006-03-24  Mike Kestner  <mkestner@novell.com>
15495
15496         * ListView.cs: Scroll wheel support for the item control.  Fixes
15497         #77839.
15498
15499 2006-03-23  Jackson Harper  <jackson@ximian.com>
15500
15501         * ScrollableControl.cs: Special case negative sized areas, not
15502         zero.
15503         * MonthCalendar.cs: Save the rect of the clicked date so we can
15504         use it for invalidation.
15505         - Try to cut down on the number of invalidates
15506         - Invalidate the rect the mouse is over and was over when moving
15507         the mouse, so we get the focus box following the cursor.
15508
15509 2006-03-23  Mike Kestner  <mkestner@novell.com>
15510
15511         * ThemeWin32Classic.cs: fix FullRowSelect selection background and
15512         focus rectangle drawing. Fixes #77835.
15513
15514 2006-03-23  Mike Kestner  <mkestner@novell.com>
15515
15516         * XplatUIX11.cs: rework the fix for #77828 by changing the order of
15517         the if and else if and reverting back to the original == check on the
15518         None conditional.
15519
15520 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
15521
15522         * FontDialog.cs: Update the example panel if the selected index of
15523           the fontListBox changes.
15524
15525 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
15526
15527         * FileDialog.cs: Make FileDialog remember which directory it was in
15528           last in the same execution.
15529
15530 2006-03-22  Mike Kestner  <mkestner@novell.com>
15531
15532         * FileDialog.cs: make the DropDownMenu on the toolbar display
15533         RadioChecks since they are mutually exclusive and that's what MS does.
15534
15535 2006-03-22  Mike Kestner  <mkestner@novell.com>
15536
15537         * Theme.cs: add Color param to CPDrawMenuGlyph.
15538         * ThemeWin32Classic.cs: do color specific menu glyph rendering so that
15539         checks and radio marks and arrows are visible on highlighted items.
15540         * ControlPaint.cs: update to use new Theme signature.
15541
15542 2006-03-22  Mike Kestner  <mkestner@novell.com>
15543
15544         * MenuAPI.cs: only process Enter and arrow keypresses if the tracker
15545         is active. Fixes #77870.
15546
15547 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
15548
15549         * FileDialog.cs: Corrected TabIndex order and set fileNameComboBox
15550           to be focused/selected after startup
15551
15552 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
15553
15554         * ColorDialog.cs: 
15555           - Corrected behaviour of Color, AllowFullOpen, FullOpen,
15556             CustomColors and ShowHelp properties
15557           - Some internal rewrites to get better results when using the
15558             ColorMatrix
15559
15560 2006-03-22  Mike Kestner  <mkestner@novell.com>
15561
15562         * ListView.cs: hook into Peter's new ResetMouseHover capability to fix
15563         HoverSelection.  Fixes #77836.
15564
15565 2006-03-22  Mike Kestner  <mkestner@novell.com>
15566
15567         * FileDialog.cs: bugfixes for the toolbar.  Use PushButtons instead of
15568         ToggleButtons.  (De)Sensitize the Back button around a stack count of
15569         1, not 0.  Update ButtonSize based on a pixel count of the win32
15570         control.  Adjust the toolbar size/location for new button size.
15571
15572 2006-03-22  Jackson Harper  <jackson@ximian.com>
15573
15574         * XplatUIX11.cs: Don't handle configurenotifys if PostQuitState is
15575         true.
15576         * ScrollBar.cs: When doing increments and decrements we need to
15577         set the Value property so that ValueChanged gets raised. A
15578         possible optimization here would be to make an internal SetValue
15579         that doesn't invalidate immediately.
15580         * ToolTip.cs: Tooltips get added to their container (when
15581         supplied) so they get disposed when the container is disposed.
15582         - Don't create tooltips for String.Empty. This prevents all these
15583         little 2-3 pixel windows from showing up when running nunit-gui
15584         and driving me mad.
15585         * Form.cs: Don't set topmost when setting the owner if the handles
15586         haven't been created yet.  The topmost set will happen when the
15587         handles are created.
15588
15589 2006-03-22  Peter Dennis Bartok  <pbartok@novell.com> 
15590
15591         * XplatUIX11.cs:
15592           - DeriveWindowStyles: Fixed typo in borderstyle generation (#77828)
15593           - SetVisible: Sending WINDOWPOSCHANGED for all controls when made 
15594             visible (to allow them to recalculate their sizes)
15595
15596 2006-03-21  Mike Kestner  <mkestner@novell.com>
15597
15598         * ThemeWin32Classic.cs: major refactoring of the ToolBar rendering
15599         methods. Removed a ton of redundant code.  Still not really happy with
15600         the border rendering, but I think that's mainly because of the
15601         ControlDarkDark being black instead of a dark grey. Depending on how 
15602         close we want to be, we might want to revisit those color choices.
15603         Among the new features added during the refactor were DropDownArrow
15604         pressed rendering, Disabled image rendering.  Proper flat appearance
15605         boundary rendering.  Removed the Divider and Wrapping dividers since I
15606         can't figure out any combination of themes and conditions to make the
15607         MS control draw a horizontal line on a toolbar despite what the
15608         Divider property docs indicate.
15609         * ToolBar.cs: rewrite the layout engine. Fixes numerous flicker
15610         conditions and incorrect layout.  Updated to coding standard.
15611         * ToolBarButton.cs: refactored layout and positioning code from
15612         ToolBar to here.  Invalidate wherever possible instead of forcing
15613         redraws of the whole toolbar. 
15614         (Known remaining issues: explicit ButtonSize smaller than provided
15615         images.)
15616
15617 2006-03-21  Mike Kestner  <mkestner@novell.com>
15618
15619         * ContextMenu.cs (Show): use the position parameter instead of just
15620         showing at the MousePosition.
15621
15622 2006-03-21  Jackson Harper  <jackson@ximian.com>
15623
15624         * TabControl.cs: Remove the call to ProcessKeyEventArgs and let
15625         control handle this.
15626         * TreeNodeCollection.cs: If we are clearing the root node we need
15627         to reset top_node so calcs can still happen.
15628         * ThemeWin32Classic.cs: This is a Flags so we need to check
15629         properly.
15630         
15631 2006-03-21  Jackson Harper  <jackson@ximian.com>
15632
15633         * DataGrid.cs: Create columns when the binding context has been
15634         changed.
15635         * X11Structs.cs: Keysyms are uints.
15636         - Add size to fix build.
15637
15638 2006-03-21  Peter Dennis Bartok  <pbartok@novell.com> 
15639
15640         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
15641           XplatUIOSX.cs: 
15642           - Added ResetMouseHover method to allow controls to retrigger
15643             hovering if they need it more than once
15644           - Implemented MouseHoverTime and MouseHoverSize properties
15645         * Timer.cs: Start() must reset the interval
15646         * SystemInformation.cs: Added 2.0 MouseHoverTime and MouseHoverSize
15647           properties
15648
15649 2006-03-21  Jackson Harper  <jackson@ximian.com>
15650
15651         * X11Keyboard.cs: improved layout detection. Move the nonchar
15652         tables into this file.
15653         * KeyboardLayouts.cs: Move the tables into resource files.
15654
15655 2006-03-21  Mike Kestner  <mkestner@novell.com>
15656
15657         * ListView.cs: use OnItemActivated to raise events. Fixes #77834.
15658
15659 2006-03-21  Alexander Olk  <alex.olk@googlemail.com>
15660
15661         * Mime.cs: Various speed optimizations. Looking up mime types
15662           is now 2 times faster than before
15663
15664 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com> 
15665
15666         * CreateParams.cs: Added internal menu field
15667         * Control.cs: 
15668           - Switched call order for UpdateBounds; now we always call
15669             the one that also takes ClientSize, and we're calculating the 
15670             client size via driver method in the others. The previous
15671             method of tracking client size by difference wasn't working
15672             for forms where even the starting client size wouldn't match
15673             the overall form size (due to borders) (Part of fix for #77729)
15674           - CreateParams(): Do not use parent.Handle unless the handle is
15675             already created. Causes havoc with Nexxia and throws off our
15676             creation of controls
15677         * XplatUIX11.cs:
15678           - Created new PerformNCCalc method to trigger WM_NCCALCSIZE message
15679           - Switched handling of ConfigureNotify over to new PerformNCCalc 
15680             method (consolidates code)
15681           - Changed RequestNCRecalc to use new PerformNCCalc method
15682           - Added calls to RequestNCRecalc when menus and borders are changed
15683             to allow app to set NC size. (Part of fix for #77729) This matches
15684             when MS send a WM_NCRECALC on Win32 windows.
15685           - Now sending WM_WINDOWPOSCHANGED when toplevel for is made visible
15686             (Part of fix for #77729). This matches what MS does, they also
15687             send that message when the form is made visible.
15688           - XException.GetMessage: Improved usability of X errors by including
15689             a translation of the window into Hwnd and Control class
15690           - Improved debug info for window creation, reparenting and destruction
15691           - Created helper method WindowIsMapped() [Currently not used]
15692         * XplatUIWin32.cs: Added ToString() debug helper to RECT structure
15693         * Form.cs:
15694           - CreateParams: Now setting our menu on the new internal menu field
15695           - SetClientSizeCore: Now passing cp.menu instead of ActiveMenu to
15696             avoid calculating the same property twice
15697         * Hwnd.cs:
15698           - Improved usability of ToString() for debugging purposes
15699           - GetWindowRectangle(): Now uses proper CalcMenuBarSize method to
15700             determine the height of the menu, instead of just the font. This
15701             required to also create a graphics context and to keep a bmp 
15702             around (for performance reasons)
15703
15704 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com>
15705
15706         * MenuAPI.cs: Added OnMouseUp method
15707         * Form.cs:
15708           - Now remembering the requested client size, avoids size errors
15709           - WndProc: Now handling WM_xBUTTONUP and passing it to MenuTracker
15710             instead of base if the menu is active. This is required due to
15711             control now capturing and releasing on down/up and it would
15712             prematurely release our menu capture
15713
15714 2006-03-17  Jackson Harper  <jackson@ximian.com>
15715
15716         * KeyboardLayouts.cs: Add the czech layouts.
15717
15718 2006-03-16  Jackson Harper  <jackson@ximian.com>
15719
15720         * Control.cs: Use the viewport space when sizing not the controls
15721         client size, so things like ScrollableControl that effect the
15722         viewport size (when scrollbars are added) are computed correctly.
15723         * BindingContext.cs: Cleanup to use the DataSourceEntrys instead
15724         of ManagerEntrys.
15725         - Handle creating BindingManagers for null data sources.
15726         * DataGrid.cs: Bind the cached_currencymgr_events to the real data
15727         source, otherwise when rows are added they are added to the 'fake'
15728         datasource and we will crash when trying to set the position in
15729         those rows.
15730         - Use Implicit scrollbars on the datagrid so they arent
15731         selectable.
15732         
15733 2006-03-16  Jackson Harper  <jackson@ximian.com>
15734
15735         * Binding.cs:
15736         * InternalWindowManager.cs:
15737         * MdiWindowManager.cs:
15738         * X11Keyboard.cs: I really want Mike to love me again (fix
15739         compiler warnings).
15740
15741 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com>
15742
15743         * DataGrid.cs:
15744           - OnMouseDown: Switch to editing mode when clicking on the cell
15745                          even if we're clicking on the cell that's currently 
15746                          selected
15747           - ProcessGridKey: Left/Right now wrap like MS.Net does
15748           - ProcessGridKey: Tab now knows to add a new row when tab is
15749                             pressed in the cell of the last column of the 
15750                             last row
15751           - ProcessGridKey: Enter now adds another row  if pressed in the last
15752                             row and selectes the new row, same column cell
15753           - ProcessGridKey: Home/End navigate columns, not rows, like 
15754                             originally implemented
15755           - Broke ProcessKeyPreview code out into an extra Internal method
15756             so it can be called from the edit code
15757         * DataGridTextBox.cs (ProcessKeyMessage):
15758           - Switched to accept Tab keypresses
15759           - Added F2 handling to allow jumping to the end of the edited cell
15760           - Added logic to allow moving caret left/right inside edited cell
15761             and making the edited cell jump when the caret hits cell borders
15762           - Tab and Enter are now passed to the datagrid after being handled
15763         * TextBoxBase.cs:
15764           - Removed capture code now that Control handles it
15765           - set_SelectionStart now ensures caret is visible
15766
15767 2006-03-16  Jackson Harper  <jackson@ximian.com>
15768
15769         * TrackBar.cs: Debackwards the increment/decrement for handling
15770         mouse clicks on the bar with vertical trackbars.
15771         * ThemeWin32Classic.cs: Draw vertical trackbars with 0 at the
15772         bottom to match MS.
15773
15774 2006-03-16  Mike Kestner  <mkestner@novell.com>
15775
15776         * ListView.cs: make shift/ctrl keyboard and mouse selection 
15777         consistent with the MS control. Fix a bug in
15778         SelectedListViewItemCollection.Clear that was pissing me off for the
15779         better part of a day because the collection was being altered
15780         underneath us as we walked the list.
15781
15782 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com> 
15783
15784         * Control.cs: Not sure how we could miss this so long, but it seems
15785           that MS.Net has Capture set all the way from before calling 
15786           OnMouseDown through sending the mouse events until after
15787           OnMouseUp. This will fix DataGrid's selection being set to end
15788           at the location of the MouseUp.
15789
15790 2006-03-15  Jackson Harper  <jackson@ximian.com>
15791
15792         * BindingContext.cs: Check the binding after its added so that it
15793           can initialize the binding managers and hookup to events.
15794         * Binding.cs: Data members seem to sometimes include rows/cols in
15795           the format Row.Column we now take this into account.
15796           - Hookup to the position changed event so we can update the
15797           control when the position has changed in the data set.
15798         * CurrencyManager.cs: Take into account the row/col naming
15799           convention when creating dataset tables.
15800         * BindingContext.cs: Using a newer better way of storing
15801           datasource/datamember pairs.  Hopefully this better matches MS for
15802           looking up binding managers.
15803
15804
15805 2006-03-15  Jackson Harper  <jackson@ximian.com>
15806
15807         * BindingContext.cs: The currency manager needs the data member
15808         name, if the member is a data set we use the name to find the
15809         correct table.
15810         * CurrencyManager.cs: When creating the list prefer an IList over
15811         an IListSource.
15812         - Attempt to create a DataTable from a DataSet (TODO: might need
15813         some better error checking here, although MS doesn't seem to have much)
15814         - If we have a DataTable create a view and use it as our list.
15815
15816 2006-03-15  Mike Kestner  <mkestner@novell.com>
15817
15818         * ListView.cs: keep a matrix of the icon mode layout to facilitate
15819         keyboard navigation. Support Up/Down/Left/Right selection correctly
15820         for all 4 View modes.
15821         * ListViewItem.cs: add internal row/col fields for icon layouts.
15822
15823 2006-03-15  Jackson Harper  <jackson@ximian.com>
15824
15825         * TabControl.cs: Redraw the tabs when we resize so their newly
15826         calculated sizes are drawn on screen.
15827         * X11Keyboard.cs: Begginnings of XIM support.  We also now support
15828         composite characters.
15829         * XplatUIX11.cs: Keyboard driver needs to know about focus changes
15830         - filter events so that composite characters can be created
15831         patches by peter
15832         * X11Structs.cs: Add XIMProperties enum.
15833
15834 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
15835
15836         * Control.cs (BringToFront, SendToBack): Don't use window or handle
15837           unless it's created
15838
15839 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
15840
15841         * Control.cs (PerformLayout): We don't need to consider visiblity
15842           for anchoring, only for docking. This fixes 'whacky' alignment
15843           in listbox and other controls that use implicit scrollbars after
15844           the previous PerformLayout patch
15845         * ListBox.cs: Switched to use implicit scrollbars
15846           
15847 2006-03-14  Mike Kestner  <mkestner@novell.com>
15848
15849         * ToolBar.cs: 
15850         * VScrollBar.cs:
15851         - chain up the "new event" overrides to base and use
15852         OnEvent to raise them.  Part of fix for bug #76509.
15853
15854 2006-03-14  Alexander Olk  <alex.olk@googlemail.com>
15855
15856         * FileDialog.cs: Do not select an item in the parent directory
15857           on backspace
15858
15859 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
15860
15861         * Control.cs (PerformLayout): It would seem that we considered
15862           invisible windows for our layout. Not quite the right thing
15863           to do. Now we don't any longer, thereby fixing bug #76889.
15864
15865 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
15866
15867         * Control.cs (CanFocus): I goofed. A control can have focus 
15868           even though it's not selectable. Made it match MS docs.
15869
15870 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
15871
15872         * ControlPaint.cs (DrawBorder3D): DrawBorder3D does not fill the
15873           center by default (fixes #76895)
15874         * ThemeWin32Classic.cs, ThemeNice.cs, ThemeClearlooks.cs: Replaced 
15875           all uses of Border3DSides.All with the explicit ORd together
15876           Left|Right|Top|Bottom because I assume that nobody was aware 
15877           that All also implies a center fill. Most places I checked had
15878           a fill right above.
15879         * ProgressBarStyle.cs: Added
15880
15881 2006-03-13  Mike Kestner  <mkestner@novell.com>
15882
15883         * ListView.cs: fix breakage in drag shadow header positioning 
15884         from Peter's csc compilation fix.
15885
15886 2006-03-13  Mike Kestner  <mkestner@novell.com>
15887
15888         * ListView.cs: fix NRE produced by backspacing twice in a focused
15889         FileDialog.
15890
15891 2006-03-13  Mike Kestner  <mkestner@novell.com>
15892
15893         * ListView.cs: proxy Key(Down|Up) from ItemControl to ListView.
15894
15895 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
15896
15897         * Hwnd.cs: Added fixed_size field to track windows whose size cannot
15898           be changed
15899         * XplatUIX11.cs: Now setting fixed_size on hwnd and if set, re-setting
15900           the allowed size before making programmatic size changes
15901
15902 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com> 
15903
15904         * XplatUIX11.cs: Don't call XSetWMNormalHints if no flags are 
15905           set, metacity is broken and will still use the emty sizes in 
15906           the struct. (Fix for #77089)
15907
15908 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
15909
15910         * XplatUIStructs.cs: Split WindowStyles into WindowStyles and 
15911           WindowExStyles and marked both enums as Flags
15912         * Form.cs, ComboBox.cs, ToolTip.cs, Control.cs, PropertyGridView.cs,
15913           NotifyIcon.cs, MenuAPI.cs, XplatUIOSX.cs, MonthCalendar.cs: Updated
15914           to match WindowStyles split
15915         * XplatUIX11.cs:
15916           - SetWMStyles: Added cehck to not apply WM attributes to Child windows
15917           - Updated to match WindowStyles split
15918         * XplatUIWin32.cs:
15919           - Fixed FosterParent creation, was using ExStyle on the Style field
15920             (This should help with Popup focus issues)
15921           - Updated to match WindowStyles split
15922
15923 2006-03-13  Jackson Harper  <jackson@ximian.com>
15924
15925         * MdiWindowManager.cs: Use the system menu height. Fixes some
15926         strange sizing issues.
15927
15928 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
15929
15930         * RichTextBox.cs: Need to scroll to caret after text is inserted (#77672)
15931         * TextBoxBase.cs:
15932           - Scroll to caret after inserting text (#77672)
15933           - Make scroll range one pixel higher, fixes off-by-one error (and
15934             makes underlines visible on the last line)
15935
15936 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com> 
15937
15938         * XplatUIX11.cs: Added call to new Keyboard.ResetKeyState to prevent
15939           the keyboard state from being stuck with keys in 'pressed' state when
15940           focus is switched away via keyboard
15941         * X11Keyboard.cs: Added new ResetKeyState method to allow drivers to
15942           reset the keyboard if no X11 KeyUp events are expected to come
15943         * X11Structs.cs: Switched type of Visible to bool to match driver
15944
15945 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
15946
15947         * TextControl.cs:
15948           - Switched caret to be just 1 pixel wide, matches MS and looks less
15949             clunky
15950           - Moved caret display 1 pixel down from the top of the control
15951             to improve view
15952           - InsertCharAtCharet: Update the selection start if moving the caret
15953             (fixes bug #77696; based on patch suggested by kazuki@panicode.com)
15954           - No longer always creating the caret when the caret methods are
15955             called. Only the actual ShowCaret/HideCaret will do that now
15956           - Only setting caret visible if the owner control has focus
15957           - UpdateView: Added invalidation-shortcut logic for center and right 
15958             aligned text. Previously we'd update all according to the left
15959             logic which caused drawing errors. Also fixed height of invalidated
15960             areas, now properly invalidating the whole area (was off-by-one)
15961           - owner_HandleCreated: Always generate the document when the
15962             handle is created; this ensures that 
15963         * TextBoxBase.cs:
15964           - Fixed situation where caret would disappear under the right
15965             window border, also improved scrolling behaviour on left-
15966             aligned textboxes
15967           - Fixed right-aligned textboxes to have a border to the
15968             right instead of the caret being under the right border
15969         * XplatUIX11.cs:
15970           - Switched from 'nested' to simple visible/not visible tracking 
15971             for caret (part of fix for #77671)
15972           - No longer passing through translated FocusIn/FocusOut messages
15973             since we were notifying too often and the wrong windows. Instead
15974             we just notify our focussed window of receiving or loosing focus
15975         * XplatUIWin32.cs: Switched from 'nested' show/hide 
15976           counting for caret to simple visible yes/no behaviour (part of 
15977           fix for #77671)
15978
15979 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
15980
15981         * Mime.cs: Remove debug code...
15982
15983 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
15984
15985         * MimeGenerated.cs: Removed
15986         * Mime.cs: Mime now reads the mime data (magic, globs, aliases
15987           and subclasses) from /usr/(local/)share/mime and
15988           $HOME/.local/share/mime.
15989
15990 2006-03-10  Jackson Harper  <jackson@ximian.com>
15991
15992         * MdiWindowManager.cs: Recalc the NC area when a window is
15993         maximized/restored so that the menu area is drawn on forms that
15994         don't have a menu.
15995
15996 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
15997
15998         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
15999           XplatUIX11.cs: Added RequestNCRecalc method to driver to allow
16000           us to force a WM_NCCALCRESIZE message being sent. This is needed
16001           for MDI maximizing.
16002
16003 2006-03-10  Jackson Harper  <jackson@ximian.com>
16004
16005         * Form.cs: We need to use the ActiveMenu when calculating menu
16006         height.
16007         - Fix nullref when the window manager hasn't been created yet.
16008         * Control.cs: Fix nullref when we try to bring a control to the
16009         front that has no parent.
16010         * MdiWindowManager.cs: Use the MaximizedMenu for calculating
16011         height.
16012         - Add a dummy item to the maximized menu so it always has the
16013         correct height. Otherwise when there are no menus we don't get our
16014         icon and buttons.
16015         
16016
16017 2006-03-10  Jackson Harper  <jackson@ximian.com>
16018
16019         * MenuAPI.cs: Make this available elsewhere. I need it in some MDI
16020         stuff.
16021         * Form.cs: Make the window_state internal so the window managers
16022         can track it.
16023         - When an MDI child is maximized let its window manager create the
16024         main menu (so it can add its icon).
16025         - Notify the window managers of state changes
16026         - Let the window manager paint its buttons and handle button
16027         clicks on the menu when it is maximized.
16028         * InternalWindowManager.cs: Move the prev_bounds into the mdi
16029         window manager, since tool windows don't use it, only mdi windows.
16030         - Tell the main form that we don't want it to handle NCPAINT
16031         itself to avoid extra painting.
16032         - Handle clicks on a maximized windows menu.
16033         - Handle window state changes
16034         - Handle minimize/maximize clicks correctly by setting the window state.
16035         * MdiWindowManager.cs: Add an icon menu that (the menu you get
16036         when clicking on the forms icon).
16037         - New method to create a forms maximized menu. This is its normal
16038         menu + an icon.
16039         - Handle window state changes.
16040         - Handle sizing of maximized windows.  Maximized windows are just
16041         drawn bigger then the parent visible area. All controls are still
16042         there, they are just outside the visible area (this matches windows).
16043         * MdiClient.cs: No scrollbars when a child window is maximized.
16044         - Let the children windows figure out how big they should be when
16045         sizing maximized windows.
16046         - Implement a version of ArrangeIconicWindows somewhat similar to
16047         Windows version.  There are some little differences, but I don't
16048         think any app will rely on the layout of minimized mdi windows.
16049
16050 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
16051
16052         * Padding.cs: Several fixes to allow compiling with csc 2.0
16053
16054 2006-03-09  Jackson Harper  <jackson@ximian.com>
16055
16056         * Menu.cs:
16057         * MenuItem.cs: Cheap hack so we can add items to the list without
16058         the events being raised.  This allows adding mdi items during
16059         drawing. TODO: Should probably find a better time to add the items.
16060
16061 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
16062
16063         * ThemeWin32Classic.cs:
16064           - CheckBox_DrawText: Added logic to not wrap if not enough space
16065             is available (Fix for bug #77727)
16066           - RadioButton_DrawText: Added logic not to wrap if not enough
16067             space is available (Fix for bug #77727). Also removed some
16068             duplicate code, DrawString always drawing the regular text
16069             before hitting the if statement.
16070
16071 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com> 
16072
16073         * XplatUIX11.cs: Handle an unmapped window state in SetWindowState
16074
16075 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
16076
16077         * PictureBox.cs: Implemented ISupportInitialize interface (fixes #77726)
16078         * ContainerControl.cs: Partial implementation of some 2.0 scaling
16079           methods. Moved the new 2.0 properties into alphabetical order with
16080           other properties and added MonoTODO tags
16081
16082 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
16083
16084         * AutoScaleMode.cs: Added. Fix build.
16085
16086 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
16087
16088         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
16089           XplatUIOSX.cs: Removed HWnd argument from CalcuateClientRect, not used
16090           and was requiring premature handle creation for calls from above
16091         * Form.cs, Control.cs: Removed handle arguments from calls to
16092           CalculateClientRect()
16093
16094 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
16095
16096         * ListView.cs (HeaderMouseMove): Fix csc compilation. 
16097           drag_column.column_rect is MarshalByRef and can't be used that way
16098
16099 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
16100
16101         * AxHost.cs: Added deserialization constructor for 
16102           AxHost+State (fixes 77743)
16103
16104 2006-03-09  Mike Kestner  <mkestner@novell.com>
16105
16106         * ListView.cs: 
16107         - Added column drag reordering for details view.
16108         - fixed behavior when mouse is dragged off column and
16109         AllowColumnReorder is false.
16110         * ColumnHeader.cs: clone the format too in Clone.
16111         * Theme.cs: add DrawListViewHeaderDragDetails method.
16112         * ThemeWin32Classic.cs:
16113         - impl new method for drawing drag column shadows and targets.
16114         - support column offset for details mode in DrawListViewItem.
16115
16116 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
16117
16118         * TextControl.cs: Reset the char_count when the document is cleared
16119           (Fixes bug reported on mono-winforms mailing list)
16120
16121 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
16122
16123         * TextBoxBase.cs: Honor the Handled state of KeyPress events. Instead
16124           of calling base we simply process the key ourselves, since both
16125           DefWindowProc and the handled method would set m.Result. 
16126           (Fixes #77732)
16127
16128 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
16129
16130         * Form.cs(ScaleCore): No longer calling base.ScaleCore since that
16131           method also moves the window; instead implemented a copy of
16132           Control.ScaleCore (Part of fix for #77456)
16133         * TextBoxBase.cs: 
16134           - Created new CreateGraphicsInternal method to allow providing
16135             a graphics context when no handle is created without triggering
16136             handle creation. (Part of fix for #77456)
16137           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
16138         * TextControl.cs: 
16139           - Switched Constructor to require TextBoxBase instead of Control (to
16140             allow uncast access to CreateGraphicsInternal)
16141           - Safeguarded use of owner.Handle property. No longer accessing it
16142             unless the handle is already created.
16143           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
16144           - Now triggering a recalc when owning control becomes visible
16145         * TextBox.cs, RichTextBox.cs: Switched to use new internal 
16146           TextBoxBase.CreateGraphicsInternal() method to avoid triggering
16147           premature handle creation (Part of fix for #77456)
16148         * Control.cs:
16149           - We now only destroy our double-buffering buffers when the
16150             control is resized or disposed, but not when visibility
16151             changes. (The code even re-created them twice every time)
16152           - Now requiring a redraw of the buffer on visibility changes
16153             (fixes bug 77654 part 2)
16154           - Not passing OnParentVisibleChanged up unless the control
16155             is visible
16156           - CanFocus: Fixed to match MS documentation
16157           - Focus: Fixed to return actual focus state and to check if
16158             setting focus is legal before setting it
16159
16160 2006-03-08  Peter Dennis Bartok  <pbartok@novell.com>
16161
16162         * ThemeWin32Classic.cs: TabPages cannot have focus. Determine
16163           when to draw focus rectangle by looking at parent focus and
16164           selected state instead. This fixes TabPages on Linux sometimes
16165           having none or multiple focus rectangles.
16166         * XplatUIX11.cs (SetFocus): 
16167           - Don't set the focus if the same window already has focus
16168           - Use SendMessage instead of PostMessage (like it's Win32
16169             equivalent) and send the WM_SETFOCUS before the WM_KILLFOCUS
16170             to match MS behaviour
16171         * TabControl.cs(SelectedIndex): Don't set Focus on TabPage, TabPages
16172           are not selectable.
16173
16174 2006-03-07  Jackson Harper  <jackson@ximian.com>
16175
16176         * PictureBox.cs: Revert line I accidently committed last week.
16177
16178 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
16179
16180         * Control.cs: 
16181           - Added new IsRecreating and ParentIsRecreating properties to
16182             allow testing if RecreateHandle has been called on ourselves
16183             or one of our parents
16184           - WndProc(WM_DESTROY): If our control handle is being recreated
16185             we immediately need to create the handle when receiving the
16186             destroy, that way our child windows find a valid parent handle
16187             when they themselves are being recreated upon WM_DESTROY receipt
16188             (fix for bug #77654 part 1)
16189         * XplatUIX11.cs:
16190           - DestroyWindow: WM_DESTROY must be sent to our own window before
16191             notifying any child windows. MS documents that child windows
16192             are still valid when WM_DESTROY is received. (Control now relies on
16193             this behaviour)
16194           - Added some fine-grain debug options
16195
16196 2006-03-06  Jackson Harper  <jackson@ximian.com>
16197
16198         * MdiClient.cs: Redid scrolling logic a bit to create a virtual
16199         box and base calculations off this.
16200         * MdiChildContext.cs:
16201         * MdiWindowManager.cs: Don't need to ensure scrollbars here
16202         anymore.
16203         
16204 2006-03-06  Peter Dennis Bartok  <pbartok@novell.com>
16205
16206         * Splitter.cs: In situations where the affected control is added
16207           to the parent's control list after the splitter, we would not
16208           populate affected. Now we try populating it on mousedown, if
16209           it's not already set, and force it to be re-set whenever our
16210           parent changes.
16211
16212 2006-03-03  Matt Hargett  <matt@use.net>
16213
16214         * Control.cs: implement Control.Padding
16215         * Padding.cs: -Padding.All returns -1 when constructing with the
16216         implicit default ctor
16217         -Padding.ToString() matches MS.NET
16218         * ContainerControl.cs: implement
16219         ContainerControl.AutoScaleDimensions
16220         * ListControl.cs: implement ListControl.FormattingEnabled
16221         * TextBox.cs: Implemented TextBox.UseSystemPasswordChar.
16222         * ButtonBase.cs:
16223         * TabPage.cs: Implement UseVisualStyleBackColor.
16224         * PictureBox.cs: Implement PictureBox.InitialImage.
16225
16226 2006-03-03  Mike Kestner  <mkestner@novell.com>
16227
16228         * ListView.cs: Refactor into HeaderControl and ItemControl. Fix new
16229         event declarations to proxy to base event.
16230         * ListViewItem.cs: update to use ItemControl.
16231         * Theme.cs: make DrawListViewHeader. s/DrawListView/DrawListViewItems.
16232         * ThemeWin32Classic.cs: update to new ListView theme API and fix
16233         column header label rendering for 0 width columns.
16234
16235 2006-03-03  Peter Dennis Bartok  <pbartok@novell.com>
16236
16237         * Control.cs (ControlCollection.SetChildIndex): Avoid using a call
16238           that causes the control to be created. Fixes #77476.
16239
16240 2006-03-02  Jackson Harper  <jackson@ximian.com>
16241
16242         * Hwnd.cs: Clear the nc pending when clearing the NC area, not the
16243         expose_pending.
16244
16245 2006-03-02  Peter Dennis Bartok  <pbartok@novell.com>
16246
16247         * Control.cs: Implemented 2.0 feature where OnClick has MouseEventArgs
16248           passed in for the EventArgs (fixes #77690)
16249
16250 2006-03-01  Jackson Harper  <jackson@ximian.com>
16251
16252         * ScrollBar.cs: Refresh afterbeing resized.
16253
16254 2006-02-28  Mike Kestner  <mkestner@novell.com>
16255
16256         * MenuAPI.cs: Call PerformPopup internal method to emit Popup.
16257         Clean up a tracker compile warning.
16258         * MenuItem.cs: add internal PerformPopup method.
16259         [Fixes #77457]
16260
16261 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
16262
16263         * TextBoxBase.cs (set_Text): Recalculate the document (causing an
16264           implicit expose) when the text is set to null
16265
16266 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com>
16267
16268         * RichTextBox.cs (FlushText): When newline is true, we always
16269           need to split the line, even if no text is on it and we may
16270           never eat newlines. (Fixes #77669)
16271
16272 2006-02-28  Mike Kestner  <mkestner@novell.com>
16273
16274         * ListView.cs: Add UpdateSelection internal method. Remove SelectItem 
16275         and set Selected instead.
16276         * ListViewItem.cs: Call owner.UpdateSelection to manipulate the 
16277         collections.
16278
16279 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
16280
16281         * ComboBox.cs: Allow setting SelectedIndex to -1. Fixes #77665
16282
16283 2006-02-28  Alexander Olk  <alex.olk@googlemail.com>
16284
16285         * FontDialog.cs:
16286           - Got rid of the panel. All controls are now directly added to
16287             the dialog form
16288           - It is now possible to set a font with the Font property
16289           - MinSize and MaxSize property do now what they should
16290           - ShowApply, ShowHelp, ShowColor, ShowEffects likewise
16291           - Searching and selecting a font with the font textbox works now,
16292             the same applies to the style and size textbox
16293           - Draw the correct 3D border in the example panel
16294           - Fixed a little mem leak (unused fonts didn't get disposed)
16295           - Many other internal updates/rewrites...
16296           - Fix typo
16297
16298 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
16299
16300         * TextControl.cs: 
16301           - InsertRTFFromStream: Added 'number of characters inserted' argument
16302           - set_SelectedRTF: Now using the number of characters to calculate
16303             the new location for the selection and cursor (x/y cannot be used
16304             due to potentially already wrapped text)
16305
16306 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com>
16307
16308         * TextControl.cs: Added property and implemented means to allow 
16309           disabling recalculation of a document (can be used to speed up
16310           multiple inserts and is needed to make RTF inserts predictable, see
16311           bug #77659)
16312         * RichTextBox.cs: Using the new NoRecalc property of Document to
16313           keep x/y insert locations predictable. Also makes it faster inserting
16314           large chunks of RTF
16315
16316 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
16317
16318         * Control.cs: Separated special WM_SYSKEYUP keyboard handling. That way
16319           it's easier for a child control to handle the other messages without
16320           having to duplicate the special functionality
16321         * TextBoxBase.cs
16322           - WndProc: Removed calling base handler for WM_KEYDOWN and added 
16323             code to handle processing the key ourselves, in order to get 
16324             access to the result of KeyEventArgs.Handled. We now only call 
16325             ProcessKey if they key hasn't been handled already. Fixes #77526.
16326           - set_Text: If null or empty string is given, just clear the 
16327             document. Fixes part of #77526
16328
16329 2006-02-27  Jackson Harper  <jackson@ximian.com>
16330
16331         * SizeGrip.cs: Paint the background color before painting the grip
16332         so things look right.
16333         * MdiClient.cs: Add the sizegrip when both scrollbars are used.
16334
16335 2006-02-27  Mike Kestner  <mkestner@novell.com>
16336
16337         * ListView.cs:
16338           - Restructure layout and invalidation model to remove a ton of
16339           flicker from the control and speed up performance in general.
16340           - Add manual column resize, flickers like crazy, but I already have
16341           some ideas on how I'll fix that. (#76822)
16342           - Merge the three Icon-based views into a single layout method.
16343           - Move item selection interaction logic from the item since 
16344           interaction with the collections is more appropriate to the view.
16345           - Deselection on non-item clicks.
16346         * ListViewItem.cs:
16347           - Encapsulate most of the layout. Add some internal props to trigger
16348           layout.  Move to a model where Items invalidate themselves instead
16349           of just invalidating the whole control every time something changes.
16350           - Invalidate on Text/Caption changes.
16351           - switch to an offset based layout model to avoid having to absolute
16352           position every element on item moves.
16353           - correct checkbox layout to conform to MS layout.
16354         * ThemeWin32Classic.cs:
16355           - refactor some column header drawing code.
16356           - fix string justification for column headers (#76821)
16357           - make SmallIcon labels top justified for compat with MS impl.
16358         * ThemeClearlooks.cs:
16359           - adjust to new ListViewItem internal checkbox bounds api.
16360
16361 2006-02-27  Jackson Harper  <jackson@ximian.com>
16362
16363         * Control.cs:  Change where implicit controls fall in the zorder.
16364         They are now on top of all children.
16365         - Synced AddImplicit code with Add
16366         - Removed unused enumerator.
16367         * SizeGrip.cs: Remove the TODO as its been TODONE.
16368
16369 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com> 
16370
16371         * TextControl.cs(Insert): Combine the last lines unless the insertion
16372           string ends with \n\n, otherwise we leave one line too many (Fixes
16373           something I noticed with the testapp for #77526; the bug itself was
16374           already fixed in the previous checkin)
16375
16376 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com>
16377
16378         * RichTextBox.cs:
16379           - SelectionColor and SelectionFont methods no longer set absolute
16380             styles. Instead, the keep font or color respectively (This 
16381             resolves a long-standing FIXME in the code)
16382           - When flushing RTF text, the insert code now considers text trailing
16383             behind the insertion point (Fixes the bug where when replacing
16384             the selected text via SelectedRTF the remainder of the line behind 
16385             the selection would stay on the first insertion line)
16386         * TextBoxBase.cs:
16387           - AppendText now updates the selection points after inserting text
16388           - AppendText now ensures that the last tag (sometimes 0-length) of
16389             the document is used for the style information (Fixes part of 
16390             bug #77220)
16391         * TextControl.cs:
16392           - Created new FontDefiniton class to allow describing partial style
16393             changes
16394           - StreamLine() now takes a lines argument, to allow it to decide
16395             whether an encountered zero-length tag is the last in the document
16396             (which must be kept to not loose the font/color contained in it,
16397             for later appends)
16398           - Created Combine() and Split() methods for Marker structs, to 
16399             support marker updates due to reformatted documents (soft line
16400             wraps)
16401           - Implemented Document.CaretTag setter
16402           - Fixed MoveCaret(CtrlEnd) handling, now moves to the last character
16403             of the last line (Not the cause, but also exposed by bug #77220)
16404           - Added LineTag argument to InsertString method, to allow callers
16405             to force a certain tag to be used (required to force use of the
16406             trailing zero-length tag of a document)
16407           - Now updating markers in Combine(), to avoid stale tag markers
16408           - Added some method descriptions to aid maintenance
16409           - Implemented new FormatText concept, allowing additive/subtractive
16410             formatting by only specifying the components that are to be 
16411             changed. This was needed for resolving the RTB.SelectedColor/
16412             RTB.SelectedFont fixmes
16413           - Added Break() support method to allow breaking up linetags (used
16414             for partial formatting)
16415           - Added GenerateTextFormat() method. It is used for partial 
16416             formatting and allows to generate a full font/color from given
16417             attributes and an existing tag.
16418
16419 2006-02-26  Jackson Harper  <jackson@ximian.com>
16420
16421         * XplatUIX11.cs:  Use the correct caption height.
16422         - Translate hittest coordinates to screen coords to match MS.
16423         * XplatUIWin32.cs: When we create MDI windows we need to reset
16424         some of the style flags, so we get a nice blank window, and can
16425         draw all the decorations ourselves.
16426         - Set a clipping rectangle on the non client paint event, the
16427         window manager drawing code needs one.
16428         * Form.cs: The window manager needs to know when the window state
16429         has been updated.
16430         * Hwnd.cs: The window manager stuff now does a proper NCCALC so we
16431         don't need to factor in border and title sizes in these
16432         methods. TODO: Remove the args and fix the call points.
16433         * InternalWindowManager.cs: Handle NCHITTEST and NCCALCAREA
16434         properly.
16435         - Let the driver set the cursors.
16436         - Improve active window handling
16437         - Correct sizes for title bars and buttons.
16438         - Match MS drawing better
16439         * MdiWindowManager.cs: We don't need to handle border style
16440         updates specially anymore.
16441         - Check for scrollbars when windows are done moving
16442         - Handle Active properly.
16443         * MimeIcon.cs: Don't crash when we can't load the GNOME stuff
16444         correctly. I am spewing the exception though, so we don't hide the
16445         bugs.
16446         
16447 2006-02-26  Pedro Martinez Julia  <pedromj@gmail.com>
16448
16449         * DataGridViewRowPostPaintEventArgs.cs,
16450           DataGridViewCellPaintingEventArgs.cs,
16451           DataGridViewRowCollection.cs,
16452           DataGridViewRowPrePaintEventArgs.cs,
16453           DataGridViewCell.cs: Clear a few warnings and implement a few
16454           exceptions that should be thrown.
16455
16456 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
16457
16458         * ScrollBar.cs (ctor): Explicitly set a cursor to avoid
16459           'inheriting' our parent's (non-default) cursor. (Part of
16460            the fix for #77479)
16461
16462 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com> 
16463
16464         * XplatUIX11.cs: Fixed cast to make csc happy
16465
16466 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
16467
16468         * Control.cs (WndProc): Only handle WM_SETCURSOR messages if
16469           it's for the client area (part of fix for #77479 and needed
16470           for MDI window cursor handling)
16471         * XplatUIX11.cs
16472           - DefWindowProc: Now handles the WM_SETCURSOR messages, setting
16473             the appropriate default cursors and also passing the message
16474             up the parent chain 
16475           - GetMessage: Now generating WM_NCHITTEST and WM_SETCURSOR even
16476             for non-client areas
16477
16478 2006-02-15  Jackson Harper  <jackson@ximian.com>
16479
16480         * XplatUIWin32.cs: Since we fake MDI dont tell Windows that this
16481         is a real MDI window
16482
16483 2006-02-14  Alexander Olk  <alex.olk@googlemail.com>
16484
16485         * X11DesktopColors.cs: Instead of checking the desktop session
16486           string for "KDE" check if it starts with "KDE"
16487
16488 2006-02-10  Jackson Harper  <jackson@ximian.com>
16489
16490         * XplatUIX11.cs: These should be unsigned (fixes crash on 32 bit
16491         systems).
16492
16493 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
16494
16495         * FileDialog.cs: Added Refresh to RunDialog to fix some drawing
16496           errors
16497         * ColorDialog.cs:
16498           - Got rid of the panel. All controls are now directly added to
16499             the dialog form
16500           - Changed to mono coding style
16501
16502 2006-02-10  Jackson Harper  <jackson@ximian.com>
16503
16504         * InternalWindowManager.cs: We don't need the set visibility to
16505         false hack anymore now that peter has written beautiful shutdown
16506         code.
16507
16508 2006-02-10  Peter Dennis Bartok  <pbartok@novell.com>
16509
16510         * XplatUIX11.cs: Ignore DestroyNotify messages for windows that
16511           where already explicitly destroyed
16512
16513 2006-02-10  Jackson Harper  <jackson@ximian.com>
16514
16515         * MdiClient.cs: Handle the case where windows are too high or to
16516         the left and we need scrollbars.
16517
16518 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
16519
16520         * MimeIcon.cs: Added some icons
16521         * FileDialog.cs:
16522           - Fixed bug #77477
16523           - Got rid of the panel. All controls are now directly added to
16524             the dialog form
16525           - Changed to mono coding style
16526           - On Linux "My Computer" and "My Network" will now show some
16527             more usefull information. A new class, MasterMount, gathers
16528             this information from /proc/mount. Updated MWFFileView to make
16529             use of this information
16530           - Fixed a bug that caused FileDialog to crash when
16531             ".recently_used" file had a zero size
16532           - FilterIndex does now what it should
16533           - Some Refactoring
16534         * OpenFileDialog.cs, SaveFileDialog.cs: Updated to reflect latest
16535             FileDialog changes
16536
16537 2006-02-09  Jackson Harper  <jackson@ximian.com>
16538
16539         * ComboBox.cs: Don't touch if null.
16540
16541 2006-02-09  Peter Dennis Bartok  <pbartok@novell.com>
16542
16543         * Cursor.cs: 64bit safeness fix
16544         * XplatUIX11.cs: Removed several unneeded and one moronic cast.
16545
16546 2006-02-09  Jackson Harper  <jackson@ximian.com>
16547
16548         * Form.cs: If a form is made into an MDI form update the styles so
16549         all the props can get set correctly.
16550         - Kill the mdi_container when we dont need it anymore.
16551         * InternalWindowManager.cs: Add missing NOT
16552
16553 2006-02-08  Jackson Harper  <jackson@ximian.com>
16554
16555         * InternalWindowManager.cs: Respek clipping when drawing MDi
16556         decorations.
16557
16558 2006-02-08  Jackson Harper  <jackson@ximian.com>
16559
16560         * Hwnd.cs: Add bits to track non client expose events.
16561         * XplatUIX11.cs: Track non client expose events on the hwnd. This
16562         gives us a proper invalid rect and will allow for some nice
16563         optimizations with NC client drawing
16564         - MDI windows are children windows, so move their style handling
16565         into the child window block.
16566         * InternalWindowManager.cs: Remove a state reset that was
16567         getting invoked at the wrong time. Fixes managed windows getting
16568         into a 'stuck' captured state.
16569
16570 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
16571
16572         * TextControl.cs (Document.ctor): Now initializing 
16573           selection_anchor. Fixes #77493
16574
16575 2006-02-07  Jackson Harper  <jackson@ximian.com>
16576
16577         * TrackBar.cs: The increment/decrements were backwards.
16578
16579 2006-02-07  Mike Kestner  <mkestner@novell.com>
16580
16581         * Theme*.cs : remove ThemeEngine.Current usage as it just points back
16582         to the instance itself.
16583
16584 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
16585
16586         * X11DesktopColors.cs, ThemeGtk.cs: The GObject structure is based
16587           on ulongs and pointers, the size differs between 32bit and 64bit
16588           systems. 
16589
16590 2006-02-07  Mike Kestner  <mkestner@novell.com>
16591
16592         * XplatUIX11.cs : force the WorkingArea away from XGetWindowProperty
16593         for 64 bit platforms to work around a metacity bug. 
16594
16595 2006-02-07  Jackson Harper  <jackson@ximian.com>
16596
16597         * TrackBar.cs: Process the input keys we need, and hookup to
16598         KeyDown instead of using WndProc, so we get key messages.
16599
16600 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com>
16601
16602         * XplatUIX11.cs: Atoms are only 32bit on the wire, no matter what
16603           machine we're on. 
16604         * X11Dnd.cs(SetAllowDrop): Since atoms are always 32bit on the wire
16605           we need to translate the XdndVersion atoms array before sending it
16606
16607 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com> 
16608
16609         * XplatUIX11.cs: 
16610           - The preceeding 64bit fixes had a bug: ChangeProperty expects the
16611             number of bits for the property, not the number of bytes. The
16612             change to provide IntPtr.Size broke 32bit. (64bit was also wrong
16613             but would not crash since it specified 8 bits instead of 4 bits)
16614           - More 64bit fixes: Switched all atoms from int to IntPtr (they are
16615             defined as XID -> long in the C headers)
16616           - Removed 'new IntPtr((int))' and '(IntPtr)' casts from all NetAtoms 
16617             references since those are now IntPtr to begin with
16618           - Switched all Atom.XXX 'int' casts to IntPtr casts
16619           - Fixed XGrabPointer DllImport signature to work for 64bit (cursor arg)
16620           - Fixed XInternAtom signature for 64bit, now returns an IntPtr
16621           - Added XChangeActivePointerGrab DllImport (for X11DnD)
16622         * X11Structs.cs:
16623           - Changed 'int' type for Atoms in XEvent structures to IntPtr
16624           - Changed atom in HoverStruct to be IntPtr
16625         * X11DnD.cs:
16626           - Removed local DllImports, switched code to use those from XplatUIX11
16627           - Removed/fixed casts related to the switch of Atom to be a IntPtr
16628
16629 2006-02-06  Mike Kestner  <mkestner@novell.com>
16630
16631         * XplatUIX11.cs : many more 64 bit pinvoke changes.  I've audited all the 
16632         method signatures in the import region.  There may still be some
16633         lingering struct marshaling issues, as I didn't drill down into those.
16634         Yet.
16635
16636 2006-02-06  Jackson Harper  <jackson@ximian.com>
16637
16638         * ComboBox.cs: Dont manually set the top_item, this is computed
16639         when the scrollbar position is set.
16640
16641 2006-02-06  Mike Kestner  <mkestner@novell.com>
16642
16643         * XplatUIX11.cs : 64 bit changes to XGetWindowProperty usage. Fixes
16644         startup crashes on amd64.  There's other fixes needed.  All pinvoke
16645         usage of Atom needs to be mapped to IntPtr for example.  And there are
16646         likely other int/long issues to be addressed.
16647
16648 2006-02-04  Alexander Olk  <alex.olk@googlemail.com>
16649
16650         * FileDialog.cs: One more...
16651
16652 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
16653
16654         * FileDialog.cs: Next try
16655
16656 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
16657
16658         * FileDialog.cs: First part of fix for #77464
16659
16660 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
16661
16662         * ButtonBase.cs, ContainerControl.cs, Forms.cs,
16663           ThemeWin32Classic.cs: Fix for #77458. Correct handling of
16664           AcceptButton border drawing.
16665
16666 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com> 
16667
16668         * Form.cs: Moved positioning of form after auto scaling is applied,
16669           otherwise it would possibly use wrong form size.
16670
16671 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com>
16672
16673         * Control.cs (RecreateHandle): No need to re-create any child
16674           controls, the child windows will get destroyed automatically by
16675           the windowing system or driver, and re-created when the handle
16676           is being accessed the first time. Fixes #77456
16677         * Form.cs: No longer setting the form to closing if the handle is 
16678           being recreated. This seems like the right thing to do, don't
16679           have a bug or testcase for this, though.
16680
16681 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
16682
16683         * FileDialog.cs: Suspend/Resume layouting when changing sizes of
16684           controls to avoid unwanted side effects
16685
16686 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com> 
16687
16688         * Control.cs: 
16689           - ScaleCore needs to scale the bounds, not the ClientSize of the 
16690             control. Fixes #77416.
16691           - DefaultSize is 0,0 for control
16692         * TextBoxBase.cs: 
16693           - DefaultSize is 100, 20
16694           - SetBoundsCore: Now enforcing the height, no matter if the provided
16695             height is more or less than the preferred one, as long as AutoSize
16696             is on
16697         * Form.cs: Apply documented fudge factor. Part of item 3 fix for #77416
16698
16699 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
16700
16701         * Control.cs:
16702           - ResumeLayout: Fixed logic when to call PerformLayout, we may not
16703             call unless both performLayout is true *and* we have a pending
16704             layout change
16705           - ResumeLayout: MS does not completely nest Suspend and Resume,
16706             they bottom out at 0, fixed our code to match that.
16707           - UpdateBounds/SetBoundsCore: Moved calling of UpdateDistances() to
16708             SetBoundsCore, we were updating even when we shouldn't. This fixes
16709             swf-anchors mis-anchoring when resizing the app fast and lots.
16710           - UpdateDistances: Now only setting the left and top distance if 
16711             we have a parent and are not suspended, this is based on
16712             a suggestion by Don Edvaldson in bug #77355.
16713           - OnVisibleChanged: Fixed logic when to create the control. We may
16714             not create the control if we have no parent or if it's not visible;
16715             switched to using Visible property instead of is_visible field 
16716             since the property also considers parent states. This fixes a bug
16717             when starting Paint.Net
16718
16719 2006-02-02  Jackson Harper  <jackson@ximian.com>
16720
16721         * Form.cs: If the forms handle hasn't been created yet don't call
16722         into xplatui to make it top most, just set the topmost flag on the
16723         form in CreateParams
16724         * XplatUIX11.cs: Handle WS_EX_TOPMOST.
16725
16726 2006-02-01  Jackson Harper  <jackson@ximian.com>
16727
16728         * ScrollableControl.cs: Refactored the Recalculate method a
16729         little, this wasn't handling all the variants of bottom and right
16730         bars needed to be added and added/removed based on their
16731         counterparts being added/removed (which changes the drawable
16732         size). Also we special case client widths and heights of 0 and
16733         don't add the scrollbar for those.
16734
16735 2006-02-01  Peter Dennis Bartok  <pbartok@novell.com>
16736
16737         * XplatUIX11.cs: 
16738           - Added method to get AbsoluteGeometry(); currently unused, but might
16739             be used in the future, if we try again to figure out toplevel
16740             coordinates with some more crappy window managers
16741           - Added FrameExtents() method to retrieve the WM set decoration size
16742           - Tried to fix up AddConfigureNotify and handling of ReparentNotify 
16743             to deal with at least KDE, FVWM and metacity (Fixes #77092)
16744         * Hwnd.cs: 
16745           - Added whacky_wm tracking var for metacity
16746           - Added logic to have default menu height if the actual menu height
16747             has not yet been calculated (part of fix for #77426)
16748         * Form.cs: Keep track whether client size has been set and re-set 
16749           it if a menu is added/removed afterwards (Fixes #77426)
16750
16751 2006-01-31  Jackson Harper  <jackson@ximian.com>
16752
16753         * Control.cs: When a new Site is set on the component attempt to
16754         pull the AmbientProperties from it.
16755
16756 2006-01-31  Peter Dennis Bartok  <pbartok@novell.com>
16757
16758         * ThemeWin32Classic.cs: Menu background is drawn in ColorMenu, not
16759           in the background of the owning form. Fixes #77332
16760
16761 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
16762
16763         * MimeIcon.cs: Fix for #77409
16764
16765 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
16766
16767         * XplatUIX11GTK.cs: Initial import
16768
16769 2006-01-31  Jordi Mas i Hernandez <jordimash@gmail.com>
16770
16771         * FixedSizeTextBox: fixes class signature
16772
16773 2006-01-30  Jackson Harper  <jackson@ximian.com>
16774
16775         * FixedSizeTextBox.cs: New internal class that represents a
16776         textBox that will not be scaled.
16777         * TreeView.cs:
16778         * ComboBox.cs:
16779         * UpDownBase.cs: Use the new FixedSizeTextBox instead of a
16780         standard TextBox.
16781                 
16782 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com> 
16783
16784         * XplatUIX11.cs: Retrieve default screen number instead of
16785           assuming 0. Attempted fix for #77318
16786
16787 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com>
16788
16789         * XplatUIWin32.cs: 
16790           - GetWindowPos: When a window is parented by FosterParent, use 
16791             the desktop instead of FosterParent as the base to get coordinates
16792           - CreateWindow: Don't make FosterParent the parent window for Popups
16793             if we don't want a taskbar entry, Popups automatically don't get one
16794         * Hwnd.cs: Need to call remove to actually remove the key from the
16795           hash table
16796
16797 2006-01-30  Mike Kestner  <mkestner@novell.com>
16798
16799         * MenuAPI.cs: adjust MainMenu item popup location to y=0.
16800
16801 2006-01-30  Jackson Harper  <jackson@ximian.com>
16802
16803         * TreeView.cs:
16804         * TreeNode.cs: Raise events no matter how the treenode is
16805         checked. Patch by Don Edvalson.
16806
16807 2006-01-30  Jackson Harper  <jackson@ximian.com>
16808
16809         * TreeNode.cs: Signature fix.
16810
16811 2006-01-29  Alexander Olk  <alex.olk@googlemail.com>
16812
16813         * ThemeClearlooks.cs: Fixed a crash in ProgressBar drawing.
16814
16815 2006-01-20  Mike Kestner  <mkestner@novell.com>
16816
16817         * Form.cs: Add ActiveTracker property to do Captures and perform mouse
16818         event forwarding when menus are active.
16819         * MenuAPI.cs: kill the GrabControl hack.  Use Form.ActiveTracker.
16820         Most of the patch is pdb's with a little rework.
16821
16822 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
16823
16824         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs: 
16825           Removed GetMenuDC and ReleaseMenuDC methods; replaced
16826           by PaintEventStart(handle, false) and PaintEventEnd(handle, false)
16827         * Form.cs: Changed WM_NCPAINT handler to use PaintEventStart and End
16828         * InternalWindowManager.cs: Added use of PaintEventStart/End to
16829           handling of WM_NCPAINT message, now passing the PaintEventArgs to
16830           the PaintWindowDecorations method
16831         * MainMenu.cs: Switched logic from GetMenuDC to PaintEventStart
16832         * MdiChildContext.cs: Switched logic from GetMenuDC to PaintEventStart
16833         * MenuAPI.cs: Made tracker window invisible
16834         * XplatUIWin32.cs:
16835           - Removed GetMenuDC and ReleaseMenuDC methods
16836           - Implemented the client=false path for PaintEventStart and
16837             PaintEventEnd
16838
16839 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
16840
16841         * XplatUIWin32.cs(SetBorderStyle): Fixed3D needs a border
16842         * XplatUIX11.cs(DeriveWindowStyles): Updated to match fixed Form
16843           styles
16844         * Form.cs: 
16845           - MaximizeBox, MinimizeBox: Recreate the handle when setting
16846             the style
16847           - CreateParams: Reworked the styles to match MS look'n'feel,
16848             removed automatic setting of MinimizeBox, MaximizeBox, etc. via
16849             the WS_OVERLAPPEDWINDOW style. This fixes #76823.
16850
16851 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
16852
16853         * XplatUIX11.cs(GetWindowState): Now throwing an exception when the 
16854           window is not mapped, since otherwise every form that's being 
16855           created is considered minimized, which is wrong.
16856         * Form.cs: Catching the exception and returning our internal value
16857           instead
16858
16859 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
16860
16861         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new driver method
16862           SetWindowMinMax() to have means to tell the driver about the minimum,
16863           maximum and maximized state window sizes. (Part of the fix for #76485)
16864         * Form.cs:
16865           - Implemented tracking of minimum and maximum window size, now calling
16866             new SetWindowMinMax() driver method to tell the driver (Part of the
16867             fix for #76485)
16868           - Finished handling of WM_GETMINMAXINFO method, now setting all values
16869             (Completes fix for #76485)
16870           - Calling new SetWindowMinMax driver method when the handle for a 
16871             form is created, to make sure the driver knows about it even if
16872             the values have been set before the window was created
16873           - Now eating the WM_WINDOWPOSCHANGED message if the form is minimized
16874             to avoid messing up our anchoring calculations (partial fix
16875             for #77355)
16876         * XplatUIStructs.cs: Added MINMAXINFO struct (moved from Win32 driver)
16877         * XplatUIX11.cs:
16878           - Added _NET_WM_STATE_HIDDEN property for detecting minimized state
16879           - Improved GetWindowState() to detect 'Minimized' state on Metacity 
16880             (and presumably other freedesktop.org compliant WMs). Left the
16881             assumption unmapped=minimized, needed for SetVisible to work.
16882           - Now setting the window state when creating windows
16883           - Fixed SetVisible to consider/set the window state when mapping
16884             a Form. We cannot set the state before it's mapped, and we cannot
16885             use Form.WindowState once it's mapped (since it would ask the
16886             driver and get 'normal'. Therefore, we grab the state before
16887             mapping, map, and then set state.
16888           - Implmemented SetWindowMinMax method; Metacity does not seem to
16889             honor the ZoomHints, though.
16890         * XplatUIWin32.cs:
16891           - Removed MINMAXINFO (moved to XplatUIStructs)
16892           - Added SetWindowMinMax stub (on Win32 the only way to set that
16893             information is in response to the WM_GETMINMAXINFO message, which
16894             is handled in Form.cs)
16895           - Added logic to SetVisible to set the proper window state when a 
16896             form is made visible (fixes #75720)
16897
16898 2006-01-26  Jackson Harper  <jackson@ximian.com>
16899
16900         * Control.cs (BeginInvoke): Automagically handle EventHandlers the
16901         same way we handle them with Invoke.
16902
16903 2006-01-25  Peter Dennis Bartok  <pbartok@novell.com> 
16904
16905         * Form.cs:
16906           - Added tracking of window state so CreateParams can return
16907             the appropriate style
16908           - Moved setting of WS_CAPTION style in CreateParams to allow
16909             styles without caption
16910         * DataGridTextBoxColumn.cs: We are now also creating the TextBox 
16911           control if the TextBox property is accessed. Fixes #77345
16912         * Control.cs:
16913           - get_Created: now uses is_disposed and is_created to determine
16914             return value (suggested by Jackson)
16915           - CreateHandle: No longer exits if the handle is being recreated
16916           - RecreateHandle: If the handle is not yet created call the 
16917             appropriate method to create either control or handle. If the
16918             control is already created CreateHandle will simply exit instead
16919             of just creating the handle
16920         * Hwnd.cs: Removed expose_pending tracking, no longer needed since we
16921           now SendMessage WM_DESTROY directly to the control when DestroyWindow
16922           is called.
16923         * XplatUIX11.cs: 
16924           - When DestroyWindow is called, instead of waiting for the 
16925             DestroyNotification from X11, we directly post it to the WndProc
16926             and immediately dispose the hwnd object.
16927             Same applies to DestroyChildWindows, and this obsoletes the
16928             expose_pending tracking. Contrary to Win32 behaviour we destroy our
16929             child windows before our own, to avoid X11 errors.
16930           - Removed the direct sending of WM_PAINT on UpdateWindow
16931         * XplatUIWin32.cs:
16932           - Reworked DoEvents and GetMessage to allow access to internal queue
16933             even when trying non-blocking access to the queue.  Fixes #77335. 
16934             Based on a patch suggestion by Don Edvalson. The new private
16935             GetMessage can now also be used as a backend for a PeekMessage
16936             frontend version.
16937         * XplatUI.cs: Improved debug output for CreateWindow
16938
16939 2006-01-25  Jackson Harper  <jackson@ximian.com>
16940
16941         * Help.cs: Allow param to be null. Patch by Don Edvalson.
16942
16943 2006-01-24  Jackson Harper  <jackson@ximian.com>
16944
16945         * ComboBox.cs: Clamp the max value set for the vertical scrollbar
16946         when we have a MaxDropItems lower then the selected index.
16947
16948 2006-01-24  Jackson Harper  <jackson@ximian.com>
16949
16950         * Control.cs: Don't allow selection of non visible controls, allow
16951         selection of controls without parents.
16952
16953 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
16954
16955         * ThemeWin32Classic.cs: Fixes Datagrid drawing issues
16956         * DataGridDrawingLogic.cs: Add editing row only when is necessary
16957
16958 2006-01-23  Jackson Harper  <jackson@ximian.com>
16959
16960         * UpDownBase.cs: Make the textbox handle all the selection and
16961         tabbing. This fixes tabing to updown controls.
16962
16963 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
16964
16965         * TextBoxBase.cs: fixes exception thown the object was null
16966
16967 2006-01-23  Jackson Harper  <jackson@ximian.com>
16968
16969         * ButtonBase.cs: Just use the base CreateParams. They set
16970         visibility and enabled correctly.
16971         * ComboBox.cs:
16972         * TrackBar.cs:
16973         * MonthCalendar.cs: Lets let the base set as much of the
16974         createparams as possible so we don't have duplicate code all over
16975         the place.
16976
16977 2006-01-22  Alexander Olk  <alex.olk@googlemail.com>
16978
16979         * ThemeGtk.cs: Added TrackBar and some experimental code to
16980           get double buffering back
16981
16982 2006-01-21  Jordi Mas i Hernandez <jordimash@gmail.com>
16983
16984         * DataGrid.cs: Allows row number set internally higher than the last
16985         when creating a new row. Restores the editing functionality.
16986
16987 2006-01-20  Mike Kestner  <mkestner@novell.com>
16988
16989         * MimeIcon.cs: delay Image creation until the icons are accessed
16990         instead of creating 190 scaled images on GnomeHandler startup.
16991
16992 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com> 
16993
16994         * TextBoxBase.cs (WndProc): When handling WM_KEYDOWN we need to
16995           first call base before processing the event. Fixes #77279
16996
16997 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com>
16998
16999         * XplatUIWin32.cs, Cursor.cs: Fixed code that wrongly assumed
17000           that the stride for the GDI bitmap would match the stride of
17001           a DIB or a Cursor.
17002
17003 2006-01-19  Alexander Olk  <alex.olk@googlemail.com>
17004
17005         * ThemeGtk.cs: Added ProgressBar, RadioButton, CheckBox
17006
17007 2006-01-19  Jackson Harper  <jackson@ximian.com>
17008
17009         * ComboBox.cs: Hookup the text controls keydown event so we get
17010         those when the text control has the focus.
17011
17012 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
17013
17014         * Label.cs: Now using the base events instead of defining new ones;
17015           this allows us to just call the base properties without having to
17016           duplicate all base property logic 
17017
17018 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
17019
17020         * Label.cs: A label by default is not a tabstop (Fixes one of our
17021           failing nunit tests)
17022
17023 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
17024
17025         * XplatUIWin32.cs: Fixed wrong DoEvents logic. Fixes #77282
17026         * XplatUIX11.cs: Removed WM_PAINT check from DoEvents. Fixes #77282
17027
17028 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
17029
17030         * Cursor.cs: Reimplemented creating cursor bitmaps without using
17031           the Bitmap(Stream) constructor which is semi-broken on MS GDI+.
17032           This fixes #77218
17033         * XplatUIWin32.cs: 
17034           - Reimplemented creating Bitmaps from DIBs since the Bitmap(Stream) 
17035             constructor creates images that can't be saved. Part of the fix
17036             for #76103
17037           - Added handling of CF_BITMAP as CF_DIB to clipboard code (Fixes #76103)
17038           - SetWindowState: Switched ShowWindow flags (part of an upcoming 
17039             bug fix for handling window state in forms properly)
17040
17041 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
17042
17043         * ThemeGtk.cs: Simplify ScrollBar drawing
17044
17045 2006-01-18  Jackson Harper  <jackson@ximian.com>
17046
17047         * Splitter.cs: Set the default dock style for the splitter control
17048         in the constructor.
17049
17050 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
17051
17052         * ThemeGtk.cs: Corrected StateType and ShadowType for
17053           gtk_paint_box
17054
17055 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
17056
17057         * Control.cs: Make use of Theme.DoubleBufferingSupported
17058         * ThemeGtk.cs:
17059           - Added drawing for flat style buttons
17060           - Added ScrollBar drawing
17061
17062 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
17063
17064         * ThemeClearlooks.cs: Removed some unneeded code.
17065         * ThemeGtk.cs: First part of ThemeGtk enhancements.
17066
17067 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
17068
17069         * LinkLabel.cs: We need to update the hover drawing when
17070           leaving the control as well.
17071
17072 2006-01-18  Jordi Mas i Hernandez <jordimash@gmail.com>
17073
17074         * DataGrid.cs: Clicking on non empty areas in the columns
17075            area was giving an exception
17076
17077 2006-01-17  Jackson Harper  <jackson@ximian.com>
17078
17079         * ThemeWin32Classic.cs:
17080         * ListView.cs: Do not draw/clip the headers when the header style
17081         is None.
17082
17083 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
17084
17085         * DataGrid.cs: Fixes 77260
17086         
17087 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
17088
17089         * DataGrid.cs: Clicking on a column on a empty grid was giving
17090           an exception
17091
17092 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
17093
17094         * DataGrid.cs (OnKeyDown): Don't use the array if it's empty
17095           or any keypress will crash the grid.
17096
17097 2006-01-17  Mike Kestner  <mkestner@novell.com>
17098
17099         * MainMenu.cs (OnMenuChanged): set Height=0 to cause relayout.
17100         * ThemeWin32Classic.cs (CalcItemSize): clear Height/Width for 
17101         invisible/previously-visible items.
17102         [Fixes #76909]
17103
17104 2006-01-17  Alexander Olk  <alex.olk@googlemail.com>
17105
17106         * ThemeClearlooks.cs:
17107         - Added CL_Draw_Button method; now other theme controls that are 
17108           not derived from button or do not have a button can draw buttons
17109           too
17110         - Updated ComboBox drawing
17111         - Beautified RadioButton drawing
17112         - Corrected drawing of bottom and left tabs
17113         - Beautified DateTimePicker and MonthCalendar
17114         - Added CPDrawButton and CPDrawRadioButton
17115
17116 2006-01-16  Jackson Harper  <jackson@ximian.com>
17117
17118         * ComboBox.cs: Set the initial value of the scrollbar to the
17119         current index. Reduce the numbers of refreshs and IndexOfs called.
17120
17121 2006-01-14  Alexander Olk  <alex.olk@googlemail.com>
17122
17123         * FileDialog.cs: When the file listview is focused hitting the
17124           backspace key moves the fileview to the parent directory
17125
17126 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
17127
17128         * Form.cs: 
17129           - Added RecreateHandle call when changing taskbar visibility to 
17130             trigger reparenting in Win32 driver (Fixes #75719)
17131           - If a window has minimize or maximize buttons, it cannot have
17132             a help button
17133         * XplatUIWin32.cs:
17134           - CreateWindow: When no WS_EX_APPWINDOW style is found we parent
17135             the toplevel form with FosterParent (A toolwindow not on the
17136             taskbar) (Fixes #75719)
17137           - Made FosterParent a toolwindow
17138
17139 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
17140
17141         * FileDialog.cs: Don't crash if InitialDirectory doesn't exist
17142
17143 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
17144
17145         * ToolTip.cs: If SetToolTip is called from a control and the mouse
17146           is currently over that control, make sure that tooltip_window.Text
17147           gets updated
17148
17149 2006-01-13  Mike Kestner  <mkestner@novell.com>
17150
17151         * MimeIcon.cs: size_t on lp64 fix for gdk_pixbuf_save_to_file extern.
17152
17153 2006-01-13  Jackson Harper  <jackson@ximian.com>
17154
17155         * TreeView.cs: On MS GetNodeAt never actually factors in the X
17156         value passed.  Also redraw the selected node when we recieve
17157         focus, so tabbing between trees works correctly.
17158
17159 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
17160
17161         * MimeIcon.cs: GnomeHandler: older gnome versions don't have
17162           ~/.gconf/%gconf-tree.xml, so use
17163           .gconf/desktop/gnome/interface/%gconf.xml
17164
17165 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
17166
17167         * TextControl.cs: Draw text in gray if control is disabled
17168
17169 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
17170
17171         * TreeView.cs: Draw the focus rectangle outside the highlight, to
17172           make sure it's always visible. Fixes #76680.
17173
17174 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
17175
17176         * TreeView.cs: Implemented Wheel scrolling. Fixes #76531
17177
17178 2006-01-13  Jonathan Chambers  <jonathan.chambers@ansys.com>
17179
17180         * PageSetupDialog.cs: Added.
17181         * PrintDialog.cs: Attributes.
17182         * PrintPreviewControl.cs: Updates.
17183         * PrintPreviewDialog.cs: Updates.
17184         
17185 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
17186
17187         * Control.cs: Undid my selection check fix, since it's not needed
17188         * TextBoxBase.cs:
17189           - Now considering the presence of hscroll/vscroll when sizing
17190             vscroll/hscroll respectively. Fixed bug #77077
17191           - Added Left/Up/Down/Right to IsInputKey list to prevent
17192             ContainerControl from stealing them. This fixes what I broke
17193             with my last checkin.
17194
17195 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com> 
17196
17197         * ScrollableControl.cs: Implemented dockpadding. Fixes #77166. And
17198           I finally understand how the property can be set without a setter :-)
17199
17200 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
17201
17202         * Application.cs:
17203           - Switched RunLoop to use static Message.Create to create a 
17204             Message object
17205           - Added PreProcessMessage call in runloop for keyboard events; this
17206             is part of the fix for #77219, I overlooked this originally in the
17207             MSDN doc for PreProcessMessage
17208         * Control.cs:
17209           - Removed call to PreProcessMessage from handling of keyboard 
17210             messages; it's supposed to be done in the message pump
17211           - Moved call to ProcessKeyEventArgs inside ProcessKeyMessage as
17212             per MSDN documentation.
17213           - IsInputChar: All chars are input chars by default; removed the 
17214             parent calling chain, MS does not document that
17215           - PreProcessMessage: If IsInputChar is true, we want to return false
17216             to allow dispatching of the message
17217           - When selecting the next control, now also check that we're not
17218             selecting ourselves again and therefore return a false positive.
17219         * TextBoxBase.cs:
17220           - Tried to match return values for IsInputKey and ProcessDialogKey
17221             to what MS returns; moved processing of our special keys outside
17222             ProcessDialogKey since MS does not seem to return true on those.
17223           - Moved code that previously was in ProcessDialogKey into new private
17224             ProcessKey method, which gets called upon receipt of WM_KEYDOWN
17225           - Reworked handling of WM_CHAR to not have to duplicate code from
17226             Control.cs anymore, instead we simply call down to base.
17227            
17228 2006-01-12  Jackson Harper  <jackson@ximian.com>
17229
17230         * ComboBox.cs: We always need to refresh the text area when
17231         EndUpdate is called. Fixes the combobox in the file dialog.
17232         * Control.cs: Don't create the creator_thread until the controls
17233         handle is created.  Also in InvokeRequired we check if the
17234         creator_thread is null. This gives the effect of InvokeRequired
17235         returning true if the controls handle is not created yet, and
17236         matches MS.
17237
17238 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
17239
17240         * XplatUI.cs:
17241           - Added StartLoop() driver method. This is used to allow drivers to
17242             prepare for an upcoming GetMessage/TranslateMessage/DispatchMessage
17243             loop for a particular thread
17244           - Added EndLoop() driver method. This is called once the message
17245             pump for the thread is shut down
17246           - Added SupportsTransparency method to allow the driver to indicate
17247             opacity support for windows
17248         * Form.cs:
17249           - Removed TODO attribute, completed AllowTransparency property
17250           - Added documented logic to Opacity
17251         * GroupBox.cs, Label.cs, LinkLabel.cs, PropertyGrid.cs, Control.cs,
17252           ButtonBase.cs, CheckedListBox.cs: Combined Jackson's and Miguel's
17253           versions of CompatibleTextRendering
17254         * X11Structs.cs: Added opacity atom to our atom enumeration
17255         * Hwnd.cs: Added opacity tracking (we need to track since the opacity
17256           of a form might be set before it's reparented by the WM, and we need
17257           the opacity value without calling up to Form)
17258         * XplatUIDriver.cs: Added StartLoop(), EndLoop() and 
17259           SupportsTransparency() driver methods
17260         * Application.cs: Now calling StartLoop and EndLoop driver methods
17261         * XplatUIX11.cs:
17262           - Added opacity atom registration
17263           - Added StartLoop()/EndLoop() methods. They're empty right now but
17264             will need to get implemented when we switch to a per-thread queue
17265           - Implemented SupportsTransparency() method
17266           - Implemented SetWindowTransparency() method
17267           - Added support for setting the opacity value when a window is
17268             reparented (since the opacity needs to be set on the WM frame)
17269         * XplatUIOSX.cs, XplatUIWin32.cs:
17270           - Added SupportsTransparency(), StartLoop() and EndLoop() methods
17271
17272 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
17273
17274         * ThemeClearlooks.cs: Don't crash if TabControl.Parent is null.
17275
17276 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
17277
17278         * FileDialog.cs: Added ToolTip for MWFFileView
17279         * MimeIcon.cs: Rewrote GnomeHandler.
17280           - Get currently used gnome icon theme from
17281             ($HOME)/.gconf/%gconf-tree.xml
17282           - Make use of inherited icon themes
17283           - Support SVG icon themes like Tango via librsvg
17284
17285 2006-01-12  Miguel de Icaza  <miguel@novell.com>
17286
17287         Revert's Jackson's revert which broke 2.0 builds.   Fix both
17288         builds. 
17289         
17290         * Application.cs: Move the use_compatible_text_rendering outside
17291         the NET_2_0 define.  If we ever need to use the
17292         use_compatible_text_rendering on the individual controls they will
17293         access the variable from the common shared code paths.
17294
17295 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
17296
17297         * XplatUI.cs:
17298           - Added more granular debug options
17299           - Added method to print both window text and id
17300           - Switched debug output to use new Window() debug method
17301           - Added IsEnabled() driver method
17302           - Added EnableWindow() driver method
17303         * Form.cs:
17304           - Removed end_modal; no longer needed, new loop handles termination
17305             via 'closing' variable
17306           - If form is modal, setting DialogResult will now initiate loop
17307             termination via 'closing' variable
17308           - Added support for is_enabled/WS_DISABLED to CreateParams
17309           - Close() now just send the WM_CLOSE message; the WM_CLOSE handler
17310             does all the work
17311           - Removed code that's now in RunLoop from ShowDialog()
17312           - Added various documented sanity checks to ShowDialog()
17313           - Added handling of WM_DESTROY message; we set 'closing' on getting
17314             the message to indicate the message pump to terminate
17315           - Added handling of new internal WM_CLOSE_INTERNAL message - it's
17316             send by the Application.ExitThread method. (We send the message
17317             to destroy the window after all other events have been
17318             processed through the queue, instead of destroying the handle 
17319             directly)
17320           - Moved code from Close() method to WM_CLOSE handler; added logic
17321             to only send close-related events if the form is not displayed
17322             modal
17323         * Splitter.cs (..ctor): Fixed typo in resource name
17324         * Control.cs:
17325           - DrawBackgroundImage: Explicitly selecting the wrap mode for the
17326             brush now
17327           - set_Cursor: Now only setting calling into XplatUI if the handle for
17328             the control is already created; this avoids implict handle creation
17329             or crashes if it's not created
17330           - set_Enabled: Now setting the enabled state via the new driver method
17331             instead of just tracking it
17332           - CreateParams: Added logic to set WS_DISABLED based on enabled state
17333           - CreateControl: Reordered event firing and method calls to more
17334             closely fire events in the order MS does. Now setting the
17335             enabled state in the driver when creating the control.
17336           - SetVisibleCore: Moved when the OnVisibleChanged event is fired to
17337             match MS order
17338         * FolderBrowserDialog.cs, MessageBox.cs, ButtonBase.cs, TrackBar.cs,
17339           MonthCalendar.cs: get_CreateParams: Added setting of WS_DISABLED 
17340         * XplatUIStructs.cs: Added internal WM_CLOSE_INTERNAL mesage id
17341         * Hwnd.cs:
17342           - Added tracking of window enabled state (get_Enabled/set_Enabled)
17343           - Added EnabledHwnd property to easily allow a driver to find the
17344             handle of the first enabled window in the parent chain (this is
17345             used by drivers to pass up input events of disabled windows)
17346         * XplatUIDriver.cs: Added IsEnabled() method
17347         * Application.cs:
17348           - Removed crude and obsolete exiting tracking variable
17349           - Removed internal ModalRun(); replaced by RunLoop()
17350           - Implemented private CloseForms() method to allow closing all 
17351             windows owned by a particular (or all) threads
17352           - Exit() now properly closes all windows without forcing the message
17353             pump to quit
17354           - Removed obsolete InternalExit() method
17355           - Changed Run() methods to use new RunLoop() message pump
17356           - Implemented new RunLoop() method for both modal and non-modal forms
17357         * CommonDialog.cs:
17358           - get_CreateParams: Added setting of WS_DISABLED
17359           - Simplified ShowDialog(); now all the work is done in RunLoop(),
17360             invoked via Form.ShowDialog()
17361         * NativeWindow.cs: We don't remove the window from the collection when
17362           the handle is destroyed; there might still be messages for it in the
17363           queue (mainly the resulting WM_DESTROY); instead it will be removed
17364           when Control calls InvalidateHandle in the WM_DESTROY handler
17365         * XplatUIX11.cs:
17366           - CreateWindow: Added logic to handle the WS_DISABLED window style
17367           - EnableWindow: Implemented based on Hwnd.Enabled
17368           - GetMessage: Reset PostQuitState so the method can be called again
17369           - Implemented support for disabled windows (passing messages to the
17370             first enabled parent) in handling all input messages
17371           - Added optimizations for handling Expose events
17372           - Implemeted new driver method IsEnabled()
17373           - Now always resetting paint pending tracking vars when we start paint
17374           - Re-implemented UpdateWindow via just sending a WM_PAINT message
17375         * XplatUIOSX.cs: Added IsEnabled method stub
17376         * XplatUIWin32.cs: Implemented new IsEnabled() method
17377
17378 2006-01-11  Jackson Harper  <jackson@ximian.com>
17379
17380         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
17381         LinkLabel.cs, PropertyGrid.cs: Unbreak 1.1 build. Consolidate the
17382         variables a little.
17383         * ColorDialog.cs: Clear out the old form before adding the new
17384         panel.  
17385
17386 2006-01-11  Jackson Harper  <jackson@ximian.com>
17387
17388         * X11Dnd.cs: Make sure to add all the text formats when adding
17389         strings to the data object.
17390         * TreeNodeCollection.cs: When adding to a sorted tree we need to
17391         do some redrawing too.  Also change the UpdateNode to an
17392         UpdateBelow so the newly added node gets painted.
17393         
17394 2006-01-11  Miguel de Icaza  <miguel@novell.com>
17395
17396         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
17397         LinkLabel.cs, PropertyGrid.cs: Implement the
17398         UseCompatibleTextRendering property for 2.x
17399
17400         * Application.cs (SetCompatibleTextRenderingDefault): Add. 
17401
17402 2006-01-11  Jackson Harper  <jackson@ximian.com>
17403
17404         * TreeView.cs: Use the property for setting the selected node so
17405         the correct events get raised.
17406         * TreeNode.cs: Update the tree when the fore/back colours of a
17407         node are set.
17408
17409 2006-01-10  Jackson Harper  <jackson@ximian.com>
17410
17411         * TreeView.cs: Allow setting SelectedNode to null.
17412
17413 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
17414
17415         * Form.cs: Fix support for Form TransparencyKey and Opacity on Windows.
17416
17417 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
17418
17419         * PrintControllerWithStatusDialog.cs: Update page number in dialog.
17420
17421 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
17422
17423         * PrintDialog.cs: Added attributes and set default property values.
17424
17425 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
17426
17427         * PrintControllerWithStatusDialog.cs: 
17428         Added PrintControllerWithStatusDialog.
17429
17430 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
17431
17432         * XplatUI.cs, Form.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
17433         XplatUIWin32.cs: Added support for Form TransparencyKey and Opacity on Windows.
17434
17435 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
17436
17437         * ComboBox.cs: Fix crash when there is no selected item (due to last commit)
17438
17439 2006-01-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
17440
17441         * ComboBox.cs: Added KeyDown event handler for processing arrow keys
17442         and PgUp/PgDown. Also, scroll to selected item upon dropdown. Bugs 76857 and 76788.
17443
17444 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
17445
17446         * MimeIcon.cs: Added internal class SVGUtil.
17447
17448 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
17449
17450         * FileDialog.cs: Don't crash if there are two files with the
17451           same name but different locations.
17452
17453 2006-01-08  John BouAntoun  <jba-mono@optusnet.com.au>
17454
17455         * MonthCalendar.cs: Fixed annoying rendering bug when selecting
17456         dates across multiple month grids. Used to not highlight entire 
17457         month, but does now.
17458         
17459 2006-01-06  Jackson Harper  <jackson@ximian.com>
17460
17461         * MonthCalendar.cs: Removed DoEvents call to prevent a running
17462         message loop. Change timer intervals to numbers that seem more
17463         natural.
17464
17465 2006-01-06  John BouAntoun  <jba-mono@optusnet.com.au>
17466
17467         * DateTimePicker.cs: Modified CalculateDropDownLocation to use the screen
17468           object for location info since screen object is now implemented.
17469
17470 2006-01-05  Jackson Harper  <jackson@ximian.com>
17471
17472         * AsyncMethodData.cs: Check if the call is complete before doing a WaitOne
17473         * AsyncMethodResult.cs: We no longer use a WeakReference for the
17474         AsyncMethodResult, this is because we ALWAYS want the
17475         ManualResetEvent to get set.
17476         * Control.cs: When disposing use an async invoke to call shutdown
17477         code, so that thigns don't block on the finalizer thread.  Also
17478         check if we even have a message loop before trying to send
17479         messages, if we don't then don't bother sending messages.
17480         - No more weak references for async methods
17481         * XplatUIDriver.cs: No more weak references for async methods.
17482
17483 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
17484
17485         * FontDialog.cs: Fix, don't throw an exception if FontFamily.Families
17486           returns two FontFamily with the same name
17487
17488 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
17489
17490         * ThemeWin32Classic.cs, ThemeClearlooks.cs: Dropped stupid scheme of 
17491           drawing disabled text. Instead using the ColorGrayText color
17492
17493 2006-01-04  Jackson Harper  <jackson@ximian.com>
17494
17495         * TreeNode.cs: redraw the node when its image index is changed.
17496
17497 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
17498
17499         * RichTextBox.cs: Same fix as last, just for SelectionColor. This
17500           time I checked there are no others like it.
17501
17502 2006-01-04  Jackson Harper  <jackson@ximian.com>
17503
17504         * AsyncMethodResult.cs: Use a ManualResetEvent instead of a mutex,
17505         this gives the behavoir I was looking for.
17506         * Control.cs: Special case Invoking EventHandlers, this matches MS
17507         and fixes part of bug #76326.
17508
17509 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
17510
17511         * ThemeClearlooks.cs, FileDialog.cs:
17512           - Reflect the latest Theme class changes
17513           - Remove Mono.Unix.Syscall.time in FileDialg and replace it 
17514             with DateTime
17515             
17516 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
17517
17518         * Theme.cs: Cache UI resource images and resize them if needed
17519
17520 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
17521
17522         * RichTextBox.cs: FormatText is 1-based, make it so when SelectionFont
17523           is called. This fixes the crash in Nexxia when setting the font
17524           attributes in the chat. [However, RTF needs a look-over to make sure
17525           that all SelectionXXX methods handle the special case that selection
17526           is empty and therefore the change must be applied to all text starting
17527           at the cursor/selection start]
17528
17529 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com> 
17530
17531         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
17532           XplatUIOSX.cs: Added SendMessage and PostMessage methods
17533         * X11Keyboard.cs: Switched to new way of calling PostMessage
17534
17535 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
17536
17537         * Theme.cs: Added theme interface for images to allow the theme to
17538           control what images are used for things like FileDialog, MessageBox
17539           icons, etc.
17540         * MessageBox.cs: Now uses the new Theme icon/image interfaces
17541
17542 2006-01-03  Alexander Olk  <alex.olk@googlemail.com>
17543
17544         * FileDialog.cs:
17545           - Removed some dead code
17546           - Opening a recently used file does work now
17547           - Small UI enhancements
17548           - Refactoring
17549
17550 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
17551
17552         * FileDialog.cs: Forgot too add __MonoCS__
17553
17554 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
17555
17556         * FileDialog.cs: We are able to read recently used files now let's
17557           go on and write them.
17558
17559 2006-01-01  Alexander Olk  <alex.olk@googlemail.com>
17560
17561         * FileDialog.cs: Breathe some life into "last open"/"recently used"
17562           button
17563         * MimeIcon.cs: Do a check for the top level media type also
17564
17565 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
17566
17567         * ThemeClearlooks.cs:
17568           - Added CPDrawStringDisabled
17569           - ButtonBase_DrawText: Workaround for a DrawString bug; cut off
17570             some chars if the text doesn't fit into text_rect
17571           - DrawListViewItem: If View = View.LargeIcon center the image;
17572             rewrote the drawing of ListViewItem.Text if View = 
17573             View.LargeIcon
17574
17575 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
17576
17577         * MimeIcon.cs: Use default KDE icon theme if there is no
17578           "48x48" directory for the current icon theme, fixes #77114
17579         * Mime.cs: Disable not working and actually not used code. 
17580         * ThemeWin32Classic.cs:
17581           - Replace "new SolidBrush" in GetControlBackBrush and
17582             GetControlForeBrush with ResPool.GetSolidBrush
17583           - Changed DrawListViewItem from private to protected virtual
17584         * FileDialog.cs:
17585           - Added form.MaximizeBox = true
17586           - Don't throw an exception if there is a broken symbolic link
17587
17588 2005-12-23  Jackson Harper  <jackson@ximian.com>
17589
17590         * TabControl.cs: Give the panels focus, keyboard navigation is
17591         fixed so this works correctly now.
17592         - We need these key events also.
17593         * ToolBar.cs: Remove some of the poor mans double buffering.
17594         
17595 2005-12-24  Alexander Olk  <alex.olk@googlemail.com>
17596
17597         * ComboBox.cs: The internal TextBox now returns the focus.
17598
17599 2005-12-23  Jackson Harper  <jackson@ximian.com>
17600
17601         * ThemeWin32Classic.cs:  Draw the text for all tab appearances.
17602
17603 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
17604
17605         * Control.cs: Removed debug code
17606         * XplatUIX11.cs: Changed DestroyChildWindows to also consider
17607           implicit children
17608
17609 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com> 
17610
17611         * Control.cs: When creating the control, update the Z-order after
17612           all it's children are created, too. (Fixes nexxia not showing
17613           picturebox bug)
17614
17615 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
17616
17617         * Control.cs: Do not update the anchoring distances if layout is
17618           suspended, instead do it once layout is resumed
17619
17620 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com> 
17621
17622         * Control.cs: 
17623           - After many hours of debugging, for both Jackson and
17624             myself, it turns out that it helps to set the parent of a control
17625             if you want to actually see it onscreen. In the spirit of that
17626             discovery, we're now setting the parent of the control and
17627             it's children when the control's handle is created. This fix
17628             will make Lutz Roeder's Reflector run happily. 
17629           - now just creating the handle instead of the whole control when
17630             getting a graphics context for the control.
17631
17632 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
17633
17634         * ScrollableControl.cs: When calculating the canvas, don't consider
17635           the scrollbar widths. Instead, predict if horizontal scrollbar
17636           will affect canvas when deciding on vertical display and vice versa.
17637
17638 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
17639
17640         * RichTextBox.cs: Set default RTF font for documents that don't
17641           have a font table (Fixes #77076)
17642
17643 2005-12-22  Jackson Harper  <jackson@ximian.com>
17644
17645         * TextBoxBase.cs: It's difficult to do, but you can have an empty
17646         clipboard. This prevents a NullRef in that case.
17647         * XplatUIX11.cs: Use CLIPBOARD not PRIMARY for our
17648         clipboard. PRIMARY is for the currently selected text only. (We
17649         should implement PRIMARY at some point.
17650
17651 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
17652
17653         * XplatUIWin32.cs: Fixed the TEXTMETRIC structure, we were calling
17654           a Unicode function with a structure that was defined in Ansi way.
17655           This fixes #76942.
17656
17657 2005-12-21  Jackson Harper  <jackson@ximian.com>
17658
17659         * StatusBar.cs: Statusbar handles its fore/back colours on it's
17660         on. Because thats how it rolls. (and this avoids it using ambient
17661         colours).
17662         * ThemeWin32Classic.cs: Use the proper back color for filling.
17663         * Menu.cs: Use the system menu bar color for drawing menu
17664         bars. Using the window back color will bring ambient colours into
17665         the picture.
17666
17667 2005-12-21  Alexander Olk  <alex.olk@googlemail.com>
17668
17669         * ColorDialog.cs: Fixed a memory leak that caused a SIGSEV. A lot of
17670           Bitmaps were created and not disposed.
17671
17672 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
17673
17674         * Control.cs (CreateControl): Don't do anything if the control is
17675           already created, otherwise we'd fire the OnCreated event more than
17676           once
17677
17678 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
17679
17680         * ComboBox.cs (FindStringCaseInsensitive): Don't search for emtpy strings,
17681           will always match. Instead return -1. Fixes #76464.
17682
17683 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
17684
17685         * TextControl.cs (RecalculateLine): Only wrap if the wrap point is
17686           neither the beginning nor the end of the line (Fixes bug #76479)
17687
17688 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
17689
17690         * Control.cs:
17691           - ControlNativeWindow.ControlFromHandle(): Now handling situation
17692             where handle is invalid
17693           - FromHandle(): Now using hashtable-based ControlFromHandle() lookup
17694             instead of slower linear search
17695         * NativeWindow.cs: Don't remove the window from the hashtable until
17696           after the driver has destroyed it (since the driver might use
17697           Control.FromHandle to lookup the control object
17698         * Hwnd.cs: Added DestroyPending property to track if a window is 
17699           already destroyed as far as the driver is concerned and only hasn't
17700           yet notified the control
17701         * XplatUIX11.cs:
17702           - Activate(): Check if the window is still valid before using the 
17703             handle
17704           - Implemented DestroyChildWindow() method to mark child windows as
17705             destroyed when a window is destroyed. This prevents situations 
17706             where we might call an X method based on queued events for a
17707             window that already has been destroyed but we haven't yet pulled
17708             the destroy method from the queue.
17709           - Added a call to the new DestroyChildWindow() method to the drivers
17710             DestroyWindow code. Also now marking the destroyed window itself
17711             as pending
17712
17713 2005-12-20  Jackson Harper  <jackson@ximian.com>
17714
17715         * StatusBar.cs:
17716         * StatusBarPanel.cs: Don't calculate panel sizes on draw
17717         anymore. Just do them when needed, also track the rects of panels
17718         so that we can optimize refreshing more in the future.
17719
17720 2005-12-20  Alexander Olk  <alex.olk@googlemail.com>
17721
17722         * ColorDialog.cs: Fixed focus drawing in small color controls
17723
17724 2005-12-19  Jackson Harper  <jackson@ximian.com>
17725
17726         * InternalWindowManager.cs:
17727         * MdiWindowManager.cs: Cleanup some coordinate system changes so
17728         moving windows works properly.
17729
17730 2005-12-19  Peter Dennis Bartok  <pbartok@novell.com> 
17731
17732         * Control.cs: 
17733           - Removed call to InitLayout() from SetBoundsCore(); doc says
17734             it's only called when a control is added to a container
17735           - Split InitLayout logic, moved to separate UpdateDistances() method
17736             since we need to perform those calculations more often than just
17737             when adding the control to a container. (Needed to fix #77022)
17738           - Now calling UpdateDistances() from UpdateBounds() (fixes #77022)
17739           - Reduced the OnBindingContextChanged events count, don't send them
17740             unless the control is created, we still aren't totally matching
17741             MS, but I can't quite figure out some of their rules
17742
17743 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
17744
17745         * ThemeClearlooks.cs: Corrected distance between ProgressBar
17746           stripes
17747
17748 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
17749
17750         * ThemeClearlooks.cs:
17751           - Updated ProgressBar drawing
17752           - Corrected drawing of ScrollBars and scroll buttons
17753           - Some temporary fixes for minor pixel artefacts
17754
17755 2005-12-18  Peter Dennis Bartok  <pbartok@novell.com> 
17756
17757         * Control.cs:
17758           - Reworked Controls.Add(), Controls.Remove() and set_Parent() to
17759             cause events to be sent in the same order as MS does.
17760           - Added ChangeParent() method to trigger various OnXXXChanged events
17761             that need to be fired when a parent changes (This is a reworking
17762             of the patch from r54254, with the X11 errors fixed)
17763           - Removed SuspendLayout()/ResumeLayout() calls from Controls.Clear()
17764             since on MS we get OnLayoutChanged events when calling Clear()
17765           - Changed Enabled property to consider parent state as well, if a
17766             parent is not enabled, the control will not be either
17767           - Changed Parent property to simply call Controls.Add() since that
17768             now does all the work required, this way we avoid code duplication
17769           - Threw in a few OnBindingsContextChanged calls to try and match
17770             when MS sends them. We seem to send a few too many, though.
17771           - Added call to CreateControl when adding the control to a parent.
17772             We were never calling CreateControl. Still needs some work, in
17773             some places we treat HandleCreated and ControlCreated as equal, 
17774             which is wrong
17775           - Removed obsolete commented out code from UpdateZOrder()
17776
17777 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
17778
17779         * ThemeClearlooks.cs: Updated TrackBar drawing.
17780
17781 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
17782
17783         * FileDialog.cs: Patch for #76901 by Atsushi Enomoto
17784
17785 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
17786
17787         * FileDialog.cs: Add the Help button and the open readonly
17788           checkbox only if needed
17789
17790 2005-12-16  Jackson Harper  <jackson@ximian.com>
17791
17792         * Control.cs: Make sure we have an active menu before trying to
17793         process commands on it. Prevents menu-less forms from crashing
17794         when Alt is pressed.
17795         * TreeNodeCollection.cs: Some fixes to prevent null refs. Patch by
17796         Dieter Bremes.
17797         * RichTextBox.cs: Expand statement to help out gmcs and fix the
17798         2.0 build.
17799
17800 2005-12-16  Jackson Harper  <jackson@ximian.com>
17801
17802         * InternalWindowManager.cs: Don't translate tool windows screen
17803         coordinates. This fixes windows 'bouncing' around when being moved.
17804
17805 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
17806
17807         * TextBoxBase.cs:
17808           - MaxLength now treats 2^31-1 equal to unlimited length (this is
17809             not quite MS compatible, MS uses that number only for single line
17810             and 2^32-1 for multi-line, but I figure it won't hurt keeping
17811             the limit at 2GB)
17812           - Now enforcing the MaxLength limit when entering characters
17813           - Added argument to internal Paste() method to track if it's called
17814             from programatically or via keyboard, since keyboard driven pastes
17815             need to enforce max-length
17816           - Added logic to Paste to only paste as many chars as MaxLength 
17817             allows
17818         * RichTextBox.cs: Updated to use new obey argument for internal Paste()
17819         * TextControl.cs:
17820           - Added Length property to return number of characters in document
17821           - Added private CharCount property which only tracks actual chars
17822             in the document (no linefeeds) and fires event when CharCount
17823             changes
17824           - Added tracking of character count to all methods that alter it
17825           - Added LengthChanged event to allow applications to subscribe
17826             to any changes to the document
17827
17828 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
17829
17830         * TextBox.cs: 
17831           - Removed local password_char field (moved to TextBoxBase)
17832           - Now setting the document's password var when password is
17833             set
17834         * TextBoxBase.cs:
17835           - Added password_char field (needed here so MultiLine can
17836             access it)
17837           - Added logic to MultiLine property setter to set the document's
17838             variable when password display is allowed
17839           - Removed debug code and made some debug code conditional
17840         * TextControl.cs:
17841           - Added RecalculatePasswordLine() method to handle special password
17842             char only lines
17843           - Added PasswordChar property, also added related tracking vars
17844           - Draw() method now uses local text var for grabbing text to draw,
17845             this var is set to line.text unless we're doing password display,
17846             then it is set to the pre-generated all-password-chars line
17847           - Added calling RecalculatePasswordLine() method for password lines
17848
17849 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
17850
17851         * Hwnd.cs: 
17852           - Added Reparented property to allow tracking of Window Manager
17853             reparenting actions (which affect X/Y calculations of toplevel 
17854             windows)
17855           - Made ToString() print window handles in hex
17856         * XplatUIX11.cs:
17857           - AddConfigureNotify(): Now uses reparented state off Hwnd to
17858             determine if X/Y needs offsetting
17859           - AddConfigureNotify(): Fixed offset calculations
17860           - Now adds ReparentNotify messages into the queue
17861           - Now processes ReparentNotify messages and causes a 
17862             WM_WINDOWPOSCHANGED message to be sent upstream if a window
17863             is reparented (as most likely it's X/Y coordinates are changed
17864             due to that)
17865
17866 2005-12-14  Jackson Harper  <jackson@ximian.com>
17867
17868         * XplatUIX11.cs: Tool windows still need to respek focus.
17869
17870 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
17871
17872         * Control.cs: Undid 54254 (causing XConfigure errors) so we can
17873           have a working release
17874
17875 2005-12-13  Jackson Harper  <jackson@ximian.com>
17876
17877         * Form.cs: Update styles after setting the border style regardless
17878         of whether or not the window is using a window manager.
17879
17880 2005-12-13  Jackson Harper  <jackson@ximian.com>
17881
17882         * Form.cs: We now hook into an internal window manager instead of just an
17883         MDI subsystem, this is so we can have properly behaving tool windows.
17884         * MdiClient.cs: Naming change, MdiChildContext is now WindowManager
17885         * InternalWindowManager.cs: New internal class that acts as a
17886         window manager for tool windows and as a base for mdi windows.
17887         * MdiWindowManager.cs: New class that acts as a window manager for
17888         mdi windows.
17889
17890 2005-12-12  Jackson Harper  <jackson@ximian.com>
17891
17892         * Control.cs: Updates so we match behavoir for for implicit
17893         controls. Fixes explosions in MDI.
17894
17895 2005-12-12  Jackson Harper  <jackson@ximian.com>
17896
17897         * Control.cs: Implement Invalidate (Region).
17898
17899 2005-12-12  Peter Dennis Bartok  <pbartok@novell.com> 
17900
17901         * Control.cs: 
17902           - Changed handling of Controls.Add/Controls.Remove to fire (almost) 
17903             the same events as MS does. MS fires events for each property 
17904             except, for unknown reasons, Cursor, when the control is reparented. 
17905             I can't seem to totally match add/remove since MS also fires some 
17906             VisibleChanged events, which makes no sense. Consolidated the
17907             parenting code into a separate method so it can be called from
17908             both Add and Remove. set_Parent no longer needs any special logic
17909             as it calls the parent's add method which implicitly fires
17910             all events
17911           - Removed some obsolete code and debug output
17912           - Enabled state is inherited from parents, if this is enabled
17913
17914 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com> 
17915
17916         * Form.cs: Removed commented out code
17917
17918 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com>
17919
17920         * Control.cs:
17921           - Added internal version of Invoke, with additional argument 
17922             indicating if we're calling it from a Dispose() handler. That
17923             way we can avoid BeginInvoke throwing an exception if we're
17924             calling for an already destroyed window.
17925           - Added a dispose argument to BeginInvokeInternal, and made the
17926             check if a valid window handle chain exists conditional on
17927             it not being a dispose call
17928           - Removed code in DestroyHandle to destroy our children. Since we
17929             now handle the WM_DESTROY message we will catch all our children
17930             being destroyed.
17931           - Now calling OnHandleDestroyed from our new WM_DESTROY handler
17932         * Form.cs:
17933           - Added a field to track the application context of the form.
17934           - No need to set closing variable as response to WM_CLOSE, instead
17935             we destroy the window. We also call PostQuitMessage if the form
17936             has an application context (which makes it the main app form,
17937             which, when closed terminates the app)
17938         * XplatUI.cs:
17939           - Dropped Exit() method, it's naming was confusing
17940           - Added PostQuitMessage() which causes GetMessage to return false
17941             once the message queue is empty
17942         * XplatUIDriver.cs, XplatUIWin32.cs: Dropped Exit(), added 
17943           PostQuitMessage()
17944         * XplatUIOSX.cs: Switched signature for Exit method since Exit() is
17945           no longer a valid XplatUI method, but left it in since it's used
17946           internally. Added empty PostQuitMessage() method.
17947         * MenuAPI.cs: Replaced call to Exit() with call to
17948           PostQuitMessage, even though this is probably no longer needed.
17949         * Hwnd.cs: Added 'pretty' ToString() to support debugging.
17950         * X11Structs.cs: Added pretty XEvent.ToString() to support debugging.
17951         * Application.cs:
17952           - Replaced call to XplatUI.Exit() with PostQuitMessage()
17953           - Removed old debug code that would call XplatUI for exception
17954             display, enabled standard exception handling (Still not enabled
17955             though, until NativeWindow's ExternalExceptionHandler define
17956             is removed
17957         * NativeWindow.cs:
17958           - Added internal method to allow control to update NativeWindow
17959             after a window has been destroyed
17960           - Added handling of already destroyed windows when calling i
17961             DestroyWindow
17962           - Added removal of handle from list on ReleaseHandle
17963         * XplatUIX11.cs:
17964           - Dropped GetMessageResult var and related code
17965           - Added PostQuitState to field to track if PostQuitMessage has been
17966             called
17967           - Dropped Exit() method
17968           - Added PostQuitMessage() method
17969           - GetMessage now will return false if PostQuitState is set and no
17970             more messages are in the queue.
17971           - Expose handler will no longer generate WM_PAINT messages if we are
17972             in PostQuitState since it's very likely any windows have already
17973             been destroyed, and since Hwnd won't get updated until we have
17974             processed the DestroyNotify we'd be causing X errors.
17975         
17976 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
17977
17978         * Control.cs(WndProc): Apparently I'm suffering from brain cloud.
17979           Thanks to Mike for pointing out the err of my ways.
17980
17981 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
17982
17983         * Control.cs(PreProcessMessage): Moved menu handling back, but
17984           after all other key handling, to match MS (who handles Menu in
17985           DefWndProc)
17986         * Menu.cs (WndProc): Removed my brainfart
17987
17988 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
17989
17990         * Control.cs(PreProcessMessage): Removed special menu handling 
17991         * Menu.cs (WndProc): Added handling of WM_SYSKEYUP for menu purposes.
17992
17993 2005-12-07  Mike Kestner  <mkestner@novell.com>
17994
17995         * Control.cs : special case SYSKEYUP so that we can adjust keynav
17996         state according in tracker.
17997         * Menu.cs : promote tracker field to base class and provide a tracker
17998         lookup capability.  Add/Remove shortcuts dynamically if the top menu
17999         has a tracker. Unparent items that are removed from the collection.
18000         * MenuAPI.cs : implement mnemonic, shortcut, and arrow-based keynav.
18001         * Theme*.cs: add always_show_hotkeys field to support configurability
18002         of mnemonic display.  win32 doesn't show mnemonics until Alt is
18003         pressed.
18004
18005 2005-12-07  Jackson Harper  <jackson@ximian.com>
18006
18007         * MdiChildContext.cs: Use Control.ResetCursor.
18008         * Control.cs: ResetCursor needs to set the property so that the
18009         correct XplatUI call gets made.
18010
18011 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
18012
18013         * Control.cs: More fixes to make our key events match MS. We
18014           were not setting the modifier state on KeyData, and we were
18015           not generating any events when Alt was pressed with a key
18016           since handling of WM_SYSxxx was missing for the OnKey methods.
18017
18018 2005-12-07  Jackson Harper  <jackson@ximian.com>
18019
18020         * MdiChildContext.cs: reenable the sizing code.
18021         - When the mouse leaves a window reset its cursor.
18022
18023 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
18024
18025         * ThemeClearlooks.cs: Reflect latest Hwnd changes
18026
18027 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
18028
18029         * Hwnd.cs: Now using the theme 3d bordersize to calculate
18030           widths of Fixed3D borders
18031
18032 2005-12-07  Jackson Harper  <jackson@ximian.com>
18033
18034         * MdiClient.cs: Fix warnings. Earn Mike's love.
18035
18036 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
18037
18038         * ThemeClearlooks.cs:
18039           - Adjusted mouse over button color
18040           - Added first parts of CheckBox drawing
18041           - Added correct color for selected text background
18042           - Fixed ComboBox drawing
18043           - Added CPDrawBorder3D and CPDrawBorder
18044
18045 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
18046
18047         * XplatUIX11.cs: Added call to XBell for AudibleAlert
18048
18049 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com> 
18050
18051         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
18052           XplatUIOSX.cs: Added AudibleAlert() method to have a means to
18053           alert users via sound. We could add an enum arg with different
18054           types of alerts in the future
18055
18056 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
18057
18058         * Control.cs: Fix behaviour problems pointed out by Mike
18059
18060 2005-12-05  Mike Kestner  <mkestner@novell.com>
18061
18062         * StatusBarPanel.cs: add Invalidate method and hook it into all the
18063         prop setters.  Calls parent.Refresh for now, but could be maybe be
18064         optimized with an internal method on StatusBar at some point.
18065         [Fixes #76513]
18066
18067 2005-12-05  Peter Dennis Bartok  <pbartok@novell.com> 
18068
18069         * RichTextBox.cs: Implemented get_SelectionColor
18070
18071 2005-12-05  Alexander Olk  <alex.olk@googlemail.com>
18072
18073         * ThemeClearlooks.cs:
18074           - Removed dead code
18075           - Draw black button border only if button is Form.AcceptButton
18076           - Draw correct button color for pressed RadioButton if the mouse 
18077             has entered the button
18078           - Updated ProgressBar drawing!
18079           - Updated CPDrawSizeGrip drawing
18080           - Updated StatusBarPanel drawing
18081
18082 2005-12-05  Mike Kestner  <mkestner@novell.com>
18083
18084         * Control.cs (PreProcessMessage): add Keys.Alt based on LParam value.
18085         * X11Keyboard.cs (SendKeyboardInput): formal lParam for alt mod.
18086
18087 2005-12-04  Alexander Olk  <alex.olk@googlemail.com>
18088
18089         * ThemeClearlooks.cs: Initial check-in, activate with
18090           export MONO_THEME=clearlooks
18091         * ThemeEngine.cs: Added ThemeClearlooks
18092
18093 2005-12-03  Mike Kestner  <mkestner@novell.com>
18094
18095         * MenuAPI.cs: deactivate menus prior to calling item.PerformClick.
18096         [Fixes #76897]
18097
18098 2005-12-02  Jackson Harper  <jackson@ximian.com>
18099
18100         * Form.cs: If the child form has no menu the default main menu is
18101         used as the active menu.
18102
18103 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com> 
18104
18105         * ListBox.cs: Check if any items exist before trying to resolve 
18106           coordinates into items
18107
18108 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
18109
18110         * ThemeWin32Classic.cs: Hatchbrush on Win32 seems to always use white
18111           as the second color for the background hatch
18112
18113 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
18114
18115         * TextBoxBase.cs: Now uses Jackson's new and improved ImplicitScrollbar
18116         * RichTextBox.cs: FormatText position arguments are 1-based, now making
18117           sure that what we pass to FormatText is always 1-based. Fixes #76885
18118
18119 2005-11-29  Miguel de Icaza  <miguel@novell.com>
18120
18121         * NumericUpDown.cs (EndInit): When we are done initializing,
18122         reflect any updates on the UI.
18123
18124 2005-12-02  Jackson Harper  <jackson@ximian.com>
18125
18126         * ImplicitHScrollBar.cs:
18127         * ImplicitVScrollBar.cs: New scrollbars that don't take focus from
18128         their container controls.
18129         * TreeView.cs: Use the new implicit scrollbars.
18130
18131 2005-12-02  Jackson Harper  <jackson@ximian.com>
18132
18133         * TreeView.cs: Make top_node internal so the TreeNodeCollections
18134         can play with it.
18135         * TreeNodeCollection.cs: If we remove the topnode we need to
18136         update topnode to the next node in line.
18137         - When clearing nodes go through the same process as removing
18138         them, so they get depareneted and checked if they are top node.
18139
18140 2005-12-01  Jackson Harper  <jackson@ximian.com>
18141
18142         * TreeView.cs: When imagelists are used the image area is
18143         selectable as well as the text.
18144         - If there are no selected nodes select the first one.
18145         * TreeNodeCollection.cs: Getting the TreeView is mildly expensive,
18146         so don't do it more then we need to.
18147
18148 2005-12-01  Jackson Harper  <jackson@ximian.com>
18149
18150         * ThemeWin32Classic.cs: Reimplement the scroll arrow drawing so
18151         that arrows can be scaled.
18152
18153 2005-12-01  Jackson Harper  <jackson@ximian.com>
18154
18155         * TreeNode.cs : Fixed bugs that caused FullPathTest + Traverse to
18156         fail. Patch by Dieter Bremes
18157
18158 2005-11-30  Jackson Harper  <jackson@ximian.com>
18159
18160         * Form.cs: Property is 2.0 only
18161         * PrintDialog.cs: Signature fix.
18162
18163 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
18164
18165         * TextControl.cs: 
18166           - No longer artificially moves text 2 pixels down (now that we have
18167             borders this is no longer needed)
18168           - Added calcs for left, hanging and right indent
18169
18170 2005-11-23  Mike Kestner  <mkestner@novell.com>
18171
18172         * Menu.cs: mark MenuChanged internal, since it's not exposed by MS.
18173
18174 2005-11-30  Jackson Harper  <jackson@ximian.com>
18175
18176         * MdiChildContext.cs: Set the cloned menus forms, as these don't
18177         get cloned as part of CloneMenu ().
18178         * Menu.cs: Make sure the parent of the items get set correctly
18179         when they are added.  And the owners are notified of the changes.
18180         * Form.cs: Create an ActiveMenu property, so that when MDI is used
18181         we can change the menu being displayed/handled by the form without
18182         changing the menu assosciated with the form.
18183         - Don't let Mdi children draw/handle menus.
18184         
18185 2005-11-30  Jackson Harper  <jackson@ximian.com>
18186
18187         * Menu.cs: Switch the MenuChanged method to OnMenuChanged and add
18188         a MenuChanged event. Just to make the API a little more
18189         consistent.
18190         * MainMenu.cs:
18191         * MenuItem.cs: Use the new OnMenuChanged
18192         * MdiChildContext.cs: Handle menu merging.
18193         * Form.cs: Implement MergedMenu.
18194         
18195 2005-11-30  Jackson Harper  <jackson@ximian.com>
18196
18197         * Menu.cs: We were misusing Add. Add goes behind the specified
18198         index according to the docs, and does not replace the specified
18199         index. So I added an Insert method.
18200
18201 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
18202
18203         * TextBoxBase.cs:  Implemented Ctrl-Ins (Copy), Shift-Ins (Paste) and
18204           Shift-Del (Cut), apparently Emacs uses these old Win 2.x keys. This
18205           is for Jackson
18206         * RichTextBox.cs: Added calls to base for DnD events
18207
18208 2005-11-28  Peter Dennis Bartok  <pbartok@novell.com>
18209
18210         * TextControl.cs:
18211           - Fixed drag-selection related crash; style fixes
18212           - Implemented undo class
18213             o Implemented method to capture document state for specified
18214               range in document tree
18215             o Implemented method to restore captured document state
18216             o Implemented cursor tracking
18217             o Implemented basic undo stack
18218           - Added undo cursor tracking to methods altering cursor location
18219           - Added undo tracking to selection deletion (still missing
18220             other text-altering hookups)
18221         * RichTextBox.cs:
18222           - Added SelectionLength property
18223           - Implemented CanPaste()
18224           - Implemented Paste()
18225           - Added missing protected methods
18226           - Fixed RTF->Document conversion; now uses font index 0 and color 
18227             index 0 as the default font for the parsed text
18228           - Fixed RTF<->Document font size translation
18229           - Fixed RTF generation, now properly handles cross-tag boundaries
18230             for single line selection
18231           - No longer always appends blank line to generated RTF
18232           - Removed TODOs
18233           - Added missing attributes
18234           - Hooked up undo-related methods
18235         * TextBoxBase.cs:
18236           - Implemented Copy()
18237           - Implemented Paste()
18238           - Implemented Cut()
18239           - Fixed caret mis-behaviour on backspace across line-boundaries
18240
18241 2005-11-29  Jackson Harper  <jackson@ximian.com>
18242
18243         * MdiClient.cs: Add a method for activating mdi children. Very
18244         basic right now. I imagine someday it might need more girth.
18245         * MenuItem.cs: Implement MDI lists. When mdilist is true the mdi
18246         children windows names are added to the menu item.
18247         * ThemeWin32Classic.cs: Draw the arrow if the item is an
18248         mdilist. This happens regardless of whether or not there are any
18249         mdi windows to see in the list, and according to my tests happens
18250         before the items are even added. Also happens if there isn't even
18251         an mdi client to get windows from.
18252
18253 2005-11-29  Alexander Olk  <alex.olk@googlemail.com>
18254
18255         * ThemeWin32Classic.cs: Make DrawFlatStyleRadioButton protected
18256         * ThemeNice.cs: Fix drawing of flatstyle radiobuttons
18257
18258 2005-11-29  Jordi Mas i Hernandez <jordimash@gmail.com>
18259
18260         * DataGridTableStyle.cs:
18261           - Create always the styles for the missing columns even if they are
18262             provided by the user (not default table style)
18263         * DataGrid.cs:
18264           - Fixes bug 76770
18265           - Fixes SetDataBinding (always re-attach source)
18266           - Fixes SetNewDataSource (only clear styles if they are not for 
18267             this source)
18268          -  Expands OnTableStylesCollectionChanged to handle style refresh 
18269             and remove properly
18270
18271 2005-11-29  Jackson Harper  <jackson@ximian.com>
18272
18273         * FileDialog.cs: Implement missing bits, remove some dead
18274         code.
18275         * FontDialog.cs: Implement missing Apply stuff, and ToString. Move
18276         creation of the panel so that the options set on the dialog are
18277         seen when the panel is created.
18278         * TreeView.cs: raise a click when items are clicked.
18279         
18280 2005-11-29  Jackson Harper  <jackson@ximian.com>
18281
18282         * MdiClient.cs: Pass some signature methods through to base.
18283
18284 2005-11-28  Jackson Harper  <jackson@ximian.com>
18285
18286         * ListView.cs: Raise the click event when items are clicked.
18287
18288 2005-11-28  Jackson Harper  <jackson@ximian.com>
18289
18290         * MdiClient.cs: Make this algorithm even more beautiful.  And fix
18291         a nullref.
18292
18293 2005-11-27  Alexander Olk  <alex.olk@googlemail.com>
18294
18295         * ThemeNice.cs: - Removed 1 pixel bitmaps
18296           - Use SmoothingMode.AntiAlias where it makes sense
18297             (ScrollButton arrow for example)
18298           - Enhanced Button focus drawing
18299           - Fixed ComboBox drawing (no artefacts anymore, focus
18300             rectangle is back again, reduced size of ComboButton, etc.)
18301           - Fixed RadioButton focus drawing for Appearence.Button
18302           - Slight ScrollButton redesign
18303           - Some LinearGradientBrush size fixes
18304           - GroupBoxes have now rounded edges
18305           - Fixed StatusBar drawing
18306
18307 2005-11-25  Alexander Olk  <alex.olk@googlemail.com>
18308
18309         * ThemeNice.cs: - Remove dead code
18310           - use correct background colors for menus, etc.
18311           - Fake pixel drawing with 1 pixel bitmaps
18312
18313 2005-11-24  Jackson Harper  <jackson@ximian.com>
18314
18315         * MdiClient.cs: Size the scrollbars when resizing the window.
18316         - Resize the maximized windows when the client is resized
18317         * Form.cs: Make the child context available
18318         
18319 2005-11-23  Jackson Harper  <jackson@ximian.com>
18320
18321         * MdiChildContext.cs: Don't size windows if they are maximized.
18322
18323 2005-11-23  Mike Kestner  <mkestner@novell.com>
18324
18325         * ContextMenu.cs: use MenuTracker.
18326         * Control.cs: remove menu handle usage.
18327         * Form.cs: remove menu handle usage.
18328         * Hwnd.cs: remove menu handle usage.
18329         * MainMenu.cs: Draw method moved here from MenuAPI.DrawMenuBar. Proxy
18330         motion and clicks to the new Tracker handlers.
18331         * Menu.cs: add sizing accessors, SelectedItem prop, kill CreateItems
18332         and handle usage.
18333         * MenuAPI.cs: refactored to combine popup and menubar event handling.
18334         Killed the MENU and MENUITEM data types and associated collections
18335         since we now keep the info on Menu and MenuItem. Expanded TRACKER into
18336         MenuTracker class that exposes the leftovers from the old MenuAPI
18337         static methods. Restructured Capture handling so that only one grab is
18338         done for the entire menu hierarchy instead of handing off grabs to
18339         submenus. Tracker now has an invisible control to Capture when active.
18340         * MenuItem.cs: add sizing accessors, kill Create
18341         and handle usage.
18342         * Theme.cs: remove menu handle and MENU(ITEM) usage.
18343         * ThemeWin32Classic.cs: use Menu/MenuItem sizing props instead of
18344         MENU(ITEM). remove menu handle usage, use Menu directly.
18345         * XplatUIDriver.cs: remove menu handle usage.
18346         * XplatUIOSX.cs: remove menu handle usage.
18347         * XplatUIWin32.cs: remove menu handle usage.
18348         * XplatUIX11.cs: remove menu handle usage.
18349
18350 2005-11-22  Jackson Harper  <jackson@ximian.com>
18351
18352         * Hwnd.cs: Don't compute the menu size for
18353         DefaultClientRectangle.
18354         - Reenable menu sizes being computed for GetClienRectangle.
18355         * Form.cs: Remove comment of trechery
18356         
18357 2005-11-22  Jackson Harper  <jackson@ximian.com>
18358
18359         * Hwnd.cs: The adjustments for the menu bar are made when it is
18360         attached to the form.
18361
18362 2005-11-19  Jackson Harper  <jackson@ximian.com>
18363
18364         * XplatUIX11.cs: Create an HGRN of the invalid area for WM_NCPAINT
18365         (just like on windows).
18366
18367 2005-11-19  Jackson Harper  <jackson@ximian.com>
18368
18369         * MdiChildContext.cs: Handle all the buttons ourselves. We can't
18370         use real buttons anymore because they are in non client area. The
18371         one TODO here is that I need to somehow invalidate a section of
18372         the non client area.
18373
18374 2005-11-18  Jackson Harper  <jackson@ximian.com>
18375
18376         * Control.cs: Put the enum check back in now that MDI doesnt have
18377         to use this to set border styles.
18378         * Form.cs: Only set mdi child windows borders if the handle has
18379         been created.
18380         * MdiChildContext.cs: Don't set the InternalBorderStyle, just pass
18381         this directly on to the driver.
18382         - Get the move start position before adjusting for the titlebar
18383         height, this fixes the windows "skipping" when they are first
18384         moved.
18385
18386 2005-11-18  Jackson Harper  <jackson@ximian.com>
18387
18388         * XplatUIX11.cs: Just compute the mdi borders separately as they
18389         don't totally match up with normal form borders.
18390
18391 2005-11-18  Jackson Harper  <jackson@ximian.com>
18392
18393         * Control.cs: Set WS_ styles for borders, so that the driver does
18394         not have to retrieve the control instance to figure out what kind
18395         of borders it should have.
18396         * Form.cs: Set the WS_EX_MDICHILD flag on mdi children, so the
18397         driver can know its an mdi child easily.
18398         * XplatUIX11.cs: Get the border styles and whether the window is
18399         MDI from the Styles and ExStyles params instead of having to get a
18400         control. This prevents a chicken and egg problem.       
18401
18402 2005-11-18  Jackson Harper  <jackson@ximian.com>
18403
18404         * MdiClient.cs: Fix typo so scrollbars show up correctly.
18405
18406 2005-11-18  Jackson Harper  <jackson@ximian.com>
18407
18408         * MdiClient.cs: Calculate when to add and remove scrollbars
18409         correctly.
18410         * MdiChildContext.cs: Adjust the y position to take the titlebar
18411         into account.
18412         - No height for FormBorderStyle.None
18413
18414 2005-11-18  Jackson Harper  <jackson@ximian.com>
18415
18416         * Control.cs: Allow non enum values to be used for
18417         InternalBorderStyle.  MDI does this to set a special border style.
18418         - New utility methods for converting points to/from client coords
18419         - Add the newly created control to the Controls collection before
18420         updating its style. This way UpdateStyle can walk the control
18421         heirarchy to find the control if needed.
18422         so I don't need to create a new Point object all the time.
18423         * Form.cs: Let MDI windows handle their border styles.
18424         - Set styles on MDI windows so the correct title style is derived.
18425         * MdiChildContext.cs: Move all the painting and window handling
18426         into the non client area.
18427         - Use correct sizing and put correct buttons on frames based on
18428         the FormBorderStyle.
18429         - Notify the mdi client about scrolling
18430         - Need to handle the buttons ourselves now, because they are all
18431         in non client areas and we can't add controls there.
18432         * MdiClient.cs: Halfway to scrolling, this implementation is
18433         somewhat broken though, we need to check to make sure other
18434         windows aren't causing scrolling before removing the bars. Also
18435         the bars need to be drawn on top, maybe I can switch implicit
18436         controls to be on top.
18437         * Hwnd.cs: caption_height and tool_caption_height are now
18438         properties of an hwnd, this way they can be set by the driver
18439         based on the type of window they are.  In X11 the window manager
18440         handles the decorations so caption_height is zero unless its an
18441         MDI window.
18442         - Add 3 pixel borders for MDI windows (0xFFFF).
18443         - Get rid of some code duplication, have DefaultClientRectanle
18444         just call GetClientRectangle.
18445         * XplatUIX11.cs: Pass caption_height and tool_caption_height to
18446         Hwnd now.
18447         - Set border styles differently for mdi windows.
18448         * XplatUIOSX.cs: Pass caption_height and tool_caption_height to
18449         Hwnd now.
18450         
18451 2005-11-15  Mike Kestner  <mkestner@novell.com>
18452
18453         * Menu.cs: when adding an item to the collection, if item is already 
18454         parented, remove it from the parent.
18455
18456 2005-11-13  Alexander Olk  <alex.olk@googlemail.com>
18457
18458         * X11DesktopColors.cs: Added KDE support
18459
18460 2005-11-11  Peter Dennis Bartok  <pbartok@novell.com>
18461
18462         * XplatUIWin32.cs: 
18463           - Clipboard methods now can translate Rtf format
18464           - No longer removes clipboard contents whenever a new format is added
18465             to allow placing multiple formats on the clipboard
18466         * Clipboard.cs: Clipboard now supports getting a IDataObject and
18467           will place all formats contained in it onto the clipboard. Also
18468           now cleans the clipboard before placing a new object onto it
18469         * RichTextBox.cs:
18470           - Implemented set_Rtf
18471           - Implemented set_SelectedRtf
18472           - Created InsertRTFFromStream() method to allow single code base
18473             for all properties and methods that insert RTF into document
18474           - Removed debug output
18475         * TextControl.cs:
18476           - Fixed Delete(int) to fix up line numbers
18477           - Fixed ReplaceSelection to combine start and end line
18478           - Fixed serious DeleteChars bug that would leave the document tree
18479             broken
18480           - Improved DumpTree with several logic checks to detect broken
18481             document trees
18482           - Removed debug lines
18483           - Fixed Caret.WordForward/WordBack moving code, now always also 
18484             updates caret.tag (fixes crash when word-selecting across tag
18485             boundaries via keyboard)
18486           - Added Insert() method for inserting multiline text into documents
18487           - Fixed DeleteChars() calculation errors that would cause a broken
18488             tag chain with multiple tag lines
18489           - DeleteChars() no longer crashes on multi-tag lines if not all tags
18490           - Split() no longer moves caret if split is at caret location
18491           - ReplaceSelection() now updates the cursor and re-displays it
18492           - ReplaceSelection() now uses new Insert() method to avoid code
18493             duplication
18494           - FormatText() can now handle formatting partial lines
18495         * TextBoxBase.cs:
18496           - Append now uses new TextControl.Insert() method (this avoids 
18497             duplicate code)
18498           - Implemented Ctrl-X (Cut) (
18499           - Implemented Ctrl-C (Copy)
18500           - Implemented Ctrl-V (Paste) (Still some bugs related to screen 
18501             regeneration when pasting text; roundtripping Copy&Paste within
18502             edit control still fails due to some calculation bugs in GenerateRTF)
18503           - The Delete key will now remove the current selection if it is visible
18504         * TextBox.cs: Removed debug lines
18505         * XplatUI.cs: Trigger initialization of DataFormats (which requires the
18506           driver to be initialized and can't therefore be done via a static ctor)
18507
18508 2005-11-10  Peter Dennis Bartok  <pbartok@novell.com>
18509
18510         * TextControl.cs: Added backend code for finding char arrays and strings
18511         * TextBoxBase.cs:
18512           - Added mouse wheel scroll support
18513           - Added support for VScroll and HScroll events
18514         * RichTextBox.cs:
18515           - Implemented all seven Find() variants
18516           - Implemented GetCharFromPosition()
18517           - Implemented GetCharIndexFromPosition()
18518           - Implemented GetLineFromIndex()
18519           - Implemented GetPositionFromCharIndex();
18520           - Implemented SaveFile for PlainText and UnicodeText
18521           - Fixed set_Font, now setting a new font applies that font to
18522             the whole document
18523           - Implemented generic Document to RTF converter
18524           - Implemented SaveFile for RichText format (still missing unicode
18525             conversion for non-ansi chars)
18526           - Implemented get_Rtf
18527           - Implemented get_SelectedRtf
18528
18529 2005-11-09  Peter Dennis Bartok  <pbartok@novell.com>
18530
18531         * Control.cs (WndProc): Call HandleClick after having sent OnMouseUp
18532           to allow any captures to be released before triggering OnClick. This
18533           way a click handler may capture the mouse without interference.
18534         * XplatUIX11.cs: Always send mouse messages to grab window if one exists.
18535           This way we send them even though X may not allow a grab (if the window
18536           isn't visible, for example)
18537
18538 2005-11-08  Pedro Martinez Julia <pedromj@gmail.com>
18539
18540         * DataGridViewRowEventArgs.cs: DataGridView implementation
18541         * DataGridViewElement.cs: DataGridView implementation
18542         * DataGridViewComboBoxCell.cs: DataGridView implementation
18543         * DataGridViewDataErrorContexts.cs: DataGridView implementation
18544         * DataGridViewCellErrorTextNeededEventArgs.cs: DataGridView implementation
18545         * DataGridViewColumnHeadersHeightSizeMode.cs: DataGridView implementation
18546         * ImageLayout.cs: DataGridView implementation
18547         * DataGridViewComboBoxColumn.cs: DataGridView implementation
18548         * DataGridViewCellMouseEventHandler.cs: DataGridView implementation
18549         * DataGridViewSelectionMode.cs: DataGridView implementation
18550         * IDataGridViewEditingControl.cs: DataGridView implementation
18551         * DataGridViewSortCompareEventHandler.cs: DataGridView implementation
18552         * DataGridViewCellStyleContentChangedEventHandler.cs: DataGridView implementation
18553         * DataGridViewAutoSizeModeEventHandler.cs: DataGridView implementation
18554         * DataGridViewColumnStateChangedEventHandler.cs: DataGridView implementation
18555         * DataGridViewColumnSortMode.cs: DataGridView implementation
18556         * DataGridView.cs: DataGridView implementation
18557         * DataGridViewRowStateChangedEventHandler.cs: DataGridView implementation
18558         * DataGridViewRowPostPaintEventArgs.cs: DataGridView implementation
18559         * DataGridViewDataErrorEventArgs.cs: DataGridView implementation
18560         * Padding.cs: DataGridView implementation
18561         * DataGridViewCellParsingEventArgs.cs: DataGridView implementation
18562         * DataGridViewCellStateChangedEventHandler.cs: DataGridView implementation
18563         * DataGridViewRowEventHandler.cs: DataGridView implementation
18564         * DataGridViewCellPaintingEventHandler.cs: DataGridView implementation
18565         * DataGridViewCellFormattingEventHandler.cs: DataGridView implementation
18566         * DataGridViewButtonCell.cs: DataGridView implementation
18567         * DataGridViewCellStyleContentChangedEventArgs.cs: DataGridView implementation
18568         * DataGridViewEditMode.cs: DataGridView implementation
18569         * DataGridViewCellValueEventArgs.cs: DataGridView implementation
18570         * DataGridViewRowCancelEventArgs.cs: DataGridView implementation
18571         * DataGridViewRowHeadersWidthSizeMode.cs: DataGridView implementation
18572         * DataGridViewCheckBoxColumn.cs: DataGridView implementation
18573         * DataGridViewCellToolTipTextNeededEventHandler.cs: DataGridView implementation
18574         * DataGridViewAutoSizeColumnsMode.cs: DataGridView implementation
18575         * DataGridViewCellEventHandler.cs: DataGridView implementation
18576         * DataGridViewEditingControlShowingEventHandler.cs: DataGridView implementation
18577         * DataGridViewCellStyleConverter.cs: DataGridView implementation
18578         * DataGridViewSelectedRowCollection.cs: DataGridView implementation
18579         * DataGridViewBindingCompleteEventHandler.cs: DataGridView implementation
18580         * DataGridViewColumnEventArgs.cs: DataGridView implementation
18581         * DataGridViewRowHeightInfoPushedEventHandler.cs: DataGridView implementation
18582         * DataGridViewRowContextMenuStripNeededEventHandler.cs: DataGridView implementation
18583         * QuestionEventArgs.cs: DataGridView implementation
18584         * IDataGridViewEditingCell.cs: DataGridView implementation
18585         * DataGridViewTriState.cs: DataGridView implementation
18586         * DataGridViewColumnDesignTimeVisibleAttribute.cs: DataGridView implementation
18587         * DataGridViewCellStateChangedEventArgs.cs: DataGridView implementation
18588         * DataGridViewColumnCollection.cs: DataGridView implementation
18589         * DataGridViewCellValueEventHandler.cs: DataGridView implementation
18590         * DataGridViewRowDividerDoubleClickEventHandler.cs: DataGridView implementation
18591         * DataGridViewCellFormattingEventArgs.cs: DataGridView implementation
18592         * DataGridViewColumn.cs: DataGridView implementation
18593         * DataGridViewCellBorderStyle.cs: DataGridView implementation
18594         * DataGridViewCellContextMenuStripNeededEventHandler.cs: DataGridView implementation
18595         * DataGridViewCellValidatingEventArgs.cs: DataGridView implementation
18596         * DataGridViewRow.cs: DataGridView implementation
18597         * DataGridViewImageCellLayout.cs: DataGridView implementation
18598         * DataGridViewImageCell.cs: DataGridView implementation
18599         * DataGridViewTopLeftHeaderCell.cs: DataGridView implementation
18600         * DataGridViewCheckBoxCell.cs: DataGridView implementation
18601         * DataGridViewHeaderCell.cs: DataGridView implementation
18602         * DataGridViewCellErrorTextNeededEventHandler.cs: DataGridView implementation
18603         * DataGridViewRowHeightInfoPushedEventArgs.cs: DataGridView implementation
18604         * DataGridViewAutoSizeColumnsModeEventHandler.cs: DataGridView implementation
18605         * DataGridViewTextBoxColumn.cs: DataGridView implementation
18606         * QuestionEventHandler.cs: DataGridView implementation
18607         * DataGridViewCellStyleScopes.cs: DataGridView implementation
18608         * DataGridViewSortCompareEventArgs.cs: DataGridView implementation
18609         * DataGridViewCellContextMenuStripNeededEventArgs.cs: DataGridView implementation
18610         * DataGridViewCell.cs: DataGridView implementation
18611         * DataGridViewCellEventArgs.cs: DataGridView implementation
18612         * DataGridViewClipboardCopyMode.cs: DataGridView implementation
18613         * DataGridViewCellStyle.cs: DataGridView implementation
18614         * DataGridViewColumnHeaderCell.cs: DataGridView implementation
18615         * DataGridViewRowPrePaintEventHandler.cs: DataGridView implementation
18616         * DataGridViewRowCancelEventHandler.cs: DataGridView implementation
18617         * TextFormatFlags.cs: DataGridView implementation
18618         * DataGridViewCellToolTipTextNeededEventArgs.cs: DataGridView implementation
18619         * DataGridViewDataErrorEventHandler.cs: DataGridView implementation
18620         * DataGridViewAdvancedCellBorderStyle.cs: DataGridView implementation
18621         * DataGridViewCellPaintingEventArgs.cs: DataGridView implementation
18622         * DataGridViewButtonColumn.cs: DataGridView implementation
18623         * DataGridViewRowsRemovedEventArgs.cs: DataGridView implementation
18624         * HandledMouseEventArgs.cs: DataGridView implementation
18625         * DataGridViewCellParsingEventHandler.cs: DataGridView implementation
18626         * DataGridViewColumnDividerDoubleClickEventHandler.cs: DataGridView implementation
18627         * DataGridViewCellMouseEventArgs.cs: DataGridView implementation
18628         * DataGridViewAutoSizeRowsMode.cs: DataGridView implementation
18629         * DataGridViewRowCollection.cs: DataGridView implementation
18630         * DataGridViewAdvancedBorderStyle.cs: DataGridView implementation
18631         * DataGridViewCellCancelEventHandler.cs: DataGridView implementation
18632         * DataGridViewHitTestType.cs: DataGridView implementation
18633         * DataGridViewAutoSizeModeEventArgs.cs: DataGridView implementation
18634         * DataGridViewColumnStateChangedEventArgs.cs: DataGridView implementation
18635         * DataGridViewColumnEventHandler.cs: DataGridView implementation
18636         * DataGridViewRowDividerDoubleClickEventArgs.cs: DataGridView implementation
18637         * DataGridViewAutoSizeRowMode.cs: DataGridView implementation
18638         * DataGridViewRowHeightInfoNeededEventArgs.cs: DataGridView implementation
18639         * DataGridViewRowsDeletedEventArgs.cs: DataGridView implementation
18640         * DataGridViewTextBoxEditingControl.cs: DataGridView implementation
18641         * DataGridViewContentAlignment.cs: DataGridView implementation
18642         * DataGridViewRowPostPaintEventHandler.cs: DataGridView implementation
18643         * DataGridViewComboBoxEditingControl.cs: DataGridView implementation
18644         * DataGridViewCellValidatingEventHandler.cs: DataGridView implementation
18645         * DataGridViewSelectedColumnCollection.cs: DataGridView implementation
18646         * DataGridViewPaintParts.cs: DataGridView implementation
18647         * DataGridViewCellCollection.cs: DataGridView implementation
18648         * DataGridViewRowsAddedEventArgs.cs: DataGridView implementation
18649         * DataGridViewImageColumn.cs: DataGridView implementation
18650         * DataGridViewRowsRemovedEventHandler.cs: DataGridView implementation
18651         * DataGridViewElementStates.cs: DataGridView implementation
18652         * DataGridViewRowHeightInfoNeededEventHandler.cs: DataGridView implementation
18653         * DataGridViewColumnDividerDoubleClickEventArgs.cs: DataGridView implementation
18654         * DataGridViewRowPrePaintEventArgs.cs: DataGridView implementation
18655         * DataGridViewRowStateChangedEventArgs.cs: DataGridView implementation
18656         * DataGridViewEditingControlShowingEventArgs.cs: DataGridView implementation
18657         * DataGridViewCellCancelEventArgs.cs: DataGridView implementation
18658         * DataGridViewRowHeaderCell.cs: DataGridView implementation
18659         * DataGridViewBindingCompleteEventArgs.cs: DataGridView implementation
18660         * DataGridViewTextBoxCell.cs: DataGridView implementation
18661         * DataGridViewBand.cs: DataGridView implementation
18662         * DataGridViewAutoSizeColumnModeEventArgs.cs: DataGridView implementation
18663         * DataGridViewHeaderBorderStyle.cs: DataGridView implementation
18664         * DataGridViewRowsAddedEventHandler.cs: DataGridView implementation
18665         * DataGridViewAutoSizeColumnMode.cs: DataGridView implementation
18666         * DataGridViewAutoSizeColumnModeEventHandler.cs: DataGridView implementation
18667         * DataGridViewAutoSizeColumnsModeEventArgs.cs: DataGridView implementation
18668         * DataGridViewRowErrorTextNeededEventHandler.cs: DataGridView implementation
18669         * DataGridViewSelectedCellCollection.cs: DataGridView implementation
18670         * DataGridViewRowContextMenuStripNeededEventArgs.cs: DataGridView implementation
18671         * DataGridViewRowErrorTextNeededEventArgs.cs: DataGridView implementation
18672         * DataGridViewComboBoxDisplayStyle.cs: DataGridView implementation
18673
18674 2005-11-08  Peter Dennis Bartok  <pbartok@novell.com>
18675
18676         * ThemeWin32Classic.cs: 
18677           - Draw the outside focus rectangle around buttons
18678           - Use CPDrawFocusRectangle to draw focus rectangles until Cairo
18679             doesn't use end caps for every dash of a line anymore. This
18680             workaround ignores the forecolor.
18681
18682 2005-11-08  Kornél Pál  <kornelpal@hotmail.com>
18683
18684         * ImageList.cs: Don't use ArgbColor with LayoutKind.Explicit as it isn't
18685           endian safe.
18686
18687 2005-11-07  Jackson Harper  <jackson@ximian.com>
18688
18689         * X11Dnd.cs: Set the X/Y positions on the DragEventArgs correctly.
18690
18691 2005-11-07  Jackson Harper  <jackson@ximian.com>
18692
18693         * ScrollableControl.cs: Calculate the maximum and change vars
18694         (more) correctly so that scrollbars appear as a sensible size.
18695
18696 2005-11-04  Jackson Harper  <jackson@ximian.com>
18697
18698         * TreeNodeCollection.cs: Refresh when nodes are cleared from the
18699         collection.
18700         * TreeView.cs: When the tree is sorted null out the top_node so
18701         that it is recalculated.
18702         - Use dotted lines instead of dashed lines to match MS better.
18703
18704 2005-11-04  Jordi Mas i Hernandez <jordimash@gmail.com>
18705
18706         * ListView.cs: 
18707           - Implements key search for items. Useful when browsing files with FileDialog
18708           - When changing view mode or when clear the items reset scrollbar positions
18709
18710 2005-11-04  Jackson Harper  <jackson@ximian.com>
18711
18712         * CurrencyManager.cs: Implement the MetaDataChanged event, the
18713         Reset method, and the CheckEmpty. CheckEmpty is just a total guess
18714         as to what the method may do as there is no real way of creating a
18715         derived CurrencyManager and calling the method. 
18716
18717 2005-11-03  Jackson Harper  <jackson@ximian.com>
18718
18719         * ThemeWin32Classic.cs: Implement ownerdrawing in the tab control
18720         * TabControl.cs: Add Ownerdrawing bits, add the UpdateTabSelection
18721         method which seems to just be used internally to refresh the tabs.
18722
18723 2005-11-03  Jackson Harper  <jackson@ximian.com>
18724
18725         * TabControl.cs: Implement the remove method. Fix some broken
18726         comments.
18727
18728 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
18729
18730         * DateTimePicker.cs:
18731           - Added missing DateTimePickerAccessibleObject class
18732           - Added missing events
18733           - Added OnFontChanged method
18734         * Form.cs: Added missing attributes
18735         * TreeView.cs: Added missing attributes
18736
18737 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com> 
18738
18739         * GridItemCollection.cs: Fix signatures
18740
18741 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
18742
18743         * XplatUI.cs: Updated build rev/date
18744         * ComboBox.cs, DataGridTextBoxColumn.cs Control.cs, 
18745           DataGridTableStyle.cs, DataGrid.cs, DateTimePicker.cs: Signature fixes
18746         * Application.cs: Trigger context-specific ExitThread events
18747
18748 2005-11-03  Jackson Harper  <jackson@ximian.com>
18749
18750         * Menu.cs:
18751         * MainMenu.cs:
18752         * GridTableStylesCollection.cs:
18753         * Timer.cs:
18754         * TabPage.cs:
18755         * HelpProvider.cs:
18756         * StatusBar.cs:
18757         * MonthCalendar.cs: Signature fixes
18758
18759 2005-11-03  Jackson Harper  <jackson@ximian.com>
18760
18761         * TreeNodeCollection.cs: Remove should not be virtual.
18762         * TreeView.cs: Implement the last of the missing methods.
18763
18764 2005-11-03  Jackson Harper  <jackson@ximian.com>
18765
18766         * TreeNodeConverter.cs: Implement to get off my class-status back.
18767
18768 2005-11-03  Jackson Harper  <jackson@ximian.com>
18769
18770         * TreeView.cs: Hookup the bits for drag and drop.
18771         * TreeNode.cs: Don't cache the tree_view or index anymore, now
18772         that nodes can be moved from tree to tree easily this just causes
18773         all sorts of problems.
18774         * TreeNodeCollection: Don't need to give treenodes an index and
18775         treeview anymore when they are added, these are computed on the
18776         fly. Also make sure to remove a node before its added.
18777
18778 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
18779
18780         * TextControl.cs:
18781           - Added CaretSelection enum
18782           - Added comparison methods to Marker struct, makes selection code
18783             more readable
18784           - Added SelectionStart and SelectionEnd as 'moveable' location for
18785             the CaretDirection enum and handler
18786           - Added selection_prev variable to track optimized invalidation for
18787             word and line selection
18788           - Added SelectionVisible property (returns true if there is a valid 
18789             selection)
18790           - Switched CaretHasFocus to only display the caret if there is no
18791             visible selection
18792           - Avoiding StringBuilder.ToString to retrieve a single char, instead
18793             using the direct character index; should be much faster
18794           - Added various conditional debug statements
18795           - Fixed invalidation calculation for selection ranges
18796           - Added ExpandSelection() method to support word and line selection
18797           - Switched SetSelectionToCaret to use new Marker compare overloads
18798           - Added central IsWordSeparator() method to determine word 
18799             separators/whitespace and FindWordSeparator() to streamline common
18800             usage of IsWordSeparator()
18801         * TextBoxBase.cs:
18802           - Removed unneeded grabbed variable, it was just mirroring
18803             Control.Capture
18804           - No longer firing OnTextChanged event when Text setter is called,
18805             since the base will fire the event for us
18806           - Added handling of Ctrl-Up/Down selection
18807           - Added handling of Shift-Cursorkey selection
18808           - Added handling for Ctrl-Delete and Ctrl-Backspace to remove
18809             words
18810           - Added handling of Shift and Ctrl-Shift-Home/End selection
18811           - Removed some debug output
18812           - Added handling for single/double/tripple-click to place caret/
18813             select word/select line respectively (Fixes bug #76031)
18814           - Added support for drag expansion of word/line selection
18815         * RichTextBox.cs: Handle GotFocus event to trigger redrawing of
18816           current selection
18817
18818 2005-11-02  Jackson Harper  <jackson@ximian.com>
18819
18820         * X11Dnd.cs: If the drag is going to and from a MWF window just
18821         copy the data instead of sending it out through the X Selection
18822         mechanism.
18823
18824 2005-11-02  Jackson Harper  <jackson@ximian.com>
18825
18826         * X11Dnd.cs:
18827         * XplatUIX11.cs: When in a drag we don't want motion notify
18828         messages to get passed on to the other controls. This prevents
18829         mouse move messages from showing up in the drag source.
18830
18831 2005-11-02  Jackson Harper  <jackson@ximian.com>
18832
18833         * X11Dnd.cs: Remove unneeded call to XAllowEvents.  Make sure that
18834         the correct button is release to end a drag.
18835         * XplatUIX11.cs: Make the button state internal so the drag system
18836         can access it.  Dragging needs to know about all button releases,
18837         not just left button.
18838
18839 2005-11-02  Miguel de Icaza  <miguel@novell.com>
18840
18841         * Form.cs (Icon): If the icon is null, reset the icon to the
18842         default value. 
18843
18844         * Cursor.cs: When writing the AND-mask bitmap do not include the
18845         number of colors, but hardcode those to two (black and white),
18846         fixes the loading of color cursors (Paint Dot Net).
18847
18848         * Form.cs: To debug, allow MONO_MWF_SCALING=disable variable to
18849         turn off autoscaling.
18850
18851         * Cursor.cs: Allow resource type to be 1 or 2 (from ImageMagic).
18852
18853 2005-11-02  Jackson Harper  <jackson@ximian.com>
18854
18855         * X11Dnd.cs: Make sure to send a status message if the pointer
18856         enters a control that can not accept a drop, otherwise the cursor
18857         isn't updated correctly. Also tried to compress the lines of code
18858         a bit.
18859
18860 2005-11-02  Jackson Harper  <jackson@ximian.com>
18861
18862         * X11Dnd.cs: Change cursors based on drag action. Also attempt to
18863         set actions correctly.  This isn't perfect as XDND and win32 have
18864         some differences on how you allow actions. I'll clear this up by
18865         adding a path for drag from MWF to MWF windows.
18866         * XplatUIX11.cs: Hook into the dnd system.
18867
18868 2005-11-02  Jordi Mas i Hernandez <jmas@softcatala.org>
18869
18870         * ListView.cs: Fixes scroll bar visibility. Hide them if they were
18871         previously shown but they are no longer need it. Very obvious when 
18872         browsing files with FileDialog.
18873
18874 2005-11-01  Peter Dennis Bartok  <pbartok@novell.com>
18875
18876         * Control.cs: We always need to call OnPaintBackground. We pretty much
18877           ignore AllPaintingInWmPaint and always do the painting there, whether 
18878           it's set or not, since we always ignore the WM_ERASEBKGND message 
18879           (which we don't generate on X11). This fixes #76616.
18880         * Panel.cs: Removed unneeded background painting. This happens properly
18881           in Control.cs already
18882
18883 2005-10-31  Mike Kestner  <mkestner@novell.com>
18884
18885         * Menu.cs: Add items to collection before setting their index.
18886         * MenuItem.cs : add range checking with ArgumentException like MS.
18887         [Fixes #76510]
18888
18889 2005-10-31  Jackson Harper  <jackson@ximian.com>
18890
18891         * ListBox.cs: Invalidate if the area is visible at all not just
18892         contained in the visible rect. Fixes unselection of semi visible
18893         items.
18894
18895 2005-10-31  Jackson Harper  <jackson@ximian.com>
18896
18897         * Control.cs: Consistently name the dnd methods. Make them
18898         internal so we can override them to match some MS behavoir
18899         internally.
18900         * Win32DnD.cs: Use the new consistent names.
18901
18902 2005-10-31  Jackson Harper  <jackson@ximian.com>
18903
18904         * TreeView.cs: Don't draw the selected node when we lose focus.
18905
18906 2005-10-31  Jackson Harper  <jackson@ximian.com>
18907
18908         * X11Dnd.cs: We still need to reset the state even though a full
18909         reset isn't being done, otherwise status's still get sent all over
18910         the place.
18911
18912 2005-10-31  Jackson Harper  <jackson@ximian.com>
18913
18914         * Control.cs: Make the dnd_aware flag internal so the dnd
18915         subsystem can check it. Catch exceptions thrown in dnd handlers to
18916         match MS behavoir.
18917         * Hwnd.cs: Add a flag for whether or not a window is dnd aware.
18918         * X11Dnd.cs: Handle null data in the converters. Set the XDND
18919         version when sending a XdndEnter. Use the control/hwnd dnd_aware
18920         flags to reduce the number of dnd enters/status's sent.
18921
18922 2005-10-31  Jackson Harper  <jackson@ximian.com>
18923
18924         * X11Dnd.cs: Don't need the sizeof here. Patch by Jordi Mas.
18925
18926 2005-10-31  Jordi Mas i Hernandez <jordi@ximian.com>
18927
18928         * PictureBox.cs: Fixes 76512
18929
18930 2005-10-28  Jackson Harper  <jackson@ximian.com>
18931
18932         * X11Dnd.cs: Early implementation to support winforms being a drag
18933         source for data on X11. Also restructured the converters so they
18934         can go both ways now.
18935         * XplatUIX11.cs: Tie ins to the the Dnd stuff.
18936         
18937 2005-10-27  Peter Dennis Bartok  <pbartok@novell.com>
18938
18939         * XplatUIX11.cs: Fixed FIXME - implemented ASCII encoding for XA_STRING
18940           clipboard requests
18941
18942 2005-10-27  Jackson Harper  <jackson@ximian.com>
18943
18944         * TreeNode.cs: Implement serialization so my DnD examples will work.
18945
18946 2005-10-24  Kornél Pál  <kornelpal@hotmail.com>
18947
18948         * ButtonBase.cs, ListView.cs, NotifyIcon.cs, PictureBox.cs, ToolBar.cs,
18949           TreeView.cs: Don't dispose objects that are not owned.
18950           
18951 2005-10-24  Peter Dennis Bartok  <pbartok@novell.com>
18952
18953         * Cursor.cs: Defaulting the Current cursor to Cursors.Default. We
18954           should retrieve the current cursor and report that, but XplatUI
18955           doesn't (yet) have an interface for that (and I'm not sure I even
18956           can, on X11)
18957         * XplatUIWin32.cs: Fixed override behaviour. The override is temporary,
18958           until any message loop processing is done (and the WM_SETCURSOR
18959           replaces the cursor to the proper one)
18960         * XplatUIX11.cs: 
18961           - Fixed override behaviour, we can't set the cursor globally on X11, 
18962             just for our windows.
18963           - Invalidating the System.Drawing X11 display handle when we are
18964             shutting down
18965         * Control.cs: Fix to make csc happy
18966
18967 2005-10-23  Peter Dennis Bartok  <pbartok@novell.com>
18968
18969         * TextBoxBase.cs: 
18970           - get_Text: Add last line (without trailing newline) to returned
18971             value (Fixes 76212)
18972           - get_TextLength: Count last line in returned length
18973           - ToString: Call Text property instead of duplicating code
18974
18975 2005-10-23  Kornél Pál  <kornelpal@hotmail.com>
18976
18977         * ImageList.cs: Dispose ImageAttributes objects.
18978
18979 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
18980
18981         * ImageList.cs: Use attribute constructors with less arguments where
18982           possible.
18983
18984 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
18985
18986         * ImageList.cs: Added lastKeyIndex field and use in IndexOfKey.
18987           Use typeof instead of strings when assembly is referenced. Added
18988           some more comments.
18989
18990 2005-10-21  Jackson Harper  <jackson@ximian.com>
18991
18992         * ListView.cs: Raise a double click event. Also tried to somewhat
18993         fix when the selectedindexchanged event is raised. Its still
18994         broken though.
18995
18996 2005-10-21  Jackson Harper  <jackson@ximian.com>
18997
18998         * TreeView.cs: New method to invalidate the plus minus area of a
18999         node without invalidating the whole node (maybe this can be used
19000         in some more places).
19001         * TreeNodeCollection.cs: When adding to an empty node we need to
19002         invalidate its plus minus area so the little block shows up.
19003         
19004 2005-10-21  Jackson Harper  <jackson@ximian.com>
19005
19006         * TreeView.cs: Make sure that when we invalidate a node the bounds
19007         are big enough to cover the selected box and the focus
19008         rectangle. Use a different colour for the lines connecting nodes
19009         so they show up with all themes.
19010
19011 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
19012
19013         * NativeWindow.cs: Don't call anything that could call into the driver,
19014           we might be on a different thread.
19015
19016 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com> 
19017
19018         * Control.cs(Dispose): Since Dispose might run on a different thread,
19019           make sure that we call methods that could call into the driver via
19020           invoke, to avoid thread issues
19021
19022 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
19023
19024         * XplatUI.cs: Removed finalizer
19025         * XplatUIX11.cs: Removed Destructor, was causing crashes due to X11
19026           not allowing to be called on the finalizer thread.
19027
19028 2005-10-21  Kornél Pál  <kornelpal@hotmail.com>
19029
19030         * ImageList.cs:
19031           - Reverted r51889 and r51891.
19032           - Added ImageListItem class that stores unmodified image items and image
19033             properties required to create list images until handle is created.
19034           - Added AddItem and moved image creation logic to AddItemInternal.
19035           - Added CreateHandle method that creates images based on unmodified items.
19036           - Added DestroyHandle that changes state to store unmodified items.
19037           - Add and AddStrip methods no more create handle.
19038           - ReduceColorDepth has no return value.
19039           - Dispose destroys handle.
19040           - Modified other methods to reflect the above changes.
19041           - Implemented key support.
19042           - Added profile 2.0 members and attributes.
19043           - Added private Reset and ShouldSerialize methods that provide the same
19044             behavior as MS.NET but the Visual Studio .NET designer seems to ignore
19045             them as they are private.
19046           - Added some more comments about implementation details.
19047
19048 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
19049
19050         * DataGrid.cs: Adds support for vertical scrolling using the mousewheel
19051
19052 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
19053
19054         * Binding.cs: No PushData/PullData if there is no binding (fixes crash)
19055
19056 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
19057
19058         * DataGridDrawingLogic.cs: Fixes column hit calcultation
19059         * DataGridColumnStyle.cs: Remove debug message
19060
19061 2005-10-20  Jackson Harper  <jackson@ximian.com>
19062
19063         * TreeView.cs: We can always get input keys regardless of whether
19064         or not editing is enabled. They are used for navigation.
19065
19066 2005-10-20  Jackson Harper  <jackson@ximian.com>
19067
19068         * TreeNode.cs: Use the viewport rect for determining if a node
19069         needs to be moved for visibility. Don't use Begin/End edit. This
19070         calls a full refresh when its done.
19071         * TreeView.cs: New SetBottom works correctly.  Make the viewport
19072         rect property internal so the treenodes can see it. When clicking
19073         on a node we need to ensure that its visible because it might just
19074         be partly visible when clicked.
19075
19076 2005-10-20  Jackson Harper  <jackson@ximian.com>
19077
19078         * TreeNodeCollection.cs: Remove debug code.
19079
19080 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
19081
19082         * Datagrid.cs: Implements column sorting in Datagrid
19083         * DataGridColumnStyle.cs: Implements column sorting in Datagrid
19084
19085 2005-10-20  Jackson Harper  <jackson@ximian.com>
19086
19087         * TreeNodeCollection.cs: Remove items properly. Update the correct
19088         area after removing them.
19089
19090 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
19091
19092         * Datagrid.cs: Should not call base.OnPaintBackground
19093
19094 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
19095
19096         * XplatUIX11.cs (GetMessage):
19097           - Now properly calculates NC_xBUTTONDOWN coordinates off the whole
19098             window instead of client window
19099           - Now properly calculates NC_xBUTTONUP message coordinates
19100           - ScreenToMenu now properly calculates it's coordinates of whole 
19101             window, since menus are in the whole window, not in the client
19102             window
19103           - Added WholeToScreen coordinate translation method
19104
19105 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com> 
19106
19107         * XplatUIX11.cs (GetMessage): Don't return in situations where we don't
19108           want to return a message, loop back to the beginning of the function
19109           and grab the next real message to process instead.
19110
19111 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
19112
19113         * Splitter.cs: Properly set limits if no filler control is used
19114
19115 2005-10-19  Jackson Harper  <jackson@ximian.com>
19116
19117         * ColorDialog.cs: Don't show the help button if it is not enabled
19118         instead of disabling it (this is what MS does). Don't create the
19119         panel until the dialog is run, otherwise the vars (such as
19120         ShowHelp) are not set yet.
19121
19122 2005-10-19  Jackson Harper  <jackson@ximian.com>
19123
19124         * TreeView.cs: Implement Begin/EndEdit more correctly so refreshes
19125         are reduced when adding nodes.
19126         * TreeNode.cs:
19127         * TreeNodeCollection.cs: Use UpdateNode instead of refreshing the
19128         tree.
19129         
19130 2005-10-19  Jackson Harper  <jackson@ximian.com>
19131
19132         * FolderBrowserDialog.cs: End editing our treeview so the window
19133         actually gets refreshed.
19134
19135 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
19136
19137         * Control.cs: Fixed logic flip on when to call OnPaintBackground. 
19138           Obsoleted handling of WM_ERASEBKGND, now always draws our background
19139           inside of WM_PAINT
19140
19141 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
19142
19143         * MenuAPI.cs: Returns after Hidding window
19144         * XplatUIX11.cs: Added TODO found while debugging menu issues
19145
19146 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
19147
19148         * XplatUIX11.cs: Do not re-map the whole window when it's size
19149           becomes non-zero unless it's supposed to be actually visible
19150
19151 2005-10-18  Jackson Harper  <jackson@ximian.com>
19152
19153         * TreeView.cs: We don't need to keep a count anymore.
19154         * TreeNodeCollection.cs: Fix off by one in RemoveAt, Insert can
19155         use the Grow method.
19156
19157 2005-10-18  Jackson Harper  <jackson@ximian.com>
19158
19159         * TreeNodeCollection.cs: Insert is not supported on arrays, so
19160         implement it manually here.
19161
19162 2005-10-18  Jackson Harper  <jackson@ximian.com>
19163
19164         * ImageList.cs: Dont kill the list when the colour depth is
19165         changed, just change the colour depth of all the images.
19166         - Same goes for setting the image size. Just resize them all
19167         instead of killing the list softly.
19168
19169 2005-10-18  Jackson Harper  <jackson@ximian.com>
19170
19171         * Control.cs: Don't invalidate empty rectangles.
19172
19173 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
19174
19175         * ListViewItem.cs:
19176           - Adds checked item to the Checked/Item lists (where empty before)
19177           - Do not add items to the Selected lists if they are already present
19178         * ListView.cs:
19179           - Fixes IsFixedSize, SyncRoot, IsReadOnly in many collections
19180           - When deleting items make sure that we delete them for the Selected
19181           and Checked list also.
19182
19183 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
19184
19185         * Label.cs: Dispose objects no longer used
19186         * ThemeWin32Classic.cs: Dispose objects no longer used
19187
19188 2005-10-18  Jackson Harper  <jackson@ximian.com>
19189
19190         * TabControl.cs: Don't refresh the whole control when the tabs are
19191         scrolled, we just need to refresh the tab area.
19192
19193 2005-10-17  Jackson Harper  <jackson@ximian.com>
19194
19195         * XplatUIX11.cs: Compress code a little bit. Only calculate the
19196         after handle when we need it.
19197
19198 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
19199
19200         * Control.cs: When the parent size changes, recalculate anchor 
19201           positions. Partial fix for #76462
19202
19203 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
19204
19205         * ThemeWin32Classic.cs: Make sure the picturebox has it's background 
19206           drawn. Fixes #76462
19207
19208 2005-10-17  Jackson Harper  <jackson@ximian.com>
19209
19210         * MonthCalendar.cs: Don't create the numeric up down until our
19211         handle is created. Otherwise our handle is created in the
19212         constructor and we don't know if we are a WS_CHILD or WS_POPUP
19213         yet.
19214
19215 2005-10-17  Jackson Harper  <jackson@ximian.com>
19216
19217         * TreeView.cs: Merge in patch by Rafael Teixeira to align strings
19218         correctly.
19219
19220 2005-10-17  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
19221         * TreeNode.cs : small logical fix (was using local var instead of field)
19222         
19223 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
19224
19225         * ThemeWin32Classic.cs: Fixes vert/horz scrollbar colours
19226
19227 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
19228
19229         * ThemeWin32Classic.cs: Fixes focus drawing in for non-flat/popup buttons
19230
19231 2005-10-16  Peter Dennis Bartok  <pbartok@novell.com> 
19232
19233         * Control.cs: 
19234           - Re-implemented anchoring code. My first version was really broken.
19235             This fixes bug #76033. Unlike the previous implementation we will
19236             no longer have round errors since all numbers are calculated from
19237             scratch every time. Removed various anchor-related obsolete vars.
19238           - InitLayout no longer causes layout event firing and layout to be 
19239             performed
19240
19241 2005-10-16  Jackson Harper  <jackson@ximian.com>
19242
19243         * Hwnd.cs: Compute invalid area correctly (fixes my last commit
19244         which was broken).
19245
19246 2005-10-16  Jackson Harper  <jackson@ximian.com>
19247
19248         * TabControl.cs: Remove debug code.
19249
19250 2005-10-16  Jackson Harper  <jackson@ximian.com>
19251
19252         * XEventQueue.cs: Increase the default queue size (very simple
19253         apps needed to grow the queue).
19254         * Hwnd.cs: No finalizer so we don't need to suppress
19255         finalization. Compute the invalid area manually so a new rectangle
19256         does not newto be created.
19257         * ScrollableControl.cs: Don't set any params (otherwise visibility
19258         isn't set correctly).
19259         * MdiChildContext.cs: New constructor takes the mdi parent so it
19260         doesn't have to be computed and avoids a crash on windows. Draw
19261         the window icon properly, and allow the text to be seen.
19262         * Form.cs: Use new MdiChildContext constructor. Make sure the
19263         child context isn't null in wndproc.
19264         * TabControl.cs: Don't set focus, this is muddling keyboard
19265         behavoir. Expand the tab rows when a window size increase will
19266         allow extra tabs to be seen. Don't allow tabs smaller than the
19267         width of a window to be scrolled out of view.
19268         * TreeNode.cs:
19269         * TreeView.cs: Use measure string to calculate a nodes width, the
19270         width is cached and only updated when the text or the font is
19271         changed. Don't check for expand/collapse clicks on the first level
19272         nodes if root lines are disabled.
19273         
19274 2005-10-16  Ritvik Mayank  <mritvik@novell.com>
19275
19276         * TextBoxBase.cs: Fixes #76352 (passing tab key in a multiline textbox)
19277
19278 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
19279
19280         * DataGridBoolColumn.cs: fixes warning
19281
19282 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
19283
19284         * ControlPaint.cs: Fixes methods Dark, DarkDark, Light, LightLight
19285         to match more to match more precisely the MS Net behavior
19286
19287 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
19288
19289         * Hwnd.cs: Added field to track if window is mapped
19290         * XplatUIX11.cs: 
19291           - Unmap windows if they become 0-size, re-map when 
19292             they are >0 again; fixes #76035
19293           - Re-set our error handler after initializing X11Desktop
19294             to override any error handlers Gtk or whatever was called
19295             may have set.
19296
19297 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
19298
19299         * CheckedListBox.cs: Removed unused vars
19300         * ListView.cs: Fixed signatures
19301         * RichTextBox.cs: Removed unused vars
19302         * TextBoxBase.cs: Removed unused vars
19303         * XplatUIWin32.cs: Removed unused vars
19304         * XplatUIX11.cs: Removed unused vars
19305         * XplatUI.cs: Updated version and date to latest published
19306
19307 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
19308
19309         * Cursor.cs: Added private .ctor to work around a bug in
19310           resourceset (Thanks to Geoff Norton for the help on this)
19311         * SplitterEventArgs.cs: Made fields accessible so we don't
19312           waste boatloads of objects and can reuse the same one
19313           in Splitter
19314         * XplatUIWin32.cs(DrawReversibleLine): Now also considers
19315           any captions and borders when generating screen coordinates
19316         * Splitter.cs: Reimplemented control, now fully complete, uses
19317           rubberband drawing, supports and obeys all properties, has
19318           proper cursors
19319
19320 2005-10-13  Miguel de Icaza  <miguel@novell.com>
19321
19322         * Form.cs (Form): Setup default values for autoscale and
19323         autoscale_base_size;  Make these instance variables, not static
19324         variables. 
19325
19326         (OnLoad): on the first load, adjust the size of the form.
19327
19328 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
19329
19330         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added 
19331           width argument to DrawReversibleRectangle()
19332         * XplatUIWin32.cs, XplatUIX11.cs: 
19333           - Implemented width for DrawReversibleRectangle()
19334           - Added logic to DrawReversibleRectangle that recognizes a zero
19335             width or height and only draws a line in that situation
19336         
19337 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com> 
19338
19339         * XplatUI.cs, XplatUIDriver.cs: Added GetAutoScaleSize()
19340         * XplatUIOSX.cs: Stubbed GetAutoScaleSize() method
19341         * XplatUIWin32.cs, XplatUIX11.cs: Implemented GetAutoScaleSize()
19342           method (it uses our FosterParent window to get a graphics context)
19343
19344 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com>
19345
19346         * XplatUI.cs, XplatUIDriver.cs: Removed EraseWindowBackground 
19347           and SetWindowBackground methods
19348         * Control.cs:
19349           - Setting proper ControlStyles
19350           - We no longer call XplatUI.SetWindowBackground and XplatUI.
19351             EraseWindowBackground, instead we draw the window background
19352             ourselves in PaintControlBackground. This behaviour is
19353             required to match MS, where, when OnPaintBackground is not
19354             called, the background is not drawn.
19355           - Removed unneeded Refresh() in set_Text
19356         * Hwnd.cs: Dropped the ErasePending support. No longer needed
19357         * XplatUIX11.cs:
19358           - Created DeriveStyles method to translate from CreateParams to
19359             FormBorderStyle and TitleStyle, also handles BorderStyle (which
19360             matches FormBorderStyle enum values)
19361           - Consolidated SetHwndStyles and CalculateWindowRect border/title
19362             style calculations into single DeriveStyles method
19363           - Fixed CreateWindow to (finally) use Gravity. This prevents X11
19364             from redrawing the whole window on any resize or expose.
19365           - Fixed CreateWindow usage of SetWindowValuemask. Before not
19366             all styles were applied to our whole/client window appropriately
19367           - Removed EraseWindowBackground() and SetWindowBackground() methods
19368           - Removed handling of WM_ERASEBKGND message from DefWndProc, we
19369             no longer clear/redraw the background through X
19370           - Removed handling of erase_pending bit, we have no use for it (or
19371             so it seems)
19372         * XplatUIOSX.cs:
19373           - Removed generation and handling of WM_ERASEBKGND message
19374           - Removed EraseWindowBackground() and SetWindowBackground() methods
19375           - Removed handling of hwnd.ErasePending flag
19376         * XplatUIWin32.cs:
19377           - Removed EraseWindowBackground() and SetWindowBackground() methods
19378           - We no longer call EraseWindowBackground on PaintEventStart, we 
19379             ignore the fErase flag, erasing is handled in Control in the
19380             background handler
19381         * Button.cs, GroupBox.cs, Label.cs, CheckBox.cs, ProgressBar.cs,
19382           LinkLabel.cs, ListControl.cs, TabPage.cs, UpDownBase.cs,
19383           TextBoxBase.cs, TextBox.cs, ListView.cs, ButtonBase.cs, 
19384           CheckedListBox.cs, MdiClient.cs, Panel.cs, DataGrid.cs, 
19385           DataGridTextBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, 
19386           TabControl.cs, ScrollableControl.cs, ToolBar.cs, PictureBox.cs,
19387           DateTimePicker.cs, StatusBar.cs, MonthCalendar.cs: Setting proper ControlStyles
19388
19389 2005-10-12  Jonathan Chambers <jonathan.chambers@ansys.com>
19390
19391         * PropertyGrids.cs: Get sub properties
19392         * PropertyGridView.cs: Fix drawing code
19393
19394 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
19395
19396         * ListBox.cs: Fixes 76383
19397
19398 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
19399
19400         * DataGridTextBoxColumn.cs: Sets location and size before attachment
19401         * ThemeWin32Classic.cs: Fixes border drawing and calculations
19402         * DataGridDrawingLogic.cs: Fixes border drawing and calculations
19403
19404
19405 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
19406
19407         * ComboBox.cs: Fixes border drawing
19408
19409 2005-10-10  Miguel de Icaza  <miguel@novell.com>
19410
19411         * MimeIcon.cs: Ignore errors if the file can not be read.
19412
19413 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
19414
19415         * Theme.cs, ThemeWin32Classic.cs, ListBox.cs:
19416          - Fixed border calculations
19417          - Fixed horizontal scrolling in single column listboxes
19418          - Fixed drawing issues
19419
19420 2005-10-10  Peter Dennis Bartok  <pbartok@novell.com>
19421
19422         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched from BorderStyle to 
19423           FormBorderStyle enum
19424         * XplatUIX11.cs: Switched BorderStyle to FormBorderStyle, added 
19425           code to determine FormBorderStyles from CreateParams
19426         * Form.cs:
19427           - Fixed bug where we'd set the wrong window styles if we were
19428             not creating an MDI window
19429           - Added call to XplatUI.SetBorderStyle when form borders are set
19430         * Control.cs: Casting BorderStyles to accommodate changed XplatUI APIs
19431         * Hwnd.cs:
19432           - Removed obsolete edge style
19433           - Switched from BorderStyle to FormBorderStyle
19434         
19435 2005-10-10  Jackson Harper  <jackson@ximian.com>
19436
19437         * Form.cs: Use the property to get the window handle instead of
19438         accessing it directly. Prevents a null reference exception.
19439
19440 2005-10-10  Jackson Harper  <jackson@ximian.com>
19441
19442         * TreeView.cs: Don't adjust the rect given to DrawString now that
19443         our libgdiplus draws correctly.
19444
19445 2005-10-08  Jackson Harper  <jackson@ximian.com>
19446
19447         * TreeView.cs: Don't try to find the clicked on node if there are
19448         no nodes in the tree.
19449
19450 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
19451
19452         * RichTextBox.cs:
19453
19454           restore
19455
19456 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
19457
19458         * ImageListStreamer.cs, TreeView.cs, UpDownBase.cs, RichTextBox.cs,
19459           ColorDialog.cs, TextControl.cs, Panel.cs, MdiChildContext.cs,
19460           ErrorProvider.cs:
19461           Use ResPool for brushes and dispose System.Drawing objects that
19462           are not used anymore.
19463
19464 2005-10-07  Jackson Harper  <jackson@ximian.com>
19465
19466         * MdiChildContext.cs: Use the new borders instead of drawing them
19467         ourselves.
19468
19469 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
19470
19471         * Calling UpdateBounds after changing the window's BorderStyle 
19472         since the style can change the ClientSize
19473
19474 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
19475
19476         * Control.cs: Made PaintControlBackground virtual
19477         * Panel.cs: Overriding PaintControlBackground instead of using paint
19478           event; paint event method was interfering with 'real' users of the
19479           event.
19480
19481 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
19482
19483         * ThemeWin32Classic.cs: remove border drawing since it is handled
19484         by the base control class now and was causing double border drawing.
19485
19486 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
19487
19488         * Panel.cs: Redraw our background on paint. Not a pretty solution,
19489           but it does seem to match MS behaviour. This fixes bug #75324
19490
19491 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
19492
19493         * XplatUIX11.cs: A better DrawReversibleRectangle version, however
19494           somewhat hackish looking
19495
19496 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
19497
19498         * TextBoxBase.cs:
19499           - We now accept Enter even if AcceptEnter is false, if the containing
19500             form does not have an AcceptButton configured (fixes bug #76355)
19501           - Calculations are now fixed to no longer use Width/Height, but
19502             ClientSize.Width/Height, since we now support borders (this was
19503             a result of fixing borders and therefore bug #76166)
19504           - We no longer show the horizontal scrollbar if TextBox.WordWrap is 
19505             true (fixes bug #76354)
19506         
19507 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
19508
19509         * Control.cs: 
19510           - Defaulting BorderStyle and setting it in XplatUI when our window 
19511             is created
19512           - Added enum check to InternalBorderStyle setter
19513         * XplatUIX11.cs: 
19514           - Added drawing of window borders
19515           - Now properly calculates WM decorations offset for toplevel 
19516             windows (fixes bug #74763)
19517         * XplatUIWin32.cs: 
19518           - Implemented BorderStyles for windows (we're letting win32 draw 
19519             the border for us)
19520           - Fixed the signature for SetWindowLong
19521         * PictureBox.cs, DataGrid.cs, TextBoxBase.cs, ToolBar.cs, Panel.cs,
19522           ListBox.cs, Label.cs: Now uses Control.InternalBorderStyle for 
19523           setting borders
19524         * UpDownBase.cs: Remove drawing of borders, this is handled by
19525           the driver, outside the client area
19526         * ListView.cs: Removed bogus border calculations. The control should
19527           be oblivious to borders, since those are not part of the client
19528           area. 
19529         * X11DesktopColors.cs: Commented out (currently) unneeded variables
19530         * ThemeWin32Classic.cs: Removed border calculations from ListView 
19531           drawing code
19532
19533 2005-10-06  Jackson Harper  <jackson@ximian.com>
19534
19535         * MdiChildContext.cs: Clear out the old virtual position remove
19536         all the unneeded calls to CreateGraphics.
19537
19538 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
19539
19540         * TextControl.cs: Use proper color for highlighted text; fixes #76350
19541
19542 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
19543
19544         * Form.cs: 
19545           - Added loading and setting of our new default icon
19546           - Only set icon if window is already created
19547
19548 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
19549
19550         * Label.cs:
19551           - Do not explicitly set the foreground and background colors, to
19552             allow inheriting from parents (fixes #76302)
19553           - Use Control's InternalBorderStyle property to deal with borders
19554
19555 2005-10-06  Jackson Harper  <jackson@ximian.com>
19556
19557         * MdiChildContext.cs: Use the new xplatui function to draw a
19558         reversible rect.
19559
19560 2005-10-06  Jackson Harper  <jackson@ximian.com>
19561
19562         * Form.cs: Add the parent before creating the child context cause
19563         we need the parent when setting up the child.
19564
19565 2005-10-06  Jackson Harper  <jackson@ximian.com>
19566
19567         * FolderBrowserDialog.cs: redo the tree population code so a
19568         second thread isn't used. Should be a lot faster and more stable
19569         now.
19570
19571 2005-10-05  Jackson Harper  <jackson@ximian.com>
19572
19573         * TreeView.cs: There are no expand/collapse boxes if the node has
19574         no children.
19575
19576 2005-10-05  Jackson Harper  <jackson@ximian.com>
19577
19578         * X11DesktopColors.cs: Get menu colours for the gtk theme.
19579
19580 2005-10-05  Alexander Olk  <alex.olk@googlemail.com>
19581
19582         * FileDialog.cs: Fix InitialDirectory
19583
19584 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
19585
19586         * ComboBox.cs:
19587                 - Fixes changing between styles
19588                 - Fixes simple mode
19589                 - Fixes last item crashing when navigating with keyboard
19590
19591 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
19592
19593         * LinkLabel.cs: Related to 76045. Stops the LinkLabel been drawn as a Label
19594
19595 2005-10-05  Jackson Harper  <jackson@ximian.com>
19596
19597         * TreeView.cs: If updating the root node do a full refresh.
19598         * TreeNode.cs: The root node should be expanded by default. Also
19599         added a utility prop to tell if we are the root node.
19600         * TreeNodeCollection.cs: Only refresh if the node we are being
19601         added to is expanded. Also added a comment on a potential
19602         optimization.
19603         
19604 2005-10-04  Peter Dennis Bartok  <pbartok@novell.com>
19605
19606         * Cursor.cs, Hwnd.cs: Added call to GC.SuppressFinalize() 
19607           in dispose method. Fixes #76330
19608
19609 2005-10-04  Jordi Mas i Hernandez <jordi@ximian.com>
19610
19611         * ListView.cs, ThemeWin32Classic.cs, ListViewItem.cs:
19612
19613                 - Implements vertical and horizontal scrolling using XplatUI
19614                 - Fixes keyboard navagation
19615                 - Fixes EnsureVisible
19616                 - Drawing fixes
19617                 - Handles and draws focus properly
19618
19619
19620 2005-10-04  Kornél Pál  <kornelpal@hotmail.com>
19621
19622         * ImageList.cs: Use upper case initials for internal fields. ImageStream:
19623           Create handle. NET_2_0: Destroy handle when value is null.
19624
19625 2005-10-03  Jackson Harper  <jackson@ximian.com>
19626
19627         * ScrollBar.cs: My last scrollbar patch was broken. This is a
19628         revert and a new patch to prevent the thumb from refreshing so
19629         much.
19630
19631 2005-10-02  Jackson Harper  <jackson@ximian.com>
19632
19633         * ScrollBar.cs: Don't update position if it hasn't actually
19634         changed. This occurs when you hold down the increment/decrement
19635         buttons and the thumb gets to the max/min.
19636
19637 2005-10-01  Jackson Harper  <jackson@ximian.com>
19638
19639         * Form.cs:
19640         * MdiChildContext.cs:
19641         * MdiClient.cs: Implement ActiveMdiChild in Form.
19642
19643 2005-10-01  Jordi Mas i Hernandez <jordi@ximian.com>
19644
19645         * ComboBox.cs: Include ComboBoxEdit flag for the edit item
19646
19647 2005-10-01  Peter Dennis Bartok  <pbartok@novell.com>
19648
19649         * X11DesktopColors.cs: Bow out gracefully if the Gtk libs cannot
19650           be found
19651
19652 2005-09-30  Jackson Harper  <jackson@ximian.com>
19653
19654         * ListBox.cs: Don't do a full refresh unless some data has
19655         actually changed.
19656
19657 2005-09-30  Jackson Harper  <jackson@ximian.com>
19658
19659         * TreeView.cs: Make sure that the checkboxes size is factored in
19660         even when not visible.
19661
19662 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
19663
19664         * FileDialog.cs: Fix Jordi's build break
19665
19666 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
19667
19668         * FileDialog.cs: 
19669                 - Use standard the Windows colours for the combobox as espected
19670                 - Dispose objects that use resouces when no longer need them
19671
19672 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
19673
19674         * X11DesktopColors.cs: Initial incomplete implementation
19675         * XplatUIX11.cs: Added call to initialize X11DesktopColors
19676
19677 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com>
19678
19679         * Theme.cs: 
19680           - Switched Theme color names to match the names defined in 
19681             System.Drawing.KnownColors. Life's hard enough, no need to make 
19682             it harder.
19683           - Added setters to all theme color properties so themes can set
19684             their color schemes. The setters also propagate the color changes
19685             to System.Drawing.KnownColors via reflection
19686         * ControlPaint.cs,  Label.cs, TextControl.cs, ToolTip.cs, ThemeNice.cs,
19687           ComboBox.cs, MdiChildContext.cs, TextBoxBase.cs, DateTimePicker.cs
19688           DataGridColumnStyle.cs, MonthCalendar.cs, TreeView.cs: Updated to
19689           use the new, more logical theme color names
19690         * XplatUIWin32.cs: Updated the GetSysColorIndex enum to include new
19691           post-NT colors
19692         * ThemeWin32Classic.cs:
19693           - Removed code to set the old classic Windows colors. Instead it
19694             now relies on the colors returned by System.Drawing.KnownColors
19695             which will be either modern static colors (Unix) or colors
19696             read from the user's configuration (Win32)
19697           - Updated to use the new, more logical theme color names
19698           - Switched DataGrid drawing code to use only Theme colors instead of
19699             a mix of System.Drawing.KnownColors and Theme colors
19700           - DrawFrameControl(): Removed code that fills the button area, the
19701             fill would overwrite any previous fill done by a control. This
19702             fixes bug #75338 
19703           - Added DrawReversibleRectangle() stub
19704         * ScrollableControl.cs: Set visible state to false when scrollbars
19705           are removed (pdn fix)
19706         * XplatUI.cs, XplatUIOSX.cs, XplatUIDriver.cs: Added 
19707           DrawReversibleRectangle() method to allow drawing primitive 
19708           'rubber bands'
19709         * XplatUIX11.cs: Implemented DrawReversibleRectangle()
19710
19711 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
19712
19713         * ImageList.cs: Add(Icon): Create handle.
19714
19715 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
19716
19717         * ListView.cs:
19718         * ThemeWin32Classic.cs:
19719                 - Fixes detail mode
19720                 - Sets clippings
19721                 - Issues with drawing
19722
19723 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
19724
19725         * ImageList.cs: Moved RecreateHandle back to ImageList as event
19726           source has to be the ImageList.
19727
19728 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
19729
19730         * ImageList.cs: Add(Icon): Use Graphics.DrawIcon instead of Icon.ToBitmap.
19731
19732 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
19733
19734         * ImageList.cs: ReduceColorDepth: Clean up pointer operations.
19735
19736 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
19737
19738         * ImageList.cs: ImageCollection: Removed owner field as it is no more used.
19739
19740 2005-09-29  Jonathan Chambers <jonathan.chambers@ansys.com>
19741         * GridItem.cs: Fixed TODOs
19742         * GridItemCollection.cs: Added ICollection interface
19743
19744 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
19745
19746         * ImageList.cs: Resize icons when needed.
19747
19748 2005-09-29  Jordi Mas i Hernandez <jordi@ximian.com>
19749
19750         * ListViewItem.cs
19751                 - Fixes GetBounds and returns on screen rects
19752         * ListView.cs:
19753                 - Fixes vertical and horzintal scrolling of items
19754         * ThemeWin32Classic.cs:
19755                 - Fixes drawing
19756                 
19757 2005-09-29  Raja R Harinath  <harinath@gmail.com>
19758
19759         * ImageList.cs (ImageStream) [NET_2_0]: Reflect re-factoring.
19760
19761 2005-09-29  Kornél Pál  <kornelpal@hotmail.com>
19762
19763         * ImageList.cs: Added comments about handle creation. Moved Handle,
19764           HandleCreated and OnRecreateHandle implementations to ImageCollection.
19765           Handle is created in Add methods.
19766
19767 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
19768          
19769         * DataGridDrawingLogic.cs: 
19770                 - Takes rows into account on Colum calculations
19771                 - Returns the column when clickig
19772         * DataGrid.cs:
19773                 - Fixes default HitTestInfo values
19774                 - Fixes HitTestInfo.ToString
19775                 - Fixes ResetBackColor          
19776         
19777 2005-09-28  Jackson Harper  <jackson@ximian.com>
19778
19779         * MdiChildContext.cs: Obey rules for fixed sized windows (no
19780         sizing or cursor changes). Also added some temp code to draw the
19781         titlebars text (Makes dev a little easier).
19782
19783 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
19784
19785         * ImageList.cs: AddStrip: Throw ArgumentException when Image is not a Bitmap.
19786
19787 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
19788          
19789         * ListBox.cs: Fixes bug 76253
19790
19791 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
19792
19793         * ImageList.cs: Added comments about the current implementation. Added
19794           ReduceColorDepth, IndexedColorDepths and GetNearestColor to can use
19795           Format32bppArgb to preserve transparency and can use Graphics.FromImage
19796           while using the specified ColorDepth. ReduceColorDepth uses unsafe code
19797           with Bitmap.LockBits for better performance. Revised the whole file to
19798           match MS.NET behaviour and provide better performance. Non-public
19799           interface members are calling public members even when they throw
19800           NotSupportedException for better maintainability. Moved ColorDepth,
19801           ImageSize, ImageStream and TransparentColor implementations to
19802           ImageCollection for better performance as these properties are not used
19803           by ImageList.
19804         * ImageListStreamer.cs: Added a new internal constructor that takes an
19805           ImageList.ImageCollection and serializes Images based on
19806           ImageCollection.ToArray(). Renamed ImageColorDepth to ColorDepth to
19807           match ImageList property name.
19808
19809 2005-09-28  Kazuki Oikawa <kazuki@panicode.com>
19810
19811         * ListBox.cs: Fixes IndexFromPoint for last item
19812
19813 2005-09-27  Jackson Harper  <jackson@ximian.com>
19814
19815         * Form.cs: Set the position of new mdi children correctly.
19816
19817 2005-09-27  Jackson Harper  <jackson@ximian.com>
19818
19819         * MdiClient.cs: New mdi children need to be added to the back of
19820         the controls collection so the zorder is set correctly. Also add a
19821         count of all the child windows that have been created.
19822
19823 2005-09-27  Jackson Harper  <jackson@ximian.com>
19824
19825         * Form.cs (CreateParams): Setup MDI forms correctly.
19826
19827 2005-09-27  Jackson Harper  <jackson@ximian.com>
19828
19829         * MdiChildContext.cs:
19830         * MonthCalendar.cs:
19831         * UpDownBase.cs:
19832         * ListBox.cs:
19833         * ListView.cs:
19834         * TextBoxBase.cs:
19835         * TreeView.cs:
19836         * ScrollableControl.cs:
19837         * ComboBox.cs: Add implicit controls using the new implict control
19838         functionality in ControlCollection. Also try to block multiple
19839         control add in a suspend/resume layout to save some cycles.
19840         
19841 2005-09-27  Jackson Harper  <jackson@ximian.com>
19842
19843         * Control.cs: Add functionality to the controls collection to add
19844         'implicit controls' these are controls that are created by the
19845         containing control but should not be exposed to the user. Such as
19846         scrollbars in the treeview.
19847         * Form.cs: The list var of the ControlsCollection is no longer
19848         available because of the potential of implicit controls getting
19849         ignored by someone accessing the list directly.
19850
19851 2005-09-26  Peter Dennis Bartok  <pbartok@novell.com>
19852
19853         * Control.cs: Fixed SetChildIndex; it no longer causes a child to
19854           loose it's parent. (Fixed bug introduced in r49103 when we added
19855           setting the child parent to null on Remove)
19856
19857 2005-09-26  Gert Driesen  <drieseng@users.sourceforge.net>
19858
19859         * DataGridBoolColumn.cs: Marked CheckState private to fix public API.
19860         * Splitter.cs: Added missing attributes for BorderStyle property.
19861         * TextBoxBase.cs: Marked Calculate* methods internal.
19862         * TextBox.cs: Fixed DefaultValue for PasswordChar property to match
19863         MS.NET.
19864
19865 2005-09-26  Jordi Mas i Hernandez <jordi@ximian.com>
19866          
19867         * ListBox.cs: Fixes navigation to the last item in multicolumn lists
19868
19869 2005-09-25  Jackson Harper  <jackson@ximian.com>
19870
19871         * TreeView.cs: Update the node bounds correctly regardless of
19872         whether the node is visible.
19873
19874 2005-09-25  Jackson Harper  <jackson@ximian.com>
19875
19876         * ImageList.cs: Don't dispose the image after it is added to the
19877         image list. Only reformat images that need to be resized.
19878
19879 2005-09-25  Jackson Harper  <jackson@ximian.com>
19880
19881         * ImageList.cs: Don't set the format when changing the image.
19882
19883 2005-09-25  Jackson Harper  <jackson@ximian.com>
19884
19885         * TreeView.cs: We can't just assume the node has a font. Use the
19886         treeviews font if no node font is available.
19887
19888 2005-09-25  Jackson Harper  <jackson@ximian.com>
19889
19890         * TreeView.cs: Allow the scrollbars to be reset with negative
19891         values.
19892         - Don't add scrollbars to negative sized windows.
19893
19894 2005-09-23  Jackson Harper  <jackson@ximian.com>
19895
19896         * XplatUIX11.cs: Update to use Mono.Posix.Native instead of plain
19897         old Mono.Posix. Also remove some stray code that shouldn't have
19898         been committed.
19899
19900 2005-09-23  Jackson Harper  <jackson@ximian.com>
19901
19902         * TreeView.cs: Attempt at proper sizing of the horizontal
19903         scrollbar. Also don't resize the scrollbars unless they are
19904         visible.
19905
19906 2005-09-23  Jackson Harper  <jackson@ximian.com>
19907
19908         * TreeView.cs: We don't need to expand the invalid area when the
19909         selection changes, as this is all drawn in the node's bounding
19910         box. The area needs to be expanded (previous typo was contracting
19911         it) when the focus rect moves.
19912
19913 2005-09-23  Jackson Harper  <jackson@ximian.com>
19914
19915         * TreeView.cs: Display the selection box under the correct
19916         circumstances. We were rendering white text with no selection box
19917         before.
19918
19919 2005-09-23  Peter Dennis Bartok  <pbartok@novell.com>
19920
19921         * TextControl.cs(Split): Now updates selection start/end if it points 
19922           into a line that's being split. Fixes a FIXME and bug #75258
19923
19924 2005-09-23  Jackson Harper  <jackson@ximian.com>
19925
19926         * Binding.cs:
19927         * ListControl.cs: Don't use the path when retrieving binding
19928         managers from the binding context. My bat sense tells me that the
19929         path is only used on insertion.
19930
19931 2005-09-22  Jackson Harper  <jackson@ximian.com>
19932
19933         * Splitter.cs: Set the cursor an easier way. (Thanks peter).
19934
19935 2005-09-22  Jackson Harper  <jackson@ximian.com>
19936
19937         * Splitter.cs: There are special cursors used for splitting.
19938         * XplatUIX11.cs: The VSplit and HSplit cursors were backwards.
19939
19940 2005-09-22  Jackson Harper  <jackson@ximian.com>
19941
19942         * Splitter.cs: Change the cursor appropriately when the splitter
19943         is moused over, so the user actually knows there is a splitter
19944         there.
19945
19946 2005-09-22 Hisham Mardam Bey <hisham.mardambey@gmail.com>
19947
19948        * Label.cs : Fix ToString method to give same output as MS.NET
19949
19950 2005-09-22  Jackson Harper  <jackson@ximian.com>
19951
19952         * TreeView.cs: Create the scrollbars when the handle is created
19953         and add them right away, just make them invisble. Also account for
19954         the window being shrunk vertically to the point that the vert
19955         scrollbar needs to be added.
19956         - Remove some 0.5 adjustments to get around anti aliasing issues.
19957         
19958 2005-09-22  Jordi Mas i Hernandez <jordi@ximian.com>
19959          
19960         * MainMenu.cs: Fixes default value
19961         * MenuItem.cs: Fixes default value
19962
19963 2005-09-22  Kazuki Oikawa  <kazuki@panicode.com>
19964
19965         * AsyncMethodResult.cs: Fixes Control.Invoke is blocked infinitely.
19966
19967 2005-09-21  Jackson Harper  <jackson@ximian.com>
19968
19969         * Control.cs: Don't try to set the border style on the window if
19970         it hasn't been created. When the window is created the border
19971         style will be used.
19972
19973 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
19974
19975         * Control.cs (Update): Don't call XplatUI if we don't have a
19976           window handle yet
19977
19978 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
19979
19980         * ContainerControl.cs: Instead of throwing an exception, print
19981           a one-time warning about Validate not being implemented
19982         * XplatUIWin32.cs: Removed debug output
19983
19984 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
19985
19986         * Control.cs: Only set XplatUI background if we expect the windowing
19987           system to handle the background. This stops controls that draw their
19988           own background from flickering
19989
19990         * XplatUIX11.cs: Support custom visuals and colormaps for window 
19991           creation. This allows, amongst other things, using MWF X11 windows 
19992           with OpenGL.
19993
19994 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
19995
19996         * OpenFileDialog.cs, ContentsResizedEventArgs.cs, LibSupport.cs, GridItem.cs,
19997           CursorConverter.cs, SplitterEventHandler.cs, PropertyGridTextBox.cs,
19998           GridTablesFactory.cs, MethodInvoker.cs, AccessibleEvents.cs,
19999           SplitterEventArgs.cs, XplatUI.cs, Mime.cs, PropertySort.cs,
20000           TreeViewCancelEventHandler.cs, Form.cs, PropertyGridCommands.cs,
20001           IDataGridEditingService.cs, DateBoldEventHandler.cs, Label.cs,
20002           KeyboardLayouts.cs, TextControl.cs, ProgressBar.cs, ToolTip.cs,
20003           RadioButton.cs, OSFeature.cs, LinkLabel.cs, ColorDialog.cs,
20004           ThemeNice.cs, ErrorIconAlignment.cs, TreeNode.cs, MimeGenerated.cs,
20005           ComboBox.cs, DataGridTextBoxColumn.cs, ArrangeStartingPosition.cs,
20006           GridColumnStylesCollection.cs, 
20007           IDataGridColumnStyleEditingNotificationService.cs,
20008           PropertyGrid.cs, IFeatureSupport.cs, ICommandExecutor.cs,
20009           MdiLayout.cs, GridEntry.cs, ControlBindingsCollection.cs,
20010           GridTableStylesCollection.cs, TreeViewCancelEventArgs.cs, 
20011           TreeNodeCollection.cs, AmbientProperties.cs, 
20012           RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
20013           DataObject.cs, ErrorProvider.cs, Splitter.cs,
20014           DataGridLineStyle.cs, Shortcut.cs, Control.cs,
20015           FontDialog.cs, SecurityIDType.cs, GridItemType.cs,
20016           BindingMemberInfo.cs, DataGridCell.cs, MdiChildContext.cs,
20017           IRootGridEntry.cs, PropertyGridView.cs, DataGridParentRowsLabelStyle.cs,
20018           FolderBrowserDialog.cs, OpacityConverter.cs, HelpProvider.cs,
20019           IComponentEditorPageSite.cs, DataGridTableStyle.cs, NavigateEventArgs.cs,
20020           NotifyIcon.cs, ContentsResizedEventHandler.cs, MenuItem.cs,
20021           PropertyTabChangedEventHandler.cs, TextBoxBase.cs, OpenTreeNodeEnumerator.cs,
20022           SelectionMode.cs, TextBox.cs, ListBindingConverter.cs,
20023           FileDialog.cs, KeysConverter.cs, DomainUpDown.cs,
20024           DataFormats.cs, SaveFileDialog.cs, GridItemCollection.cs,
20025           ArrangeDirection.cs, FeatureSupport.cs, SelectionRangeConverter.cs,
20026           RichTextBoxScrollBars.cs, NodeLabelEditEventHandler.cs, TreeNodeConverter.cs,
20027           MimeIcon.cs, X11Structs.cs, PropertyGridEntry.cs,
20028           ImageList.cs, ThemeWin32Classic.cs, X11Keyboard.cs,
20029           CheckedListBox.cs, HelpNavigator.cs, DateTimePickerFormat.cs,
20030           MdiClient.cs, DataGridDrawingLogic.cs, DataGridBoolColumn.cs,
20031           NodeLabelEditEventArgs.cs, Screen.cs, PropertyManager.cs,
20032           ComponentModel.cs, PropertiesTab.cs, CurrencyManager.cs,
20033           SizeGrip.cs, DateBoldEventArgs.cs, X11Dnd.cs, Panel.cs,
20034           Hwnd.cs, OSXStructs.cs, DrawMode.cs, XplatUIDriver.cs,
20035           RichTextBox.cs, PropertyTabChangedEventArgs.cs, CommonDialog.cs,
20036           DataGrid.cs, XplatUIX11.cs, RichTextBoxStreamType.cs, Win32DnD.cs,
20037           ErrorBlinkStyle.cs, TreeViewEventHandler.cs,
20038           PropertyValueChangedEventHandler.cs, IFileReaderService.cs,
20039           DataGridTextBox.cs, SelectedGridItemChangedEventArgs.cs, ScrollBar.cs,
20040           ListBox.cs, TreeViewAction.cs, Help.cs, TrackBar.cs,
20041           AxHost.cs, PropertyValueChangedEventArgs.cs, XplatUIOSX.cs,
20042           RichTextBoxFinds.cs, UpDownEventArgs.cs, Cursors.cs,
20043           CategoryGridEntry.cs, RichTextBoxWordPunctuations.cs, DataGridColumnStyle.cs,
20044           SelectedGridItemChangedEventHandler.cs, DateTimePicker.cs, NavigateEventHandler.cs,
20045           Clipboard.cs, UpDownEventHandler.cs, MonthCalendar.cs,
20046           SendKeys.cs, DataGridPreferredColumnWidthTypeConverter.cs, TreeView.cs,
20047           ThreadExceptionDialog.cs, ImageListConverter.cs, XplatUIWin32.cs,
20048           TreeViewEventArgs.cs: Fixed whitespace and set eol-style:native attribute
20049
20050 2005-09-21  Jackson Harper  <jackson@ximian.com>
20051
20052         * TreeNode.cs: Call Before/After Expand not Collapse when
20053         expanding.
20054
20055 2005-09-20  Jackson Harper  <jackson@ximian.com>
20056         
20057         * XplatUIX11.cs: Use the more hand looking hand (in most themes).
20058
20059 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
20060          
20061         * ListViewItem.cs:
20062                 - Fixes bug 76120
20063                 - Fixes proper storing of subitems
20064                 - Fixes not updated items
20065
20066 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com>
20067
20068         * Control.cs, TextBoxBase.cs, TextControl.cs: Don't do certain
20069           things if our window handle isn't created yet. Also disabled 
20070           debug for TextBoxBase
20071
20072 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com> 
20073
20074         * MenuAPI.cs: Remove filtering of events to allow menu usage
20075
20076 2005-09-20  Miguel de Icaza  <miguel@novell.com>
20077
20078         * Cursor.cs: Allow null to be passed to Cursor.Current.
20079
20080 2005-09-20  Alexander Olk  <alex.olk@googlemail.com>
20081
20082         * ThemeWin32Classic.cs:
20083           - Change some private methods/fields to protected virtual so that 
20084             they can be accessed and overriden in derived classes
20085           - First refactoring of some methods. Derived themes now don't 
20086             need to duplicate the complete code from ThemeWin32Classic
20087         * ThemeNice.cs:
20088           - Added nice StatusBar
20089           - Derive from ThemeWin32Classic and not Theme
20090           - Removed duplicate ThemeWin32Classic code
20091
20092 2005-09-20  Miguel de Icaza  <miguel@novell.com>
20093
20094         * Control.cs (ControlCollection.Add): If the value null is passed
20095         the control is ignored. 
20096
20097         Optimize this loop.
20098
20099 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com> 
20100
20101         * MenuAPI.cs: Replaced Application.Run() with a loop that tracks
20102           PostQuitMessage state.
20103         * XplatUIWin32.cs: Removed bogus PostQuitMessage P/Invoke with HWND arg
20104
20105 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com>
20106
20107         * Application.cs: Our constructor will never get called, move 
20108           initialization to fields; fixes bug #75933
20109
20110 2005-09-19 Hisham Mardam Bey <hisham.mardambey@gmail.com>
20111
20112         * FileDialog.cs :
20113                 - Allow files to be selected properly using file name
20114                 combo box.
20115                 - Add ability to change diretory (absolute / relative)
20116                 using file name combo box.
20117
20118 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
20119          
20120         * ListBox.cs: 
20121                 - Fixes Multicolumn listboxes item wrong calculations
20122                 - Allows to click when only one item is in the listbox
20123                 - Fixes crash when no items using keyboard navigation
20124
20125 2005-09-16  Alexander Olk  <alex.olk@googlemail.com>
20126
20127         * ComboBox.cs: Reverted almost everything from the latest patch which
20128           broke ComboBox
20129
20130 2005-09-16  Kazuki Oikawa <kazuki@panicode.com>
20131         
20132         * ToolTip.cs:
20133                 - Fixed #Mtd2 of ToolTipTest.RemoveToolTipTest.
20134         * ComboBox.cs:
20135                 - When DropDownStyle is Simple, it does not show scrollbar 
20136                 to the last item of the list.
20137                 - When DropDownStyle is Simple, it crashed when the list was 
20138                 scrolled down with the down cursor key.
20139                 - Fixed a bug that when DropDownStyle is DropDownList, the 
20140                 selected item was not shown.
20141                 - The position of the selected item was not preserved when 
20142                 the next dropdown happened.
20143         * ThemeWin32Classic.cs:
20144                 - Items were wrapped at the right end.
20145         * CheckedListBox.cs:
20146                 - Fixed Add method
20147         * ListBox.cs:
20148                 - Items should be fully shown.
20149                 - When resizing and vertical scrollbar disappeared, the item 
20150                 of index 0 should be on the top of the list.
20151                 - GetItemRectangle should consider the size of ver. scrollbar
20152         * StatusBar.cs:
20153                 - SizingGrip area should not be allocated when it is not 
20154                 displayed.
20155                 - Now it reflects MinWidth of the containing panel and 
20156                 fixed a crash that happens when its width becomes so small.
20157
20158 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
20159
20160         * CheckedListBox.cs: Fixes bug 76028
20161         * ListBox.cs: Fixes bug 76028
20162
20163 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
20164
20165         * ThemeWin32Classic.cs: Sets clipping on DataGridPaintRowsHeaders
20166         * DataGridDrawingLogic.cs: fixes issues with Datagrid drawing
20167
20168 2005-09-12  Jordi Mas i Hernandez <jordi@ximian.com>
20169
20170         * XplatUIX11.cs: fixes System.NullReferenceException in some situations
20171
20172 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
20173
20174         * IRootGridEntry.cs: Changed namespace to PropertyGridInternal 
20175
20176 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
20177
20178         * IRootGridEntry.cs: Added
20179         * PropertyGridCommands.cs: Added
20180         * PropertiesTab.cs: Added missing methods and property
20181         * PropertyGridView.cs: Made class internal
20182         * PropertyGridTextBox.cs: Made class internal
20183
20184 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
20185
20186         * MimeIcon.cs: Try to check some other environment variables
20187           if "DESKTOP_SESSION" returns "default"
20188
20189 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
20190
20191         * ThemeNice.cs: Corrected background colors (e.g. menus)
20192         * ColorDialog.cs: Use correct background colors for controls
20193
20194 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
20195
20196         * ThemeNice.cs: Merged r49535 from ThemeWin32Classic
20197
20198 2005-09-08  Peter Dennis Bartok  <pbartok@novell.com>
20199
20200         * RichTextBox.cs: Added initial implementation
20201         * lang.cs: Removed. Was accidentally checked in long time ago
20202         * TODO: Removed. Contents were obsolete
20203
20204 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
20205                                                                                 
20206         * PropertiesTab.cs : Added
20207
20208 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
20209                                                                                 
20210         * PropertyGrid.cs : Update
20211         * PropertyGridView.cs : Update
20212         * System.Windows.Forms.resx : Added images and strings
20213
20214 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com> 
20215
20216         * ThemeNice.cs: Do not dispose Pens retrieved from ResPool
20217  
20218 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com>
20219
20220         * XplatUIX11.cs: Force a flush after Ungrab; if case the app enters
20221           a busy loop right after the Ungrab the X11 display is otherwise 
20222           blocked
20223
20224 2005-09-06  Jordi Mas i Hernandez <jordi@ximian.com>
20225
20226         * ThemeWin32Classic.cs: Optimise the use of clipping
20227
20228 2005-09-05  Jordi Mas i Hernandez <jordi@ximian.com>
20229
20230         * DataGrid.cs: fixes recursion bug
20231
20232 2005-09-03  Alexander Olk  <alex.olk@googlemail.com>
20233
20234         * ThemeNice.cs: 
20235           - Draw RadioButton and CheckBox Buttons with DrawButtonBase
20236           - Cleanup
20237
20238 2005-09-02  Alexander Olk  <alex.olk@googlemail.com>
20239
20240         * ThemeNice.cs: Draw nice ProgressBars
20241
20242 2005-09-01  Miguel de Icaza  <miguel@novell.com>
20243
20244         * VScrollBar.cs: Another buglet found by Aaron's tool. 
20245
20246         * ProgressBar.cs: Fix three recursive bugs found by Aaron Tomb's
20247         bug finder.
20248
20249 2005-08-30  Alexander Olk  <alex.olk@googlemail.com>
20250
20251         * ThemeNice.cs:
20252           - Added nicer menu drawing
20253           - Updated DrawTab
20254           - some refactoring
20255
20256 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
20257
20258         * CreateParams.cs (ToString): Made output match MS
20259         * Control.cs (Text): Don't set Text or Focus via XplatUI unless 
20260             handle is already created (to avoid forcing window creation)
20261         * XplatUIX11.cs: Set window text to caption after creating window,
20262           in case Text was set before window was created
20263         * Form.cs: Use this.Text instead of a static string as caption
20264
20265 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
20266
20267         * NotifyIcon.cs: Don't set the window to visible; this screws
20268           up Win32 (causes WM_NCPAINT to be sent on Win32, which calls
20269           OnPaint without a bitmap)
20270         * XplatUIX11.cs: Removed Visible optimization in AddExpose; doesn't 
20271           happen very often anyway; we could add the check to the WM_PAINT 
20272           event generation code
20273
20274 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
20275
20276         * NotifyIcon.cs: Fill the icon area with a background color, to 
20277           avoid 'residue' when transparent icons are drawn
20278         * XplatUIX11.cs:
20279           - Handle whole_window == client_window when destroying windows
20280           - SystrayAdd(): Set client_window to whole_window value to
20281             get mouse and other events passed to NotifyIcon
20282
20283 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
20284
20285         * Form.cs: Set proper default for Opacity property
20286         * NotifyIcon.cs:
20287           - ShowSystray(): Don't bother creating telling the OS
20288             about the systray item if no icon is provided
20289           - Now handles WM_NCPAINT message to deal with whole/client window
20290             split
20291           - Create window as visible to not get caught by Expose optimization
20292         * Hwnd.cs: Removed debug message
20293         * ComboBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, TabControl.cs,
20294           StatusBar.cs, TreeView.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched 
20295             PaintEventStart/End to use new client argument
20296         * TextBoxBase.cs:
20297           - Commented out debug messages
20298           - Switched PaintEventStart/End to use new client argument
20299         * XplatUI.cs: Added client window bool to PaintEventStart()/
20300           PaintEventEnd() calls, to support drawing in non-client areas
20301         * XplatUIDriver.cs: 
20302           - Added client window bool to PaintEventStart()/PaintEventEnd() 
20303             calls, to support drawing in non-client areas
20304           - Added conditional compile to allow using MWF BeginInvoke 
20305             on MS runtime
20306         * XplatUIX11.cs:
20307           - Added some conditional debug output
20308           - Fixed SystrayAdd() method to support new (for SystrayAdd, anyway)
20309             whole/client window split
20310           - Implemented handling of client argument to PaintEventStart()/End()
20311         * Control.cs:
20312           - Throw exception if BeginInvoke() is called and the window handle
20313             or one of the window's parent handles is not created
20314           - Added conditional compile to allow using MWF BeginInvoke on
20315             MS runtime
20316           - get_Parent(): Only sets parent if handle is created. This avoids
20317             forcing window handle creation when parent is set.
20318           - Now fires Layout and Parent changed events in proper order
20319           - Switched to use Handle instead of window.Handle for Z-Order setting,
20320             the get_Parent() patch above causes us to possibly get null for 'window'
20321           - Implemented handling of client argument to PaintEventStart()/End()
20322           - Now reports back to windows that WM_SETCURSOR was handled (to avoid
20323             default handling)
20324           - Now sends a Refresh() to all child windows when Refresh() is called
20325
20326 2005-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
20327
20328         * Form.cs: Added (non-functional) Opacity property
20329         * XplatUIWin32.cs (SystrayAdd): Removed bogus line of code
20330
20331 2005-08-29  Alexander Olk  <xenomorph2@onlinehome.de>
20332         * ThemeNice.cs: New theme for MWF, based on ThemWin32Classic
20333           use export MONO_THEME=nice to activate it.
20334           Currently supported controls:
20335           - Button
20336           - ComboBox
20337           - ScrollBar
20338           - TabControl (TabAlignment.Top only, other will follow)
20339         * ThemeEngine.cs: Add theme nice
20340         * ButtonBase.cs: Redraw button on MouseEnter and MouseLeave everytime,
20341           if enabled
20342
20343 2005-08-25  Jonathan Chambers  <jonathan.chambers@ansys.com> 
20344
20345         * Splitter.cs: Resize docked control and its neighbor.
20346
20347 2005-08-24  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
20348         -- Making Windows with Menus layout correctly --
20349         * Form.cs : The first leg of the fix
20350                 Menu setter - adjust Client Size as needed to make space for the menu
20351                 SetClientSizeCore - doesn't call base version to be able to pass the 
20352                         menu handle to XplatUI.CalculateWindowRect
20353         * Hwnd.cs: Fix for menu_height, now gets from MenuAPI.MENU
20354         * XplatUIX11.cs: The critical second leg of the fix
20355                 GetWindowPos needs to use a recalculated client_rect
20356                 so that resizing the window doesn't break layout of child controls. 
20357                 Also a more complete rule to avoid X Server roundtrips in SetWindowPos
20358                 Lots of \t\n killed
20359
20360 2005-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
20361
20362         * Label.cs: Now properly recalculates width and height on Font and Text
20363           changes if AutoSize is set
20364
20365 2005-08-19  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
20366         * TreeView.cs : Revamped drawing logic, and support for FullRowSelect
20367
20368 2005-08-19  Jordi Mas i Hernandez <jordi@ximian.com>
20369
20370         * ImageList.cs: Makes ToString method compatible with MS
20371
20372 2005-08-18  Jordi Mas i Hernandez <jordi@ximian.com>
20373
20374         * MenuAPI.cs: fixes bug 75716
20375
20376 2005-08-11 Umadevi S <sumadevi@novell.com>
20377         * Control.cs: Fixed Remove & RemoveAt to make the parent of the control null.
20378
20379 2005-08-11 Umadevi S <sumadevi@novell.com>
20380         * Contorl.cs: Fixed ResetRightToLeft and ResetImeMode to work correctly
20381
20382 2005-08-10  Umadevi S <sumadevi@novell.com>
20383         * CheckedListBox.cs: Fixed event firing on Adding to the CheckedListBox
20384
20385 2005-08-07  Jordi Mas i Hernandez <jordi@ximian.com>
20386
20387         * Menu.cs: fixes bug 75700
20388         * MenuAPI.cs: fixes navigation issues
20389
20390 2005-08-09  Umadevi S <sumadevi@novell.com>
20391         * CheckedListBox.cs - simple fix for GetItemChecked.
20392
20393 2005-08-08  Jordi Mas i Hernandez <jordi@ximian.com>
20394
20395         * ComboBox.cs: Serveral fixes
20396         * ListBox.cs: Serveral fixes
20397
20398 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
20399
20400         * ComboBox.cs: Fixes FindString methods and GetItemHeight
20401         * ListBox.cs: Fixes FindString methods
20402
20403 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
20404
20405         * DataGrid.cs: fixes bugs exposed by new tests
20406
20407 2005-08-04  Peter Dennis Bartok  <pbartok@novell.com> 
20408
20409         * Mime.cs: Compile Mono assembly references only if compiling
20410           with Mono (Allows to build with VS.Net again)
20411
20412 2005-07-28  Marek Safar  <marek.safar@seznam.cz>
20413
20414         * Control.cs (PaintControlBackground): Draw background image
20415         corrrectly.
20416         (CheckForIllegalCrossThreadCalls): Stubbed.
20417         
20418         * Form.cs (OnCreateControl): Center when should be centered.
20419         
20420         * ThemeWin32Classic.cs (DrawPictureBox): Pass size.
20421
20422 2005-07-19  Jordi Mas i Hernandez <jordi@ximian.com>
20423
20424         * Binding.cs: Binding to properties should be case unsensitive
20425
20426 2005-07-18 vlindos@nucleusys.com
20427
20428         * DataGrid.cs: fixes setmember order
20429
20430 2005-07-07  Alexander Olk  <xenomorph2@onlinehome.de>
20431
20432         * MimeIcon.cs: added MimeIcon stuff (MimeIconEngine)
20433         * FileDialog.cs: FileDialog is now resizable and uses the new
20434           MimeIconEngine
20435
20436 2005-07-06  Jordi Mas i Hernandez <jordi@ximian.com>
20437
20438         * DataGridTextBoxColumn.cs: default value
20439         * GridColumnStylesCollection.cs: fixes event firing, checking MappingName
20440         * GridTableStylesCollection.cs: fixes checking MappingName
20441         * DataGridDrawingLogic.cs: fixes drawing logic issues
20442         * DataSourceHelper.cs: rewritten to make compatible with more data sources
20443         * DataGrid.cs: fixes    
20444
20445 2005-07-06  Alexander Olk  <xenomorph2@onlinehome.de>
20446
20447         * MimeGenerated.cs: Use case sensitive comparer for
20448           NameValueCollections
20449
20450 2005-07-01  Jordi Mas i Hernandez <jordi@ximian.com>
20451
20452         * DataGridTextBoxColumn.cs: bug fixes, code refactoring 
20453         * ThemeWin32Classic.cs: bug fixes, code refactoring
20454         * DataGridDrawingLogic.cs:  bug fixes, code refactoring
20455         * DataGrid.cs: bug fixes, code refactoring
20456         * DataGridTextBox.cs: bug fixes, code refactoring
20457         * DataGridColumnStyle.cs:  bug fixes, code refactoring
20458         * Theme.cs:  bug fixes, code refactoring
20459
20460 2005-07-01  Peter Bartok  <pbartok@novell.com> 
20461
20462         * TextControl.cs: Quick fix for the reported crash on ColorDialog
20463           and other text box usage
20464
20465 2005-07-01  Jackson Harper  <jackson@ximian.com>
20466
20467         * TabControl.cs: Make sure the bottom of the tab covers the pages
20468         border.
20469
20470 2005-06-30  Peter Bartok  <pbartok@novell.com> 
20471
20472         * Form.cs (ShowDialog): Assign owner of the dialog
20473         * TextBoxBase.cs: Always refresh caret size when deleting, caret
20474           might have been moved to a tag with different height
20475
20476 2005-06-30  Jackson Harper  <jackson@ximian.com>
20477
20478         * Form.cs: Don't create an infinite loop when setting focus
20479         * MenuItem.cs: Don't dirty the parents if we don't have any
20480
20481 2005-06-29  Ben Maurer  <bmaurer@ximian.com>
20482
20483         * LibSupport.cs: Rename
20484
20485 2005-06-29  Peter Bartok  <pbartok@novell.com>
20486
20487         * TextBoxBase.cs: Re-align caret after deleting a character
20488         * TextControl.cs:
20489           - DeleteChars(): Ensure that tag covers the provided position
20490           - StreamLine(): Drop reference for dropped tag
20491
20492 2005-06-29  Peter Bartok  <pbartok@novell.com> 
20493
20494         * TextControl.cs: 
20495           - Selections now work properly, anchoring at the initial location
20496             and properly extending in either direction (SetSelectionToCaret(),
20497             SetSelectionStart() and SetSelectionEnd())
20498           - No longer redraws the whole control on selection change, now
20499             calculates delta between previous and new selection and only
20500             invalidates/redraws that area
20501           - Fixed FindPos() math off-by-one errors
20502           - Changed DeleteChars() to verify the provided tag covers the
20503             provided position, selections may have a tag that doesn't cover
20504             the position if the selection is at a tag border
20505           - Fixed off-by-one errors in DeleteChars()
20506           - Added missing streamlining check in DeleteChars() to remove
20507             zero-length tags
20508           - Implemented Invalidate() method, now properly calculates exposures
20509             between two given lines/positions
20510           - Implemented SetSelection()
20511           - Obsoleted and removed FixupSelection()
20512           - Improved RecalculateDocument() logic, removing code duplication
20513
20514 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20515
20516         * LibSupport.cs: changes to match different input/output arguments.
20517
20518 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20519
20520         * LibSupport.cs: added libsupport.so init routine.
20521
20522 2005-06-29  Jordi Mas i Hernandez <jordi@ximian.com>
20523         
20524         * ControlBindingsCollection.cs
20525                 - Throws an exception on null datasource when adding
20526                 - Checks for duplicated bindings when adding
20527
20528 2005-06-28  Jackson Harper  <jackson@ximian.com>
20529
20530         * TreeView.cs (OnKeyDown): Support left and right properly
20531         (navigates as well as expanding and collapsing.
20532         - Add support for Multiply, this expands all the selected nodes
20533         children.
20534         - Fix some tabbing.
20535
20536 2005-06-28  Jackson Harper  <jackson@ximian.com>
20537
20538         * TreeView.cs: Implement keyboard navigation, currently supports,
20539         LEFT, RIGHT, UP, DOWN, PGUP, PGDOWN, HOME, END, ADD, SUBTRACT. Add
20540         support for toggling checkboxes with the space bar.
20541
20542 2005-06-28  Jackson Harper  <jackson@ximian.com>
20543
20544         * OpenTreeNodeEnumerator.cs: Don't move past the begining of the
20545         tree.
20546
20547 2005-06-28  Jackson Harper  <jackson@ximian.com>
20548
20549         * TreeView.cs: Add missing event.
20550
20551 2005-06-27  Peter Bartok  <pbartok@novell.com> 
20552
20553         * TextControl.cs:
20554           - Made line ending size configurable (now allows for counting 
20555             lineendings as \n or \r\n)
20556           - Added margin to viewport to keep caret visible on right side
20557           - Fixed translation routines for line/pos to documentpos to consider
20558             cr/lf when counting (Fixes RichTextBox.SelectionFont issues)
20559           - Fixed some line-endings to be unix style
20560           - Fixed Document.FormatText to perform it's calculations 1-based
20561           - Added descriptions for a few methods that might otherwise get 
20562             used wrong
20563           - Added NOTE section with some basic conventions to remember at 
20564             the top of the file
20565           - Major fixup for RichTextBox selection drawing:
20566             * Fixed crashes when multiple tags on a single line were selected
20567             * fixed selection box drawing not overlaying text
20568             * fixed bogus offset calculation for tags not starting at index 1
20569             * Switched behaviour from using multiple Substrings of a 
20570               StringBuilder.ToString() to using multiple 
20571               StringBuilder.ToString(start, length) statements, hoping this is
20572               faster (kept original version commented out in the code, in case
20573               original version was faster)
20574         * TextBox.cs (set_TextAlignment): TextBox always needs to wrap if 
20575           alignment != Left
20576         * TextBoxBase.cs (CalculateDocument): Made protected so RichTextBox can
20577           call it as well
20578
20579 2005-06-27  Jackson Harper  <jackson@ximian.com>
20580
20581         * TabControl.cs: Move to the left and right with the arrow
20582         keys. These keys don't cycle beyond first and last like
20583         tab. Refresh all the tabs when scrolling them to the left or
20584         right.
20585
20586 2005-06-27  Jackson Harper  <jackson@ximian.com>
20587
20588         * TabControl.cs:
20589           - ToString: Added method
20590           - CreateParams: Remove TODO and comment
20591           - OnKeyDown: Cycle through bounds properly.
20592           - SelectedIndex: Scroll to the right or left if we need to
20593           display the newly selected tab.
20594
20595 2005-06-23  Jackson Harper  <jackson@ximian.com>
20596
20597         * TabControl.cs: Stay in bounds when cycling. Make sure Handled is
20598         set.
20599
20600 2005-06-23  Jackson Harper  <jackson@ximian.com>
20601
20602         * TabControl.cs: Keyboard handling. We now support CTRL-TAB,
20603         CTRL-SHIFT-TAB, and HOME, END are there any others?
20604
20605 2005-06-23  Jackson Harper  <jackson@ximian.com>
20606
20607         * XplatUIX11.cs: Get the modifier keys from the keyboard driver.
20608
20609 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
20610         
20611         * DataGridTextBoxColumn.cs: fixes and enhancements
20612         * ThemeWin32Classic.cs: fixes and enhancements
20613         * DataGridBoolColumn.cs:  fixes and enhancements
20614         * DataGridDrawingLogic.cs:  fixes and enhancements
20615         * CurrencyManager.cs: fixes and enhancements
20616         * DataGrid.cs: fixes and enhancements
20617         * DataGridColumnStyle.cs:  fixes and enhancements
20618
20619 2005-06-22  Jackson Harper  <jackson@ximian.com>
20620
20621         * TabControl.cs: Add some missing methods that just call into the
20622         base. Make the TabPageCollection's IList interface behave in the
20623         same manner as the MS implementation.
20624
20625 2005-06-22  Peter Bartok  <pbartok@novell.com> 
20626
20627         * TextControl.cs: Added sanity check
20628         * TextBoxBase.cs: 
20629           - Fixed wrapping behaviour, don't set wrap on single line controls
20630             (this fixes the breakage of colordialog introduced in an earlier
20631              checkin)
20632           - Added rudimentary support for autoscrolling right-aligned controls
20633             (still needs fixing, also, center alignment scroll is missing)
20634
20635 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
20636         
20637         * ScrollBar.cs: Fixes thumbpos on Maximum values
20638
20639 2005-06-21  Jonathan Chambers <jonathan.chambers@ansys.com>
20640         
20641         * PropertyGridView.cs: Pass context information to UITypeEditors 
20642
20643 2005-06-21  Peter Bartok  <pbartok@novell.com> 
20644
20645         * TextBoxBase.cs:
20646           - Now calling PositionCaret with absolute space coordinates
20647           - Enabled vertical scrolling
20648           - Better tracking of scrollbar changes, tied into WidthChange
20649             event
20650           - Improved cursor tracking
20651           - Removed debug output
20652         * TextControl.cs:
20653           - PositionCaret coordinates are now works in absolute space, not 
20654             the canvas
20655           - Improved tracking of document size
20656           - Added events for width and height changes
20657
20658 2005-06-21  Peter Bartok  <pbartok@novell.com>
20659
20660         * Form.cs: Set focus to active control when form is activated
20661         * TextControl.cs: 
20662           - Added word-wrap functionality to RecalculateLine() 
20663           - Added some short function descriptions for VS.Net to aid in
20664             writing dependent controls
20665           - Added Caret property, returning the current coords of the caret
20666           - Added ViewPortWidth and ViewPortHeight properties
20667           - Added Wrap property
20668           - Added CaretMoved event
20669           - Removed some old debug code
20670           - Split() can now create soft splits
20671           - Added PreviousTag()/NextTag() to allow walking "tag-lists"
20672           - Added method to format existing text
20673           - Fixed size/alignment calculations to use viewport
20674           - RecalculateDocument now can handle changing line-numbers while
20675             calculating lines
20676
20677         * TextBox.cs:
20678           - Added some wrap logic, we don't wrap if alignment is not left
20679           - Added casts for scrollbar var, base class switched types to
20680             also support RichTextBoxA
20681           - Implemented handling of scrollbar visibility flags
20682
20683         * TextBoxBase.cs:
20684           - Switched scrollbars type to RichTextBoxScrollBars to support
20685             RichTextBox
20686           - Added tracking of canvas width/height
20687           - Switched scrollbars to be not selectable (to keep focus on text)
20688           - Added central CalculateDocument() method to handle all redraw
20689             requirements
20690           - Added ReadOnly support
20691           - Added WordWrap support
20692           - Fixed handling of Enter key (we now treat it as a DialogKey)
20693           - Fixed caret positioning when h or v scroll is not zero
20694           - Fixed placing/generation of vertical scrollbar
20695           - Added CalculateScrollBars() method to allow updating scrollbar
20696             limits and visibility
20697           - Fixed handling of horizontal scroll
20698           - Added handling of vertical scroll
20699           - Implemented auto-'jump' when caret moves to close to a left or
20700             right border and there is text to be scrolled into view (currently
20701             there's the potential for a stack overflow, until a bug in
20702             scrollbar is fixed)
20703
20704 2005-06-21  Geoff Norton  <gnorton@customerdna.com>
20705         
20706         * XplatUIOSX.cs: Initial implementation of WM_ERASEBKGND
20707
20708 2005-06-19  Alexander Olk  <xenomorph2@onlinehome.de>
20709
20710         * Mime.cs:
20711         - added inodes.
20712         - return application/x-zerosize for files with size zero
20713           (if no extension pattern matches).
20714         - check matches collection for strings too.
20715         - return only the first mime type if the name value
20716           collection has more than one mime type.
20717
20718 2005-06-18  Jonathan Chambers <jonathan.chambers@ansys.com>
20719         
20720         * PropertyGrid.cs: Cleaned up some TODOs
20721         * PropertyGridView.cs: Added support for UITypeEditors
20722
20723 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
20724         
20725         * DataGrid.cs: clears cached value
20726
20727 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
20728
20729         * DataGridTextBoxColumn.cs: new rows, speed improvements, fixes, readonly prop.
20730         * DataGridDrawingLogic.cs: new rows, speed improvements, fixes, readonly prop.
20731         * DataGrid.cs: new rows, speed improvements, fixes, readonly prop.
20732         * DataGridColumnStyle.cs: new rows, speed improvements, fixes, readonly prop.
20733         
20734 2005-06-16  Jordi Mas i Hernandez <jordi@ximian.com>
20735
20736         * ThemeWin32Classic.cs: fixes colour
20737
20738 2005-06-15  Peter Bartok  <pbartok@novell.com>
20739
20740         * MWFCategoryAttribute.cs: Added (Needed for PropertyGrid designer support)
20741         * MWFDescriptionAttribute.cs: Added (Needed for PropertyGrid designer support)
20742         * ButtonBase.cs: Added MWFCategory and MWFDescription attributes
20743         * Control.cs: Added some MWFCategory and MWFDescription attributes
20744         * ScrollBar.cs: Added some MWFCategory and MWFDescription attributes
20745
20746 2005-06-15  Alexander Olk  <xenomorph2@onlinehome.de>
20747
20748         * Mime.cs, MimeGenerated.cs: First draft of MWF mime stuff, see Mime.cs for
20749         usage
20750
20751 2005-06-14  Jordi Mas i Hernandez <jordi@ximian.com>
20752
20753         * DataGridTextBoxColumn.cs: default datagrid settings for Default Styles, fixes
20754         * DataGridTableStyle.cs: default datagrid settings for Default Styles, fixes
20755         * DataGridDrawingLogic.cs: default datagrid settings for Default Styles, fixes
20756         * DataGridBoolColumn.cs: default datagrid settings for Default Styles, fixes
20757         * DataGrid.cs: default datagrid settings for Default Styles, fixes
20758         * DataGridColumnStyle.cs: default datagrid settings for Default Styles, fixes
20759
20760 2005-06-13  Jackson Harper  <jackson@ximian.com>
20761
20762         * XplatUIX11.cs: Override SetAllowDrop on X11 so an error message
20763         isn't printed when the user enables dropping. (X11 does accept
20764         drops).
20765         
20766 2005-06-13  Jackson Harper  <jackson@ximian.com>
20767
20768         * TreeView.cs: Remove some TODOS.
20769
20770 2005-06-13  Jackson Harper  <jackson@ximian.com>
20771
20772         * Form.cs: Hook into the mdi framework.
20773         * MdiClient.cs: Use the base control collections add method so
20774         parents get setup correctly. Set the default back colour and dock
20775         style.
20776         * MdiChildContext.cs: New class, this bad actor handles an
20777         instance of an MDI window. Right now there is only basic
20778         support. You can drag, close, and resize windows. Minimize and
20779         Maximize are partially implemented.
20780
20781 2005-06-13  Jackson Harper  <jackson@ximian.com>
20782
20783         * XplatUIX11.cs: Mash numbers together properly, otherwise we get
20784         freaky when both vals are negative. NOTE: There are probably other
20785         places in XplatUIX11 that this needs to be done.
20786
20787 2005-06-13  Jordi Mas i Hernandez <jordi@ximian.com>
20788
20789         * DataGrid.cs: implement missing methods, move KeyboardNavigation
20790         * DataGridColumnStyle.cs: fixes signature
20791
20792 2005-06-12  Jackson Harper  <jackson@ximian.com>
20793
20794         * XplatUIX11.cs: Use sizing cursors similar to the ones on
20795         windows.
20796
20797 2005-06-11  Jackson Harper  <jackson@ximian.com>
20798
20799         * StatusBarPanel.cs: Signature cleanups. Implement
20800         BeginInit/EndInit.
20801
20802 2005-06-10  Jordi Mas i Hernandez <jordi@ximian.com>
20803
20804         * DataGridTextBoxColumn.cs: Honors aligment
20805         * GridColumnStylesCollection.cs: Contains is case unsensitive
20806         * GridTableStylesCollection.cs: several fixes
20807         * DataGridTableStyle.cs: default column creation
20808         * DataGridDrawingLogic.cs: fixes
20809         * CurrencyManager.cs: ListName property
20810         * DataGrid.cs: multiple styles support
20811         * DataGridColumnStyle.cs: fixes
20812         
20813
20814 2005-06-10  Peter Bartok  <pbartok@novell.com>
20815
20816         * Control.cs(Select): Moved SetFocus call to avoid potential
20817           loops if controls change the active control when getting focus
20818         * UpDownBase.cs: Fixes to allow proper keyboard focus after clicking
20819           the up/down buttons
20820
20821 2005-06-10  Matthias Felgner  <matthiasf@voelcker.ocm>
20822
20823         * ImageListConverter.cs: Implemented
20824
20825 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
20826
20827         * MonthCalendar.cs: Wired in NumericUpDown control for year
20828
20829 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
20830
20831         * MonthCalendar.cs: Removed MonoTodo attributes on Click and
20832           DoubleClick events, since they are not meant to be fired.
20833
20834 2005-06-09  Peter Bartok  <pbartok@novell.com>
20835
20836         * UpDownBase.cs, NumericUpDown.cs, DomainUpDown.cs: Integrated
20837           Jonathan's standalone controls into MWF, implemented missing
20838           events, attributes and methods; added xxxAccessible classes
20839         * AccessibleObject.cs: Made fields internal so other classes
20840           can change them if needed
20841
20842 2005-06-09  Jonathan Gilbert  <2a5gjx302@sneakemail.com>
20843
20844         * UpDownBase.cs: Complete implementation
20845         * NumericUpDown.cs: Complete implementation
20846         * DomainUpDown.cs: Complete implementation
20847
20848 2005-06-09  Jordi Mas i Hernandez <jordi@ximian.com>
20849
20850         * DataGridTextBoxColumn.cs: drawing fixes
20851         * DataGridCell.cs: fixes ToString method to match MSNet
20852         * DataGridTableStyle.cs: fixes
20853         * DataGridBoolColumn.cs: fixes, drawing
20854         * DataGridDrawingLogic.cs: fixes, new methods
20855         * DataGridTextBox.cs: Keyboard and fixes
20856         * DataGrid.cs:
20857                 - Keyboard navigation
20858                 - Scrolling fixes
20859                 - Row selection (single, multiple, deletion, etc)
20860                 - Lots of fixes
20861         
20862 2005-06-07  Jackson Harper  <jackson@ximian.com>
20863
20864         * ThemeWin32Classic.cs: Clear the background area when drawing
20865         buttons.
20866
20867 2005-06-06  Peter Bartok  <pbartok@novell.com>
20868
20869         * ImageListStreamer.cs: Fixed signature for GetData
20870         * CheckBox.cs: Fixed base class for CheckBoxAccessibleObject
20871         * ComboBox.cs:
20872           - Added missing ChildAccessibleObject class
20873           - Added missing OnXXXFocus overrides, switched to using those
20874             instead of the event handler
20875         * Control.cs:
20876           - Added Parent property for ControlAccessibleObject
20877           - Fixed signatures
20878           - Fixed attributes
20879           - Added ResetBindings()
20880         * ListBindingConverter.cs: Implemented some methods
20881         * ButtonBase.cs: Added missing ButtonBaseAccessibleObject class
20882         * ImageList.cs: Implemented basic handle scheme, removed TODOs
20883         * ContainerControl.cs: Fixed signature, now subscribing to the
20884           ControlRemoved event instead of overriding the handler, LAMESPEC
20885         * CurrencyManager.cs: Added missing attribute
20886         * MonthCalendar.cs: Added missing properties
20887
20888 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
20889
20890         * DataGridColumnStyle.cs: fixes for DataGridColumnStyle
20891         
20892 2005-06-06  Gaurav Vaish and Ankit Jain
20893
20894         * DataSourceHelper.cs: Gaurav Vaish and Ankit Jain patch for databinding
20895         * DataGrid.cs: Gaurav Vaish and Ankit Jain patch for databinding
20896         
20897 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
20898
20899         * Control.cs: fixes CreateParams Width / Height.
20900
20901 2005-06-05  Peter Bartok  <pbartok@novell.com>
20902
20903         * Win32DnD.cs: Removed compilation warnings
20904
20905 2005-06-05  Peter Bartok  <pbartok@novell.com>
20906
20907         * Control.cs (CreateParams): Since we don't know if one of the
20908           properties we use is overridden, lets make sure if we fail accessing
20909           we continue with a backup plan
20910
20911 2005-06-05  Peter Bartok  <pbartok@novell.com>
20912
20913         * Win32DnD.cs:
20914           - Removed debug output
20915           - Added MarshalAs attribute to ensure proper marshalling of FORMATETC
20916             struct
20917           - Plugged resource leak
20918         * XplatUIStructs.cs: Changed ClipboardFormats size to ushort, to match
20919           MS size
20920
20921 2005-06-05  Peter Bartok  <pbartok@novell.com>
20922
20923         * XplatUIWin32.cs: Removed DnD code
20924         * Win32DnD.cs: Implemented drop source and drop target functionality
20925
20926 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20927
20928         * UpDownBase.cs: remove duplicate addition of event, enable some code
20929         that was commented out.
20930         * NumericUpDown.cs: added missing attributes and Hexadecimal property.
20931         Validate input when a key is pressed. It works fine now for every
20932         combination of Hexadecimal. Only missing some drawing love when sharing
20933         space with other controls.
20934
20935 2005-06-04  Peter Bartok  <pbartok@novell.com>
20936
20937         * Control.cs:
20938           - We need to pass a window for DragDrop, so enable callback events
20939           - Added DnD callback events when being a DragSource
20940         * XplatUI.cs (StartDrag): Added window handle argument
20941         * XplatUIDriver.cs (StartDrag): Added window handle argument
20942         * QueryContinueDragEventArgs: Made fields internally accessible so
20943           drivers can set them
20944         * GiveFeedbackEventArgs: Made fields internally accessible so drivers
20945           can set them
20946
20947 2005-06-03  Jordi Mas i Hernandez <jordi@ximian.com>
20948
20949         * DataGridTextBoxColumn.cs: column text editing
20950         * DataGridTableStyle.cs: Respect columns styles created by the user
20951         * DataGridDrawingLogic.cs: lots of drawing fixes and enhanments
20952         * DataGridBoolColumn.cs: bool column editing
20953         * DataGrid.cs: fixes to scrolling, properties, etc
20954         * DataGridTextBox.cs: handle keyboard
20955         * DataGridColumnStyle.cs: fixes
20956
20957 2005-06-02  Jackson Harper  <jackson@ximian.com>
20958
20959         * ImageListStreamer.cs: Somewhat broken implementation of
20960         GetObjectData. The RLE needs some work to match MS properly.
20961
20962 2005-06-02  Jackson Harper  <jackson@ximian.com>
20963
20964         * X11Dnd.cs: Attempting to keep at least one file in MWF
20965         monostyled.
20966
20967 2005-06-02  Peter Bartok  <pbartok@novell.com>
20968
20969         * X11DnD.cs: Use Marshal.SizeOf instead of sizeof, no /unsafe required
20970           that way
20971
20972 2005-06-02  Peter Bartok  <pbartok@novell.com>
20973
20974         * Control.cs: Removed MonoTODO from DoDragDrop and added call to Xplat
20975         * XplatUI.cs: Added DoDragDrop() method
20976         * XplatUIDriver.cs: Added DoDragDrop() method
20977
20978 2005-06-02  Jackson Harper  <jackson@ximian.com>
20979
20980         * Splitter.cs: Implement BorderStyle.
20981
20982 2005-06-02  Jackson Harper  <jackson@ximian.com>
20983
20984         * XplatUIX11.cs: Tie into the X11Dnd subsystem.
20985         * X11Dnd.cs: New file. A subsystem that handles drag and drop on
20986         X11 using XDND.
20987
20988 2005-06-02  Peter Bartok  <pbartok@novell.com>
20989
20990         * DataObject.cs:
20991           - Added Data setter
20992           - Fixed broken insertion code for SetData, now also
20993             overwrites any existing entry of the same format name
20994         * Hwnd.cs: Added list of pointers that automatically gets
20995           freed when the window is disposed
20996         * XplatUI.cs: Call driver initialization method when loading
20997           a driver
20998         * Control.cs:
20999           - OnDragLeave takes EventArgs, not DragEventArgs
21000           - Added setting of WS_EX_ACCEPTFILES style when dropping is
21001             supported
21002           - Forces style update when drop state changes
21003         * XplatUIWin32.cs: Implemented Drag'n'Drop (as good as possible,
21004           not perfect since we cannot (yet) call the IDataObject.GetData()
21005           method, we keep getting 0x80004005 error, dunno why)
21006
21007 2005-06-02  Peter Bartok  <pbartok@novell.com>
21008
21009         * DragEventArgs.cs: Make fields internal so we can cache the
21010           object and re-set the fields from XplatUI
21011
21012 2005-06-02  Jackson Harper  <jackson@ximian.com>
21013
21014         * Control.cs: Add some internal methods so the DnD subsystem can
21015         raise DnD events. Also call into the driver when AllowDrop is set.
21016         * XplatUI.cs:
21017         * XplatUIDriver.cs: New method for setting whether or not a window
21018         is allowed to accept drag and drop messages.
21019                 
21020 2005-06-01  Jordi Mas i Hernandez <jordi@ximian.com>
21021         
21022         * ScrollBar.cs: Make sure that values sent in Scroll events
21023         are always between Maximum and Minimum.
21024
21025 2005-06-01  Marek Safar  <marek.safar@seznam.cz>
21026
21027         * Menu.cs: Call MenuChanged when menuitem visibility has been
21028         changed.
21029         * MenuItem.cs: Rebuild menu when item is (not) visible.
21030         * MainMenu.cs: MainMenu has special MenuChanged.
21031         * Theme.cs: Caption and FrameBorderSize are not fixed.
21032         * XplatUI.cs: Added CaptionHeight,FrameBorderSize.
21033         * XplatUIDriver.cs: Introduced Caption and FrameBorderSize.
21034         * XplatUIX11.cs,
21035         * XplatUIOSX: Caption and FrameBorderSize not implemented yet.
21036         * XplatUIWin32.cs: Get Caption and FrameBorderSize from system.
21037
21038 2005-05-30  Jackson Harper  <jackson@ximian.com>
21039
21040         * DataFormat.cs: We can't statically initialize this stuff because
21041         it calls into the xplatui and could create a loop. So we lazy init
21042         it.
21043
21044 2005-05-28  Jackson Harper  <jackson@ximian.com>
21045
21046         * Control.cs: Proper implementation of Product(Name/Version).
21047
21048 2005-05-27  Jackson Harper  <jackson@ximian.com>
21049
21050         * DataObject.cs: Dont crash if no data is found.
21051
21052 2005-05-26  Rafael Teixeira  <rafaelteixeirabr@hotmail.com>
21053         * MdiClient.cs: Add missing Localizable attribute to BackgroundImage property
21054                 as per status page, guessing it should be set to true
21055
21056 2005-05-26  Jordi Mas i Hernandez <jordi@ximian.com>
21057
21058         * DataGridTextBoxColumn.cs: Draws text and basic text formatting
21059         * DataGridTableStyle.cs: set proper formatting text, def header text
21060         * ThemeWin32Classic.cs: new themable paramaters
21061         * DataGridBoolColumn.cs: paint check box, get data, fixes
21062         * DataGridDrawingLogic.cs: huge improvements in painting, fixes, new methods
21063         * DataGrid.cs: fixes properties, implements vertical and horizontal scrolling
21064         * DataGridColumnStyle.cs: fixes
21065         * Theme.cs: new themable paramaters
21066                 
21067 2005-05-26  Peter Bartok  <pbartok@novell.com>
21068
21069         * ContainerControl.cs: Pass AdjustFormScrollbars() call on to base
21070
21071 2005-05-24 Jonathan S. Chambers <jonathan.chambers@ansys.com>
21072         * Control.cs: Fixed LowOrder and HighOrder to preserve sign.
21073
21074 2005-05-24  Peter Bartok  <pbartok@novell.com>
21075
21076         * OpenFileDialog.cs, Form.cs, Menu.cs, GroupBox.cs, UserControl.cs,
21077           Label.cs, DataGridTextBoxColumn.cs, PropertyGrid.cs, ErrorProvider.cs
21078           Splitter.cs, Control.cs, FontDialog.cs, TabPage.cs,
21079           FolderBrowserDialog.cs, HelpProvider.cs, DataGridTableStyle.cs,
21080           NotifyIcon.cs, FileDialog.cs, ListView.cs, SaveFileDialog.cs,
21081           ToolBarButton.cs, ImageList.cs, DataGridBoolColumn.cs, Panel.cs,
21082           DataGrid.cs, DataGridTextBox.cs, ListBox.cs, TrackBar.cs,
21083           AxHost.cs, TabControl.cs, ScrollableControl.cs, ToolBar.cs,
21084           DataGridColumnStyle.cs, PictureBox.cs, DateTimePicker.cs,
21085           StatusBar.cs, MonthCalendar.cs, TreeView.cs: Added
21086           missing attributes, etc
21087         * DataGridPreferredColumnWidthTypeConverter.cs: Added
21088
21089 2005-05-24  Peter Bartok  <pbartok@novell.com>
21090
21091         * Help.cs: Added, implemented trivial functions, throws up MessageBox
21092           when user tries to get help
21093         * DataObject.cs, DataFormats.cs, LinkArea.cs,
21094           SelectionRangeConverter.cs, Clipboard.cs : Removed unused variables
21095           to suppress warnings
21096         * XplatUIWin32.cs, XplatUIOSX.cs, XplatUIX11.cs: Removed unused code to
21097           avoid unreachable code warning
21098
21099 2005-05-20  Peter Bartok  <pbartok@novell.com>
21100
21101         * CursorConverter.cs (ConvertTo): Switched to use Cursor.GetObjectData
21102
21103 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
21104
21105         * DataGridTextBoxColumn.cs: Basic painting methods
21106         * DataGridTableStyle.cs: Set table style in the column
21107         * ThemeWin32Classic.cs: Use Theme for colors
21108         * DataGridDrawingLogic.cs: Implement more drawing
21109         * DataGrid.cs: drawing, theming, enhacements, fixes
21110         * DataGridColumnStyle.cs: fixes, drawing
21111         * Theme.cs: theming for Datagrid
21112
21113 2005-05-20  Peter Bartok  <pbartok@novell.com>
21114
21115         * Cursor.cs: Implemented GetObjectData() method
21116
21117 2005-05-20  Peter Bartok  <pbartok@novell.com>
21118
21119         * Cursors.cs: Added setting of cursor name
21120         * Cursor.cs:
21121           - Implemented constructors
21122           - Implemented Draw and DrawStretched
21123           - Implemented Current property
21124           - Implemented == and != operators
21125           - Implemented Dispose()
21126           - Implemented ToString
21127           - Added missing attributes
21128         * XplatUIX11.cs:
21129           - Added missing reset for OverrideCursor when DoEvents is called
21130           - Fixed creation of cursor, logic was wrong
21131         * XplatUIWin32.cs:
21132           - Added missing reset for OverrideCursor when DoEvents is called
21133           - Fixed creation of cursor, bit arrays were swapped
21134         * Clipboard.cs: Removed obsolete MonoTODO attribute
21135
21136 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
21137
21138         * ComboBox.cs: fixes OnSelectedItemChanged
21139         * ControlBindingsCollection.cs: fixes item range check
21140
21141 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
21142
21143         * UpDownBase.cs:
21144                 - Calc preferred height properly
21145                 - Implement missing properties
21146                 
21147         * NumericUpDown.cs: Implement missing events
21148
21149 2005-05-19  Jackson Harper  <jackson@ximian.com>
21150
21151         * TabControl.cs: New method that resizes the tab pages before
21152         redrawing them. This as needed as the control is double buffered
21153         and sizing will not be recalculated unless ResizeTabPages is
21154         called.
21155         * TabPage.cs: Set base.Text instead of Text in the constructor so
21156         that UpdateOwner does not get called. Use the new Redraw method of
21157         TabControl instead of Refresh so the sizing is recalculated.
21158         * ThemeWin32Classic.cs: Draw the text for button tabs.
21159
21160 2005-05-19  Jackson Harper  <jackson@ximian.com>
21161
21162         * Control.cs: Paint control background images. Fix typo where
21163         PaintControlBackground was not getting called correctly.
21164
21165 2005-05-19  Peter Bartok  <pbartok@novell.com>
21166
21167         * ScrollableControl.cs (DisplayRectangle): Undid my last change until
21168           I can investigate, apparently I broke FileDialog
21169
21170 2005-05-19  Marek Safar  <marek.safar@seznam.cz>
21171
21172         * AxHost.cs: Some simple properties.
21173         * Control.cs: window must be accessible after ctor.
21174         * Form.cs: Added TransparencyKey property.
21175         * TextBoxBase.cs: Implemented Clear. Text property can be null.
21176         * XplatUIWin32.cs: SetBorderStyle implemented.
21177
21178 2005-05-18  Peter Bartok  <pbartok@novell.com>
21179
21180         * DataObject.cs: Entries are not global but particular to the
21181           DataObject, now it behaves that way
21182         * XplatUIWin32.cs: Implemented Clipboard methods
21183         * Clipboard.cs: Implemented
21184         * ScrollableControl.cs (DisplayRectangle): Fixed calculation
21185         * XplatUIOSX.cs: Updated to final clipboard prototypes
21186         * XplatUIX11.cs: Implemented Clipboard methods
21187         * XplatUIDriver.cs: Updated to final clipboard prototypes
21188         * XplatUIStructs.cs:
21189           - Added BITMAPINFOHEADER struct
21190           - Added ClipboardFormats enum
21191         * X11Structs.cs:
21192           - Added ClipboardStruct
21193           - Added Atom enum items for clipboard types
21194           - Fixed atom types for Selection event structures
21195         * DataFormats.cs:
21196           - Added internal properties and methods for drivers to enumerate
21197             all known formats
21198           - Switched initialization method to allow drivers to assign their
21199             own IDs even for the MS predefined clipboard IDs
21200         * XplatUI.cs: Updated to final clipboard interface
21201
21202 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
21203         * PropertyGridView.cs: Fixed compiler warnings.
21204
21205 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
21206         * PropertyGrid.cs: Added some event calls
21207         * PropertyGridView.cs: Change drawing code to use double buffering
21208         * PropertyGridTextBox.cs: Changed Text property name
21209         * GridItem.cs: Added Bounds property.
21210         * GridEntry.cs: Added Bounds property.
21211
21212 2005-05-17  Lluis Sanchez Gual  <lluis@novell.com>
21213
21214         * Binding.cs: Use IsInstanceOfType instead of IsAssignableFrom
21215         since GetType() may not return the correct type if the object is
21216         a remoting proxy.
21217
21218 2005-05-17  Jordi Mas i Hernandez <jordi@ximian.com>
21219
21220         * TreeNodeCollection.cs: fixes get/set item ranges
21221         
21222 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
21223
21224         * ListBox.cs: Kazuki Oikawa's PreferredHeight and ItemHeight fixes
21225                 
21226 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
21227
21228         * ComboBox.cs: Fix item range comparation
21229         * ListView.cs: Fix item range comparation
21230
21231 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
21232
21233         * FontDialog.cs:
21234           - Clear example panel when OnPaint is called
21235           - Better solution for displaying the example panel text
21236           - Select default indexes in the ListBoxes
21237
21238 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
21239
21240         * XplatUIOSX.cs: Avoid painting into invisible views.  Fixes #74926
21241
21242 2005-05-11  Peter Bartok  <pbartok@novell.com>
21243
21244         * LinkArea.cs: Added and implemented LinkAreaTypeConverter class
21245         * SelectionRangeConverter.cs: Implemented
21246         * PropertyGrid.cs: Fixed attribute value
21247         * Control.cs:
21248           - Invoke(): Don't call Begin/EndInvoke if it is not neccessary
21249           - Added Sebastien Pouliot's CAS Stack Propagation fixes
21250         * XplatUIDriver.cs: Added new XplatUIDriverSupport class, for code
21251           that's common to all drivers. First methods to go there are
21252           Sebastien Pouliot's CAS Stack Propagation helper methods
21253         * XplatUIWin32.cs, XplatUIX11.cs, AsyncMethodData.cs: Fixes by
21254           Sebastien Pouliot for CAS Stack Propagation
21255
21256 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
21257
21258         * OSXStructs.cs:
21259           XplatUIOSX.cs: More cosmetic cleanup courtesy of Artyom Tyazhelov (Artyom.Tyazhelov@helmes.ee)
21260
21261 2005-05-12  Jordi Mas i Hernandez <jordi@ximian.com>
21262
21263         * DataGridTextBoxColumn.cs: fixed some members
21264         * GridColumnStylesCollection.cs: indexed column is case insensitive
21265         * DataGridTableStyle.cs: fixes
21266         * ThemeWin32Classic.cs: add new theme parameter
21267         * Theme.cs: add new theme parameter
21268         * DataGridDrawingLogic.cs: Datagrid's drawing logic
21269         * DataGrid.cs: fixes, new internal properties, etc.
21270         * DataGridColumnStyle.cs: allows to set grid value
21271         *
21272
21273 2005-05-10  Peter Bartok  <pbartok@novell.com>
21274
21275         * AccessibleObject.cs:
21276           - Removed MonoTODO attribute on help, method is correct
21277           - Fixed Bounds property
21278         * AxHost.cs: Moved MonoTODO
21279         * ButtonBase.cs: Now setting AccessibleObject properties
21280         * RadioButton.cs: Setting proper AccessibleObject role
21281         * CheckBox.cs: Setting proper AccessibleObject role
21282         * ControlBindingsCollection.cs: Added properties, methods and attributes
21283         * DataFormats.cs: Fixed awkward internal API, and changed to enable
21284           userdefined DataFormats.Format items as well
21285         * ListControl.cs: Removed data_member from the public eye
21286         * OpenFileDialog.cs:
21287           - Made class sealed
21288           - Added missing attributes
21289         * SaveFileDialog.cs: Added missing attributes
21290         * ImageListStreamer.cs: Fixed code that caused warnings
21291         * LinkLabel.cs: Removed unreachable code
21292         * TreeView.cs: Fixed code that caused warnings
21293         * PropertyGridView.cs: Fixed code that caused warnings
21294         * GridColumnStylesCollection.cs: Added missing attributes
21295         * GridTableStylesCollection: Added missing attribute
21296         * PropertyManager: Added .ctor
21297         * SecurityIDType: Added
21298         * DataObject.cs: Implemented class
21299         * LinkArea.cs: Added missing attribute
21300
21301 2005-05-11  Jordi Mas i Hernandez <jordi@ximian.com>
21302
21303         * RadioButton.cs: call base method to allow to fire OnClick event
21304         * UpDownBase.cs: OnMouseUp call base method
21305         * CheckedListBox.cs: call base method before returning
21306         * TrackBar.cs: call base method before returning
21307         
21308
21309 2005-05-10  Peter Bartok  <pbartok@novell.com>
21310
21311         * XplatUIX11.cs: Fix for #74902, check pending timers when peeking
21312           for messages
21313
21314 2005-05-10  Peter Bartok  <pbartok@novell.com>
21315
21316         * DataFormats.cs: Implemented
21317         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs,
21318           XplatUIX11.cs: Added Clipboard APIs
21319         * XplatUIWin32.cs: Implemented Clipboard APIs
21320         * FolderBrowserDialog.cs: Added missing event, attributes
21321
21322 2005-05-10  Jordi Mas i Hernandez <jordi@ximian.com>
21323
21324         * CheckBox.cs: call base method to allow to fire OnClick event
21325
21326 2005-05-09  Sebastien Pouliot  <sebastien@ximian.com>
21327
21328         * XplatUI.cs: Use PlatformID.Unix under NET_2_0.
21329
21330 2005-05-06  Peter Bartok  <pbartok@novell.com>
21331
21332         * XplatUIX11.cs: Redid Jackson's fix, it was causing a busy loop
21333         * Screen.cs: Implemented
21334         * HelpNavigator.cs: Added
21335         * XplatUIWin32.cs: Added SystemParametersInfo call, fixed WorkArea
21336           property
21337         * HelpProvider.cs: Implemented all we can do until we have a CHM
21338           help library (which means that "What's This" does work now)
21339
21340 2005-05-06  Jackson Harper  <jackson@ximian.com>
21341
21342         * XplatUIX11.cs: Fix waking up the main loop.
21343                 
21344 2005-05-05  Peter Bartok  <pbartok@novell.com>
21345
21346         * XplatUI.cs: Updated revision
21347         * Form.cs: Removed enless loop
21348         * GroupBox.cs (OnPaint): Added call to base.OnPaint()
21349         * Label.cs (OnPaint): Added call to base.OnPaint()
21350         * ToolTip.cs: Made ToolTipWindow reusable for other controls
21351         * LinkLabel.cs (OnPaint): Added call to base.OnPaint()
21352         * UpDownBase.cs (OnPaint): Moved base.OnPaint() call to end of method
21353         * AxHost.cs: Added
21354         * ButtonBase.cs: Moved base.OnPaint() call to end of method
21355         * ThemeWin32Classic.cs: Replaced references to ToolTip with references
21356           to ToolTip.ToolTipWindow for drawing and size methods; this allows
21357           reuse of ToolTipWindow by other controls
21358         * SizeGrip.cs: Moved base.OnPaint() call to end of method
21359         * XplatUIX11.cs: Now clipping drawing area (experimental)
21360         * PictureBox.cs: Moved base.OnPaint() call to end of method
21361         * Theme.cs: Fixed ToolTip abstracts to match new format
21362         * ErrorProvider.cs: Implemented
21363
21364 2005-05-05  Jordi Mas i Hernandez <jordi@ximian.com>
21365
21366         * Label.cs: fire events using OnAutoSizeChanged and OnTextAlignChanged
21367         * LinkLabel.cs:
21368                 - Adds cursors
21369                 - Handles focus
21370                 - Implements LinkBehavior
21371                 - Fixes many issues
21372
21373 2005-05-03  Jackson Harper  <jackson@ximian.com>
21374
21375         * ListView.cs: Calculate the scrollbar positioning on resize and
21376         paint, so they get put in the correct place.
21377
21378 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
21379
21380         * ColorDialogs.cs: The small color panels are now handled by
21381           SmallColorControl. This fixes drawing of the focus rectangle
21382           and adds a 3D border.
21383
21384 2005-05-03  Peter Bartok  <pbartok@novell.com>
21385
21386         * Control.cs: Modified version of Jonathan Chamber's fix for
21387           double-buffering
21388
21389 2005-05-03  Jackson Harper  <jackson@ximian.com>
21390
21391         * ListView.cs: Remove redraw variable. Control now handles whether
21392         or not a redraw needs to be done, and will only raise the paint
21393         event if redrawing is needed.
21394
21395 2005-05-03  Jackson Harper  <jackson@ximian.com>
21396
21397         * Splitter.cs: No decorations for the splitter form. Cache the
21398         hatch brush.
21399
21400 2005-05-03  Jackson Harper  <jackson@ximian.com>
21401
21402         * TreeView.cs: Use dashed lines to connect nodes. Use the
21403         ControlPaint method for drawing the focus rect instead of doing
21404         that in treeview.
21405
21406 2005-05-02  Peter Bartok  <pbartok@novell.com>
21407
21408         * LinkLabel.cs: Fixed the fixes from r43566 and 43521
21409
21410 2005-04-29  Jackson Harper  <jackson@ximian.com>
21411
21412         * ThemeWin32Classic.cs: Don't clear the GC that will clear the
21413         entire image buffer. Just clear the clipping rectangle.
21414
21415 2005-04-29  Jackson Harper  <jackson@ximian.com>
21416
21417         * ThemeWin32Classic.cs: Don't draw list view items that are
21418         outside the clipping rectangle.
21419
21420 2005-04-29  Jordi Mas i Hernandez <jordi@ximian.com>
21421
21422         * ListBox.cs: added horizontal item scroll
21423
21424 2005-04-29  Jackson Harper  <jackson@ximian.com>
21425
21426         * ThemeWin32Classic.cs: Remove some old debug code that was
21427         causing flicker with the new double buffering code.
21428
21429 2005-04-29  John BouAntoun  <jba-mono@optusnet.com.au>
21430
21431         * MonthCalendar.cs, DateTimePicker.cs: Made monthcalendar dropdwon
21432         behave like combobox and comboboxlist (still not sure if this is
21433         correct though).
21434
21435 2005-04-28  Jackson Harper  <jackson@ximian.com>
21436
21437         * ThemeWin32Classic.cs: Don't fill the middle of progress
21438         bars. This fills areas outside of the clip bounds that don't need
21439         to be filled.
21440
21441 2005-04-28  Jackson Harper  <jackson@ximian.com>
21442
21443         * Control.cs: Don't expose functionality to touch the image buffers.
21444         * ProgressBar.cs:
21445         * ListView.cs: We do not need to (and no longer can) manipulate
21446         the image buffers directly. All of this is handled by Control.
21447
21448 2005-04-28  Peter Bartok  <pbartok@novell.com>
21449
21450         * RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
21451           RichTextBoxScrollBars.cs, RichTextBoxStreamType.cs,
21452           RichTextBoxFinds.cs, RichTextBoxWordPunctuations.cs: Added
21453
21454 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
21455
21456         * Combobox:
21457                 - Adjust control's height for non-simple comboboxes (bug fix)
21458                 - Remove dead code
21459         * MenuAPI.cs: remove unused var
21460         * ScrollBar.cs: remove unsed var
21461                  
21462         * ListBox.cs: unselect items when clearing
21463
21464 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
21465
21466         * ListControl.cs: honors OnPositionChanged and default Selected Item
21467         * ListBox.cs: unselect items when clearing
21468
21469 2005-04-27  Jackson Harper  <jackson@ximian.com>
21470
21471         * X11Keyboard.cs: Initialize a default keyboard and give a warning
21472         if a "correct" keyboard is not found. This will make us not crash,
21473         but might give some users bad keyboard layouts...seems to be the
21474         same thing rewind does.
21475
21476 2005-04-27  Jackson Harper  <jackson@ximian.com>
21477
21478         * BindingManagerBase.cs: Attach the current/position changed
21479         handlers to their respective events.
21480
21481 2005-04-27  Jackson Harper  <jackson@ximian.com>
21482
21483         * Control.cs: Make sure that the first WM_PAINT does a full draw,
21484         not just a blit.
21485         * ThemeWin32Classic.cs: Don't fill the background for picture
21486         boxes. This could overright user drawing.
21487         * ComboBox.cs: Just fill the clipping rect not the entire client
21488         rect when drawing the background. This prevents pieces of the
21489         image buffer from getting overwritten and is theoretically faster.
21490
21491 2005-04-26  Jordi Mas i Hernandez <jordi@ximian.com>
21492
21493         * ComboBox.cs: Databinding support fixes, fire missing events
21494         * ListControl.cs: implement missing methods and properties, fixes
21495         * ThemeWin32Classic.cs: Databiding support on Drawing
21496         * CheckedListBox.cs: Databinding support fixes, fire missing events
21497         * ListBox.cs: Databinding support fixes, fire missing events
21498         
21499 2005-04-25  Peter Bartok  <pbartok@novell.com>
21500
21501         * LinkLabel.cs: Length of LinkArea is not allowed to be negative
21502
21503 2005-04-25  Jackson Harper  <jackson@ximian.com>
21504
21505         * TreeView.cs: Use the horizontal scrollbars height not width when
21506         determining how much of the client area is available.
21507
21508 2005-04-25  Jackson Harper  <jackson@ximian.com>
21509
21510         * Control.cs: Double buffering is handled differently now. As per
21511         the spec, the extra buffer is created in the WM_PAINT message and
21512         passed down to the control's drawing code.
21513         * GroupBox.cs:
21514         * Label.cs:
21515         * CheckBox.cs:
21516         * ProgressBar.cs:
21517         * RadioButton.cs:
21518         * ColorDialog.cs:
21519         * ComboBox.cs:
21520         * PropertyGridView.cs:
21521         * UpDownBase.cs:
21522         * MessageBox.cs:
21523         * MenuAPI.cs:
21524         * ListView.cs:
21525         * ButtonBase.cs:
21526         * SizeGrip.cs:
21527         * ScrollBar.cs:
21528         * ListBox.cs:
21529         * TrackBar.cs:
21530         * ToolBar.cs:
21531         * PictureBox.cs:
21532         * DateTimePicker.cs:
21533         * StatusBar.cs:
21534         * TreeView.cs: Update to new double buffering system.
21535         * MonthCalendar.cs: Uncomment block, as Capture is now
21536         working. Update to new double buffering
21537         * LinkLabel.cs: Lazy init the link collection. Update to new double buffering
21538         * PaintEventArgs.cs: New internal method allows us to set the
21539         graphics object. This is used for double buffering.
21540         * ThemeWin32Classic.cs: Give the picture box drawing code a clip
21541         rectangle. The internal paint_area var has been removed from
21542         StatusBar. The clipping rect should be used instead.
21543         * Theme.cs: Give the PictureBox drawing method a clipping rect.
21544         * TabPage.cs: The RefreshTabs method was removed, so just call the
21545         tab controls Refresh method now.
21546         * TabControl.cs: Update to new double buffering. Make sure the
21547         handle is created before sizing the tab pages, otherwise we will
21548         get stuck in a loop.
21549
21550 2005-04-24  Borja Sanchez Zamorano <borsanza@gmail.com>
21551
21552         * LinkLabel.cs: Fix typo, bug #74719; patch
21553           from Borja Sanchez Zamorano
21554
21555 2005-04-22  Jackson Harper  <jackson@ximian.com>
21556
21557         * TreeNode.cs: Implement Handle stuff.
21558         * TreeView.cs: Utility methods so nodes can get/lookup by handle.
21559
21560 2005-04-22  Jordi Mas i Hernandez <jordi@ximian.com>
21561
21562         * DataGridTextBoxColumn.cs: call base constructors, fixes
21563         * GridColumnStylesCollection.cs: missing events, methods, and functionality
21564         * GridTableStylesCollection.cs: fixes, check duplicate mapping names
21565         * DataGridTableStyle.cs: implements create default column styles
21566         * DataGridBoolColumn.cs: which types can handle
21567         * DataGrid.cs: missing methods, fixes, new functionality
21568         * DataGridColumnStyle.cs: fixes
21569
21570 2005-04-20  Alexander Olk  <xenomorph2@onlinehome.de>
21571         * FolderBrowserDialog.cs:
21572         - Use a thread to fill the TreeView
21573         - Adjusted some sizes
21574
21575 2005-04-19  Peter Bartok  <pbartok@novell.com>
21576
21577         * LinkLabel.cs: (Re-)create the pieces when setting the Text
21578           property. Fixes #74360.
21579
21580 2005-04-19  Jackson Harper  <jackson@ximian.com>
21581
21582         * XEventQueue.cs: Lock when getting the lockqueue size.
21583         * PictureBox.cs: Call base OnPaint
21584         
21585 2005-04-19  Peter Bartok  <pbartok@novell.com>
21586
21587         * XplatUIX11.cs: Fixed bug introduced with the HWND rewrite, Async
21588           messages were no longer being processed (this broke BeginInvoke)
21589
21590           
21591 2005-04-18  Jackson Harper  <jackson@ximian.com>
21592
21593         * TreeView.cs: buglet that caused node images to get drawn
21594         regardless of whether or not they were in the clipping rectangle.
21595
21596 2005-04-18  Jackson Harper  <jackson@ximian.com>
21597
21598         * CurrencyManager.cs: There are four rules for GetItemProperties:
21599         - If the type is an array use the element type of the array
21600         - If the type is a typed list, use the type
21601         - If the list contains an Item property that is not an object, use
21602         that property
21603         - use the first element of the list if there are any elements in
21604         the list.
21605         
21606 2005-04-17  Jackson Harper  <jackson@ximian.oom>
21607
21608         * TreeView.cs: Calculate plus minus and checkbox bounds when there is a
21609         click. This handles offsets for scrolling properly and reduces
21610         memory. Also fixed GetNode to not offset now that TopNode works
21611         properly.
21612         * TreeNode.cs: No longer need to track the plus minus or checkbox bounds.
21613         
21614 2005-04-17  Jackson Harper  <jackson@ximian.com>
21615
21616         * CursorConverter.cs: Initial implementation.
21617
21618 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
21619
21620         * ListControl.cs: work towards complex data binding support on ListControl
21621         * CurrencyManager.cs: work towards complex data binding support on ListControl
21622         * ListBox.cs: work towards complex data binding support on ListControl
21623
21624
21625 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
21626
21627         * GridTableStylesCollection.cs: fixes name and constructor
21628         * DataGridTableStyle.cs: fixes
21629         * DataGridBoolColumn.cs: fixes names and constructors
21630         * DataGrid.cs: define methods and properties. Some init implementations
21631         * DataGridCell.cs: define methods and properties. Some init implementations
21632         * GridTablesFactory.cs: Define methods and properties
21633
21634 2005-04-15  Geoff Norton  <gnorton@customerdna.com>
21635
21636         * XplatUIOSX.cs:  Handle proper mouse tracking even if the current
21637         graphics port changes.  We still want the coordinates in global screen
21638         coordinates.
21639
21640 2005-04-14  Jackson Harper  <jackson@ximian.com>
21641
21642         * TreeView.cs: Handle clicks when plus minus is disabled. Don't
21643         check plus minus or checkbox clicks unless those features are enabled.
21644
21645 2005-04-14  Jackson Harper  <jackson@ximian.com>
21646
21647         * TreeView.cs: Add methods for setting the top and bottom visible
21648         nodes. TreeNode::EnsureVisible uses these methods.
21649         * TreeNode.cs: Implement EnsureVisible
21650
21651 2005-04-13  Jordi Mas i Hernandez <jordi@ximian.com>
21652
21653         * Form.cs: Pospone menu assignation if the window has not been created yet
21654         * XplatUIWin32.cs: Fixes Win32SetWindowPos, then does not change window
21655         size and position
21656
21657 2005-04-12  Jackson Harper  <jackson@ximian.com>
21658
21659         * TreeView.cs: Set the TopNode properly when scrolling
21660         occurs. This has the added benifit of reducing the amount of
21661         walking that needs to be done when drawing. Also removed an old
21662         misleading TODO.
21663         * OpenTreeNodeEnumerator.cs: Fix moving backwards.
21664         
21665 2005-04-11  Jordi Mas i Hernandez <jordi@ximian.com>
21666
21667         * Timer.cs: fixes interval setting when the timer is already enabled
21668         
21669 2005-04-10  Alexander Olk  <xenomorph2@onlinehome.de>
21670
21671         * FolderBrowserDialog.cs: First approach
21672
21673 2005-04-09  Peter Bartok  <pbartok@novell.com>
21674
21675         * FolderBrowserDialog: Added
21676
21677 2005-04-07  Jordi Mas i Hernandez <jordi@ximian.com>
21678
21679         * LinkLabel.cs: move drawing code into the theme
21680         * ThemeWin32Classic.cs: drawing code and painting background bugfix
21681         * Theme.cs: define DrawLinkLabel method
21682
21683 2005-04-05  Jackson Harper  <jackson@ximian.com>
21684
21685         * BindingContext.cs: Use weak references so these bad actors don't
21686         stay alive longer then they need to.
21687
21688 2005-04-05  Jackson Harper  <jackson@ximian.com>
21689
21690         * ListControl.cs: Basic implementation of complex databinding.
21691         * ComboBox.cs:
21692         * ListBox.cs: Add calls to ListControl databinding methods.
21693
21694 2005-04-05  Alexander Olk  <xenomorph2@onlinehome.de>
21695
21696         * FileDialog.cs:
21697           - Don't change PopupButtonState to Normal when the
21698             PopupButton gets pressed several times.
21699           - Renamed ButtonPanel to PopupButtonPanel
21700
21701 2005-04-05  Jordi Mas i Hernandez <jordi@ximian.com>
21702
21703         * ColorDialog.cs: Use cached objects instead of creating them
21704         * LinkLabel.cs: Use cached objects instead of creating them
21705         * Splitter.cs: Use cached objects instead of creating them
21706         * FontDialog.cs: Use cached objects instead of creating them
21707         * PropertyGridView.cs: Use cached objects instead of creating them
21708         * MessageBox.cs: Use cached objects instead of creating them
21709         * FileDialog.cs: Use cached objects instead of creating them
21710         * ThemeWin32Classic.cs: Use cached objects instead of creating them
21711         * TreeView.cs: Use cached objects instead of creating them
21712         
21713 2005-04-04  Jordi Mas i Hernandez <jordi@ximian.com>
21714
21715         * Control.cs: use Equals to compare the font since no == op
21716         * ScrollBar.cs: use Equals to compare the font since no == op
21717
21718 2005-04-04  Alexander Olk  <xenomorph2@onlinehome.de>
21719
21720         * SaveFileDialog.cs: Open stream in OpenFile with FileMode Create
21721
21722 2005-04-01  Jackson Harper  <jackson@ximian.com>
21723
21724         * Binding.cs: Implement IsBinding.
21725         * BindingManagerBase.cs:
21726         * PropertyManager.cs:
21727         * CurrencyManager.cs: Add IsSuspended property.
21728
21729 2005-04-01  Jackson Harper  <jackson@ximian.com>
21730
21731         * Binding.cs: Had some IsAssignableFrom calls backwards.
21732
21733 2005-04-01  Jackson Harper  <jackson@ximian.com>
21734
21735         * Binding.cs: Handle null data members when pulling data.
21736         * PropertyManager.cs: Handle the data member being a property that
21737         does not exist.
21738
21739 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
21740
21741         * DataGridTextBoxColumn.cs: fixes signature
21742         * DataGrid.cs: calls right constructor
21743
21744 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
21745
21746         * DataGridTextBoxColumn.cs: implements DataGridTextBoxColumn class
21747         * GridColumnStylesCollection.cs: implements GridColumnStylesCollection
21748         * GridTableStylesCollection.cs: implements GridTableStylesCollection
21749         * DataGridTableStyle.cs: implements DataGridTableStyle
21750         * DataGridBoolColumn.cs: implements DataGridBoolColumn
21751         * DataGridTextBox.cs: implements DataGridTextBox
21752         * DataGridColumnStyle.cs: implements DataGridColumnStyle
21753
21754 2005-03-31  Alexander Olk  <xenomorph2@onlinehome.de>
21755
21756         * FileDialog.cs: Added simple PopupButton class for ButtonPanel
21757
21758 2005-03-29  Peter Bartok  <pbartok@novell.com>
21759
21760         * Application.cs:
21761           - Properly implemented CompanyName property
21762           - Fixed LocalUserAppDataPath and UserAppDataPath, now properly
21763             returns a path that includes CompanyName, ProductName and
21764             Version (fixes bug #70330)
21765
21766 2005-03-29  Stefan Buehler  <sbuehler@gmx.ch>
21767
21768         * TabPage.cs: Don't use Owner.DisplayRectangle unless owner is valid,
21769           fixes bug #72588.
21770
21771 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
21772
21773         * FileDialog.cs, SaveFileDialog.cs OpenFileDialog.cs:
21774         
21775           - Added ReadOnly CheckBox
21776           - Further refactoring: moved some code from Open-/SaveFileDialog
21777             to FileDialog
21778
21779 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
21780
21781         * OpenFileDialog.cs: Fixed CheckFileExists
21782         * FileDialog.cs:
21783           Moved FileView and DirComboBox outside FileDialog class.
21784           They can now be used outside FileDialog
21785
21786 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
21787
21788         * FileDialog.cs: Added a contextmenu to change ShowHiddenFiles
21789         * SaveDialog.cs, OpenFileDialog.cs: Fixes for Reset() method
21790
21791 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
21792
21793         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
21794           - Added missing CreatePrompt property in SaveDialog
21795           - Overall SaveDialog handling should be better now
21796           - Added non standard ShowHiddenFiles property
21797           - Added extension, CreatePrompt and OverwritePrompt support in SaveDialog
21798           - Added InitialDirectory and RestoreDirectory support
21799
21800 2005-03-26  Alexander Olk  <xenomorph2@onlinehome.de>
21801
21802         * FileDialog.cs: Made dirComboBox usable
21803
21804 2005-03-24  Alexander Olk  <xenomorph2@onlinehome.de>
21805
21806         * FileDialog.cs: Added Filter support (case sensitiv)
21807
21808 2005-03-24  Jackson Harper  <jackson@ximian.com>
21809
21810         * TabControl.cs: Need a couple more pixels for the lines.
21811
21812 2005-03-23  Jackson Harper  <jackson@ximian.com>
21813
21814         * TabControl.cs: Give the tab page focus when it is selected.
21815
21816 2005-03-23  Jackson Harper  <jackson@ximian.com>
21817
21818         * TabControl.cs: Account for the drawing of tabs borders when
21819         invalidating. If the slider was clicked dont do click detection on
21820         the tabs.
21821
21822 2005-03-23  Jackson Harper  <jackson@ximian.com>
21823
21824         * TabControl.cs: Fix typo, emilinates an unneeded expose event.
21825
21826 2005-03-22  Jonathan Chambers  <jonathan.chambers@ansys.com>
21827
21828         * CategoryGridEntry.cs: Added
21829         * GridItem.cs: Added helper properties
21830         * PropertyGridTextBox.cs: Custom textbox control for PropertyGrid.
21831         * GridEntry.cs: Updated code for collection
21832         * PropertyGrid.cs: Cleaned up some formatting
21833         * PropertyGridView.cs: Added drop down functionality for enums.
21834         * GridItemCollection.cs: Added enumerator logic
21835         * PropertyGridEntry.cs: Added
21836
21837 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
21838
21839         * FileDialog.cs:
21840           - Removed unnecessary commented code
21841           - Fixed handling for entering the filename manually in the combobox
21842
21843 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
21844
21845         * FileDialog.cs, OpenFileDialog.cs: OpenFileDialog Multiselect now works
21846
21847 2005-03-18  Peter Bartok  <pbartok@novell.com>
21848
21849         * ThemeWin32Classic.cs: Moved listview column headers a bit, to avoid
21850           them being touching the border
21851
21852 2005-03-18  Peter Bartok  <pbartok@novell.com>
21853
21854         * TextControl.cs: Quick hack to center text better
21855
21856 2005-03-18  Peter Bartok  <pbartok@novell.com>
21857
21858         * ControlPaint.cs:
21859           - Don't throw NotImplemented exceptions, just print a notice once
21860             instead (requested by Miguel). This makes running existing SWF
21861             apps a bit easier
21862         * Control.cs:
21863           - Commented out Drag'N'Drop XplatUI call (no driver support yet)
21864           - Added context menu trigger on right click
21865         * Panel.cs: Trigger invalidate on resize
21866         * StatusBar.cs:
21867           - Removed old double-buffer drawing
21868           - Added ResizeRedraw style to force proper update of statusbar
21869         * ListView.cs:
21870           - Removed debug output
21871         * ThemeWin32Classic.cs:
21872           - Fixed drawing of status bar, now draws Text property if there
21873             are no defined panels
21874
21875 2005-03-18  Jackson Harper  <jackson@ximian.com>
21876
21877         * ImageList.cs: When the image stream is set pull all the images
21878         from it.
21879         * ImageListStreamer.cs: Implement reading image list streams.
21880
21881 2005-03-18  Peter Bartok  <pbartok@novell.com>
21882
21883         * ThemeWin32Classic.cs (DrawPictureBox):
21884           - Fixed calculations for centered drawing
21885           - Fixed drawing for normal mode, not scaling the image on normal
21886
21887 2005-03-18  Peter Bartok  <pbartok@novell.com>
21888
21889         * ComboBox.cs: Now also firing the OnKeyPress events for the embedded
21890           textbox
21891         * FileDialog.cs:
21892           - Made Open/Save button the accept button for FileDialog
21893           - Tied the cancel button to the IButtonControl cancel button
21894           - Save/Open now properly builds the pathname
21895           - Now handles user-entered text
21896           - Preventing crash on right-click if no item is selected
21897           - Fixed Text property, now uses contents of textbox
21898           - Fixed SelectedText property, now just returns the text part that
21899             is selected in the text box
21900
21901 2005-03-18  Jackson Harper  <jackson@ximian.com>
21902
21903         * ThemeWin32Classic.cs: Use the proper func for drawing the focus
21904         rect, make sure to de-adjust the interior rect after drawing the
21905         tab text.
21906
21907 2005-03-18  Peter Bartok  <pbartok@novell.com>
21908
21909         * MenuAPI.cs: Remove menu *before* executing selected action to
21910           prevent the menu from 'hanging around'
21911           
21912 2005-03-17  Geoff Norton  <gnorton@customerdna.com>
21913
21914         * XplatUIOSX.cs: Implemented WorkingArea property
21915
21916 2005-03-17  Peter Bartok  <pbartok@novell.com>
21917
21918         * XplatUIX11.cs: Fixed menu coord calculations
21919         * MenuAPI.cs: Now using new ScreenToMenu()/MenuToScreen() methods
21920           for calculating offsets
21921
21922 2005-03-17  Peter Bartok  <pbartok@novell.com>
21923
21924         * Hwnd.cs: Do not consider menu presence for default client
21925           rectangle location/size
21926         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs,
21927           XplatUIWin32.cs: Added MenuToScreen() and ScreenToMenu() coord
21928           translation functions
21929         * FileDialog.cs: Fixed (what I presume is a) typo
21930
21931 2005-03-17  Jonathan Gilbert  <logic@deltaq.org>
21932
21933         * XplatUIX11.cs: Added call to XInitThreads() to allow multi-threaded
21934           X access (avoids X-Async errors)
21935
21936 2005-03-16  Jackson Harper  <jackson@ximian.com>
21937
21938         * TabControl.cs: Raise the SelectedIndexChanged event.
21939
21940 2005-03-16  Alexander Olk  <xenomorph2@onlinehome.de>
21941
21942         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
21943           - Removed vertical ToolBar and replaced it with a custom panel
21944             (desktop and home button already work)
21945           - Added Help button (some controls get resized or relocated then)
21946           - Draw correct text depending on Open or Save.
21947           - Fixed some typos...
21948
21949 2005-03-16  Jordi Mas i Hernandez <jordi@ximian.com>
21950
21951         * ScrollBar.cs:
21952           - Only change Maximum and Minimum when need it (bug fix)
21953
21954 2005-03-15  Peter Bartok  <pbartok@novell.com>
21955
21956         * Form.cs: Use Handle for icon, to trigger creation if
21957           the window does not yet exist
21958         * Control.cs:
21959           - CanSelect: Slight performance improvement
21960           - Focus(): Preventing possible recursion
21961           - Invalidate(): Removed ControlStyle based clear flag setting
21962           - WM_PAINT: fixed logic for calling OnPaintBackground
21963           - WM_ERASEBKGND: Fixed logic, added call to new driver method
21964             EraseWindowBackground if the control doesn't paint background
21965         * XplatUIWin32.cs:
21966           - Moved EraseWindowBackground() method to internal methods
21967           - Removed unused WM_ERASEBKGND handling in GetMessage; msg never comes;
21968             is sent via SendMessage on BeginPaint call on Win32
21969         * XplatUIX11.cs:
21970           - Added EraseWindowBackground() method
21971           - No longer sends WM_ERASEBKGND on .Expose, but on call to
21972             PaintEventStart, which more closely matches Win32 behaviour
21973           - Fixed Invalidate() call, now updates new ErasePending Hwnd property
21974           - Fixed SetFocus() to properly deal with client and whole windows
21975         * Hwnd.cs: Added ErasePending property
21976         * XplatUIOSX.cs: Stubbed EraseWindowBackground() method
21977         * XplatUI.cs, XplatUIDriver.cs: Added EraseWindowBackground() method
21978
21979 2005-03-12  Geoff Norton  <gnorton@customerdna.com>
21980
21981         * XplatUIOSX.cs:
21982           - Fix hard loop when timers exist.
21983           - Fix bugs with middle and right click for 3 button mice.
21984
21985 2005-03-11  Peter Bartok  <pbartok@novell.com>
21986
21987         * XplatUIX11.cs:
21988           - get_WorkingArea: Need to call X directly, GetWindowPos only
21989             returns cached data now
21990           - Added sanity check to GetWindowPos hwnd usage
21991
21992 2005-03-11  Jackson Harper  <jackson@ximian.com>
21993
21994         * BindingManagerBase.cs: This method isn't used anymore as
21995         PullData now updates the data in the control.
21996
21997 2005-03-11  Jordi Mas i Hernandez <jordi@ximian.com>
21998
21999         * Form.cs: fixes menu drawing on X11
22000         * MenuAPI.cs:  fixes menu drawing on X11
22001
22002 2005-03-11  Peter Bartok  <pbartok@novell.com>
22003
22004         * Control.cs: Changed OnCreateControl behaviour based on a suggestion
22005           from Jonathan Gilbert; should fix bug #73606
22006         * XplatUIX11.cs: Fixed NC Mouse message coordinates, they need to be
22007           in Screen coordinates. Thanks, Jordi.
22008         * Form.cs: Added missing attribute
22009
22010 2005-03-11  Peter Bartok  <pbartok@novell.com>
22011
22012         * Form.cs:
22013           - Rudimentary Mdi support
22014           - Removed outdated FormParent code
22015           - Implemented lots of missing properties and methods, still missing
22016             transparency support
22017           - Added missing attributes
22018           - Implemented support for MaximumBounds
22019           - Added firing of various events
22020         * XplatUI.cs: Added SetIcon() method
22021         * XplatUIDriver.cs: Added SetIcon() abstract
22022         * XplatUIOSX.cs: Stubbed out SetIcon() method
22023         * XplatUIX11.cs:
22024           - Implemented SetIcon() support
22025           - Moved SetMenu() and SetBorderStyle() to proper alphabetical pos
22026           - Switched to unix line endings
22027         * XplatUIWin32.cs:
22028           - Made POINT internal so for can access it as part of MINMAX
22029           - Implemented SetIcon() support
22030           - Implemented support for CLIENTCREATESTRUCT (but might have to drop
22031             native Mdi support again, might have to go managed)
22032         * Control.cs: Now fires the StyleChanged event
22033         * MdiClient.cs: Added; still mostly empty
22034
22035 2005-03-10  Peter Bartok  <pbartok@novell.com>
22036
22037         * SaveFileDialog.cs: Added emtpy file
22038
22039 2005-03-08  Peter Bartok  <pbartok@novell.com>
22040
22041         * Control.cs: Fixed bug #73190; now invokes CreateControl (which
22042           in turn triggers OnCreateContro) when creating a handle for the
22043           first time.
22044         * TextControl.cs: Fixed endless loop in certain cases when
22045           replacing the current selection
22046
22047 2005-03-08  Jordi Mas i Hernandez <jordi@ximian.com>
22048
22049         * ScrollBar.cs:
22050           - Honors NewValue changes in Scroll events allowing apps to change it
22051           - Adds First and Last Scroll events
22052           - Fixes Thumb events
22053
22054 2005-03-07  Peter Bartok  <pbartok@novell.com>
22055
22056         * Hwnd.cs: Added DefaultClientRectangle property
22057         * XplatUI.cs: Now using the X11 driver Where() method, which provides
22058           more detailed debug information
22059         * XplatUIX11.cs:
22060           - Fixed size-change feedback loop, where we would pull an old size
22061             off the queue and mistakenly change our window's size to an
22062             earlier value
22063           - Now compressing ConfigureNotify events, to reduce looping and
22064             redraw issues
22065         * TextBoxBase.cs: Preventing crash when no text is set and ToString()
22066           is called
22067
22068 2005-03-07  Jackson Harper  <jackson@ximian.com>
22069
22070         * Binding.cs: Push data pushes from data -> property. Check if the
22071         property is readonly when attempting to set it.
22072
22073 2005-03-07  Jackson Harper  <jackson@ximian.com>
22074
22075         * Binding.cs: Format and parse data correctly. Use ASsignableFrom
22076         instead of IsSubclassOf. Pulling data now sets the value on the
22077         control.
22078         * PropertyManager.cs:
22079         * CurrencyManager.cs: Just need to pull data when updating now,
22080         because PullData will set the value on the control.
22081
22082 2005-03-04  Jackson Harper  <jackson@ximian.com>
22083
22084         * Binding.cs: Implement data type parsing and converting on pulled
22085         data. TODO: Are there more ways the data can be converted?
22086
22087 2005-03-04  Jackson Harper  <jackson@ximian.com>
22088
22089         * Binding.cs: Support <Property>IsNull checks. Also bind to the
22090         controls Validating method so we can repull the data when the
22091         control loses focus.
22092
22093 2005-03-03  Jordi Mas i Hernandez <jordi@ximian.com>
22094
22095         * ColumnHeader.cs:
22096           - Fixes null string format
22097           
22098         * ListView.cs:
22099           - Adds enum type checks
22100           - Fixes redrawing and recalc need after changing some properties
22101           - Fixes on focus_item set after the event
22102           - Fixes adding columns after the control has been created
22103           
22104         * ThemeWin32Classic.cs:
22105           - Fixes CheckBox focus rectangle
22106           - Fixes ColumnHeader drawing
22107
22108
22109 2005-03-03  Jackson Harper  <jackson@ximian.com>
22110
22111         * Binding.cs: Bind to <Property>Changed events so we can detect
22112         when properties are changed and update the data.
22113
22114 2005-03-02  Jordi Mas i Hernandez <jordi@ximian.com>
22115
22116         * ImageList.cs:
22117           - Changes 32-bit pixel format to Format32bppArgb to allow transparency
22118           - Fixes ImageList constructor with ImageList container
22119           - Fixes image scaling (wrong parameters at DrawImage)
22120
22121 2005-02-02  Jackson Harper  <jackson@ximian.com>
22122
22123         * Binding.cs: Make property searches case-insensitive. Eliminate
22124         some duplicated code.
22125
22126 2005-03-01  Jordi Mas i Hernandez <jordi@ximian.com>
22127
22128         * ComboBox.cs:
22129                 - Handle focus event
22130                 - Fix scrollbar events
22131                 - Discard highlighted item if remove it
22132                 - Fixes SelectedItem with strings
22133
22134 2005-03-01  Peter Bartok  <pbartok@novell.com>
22135
22136         * Control.cs:
22137           - Fixed Visible property, now follows (once again) parent chain
22138             to return false if any control in the chain is visible=false
22139           - Fixed OnParentVisibleChanged, now just calls OnVisibleChanged event
22140           - Fixed several places where is_visible instead of Visible was used
22141           - Implemented FIXME related to focus selection when setting focused
22142             control to be invisible
22143
22144         * XplatUIWin32.cs: Now using proper method to find out if window is
22145           visible. Thanks to Jordi for pointing it out
22146
22147 2005-02-28  Jordi Mas i Hernandez <jordi@ximian.com>
22148
22149         * ComboBox.cs: show/hide scrollbar instead of creating it
22150
22151 2005-02-27  Jackson Harper  <jackson@ximian.com>
22152
22153         * CurrencyManager.cs: Add PositionChanged stuff.
22154
22155 2005-02-27  Peter Bartok  <pbartok@novell.com>
22156
22157         * XplatUI.cs, XplatUIDriver.cs: Added new GetMenuOrigin() method
22158         * XplatUIOSX.cs: Added GetMenuOrigin() stub
22159         * XplatUIWin32.cs: Implemented GetMenuOrigin()
22160         * XplatUIX11.cs:
22161           - Implemented GetMenuDC()
22162           - Implemented GetMenuOrigin()
22163           - Implemented ReleaseMenuDC()
22164           - Implemented generation of WM_NCPAINT message
22165           - Implemented generation and handling of WM_NCCALCSIZE message
22166         * Form.cs: Added debug helper message for Jordi's menu work
22167         * Hwnd.cs:
22168           - Modified ClientRect property; added setter, fixed getter to handle
22169             setting of ClientRect
22170           - Added MenuOrigin property
22171
22172 2005-02-26  Peter Bartok  <pbartok@novell.com>
22173
22174         * XplatUIX11.cs:
22175           - Destroys the caret if a window that's being destroyed contains it
22176           - Ignores expose events coming from the X11 queue for windows that
22177             already are destroyed
22178           - Now uses the proper variable for handling DestroyNotify, before we
22179             marked the wrong window as destroyed
22180           - Improved/added some debug output
22181
22182 2005-02-26  Peter Bartok  <pbartok@novell.com>
22183
22184         * X11Keyboard.cs: Fixes to work on 64bit systems
22185
22186 2005-02-26  Peter Bartok  <pbartok@novell.com>
22187
22188         * Control.cs:
22189           - Now calling OnHandleDestroyed from DestroyHandle()
22190             instead of Dispose()
22191           - Removed bogus call to controls.Remove() from DestroyHandle()
22192
22193 2005-02-26  Peter Bartok  <pbartok@novell.com>
22194
22195         * Control.cs: Properly destroy child windows when our handle is
22196           destroyed
22197
22198 2005-02-25  Peter Bartok  <pbartok@novell.com>
22199
22200         * XplatUI.cs:
22201           - Added 'DriverDebug' define to allow tracing XplatUI API calls
22202           - Alphabetized Static Methods and Subclasses
22203
22204         * XplatUIX11.cs:
22205           - Added XException class to allow custom handling of X11 exceptions
22206           - Created custom X11 error handler, tied into XException class
22207           - Added support for MONO_XEXCEPTIONS env var to allow the user
22208             to either throw an exception on X errors or continue running
22209             after displaying the error
22210           - Added handling of DestroyNotify message
22211           - Added handler for CreateNotify message (still disabled)
22212           - Improved (tried to at least) Where method to provide file and lineno
22213         * X11Structs.cs:
22214           - Added XErrorHandler delegate
22215           - Added XRequest enumeration (to suppor translation of errors)
22216
22217 2005-02-25  Jackson Harper  <jackson@ximian.com>
22218
22219         * PropertyManager.cs: Implement editing features
22220         * CurrencyManager.cs:
22221         * Binding.cs: First attempt at UpdateIsBinding
22222         * BindingManagerBase.cs: Call UpdateIsBinding before
22223         pushing/pulling data.
22224
22225 2005-02-25  Jordi Mas i Hernandez <jordi@ximian.com>
22226
22227         * MenuAPI.cs: Respect disabled items
22228         * ThemeWin32Classic.cs
22229                 - Caches ImageAttributes creation for DrawImageDisabled
22230                 - Fixes vertical menu line drawing
22231                 - Draws disabled arrows in disable menu items
22232
22233 2005-02-24  Peter Bartok  <pbartok@novell.com>
22234
22235         * Hwnd.cs:
22236           - Added UserData property to allow associating arbitrary objects
22237             with the handle
22238           - Fixed leak; now removing Hwnd references from static windows array
22239         * XplatUIWin32.cs:
22240           - Fixed Graphics leak in PaintEventEnd
22241           - Removed usage of HandleData, switched over to Hwnd class
22242         * HandleData.cs: Removed, obsoleted by Hwnd.cs
22243
22244 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
22245
22246         * ThemeWin32Classic.cs: Adds Cliping to TrackBar drawing
22247         * ScrollBar.cs: Fixes bug
22248         * TrackBar.cs: removes death code, clipping, mimize refreshes,
22249          keyboard navigation enhancements
22250
22251 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
22252
22253         * Control.cs: Call DefWndProc at WM_PAINT only if UserPaint not defined
22254         * GroupBox.cs: Add control styles
22255         * Label.cs: Add control styles
22256         * UpDownBase.cs: Add control styles
22257         * ListBox.cs: Add control styles
22258         * XplatUIWin32.cs: Fixes wrong parameter order
22259
22260
22261 2005-02-23  Chris Bacon  <chris.bacon@docobo.co.uk>
22262
22263         * ListView.cs: Assign owner for ColumnHeader. Patch by Chris Bacon
22264
22265 2005-02-23  Jackson Harper  <jackson@ximian.com>
22266
22267         * PropertyManager.cs: Implement property binding. This doesn't
22268         seem to work yet though as (I think) there are some bugs in
22269         System.ComponentModel.PropertyDescriptor.
22270         * BindingContext.cs: Use new PropertyManager constructor.
22271
22272 2005-02-23  Jordi Mas i Hernandez <jordi@ximian.com>
22273
22274         * ProgressBar.cs: use clip region in ProgressBar
22275         * ThemeWin32Classic.cs: use clip region in ProgressBar
22276
22277 2004-02-22  Jackson Harper  <jackson@ximian.com>
22278
22279         * BindingsCollection.cs: Remove some debug code.
22280
22281 2005-02-22  Jackson Harper  <jackson@ximian.com>
22282
22283         * BindingContext.cs:
22284         * ControlBindingsCollection.cs:
22285         * CurrencyManager.cs:
22286         * Binding.cs:
22287         * BindingManagerBase.cs: Initial implementation
22288         * BindingsCollection.cs: Add an internal contains method that the
22289         BindingManagerBase uses to ensure bindings aren't added twice to
22290         the collection.
22291         * PropertyManager.cs: Stubbed out.
22292         * Control.cs:
22293         * ContainerControl.cs: Hook up databinding
22294         
22295 2005-02-22  Geoff Norton  <gnorton@customerdna.com>
22296
22297         * XplatUIOSX.cs:
22298           OSXStructs.cs: Refactored to handle the new Hwnd NC logic area.
22299           Fixed Invalidate/Update chain.
22300           Fixed tons of other minor bugs (this is almost a complete rewrite).
22301
22302 2005-02-22  Jordi Mas i Hernandez <jordi@ximian.com>
22303
22304         * ComboBox.cs: do subcontrol creation when the control is created
22305
22306 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
22307
22308         * Label.cs: fixes image drawing (image and imagelist)
22309         * ThemeWin32Classic.cs: cache brushes
22310         
22311 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
22312
22313         * Form.cs: Move menu drawing code to Theme class
22314         * ComboBox.cs: Move ComboBox drawing code to Theme class
22315         * MenuItem.cs: Move menu drawing code to Theme class
22316         * MenuAPI.cs: Move menu drawing code to Theme class
22317         * ThemeWin32Classic.cs: New methods
22318         * CheckedListBox.cs: Move CheckedListbox drawing code to Theme class
22319         * ListBox.cs: Move Listbox drawing code to Theme class
22320         * Theme.cs: New methods
22321
22322 2005-02-20  Peter Bartok  <pbartok@novell.com>
22323
22324         * Control.cs:
22325           - Fixed ProcessKeyEventArgs to also handle WM_SYSKEY messages (and
22326             only process mnemonics on those)
22327           - Fixed event sequence for key handling; first calling
22328             ProcessKeyEventArgs now
22329         * TextBoxBase.cs:
22330           - Removed WM_KEYDOWN hook, instead we now use ProcessDialogKey()
22331             for processing non-character keys
22332           - Fixed WM_CHAR to generate proper event sequence before processing
22333         * XplatUIWin32.cs: Added ALT key state to ModifierKeys property
22334           generation
22335
22336 2005-02-19  Peter Bartok  <pbartok@novell.com>
22337
22338         * UserControl.cs: Added TextChanged event; added attributes
22339         * SizeGrip.cs: Implemented resizing and optional display of grip
22340         * Form.cs: Fixed attribute
22341         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs:
22342           Changed meaning of ScrollWindow bool argument; instead of the
22343           clear attribute (which will be true usually anyway), it gives the
22344           option of moving child controls as well.
22345         * XplatUIX11.cs:
22346           - Changed to match new ScrollWindow argument
22347           - Fixed GetWindowPos/SetWindowPos behaviour for toplevel controls,
22348             now handles the implicit parent window a WM puts around us
22349         * ScrollableControl.cs: Implemented (not the prettiest, but it seems
22350           to work)
22351         * TextBoxBase.cs: Adjusted to new ScrollWindow arguments
22352         * TreeView.cs: Adjusted to new ScrollWindow arguments
22353
22354 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
22355
22356         * Form.cs: Menu integration with non-client area
22357         * MenuItem.cs: Menu integration with non-client area
22358         * MenuAPI.cs: Menu integration with non-client area
22359
22360 2005-02-18  Peter Bartok  <pbartok@novell.com>
22361
22362         * MethodInvoker.cs: Added
22363         * MdiLayout.cs: Added
22364         * SendKeys.cs: Started implementation
22365         * ErrorIconAlignment.cs: Added
22366
22367 2005-02-18  Peter Bartok  <pbartok@novell.com>
22368
22369         * XplatUIWin32.cs: Implemented SetMenu(); fixed GetMenuDC()
22370         * Form.cs: Added handling for Menu-related Non-client messages
22371
22372 2005-02-17  Peter Bartok  <pbartok@novell.com>
22373
22374         * UpDownBase.cs: Fixed typo, compilation errors
22375         * DomainUpDown.cs: Fixed attribute value
22376
22377 2005-02-16  Miguel de Icaza  <miguel@novell.com>
22378
22379         * UpDownBase.cs: Attach entry events.
22380         Propagate events.
22381         Add ForeColor property, Focused, InterceptArrowKeys (interception
22382         does not work yet).
22383
22384 2005-02-17  Jordi Mas i Hernandez <jordi@ximian.com>
22385
22386         * Form.cs:
22387                 - Redraw non client are on Setmenu
22388                 - Calc proper menu starting point
22389
22390 2005-02-17  Peter Bartok  <pbartok@novell.com>
22391
22392         * Application.cs: Fixed message_filter check
22393
22394 2005-02-17  Peter Bartok  <pbartok@novell.com>
22395
22396         * Application.cs: Now calls registered message filters
22397         * DockStyle.cs: Fixed attribute
22398         * Form.cs: Fixed attribute
22399         * Menu.cs: Fixed attribute
22400         * ToolTip.cs: Fixed attribute
22401         * TreeNode.cs: Added missing attributes and arranged in regions
22402         * PropertyGrid.cs: Fixed signatures
22403         * TreeNodeCollection.cs: Added attributes
22404         * Splitter.cs: Added missing attributes; arranged into regions
22405         * TabPage.cs: Added missing attributes; arranged into regions
22406         * TextBoxBase.cs: Added missing attributes
22407         * TextBox.cs: Added missing attributes
22408         * ArrangeDirection.cs: Added missing attributes
22409         * TreeNodeConverter.cs: Added stub (needed for TreeNode)
22410         * ToolBarButton.cs: Fixed attributes
22411         * AnchorStyles.cs: Fixed attribute
22412         * TrackBar.cs: Fixed attributes
22413         * TabControl.cs: Added missing attributes and arranged into regions
22414         * ToolBar.cs: Fixed attribute
22415         * StatusBar.cs: Fixed signature, organized into regions and added
22416           attributes
22417         * StatusBarPanel.cs: Fixed attributes
22418         * ContentsResizedEventArgs.cs: Implemented
22419         * ContentsResizedEventHandler.cs: Implemented
22420         * DateBoldEventArgs.cs: Implemented
22421         * DateBoldEventHandler.cs: Implemented
22422         * UpDownEventArgs.cs: Implemented
22423         * UpDownEventHandler.cs: Implemented
22424         
22425 2005-02-16  Jordi Mas i Hernandez <jordi@ximian.com>
22426
22427         * Form.cs: first Menu NC refactoring
22428         * MenuAPI.cs: first Menu NC refactoring
22429         
22430 2005-02-16  Peter Bartok  <pbartok@novell.com>
22431
22432         * ImeMode.cs: Added missing attributes
22433         * Menu.cs: Fixed attribute
22434         * GroupBox.cs: Fixed attribute
22435         * Label.cs: Fixed attribute
22436         * ColorDialog.cs (RunDialog): Removed TODO attribute
22437         * ComboBox.cs: Fixed attributes
22438         * ListControl.cs: Added missing attributes
22439         * PropertyGrid.cs: Fixed attributes
22440         * Control.cs: Fixed attributes
22441         * ListViewItem.cs: Added TypeConverter attribute
22442         * NotifyIcon.cs: Fixed attributes
22443         * ListView.cs: Fixed attributes
22444         * ButtonBase.cs: Fixed attribute
22445         * ImageList.cs: Added missing attributes
22446         * ContainerControl.cs: Fixed signature
22447         * CheckedListBox.cs: Fixed attribute; added missing attributes
22448         * Panel.cs: Fixed attributes
22449         * PropertyTabChangedEventArgs.cs: Added missing attribute
22450         * PropertyValueChangedEventArgs.cs: Added missing attribute
22451         * Binding.cs: Fixed attribute
22452         * ListViewItemConverter: Implemented ListViewSubItemConverter class
22453         * ListBox.cs: Fixed attribute; added missing attributes;
22454         * ScrollableControl.cs: Added missing attributes
22455         * PictureBox.cs: Added missing attributes; implemented missing property
22456         * DateTimePicker.cs: Added missing attributes
22457         * Theme.cs (ToolWindowCaptionHeight): Fixed type
22458         * MonthCalendar.cs: Fixed attributes
22459         * StatusBarPanel.cs: Added missing attributes
22460         * SystemInformation.cs (ToolWindowCaptionHeight): Fixed type
22461
22462 2005-02-16  Peter Bartok  <pbartok@novell.com>
22463
22464         * TextBoxBase.cs: The previous method to enforce height yet remember
22465           the requested high was less than ideal, this is an attempt to do
22466           it better.
22467         * Control.cs: Added comment about possible problem
22468         * Copyright: Updated format
22469         * GridItemType.cs: Fixed swapped values
22470
22471 2005-02-15  Jackson Harper  <jackson@ximian.com>
22472
22473         * BaseCollection.cs: Use property so we never access an
22474         uninitialized list. Also initialize the list in the property.
22475
22476 2005-02-15  Peter Bartok  <pbartok@novell.com>
22477
22478         * GroupBox.cs (ProcessMnemonic): Implemented
22479         * Label.cs (ProcessMnemonic): Implemented
22480         * ThemeWin32Classic.cs (DrawGroupBox): Added stringformat to show
22481           hotkeys
22482
22483 2005-02-15  Peter Bartok  <pbartok@novell.com>
22484
22485         * RadioButton.cs (ProcessMnemonic): Implemented
22486         * CheckBox.cs (ProcessMnemonic): Implemented
22487         * Control.cs:
22488           - Added handling of WM_SYSxxx keyboard messages to support mnemonic
22489             handling
22490           - Added internal method to allow calling ProcessMnemonic from other
22491             controls
22492         * ContainerControl.cs:
22493           - Started support for handling validation chain handling
22494           - Implemented ProcessMnemonic support
22495           - Added Select() call to Active, to make sure the active control
22496             receives focus
22497         * Form.cs: Setting toplevel flag for Forms (this was lost in the
22498           FormParent rewrite)
22499         * ThemeWin32Classic.cs:
22500           - DrawCheckBox(): Fixed stringformat to show hotkeys
22501           - DrawRadioButton(): Fixed stringformat to show hotkeys
22502         * CommonDialog.cs: Removed WndProc override, not needed
22503
22504 2005-02-14  Peter Bartok  <pbartok@novell.com>
22505
22506         * XplatUIX11.cs: Fixed NotImplemented exceptions for properties,
22507           missed those in the rewrite
22508
22509 2005-02-14  Miguel de Icaza  <miguel@novell.com>
22510
22511         * NumericUpDown.cs (Increment, ToString): Add.
22512         (DecimalPlaces): implement.
22513         
22514         Add attributes.
22515         
22516         * UpDownBase.cs: Add the designer attributes.
22517
22518 2005-02-13  Peter Bartok  <pbartok@novell.com>
22519
22520         * Panel.cs: Removed border_style, now in Control
22521         * XplatUIDriver.cs: Added SetBorderStyle, SetMenu, GetMenuDC and
22522           ReleaseMenuDC Methods; renmaed ReleaseWindow to UngrabWindow
22523
22524 2005-02-13  Peter Bartok  <pbartok@novell.com>
22525
22526         * MouseButtons.cs: Added missing attributes
22527         * XplatUIStructs.cs: Added enumeration for title styles
22528         * LeftRightAlignment.cs: Added missing attributes
22529         * Hwnd.cs: Switched to use client_window as handle (slower, but makes
22530           it compatible with Graphics.FromHwnd()
22531         * SelectedGridItemChangedEventArgs.cs: Fixed property type
22532         * Keys.cs: Added missing attributes
22533         * SelectionRange.cs: Added missing attributes
22534         * SelectionRangeConverter.cs: Added
22535         * XplatUI.cs:
22536           - Introduced SetBorderStyle, SetMenu, GetMenuDC and
22537             ReleaseMenuDC methods
22538           - Renamed ReleaseWindow to UngrabWindow
22539           - Added proper startup notice to allow version identification
22540         * Form.cs:
22541           - Added missing attributes
22542           - Removed FormParent concept
22543         * Label.cs: Removed border_style field, now in Control
22544         * RadioButton.cs: Now properly selects RadioButton when focus is
22545           received
22546         * ThemeGtk.cs: Fixed SetDisplay call to match new X11 behaviour
22547         * Control.cs:
22548           - Added missing attributes
22549           - Added borderstyle handling
22550           - Removed FormParent concept support
22551           - Fixed calls to XplatUI to match changed APIs
22552           - Fixed bug that would case us to use disposed Graphics objects
22553           - Removed unneeded internal methods
22554           - PerformLayout(): Fixed to handle DockStyle.Fill properly
22555           - SelectNextControl(): Fixed to properly check common parents
22556         * TextBoxBase.cs: Removed border_style field (now in Control)
22557         * MessageBox.cs:
22558           - Patch by Robert Thompson (rmt@corporatism.org): Added icon support,
22559             fixed calculations for form size
22560           - Added support for localized strings and icons
22561           - Improved form size calculations, added border
22562         * ListView.cs: Removed border_style field (now in Control)
22563         * X11Structs.cs: Moved several structs from X11 driver here
22564         * X11Keyboard.cs: Changed debug message
22565         * Application.cs: Removed FormParent concept support
22566         * CommonDialog.cs:
22567           - Resetting end_modal flag
22568           - Removed FormParent concept support
22569         * NativeWindow.cs: Removed FormParent concept support
22570         * XplatUIX11.cs: Rewritten, now using the new Hwnd class, implementing
22571           Client area and Non-Client whole window to allow support for WM_NC
22572           messages
22573         * XplatUIOSX.cs: Updated to match latest driver spec; added exception
22574           prevent using it until it supports Hwnd as per Geoff Norton's request
22575         * ToolBar.cs: Fixed drawing, was not doing proper drawing
22576         * PictureBox.cs: Removed border_style field, now in Control
22577         * XplatUIWin32.cs: Added new driver methods
22578
22579 2005-02-12  Peter Bartok  <pbartok@novell.com>
22580
22581         * OpacityConverter.cs: Implemented
22582         * Hwnd.cs: Internal class to support drivers that need to emulate
22583           client area/non-client area window behaviour
22584
22585 2005-02-11  Peter Bartok  <pbartok@novell.com>
22586
22587         * KeysConverter.cs: Implemented
22588
22589 2005-02-11  Jordi Mas i Hernandez <jordi@ximian.com>
22590
22591         * Menu.cs: fixes methods GetContextMenu, GetMainMenu, ToString
22592         * LinkLabel: Added missing attributes
22593         * MainMenu.cs: fixes ToString
22594         * MenuItem.cs: fixes methods GetContextMenu, GetMainMenu
22595         * ListBox.cs: fixes event position
22596         * TrackBar.cs: adds missing attributes and events
22597         
22598 2005-02-10  Jordi Mas i Hernandez <jordi@ximian.com>
22599
22600         * MenuItem.cs: Use SystemInformation and bug fixes
22601         * MenuAPI.cs: Use SystemInformation and bug fixes
22602
22603 2005-02-09  Jackson Harper  <jackson@ximian.com>
22604
22605         * X11Keyboard.cs: We ignore some keys, but still need to set/reset
22606         their keystate otherwise things like VK_MENU get stuck "on".
22607
22608 2005-02-09  Kazuki Oikawa <kazuki@panicode.com>
22609
22610         * ListBox.cs: Fixes AddRange bug
22611         
22612 2005-02-09  Jordi Mas i Hernandez <jordi@ximian.com>
22613
22614         * ProgressBar.cs
22615                 - Add missing attributes
22616                 - Add missing method
22617                 
22618         * CheckedListBox.cs: Added missing attributes
22619                 - Add missing attributes
22620                 - Remove extra method
22621         
22622         * ComboBox.cs: Added missing attributes
22623         * VScrollBar.cs: Added missing attributes
22624         * ScrollBar.cs:  Added missing attributes
22625         * ListBox.cs: Fixes signature, add missing consts
22626         * LinkArea.cs:   Added missing attributes
22627         
22628
22629 2005-02-08  Peter Bartok  <pbartok@novell.com>
22630
22631         * Menu.cs: Added missing attributes
22632         * MainMenu.cs: Added missing attributes
22633         * GroupBox.cs: Added missing attributes
22634         * Label.cs: Added missing attributes
22635         * CheckBox.cs: Implemented CheckBoxAccessibleObject class
22636         * ColorDialog.cs:
22637           - Added Instance and Options properties
22638           - Added missing attributes
22639         * Cursor.cs: Made Serializable
22640         * NotifyIcon: Added missing attributes
22641         * MenuItem.cs: Added missing attributes
22642         * TextBoxBase.cs: Implemented AppendText() and Select() methods
22643         * Panel.cs: Added Missing attributes
22644         * MonthCalendar.cs: Fixed CreateParams
22645
22646 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
22647         
22648         * LinkLabel.cs:
22649                 - Fixes signature
22650                 - Fixes issues with links
22651                 - Adds the class attributes
22652
22653 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
22654         
22655         * ComboBox.cs:
22656                 - Fixes button when no items available in dropdown
22657                 - Fixes repainting problems
22658                 - Adds the class attributes
22659                 
22660 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
22661
22662         * XplatUIOSX.cs: Detect the menu bar and title bar height from
22663         the current theme.  Cache these on startup.
22664
22665 2005-02-07  Jackson Harper  <jackson@ximian.com>
22666
22667         * ScrollBar.cs: Give the correct clipping rect to the theme. Dirty
22668         the scrollbar buttons when they are depressed.
22669
22670 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
22671
22672         * XplatUIOSX.cs: Really fix working at resolutions not 1024x768.
22673         Get the display size from the main displayid.  We currently dont
22674         support multiple display configurations.
22675
22676 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
22677
22678         * XplatUIOSX.cs: Ensure the window doesn't get stuck behind the statusbar.
22679
22680 2005-02-07  Miguel de Icaza  <miguel@novell.com>
22681
22682         * UpDownBase.cs: Add ReadOnly and UpDownAlign properties.
22683
22684 2005-02-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
22685
22686         * PropertyGrid.cs: Updated. Patch by Jonathan Chambers
22687
22688 2005-02-04  Jackson Harper  <jackson@ximian.com>
22689
22690         * ThemeWin32Classic.cs: Respect the clipping rect when
22691         drawing. Only fill the intersection of clips and rects so there
22692         isn't a lot of large fills.
22693         * ScrollBar.cs: Pass the correct clipping rect to the theme
22694         engine. Remove some debug code.
22695
22696 2005-02-05  John BouAntoun  <jba-mono@optusnet.com.au>
22697         
22698         * DateTimePicker.cs:
22699                 - Fixed crash on DateTime.Parse, use Constructor instead
22700
22701 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
22702         
22703         * MenuItem.cs:
22704         * MenuAPI.cs:
22705                 - Owner draw support (MeasureItem and DrawItem)
22706
22707 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
22708         
22709         *  Menu.cs:
22710                 - Implements FindMergePosition and MergeMenu functions (very poor documented)
22711                 - Fixes MenuItems.Add range
22712         * MenuItem.cs:
22713                 - MergeMenu and Clone and CloneMenu functions
22714
22715 2005-02-03  Jackson Harper  <jackson@ximian.com>
22716
22717         * ScrollBar.cs: Make abstract
22718         * ScrollableControl.cs: Create H/V scrollbars now that scrollbar
22719         is abstract.
22720
22721 2005-02-03  Jackson Harper  <jackson@ximian.com>
22722
22723         * ScrollBar.cs: First part of my scrollbar fixups. This removes
22724         all the unneeded refreshes and uses invalidates with properly
22725         computed rects.
22726
22727 2005-02-03  Peter Bartok  <pbartok@novell.com>
22728
22729         * ComponentModel.cs: Added
22730         * IDataGridEditingService.cs: Added
22731         * Timer.cs: Added missing attributes
22732         * ToolTip.cs: Added missing attributes
22733
22734 2005-02-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
22735
22736         * PropertyGridView.cs: Added. Patch by Jonathan Chambers
22737
22738 2005-02-03  Peter Bartok  <pbartok@novell.com>
22739
22740         * ListBox.cs: Added missing attributes
22741
22742 2005-02-03  Jordi Mas i Hernandez <jordi@ximian.com>
22743         
22744         * ListBox.cs:
22745                 - Fixes font height after font change
22746                 - Avoid generating unnecesary OnSelectedIndexChanged on clearing
22747                 
22748 2005-02-02  Peter Bartok  <pbartok@novell.com>
22749
22750         * HandleData.cs: Introduced static methods to allow class
22751           to be more self-contained and track it's own HandleData objects
22752         * XplatUIOSX.cs, XplatUIWin32.cs, XplatUIX11.cs: Fixed usage of
22753           HandleData to use new static methods
22754
22755 2005-02-02  Jordi Mas i Hernandez <jordi@ximian.com>
22756
22757         * Combobox.cs:
22758                 - Fixes default size and PreferredHeight
22759                 - Missing events
22760                 - ObjectCollection.Insert implementation
22761                 
22762         * ListControl.cs
22763                 - Fixes signature
22764         * ListBox.cs:
22765                 - Several fixes
22766                 - ObjectCollection.Insert implementation
22767                 - No selection after clean
22768                 - Small fixes
22769
22770 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
22771
22772         * ThemeWin32Classic.cs: quick fix to comboboxbutton pushed painting
22773
22774 2005-02-01  Jordi Mas i Hernandez <jordi@ximian.com>
22775
22776         * Combobox.cs:
22777                 - Caches ItemHeight calculation for OwnerDrawVariable
22778                 - Handles dropdown properly
22779                 - Fixes several minor bugs
22780
22781 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
22782
22783         * ListBox.cs:
22784                 - Fixes 71946 and 71950
22785                 - Fixes changing Multicolumn on the fly
22786                 - Fixes keyboard navigation on Multicolumn listboxes
22787
22788 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
22789         
22790         * XplatUIOSX.cs: Call ExitToShell in our teardown to avoid a
22791         crash reporter log.
22792
22793 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
22794
22795         * XplatUIOSX.cs: Allow applications to actually exit.
22796
22797 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
22798
22799         * XplatUIOSX.cs: SetWindowStyle implemented.  Reposition views in
22800         their parent at creation time rather than lazily later.  Fixes a major
22801         regression we were experiencing.
22802
22803 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
22804
22805         * ThemeWin32Classic.cs: more date time picker painting fixes
22806         * DateTimePicker.cs: more monthcalendar drop down fixes
22807         * MonthCalendar.cs: more CreateParams fixes to ensure correct drop down
22808
22809 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
22810
22811         * ScrollBar.cs:
22812                 - When moving the thumb going outside the control should stop the moving
22813                 - Adds the firing of missing events
22814                 - Fixes no button show if Size is not specified
22815                 - End / Home keys for keyboard navigation
22816
22817 2005-01-30  Peter Bartok  <pbartok@novell.com>
22818
22819         * NotifyIcon.cs (CalculateIconRect): Removed debug output and added
22820           sanity check to prevent theoretical loop
22821         * XplatUIWin32.cs (SetVisible): Removed debug output
22822         * XplatUIX11.cs (SystrayChange): Added sanity check
22823         * ScrollableControl.cs (OnVisibleChanged): Now calls base method
22824         * Control.cs (OnVisibleChanged): Added workaround for ParentForm
22825           behaviour, valid until the X11 client window rewrite is done
22826         * TextBox.cs (ctor): Setting proper default foreground and background
22827           colors
22828
22829 2005-01-30      John BouAntoun  <jba-mono@optusnet.com.au>
22830
22831         * Theme: Added DrawDateTimePicker to interface
22832         * ThemeWin32Classic.cs: Added DrawDateTimePicker (incomplete)
22833         * DateTimePicker.cs: Created (still needs keys and painting code)
22834         * DateTimePickerFormat.cs: added
22835         * MonthCalendar.cs: fixed CreateParams for popup window mode
22836           
22837 2005-01-29  Peter Bartok  <pbartok@novell.com>
22838
22839         * ControlPaint.cs: Fixed luminace value returned on achromatic colors,
22840           this should also the calculations for ligher/darker
22841         * Theme.cs: Fixed defaults for ScrollBar widths/heights
22842
22843 2005-01-29  Peter Bartok  <pbartok@novell.com>
22844
22845         * ArrangeDirection.cs: Added
22846         * ArrangeStartingPositon.cs: Added
22847         * SystemInformation.cs: Implemented
22848         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
22849           XplatUIX11.cs, Theme.cs: Added/implemented new static properties
22850           used by SystemInformation class
22851         * X11Strucs.cs: Added XSizeHints structure
22852         * MenuAPI.cs:
22853           - Fixed CreateParams to make sure the menu window is always visible
22854           - TrackPopupMenu: Added check to make sure we don't draw the
22855             menu offscreen
22856
22857 2005-01-29  Peter Bartok  <pbartok@novell.com>
22858
22859         * HandleData.cs: Added method for altering invalid area
22860         * TextBoxBase.cs: Implemented TextLength
22861
22862 2005-01-28  Peter Bartok  <pbartok@novell.com>
22863
22864         * XplatUIX11.cs: Improvement over last patch, not sending
22865           the WM_PAINT directly anymore, instead we scroll any pending
22866           exposed areas and let the system pick out the WM_PAINT later
22867
22868 2005-01-28  Peter Bartok  <pbartok@novell.com>
22869
22870         * SWF.csproj: Deleted, no longer used. Instead,
22871           Managed.Windows.Forms/SWF.csproj should be used
22872         * XplatUIX11.cs: Instead of posting the WM_PAINT, we send it
22873           directly, to avoid a potential race condition with the next
22874           scroll
22875
22876 2005-01-28  Peter Bartok  <pbartok@novell.com>
22877
22878         * XplatUI.cs: Made class internal
22879
22880 2005-01-28  Jordi Mas i Hernandez <jordi@ximian.com>
22881
22882         * CheckedListBox.cs:
22883                 - Draw focus
22884                 - Fixed Drawing
22885                 - Missing methods and events
22886
22887 2005-01-27  Peter Bartok  <pbartok@novell.com>
22888
22889         * Application.cs (Run): Don't use form if we don't have one
22890
22891 2005-01-27  Peter Bartok  <pbartok@novell.com>
22892
22893         * TextBoxBase.cs (get_Lines): Fixed index off by one error
22894
22895 2005-01-27  Peter Bartok  <pbartok@novell.com>
22896
22897         * GridEntry.cs: Added; Patch by Jonathan S. Chambers
22898         * GridItem.cs: Added; Patch by Jonathan S. Chambers
22899         * GridItemCollection.cs: Added; Patch by Jonathan S. Chambers
22900         * GridItemType.cs: Added; Patch by Jonathan S. Chambers
22901         * PropertyGrid.cs: Added; Patch by Jonathan S. Chambers
22902         * PropertySort.cs: Added; Patch by Jonathan S. Chambers
22903         * PropertyTabChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
22904         * PropertyTabChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
22905         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
22906         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
22907         * SelectedGridItemChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
22908         * SelectedGridItemChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
22909
22910 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
22911
22912         * Combobox.cs:
22913                 - Draw focus on Simple Combobox
22914                 - Fixes drawing issues
22915                 - fixes 71834
22916
22917 2005-01-27  Peter Bartok  <pbartok@novell.com>
22918
22919         * Form.cs:
22920           - Place window in default location, instead of hardcoded 0/0
22921           - Send initial LocationChanged event
22922         * Control.cs:
22923           - UpdateBounds after creation to find out where the WM placed us
22924           - Make sure that if the ParentForm changes location the Form
22925             is notified
22926         * XplatUIX11.cs: XGetGeometry will not return the coords relative
22927             to the root, but to whatever the WM placed around us.
22928             Translate to root coordinates before returning toplevel
22929             coordinates
22930         * XplatUIWin32.cs: Removed debug output
22931         * XplatUIOSX.cs, XplatUI.cs, XplatUIDriver.cs: Added toplevel
22932           flag to GetWindowPos, to allow translation of coordinates on X11
22933
22934 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
22935
22936         * ListBox.cs: connect LostFocus Event
22937
22938 2005-01-27  Peter Bartok  <pbartok@novell.com>
22939
22940         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
22941           XplatUIX11.cs: Extended the Systray API
22942         * Form.cs: Removed debug output
22943         * Application.cs: Fixed focus assignment, always need to call
22944           XplatUI.Activate() since Form.Activate() has rules that may
22945           prevent activation
22946         * NotifyIcon.cs: Should be complete now
22947         * ToolTip.cs: Worked around possible timer bug
22948
22949 2005-01-27  Jackson Harper  <jackson@ximian.com>
22950
22951         * TabControl.cs:
22952         - Only invalidate the effected tabs when the
22953         selected index changes. This reduces drawing and gets rid of some
22954         flicker.
22955         - Only refresh if the tabs need to be shifted, otherwise only
22956         invalidate the slider button.
22957         - On windows the tabs are not filled to right if the slider is
22958         visible.
22959         
22960 2005-01-27  Jackson Harper  <jackson@ximian.com>
22961
22962         * TabControl.cs: Only refresh on mouseup if we are showing the
22963         slider. Also only invalidate the button whose state has changed.
22964
22965 2005-01-26  Peter Bartok  <pbartok@novell.com>
22966
22967         * XplatUI.cs, XplatUIDriver.cs: Added Systray methods
22968         * XplatUIWin32.cs: Implemented SystrayAdd(), SystrayChange()
22969           and SystrayRemove() methods
22970         * XplatUIOSX.cs: Stubbed Systray methods
22971         * XplatUIX11.cs:
22972           - Implemented SystrayAdd(), SystrayChange() and SystrayRemove()
22973             methods
22974           - Fixed broken XChangeProperty calls (marshalling messed up things)
22975         * X11Structs.cs: Added enums and structs required for Size hinting
22976         * NotifyIcon.cs: Added & implemented
22977
22978 2005-01-26  Jackson Harper  <jackson@ximian.com>
22979
22980         * TabControl.cs: Space vertically layed out tabs properly.
22981
22982 2005-01-26  Peter Bartok  <pbartok@novell.com>
22983
22984         * Form.cs (CreateClientParams): Always set the location to 0,0
22985           since we're a child window.
22986
22987         * Control.cs (SetVisibleCore): Always explicitly setting the location
22988           of a toplevel window, apparently X11 doesn't like to move windows
22989           while they're not mapped.
22990
22991 2005-01-26  Jackson Harper  <jackson@ximian.com>
22992
22993         * TabControl.cs: Implement FillToRight size mode with vertically
22994         rendered tabs.
22995
22996 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
22997
22998         * ControlPaint.cs, ThemeWin32Classic.cs
22999                 - Fixes DrawFocusRectangle
23000
23001 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
23002
23003         * MenuAPI.cs:
23004                 - MenuBar tracking only starts when item is first clicked
23005                 - Fixes menu hidding for multiple subitems
23006                 - Unselect item in MenuBar when item Executed
23007                 - Fixes bug 71495
23008
23009 2005-01-25  Jordi Mas i Hernandez <jordi@ximian.com>
23010
23011         * ListControl.cs:
23012                 - IsInputKey for ListBox
23013         * ListBox.cs:
23014                 - Focus item
23015                 - Shift and Control item selection
23016                 - Implement SelectionMode.MultiExtended
23017                 - Fixes RightToLeft
23018         * ComboBox.cs:
23019                 - IsInputKey implemented
23020                 - Do not generate OnTextChangedEdit on internal txt changes
23021                 
23022 2005-01-23  Peter Bartok  <pbartok@novell.com>
23023
23024         * AccessibleObject.cs: Partially implemented Select()
23025         * MonthCalendar.cs: Added missing attributes and events
23026         * Form.cs: Fixed CreateParams behaviour, now controls derived from
23027           form can properly override CreateParams.
23028         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
23029           XplatUIX11.cs: Dropped RefreshWindow method, not needed if
23030           Control performs Invalidate & Update
23031         * NativeWindow (CreateHandle): Added special handling for Form
23032           and Form.FormParent classes to allow overriding of From.CreateParams
23033         * Control.cs:
23034           - ControlNativeWindow: Renamed 'control' variable to more intuitive
23035             name 'owner'
23036           - ControlNativeWindow: Added Owner property
23037           - Removed usage of Refresh() on property changes, changed into
23038             Invalidate(), we need to wait until the queue is processed for
23039             updates, direct calls might cause problems if not all vars for
23040             Paint are initialized
23041           - Added call to UpdateStyles() when creating the window, to set any
23042             styles that CreateWindow might have ignored.
23043           - Added support for Form CreateParent overrides to UpdateStyles()
23044         * MessageBox.cs: Removed no longer needed FormParent override stuff,
23045           CreateParams are now properly overridable
23046         * CommonDialog.cs: Removed no longer needed FormParent override stuff,
23047           CreateParams are now properly overridable
23048
23049 2005-01-23  Miguel de Icaza  <miguel@ximian.com>
23050
23051         * UpDownBase.cs (ctor): Connect TextChanged in the entry to the
23052         OnTextBoxChanged.
23053
23054         Capture LostFocus and OnTextBoxChanged.  The later introduces a
23055         recursive invocation that I have not figured out yet.
23056
23057         Reset the timer when not using (it was accumulating).
23058
23059
23060         (OnTextBoxChanged): Set UserEdit to true here to track whether the
23061         user has made changes that require validation.
23062
23063         Reset changing to avoid loops.
23064
23065 2005-01-22  Miguel de Icaza  <miguel@ximian.com>
23066
23067         * NumericUpDown.cs: Display value at startup.
23068
23069         * UpDownBase.cs (Text): Do not call UpdateEditText here, only call
23070         ValidateEditText.
23071
23072         * NumericUpDown.cs: Minimum, Maximum, Text, Value properties
23073         filled in.  Added some basic parsing of text.
23074
23075         Still missing the OnXXX method overrides, and figuring out the
23076         events that must be emitted.
23077
23078         * UpDownBase.cs: Handle UserEdit on the Text property.
23079         
23080 2005-01-22  Jordi Mas i Hernandez <jordi@ximian.com>
23081
23082         * ComboBox.cs:
23083           - Fixes IntegralHeight
23084           - ToString method
23085
23086 2005-01-21  Jackson Harper  <jackson@ximian.com>
23087
23088         * TabControl.cs: Set the SelectedIndex property when SelectedTab
23089         is set so that the page visibility is updated and the tabs are
23090         sized correctly.
23091
23092 2005-01-21  Jackson Harper  <jackson@ximian.com>
23093
23094         * TabControl.cs: Use cliping rectangle for blitting. Give the
23095         theme the clipping rect so we can do clipping while
23096         drawing. Remove some debug code.
23097
23098 2005-01-21  Jackson Harper  <jackson@ximian.com>
23099
23100         * TabPage.cs: Add a new method so tab pages can force the tab
23101         control to recalculate the tab page sizes.
23102         * TabControl.cs: UpdateOwner needs to make the tab control recalc
23103         sizes.
23104
23105 2005-01-20  Jackson Harper  <jackson@ximian.com>
23106
23107         * ThemeWin32Classic.cs: Clip text to the staus bar panels rects.
23108
23109 2005-01-20  Jackson Harper  <jackson@ximian.com>
23110
23111         * TreeView.cs: Set the bounds for nodes properly. They were
23112         getting screwed up when checkboxes were not enabled, but images
23113         were.
23114
23115 2005-01-20  Jordi Mas i Hernandez <jordi@ximian.com>
23116
23117         * ListBox.cs:
23118                 - Owner draw support
23119                 - Fixes
23120                 
23121 2005-01-20  Jackson Harper  <jackson@ximian.com>
23122
23123         * XplatUIStructs.cs: More misc keys
23124         * X11Keyboard.cs: Ignore some control keys.
23125
23126 2005-01-20  Jackson Harper  <jackson@ximian.com>
23127
23128         * X11Structs.cs: Add the modmaps to the keymask struct and tabify.
23129         * X11Keyboard.cs: Set the AltGr mask when we get a key event.
23130
23131 2005-01-19  Peter Bartok  <pbartok@novell.com>
23132
23133         * Control.cs: Un-selecting the control when it is loosing focus
23134
23135 2005-01-19  Jackson Harper  <jackson@ximian.com>
23136
23137         * TreeView.cs: Hook up to the text controls leave event so we can
23138         end editing when the users clicks outside the text box.
23139         
23140 2005-01-19  Jackson Harper  <jackson@ximian.com>
23141
23142         * X11Keyboard.cs: Fix typo that was causing the wrong keycodes to
23143         get set in the conversion array.
23144
23145 2005-01-19  Peter Bartok  <pbartok@novell.com>
23146
23147         * Application.cs (ModalRun): Added a call to CreateControl to ensure
23148           focus is properly set
23149         * Button.cs:
23150           - Added missing attributes
23151           - removed styles, those are already set in the base class
23152         * ButtonBase.cs:
23153           - Added missing attributes
23154           - Added clip window styles
23155         * CheckBox.cs: Added missing attributes
23156         * CommonDialog.cs:
23157           - FormParentWindow.CreateParams: Added required clip styles
23158         * Form.cs (ProcessDialogKey): Fixed handling of Escape key, now
23159           also filters modifier keys
23160         * MessageBox.cs:
23161           - Added assignment of Accept and Cancel button to enable Enter
23162             and Esc keys in MessageBox dialogs
23163           - FormParentWindow.CreateParams: Added required clip styles
23164         * RadioButton.cs: Added missing attributes
23165         * TextControl.cs: No longer draws selection if control does not
23166           have focus
23167         * TextBoxBase.cs:
23168           - Now draws simple rectangle around test area to make it obvious
23169             there's a control. This is a hack until we properly support borders
23170           - A few simple fixes to support selections better, now erases selected
23171             text when typing, and resets selection when using movement keys
23172
23173 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
23174
23175         * UpDownBase.cs: Added some new properties.
23176
23177         * DomainUpDown.cs: Implement a lot to get my test working.
23178
23179 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
23180
23181         * XplatUIOSX.cs: Fix a minor bug to bring the close box back
23182
23183 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
23184
23185         * OSXStructs (WindowAttributes): Fixed csc complaints
23186
23187 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
23188
23189         * XplayUIOSX.cs:
23190           OSXStructs.cs: Initial refactor to move enums and consts into
23191           OSXStructs and use them in the driver for greater readability.
23192
23193 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
23194
23195         * XplatUIOSX.cs: Initial support for Standard Cursors.
23196         * OSXStructs.cs: Move our structs here; added ThemeCursor enum
23197
23198 2005-01-19  Jordi Mas i Hernandez <jordi@ximian.com>
23199
23200         * ComboBox.cs: ability to change style when the ctrl is already
23201         created, missing methods and events, bug fixes, signature fixes
23202
23203 2005-01-19  Peter Bartok  <pbartok@novell.com>
23204
23205         * Cursors.cs (ctor): Added ctor to fix signature
23206
23207 2005-01-18  Peter Bartok  <pbartok@novell.com>
23208
23209         * Button.cs: Implemented DoubleClick event
23210         * ButtonBase.cs:
23211           - Fixed keyboard handling to behave like MS, where the press of
23212             Spacebar is equivalent to a mousedown, and the key release is
23213             equivalent to mouseup. Now a spacebar push will give the same
23214             visual feedback like a mouse click.
23215           - Added missing attributes
23216           - Added ImeModeChanged event
23217           - Added support for generating DoubleClick event for derived classes
23218         * CheckBox.cs:
23219           - Implemented DoubleClick event
23220           - Added missing attributes
23221         * CommonDialog.cs: Added missing attribute
23222         * ContextMenu.cs: Added missing attributes
23223         * RadioButton.cs:
23224           - AutoChecked buttons do not allow to be unselected when clicked
23225             (otherwise we might end up with no selected buttons in a group)
23226           - Added missing attributes
23227           - Implemented DoubleClickEvent
23228         * ThreadExceptionDialog.cs: Enabled TextBox code
23229
23230 2005-01-18  Peter Bartok  <pbartok@novell.com>
23231
23232         * Form.cs: Removed debug output
23233         * Button.cs: Added support for DoubleClick method
23234
23235 2005-01-18  Peter Bartok  <pbartok@novell.com>
23236
23237         * Form.cs:
23238           - Added method to parent window that allows triggering size
23239             calculations when a menu is added/removed
23240           - set_Menu: Cleaned up mess from early days of Form and Control,
23241             now properly triggers a recalc when a menu is added/removed
23242           - Added case to select form itself as focused form if no child
23243             controls exist
23244           - Added PerformLayout call when showing dialog, to ensure properly
23245             placed controls
23246         * Control.cs:
23247           - Select(): Made internal so Form can access it
23248           - Focus(): Only call Xplat layer if required (avoids loop), and sets
23249             status
23250         * Application.cs (Run): Removed hack and calls PerformLayout instead
23251           to trigger calculation when Form becomes visible
23252
23253 2005-01-18  Jordi Mas i Hernandez <jordi@ximian.com>
23254
23255         * ComboBox.cs: fixes for ownerdraw
23256
23257 2005-01-18  Peter Bartok  <pbartok@novell.com>
23258
23259         * TextControl.cs:
23260           - Sentinel is no longer static, each Document gets it's own, this
23261             avoids locking or alternatively overwrite problems when more
23262             than one text control is used simultaneously.
23263           - Switched to use Hilight and HilightText brushes for text selection
23264
23265         * TextBoxBase.cs (PaintControl): Disabled AntiAliasing to improve looks
23266
23267 2005-01-18  Peter Bartok  <pbartok@novell.com>
23268
23269         * Control.cs:
23270           - Hooked up the following events:
23271                 o ControlAdded
23272                 o ControlRemoved
23273                 o HandleDestroyed
23274                 o ImeModeChanged
23275                 o ParentChanged
23276                 o TabStopChanged
23277                 o Invalidated
23278                 o SystemColorsChanged
23279                 o ParentFontChanged
23280                 o Move
23281           - Removed debug output
23282           - Added a call to the current theme's ResetDefaults when a color change
23283             is detected
23284         * Form.cs: Now setting the proper ImeMode
23285         * Theme.cs: Defined a method to force recreation of cached resources
23286           and rereading of system defaults (ResetDefaults())
23287         * ThemeWin32Classic.cs: Added ResetDefaults() stub
23288
23289 2005-01-17  Peter Bartok  <pbartok@novell.com>
23290
23291         * Control.cs: Added missing attributes
23292
23293 2005-01-17  Jackson Harper  <jackson@ximian.com>
23294
23295         * TreeNode.cs: Implement editing. Add missing properties selected
23296         and visible.
23297         * TreeView.cs: Implement node editing. Also some fixes to use
23298         Invalidate (invalid area) instead of Refresh when selecting.
23299
23300 2005-01-17  Peter Bartok  <pbartok@novell.com>
23301
23302         * Control.cs:
23303           - Implemented InvokeGotFocus() method
23304           - Implemented InvokeLostFocus() method
23305           - Implemented InvokePaint() method
23306           - Implemented InvokePaintBackground() method
23307           - Implemented InvokeClick() method
23308           - Implemented FindForm() method
23309           - Implemented RectangleToClient() method
23310           - Implemented ClientToRectangle() method
23311           - Implemented ResetBackColor() method
23312           - Implemented ResetCursor() method
23313           - Implemented ResetFont() method
23314           - Implemented ResteForeColor() method
23315           - Implemented ResetImeMode() method
23316           - Implemented ResetLeftToRight() method
23317           - Implemented ResetText() method
23318           - Implemented Scale() methods
23319           - Implemented ScaleCore() method
23320           - Implemented Update() method
23321           - Removed unused variables
23322           - Stubbed AccessibilityNotifyClients and
23323             ControlAccessibleObject.NotifyClients() methods (dunno what to do
23324             with those yet)
23325           - Now setting proper default for RightToLeft property
23326           - Fixed bug in SetClientSizeCore that would cause windows to get
23327             really big
23328           - Now sending Click/DoubleClick events
23329           - Now selecting controls when left mouse button is clicked on
23330             selectable control
23331         * AccessibleEvents.cs: Added
23332         * XplatUI.cs, XplatUIDriver.cs: Added UpdateWindow() method
23333         * XplatUIOSX.cs: Stubbed UpdateWindow() method
23334         * XplatUIWin32.cs: Implemented UpdateWindow() method
23335         * XplatUIX11.cs: Implemented UpdateWindow() method
23336         * Form.cs: Removed stray semicolon causing CS0162 warning
23337         * ThemeWin32Classic.cs: Fixed unused variable warnings
23338         * ScrollableControl.cs: Now calls base method for ScaleCore
23339         * ButtonBase.cs: Now disabling StandardClick and StandardDoubleClick
23340           style to avoid interference with internal click handler (which is
23341           different than standard Control click handling)
23342         * RadioButton.cs:
23343           - Now unchecks all sibling radio buttons when control is
23344             selected (Fixes #68756)
23345           - Removed internal tabstop variable, using the one inherited from
23346             Control
23347
23348 2005-01-17  Jackson Harper  <jackson@ximian.com>
23349
23350         * NavigateEventArgs.cs: Fix base type.
23351         * LinkLabel.cs: Sig fix
23352         
23353 2005-01-17  Jackson Harper  <jackson@ximian.com>
23354
23355         * TreeView.cs: Only invalidate the effected nodes bounds when
23356         selecting nodes.
23357
23358 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
23359
23360         * XplatUIWin32.cs: fixes Win32 marshaling
23361         * XplatUIX11.cs: fixes method signature
23362
23363 2005-01-17  Peter Bartok  <pbartok@novell.com>
23364
23365         * XplatUIX11.cs: Clean up resources when we no longer need them
23366
23367 2005-01-17  Peter Bartok  <pbartok@novell.com>
23368
23369         * XplatUI.cs, XplatUIDriver.cs: Added SetCursor(), ShowCursor(),
23370           OverrideCursor(), DefineCursor(), DefineStdCursor(), GetCursorInfo()
23371           and DestroyCursor() methods.
23372         * Cursor.cs: Partially implemented, now supports standard cursors;
23373           still contains some debug code
23374         * Cursors.cs: Implemented class
23375         * Control.cs:
23376           - WndProc(): Added handling of WM_SETCURSOR message, setting the
23377             appropriate cursor
23378           - Implemented Cursor property
23379           - Replaced break; with return; more straightforwar and possibly
23380             faster
23381           - Now properly setting the result for WM_HELP
23382         * X11Structs.cs: Added CursorFontShape enum
23383         * XplatUIStructs.cs:
23384           - Added StdCursor enum (to support DefineStdCursor() method)
23385           - Added HitTest enum (to support sending WM_SETCURSOR message)
23386         * XplatUIX11.cs:
23387           - Now sends the WM_SETCURSOR message
23388           - Implemented new cursor methods
23389         * XplatUIOSX.cs: Stubbed new cursor methods
23390         * XplatUIWin32.cs:
23391           - Implemented new cursor methods
23392           - Added GetSystemMetrics function and associated enumeration
23393
23394 2005-01-15  Peter Bartok  <pbartok@novell.com>
23395
23396         * Control.cs:
23397           - WndProc(): Now handles EnableNotifyMessage
23398           - SelectNextControl(): Fixed bug where if no child or sibling
23399             controls exist we looped endlessly
23400
23401 2005-01-14  Jackson Harper  <jackson@ximian.com>
23402
23403         * TreeView.cs: Recalculate the tab pages when a new one is added
23404         so that the proper bounding rects are created.
23405
23406 2005-01-14  Jackson Harper  <jackson@ximian.com>
23407
23408         * TreeView.cs: Draw a gray box instead of a grip in the lower
23409         right hand corner when there are both horizontal and vertical
23410         scroll bars.
23411
23412 2005-01-14  Jackson Harper  <jackson@ximian.com>
23413
23414         * Control.cs: When erasing backgrounds use FromHwnd instead of
23415         FromHdc when there is a NULL wparam. This occurs on the X driver.
23416         * XplatUIX11.cs: Set the wparam to NULL.
23417
23418 2005-01-13  Jackson Harper  <jackson@ximian.com>
23419
23420         * PictureBox.cs: Implement missing methods (except ToString, need
23421         to test that on windows) and events. When visibility is changed we
23422         need to redraw the image because the buffers are killed. When size
23423         is changed refresh if the sizemode needs it.
23424
23425 2005-01-13  Peter Bartok  <pbartok@novell.com>
23426
23427         * Control.cs (SelectNextControl): Was using wrong method to select
23428           a control
23429
23430 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
23431
23432         * ComboBox.cs: fixes dropstyle
23433
23434 2005-01-13  Peter Bartok  <pbartok@novell.com>
23435
23436         * Form.cs:
23437           - Implemented Select() override
23438           - Now handles WM_SETFOCUS/WM_KILLFOCUS messages
23439           - Now sets keyboard focus on startup
23440         * Control.cs (SelectNextControl): Now properly handles directed=true
23441         * TextBoxBase.cs:
23442           - WndProc: Now passes tab key on to base if AcceptTabChar=false
23443           - Added (really bad) focus rectangle (mostly for testing)
23444         * TextBox.cs: Added code to handle getting/loosing focus and invalidating
23445           to enforce redraw on focus changes
23446         * ContainerControl.cs:
23447           - Fixed detection of Shift-Tab key presses
23448           - Fixed traversal with arrow keys
23449         * XplatUIX11.cs: Implemented simulated keyboard focus; not sure if we're
23450           gonna keep this or if it's complete yet
23451         
23452 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
23453
23454         * ComboBox.cs: missing properties, fixes
23455
23456 2005-01-13  Peter Bartok  <pbartok@novell.com>
23457
23458         * Panel.cs (ctor): Setting Selectable window style to off
23459         * Splitter.cs (ctor): Setting Selectable window style to off
23460         * GroupBox.cs (ctor): Setting Selectable window style to off
23461         * Label.cs (ctor): Setting Selectable window style to off
23462
23463 2005-01-12  Miguel de Icaza  <miguel@ximian.com>
23464
23465         * UpDownBase.cs (InitTimer): If the timer has been already
23466         created, enable it.
23467
23468         Use a TextBox instead of a Label.
23469
23470 2005-01-12  Jackson Harper  <jackson@ximian.com>
23471
23472         * TreeView.cs: Refresh the tree after sorting the nodes. Always
23473         draw the connecting node lines (when ShowLines is true).
23474         * TreeNode.cs: The nodes index can now be updated. This is used
23475         when a node collection is sorted.
23476         * TreeNodeCollection.cs: Implement sorting. Nodes can be sorted on
23477         insert or an existing unsorted node collection can be sorted.
23478         
23479 2005-01-12  Peter Bartok  <pbartok@novell.com>
23480
23481         * ContainerControl.cs: Implemented ProcessDialogKeys()
23482
23483 2005-01-12  Peter Bartok  <pbartok@novell.com>
23484
23485         * Control.cs:
23486           - Implemented SelectNextControl() method
23487           - Several focus related bug fixes
23488           - Fixed Docking calculations to match MS documentation and
23489             behaviour
23490
23491 2005-01-12  Jordi Mas i Hernandez <jordi@ximian.com>
23492
23493         * ContainerControl.cs, ListControl.cs, ListBox.cs: keyboard navigation and
23494         bug fixes
23495
23496 2005-01-12  Peter Bartok  <pbartok@novell.com>
23497
23498         * Control.cs:
23499           - Fixed broken Contains() method
23500           - Implemented GetNextControl() method. Finally. This is the pre-
23501             requisite for focus handling.
23502
23503 2005-01-12  Peter Bartok  <pbartok@novell.com>
23504
23505         * OSXStrucs.cs: Added
23506
23507 2005-01-12  Peter Bartok  <pbartok@novell.com>
23508
23509         * XplatUIWin32.cs:
23510           - Removed PeekMessageFlags
23511           - Implemented SetWindowStyle() method
23512         * XplatUIStructs.cs: Added PeekMessageFlags
23513         * X11Structs: Added missing border_width field to XWindowChanges struct
23514         * XplatUIX11.cs:
23515           - PeekMessage: Now throws exception if flags which are not yet
23516             supported are passed
23517           - Implemented SetWindowStyle() method
23518           - Fixed SetZOrder to handle AfterHwnd properly
23519         * XplatUI.cs: Added SetWindowStyle() method
23520         * XplatUIDriver.cs: Added SetWindowStyle() abstract
23521         * Control.cs:
23522           - Implemented UpdateStyles() method
23523           - Implemented UpdateZOrder() method
23524         * XplatUIOSX.cs: Added SetWindowStyle() stub
23525
23526 2005-01-12  Geoff Norton  <gnorton@customerdna.com>
23527
23528         * XplatUIOSX.cs: Fix SetZOrder (this needs more testing with a 3
23529         button mouse).
23530
23531
23532 2005-01-11  Jackson Harper  <jackson@ximian.com>
23533
23534         * TreeView.cs: Still need to draw lines to siblings even if out of
23535         the current node is out of the clip.
23536
23537 2005-01-11  Jackson Harper  <jackson@ximian.com>
23538
23539         * TreeView.cs: When setting the hbar/vbar/grip position use
23540         SetBounds so that perform layout is only called once. Also suspend
23541         and resume layout so layout is only done once for all controls.
23542         - Removed some debug fluff
23543         * SizeGrip.cs: Call base implmentation in overriding methods.
23544         - When visibility is changed the drawing buffers are killed so we
23545         need to redraw.
23546
23547 2005-01-11  Jackson Harper  <jackson@ximian.com>
23548
23549         * TreeView.cs: Calculate the open node count while drawing. This
23550         saves us an entire tree traversal for every paint operation. Use
23551         a member var for the open node count so less vars are passed around.
23552
23553 2005-01-11  John BouAntoun  <jba-mono@optusnet.com.au>
23554
23555         * MonthCalendar.cs:
23556         - fixed selection to use mousemove, not mouse polling on timer
23557         * ThemeWin32Classic.cs
23558         - removed redundant unused variable "no_more_content"
23559         
23560 2005-01-11  Peter Bartok  <pbartok@novell.com>
23561
23562         * XplatUIX11.cs (DoEvents): Needs to return when no more events
23563           are pending, so it now calls PeekMessage instead of GetMessage;
23564           implemented a incomplete version of PeekMessage
23565         
23566 2005-01-11  Peter Bartok  <pbartok@novell.com>
23567
23568         * XplatUIWin32.cs: Switched P/Invokes to unicode charset to avoid
23569           I18n issues
23570         * TextBoxBase.cs: Added sending of TextChanged event
23571
23572 2005-01-10  Jackson Harper  <jackson@ximian.com>
23573
23574         * TreeView.cs: Try not to draw outside the clipping rectangle on
23575         each node element.
23576
23577 2005-01-10  Jordi Mas i Hernandez <jordi@ximian.com>
23578
23579         * ComboBox.cs: keyboard navigation, item navigation, bug fixes
23580
23581 2005-01-10  Jackson Harper  <jackson@ximian.com>
23582
23583         * TreeView.cs:
23584         - Implement fast scrolling. Now only the newly
23585         exposed nodes are drawn and the old image is moved using the
23586         XplatUI::ScrollWindow method.
23587         - Factor in height of nodes when calculating whether or not the
23588         node is in the clipping rect.
23589
23590 2005-01-10  Jackson Harper  <jackson@ximian.com>
23591
23592         * TreeNodeCollection.cs: Refresh the tree when a new node is added.
23593
23594 2005-01-10  Peter Bartok  <pbartok@novell.com>
23595
23596         * Application.cs: Added temporary hack to resolve all our resize
23597           required issues on startup. This will get fixed properly at
23598           some point in the future
23599
23600 2005-01-10  Jackson Harper  <jackson@ximian.com>
23601
23602         * SizeGrip.cs: New internal class that is used as a sizing
23603         grip control...hence the name.
23604
23605 2005-01-10  Peter Bartok  <pbartok@novell.com>
23606
23607         * Control.cs: Implemented proper TabIndex handling, now assigning
23608           a tabindex when a control is added to a container
23609         * GroupBox.cs (ctor): Now sets the Container style bit, required
23610           for Control.GetNextControl()
23611
23612 2005-01-09  Jackson Harper  <jackson@ximian.com>
23613
23614         * TextBoxBase.cs: Clear window when scrolling (fixes build).
23615
23616 2005-01-09  Peter Bartok <pbartok@novell.com>
23617
23618         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
23619           XplatUIX11.cs: Added ability to control ScrollWindow expose and
23620           an overload for ScrollWindow to allow only scrolling a rectangle
23621
23622 2005-01-09  Peter Bartok <pbartok@novell.com>
23623
23624         * Form.cs:
23625           - Implemented SetDesktopBounds method
23626           - Implemented SetDesktopLocation method
23627
23628 2005-01-08  Jackson Harper  <jackson@ximian.com>
23629
23630         * TreeView.cs: Only set the vbar's Maximum and LargeChange when
23631         the node count has changed, this removes to VScroll::Refresh calls
23632         when drawing.
23633
23634 2005-01-08  Geoff Norton  <gnorton@customerdna.com>
23635
23636         * XplatUIOSX.cs: Fix GetWindowState & SetWindowState
23637
23638 2005-01-07  Jackson Harper  <jackson@ximian.com>
23639
23640         * TreeNode.cs: Just update the single node when it is
23641         checked. Don't refresh after toggling, the Expand/Collapse already
23642         handles this.
23643         * TreeView.cs: Respect clipping a little more when drawing. Try
23644         not to redraw things that don't need to be redrawn. Just hide the
23645         scrollbars when they are no longer needed instead of removing
23646         them, so they don't have to be created again and again.
23647         
23648 2005-01-07  Geoff Norton  <gnorton@customerdna.com>
23649
23650         * XplatUIOSX.cs (SetCaretPos):  We need to translate the view
23651         coordinates to window space to place the caret properly, FIXED.
23652         Implement GetWindowState & SetWindowState
23653
23654 2005-01-06  Peter Bartok <pbartok@novell.com>
23655
23656         * Form.cs:
23657           - Implemented ClientSize property
23658           - Implemented DesktopBounds property
23659           - Implemented DesktopLocation property
23660           - Implemented IsRestrictedWindow property
23661           - Implemented Size property
23662           - Implemented TopLevel property
23663           - Implemented FormWindowState property
23664         * Control.cs:
23665           - Implemented GetTopLevel() method
23666           - Implemented SetTopLevel() method
23667         * X11Structs.cs (Atom):
23668           - Added AnyPropertyType definition
23669           - Added MapState definiton and updated XWindowAttribute struct
23670         * XplatUI.cs: Added GetWindowState() and SetWindowState() methods
23671         * XplatUIDriver.cs: Added GetWindowState() and SetWindowState() methods
23672         * XplatUIOSX.cs: Stubbed GetWindowState() and SetWindowState() methods
23673         * XplatUIWin32.cs:
23674           - Implemented GetWindowState() and SetWindowState() methods
23675           - Fixed Win32GetWindowLong return type
23676         * XplatUIX11.cs:
23677           - Introduced central function for sending NET_WM messages
23678           - Implemented GetWindowState() and SetWindowState() methods
23679         * TextBoxBase.cs (set_Lines):
23680           - Now uses Foreground color for text added via Text property (Duh!)
23681           - Added code to remember programmatically requested size (fixes
23682             behaviour when Multiline is set after Size)
23683           - Added AutoSize logic
23684
23685 2005-01-06  Jackson Harper  <jackson@ximian.com>
23686
23687         * TreeView.cs: Draw the image after the checkbox if checkboxes are enabled.
23688
23689 2005-01-06  Jackson Harper  <jackson@ximian.com>
23690
23691         * ListBox.cs: Don't allow the horizontal scrollbars maximum to be
23692         set to less then 0.
23693
23694 2005-01-06  Jackson Harper  <jackson@ximian.com>
23695
23696         * ScrollableControl.cs: Lazy init the scrollbars.
23697         
23698 2005-01-06  Jackson Harper  <jackson@ximian.com>
23699
23700         * Theme.cs: Speed up getting pens and solid brushes, by using
23701         their ARGB as a hash instead of tostring and not calling Contains.
23702
23703 2005-01-06  Peter Bartok <pbartok@novell.com>
23704
23705         * Form.cs:
23706           - Implemented OnActivated and OnDeactivate event trigger
23707           - Implemented Activate() method
23708           - Fixed ShowDialog() to activate the form that was active before
23709             the dialog was shown
23710         * XplatUIX11.cs:
23711           - Added global active_window var that tracks the currently active
23712             X11 window
23713           - Now always grabs Property changes from the root window to always
23714             catch changes on the active window property
23715           - Added code to PropertyNotify handler to send Active/Inactive
23716             messages when state changes. This puts X11 and Win32 en par on
23717             WM_ACTIVATE notifications (except for double notifications when
23718             the user clicks away from our modal window to another one of our
23719             windows)
23720
23721 2005-01-05  Jackson Harper  <jackson@ximian.com>
23722
23723         * ImageList.cs: Implment ctor
23724
23725 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
23726
23727         * XplatUIOSX.cs: Implement Activate/SetTopmost
23728
23729 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
23730
23731         * XplatUIOSX.cs: Implement SetZOrder, minor cleanup
23732
23733 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
23734
23735         * XplatUIOSX.cs: Implement GetActive/SetFocus.
23736
23737 2005-01-05  Peter Bartok <pbartok@novell.com>
23738
23739         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs,
23740           XplatUIOSX.cs: Added GetActive method to return the currently
23741           active window for the application (or null, if none is active)
23742         * Form.cs:
23743           - Implemented ActiveForm
23744           - Commented out owner assignment for modal dialogs (causes problems
23745             on Win32, since the owner will be disabled)
23746           - Reworked some Active/Focus handling (still incomplete)
23747         * CommonDialog.cs: Commented out owner assignment for modal dialogs
23748           (causes problems on Win32, since the owner will be disabled)
23749         * IWin32Window: Added ComVisible attribute
23750
23751 2005-01-05  Peter Bartok <pbartok@novell.com>
23752
23753         * ToolTip.cs (WndProc): Enable setting focus now that we have the
23754           required XplatUI functions.
23755
23756 2005-01-05  Peter Bartok <pbartok@novell.com>
23757
23758         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs, XplatUIDriver.cs,
23759           XplatUIX11.cs, X11Structs.cs, Form.cs: Framework code required
23760           to implement focus and activation handling; still incomplete and
23761           with debug output
23762
23763 2005-01-04  Peter Bartok <pbartok@novell.com>
23764
23765         * TextBoxBase.cs: Changed access level for Document property to
23766           match switch to internal for TextControl
23767
23768 2005-01-04  Peter Bartok <pbartok@novell.com>
23769
23770         * AccessibleObject: Added ComVisible attribute
23771
23772 2005-01-04  Jackson Harper  <jackson@ximian.com>
23773
23774         * X11Keyboard.cs: Remove unneeded var.
23775
23776 2005-01-04  Jackson Harper  <jackson@ximian.com>
23777
23778         * XplatUIX11.cs (DoEvents): Implement, Just cast aside all events
23779         but PAINT.
23780         * XplatUIX11.cs (GetMessage): Call Exit when we get an unknown
23781         ClientMessage. This makes apps exit cleanly (more often).
23782         
23783 2005-01-04  Jackson Harper  <jackson@ximian.com>
23784
23785         * TreeNode.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) for
23786         handling focus, return correct colors and fonts,
23787         * TreeView.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) to
23788         handle selection, horizontal scrolling, and mouse interaction.
23789
23790 2005-01-04  Peter Bartok <pbartok@novell.com>
23791
23792         * ICommandExecutor.cs: Added
23793         * IDataGridColumnStyleEditingNotificationService.cs: Added
23794         * IFeatureSupport.cs: Added
23795         * IFileReaderService.cs: Added
23796         * IDataObject.cs: Added ComVisible attribute
23797         * AmbientProperties.cs: Added
23798         * BaseCollection.cs: Added missing attributes
23799         * ListBindingConverter.cs: Added (stubbed, required for certain attributes)
23800         * BaseCollection.cs: Added missing attributes
23801         * Binding.cs: Added TypeConverter attribute
23802         * BindingContext.cs: Added DefaultEvent attribute
23803         * BindingsCollection.cs: Added DefaultEvent attribute
23804         * Button.cs: Added DefaultValue attribute
23805         * DragEventArgs.cs: Added ComVisible attribute
23806         * GiveFeedbackEventArgs.cs: Added ComVisible attribute
23807         * KeyEventArgs.cs: Added ComVisible attribute
23808         * KeyPressEventArgs.cs: Added ComVisible attribute
23809         * MouseEventArgs.cs: Added ComVisible attribute
23810         * NavigateEventArgs.cs: Added
23811         * NavigateEventHandler.cs: Added
23812         * FeatureSupport.cs: Added
23813         * OSFeature.cs: Added
23814         * Theme.cs: Added abstract Version property to support OSFeature
23815         * ThemeWin32Classic.cs: Added Version property to
23816           support OSFeature.Themes
23817         * ProgressBar.cs: Removed OnPaintBackground override, not required since
23818           the proper styles to avoid background drawing are set, also doesn't
23819           match MS signature
23820         * QueryAccessibilityHelpEventArgs.cs: Added ComVisible attribute
23821         * QueryContinueDragEventArgs.cs: Added ComVisible attribute
23822         * ScrollEventArgs.cs: Added ComVisible attribute
23823         * SplitterEventArgs.cs: Added ComVisible attribute
23824         * AccessibleSelection.cs: Added Flags attribute
23825         * Appearance.cs: Added ComVisible attribute
23826         * Border3DSide.cs: Added ComVisible attribute
23827         * Border3DStyle.cs: Added ComVisible attribute
23828         * BorderStyle.cs: Added ComVisible attribute
23829         * DragAction.cs: Added ComVisible attribute
23830         * ErrorBlinkStyle.cs: Added
23831         * ScrollEventType.cs: Added ComVisible attribute
23832         * AnchorStyles.cs: Added Editor attribute
23833         * DockStyle.cs: Added Editor attribute
23834         * HorizontalAlignment.cs: Added ComVisible attribute
23835         * HelpEventArgs.cs: Added ComVisible attribute
23836         * PaintEventArgs.cs: Added IDisposable
23837
23838 2005-01-04  Peter Bartok <pbartok@novell.com>
23839
23840         * TextControl.cs: Switched Line, LineTag and Document classes to
23841           internal
23842
23843 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
23844
23845         * ComboBox.cs, ThemeWin32Classic.cs, ListBox.cs, Theme.cs:
23846         Simple mode, fixes, IntegralHeight, etc.
23847
23848 2005-01-04  Peter Bartok <pbartok@novell.com>
23849
23850         * TextBoxBase.cs: Using proper font variable now
23851
23852 2005-01-04  Peter Bartok <pbartok@novell.com>
23853
23854         * Form.cs (ShowDialog): Set parent to owner, if provided
23855         * GroupBox.cs: Removed unused vars
23856         * TextControl.cs:
23857           - Added GetHashCode() for Document and LineTag classes
23858           - Removed unused variables
23859           - Added CharIndexToLineTag() and LineTagToCharIndex() methods
23860             to allow translation between continuous char position and line/pos
23861         * CheckBox.cs: Removed vars that are provided by base class
23862         * RadioButton.cs: Removed vars that are provided by base class, added
23863           new keyword where required
23864         * LinkLabel.cs: Added new keyword where required
23865         * Control.cs (WndProc): Removed unused variable
23866         * TextBoxBase.cs:
23867           - Finished SelectionLength property
23868           - Implemented SelectionStart property
23869           - Implemented Text property
23870           - Removed unused vars
23871         * MessageBox.cs: Added new keyword where required
23872         * TextBox.cs: Removed Text property code (now in TextBoxBase), fixed
23873           WndProc signature
23874         * MenuAPI.cs: Added new keyword where required
23875         * ButtonBase.cs: Removed vars that are provided by base class, added
23876           new keyword where required
23877         * ThemeWin32Classic.cs (DrawMonthCalendarDate): Now cast Math.Floor
23878           argument to double, to allow compiling with csc 2.0 (Atsushi ran
23879           into this)
23880         * Application.cs (Run): Now triggers the ThreadExit event
23881         * CommonDialog.cs: Added new keyword where required; now properly sets
23882           parent (owner) for dialog
23883         * XplatUIX11.cs: Commented out unused vars
23884         * StatusBar.cs: Fixed signature for Text property
23885         * TabPage.cs: Undid Jordi's removal of unused var, now using the var
23886
23887 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
23888
23889         * ComboBox.cs, TabPage.cs, MenuAPI.cs, ThemeWin32Classic.cs,
23890         TrackBar.cs, MonthCalendar.cs: remove unused vars
23891
23892 2005-01-03  Jackson Harper  <jackson@ximian.com>
23893
23894         * ThemeWin32Classic.cs:
23895         * X11Keyboard.cs: Remove unused vars.
23896
23897 2005-01-03  Peter Bartok  <pbartok@novell.com>
23898
23899         * TextBox.cs:
23900           - set_Text: Tied into TextControl
23901           - set_TextAlignment: Tied into TextControl
23902         * TextControl.cs:
23903           - Added alignment properties and implemented alignment handling
23904             and drawing (still has a bug, not generating proper expose events)
23905           - Added new Line() constructor to allow passing the line alignment
23906           - Fixed selection setting, properly handling end<start now
23907           - Added aligment considerations to RecalculateDocument()
23908         * TextBoxBase.cs:
23909           - Now properly enforces control height for single line controls
23910           - Added support for CharacterCasing
23911           - Added IsInputKey override
23912           - Fixed Keys.Enter logic
23913           - Added SetBoundsCore override
23914           - Fixed mouse selection handling
23915
23916 2005-01-03  Jackson Harper  <jackson@ximian.com>
23917
23918         * TreeView.cs:
23919           - Collapse and uncheck all nodes when CheckBoxes is disabled.
23920           - Checkboxes are always aligned to the bottom of the node,
23921           regardless of item height.
23922           - Use the node bounds to draw the text so we can center it when
23923           the item height is greater then the font height.
23924           - Node::Bounds are only the text part of the node.
23925         * TreeNode.cs: New method to combine collapsing and unchecking all
23926           nodes recursively.
23927
23928 2005-01-02  Jackson Harper  <jackson@ximian.com>
23929
23930         * TreeView.cs: Draw checkmarks, handle detecting check mark clicks
23931         * TreeNode.cs: Add a bounding box for the checkbox, refresh the
23932         tree when a check is changed. TODO: Only refresh the checked node.
23933
23934 2004-12-30  Jackson Harper  <jackson@ximian.com>
23935
23936         * TreeView.cs: Draw checkbox boxes when checkboxes are enabled.
23937         * TreeNode.cs: When collapsing make sure to never collapse the
23938         root node.
23939
23940 2004-12-29  Jackson Harper  <jackson@ximian.com>
23941
23942         * TreeView.cs: Align lines to the bottom of plus minus boxes properly.
23943         
23944 2004-12-28  Zoltan Varga  <vargaz@freemail.hu>
23945
23946         * X11Structs.cs X11Keyboard.cs XplatUIX11.cs: Fix 64 bit issues.
23947
23948 2004-12-28  Peter Bartok  <pbartok@novell.com>
23949
23950         * MessageBox.cs (get_CreateParams): Don't use owner var if it's
23951           not yet assigned
23952
23953 2004-12-28  Peter Bartok  <pbartok@novell.com>
23954
23955         * Control.cs (WndProc): Added WM_HELP handler, now generates
23956           HelpRequested event
23957         * Form.cs: Added HelpButton property and required support code
23958         * XplatUIStructs.cs: Added HELPINFO structure for WM_HELP handling
23959
23960 2004-12-28  Peter Bartok  <pbartok@novell.com>
23961
23962         * CommonDialog.cs:
23963           - Made DialogForm.owner variable internal
23964           - Added check to ensure owner form is set before setting
23965             owner properties in CreateParams
23966
23967 2004-12-28  Geoff Norton  <gnorton@customerdna.com>
23968
23969         * XplatUIOSX.cs: Implement mouse hovering.  Fix QDPoint struct to avoid
23970           swizzling.  Implement ClientToScreen and ScreenToClient.  Implement
23971           GetCursorPos.  Fix major visibility issues.  Rework the windowing
23972           system to support borderless/titleless windows (implements menus).
23973           Fix GetWindowPos.  Implement initial background color support for
23974           views.
23975
23976 2004-12-28  Peter Bartok  <pbartok@novell.com>
23977
23978         * Form.cs (get_CreateParams): Make sure we have an owner before using
23979           the owner variable. Implement proper default if no owner exists
23980
23981 2004-12-28  Peter Bartok  <pbartok@novell.com>
23982
23983         * In preparation for making Managed.Windows.Forms the default build target
23984           for System.Windows.Forms, the following stubbed files were added.
23985           Dialogs are currently being implemented by contributors and are only
23986           short-term place holders.
23987         * ColorDialog.cs: Initial check-in (minmal stub)
23988         * DataGrid.cs: Initial check-in (minimal stub)
23989         * DataGridLineStyle.cs: Initial check-in (minimal stub)
23990         * DataGridParentRowsLabelStyle.cs: Initial check-in (minimal stub)
23991         * DataGridTableStyle.cs: Initial check-in (minimal stub)
23992         * FontDialog.cs: Initial check-in (minimal stub)
23993         * FileDialog.cs: Initial check-in (minimal stub)
23994         * GridColumnStylesCollection.cs: Initial check-in (minimal stub)
23995         * GridTableStylesCollection.cs: Initial check-in (minimal stub)
23996         * OpenFileDialog: Initial check-in (minimal stub)
23997         * IComponentEditorPageSite.cs: Initial check-in
23998         * Splitter.cs: Initial check-in (for Jackson)
23999         * SplitterEventArgs.cs: Initial check-in (for Jackson)
24000         * SplitterEventHandler.cs: Initial check-in (for Jackson)
24001         * TextBox.cs: Initial check-in; still needs some wiring to
24002           TextControl backend
24003         * Form.cs: Implemented ControlBox property
24004         * MessageBox.cs: Added proper coding for Minimize/Maximize/ControlBox
24005         * CommonDialog.cs: Added proper coding for Minimize/Maximize/ControlBox
24006         * TextControl.cs: Added selection functionality; added todo header
24007         * TextBoxBase.cs:
24008           - Implemented Lines property
24009           - Implemented TextHeight property
24010           - Implemented SelectedText property
24011           - Implemented SelectionLength property
24012           - Implemented SelectAll method
24013           - Implemented ToString method
24014           - Removed and cleaned up some debug code
24015           - Implemented (still buggy) mouse text selection
24016
24017 2004-12-27  Jordi Mas i Hernandez <jordi@ximian.com>
24018
24019         * ComboBox.cs: Complete DropDownList implementation, fixes.
24020
24021 2004-12-26  Jordi Mas i Hernandez <jordi@ximian.com>
24022
24023         * ThemeWin32Classic, Theme.cs: ComboBox drawing methods
24024         * ComboBoxStyle.cs: ComboBoxStyle enum
24025         * ComboBox.cs: Initial work on ComboBox control
24026
24027 2004-12-21  Peter Bartok  <pbartok@novell.com>
24028
24029         * Control.cs (ctor, CreateParams): Moved setting of is_visible
24030           forward so that anything that creates a window gets the default,
24031           also no longer uses Visible property in CreateParams to avoid
24032           walking up the parent chain and possibly get the wrong visible
24033           status. Fixed IsVisible to no longer walk up to the parent.
24034
24035 2004-12-21  Peter Bartok  <pbartok@novell.com>
24036
24037         * Form.cs (ShowDialog): Unset modality for the proper window
24038  
24039 2004-12-20  Peter Bartok  <pbartok@novell.com>
24040
24041         * CommonDialog.cs: Initial check-in
24042
24043 2004-12-20  Peter Bartok  <pbartok@novell.com>
24044
24045         * Control.cs (Visible): Now uses the parent window instead of the
24046           client area window for the property
24047
24048         * Form.cs
24049           - ShowDialog(): Now uses the proper window for modality
24050           - The default visibility state for the form parent is now false. This
24051             will prevent the user from seeing all the changes to the form and
24052             its controls before the application hits Application.Run()
24053           - Removed some stale commented out code
24054
24055         * NativeWindow.cs:
24056           - Added FindWindow() method to have a method to check for existence
24057             of a window handle
24058           - Added ability to override default exception handling (for example
24059             when debugging with VS.Net; to do this the ExternalExceptionHandler
24060             define must be set
24061           - Removed some useless debug output
24062
24063         * XplatUIX11.cs:
24064           - Removed r37929 (SetModal patch from Ashwin Bharambe), was
24065             not working as expected
24066           - Implemented modal_window stack and checking for _WM_ACTIVE_WINDOW
24067             property to allow switching back to the modal window if focus is
24068             given to another one of our windows (Application Modal)
24069           - Now only sets override_redirect if we create a window
24070             without WS_CAPTION
24071           - Moved EventMask selection before mapping of newly created window
24072             so we can catch the map event as well
24073           - Implemented Activate() method via the _WM_ACTIVE_WINDOW property
24074           - Added various Atom related DllImports
24075           - Implemented Exit() method
24076           - .ctor() : No longer shows window if WS_VISIBLE is not defined
24077             in the CreateParams
24078
24079         * MessageBox.cs: Now properly deals with the FormParent window by
24080           providing an override the FormParent CreateParams property to
24081           set as POPUP instead of OVERLAPPED window.
24082
24083 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
24084
24085         * XplatUIOSX.cs: Implement DestroyWindow.  Implement ScrollWindow
24086         Minor code cleanup.
24087
24088 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
24089         
24090         * XplatUIOSX.cs (SetModal): Implement this method on OSX.
24091
24092 2004-12-18  Peter Bartok  <pbartok@novell.com>
24093
24094         * XplatUIX11.cs (SetModal): Applied patch from Ashwin Bharambe,
24095           implementing SetModal() method
24096
24097 2004-12-18  Peter Bartok  <pbartok@novell.com>
24098
24099         * X11Structs.cs (XGCValues): Fixed type of function element
24100         * XplatUI.cs: Added ScrollWindow() method
24101         * XplatUIDriver.cs: Added ScrollWindow() abstract
24102         * XplatUIWin32.cs: Implemented ScrollWindow() method
24103         * XplatUIX11.cs: Implemented ScrollWindow() method
24104         * XplatUIOSX.cs: Stubbed out ScrollWindow() method
24105
24106 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
24107
24108         * XplatUIOSX.cs:  Fix cursor to use an Invert instead of drawing it
24109         Some more keyboard support (INCOMPLETE)
24110
24111 2004-12-17  Peter Bartok  <pbartok@novell.com>
24112
24113         * TextControl.cs:
24114         - Added color attribute to line tags.
24115         - Added color argument to all functions dealing with tags
24116         - Added color argument support to various functions
24117         - Fixed miss-calculation of baseline/shift in certain circumstances
24118
24119         * TextBoxBase.cs: Added new color option to test code
24120
24121 2004-12-17  Jackson Harper  <jackson@ximian.com>
24122
24123         * TreeNode.cs:
24124         * MonthCalendar.cs: Signature fixes
24125
24126 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
24127
24128         * XplatUIOSX.cs: Find the missing caret; caret was dissappearing after a
24129         keyboard event moved it.  Create a new graphics context for each paint resolves this
24130
24131 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
24132
24133         * XplatUIOSX.cs: Fix hard cpu eat on loop with existing timers,
24134         Make caret exist and go blink blink.  Initial keyboard support.
24135         Fix exception handler, Add Invalidate support.  Change way RefreshWindow
24136         works.
24137
24138 2004-12-17  Jackson Harper  <jackson@ximian.com>
24139
24140         * XplatUIStructs.cs: Updated set of virtual keycodes.
24141         * KeyboardLayouts.cs: SCROLL_LOCK is now SCROLL
24142
24143 2004-12-17  Jackson Harper  <jackson@ximian.com>
24144
24145         * XplatUIX11.cs: Prune old keyboard code.
24146
24147 2004-12-17  Jackson Harper  <jackson@ximian.com>
24148
24149         * XplatUIX11.cs: When generating mouse wparams get the modifier
24150         keys from the ModifierKeys property.
24151
24152 2004-12-17  Jackson Harper  <jackson@ximian.com>
24153
24154         * X11Keyboard.cs: Send up/down input when generating
24155         messages. Remove some unused vars.
24156
24157 2004-12-17  Jackson Harper  <jackson@ximian.com>
24158
24159         * TabControl.cs:
24160         * TreeView.cs: get rid of warnings.
24161
24162 2004-12-17  Jackson Harper  <jackson@ximian.com>
24163
24164         * XplatUIStructs.cs: Fix a couple wrong virtual keycodes.
24165
24166 2004-12-17  Jordi Mas i Hernandez <jordi@ximian.com>
24167
24168         * ListBox.cs: bug fixes, changes for CheckedListBox.cs
24169           CheckedListBox.cs: Implementation
24170
24171 2004-12-17  Peter Bartok  <pbartok@novell.com>
24172
24173         * TextControl.cs (RecalculateLine): Fixed baseline aligning calcs
24174
24175 2004-12-16  Peter Bartok  <pbartok@novell.com>
24176
24177         * TextControl.cs:
24178           - InsertCharAtCaret(): Fixed start pos fixup
24179           - CaretLine_get: No longer derives the line from the tag, the tag
24180             could be stale if lines in the document have been added or deleted
24181           - RebalanceAfterDelete(): Fixed bug in balancing code
24182           - RebalanceAfterAdd(): Fixed really stupid bug in balancing code
24183           - Line.Streamline(): Now can also elminate leading empty tags
24184           - DumpTree(): Added a few more tests and prevented exception on
24185             uninitialized data
24186           - Added Debug section for Combining lines
24187           - Delete(): Now copies all remaining properties of a line
24188           
24189         * TextBoxBase.cs:
24190           - Left mousebutton now sets the caret (and middle button still acts
24191             as formatting tester, which must go away soon)
24192           - Added Debug section for Deleting/Combining lines
24193           - Fixed calculations for UpdateView after Combining lines
24194
24195 2004-12-16  Peter Bartok  <pbartok@novell.com>
24196
24197         * TextControl.cs: Now properly aligns text on a baseline, using the
24198           new XplatUI.GetFontMetrics() method. Simplified several calculations
24199         * TextBoxBase.cs: Moved #endif to allow compiling if Debug is not
24200           defined
24201
24202 2004-12-16  Peter Bartok  <pbartok@novell.com>
24203
24204         * XplatUI.cs: Added GetFontMetrics() method
24205         * XplatUIDriver.cs: Added GetFontMetrics() abstract
24206         * XplatUIX11.cs: Implemented GetFontMetrics() method, now calls
24207           into libgdiplus, our private GetFontMetrics function
24208         * XplatUIOSX.cs: Implemented GetFontMetrics() method, same as X11
24209         * XplatUIWin32.cs: Implemented GetFontMetrics() method
24210
24211 2004-12-16  Jackson Harper  <jackson@ximain.com>
24212
24213         * XplatUIStruct.cs: Add enum for dead keys
24214         * X11Keyboard.cs: Map and unmap dead keys.
24215
24216 2004-12-16  Jackson Harper  <jackson@ximian.com>
24217
24218         * X11Keyboard.cs: Detect and use the num lock mask.
24219
24220 2004-12-16  Peter Bartok  <pbartok@novell.com>
24221
24222         * Control.cs (CreateGraphics): Added check to make sure the
24223           handle of the window exists before calling Graphics.FromHwnd()
24224
24225 2004-12-16  Peter Bartok  <pbartok@novell.com>
24226
24227         * TextBoxBase.cs: Initial check-in. DO NOT TRY TO USE THIS YET. It
24228           contains a lot of code that's not supposed to be there for the
24229           real thing, but required for developing/testing the textbox
24230           backend.
24231
24232 2004-12-16  Peter Bartok  <pbartok@novell.com>
24233
24234         * TextControl.cs:
24235         - Fixed Streamline method
24236         - Added FindTag method to Line
24237         - Added DumpTree method for debugging
24238         - Added DecrementLines() method for deleting lines
24239         - Fixed UpdateView to update the cursor to end-of-line on single-line
24240           updates
24241         - Added PositionCaret() method
24242         - Fixed MoveCaret(LineDown) to move into the last line, too
24243         - Added InsertChar overload
24244         - Fixed InsertChar tag offset calculations
24245         - Added DeleteChar() method
24246         - Added Combine() method for folding lines
24247         - Fixed Delete() method, no longer allocates wasted Line object and
24248           now copies all properties when swapping nodes
24249         - Delete() method now updates document line counter
24250
24251 2004-12-15  Jackson Harper  <jackson@ximian.com>
24252
24253         * XplatUIX11.cs: Get the modifier keys from the keyboard driver
24254         * X11Keyboard.cs: Expose the currently selected modifier keys
24255         through a property.
24256
24257 2004-12-15  Peter Bartok  <pbartok@novell.com>
24258
24259         * TextControl.cs: Initial check-in. Still incomplete
24260
24261 2004-12-15  Jackson Harper  <jackson@ximian.com>
24262
24263         * TreeNode.cs:
24264         * TreeView.cs: Fix build on csc (second time today ;-))
24265
24266 2004-12-15  Jackson Harper  <jackson@ximian.com>
24267
24268         * TreeView.cs: Store the treenodes plus/minus box bounds when it
24269         is calculated and use this for click testing.
24270         * TreeNode.cs: Add functionality to store the nodes plus minus box bounds.
24271
24272 2004-12-15  Jackson Harper  <jackson@ximian.com>
24273
24274         * TreeView.cs: Pass the nodes image index to the image list when
24275         drawing that image.
24276
24277 2004-12-15  Jackson Harper  <jackson@ximian.com>
24278
24279         * X11Keyboard.cs: Set messages hwnd.
24280         * XplatUIX11.cs: Pass proper hwnd wot keyboard driver. Set hwnd on
24281         post_message calls.
24282
24283 2004-12-15  Jackson Harper  <jackson@ximian.com>
24284
24285         * X11Keyboard.cs: Fix to compile with csc.
24286         
24287 2004-12-15  Jackson Harper  <jackson@ximian.com>
24288
24289         * X11Structs.cs: Add key mask values
24290         * XplatUIStruct.cs: Add keyboard event flags, and keyboard definitions
24291         * X11Keyboard.cs: New file - Extrapolates and interpolates key
24292         down/up foo into WM_CHAR foo
24293         * KeyboardLayouts.cs: Common keyboard layouts
24294         * XplatUIX11.cs: Add the keyboard driver. Add functionality to
24295         post messages into the main queue.
24296
24297 2004-12-13  Jordi Mas i Hernandez <jordi@ximian.com>
24298
24299         * Button.cs: implement ProcessMnemonic
24300         * ThemeWin32Classic.cs: use ResPool (caching) instead of creating
24301           brushes everytime
24302         * Control.cs: fixes IsMnemonic (support for &&, case insensitive, etc)
24303         * ButtonBase.cs: Show HotkeyPrefix (not the &)
24304
24305 2004-12-12  John BouAntoun  <jba-mon@optusnet.com.au>
24306         
24307         * MonthCalendar.cs: Implemented click-hold for next/previous month
24308           and date selection
24309           
24310 2004-12-11  Peter Bartok  <pbartok@novell.com>
24311
24312         * X11Structs.cs:
24313           - Added XKeyboardState (moved from XplatUIX11.cs)
24314           - Added XCreateGC related enums and structures
24315           - Added GXFunction for XSetFunction
24316
24317         * XplatUIStructs.cs: Added missing WS_EX_xxx definitions
24318
24319         * XplatUI.cs: Added CreateCaret(), DestroyCaret(), SetCaretPos() and
24320           CaretVisible() calls
24321
24322         * ToolTip.cs: Added code to prevent stealing focus from app windows
24323
24324         * XplatUIDriver.cs: Added abstracts for caret functions (CreateCaret,
24325           DestroyCaret, SetCaretPos and CaretVisible)
24326
24327         * XplatUIX11.cs:
24328           - Added implementation for caret functions
24329           - Moved hover variables into a struct, to make it a bit easier
24330             on the eyes and to debug
24331           - Removed XKeyboardState (moved to XplatUIX11.cs)
24332           - Moved Keyboard properties into the properties region
24333
24334         * Control.cs (get_Region): Control.CreateGraphics is the appropriate
24335           call to get a graphics context for our control
24336
24337         * XplatUIOSX.cs: Added empty overrides for the new caret functions
24338
24339         * TreeView.cs: Fixed bug. No matter what color was set it would always
24340           return SystemColors.Window
24341
24342         * XplatUIWin32.cs: Implemented caret overrides
24343
24344 2004-12-10  Jordi Mas i Hernandez <jordi@ximian.com>
24345
24346         * ListBox.cs: fire events, implement missing methods and properties,
24347         sorting.
24348
24349 2004-12-10  John BouAntoun <jba-mono@optusnet.com.au>
24350
24351         * MonthCalendar.cs: invalidation bug fixing
24352         * ThemeWin32Classic.cs: paint fixing
24353
24354 2004-12-09  Geoff Norton  <gnorton@customerdna.com>
24355
24356         * XplatUIOSX.cs: Refactor to pass the real hwnd into Graphics.FromHwnd, we
24357         prepare the CGContextRef there now.
24358
24359 2004-12-09  John BouAntoun <jba-mono@optusnet.com.au>
24360
24361         * MonthCalendar.cs:
24362           - optimisationL only invalidate areas that have changed
24363         * ThemeWin32Classic.cs:
24364           - only paint parts that intersect with clip_area
24365
24366 2004-12-09  Peter Bartok  <pbartok@novell.com>
24367
24368         * Application.cs: Undid changes from r37004 which cause problems
24369         on X11
24370
24371 2004-12-09  Ravindra  <rkumar@novell.com>
24372
24373         * ToolBar.cs: Added support for displaying ContextMenu
24374         attached to a button on ToolBar.
24375         * ToolBarButton.cs: Uncomment/fixed the DropDownMenu
24376         property.
24377
24378 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
24379
24380         * Label.cs: autosize works in text change and removes unnecessary
24381         invalidate
24382
24383 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
24384
24385         * ThemeWin32Classic.cs, XplatUIOSX.cs, XplatUIWin32.cs:
24386         remove warnings
24387
24388 2004-12-08  Geoff Norton  <gnorton@customerdna.com>
24389
24390         * XplatUIOSX.cs: Added mouse move/click/grab support
24391         Remove some debugging WriteLines not needed anymore.
24392         Add window resizing/positioning.
24393         Fix visibility on reparenting.
24394
24395 2004-12-08  Peter Bartok  <pbartok@novell.com>
24396
24397         * XplatUIOSX.cs: Added Idle event, now compiles on VS.Net
24398
24399 2004-12-07  Geoff Norton  <gnorton@customerdna.com>
24400
24401         * XplatUIOSX.cs: Initial checkin
24402         * XplatUI.cs: Use the Quartz driver if the environment is set to use it
24403
24404 2004-12-03  Ravindra <rkumar@novell.com>
24405
24406         * ListView.cs: Added some keybindings and fixed scrolling.
24407         ScrollBars listen to ValueChanged event instead of Scroll
24408         Event. This would let us take care of all changes being
24409         done in the scrollbars' values programmatically or manually.
24410         * ListView.cs (CanMultiselect): Added a check for shift key.
24411         * ListView.cs (EnsureVisible): Fixed. Do proper scrolling.
24412         * ListViewItem.cs (Clone): Fixed. We need to make a copy
24413         of ListViewSubItemCollection as well.
24414
24415 2004-12-06  Peter Bartok <pbartok@novell.com>
24416
24417         * Control.cs (Parent): Added check and exception to prevent
24418         circular parenting
24419
24420 2004-12-03  Jordi Mas i Hernandez <jordi@ximian.com>
24421
24422         * ListBox.cs: implemented clipping, selection single and multiple,
24423         bug fixing
24424
24425 2004-12-03  Ravindra <rkumar@novell.com>
24426
24427         * ListView.cs (ListView_KeyDown):
24428         * ListView.cs (ListView_KeyUp): Fixed multiple selection handling
24429         when CTRL key is pressed.
24430         * ListViewItem.cs (Selected): Fixed setting the property.
24431
24432 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
24433
24434         * Application.cs (OnThreadException): Use ThreadExceptionDialog.
24435
24436         * Form.cs: Add ActiveForm, FormBorderStyle, MaximizeBox,
24437         MinimizeBox, ShowInTaskbar, TopMost properties.
24438
24439         * ThreadExceptionDialog.cs: Implemented (disabled TextBox until
24440         will be implemented).
24441
24442 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
24443
24444         * OwnerDrawPropertyBag.cs: New internal parameterless ctor.
24445
24446         * TreeNode.cs: Implemented ICloneable, Fixed to pass my simple
24447         tests.
24448         
24449         * TreeNodeCollection.cs: Add exception throwing for Add,AddRange.
24450         
24451         * TreeView.cs: BackColor is Colors.Window.
24452
24453 2004-12-01  Jackson Harper  <jackson@ximian.com>
24454
24455         * TreeView.cs: When resizing the tree if the user is making it
24456         smaller we don't get expose events, so we need to handle adding
24457         the horizontal scrollbar in the size changed handler as well as
24458         the expose handler.
24459
24460 2004-12-02  Jordi Mas i Hernandez <jordi@ximian.com>
24461
24462         * DrawItemState.cs: fixes wrong enum values
24463
24464 2004-12-01  Jackson Harper  <jackson@ximian.com>
24465
24466         * TreeView.cs: Resize the hbar as well as the vbar on resize.
24467
24468 2004-12-01  Jackson Harper  <jackson@ximian.com>
24469
24470         * NodeLabelEditEventArgs.cs:
24471         * NodeLabelEditEventHandler.cs:
24472         * OpenTreeNodeEnumerator.cs:
24473         * TreeNode.cs:
24474         * TreeNodeCollection.cs:
24475         * TreeView.cs:
24476         * TreeViewAction.cs:
24477         * TreeViewCancelEventArgs.cs:
24478         * TreeViewCancelEventHandler.cs:
24479         * TreeViewEventArgs.cs:
24480         * TreeViewEventHandler.cs: Initial implementation.
24481
24482 2004-12-01  Ravindra <rkumar@novell.com>
24483
24484         * ListView.cs (CalculateListView): Fixed scrolling related
24485         calculations. Also, removed some debug statements from other
24486         places.
24487         * ListViewItem.cs: Changed access to 'selected' instance variable
24488         from private to internal.
24489         * ThemeWin32Classic.cs (DrawListViewItem): Fixed SubItem drawing.
24490
24491 2004-12-01  Jordi Mas i Hernandez <jordi@ximian.com>
24492
24493         * ThemeWin32Classic.cs: remove cache of brush and pens for
24494         specific controls and use the global system, fixes scrollbutton
24495         bugs (for small sizes, disabled, etc)
24496         
24497         * ScrollBar.cs: does not show the thumb for very small controls
24498         (as MS) and allow smaller buttons that the regular size
24499
24500 2004-12-01  Miguel de Icaza  <miguel@ximian.com>
24501
24502         * UpDownBase.cs: Add abstract methods for the interface.
24503         Add new virtual methods (need to be hooked up to TextEntry when it
24504         exists).
24505         Add override methods for most features.
24506         Computes the size, forces the height of the text entry.
24507
24508         * NumericUpDown.cs: Put here the current testing code.
24509
24510         * Set eol-style property on all files that do not have mixed line
24511         endings, to minimize the future problems.  There are still a few
24512         files with mixed endings, and someone should choose whether they
24513         want to move it or not.
24514
24515 2004-11-30  Jordi Mas i Hernandez <jordi@ximian.com>
24516
24517         * MonthCalendar.cs, ListView.cs: use Theme colours instead of
24518         System.Colors
24519         
24520 2004-11-30  Ravindra <rkumar@novell.com>
24521
24522         * ThemeWin32Classic.cs (DrawListViewItem): Fixed selected item
24523         drawing and replaced use of SystemColors by theme colors.
24524         * ListView.cs (ListView_Paint): Fixed painting done during scrolling.
24525         * ListView.cs (ListViewItemCollection.Add): Throw exception when
24526         same ListViewItem is being added more than once.
24527
24528 2004-11-30  John BouAntoun <jba-mono@optusnet.com.au>
24529
24530         * MonthCalendar.cs:
24531           - ControlStyles love to make the control not flicker
24532           
24533 2004-11-30  Peter Bartok  <pbartok@novell.com>
24534
24535         * CharacterCasing.cs: Added
24536
24537 2004-11-29  Peter Bartok  <pbartok@novell.com>
24538
24539         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
24540           TreeViewAction.cs, TreeViewEventArgs.cs: Removed new files.
24541           I am removing these files as they conflict with already completed
24542           work. While it is fantastic to get contributions to MWF, I
24543           respectfully ask that everyone please coordinate their contributions
24544           through mono-winforms-list or #mono-winforms at this time. We're
24545           explicitly avoiding stubbing and don't want controls that don't have
24546           their basic functionality implemented in svn. Please also see
24547           http://www.mono-project.com/contributing/winforms.html
24548
24549
24550 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
24551
24552         * Application.cs (ModalRun): Don't hang after exit.
24553
24554         * Theme.cs: New TreeViewDefaultSize property.
24555
24556         * ThemeWin32Classic.cs: Replaced hardcoded defaultWindowBackColor
24557         with less hardcoded SystemColors constant.
24558         Implemented TreeViewDefaultSize.
24559
24560         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
24561         TreeViewAction.cs, TreeViewEventArgs.cs: New files.
24562
24563
24564 2004-11-29  John BouAntoun <jba-mono@optusnet.com.au>
24565
24566         * MonthCalendar.cs:
24567           - Fix NextMonthDate and PrevMonthDate click moving calendar
24568
24569 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
24570
24571         * MonthCalendar.cs:
24572           - Fix usage of ScrollChange Property when scrolling months
24573
24574 2004-11-26  Jordi Mas i Hernandez <jordi@ximian.com>
24575
24576         * Menu.cs, MainMenu.cs, MenuItem.cs, MenuAPI.cs
24577          - Fixes menu destroying
24578          - Support adding and removing items on already created menus
24579
24580 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
24581
24582         * MonthCalendar.cs:
24583           - Re-worked all bolded dates handling to match win32
24584         * ThemeWin32Classic.cs:
24585           - Fixed rendering with bolded dates
24586
24587 2004-11-25  Jordi Mas i Hernandez <jordi@ximian.com>
24588
24589         * ListBox.cs, Theme.cs, ThemeWin32Classic.cs:
24590         - Horizontal scroolbar
24591         - Multicolumn
24592         - Fixes
24593
24594
24595 2004-11-25  John BouAntoun <jba-mono@optusnet.com.au>
24596
24597         * MonthCalendar.cs:
24598           - Fix Usage of MaxSelectionCount from SelectionRange
24599           - Fixed Shift + Cursor Selection
24600           - Fixed Shift + (Pg up/Pg dn, Home/End) selection
24601           - Fixed normal cursor selection to be compat with win32
24602           - Fixed Shift + Mouse Click selection
24603
24604 2004-11-24  Peter Bartok <pbartok@novell.com>
24605
24606         * XplatUI.cs (DispatchMessage): Switched to return IntPtr
24607         * XplatUIDriver.cs (DispatchMessage): Switched to return IntPtr
24608         * XplatUIX11.cs:
24609           - CreatedKeyBoardMsg now updates keystate with Alt key
24610           - Added workaround for timer crash to CheckTimers, Jackson will
24611             develop a proper fix and check in later
24612           - Implemented DispatchMessage
24613           - Removed calling the native window proc from GetMessage (call
24614             now moved to DispatchMessage)
24615
24616         * KeyEventArgs.cs (Constructor): Now combines modifierkeys into
24617           the keydata (Fixes bug #69831)
24618
24619         * XplatUIWin32.cs:
24620           - (DispatchMessage): Switched to return IntPtr
24621           - Added DllImport for SetFocus
24622
24623 2004-11-24  Ravindra <rkumar@novell.com>
24624
24625         * ThemeWin32Classic.cs: Fixed ListView border and checkbox
24626         background drawing.
24627         * ListViewItem.cs: Fixed various properties, calculations
24628         and Clone() method. Fixed ListViewSubItemCollection.Clear() method.
24629         * ListView.cs: Fixed calculations, BackColor, ForeColor properties
24630         and some internal properties. Fixed MouseDown handler and Paint
24631         method.
24632
24633 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
24634
24635         * MonthCalendar.cs: Add TitleMonth ContextMenu handling
24636
24637 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
24638
24639         * ContainerControl.cs: correct accidental check in of local changes
24640
24641 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
24642
24643         * ThemeWin32Classic.cs:
24644                 - Fixed Drawing Last month in grid (sometimes not showing)
24645         * MonthCalendar.cs:
24646                 - Fixed title width calculation bug (makeing title small)
24647
24648 2004-11-23  Peter Bartok <pbartok@novell.com>
24649
24650         * XplatUIX11.cs:
24651           - Added generation of WM_MOUSEHOVER event
24652           - Added missing assignment of async_method atom
24653           - Fixed WM_ERASEBKGND; now only redraws the exposed area
24654
24655 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
24656
24657         * ThemeWin32Classic.cs:
24658                 - Fixed Drawing of today circle when showtodaycircle not set
24659                 - fixed drawing of first and last month in the grid (gay dates)
24660         * MonthCalendar.cs:
24661                 - Fixed Drawing of today circle
24662                 - Fixed drawing of grady dates
24663                 - Fixed HitTest for today link when ShowToday set to false
24664                 - Fixed DefaultSize to obey ShowToday
24665
24666 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
24667
24668         * ThemeWin32Classic.cs: Fixed DrawMonthCalendar and private support methods
24669         * System.Windows.Forms/Theme.cs
24670         * MonthCalendar.cs: added for MonthCalendar
24671         * SelectionRange.cs: added for MonthCalendar
24672         * Day.cs: added for MonthCalendar: added for MonthCalendar
24673         * DateRangeEventArgs.cs: added for MonthCalendar
24674         * DateRangeEventHandler.cs: added for MonthCalendar
24675
24676 2004-11-22  Ravindra <rkumar@novell.com>
24677
24678         * ThemeWin32Classic.cs: Fixed ListViewDrawing with 'UseItemStyleForSubItems'
24679         property.
24680
24681 2004-11-22  Miguel de Icaza  <miguel@ximian.com>
24682
24683         * UpDownBase.cs (InitTimer): Use prehistoric C# 1.0 notation for
24684         event handler.
24685         
24686         * NumericUpDown.cs: Added new implementation.
24687         * UpDownBase.cs: Added new implementation.
24688
24689         * XplatUIWin32.cs (KeyboardSpeed, KeyboardDelay): added default
24690         implementations.
24691         
24692         * XplatUIX11.cs (KeyboardSpeed, KeyboardDelay): added default
24693         implementations.
24694
24695         * XplatUIDriver.cs ((KeyboardSpeed, KeyboardDelay): added new
24696         methods.
24697
24698 2004-11-21  Miguel de Icaza  <miguel@ximian.com>
24699
24700         * Timer.cs  (Dispose): Should call the base dispose when
24701         overriding.
24702
24703 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
24704
24705         * ScrollBar.cs: updates thumb position when max, min or increment
24706         is changed
24707
24708 2004-11-21  Ravindra <rkumar@novell.com>
24709
24710         * ListView.cs: Implemented item selection, activation and
24711         column header style. Fixed properties to do a redraw, if
24712         required. Added support for MouseHover, DoubleClick, KeyDown
24713         and KeyUp event handling and some minor fixes.
24714         * ListViewItem.cs: Fixed constructor.
24715         * ThemeWin32Classic.cs: Improved drawing for ListView.
24716
24717 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
24718
24719         * ThemeWin32Classic.cs: initial listbox drawing code
24720         * DrawMode.cs: new enumerator
24721         * ListControl.cs: stubbed class
24722         * ListBox.cs: initial implementation
24723         * Theme.cs: new methods definitions
24724         * SelectionMode.cs: new enumerator
24725
24726 2004-11-17  Peter Bartok  <pbartok@novell.com>
24727
24728         * XplatUIWin32.cs: Added double-click events to the class style
24729         * Control.cs (WndProc):
24730           - Added handling of click-count to MouseDown/ MouseUp events.
24731           - Added handling of middle and right mouse buttons
24732           - Removed old debug code
24733
24734 2004-11-17  Jackson Harper  <jackson@ximian.com>
24735
24736         * XplatUIX11.cs: Use the new Mono.Unix namespace.
24737
24738 2004-11-17  Ravindra <rkumar@novell.com>
24739
24740         * ListView.cs: Added event handling for MouseMove/Up/Down.
24741         * ColumnHeader.cs: Added a read-only internal property 'Pressed'.
24742         * ThemeWin32Classic.cs: We need to clear the graphics context and
24743         draw column header in a proper state.
24744
24745
24746 2004-11-17  Jordi Mas i Hernandez <jordi@ximian.com>
24747
24748         *  Menu.cs: fixes signature
24749
24750 2004-11-16  Peter Bartok  <pbartok@novell.com>
24751
24752         * XplatUIX11.cs (GetMessage): Implemented generation of
24753           double click mouse messages
24754
24755 2004-11-12  Jordi Mas i Hernandez <jordi@ximian.com>
24756
24757         *  Form.cs, MainMenu.cs, MenuAPI.cs: tracker should be for tracking session
24758         not by menu
24759
24760 2004-11-11  Peter Bartok  <pbartok@novell.com>
24761
24762         * HandleData.cs: Added Visible property
24763         * XplatUIX11.cs (IsVisible): Now uses Visible property from
24764           HandleData
24765         * XplatUIX11.cs: Removed old debug leftovers
24766         * XplatUIX11.cs (DefWndProc): Added WM_ERASEBKGND handler
24767         * Control.cs (WndProc): Removed old debug leftovers,
24768           streamlined handling of WM_WINDOWPOSCHANGED, removed un-
24769           needed WM_SIZE handling
24770
24771 2004-11-11  Jackson Harper  <jackson@ximian.com>
24772
24773         * OwnerDrawPropertyBag.cs:
24774         * TreeViewImageIndexConverter.cs: Initial implementation
24775
24776 2004-11-10  Jackson Harper  <jackson@ximian.com>
24777
24778         * ThemeWin32Classic.cs:
24779         * TabControl.cs: instead of moving tabs by the slider pos just
24780         start drawing at the tab that is offset by the slider. This way
24781         scrolling always moves by exactly one tab.
24782
24783 2004-11-10  Jackson Harper  <jackson@ximian.com>
24784
24785         * TabControl.cs: You can only scroll left when the slider has
24786         already ben moved right.
24787         
24788 2004-11-10  Jackson Harper  <jackson@ximian.com>
24789
24790         * ThemeWin32Classic.cs: Do not draw the selected tab if its not in
24791         the clip area.
24792         
24793 2004-11-10  Jackson Harper  <jackson@ximian.com>
24794
24795         * ThemeWin32Classic.cs: Don't bother drawing tabs outside of the
24796         clip area.
24797         
24798 2004-11-09  Jackson Harper  <jackson@ximian.com>
24799
24800         * TabControl.cs (CalcXPos): New helper method so we can determine
24801         the proper place to start drawing vertical tabs.
24802         * ThemeWin32Classic.cs (DrawTab): Draw right aligned tabs.
24803         
24804 2004-11-09  Jackson Harper  <jackson@ximian.com>
24805
24806         * TabControl.cs: Calculate sizing and rects for left aligned tabs.
24807         * ThemeWin32Classic.cs (GetTabControl*ScrollRect): Only handle Top
24808         and Bottom, left and right are illegal values for this and
24809         multiline is enabled when the alignment is set to left or right.
24810         (DrawTab): Each alignment block should draw the text itself now
24811         because Left requires special love. Also add rendering for Left
24812         aligned tabs.
24813         
24814 2004-11-09  Jordi Mas i Hernandez <jordi@ximian.com>
24815
24816         *  Form.cs, MainMenu.cs, MenuAPI.cs: fixes menu navigation, fixes popups,
24817         does not destroy the windows, removes debugging messages
24818
24819 2004-11-09  jba  <jba-mono@optusnet.com.au>
24820
24821         * ThemeWin32Classic.cs
24822         (DrawButtonBase): Fix verticle text rect clipping in windows
24823         (DrawCheckBox): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
24824         rendering and incorrect text rect clipping
24825         (DrawRadioButton): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
24826         rendering and incorrect text rect clipping
24827         
24828 2004-11-08  Jackson Harper  <jackson@ximian.com>
24829
24830         * ThemeWin32Classic.cs (DrawTabControl): Render tabs from top to
24831         bottom when they are bottom aligned so the bottoms of the tabs get
24832         displayed.
24833         * TabControl.cs (DropRow): Move rows up instead of down when the
24834         tab control is bottom aligned.
24835
24836 2004-11-08 13:59  pbartok
24837
24838         * XplatUIX11.cs:
24839           - Added handling for various window styles
24840           - Added handling for popup windows
24841           - Added SetTopmost handling
24842
24843 2004-11-08 13:55  pbartok
24844
24845         * XplatUIWin32.cs:
24846           - Added argument to SetTopmost method
24847           - Fixed broken ClientToScreen function
24848
24849 2004-11-08 13:53  pbartok
24850
24851         * XplatUIStructs.cs:
24852           - Added missing WS_EX styles
24853
24854 2004-11-08 13:53  pbartok
24855
24856         * XplatUI.cs, XplatUIDriver.cs:
24857           - Added argument to SetTopmost
24858
24859 2004-11-08 13:52  pbartok
24860
24861         * X11Structs.cs:
24862           - Added XSetWindowAttributes structure
24863           - Improved XWindowAttributes structure
24864           - Added SetWindowValuemask enum
24865           - Added window creation arguments enum
24866           - Added gravity enum
24867           - Added Motif hints structure
24868           - Added various Motif flags and enums
24869           - Added PropertyMode enum for property functions
24870
24871 2004-11-08 13:50  pbartok
24872
24873         * Form.cs:
24874           - Fixed arguments for updated SetTopmost method
24875
24876 2004-11-08 13:49  pbartok
24877
24878         * ToolTip.cs:
24879           - Fixed arguments for updated SetTopmost function
24880           - Fixed usage of PointToClient
24881
24882 2004-11-08 13:44  pbartok
24883
24884         * MenuAPI.cs:
24885           - Added Clipping of children and siblings
24886
24887 2004-11-08 13:41  pbartok
24888
24889         * MainMenu.cs:
24890           - Removed SetMenuBarWindow call. We do this in Form.cs
24891
24892 2004-11-08 13:40  jackson
24893
24894         * TabControl.cs, Theme.cs, ThemeWin32Classic.cs: Render the little
24895           scrolling jimmi in the correct location with bottom aligned tabs
24896
24897 2004-11-08 13:36  pbartok
24898
24899         * ContainerControl.cs:
24900           - Implemented BindingContext
24901           - Implemented ParentForm
24902
24903 2004-11-08 12:46  jackson
24904
24905         * TabControl.cs: Put bottom rendered tabs in the right location
24906
24907 2004-11-08 07:15  jordi
24908
24909         * ScrollBar.cs, ThemeWin32Classic.cs: fixes vertical scrollbar and
24910           removes dead code
24911
24912 2004-11-05 17:30  jackson
24913
24914         * TabControl.cs: When selected tabs are expanded make sure they
24915           don't go beyond the edges of the tab control
24916
24917 2004-11-05 14:57  jackson
24918
24919         * TabControl.cs: Reset show_slider so if the control is resized to
24920           a size where it is no longer needed it's not displayed anymore
24921
24922 2004-11-05 13:16  jackson
24923
24924         * TabControl.cs: Make tab pages non visible when added to the
24925           control
24926
24927 2004-11-05 12:42  jackson
24928
24929         * TabControl.cs: Implement SizeMode.FillToRight
24930
24931 2004-11-05 12:16  jackson
24932
24933         * Control.cs: Do not call CreateHandle if the handle is already
24934           created
24935
24936 2004-11-05 11:46  jackson
24937
24938         * TabControl.cs: Remove superflous call to CalcTabRows
24939
24940 2004-11-05 09:07  jackson
24941
24942         * XplatUIX11.cs: Update for Mono.Posix changes
24943
24944 2004-11-05 07:00  ravindra
24945
24946         * ListView.cs, ListViewItem.cs: Implemented some methods and fixed
24947           scrolling.
24948
24949 2004-11-04 22:47  jba
24950
24951         * ThemeWin32Classic.cs:
24952           - Fix Button rendering for FlatStyle = Flat or Popup
24953           - Fix RadioButton and CheckBox rendering when Appearance = Button
24954             (normal and flatstyle).
24955           - Correct outer rectangle color when drawing focus rectangle
24956           - Adjust button bounds to be 1 px smaller when focused
24957           - Make button not draw sunken 3d border when pushed (windows compat)
24958           - Fix CPDrawBorder3D to not make bottom right hand corner rounded
24959           - Offset the text in RadioButton and Checkbox when being rendered as
24960           a button.
24961           - Hover and Click behaviour for Colored FlatStyle.Flat and Popup
24962           radiobuttons
24963           - Fixed disabled rendering for colored flatstyle radiobuttons (both)
24964           - Fixed disabled text rendering for normally rendered radiobuttons
24965
24966 2004-11-04 10:26  jackson
24967
24968         * TabControl.cs: Recalculate tab rows when resizing
24969
24970 2004-11-04 07:47  jordi
24971
24972         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs:
24973           collection completion, drawing issues, missing features
24974
24975 2004-11-04 05:03  ravindra
24976
24977         * ScrollBar.cs:
24978                 - We need to recalculate the Thumb area when
24979                 LargeChange/maximum/minimum values are changed.
24980           - We set the 'pos' in UpdatePos() method to minimum, if it's less
24981                 than minimum. This is required to handle the case if large_change is
24982                 more than max, and use LargeChange property instead of large_change
24983                 variable.
24984           - We return max+1 when large_change is more than max, like MS does.
24985
24986 2004-11-04 04:29  ravindra
24987
24988         * ColumnHeader.cs, ListView.cs, ListViewItem.cs:
24989                 - Changed default value signatures (prefixed all with ListView).
24990                 - Fixed/implemented layout LargeIcon, SmallIcon and List views for
24991                 ListView.
24992           - Fixed calculations for ListViewItem and implemented Clone()
24993           method.
24994
24995 2004-11-04 04:26  ravindra
24996
24997         * Theme.cs, ThemeWin32Classic.cs:
24998                 - Changed default ListView values signatures (prefixed all with
24999                 ListView).
25000           - Fixed default size values for VScrollBar and HScrollBar.
25001                 - Fixed DrawListViewItem method.
25002
25003 2004-11-04 04:05  ravindra
25004
25005         * ColumnHeaderStyle.cs: Typo. It should be Nonclickable.
25006
25007 2004-11-04 04:04  ravindra
25008
25009         * ImageList.cs: Implemented the missing overload for Draw method.
25010
25011 2004-11-03 19:29  jackson
25012
25013         * TabControl.cs: Handle dropping rows on selection properly
25014
25015 2004-11-03 11:59  jackson
25016
25017         * TabControl.cs: remove debug code
25018
25019 2004-11-03 11:52  jackson
25020
25021         * TabControl.cs, ThemeWin32Classic.cs: Initial implementation of
25022           the scrolly widgerywoo
25023
25024 2004-11-02 13:52  jackson
25025
25026         * TabControl.cs: Resize the tab pages and tabs when the tab control
25027           is resized
25028
25029 2004-11-02 13:40  jackson
25030
25031         * TabControl.cs, ThemeWin32Classic.cs: Move the row with the
25032           selected tab to the bottom
25033
25034 2004-11-02 13:39  jackson
25035
25036         * TabPage.cs: Store the tab pages row
25037
25038 2004-11-02 12:33  jordi
25039
25040         * MenuItem.cs: fixes handle creation
25041
25042 2004-11-02 11:42  jackson
25043
25044         * TabControl.cs: signature fix
25045
25046 2004-11-02 08:56  jackson
25047
25048         * TabControl.cs: Calculate whether the tab is on an edge properly.
25049           Remove top secret debugging code
25050
25051 2004-11-01 19:57  jackson
25052
25053         * TabControl.cs: Add click handling, and proper sizing
25054
25055 2004-11-01 19:47  jackson
25056
25057         * Theme.cs, ThemeWin32Classic.cs: New rendering and sizing code for
25058           tab controls
25059
25060 2004-11-01 19:39  jackson
25061
25062         * TabPage.cs: add internal property to store the bounds of a tab
25063           page
25064
25065 2004-10-30 04:23  ravindra
25066
25067         * Theme.cs, ThemeWin32Classic.cs: Drawing ListView and some default
25068           values.
25069
25070 2004-10-30 04:21  ravindra
25071
25072         * ListView.cs, ListViewItem.cs: Added support for scrolling and
25073           fixed calculations.
25074
25075 2004-10-30 03:06  pbartok
25076
25077         * XplatUIX11.cs:
25078           - Removed extension of DllImported libs
25079
25080 2004-10-29 09:55  jordi
25081
25082         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: Menu key
25083           navigation, itemcollection completion, menu fixes
25084
25085 2004-10-27 22:58  pbartok
25086
25087         * XplatUIX11.cs:
25088           - Now throws a nice error message when no X display could be opened
25089
25090 2004-10-26 13:51  jordi
25091
25092         * ListView.cs: removes warning
25093
25094 2004-10-26 03:55  ravindra
25095
25096         * ColumnHeader.cs, ListView.cs, ListViewItem.cs,
25097           ThemeWin32Classic.cs: Some formatting for my last checkins.
25098
25099 2004-10-26 03:36  ravindra
25100
25101         * ThemeWin32Classic.cs: Implemented DetailView drawing for ListView
25102           control and default values.
25103
25104 2004-10-26 03:35  ravindra
25105
25106         * Theme.cs: Added some default values for ListView control.
25107
25108 2004-10-26 03:33  ravindra
25109
25110         * ToolBar.cs: ToolBar should use the user specified button size, if
25111           there is any. Added a size_specified flag for the same.
25112
25113 2004-10-26 03:33  ravindra
25114
25115         * ColumnHeader.cs: Added some internal members and calculations for
25116           ColumnHeader.
25117
25118 2004-10-26 03:32  ravindra
25119
25120         * ListViewItem.cs: Calculations for ListViewItem.
25121
25122 2004-10-26 03:31  ravindra
25123
25124         * ListView.cs: Added some internal members and calculations for
25125           ListView.
25126
25127 2004-10-22 13:31  jordi
25128
25129         * MenuAPI.cs: speedup menus drawing
25130
25131 2004-10-22 13:16  jackson
25132
25133         * XplatUIX11.cs: Make sure to update exposed regions when adding an
25134           expose event
25135
25136 2004-10-22 11:49  jackson
25137
25138         * Control.cs: oops
25139
25140 2004-10-22 11:41  jackson
25141
25142         * Control.cs: Check to see if the window should have its background
25143           repainted by X when drawing.
25144
25145 2004-10-22 11:31  jackson
25146
25147         * XplatUIX11.cs: When invalidating areas only use XClearArea if
25148           clear is true, this way we do not get flicker from X repainting the
25149           background
25150
25151 2004-10-22 11:28  jackson
25152
25153         * XEventQueue.cs: Queue properly
25154
25155 2004-10-21 09:38  jackson
25156
25157         * XEventQueue.cs: Fix access modifier
25158
25159 2004-10-21 09:36  jackson
25160
25161         * XEventQueue.cs: Don't loose messages
25162
25163 2004-10-21 09:22  jackson
25164
25165         * XEventQueue.cs: Don't loose messages
25166
25167 2004-10-20 04:15  jordi
25168
25169         * BootMode.cs: enum need it by SystemInfo
25170
25171 2004-10-19 21:58  pbartok
25172
25173         * XplatUIWin32.cs:
25174           - Small sanity check
25175
25176 2004-10-19 21:56  pbartok
25177
25178         * Form.cs:
25179           - Added private FormParentWindow class which acts as the container
25180             for our form and as the non-client area where menus are drawn
25181           - Added/Moved required tie-ins to Jordi's menus
25182           - Fixed/Implemented the FormStartPosition functionality
25183
25184 2004-10-19 21:52  pbartok
25185
25186         * Control.cs:
25187           - Removed unneeded locals
25188           - Added code to all size and location properties to understand and
25189             deal with the parent container of Form
25190
25191 2004-10-19 21:33  pbartok
25192
25193         * Application.cs:
25194           - Fixed to deal with new Form subclasses for menus
25195
25196 2004-10-19 17:48  jackson
25197
25198         * XEventQueue.cs: commit correct version of file
25199
25200 2004-10-19 16:50  jackson
25201
25202         * XEventQueue.cs, XplatUIX11.cs: New optimized event queue
25203
25204 2004-10-19 16:15  jordi
25205
25206         * MenuAPI.cs: MenuBarCalcSize returns the height
25207
25208 2004-10-19 08:31  pbartok
25209
25210         * Control.cs:
25211           - Added missing call to PreProcessMessage before calling OnXXXKey
25212           methods
25213
25214 2004-10-19 00:04  ravindra
25215
25216         * ToolTip.cs: Fixed constructor.
25217
25218 2004-10-18 09:31  jordi
25219
25220         * MenuAPI.cs: menuitems in menubars do not have shortcuts
25221
25222 2004-10-18 09:26  jordi
25223
25224         * MenuItem.cs: fixes MenuItem class signature
25225
25226 2004-10-18 08:56  jordi
25227
25228         * MenuAPI.cs: prevents windows from showing in the taskbar
25229
25230 2004-10-18 00:28  ravindra
25231
25232         * ToolTip.cs: Suppressed a warning message.
25233
25234 2004-10-18 00:27  ravindra
25235
25236         * Control.cs: Default value of visible property must be true.
25237
25238 2004-10-17 23:19  pbartok
25239
25240         * ToolTip.cs:
25241           - Complete implementation
25242
25243 2004-10-17 23:19  pbartok
25244
25245         * XplatUIX11.cs:
25246           - Added EnableWindow method
25247           - Added SetModal stub
25248           - Added generation of WM_ACTIVATE message (still needs testing)
25249           - Added SetTopMost stub
25250           - Changes to deal with VirtualKeys being moved to XplatUIStructs.cs
25251
25252 2004-10-17 23:17  pbartok
25253
25254         * XplatUIWin32.cs:
25255           - Removed VirtualKeys to XplatUIStructs
25256           - Implemented SetTopMost method
25257           - Implemented EnableWindow method
25258           - Bugfix in ScreenToClient()
25259           - Bugfixes in ClientToScreen()
25260
25261 2004-10-17 22:51  pbartok
25262
25263         * XplatUIStructs.cs:
25264           - Added WS_EX styles to WindowStyles enumeration
25265
25266 2004-10-17 22:50  pbartok
25267
25268         * XplatUI.cs, XplatUIDriver.cs:
25269           - Added method for enabling/disabling windows
25270           - Added method for setting window modality
25271           - Added method for setting topmost window
25272
25273 2004-10-17 22:49  pbartok
25274
25275         * ThemeWin32Classic.cs:
25276           - Added ToolTip drawing code
25277
25278 2004-10-17 22:49  pbartok
25279
25280         * Theme.cs:
25281           - Added ToolTip abstracts
25282
25283 2004-10-17 22:47  pbartok
25284
25285         * Form.cs:
25286           - Fixed Form.ControlCollection to handle owner relations
25287           - Added Owner/OwnedForms handling
25288           - Implemented Z-Ordering for owned forms
25289           - Removed unneeded private overload of ShowDialog
25290           - Fixed ShowDialog, added the X11 incarnation of modal handling (or
25291             so I hope)
25292           - Fixed Close(), had wrong default
25293           - Added firing of OnLoad event
25294           - Added some commented out debug code for Ownership handling
25295
25296 2004-10-17 22:16  pbartok
25297
25298         * Control.cs:
25299           - Fixed/implemented flat list of controls
25300
25301 2004-10-17 22:14  pbartok
25302
25303         * Application.cs:
25304           - Added code to simulate modal dialogs on Win32
25305
25306 2004-10-17 16:11  jordi
25307
25308         * ScrollBar.cs: disabled scrollbar should not honor any keyboard or
25309           mouse event
25310
25311 2004-10-17 13:39  jordi
25312
25313         * MenuAPI.cs: menu drawing fixes
25314
25315 2004-10-15 09:10  ravindra
25316
25317         * StructFormat.cs: General Enum.
25318
25319 2004-10-15 09:09  ravindra
25320
25321         * SizeGripStyle.cs: Enum for Form.
25322
25323 2004-10-15 09:08  ravindra
25324
25325         * Theme.cs, ThemeWin32Classic.cs: Added ColumnHeaderHeight property
25326           in Theme for ListView.
25327
25328 2004-10-15 09:06  ravindra
25329
25330         * ColumnHeader.cs: Flushing some formatting changes.
25331
25332 2004-10-15 09:05  ravindra
25333
25334         * ListViewItem.cs: Implemented GetBounds method and fixed coding
25335           style.
25336
25337 2004-10-15 09:03  ravindra
25338
25339         * ListView.cs: Implemented Paint method and fixed coding style.
25340
25341 2004-10-15 07:34  jordi
25342
25343         * MenuAPI.cs: fix for X11
25344
25345 2004-10-15 07:32  ravindra
25346
25347         * ButtonBase.cs, CheckBox.cs, RadioButton.cs:
25348                 - Renamed Paint() method to Draw() for clarity. Also, moved
25349                 DrawImage() to OnPaint().
25350
25351 2004-10-15 07:25  ravindra
25352
25353         * CheckBox.cs, RadioButton.cs:
25354                 - Removed Redraw (), we get it from ButtonBase.
25355                 - Implemented Paint (), to do class specific painting.
25356
25357 2004-10-15 07:16  ravindra
25358
25359         * ButtonBase.cs:
25360                 - Redraw () is not virtual now.
25361                 - Added an internal virtual method Paint (), so that
25362                 derived classes can do their painting on their own.
25363                 - Modified OnPaint () to call Paint ().
25364
25365 2004-10-15 06:43  jordi
25366
25367         * ContextMenu.cs, DrawItemEventHandler.cs, Form.cs, MainMenu.cs,
25368           MenuAPI.cs, MenuItem.cs: menu work, mainmenu, subitems, etc
25369
25370 2004-10-15 00:30  ravindra
25371
25372         * MessageBox.cs:
25373                 - MessageBox on windows does not have min/max buttons.
25374                 This change in CreateParams fixes this on Windows. We
25375                 still need to implement this windowstyle behavior in
25376                 our X11 driver.
25377
25378 2004-10-14 05:14  ravindra
25379
25380         * ToolBar.cs:
25381                 - Changed Redraw () to do a Refresh () always.
25382                 - Fixed the MouseMove event handling when mouse is pressed,
25383                 ie drag event handling.
25384                 - Replaced the usage of ToolBarButton.Pressed property to
25385                 ToolBarButton.pressed internal variable.
25386
25387 2004-10-14 05:10  ravindra
25388
25389         * ToolBarButton.cs:
25390                 - Added an internal member 'inside' to handle mouse move
25391                 with mouse pressed ie mouse drag event.
25392                 - Changed 'Pressed' property to return true only when
25393                 'inside' and 'pressed' are both true.
25394                 - Some coding style love.
25395
25396 2004-10-14 00:17  ravindra
25397
25398         * Form.cs: Fixed class signature. ShowDialog (Control) is not a
25399           public method.
25400
25401 2004-10-14 00:15  ravindra
25402
25403         * ButtonBase.cs: Redraw () related improvements.
25404
25405 2004-10-14 00:14  ravindra
25406
25407         * MessageBox.cs: Moved InitFormSize () out of Paint method and
25408           removed unnecessary calls to Button.Show () method.
25409
25410 2004-10-13 17:50  pbartok
25411
25412         * XplatUIX11.cs:
25413           - Formatting fix
25414           - Removed destroying of window until we solve the problem of X
25415             destroying the window before us on shutdown
25416
25417 2004-10-13 16:32  pbartok
25418
25419         * ButtonBase.cs:
25420           - Now Redraws on MouseUp for FlatStyle Flat and Popup
25421
25422 2004-10-13 14:18  pbartok
25423
25424         * XplatUIX11.cs:
25425           - Added code to destroy the X window
25426
25427 2004-10-13 14:18  pbartok
25428
25429         * XplatUIWin32.cs:
25430           - Added code to destroy a window
25431
25432 2004-10-13 14:12  pbartok
25433
25434         * ButtonBase.cs:
25435           - Added the Redraw on Resize that got dropped in the last rev
25436
25437 2004-10-13 09:06  pbartok
25438
25439         * ThemeWin32Classic.cs:
25440           - Path from John BouAntoun:
25441             * Fix check rendering (centre correctly for normal style, offset
25442               correctly for FlatStyle).
25443             * Fix border color usage (use backcolor) for FlatStyle.Popup
25444             * Use checkbox.Capture instead of checkbox.is_pressed when
25445               rendering flatstyle states.
25446
25447 2004-10-12 21:48  pbartok
25448
25449         * ThemeWin32Classic.cs:
25450           - Removed all occurences of SystemColors and replaced them with the
25451             matching theme color
25452
25453 2004-10-12 21:41  pbartok
25454
25455         * ThemeWin32Classic.cs:
25456           - From John BouAntoun: Added an overload to CPDrawBorder3D to allow
25457             him using the function for flatstyle drawing
25458           - Changed functions to use the new version of CPDrawBorder3D
25459
25460 2004-10-12 21:15  pbartok
25461
25462         * ControlPaint.cs:
25463           - Fixed Dark(), DarkDark(), Light() and LightLight() methods to
25464             match MS documentation. They need to return defined colors if the
25465             passed color matches the configured control color. Thanks to John
25466             BouAntoun for pointing this out.
25467
25468 2004-10-12 20:57  pbartok
25469
25470         * Control.cs:
25471           - Fix from John BouAntoun: Raise ForeColorChanged event when text
25472             color is changed
25473
25474 2004-10-12 20:46  pbartok
25475
25476         * CheckBox.cs:
25477           - Fix from John BouAntoun: Now properly sets the Appearance property
25478
25479 2004-10-12 20:45  pbartok
25480
25481         * ThemeWin32Classic.cs:
25482           - Fixes from John BouAntoun: now handles forecolors and backcolors
25483             for flatstyle rendered controls much better; It also fixes normal
25484             checkbox rendering when pushed or disabled.
25485
25486 2004-10-08 02:50  jordi
25487
25488         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: more menu
25489           work
25490
25491 2004-10-07 08:56  jordi
25492
25493         * ThemeWin32Classic.cs: Removes deletion of cached brushes
25494
25495 2004-10-06 03:59  jordi
25496
25497         * Control.cs, StatusBar.cs, ThemeWin32Classic.cs, ToolBar.cs,
25498           XplatUIWin32.cs: removes warnings from compilation
25499
25500 2004-10-05 12:23  jackson
25501
25502         * RadioButton.cs: Fix ctor
25503
25504 2004-10-05 11:10  pbartok
25505
25506         * MessageBox.cs:
25507           - Partial implementation by Benjamin Dasnois
25508
25509 2004-10-05 10:15  jackson
25510
25511         * ThemeWin32Classic.cs: Improve rendering of the radio button patch
25512           by John BouAntoun
25513
25514 2004-10-05 03:07  ravindra
25515
25516         * ToolBar.cs:
25517                 - Removed a private method, Draw ().
25518                 - Fixed the ButtonDropDown event handling.
25519                 - Fixed MouseMove event handling.
25520
25521 2004-10-05 03:04  ravindra
25522
25523         * ThemeWin32Classic.cs:
25524                 - Added DrawListView method and ListViewDefaultSize property.
25525                 - Changed ControlPaint method calls to CPDrawXXX wherever possible.
25526                 - Changed DOS style CRLF to Unix format (dos2unix).
25527
25528 2004-10-05 03:03  ravindra
25529
25530         * Theme.cs:
25531                 - Added DrawListView method and ListViewDefaultSize property.
25532
25533 2004-10-05 02:42  ravindra
25534
25535         * ToolBarButton.cs: Added an internal member dd_pressed to handle
25536           clicks on DropDown arrow.
25537
25538 2004-10-04 22:56  jackson
25539
25540         * ButtonBase.cs, Label.cs, MenuAPI.cs, ProgressBar.cs,
25541           ScrollBar.cs, StatusBar.cs, ToolBar.cs, TrackBar.cs: Let the base
25542           Control handle the buffers, derived classes should not have to
25543           CreateBuffers themselves.
25544
25545 2004-10-04 21:20  jackson
25546
25547         * StatusBar.cs: The control handles resizing the buffers now.
25548
25549 2004-10-04 21:18  jackson
25550
25551         * Control.cs: When resizing the buffers should be invalidated. This
25552           should be handled in Control not in derived classes.
25553
25554 2004-10-04 14:45  jackson
25555
25556         * TabPage.cs: oops
25557
25558 2004-10-04 02:14  pbartok
25559
25560         * LeftRightAlignment.cs:
25561           - Initial check-in
25562
25563 2004-10-04 01:09  jordi
25564
25565         * ThemeWin32Classic.cs: fixes right button position causing right
25566           button not showing on horizontal scrollbars
25567
25568 2004-10-02 13:12  pbartok
25569
25570         * XplatUIX11.cs:
25571           - Simplified the Invalidate method by using an X call instead of
25572             generating the expose ourselves
25573           - Added an expose when the window background is changed
25574           - Implemented ClientToScreen method
25575
25576 2004-10-02 13:08  pbartok
25577
25578         * XplatUIWin32.cs:
25579           - Added Win32EnableWindow method (test for implementing modal
25580           dialogs)
25581           - Added ClientToScreen method and imports
25582
25583 2004-10-02 13:07  pbartok
25584
25585         * XplatUI.cs, XplatUIDriver.cs:
25586           - Added ClientToScreen coordinate translation method
25587
25588 2004-10-02 13:06  pbartok
25589
25590         * KeyPressEventArgs.cs:
25591           - Fixed access level for constructor
25592
25593 2004-10-02 13:06  pbartok
25594
25595         * NativeWindow.cs:
25596           - Changed access level for the window_collection hash table
25597
25598 2004-10-02 13:05  pbartok
25599
25600         * Form.cs:
25601           - Added KeyPreview property
25602           - Added Menu property (still incomplete, pending Jordi's menu work)
25603           - Implemented ProcessCmdKey
25604           - Implemented ProcessDialogKey
25605           - Implemented ProcessKeyPreview
25606
25607 2004-10-02 13:02  pbartok
25608
25609         * Control.cs:
25610           - Added private method to get the Control object from the window
25611           handle
25612           - Implemented ContextMenu property
25613           - Implemented PointToScreen
25614           - Implemented PreProcessMessage
25615           - Implemented IsInputChar
25616           - Implemented IsInputKey
25617           - Implemented ProcessCmdKey
25618           - Completed ProcessKeyEventArgs
25619           - Fixed message loop to call the proper chain of functions on key
25620           events
25621           - Implemented ProcessDialogChar
25622           - Implemented ProcessDialogKey
25623           - Implemented ProcessKeyMessage
25624           - Implemented ProcessKeyPreview
25625           - Added RaiseDragEvent stub (MS internal method)
25626           - Added RaiseKeyEvent stub (MS internal method)
25627           - Added RaiseMouseEvent stub (MS Internal method)
25628           - Added RaisePaintEvent stub (MS Internal method)
25629           - Added ResetMouseEventArgs stub (MS Internal method)
25630           - Implemented RtlTranslateAlignment
25631           - Implemented RtlTranslateContent
25632           - Implemented RtlTranslateHorizontal
25633           - Implemented RtlTranslateLeftRight
25634           - Added generation of KeyPress event
25635
25636 2004-10-02 05:57  ravindra
25637
25638         * ListViewItem.cs: Added attributes.
25639
25640 2004-10-02 05:32  ravindra
25641
25642         * ListView.cs: Added attributes.
25643
25644 2004-10-01 11:53  jackson
25645
25646         * Form.cs: Implement the Close method so work on MessageBox can
25647           continue.
25648
25649 2004-09-30 14:06  pbartok
25650
25651         * XplatUIX11.cs:
25652           - Bug fixes
25653
25654 2004-09-30 11:34  jackson
25655
25656         * RadioButton.cs: Fix typo. Patch by John BouAntoun.
25657
25658 2004-09-30 07:26  ravindra
25659
25660         * ListViewItemConverter.cs: Converter for ListViewItem.
25661
25662 2004-09-30 07:26  ravindra
25663
25664         * SortOrder.cs: Enum for ListView control.
25665
25666 2004-09-30 07:25  ravindra
25667
25668         * ColumnHeader.cs: Supporting class for ListView control.
25669
25670 2004-09-30 07:24  ravindra
25671
25672         * ListView.cs, ListViewItem.cs: Initial implementation.
25673
25674 2004-09-30 07:20  ravindra
25675
25676         * ItemActivation.cs: Enum for ListView Control.
25677
25678 2004-09-29 20:29  pbartok
25679
25680         * XplatUIX11.cs:
25681           - Added lookup of pixel value for background color; tries to get a
25682             color 'close' to the requested color, it avoids having to create a
25683             colormap.  Depending on the display this could mean the used color
25684             is slightly off the desired color. Might have to change it to a more
25685             resource intensive colormap approach, but it will work as a
25686           workaround to avoid red screens.
25687
25688 2004-09-29 14:27  jackson
25689
25690         * XplatUIX11.cs: Set the X DisplayHandle in System.Drawing
25691
25692 2004-09-28 12:44  pbartok
25693
25694         * ButtonBase.cs, CheckBox.cs, ControlPaint.cs, GroupBox.cs,
25695           HScrollBar.cs, Label.cs, LinkLabel.cs, Panel.cs, PictureBox.cs,
25696           ProgressBar.cs, RadioButton.cs, ScrollBar.cs, StatusBar.cs,
25697           Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs, ToolBar.cs,
25698           TrackBar.cs, VScrollBar.cs:
25699           - Streamlined Theme interfaces:
25700             * Each DrawXXX method for a control now is passed the object for
25701               the control to be drawn in order to allow accessing any state the
25702               theme might require
25703
25704             * ControlPaint methods for the theme now have a CP prefix to avoid
25705               name clashes with the Draw methods for controls
25706
25707             * Every control now retrieves it's DefaultSize from the current
25708             theme
25709
25710 2004-09-28 12:17  jackson
25711
25712         * Button.cs: Do not redraw OnClick MouseUp/Down will handle the
25713           drawing
25714
25715 2004-09-24 14:57  jackson
25716
25717         * XplatUIX11.cs: Don't lock/enqueue/dequeue for unhandled messages.
25718           Gives us a nice little performance boost.
25719
25720 2004-09-24 12:02  jackson
25721
25722         * TabAlignment.cs, TabAppearance.cs, TabControl.cs, TabDrawMode.cs,
25723           TabPage.cs, TabSizeMode.cs: Partial implementation of the Tab
25724           Control and supporting classes. Initial checkin
25725
25726 2004-09-23 13:08  jackson
25727
25728         * Form.cs: Temp build fixage
25729
25730 2004-09-23 01:39  ravindra
25731
25732         * ItemChangedEventArgs.cs, ItemChangedEventHandler.cs,
25733           ItemCheckEventArgs.cs, ItemCheckEventHandler.cs,
25734           ItemDragEventArgs.cs, ItemDragEventHandler.cs,
25735           LabelEditEventArgs.cs, LabelEditEventHandler.cs: EventArgs and
25736           EventHandlers needed by ListView Control.
25737
25738 2004-09-22 14:12  pbartok
25739
25740         * ScrollableControl.cs:
25741           - Implemented DockPadding property
25742           - Implemented AutoScroll property
25743           - Implemented AutoScrollMargin property
25744           - Implemented AutoScrollMinSize property
25745           - Implemented AutoScrollPosition property
25746           - Implemented DisplayRectangle property (still incomplete)
25747           - Implemented CreateParams property
25748           - Implemented HScroll property
25749           - Implemented VScroll property
25750           - Implemented OnVisibleChanged property
25751
25752 2004-09-22 14:09  pbartok
25753
25754         * Form.cs:
25755           - Added Form.ControllCollection class
25756           - Added handling for Form owners: Owner, OwnedForms, AddOwnedForm,
25757             RemoveOwnedForm (still incomplete, missing on-top and common
25758             minimize/maximize behaviour)
25759           - Added StartPosition property (still incomplete, does not use when
25760             creating the form)
25761           - Added ShowDialog() methods (still incomplete, missing forcing the
25762             dialog modal)
25763
25764 2004-09-22 14:05  pbartok
25765
25766         * Application.cs:
25767           - Added message loop for modal dialogs
25768
25769 2004-09-22 14:02  pbartok
25770
25771         * GroupBox.cs:
25772           - Fixed wrong types for events
25773
25774 2004-09-22 14:00  pbartok
25775
25776         * Shortcut.cs, FormWindowState.cs:
25777           - Fixed wrong values
25778
25779 2004-09-22 12:01  jackson
25780
25781         * Control.cs: Text is never null
25782
25783 2004-09-20 22:14  pbartok
25784
25785         * XplatUIWin32.cs:
25786           - Fixed accessibility level for Idle handler
25787
25788 2004-09-20 18:54  jackson
25789
25790         * Application.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
25791           XplatUIX11.cs: New message loop that uses poll so we don't get a
25792           busy loop
25793
25794 2004-09-17 10:43  pbartok
25795
25796         * ScrollBar.cs:
25797           - Fixed behaviour of arrow buttons. Now properly behaves like
25798             Buttons (and like Microsoft's scrollbar arrow buttons)
25799
25800 2004-09-17 10:14  pbartok
25801
25802         * ScrollBar.cs:
25803           - Added missing release of keyboard/mouse capture
25804
25805 2004-09-17 06:18  jordi
25806
25807         * ContextMenu.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs,
25808           Theme.cs: Very early menu support
25809
25810 2004-09-16 17:45  pbartok
25811
25812         * XplatUIWin32.cs:
25813           - Fixed sending a window to the front
25814           - Added overload for SetWindowPos to avoid casting
25815
25816 2004-09-16 17:44  pbartok
25817
25818         * Control.cs:
25819           - Added SendToBack and BringToFront methods
25820
25821 2004-09-16 07:00  ravindra
25822
25823         * Copyright: Added Novell URL.
25824
25825 2004-09-16 07:00  ravindra
25826
25827         * ToolBar.cs: Invalidate should be done before redrawing.
25828
25829 2004-09-15 21:19  ravindra
25830
25831         * ColumnHeaderStyle.cs: Enum for ListView Control.
25832
25833 2004-09-15 21:18  ravindra
25834
25835         * ColumnClickEventArgs.cs, ColumnClickEventHandler.cs: Event for
25836           ListView Control.
25837
25838 2004-09-13 18:26  jackson
25839
25840         * Timer.cs, XplatUIX11.cs: Remove test code so timers are updated
25841           properly
25842
25843 2004-09-13 18:13  jackson
25844
25845         * Timer.cs, X11Structs.cs, XplatUIX11.cs: Timers are now handled in
25846           a second thread and post messages into the main threads message
25847           queue. This makes timing much more consistent. Both win2K and XP
25848           have a minimum timer value of 15 milliseconds, so we now do this
25849           too.
25850
25851 2004-09-13 15:18  pbartok
25852
25853         * X11Structs.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
25854           XplatUIX11.cs:
25855           - Added Z-Ordering methods
25856
25857 2004-09-13 10:56  pbartok
25858
25859         * Form.cs:
25860           - Fixed #region names
25861           - Moved properties and methods into their proper #regions
25862
25863 2004-09-13 10:51  pbartok
25864
25865         * Form.cs:
25866           - Added Accept and CancelButton properties
25867           - Added ProcessDialogKey() method
25868
25869 2004-09-13 08:18  pbartok
25870
25871         * IWindowTarget.cs:
25872           - Initial check-in
25873
25874 2004-09-10 21:50  pbartok
25875
25876         * Control.cs:
25877           - Added DoDragDrop() [incomplete]
25878           - Properly implemented 'Visible' handling
25879           - Added SetVisibleCore()
25880           - Implemented FindChildAtPoint()
25881           - Implemented GetContainerControl()
25882           - Implemented Hide()
25883
25884 2004-09-10 19:28  pbartok
25885
25886         * Control.cs:
25887           - Moved methods into their appropriate #regions
25888           - Reordered methods within regions alphabetically
25889
25890 2004-09-10 18:57  pbartok
25891
25892         * XplatUIX11.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
25893           - Added method to retrieve text from window
25894
25895 2004-09-10 18:56  pbartok
25896
25897         * Control.cs:
25898           - Moved some internal functions into the internal region
25899           - Implemented FontHeight
25900           - Implemented RenderRightToLeft
25901           - Implemented ResizeRedraw
25902           - Implemented ShowFocusCues
25903           - Implemented ShowKeyboardCues
25904           - Implemented FromChildHandle
25905           - Implemented FromHandle
25906           - Implemented IsMnemonic
25907           - Implemented ReflectMessage
25908           - All public and protected Static Methods are now complete
25909
25910 2004-09-10 16:54  pbartok
25911
25912         * Control.cs:
25913           - Implemented remaining missing public instance properties
25914           - Alphabetized some out of order properties
25915
25916 2004-09-10 05:51  ravindra
25917
25918         * PictureBox.cs: Added a check for null image.
25919
25920 2004-09-10 00:59  jordi
25921
25922         * GroupBox.cs: remove cvs tag
25923
25924 2004-09-09 05:25  ravindra
25925
25926         * ToolBar.cs: Make redraw accessible from ToolBarButton.
25927
25928 2004-09-09 05:23  ravindra
25929
25930         * ToolBarButton.cs: Changes in ToolBarButton need to make it's
25931           parent redraw.
25932
25933 2004-09-09 02:28  pbartok
25934
25935         * ThemeWin32Classic.cs:
25936           - Improve disabled string look
25937
25938 2004-09-09 01:15  jordi
25939
25940         * MeasureItemEventArgs.cs, MeasureItemEventHandler.cs: measureitem
25941           args and handler
25942
25943 2004-09-08 23:56  ravindra
25944
25945         * ItemBoundsPortion.cs: It's enum, not a class!
25946
25947 2004-09-08 23:47  ravindra
25948
25949         * FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs:
25950           Enums for Form.
25951
25952 2004-09-08 21:13  ravindra
25953
25954         * ItemBoundsPortion.cs, ListViewAlignment.cs, View.cs: Enums for
25955           ListView control.
25956
25957 2004-09-08 21:03  ravindra
25958
25959         * ThemeWin32Classic.cs: PictureBox would not draw a null image to
25960           avoid crash.
25961
25962 2004-09-08 21:01  ravindra
25963
25964         * ScrollableControl.cs: Removed unreachable code.
25965
25966 2004-09-08 06:45  jordi
25967
25968         * MenuMerge.cs, Shortcut.cs: enumerations need it by menus
25969
25970 2004-09-08 01:00  jackson
25971
25972         * XplatUIX11.cs: Only run the timers when updating the message
25973           queue. This effectively gives X messages a higher priority then
25974           timer messages. Timers still need love though
25975
25976 2004-09-07 14:01  jackson
25977
25978         * XplatUIX11.cs: Do not call XDestroyWindow, X has already done
25979           this for us and the handle is no longer valid.
25980
25981 2004-09-07 13:59  jackson
25982
25983         * HandleData.cs, XplatUIX11.cs: First steps towards a new X event
25984           loop that manages to not crash. TODO: Add poll and cleanup timers
25985
25986 2004-09-07 11:12  jordi
25987
25988         * GroupBox.cs, Theme.cs, ThemeWin32Classic.cs: GroupBox control
25989
25990 2004-09-07 03:40  jordi
25991
25992         * Label.cs, LinkLabel.cs, Theme.cs, ThemeWin32Classic.cs: LinkLabel
25993           fixes, methods, multiple links
25994
25995 2004-09-06 06:55  jordi
25996
25997         * Control.cs: Caches ClientRectangle rectangle value
25998
25999 2004-09-05 02:03  jordi
26000
26001         * ScrollBar.cs, ThemeWin32Classic.cs: fixes bugs, adds flashing on
26002           certain situations
26003
26004 2004-09-04 11:10  jordi
26005
26006         * Label.cs: Refresh when font changed
26007
26008 2004-09-02 16:24  pbartok
26009
26010         * Control.cs:
26011           - Added sanity check to creation of double buffer bitmap
26012
26013 2004-09-02 16:24  pbartok
26014
26015         * ButtonBase.cs:
26016           - Fixed selection of text color
26017           - Fixed handling of resize event; now properly recreates double
26018             buffering bitmap
26019           - Added missing assignment of TextAlignment
26020           - Added proper default for TextAlignment
26021
26022 2004-09-02 14:26  pbartok
26023
26024         * RadioButton.cs:
26025           - Added missing RadioButton.RadioButtonAccessibleObject class
26026
26027 2004-09-02 14:26  pbartok
26028
26029         * Control.cs:
26030           - Added missing Control.ControlAccessibleObject class
26031           - Started to implement Select()ion mechanisms, still very incomplete
26032
26033 2004-09-02 14:25  pbartok
26034
26035         * AccessibleObject.cs:
26036           - Added missing methods
26037
26038 2004-09-02 14:23  pbartok
26039
26040         * AccessibleNavigation.cs, AccessibleSelection.cs:
26041           - Initial check-in
26042
26043 2004-09-02 10:32  jordi
26044
26045         * Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: implements resource
26046           pool for pens, brushes, and hatchbruses
26047
26048 2004-09-01 15:30  jackson
26049
26050         * StatusBar.cs: Fix typo
26051
26052 2004-09-01 14:44  pbartok
26053
26054         * RadioButton.cs:
26055           - Fixed state
26056
26057 2004-09-01 14:39  pbartok
26058
26059         * Button.cs, RadioButton.cs:
26060           - Functional initial check-in
26061
26062 2004-09-01 14:01  pbartok
26063
26064         * CheckBox.cs:
26065           - Added missing default
26066           - Added missing region mark
26067
26068 2004-09-01 09:10  jordi
26069
26070         * Label.cs: fixes method signatures, new methods, events, fixes
26071           autosize
26072
26073 2004-09-01 07:19  jordi
26074
26075         * Control.cs: Init string variables with an empty object
26076
26077 2004-09-01 04:20  jordi
26078
26079         * Control.cs: fires OnFontChanged event
26080
26081 2004-08-31 20:07  pbartok
26082
26083         * ButtonBase.cs:
26084           - Enabled display of strings
26085
26086 2004-08-31 20:05  pbartok
26087
26088         * Form.cs:
26089           - Added (partial) implementation of DialogResult; rest needs to be
26090             implemented when the modal loop code is done
26091
26092 2004-08-31 19:55  pbartok
26093
26094         * CheckBox.cs:
26095           - Fixed to match the removal of the needs_redraw concept
26096
26097 2004-08-31 19:55  pbartok
26098
26099         * ButtonBase.cs:
26100           - Removed the rather odd split between 'needs redraw' and redrawing
26101           - Now handles the events that require regeneration (ambient
26102             properties and size)
26103
26104 2004-08-31 19:41  pbartok
26105
26106         * Control.cs:
26107           - Added firing of BackColorChanged event
26108           - Added TopLevelControl property
26109           - Fixed handling of WM_ERASEBKGRND message
26110
26111 2004-08-31 12:49  pbartok
26112
26113         * ButtonBase.cs:
26114           - Removed debug
26115           - Minor fixes
26116
26117 2004-08-31 12:48  pbartok
26118
26119         * CheckBox.cs:
26120           - Finished (famous last words)
26121
26122 2004-08-31 04:35  jordi
26123
26124         * ScrollBar.cs: adds autorepeat timer, uses a single timer, fixes
26125           scrolling bugs, adds new methods
26126
26127 2004-08-30 14:42  pbartok
26128
26129         * CheckBox.cs:
26130           - Implemented CheckBox drawing code
26131
26132 2004-08-30 14:42  pbartok
26133
26134         * ButtonBase.cs:
26135           - Made Redraw() and CheckRedraw() virtual
26136           - Improved mouse up/down/move logic to properly track buttons
26137
26138 2004-08-30 09:44  pbartok
26139
26140         * CheckBox.cs:
26141           - Updated to fix broken build. Not complete yet.
26142
26143 2004-08-30 09:28  pbartok
26144
26145         * CheckState.cs:
26146           - Initial checkin
26147
26148 2004-08-30 09:17  pbartok
26149
26150         * Appearance.cs:
26151           - Initial check-in
26152
26153 2004-08-27 16:12  ravindra
26154
26155         * ToolBarButton.cs: Added TypeConverter attribute.
26156
26157 2004-08-27 16:07  ravindra
26158
26159         * ImageIndexConverter.cs: Implemented.
26160
26161 2004-08-27 14:17  pbartok
26162
26163         * Control.cs:
26164           - Removed unneeded stack vars
26165           - First attempt to fix sizing issues when layout is suspended
26166
26167 2004-08-25 15:35  jordi
26168
26169         * ScrollBar.cs: more fixes to scrollbar
26170
26171 2004-08-25 14:04  ravindra
26172
26173         * Theme.cs, ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs:
26174           Added the missing divider code and grip for ToolBar Control.
26175
26176 2004-08-25 13:20  pbartok
26177
26178         * Control.cs:
26179           - Control now properly passes the ambient background color to child
26180             controls
26181
26182 2004-08-25 13:20  jordi
26183
26184         * ScrollBar.cs: small bug fix regarding bar position
26185
26186 2004-08-25 12:33  pbartok
26187
26188         * Timer.cs:
26189           - Now only calls SetTimer or KillTimer if the enabled state has
26190           changed
26191
26192 2004-08-25 12:33  pbartok
26193
26194         * XplatUIWin32.cs:
26195           - Fixed timer handling, now seems to work
26196           - Improved error message for window creation
26197
26198 2004-08-25 12:32  pbartok
26199
26200         * Control.cs:
26201           - Fixed generation of MouseUp message
26202
26203 2004-08-25 12:29  jordi
26204
26205         * ProgressBar.cs, ThemeWin32Classic.cs: new methods, properties,
26206           and fixes for progressbar
26207
26208 2004-08-24 18:43  ravindra
26209
26210         * ThemeWin32Classic.cs, ToolBar.cs: Fixed wrapping related issues
26211           in ToolBar control.
26212
26213 2004-08-24 17:15  pbartok
26214
26215         * Panel.cs:
26216           - Added #region
26217           - Added missing events
26218           - Alphabetized
26219
26220 2004-08-24 17:14  pbartok
26221
26222         * StatusBar.cs, PictureBox.cs:
26223           - Now uses Control's CreateParams
26224
26225 2004-08-24 16:36  pbartok
26226
26227         * XplatUIX11.cs:
26228           - Fixed background color handling
26229           - Fixed sending of enter/leave events on a grab
26230
26231 2004-08-24 16:35  pbartok
26232
26233         * X11Structs.cs:
26234           - Refined definitions for CrossingEvent
26235
26236 2004-08-24 12:37  jordi
26237
26238         * ScrollBar.cs, Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: fixes
26239           formmating, methods signature, and adds missing events
26240
26241 2004-08-24 12:24  jordi
26242
26243         * Control.cs: fire OnEnabledChanged event
26244
26245 2004-08-24 11:17  pbartok
26246
26247         * XplatUIWin32.cs:
26248           - Implemented SetTimer() and KillTimer()
26249
26250 2004-08-24 11:16  pbartok
26251
26252         * XplatUIX11.cs:
26253           - Now uses Remove instead of Add to kill the timer
26254
26255 2004-08-24 10:16  jackson
26256
26257         * PictureBox.cs, Theme.cs, ThemeWin32Classic.cs: Handle drawing
26258           picture boxes in the theme now. Draw picture box borders and obey
26259           sizing modes
26260
26261 2004-08-24 05:49  jackson
26262
26263         * Timer.cs: Remove top secret debugging code
26264
26265 2004-08-24 05:34  jackson
26266
26267         * PictureBox.cs: Temp hack to make picture boxes draw their full
26268           image
26269
26270 2004-08-24 05:29  jackson
26271
26272         * Timer.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
26273           XplatUIX11.cs: Move timers to the driver level. On X they are
26274           queued by the driver and checked on idle.
26275
26276 2004-08-24 01:07  jackson
26277
26278         * XplatUIX11.cs: Use a queue for async messages instead of passing
26279           them as ClientMessages since that was totally broken. Also simply
26280           check for events and return an idle message if none are found. This
26281           gives us an idle handler, and prevents deadlocking when no messages
26282           are in the queue.
26283
26284 2004-08-23 18:19  ravindra
26285
26286         * XplatUIWin32.cs: Removed the unwanted destructor.
26287
26288 2004-08-23 17:27  pbartok
26289
26290         * ButtonBase.cs:
26291           - Finishing touches. Works now, just needs some optimizations.
26292
26293 2004-08-23 16:53  jordi
26294
26295         * ScrollBar.cs: small fix
26296
26297 2004-08-23 16:45  pbartok
26298
26299         * Application.cs:
26300           - Removed debug output
26301           - Simplifications
26302
26303 2004-08-23 16:43  jordi
26304
26305         * ScrollBar.cs: [no log message]
26306
26307 2004-08-23 16:10  pbartok
26308
26309         * Form.cs:
26310           - Fixed handling of WM_CLOSE message
26311           - Removed debug output
26312
26313 2004-08-23 16:09  pbartok
26314
26315         * Application.cs:
26316           - Added handling of Idle event
26317           - Added handling of form closing
26318           - Fixed reporting of MessageLoop property
26319           - Removed some unneeded code, should provide a bit of a speedup
26320
26321 2004-08-23 15:22  pbartok
26322
26323         * Control.cs:
26324           - Added InitLayout() method
26325           - Added code to properly perform layout when Anchor or Dock property
26326             is changed
26327           - Changed 'interpretation' of ResumeLayout. MS seems to have a
26328             LAMESPEC, tried to do it in a way that makes sense
26329
26330 2004-08-23 14:10  jordi
26331
26332         * HScrollBar.cs, ScrollBar.cs, TrackBar.cs, VScrollBar.cs: fixes
26333           properties and methods
26334
26335 2004-08-23 13:55  pbartok
26336
26337         * Control.cs:
26338           - Properly fixed Jordi's last fix
26339           - Now uses Cursor's Position property instead of calling XplatUI
26340           directly
26341
26342 2004-08-23 13:44  jordi
26343
26344         * PaintEventHandler.cs: Adding missing attribute
26345
26346 2004-08-23 13:39  pbartok
26347
26348         * Cursor.cs:
26349           - Implemented Position property
26350
26351 2004-08-23 13:39  pbartok
26352
26353         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
26354           - Added method to move mouse cursor
26355
26356 2004-08-23 13:39  pbartok
26357
26358         * XplatUIX11.cs:
26359           - Fixed setting of background color
26360           - Added method to move mouse cursor
26361
26362 2004-08-23 13:16  jordi
26363
26364         * Control.cs: avoids null exception
26365
26366 2004-08-22 17:46  jackson
26367
26368         * PictureBox.cs, PictureBoxSizeMode.cs: Initial implementation of
26369           PictureBox
26370
26371 2004-08-22 17:40  jackson
26372
26373         * XplatUIX11.cs: Add some missing locks
26374
26375 2004-08-22 15:10  pbartok
26376
26377         * Control.cs, Form.cs:
26378           - Removed OverlappedWindow style from Control, instead it's default
26379             now is child
26380           - Made form windows OverlappedWindow by default
26381
26382 2004-08-22 13:34  jackson
26383
26384         * ScrollBar.cs: Update the position through the Value property so
26385           the OnValueChanged event is raised.
26386
26387 2004-08-22 12:04  pbartok
26388
26389         * SWF.csproj:
26390           - Added Cursor.cs and UserControl.cs
26391
26392 2004-08-22 12:03  pbartok
26393
26394         * Cursor.cs:
26395           - Started implementation, not usable yet
26396
26397 2004-08-22 12:00  pbartok
26398
26399         * UserControl.cs:
26400           - Implemented UserControl (complete)
26401
26402 2004-08-21 19:20  ravindra
26403
26404         * ToolBar.cs: Correcting the formatting mess of VS.NET.
26405
26406 2004-08-21 18:49  ravindra
26407
26408         * ToolBar.cs: Probably this completes the missing attributes in
26409           toolbar control.
26410
26411 2004-08-21 18:03  ravindra
26412
26413         * ToolBar.cs, ToolBarButton.cs, ToolBarButtonClickEventArgs.cs:
26414           Fixed toolbar control signatures.
26415
26416 2004-08-21 16:32  pbartok
26417
26418         * LinkLabel.cs:
26419           - Signature Fixes
26420
26421 2004-08-21 16:30  pbartok
26422
26423         * Label.cs:
26424           - Signature fixes
26425
26426 2004-08-21 16:19  pbartok
26427
26428         * Control.cs, Label.cs:
26429           - Signature fixes
26430
26431 2004-08-21 15:57  pbartok
26432
26433         * ButtonBase.cs:
26434           - Added loads of debug output for development
26435           - Fixed typo in method name
26436
26437 2004-08-21 15:52  pbartok
26438
26439         * ToolBarButtonClickEventArgs.cs:
26440           - Added missing base class
26441
26442 2004-08-21 14:53  pbartok
26443
26444         * Control.cs:
26445           - Updated to match new GrabWindow signature
26446
26447 2004-08-21 14:51  pbartok
26448
26449         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
26450           - Added method to get default display size
26451
26452 2004-08-21 14:23  pbartok
26453
26454         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
26455           - Added method to query current grab state
26456           - Added argument to allow confining a grab to a window
26457
26458 2004-08-21 14:22  pbartok
26459
26460         * Keys.cs:
26461           - Added [Flags] attribute so that modifiers can be used in bitwise
26462           ops
26463
26464 2004-08-21 14:21  pbartok
26465
26466         * TrackBar.cs, ScrollBar.cs:
26467           - Replaced direct XplatUI calls with their Control counterpart
26468
26469 2004-08-21 13:32  pbartok
26470
26471         * Control.cs:
26472           - Implemented Created property
26473
26474 2004-08-21 13:28  pbartok
26475
26476         * Control.cs:
26477           - Implemented ContainsFocus
26478
26479 2004-08-21 13:26  pbartok
26480
26481         * Control.cs:
26482           - Implemented CausesValidation
26483
26484 2004-08-21 13:21  pbartok
26485
26486         * Control.cs:
26487           - Implemented CanFocus
26488           - Implemented CanSelect
26489           - Implemented Capture
26490
26491 2004-08-21 12:35  pbartok
26492
26493         * XplatUIWin32.cs:
26494           - Fixed bug with Async message handling
26495           - Implemented getting the ModifierKeys
26496
26497 2004-08-21 12:32  jackson
26498
26499         * AsyncMethodResult.cs: Make sure we have the mutex before we
26500           release it. Fixes BeginInvoke on windows
26501
26502 2004-08-21 11:31  pbartok
26503
26504         * XplatUIWin32.cs, XplatUIX11.cs:
26505           - Drivers now return proper mouse state
26506
26507 2004-08-21 10:54  jackson
26508
26509         * Control.cs: Implement EndInvoke
26510
26511 2004-08-21 10:48  jackson
26512
26513         * Timer.cs: Remove unneeded finalizer
26514
26515 2004-08-20 19:52  ravindra
26516
26517         * ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs: Improvments
26518           in mouse event handling in the ToolBar control.
26519
26520 2004-08-20 19:50  ravindra
26521
26522         * ImageList.cs: Changed draw method to use the arguments passed in
26523           to draw the image.
26524
26525 2004-08-20 18:58  pbartok
26526
26527         * XplatUIStructs.cs:
26528           - Added private message for async communication
26529
26530 2004-08-20 17:38  ravindra
26531
26532         * Control.cs: Made RightToLeft property virtual and removed a
26533           Console.WriteLine.
26534
26535 2004-08-20 14:39  jordi
26536
26537         * ThemeGtk.cs: use style_attach
26538
26539 2004-08-20 14:39  pbartok
26540
26541         * XplatUIWin32.cs:
26542           - Added jackson's Async code from X11 to Win32
26543
26544 2004-08-20 14:09  pbartok
26545
26546         * SWF.csproj:
26547           - Added all new files
26548
26549 2004-08-20 14:09  pbartok
26550
26551         * Control.cs:
26552           - Added call to set window background color
26553
26554 2004-08-20 14:03  pbartok
26555
26556         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
26557           - Added method for setting the window background
26558
26559 2004-08-20 14:02  pbartok
26560
26561         * XplatUIWin32.cs:
26562           - Added method for setting the background color
26563           - Added handling for erasing the window background
26564
26565 2004-08-20 13:45  jordi
26566
26567         * TrackBar.cs: fixes timer, new properties and methods
26568
26569 2004-08-20 13:34  jackson
26570
26571         * ScrollBar.cs: Use the SWF timer so callbacks are run in the
26572           correct thread
26573
26574 2004-08-20 13:22  jackson
26575
26576         * Timer.cs: Timer Tick events are now handed through Controls Async
26577           mechanism so the callbacks are executed in the same thread as X
26578
26579 2004-08-20 13:19  jackson
26580
26581         * XplatUIDriver.cs: Expose functionality to send async messages
26582           through the driver
26583
26584 2004-08-20 13:18  jackson
26585
26586         * Control.cs: Implement Begininvoke
26587
26588 2004-08-20 13:14  jackson
26589
26590         * XplatUI.cs, XplatUIWin32.cs: Expose functionality to send async
26591           messages through the driver
26592
26593 2004-08-20 13:12  jackson
26594
26595         * XplatUIX11.cs: Lock before all X operations. Also added Async
26596           method functionality through XSendEvent
26597
26598 2004-08-20 13:11  jackson
26599
26600         * X11Structs.cs: Use IntPtrs for ClientMessage extra data (TODO:
26601           This will screw up on 64 bit systems)
26602
26603 2004-08-20 13:10  jackson
26604
26605         * AsyncMethodData.cs, AsyncMethodResult.cs: Classes for sending
26606           Async messages through X/Win32
26607
26608 2004-08-19 19:39  pbartok
26609
26610         * XplatUIX11.cs:
26611           - Updated code to match new HandleData.DeviceContext type
26612
26613 2004-08-19 19:38  pbartok
26614
26615         * HandleData.cs:
26616           - Made DeviceContext a generic object to allow usage from various
26617           drivers
26618           - Added support for queueing Windows messages
26619
26620 2004-08-19 19:37  pbartok
26621
26622         * XplatUIWin32.cs:
26623           - Added generation of MouseEnter, MouseLeave and MouseHover events
26624           - Added cleanup on EndPaint
26625
26626 2004-08-19 19:17  pbartok
26627
26628         * Control.cs:
26629           - Added handling of WM_MOUSEHOVER
26630           - Worked around 'bug' in Win32 WM_MOUSE_ENTER/WM_MOUSE_LEAVE driver
26631           code
26632
26633 2004-08-19 18:55  jordi
26634
26635         * ThemeGtk.cs: fixes button order
26636
26637 2004-08-19 18:12  jordi
26638
26639         * Theme.cs, ThemeWin32Classic.cs: fixes methods signature
26640
26641 2004-08-19 17:09  pbartok
26642
26643         * Control.cs:
26644           - Added Right property
26645           - Added RightToLeft property
26646
26647 2004-08-19 16:27  jordi
26648
26649         * ThemeGtk.cs: experimental GTK theme support
26650
26651 2004-08-19 16:26  jordi
26652
26653         * ITheme.cs, Theme.cs: move themes from an interface to a class
26654
26655 2004-08-19 16:25  jordi
26656
26657         * Control.cs, ScrollBar.cs, ThemeEngine.cs, ThemeWin32Classic.cs:
26658           theme enhancaments
26659
26660 2004-08-19 16:04  pbartok
26661
26662         * XplatUIX11.cs:
26663           - Added colormap basics
26664           - Added a way to re-initialize with a different display handle
26665           - Fixed setting of the window background color
26666           - Added various X11 imports related to colors and colormaps
26667
26668 2004-08-19 15:51  pbartok
26669
26670         * X11Structs.cs:
26671           - Removed packing hints (Paolo suggested this a while back)
26672           - fixed colormap type
26673           - Added default Atom types
26674           - Added Screen and color structs and enums
26675
26676 2004-08-19 15:39  pbartok
26677
26678         * ImageList.cs:
26679           - Added missing Draw() method
26680           - Added missing RecreateHandle event
26681
26682 2004-08-19 15:30  pbartok
26683
26684         * Form.cs:
26685           - Added handling of WM_CLOSE
26686
26687 2004-08-18 13:16  jordi
26688
26689         * ITheme.cs, ThemeWin32Classic.cs, XplatUIWin32.cs: Move colors to
26690           a table
26691
26692 2004-08-18 09:56  jordi
26693
26694         * ScrollBar.cs: fixes to scrollbar: steps and multiple timers
26695
26696 2004-08-17 15:31  ravindra
26697
26698         * SWF.csproj: Updated project.
26699
26700 2004-08-17 15:25  pbartok
26701
26702         * Control.cs:
26703           - Drawing improvement; don't call UpdateBounds if we are not visible
26704             (or have been minimized)
26705
26706 2004-08-17 15:24  pbartok
26707
26708         * XplatUIWin32.cs:
26709           - Finished IsVisible
26710           - Added Win32GetWindowPlacement
26711
26712 2004-08-17 15:08  jackson
26713
26714         * Panel.cs: Initial checkin of the Panel
26715
26716 2004-08-17 14:25  pbartok
26717
26718         * Control.cs:
26719           - Fixed broken handling of default window sizes
26720
26721 2004-08-17 13:29  jackson
26722
26723         * ThemeWin32Classic.cs: Don't use KnownColor to create colours. It
26724           has a large startup time.
26725
26726 2004-08-17 10:25  jackson
26727
26728         * HandleData.cs: union areas properly
26729
26730 2004-08-17 10:12  jackson
26731
26732         * HandleData.cs: union areas properly
26733
26734 2004-08-16 20:00  ravindra
26735
26736         * ToolBar.cs, ToolBarButton.cs: Added attributes.
26737
26738 2004-08-16 18:48  ravindra
26739
26740         * ToolBar.cs: Added attributes.
26741
26742 2004-08-16 17:17  ravindra
26743
26744         * SWF.csproj: Updated project.
26745
26746 2004-08-16 17:16  jackson
26747
26748         * XplatUIX11.cs: Check for more expose events before sending a
26749           WM_PAINT so they can all be grouped together. This makes dragging a
26750           window across another window redraw in a sane way.
26751
26752 2004-08-16 15:47  pbartok
26753
26754         * Control.cs:
26755           - Added handling of WM_MOUSE_ENTER & WM_MOUSE_LEAVE to
26756             support OnMouseEnter/Leave()
26757           - Added WS_CLIPSIBLINGS and WS_CLIPCHILDREN window styles to improve
26758             exposure handling
26759
26760 2004-08-16 15:46  pbartok
26761
26762         * XplatUIStructs.cs, XplatUIX11.cs:
26763           - Added WM_MOUSE_ENTER & WM_MOUSE_LEAVE to support
26764           OnMouseEnter/Leave()
26765
26766 2004-08-16 15:34  jackson
26767
26768         * XplatUIX11.cs: Group multiple expose events in HandleData, make
26769           sure messages get the message field set to WM_NULL if they are not
26770           handled.
26771
26772 2004-08-16 15:24  jackson
26773
26774         * HandleData.cs: HandleData is used for storing message information
26775           for window handles
26776
26777 2004-08-15 17:23  ravindra
26778
26779         * ColorDepth.cs: Added attribute.
26780
26781 2004-08-15 17:23  ravindra
26782
26783         * SWF.csproj: Updated project for ToolBar Control.
26784
26785 2004-08-15 17:20  ravindra
26786
26787         * ITheme.cs, ThemeWin32Classic.cs: Changes to Theme for ToolBar
26788           control and also dos2unix format.
26789
26790 2004-08-15 17:13  ravindra
26791
26792         * ToolBar.cs, ToolBarAppearance.cs, ToolBarButton.cs,
26793           ToolBarButtonClickEventArgs.cs,
26794           ToolBarButtonClickEventHandler.cs, ToolBarButtonStyle.cs,
26795           ToolBarTextAlign.cs: First Implementation of ToolBar control.
26796
26797 2004-08-15 15:31  pbartok
26798
26799         * ButtonBase.cs:
26800           - First (mostly) working version
26801
26802 2004-08-13 16:15  pbartok
26803
26804         * Control.cs:
26805           - Fixed Anchor default
26806
26807 2004-08-13 15:43  pbartok
26808
26809         * Control.cs:
26810           - Changed GetCursorPos signature
26811
26812 2004-08-13 15:42  pbartok
26813
26814         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
26815           - Changed signature for GetCursorPos
26816
26817 2004-08-13 15:25  pbartok
26818
26819         * XplatUIX11.cs:
26820           - Cleanup
26821           - Fixed resizing/exposure handling
26822
26823 2004-08-13 15:22  jordi
26824
26825         * ThemeWin32Classic.cs: removes redundant code and fixes issues
26826           with tickposition
26827
26828 2004-08-13 14:55  jordi
26829
26830         * TrackBar.cs: change from wndproc to events
26831
26832 2004-08-13 13:00  jordi
26833
26834         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
26835           XplatUIX11.cs: implements PointToClient (ScreenToClient)
26836
26837 2004-08-13 12:53  pbartok
26838
26839         * XplatUIWin32.cs:
26840           - Changed GetWindowPos to also provide client area size
26841           - Fixed broken prototypes for several win32 functions
26842
26843 2004-08-13 12:53  pbartok
26844
26845         * XplatUI.cs, XplatUIDriver.cs:
26846           - Changed GetWindowPos to also provide client area size
26847
26848 2004-08-13 12:52  pbartok
26849
26850         * XplatUIX11.cs:
26851           - Added generation of WM_POSCHANGED
26852           - Changed GetWindowPos to also provide client area size
26853
26854 2004-08-13 12:52  pbartok
26855
26856         * Control.cs:
26857           - Added Dispose() and destructor
26858           - Fixed resizing and bounds calculation
26859           - Fixed Layout
26860           - Added memory savings for invisible windows
26861
26862 2004-08-13 12:46  jordi
26863
26864         * TrackBar.cs: adds timer and grap window
26865
26866 2004-08-13 10:25  jackson
26867
26868         * Timer.cs: SWF Timer
26869
26870 2004-08-12 16:59  pbartok
26871
26872         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
26873           - Implemented method to get current mouse position
26874
26875 2004-08-12 14:29  jordi
26876
26877         * ITheme.cs, ThemeWin32Classic.cs, TrackBar.cs: Trackbar
26878           enhancement, fix mouse problems, highli thumb, etc
26879
26880 2004-08-12 13:31  pbartok
26881
26882         * Control.cs:
26883           - Fixed Anchoring bugs
26884
26885 2004-08-12 13:01  jackson
26886
26887         * StatusBar.cs: Don't forget things
26888
26889 2004-08-12 12:54  jackson
26890
26891         * ThemeWin32Classic.cs: Handle owner draw status bars
26892
26893 2004-08-12 12:54  jackson
26894
26895         * StatusBar.cs: Implement missing properties, events, and methods.
26896           Handle mouse clicking
26897
26898 2004-08-12 10:19  jackson
26899
26900         * StatusBarPanelClickEventArgs.cs,
26901           StatusBarPanelClickEventHandler.cs: Classes for handling status
26902           bar panel click events
26903
26904 2004-08-12 10:10  jackson
26905
26906         * Control.cs: Add missing properties
26907
26908 2004-08-12 09:46  pbartok
26909
26910         * BindingsManagerBase.cs:
26911           - Name changed to BindingManagerBase.cs
26912
26913 2004-08-12 09:25  jordi
26914
26915         * ScrollableControl.cs: calls ctrlbase instead of exeception
26916
26917 2004-08-11 16:28  pbartok
26918
26919         * InputLanguageChangingEventArgs.cs:
26920           - Never check in before compiling. Fixes the last check-in
26921
26922 2004-08-11 16:26  pbartok
26923
26924         * InputLanguageChangingEventArgs.cs:
26925           - More signature fixes
26926
26927 2004-08-11 16:20  pbartok
26928
26929         * BindingManagerBase.cs, BindingMemberInfo.cs, ContainerControl.cs,
26930           Control.cs, ControlEventArgs.cs, ControlPaint.cs, Form.cs,
26931           ImageListStreamer.cs, InputLanguage.cs,
26932           InputLanguageChangedEventArgs.cs,
26933           InputLanguageChangingEventArgs.cs, Keys.cs, LayoutEventArgs.cs,
26934           LinkArea.cs, Message.cs, MouseEventArgs.cs, NativeWindow.cs,
26935           ScrollEventArgs.cs, ScrollableControl.cs, XplatUI.cs,
26936           XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
26937           - Signature fixes
26938
26939 2004-08-11 16:16  pbartok
26940
26941         * Application.cs:
26942           - Fixed Signature
26943           - Added .Net 1.1 method
26944
26945 2004-08-11 15:25  pbartok
26946
26947         * SWF.csproj:
26948           - Fixed BindingManagerBase.cs filename
26949
26950 2004-08-11 15:22  pbartok
26951
26952         * BindingManagerBase.cs:
26953           - Was checked in with wrong filename
26954
26955 2004-08-11 14:50  pbartok
26956
26957         * SWF.csproj:
26958           - Updated
26959
26960 2004-08-11 13:41  jordi
26961
26962         * XplatUIWin32.cs: Fixes ClientRect
26963
26964 2004-08-11 13:19  pbartok
26965
26966         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
26967           XplatUIX11.cs:
26968           - We had SetWindowPos and MoveWindow to set window positions and
26969             size, removed MoveWindow. We have GetWindowPos, so it made sense to
26970             keep SetWindowPos as matching counterpart
26971           - Added some X11 sanity checking
26972
26973 2004-08-11 12:59  pbartok
26974
26975         * Control.cs:
26976           - Major cleanup of my SetBounds/SetBoundsCore/UpdateBounds mess
26977             (It seems that SetBounds is just a front for SetBoundsCore and
26978              SetBoundsCore updates the underlying window system and
26979              UpdateBounds is responsible for updating the variables associated
26980              with the Control and sending the events)
26981           - Major cleanup of Size handling; we now have two sizes, client_size
26982             and bounds. Bounds defines the window with decorations, client_size
26983             without them.
26984
26985 2004-08-11 12:55  pbartok
26986
26987         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
26988           - Added method to calculate difference between decorated window and
26989             raw client area
26990
26991 2004-08-11 12:54  pbartok
26992
26993         * Label.cs:
26994           - Forcing redraw on resize
26995
26996 2004-08-11 11:43  pbartok
26997
26998         * ImageList.cs:
26999           - Removed disposing of the actual images when the list is disposed
27000
27001 2004-08-11 09:13  pbartok
27002
27003         * Control.cs:
27004           - Now properly reparents windows
27005
27006 2004-08-11 08:37  pbartok
27007
27008         * Control.cs:
27009           - Duh!
27010
27011 2004-08-11 07:47  pbartok
27012
27013         * Control.cs:
27014           - Rewrote the collection stuff. Might not be as fast now, not
27015             keeping the number of children around and accessible directly, but
27016             it's more straightforward
27017
27018 2004-08-11 07:44  pbartok
27019
27020         * AccessibleObject.cs:
27021           - Fixed to match ControlCollection rewrite
27022
27023 2004-08-11 07:43  pbartok
27024
27025         * ImageList.cs:
27026           - Added missing creation of the collection list
27027
27028 2004-08-10 20:08  jackson
27029
27030         * StatusBar.cs: Get the paint message from WndProc
27031
27032 2004-08-10 19:31  jackson
27033
27034         * ThemeWin32Classic.cs: Create Brushes as little as possible
27035
27036 2004-08-10 19:20  jackson
27037
27038         * UICues.cs: Add Flags attribute
27039
27040 2004-08-10 19:19  jackson
27041
27042         * StatusBarPanel.cs: Signature cleanup
27043
27044 2004-08-10 19:10  jackson
27045
27046         * StatusBarDrawItemEventArgs.cs, StatusBarDrawItemEventHandler.cs:
27047           Initial implementation of status bar item drawing
27048
27049 2004-08-10 17:27  jordi
27050
27051         * TrackBar.cs: add missing methods, properties, and restructure to
27052           hide extra ones
27053
27054 2004-08-10 16:24  jackson
27055
27056         * AccessibleStates.cs, Border3DSide.cs, Border3DStyle.cs,
27057           ButtonState.cs, ControlStyles.cs, DragDropEffects.cs: Add flags
27058           attribute
27059
27060 2004-08-10 13:21  jordi
27061
27062         * ITheme.cs, ScrollBar.cs, ThemeWin32Classic.cs: scrollbar
27063           enhancements and standarize on win colors defaults
27064
27065 2004-08-10 12:52  jackson
27066
27067         * DrawItemEventArgs.cs, DrawItemState.cs, ITheme.cs,
27068           ThemeWin32Classic.cs: Implement DrawItem functionality
27069
27070 2004-08-10 12:47  jordi
27071
27072         * XplatUIWin32.cs: Calls InvalidateRect before UpdateWindow
27073
27074 2004-08-10 12:32  jordi
27075
27076         * Control.cs: throw ontextchange event
27077
27078 2004-08-10 11:43  pbartok
27079
27080         * Control.cs:
27081           - Added more to the still unfinished Dock/Anchor layout code
27082
27083 2004-08-10 11:39  pbartok
27084
27085         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
27086           - Added GetWindowPos method
27087
27088 2004-08-10 11:36  pbartok
27089
27090         * XplatUIWin32.cs:
27091           - Implemented several methods
27092
27093 2004-08-10 09:47  jackson
27094
27095         * TrackBar.cs: Allow control to handle buffering
27096
27097 2004-08-10 09:41  jackson
27098
27099         * ProgressBar.cs, ScrollBar.cs: Allow control to handle buffering
27100
27101 2004-08-10 09:24  jackson
27102
27103         * Label.cs, LinkLabel.cs: Let Control handle buffering.
27104
27105 2004-08-10 09:09  jackson
27106
27107         * StatusBar.cs: Let Control handle all the buffering.
27108
27109 2004-08-10 09:08  jackson
27110
27111         * Control.cs: Control will now handle the buffering code, so each
27112           control does not have to implement this.
27113
27114 2004-08-10 08:34  jackson
27115
27116         * XplatUIDriver.cs: Use default colors from the theme
27117
27118 2004-08-09 17:12  pbartok
27119
27120         * ImageList.cs:
27121           - Fixed several bugs Ravindra pointed out
27122
27123 2004-08-09 16:11  pbartok
27124
27125         * Control.cs:
27126           - Added incomplete dock layout code
27127           - Added support for mouse wheel
27128
27129 2004-08-09 16:09  pbartok
27130
27131         * XplatUIX11.cs:
27132           - Added handling for middle and right mousebutton
27133           - Added handling for mouse wheel
27134           - Added handling for key state and mouse state and position
27135           - Now properly generates WM_xBUTTONx messages and WM_MOUSEWHEEL
27136           messages
27137
27138 2004-08-09 15:40  jackson
27139
27140         * StatusBarPanel.cs, StatusBarPanelAutoSize.cs,
27141           StatusBarPanelBorderStyle.cs, StatusBarPanelStyle.cs: Initial
27142           checkin
27143
27144 2004-08-09 15:37  jackson
27145
27146         * StatusBar.cs: Initial implementation of StatusBar
27147
27148 2004-08-09 15:36  jackson
27149
27150         * ITheme.cs: Add support for drawing status bar and getting status
27151           bar item sizes
27152
27153 2004-08-09 15:35  pbartok
27154
27155         * MouseButtons.cs:
27156           - Fixed values
27157
27158 2004-08-09 15:34  jackson
27159
27160         * ThemeWin32Classic.cs: Add support for drawing status bar and get
27161           status bar item sizes
27162
27163 2004-08-09 15:21  jackson
27164
27165         * ThemeWin32Classic.cs: Use known colors for default control
27166           colours
27167
27168 2004-08-09 15:12  jackson
27169
27170         * ThemeWin32Classic.cs: Make the default font static, it is static
27171           in control so this doesn't change functionality and creating fonts
27172           is sloooooow.
27173
27174 2004-08-09 14:56  pbartok
27175
27176         * X11Structs.cs:
27177           - Added GrabMode enum
27178
27179 2004-08-09 14:55  pbartok
27180
27181         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
27182           - Removed Run method, was only required for initial development
27183
27184 2004-08-09 14:51  pbartok
27185
27186         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
27187           - Implemented GrabWindow/ReleaseWindow methods to allow pointer
27188           capture
27189
27190 2004-08-09 13:48  pbartok
27191
27192         * XplatUIX11.cs:
27193           - Fixed default sizing for child windows
27194
27195 2004-08-09 12:56  pbartok
27196
27197         * XplatUIX11.cs:
27198           - Added generation of WM_DESTROY message
27199           - Added handling of window manager induced shutdown
27200
27201 2004-08-09 11:31  jackson
27202
27203         * ThemeWin32Classic.cs: New names for control properties
27204
27205 2004-08-09 11:25  jackson
27206
27207         * Control.cs: Use new color names
27208
27209 2004-08-09 11:02  jackson
27210
27211         * XplatUI.cs: Get default window properties from the theme
27212
27213 2004-08-09 11:01  jackson
27214
27215         * ITheme.cs: The theme engine now controls default window
27216           properties
27217
27218 2004-08-09 11:00  jackson
27219
27220         * ThemeWin32Classic.cs: Add default window color properties
27221
27222 2004-08-09 10:17  jackson
27223
27224         * ThemeWin32Classic.cs: Use correct default back color
27225
27226 2004-08-09 10:05  jackson
27227
27228         * XplatUIWin32.cs, XplatUIX11.cs: These properties are handled by
27229           the theme now.
27230
27231 2004-08-09 09:56  jackson
27232
27233         * XplatUI.cs: Remove defaults, these are handled by the theme now.
27234
27235 2004-08-09 09:54  jackson
27236
27237         * Control.cs: Get default properties from the theme.
27238
27239 2004-08-09 09:53  jackson
27240
27241         * ITheme.cs: Themes now handle default control properties
27242
27243 2004-08-09 09:53  jackson
27244
27245         * ThemeWin32Classic.cs: Themes now handle default control
27246           properties so coloring will be consistent
27247
27248 2004-08-08 16:54  jordi
27249
27250         * ITheme.cs, ThemeWin32Classic.cs: Label BorderStyles
27251
27252 2004-08-08 15:08  jordi
27253
27254         * XplatUIX11.cs: fixes keyboard crash
27255
27256 2004-08-08 13:47  jordi
27257
27258         * Label.cs: add cvs header info
27259
27260 2004-08-08 12:09  jackson
27261
27262         * ThemeWin32Classic.cs: Add pen_buttonface
27263
27264 2004-08-08 11:52  jordi
27265
27266         * Label.cs, LinkLabel.cs: [no log message]
27267
27268 2004-08-08 11:34  jordi
27269
27270         * ThemeWin32Classic.cs: Use Windows Standard Colours
27271
27272 2004-08-07 17:32  jordi
27273
27274         * TrackBar.cs: throw exceptions of invalid enums values
27275
27276 2004-08-07 17:31  jordi
27277
27278         * Label.cs, LinkLabel.cs, ThemeWin32Classic.cs: fixes label bug and
27279           draw method name
27280
27281 2004-08-07 16:56  jackson
27282
27283         * HorizontalAlignment.cs: Initial checkin
27284
27285 2004-08-07 13:16  jordi
27286
27287         * Label.cs, LinkLabel.cs: throw exceptions, fixes events, missing
27288           methods
27289
27290 2004-08-07 13:05  jordi
27291
27292         * ITheme.cs, ThemeWin32Classic.cs: Theme colour support and
27293           GetSysColor defines
27294
27295 2004-08-06 18:01  pbartok
27296
27297         * ThemeWin32Classic.cs:
27298           - Fixed some rounding issues with float/int
27299
27300 2004-08-06 18:00  jackson
27301
27302         * DockStyle.cs, AnchorStyles.cs:
27303
27304                   Add flags and serializable attributes.
27305
27306 2004-08-06 17:46  pbartok
27307
27308         * XplatUIX11.cs:
27309           - Implemented GetParent
27310
27311 2004-08-06 17:18  pbartok
27312
27313         * TrackBar.cs:
27314           - Fixed some rounding issues with float/int
27315
27316 2004-08-06 17:17  pbartok
27317
27318         * X11Structs.cs, XplatUIX11.cs:
27319           - Fixed Refresh and Invalidate
27320
27321 2004-08-06 15:30  pbartok
27322
27323         * Control.cs, X11Structs.cs, XplatUIX11.cs:
27324           - Fixed recursive loop when resizing
27325           - Improved/fixed redrawing on expose messages
27326
27327 2004-08-06 09:53  jordi
27328
27329         * Control.cs, X11Structs.cs, XplatUIWin32.cs, XplatUIX11.cs: X11
27330           keyboard navigation
27331
27332 2004-08-06 08:02  pbartok
27333
27334         * X11Structs.cs, XplatUIX11.cs:
27335           - Fixed reparenting
27336           - Fixed window border creation
27337
27338 2004-08-05 15:38  pbartok
27339
27340         * XplatUIX11.cs:
27341           - Attempted fix for reparenting problems
27342
27343 2004-08-04 15:14  pbartok
27344
27345         * Control.cs:
27346           - Fixed Invalidation bug (calculated wrong client area)
27347           - Added ClientSize setter
27348
27349 2004-08-04 15:13  pbartok
27350
27351         * Form.cs:
27352           - Added AutoScale properties
27353
27354 2004-08-04 15:13  pbartok
27355
27356         * SWF.csproj:
27357           - Added latest files
27358
27359 2004-08-04 14:11  pbartok
27360
27361         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
27362           XplatUIX11.cs:
27363           - Added Invalidate handling
27364
27365 2004-08-03 17:09  jordi
27366
27367         * XplatUIDriver.cs: fixes spelling mistake
27368
27369 2004-07-27 09:53  jordi
27370
27371         * TrackBar.cs: fixes trackbar events, def classname, methods
27372           signature
27373
27374 2004-07-27 09:29  jordi
27375
27376         * ScrollBar.cs: fixes scrollbar events
27377
27378 2004-07-27 04:38  jordi
27379
27380         * Control.cs: changes to be able to run winforms samples
27381
27382 2004-07-26 11:42  jordi
27383
27384         * ControlPaint.cs, ITheme.cs, ProgressBar.cs, ScrollBar.cs,
27385           ThemeEngine.cs, ThemeWin32Classic.cs, TrackBar.cs: Theme support
27386
27387 2004-07-26 05:41  jordi
27388
27389         * MessageBox.cs, MessageBoxButtons.cs, MessageBoxDefaultButton.cs,
27390           MessageBoxIcon.cs, MessageBoxOptions.cs: initial messagebox
27391           implementation
27392
27393 2004-07-22 09:22  jordi
27394
27395         * LinkLabel.cs, LinkLabelLinkClickedEventHandler.cs: link label:
27396           check link overlapping, implement events, and fixes
27397
27398 2004-07-21 10:28  jordi
27399
27400         * DialogResult.cs, IButtonControl.cs: fixes comments filenames
27401
27402 2004-07-21 10:19  jordi
27403
27404         * DialogResult.cs, IButtonControl.cs, Label.cs, LinkArea.cs,
27405           LinkBehavior.cs, LinkClickedEventArgs.cs, LinkLabel.cs,
27406           LinkLabelLinkClickedEventArgs.cs,
27407           LinkLabelLinkClickedEventHandler.cs, LinkState.cs,
27408           XplatUIWin32.cs, LinkClickedEventHandler.cs: LinkLabel control
27409           implementation
27410
27411 2004-07-19 13:09  jordi
27412
27413         * Control.cs, Label.cs: label control re-written: added missing
27414           functionlity, events, and properties
27415
27416 2004-07-19 10:49  jordi
27417
27418         * Control.cs: fixes SetBounds logic
27419
27420 2004-07-19 01:29  jordi
27421
27422         * Control.cs: Call RefreshWindow only if the window has created
27423
27424 2004-07-15 14:05  pbartok
27425
27426         * ColorDepth.cs, ImageList.cs, ImageListStreamer.cs, SWF.csproj:
27427           - Implemented ImageList and ImageList.ImageCollection classes
27428           - Added ColorDepth enumeration
27429           - Updated SWF VS.Net project
27430
27431 2004-07-15 11:06  jordi
27432
27433         * XplatUIStructs.cs: added MsgButons enum
27434
27435 2004-07-15 11:03  jordi
27436
27437         * Control.cs: added basic mouse handeling events
27438
27439 2004-07-15 03:38  jordi
27440
27441         * Orientation.cs, TickStyle.cs, TrackBar.cs: Horizontal and
27442           Vertical TrackBar control implementation
27443
27444 2004-07-13 09:33  jordi
27445
27446         * HScrollBar.cs, VScrollBar.cs: vertical and hort. classes commit
27447
27448 2004-07-13 09:31  jordi
27449
27450         * Control.cs, Form.cs: commit: new properties and fixes form size
27451           problems
27452
27453 2004-07-09 14:13  miguel
27454
27455         * ProgressBar.cs: Spelling
27456
27457 2004-07-09 11:25  pbartok
27458
27459         * ProgressBar.cs:
27460           - Removed usage of Rectangle for drawing. Miguel pointed out it's
27461           faster
27462
27463 2004-07-09 11:17  miguel
27464
27465         * ProgressBar.cs: 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
27466
27467                 * ProgressBar.cs: Fixed spelling for `block'
27468
27469                 drawProgressBar: renamed to `DrawProgressBar' to follow the coding
27470                 style guidelines.
27471
27472                 Avoid using the += on rect.X, that exposed a bug in the compiler.
27473
27474 2004-07-08 23:21  pbartok
27475
27476         * AccessibleObject.cs, AccessibleRole.cs, AccessibleStates.cs,
27477           AnchorStyles.cs, Application.cs, ApplicationContext.cs,
27478           BaseCollection.cs, Binding.cs, BindingContext.cs,
27479           BindingMemberInfo.cs, BindingsCollection.cs,
27480           BindingsManagerBase.cs, Border3DSide.cs, Border3DStyle.cs,
27481           BorderStyle.cs, BoundsSpecified.cs, ButtonBorderStyle.cs,
27482           ButtonState.cs, CaptionButton.cs, CheckBox.cs,
27483           ContainerControl.cs, Control.cs, ControlEventArgs.cs,
27484           ControlEventHandler.cs, ControlPaint.cs, ControlStyles.cs,
27485           ConvertEventArgs.cs, ConvertEventHandler.cs, Copyright,
27486           CreateParams.cs, DockStyle.cs, DragAction.cs, DragDropEffects.cs,
27487           DragEventArgs.cs, DragEventHandler.cs, FlatStyle.cs, Form.cs,
27488           FrameStyle.cs, GiveFeedbackEventArgs.cs,
27489           GiveFeedbackEventHandler.cs, HelpEventArgs.cs,
27490           HelpEventHandler.cs, IContainerControl.cs, IDataObject.cs,
27491           IMessageFilter.cs, IWin32Window.cs, ImeMode.cs, InputLanguage.cs,
27492           InputLanguageChangedEventArgs.cs,
27493           InputLanguageChangedEventHandler.cs,
27494           InputLanguageChangingEventArgs.cs,
27495           InputLanguageChangingEventHandler.cs, InputLanguageCollection.cs,
27496           InvalidateEventArgs.cs, InvalidateEventHandler.cs,
27497           KeyEventArgs.cs, KeyEventHandler.cs, KeyPressEventArgs.cs,
27498           KeyPressEventHandler.cs, Keys.cs, Label.cs, LayoutEventArgs.cs,
27499           LayoutEventHandler.cs, MenuGlyph.cs, Message.cs, MouseButtons.cs,
27500           MouseEventArgs.cs, MouseEventHandler.cs, NativeWindow.cs,
27501           PaintEventArgs.cs, PaintEventHandler.cs, ProgressBar.cs,
27502           QueryAccessibilityHelpEventArgs.cs,
27503           QueryAccessibilityHelpEventHandler.cs,
27504           QueryContinueDragEventArgs.cs, QueryContinueDragEventHandler.cs,
27505           RightToLeft.cs, SWF.csproj, SWF.csproj.user, ScrollBar.cs,
27506           ScrollBars.cs, ScrollButton.cs, ScrollEventArgs.cs,
27507           ScrollEventHandler.cs, ScrollEventType.cs, ScrollableControl.cs,
27508           TODO, TODOAttribute.cs, UICues.cs, UICuesEventArgs.cs,
27509           UICuesEventHandler.cs, X11Structs.cs, XplatUI.cs,
27510           XplatUIDriver.cs, XplatUIStructs.cs, XplatUIWin32.cs,
27511           XplatUIX11.cs, lang.cs:
27512           - Initial check-in
27513
27514