2007-06-13 Jonathan Pobst <monkey@jpobst.com>
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ChangeLog
1 2007-06-13  Jonathan Pobst  <monkey@jpobst.com>
2
3         * ControlPaint.cs, Theme.cs, ThemeWin32Classic.cs: Implement
4         ControlPaint 2.0 stuffs.
5
6 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
7
8         * ThreadExceptionDialog.cs: Add 2.0 stuffs.
9
10 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
11
12         * UpDownBase.cs: Add 2.0 stuffs.
13
14 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
15
16         * NumericUpDown.cs: Add 2.0 stuffs.
17
18 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
19
20         * NotfiyIcon.cs: Add MouseDoubleClick event, hook up MouseClick event.
21
22 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
23
24         * ErrorProvider.cs: Implement 2.0 stuffs.
25
26 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
27
28         * DomainUpDown.cs: Implement 2.0 stuffs.
29
30 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
31
32         * CheckedListBox.cs: Fix RefreshItems signature.
33
34 2007-06-12  Jonathan Pobst  <monkey@jpobst.com>
35
36         * PictureBox.cs: Implement 2.0 stuffs.
37
38 2007-06-12  Andreia Gaita  <avidigal@novell.com>
39         
40         * TabControl.cs: Check if there are tabpages before checking
41         the selected index - fix #81802 (font changes raise a ResizeTabs
42         call on controls.add, which blew up nicely with no tabpages)
43
44 2007-06-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
45
46         * ListView.cs:
47         * ListViewItem.cs: Implement 2.0 ItemSelectionChanged event.
48
49 2007-06-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
50
51         * ListView.cs:
52         * ListViewItem.cs: In VirtualMode the selection information
53         resides in the ListView, rather than in the Items. Also, throw
54         InvalidOperationExceptions when VirtualMode is being used and
55         CheckedItemCollection is accessed.
56
57 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
58
59         * ComboBox.cs: Add ScaleControl.
60
61 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
62
63         * ButtonBase.cs: ButtonBaseAccessibleObject.State should not be visible to 1.1.
64
65 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
66
67         * GroupBox.cs: Add 2.0 stuffs.
68
69 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
70
71         * Panel.cs: Add autosize properties/event.
72
73 2007-06-07  Jonathan Pobst  <monkey@jpobst.com>
74
75         * Control.cs:
76         - When we remove a control, remove it from the collection before performing the layout.
77         - Setup an internal property for explicit_bounds.
78         - Don't let the UpdateBounds in CreateHandle overwrite our explicit bounds.
79         - Perform a layout when we set a new AutoSizeMode.
80
81 2007-06-07  Jonathan Pobst  <monkey@jpobst.com>
82
83         * ScrollableControl.cs: Add 2.0 stuffs.
84
85 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
86
87         * ScrollBar.cs: Add 2.0 stuffs.
88
89 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
90
91         * Splitter.cs: Add 2.0 stuffs.
92
93 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
94
95         * SplitContainer.cs: Apply patch from Neil Cawse <neilcawse@geotab.com>
96         to have BindingContext simply use base implementation.
97
98 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
99
100         * ColumnHeader.cs: corcompare fix.
101
102 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
103
104         * Button.cs: corcompare fixes.
105         * ButtonBase.cs: corcompare fixes, add ButtonBaseAccessibleObject.State.
106
107 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
108
109         * Button.cs: Override GetPreferredSizeCore.
110         * ButtonBase.cs: PerformLayout after changing properties that can affect
111         AutoSize.  Simplify some mouse/keyboard code.
112         * Control.cs: PerformLayout after changing Padding if AutoSize = true.
113         * MouseEventArgs.cs: Make Location internal for 1.1.
114         * TextRenderer.cs: Make MeasureTextInternal (string, Font, bool) internal for 1.1.
115         * Theme.cs: Add CalculateButtonAutoSize.
116         * ThemeWin32Classic.cs: Implement CalculateButtonAutoSize.
117
118 2007-06-05  Miguel de Icaza  <miguel@novell.com>
119
120         * TreeNodeCollection.cs: Applied patch from Neil Cawse <neilcawse@geotab.com>
121
122 2007-06-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
123
124         * ListViewItem.cs: We can't cache Bounds in VirtualMode 
125         since we can get different item instances every time we retrieve it.
126
127 2007-06-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
128
129         * ListView.cs: Work around for #81602, since an unkown an pretty
130         infrequent condition appears only in some systems (old linux boxes, it
131         seems).
132
133 2007-06-04  Jonathan Pobst  <monkey@jpobst.com>
134
135         * Button.cs: Completely reformat and a little refactor to bring
136         this closer to Mono circa 2007.
137
138 2007-06-04  Jonathan Pobst  <monkey@jpobst.com>
139
140         * CheckBox.cs, Form.cs, RadioButton.cs: Change call to ButtonBase.Redraw
141         to be ButtonBase.Invalidate.
142
143 2007-06-04  Jonathan Pobst  <monkey@jpobst.com>
144
145         * ButtonBase.cs: GetPreferredSize is 2.0 only.  Fixes build.
146
147 2007-06-04  Jonathan Pobst  <monkey@jpobst.com>
148
149         * ButtonBase.cs: Completely reformat and a little refactor to bring
150         this closer to Mono circa 2007.
151
152 2007-06-01  Everaldo Canuto  <ecanuto@novell.com>
153
154         * Label.cs: Fixes preferred sizes for 2.0 profile, also adjust some
155         values for autosize. Fixes #80137.
156
157 2007-06-01  Jonathan Pobst  <monkey@jpobst.com>
158
159         * Control.cs: Don't perform layout when AutoSize changes.
160         * Form.cs: Perform layout in AutoSize override.  Don't set ClientSize
161         directly when autosizing, use SetBounds with BoundsSpecified.None.
162         Fixes unit tests my last commit broke.
163
164 2007-06-01  Jonathan Pobst  <monkey@jpobst.com>
165
166         * Control.cs: Perform layout when AutoSize changes.
167         * Form.cs: Implement AutoSizing.
168
169 2007-06-01  Chris Toshok  <toshok@ximian.com>
170
171         * DataGrid.cs: remove the XXX'ed check at the top of
172         ProcessGridKey.  fixes #80464.
173
174 2007-06-01  Chris Toshok  <toshok@ximian.com>
175
176         * DataGridTextBoxColumn.cs: TextBox.TextChanged event handler
177         adding idempotent (add/remove in Edit()), and also make sure we
178         don't add it until after we set the text, so it's not tripped in
179         Edit().  Fixes unit test regression.
180
181 2007-06-01  Jonathan Pobst  <monkey@jpobst.com>
182
183         * Control.cs: In UpdateBounds, only recalculate anchor distances if the
184         change is user explicit, not when the layout engine moves stuff.  Fixes
185         anchoring to bottom and right.  [Fixes bug #81790]
186
187 2007-06-01  Andreia Gaita  <avidigal@novell.com>
188
189         * PrintDialog.cs: Add collation preview thumbnails. Fixes #80726.
190
191 2007-06-01  Andreia Gaita  <avidigal@novell.com>
192
193         * ContainerControl.cs: 
194         Fire enter event for common ancestor if it is not a ContainerControl.
195         Send focus to the active_control and not the 'value', the active 
196         control might have been changed in one of the events fired.     
197         Definitely fixes #80159.
198
199 2007-06-01  Andreia Gaita  <avidigal@novell.com>
200
201         * DataGrid.cs: Finish editing when focus leave the datagrid. Fixes #80159.
202
203 2007-06-01  Rolf Bjarne Kvinge <RKvinge@novell.com> 
204
205         * PropertyGrid.cs: Anchor the help description to the bottom of the
206           help panel and refactor SelectGridItem into a
207           SelectGridItemInternal that can be set to null (and update it to
208           clear the help texts when it is set to null). Set root item to null
209           when there's no SelectedObject. Fixes #80438.
210         * ScrollableControl.cs: In Recalculate we need to ResumeLayout(true)
211           when we're recalculating after a resize (only).
212
213 2007-05-31  Carlos Alberto Cortez <calberto.cortez@gmail.com>
214
215         * ListView.cs: Implement 2.0 RedrawItems method.
216
217 2007-05-31  Carlos Alberto Cortez <calberto.cortez@gmail.com>
218
219         * ListControl.cs: Disconnect PositionChanged and ItemChanged
220         handlers from previous data manager when DataSource is set to
221         null. Fixes #81771.
222
223 2007-05-31  Jackson Harper  <jackson@ximian.com>
224
225         * TextBoxBase.cs: These seem to be the correct values.
226
227 2007-05-31  Everaldo Canuto  <ecanuto@novell.com>
228
229         * FileDialog.cs: When close dialog with ok set filterindex using combobox
230         value. Fixes #81784.
231
232 2007-05-31  Jonathan Pobst  <monkey@jpobst.com>
233
234         * Control.cs: Implement 2.0 scaling methods.
235
236 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
237
238         * ProgressBar.cs, WebBrowserBase.cs, Control.cs, MaskedTextBox.cs,
239           MessageBox.cs, PropertyGrid.cs, RichTextBox.cs: Fix warnings and
240           corcompare issues.
241
242 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
243
244         * ProgressBar.cs: Implemented missing 2.0 members.
245
246 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
247
248         * Control.cs: Corcompare issues.
249         * MessageBox.cs: Implemented missing 2.0 functions.
250
251 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
252
253         * CheckedListBox.cs, ListBox.cs, ListControl.cs, ComboBox.cs:
254           Implemented more 2.0 members.
255
256 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
257
258         * Application.cs: Try to avoid NRE when Assembly.GetEntryAssembly is
259           null (strange, but it seems to happen when running unit tests).
260
261 2007-05-30  Andreia Gaita  <avidigal@novell.com>
262
263         * ContainerControl.cs: Set active_control even earlier, before 
264         firing any events, and undo it if validation returns false.
265
266 2007-05-30  Andreia Gaita  <avidigal@novell.com>
267
268         * ContainerControl.cs: Raise Validation and Enter/Leave events
269         even if there is no Form and set active_control earlier, just
270         before firing Enter events (toshok's patches). Fixes #80647.
271
272 2007-05-30  Jackson Harper  <jackson@ximian.com>
273
274         * TextControl.cs: Redid the pageup/pagedown a little to simplify
275         things and fix bug #81311.
276
277 2007-05-30  Jackson Harper  <jackson@ximian.com>
278
279         * X11Dnd.cs: Now that we have our own event loop, we need to
280         cancel when we get a mouseup but it won't be accepted.
281
282 2007-05-30  Chris Toshok  <toshok@ximian.com>
283
284         * DataGrid.cs (set_CurrentCell): guard against negative
285         column/row.
286
287         * DataGridColumnStyle.cs (CheckValidDataSource): just use the
288         array index syntax instead of looping over the property names.
289
290         * DataGridTextBoxColumn.cs: add a changed handler on the textbox,
291         and set IsInEditOrNavigateMode to false there.
292
293 2007-05-30  Jackson Harper  <jackson@ximian.com>
294
295         * TreeView.cs: Make sure we don't get a bad visible order when
296         setting to the top node.  Fixes some misc crashing in
297         ControlInspector.
298
299 2007-05-30  Andreia Gaita  <avidigal@novell.com>
300
301         * UserControl.cs: Add 2.0 AutoSizeMode
302
303 2007-05-29  Everaldo Canuto  <ecanuto@novell.com>
304
305         * DataGridTextBoxColumn.cs: Fix textbox horizontal offset.
306
307 2007-05-29  Everaldo Canuto  <ecanuto@novell.com>
308
309         * DataGridTextBoxColumn.cs: Fix textbox position to prevent override grid
310         lines. Fixes #80285. 
311
312 2007-05-29  Everaldo Canuto  <ecanuto@novell.com>
313
314         * DataGridColumnStyle.cs: Add char trimming column header text format. 
315
316 2007-05-29  Everaldo Canuto  <ecanuto@novell.com>
317
318         * DataGridColumnStyle.cs: Fix grid header arrow drawing over column name. 
319         Fixes #80147.
320
321 2007-05-29  Jackson Harper  <jackson@ximian.com>
322
323         * TreeNode.cs: Fix off by one on calculating whether or not a node
324         is visible.
325
326 2007-05-29  Jonathan Pobst  <monkey@jpobst.com>
327
328         * Control.cs: ResumeLayout(false) should recalculate anchor distances.
329         * ScrollableControl.cs: Force an UpdateDistances when we move the
330         scrollbars.
331         [Fixes bug #80605]
332
333 2007-05-29  Andreia Gaita  <avidigal@novell.com>
334
335         * PageSetupDialog.cs: Fix #80728 - Changing the printer doesn't
336         update the page setup screen.
337
338 2007-05-29  Andreia Gaita  <avidigal@novell.com>
339
340         * PageSetupDialog.cs: Fix landscape mode.
341
342 2007-05-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
343
344         * SystemInformation.cs: Add 2.0 IconSizeVerticalSpacing and
345         IconSizeHorizontalSpacing.
346
347 2007-05-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
348
349         * ListView.cs: The declaration of prev_tooltip_item should be inside
350         a NET_2_0 conditional (avoid a warning).
351
352 2007-05-28  Andreia Gaita  <avidigal@novell.com>
353
354         * PageSetupDialog.cs: Implement PrintPreview control to display
355         the preview thumbnail. Change unit conversion to use 
356         PrinterUnitConvert methods.
357         
358         Note: there is a huge bug in ms.net where the default margins are 
359         interpreted as centimeters (?), when in fact they are set in inches. When 
360         loading the page setup dialog initially (ms.net), the default margins 
361         are set to 1 inch, and the dialog shows them with value 10, when in fact 
362         it should be 25 (properly converted). Our dialog doesn't have this bug.
363         
364         * Theme.cs, ThemeWin32Classic.cs: Add a CPDrawBorder override for 
365         RectangleF.
366         * ControlPaint.cs: Add a DrawBorder internal method for RectangleF.
367
368 2007-05-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
369
370         * ListView.cs:
371         * ListViewItem.cs: Implement 2.0 ToolTipText support for listview
372         items.
373
374 2007-05-28  Andreia Gaita  <avidigal@novell.com>
375
376         * X11Dnd.cs: A direct cast to VirtualKeys is not allowed from
377         an IntPtr on csc (it builds fine on mcs, could it be a compiler
378         bug?), convert the ptr to Int32 first.
379
380 2007-05-28  Jackson Harper  <jackson@ximian.com>
381
382         * X11Dnd.cs: Add a timer, so after drop, if a finish is not
383         recieved, we will exit the dnd tracking loop.
384
385 2007-05-28  Jackson Harper  <jackson@ximian.com>
386
387         * X11Dnd.cs: Keep tracking until the xdnd finished event is
388         recieved. TODO: I should probably stick a timer on the dropped
389         event, and finish the drag if the XDND Finished event never shows
390         (because some apps don't seem to send it).
391
392 2007-05-28  Everaldo Canuto  <ecanuto@novell.com>
393
394         * ToolBar.cs: Fix toolbar default width for button with image. Fixes
395         #81733.
396
397 2007-05-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
398
399         * MonthCalendar.cs: Only mark the keypresses we actually handle as
400           handled.
401
402 2007-05-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
403
404         * MonthCalendar.cs: Set the size after initializing all the relevant
405           variables. Fixes #81742.
406
407 2007-05-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
408
409         * KeyEventArgs.cs: Fix typo.
410
411 2007-05-28  Gert Driesen  <drieseng@users.sourceforge.net>
412
413         * DateTimePicker.cs: Changed exceptions thrown by MinDate and MaxDate
414         to match MS. Fixed MinDate to only accept value less than or equal
415         to MaxDate on 2.0 profile and less than MaxDate on 1.0 profile.
416         Removed TODO's that are now verified by unit tests.
417
418 2007-05-27  Gert Driesen  <drieseng@users.sourceforge.net>
419
420         * TreeNodeCollection.cs: Minor corrections to exceptions to match
421         MS.
422
423 2007-05-25  Jackson Harper  <jackson@ximian.com>
424
425         * X11Dnd.cs: Rework to make StartDrag a blocking call that runs
426         it's own message loop.
427         * XplatUIX11.cs: Remove some of the dnd hooks
428
429 2007-05-25  Gert Driesen  <drieseng@users.sourceforge.net>
430
431         * XplatUIX11.cs: Change MinimumWindowSize to {Width=0,Height=0}
432         instead of MinimizedWindowSize.
433
434 2007-05-25  Jackson Harper  <jackson@ximian.com>
435
436         * TextBoxBase.cs: Raise textchanged when cutting and pasting text.
437
438 2007-05-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 
439
440         * KeyEventArgs.cs: Added SuppressKeyPress.
441         * Control.cs: Added support for SuppressKeyPress.
442
443 2007-05-24  Andreia Gaita  <avidigal@novell.com>
444
445         * NumericUpDown.cs: Refactor code to fix regressions on #79950 and
446         problems with PieChart. suppress_validation should not be a counter,
447         if there are several BeginInit calls, the first EndInit will 
448         activate validation. Fix exceptions thrown by set_Value.
449         * UpDownBase.cs: ValidateText only if it's the user editing it.
450
451 2007-05-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
452
453         * ListControl.cs: FilterItemOnProperty should return the filtered
454         item proeprty even if DataSource is null. The same applies for
455         GetItemText. Fixes #80427.
456
457 2007-05-24  Jonathan Pobst  <monkey@jpobst.com>
458
459         * Control.cs: If a control doesn't have a parent when it's Dock is
460         set, but it has children, it needs to do a layout.  Fixes some nested
461         controls issues.  [Fixes bug #81199]
462
463 2007-05-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
464
465         * ComboBox.cs: If there are few items in the drop down list, make it
466           the exact size the items need, no bigger. Fixes #81612.
467
468 2007-05-24  Jonathan Pobst  <monkey@jpobst.com>
469
470         * Application.cs: When we have captured the keyboard for a menu,
471         check for mouse down events in case we need to close the menu.
472         * Control.cs, Form.cs: Remove mouse down checks for menus.
473
474 2007-05-24  Jackson Harper  <jackson@ximian.com>
475
476         * TextControl.cs: Handle tabs in non multiline mode a little
477         differently.
478
479 2007-05-24  Jackson Harper  <jackson@ximian.com>
480
481         * TextControl.cs: We need to manually break apart tabbed text and
482         move the tabs, since the system.drawing tabbing mechanism relies
483         on tab stops.
484         * TextBoxBase.cs: Move the caret properly when the user enters a
485         tab.
486
487 2007-05-24  Jonathan Pobst  <monkey@jpobst.com>
488
489         * ContainerControl.cs: Don't check CanSelect before calling
490         ProcessMnemonic.
491         * ToolStrip.cs: Only do implicit mnemonics on MenuStrips.  Don't
492         release a KeyboardActive on click if it's not ours.
493
494 2007-05-23  Andreia Gaita  <avidigal@novell.com>
495
496         * ColumnHeader.cs: Add TypeConverter
497
498 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
499
500         * LinkLabel.cs: Implement LinkCollection.Add with Link parameter (2.0).
501
502 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
503
504         * LinkLabelLinkClickedEventArgs.cs, LinkLabel.cs: Implement Button property.
505
506 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
507
508         * LinkLabel.cs: Implement public Padding property.
509
510 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
511
512         * LinkLabel.cs: Implement public FlatStyle.
513
514 2007-05-23  Jonathan Pobst  <monkey@jpobst.com>
515
516         * Control.cs: Apply patch from George to call parent.PerformLayout
517         when Visible is changed.  [Fixes bugs #81118, 81718]
518
519 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
520
521         * MainMenu.cs, MenuAPI.cs: Implement Collapse event for MainMenu (2.0).
522
523 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
524
525         * ContextMenu.cs: Implement ProcessCmdKey with control parameter.
526
527 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
528
529         * ContextMenu.cs: Implement Collapse.
530
531 2007-05-23  Rolf Bjarne Kvinge <RKvinge@novell.com>
532
533         * ToolBarButton.cs: Implement Name.
534
535 2007-05-22  Everaldo Canuto  <ecanuto@novell.com>
536
537         * ToolBar.cs: Fix OnButtonDropDown to save item used in dropdown instead of
538         use current_item, it prevents some NRE. Fixes #81675.  
539
540 2007-05-22  Andreia Gaita  <avidigal@novell.com>
541
542         * NumericUpDown.cs: Fix PieChart by not returning from UpdateEditText
543         without updating the text.
544
545 2007-05-22  Jonathan Pobst  <monkey@jpobst.com>
546
547         * XplatUIWin32.cs: Plug a GDI leak caused by calling Font.ToHfont ()
548         without calling DeleteObject.  [Should fix bug #81709]
549
550 2007-05-22  Jackson Harper  <jackson@ximian.com>
551
552         * RichTextBox.cs: Set the line endings correctly, when flushing
553         RTF text.
554
555 2007-05-22  Gert Driesen  <drieseng@users.sourceforge.net>
556
557         * XplatUIX11.cs: MinimumWindowSize on X11 is actually
558          {Width=0,Height=0}.
559
560 2007-05-22  Jackson Harper  <jackson@ximian.com>
561
562         * TreeView.cs: Setting top with a null node should set to the very
563         top.
564
565 2007-05-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
566
567         * Form.cs: ShowDialog: destroy the handle when message loop is
568           finished, matches MS behaviour. Refactor parts of WmClose into
569           RaiseCloseEvents, that only raises events if they haven't already
570           been raised. Fixes #81688 and #81521.
571         * Application.cs: Don't call close on the form when exiting a modal
572           loop, it will raise all the (Form)Closed/Closing events again if
573           WM_CLOSE has been sent earlier on, instead call RaiseCloseEvent,
574           which doesn'r raise any events it they have been raised before.
575
576 2007-05-22  Jonathan Pobst  <monkey@jpobst.com>
577
578         * Control.cs: Add OnPrint.
579         * ToolStrip.cs: Add GetChildAtPoint.
580         * ToolStripContainer.cs: Add OnRightToLeftChanged.
581         * ToolStripRenderer.cs: Make CreateMirrorImage internal.
582
583 2007-05-22  Everaldo Canuto  <ecanuto@novell.com>
584
585         * MenuAPI.cs: Prevent context menu to be typed as MainMenu. Fixes #81509.  
586
587 2007-05-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
588
589         * InternalWindowManager.cs: ToolTipShow: Don't show tooltip if the form
590           isn't visible anymore. Fixes #81651.
591
592 2007-05-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
593
594         * Control.cs: WmShowWindow: Update children's z-order after setting
595           their parent. SetParent may show the window, thereby corrupting
596           z-order, since the window will be shown on top.
597         * XplatUIWin32.cs: SetParent: don't call SetVisible on forms. Prevents
598           multiple (and redundant) WM_SHOWWINDOW messages.
599         * MdiWindowManager.cs: RaiseDeactivate: only raise after an Activate
600           event has already been raised.
601         * Form.cs: Change is_changing_visible_state to a counter, since
602           SetVisibleCore can be called recursively. CreateHandle: when
603           creating mdi children, send (De)Activated events.
604         * MdiClient.cs: Update use of is_changing_visible_state.
605         * Application.cs: OnThreadException: Surround exception handling with
606           try/finally to ensure we always reset the error-handling state
607           before leaving.
608
609 2007-05-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
610
611         * ThemeWin32Classic.cs: DrawProgressBar: Avoid a DivideByZero exception
612           (#81704).
613
614 2007-05-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
615
616         * ListView.cs: Use Theme.ListViewHorizontalSpacing for List and
617         SmallIcon views, now that we have a standarized horizontal spacing.
618
619         * ThemeWin32Classic.cs: ListViewHorizontalSpacing now has a value of
620         4, just like the other views (Match .Net).
621
622 2007-05-21  Jonathan Pobst  <monkey@jpobst.com>
623
624         * Control.cs: Delay calculating anchor distances until we actually layout.
625         Always query the WM for the actual size and location it put us at instead of
626         only when we send negative values.
627         [Fixes bugs #81694, 81695]
628
629 2007-05-21  Rolf Bjarne Kvinge <RKvinge@novell.com> 
630
631         * Application.cs: Avoid a possible stack overflow when trying to exit
632           the application.
633
634 2007-05-19  Marek Safar  <marek.safar@gmail.com>
635
636         * Theme.cs (GetHatchBrush): A key uses internal value instead of formated
637         enum value.
638
639 2007-05-19  Andreia Gaita  <avidigal@novell.com>
640
641         * NumericUpDown.cs: Added 2.0 methods (spin acceleration)
642         * NumericUpDownAcceleration.cs, 
643           NumericUpDownAccelerationCollection.cs: Added 2.0
644           implementation.
645
646 2007-05-19  Gert Driesen  <drieseng@users.sourceforge.net>
647
648         * RichTextBox.cs: Recalculate the document after the ScrollBars
649         property is changed. Fixes bug #81681.
650
651 2007-05-18  Jonathan Pobst  <monkey@jpobst.com>
652
653         * DataObject.cs: Implement 2.0 methods.
654
655 2007-05-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
656
657         * ThemeWin32Classic.cs: Draw the check marks in ListViewItems
658         in the center of the checkbox, not in the left-top corner. 
659         Fixes #80037.
660
661 2007-05-18  Jackson Harper  <jackson@ximian.com>
662
663         * RichTextBox.cs: Recalculate the document after the scrollbars
664         property is changed.
665         * TextBoxBase.cs: ScrollBars is not a flags enum...This fixes
666         81486.
667
668 2007-05-18  Rolf Bjarne Kvinge <RKvinge@novell.com> 
669
670         * CreateParams.cs: Make HasWindowManager marginally faster.
671         * XplatUIX11.cs, Hwnd.cs: CreateWindow: Move the default location code
672           into Hwnd so that other drivers can use it as well.
673         * XplatUIWin32.cs: CreateWindow: If the window has a window manager get
674           the default location from Hwnd. Fixes MDI client windows always
675           showing up at (0,0) in Windows (Win32 won't set the default
676           location since the window styles aren't correct).
677
678 2007-05-18  Gert Driesen  <drieseng@users.sourceforge.net>
679
680         * TreeView.cs: Modified DoubleBuffered to just use the base
681         implementation.
682
683 2007-05-18  Jackson Harper  <jackson@ximian.com>
684
685         * TreeView.cs: Set the top node to the last child node when
686         expanding all
687         - When we get focus, if there is no selected node, use the top
688         node.
689
690 2007-05-18  Jonathan Pobst  <monkey@jpobst.com>
691
692         * KeysConverter.cs: Add CanConvertTo.
693         * LinkLabel.cs: Add some 2.0 constructors and properties to LinkLabel.Link.
694         * LinkConverter.cs: Added.
695
696 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
697
698         * Cursor.cs: Apply Sebastien patch from #81669 to open file in read mode,
699         it prevents error when file dont have write access. Fixes #81669 and #81667.  
700
701 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
702
703         * ThemeWin32Classic.cs: Check for ShowKeyboardCues true when draw toolbar 
704         button text. Fixes #79640.  
705
706 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
707
708         * Control.cs: According to MSDN controls created in the designer theres 
709         keyboard accelerators visible by default. So included check for design
710         in ShowKeyboardCuesInternal.  
711
712 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
713
714         * ThemeWin32Classic.cs: Check for ShowKeyboardCues true when draw combobox 
715         text. Fixes #81621.  
716
717 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
718
719         * Control.cs: ShowKeyboardCuesInternal add to expose ShowKeyboardCues
720         for 1.0, becuse ShowKeyboardCues is protected on 1.0.  
721
722 2007-05-17  Everaldo Canuto  <ecanuto@novell.com>
723
724         * Control.cs: Finish implementation of UI State using WmChangeUIState
725         to send WM_UPDATEUISTATE to all child controls. Some hack will be needed
726         in some controls to check for show_keyboard_cues to draw accell keys "_".  
727
728 2007-05-17  Carlos Alberto Cortez <calberto.cortez@gmail.com>
729
730         * ListBox.cs: When calculating the horizontal scrollbar
731         in single column mode, don't use values less than 0 for
732         Maximum. Fixes #81474.
733
734 2007-05-17  Carlos Alberto Cortez <calberto.cortez@gmail.com>
735
736         * ListBox.cs: Throw the some missing exceptions in
737         ListBox.ObjectCollection methods.
738
739 2007-05-17  Jackson Harper  <jackson@ximian.com>
740
741         * TextBoxBase.cs: Recalculate the document when the word wrap
742         value has changed. This fixes 81488.
743
744 2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
745
746         * Clipboard.cs: Implement missing GetText overload.
747
748 2007-05-17  Chris Toshok  <toshok@ximian.com>
749
750         * Control.cs (CheckDataBindings): remove the binding_context arg
751         to binding.Check.
752
753         * CurrencyManager.cs (OnItemChanged): fix this now that
754         BindingManagerBase is fixed. also remove the comment telling where
755         the fix should go.  We set transfering_data to true/false around
756         the call to PushData to keep UpdateIsBinding from being called.
757         (ListChangedHandler): remove the extra OnMetaDataChanged call for
758         PropertyDescriptorAdded in the 1.1 case.  The extra call is
759         actually generated by System.Data generating 2 metadata changed
760         events of its own per column add.  The fix should go there.  Add a
761         comment to that affect in our test's Assert.Ignore.
762
763         * BindingManagerBase.cs: Rework PullData and PushData slightly.
764         we keep a boolean flag (transfering_data) that keeps us from
765         calling UpdateIsBinding multiple times if we re-enter either of
766         them.
767
768         * ControlBindingsCollection.cs (AddCore): remove the
769         binding_context arg to binding.Check.
770
771         * Binding.cs (IsBinding): don't check if we're binding here, just
772         return our cached value.  we update it in UpdateIsBinding.
773         (Check): don't take the binding_context arg, we'll just use our
774         control's.  Also, for some reason MS doesn't use the data member
775         field when getting the bindingmanager for this binding.  it just
776         uses the datasource.  Make this method callable multiple times,
777         and only do the is_null_desc stuff if manager.Position != -1 (so
778         we don't get an exception accessing manager.Current).
779         (UpdateIsBinding): move the code from IsBinding here.
780         (PositionChangedHandler): call Check here to we can initialize
781         things that require a non- -1 position.
782
783 2007-05-17  Everaldo Canuto  <ecanuto@novell.com>
784
785         * Form.cs: When alt keys is pressed send WM_CHANGEUISTATE to top level
786         control.
787
788 2007-05-17  Andreia Gaita  <avidigal@novell.com>
789
790         * TabControl.cs: Add 2.0 methods and events, including
791         OnEnter / OnLeave and raises it for tabpages (fixes #79869)
792         * TabPage.cs: Add 2.0 methods
793
794 2007-05-17  Everaldo Canuto  <ecanuto@novell.com>
795
796         * Control.cs: Implement WmUpdateUIState, show_focus_cues and
797         keyboard_cues is properly handled by message method.  
798
799 2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
800
801         * TreeViewImageIndexConverter.cs: Add 2.0 methods.
802
803 2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
804
805         * ToolStripTextBox.cs: Wire up new 2.0 Textbox methods/properties.
806
807 2007-05-16  Everaldo Canuto  <ecanuto@novell.com>
808
809         * Control.cs: 
810         - WmUpdateUIState added to handle state changes, it make call to
811         OnChangeUICues event.
812         - Fixed ShowKeyboardCues to check for MenuAccessKeysUnderlined in
813         SystemInformation.
814
815 2007-05-16  Jonathan Pobst  <monkey@jpobst.com>
816
817         * ImageKeyConverter.cs: Added.
818         * TreeViewImageKeyConverter.cs: Added.
819
820 2007-05-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
821         
822         * ToolTips.cs: Update Text if SetToolTip is called for a control
823         already showing the tooltip, as well as restarting its timer; show
824         tooltip if we are inside the control bounds by the time of calling
825         SetToolTip. Inside ShowTooltip remove the check to not show the 
826         tooltip again for the active control (it is allowed by .Net to 
827         show the tooltip on the same control multiple times).
828
829 2007-05-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
830
831         * MaskedTextBox.cs: Small fix for Text that fixes a broken test.
832
833 2007-05-16  Andreia Gaita <avidigal@novell.com> 
834
835         * ContainerControl.cs: only process tab key if there are no 
836         modifier keys present, otherwise the control does the 
837         tab processing, if it needs to. Fixes #81622
838         * TabControl.cs: Fixes calculation for which tab to select on
839         shift+ctrl+tab.
840
841 2007-05-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
842
843         * MaskedTextBox.cs: Small fix for Text that fixes a broken test.
844
845 2007-05-15  Jonathan Pobst  <monkey@jpobst.com>
846
847         * Control.cs: Make IsInputCharInternal to allow controls to
848         override it and still match MS API.
849         * TextBoxBase.cs: Override IsInputCharInternal and always
850         return true.
851         [Fixes bug #81616]
852
853 2007-05-15  Jackson Harper  <jackson@ximian.com>
854
855         * TextBox.cs: Disable some of the menu options when using a
856         readonly textbox.
857
858 2007-05-15  Jackson Harper  <jackson@ximian.com>
859
860         * TextBox.cs:
861         * TextBoxBase.cs:
862         * RichTextBox.cs: Some new 2.0 methods
863
864 2007-05-15  Gert Driesen  <drieseng@users.sourceforge.net>
865
866         * FileDialog.cs: On 1.0 profile, do not support multidotted 
867         extensions.
868
869 2007-05-14  Jackson Harper  <jackson@ximian.com>
870
871         * TextBoxBase.cs: Implement some of the new 2.0 methods.
872         * RichTextBox.cs: We need to override these methods on 2.0.
873         * MaskedTextBox.cs: These are implemented now
874         * TextControl.cs: This was off by one.
875
876 2007-05-14  Jackson Harper  <jackson@ximian.com>
877
878         * TextControl.cs: Because the line endings are including in the
879         text, we don't need to add them in anymore.
880
881 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
882
883         * ToolBar.cs: Fix autosize and get it working only after hadle is created,
884         also prevent redraw in set_autosize if handle is not created. Fixes #81523.
885
886 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
887
888         * ToolBar.cs: Adjust size to default size when button theres no text and
889         image, it fixes remaining issues from #81524.
890
891 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
892
893         * ToolBar.cs: 
894         - When not flat call redraw to recalculate sizes on creare handle to match
895         win32 behavior.
896         - Revert 77220 because it causes some regressions in toobar
897         button.
898
899 2007-05-11  Rolf Bjarne Kvinge <RKvinge@novell.com> 
900
901         * MaskedTextBox.cs: Update the base text whenever the text changes. MTB
902           now actually enters a usable state.
903
904 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
905
906         * ToolBar.cs: Check for handle created in redraw to prevent unneeded size
907         calculations, it reduces the size cauculation from 7 to 3 on a toolbar with
908         3 buttons.
909
910 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
911
912         * ToolBar.cs: Save default_size on create handle to use later for buttons
913         without text, needed to mimic win32 behavior.
914
915 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
916
917         * ToolBar.cs: Fix button layour to best fit width or height according to
918         vertical or not. Fixes #81524.
919
920 2007-05-10  Everaldo Canuto  <everaldo@simios.org>
921
922         * ToolBarButton.cs: When change style call ToolBar.Redraw to update
923         toolbar size info because different styles theres different sizes.
924         Fixes #81522.
925
926 2007-05-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>
927
928         * ThemeWinClassic.cs: For .Net 2.0 don't draw any image
929         if we are using checkboxes, checked is true, and we have less
930         than two images in StateImageList; for the 1.1 in the same scenario
931         draw the first image if we have at least one image in StateImageList.
932         Fixes part of #81191.
933
934 2007-05-10  Jonathan Pobst  <monkey@jpobst.com>
935
936         * ToolStrip.cs, ToolStripManager.cs: We need to remove items from
937         the owner's Items collection on merge.
938
939 2007-05-10  Jonathan Pobst  <monkey@jpobst.com>
940
941         * ToolStrip.cs: Use new internal ToolStripItemCollection constructor.
942         * ToolStripItemCollection.cs: Lots of fixes to when events get called
943         and parent/owner gets changed based on gert's unit tests.
944
945 2007-05-10  Rolf Bjarne Kvinge <RKvinge@novell.com> 
946
947         * MaskedTextBox.cs: Started implementing parts of it.
948
949 2007-05-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>
950
951         * ListView.cs: When clicking the checkbox on the items
952         take into account the double clicks even if we have only
953         one image in StateImageList (only for 1.0/1.1). Also 
954         generate an extra change of checked state when we receive
955         the second click on checkbox (match .Net behaviour). 
956         Fixes part of #81191.
957
958 2007-05-10  Everaldo Canuto  <everaldo@simios.org>
959
960         * ThemeWin32Classic.cs: Fix text rectangles in Tooltips.
961
962 2007-05-10  Jonathan Pobst  <monkey@jpobst.com>
963
964         * Form.cs: Move some of OnLoad to OnLoadInternal so it gets called
965         even if OnLoad is overriden and base.OnLoad is not called.
966         [Fixes bug #81582]
967
968 2007-05-10  Andreia Gaita  <avidigal@novell.com>
969
970         * TableLayoutSettings.cs: A big doh! fix and bowing down of head in 
971         shame. (I blame my ever-persisting and annoying cold)
972
973 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
974
975         * ListView.cs: Don't eat navigation keys.  Let them flow through to
976         KeyDown/KeyPress routines.  [Fixes bug #81569]
977
978 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
979
980         * ListView.cs: When handling keys for selecting the item based off
981         keyboard input, do not consider keys pressed with Alt or Control.  Also,
982         correctly handle keys when the Shift key is down. [Fixes bug #81578]
983
984 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
985
986         * Control.cs: When using UseWaitCursor, we have to store the requested
987         Cursor to use when UseWaitCursor is turned off.
988
989 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
990
991         * Control.cs: Implement PreProcessControlMessage.  Default IsInputChar
992         to false.
993         * Application.cs: Use PreProcessControlMessage instead of
994         PreProcessMessage.
995         * PreProcessControlMessage.cs: Make internal for 1.1.
996
997 2007-05-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
998
999         * Control.cs: Add InternalContains focus property, which hast the same
1000         functionality of ContainsFocus, but also including implicit controls.
1001         * ListViewItem.cs: Use InternalContainsFocus instead of ContainsFocus,
1002         since we need to know if the focus is contained in our implicit
1003         ItemControl when calculating Layout. Fixes part of #80888.
1004
1005 2007-05-08  Everaldo Canuto  <everaldo@simios.org>
1006
1007         * ToolTip.cs: Remove center form string alignment as it must be align to
1008         left.
1009
1010 2007-05-08  Jonathan Pobst  <monkey@jpobst.com>
1011
1012         * ToolStripItemCollection.cs: Set the new item's parent and owner
1013         in Insert like we do in Add.  [Fixes bug #81568]
1014
1015 2007-05-08  Jackson Harper  <jackson@ximian.com>
1016
1017         * TreeView.cs: GotFocus differences between 1.1 and 2.0.
1018         - Off by one error in SetTop
1019         - Disable DoubeBuffering
1020         
1021 2007-05-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1022
1023         * ScrollableControl.cs: ScrollIControlntoView: we now only move the
1024           control as much as necessary in order to make it entirely visible,
1025           instead of centering the control in the container (matches MS
1026           behaviour). CalculateCanvasSize: we need to take the current scroll
1027           position into account when calculating the maximum canvas,
1028           otherwise the following scenario will fail: resize so that the
1029           scrollbars appear, use the scrollbars to scroll, resize again
1030           smaller, and now the canvas size is too small. Recalculate: when
1031           showing scrollbars make sure they start off at 0, and try to scroll
1032           the active control into view. Fixes #79540. HandleScrollBar: don't
1033           scroll anywhere if the scrollbar isn't visible.
1034
1035 2007-05-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1036
1037         * ListView.cs: When focus changed, call Layout/Invalidate
1038         in the focused item to update the selected state (should show
1039         entire label when ListView is focused, and a part of it if is not).
1040         * ListViewItem.cs: When doing layout for LargeIcon, take into account
1041         for displaying the entire label not only the Focused state of the
1042         item, but also the Focused state of the ListView (match .Net
1043         behaviour).
1044
1045 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
1046
1047         * Control.cs: Stub CanRaiseEvents, IsMirrored, and NotifyClients.
1048         Implement UseWaitCursor. 
1049
1050 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
1051         Applying contributed patch from Sergey Volk.
1052
1053         * Clipboard.cs: Implement SetDataObject retry logic and new overload
1054         of SetDataObject.
1055         * XplatUIWin32.cs: Throw an ExternalException if the clipboard set fails.
1056
1057 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
1058
1059         * Control.cs: Implement DrawToBitmap.
1060
1061 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
1062         Applying contributed patch from Stefan Noack.
1063         
1064         * Control.cs: Add [Get|Set]AutoSizeMode.
1065
1066 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
1067
1068         * MdiClient.cs: Unmerge menus when the last child is closed.
1069
1070 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
1071
1072         * ToolStrip.cs: Do not call BeginMerge on DropDowns.
1073         * ToolStripManager.cs: Call Merge on DropDowns.
1074         [Fixes bug #81477]
1075
1076 2007-05-07  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1077
1078         * XplatUIWin32.cs: Changed Win32CreateWindow to take enums instead of
1079           uints.
1080         * Form.cs: CreateParams: don't set WS_VISIBLE if we're changing
1081           visibility. We can't create forms visible, since we have to set the
1082           owner before making the form visible (otherwise Win32 will do
1083           strange things with task bar icons). The problem is that we set the
1084           internal is_visible to true before creating the control, so
1085           is_changing_visible_state is the only way of determining if we're
1086           in the process of creating the form due to setting Visible=true -
1087           this works because SetVisibleCore explicitly makes the form
1088           visibile afterwards anyways. Fixes #80775.
1089
1090 2007-05-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1091
1092         * ThemeWin32Classic.cs: When drawing ListViewItems,
1093         use StringTrimming.EllipsisCharacter if the view is Tile, Details,
1094         or LargeIcon _and_ item is not focused (match .Net behaviour).
1095
1096 2007-05-04  Jonathan Pobst  <monkey@jpobst.com>
1097
1098         * Control.cs, Form.cs: Fix some obsolete method warnings.
1099
1100 2007-05-04  Jonathan Pobst  <monkey@jpobst.com>
1101
1102         * Control.cs: Implement GetChildAtPoint and OnParentCursorChanged.
1103         * GetChildAtPointSkip.cs: Make internal for 1.1 profile.
1104
1105 2007-05-04  Andreia Gaita  <avidigal@novell.com>
1106
1107         * ContainerControl.cs: Fix active_control attribution when going
1108         up the parent chain so that the first parent container gets the control
1109         and the rest of the parent containers get the child containers (skips
1110         non-containers). Fixes #80729
1111
1112 2007-05-04  Randolph Chung  <tausq@debian.org>
1113
1114         * FileDialog.cs: Implement the SupportMultiDottedExtensions property.
1115         [Fixes bug #81499]
1116
1117 2007-05-04  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1118
1119         * XplatUIX11.cs: Add a TranslateWindowSizeToXWindowSize overload that
1120           takes a size parameter, since the CreateParam's size isn't true for
1121           minimized forms. Fixes #81518,
1122
1123 2007-05-04  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1124
1125         * Form.cs: Add OnDeactivateInternal.
1126         * MdiClient.cs: Raise Deactivate event. Fixes #81409.
1127
1128 2007-05-04  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1129
1130         * DateTimePicker.cs: CalculateDropDownLocation: do a null check before
1131           accessing the parent. Fixes #81508.
1132
1133 2007-05-03  Chris Toshok  <toshok@ximian.com>
1134
1135         * CurrencyManager.cs (CurrencyManager.ListChangeHandler): in the
1136         2.0 block, pass listposition + 1 to ChangeRecordState when a row
1137         was added before the current listposition.  Fixes the
1138         TestInsertRowBeforeCurrent unit test.
1139
1140 2007-05-03  Jonathan Pobst  <monkey@jpobst.com>
1141
1142         * Application.cs: Add RaiseIdle.
1143         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
1144         XplatUIX11.cs: Implement RaiseIdle.
1145
1146 2007-05-02  Jonathan Pobst  <monkey@jpobst.com>
1147         corcompare work: N - Z
1148         * NotifyIcon.cs
1149         * ProgressBar.cs
1150         * RadionButton.cs
1151         * ScrollableControl.cs
1152         * SplitContainer.cs
1153         * SplitterPanel.cs
1154         * StatusBar.cs
1155         * SystemInformation.cs
1156         * TabControl.cs
1157         * TableLayoutControlCollection.cs
1158         * TableLayoutPanel.cs
1159         * TabPage.cs
1160         * ToolBar.cs
1161         * ToolBarButton.cs
1162         * ToolStrip.cs
1163         * ToolStripComboBox.cs
1164         * ToolStripContainer.cs
1165         * ToolStripContentPanel.cs
1166         * ToolStripDropDown.cs
1167         * ToolStripDropDownItem.cs
1168         * ToolStripDropDownMenu.cs
1169         * ToolStripItem.cs
1170         * ToolStripItemCollection.cs
1171         * ToolStripMenuItem.cs
1172         * ToolStripPanel.cs
1173         * ToolStripSplitButton.cs
1174         * ToolTip.cs
1175         * TreeNode.cs
1176         * TreeNodeCollection.cs
1177         * TreeNodeMouseHoverEventArgs.cs
1178         * TreeView.cs
1179
1180 2007-05-01  Everaldo Canuto  <everaldo@simios.org>
1181
1182         * ContextMenu.cs: Add public method Show with alignment property to 2.0
1183         stuff. Thanks aatdark for the patch. 
1184
1185 2007-05-01  Jonathan Pobst  <monkey@jpobst.com>
1186
1187         * GridItem.cs: Implement 2.0 Tag property.
1188
1189 2007-05-01  Frederik Carlier <frederik.carlier@carlier-online.be> 
1190
1191         * TreeNodeCollection.cs: Fix ContainsKey and IndexOfKey methods to use
1192         count instead of Nodes.Length.  [Fixes bug #81448]
1193
1194 2007-05-01  Jonathan Pobst  <monkey@jpobst.com>
1195
1196         * ComboBox.cs: Fix paramName sent to ArgumentOutOfRangeException's.
1197         [Fixes bug #81506]
1198
1199 2007-05-01  Jonathan Pobst  <monkey@jpobst.com>
1200         corcompare work: A - M
1201         * BindingNavigator.cs
1202         * Button.cs
1203         * ButtonBase.cs
1204         * CheckBox.cs
1205         * Control.cs
1206         * FlowLayoutPanel.cs
1207         * Form.cs
1208         * Label.cs
1209         * LinkLabel.cs
1210         * ListView.cs
1211
1212 2007-05-01  Jonathan Pobst  <monkey@jpobst.com>
1213
1214         * Application.cs: Give toolstrips a chance to process mnemonics.
1215         * ToolStrip.cs, ToolStripDropDownButton.cs, ToolStripItem.cs,
1216         ToolStripItemTextRenderEventArgs.cs, ToolStripLabel.cs,
1217         ToolStripMenuItem.cs, ToolStripSplitButton.cs: Implement keyboard mnemonics.
1218
1219 2007-05-01  Jackson Harper  <jackson@ximian.com>
1220
1221         * TextBoxBase.cs: Better preferred height, FixedSingle gets the
1222         wider area too.
1223         - Don't set the BoundsSpecified
1224
1225 2007-04-30  Jonathan Pobst  <monkey@jpobst.com>
1226
1227         * Application.cs: When using the toolstrip shortcut mechanism, allow the
1228         message to pass through to a regular control if it hosted by a toolstrip.
1229         * ToolStrip.cs, ToolStripControlHost.cs, ToolStripDropDown.cs,
1230         ToolStripManager.cs: Enable keyboard navigation for ToolStrips.
1231
1232 2007-04-30  Jonathan Pobst  <monkey@jpobst.com>
1233
1234         * TextRenderer.cs: Use the flags argument when using the MeasureString
1235         fallback algorithm.
1236
1237 2007-04-30  Jonathan Pobst  <monkey@jpobst.com>
1238
1239         * MenuStrip.cs: Don't let multiple ToolStripSeparators get added to
1240         the MDI menu item.  [Fixes bug #81483]
1241
1242 2007-04-30  Gert Driesen  <drieseng@users.sourceforge.net>
1243
1244         * DataGridViewColumn.cs: Initialize value of headercell to zero-length
1245         string. When setting Name to null, use zero-length string instead.
1246
1247 2007-04-29  Andreia Gaita  <avidigal@novell.com>
1248
1249         * TabControl.cs: Implement missing 2.0 methods (SelectTab, 
1250         DeselectTab). Implement missing 2.0 TabPageCollection methods
1251         (Add, ContainsKey, RemoveByKey, IndexOfKey)
1252
1253 2007-04-29  Pedro Martínez Juliá  <pedromj@gmail.com>
1254
1255         * DataGridViewColumn.cs: Make HeaderText take preference over Name.
1256
1257 2007-04-29  Gert Driesen  <drieseng@users.sourceforge.net>
1258
1259         * RichTextBox.cs: In LoadFile, use StreamReader to read plain text.
1260         Fixes bug #81479. Include details of exception when LoadFile fails.
1261
1262 2007-04-28  Alan McGovern <alan.mcgovern@gmail.com>
1263
1264         * DrawListViewSubItemEventArgs.cs: Added missing setter
1265
1266 2007-04-27  Andreia Gaita  <avidigal@novell.com>
1267
1268         * ToolTip.cs: Add missing 2.0 properties. Implement 2.0 Show and 
1269         Hide methods (not complete). Implement missing 2.0 OnPopup event.
1270
1271 2007-04-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1272
1273         * ListView.cs: In ItemControl.OnMouseDown restore a pair of braces I
1274         removed in ly last commit (it was breaking the Label edit feature).
1275
1276         * ThemeWin32Classic.cs: When drawing a ListViewItem use
1277         StringAlignment.Near for LineAlignment (match .Net).
1278
1279 2007-04-27  Andreia Gaita  <avidigal@novell.com>
1280
1281         * TabControl.cs: Change SetTab so it adds the tabpage to the list
1282         of controls if it isn't already there - was blowing up when doing
1283         tabcontrol.TabPages[i]=new TabPage(). 
1284         SetTab now does a replace by removing the page at the index. 
1285         Add a new InsertTab method that inserts a page in a given index 
1286         instead of replacing. 
1287         Implements TabPageCollection.Insert(int, TabPage).
1288
1289 2007-04-27  Chris Toshok  <toshok@ximian.com>
1290
1291         * BindingManagerBase.cs: fill in CurrentItemChanged (and have an
1292         internal handler that can be invoked from our subclasses.)  Also,
1293         add a comment to PushData about how we need to fix it.
1294
1295         * CurrencyManager.cs: tons of changes here.  trying to get things
1296         matching the behavior of .net wrt event orders (ItemChanged,
1297         CurrentChanged, PositionChanged.)  I've implemented a private .net
1298         symbol (ChangeRecordState) that appears in stack traces because
1299         it's actually easier to do this than to effective inline all its
1300         various behaviors at every call site.
1301
1302         * RelatedPropertyManager.cs: guard against an exception here by
1303         not using parent.Current if the position is set to -1 (if the
1304         parent datasource is cleared, for instance).
1305
1306         * Binding.cs: don't parse data in PushData (this might be wrong,
1307         but it jives with MS's behavior.)  Also, don't call PushData when
1308         we get a CurrentChanged event.
1309
1310 2007-04-27  Andreia Gaita  <avidigal@novell.com>
1311
1312         * WebBrowser.cs,
1313           WebBrowserBase.cs,
1314           WebBrowserSiteBase.cs,
1315           HtmlDocument.cs: Added stubbed out classes, no real implementations 
1316           yet.
1317
1318 2007-04-27  Everaldo Canuto  <everaldo@simios.org>
1319
1320         * MainMenu.cs: In draw method without parameters call draw method with 
1321         PaintEvent, another one (just rect) adjust rectangle and we dont need it
1322         as Rect property is already adjusted. Fixes #80694.
1323
1324 2007-04-27  Jonathan Pobst  <monkey@jpobst.com>
1325
1326         * Application.cs: Need to handle keyboard menu deselection here.
1327         * Control.cs: Use WM_SYSKEYUP instead of WM_SYSCOMMAND to start menu keyboard
1328         navigation, allowing keyboard to work on X11.
1329         * ToolStrip.cs: Don't worry about handling the Menu key here anymore.
1330
1331 2007-04-27  Everaldo Canuto  <everaldo@simios.org>
1332
1333         * MenuAPI.cs: When deactivate menu verify if hotkey (_) is active and redraw
1334         menu bar. It fixes some drawing issues in menu bar.
1335
1336 2007-04-27  Everaldo Canuto  <everaldo@simios.org>
1337
1338         * MenuAPI.cs: Remove unneeded "keynav_state = KeyNavState.Idle" before 
1339         Deactivate calls, Deactivate method already do it. Also ser ActiveTracker
1340         when <alt> key is pressed.
1341
1342 2007-04-26  Everaldo Canuto  <everaldo@simios.org>
1343
1344         * XplatUIX11.cs: Simplify SystrayRemove to be like other libraries,     Gtk as 
1345         example just set visible to false and make this prevent from other problems.
1346         In SystrayAdd always remove pending expose. Fixes #81072.
1347
1348 2007-04-26  Marek Safar  <marek.safar@gmail.com>
1349
1350         * TextBoxBase.cs (CaretMoved): Consider scroll maximum when scroll
1351         value is set.
1352
1353 2007-04-26  Alan McGovern <alan.mcgovern@gmail.com>
1354
1355         * ListView.cs: Added three missing 2.0 events and corresponding
1356         EventHandlers. Added the OwnerDraw property.
1357         * DrawListViewColumnHeaderEventHandler.cs: fixed typo
1358
1359 2007-04-26  Alan McGovern <alan.mcgovern@gmail.com>
1360
1361         * DrawListViewItemEventArgs.cs
1362         * DrawListViewSubItemEventArgs.cs: Brought classes up to 2.0 status.
1363
1364 2007-04-26  Alan McGovern <alan.mcgovern@gmail.com>
1365
1366         * TextControl.cs: Fixed typo in constructor
1367
1368 2007-04-26  Jonathan Pobst  <monkey@jpobst.com>
1369
1370         * Application.cs: Create a shortcut path so that currently selected
1371         MenuStrips can intercept keyboard events without having focus.
1372         * Control.cs: Handle WM_SYSCOMMAND message to activate MenuStrips.
1373         * MenuStrip.cs, ToolStrip.cs, ToolStripDropDown.cs, ToolStripDropDownItem.cs,
1374         ToolStripItem.cs, ToolStripManager.cs, ToolStripMenuItem.cs: Support
1375         keyboard navigation (arrows, tab, enter, esc) on Windows.  Still need to
1376         generate WM_SYSCOMMAND message in X11 for other platforms.
1377         * ToolStripProfessionalRenderer.cs: ToolStripMenuItems need to be painted
1378         in OnRenderMenuItemBackground instead of OnRenderButtonBackground.
1379         * ToolStripSplitButton.cs: Add DefaultItem property.
1380         
1381 2007-04-26  Everaldo Canuto  <everaldo@simios.org>
1382
1383         * MainMenu.cs: In OnMenuChanged pass PaintEventArgs to Draw method, it
1384         fixes some menu draw problem on Windows with border diferent from default
1385         it also fixes #81403.
1386
1387 2007-04-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1388
1389         * Form.cs: Refactor WndProc into separate methods, just like Control is
1390           doing it.
1391
1392 2007-04-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1393
1394         * Control.cs: set_Text: move the call to the driver into a seperate
1395           virtual method so that Form can override it.
1396         * MaskedTextBox.cs: Corcompare fixes.
1397         * Form.cs: Override UpdateWindowText and only update the styles if the
1398           form has been shown (fixes #81405).
1399
1400 2007-04-25  Jonathan Pobst  <monkey@jpobst.com>
1401
1402         * Control.cs, Form.cs: Use the better supported WM_?BUTTONDOWN and
1403         WM_ACTIVATE messages instead of WM_MOUSEACTIVATE and
1404         WM_ACTIVATEAPP.  This fixes menus not disappearing on X11 when
1405         the form lost focus or another control was clicked.
1406
1407 2007-04-25  Gert Driesen  <drieseng@users.sourceforge.net>
1408
1409         * DataGrid.cs: Uncomment MakeTransparent calls since bug #80151 is
1410         fixed.
1411
1412 2007-04-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1413
1414         * DrawListViewColumnHeaderEventHandler.cs, DrawToolTipEventArgs.cs,
1415           DrawListViewItemEventHandler.cs,
1416           DrawListViewSubItemEventHandler.cs, DrawToolTipEventHandler.cs:
1417           Added.
1418         * X11Structs.cs: More ToString implementation.
1419
1420 2007-04-25  Jonathan Pobst  <monkey@jpobst.com>
1421
1422         * ToolStripDropDownItem.cs: Don't lazy create a DropDown in Dispose.
1423         * ToolStripOverflowButton.cs: Don't lazy create a DropDown in HasDropDownItems.
1424
1425 2007-04-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1426
1427         * Control.cs: Only raise OnVisibleChanged if we're not recreating the
1428           handle.
1429         * FormCollection.cs: Don't add a form if it's already in the
1430           collection.
1431         * Form.cs: Change ShowDialog () to call ShowDialog (owner) with a null
1432           according to behaviour and MSDN. The ownerWin32 is the active
1433           window at the moment when we call ShowDialog, not the context's
1434           main form (the context's main form may open another form that opens
1435           a form with ShowDialog, the win32 owner is the second form). Add
1436           and remove forms to the Application.OpenForms in other places to
1437           better match MS behaviour. Add an IsActive property that raises
1438           On(de)Activated only if the active state has changed (we were
1439           raising OnDeactivated before OnActivated while creating forms).
1440         * Application.cs: Refactor Enabling/Disabling of windows for modal
1441           dialog loops out to separate methods, and restore the thread
1442           context when we quit the method. Fixes #81407.
1443
1444 2007-04-25  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1445
1446         * ListView.cs: In ItemControl.HandleClicks, also fire 
1447         2.0 MouseClick or MouseDoubleClick events on the parent,
1448         not only the Click/DoubleClick events.
1449
1450 2007-04-24  Andreia Gaita  <avidigal@novell.com>
1451
1452         * TableLayoutSettings.cs: 
1453         - Added a GetControls method and a support structure to help the 
1454         TypeConverter to enumerate the controls for     serialization. 
1455         - Added a new serialization constructor. 
1456         - Added a isSerialized flag initialized to true on the 
1457         serialization constructor so that the TableLayoutPanel.LayoutSettings 
1458         setter does not throw the designed NotSupportedOperation exception
1459         when the object is built through deserialization.
1460         - Implemented GetObjectData
1461         
1462         * TableLayoutPanel.cs: Added check on LayoutSettings.
1463
1464 2007-04-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1465
1466         * ListView.cs: Report Click and DoubleClick events to the parent
1467         from ItemsMouseUp, instead of ItemsMouseDown. This prevents us
1468         from breaking the click count state when using dialog forms (Control
1469         reports the clicks in a similar fashion). In the previous behaviour
1470         the last WM_LBUTTONUP message in a  double click was sent to the
1471         ListView's form, instead of the ListView, which was breaking the click
1472         count for it. Fixes #80387.
1473
1474 2007-04-24  Alan McGovern <alan.mcgovern@gmail.com>
1475
1476         * BindingNavigator.cs : fixed bugs revealed by new nunit tests
1477
1478 2007-04-24  Jonathan Pobst  <monkey@jpobst.com>
1479
1480         * ToolStripDropDownItem.cs: Lazy initialize the DropDown.  This prevents
1481         us from created dropdowns for menu items that do not have subitems.
1482         * ToolStripItem.cs, ToolStripProfessionalRenderer.cs, ToolStripSplitButton.cs:
1483         Check HasDropDownItems before calling DropDown so a dropdown will not be
1484         created if it isn't needed.
1485
1486 2007-04-24  Jackson Harper  <jackson@ximian.com>
1487
1488         * TreeView.cs: Set the first node to the selected node when we get
1489         focus if there is no selected node.
1490
1491 2007-04-24  Andreia Gaita  <avidigal@novell.com>
1492
1493         * MimeIcon.cs: remove using blocks so that image streams are
1494         not disposed of. Fixes #80151
1495
1496 2007-04-24  Jackson Harper  <jackson@ximian.com>
1497
1498         * TextBoxBase.cs: Fixup the height of textboxes when the control
1499         is created.
1500
1501 2007-04-24  Jonathan Pobst  <monkey@jpobst.com>
1502
1503         * ToolStrip.cs: Fully implement GetNextItem.  Call OnParentRightToLeftChanged
1504         for each ToolStripItem when the parent's RightToLeftChanged is called.
1505
1506 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1507
1508         * ComboBox.cs: Forward ContextMenu to the underlying textbox, if any.
1509           Fixes #80163.
1510         * Control.cs: Replace GetContextMenuInternal() with ContextMenuInternal
1511           property, so that the setter can be overriden too.
1512         * TextBox.cs: Change GetContextMenuInternal() to use
1513           ContextMenuInternal.
1514
1515 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1516
1517         * ThemeWin32Classic.cs: Use a black pen to draw checkboxes, fixes
1518           #81406.
1519
1520 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1521
1522         * ThemeWin32Classic.cs: Use a black pen to draw checkboxes, fixes
1523           #81406.
1524
1525 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1526
1527         * MaskedTextBox.cs: Commit this so nobody else starts working on it and
1528           avoid duplicate work. Mostily skeleton code, it's not working at
1529           all yet.
1530
1531 2007-04-20  Leszek Ciesielski <skolima@gmail.com>
1532
1533         * NotifyIcon.cs : stub for MouseClick event
1534         * Application.cs: stub for SetUnhandledExceptionMode
1535
1536 2007-04-24  Alan McGovern <alan.mcgovern@gmail.com>
1537
1538         * BindingNavigator.cs : Initial (partial) implementation
1539
1540 2007-04-23  Jackson Harper  <jackson@ximian.com>
1541
1542         * TreeView.cs: Do not create the treeview's handle when setting
1543         the scroll position.
1544         - ExpandAll needs to compute the scrollbars so it knows which
1545         position to set the bar too.
1546         * TreeNode.cs: 
1547         * TreeNodeCollection.cs: Pass new flag to UpdateScrollBars
1548
1549 2007-04-23  Jackson Harper  <jackson@ximian.com>
1550
1551         * TextBoxBase.cs: Non multiline textboxes shouldn't take the enter
1552         key. Fixes #81408.
1553
1554 2007-04-23  Jonathan Pobst  <monkey@jpobst.com>
1555
1556         * ToolStripItem.cs: Make GetImageSize internal.
1557         * ToolStripMenuItem.cs: Use GetImageSize to determine the size we
1558         need to draw an item.  Fixes a reported issue where images on menus
1559         that were not 16x16 were drawing incorrectly.
1560
1561 2007-04-21  Miguel de Icaza  <miguel@novell.com>
1562
1563         * Padding.cs: Use the converter, fixes the resgen2 issue with
1564         XMLNotePad. 
1565
1566 2007-04-21  Jackson Harper  <jackson@ximian.com>
1567
1568         * TreeView.cs: Dont try to unhighlight the selected node if there
1569         isn't a selected node.
1570
1571 2007-04-21  Jackson Harper  <jackson@ximian.com>
1572
1573         * UpDownBase.cs:
1574         * TextBoxBase.cs:
1575         * ListView.cs:
1576         * ListBox.cs:
1577         * TreeView.cs: Use the InternalBorderStyle property to set the
1578         initial border style, this forces the client rectangle to be sized
1579         correctly.
1580
1581 2007-04-20  Jackson Harper  <jackson@ximian.com>
1582
1583         * TreeView.cs: Simplify scrolling to the last node after expanding
1584         all.
1585         - Fix some off by ones with setting the bottom.
1586
1587 2007-04-20  Jonathan Pobst  <monkey@jpobst.com>
1588
1589         * Control.cs: Use DefaultSize for Size, calculate ClientSize from
1590         that.  We were incorrectly doing it the other way around.  Also,
1591         update ClientSize if we change the BorderStyle before the control
1592         is created.
1593
1594 2007-04-20  Gert Driesen  <drieseng@users.sourceforge.net>
1595
1596         * XplatUI.cs: Added Border3DSize, BorderSize, CaptionButtonSize,
1597         DoubleClickSize, DoubleClickTime and FixedFrameBorderSize. Renamed
1598         XplatUIDriver.Caption to CaptionHeight. Spaces to tabs.
1599         * XplatUIDriver.cs: Added Border3DSize, BorderSize, CaptionButtonSize,
1600         DoubleClickSize, DoubleClickTime and FixedFrameBorderSize. Renamed
1601         Caption to CaptionHeight.
1602         * XplatUIX11.cs: Renamed Caption to CaptionHeight.
1603         * Theme.cs: Modified Border3DSize, BorderSize, CaptionButtonSize
1604         and FixedFrameBorderSize to return value from current XplatUI driver.
1605         * XplatUIWin32.cs: Implemented Border3DSize, BorderSize,
1606         CaptionButtonSize, DragFullWindows, DoubleClickSize, DoubleClickTime
1607         and FixedFrameBorderSize using win32 API. Renamed Caption to
1608         CaptionHeight.
1609         * XplatUIOSX.cs: Renamed Caption to CaptionHeight.
1610         * SystemInformation.cs: Fixed typo in BorderSize.
1611
1612 2007-04-20  Gert Driesen  <drieseng@users.sourceforge.net>
1613
1614         * XplatUI.cs: Added MenuAccessKeysUnderlined.
1615         * XplatUIDriver.cs: Added MenuAccessKeysUnderlined.
1616         * XplatUIX11.cs: Implemented MenuAccessKeysUnderlined by always
1617         returning false.
1618         * Theme.cs: Modified MenuAccessKeysUnderlined to return corresponding
1619         value from XplatUI driver.
1620         * XplatUIWin32.cs: Implemented MenuAccessKeysUnderlined using
1621         SystemParametersInfo.
1622         * ThemeWin32Classic.cs: Remove obsolete MenuAccessKeysUnderlined
1623         override.
1624         * XplatUIOSX.cs: Implemented MenuAccessKeysUnderlind by always
1625         returning false.
1626
1627 2007-04-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1628
1629         * XplatUIX11.cs, Hwnd.cs: Remove warnings.
1630
1631 2007-04-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1632
1633         * MessageBox.cs, XplatUIX11.cs, Hwnd.cs: Remove warnings.
1634
1635 2007-04-20  Jonathan Pobst  <monkey@jpobst.com>
1636
1637         * ToolStripManager.cs: Fix a reported InvalidCastException when unmerging
1638         MenuStrips that contain ToolStripSeparators.
1639
1640 2007-04-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1641
1642         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Add
1643           DefineStdCursorBitmap.
1644         * Cursor.cs: Add an internal constructor so that the Cursor knows if it
1645           has been created off a standard cursor. This is used to get a
1646           bitmap of the standard cursor when Draw or DrawStretched is called
1647           in order to draw the cursor.
1648         * X11Structs.cs: Added XcursorImage and XcursorImages.
1649         * XplatUIX11.cs, XplatUIWin32.cs: Add and implement
1650           DefineStdCursorBitmap.
1651         * Cursors.cs: Update all relevant creations of Cursor to use the new
1652           internal constructor.
1653
1654 2007-04-19  Jackson Harper  <jackson@ximian.com>
1655
1656         * TextBox.cs: Move the has_been_focused into the base control, so
1657         some of the text adding methods can manipulate it (probably time
1658         for a better name for this flag too).
1659         - Call a new version of selectall that doesn't scroll
1660         * TextBoxBase.cs: When we append text, if the document is empty,
1661         don't scroll.  If the document has text already, we scroll to the
1662         end of the appended text.
1663         - When the text is changed, we reset the has_been_focused, so the
1664         next time the control gets focused, all the text is selected.
1665
1666 2007-04-19  Jackson Harper  <jackson@ximian.com>
1667
1668         * TextControl.cs: Move the margins to the document, add a method
1669         so the margin sizes can be updated.
1670         * TextBoxBase.cs: When the border style is changed, update the
1671         border sizes.
1672
1673 2007-04-19  Jonathan Pobst  <monkey@jpobst.com>
1674
1675         * Control.cs: Respect DefaultPadding.
1676         * GroupBox.cs: Implement DefaultPadding, DisplayRectangle takes
1677         padding into account.
1678         * ToolStrip.cs: Remove setting padding to DefaultPadding in constructor.        
1679
1680 2007-04-19  Jackson Harper  <jackson@ximian.com>
1681
1682         * TextControl.cs: Oops, we need to use the ClientRect not the
1683         bounds here.
1684
1685 2007-04-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1686
1687         * ListView.cs: In ItemControl.ItemsMouseDown, take into
1688         account the double clicks when CheckBoxes are used and
1689         the pointer is inside the checkbox. Fixes part of #81191.
1690
1691 2007-04-18  Jackson Harper  <jackson@ximian.com>
1692
1693         * TextControl.cs: Pressing the end key shouldn't move the caret
1694         past the line ending.
1695         * TextBoxBase.cs: We can still delete if we are in the line
1696         ending and the combine will just kill the existing line ending.
1697
1698 2007-04-18  Jackson Harper  <jackson@ximian.com>
1699
1700         * TextControl.cs: We can't move lines, then invalidate their
1701         bounds, we need to get the old bounds and combine that with the
1702         new bounds.
1703         * TextBoxBase.cs: Before combining two lines for a delete, we need
1704         to invalidate the area of the old line, since that will be moved
1705         in the combine operation.
1706
1707 2007-04-18  Everaldo Canuto  <everaldo@simios.org>
1708
1709         * LinkLabel.cs: In OnPaint invoke draw background to fix problems
1710         with transparent background. Fixes #80482.
1711
1712 2007-04-18  Jonathan Pobst  <monkey@jpobst.com>
1713
1714         * PictureBox.cs: Refresh on resize when SizeMode = Zoom.
1715         * ThemeWin32Classic.cs: Implement PictureBox.SizeMode = Zoom.
1716         [Fixes bug #81391]
1717
1718 2007-04-18  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1719
1720         * CreateParams.cs: Add a couple of helper methods and do a less string
1721           concatenation in ToString.
1722         * XplatUIX11.cs: Add an TranslateClientRectangleToXClientRectangle
1723           overload that takes a Control parameter, since this method may be
1724           called before a control is assigned to the hwnd (from
1725           CreateWindow), and update CreateWindow to use the new overload. In
1726           GetMenuOrigin subtract the title bar from the y position if the
1727           form has a window manager (since we're painting it and not X).
1728         * XplatUIWin32.cs: If we can get a form in GetMenuOrigin use the form's
1729           CreateParams to calculate the origin (since border sizes may vary).
1730           In ScreenToMenu only subtract the title height if we actually have
1731           a title.
1732         * MdiWindowManager.cs: Override MenuHeight to always return 0, since
1733           mdi children never have menus of themselves.
1734         * InternalWindowManager.cs: Implement menu handling like form does.
1735           Added GetMenuOrigin to calculate the menu origin, can't use the
1736           CreateParams from the form like normally since it's lying.
1737         * Hwnd.cs: Implement GetBorderSize better (in the sense more
1738           windows-like) and add Inflate and comparison operators to the
1739           Borders type. When calculating MenuOrigin and it's a form with a
1740           window manager, use the window manager to calculate it.
1741
1742 2007-04-17  Chris Toshok  <toshok@ximian.com>
1743
1744         * Control.cs (CreateControl): turns out in 2.0 we don't need this
1745         OnBindingContextChanged thing here.  It's only generated from
1746         ContainerControl.OnCreateControl.  Fixes a newly written unit test
1747         - BindingTest.BindingContextChangedTest4.
1748         
1749 2007-04-17  Jackson Harper  <jackson@ximian.com>
1750
1751         * ScrollBar.cs: When setting values, make sure the current
1752         position stays within the new values range.
1753
1754 2007-04-17  Chris Toshok  <toshok@ximian.com>
1755
1756         * Control.cs (CreateControl): talk about a bizarre corner case.
1757         Don't emit OnBindingContextChanged here if we're a parentless
1758         control (i.e. if we're a form.).  Fixes
1759         BindingTest.BindingContextChangedTest2.
1760
1761 2007-04-17  Everaldo Canuto  <everaldo@simios.org>
1762
1763         * ButtonBase.cs: Remove TextFormatFlags.WordBreak to mimic same behavior 
1764         from win32. Fixes #81255.
1765
1766 2007-04-17  Everaldo Canuto  <everaldo@simios.org>
1767
1768         * ThemeWin32Classic.cs: Remove text offset from DrawButtonText as it is
1769         already present in CalculateButtonTextAndImageLayout.
1770
1771 2007-04-17  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1772
1773         * XplatUIX11.cs: When setting min/max size for a window we need to
1774           translate the coordinates to x coordinates. Create an overload of
1775           SetWindowMinMax that takes a CreateParams handling this, and change
1776           SetWMStyles to call this function (can't use Control.FromHandle in
1777           the SetWindowMinMax to get the control/CreateParams from the handle
1778           because the handle might not have been assigned to the control
1779           yet). Fixes #81371.
1780
1781 2007-04-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1782
1783         * ListView.cs: In ItemControl.ItemMouseDown, don't change check state
1784         if StateImageList is non-null and it has less than two items (match MS
1785         behaviour). Also, in HandleNavKeys handle the Space key, calling
1786         the new ToggleItemsCheckState method, which tries to change the
1787         checked state of the selected items. Fixes part of #81191.
1788
1789 2007-04-16  Jackson Harper  <jackson@ximian.com>
1790
1791         * RichTextBox.cs: namespace cleanup.
1792
1793 2007-04-16  Everaldo Canuto  <everaldo@simios.org>
1794
1795         * XplatUIWin32.cs: Back last parameter to true in SetClipRegion.
1796
1797 2007-04-16  Everaldo Canuto  <everaldo@simios.org>
1798
1799         [Fixes #79447]
1800         * Control.cs: Call invalidate in set_Region.
1801
1802         * XplatUIX11.cs, XplatUIWin32.cs: Remove invalidate from SetClipRegion as
1803         it dont works here.
1804
1805 2007-04-16  Jackson Harper  <jackson@ximian.com>
1806
1807         * TextBoxBase.cs: When enter is pressed, we need to update all
1808         lines below the current.
1809
1810 2007-04-16  Jonathan Pobst  <jpobst@monkey.com>
1811
1812         * MdiClient.cs: Implement implicit menu merging for MDI
1813         children.  When a child form is active, if it has a menustrip
1814         and the parent form has a MainMenuStrip, automatically merge
1815         the menus.
1816
1817 2007-04-15  Andreia Gaita  <avidigal@novell.com>
1818
1819         * TabControl.cs: Refactored sizing methods to not repeat
1820         code all over the place. Tab bounds are now calculated
1821         as if alignment is top and single line, and only when 
1822         setting the bounds are the positions adjusted according
1823         to alignment. Replaced hardcoded positions, spacings and
1824         paddings by getting the values the ThemeEngine. 
1825         Fixes #79619.
1826         
1827         * Theme.cs: Change TabControl properties and methods so
1828         that all start with TabControl*. Added more properties
1829         to help remove hardcoded values on tabcontrol.
1830         Add CPDrawBorder3D declaration so the Theming classes
1831         can access it.
1832         
1833         * ThemeClearlooks.cs, ThemeNice.cs: Method signature changes from Theme.
1834
1835         * ThemeWin32Classic.cs: Rector TabControl out to the TabControlPainter
1836         on the Theming namespace, and call the appropriate methods here.
1837         Change CPDrawBorder3D to public.
1838
1839 2007-04-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1840
1841         * Control.cs: In WmRButtonUp, send the WM_CONTEXTMENU message to
1842         the control after firing the OnMouseUp event, instead of sending
1843         the message before the mentioned event. This is so we can match the
1844         MS behaviour. Fixes part of #80385.
1845
1846 2007-04-13  Jonathan Pobst  <monkey@jpobst.com>
1847
1848         * ToolStripItem.cs: Call the RightToLeftChanged event when setting the
1849         RightToLeft property.
1850
1851 2007-04-13  Jonathan Pobst  <monkey@jpobst.com>
1852
1853         * ToolStrip.cs: Add properties and internal methods to support merging.
1854         * ToolStripItem.cs: Add MergeAction and MergeIndex.
1855         * ToolStripItemCollection.cs: Add Insert and Remove methods that do
1856         not trigger reparenting or layouts.
1857         * ToolStripManager.cs: Add Merge and RevertMerge methods.
1858         * ToolStripOverflow.cs: Add a convenience method to find the ToolStrip that
1859         is hosting the overflow menu.
1860
1861 2007-04-13  Jackson Harper  <jackson@ximian.com>
1862
1863         * TextControl.cs: Set the line ending correctly for the first
1864         inserted line.
1865
1866 2007-04-13  Sebastien Pouliot  <sebastien@ximian.com>
1867
1868         * Theme.cs: Update GetMethod to get the new definition for 
1869         KnownColors.Update (and fix theme color updates).
1870
1871 2007-04-12  Everaldo Canuto  <everaldo@simios.org>
1872
1873         * MessageBox.cs: Fix some test and button position.
1874
1875 2007-04-12  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1876
1877         * Form.cs: Consider the implicit controls in
1878         GetRealChildAtPoint. We need it since this method
1879         is called on Form when handling the some messages in
1880         WndProc, and need to consider those implicit ones too.
1881         Fixes #80385.
1882
1883 2007-04-12  Jonathan Pobst  <monkey@jpobst.com>
1884
1885         * ToolStripMenuItem.cs: Display the ShortcutKeyDisplayString even
1886         if there are no ShortcutKeys set.
1887         * ToolStripProfessionalRenderer.cs: If an item has had its BackColor
1888         set, use it when painting.
1889
1890 2007-04-12  Jackson Harper  <jackson@ximian.com>
1891
1892         * TextControl.cs: Fix some off-by-one issues in line duplication
1893         and insertion in the undo manager. Also, overwrite the first tag
1894         of a line on insert, if it is just a zero lengthed tag. This
1895         prevents us from getting an extra stranded tag at the beginning of
1896         the first line.
1897
1898 2007-04-11  Everaldo Canuto  <everaldo@simios.org>
1899
1900         * Label.cs: Remove check for handle created in CalcAutoSize, we need 
1901         to calculated proper size including when handle was not created yet.
1902
1903 2007-04-11  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1904
1905         * MdiWindowManager.cs: When moving a form, allow the form to be moved
1906           when the mouse is outside of it's parent's client rectangle. Fixes
1907           #79982 (take 3, part 2).
1908
1909 2007-04-10  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1910
1911         * X11Structs.cs: Add a few ToString() overrides.
1912         * XplatUIX11.cs: Added GetTopLevelWindowLocation to try to calculate
1913           the window location in a window-manager independent way. Reworked
1914           FrameExtents, it now actually works. Reworked AddConfigureNotify
1915           and ReparentNotify handling to use GetTopLevelWindowLocation
1916           instead of the earlier, more hacky solution. Reworked SetWMStyles,
1917           hopefully for the better: we now set _NET_WM_WINDOW_TYPE* for all
1918           windows, DIALOG for modal windows, UTILITY for toolboxes and NORMAL
1919           for all other windows (fixes #81281 part 1), a toolwindow is hidden
1920           from the taskbar if it has a parent (fixes #81281 part 2 for kwin),
1921           and generally refactored to do as few calculations as possible
1922           inside the lock.
1923
1924 2007-04-09  Sebastien Pouliot  <sebastien@ximian.com>
1925
1926         * Theme.cs: Change "reflective-contract" between MWF and SD to 
1927         minimize # of calls, avoid Color serialization and avoid updating 
1928         every "known colors" each time a single one is updated.
1929
1930 2007-04-09  Gert Driesen  <drieseng@users.sourceforge.net>
1931
1932         * DataGridTextBoxColumn.cs: Only set IsInEditOrNavigateMode to false
1933         when not readonly and the text is explicitly set. Code style updates.
1934         * DataGridTableStyle.cs: Removed extra line.
1935         * DataGrid.cs: Code style updates. Removed extra whitespace.
1936         * DataGridColumnStyle.cs: Code style updates. Removed extra 
1937         whitespace.
1938
1939 2007-04-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1940
1941         * XplatUIX11.cs: Added comment that "fixes" #80021.
1942
1943 2007-04-09  Jackson Harper  <jackson@ximian.com>
1944
1945         * TextControl.cs: We don't need this -1 on the line count anymore.
1946
1947 2007-04-09  Gert Driesen  <drieseng@users.sourceforge.net>
1948
1949         * DataGridTextBoxColumn.cs: In Commit, use TypeConverter to convert
1950         entered value to underlying type, and convert it back to a string to
1951         apply formatting. Modified GetFormattedValue to use TypeConverter
1952         if available.
1953
1954 2007-04-08  Gert Driesen  <drieseng@users.sourceforge.net>
1955
1956         * ListViewItem.cs: Added null checks. Avoid duplicating code in ctors.
1957         Use SubItems property when we want to ensure there's at least one
1958         subitem. Modified SubItems property to ensure there's always at least
1959         one subitem. Avoid using ListViewSubItemCollection.AddRange to match
1960         the NRE's reported by MS.
1961
1962 2007-04-07  Gert Driesen  <drieseng@users.sourceforge.net>
1963
1964         * ProgressBar.cs: On 2.0 profile, default forecolor is Highlight. Added
1965         ResetForeColor override on 2.0. Fixed a few API compatibility issues.
1966         Spaces to tabs. Removed extra tabs.
1967
1968 2007-04-06  Jonathan Pobst  <monkey@jpobst.com>
1969
1970         * ToolStripSplitStackLayout.cs: If we run out of things to hide, don't
1971         infinite loop.  (Forgot to copy to the horizontal toolstrip case.)
1972
1973 2007-04-06  Jackson Harper  <jackson@ximian.com>
1974
1975         * TextBoxBase.cs: When a delete removes a line, recalculate all
1976         lines below that line (they need to get offsets setup correctly)
1977         and invalidate.
1978
1979 2007-04-05  Jackson Harper  <jackson@ximian.com>
1980
1981         * TextControl.cs: We need to invalidate across the width of the
1982         document when we are invalidating multiple lines.
1983         * TextBoxBase.cs: Don't delete into the line ending.
1984
1985 2007-04-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1986
1987         * ListView.cs: Restore the check for the MouseHover event
1988         in ListView. It looks like the ListView fires more than one MouseHover
1989         event when HoverSelection is true  _only_ in weird-corner scenarios, but
1990         in most of the cases it only fires one. Also, add the 2.0 ItemMouseHover
1991         event.
1992
1993 2007-04-05  Mike Kestner  <mkestner@novell.com>
1994
1995         * ListView.cs : raise MouseDown before updating selection.
1996         [Fixes #80373 tab 1&3]
1997
1998 2007-04-05  Jonathan Pobst  <monkey@jpobst.com>
1999
2000         * ToolStripRenderer.cs: Add static method to mirror image.
2001         * ToolStripProfessionalRenderer.cs: Support ImageTransparentColor
2002         and RightToLeftAutoMirrorImage.
2003         * ToolStripItem.cs: Remove MonoTODO from ImageTransparentColor.
2004
2005 2007-04-05  Jonathan Pobst  <monkey@jpobst.com>
2006
2007         * ToolStripSplitStackLayout.cs: Support Alignment property.
2008         * ToolStripItem.cs: Remove MonoTODO from the Alignment property.
2009
2010 2007-04-05  Jackson Harper  <jackson@ximian.com>
2011
2012         * TextControl.cs: Move around the line endings when crossing line
2013         boundaries.
2014         - When combining lines, strip the ending text off the first line.
2015
2016 2007-04-05  Jackson Harper  <jackson@ximian.com>
2017
2018         * TextControl.cs:
2019         * TextBoxBase.cs: Try to never move the cursor into the line
2020         ending.
2021         
2022 2007-04-04  Jonathan Pobst  <monkey@jpobst.com>
2023
2024         * ToolStripItem.cs: Make sure we aren't firing mouse events when
2025         the item is disabled.  Also add a few missing methods.
2026
2027 2007-04-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2028
2029         * ListView.cs: We don't need the MouseEnter/MouseLeave check
2030         to fire just one MouseHover event when HoverSelection is true, since
2031         .Net does fire more than one MouseHover event in that scenario. Also,
2032         fix the selection in HoverSelection, by invoking UpdateMultiSelect
2033         if MultiSelect is true, instead of only setting ListViewItem.Selected.
2034         Finally, we need to reset the Hover logic in MouseMove, even when we
2035         don't have a selected item.
2036
2037 2007-04-04  Jonathan Pobst  <monkey@jpobst.com>
2038
2039         * ToolStrip.cs: Add several missing methods, properties, and events.
2040
2041 2007-04-04  Chris Toshok  <toshok@ximian.com>
2042
2043         * DataGridTextBoxColumn.cs: set the bounds of the text box to
2044         (0,0,0,0) in Commit, as MS does.
2045
2046         * DataGrid.cs: call EndEdit() from Select() as microsoft does, and
2047         make sure we set CurrentRow on a row header click *before* calling
2048         Select.  This moves the current cell (and the textbox) to the new
2049         row.  The call to Select then hides the textbox, giving us the
2050         correct behavior.  Fixes #80362.
2051
2052         * CurrencyManager.cs (UpdateIsBinding): raise ItemChanged (-1).
2053         (ListChangedHandler): reorder the position/current changed events,
2054         and call UpdateIsBinding in the ItemAdded case.
2055
2056         * GridColumnStylesCollection.cs: add some columns events, one of
2057         which raises the CollectionChanged event.
2058
2059 2007-04-04  Jackson Harper  <jackson@ximian.com>
2060
2061         * TextControl.cs: When we delete multiple selection lines
2062         invalidate the selection area, don't need to do that for single
2063         lines because the final update view will handle it.
2064
2065 2007-04-04  Jonathan Pobst  <monkey@jpobst.com>
2066
2067         * Control.cs: When we CreateControl, we need to also create all of the
2068         control's children.  The child's OnLoad must also fire before the parent's
2069         OnLoad.  Fixes the toolbox size in PDN.
2070
2071 2007-04-04  Jackson Harper  <jackson@ximian.com>
2072
2073         * TextBoxBase.cs: When the user presses enter, insert a line
2074         ending into the text. (Maybe this would be a good spot for
2075         Environment.NewLine).
2076         * TextControl.cs: Remove undo manager hack, line endings get
2077         inserted properly now.
2078         
2079 2007-04-04  Everaldo Canuto  <everaldo@simios.org>
2080
2081         * MenuAPI.cs: 
2082         - Remove unneeded parameters in UpdateCursor.
2083         - Fix UpdateCursor to check if menu is active.
2084         - Call UpdateCursor when menu deactivate my click.
2085         [Fixes remaining issues from #80410]
2086
2087 2007-04-04  Everaldo Canuto  <everaldo@simios.org>
2088
2089         * Control.cs: GetRealChildAtPoint method added, it make an
2090         recursive child control search for the point. 
2091
2092         * Form.cs: Makes use of GetRealChildAtPoint in mouse event after closes
2093         menu.
2094
2095         * MenuAPI.cs: Makes use of GetRealChildAtPoint in UpdateCursor.
2096
2097 2007-04-03  Everaldo Canuto  <everaldo@simios.org>
2098
2099         * Form.cs: Fix mouse position when send back mouse event after closes
2100         menu.
2101
2102 2007-04-03  Everaldo Canuto  <everaldo@simios.org>
2103
2104         * Form.cs: Simplify the BUTTONDOWN for active tracker.
2105
2106 2007-04-03  Jonathan Pobst  <monkey@jpobst.com>
2107
2108         * Control.cs: Fix an issue where if a user resized a control inside
2109         a sizing method like OnResize, we would overwrite their explicit
2110         value.  Also, only call DefaultSize once in the constructor instead
2111         of 4 times.  Also, do not call SetBoundsCore from SetBounds if 
2112         nothing actually changed.
2113
2114 2007-04-03  Jackson Harper  <jackson@ximian.com>
2115
2116         * TextControl.cs: Don't attempt to copy text for lines with no
2117         text in them (technically this shouldn't happen, but we aren't
2118         always inserting line endings when we should be).
2119
2120 2007-04-03  Jackson Harper  <jackson@ximian.com>
2121
2122         * TextBoxBase.cs: Calculate the scrollbars before calculating the
2123         document, because this sets some of the document size properties
2124         that are needed.
2125
2126 2007-04-03  Jackson Harper  <jackson@ximian.com>
2127
2128         * TextBoxBase.cs: We need to calculate maximums even if this is
2129         not a multiline control, because the maxs are used for scrolling.
2130         - Display the caret after doing a page up/down, we need to
2131         manually display it because a proper CaretMoved event isn't
2132         triggered (this is because of the way the math is done to
2133         determine how far to scroll).
2134
2135 2007-04-03  Jonathan Pobst  <monkey@jpobst.com>
2136
2137         * ToolBar.cs: Fix some breakage caused by the SetBoundsCore change.
2138         (ToolBar was relying on SetBoundsCore to default the values sent 
2139         base off of BoundsSpecified.)
2140
2141 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2142
2143         * DateTimePicker.cs: Change Text so that when a null value or empty
2144           string is assigned to the test we always raise ValueChanged and
2145           TextChanged (earlier implementation would only raise ValueChanged
2146           if the current date value was different from DateTime.Now).
2147
2148 2007-04-03  Andreia Gaita <avidigal@novell.com> 
2149
2150         * ButtonBase: Call update after invalidation, fixes #80194
2151
2152 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2153
2154         * ThemeWin32Classic.cs: Draw StatusBar using double buffering. Fixes
2155           #79335.
2156
2157 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2158
2159         * XplatUIX11.cs: SetWMStyles: If the control is a form with
2160           FormBorderStyle = None, don't give the window any decorations.
2161           Fixes #81276.
2162
2163 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2164
2165         * XplatUI.cs, XplatUIDriver.cs: Updated CalculateWindowRect parameters.
2166         * CreateParams.cs: Fix IsSet, wasn't working correctly when the style
2167           to check for is a mix of several styles (such as WS_CAPTION for
2168           instance).
2169         * Control.cs: Don't paint an area bigger than the client area when
2170           painting the background colour. Add an internal GetCreateParams.
2171           Update calls to XplatUI.CalculateWindowRect due to API change.
2172         * XplatUIX11.cs: In PerformNCCalc set the initial size to the whole
2173           window's size, and handle WM_NCCALCSIZE in DefWndProc to calculate
2174           the size if it hasn't been handled by any windows. When creating
2175           and moving windows, X wants the location of the entire window, but
2176           the size of the client window, so add
2177           TranslateClientRectangleToXClientRectangle,
2178           TranslateWindowSizeToXWindowSIze and
2179           TranslatedXWindowSizeToWindowSize to cope with this, and call them
2180           before every window creation and move. Update CalculateWIndowRect
2181           to use Hwnd.GetWindowRect (one step towards removing DeriveStyles).
2182           In AddConfigureNotify don't do anything if the hwnd is a zombie
2183           (fixes the BadWindow we were getting while running the tests),
2184           always calculate the offsets when it's a parentless window, not
2185           only when reparented, and translate the window size, since we're
2186           getting the client size of the whole window, excluding entire
2187           window.
2188         * Theme.cs: Added BorderSizableSize.
2189         * XplatUIWin32.cs: Fix RECT Height and Width. Don't fake styles here
2190           anymore. Update calls to XplatUI.CalculateWindowRect due to API
2191           chang
2192         * Form.cs: Update calls to XplatUI.CalculateWindowRect due to API
2193           change. Fake the window styles here instead of in XplatUIWin32 so
2194           that all back-ends get the same window styles (and it's Form that's
2195           deciding when to use wm, not the Win32 backend anyways)
2196         * Hwnd.cs: Completely reworked GetWindowRectangle and
2197           GetClientRectangle - they are now passed a CreateParams and they
2198           only use Style and ExStyle to determine the rectangles (they should
2199           now work just like Win32AdjustWindowRectEx - though quite a few
2200           special cases are probably missing). They should also be 100%
2201           complimentary (i.e. GetWindowRectangle (GetClientRectangle (rect))
2202           == rect), and all numbers (borders, menu sizes) are taken from the
2203           current theme. Added a GetBorders helper function that will return
2204           the borders for any given CreateParams (including captions and
2205           menus), and GetBorderSize that returns the given border size only.
2206         * XplatUIOSX.cs: Update calls to CalculateWindowRect and
2207           Hwnd.GetClientRectangle.
2208
2209 2007-04-02  Chris Toshok  <toshok@ximian.com>
2210
2211         * DataGridBoolColumn.cs: rewrite things a bit, and fix up the
2212         logic between the values we present to the user and the values
2213         which are stored in the column's property.  Also, don't call
2214         GetPreferredSize - it's virtual. Along the way, fix bug #80965.
2215
2216 2007-04-02  Jackson Harper  <jackson@ximian.com>
2217
2218         * TextBoxBase.cs: Scroll faster!
2219
2220 2007-04-02  Jonathan Pobst  <monkey@jpobst.com>
2221
2222         * StatusStrip.cs: Layout fixes for PDN.
2223         * ToolStrip.cs: Set item's available to true, and placement to main when
2224         added.
2225         * ToolStripItem.cs: Fix an Available issue, check that Parent is really
2226         changing in setter before doing any work, add InternalVisible.
2227         * ToolStripPanel.cs: Remove unused variable to fix compiler warning.
2228         * ToolStripSplitStackLayout.cs: If we run out of things to hide, don't
2229         infinite loop.
2230
2231 2007-04-02  Jackson Harper  <jackson@ximian.com>
2232
2233         * TextBox.cs: LBUTTON does not make the textbox select all of it's
2234         text on focus.
2235
2236 2007-04-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2237
2238         * XplatUIWin32.cs: Use the previous change in SetParent for forms only.
2239           Makes ToolStripComboBoxes show up again.
2240
2241 2007-04-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2242
2243         * ListView.cs: Add a hover_pending field in ListView
2244         to fire just one OnMouseHover event for each MouseEnter/MouseLeave
2245         cycle (we are resetting the MouseHover logic in XplatUI
2246         to handle HoverSelection). Fixes #80429.
2247
2248 2007-04-02  Jackson Harper  <jackson@ximian.com>
2249
2250         * TextControl.cs: Make sure the attributes get set on the last
2251         tag.
2252         - Still have to do the end tag if we have stepped all the ways to
2253         the end.
2254
2255 2007-04-02  Sebastien Pouliot  <sebastien@ximian.com>
2256
2257         * XplatUIOSX.cs, XplatUIX11.cs, XplatUIX11GTK.cs: Remove dependency
2258         on an internal libgdiplus call when the information is already 
2259         available via the public API.
2260
2261 2007-04-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2262
2263         * Control.cs: Call ContainerControl.ChildControlRemoved whenever a
2264           control is removed from a control collecftion.
2265         * XplatUIX11.cs: The first location for toplevel form is (22, 22).
2266           Fixes FormPropertyTest (failed on rare occasions).
2267         * XplatUIWin32.cs: Add a workaround in SetParent for strange behaviour
2268           of Win32SetParent (when changing from no parent to a parent it
2269           might add the new parent's location in screen coordinates to this
2270           window's location).
2271         * Form.cs: Rework ChangingParent once again, now the handle is
2272           recreated whenever a FormWindowManager is added or removed (that is
2273           whenever a normal form is parented or abandoned). Also change
2274           CreateParams so that all non-toplevel windows always get the
2275           specified sice (StartupPosition is never considered for
2276           non-TopLevel forms).
2277         * ContainerControl.cs: Add ChildControlRemoved, the container control
2278           needs to be notified when a control is removed from it's
2279           collection, in the case the removed control is the active control.
2280
2281 2007-04-02  Jackson Harper  <jackson@ximian.com>
2282
2283         * RichTextBox.cs: Use the new methods for setting the font and
2284         color, these methods set the specified attribute without
2285         overriding the other attributes.
2286
2287 2007-04-02  Jonathan Pobst  <monkey@jpobst.com>
2288
2289         * ToolStripPanel.cs: Fixes for better layouts in PDN.
2290
2291 2007-03-31  Gert Driesen  <drieseng@users.sourceforge.net>
2292
2293         * TextBox.cs: Added internal ChangeBackColor method to special-case
2294         Color.Empty. Added check for invalid ScrollBars value.
2295         * TextBoxBase.cs: Added internal ChangeBackColor method.
2296         * RichTextBox.cs: Only set backcolor_set on 2.0 profile. Added
2297         internal ChangeBackColor method to special-case Color.Empty. Added
2298         check for invalid ScrollBars value.
2299
2300 2007-03-30  Everaldo Canuto  <everaldo@simios.org>
2301
2302         * MenuItem.cs: On invalidate prevent form to create handle. [Fixes #81272]
2303
2304 2007-03-30  Jonathan Pobst  <monkey@jpobst.com>
2305
2306         * ScollableControl.cs: Add HorizontalScroll and VerticalScroll properties.
2307         * ScrollProperties.cs, HScrollProperties.cs, VScrollProperties.cs: Added.
2308         [Based on submitted patch from Olivier Duff.]
2309
2310 2007-03-30  Jackson Harper  <jackson@ximian.com>
2311
2312         * TextBox.cs: Only select all on initial focus if the user has not
2313         specified a selection area.
2314
2315 2007-03-30  Jonathan Pobst  <monkey@jpobst.com>
2316
2317         * UserControl.cs: Override CreateParams.
2318
2319 2007-03-30  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2320
2321         [ Fixes #80995 ]
2322
2323         * XplatUI.cs, XplatUIDriver.cs: Updated CalculateWindowRect parameters.
2324         * CreateParams.cs: Fix IsSet, wasn't working correctly when the style to
2325           check for is a mix of several styles (such as WS_CAPTION for instance).
2326         * Control.cs: Don't paint an area bigger than the client area when painting
2327           the background colour. Add an internal GetCreateParams. Update calls to
2328           XplatUI.CalculateWindowRect due to API change.
2329         * XplatUIX11.cs: In PerformNCCalc set the initial size to the whole window's
2330           size, and handle WM_NCCALCSIZE in DefWndProc to calculate the size if it
2331           hasn't been handled by any windows. When creating and moving windows, X
2332           wants the location of the entire window, but the size of the client
2333           window, so add TranslateClientRectangleToXClientRectangle,
2334           TranslateWindowSizeToXWindowSIze and TranslatedXWindowSizeToWindowSize
2335           to cope with this, and call them before every window creation and move.
2336           Update CalculateWIndowRect to use Hwnd.GetWindowRect (one step towards
2337           removing DeriveStyles). In AddConfigureNotify don't do anything if the
2338           hwnd is a zombie (fixes the BadWindow we were getting while running the
2339           tests), always calculate the offsets when it's a parentless window, not
2340           only when reparented, and translate the window size, since we're getting
2341           the client size of the whole window, excluding entire window.
2342         * Theme.cs: Added BorderSizableSize.
2343         * XplatUIWin32.cs: Fix RECT Height and Width. Don't fake styles here
2344           anymore. Update calls to XplatUI.CalculateWindowRect due to API change.
2345         * Form.cs: Update calls to XplatUI.CalculateWindowRect due to API change.
2346           Fake the window styles here instead of in XplatUIWin32 so that all
2347           back-ends get the same window styles (and it's Form that's deciding when
2348           to use wm, not the Win32 backend anyways)
2349         * Hwnd.cs: Completely reworked GetWindowRectangle and GetClientRectangle -
2350           they are now passed a CreateParams and they only use Style and ExStyle
2351           to determine the rectangles (they should now work just like
2352           Win32AdjustWindowRectEx - though quite a few special cases are probably
2353           missing). They should also be 100% complimentary (i.e. GetWindowRectangle
2354           (GetClientRectangle (rect)) == rect), and all numbers (borders, menu
2355           sizes) are taken from the current theme. Added a GetBorders helper
2356           function that will return the borders for any given CreateParams
2357           (including captions and menus), and GetBorderSize that returns the given
2358           border size only.
2359         * XplatUIOSX.cs: Update calls to CalculateWindowRect and
2360           Hwnd.GetClientRectangle.
2361
2362 2007-03-30  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2363
2364         * Form.cs: Don't layout mdi children on MdiParent creation, the initial
2365           layout of the mdi children is handled by CreateParams. Fixes
2366           #79964,
2367
2368 2007-03-29  Everaldo Canuto  <everaldo@simios.org>
2369
2370         * MenuAPI.cs: Make OnMouseDown returns a boolean to identify if event is
2371         processed.
2372
2373         * Form.cs: When active tracker mouse down is not processed, send event 
2374         back to control inside mouse position. [Fixes #81227]
2375
2376 2007-03-29  Jonathan Pobst  <monkey@jpobst.com>
2377
2378         * ComboBox.cs: Override the ComboListBox's ActivateOnShow property and
2379         remove WS_VISIBLE from CreateParams to prevent combobox dropdowns from
2380         stealing focus from the active form on Windows.  (Control will be made
2381         visible in ShowWindow.)
2382
2383 2007-03-29  Mike Kestner  <mkestner@novell.com>
2384
2385         * ImageList.cs : add internal Changed event.
2386         * ListView.cs : hook up to StateImageList.Changed to perform
2387         invalidations when the the state icon list changes. [Fixes #81191]
2388
2389 2007-03-29  Jonathan Pobst  <monkey@jpobst.com>
2390
2391         * ToolTip.cs: Override the ToolTipWindow's ActivateOnShow property
2392         to prevent tooltips from stealing focus from the active form on Windows.
2393
2394 2007-03-29  Everaldo Canuto  <everaldo@simios.org>
2395
2396         * ThemeWin32Classic.cs: Small stetic fixes in notifyicon balloon. 
2397
2398         * ThemeClearlooks.cs: Implement notifyicon balloon for clearlooks theme.
2399
2400 2007-03-29  Everaldo Canuto  <everaldo@simios.org>
2401
2402         * NotifyIcon.cs, ThemeWin32Classic.cs: Icon support added to notifyicon
2403         balloons.
2404
2405 2007-03-29  Jackson Harper  <jackson@ximian.com>
2406
2407         * TextControl.cs: When deleting text from non multiline textboxes,
2408         we need to update the entire document, because line offsets will
2409         be shifting.
2410
2411 2007-03-29  Everaldo Canuto  <everaldo@simios.org>
2412
2413         * XplatUIX11.cs, ThemeWin32Classic.cs, Theme.cs: ShowBalloonWindow method
2414         added to theme, now we can create themes that uses diferent notify engines
2415         like notification-daemon from galago project or growl for Mac OS.
2416
2417 2007-03-28  Everaldo Canuto  <everaldo@simios.org>
2418
2419         * NotifyIcon.cs: Prevent Balloon to show in task bar.
2420
2421 2007-03-28  Everaldo Canuto  <everaldo@simios.org>
2422
2423         * XplatUIX11.cs: Prevent system to open more than one balloon.
2424
2425         * NotifyIcon.cs: Prevent system to open more than one balloon and remove
2426         some compiler warning messages.
2427
2428 2007-03-28  Everaldo Canuto  <everaldo@simios.org>
2429
2430         [Fixes #79149]
2431
2432         * XplatUIX11.cs: Implement SystrayBalloon for X11 systems.
2433
2434         * ThemeWin32Classic.cs, Theme.cs: DrawBalloonWindow and BalloonWindowRect 
2435         implemented, this methods is used by NotifyIcon.BalloonWindow class.
2436
2437         * NotifyIcon.cs: BalloonWindow class added to support Balloon in X11 
2438         systems.
2439
2440 2007-03-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2441
2442         * ListViewItem.cs: Forgot to make Invalidate internal.
2443
2444 2007-03-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2445
2446         * ListView.cs: Add a InvalidateSelection method to
2447         invalidate methods which are currently selected, and call
2448         it when setting FullRowSelect and HideSelection, instead of
2449         calling Redraw.
2450
2451 2007-03-28  Chris Toshok  <toshok@ximian.com>
2452
2453         * XplatUIX11.cs (UnmapWindow): reindent this block.
2454
2455         * DataGrid.cs (UpdateSelectionAfterCursorMove): we need to update
2456         the selection_start if we're moving the selection (that is, not
2457         extending it). Fixes bug #80461.
2458
2459 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
2460
2461         * ProgressBar.cs: Make the default MarqueeAnimationSpeed = 100.
2462         * ToolStripPanel.cs: Fix RowMargin, Renderer, RenderMode, and
2463         create private ControlCollection.
2464
2465 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
2466
2467         * Control.cs: We need to call OnVisibleChanged for our implicit
2468         children as well as our normal children.  Fixes scrollbars in
2469         comboboxes not showing up.
2470
2471 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
2472
2473         * Control.cs, Form.cs: Anywhere we call CreateHandle, we need to do
2474         the check for IsHandleCreated first.  The check in CreateHandle is not
2475         good enough because CreateHandle can be overriden, and the override 
2476         should not be called if the handle is already created.
2477
2478 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
2479
2480         * ToolStrip.cs: Remove MonoTODO for tooltips.
2481         * ToolStripComboBox.cs: Fix MonoTODO for DropDownHeight and events.
2482         * ToolStripContainer.cs: Add custom ControlCollection class.
2483         * ToolStripContentPanel.cs: Fix Renderer setting to match MS behavior.
2484         * ToolStripDropDown.cs: Add some missing properties/methods.
2485         * ToolStripDropDownMenu.cs: Override OnLayout and SetDisplayedItems.
2486         * ToolStripItem.cs: Remove MonoTODO for tooltips.
2487         * ToolStripManager.cs: Add IsShortcutDefined.
2488         * ToolStripOverflow.cs: Override LayoutEngine.
2489         * ToolStripProgressBar.cs: Add MarqueeAnimationSpeed.
2490         * ToolStripSeparator.cs: Add ImageKey.
2491
2492 2007-03-28  Jackson Harper  <jackson@ximian.com>
2493
2494         * TextControl.cs: If a char delete removes a line ending, we need
2495         to update the ending style.
2496         - Make sure the line ending calcs get called.
2497
2498 2007-03-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2499
2500         * XplatUIX11.cs: CreateWindow: Remove old default form location code,
2501           it was making the new code not work. Fixed a typo in the new code
2502           as well. Fixes #79826.
2503
2504 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
2505
2506         * XplatUIWin32.cs:
2507         - NIF_STATE and NIF_INFO added to NotifyIconFlags.
2508         - NOTIFYICONDATA properties sizes fixed, szTip is 128, not 64.
2509         - SystrayBalloon method implemented.
2510         [Add support for notifyicon balloon on win32, #79149]
2511
2512 2007-03-27  Mike Kestner  <mkestner@novell.com>
2513
2514         * ThemeWin32Classic.cs : update StateImageList selection to mirror
2515         the ms behavior when only one image is added to the list.
2516         [Fixes #81191]
2517
2518 2007-03-27  Jackson Harper  <jackson@ximian.com>
2519
2520         * TextControl.cs: Improvements to non multiline line ending
2521         drawing/measuing.
2522
2523 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
2524
2525         * XplatUIX11.cs: Fix the time which tooltip is opened for NotifyIcon. 
2526
2527 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
2528
2529         * NotifyIcon.cs: 
2530         - Balloon message handling added.
2531         - Call XplatUI.SystrayBalloon in ShowBalloonTip. 
2532
2533         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
2534         XplatUIOSX.cs, XplatUIX11-new.cs: ShowBalloonTip method renamed 
2535         to SystrayBalloon to me like other Systray method, also a
2536         handle parameter added.
2537
2538 2007-03-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2539
2540         * ListView.cs: Show scrollbars even when items.Count == 0
2541         but the columns Width is bigger than the ListView.Width.
2542         Also, when columns.Count == 0 set layout_wd and layout_ht
2543         to the ClientRectangle values, so we don't show any scrollbar
2544         in that case.
2545
2546 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
2547
2548         * XplatUIStructs.cs: Balloon (NIN_BALLOON*) constants added.
2549
2550 2007-03-27  Jackson Harper  <jackson@ximian.com>
2551
2552         * RichTextBox.cs: The RTF library decodes the text properly for us
2553         now.
2554
2555 2007-03-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2556
2557         * ListView.cs: Display HeaderControl even when columns.Count == 0.
2558         * ThemeWin32Classic.cs: Use SystemBrushes.Control to draw the
2559         ListView header (HeaderControl), instead of Control.BackColor.
2560
2561 2007-03-27  Jonathan Pobst  <monkey@jpobst.com>
2562
2563         * Control.cs: Call OnVisibleChanged in SetVisibleCore for non-forms.
2564         Fixes tab control issues where controls would not show up because they
2565         never received their OnVisibleChanged call.
2566
2567 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
2568
2569         * NotifyIcon.cs: Balloon events added (BalloonTipClicked, BalloonTipClosed,
2570         BalloonTipShown).
2571
2572 2007-03-27  Jonathan Pobst  <monkey@jpobst.com>
2573
2574         * Control.cs: We won't get a WM_SHOWWINDOW when we create a window that
2575         is maximized or minimized, so move CreateControl to Control.OnVisibleChanged.
2576         * Form.cs: After we set the form visible, send a fake WM_SHOWWINDOW if we
2577         are max or min.  Remove WS_VISIBLE from CreateParams unless we are recreating
2578         the handle.  Fix WindowState by using the internal variable until we are 
2579         sure that we've been shown.
2580         * XplatUIX11.cs: Do not generate a WM_SHOWWINDOW message if new form is
2581         max or min.
2582         [Fixes bug #81198]
2583
2584 2007-03-27  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2585
2586         * XplatUIX11.cs: Windows without WS_CAPTION can still get decorations
2587           (at least borders). Fixes #79386 on Linux (with a small difference
2588           in behaviour: when trying to resize a caption-less window metacity
2589           shows the sysmenu. Resizing is still possible though).
2590         * XplatUIWin32.cs: When setting window styles send request an extra
2591           WM_NCCALCSIZE when it's a form without title (due to no text and no
2592           caption), since Win32 seems to calculate it wrong the first time we
2593           get the message, though the second time things work as they should.
2594         * Form.cs: Reorder a few statements in ChangingParent, otherwise the
2595           newly reparented window might show up unparented. Update
2596           CreateParams to exclude WS_DLGFRAME if ControlBox is false and
2597           there's no title text. Fixes #79386.
2598
2599 2007-03-27  Mike Kestner  <mkestner@novell.com>
2600
2601         * ListBox.cs : don't perform invalidations if the handle hasn't been
2602         created.  [Fixes #80753]
2603
2604 2007-03-27  Mike Kestner  <mkestner@novell.com>
2605
2606         * ListBox.cs : don't adjust top item when SelectedIndex is set to -1.
2607         [Fixes #80428]
2608
2609 2007-03-26  Everaldo Canuto  <everaldo@simios.org>
2610
2611         * XplatUIWin32.cs: Complete NOTIFYICONDATA structure, additional fields 
2612         needed to implement Balloon.
2613
2614 2007-03-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2615
2616         * ListViewItem.cs: In the constructors that take
2617         an array of strings, don't use ListViewSubItemCollection.AddRange
2618         method to add items, since we need to have a different behaviour (in
2619         the constructors we add an item for each null string, opposed to
2620         the behaviour of AddRange, which adds nothing).
2621
2622 2007-03-26  Andreia Gaita  <avidigal@novell.com>
2623
2624         * NumericUpDown.cs: Fix broken 1.1 api for ParseEditText
2625
2626 2007-03-26  Jackson Harper  <jackson@ximian.com>
2627
2628         * TextControl.cs: Draw and measure line endings when in non
2629         multiline mode.
2630         - When searching the text, count the end of the last line as a
2631         word boundary.
2632
2633 2007-03-26  Jackson Harper  <jackson@ximian.com>
2634
2635         * RichTextBox.cs: The selection_start and selection_end don't
2636         really track the correct tags for the selection. So we'll manually
2637         compute the correct tag here.
2638
2639 2007-03-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2640
2641         * ProgressBar.cs, ThemeWin32Classic.cs: Implemented drawing of Marquee
2642           and Continuous styles. Fixes #79469.
2643
2644 2007-03-26  Jonathan Pobst  <monkey@jpobst.com>
2645
2646         * ToolStrip.cs: Implement Tooltips.
2647         * ToolStripItem.cs: Create internal method for determining tooltip.
2648
2649 2007-03-26  Jonathan Pobst  <monkey@jpobst.com>
2650
2651         * PropertyGrid.cs: Hide a EditorBrowsable attribute from 1.1 API.
2652
2653 2007-03-26  Everaldo Canuto  <everaldo@simios.org>
2654
2655         * NotifyIcon.cs: On disposing verify if icon is visible and hide it,
2656         it prevents a problem thak keeps icon visible after application 
2657         closes on win32.
2658
2659 2007-03-26  Everaldo Canuto  <everaldo@simios.org>
2660
2661         * NotifyIcon.cs: Balloon properties and methods created.
2662
2663         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
2664         XplatUIOSX.cs, XplatUIX11-new.cs: Implement ShowBalloonTip method.
2665
2666 2007-03-25  Jonathan Pobst  <monkey@jpobst.com>
2667
2668         * ToolStripComboBox.cs: Default the ComboBox's FlatStyle to Popup.
2669
2670 2007-03-24  Jonathan Pobst  <monkey@jpobst.com>
2671
2672         * Control.cs: Make SetBoundsCore match MS better.  The BoundsSpecified
2673         parameter indicates which aspects were explicit/user-set.
2674         * ComboBox.cs, ListBox.cs: Call SetBoundsCore correctly. (no 0 parameters).
2675
2676 2007-03-24  Jonathan Pobst  <monkey@jpobst.com>
2677
2678         * ProgressBar.cs: Throw AOORE instead of AE for property Value (2.0).
2679         * ScrollBar.cs: Throw AOORE instead of AE for properties LargeChange,
2680         SmallChange, and Value (2.0).
2681         * Timer.cs: Throw AOORE instead of AE for property Interval (2.0).
2682
2683 2007-03-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2684
2685         * ListView.cs: Always set item_control.Width in LayoutDetails
2686         if View is Details. Setting it later in CalculateScrollBars
2687         in a not-so-corner scenario (the sum of columns width is
2688         not bigger than the ListView width when handle is created, and then
2689         that sum gets bigger by increasing the width of the columns)
2690         causes a very weird recursion path (which shouldn't be happening,
2691         since header_control sets it in CalculateScrollBars too). This bug
2692         appeared after Chris' fixes for handle created issues, so probably
2693         it's related to some handle-creation time.
2694
2695 2007-03-23  Chris Toshok  <toshok@ximian.com>
2696
2697         * DataGrid.cs (GetVisibleRowCount): increase the row count in the
2698         case where there's an add row, just so we don't end up in a case
2699         where it's not displayed (this happens when the row is partially
2700         obscured).  Fixes bug #79574.
2701
2702 2007-03-23  Jackson Harper  <jackson@ximian.com>
2703
2704         * TextControl.cs:
2705         * TextBoxBase.cs:
2706         * RichTextBox.cs: Preserve line endings in the lines text buffer,
2707         also added an enum that represents the line ending type. 
2708
2709 2007-03-23  Andreia Gaita  <avidigal@novell.com>
2710
2711         * NumericUpDown.cs: Fix logic so Text and Value properties are not
2712         messed with in every method call, but only from DownButton, 
2713         UpButton, UpdateEditText() and ValidateText. Fixes #80346
2714
2715 2007-03-23  Chris Toshok  <toshok@ximian.com>
2716
2717         * DataGridTextBoxColumn.cs (GetFormattedValue): don't try to
2718         format objects if the format spec is "".  Fixes bug #80889.
2719
2720 2007-03-22  Miguel de Icaza  <miguel@novell.com>
2721
2722         * ToolStripPanel.cs (Join): added stubs to build PDN3
2723
2724         * Control.cs (AutoScrollOffset): Add.
2725
2726         * SystemInformation.cs (MouseWheelScrollDelta): Expose this
2727         property, its only implemented for Win32, on X11 it defaults to
2728         some hardcoded value.
2729
2730         * ToolStripItem.cs (AllowDrop): Add property
2731
2732 2007-03-22  Mike Kestner  <mkestner@novell.com>
2733
2734         * ListView.cs : in FullRowSelect Details mode, only enable box
2735         selection if the user clicks over the "item" column outside of the
2736         text area.  Mmmmm, compatibility.  [Fixes #80374 subpart 7]
2737
2738 2007-03-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2739
2740         * Control.cs: ChangeParent: Call Form's ChangingParent even if the
2741           handle is not created yet.
2742         * Form.cs: Select: Don't call CreateHandle if the handle is already
2743           created, avoids a stack overflow on Windows when we are recreating
2744           controls.
2745         * ScrollableControl.cs: Set the correct z-order for the scrollbars when
2746           they are made visible, and override AfterTopMostControl to keep
2747           them on top when other controls are brought to front.
2748           CalculateCanvas: Scrollbars are only visible if auto_scroll is true
2749           or force_*scroll_visible is true (old implementation always shows
2750           scrollbars when needed, no matter what auto_scroll was set to).
2751         * InternalWindowManager.cs: UpdateWindowDecorations: Add a
2752           IsHandleCreated check.
2753
2754 2007-03-22  Andreia Gaita  <avidigal@novell.com>
2755
2756         * DataGrid.cs: Implement Column and Row auto sizing when double-clicking on
2757         row or col separator.
2758         * DataGridTextBoxColumn.cs: Implement GetPreferredHeight and GetPreferredSize
2759
2760 2007-03-22  Everaldo Canuto  <everaldo@simios.org>
2761
2762         * MenuAPI.cs: Remove unneeded check for grab_control in UpdateCursor.
2763
2764 2007-03-22  Everaldo Canuto  <everaldo@simios.org>
2765
2766         * MenuAPI.cs: UpdateCursor method added, it is calling in OnMotion to update
2767         cursor for child controls. In ShowWindow and HideWindow now call SetCursor 
2768         every time. Fixes #80410.
2769
2770 2007-03-22  Chris Toshok  <toshok@ximian.com>
2771
2772         * BindingSource.cs (AddNew): partially implement.
2773
2774         remove a couple of NotImplementedException's
2775         to get bug #81148 closed.
2776
2777 2007-03-22  Everaldo Canuto  <everaldo@simios.org>
2778
2779         [Fixes #80380]
2780         
2781         * Control.cs:
2782         - UpdateCursor method added to update the screen cursor.
2783         - GetAvailableCursor method added to return cursor for enabled tree,
2784         it searches for cursor on control and it's parent's for enabled control.
2785         - Call UpdateCursor method on setter of Cursor property.
2786         - On setter of Enabled call UpdateCursor when it is false, we need to
2787         change cursor to normal (or to this parent cursor) because cursor 
2788         setting theres no effect to disabled controls.
2789         - Some minor source changes to follow the coding style guidelines.
2790
2791         * XplatUIX11.cs: In MotionNotify only dispatch SET_CURSOR event for enabled 
2792         controls.
2793
2794 2007-03-22  Chris Toshok  <toshok@ximian.com>
2795
2796         * XplatUIX11.cs: ignore the BadPicture errors cairo+render
2797         generates.
2798
2799 2007-03-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2800
2801         * XplatUIX11.cs: Implement default locations for forms.
2802         * Form.cs: Completely rework startup location for forms. Fixes #79964.
2803         * Hwnd.cs: Add previous_child_startup_location (to track the current
2804           startup location for any child forms of the current form) and
2805           previous_main_startup_location (to track the startup location for
2806           the current toplevel form).
2807
2808 2007-03-21  Jonathan Pobst  <monkey@jpobst.com>
2809
2810         * Control.cs: Don't trigger a layout if an implicit control is added
2811         that isn't visible.  Also, don't notify the owner when an implicit control
2812         is added.  (Owners shouldn't even know about their implicit controls.)
2813
2814 2007-03-21  Jonathan Pobst  <monkey@jpobst.com>
2815
2816         * ScrollableControl.cs: Add implicit controls with AddRangeImplicit
2817         to save some re-layouts.
2818
2819 2007-03-21  Everaldo Canuto  <everaldo@simios.org>
2820
2821         * MenuAPI.cs: In ProcessKeys returns false when key is not processed.
2822         [Fixes #81203]
2823
2824 2007-03-21  Jonathan Pobst  <monkey@jpobst.com>
2825
2826         * FlowLayoutSettings.cs, ToolStrip.cs, ToolStripPanel.cs,
2827         ToolStripPanelRow.cs: Lazy instantiate the LayoutEngine.
2828
2829 2007-03-21  Mike Kestner  <mkestner@novell.com>
2830
2831         * ListView.cs : disable selection update for non-left button clicks
2832         with mods and over selected items.  [Fixes #80524]
2833
2834 2007-03-20  Jackson Harper  <jackson@ximian.com>
2835
2836         * TextControl.cs:
2837         * TextBoxBase.cs: Allow different types of line endings. \r, \r\n,
2838         \r\r\n, \n.
2839
2840 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2841
2842         * ComboBox.cs: PreferredHeight seems to be ItemHeight + 6, but there is
2843           very probably a more complicated calculation there. Update the
2844           textbox' ForeColor and BackColor when the ComboBox' colors are
2845           changed. Change the border change in LayoutComboBox to only affect
2846           the textbox, not all the calculations there. Seems to fix most of
2847           #79436.
2848
2849 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2850
2851         * ComboBox.cs: Handle Home and End keys as well as all combinations of
2852           modifiers + navigation keys as input keys, enables advanced text
2853           selection in the combobox (like Shift+Left Arrow for instance).
2854           ComboTextBox now overrides Focused and returns whatever
2855           ComboBox.Focused returns, since it really should be focused
2856           whenever the ComboBox is. Fixes #80795. Also make the border around
2857           the text box one pixel bigger, as mentioned in #79436.
2858
2859 2007-03-20  Jackson Harper  <jackson@ximian.com>
2860
2861         * TreeView.cs: Don't offset the images, this was causing some
2862         artifacts when expanding/collapsing with images that were the
2863         exact height of the treenode.
2864
2865 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2866
2867         * TrackBar.cs: Query the theme for the correct value when the mouse
2868           moves and the thumb is pressed. 
2869         * Theme.cs: Added TrackBarValueFromMousePosition
2870         * ThemeWin32Classic.cs: Reworked TrackBar drawing. Earlier
2871           implementation was updating the trackbar value when drawing, now
2872           the drawing methods only draw. Fixes #80900. Refactored the
2873           calculations out to TrackBarValueFromMousePosition and
2874           GetTrackBarDrawingInfo, so that TrackBar can get the correct value
2875           according to the mouse position whenever it wants to. Changed the
2876           light coloured pen when drawing the thumb from ControlLight to
2877           ControlLightLight, because the ControlLight is the same colour as
2878           the background so the 3D effect is lost. 
2879
2880 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
2881
2882         * Form.cs: In ShowDialog uses MainForm as transient form when no form is
2883         defined. Fixes #80784.
2884
2885 2007-03-20  Marek Habersack  <mhabersack@novell.com>
2886
2887         * ContextMenuStrip.cs: align with the change introduced in
2888         revision 74664.
2889
2890 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
2891
2892         * XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs, XplatUIX11.cs, 
2893         XplatUI.cs, Form.cs, ToolTip.cs: Remove unneeded parameter owner 
2894         in SetTopmost.
2895
2896 2007-03-19  Chris Toshok  <toshok@ximian.com>
2897
2898         * Control.cs (WmPaint): don't make use of the Handle property
2899         after an event is emitted, as the user could have closed the
2900         form/destroyed the control.  Store the Handle in a local variable
2901         and make use of that.  Fixes bug #80768.
2902
2903 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
2904
2905         * XplatUIX11.cs: Set _NET_WM_STATE_ABOVE on SetTopmost, it fixes Topmost
2906         behavior in X11 environments.
2907
2908 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
2909
2910         * Form.cs: Call SetTopmost in CreateHandle when window is topmost, its
2911         because on setter of topmost we dont call SetTopmost when handle is not
2912         created.
2913
2914 2007-03-20  Jackson Harper  <jackson@ximian.com>
2915
2916         * TextControl.cs: Need to use SelectionLength () not
2917         selection_length, since that var is reset to -1.
2918         - Draw the caret when we don't have focus.
2919         * TextBox.cs: The selectall actually doesn't occur until the first
2920         focus.
2921         * TextBoxBase.cs: Need to update the caret position after a
2922         selectall.
2923         
2924 2007-03-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2925
2926         * ListView.cs: Enable scrolling when using Tile view.
2927
2928 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
2929
2930         [Fixes #80902]
2931
2932         * XplatUIDriver.cs: Abstract SetOwner method created.
2933
2934         * XplatUIOSX.cs: Override SetOwner to prevent compilation errors method 
2935         must be implemented and was masked as todo.
2936
2937         * XplatUIWin32.cs: SetOwner implemented using SetWindowLong with 
2938         GWL_HWNDPARENT.
2939
2940         * XplatUIX11.cs: SetOwner implemented using same code from SetTopmost but 
2941         cheking for null owner to remove transient. The SetTopmost will be change
2942         on a decond step.
2943
2944         * Form.cs: In set_Owner and CreateHandle uses new SetOwner instead of
2945         SetTopmost. Now owned forms will work properly in win32 and X11.
2946
2947 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2948
2949         * MdiWindowManager.cs: Update function name.
2950         * Form.cs: After closing a form MdiParent is always null.
2951         * MdiClient.cs: Rename CloseChildForm to ChildFormClosed to explain
2952           better what it should do: necessary book-keeping when the form is
2953           closed, it should not close the form itself.
2954
2955 2007-03-19  Andreia Gaita  <avidigal@novell.com>
2956
2957         * ListViewItem.cs: Fix back and fore color. The subitems only
2958         use their own colors if they are set, otherwise use the listview's
2959         colors. Don't set default colors on constructor for subitem.
2960         Fixes #79315.
2961
2962 2007-03-19  Mike Kestner  <mkestner@novell.com>
2963
2964         * ListView.cs : make box selection for Details views with 
2965         FullRowSelect conform to MS behavior when clicking in the "item" 
2966         column and clicking outside the defined columns.
2967         [Fixes case 5-6 of #80374]
2968
2969 2007-03-19  Chris Toshok  <toshok@ximian.com>
2970
2971         * ScrollableControl.cs: create the controls from within the ctor,
2972         but don't actually add them until our handle is created.  this
2973         fixes a NRE possibility jpobst found (if you override OnLayout in
2974         a subclass, it's called before your ctor).  Also, add a
2975         IsHandleCreated guard to UpdateSizeGripVisibility as well.
2976
2977 2007-03-19  Jackson Harper  <jackson@ximian.com>
2978
2979         * TextBox.cs: Reduce the amount of invalidation we do.
2980         * TextBoxBase.cs: Make shortcuts enabled true by default, at least
2981         some of them are true by default on MS.
2982         - Add some functions to reduce the amount of invalidates we do.
2983         * TextControl.cs: Less invalidation.
2984
2985 2007-03-19  Chris Toshok  <toshok@ximian.com>
2986
2987         [ Fixes #81773, and *seems* to fix #81553 as well ]
2988
2989         * XplatUIX11.cs: remove the assignment of hwnd.zombie = true from
2990         AccumulateDestroyedHandles.  We need to do it *after* we send
2991         WM_DESTROY, as the user's code can access Control.Handle in
2992         OnHandleDestroyed, and this shouldn't cause a recreation.  Also,
2993         move the WM_DESTROY/zombie handling to before the call to
2994         XDestroyWindow.  For some reason without this ordering
2995         FormTest.RecreateHandle hangs.  This ordering is semantically
2996         equivalent, however, as XDestroyWindow is async anyway.
2997
2998 2007-03-19  Gert Driesen  <drieseng@users.sourceforge.net>
2999
3000         * RichTextBox.cs: Reset backcolor_set after setting default.
3001
3002 2007-03-19  Chris Toshok  <toshok@ximian.com>
3003
3004         * ScrollableControl.cs: the scroll position should not effect the
3005         canvas size.  commit patch from georgegiolfan@yahoo.com, which
3006         fixes some really bizarre behavior on resizing.  Fixes bug #80778.
3007         
3008 2007-03-19  Chris Toshok  <toshok@ximian.com>
3009
3010         * ScrollableControl.cs: clean this up a bit.  create the
3011         scrollbars in the ctor and just show/hide them as needed.  Also,
3012         make hscroll_visible/vscroll_visible internal to Recalculate, and
3013         just use hscrollbar.VisibleInternal/vscrollbar.VisibleInternal
3014         everywhere else.  This seems to fix the scrollbars appearing
3015         beneath the content for me (i have *no* idea why that is,
3016         however.)
3017
3018 2007-03-19  Jonathan Pobst  <monkey@jpobst.com>
3019
3020         * ToolStrip.cs: Don't call DoAutoSize when we change Dock.  Also, remove
3021         some redundacy for stuff in Anchor and Dock that base will take care of.
3022         [Fixes #80762]
3023
3024 2007-03-19  Mike Kestner  <mkestner@novell.com>
3025
3026         * ListView.cs : make box selection for Details views without 
3027         FullRowSelect dependent on the text bounds, not item bounds.
3028         * ListViewItem.cs : add an internal property to obtain the TextBounds
3029         in Details view.  [Fixes case 1-4 of #80374]
3030
3031 2007-03-19  Andreia Gaita  <avidigal@novell.com>
3032
3033         * PaintEventArgs.cs (Dispose): Only dispose of graphics object if
3034         we're < 2.0. #78448 && #80316
3035
3036 2007-03-19  Jonathan Pobst  <monkey@jpobst.com>
3037
3038         * FontDialog.cs: Don't crash when we switch to a new font that doesn't
3039         have the same style available as the previously selected one.  Also,
3040         support FixedPitchOnly property.  [Fixes bugs #80918, #80947]
3041
3042 2007-03-19  Jackson Harper  <jackson@ximian.com>
3043
3044         * TextControl.cs: Add an alignment property that all new lines
3045         will be given.
3046         - Make sure to use the align shift when calculating the line's X
3047         position.
3048         * TextBox.cs: Set the alignment on the document as well as on all
3049         the document lines.
3050
3051 2007-03-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3052
3053         * Control.cs: ControlCollection.Add: Remove a couple of duplicated casts and
3054           throw if setting the parent of an mdichild that already has an
3055           mdiparent. Update signature for 2.0 profile. ProductName: If there's no
3056           AssemblyProductAttribute in the assembly, use the type's namespace (as
3057           MS seems to do). CreateControl: don't create the handle if the control
3058           is not visible (according to MS behaviour and spec).  SetTopLevel: Only
3059           create handle if the control is not a form. Change FocusInternal to
3060           virtual so that it can be overriden by Form.
3061         * TextBox.cs: Update call to FocusInternal.
3062         * Form.cs: Always create the handle when calling Focus on a MdiChild. The
3063           form is not a toplevel form when it's a mdi child, so update is_toplevel
3064           accordingly. ShowIcon/TransparencyKey: avoid creating the handle if it
3065           hasn't been created. Show (IWin32Window): Don't allow this overload for
3066           toplevel windows. CenterToParent/CenterToScreen/Select: create the
3067           handle as MS does. SetVisibleCore: if called on a MdiChild and the
3068           parent isn't visible yet, save the visibility and restore it when the
3069           parent is made visible.
3070         * ScrollableControl.cs: Refactor out scrollbar visibility code to separate
3071           methods, since the visibility of the scrollbars can be changed from
3072           several places, not only from AutoScroll.
3073           [Fixes #81179]
3074
3075 2007-03-19  Jackson Harper  <jackson@ximian.com>
3076
3077         * RichTextBox.cs: Enable shortcuts by default.
3078         * TextBoxBase.cs: Add conditional shortcuts.  
3079
3080 2007-03-19  Everaldo Canuto  <everaldo@simios.org>
3081
3082         * MenuItem.cs: Dont call OnDrawItem when OwnerDraw is false (#81182).  
3083
3084 2007-03-19  Chris Toshok  <toshok@ximian.com>
3085
3086         [ Fixes bug #80604]
3087         
3088         * XplatUIX11.cs (WaitForHwndMessage): change this to actually
3089         swallow the message we're waiting on, instead of delivering it, as
3090         this is only used for the WM_SHOWWINDOW raised from
3091         MapWindow/UnmapWindow, and the message needs to be generated
3092         (MapWindow, UnmapWindow): generate the WM_SHOWWINDOW message
3093         before doing the Map/Unmap.  Also make sure that the Hwnd is still
3094         alive after the message has been handled.
3095
3096         *before* the window is shown.
3097
3098         * Control.cs (CreateControl): guard a few more things inside the
3099         if (!is_created) block, as we might end up being called again -
3100         yay .net.
3101         (WmShowWindow): call CreateControl if we're showing the control.
3102
3103 2007-03-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3104
3105         * Control.cs: Fix 2.0 signature for Invoke. Support invoking on
3106           controls without a handle if they have any parent with a handle. In
3107           Dispose add a check whether the handle is created or not before
3108           calling BeginInvoke, this removes the need of the extra disposing
3109           parameter (which was bogus anyway since it didn't prevent the
3110           invoke from happening, it only skipped the check for an existing
3111           handle, meaning that the invoke would call on an inexistent
3112           handle).
3113
3114 2007-03-19  Everaldo Canuto  <everaldo@simios.org>
3115
3116         * MessageBox.cs: Remove WS_POPUP from CreateParams style, with it form
3117         appears in taskbar.
3118
3119 2007-03-18  Everaldo Canuto  <everaldo@simios.org>
3120
3121         * MessageBox.cs:
3122         - Fixed a problem that dont show help button for messages with 3 buttons.
3123         - Refactory button size and position calculations, now dont use fixed 
3124         values, also fixed button sizes (#80043) and form's border space.
3125         - AddButton method created, now all other AddButton methods call this one.
3126         - Some other source code cosmetic changes.
3127
3128 2007-03-18  Jackson Harper  <jackson@ximian.com>
3129
3130         * RichTextBox.cs: Don't do this all fonts must match check if
3131         there is only one char selected.
3132
3133 2007-03-18  Jackson Harper  <jackson@ximian.com>
3134
3135         * TreeView.cs: ScrollWindow works properly now, so we don't need
3136         to screw around with the scroll area.  This fixes some artifacts
3137         when expanding and collapsing.
3138
3139 2007-03-18  Jackson Harper  <jackson@ximian.com>
3140
3141         * TextBoxBase.cs: Allow updating the selection position when the
3142         cursor is outside the textarea, but we have a capture.
3143         * TextControl.cs: A special case for when the cursor is outside
3144         the bounds of the TB.
3145         
3146 2007-03-18  Jackson Harper  <jackson@ximian.com>
3147
3148         * TextBoxBase.cs: Remove image pasting code for now.  There is no
3149         way to get an image on the clipboard right now anyways.
3150         * TextControl.cs:
3151         * RichTextBox.cs: Use the new RTF Picture class for pictures.
3152
3153 2007-03-18  Everaldo Canuto  <everaldo@simios.org>
3154
3155         * MessageBox.cs:
3156         - Set window properties in constructor intead of on CreateParams.
3157         - Remove topmost from Window ExStyle.
3158         - Set ShowInTaskbar to false.
3159         - Set form border to FixedDialog.
3160         - Some cosmetic changes and remove unneeded comments.
3161         - It fixes itens 2,3 and 4 of bug #80043.
3162
3163 2007-03-18  Gert Driesen  <drieseng@users.sourceforge.net>
3164
3165         * TextBoxBase.cs: In setter for ReadOnly, only chance BackColor if
3166         none was explicitly set. Fixes part of bug #79949.
3167
3168 2007-03-16  George Giolfan  <georgegiolfan@yahoo.com>
3169
3170         * ToolStripComboBox.cs: Add AutoComplete*.
3171
3172 2007-03-16  George Giolfan  <georgegiolfan@yahoo.com>
3173
3174         * ToolStripComboBox.cs: Add FlatStyle.
3175
3176 2007-03-16  Jonathan Pobst  <monkey@jpobst.com>
3177
3178         * ToolStrip.cs, ToolStripProfessionalRenderer.cs,
3179         ToolStripSplitStackLayout.cs: Implement some basic vertical toolbar support.
3180
3181 2007-03-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3182
3183         * ButtonBase.cs, ToolStrip.cs, SendKeys.cs, TextRenderer.cs,
3184           CheckBox.cs, RadioButton.cs, BindingSource.cs,
3185           DataGridColumnStyle.cs: Remove warnings.
3186
3187 2007-03-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3188
3189         * Menu.cs: MergeMenu: Check menu argument for null before looping over
3190           it.
3191         * MdiWindowManager.cs: Add IsVisiblePending to track the pending
3192           visibility of mdi child forms. FormSizeChangedHandler: update the
3193           maximized size if size has changed while maximized.
3194         * MdiClient.cs: SizeScrollbars/ArrangeWindows/ActivateChild: Avoid
3195           creating the handle.
3196         * InternalWindowManager.cs: UpdateBorderStyle/FormSizeChangedHandler:
3197           avoid creating the handle if not created.
3198         * XplatUI.cs: Update debug output.
3199         * XplatUIStructs.cs: Added ToString's for a couple of structs.
3200
3201 2007-03-16  Jonathan Pobst <monkey@jpobst.com>
3202
3203         * ContainerControl.cs: Give ToolStripManager the opportunity to handle
3204         ProcessCmdKey().
3205         * ToolStripDownItem.cs, ToolStripItem.cs, ToolStripItemCollection.cs, 
3206         ToolStripItemEventType.cs, ToolStripManager.cs, ToolStripMenuItem.cs:
3207         Implement keyboard shortcuts.
3208
3209 2007-03-15  Everaldo Canuto  <everaldo@simios.org>
3210
3211         * CommonDialog.cs: Set StartPosition to CenterScreen on form's constructor.
3212         Fixes #79560 and #80200, it also fix problem in FileDialog, SaveDialog, 
3213         ColorDialog and all derived classes.
3214
3215 2007-03-15  Everaldo Canuto  <everaldo@simios.org>
3216
3217         [ Fixes bug #79828 ]
3218
3219         * ToolBar.cs:
3220         - Rename ToolBarButtonInfor to ToolBarItem.
3221         - Add all layout and calculation stuff gtom ToolBarButton to ToolBarItem.
3222         - Maintain an array of ToolBarItem, used instead of ToolBarButton
3223         collection to be able add same button more than one time on a toolbar.
3224         - Refactory all properties and methods to use ToolBarItem. 
3225
3226         * ToolBarButton.cs: 
3227         - Remove all propeties and methods that is now in ToolBarItem.
3228         - Rectangle propery now gets the rectangle from first ToolBarItem to
3229         mimic win32 behavior.
3230         - Size calculation and layout methods also removed.
3231
3232         * ThemeWin32Classic.cs: Change all ToolBar drawing methods to receive
3233         ToolBarItem instead of ToolBarButton to right drawing buttons when
3234         same button/separator was added more than one time to ToolBar.
3235
3236         * ThemeNice.cs: Same as above. 
3237
3238 2007-03-15  Andreia Gaita  <avidigal@novell.com>
3239
3240         * XplatUIX11.cs: Fire extra MouseMove events right after
3241         MouseDown and MouseUp, emulating win32's <censored> behaviour
3242         for apps that rely on it.
3243
3244 2007-03-15  Jackson Harper  <jackson@ximian.com>
3245
3246         * TextControl.cs:
3247         * TextBoxBase.cs: On MS, a fixed single border is not in NC area,
3248         it is drawn on the controls client window and there is no NC
3249         area.
3250         - Set the background color to gray on 2.0 when we are readonly.
3251
3252 2007-03-15  Chris Toshok  <toshok@ximian.com>
3253
3254         [ Fixes bug #81144 ]
3255         
3256         * XplatUIX11.cs: implement VirtualScreen independently of
3257         WorkingArea, by querying the _NET_DESKTOP_GEOMETRY root window
3258         property.
3259
3260 2007-03-15  Chris Toshok  <toshok@ximian.com>
3261
3262         * Hwnd.cs: add an internal field for the cached_window_state.
3263
3264         * XplatUIX11.cs: cache the window state, invalidating the cache
3265         (and thus re-querying the X server) only when we see an update to
3266         the _NET_WM_STATE property.
3267
3268 2007-03-15  Chris Toshok  <toshok@ximian.com>
3269
3270         * BindingSource.cs: get a lot of the unit tests working.
3271
3272 2007-03-15  Jonathan Pobst  <monkey@jpobst.com>
3273
3274         * Control.cs: Modify UpdateStyles to store distances when bounds >=
3275         0 instead of just bounds > 0.  [Fixes bug #80912]
3276
3277 2007-03-15  Jonathan Pobst  <monkey@jpobst.com>
3278
3279         * ToolStrip.cs, ToolStripItem.cs: Implement several new properties
3280         and methods.
3281
3282 2007-03-15  Ivan N. Zlatev <contact@i-nz.net>
3283         
3284         * ComboBox.cs, Control.cs, XplatUIStructs.cs, XplatUIX11GTK.cs,
3285         XplatUIX11.cs, XplatUIWin32.cs, InternalWindowManager.cs,
3286         XplatUIOSX.cs, TextControl.cs: Replaces all uses of the custom
3287         WM_MOUSE_LEAVE with the system WM_MOUSELEAVE message.
3288
3289 2007-03-15  Chris Toshok  <toshok@ximian.com>
3290
3291         [ Fixes #81101 ]
3292         
3293         * Control.cs: add Ivan's fix for 81101, with a slight modification
3294         - you can set control.Target to null.
3295
3296 2007-03-14  Jonathan Pobst  <monkey@jpobst.com>
3297
3298         * ToolStripItem.cs: If our OwnerItem is null, we can't use 
3299         HideDropDown, use Hide instead to prevent an NRE.
3300         [Fixes bug #81147]
3301
3302 2007-03-14  Jackson Harper  <jackson@ximian.com>
3303
3304         * TextBoxBase.cs: Mess with the creation stuff a little. We need
3305         to calculate the document before the handle is created, in some
3306         cases. (Actually just one case).
3307
3308 2007-03-14  Jackson Harper  <jackson@ximian.com>
3309
3310         * TextBoxBase.cs: Need to display the caret after letting the base
3311         wndproc handle the focus methods, because the caret display
3312         methods check the focus state.
3313         - Try to display the caret after updating it's position with SelectWord.
3314         - Don't need to do an immediate update on this recalc, since there
3315         will be an invalidate anyways.
3316
3317 2007-03-14  Jackson Harper  <jackson@ximian.com>
3318
3319         * TreeView.cs: Some workarounds so that we can match event order a
3320         little better.
3321
3322 2007-03-14  Gert Driesen  <drieseng@users.sourceforge.net>
3323
3324         * ErrorProvider.cs: Invoke default ctor from 2.0-only ctor. Fixes bug
3325         #80803. Avoid NullReferenceException when Control does not have
3326         parent. Fixed different blinkstyle issues. Only subscribe to Tick
3327         event a single time. Only draw error icon when control is created and
3328         visible. Fixes failing unit tests.
3329
3330 2007-03-14  Andreia Gaita  <avidigal@novell.com>
3331
3332         * TabControl.cs: Add support for 2.0 Deselecting, Deselected and
3333         Selecting events. Fire Leave and Enter events when changing tabs.
3334
3335 2007-03-14  George Giolfan  <georgegiolfan@yahoo.com>
3336
3337         * TreeView.cs: Add TreeViewNodeSorter.
3338         * TreeNodeCollection.cs: Add sorter parameter to Sort method.
3339
3340 2007-03-14  Chris Toshok  <toshok@ximian.com>
3341
3342         * Form.cs: go ahead and remove the RecreateHandles that jpobst
3343         removed earlier and I had him add back it.  It turns out metacity
3344         *does* in fact handle the MOTIF_WM_HINTS property changing, it
3345         just doesn't redraw the window titlebar until you resize the
3346         window.  This also means we aren't recreating the entire window
3347         hierarchy on X when you change this property.  And it looks better
3348         on windows, too.
3349
3350 2007-03-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3351
3352         * ListViewItem.cs:
3353         * ListView.cs: Collecting selection information
3354         is now done in SelectedIndexCollection rather than in
3355         SelectedListViewItemCollection. This is done so we can
3356         have the selection information code in one single place
3357         (virtual mode selection information entirely depends on
3358         SelectedIndexCollection).
3359
3360 2007-03-13  Miguel de Icaza  <miguel@novell.com>
3361
3362         * ErrorProvider.cs: Add stubs for ISupportInitialize
3363
3364 2007-03-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3365
3366         * ListViewItem.cs: Trigger the ItemCheck and ItemChecked events
3367         in the right order with the right values, from the Checked property, 
3368         just as MS does (instead of triggering them from ListView).
3369
3370         * ListView.cs: Make OnItemCheck and OnItemChecked internal.
3371
3372 2007-03-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3373
3374         * ListView.cs: Implement ItemChecked 2.0 event. Also cast to 
3375         the correct handler in OnItemCheck method (ItemCheckEventHandler 
3376         instead of EventHandler). This used to throw an InvalidCastException.
3377
3378 2007-03-13  Jackson Harper  <jackson@ximian.com>
3379
3380         * TextBoxBase.cs: Calculate the document before the handle is
3381         created, so there isn't an extra invalidate called.
3382
3383 2007-03-13  Jonathan Pobst  <monkey@jpobst.com>
3384
3385         * Form.cs: Don't set owner in ShowDialog until we are sure
3386         that we aren't going to throw an exception.  [Fixes bug #80773]
3387
3388 2007-03-12  George Giolfan  <georgegiolfan@yahoo.com>
3389
3390         * TreeView.cs: Make it compile.
3391
3392 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
3393
3394         * Control.cs: Another place we don't call SizeFromClientSize.
3395         * Form.cs: Another place we don't call SizeFromClientSize.
3396         [Fixes bug #81125]
3397
3398 2007-03-12  Jackson Harper  <jackson@ximian.com>
3399
3400         * TreeView.cs: Basically emulating some strangness here with
3401         exanding nodes and setting node positions when windows aren't
3402         created.
3403         - Also attempting to walk the node tree less than previously, and
3404         just use visible order calculations for determining offsets.
3405         - oops made scrolling backwards.
3406         * TreeNode.cs: We need to start nodes with a zero visible order,
3407         because the order calcs are based on the first nodes order.
3408
3409 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
3410
3411         * Form.cs: Don't exit the program if RecreateHandle is called on
3412         the main form.
3413
3414 2007-03-12  Chris Toshok  <toshok@ximian.com>
3415
3416         * XEventQueue.cs: remove the use of PostQuitState.
3417
3418         * XplatUIX11.cs: remove the use of PostQuitState.  If we get a
3419         WM_QUIT message in GetMessage, return false (and if we're in the
3420         nested WaitForHwndMessage, repost the WM_QUIT message).
3421
3422 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
3423
3424         * Form.cs: Don't call RecreateHandle when we change the MinimizeBox
3425         or the MaximizeBox properties.  [Part of bug #80640]
3426
3427 2007-03-12  Everaldo Canuto  <everaldo@simios.org>
3428
3429         * LinkLabel.cs: When calculate pieces make LinkArea empty if theres
3430         no links.
3431
3432 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
3433
3434         * ToolStripItem.cs: Fix some tests I broke by checking Visible
3435         instead of visible.
3436
3437 2007-03-12  Gert Driesen  <drieseng@users.sourceforge.net>
3438
3439         * FileDialog.cs: Use text of File name combobox to determine what
3440         files the user selected. Added tokenizer to parse the file names.
3441         Fixes bug #81123.
3442
3443 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
3444
3445         * Control.cs: We can't call SizeFromClientSize in the constructor,
3446         but we still need to do the same work, so make an internal version.
3447         [Fixes bug #80621]
3448
3449 2007-03-12  Jackson Harper  <jackson@ximian.com>
3450
3451         * TreeView.cs:
3452         * TreeNode.cs:
3453         * OpenTreeNodeEnumerator: Match MS better for IsVisible and
3454         IsExpanded.
3455
3456 2007-03-12  Jackson Harper  <jackson@ximian.com>
3457
3458         * TextBoxBase.cs: Now that the handles are being created a little
3459         later, we need to make sure that the document is recalculated when
3460         the handle is created.
3461
3462 2007-03-11  Everaldo Canuto  <everaldo@simios.org>
3463
3464         * Theme.cs: GetLinkFont abstract method added.
3465         
3466         * LinkLabel.cs: 
3467         - Remove CalcTrimRectangle, no longer needed.
3468         - Factor also remove, position issues must be fixed in libgdiplus.
3469         - Move GetPieceColor to ThemeWin32Classic.cs as it is theme related.
3470         - GetPieceFont, CreateLinkFont and link_font removed, theme must be 
3471         care about font used to draw links.
3472         - Set TabStop to true when control is "Selectable", control is selectable
3473         when have one or more links. Fixes #80501 (test case is also added).
3474         - Set the LinkArea values after links change, LinkArea values must be
3475         based in first link position and size, a test case was created.
3476         - Fix ControlStyles.Selectable value, now is based on LinkArea value, 
3477         the attribute must be true LinkArea.Length > 0. The same was applied to
3478         TabStop.
3479         
3480         * ThemeWin32Classic.cs: 
3481         - LinkLabelGetPieceColor and LinkLabelGetPieceFont created and used 
3482         in draw method.
3483         - Use CPDrawStringDisabled to draw disabled text instead of hard code 
3484         color change.
3485         - Draw focus rectangle for every parts focused, including parts that 
3486         is on another line, its because regions returns various rectangles
3487         and not only one. Needed to mimic W32 look.
3488         - Uses Graphics.Clip to delimite region painted, it mean that now 
3489         complete text is passed to DrawString, with this we solve layout
3490         issues without create another text renderer.
3491         - Uses Region.Intersect to fix some flickers problems, now only needed
3492         parts will redrawed.
3493         - This changes fixes #79614 and some other unreported issues, on Linux 
3494         some layout problems still remain, the problem is under 
3495         MeasureCharacterRanges but it is an libgdiplus bug.
3496
3497 2007-03-10  Gert Driesen  <drieseng@users.sourceforge.net>
3498
3499         * TextBox.cs: Set for foreground color.
3500         * TextBoxBase.cs: Remove Invalidate when setting BackColor, since
3501         this is already done in Control.
3502
3503 2007-03-10  Jackson Harper  <jackson@ximian.com>
3504
3505         * TextBox.cs: Set the background color, but reset the
3506         backcolor_set flag which is just for the user setting the
3507         background color.
3508
3509 2007-03-09  Chris Toshok  <toshok@ximian.com>
3510
3511         * Control.cs: really remove the call to XplatUI.SetVisible from
3512         CreateHandle(), like I said I did when I merged the branch.
3513
3514         * BindingSource.cs: implement some more of this stuff.
3515
3516 2007-03-09  Jackson Harper  <jackson@ximian.com>
3517
3518         * TextBox.cs: Don't explicitly set our background colors.
3519         * TextControl.cs:
3520         * TextBoxBase.cs: Draw readonly text.
3521         - Need to invalidate when backcolor or readonly are changed.
3522         
3523 2007-03-09  Jackson Harper  <jackson@ximian.com>
3524
3525         * TextBoxBase.cs: Don't set the forecolor until the handle is
3526         created.
3527         - Do not raise OnPaint, and removed some old debug code.
3528
3529 2007-03-09  George Giolfan  <georgegiolfan@yahoo.com>
3530
3531         * ScrollableControl.cs: Fix mouse wheel scrolling.
3532
3533 2007-03-09  Jonathan Pobst  <monkey@jpobst.com>
3534
3535         * Control.cs: Wire up MouseDoubleClick event.
3536
3537 2007-03-09  Jonathan Pobst  <monkey@jpobst.com>
3538
3539         * ToolStrip.cs: Rework AutoSize to adjust height when docked to the
3540         top or bottom.
3541         * ToolStripItem.cs: Make Image drawing take ImageScaling into account.
3542         * ToolStripItemCollection.cs: Don't call owner.PerformLayout when a new
3543         item is added.  This logic was moved to ToolStrip.OnItemAdded.
3544         [Fixes bug #81090]
3545
3546 2007-03-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3547
3548         * ListVieItem.cs: SetIndex is only valid for 2.0 profile by now.
3549
3550 2007-03-08  Jackson Harper  <jackson@ximian.com>
3551
3552         * TreeView.cs: Show the correct image for selected node (this used
3553         to work, not sure how the code got deleted). Also implemented 2.0 feature
3554         SelectedImageKey.
3555
3556 2007-03-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3557
3558         * ListView.cs:
3559         * ListViewItem.cs: Cache index in items when retrieving them
3560         in VirtualMode.
3561
3562 2007-03-08  Jonathan Pobst  <monkey@jpobst.com>
3563
3564         * ToolStripItem.cs: Don't return the explicit_size if we are using 
3565         AutoSize.  Fixes invalidation issue when user has explicitly set a
3566         size and has AutoSize = true.
3567
3568 2007-03-08  Jonathan Pobst  <monkey@jpobst.com>
3569
3570         * XplatUIX11.cs: Hardcode FrameBorderSize value temporarily to fix MWF.
3571
3572 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
3573
3574         * DataGridView.cs: Remove event handler from DataView when a
3575         DataTable is used as DataSource.
3576
3577 2007-03-08  Jonathan Pobst  <monkey@jpobst.com>
3578
3579         * Control.cs: Create internal setter for client_size to allow it to be
3580         set without triggering resizing code.
3581         * Form.cs: Calculate client_size in constructor, only change client_size
3582         in FormBorderStyle property if Handle has been created.
3583         [Fixes #80574, #80791]
3584
3585 2007-03-08  George Giolfan  <georgegiolfan@yahoo.com>
3586
3587         * SystemInformation.cs: Add TerminalServerSession.
3588
3589 2007-03-07  Jonathan Pobst  <monkey@jpobst.com>
3590
3591         * TreeViewDrawMode.cs: Make internal for 1.1 to allow for consolidated
3592         TreeView code.
3593
3594 2007-03-07  Jonathan Pobst  <monkey@jpobst.com>
3595
3596         * XplatUIWin32.cs: The no_activate stuff was forcing us to create a
3597         Handle before we were supposed to.  Now checks ActivateOnShow property
3598         in Control.
3599         * Control.cs: Add internal ActivateOnShow property.
3600         * ComboBox.cs, Form.cs, MenuAPI.cs, ToolStripDropDown.cs: Return false
3601         for ActivateOnShow.
3602         * Hwnd.cs Remove no longer needed no_activate field.
3603
3604 2007-03-07  Jackson Harper  <jackson@ximian.com>
3605
3606         * TreeView.cs: Implement owner draw tree nodes.  And a couple more
3607         2.0 properties
3608         * DrawTreeNodeEventHandler.cs: Add
3609         * DrawTreeNodeEventArgs.cs: Correct default value.
3610         
3611 2007-03-07  Chris Toshok  <toshok@ximian.com>
3612
3613         * XplatUIWin32.cs: create InternalWndProc so that we're guaranteed
3614         to be called before NativeWindow.WndProc.  Put the HwndCreating
3615         magic there to hook up our Hwnd's to handles.
3616
3617 2007-03-07  Gert Driesen  <drieseng@users.sourceforge.net>
3618
3619         * DataGridView.cs: Comment out debug code.
3620
3621 2007-03-07  Chris Toshok  <toshok@ximian.com>
3622
3623         [merge -r72718:73765 from mwf-handle-branch, and include 2 changes
3624         to make the rest of the world happy]
3625
3626         * Control.cs (CreateHandle): there's no need to call
3627         XplatUI.SetVisible here, it's effectively done by
3628         XplatUI.CreateWindow on X now, and always was on windows.
3629
3630         * XplatUIX11.cs (WaitForHwndMessage): only use the PostQuitState
3631         shortcircuit out of the loop if we have a message loop running on
3632         this thread.
3633
3634         [Changelog from merge]
3635
3636         2007-03-05  Chris Toshok  <toshok@ximian.com>
3637
3638                 * Control.cs (AccessibilityNotifyClients): turns out in 1.1 this
3639                 causes handle creation.
3640
3641         2007-02-28  Chris Toshok  <toshok@ximian.com>
3642
3643                 * ApplicationContext.cs: Add a flag to make sure we only raise the
3644                 ThreadExit event once (ExitThreadCore can be indirectly called
3645                 from a few places.)  I don't like the additional flag, but it
3646                 makes the event ordering/count correct.
3647
3648                 * Application.cs (MWFThread.LoopCount): don't use an enumerator
3649                 without locking the collection.  An enumerator doesn't give us any
3650                 protection from modification anyway.  Lock the thread hash and
3651                 replace the complicated enumerator loop with a foreach.
3652                 (Application.CloseForms): make internal so it can be called from
3653                 ApplicationContext.  This should probably be moved to MWFThread.
3654                 (Application.ExitThread): don't call MWFThread.Current.Exit()
3655                 here.  just call XplatUI.PostQuitMessage.  We'll exit the thread
3656                 when the runloop exits (in response to WM_QUIT.)
3657                 (Application.RunLoop): add a comment (and check) for
3658                 context.MainForm being null after setting context.MainForm.Visible
3659                 = true.  This is because you're perfectly free to dispose of a
3660                 form in VisibilityChanged.  Chalk this up to another case where we
3661                 need to synchronously generate WM_ACTIVATE from Control.Show.
3662                 Also, add handling for WM_QUIT here so we'll exit the loop.
3663                 
3664                 * XplatUIX11.cs: clean up MapWindow and UnmapWindow a bit.  The
3665                 fact that we don't wait if we're only unmapping the whole_window
3666                 makes me a bit nervous, but it doesn't seem to cause any problems
3667                 yet.
3668
3669                 also, add a comment about the stupid, broken and wrong resetting
3670                 of PostQuitState to false in GetMessage().
3671
3672                 In PostQuitMessage, we need to add a WM_QUIT message to the
3673                 thread's queue.  We use the FosterParent to get the right
3674                 handle/hwnd/queue.
3675
3676                 Lastly, in SetVisible, we need to unmap both windows, since the
3677                 waiting only happens when we're unmapping the client window.  So
3678                 now, the *only* time we unmap just the whole_window is in the hack
3679                 for resizing a control to 0,0.
3680                 
3681         2007-02-21  Chris Toshok  <toshok@ximian.com>
3682
3683                 * Application.cs (CloseForms): rewrite this so that we don't
3684                 modify the list while we're traversing it.
3685
3686         2007-02-20  Chris Toshok  <toshok@ximian.com>
3687
3688                 * ListBox.cs (.ctor): move the Control.AddImplicits here instead
3689                 of OnHandleCreated.
3690                 (HorizontalScrollEvent): only call XplatUI.ScrollWindow if the
3691                 handle is created.  otherwise we'll create it here.
3692                 (VerticalScrollEvent): same here.
3693
3694                 * Application.cs (CloseForms): call Form.Dispose, don't post
3695                 WM_CLOSE_INTERNAL.
3696
3697                 * Form.cs (WndProc): we don't need to use CLOSE_INTERNAL
3698                 here. Application should Dispose() of the Form's.
3699
3700                 * XplatUIX11.cs (WaitForHwndMessage): break out of the loop on
3701                 WM_DESTROY as well.
3702                 (MapWindow,UnmapWindow): only actually do the waiting for
3703                 SHOWWINDOW if the control we're dealing with is a Form.
3704                 (CreateWindow): if the control isn't a form, SendMessage
3705                 WM_SHOWWINDOW here (if the WS_VISIBLE style is set).
3706
3707                 * Control.cs (SetVisibleCore): always use is_visible here, not
3708                 value.  If we use value, we can end up re-setting something
3709                 visible if, for instance, you do Control.Hide() in a delegate
3710                 attached to VisibleChanged as we do in FormTest.ShowDialogTest.
3711
3712         2007-02-20  Chris Toshok  <toshok@ximian.com>
3713
3714                 * XplatUIX11.cs (WaitForHwndMessage): we need to loop until we get
3715                 the message we need.  PeekMessage returning false should not be a
3716                 condition under which we exit the loop.
3717
3718         2007-02-15  Chris Toshok  <toshok@ximian.com>
3719
3720                 * Control.cs (Refresh): only refresh if we've got a handle and are
3721                 visible.
3722                 (CreateAccessibilityInstance): CreateControl() here.
3723                 (UpdateChildrenZOrder): complicate the code loop even more by
3724                 taking into account controls that haven't had their handle
3725                 created, and those that aren't visible.  But on the flip side,
3726                 simplify the code by splitting it into two loops.  one which
3727                 builds up the list of child controls we're interested in, and the
3728                 other that sets the z order of those children.
3729
3730         2007-02-14  Chris Toshok  <toshok@ximian.com>
3731
3732                 * Control.cs: Control.AccessibilityObject causes the control to be
3733                 created, not just the handle.
3734
3735         2007-02-14  Chris Toshok  <toshok@ximian.com>
3736
3737                 * Control.cs: rework UpdateChildrenZOrder to correctly handle the
3738                 problem on X where a window might have its handle created (and be
3739                 visible) while the window is unmapped.  calling XConfigureWindow
3740                 on an unmapped window is bad, and generates X errors.
3741
3742         2007-02-13  Chris Toshok  <toshok@ximian.com>
3743
3744                 * Control.cs (CreateHandle): don't loop over our children setting
3745                 their parent here.  do it when in WndProc when we're shown.
3746                 (UpdateChildrenZOrder): make this internal so we can call it from
3747                 ScrollableControl.
3748                 (WndProc): for WM_SHOWWINDOW, reparent the child control after
3749                 creating its handle.  Also, remove the calls to PerformLayout from
3750                 here.  they're done in ScrollableControl.OnVisibleChanged.  Also,
3751                 OnVisibleChanged only seems to be called directly here for the
3752                 toplevel control.  It's propagated down the window hierarchy by
3753                 calls to child.OnParentVisibleChanged.
3754                 (OnVisibleChanged): don't do layout here - it's done (oddly
3755                 enough, according to a glance at stack traces on ms.net..) in
3756                 ScrollableControl.
3757                 
3758                 * ScrollableControl.cs (OnVisibleChanged): make sure we update the
3759                 z order of our children before calling PerformLayout.
3760
3761         2007-02-12  Chris Toshok  <toshok@ximian.com>
3762
3763                 [big change, fixes #80020]
3764                 
3765                 * AccessibleObject.cs: we need to make owner internal again to fix
3766                 some of ControlAccessibleObject.
3767
3768                 * Control.cs: lots of changes here.  add support for WM_CREATE,
3769                 for which we generate OnHandleCreated.  Remove the OnHandleCreated
3770                 call from CreateHandle.  Also add support for WM_SHOWWINDOW where
3771                 we create child controls.  leave the MonoTODO's for the
3772                 accessibility calls, but fix the exceptions so the tests pass.
3773
3774                 Add the InvalidOperationExceptions to Invoke methods, and remove a
3775                 couple of InvokeInternal methods we aren't using.
3776                 
3777                 Also, add a couple of CreateHandle calls in places where we know
3778                 the handles are being created but our code doesn't reference
3779                 .Handle.
3780
3781                 Make SetVisibleCore call OnVisibleChange if the handle isn't
3782                 created.  If the handle is created, we rely on XplatUI.SetVisible
3783                 generating the event synchronously.
3784                 
3785                 Lastly, make sure we don't use this.Handle inside CreateHandle,
3786                 because we can call back into client (and that code can dispose of
3787                 the control).
3788
3789                 * XplatUIStructs.cs: misc/cleanup.
3790
3791                 * XplatUIX11.cs: Map/Unmap X events correspond to WM_SHOWWINDOW,
3792                 although we don't populate the wParam properly.
3793                 (CreateWindow): generate WM_CREATE.
3794                 (MapWindow,UnmapWindow): make these calls synchronous, at great
3795                 performance expense (particularly in the unmap case), to match
3796                 win32 behavior.
3797
3798                 * Form.cs (.ctor): remove the call to UpdateBounds. we don't need
3799                 to call it.
3800                 (set_MdiParent): don't recreate the handle unless it's been
3801                 created already.
3802                 
3803                 * MdiClient.cs (OnResize): don't InvalidateNC Parent.Handle unless
3804                 it's created.
3805
3806                 * NativeWindow.cs: this is probably the weirdest part of the
3807                 patch.  We need a way to link up the window being created to the
3808                 WM_CREATE message.  Since we can only be creating one window at a
3809                 time on a given thread, we keep track of a per-thread reference so
3810                 we can dispatch it properly.  We also need to keep track of the
3811                 Hwnd currently being created so that the win32 backend doesn't
3812                 have problems.
3813                 
3814                 * XplatUIWin32.cs: a similar change to the one we made in
3815                 NativeWindow.cs.
3816
3817 2007-03-07  Jonathan Pobst  <monkey@jpobst.com>
3818
3819         * ToolStripItem.cs: Make CalculatePreferredSize virtual.
3820         * ToolStripMenuItem.cs: Modify CalculatePreferredSize and OnPaint
3821         to draw the menu shortcut string.
3822
3823 2007-03-07  Jackson Harper  <jackson@ximian.com>
3824
3825         * TreeNode.cs: Add the 2.0 collapse method.
3826
3827 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
3828
3829         * DataGridViewColumn.cs: Fix HeaderText behaviour (Bug #80746).
3830
3831 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
3832
3833         * DataGridView.cs: Change DataSource will clear column and row
3834         lists. Call Invalidate() to reflect DataSource change.
3835
3836 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
3837
3838         * DataGridView.cs: Add rows when DataSource is System.Data.DataView
3839         and a new row is added to it.
3840
3841 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
3842
3843         * DataGridView.cs: Add columns when DataSource is en empty list but
3844         is a System.Data.DataView (from a System.Data.DataTable).
3845
3846 2007-03-06  Andreia Gaita  <avidigal@novell.com>
3847
3848         * Label.cs: Implement AutoEllipsis (2.0)
3849
3850 2007-03-06  Jackson Harper  <jackson@ximian.com>
3851
3852         * TreeView.cs: Implement 2.0 TopNode setter property.
3853         - Use a local var instead of the skipped_nodes field for computing
3854         how many nodes to skip.  Otherwise we won't scroll because the
3855         valuechanged handler checks if skipped_nodes is equal to the new
3856         value.
3857         - Implement 2.0 Sort method.
3858         - Add useless 2.0 DoubleBuffer property
3859         - Implement 2.0 LineColors property.  Lets you change the color of
3860         the lines in the tree. Terribly useful for creating non cohesive
3861         desktops.
3862         - Implement 2.0 image key feature.
3863
3864 2007-03-06  Jackson Harper  <jackson@ximian.com>
3865
3866         * TreeView.cs: We can't get the bounds of the nodes before raising
3867         the AfterSelect event, because that event could change the node's
3868         bounds (scrolling, font change, etc).
3869
3870 2007-03-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3871
3872         * XplatUIWin32.cs: When faking styles don't remove the WS_VISIBLE flag.
3873         * Form.cs: Don't recreate handle when creating FormWindowManager, just
3874           update window styles. In CreateParams us VisibleInternal instead of
3875           VIsible to get the actual visible flag set for this form.
3876         * FormWindowManager.cs: Activate the form whenever the mouse clicks on
3877           the nc area. Fixes #81042. Also fix HandleTitleBarDoubleClick to
3878           handle the case when the form is already maximized, in which case
3879           it should be restored. Fixes #81043.
3880
3881 2007-03-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3882
3883         * XplatUIX11.cs: Tool windows still get wm styles. Fixes toolwindows showing up with double decorations.
3884
3885 2007-03-05  Jackson Harper  <jackson@ximian.com>
3886
3887         * TreeViewHitTestInfo.cs: implement.
3888
3889 2007-03-05  Jackson Harper  <jackson@ximian.com>
3890
3891         * InternalWindowManager.cs: class status fix.
3892
3893 2007-03-05  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3894
3895         * InternalWindowManager.cs: All windows that have a parent
3896         are confined to their parent when they're being moved.
3897         Fixes #80822.
3898
3899 2007-03-04  Gert Driesen  <drieseng@users.sourceforge.net>
3900
3901         * SystemInformation.cs: Marked KeyboardDelay and KeyboardSpeed public
3902         on 2.0 profile. Fixes bug #81018. Small code formatting fixes.
3903
3904 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3905
3906         * ThemeWin32Classic.cs: ManagedWindowSetButtonLocations: Make all
3907           buttons invisible before deciding which ones should be visible
3908           (fixes minimize/maximize buttons showing up in toolwindows). Remove
3909           an unused variable.
3910         * InternalWindowManager.cs: Remove warning.
3911
3912 2007-03-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3913
3914         * ListView.cs: Add a check in ListViewItemCollection.RemoveAt
3915         to throw an InvalidOperationException is virtual mode is being used.
3916
3917 2007-03-02  Jonathan Pobst  <monkey@jpobst.com>
3918
3919         * SplitContainer.cs, SplitterPanel.cs, StatusStrip.cs, TableLayoutPanel.cs,
3920         ToolStrip.cs, ToolStripContainer.cs, ToolStripContentPanel.cs,
3921         ToolStripControlHost.cs, ToolStripDropDownItems.cs, ToolStripItem.cs,
3922         ToolStripMenuItem.cs, ToolStripOverflowButton.cs, ToolStripPanel.cs,
3923         ToolStripPanelRow.cs, ToolStripProfessionalRenderer.cs, ToolStripSplitButton.cs,
3924         ToolStripStatusLabel.cs, ToolStripTextBox.cs: Corcompare work.
3925
3926 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3927
3928         * XplatUI.cs: Fixed returning driver.KeyboardSpeed instead of
3929           driver.KeyboardDelay from XplatUI.KeyboardDelay 
3930         * XplatUIW      in32.cs: Implemented KeyboardSpeed/KeyboardDelay properties
3931           (patch by Sergey Volk)
3932
3933 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3934
3935         * ToolWindowManager.cs: Added, contains logic for
3936           tool windows.
3937         * CreateParams.cs: Add a few helper methods and an
3938           internal variable to know which control the CreateParams belongs
3939           to.
3940         * Control.cs: Call Form.ChangingParent when the
3941           parent is about to be changed.
3942         * XplatUIX11.cs: DeriveStyles (): Set
3943           caption_height for all windows that have captions and are children.
3944           Update to use ToolWindowManager instead of InternalWindowManager
3945           for ToolWindows.
3946         * XplatUIWin32.cs: Set fake window styles for all
3947           windows that have window managers.
3948         * MdiWindowManager.cs: Added MaximizedTitleButtons (buttons are
3949           now duplicated for mdi windows when they are
3950           maximized, first for the buttons the window itself has, then for
3951           the buttons that appear in the menu bar. Makes things a little
3952           easier). Updated UpdateWindowDecorations, SetWindowState and the
3953           mouse eventhandlers accordingly.
3954         * Form.cs: Add ChangingParent (), contains the
3955           logic of what should happen when the parent changes. In MdiParent
3956           don't set things that ChangingParent () is doing. When handling
3957           WM_CLOSE, we can close the form if there are any other modal forms
3958           and the current form is a descendent of the modal form.
3959         * InternalWindowManager.cs: A lot of refactoring,
3960           the title buttons are now extracted to a separate container class
3961           that takes care of all button code (clicks, tooltips, etc). Moved
3962           Iconic|Maximized|Normal Bounds properties to this class from
3963           MdiWindowManager, so that the window state logic can succeed for
3964           other than mdi wm's. Implemented general window state change logic.
3965           Moved CreateButtons to ThemeWin32Classic, since the theme might
3966           override which buttons are available when as well as the exact
3967           location.
3968         * FormWindowManager.cs: Added, contains logic for
3969           normal forms.
3970         * ThemeWin32Classic.cs: ManagedWindowSetButtonLocations now decides
3971           which buttons go where (and if they are at all visible). 
3972           Removed special handling of maximized windows, since they aren't special. 
3973           In DrawManagedWindowDecorations don't try to draw the text if it is
3974           empty.
3975         * MdiClient.cs: ArrangeIconicWindows: Don't  calculate any sizes, 
3976           use whatever the wm gives us.
3977
3978 2007-03-02  Jonathan Pobst  <monkey@jpobst.com>
3979
3980         * ButtonBase.cs: Add 2.0 properties.
3981         * Button.cs: Override Draw for 2.0.
3982         * Control.cs: Add Entered and Selected properties.
3983         * FlatButtonAppearance.cs, TextFormatFlags.cs, TextImageRelation.cs,
3984         TextRenderer.cs: Make internal for 1.1 to unify drawing code.
3985         * Theme.cs: New abstract functions for drawing Standard, Flat, Popup
3986         buttons.
3987         * ThemeWin32Classic.cs: Implement layout calculations for 2.0 buttons.
3988
3989 2007-03-01  Jonathan Pobst  <monkey@jpobst.com>
3990
3991         * XplatUIWin32.cs: Don't use 2.0 methods in 1.1 code.  :/
3992
3993 2007-03-01  Jonathan Pobst  <monkey@jpobst.com>
3994
3995         * XplatUIWin32.cs: Register a new class with Windows each time we get
3996         a new ClassStyle.  [Fixes bugs #79432, #80817]
3997         * Controls.cs: Set the correct ClassStyle in CreateParams.
3998         * ToolStripDropDown.cs: Don't request an invalid ClassStyle.
3999
4000 2007-03-01  Gert Driesen  <drieseng@users.sourceforge.net>
4001
4002         * ListView.cs: Add fireEvent argument to ReorderColumn since the
4003         ColumnReordered event must not be signaled when modifying DisplayIndex
4004         of a ColumnHeader. Added internal ReorderColumns method which takes
4005         care of drawing, and updating the internal DisplayIndex of the
4006         ColumnHeader. Added AddColumn method which is invoked from
4007         ColumnHeaderCollection when adding or inserting columns, and which
4008         ensures that reorder_columns_indices is kept in sync. Avoid redrawing
4009         after adding each ColumnHeader in ColumnHeaderCollection.AddRange.
4010         Recalculated dispay indices after removing a ColumnHeader.
4011         * ColumnHeader.cs: Save DisplayIndex separately from ListView to
4012         match MS. Allows last display index to be returned after ListView
4013         is disposed. Update actual location of ColumnHeader when DisplayIndex
4014         is modified.
4015
4016 2007-03-01  Everaldo Canuto  <everaldo@simios.org>
4017
4018         * LinkLabel.cs: Improve CalcTrimRectangle.
4019         
4020         * ThemeWin32Classic.cs: Fix some compilation problem under VS 2003.
4021
4022 2007-02-28  Everaldo Canuto  <everaldo@simios.org>
4023
4024         * LinkLabel.cs: Rename CalcMeasurementFactor as CalcTrimRectangle and
4025         get rectangle as a result value.
4026
4027 2007-02-28  Everaldo Canuto  <everaldo@simios.org>
4028
4029         * LinkLabel.cs: Theres some diferences between rectangle return from 
4030         MeasureCharacterRanges and the area used for DrawString to fix this 
4031         CalcMeasurementFactor method was created, it calcules the diferences
4032         to be use later to adjust rectangle in draw operations. Fixes #80473.
4033         
4034         * ThemeWin32Classic.cs: Use factor calculated by CalcMeasurementFactor
4035         to adjust draw rectangle.
4036
4037 2007-02-27  Everaldo Canuto  <everaldo@simios.org>
4038
4039         * ThemeWin32Classic.cs: In DrawLinkLabel draw focus rectangle before draw
4040         text and some other changes to reduce and optimize source code.
4041
4042 2007-02-27  Jonathan Pobst  <monkey@jpobst.com>
4043
4044         * RadioButton.cs: Implement 2.0 event.
4045         * RelatedImageListAttribute.cs: Implement new class.
4046
4047 2007-02-27  Everaldo Canuto  <everaldo@simios.org>
4048
4049         * MenuAPI.cs: Change keynav_state before call SelectItem. Fixes #80901.
4050
4051 2007-02-27  Jonathan Pobst  <monkey@jpobst.com>
4052
4053         * CheckBox.cs: Implement 2.0 functionality.
4054
4055 2007-02-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4056
4057         * ListView.cs: Refactor Add and AddRange methods of
4058         ListViewItemCollection, to not update the ListView
4059         everytime an item is added in AddRange. Also move the update
4060         code to a new CollectionChanged method, and call it
4061         from other methods that need it as well (this should also fix some
4062         bugs when Sorting is used).
4063
4064 2007-02-27  Jackson Harper  <jackson@ximian.com>
4065
4066         * TextControl.cs: Try to never let the caret stay in a non-text
4067         tag.
4068         * TextBoxBase.cs: Update the caret.
4069
4070 2007-02-26  Jonathan Pobst  <monkey@jpobst.com>
4071
4072         * XplatUIStructs.cs: Add some convenience methods for POINT structure.
4073         * XplatUIWin32.cs: Add some convenience methods for RECT structure,
4074         delete POINT structure, duplicate of one in XplatUIStructs.
4075         * TextRenderer.cs: Use XplatUIWin32.RECT instead of UXTheme.RECT.
4076
4077 2007-02-26  Gert Driesen  <drieseng@users.sourceforge.net>
4078
4079         * ListView.cs: Initialize LabelEditEventArgs after setting Text of
4080         edit box since otherwise the Label would immediately be set (even if
4081         the user did not modify the label). In OnKeyDown set Handled to true
4082         if Return or Escape was pressed. In ColumnHeaderCollection unlink
4083         columns that are to be removed. In ListViewItemCollection unlink items
4084         that are to be removed.
4085
4086 2007-02-24  Jonathan Pobst  <monkey@jpobst.com>
4087
4088         * TextRenderer.cs: If we set a GDI clip region, we need to clear
4089         it when we are done.  [Fixes bug #80949]
4090
4091 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
4092
4093         * Form.cs: Wrap checking ShowWithoutActivation in a NET_2_0 block.
4094
4095 2007-02-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4096
4097         * ListView.cs: I forgot to commit the changes for ListView 
4098         in my previous patch.
4099
4100 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
4101
4102         * Clipboard.cs: Partially implement an overload of SetDataObject.
4103         * Form.cs: Implement ShowWithoutActivation.
4104         * XPlatUIWin32.cs: Fix for WM_SHOWNOACTIVATE for forms.
4105
4106 2007-02-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4107
4108         This is a first set of changes to make the Virtual mode works,
4109         by avoiding the retrieval of ListViewItem instances until
4110         draw time.
4111
4112         * ListView.cs: Store item position in the ListView instead of the
4113         ListViewItem, this way we don't request the Bounds property of
4114         ListViewItem inside the ListView calculations, as well as cache the item
4115         size in item_size field. Store indexes instead of ListViewItem
4116         instances in the matrix used by icon view. Add a ItemMatrixLocation
4117         struct to hold the row and col info of the matrix info.
4118
4119         * ListViewItem.cs: Don't store the location anymore, and only cache
4120         the rectangles for GetBounds. Use the ListView.GetItemLocation
4121         method to retrieve the actual location.
4122
4123 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
4124
4125         * TextRenderer.cs: Add clipping support, thanks to George.
4126         [Fixes bug #80949]
4127
4128 2007-02-23  Gert Driesen  <drieseng@users.sourceforge.net>
4129
4130         * ListViewItem.cs: Cancel label edit when item is removed from 
4131         ListView.
4132         * ListView.cs: Move setting of focus to EndEdit. Fire BeforeLabelEdit
4133         event before the edit textbox is displayed.  Added CancelEdit method
4134         which is used end to editing while ignoring the value set by the
4135         user. In EndEdit, set focus to ListView to avoid losing focus to
4136         other controls. In ListViewItemCollection.Clear, cancel editing of
4137         any of the items.  In Remove, cancel editing of item being removed.
4138         Avoid udplicate code by modifing RemoveAt to invoke Remove.
4139
4140 2007-02-23  Gert Driesen  <drieseng@users.sourceforge.net>
4141
4142         * FileDialog.cs: Update FSEntry when move is successful. Fixes
4143         bug #80948.  
4144
4145 2007-02-23  Everaldo Canuto  <everaldo@simios.org>
4146
4147         * MainMenu.cs: Change Draw method to take care about MenuOrigin to be 
4148         compatible with non X11 systems. Fixes #80901.
4149
4150 2007-02-23  Gert Driesen  <drieseng@users.sourceforge.net>
4151
4152         * ListView.cs: Added bool argument to UpdateMultiSelection to specify
4153         whether the item should be unselected and reselect. We do no want this
4154         when we're starting to edit the label. Do not fire the 
4155         SelectedIndexChanged event from ListView when its already been fired
4156         by modifying ListViewItem.Selected. Fixes bug #80943.
4157
4158 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
4159
4160         * TextRenderer.cs: Previos commit logic was backwards.
4161
4162 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
4163
4164         * TextRenderer.cs: Don't add padding on MeasureText if we were
4165         sent the NoPadding flag.
4166
4167 2007-02-23  Everaldo Canuto  <everaldo@simios.org>
4168
4169         * ThemeWin32Classic.cs: Invert order of drawing operation with DrawImage
4170         after DrawButton. To prevent image overlaps button borders SetClip and 
4171         ResetClip added before and after draw image. Fixes #79129.
4172
4173 2007-02-23  Everaldo Canuto  <everaldo@simios.org>
4174
4175         * FolderBrowserDialog.cs: Use ClientSize instead of Size to specify 
4176         window size, it fix problem when you run under win32 that theres
4177         Size diferent than ClientSize. Also fix controls size and positions
4178         to mimic Win32. Fixes #80837.
4179
4180 2007-02-22  Everaldo Canuto  <everaldo@simios.org>
4181
4182         * Form.cs: Handle WM_NCHITTEST and return HTMENU when point is on 
4183         menu area to fix some problems for non X11 systems. Fixes #80613.
4184
4185 2007-02-22  Jackson Harper  <jackson@ximian.com>
4186
4187         * TreeNode.cs: When a node is expanded, set its is_expanded flag
4188         even if it doesn't have any children.
4189
4190 2007-02-22  Jackson Harper  <jackson@ximian.com>
4191
4192         * TreeView.cs: Calculate the top node 'on the fly', this
4193         eliminates issues where you need to click on the tree before
4194         scrolling it to get the top node computed correctly.
4195         * TreeNodeCollection.cs: We don't need to mess with the top node
4196         anymore.
4197
4198 2007-02-22  Jackson Harper  <jackson@ximian.com>
4199
4200         * DataGridViewRow.cs: Fix typo so height can actually be set.
4201         Patch by Peter Grimm.
4202
4203 2007-02-22  Gert Driesen  <drieseng@users.sourceforge.net>
4204
4205         * FileDialog.cs: Fixed support for renaming files and directories.
4206         * ListView.cs: Do not lose focus when edit is canceled. Process
4207         Escape as regular key (to prevent closing of dialogs).
4208
4209 2007-02-22  Gert Driesen  <drieseng@users.sourceforge.net>
4210
4211         * ListView.cs: Removed TODO for LabelEdit. Removed extra tabs and
4212         spaces. Changed spaces to tabs. Removed unnecessary init of bools.
4213
4214 2007-02-22  Gert Driesen  <drieseng@users.sourceforge.net>
4215
4216         * FileDialog.cs: LabelEditEventArgs.Label now returns null when user
4217         did not modify label.
4218         * ListView.cs: Only set LabelEditEventArgs.Label if user actually
4219         modified the text. Reset Label when user presses Escape in edit mode.
4220         Move focus to ListView after having cancelled or finished editing the
4221         label.
4222
4223 2007-02-21  Gert Driesen  <drieseng@users.sourceforge.net>
4224
4225         * ComboBox.cs: Removed unnecessary initializations. Marked items field
4226         private. Clear textbox when Text is set to null and SelectedIndex is
4227         already -1.
4228         * FileDialog.cs: Removed unnecessary initializations. Removed 
4229         workarounds for ComboBox bugs that are now fixed. Modified
4230         DefaultExt, InitialDirectory and Title property to change null to
4231         zero-length string in getters. Avoid directly accessing fields.
4232
4233 2007-02-20  Jackson Harper  <jackson@ximian.com>
4234
4235         * TextControl.cs: Remove RecalAlignments call, that was some
4236         debugging leftovers.
4237         - Don't use the line indent when we shouldn't.
4238         * RichTextBox.cs: Add support for paragraph left indents.
4239
4240 2007-02-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4241
4242         * Control.cs: Fix BeginInvoke signature for 2.0 profile.
4243         Seems like the class status pages doesn't catch params differences.
4244
4245 2007-02-19  Gert Driesen  <drieseng@users.sourceforge.net>
4246
4247         * ComboBox.cs: Removed extra tabs. Changes spaces to tabs.
4248
4249 2007-02-19  Gert Driesen  <drieseng@users.sourceforge.net>
4250
4251         * ComboBox.cs: Setting Text should have no effect if item text of
4252         selected item exactly matches value. First lookup text using
4253         case-sensitive comparison, and fallback to case-insensitive comparison.
4254         FindString(Exact) returns -1 if search string is null. On 2.0 profile, 
4255         allow startIndex to be last index. Changed ArgumentOutOfRangeException
4256         paramname to match MS. Restart from first item if string is not found
4257         after startIndex. Fixed paramname of ArgumentNullException that is
4258         thrown for null value in ObjectCollection.Contains.
4259
4260 2007-02-19  Everaldo Canuto  <everaldo@simios.org>
4261
4262         * XplatUIStructs.cs: WM_XXX UISTATE elements uncommented.
4263
4264 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4265
4266         * ListControl.cs: In SelectedValue use value.Equals to compare for
4267         equality instead of ==, otherwise it will fail for strings.
4268         Fixes #80794.
4269
4270 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4271         
4272         * ComboBox.cs: Switch the order to ShowSelection and ActivateCaret,
4273         since the caret won't show up unless ShowSelection is true. 
4274         Fixes #80795.
4275
4276 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4277
4278         * Application.cs: When disabling all forms but the main form, do not
4279           disable any descendants of the main form (such as mdi children or
4280           other parented forms). Fixes #80822 on Windows.
4281         * Form.cs: If we have a parent, set the WS_CHILD style.
4282         * Control.cs: Update the window styles if the control whose parent has
4283           changed is a form (the WS_CHILD style has to be switched).
4284
4285 2007-02-19  Everaldo Canuto  <everaldo@simios.org>
4286
4287         * XplatUIStructs.cs: MsgUIState structure added.
4288
4289 2007-02-18  Gert Driesen  <drieseng@users.sourceforge.net>
4290
4291         * FileDialog.cs: Removed need for separate fileName field. On 2.0
4292         profile, do not check filename(s) for illegal character if filename(s)
4293         were set non-interactively but always check on 1.0 profile. Fixed NRE
4294          in DefaultExt and only strip off first leading dot. Improve exception
4295         message when invalid Filter is set. Do not ignore InitialDirectory if
4296         it does no exist. Store specified Title, and if empty use default
4297         title (depending on type of dialog). Added an internal DialogTitle 
4298         property for retrieving dialog title. Fixed logic of displayed dir to
4299         more closely match MS. Avoid setting ComboBox.Text to a zero-length 
4300         string as its buggy.
4301         * OpenFileDialog.cs: In OpenFile, throw ArgumentNullException if
4302         FileName is a zero-length string (it can never be null). Override 
4303         DialogTitle property to set default title of dialog box.
4304         * SaveFileDialog.cs: Override DialogTitle property to set default
4305         title of dialog box.
4306
4307 2007-02-18  Gert Driesen  <drieseng@users.sourceforge.net>
4308
4309         * FileDialog.cs: Modify default text of filename and filetype labels
4310         to match that of MS. Reset do_not_call_OnSelectedIndexChanged...
4311         after we've updated the SelectedIndex. Fixes part of bug #80887.
4312         * SaveFileDialog.cs: Set text of filetype label.
4313
4314 2007-02-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4315
4316         * LabelEditEventArgs.cs: New internal SetLabel method, to set the
4317         label field. Needed by latest Jackson's fixes for ListView.
4318
4319 2007-02-16  Andreia Gaita  <avidigal@novell.com>
4320
4321         * PrintPreviewControl/PrintPreviewDialog: Properly dispose of 
4322         print preview images.
4323
4324 2007-02-16  Jackson Harper  <jackson@ximian.com>
4325
4326         * ListView.cs: Make AfterLabelEdit work correctly.
4327         * FileDialog.cs: After changing the name of the folder, we have to
4328         make sure that it is created, or that we pop up an error because
4329         it already exists.
4330
4331 2007-02-16  Jackson Harper  <jackson@ximian.com>
4332
4333         * X11Dnd.cs: Implement aliases on mime handlers, so things like
4334         System.String are mapped to text.
4335         - Handle dataobjects, getting all the possible formats out of them
4336         - We dont need the drag event args before we give feedback. This
4337         allows feedback cursors to be immediate before selections have
4338         been converted.
4339
4340 2007-02-16  Jackson Harper  <jackson@ximian.com>
4341
4342         * TextBoxBase.cs: Modified the method for inserting images to
4343         taking a line and position instead of tag and position.
4344         * RichTextBox.cs: Handle PngBlip data by inserting the png image
4345         into the RTF file.
4346         * TextControl.cs: Allow images to be inserted as the first tag of
4347         a line.
4348         - Fix some off by one issues when we assume the first tag is a
4349         text tag, not an image tag.
4350
4351 2007-02-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4352
4353         * ListView.cs: Set focus to ListView when ItemControl gets a
4354         WM_RBUTTONDOWN message, to mimic .Net behaviour. 
4355         Fixes part of #80467.
4356
4357 2007-02-15  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4358
4359         * DateTimePicker.cs: Call RecreateHandle if the Format changes and
4360           validate Text input (if null or empty string reset Value to default
4361           value). Fixes #80830.
4362
4363 2007-02-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4364
4365         * ListView.cs: Set owner as null for columns and items when
4366         Dispose is invoked. Fixes #80607.
4367
4368 2007-02-14  Jonathan Pobst  <monkey@jpobst.com>
4369
4370         * ToolStrip.cs: Allow LayoutStyle.Flow, make sure to call OnOpening when
4371         showing DropDowns, don't show a Grip when doing Flow layout.
4372         [This fixes the toolbox in PDN 2.72.]
4373         * ToolStripItem.cs: Add Anchor property and some internal properties to
4374         reduces needed changes to FlowLayout.
4375         * ToolStripOverflow.cs: Remove unused variable.
4376         * ToolStripSplitStackLayout.cs: If a ToolStripItem isn't visible, don't
4377         use it in the layout calculations.
4378
4379 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
4380
4381         * ToolTip.cs: Add HotkeyPrefix.Hide to MeasureString format, it fix an issue
4382         reported in #79640.
4383         
4384         * ThemeWin32Classic.cs: Uses format for MeasureString in ToolTipSize to fiz
4385         size calculation.
4386
4387 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
4388
4389         * ToolBar.cs, ToolBarButton.cs: Revert and remove HotkeyPrefix from 
4390         MeasureString format, it can make button very large in some cases, it is
4391         strange but is what win32 do.
4392
4393 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
4394
4395         * ToolBar.cs, ToolBarButton.cs: Uses format in MeasureString to fix string 
4396         size calculation.
4397
4398         * ThemeWin32Classic.cs: Set HotkeyPrefix in toolbar text format to fix text
4399         rendering, the value is based on MenuAccessKeysUnderlined.
4400
4401 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
4402
4403         * Theme.cs: Change MenuAccessKeysUnderlined to "true" that is value used
4404         for most themes.
4405         
4406         * ThemeWin32Classic.cs: Override MenuAccessKeysUnderlined as false.
4407         
4408         * ThemeNice.cs, ThemeGtk.cs, ThemeClearlooks.cs: Remove always_draw_hotkeys
4409         and use MenuAccessKeysUnderlined instead.
4410
4411 2007-02-13  Andreia Gaita  <avidigal@novell.com>
4412
4413         * ContainerControl.cs: Focus fix for nunit treeview selection bug.
4414         A selected control would not get a Focus call if:
4415                 - the default active control of the container is the same as
4416                   the one that was selected
4417                 - we are switching from one container to another
4418         Under these conditions, the container being selected already has
4419         an active_control, which is the same as the one being activated, 
4420         so set_ActiveControl would always return and not send the Focus
4421         call. Fix to check if the currently active control of the container
4422         is actually focused.
4423
4424 2007-02-13  Jonathan Pobst  <monkey@jpobst.com>
4425
4426         * StatusStrip.cs: Implement the spring layout.
4427         * ToolStripControlHost.cs: Make sure the hosted control's visibility
4428         always matches the host.
4429         * ToolStripItem.cs: Write a more accurate layout for TextBeforeImage
4430         and TextAfterImage.
4431
4432 2007-02-13  Andreia Gaita  <avidigal@novell.com>
4433
4434         * Control.cs: Code reorganization only.
4435           - Reorganize the WndProc cases so that each case has it's own handling method, 
4436           to help with the no-line-numbering stack traces.
4437           - Formatting changes (it's vstudio's fault, really :p)
4438
4439 2007-02-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4440
4441         * MonthCalendar.cs: Switch to using Thread.CurrentCulture instead of
4442           Thread.CurrentUICulture to match DateTimePicker's (and MS)
4443           behaviour.
4444
4445 2007-02-12  Jackson Harper  <jackson@ximian.com>
4446
4447         * RichTextBox.cs:
4448         * TextBox.cs: By default we have a non multiline document
4449         - use the multiline property instead of the internal variable
4450         * TextBoxBase.cs: Treat multiline and non multiline the same in
4451         most places.
4452         - Use the documents multiline flag instead of tracking it ourself
4453         * TextControl.cs: Attempt at getting multiline to match MS
4454         behavior.  Lines now track an offset, which is either their X or Y
4455         offset depending on whether or not we are in multiline mode.
4456         - Update all the methods to understand that lines have an X value.
4457         - Fix crash in Undo::Duplicate when empty lines are deleted.
4458
4459 2007-02-12  Everaldo Canuto  <everaldo@simios.org>
4460
4461         * Label.cs: CalcPreferredHeight and CalcPreferredWidth methods removed and 
4462         code moved to properties PreferredHeight and PreferredWidth. It solve the
4463         all problems when preferred sizes must be recalculated. Fixes #80801.
4464
4465 2007-02-12  Everaldo Canuto  <everaldo@simios.org>
4466
4467         * Label.cs: Fix CalcPreferredHeight for 2.0 that must return only
4468         font height when compatible_text_rendering is false. Partially fix #80801.
4469
4470 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
4471
4472         * Form.cs: Fixed typo in exception message. Fixes bug #80779.
4473
4474 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
4475
4476         * Form.cs: Improved exception messages in ShowDialog.
4477
4478 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
4479
4480         * PrintDialog.cs: On 1.0 profile, throw ArgumentException in RunDialog if
4481         PrinterSettins has not been set. On 2.0 profile, initialize PrinterSettings
4482         if not set. Fixes bug #80764. Avoid accessing current_settings field
4483         directly.
4484
4485 2007-02-08  Everaldo Canuto  <everaldo@simios.org>
4486
4487         * Theme.cs: An new property MenuAccessKeysUnderlined added with default value
4488         false.
4489
4490         * SystemInformation.cs: An new property MenuAccessKeysUnderlined added, it is
4491         public in 2.0 and for easy maintenance and dont break compatibility it is 
4492         internal in 1.1.
4493         
4494 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
4495
4496         * ToolStripItem.cs: Implement using images from ImageList.
4497
4498 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4499
4500         * DateTimePicker.cs: Change default date-formatting culture from
4501           CurrentThread.CurrentUICulture to CurrentThread.CurrentCulture,
4502           seems to be the way MS does it.
4503
4504 2007-02-08  Andreia Gaita  <avidigal@novell.com>
4505
4506         * PrintPreviewControl.cs: rewrite toolbar code to fix #80725. Correct 6-up image 
4507         (the 6 was cut off on the right side)
4508
4509 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
4510
4511         * Form.cs: Tell MenuStrips to close when the form is clicked.
4512         * MenuStrip.cs, ToolStrip.cs, ToolStripControlHost.cs, 
4513         ToolStripDropDown.cs, ToolStripDropDownItem.cs, ToolStripItem.cs,
4514         ToolStripItemCollection.cs, ToolStripMenuItem.cs, ToolStripProfessionalRenderer.cs,
4515         ToolStripSplitButton.cs, ToolStripSplitStackLayout.cs: Add 
4516         support for Overflow, where items that do not fit are automatically
4517         reparented to a drop down menu.
4518         * ToolStripOverflow.cs, ToolStripOverflowButton.cs: Added.
4519         Also: fixes bug #80747.
4520
4521 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4522
4523         * ComboBox.cs: Remove warning (unused code).
4524         * ScrollableControl.cs: Remove warning for 1.1 profile.
4525
4526 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4527
4528         * Form.cs: Remove a warning.
4529
4530 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4531
4532         * DateTimePicker.cs: Fixed a NRE if CustomFormat was null. Handles the
4533           'g' specifier, not documented anywhere, but seems to always show up
4534           as a single space (might have something to do with the DateTime 'g'
4535           specifier, which is the era format, but since DateTimePicker can't
4536           go earlier than 1753 it wouldn't matter) . Fixed quote handling,
4537           won't crash if the format has an unmatched quote. Now shows
4538           single-character formats correctly. Fixes #80744.
4539
4540 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
4541
4542         * StatusStrip.cs: Stretch property needs to call base.Stretch,
4543         not this.Stretch to fix stack overflow. [Fixes bug #80760]
4544
4545 2007-02-07  Chris Toshok  <toshok@ximian.com>
4546
4547         * ThemeWin32Classic.cs (DrawButtonBase): don't clear to the
4548         background color.  it overwrites the background image we've
4549         already painted.  Fixes #80599.
4550
4551 2007-02-07  Chris Toshok  <toshok@ximian.com>
4552
4553         * DataGrid.cs: return immediately from Edit() when there are no
4554         columns.  Fixes #80662.
4555
4556 2007-02-07  Chris Toshok  <toshok@ximian.com>
4557
4558         * MessageBox.cs: fix #80625.  don't always show the Help button in
4559         2.0.  use the displayHelpButton parameter to determine if we
4560         should show it. Also, make the internal show_help field private.
4561
4562 2007-02-07  Chris Toshok  <toshok@ximian.com>
4563
4564         * Control.cs (SetVisibleCore): check in the proposed patch for
4565         80604, and set is_visible before calling CreateControl.
4566
4567 2007-02-07  Jonathan Pobst  <monkey@jpobst.com>
4568
4569         * ListView.cs: UseCompatibleStateImageBehavior setter changed from NIEX to 
4570         MonoInternalNote.  This is added automagically by VS2005, so let's not crash
4571         on it.
4572
4573 2007-02-06  Everaldo Canuto  <everaldo@simios.org>
4574
4575         * MenuAPI.cs: hotkey_active internal field added, it is required because
4576         we need to know when hotkeys must be draw, before this change a keystate
4577         Navigating was used but we can have menu in navigating state without
4578         hotkeys. Fixes #80694.
4579         
4580         * ThemeWin32Classic.cs: Only draw hot keys when hotkey_active is true.
4581
4582 2007-02-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4583
4584         * Control.cs: Handle WM_CAPTURECHANGED in 1.1 code as well, and change
4585           corresponding events and methods to be internal for 1.1 profile and
4586           public for 2.0 profile (required by SizeGrip).
4587         * Form.cs: Use SizeGrip as a virtual SizeGrip (and don't add it to the
4588           implicit control list). Don't set the size nor the location of the
4589           SizeGrip anymore as it's not needed.
4590         * SizeGrip.cs: Rewrote large parts, it now supports a virtual mode to
4591           draw directly on the captured control (fixes #80656). Removed
4592           ShowGrip (it wasn't used anywhere), redraw (always true), added
4593           GetDefaultSize and GetDefaultRectangle to calculate defaults.
4594         * ScrollableControl.cs: Make UpdateSIzeGripVisible internal so it can
4595           be called from SizeGrip.
4596
4597 2007-02-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4598
4599         * Timer.cs: Throw ArgumentException if Interval <= 0.
4600
4601 2007-02-05  Jackson Harper  <jackson@ximian.com>
4602
4603         * TreeView.cs: We need to check scrollbar visibility when window
4604         visibility is updated, because non visible trees don't ever add
4605         scrollbars.
4606         * Cursor.cs: We want the override cursor to be reset to NULL when
4607         we set current cursor to the default cursor.
4608
4609 2007-02-05  Jackson Harper  <jackson@ximian.com>
4610
4611         * TextControl.cs: Don't have crlfs when we are non multiline.
4612         - Consolidate the line position.
4613
4614 2007-02-05  Jackson Harper  <jackson@ximian.com>
4615
4616         * X11Keyboard.cs: BACK+CTRL gets a special char code.
4617
4618 2007-02-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4619
4620         * XplatUIX11.cs: Implemented WM_CAPTURECHANGED support, we're now
4621           handling LeaveNotify->NotifyUngrab in order to send
4622           WM_CAPTURECHANGED. However sometimes the NotifyUngrab arrives late
4623           after calling XUngrabPointer, so we call WindowUngrabbed directly
4624           from UngrabWindow in order to send WM_CAPTURECHANGED immediately.
4625         * Control.cs: Handle WM_CAPTURECHANGED in order to raise
4626           MouseCaptureChanged correctly. Also create handles if changing
4627           Capture (matches MS behaviour).
4628
4629 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4630
4631         * SizeGrip.cs: Make the last change 2.0 only.
4632
4633 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4634
4635         * SizeGrip.cs: If resizing and the capture is lost, revert any size
4636           changes to initial size (fixes #80597).
4637
4638 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4639
4640         * SizeGrip.cs: Use the normal icon for SizeGrip if it is disabled.
4641
4642 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4643
4644         * SizeGrip.cs: Only draw sizegrip if enabled (but always draw
4645           background) and only allow dragging if enabled. This way the
4646           sizegrip can be used to fill the open square that otherwise would
4647           have been shown in the bottom right corner of ScrollableControl
4648           when ScrollableControl is not suppose to support sizing.
4649         * ScrollableControl.cs: Create UpdateSizeGripVisible to decide when the
4650           sizegrip is shown and enabled, and hook up with necessary events.
4651
4652 2007-02-01  Chris Toshok  <toshok@ximian.com>
4653
4654         * DataGridTextBoxColumn.cs: clean up the
4655         GetFormattedString/GetColumnValueAtRow combination of functions.
4656         Also fix UpdateUI, and the initial state of
4657         IsInEditOrNavigateMode.
4658
4659         * DataGridTextBox.cs: don't chain up to base.OnMouseWheel - we
4660         aren't supposed to scroll the textbox here, we're supposed to
4661         scroll the datagrid.
4662
4663 2007-02-01  Chris Toshok  <toshok@ximian.com>
4664
4665         * ComboBox.cs: use vscrollbar_ctrl.Dock instead of explicitly
4666         setting the position.
4667
4668 2007-02-01  Chris Toshok  <toshok@ximian.com>
4669
4670         * DataGrid.cs (OnLeave): we can now do the CancelCurrentEdit thing
4671         here, since the most recent focus fixes keep us from generating
4672         the Leave event when our textbox gets focus.
4673         (Edit): we should be passing null for the column style's
4674         instantText parameter.
4675         
4676 2007-02-01  Jonathan Pobst  <monkey@jpobst.com>
4677
4678         * ToolStripDropDownItem.cs: Make sure DropDownOpening event is 
4679         raised.  Fixes menu text/icons not showing up in PDN.
4680
4681 2007-02-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4682
4683         * Control.cs: Remove code in constructor that makes every
4684         control with WS_CHILD set have initial location -1, -1.
4685
4686 2007-01-31  Jackson Harper  <jackson@ximian.com>
4687
4688         * X11Dnd.cs: Take the keyboard on init to reduce coupling with
4689         XplatUIX11.
4690         * XplatUIX11.cs: Give teh keyboard to teh dnd.
4691
4692 2007-01-31  Jackson Harper  <jackson@ximian.com>
4693
4694         * X11Dnd.cs: Use IDataObject instead of the DataObject class.
4695         - Remove some debug code.
4696
4697 2007-01-31  Jackson Harper  <jackson@ximian.com>
4698
4699         * XplatUIX11.cs: If you set the override cursor during a grab, it
4700         should actually override the grab cursor.  This comes into play
4701         when you are setting custom cursors in a DND feedback method.
4702
4703 2007-01-31  Jackson Harper  <jackson@ximian.com>
4704
4705         * X11Dnd.cs: Add support for handling the QueryContinue and
4706         GiveFeedback events.
4707         - Cancel drag and drop actions when the escape key is clicked.
4708         * XplatUIX11.cs: Let the dnd subsystem get key events, so that it
4709         can handle the ESCAPE key.
4710         - Allow dnd to swallow BUTTONUP messages if it needs to.  This is
4711         done when dnd events are continued after the button is released.
4712         - Add a new helper method so that dnd can translate key events.
4713
4714 2007-01-31  Alexander Olk  <alex.olk@googlemail.com>
4715
4716         * FileDialog.cs: Rewrite of Jacksons OnClickCancelButton patch to
4717         make it more obvious what is happening.
4718
4719 2007-01-30  Jackson Harper  <jackson@ximian.com>
4720
4721         * XplatUIX11.cs: Don't break when handling button release in drag
4722         and drop operations. We need that BUTTONUP message to get through
4723         so capture is released.
4724         * X11Dnd.cs: We don't need to manually grab the pointer anymore,
4725         this is handled automatically when the mouse is down.
4726
4727 2007-01-30  Jackson Harper  <jackson@ximian.com>
4728
4729         * FileDialog.cs: OnClickCancelButton gets called whenever the dialog
4730         is closed, so we need to make sure that we aren't changing the
4731         dialog result when the OK (Open or Save) button has been clicked
4732         and we are closing the window ourselves.  Note we don't need to
4733         worry about the cache being written in this case, because it was
4734         already done in the previous FilOk call.
4735
4736 2007-01-30  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4737         
4738         * DateTimePicker.cs: Remove a warning.
4739         * ComboBox.cs: Remove a couple of warnings.
4740
4741 2007-01-29  Chris Toshok  <toshok@ximian.com>
4742
4743         * XplatUIX11.cs: don't crash, and remove the icon if the user has
4744         set one, if SetIcon is passed a null icon.
4745
4746 2007-01-29  Andreia Gaita  <avidigal@novell.com>
4747
4748         * TextBox.cs: Redraw when the password characters changes
4749         * TextControl.cs: Check if textbox has a password char and draw 
4750         a line of password chars instead of the text in the line. LineTag gets 
4751         an extra Draw() method which allows document.Draw to override the text 
4752         that will be drawn. Removes 1024 char limitation on length of passworded 
4753         lines.
4754
4755 2007-01-29  Jackson Harper  <jackson@ximian.com>
4756
4757         * TextBoxBase.cs: Deleting sections of text is undoable.  Deleting
4758         single chars is not.
4759
4760 2007-01-28  Jonathan Pobst  <monkey@jpobst.com>
4761
4762         * TextRenderer.cs: Fix cutting off the bottom of letters like "j" by
4763         one pixel.  Fix a StackOverflowException caused by an overload wrongly
4764         calling itself.
4765
4766 2007-01-26  Everaldo Canuto  <everaldo@simios.org>
4767
4768         * MenuAPI.cs: Fixed kerboard grab problem when "enter"key is pressed,
4769         also remove ProcessArrowKey and put the code inside ProcessKeys.
4770
4771 2007-01-26  Jonathan Pobst  <monkey@jpobst.com>
4772
4773         * PaddingConverter.cs: Added.
4774
4775 2007-01-26  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4776         
4777         * ThemeWin32Classic.cs: Only draw the text of a StatusBar if
4778         ShowPanels is false (fixes #80600). Only draw up to 127 characters
4779         of text (fixes #80601). For panels clip the text to draw to the
4780         panel (fixes #80603).
4781
4782 2007-01-26  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4783
4784         * ComboBox.cs: Fixed implementation of ResetText.
4785
4786 2007-01-25  Jackson Harper  <jackson@ximian.com>
4787
4788         * TextControl.cs: For the last char of a line we need to use the
4789         line size, not that chars width, since it won't actually be
4790         computed since the right side of a char is based on the start of
4791         the left side of the next char, and the next char does not exist.
4792
4793 2007-01-25  Chris Toshok  <toshok@ximian.com>
4794
4795         * Splitter.cs: fix the new unit tests, and reindent some switch
4796         statements.
4797
4798 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4799
4800         * ComboBox.cs: Implemented 2.0 methods and events.
4801         * TextBoxBase.cs: Added OnTextUpdate, so that
4802         ComboBox.ComboTextBox can inform ComboBox of it.
4803
4804 2007-01-25  Jackson Harper  <jackson@ximian.com>
4805
4806         * TextControl.cs: Respect ShowSelection when deciding whether or
4807         not to display the caret, this allows comboboxes to have carets
4808         when the combotextbox does not have focus.
4809
4810 2007-01-25  Jackson Harper  <jackson@ximian.com>
4811
4812         * TextControl.cs: Add a Suspend/Resume for updating, basically the
4813         same as the Suspend/Resume for recalc, except this will do actual
4814         Invalidates.
4815         - New Undo manager, works much like the MS version.
4816         - Implemented Redo
4817         * TextBoxBase.cs: The Cut operation is undoable.
4818
4819 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4820         
4821         * TextBoxBase.cs: Don't antialias text. Makes it look way better
4822         on Windows (no difference on Linux).    
4823
4824 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4825
4826         * XplatUIWin32.cs: Set SWP_NOACTIVATE in RequestNCRecalc as well,
4827         we don't want to activate any windows. Fixes #79433.
4828
4829 2007-01-25  Jonathan Pobst  <monkey@jpobst.com>
4830
4831         - ButtonBase.cs: Fix capitalization of parameter: disposing.
4832         [Fixes bug #80609]
4833
4834 2007-01-25  Alexander Olk  <alex.olk@googlemail.com>
4835
4836         * FileDialog.cs:
4837         - Move to using System.ComponentModel.EventHandlerList
4838         - Replace Refresh with Invalidate
4839         - Clear the mime filecache on closing
4840         - Some other memory reducing work. After beeing closed FD now uses
4841           only about 300 KB for the fdo mime stuff plus the memory of the
4842           cached icons.
4843         * Mime.cs: Changed coding style and removed unnecessary commented
4844         code. Some more memory memory reducing work.
4845
4846 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4847
4848         * ComboBox.cs: Implemented FlatStyle and DropDownHeight, and added
4849         a few other missing 2.0 properties.
4850         * Theme.cs: Added DrawFlatStyleComboBox.
4851         * ThemeWin32Classic.cs: Implemented DrawFlatStyleComboBox.
4852
4853 2007-01-24  Chris Toshok  <toshok@ximian.com>
4854
4855         * XplatUIX11.cs: fix the wake_waiting logic - we always clear the
4856         wake_waiting flag, not just when there's data to be read.  if we
4857         don't, then future wakeup's won't reach us and we'll be doomed to
4858         wait for the entire 1 second timeout forever (unless there are X
4859         events to be had).
4860
4861 2007-01-24  Jonathan Pobst  <monkey@jpobst.com>
4862
4863         * ComboBox.cs: FindStringExactMaxException doesn't throw AOORE on 2.0
4864         until you pass Items.Count, not Items.Count - 1 like 1.1.
4865
4866 2007-01-24  Gert Driesen  <drieseng@users.sourceforge.net>
4867
4868         * ColumnHeader.cs: Fixed ParamName in ArgumentOutOfRangeException.
4869
4870 2007-01-24  Jonathan Pobst  <monkey@jpobst.com>
4871
4872         * ToolStripContainer.cs: The recent Dock fix exposed that I was
4873         adding the panels in the wrong order.
4874
4875 2007-01-24  Jackson Harper  <jackson@ximian.com>
4876
4877         * TextBoxBase.cs: When we move the caret we also need to move the
4878         selection, this fixes some random crashing after doing select
4879         text, unselect, delete a char, paste.
4880
4881 2007-01-24  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4882
4883         * Form.cs: Update SizeGrip's location even if it's not visible (fixes #80592).
4884
4885 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
4886
4887         * Control.cs: In OnParentBackgroundImageChanged remove conditions to call
4888         OnBackgroundImageChanged, it mimics win32 behavior. Fixes #80553. 
4889         * ToolBar.cs: Force redraw in BackgroundImageChanged.
4890
4891 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
4892
4893         * ToolBar.cs:
4894         - Implement support for vertical toolbars. Fixes #80539;
4895         - Call LayoutToolBar when resize, it fix some other problems in layout.
4896         - Rename requested_height to requested_size, as we can have width on it
4897         when toolbar is vertical.
4898         - Create a private property "Vertical" that uses Dock to verify when 
4899         toolbar is vertical or not.
4900         - Set ControlStyles when change Dock property.
4901         - Refactory in LayoutToolBar to have better variables names and to support
4902         vertical toolbars.
4903         - Fixes default value for ButtonSize when button count is equal zero, size
4904         must be (39, 36) test case writed.
4905
4906 2007-01-23  Chris Toshok  <toshok@ximian.com>
4907
4908         * Control.cs: fix the checks so that they work correctly for mdi
4909         parents/children.
4910
4911 2007-01-23  Chris Toshok  <toshok@ximian.com>
4912
4913         * Control.cs: ControlCollection seems to have super-secret
4914         abstraction breaking knowledge of Mdi containers.  allow MdiClient
4915         to add toplevel controls.
4916
4917 2007-01-23  Chris Toshok  <toshok@ximian.com>
4918
4919         * Control.cs: throw an ArgumentException if a toplevel control is
4920         added to our control collection from ControlCollection.Add, as
4921         well as from ControlCollection.IList.Add.  This fixes the
4922         ControlSetTopLevelTest.TestTopLevelAdd unit test.
4923
4924         Also, in ControlCollection.IList.Add, don't through an
4925         ArgumentNullException, throw an ArgumentException, when value ==
4926         null.  This matches MS.
4927
4928 2007-01-23  Chris Toshok  <toshok@ximian.com>
4929
4930         * BindingSource.cs: initial, incomplete, implementation of
4931         BindingSource.
4932
4933 2007-01-23  Jackson Harper  <jackson@ximian.com>
4934
4935         * TextControl.cs:
4936         * TextBoxBase.cs: Checking in some pieces of the undo stuff so
4937         that I can fix a broken unit test (TextBoxTest::ClearUndo)
4938         
4939 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
4940
4941         * ToolBar.cs: Add status fields to ToolBarButtonInfo.
4942
4943 2007-01-23  Andreia Gaita  <avidigal@novell.com>
4944
4945         * TreeNode.cs: Add new 2.0 ImageKey and SelectedImageKey properties.
4946         * TreeNodeCollection.cs: New Add() methods, ContainsKey and
4947         IndexOfKey() for 2.0
4948
4949 2007-01-23  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4950
4951         * XplatWin32.cs: In RequestNCRecalc call SetWindowPos with SWP_NOZORDER
4952         to prevent it from changing z-order.
4953         * MdiWindowManager.cs: Refactor part of SetWindowState to MdiClient, only
4954         leave UI updates in MdiWindowManager.
4955         * InternalWindowManager.cs: Check for 0 sized nc areas and make them
4956         1 sized (NC handling goes weird on Linux otherwise).
4957         * MdiClient.cs: Add missing ExStyle (WS_EX_CLIENTEDGE), so it's no longer
4958         necessary to handle WM_NCCALCSIZE anymore. This also made it possible to
4959         remove a few NCRequestRecalcs. Changed calculations in IconicBounds
4960         to use ClientSize of MdiClient instead of entire size. Refactored ActivateChild
4961         and SetWindowState(s) to allow for changing the size of an activated child
4962         before activating it (reduces a lot of flicker).
4963
4964 2007-01-22  Jonathan Pobst  <monkey@jpobst.com>
4965
4966         * Form.cs: Changing FormBorderStyle has different semantics based
4967         on whether the Form is visible or not.  If not visible, don't change
4968         the Size.  But InvalidateNC needs to be called to force the window
4969         to pick up the changes and redraw itself.  [Fixes bug #80574]
4970
4971 2007-01-22  Jonathan Pobst  <monkey@jpobst.com>
4972
4973         [Moma work]
4974         * ContainerControl.cs: ProcessCmdKey.
4975         * ErrorProvider.cs: new constructor.
4976         * Form.cs: fix AutoValidateEvent compiler warning.
4977         * Label.cs: fix OnAutoSizeChanged compiler warning.
4978         * MenuStrip.cs: fix CanOverflow compiler warning.
4979         * TabControl.cs: SelectTab, OnSelected methods, Selected event.
4980         * TextBox.cs: Dispose.
4981         * ToolStrip.cs: CanOverflow, re-enable double buffering.
4982         * ToolStripControlHost.cs: fix CausesValidation compiler warning.
4983         * ToolStripDropDown.cs: fix ContextStripMenu compiler warning.
4984         * ToolStripItem.cs: Overflow, RightToLeft properties.
4985
4986 2007-01-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4987
4988         * Form.cs: Move the layout of the main form to MdiWindowManager.
4989         * MdiWindowManager.cs: If WindowState changes from or to Maximized,
4990         do a layout of the main window to update MdiClient's client area to
4991         the right area. Fixes #80533. Remove the calculation of nc size, 
4992         it was just wrong and the correct one is the same as for 
4993         InternalWindowManager. 
4994
4995 2007-01-20  Jonathan Pobst  <monkey@jpobst.com>
4996
4997         * Control.cs: Setting Anchor or Dock needs to reset the other
4998         to its default.  [Fixes bug #80556]
4999
5000 2007-01-20  Chris Toshok  <toshok@ximian.com>
5001
5002         * CheckedListBox.cs: class status changes.
5003
5004         * ScrollableControl.cs: same.
5005
5006         * RichTextBox.cs: same.
5007
5008         * ContainerControl.cs: same.
5009
5010         * ListView.cs: same.
5011
5012         * NotifyIcon.cs: same.
5013
5014         * MenuStrip.cs: same.
5015
5016         * RadioButton.cs: same.
5017
5018         * CheckBox.cs: same.
5019
5020         * PrintPreviewDialog.cs: same.
5021
5022         * Form.cs: same.
5023
5024 2007-01-19  Jonathan Pobst  <monkey@jpobst.com>
5025
5026         * TreeNode.cs: Apply Alan's patch for Name property.
5027
5028 2007-01-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5029         
5030         * Form.cs: Implemented SizeGripStyle.
5031         * SizeGrip.cs: Check for minimum and maximum size for the
5032         control being resized and only resize if size has actually
5033         changed.
5034
5035 2007-01-19  Chris Toshok  <toshok@ximian.com>
5036
5037         * DataGridColumnStyle.cs: stop setting _readonly in the
5038         PropertyDescriptor setter.  fixes a unit test failure.
5039
5040         also, rename ParentReadOnly to TableStyleReadOnly, and have it
5041         just consult our table style (if we have one).  We don't need to
5042         consult the datagrid readonly attribute because that's passed in
5043         as the _ro arg to Edit.  this simplifies things a little.
5044         
5045         * DataGrid.cs: use CurrentColumn instead of
5046         current_cell.ColumnNumber just to simplify some of the code.
5047
5048         switch the order of some things in the CurrentCell setter to keep
5049         the previous cell from getting a textbox again -
5050         EnsureCellVisibility causes scrolling to happen, which calls Edit.
5051         So we need to set the new cell before calling it.
5052         
5053         call Edit in OnEnter, as does Microsoft.
5054         
5055         also, make sure the current table style isn't the one we create
5056         initially when checking to see if it's different than the one
5057         we're setting it to in BindColumns (this fixes #80421).
5058
5059         * GridTableStylesCollection.cs: table styles can have "" for a
5060         mapping name.  part of the fix for #80421.
5061
5062         * DataGridTextBoxColumn.cs: simplify the readonly calculation in
5063         Edit significantly.
5064
5065 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
5066
5067         * TextRenderer.cs: Rewrote to be complete-er, more MS-matching-er,
5068         and less GDI object leaky-er.
5069
5070 2007-01-18  Andreia Gaita  <avidigal@novell.com>
5071
5072         * LinkLabel.cs: Add opaque control style
5073
5074 2007-01-18  Jackson Harper  <jackson@ximian.com>
5075
5076         * TextControl.cs: Calculate width properly.
5077         - Don't store the tag's X offset, this can be figured out very
5078         easily.
5079         - When getting the caret tag make sure to get the last empty tag.
5080
5081 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
5082
5083         * Form.cs: Recalculate our size after setting a new FormBorderStyle.
5084         [Fixes bug #79959]
5085
5086         * Control.cs: Color.Empty shouldn't count for previous transparent
5087         redraw changes.
5088
5089 2007-01-18  Jackson Harper  <jackson@ximian.com>
5090
5091         * TextBox.cs:
5092         * RichTextBox.cs:
5093         * TextControl.cs: Starting to merge in some pieces of my older
5094         undo work.  Basically just some slight cleanup of the undo API.
5095
5096 2007-01-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5097
5098         * TrackBar.cs: Fix signature of RightToLeftLayout.
5099         * StatusBar.cs: Implemented missing 2.0 methods and attributes.
5100         * StatusBarPanel.cs: Implemented missing 2.0 methods and attributes.
5101         * Application.cs: Implemented UseWaitCursor.
5102
5103 2007-01-18  Jackson Harper  <jackson@ximian.com>
5104
5105         * TextControl.cs: We can't skip tags if any part of the tag is
5106         visible.
5107
5108 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
5109
5110         * ContainerControl.cs: Override OnLayout.
5111
5112 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
5113
5114         * NotifyIcon.cs: Add ContextMenuStrip and Tag properties.
5115
5116         * ContextMenuStrip.cs: Make sure context menu is shown on top of 
5117         everything else.
5118
5119 2007-01-18  Chris Toshok  <toshok@ximian.com>
5120
5121         * ContainerControl.cs: remove the partial handling of LBUTTONDOWN
5122         (leftover from the container_selected days, I'd wager).  fixes bug
5123         #80546.
5124
5125 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
5126
5127         * Control.cs: Apply patch from George to fix the new testcase on
5128         bug #80451.  We can't just check for Color.Transparent, we need 
5129         to check if the back color's alpha channel is < 255.
5130
5131 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
5132
5133         * Form.cs: Move setting show_icon = true to before the constructor
5134         so that the base constructor has that information when it calculates
5135         the form's size.  Was causing forms to be (6, 6) bigger than they
5136         were supposed to be.  Thanks for catching this Rolf!
5137
5138 2007-01-18  Jackson Harper  <jackson@ximian.com>
5139
5140         * TextControl.cs: When replacing a selection we need to invalidate
5141         from the initial selection start, because selection start is moved
5142         to the end of the replacement.
5143
5144 2007-01-18  Andreia Gaita  <avidigal@novell.com>
5145
5146         * LinkLabel.cs: Missing ControlStyles. Fixes #80482
5147
5148 2007-01-18  Chris Toshok  <toshok@ximian.com>
5149
5150         * DataGridTextBoxColumn.cs: fix most of the NotWorking unit tests
5151         I just added.
5152
5153 2007-01-17  Everaldo Canuto  <everaldo@simios.org>
5154
5155         * ToolBar.cs: Add layout methods to ToolBarButtonInfo class, every 
5156         layout methods and properties from ToolBarButton must be available
5157         into ToolBarButtonInfo.
5158
5159 2007-01-17  Jonathan Pobst  <monkey@jpobst.com>
5160
5161         * Control.cs: If the control has a transparent background, we
5162         need to refresh it when it moves and when it's parent's background
5163         image changes.  [Fixes bug #80451]
5164
5165 2007-01-17  Jonathan Pobst  <monkey@jpobst.com>
5166
5167         * XplatUIWin32.cs: Don't use 2.0 methods in 1.1 code!  Doh!
5168
5169 2007-01-17  Jonathan Pobst  <monkey@jpobst.com>
5170
5171         * XplatUIWin32.cs: Implement proper double buffering for Windows.
5172         [Fixes bug #80447, and probably speeds up things as well]
5173
5174 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5175
5176         * XplatUIX11.cs: Caption height for MDI children is 19, not 26.
5177         * XplatUIWin32.cs: We need to recalculate NC size after changing 
5178         window style to toolwindow (otherwise the client rectangle will be
5179         3 pixels to small for some reason).
5180         * MdiWindowManager.cs: Revert NC size calculations to match how
5181         they are calculated only based on window styles (to match
5182         Win32AdjustWindowRectEx, since otherwise when setting size or 
5183         location, Control will call Win32AdjustWindowRectEx to update client 
5184         size, which would provoke a paint, then we'd get a NCCALCSIZE and 
5185         calculate a different value of client size causing another paint 
5186         (and flickering))
5187         * InternalWindowManager.cs: When moving or resizing a window only
5188         update size or location if they actually changed.
5189         * ThemeWin32Classic.cs: ManagedWindowsBorderWidth is now 4 instead of 3
5190         (seems to match Windows behaviour better). Cleaned up 
5191         ManagedWindowDecorations to draw what's needed and nothing else
5192         (was drawing borders and lines where they shouldn't be)
5193         * Hwnd.cs: GetWindowRectangle now knows about MDI border sizes
5194         (style = 0xFFFF) and takes into account caption height when 
5195         calculating window rectangle.   
5196
5197 2007-01-16  Everaldo Canuto  <everaldo@simios.org>
5198
5199         * ToolBar.cs: Internal ToolBarButtonInfo class added, Because same button 
5200         can be added to toolbar multiple times, we need to maintain a list of 
5201         button information for each positions.
5202
5203 2007-01-16  Everaldo Canuto  <everaldo@simios.org>
5204
5205         * ToolBar.cs: Some small stetic changes.
5206
5207 2007-01-16  Jackson Harper  <jackson@ximian.com>
5208
5209         * TextBoxBase.cs: Use the new SuspendRecalc/ResumeRecalc methods
5210         that allow us to have nested recalc = false blocks.
5211         - Add paste support for images in the RichTextBox
5212         * RichTextBox.cs: flush the text after the color is changed, so
5213         the change takes effect.
5214         - Use SuspendRecalc
5215         - Some extra debugging info
5216         * TextControl.cs: Tags no longer track their length, it is just
5217         computed from the next tags length, this makes things a little
5218         simpler and reduces places that we have to track length changes.
5219         - Refactored the linetag class a little so we could make it
5220         a base class for different kinds of tags
5221         - Created a image tag, a tag that can have a single image inserted
5222         into it
5223         - Replace the norecalc flag with a Suspend/Resume Recalc pair, so
5224         that we can call suspend multiple times.
5225         - Add some debugging methods
5226
5227 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5228
5229         * MdiClient.cs: Add ActivatePreviousChild for 
5230         mdi child window navigation.
5231         * Form.cs: Use MdiClient.ActivateNextChild/
5232         ActivatePreviousChild instead of Form.SelectNextControl
5233         to select the next/previous child since 
5234         SelectNextControl doesn't do it in the same order
5235         as mdi children should do it.
5236
5237 2007-01-16  Chris Toshok  <toshok@ximian.com>
5238
5239         * Control.cs: remove container_selected field.
5240
5241 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5242
5243         * MdiClient.cs: Update main form's ActiveChild when
5244         updating keyboard focus for the mdi child.
5245
5246 2007-01-16  Jonathan Pobst  <jpobst@novell.com>
5247
5248         * Control.cs: PreferredSize fix.
5249
5250         * Form.cs: Add several 2.0 events, properties, and methods.
5251
5252 2007-01-16  Gert Driesen  <drieseng@users.sourceforge.net>
5253
5254         * Form.cs: Provide meaningful message when MdiParent is assigned a
5255         Form that is not an MdiContainer.
5256
5257 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5258
5259         * MdiClient.cs: Update main form's ActiveChild when
5260         activating a mdi child.
5261
5262 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5263
5264         * MdiWindowManager.cs: Fix NRE when merging menus and main form
5265         doesn't have a menu.
5266
5267         * Form.cs: Request NCRecalc after creating a mdi child window.
5268         Implement mdi key handling (Ctrl+F4, Ctrl+Shift+F4, Ctrl+Tab, 
5269         Ctrl+Shift+Tab, Ctrl+F6 and Ctrl+Shift+F6).
5270         
5271         * MdiClient.cs: Add new method SendFocusToActiveChild that either
5272         sends keyboard focus to the active child, or to the MdiClient
5273         if there are no child forms.
5274         
5275 2007-01-15  Chris Toshok  <toshok@ximian.com>
5276
5277         * ListView.cs: drop the *Internal overrides, just do our work in
5278         ItemControl's WndProc instead.
5279
5280         * UpDownBase.cs: a few large changes.  Fix up the Selectable state
5281         of the various controls, and forward the events properly (in the
5282         same manner as MS) from the textbox to the UpDown.  Also the
5283         ActiveControl of the UpDownBase gets set properly now.  Finally,
5284         we don't call UpdateEditText from the ctor.  Fixes bug #79957.
5285
5286         * NumericUpDown.cs: set Text in the ctor.
5287
5288         * DomainUpDown.cs: call UpdateEditText in the ctor.
5289         
5290         * TextBox.cs: on ms.net, WM_LBUTTONDOWN sets focus on the textbox,
5291         so even a Selectable = false textbox can be focused if you click
5292         in it.  Go figure.
5293
5294         * Control.cs: remove On{Got,Lost}FocusInternal.  Subclasses can
5295         just add their handling in their respective WndProc's.  Also add
5296         an explicit FocusInternal method that doesn't consult CanFocus
5297         before calling Select(this).
5298
5299         * TextBoxBase.cs: deal with removal of the FocusInternal calls -
5300         do our work in WndProc instead.
5301
5302         * TabControl.cs: same.
5303
5304         * ComboBox.cs: same.
5305
5306 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
5307
5308         * Menu.cs: implement MergeItems and Replace for MenuMerge method.
5309         Fixes #80006.
5310
5311 2007-01-15 Carlos Alberto Cortez <calberto.cortez@gmail.com>
5312
5313         * ListViewItem.cs:
5314         * ThemeWin32Classic.cs: Don't draw the item text outside
5315         item bounds in Details view, as well as use trimming.
5316         Fixes bug #80376.
5317
5318 2007-01-15  Jonathan Pobst  <jpobst@novell.com>
5319
5320         * Form.cs: Implement Form.ShowIcon.
5321         
5322         * XplatUIWin32.cs: Allow the SetIcon win32 call to set the icon to
5323         null, which when combined with the DlgModalFrame window style removes
5324         the icon from the title bar.
5325
5326 2007-01-15  Jonathan Pobst  <jpobst@novell.com>
5327
5328         * Control.cs: Call OnMouseClick after OnClick. (2.0)
5329
5330 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
5331
5332         * MdiWindowManager.cs: In CreateMaximizedMenu fix a position of icon
5333         menu when mdi child windows theres a menu, uses insert to get icon
5334         at first position. Partially fix #80006.
5335
5336 2007-01-15  Jonathan Pobst  <jpobst@novell.com>
5337
5338         * Clipboard.cs: Implement 2.0 methods.
5339
5340 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
5341
5342         * Menu.cs: Implement Insert method of MenuItemCollection class
5343         to fix MenuMerge.
5344
5345 2007-01-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5346
5347         * ListView.cs: Implement 2.0 FindItemWithText method.
5348
5349 2007-01-11  Everaldo Canuto  <everaldo@simios.org>
5350
5351         * Form.cs: When process WM_NCCALCSIZE message use ClienSize.Width
5352         to calculate menu bar size. Fixes #80290.
5353
5354 2007-01-11  Everaldo Canuto  <everaldo@simios.org>
5355
5356         * ThemeWin32Classic.cs: Fix position of menuitem check mark.
5357
5358 2007-01-11  Chris Toshok  <toshok@ximian.com>
5359
5360         * XplatUIX11.cs: don't send duplicate WM_ACTIVATE messages to the
5361         initial form.
5362
5363 2007-01-11  Chris Toshok  <toshok@ximian.com>
5364
5365         * LinkLabel.cs: make sure to call base.Select in our Select method
5366         if it turns out we're going to be selected (i.e. if we have a link
5367         that is going to receive focus).  That way our container's
5368         ActiveControl is updated properly.
5369
5370 2007-01-11  Chris Toshok  <toshok@ximian.com>
5371
5372         * LinkLabel.cs: turns out that LinkLabels are only Selectable if
5373         they have 1 or more links.  this fixes the crash gert reported.
5374
5375 2007-01-11  Andreia Gaita  <avidigal@novell.com>
5376
5377         * ContainerControl.cs: Remove ContainerSelected flag, not needed
5378         anymore.
5379
5380         * Control.cs (Controls.Add): Check if control to be added to the collection
5381         is a top level control, and throw an ArgumentException if it is.
5382         Remove ContainerSelectedFlag, not needed anymore.
5383
5384         * XplaUIWin32.cs (SetTopMost): Add flag SWP_NOACTIVATE so that setting the
5385         top most control doesn't activate the form. This fixes a problem in the
5386         MessageBox, where the default button wouldn't get focus because the form
5387         was activated before being Loaded - when the Owner is set, SetTopMost is
5388         called, and it would activate it.
5389
5390 2007-01-11  Jonathan Pobst  <jpobst@novell.com>
5391
5392         * Button.cs: When clicked and setting the parent form's DialogResult,
5393         use FindForm instead of Parent, since parent could be a container
5394         control and not the Form.  Fixes bug #80495.
5395
5396 2007-01-10  Chris Toshok  <toshok@ximian.com>
5397
5398         * Form.cs: move the call to SendControlFocus into the same
5399         is_loaded check.
5400
5401 2007-01-10  Chris Toshok  <toshok@ximian.com>
5402
5403         * UpDownBase.cs (.ctor): remove the ActiveControl assignment here.
5404         It breaks in the face of the new ActiveControl stuff, and should
5405         be unnecessary.
5406
5407         * Form.cs (WndProc): in the WM_ACTIVATE case, we need to set the
5408         activecontrol's focus if it's not already set, after we set
5409         ActiveControl, but before we call OnActivated.  Re-fixes #79667
5410         after the previous focus/active control fixes regressed it.
5411
5412         * Control.cs: reindent some code.
5413         
5414 2007-01-10  Chris Toshok  <toshok@ximian.com>
5415
5416         * Splitter.cs: clearing some outstanding changes from my tree.
5417         Replace all accesses (not writes) to the internal dock_style field
5418         with the Dock property.
5419
5420 2007-01-10  Chris Toshok  <toshok@ximian.com>
5421
5422         * Control.cs: make FireEnter, FireLeave, FireValidating, and
5423         FireValidated virtual.
5424
5425         * Form.cs: override and don't chain up calls to FireEnter and
5426         FireLeave.
5427
5428 2007-01-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5429
5430         * ListView.cs: Add more text padding space when using
5431         auto resize for columns (the previous value didn't work fine).
5432
5433         * ThemeWin32Classic.cs: Update text position inside columns,
5434         to match the appeareance of .Net.
5435
5436         * ColumnHeader.cs: When using auto resize, only the Width should
5437         depend on the sub items, not the Height. Also, set width after
5438         auto resizing (the value of Width should never remain as -1 or -2).
5439
5440 2007-01-10  Chris Toshok  <toshok@ximian.com>
5441
5442         * Application.cs: fix compilation errors when debug is enabled.
5443
5444 2007-01-10  Chris Toshok  <toshok@ximian.com>
5445
5446         * ContainerControl.cs (set_ActiveControl): rework this a bit (and
5447         add some nice ascii art pictures and explanation of the process).
5448         (GetMostDeeplyNestedActiveControl): new utility function we need
5449         because our ActiveControl can refer to a child container with its
5450         own ActiveControl.
5451
5452         * Form.cs (OnActivated): remove the call to SelectActiveControl
5453         from here, since you can override this method and not chain up,
5454         and winforms still sets the active control.
5455         (OnCreateControl): also remove the unnecessary SelectActiveControl
5456         call from here.
5457         (WndProc): it's actually called from the WM_ACTIVATE block, just
5458         before calling OnActivated.
5459
5460         * Control.cs (Select (Control)): move the call to XplatUI.SetFocus
5461         inside the else.  the ActiveControl setter will end up setting
5462         focus on @control.  This keeps us from setting it again (and
5463         generating an extra LostFocus/GotFocus pair).
5464         (Select (bool, bool)): reindent.
5465
5466 2007-01-10  Jonathan Pobst  <jpobst@novell.com>
5467
5468         * FlowLayoutPanel.cs, MenuStrip.cs, SplitContainer.cs, SplitterPanel.cs,
5469         StatusStrip.cs, TableLayoutPanel.cs, TableLayoutStyleCollection.cs,
5470         ToolStrip.cs, ToolStripComboBox.cs, ToolStripContainer.cs,
5471         ToolStripContentPanel.cs, ToolStripControlHost.cs, ToolStripDropDown.cs,
5472         ToolStripDropDownButton.cs, ToolStripDropDownItem.cs, ToolStripDropDownMenu.cs,
5473         ToolStripItem.cs, ToolStripMenuItem.cs, ToolStripPanel.cs, ToolStripPanelRow.cs,
5474         ToolStripSeparator.cs, ToolStripSplitButton.cs, ToolStripStatusLabel.cs
5475         ToolStripTextBox.cs: Another wave of corcompare work.
5476
5477 2007-01-09  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5478
5479         * ColumnHeader.cs: Implement 2.0 AutoResize method using
5480         the Width property.
5481
5482         * ListView.cs: Implement 2.0 AutoResizeColumn and AutoResizeColumns
5483         methods by callling Column.AutoResize method on columns.
5484
5485 2007-01-09  Jonathan Pobst  <monkey@jpobst.com>
5486
5487         * Control.cs: Provide proper implementations of PreferredSize
5488         and GetPreferredSize (2.0).
5489
5490 2007-01-09  Jonathan Pobst  <monkey@jpobst.com>
5491
5492         * Form.cs: Remove one character (!) to make my previous OnClosing
5493         stuff work for modal windows like MessageBox.
5494
5495 2007-01-09  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5496
5497         * ListView.cs:
5498         * ThemeWin32Classic.cs: Use ListView.GetReorderedColumn instead of
5499         ListView.Columns to get the last displayed column. Fixes #80452.
5500
5501 2007-01-09  Everaldo Canuto  <everaldo@simios.org>
5502
5503         * Label.cs, LinkLabel.cs: Source code identation fixes.
5504
5505 2007-01-08  Everaldo Canuto  <everaldo@simios.org>
5506
5507         * ToolBarButton.cs: Remove InvalidateBorder and use Invalidate instead,
5508         we dont need to invalidate only borders because when we invalidate four
5509         border lines the invalidate's generates a complete redraw of button, 
5510         because it now invalidate a complete rect some other redraws operations
5511         are fixed. Fixes #80196.
5512         
5513         * Theme.cs, ThemeNice.cs, ThemeClearLooks.cs, ThemeWin32Classic.cs:
5514         Remove ToolBarInvalidateEntireButton as it is not used.
5515
5516 2007-01-08  Jonathan Pobst  <monkey@jpobst.com>
5517         
5518         * Form.cs: Make sure that both OnClosing and OnFormClosing are
5519         called for 2.0 profile.
5520         * CloseReason.cs: Make class internal for 1.1.
5521
5522 2007-01-08  Jonathan Pobst  <monkey@jpobst.com>
5523
5524         * ToolStripManager.cs: Implement FindToolStrip functionality.
5525         * ToolStrip.cs: Register and unregister with ToolStripManager.
5526
5527 2007-01-07  Jonathan Pobst  <monkey@jpobst.com>
5528
5529         * Control.cs: This was messy.  2.0 moves much of ControlCollection
5530         to ArrangedElementCollection.  Implemented this with as few #if's as 
5531         possible (which is still too many).
5532
5533 2007-01-07  Jonathan Pobst  <monkey@jpobst.com>
5534
5535         * Control.cs: Implement SizeFromClientSize() [2.0].
5536
5537 2007-01-07  Everaldo Canuto  <everaldo@simios.org>
5538
5539         * Hwnd.cs: On GetClientRectangle add a new parameter border_static,
5540         use Theme.BorderSize to calculate area instead of static value 1, 
5541         by the way use new BorderStaticSize instead     Border3DSize when 
5542         border_static is true. Fixes #79537.
5543         
5544         * XplatUIOSX.cs: Fix call to GetClientRectangle. 
5545         
5546         * ThemeWin32Classic.cs: On CPDrawBorder3D dont draw inner border when
5547         it is not needed.
5548
5549 2007-01-06  Everaldo Canuto  <everaldo@simios.org>
5550
5551         * Hwnd.cs: Gives more code legibility to GetWindowRectangle.
5552
5553 2007-01-06  Everaldo Canuto  <everaldo@simios.org>
5554
5555         * Label.cs: Override CreateParams to use WS_EX_STATICEDGE instead of
5556         WS_EX_CLIENTEDGE in ExStyles when BorderStyle is Fixed3D, it is
5557         
5558         * Hwnd.cs: 
5559         - border_static field added, it will used to define when a control 
5560         theres 3D border but it must be static (thin).
5561         - In GetWindowRectangle use Theme.BorderSize to calculate area 
5562         instead of static value 1, by the way use new BorderStaticSize instead
5563         Border3DSize when border_static is true.
5564
5565         * XplatUIX11.cs, XplatUIOSX.cs: 
5566         - When WS_EX_STATICEDGE ExStyle is set define border_static as true.
5567         
5568         * Theme.cs: BorderStaticSize field added.
5569
5570 2007-01-05  Everaldo Canuto  <everaldo@simios.org>
5571
5572         * XplatUIX11.cs: Removed unused hwnd var in SetBorderStyle.
5573
5574 2007-01-05  Everaldo Canuto  <everaldo@simios.org>
5575
5576         * Control.cs: Under InternalBorderStyle call RecreateHangle to 
5577         mimic same behavior than win32 that set border only in CreateParams,
5578         it fix problems under CreateParams overrides. Fix #79442 and partial
5579         fix #79537.
5580         
5581         * XplatUIX11.cs: Dont set hwnd.border_style in SetBorderStyle instead
5582         of thi control you must call recreate handle. 
5583         
5584         * XplatUIWin32.cs: Remove all SetBorderStyle code, for win32 we dont
5585         need to do anything as RecreateHangle will take care about borders.
5586
5587 2007-01-05  Mike Kestner  <mkestner@novell.com>
5588
5589         * ListView.cs: hack to eliminate Lost/Got focus notifications on
5590         cycles between the ItemControl and parent.  Fixes #80388.
5591
5592 2007-01-05  Gert Driesen  <drieseng@users.sourceforge.net>
5593
5594         * Control.cs: Lazy init layout engine. Do not directly use 
5595         layout_engine since LayoutEngine may be overridden (on 2.0 profile).
5596
5597 2007-01-05  Chris Toshok  <toshok@ximian.com>
5598
5599         * DataGrid.cs: don't forceably rebind columns in SetDataSource
5600         unless our list manager has changed (i.e. unless we have reason to
5601         believe our columns have changed).  Fixes #80422.
5602         
5603         also, disable the call do BindColumns in
5604         OnListManagerMetaDataChanged.  this breaks this test in 2.0 (in
5605         1.1 the event isn't raised in response to a column addition on a
5606         table.)
5607
5608 2007-01-05  Jonathan Pobst  <monkey@jpobst.com>
5609
5610         * Control.cs: Move LayoutEngine.Layout to the OnLayout method, so
5611         that inheritors can not call it if they choose.  Fixes bug #80456.
5612
5613 2007-01-05  Andreia Gaita  <avidigal@novell.com>
5614
5615         * XplatUIWin32.cs: Initialize MSG.refobject at 0 so it 
5616         doesn't blow up with a null exception on marshalling.
5617         
5618 2007-01-05  Jonathan Pobst  <monkey@jpobst.com>
5619
5620         * Control.cs: Implement several 2.0 protected properties and methods.
5621         Ensure that all necessary events are being called when properties
5622         are set.
5623
5624 2007-01-05  Mike Kestner  <mkestner@novell.com>
5625
5626         * ListView.cs: implement PgUp/PgDn for Details view.  Also
5627         fixes First/LastVisibleIndex to use the item_control.ClientRect 
5628         instead of the parent control.  Fixes #80378.
5629
5630 2006-01-05  Atsushi Enomoto  <atsushi@ximian.com>
5631
5632         * PageSetupDialog.cs : cosmetic refactoring; use RegionInfo to
5633           determine whether to use yard-pound or not (bug #78399).
5634
5635 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
5636
5637         * FileDialog.cs: Sebastien fixed the libgdiplus png alpha
5638         problems. So it is time to bring back the old popupbutton colors.
5639
5640 2006-01-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5641
5642         * ColumnHeader.cs:
5643         * ListView.cs: Implement 2.0 ColumnHeader.DisplayIndex
5644         property by using the internal information of the
5645         columns order in ListView.
5646
5647 2007-01-04  Jonathan Pobst  <monkey@jpobst.com>
5648
5649         * CommonDialog.cs, Cursor.cs, ErrorProvider.cs, HelpProvider.cs:
5650         Add 2.0 Tag properties.
5651
5652         * LinkArea.cs: Add 2.0 ToString method.
5653
5654 2007-01-03  Chris Toshok  <toshok@ximian.com>
5655
5656         * DataGrid.cs: the Alt+0 handling was wrong, it should have been
5657         Ctrl+0.  Fixes bug #80367.  Also, don't eat the Delete keypress
5658         when we're editing, which fixes #80047.
5659
5660 2007-01-03  Chris Toshok  <toshok@ximian.com>
5661
5662         * Form.cs: apply patch contributed by Dominik Seichter.  fixes
5663         #80404.
5664
5665 2007-01-03  Jonathan Pobst  <monkey@jpobst.com>
5666
5667         * MenuStrip.cs, ToolStripMenuItem.cs: Add MdiWindowListItem
5668         property and implementation.
5669
5670         * Form.cs, MdiClient.cs, MdiWindowManager.cs: Add needed hooks
5671         for MdiWindowListItem property.
5672
5673         * ToolStripDropDown.cs: Don't consider hidden menu items while
5674         laying out the menu.
5675
5676 2007-01-03  Andreia Gaita  <avidigal@novell.com>
5677
5678         * SendKeys.cs: window handle is not needed in win32, so just
5679         get the active window for X after parsing keys and don't use
5680         it when building the message; it is passed by parameter to the 
5681         Xplat method and used there to build the message instead. Also,
5682         wait for events to be processed on SendWait, as opposed to Send,
5683         which doesn't wait :) Playing with threads and Send() completely 
5684         hangs on ms.net, only SendWait() works.
5685         
5686         XplatUIX11.cs
5687         X11Display.cs: Check for valid window handle.
5688
5689 2007-01-03  Jackson Harper  <jackson@ximian.com>
5690
5691         * TextControl.cs: Need to prevent wrap calculations when replacing
5692         text (this was there before i removed it accidently).
5693         - Don't update the cursor during the positioning, just set it to
5694         selection_start at the end of the operaion.
5695
5696 2007-01-03  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5697
5698         * Control.cs:
5699         * NotifyIcon.cs: corcompare work, no more X's in 1.1 class status.
5700         
5701 2007-01-03  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5702
5703         * MonthCalendar.cs: Added Click and DoubleClick events again,
5704         but this time they only hide Control's Click and DoubleClick.
5705         
5706 2007-01-03  Gert Driesen  <drieseng@users.sourceforge.net>
5707
5708         * Theme.cs: Re-enabled DefaultFont change. Use const to refer to
5709         System.Drawing assembly. Spaces to tabs. Removed extra tabs.
5710
5711 2007-01-02  Jackson Harper  <jackson@ximian.com>
5712
5713         * TextBoxBase.cs: We move the caret with the split now, so we
5714         don't need to explicitly move the caret after splitting.  This
5715         fixes the caret bumping down an extra line on Enter.
5716
5717 2007-01-02  Miguel de Icaza  <miguel@novell.com>
5718
5719         * ContainerControl.cs: Add AutoValidateChanged event (for PDN
5720         2.72). 
5721
5722         * ScrollableControl.cs: Add Scroll event.
5723
5724 2007-01-02  Mike Kestner  <mkestner@novell.com>
5725
5726         * ListView.cs: one more try with help from georgegiolfan@yahoo.com 
5727         to fix all hdr height padding codepaths.  Fixes #80207.
5728
5729 2007-01-02  Chris Toshok  <toshok@ximian.com>
5730
5731         * StatusBar.cs (.ctor): remove the Anchor setting, as it's just
5732         setting it to the Control defaults anyway, and it being after the
5733         Dock set was screwing up layout.
5734         (set_Dock): don't short circuit out of setting base.Dock.  Also,
5735         no need to call UpdateStatusBar here, as it'll be re-layed out if
5736         it needs to be.
5737
5738 2007-01-02  Mike Kestner  <mkestner@novell.com>
5739
5740         * ListView.cs: patch from georgegiolfan@yahoo.com to add padding
5741         to header height for width == -1. Fixes the rest of #80207.
5742
5743 2007-01-02  Mike Kestner  <mkestner@novell.com>
5744
5745         * ListView.cs: rework the mouse event forwarding everaldo added
5746         to translate the coordinates to the parent control not
5747         raise the parent events until after we've done our work. Hover
5748         needs more work, in the case where HoverSelection is on, because
5749         the item control receives more than one MouseHover per Enter
5750         event, so we need to ensure only the "first" hover gets forwarded.
5751         Opening a minor bug for that.
5752
5753 2007-01-02  Gert Driesen  <drieseng@users.sourceforge.net>
5754
5755         * CheckedListBox.cs: Fixed SelectionMode to match MS.
5756         * ListControl.cs: Implemented AllowSelection property. Removed extra
5757         tabs.
5758         * ListBox.cs: Implemented AllowSelection property.
5759
5760 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
5761
5762         * MenuItem.cs: In MdiWindowClickHandler uses sender instead of
5763         SelectedItem, it prevent for errors when you must disable item
5764         before perform click. Fixes #80409.
5765
5766 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
5767
5768         * MenuAPI.cs: Prevent second level and beyond submenus to close
5769         until first level when move out side of popup.
5770         
5771 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
5772
5773         * MenuAPI.cs:
5774         - Down submenu positin in three pixels.
5775         - Closes sub menu when mouse leaves from menu. Fixes #80402.
5776
5777 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
5778
5779         * ThemeWin32Classic.cs:
5780         - Fix popup menu size adding one pixel on the top.
5781         - Down menu item border from two to one to mimic Win32.
5782         - Some source identation fixes. 
5783
5784 2007-01-01  Everaldo Canuto  <everaldo@simios.org>
5785
5786         * ThemeWin32Classic.cs: Use float numbers to calculate size and
5787         position of menu arrows, it fix wrong arrow size.
5788
5789 2007-01-01  Everaldo Canuto  <everaldo@simios.org>
5790
5791         * ThemeWin32Classic.cs: Uses CPDrawBorder3D to draw menu borders
5792         instead of line, it simplify draw operation and fix it using 3D
5793         borders to mimic Win32.
5794
5795 2007-01-01  Jonathan Pobst  <monkey@jpobst.com>
5796
5797         * StatusStrip.cs: Add implementation of the sizing grip.
5798
5799         * ToolStripRenderer.cs, ToolStripProfessionalRenderer.cs: Add
5800         StatusStrip rendering.
5801
5802 2006-12-31  Chris Toshok  <toshok@ximian.com>
5803
5804         * ToolBar.cs: don't assign to dock_style in the .ctor.  it doesn't
5805         override the layout style (anchor/dock) of the control.  assign to
5806         Dock instead.  Fixes bug #80416.
5807
5808         * ToolStrip.cs: same.
5809
5810 2006-12-31  Andreia Gaita  <avidigal@novell.com>
5811
5812         * ContainerControl.cs: Use ContainerSelected flag to check if 
5813         a Container is directly selected, or if Select is called on a 
5814         non-container. If a container is directly selected, focus events 
5815         should not be raised.
5816         Apply #80411 patch to throw exception on set_ActiveControl if 
5817         control is the same as the current one.
5818         
5819         * Control.cs: Use ContainerSelected flag (see above).
5820         Add invalidation check to raise event but not invalidate if 
5821         dimensions are 0.       
5822         Apply #80411 patch.
5823         
5824
5825 2006-12-31  Everaldo Canuto  <everaldo@simios.org>
5826
5827         * MenuAPI.cs: After click, dont close popup menu when menu is
5828         ContextMenu. Fixes #80399.
5829
5830 2006-12-30  Chris Toshok  <toshok@ximian.com>
5831
5832         * ContainerControl.cs: make sure we throw the exception if the
5833         container control doesn't contain the control we're setting
5834         ActiveControl to.
5835
5836 2006-12-30  Chris Toshok  <toshok@ximian.com>
5837
5838         * Control.cs (SetTopLevel): fix the exception raised by
5839         SetTopLevel for child controls.
5840         (set_Anchor): call UpdateDistances when setting the anchor type.
5841         This fixes bug #80336.
5842
5843 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
5844
5845         * Theme.cs: For now, revert back to 8pt font.
5846
5847 2006-12-29  Everaldo Canuto  <everaldo@simios.org>
5848
5849         * MenuAPI.cs: Set popup as active when open a ContextMenu. 
5850         Fixes #80395.
5851
5852 2006-12-29  Chris Toshok  <toshok@ximian.com>
5853
5854         * Control.cs: reorder the code in OnResize to give the same event
5855         ordering as MS.
5856
5857 2006-12-29  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5858
5859         * MdiClient.cs: Implemented MdiLayout for ArrangeIcons,
5860         TileHorizontally and TileVertically.
5861         
5862 2006-12-29  Alexander Olk  <alex.olk@googlemail.com>
5863
5864         * ColorDialog.cs, FileDialog.cs, FolderBrowserDialog.cs,
5865         FontDialog.cs, Mime.cs, MimeIcon.cs, OpenFileDialog.cs,
5866         SaveFileDialog.cs, ThemeClearlooks.cs, ThemeNics.cs:
5867         Corrected copyright and email adress.
5868
5869 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
5870
5871         * TreeNode.cs: On 2.0 profile, throw InvalidOperationException instead
5872         of Exception in FullPath property if no TreeView is associated with
5873         the TreeNode.
5874
5875 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
5876
5877         * Theme.cs: Marked default_font as private, and initialize it in ctor
5878         with MS Sans Sarif 8.25 on 1.0 profile, and SystemFonts.DefaultFont
5879         on 2.0 profile.
5880         * ThemeGtk.cs: Removed default_font intialization.
5881         * ThemeWin32Classic.cs: Removed default_font initialization.
5882
5883 2006-12-28  Chris Toshok  <toshok@ximian.com>
5884
5885         * Control.cs: fix a couple of place where we were creating handles
5886         more aggressively than we should be.  Fixes ControlRefresh unit
5887         tests.
5888
5889 2006-12-28  Chris Toshok  <toshok@ximian.com>
5890
5891         * Control.cs: contrary to what the comment said, Control.Dock does
5892         not supercede Control.Anchor - the last one you assign to decides
5893         the layout behavior.  so we need to keep track of which was the
5894         last set.  Also, fix some of the affected property arguments in
5895         PerformLayout calls, and remove an redundant parent.PerformLayout
5896         call in OnResized.
5897
5898         Add a VisibleInternal property, which returns is_visible.  We
5899         can/should get rid of all the usage of this field elsewhere.
5900
5901 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5902         
5903         * Control.cs: DoubleBuffered property reflects the OptimizedDoubleBuffer
5904         control style, not DoubleBuffer. Added UseDoubleBuffering property
5905         that indicates whether doublebuffering is enabled and supported.
5906         (comment from and code based on Gert Driesen's patch in #80324).
5907         Fixes #80324.
5908
5909 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5910         
5911         * Control.cs: Fixed a NRE.
5912
5913 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5914
5915         * TrackBar.cs: Fix SmallChange and LargeChange exceptions
5916         for 2.0.
5917
5918 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5919
5920         * Control.cs: Rewrote double buffering, now a seperate
5921         class handles all the buffering, no Graphics is disposed of
5922         until the painting is finished (earlier implementation 
5923         would crash if the control was resized in the OnPaint, 
5924         since it would cause the double buffer to be recreated
5925         and the old one disposed), a separate Graphics is 
5926         created for every paint (MS behaviour and anyways the state
5927         of the Graphics would have to be saved and restored otherwise)
5928         
5929         * XplatUIDriver.cs: 
5930         * XplatUIX11.cs:
5931         * XplatUI.cs: Added and implemented GetOffscreenGraphics 
5932         so that we can get the graphics for the back buffer without
5933         having to create a new one and remove the offscreen_dc parameter
5934         from CreateOffscreenDrawable and DestroyOffscreenDrawable.
5935         
5936 2006-12-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5937
5938         * ListView.cs: Add key-related 2.0 methods for CheckedItemCollection.
5939         Also make virtual all the key-related methods.
5940
5941         * ListViewItem.cs: Make virtual the key related methods for
5942         ListViewSubItemCollection.
5943
5944 2006-12-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5945
5946         * ListView.cs:
5947         * ListViewItem.cs:
5948         * ThemeWin32Classic.cs:
5949         * Theme.cs: Initial support for Tile view in ListView,
5950         as well as the implementation of the required bits for it (Item
5951         and Subitem).
5952
5953 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
5954
5955         * MonthCalendar.cs: On 2.0, throw ArgumentOutOfRangeException instead
5956         of ArgumentException in MaxSelectionCount, MaxDate and MinDate.
5957         Provide useful exception messages.
5958
5959 2006-12-27  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5960
5961         * TrackBar.cs: Remove a warning.
5962         * MonthCalendar.cs: Moved back to using Capture to hide the calendar
5963         when used by DateTimePicker, fixes #80287. This also requires that 
5964         MonthCalendar implements it's own drawing for the yearly updown control,
5965         otherwise the Capture tracking would be too complicated. Removed the Click 
5966         and DoubleClick events (according to comments they were hiding the base class
5967         event to prevent them from beeing fired - MSDN only says MonthCalendar doesn't
5968         raise these events, not that they cannot be raised. It is possible to raise 
5969         them by calling OnClick and OnDoubleClick). Added two internal fields in 
5970         HitTestInfo in order to track give more tracking info needed by MonthCalendar.
5971         * ThemeWin32Classic.cs: Implement drawing of MonthCalendar's updown part.
5972         * DateTimePicker.cs: Removed handling of MonthCalendar's LostFocus
5973         event, no longer needed.
5974         
5975 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
5976
5977         * ScrollableControl.cs: In AutoScrollMinSize, only set AutoScroll to
5978         true if new value differs from current value.
5979
5980 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
5981
5982         * Control.cs: ControlCollection.Count must be public. Fixed build of
5983         unit tests.
5984
5985 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
5986
5987         * ListView.cs: Redraw when FullRowSelect is changed. Fixes bug #80379.
5988
5989 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
5990
5991         * ComboBox.cs: Mergable=>MergableProperty. Fixes build.
5992
5993 2006-12-26  Everaldo Canuto  <everaldo@simios.org>
5994
5995         * Control.cs: Invalidates control including when Width and Height is 
5996         equal zero or is not visible, only Paint event must be care about 
5997         this. Fixes #79913.
5998
5999 2006-12-26  Chris Toshok  <toshok@ximian.com>
6000
6001         * CurrencyManager.cs, PropertyManager.cs, BindingManagerBase.cs:
6002         more corcompare work.
6003
6004         * DataGridView.cs: fix compiler warning.
6005
6006         * ColumnHeader.cs: some corcompare work, and also take the
6007         opportunity to make the internal fields private.
6008
6009         * ListView.cs: fix the fallout from the above field change.
6010
6011 2006-12-26  Jonathan Pobst  <monkey@jpobst.com>
6012
6013         * ToolStripButton.cs, ToolStripComboBox.cs, ToolStripControlHost.cs,
6014         ToolStripItem.cs, ToolStripProgressBar.cs, ToolStripSplitButton.cs,
6015         ToolStripTextBox.cs: Fixes to events and corcompare.
6016
6017 2006-12-26  Everaldo Canuto  <everaldo@simios.org>
6018
6019         * ListView.cs: Call owner.OnMousexx event to propagate events from
6020         item to ListView. Fixes #80367.
6021
6022 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
6023
6024         * ComboBox.cs: On 2.0, DropDownWidth throws ArgumentOutOfRangeException
6025         if value is less than one. ItemHeight should not be set to a value
6026         less than 1, and throw ArgumentOutOfRangeException on 2.0 profile. 
6027         Removed extra tabs.
6028
6029 2006-12-26  Jonathan Pobst  <monkey@jpobst.com>
6030
6031         * ToolStripMenuItem.cs: Add ShortcutDisplayString for Moma.
6032         * ToolStripStatusLabel.cs: Add Spring for Moma.
6033
6034 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
6035
6036         * DataGridView.cs: Fixed several NullReferenceException in On* methods.
6037         Fixed code formatting. Removed debug code.
6038         * DataGridViewTextBoxEditingControl.cs: Removed debug code.
6039
6040 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
6041
6042         * DataGridView.cs: Fixed GridColor, DefaultSize, DefaultCellStyle,
6043         RowHeadersDefaultStyle, RowHeadersWidth to match MS. Throw
6044         ArgumentOutOfRangeException if ColumnCount is negative. In 
6045         ColumnHeadersHeight, throw ArgumentOutOfRangeException if height is
6046         less than 4 or higher than 32768.
6047         * DataGridViewCellStyle.cs: Fixed default value for NullValue.
6048         Fixed FormatProvider to return CurrentCulture unless explicitly set.
6049         Fixed IsFormatProviderDefault to return true if FormatProvider has
6050         not been explicitly set.
6051
6052 2006-12-25  Chris Toshok  <toshok@ximian.com>
6053
6054         * Application.cs: add a couple of 2.0 events.
6055
6056 2006-12-25  Chris Toshok  <toshok@ximian.com>
6057
6058         * Control.cs: fix compiler warning.
6059
6060         * AxHost.cs: corcompare fixes.
6061
6062         * ApplicationContext.cs: corcompare fixes.
6063
6064 2006-12-25  Chris Toshok  <toshok@ximian.com>
6065
6066         * Control.cs: only update dist_right/dist_bottom if the
6067         width/height is > 0.  this fixes anchored controls being resized
6068         smaller until they disappear and then resized larger again.
6069
6070 2006-12-25  Chris Toshok  <toshok@ximian.com>
6071
6072         * Control.cs: a couple of changes.  Remove dist_left and dist_top,
6073         since they're nothing more than X/Left and Y/Top, respectively.
6074
6075         Also, move back to a per-control Bitmap/Graphics for
6076         DeviceContext, since using the static Hwnd.bmp/bmp_g is bad in the
6077         MT case.  Go with a tiny bitmap though, 1x1, instead of Width x
6078         Height.
6079
6080 2006-12-25  Miguel de Icaza  <miguel@novell.com>
6081
6082         * MessageBox.cs: Implemented overload that takes a new "bool
6083         displayHelpButton" by adding a new internal field "show_help".
6084         When clicked this will raise the HelpRequested on the owner or the
6085         main form. 
6086
6087         From: 007dbe3ff0ca4729a4f5fcd1d8ab2a2e.txt
6088         From: c935e12b95fe4dc1ae670e7f4dc5fd68.txt
6089
6090         * ListView.cs: Add support ColumnWidthChanged and
6091         ColumnWidthChanging. 
6092
6093         Add support for ColumnReordered event.
6094         (ReorderColumn): Add NET_2_0 specific support for cancelling the
6095         reorder.
6096
6097         Very nice codebase!
6098
6099         * TextBoxBase.cs (GetLineFromCharIndex): Implement this method.
6100
6101         This is used by report f4ae0a88a0a244558aaadf017c9b9efe.
6102
6103 2006-12-24  Chris Toshok  <toshok@ximian.com>
6104
6105         * GridTablesFactory.cs: 2.0 corcompare work.
6106
6107         * ToolStripContainer.cs: add "override" to
6108         ContextMenuStripChanged, and remove the local event object.
6109
6110         * ToolStripDropDown.cs: same with a couple properties.
6111
6112         * ToolStripPanel.cs: same with AutoSizeChanged event.
6113
6114         * TextBoxBase.cs: add "override" to AutoSizeChanged.
6115
6116         * Form.cs: add the remaining 2.0 events, and do some corcompare
6117         attribute work.
6118
6119         * DateTimePicker.cs: add "new" to padding.
6120
6121         * ButtonBase.cs: use Control's use_compatible_text_rendering.
6122
6123         * ToolStripContentPanel.cs: use base.AutoSizeChanged.
6124
6125         * DataGridView.cs: PaddingChanged is overridden.
6126
6127 2006-12-24  Chris Toshok  <toshok@ximian.com>
6128
6129         * Control.cs: corecompare work here too.
6130
6131         * DataGridViewElement.cs, DataGridView.cs,
6132         DataGridViewButtonCell.cs, DataGridViewRowCollection.cs,
6133         DataGridViewImageColumn.cs, DataGridViewComboBoxColumn.cs,
6134         DataGridViewImageCell.cs, DataGridViewCheckBoxCell.cs,
6135         DataGridViewHeaderCell.cs, DataGridViewCell.cs: more corcompare
6136         work.
6137
6138 2006-12-24  Miguel de Icaza  <miguel@novell.com>
6139
6140         * Control.cs: Switched the error message on the console for a
6141         todo.  A review of the code will have to cope with this anyways
6142         (since its a large feature, it is in our radar) and it was
6143         producing too much output when running PDN.
6144
6145         * ToolStripComboBox.cs: Set the text when the SelectedIndex
6146         changes.  Applications depend on this (PDN 2.72)
6147
6148 2006-12-23  Chris Toshok  <toshok@ximian.com>
6149
6150         * TableLayoutSettings.cs: finish up the corcompare work for this
6151         class.
6152
6153 2006-12-23  Chris Toshok  <toshok@ximian.com>
6154
6155         * Control.cs: make SetImplicitBounds internal, do some futzing
6156         with LayoutEngine so that it's available in 1.1, and remove the
6157         entire duplicated code mess from PerformLayout.  Use
6158         System.Windows.Forms.Layout.DefaultLayout instead.
6159
6160         * LayoutEngine.cs: make this class internal in 1.1, public in 2.0.
6161
6162 2006-12-23  Jonathan Pobst  <monkey@jpobst.com>
6163
6164         * Form.cs: Add MainMenuStrip property.
6165
6166 2006-12-23  Jonathan Pobst  <monkey@jpobst.com>
6167
6168         * Control.cs: Add ContextMenuStrip property and implementation.
6169         Fix ContextMenu implementation to show menu centered on control when
6170         activated using the keyboard instead of showing at screen (0,0).
6171
6172         * ToolStripDropDown.cs: Fix needed overload of Show ().
6173
6174 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
6175
6176         * Menu.cs: Name property added for 2.0 profile.
6177         
6178 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
6179
6180         * Menu.cs: Update information about FindMenuItem, method to be
6181         implemented soon.
6182
6183 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
6184
6185         * MenuAPI.cs: When deselect items deselect also selected subitems.
6186         
6187 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
6188
6189         * MenuAPI.cs: When hides menu set Wnd to null, it prevents
6190         FindSubItemByCoord to found itens that is not active, also an
6191         cheking added to FindSubItemByCoord to search for items only 
6192         in visible popup windows. Fixes #80274.
6193
6194 2006-12-22  Everaldo Canuto  <everaldo@simios.org>
6195
6196         * UserControl.cs: Remove MonoTodo and use InternalBorderStyle,
6197         internal property, it be care about change ExStyle. 
6198
6199 2006-12-22  Andreia Gaita  <avidigal@novell.com>
6200
6201         * ContainerControl.cs: set activeControl for parent forms up the 
6202         tree when the new activecontrol is a container.
6203         When validating the active control, if it is a container, also
6204         raise up the validation for it's active control. Fixes #80280
6205         
6206         * Control.cs: Add internal property flag and check to prevent
6207         Focus events from getting raised when Select() is called for
6208         a ContainerControl. There are still too many focus events being
6209         raised at the moment though.
6210         Cleaned up the code a bit.
6211
6212 2006-12-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6213
6214         * Control.cs: Added all missing 2.0 events.and
6215         fixed a couple of corcompare issues.
6216         * TrackBar.cs: Implemented missing 2.0 bits.
6217         * MonthCalendar.cs, 
6218         * DateTimePicker.cs, 
6219         * MdiClient.cs: Fixed some corcompare issues.
6220
6221 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
6222
6223         * ContextMenuStrip.cs, FlowLayoutPanel.cs, SplitContainer.cs,
6224         SplitterPanel.cs: corecompare work.
6225
6226 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
6227
6228         * ToolStripContainer.cs, ToolStripDropDown.cs, StatusStrip.cs:
6229         Clean up warnings for BackgroundImageChanged and PaddingChanged
6230         events now that they are implemented in Control.cs.
6231
6232 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
6233
6234         * Control.cs: Make sure layout_engine isn't null before using it (2.0).
6235         
6236         * TableLayoutControlCollection.cs, TableLayoutPanel.cs, TableLayoutCellPosition.cs,
6237         TableLayoutSettings.cs, TableLayoutStyleCollection.cs: Initial implementation
6238         of TableLayoutPanel and supporting cast.
6239
6240 2006-12-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6241
6242         * XplatUIWin32.cs: 
6243         - GrabWindow now confines the mouse pointer to the confine window.
6244         - Added Win32ClipCursor and Win32GetClipCursor.
6245
6246         * Control.cs: 
6247         - Added CaptureWithConfine to be able to capture and confine 
6248         mouse pointer.
6249         
6250         * InternalWindowManager.cs: 
6251         - Call CaptureWithConfine instead of Capture if we're an
6252         MdiChild (fixes #79982).
6253
6254 2006-12-21  Chris Toshok  <toshok@ximian.com>
6255
6256         * DataGrid.cs: guard against the initial state of selection, where
6257         selection_start == -1.  make sure we only select from index >= 0.
6258         Fixes bug #80291.
6259
6260 2006-12-21  Chris Toshok  <toshok@ximian.com>
6261
6262         * Control.cs: we don't need to be so draconian with
6263         UpdateDistances, and we thusly don't need to call it before
6264         calling PerformLayout in ResumeLayout.  Fixes bug #80289.
6265
6266 2006-12-21  Daniel Nauck  <dna@mono-project.de>
6267
6268         * ComboBox.cs,
6269         TextBox.cs: Implemented AutoComplete properties.
6270
6271 2006-12-20  Chris Toshok  <toshok@ximian.com>
6272
6273         * DataGridView*.cs: some corecompare work.
6274
6275 2006-12-20  Jackson Harper  <jackson@ximian.com>
6276
6277         * XplatUIX11.cs: We need to hide the caret when deleting it,
6278         otherwise you get carets left lying around everywhere.
6279         * TextBoxBase.cs: Kill then redraw the caret when scrolling.  This
6280         prevents getting some weird half drawn caret tracers when
6281         scrolling.
6282         * TextControl.cs: Attempt to reduce the number of times we need to
6283         recreate the caret.
6284
6285 2006-12-20  Gert Driesen  <drieseng@users.sourceforge.net>
6286
6287         * MonthCalendar.cs: Fixed previous month button. Removed extra tabs.
6288
6289 2006-12-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6290
6291         * DateTimePicker.cs:
6292         - Implemented missing 2.0 bits.
6293         - Changed some default values to match MS.
6294         
6295 2006-12-20  Jackson Harper  <jackson@ximian.com>
6296
6297         * TextBoxBase.cs: When changing the font across the document we
6298         can't recalculate after changing each line, since that will cahnge
6299         the line count.
6300         - PreferredHeight is a little different than i thought.
6301         - When backspacing, move the caret before we do the actual char
6302         delete, because when that delete crosses a wrap boundary the
6303         positional information will change.
6304
6305 2006-12-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6306
6307         * Control.cs: Added some missing 2.0 bits: 
6308         BackgroundImageLayout, BackgroundImageLayoutChanged, 
6309         OnPaddingChanged, MouseClick, MouseDoubleClick, PaddingChanged and 
6310         add IBindableComponent and IDropTarget implementation.
6311         
6312         * MonthCalendar.cs: 
6313         - Added all missing 2.0 features:
6314         BackgroundImageLayout, RightToLeftLayout, 
6315         OnHandleDestroyed, RightToLeftLayoutChanged, 
6316         BackgroundImageLayoutChanged, MouseClick, MouseDoubleClick,
6317         PaddingChanged.
6318         - Rewrote all the BoldDate code, it was completely broken.
6319         - Fixed all the tests (the tests can now be re-enabled, the
6320         problems were not with the tests, but with the control, it was
6321         mostly broken).
6322         
6323         * DateTimePicker.cs: Changed the location where the 
6324         MonthCalendar is shown.
6325         
6326 2006-12-19  Chris Toshok  <toshok@ximian.com>
6327
6328         * DataGridView.cs: add IDropTarget implementation.
6329
6330         * ToolStripPanel.cs: add IDropTarget implementation.
6331
6332 2006-12-19  Jackson Harper  <jackson@ximian.com>
6333
6334         * TextControl.cs: soft now means something different than what it
6335         used to mean, we want to move the caret regardless of whether or
6336         not this break was soft (would we really have wanted the caret
6337         to not move with the break in the old context?)
6338         * TreeView.cs: Make sure we factor in the vert scrollbar when
6339         calculating the horizontal scrollbar's maximum.
6340
6341 2006-12-19  Andreia Gaita  <avidigal@novell.org>
6342
6343         * SendKeys.cs: Fix Send() behaviour, clear keys after sending,
6344         check for keywords in alternate casing, close bug #80049.
6345
6346 2006-12-19  Chris Toshok  <toshok@ximian.com>
6347
6348         * ToolStripItem.cs: add the implementation of the 4 IDropTarget
6349         methods (which all do nothing).
6350
6351         * IDropTarget.cs: add the 4 missing methods.
6352
6353 2006-12-19  Chris Toshok  <toshok@ximian.com>
6354
6355         * TableLayoutRowStyleCollection.cs: corcompare work.
6356         
6357         * TableLayoutSettings.cs: same.
6358
6359         * TableLayoutStyle.cs: same.
6360
6361         * TableLayoutColumnStyleCollection.cs: same.
6362
6363 2006-12-19  Jonathan Pobst  <monkey@jpobst.com>
6364
6365         * ColumnStyle.cs, RowStyle.cs, TableLayoutStyle.cs: Plumbing for
6366         TableLayoutPanel I've had in my local tree for way too long.
6367
6368 2006-12-19  Miguel de Icaza  <miguel@novell.com>
6369
6370         * TableLayoutSettings.cs: Finish the public API (still needs all
6371         the logic to update on changes). 
6372
6373         * TableLayoutPanelCellPosition.cs: new file.
6374         
6375         * TableLayoutRowStyleCollection.cs,
6376         TableLayoutColumnStyleCollection, TableLayoutStyle.cs,
6377         TableLayoutSettings.cs: Track the final 2.0 table api.
6378
6379 2006-12-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6380
6381         * ColumnHeader.cs: Add Tag, Name, ImageKey, ImageIndex,
6382         and Image List 2.0 members for ColummnHeader.
6383         * ListView.cs: Add key-related 2.0 methods for
6384         ColumnHeaderCollection.
6385
6386 2006-12-19  Gert Driesen  <drieseng@users.sourceforge.net>
6387
6388         * ListViewItem.cs: Changed AddRange overloads to match MS: throw
6389         ArgumentNullException if items argument is null. Ignore null item in
6390         arrays. Removed extra tabs.
6391
6392 2006-12-19  Gert Driesen  <drieseng@users.sourceforge.net>
6393
6394         * MonthCalendar.cs: Fixed InvalidCastException.
6395
6396 2006-12-19  Jackson Harper  <jackson@ximian.com>
6397
6398         * TextControl.cs: Don't increment the position here.
6399         - When calculating char positions only add in the line break size
6400         for hard line breaks.
6401
6402 2006-12-19  Andreia Gaita  <avidigal@novell.org>
6403
6404         * SendKeys.cs: Changed some things to match ms.net behaviour
6405         when parsing shifted capital letters.
6406         
6407         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32, XplatUIOSX: 
6408         Add window handle as parameter to SendInput. X11 needs the 
6409         window handle, and the handle being passed      to it in the keys 
6410         queue is the active control handle (which windows needs), not 
6411         the window handle.
6412         
6413         XplatUIX11.cs, XplaUIX11-new.cs, X11Display: Implement SendInput 
6414         to support SendKeys on X.       
6415         
6416         * X11Keyboard: Implement helper method to lookup a linux keycode
6417         given the virtual keycode. Added table of keycode-2-virtualkey
6418         values to support this.
6419
6420 2006-12-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6421
6422         * ListView.cs: Add support for SelectedIndexCollection
6423         and SelectedItemCollection 2.0 methods. Implement support
6424         for ImageKey too.
6425         * ListViewItem.cs: Add support for ListViewSubItemCollection
6426         2.0 methods. Also, fix an incorrect behavior of AddRange method
6427         (it shouldn't call Clear).
6428         * ThemeWin32Classic.cs: Support for ListView.ImageKey 2.0 property.
6429
6430 2006-12-19  Jackson Harper  <jackson@ximian.com>
6431
6432         * RichTextBox.cs: 
6433         * TextBoxBase.cs: New args for FormatText
6434         * TextControl.cs: Rewrote the main drawing method, this version
6435         feels a little easier to understand and debug to me.  Hopefully it
6436         does to others also
6437         - Fix FormatText to OR in the new formating values.  Added
6438         FormatSpecified param, basically this works in the same way as
6439         BoundsSpecified in Control.
6440         - Set the caret properties when the caret is positioned.
6441         - When wrapping text make sure that we calculate the width of the
6442         last character
6443         - when calculating alignments we might have wrapped down to the
6444         next line, so don't search for an individual tag, search for the
6445         end of the line
6446         - We need to invalidate the selection area when we replace the
6447         selection.
6448         
6449 2006-12-19  Daniel Nauck  <dna@mono-project.de>
6450
6451         * Application.cs: add Restart () 2.0 support
6452
6453 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
6454
6455         * MenuItem.cs: Invalidate menu item rectangle after change Enable
6456         property. Fixes #80268.
6457         
6458 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
6459
6460         * MenuAPI.cs: Dont trigger select event when closes top menu
6461         item. Fixes #80270.
6462
6463 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
6464
6465         * MenuAPI.cs: When you click on menuitem only trigger onselect
6466         event for top menu itens. Fixes #80271.
6467         
6468 2006-12-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6469
6470         * MdiWindowManager.cs: Make IconicBounds depend on
6471         the bottom of MdiClient, not the top (fixes #80267)
6472         
6473 2006-12-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6474
6475         * MdiClient.cs: Added missing 2.0 attribute
6476
6477 2006-12-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6478
6479         * ListViewItem.cs: Add Name and Tag 2.0 properties, as well
6480         as IndexOfKey, ContainsKey, RemoveByKey and indexer 2.0.
6481
6482 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
6483
6484         * MenuAPI.cs: Fix click when menuitem is not popup,
6485         this regression was caused by last commit (#80272).
6486
6487 2006-12-17  Everaldo Canuto  <everaldo@simios.org>
6488
6489         * MenuAPI.cs: When a non-toplevel menuitem is clicked dont
6490         fire click event or close menu. Fixes #80272.
6491
6492 2006-12-17  Daniel Nauck  <dna@mono-project.de>
6493
6494         * ListViewHitTestInfo.cs: add
6495
6496 2006-12-17  Daniel Nauck  <dna@mono-project.de>
6497
6498         * ButtonBase.cs: Added FlatButtonAppearance 2.0 support.
6499         * FlatButtonAppearance.cs: add
6500         * DockingAttribute.cs: add
6501
6502 2006-12-17  Chris Toshok  <toshok@ximian.com>
6503
6504         * DataGrid.cs: hook up MetaDataChanged event on the list manager,
6505         and rebind our columns when it does - this way, if you make
6506         changes to the DataTable (or set the Table attribute on a DataView
6507         after setting it as the DataGrid's DataSource, the changes are
6508         made visible.)  Fixes bug #80107.
6509
6510 2006-12-17  Daniel Nauck  <dna@mono-project.de>
6511
6512         * ListViewGroup.cs: add internal Location property for layouting.
6513         * Theme.cs: add abstract ListViewGroupHeight function.
6514         * ThemeWin32Classic.cs: implement ListViewGroupHeight function.
6515
6516 2006-12-16  Andreia Gaita  <avidigal@novell.com>
6517
6518         * TabControl.cs: Fixed checks for NET_2_0-specific exceptions.
6519         Added reset of selected index to 0 when adding first tab page.
6520         Fixes #80264
6521         
6522         * NumericUpDown.cs: Fix NET_2_0 check
6523
6524 2006-12-16  Daniel Nauck  <dna@mono-project.de>
6525
6526         * ListViewGroup.cs: fixed DefaultValueAttribute value
6527
6528 2006-12-16  Daniel Nauck  <dna@mono-project.de>
6529
6530         * AutoCompleteStringCollection.cs: add new AutoCompleteStringCollection 2.0 class
6531
6532 2006-12-15  Miguel de Icaza  <miguel@novell.com>
6533
6534         * Button.cs, ComboBox.cs, ScrollBar.cs, UserControl.cs,
6535         TextBoxBase.cs, ListView.cs, ContainerControl.cs,
6536         ScrollableControl.cs: Add a handful of methods that are
6537         overwritten in 2.0 
6538
6539 2006-12-15  Chris Toshok  <toshok@ximian.com>
6540
6541         * XplatUIWin32.cs: initial implementation of the Reversible
6542         drawing functions.  there are some problems.  DrawReversibleFrame
6543         doesn't seem to work at all for Dashed FrameStyle, and in the
6544         Thick case there are drawing errors at the corners (we probably
6545         need to bind Rectangle instead of doing moveto/lineto's.)
6546
6547 2006-12-16  Andreia Gaita  <avidigal@novell.com>
6548         
6549         * SendKeys.cs: Implemented. SendKeys uses a new method in XPlatUI, SendInput, 
6550         to send blocks of key messages. Send accumulates keys to send with Flush, 
6551         while SendWait sends all keys immediately.
6552                 
6553         * XplaUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs, 
6554         XplatUIX11.cs,  XplatUIX11-new.cs:
6555         - Define SendInput and stubs for OSX and X11, implements Win32 with a call
6556         to Win32 SendInput.
6557         - Added INPUT support structures to XplatUIWin32 for Win32SendInput
6558         
6559         Tests:  It seems ms.net is hooking the keyboard to implement this, so doing unit
6560         testing for ms.net on this class is very tricky, as the tests run too fast 
6561         to allow the hook to release, essentially freezing the keyboard and the 
6562         test. So, barring a win32 miracle, they'll be commited in the ms-notworking     
6563         category :p
6564
6565 2006-12-16  Daniel Nauck  <dna@mono-project.de>
6566
6567         * Padding.cs: fixed serialization compability to MS ("_var" field names),
6568                         added missing attributes.
6569  
6570 2006-12-15  Daniel Nauck  <dna@mono-project.de>
6571
6572         * ListViewGroup.cs: Added missing attributes.
6573         * ListViewGroupCollection.cs: Added missing attributes.
6574
6575 2006-12-15  Daniel Nauck  <dna@mono-project.de>
6576
6577         * ListViewItem.cs: fixed ListViewSubItem text property.
6578
6579 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6580         
6581         * Control.cs: Added missing 2.0 attributes
6582         
6583 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6584         
6585         * MdiClient.cs: Added missing 2.0 attribute.
6586         * MonthCalendar.cs: Added some missing 2.0 attributes 
6587         and properties.
6588         
6589 2006-12-15  Daniel Nauck  <dna@mono-project.de>
6590
6591         * ListView.cs: implemented ListViewItemCollection Add 2.0 support.
6592
6593 2006-12-15  Jonathan Pobst  <monkey@jpobst.com>
6594
6595         * MainMenu.cs: Add the new 2.0 constructor to help out people
6596         using the MainMenu in VS2005.
6597
6598 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6599         
6600         * MdiChildContext.cs: Removed it, no longer used.
6601         * MdiClient.cs: Added missing 2.0 attributes.
6602         
6603 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6604         
6605         * InternalWindowManager.cs: Fix a NullRef with previous 
6606         changes for toolwindows.
6607         
6608 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6609
6610         * Control.cs: 
6611         - Added AfterTopMostControl to allow for certain controls 
6612         to always stay on top when normal controls are brought to 
6613         front.
6614         
6615         * XplatUIWin32.cs: 
6616         - (DrawInversibleRectangle): Get window rectangle from Win32 
6617         in stead of from control, since Win32 doesn't calculate
6618         screen coords correctly from control's Location if it 
6619         have docked siblings.
6620         
6621         * MdiWindowManager.cs:
6622         - Correct the control menu popup location when clicked on
6623         the maximized form icon. (fixes #80223.1)
6624         - Don't show moving rectangle if mouse hasn't moved from
6625         the original clicked point.
6626         - Removed FormGotFocus handler (not used).
6627         - Calculate the control buttons location from the main
6628         window's size and not client size (fixes #79770).
6629         - Form is now closed when the form icon is double-clicked
6630         (fixes #79775). 
6631         - Correct NCCalcSize numbers a little bit (fixes #80223.2)
6632         
6633         * InternalWindowManager.cs:
6634         - Moved some MDI-only methods to MdiWindowManager.
6635         - Removed unused properties and methods.
6636         - Unified method naming for methods handling wm messages.
6637         - Moved all message handling to seperate methods for
6638         each message.
6639         
6640         * ThemeWin32Classic.cs:
6641         - DrawManagedWindowDecorations now draws the title bar 
6642         with a gradient brush.
6643         - Add a CPDrawButtonInternal that allows us to specify
6644         light, normal and dark colors for the buttons (control 
6645         buttons for MDI children were drawn with the same light
6646         color as the background, therefore loosing the 3D effect).
6647         
6648         * SizeGrip.cs:
6649         - Add a CapturedControl property that is used to 
6650         determine the control to resize (defaults to parent). 
6651         Needed for MdiClient, since its SizeGrip's parent is
6652         MdiClient, but the control to resize is the main form.
6653         
6654         * MdiClient.cs:
6655         - Set SizeGrip's CapturedControl to the main form in order
6656         to resize the main form and not the MdiClient.
6657         - Override AfterTopMostControl to leave the scrollbars 
6658         always on top.
6659
6660 2006-12-15  Daniel Nauck  <dna@mono-project.de>
6661
6662         * ListView.cs: fixed ListViewItemCollection AddRange and
6663                         implemented ListViewItemCollection AddRange 2.0 support.
6664
6665 2006-12-15  Daniel Nauck  <dna@mono-project.de>
6666
6667         * ListViewGroup.cs: Add.
6668         * ListViewGroupCollection.cs: Add
6669         * ListView.cs: Add ListViewGroup (Group) and ShowGroups 2.0 support.
6670         * ListViewItem.cs: Add ListViewgroup (Group), ListViewGroups constructors and
6671                                 stub for ImageKey 2.0 support.
6672
6673 2006-12-14  Mike Kestner  <mkestner@novell.com>
6674
6675         * ListView.cs: add text padding to the autocalculation for columns
6676         of width -2.  Fixes #80207.
6677  
6678 2006-12-14  Mike Kestner  <mkestner@novell.com>
6679
6680         * ListView.cs: add some index guarding for partial row navigation 
6681         logic.  Fixes #80250.
6682
6683 2006-12-14  Mike Kestner  <mkestner@novell.com>
6684
6685         * ListView.cs: throw ArgumentExceptions when parented ListViewItems
6686         are added or inserted to the collection.  Fixes #81099.
6687
6688 2006-12-13  Everaldo Canuto  <everaldo@simios.org>
6689
6690         * MenuAPI.cs: Closes menu when right click out side of popup
6691         it fix problem in ContextMenu and MainMenu. Fixes #80252.
6692
6693 2006-12-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6694
6695         * ListViewItem.cs: Fix dumb error.
6696
6697         * ListView.cs: Add Find and ContainsKey methods in 
6698         ListViewItemCollection, and also return true for IsReadOnly
6699         and IsFixedSize (changes for 2.0). 
6700
6701 2006-12-13  Gert Driesen  <drieseng@users.sourceforge.net>
6702
6703         * Control.cs: Allow Region to be set to null.
6704
6705 2006-12-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6706
6707         * MdiWindowManager.cs: Remove unused (commented out) code.
6708         * Form.cs: When the MdiChild is maximized, the form needs 
6709         WM_NCMOUSELEAVE, so request it.
6710         * InternalWindowManager.cs: 
6711         - Added tooltips to control buttons.
6712         - Removed duplicated control button handling code.
6713         - Removed unused (commented out) code.
6714         
6715 2006-12-12  Everaldo Canuto  <everaldo@simios.org>
6716
6717         * MenuAPI.cs: Set cursor to default in popup menus, a XplatUI.SetCursor 
6718         was used because we must set cursor without trigger ChangeCursor event
6719         and without change Cursor control property. Fixes #79963.
6720
6721 2006-12-12  Andreia Gaita  <avidigal@novell.com>
6722         
6723         * Control.cs: Check if Region setter value is null, and ignore
6724
6725 2006-12-12  Jackson Harper  <jackson@ximian.com>
6726
6727         * TextControl.cs: We were almost always drawing one more line then
6728         needed, since the GetLineByPixel will return the last line found
6729         at that pixel. In most cases though, we were invalidating up to
6730         the junction between two lines.
6731         - Improve debug code.
6732
6733 2006-12-12  Chris Toshok  <toshok@ximian.com>
6734
6735         * XplatUI.cs: add static DrawReversibleFrame, DrawReversibleLine,
6736         and FillReversibleRectangle.
6737
6738         * XplatUIDriver.cs: add abstract DrawReversibleFrame, DrawReversibleLine,
6739         and FillReversibleRectangle.
6740
6741         * XplatUIWin32.cs: add stubs which do nothing for
6742         DrawReversibleFrame, DrawReversibleLine, and
6743         FillReversibleRectangle.
6744
6745         * XplatUIOSX.cs: add stubs which raise NIE for
6746         DrawReversibleFrame, DrawReversibleLine, and
6747         FillReversibleRectangle.
6748
6749         * XplatUIX11.cs: add working implementation for
6750         DrawReversibleFrame, DrawReversibleLine, and
6751         FillReversibleRectangle.
6752         
6753         * ControlPaint.cs: implement DrawReversibleFrame,
6754         DrawReversibleLine, and FillReversibleRectangle, by calling into
6755         the appropriate XplatUI method.
6756
6757 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6758
6759         * Form.cs: Make MdiClient have the focus even if it's
6760         not selectable, since it should receive WM_KEY* and WM_MOUSE 
6761         messages. Fixes #79907.
6762         
6763 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6764
6765         * Hwnd.cs: Save the CreateParams.ExStyle so that it can be
6766         queried after the window is created.
6767         
6768         * XplatUIX11.cs: Added SendParentNotify to implement 
6769         WM_PARENTNOTIFY logic. Fixes #79965.
6770         
6771         * Control.cs: Added MakeParam.
6772         
6773 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6774
6775         * MdiClient.cs: Resume Layout before setting window
6776         states (fixes #80201).
6777
6778 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6779
6780         * MenuAPI.cs: Deselect a menu item after performing
6781         the click (fixes #80197).
6782
6783 2006-12-11  Jackson Harper  <jackson@ximian.com>
6784
6785         * TextBoxBase.cs: We need to cap this value, since Maximum -
6786         ViewPortHeight can be less than zero.
6787         - Only do selection with the left mouse button.
6788         * TextBox.cs: Don't tell the world that we have a context menu.
6789         * Control.cs: New method so that we can control whether or not the
6790         context menu is visible outside MWF.
6791
6792 2006-12-11  Everaldo Canuto  <everaldo@simios.org>
6793
6794         * ToolBarButton.cs: Fix text positon. 
6795
6796 2006-12-11  Miguel de Icaza  <miguel@novell.com>
6797
6798         * ProgressBar.cs (MarqueeAnimationSpeed): Add stub.
6799
6800         * Control.cs (DoubleBuffered): Add implementation.
6801
6802         * Application.cs (OpenForms): Add.
6803
6804 2006-12-11  Jonathan Pobst  <monkey@jpobst.com>
6805
6806         * Form.cs: Use opacity instead of Opactiy to determine if we need
6807         to set the WS_EX_LAYERED bit.  [Fixes bug #80185]
6808
6809 2006-12-11  Jonathan Pobst  <monkey@jpobst.com>
6810
6811         * Control.cs: Fix NRE if Control.Site was set to null.
6812
6813 2006-12-11  Chris Toshok  <toshok@ximian.com>
6814
6815         * Control.cs: ControlCollection.Remove should return if the arg is
6816         null, and ControlCollection.SetChildIndex should raise a ANE.
6817
6818 2006-12-11  Gert Driesen  <drieseng@users.sourceforge.net>
6819
6820         * Control.cs: Verify value set for Dock property. Code formatting
6821         updates.
6822
6823 2006-12-11  Jackson Harper  <jackson@ximian.com>
6824
6825         * TextControl.cs: Draw the caret and the selection when a flag is
6826         set on the owner.
6827         * TextBoxBase.cs: We want to draw the caret and the selection for
6828         TextBox but not for TextBoxBase.
6829         - If the window is resized and scrolling is no longer needed (the
6830         whole doc is visible) set the scroll position to zero.
6831         - The default SelectWord (the one TextBox uses) should move the
6832         caret to the end of the word.
6833         - SelectAll moves the caret to the end of the selection.
6834         * TextBox.cs: We don't selectall on focus, we just do it when the
6835         control is created.
6836         
6837 2006-12-11  Mike Kestner  <mkestner@novell.com>
6838
6839         * ComboBox.cs: stub in a 2.0 override for ProcessKeyEventArgs.
6840
6841 2006-12-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6842
6843         * ListView.cs: Add Insert, IndexOfKey, RemoveByKey and indexer 
6844         2.0 support.
6845         * ListViewItem.cs: Add Name 2.0 property.
6846
6847 2006-12-11  Andreia Gaita  <avidigal@novell.com>
6848
6849         * TabControl.cs: Set visibility on selected or default tab 
6850         when tabcontrol handle is created, so that it's contents
6851         actually show up (duh). Fixes #80193
6852         Don't redraw the control if there is no handle created, as
6853         the selected index might be completely invalid. Added some tests
6854         to check for this.
6855
6856 2006-12-11  Everaldo Canuto  <everaldo@simios.org>
6857
6858         * ToolBar.cs: Uses maximun width and height of all buttons as 
6859         button rectangle when ButtonSize specified, it looks strange but
6860         is what happens in Win32. Fixes #80189.
6861
6862 2006-12-11  Jackson Harper  <jackson@ximian.com>
6863
6864         * TextControl.cs: Need to track undo levels ourself, since
6865         compound actions will mess them up.
6866
6867 2006-12-10  Andreia Gaita  <avidigal@novell.com>
6868
6869         * TabControl.cs: Raise SelectedIndexChanged for 1.1 if the
6870         SelectedIndex value is changed (even if it's not valid).
6871         Reset SelectedIndex to 0 when the handle is created and if
6872         the current index is invalid.
6873         Fixes SelectdeIndex unit tests and #80128
6874
6875 2006-12-08  Chris Toshok  <toshok@ximian.com>
6876
6877         * DataGrid.cs (set_CurrentCell): because EnsureCellVisibility
6878         calls EndEdit, it needs to be called before we set current_cell to
6879         its new value.  Otherwise, we end up committing the value in the
6880         textbox to the new cell as well.  Fixes bug #80160.
6881
6882 2006-12-08  Chris Toshok  <toshok@ximian.com>
6883
6884         * Form.cs (set_CancelButton): if the button's DialogResult is
6885         None, set it to Cancel.  Fixes bug 80180.
6886
6887 2006-12-08  Jackson Harper  <jackson@ximian.com>
6888
6889         * TextBoxBase.cs: Ugh, ClientSize can be 0,0 sometimes, so we need
6890         to watch ourselves when setting the canvas size and setting the
6891         scrollbar values.
6892
6893 2006-12-08  Chris Toshok  <toshok@ximian.com>
6894
6895         * DataGrid.cs: comment out the two MakeTransparent calls for the
6896         time being so people using trunk (and not 1.2.2) on windows can
6897         actually use the datagrid.  This deals with bug #80151.
6898
6899 2006-12-08  Jonathan Pobst  <monkey@jpobst.com>
6900
6901         * ThemeWin32Classic.cs: Change ButtonBase_DrawImage to use the
6902         Graphics.DrawImage (image, int, int, int, int) overload instead
6903         of Graphics.DrawImage (image, int, int).  GDI+ can't figure out
6904         the dpi difference and was blurring images it drew.
6905         [Fixes bug #79960]
6906
6907 2006-12-08  Chris Toshok  <toshok@ximian.com>
6908
6909         * ThemeWin32Classic.cs (DataGridPaintRows): handle case where
6910         rowcnt is 0 (such as with an empty datasource), and make sure we
6911         initialize not_usedarea.Y to cells.Y, so we don't draw over the
6912         other areas (caption, parent row, etc, etc).  Fixes bug #80095.
6913
6914 2006-12-08  Chris Toshok  <toshok@ximian.com>
6915
6916         * DataGridColumnStyle.cs (SetDataGrid): don't try to access a null
6917         grid.
6918
6919 2006-12-08  Chris Toshok  <toshok@ximian.com>
6920
6921         [ Fixes bug #80167 ]
6922         
6923         * ThemeWin32Classic.cs: don't draw the image if the button's flat
6924         style is FlatStyle.System.
6925
6926         * ButtonBase, ThemeClearlooks.cs, ThemeGtk.cs, ThemeNice.cs: make
6927         ButtonBase.flat_style private, and switch uses of it to the public
6928         property.
6929         
6930 2006-12-08  Chris Toshok  <toshok@ximian.com>
6931
6932         [ Fixes bug #80121 ]
6933         
6934         * ThemeWin32Classic.cs: center the caption text in the datagrid
6935         when we draw it.
6936
6937         * DataGrid.cs: lessen the amount we add to the caption height from
6938         6 to 2.  6 was making it huge.
6939
6940 2006-12-08  Andreia Gaita  <avidigal@novell.com>
6941
6942         * UpDownBase: Handle MouseWheel call directly instead of capturing
6943         the inner textbox's OnMouseWheel. Fixes #80166
6944
6945 2006-12-08  Jackson Harper  <jackson@ximian.com>
6946
6947         * TextControl.cs: We need to invalidate the textbox when we empty
6948         it (how had this not been discovered before?)
6949
6950 2006-12-08  Jackson Harper  <jackson@ximian.com>
6951
6952         * TextBoxBase.cs: Reworked the mouse down code so I could get it
6953         to behave like MS, we now ignore the eventargs.Click and just
6954         track state ourself, which we were already doing anyways.
6955         - Constrain the double click handler to the double click size.
6956         
6957 2006-12-08  Chris Toshok  <toshok@ximian.com>
6958
6959         * DataGrid.cs: the mousewheel code shouldn't try to scroll in a
6960         direction if that scrollbar isn't shown.  fixes bug #80158.
6961
6962 2006-12-08  Andreia Gaita  <avidigal@novell.com>
6963
6964         * NumericUpDown.cs: Update value on getter. Fixes #79950
6965
6966 2006-12-08  Chris Toshok  <toshok@ximian.com>
6967
6968         * MenuItem.cs: add back in the event cloning code.  I didn't know
6969         how to do it in the face of the EventHandlerList work i'd done
6970         last week.  Fixes bug #80183.
6971
6972 2006-12-08  Jonathan Pobst  <monkey@jpobst.com>
6973
6974         * Control.cs: Add an invalidate to the BackgroundImage setter.
6975         [Fixes 80184]
6976
6977 2006-12-07  Jonathan Pobst  <monkey@jpobst.com>
6978
6979         * ToolStrip*: Add some small properties reported by MoMA, fix event
6980         firing and default properties based off of unit tests, and add some
6981         attributes based off of the class status page.
6982
6983 2006-12-07  Jackson Harper  <jackson@ximian.com>
6984
6985         * TextBoxBase.cs: Take HideSelection into account when determining
6986         whether or not to show the selection.
6987         * RichTextBox.cs: After inserting the RTF into the document move
6988         the cursor to the beginning of the document.
6989
6990 2006-12-07  Jonathan Pobst  <monkey@jpobst.com>
6991
6992         * Control.cs: Remove static ArrayList "controls" which maintained
6993         a reference to every control created.
6994         * Application.cs: Create a static FormCollection to maintain a reference
6995         to every form created.  Use it in places that formerly enumerated through
6996         the controls one looking for forms.
6997         * Form.cs: Add and remove self from above FormCollection.
6998
6999 2006-12-07  Alexander Olk  <alex.olk@googlemail.com>
7000
7001         * MimeIcon.cs: gdk_pixbuf_save_to_buffer is part of libgdk-pixbuf,
7002           not libgdk (though it makes me wonder why I didn't have any
7003           problems)
7004
7005 2006-12-07  Chris Toshok  <toshok@ximian.com>
7006
7007         [ you had to know this was coming after that last commit...]
7008         
7009         * XplatUIX11.cs: implement the 3 Offscreen functions in terms of
7010         XPixmaps (CreateOffscreenDrawable maps to XCreatePixmap,
7011         DestroyOffscreenDrawable to FreePixmap, and BlitFromOffscreen to
7012         XCopyArea).
7013
7014 2006-12-07  Chris Toshok  <toshok@ximian.com>
7015
7016         * XplatUI.cs: add 3 calls (CreateOffscreenDrawable,
7017         DestroyOffscreenDrawable, and BlitFromOffscreen) that encompass
7018         all the behavior we need for double buffering.
7019
7020         * XplatUIDriver.cs: implement the 3 double buffer methods using a
7021         client side Bitmap, just like the old Control-based double buffer
7022         code did.  The methods are virtual, so each XplatUI driver
7023         subclass can replace the implementation to use a faster, platform
7024         specific approach.
7025
7026         * Control.cs: make use of the 3 Offscreen XplatUI calls in the
7027         double buffer code, and clean things up a bit in the process.
7028
7029 2006-12-06  Chris Toshok  <toshok@ximian.com>
7030
7031         * Control.cs: reindent WndProc.
7032
7033 2006-12-06  Chris Toshok  <toshok@ximian.com>
7034
7035         [ I wanna be like BenM when I grow up ]
7036         
7037         * Hwnd.cs: create a single static Graphics object on the static
7038         Bitmap we create.  use this for our text measurements.
7039
7040         * Control.cs (DeviceContext): stop using the backbuffer's dc_mem.
7041         This was causing us to allocate a backbuffer for every control,
7042         even when it wasn't flagged as double buffered.  Instead use the
7043         single graphics instance.  This might have implications for
7044         multithreaded applications.  If we run into problems we can switch
7045         to creating 1 Graphics per control, on the static Hwnd bitmap.
7046
7047         this change nets us a 7M savings in private dirty mappings when
7048         running FormsTest.exe.
7049
7050 2006-12-06  Chris Toshok  <toshok@ximian.com>
7051
7052         * ListView.cs: the BackgroundImage override is just to set
7053         attributes.  chain up to base.BackgroundImage.
7054
7055         * RichTextBox.cs: same.
7056
7057         * ToolBar.cs: same, but we need to also redraw the toolbar when it
7058         changes, so instead a handler for BackgroundImageChanged.
7059         
7060         * Control.cs: make background_image private.
7061
7062 2006-12-06  Chris Toshok  <toshok@ximian.com>
7063
7064         * ScrollBar.cs: change the assignment of cursor to Cursor.  not
7065         sure we even need this assignment, but roll with it for now.
7066
7067         * Control.cs: make the cursor field private.
7068
7069 2006-12-06  Chris Toshok  <toshok@ximian.com>
7070
7071         * Form.cs: we don't need to explicitly set ImeMode to
7072         ImeMode.NoControl - that's a natural fallout of Control.ImeMode's
7073         behavior in the face of ImeMode.Inherit.
7074
7075         * ButtonBase.cs: change DefaultImeMode to ImeMode.Disable, and
7076         change the ctor's assignment to use ImeMode instead of ime_mode.
7077
7078         * Control.cs (get_ImeMode): don't assume DefaultImeMode ==
7079         ImeModeInherit.  Only check for the parent's imemode (and return
7080         NoControl if there is no parent) if ime_Mode == ImeMode.Inherit.
7081         This fixes the button unit test, which sets both ImeMode and
7082         DefaultImeMode to ImeMode.Disable.
7083
7084         also make the ime_mode field private.
7085
7086 2006-12-06  Chris Toshok  <toshok@ximian.com>
7087
7088         * Control.cs: make control_style private.
7089
7090         * TextBoxBase.cs: fix the HandleClick override.  it was explicitly
7091         setting the styles to true, then setting them to false instead of
7092         reverting to their previous values.
7093
7094         also, call SetStyle on the scrollbars instead of using
7095         control_style directly.
7096
7097 2006-12-06  Jonathan Pobst  <monkey@jpobst.com>
7098
7099         * FormCollection.cs: Implement. [2.0]
7100
7101 2006-12-06  Chris Toshok  <toshok@ximian.com>
7102
7103         * Control.cs: make tab_stop private.
7104
7105         * Label.cs: set TabStop, not tab_stop.  reformat some event
7106         add/remove methods to make them more compact.
7107
7108 2006-12-06  Chris Toshok  <toshok@ximian.com>
7109
7110         * RadioButton.cs: fix TabStop handling.
7111
7112 2006-12-06  Chris Toshok  <toshok@ximian.com>
7113
7114         * TextBox.cs: remove the explicit assignments to has_focus.
7115         Control does that.
7116
7117         * ButtonBase.cs: remove the assignment to has_focus.  Control will
7118         manage that.
7119         
7120 2006-12-06  Chris Toshok  <toshok@ximian.com>
7121
7122         * ButtonBase.cs: remove all uses of is_enabled from this code.
7123         it's always true when any of the code containing the checks is
7124         executed.
7125
7126 2006-12-06  Chris Toshok  <toshok@ximian.com>
7127
7128         * ImageList.cs: reinstate the ShouldSerialize*/Reset* methods,
7129         with different semantics (some are present in both 1.1 and 2.0
7130         profiles) so that we match MS's behavior in our unit tests.
7131
7132 2006-12-06  Jackson Harper  <jackson@ximian.com>
7133
7134         * TextControl.cs: Make this operation undoable.
7135         * TextBoxBase.cs: Factor the border width into the preferred
7136         height.
7137         - implement Modified as per the spec.
7138
7139 2006-12-06  Chris Toshok  <toshok@ximian.com>
7140
7141         * Timer.cs, Control.cs, Menu.cs: make control_tag private.
7142
7143 2006-12-06  Chris Toshok  <toshok@ximian.com>
7144
7145         * Control.cs: make right_to_left and context_menu fields private.
7146
7147 2006-12-06  Chris Toshok  <toshok@ximian.com>
7148
7149         * AccessibleObject.cs, Control.cs, XplatUIX11GTK.cs,
7150         XplatUIX11.cs, Form.cs, RadioButton.cs, ScrollableControl.cs: make
7151         Control.child_controls private.  switch all uses over to
7152         Control.Controls.
7153
7154 2006-12-06  Chris Toshok  <toshok@ximian.com>
7155
7156         * System.Windows.Forms/GroupBox.cs,
7157         System.Windows.Forms/AccessibleObject.cs,
7158         System.Windows.Forms/ErrorProvider.cs,
7159         System.Windows.Forms/Control.cs,
7160         System.Windows.Forms/UpDownBase.cs,
7161         System.Windows.Forms/ScrollBar.cs,
7162         System.Windows.Forms/DateTimePicker.cs,
7163         System.Windows.Forms/Form.cs, System.Windows.Forms/Label.cs,
7164         System.Windows.Forms/ToolTip.cs,
7165         System.Windows.Forms/RadioButton.cs,
7166         System.Windows.Forms/LinkLabel.cs,
7167         System.Windows.Forms/Splitter.cs,
7168         System.Windows.Forms/TextBoxBase.cs,
7169         System.Windows.Forms/ToolStripTextBox.cs,
7170         System.Windows.Forms/ContainerControl.cs,
7171         System.Windows.Forms/ThemeWin32Classic.cs,
7172         System.Windows.Forms/SizeGrip.cs,
7173         System.Windows.Forms/ToolStripDropDown.cs,
7174         System.Windows.Forms/ScrollableControl.cs: Make Control.parent
7175         private.  switch all uses over to Control.Parent.
7176
7177 2006-12-06  Chris Toshok  <toshok@ximian.com>
7178
7179         * RichTextBox.cs: don't assign to has_focus in GotFocus/LostFocus.
7180         Control does this before calling emitting these events.
7181
7182         * TabControl.cs: same.
7183
7184         * ThemeWin32Classic.cs: use Control.ClientRectangle instead of
7185         Control.client_rect.
7186
7187         * ButtonBase.cs: use the ClientSize property instead of the
7188         client_size field.
7189
7190         * ScrollableControl.cs: same.
7191
7192         * Control.cs: another pass at making properties private.  also,
7193         move the initialization of tab_stop to the ctor.
7194
7195 2006-12-05  Andreia Gaita <avidigal@novell.com>
7196
7197         * TabControl.cs: Let the selected index be set freely if the 
7198         control handle is not yet created.
7199
7200 2006-12-05  Jonathan Pobst  <monkey@jpobst.com>
7201
7202         * Control.cs: Revert dist_top, dist_right, and dist_bottom to 
7203         internal until I can rewrite DefaultLayout.
7204         * ToolStrip.cs: Fix build error and some general cleaning.
7205         * ToolStripControlHost.cs, SplitterPanel.cs, DataGridView.cs:
7206         Fix build errors caused by making some of Control's fields private.
7207
7208 2006-12-05  Jackson Harper  <jackson@ximian.com>
7209
7210         * TextControl.cs: Redo Insert a little so that it use IndexOf
7211         instead of Split, this prevents it from messing up on things like
7212         \n\n\n. Also more effecient since the split array doesn't need to
7213         be created.
7214         * TextBoxBase.cs: AppendText doesnt handle multiline and non
7215         multiline text differently, this is the first of many fixes that
7216         will make multiline/non-multiline the same thing as far as the
7217         TextBoxBase is concerned.
7218         - Don't split the text and insert lines, this can lose some line
7219         endings (like is the last line a soft or hard break). Instead use
7220         the new Insert.
7221         - Fix an off by one when combining all the lines in the Text
7222         getter.
7223         - Remove separate multiline handling from the Text getter/setter.
7224
7225 2006-12-05  Chris Toshok  <toshok@ximian.com>
7226
7227         * ButtonBase.cs: a few changes:
7228
7229         - don't reinitialize internal Control fields in the ctor when they
7230         have the same values as Control sets them.
7231
7232         - don't set has_focus in OnGotFocus/OnLostFocus.  Control does
7233         this before calling those methods.
7234
7235         - we don't need to call Refresh for anything.  use Invalidate
7236         instead.
7237
7238         - OnEnabledChanged doesn't need to redraw at all - Control.cs
7239         calls Refresh in its OnEnabledChanged.
7240         
7241         - several of the events we were registered for in the ctor to
7242         redraw ourselves already include calls to Invalidate in the
7243         property setters that raise the events.  remove the extra
7244         invalidation.
7245
7246         - reformat a switch statement that was 83274658 columns wide.
7247         
7248 2006-12-05  Mike Kestner  <mkestner@novell.com>
7249
7250         * ComboBox.cs: fix a unit test regression from a TextBox
7251         SelectionLength return of -1 when there's no selection.  
7252
7253 2006-12-05  Chris Toshok  <toshok@ximian.com>
7254
7255         * Control.cs, Button.cs, ThemeGtk.cs, Form.cs, ListView.cs,
7256         ThemeWin32Classic.cs, SizeGrip.cs, ToolBar.cs: first pass at
7257         cleaning up some of the internal Control fields being used by
7258         subclasses.
7259
7260 2006-12-05  Mike Kestner  <mkestner@novell.com>
7261
7262         * ComboBox.cs: fix some Simple mode regressions.  Set Visible on the
7263         listbox after AddImplicit calls since it defaults to hidden. Add a 
7264         hack to preserve requested heights across DropDownStyle changes.
7265
7266 2006-12-05  Jonathan Pobst  <monkey@jpobst.com>
7267
7268         * PropertyGrid.cs: Hide FindFirstItem method from public API.
7269
7270 2006-12-05  Chris Toshok  <toshok@ximian.com>
7271
7272         * DataGridView.cs: fix compiler warnings.
7273
7274         * PrintControllerWithStatusDialog.cs: same.
7275
7276         * ToolBar.cs: same.
7277
7278         * FolderBrowserDialog.cs: same.
7279
7280         * Splitter.cs: same.
7281
7282         * DataGridViewComboBoxCell.cs: same.
7283
7284         * XplatUIWin32.cs: same.
7285
7286         * PictureBox.cs: same.
7287
7288         * Win32DnD.cs: same.
7289
7290         * PageSetupDialog.cs: same.
7291
7292         * FileDialog.cs: same.
7293
7294         * PrintDialog.cs: same.
7295
7296         * DataGridTextBoxColumn.cs: same.
7297
7298         * DrawTreeNodeEventArgs.cs: same (and fix corcompare)
7299
7300 2006-12-05  Chris Toshok  <toshok@ximian.com>
7301
7302         * TextBox.cs, CheckedListBox.cs, MonthCalendar.cs, Menu.cs,
7303         MainMenu.cs, ListView.cs, LabelEditTextBox.cs, ToolBar.cs: more
7304         System.ComponentModel.EventHandlerList work.
7305
7306 2006-12-05  Jonathan Chambers  <joncham@gmail.com>
7307
7308         * DrawTreeNodeEventArgs.cs: Added.
7309
7310 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7311         
7312         * InternalWindowManager.cs: Remove an unused field.
7313         
7314 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7315
7316         * InternalWindowManager.cs:
7317         - Save the point where the title bar is clicked.
7318         
7319         * MdiWindowManager.cs:
7320         - Only allow moving of the window as long as the 
7321         clicked point on the title bar does not get out of
7322         MdiClient's rectangle. Fixes #79982.
7323         
7324         * MdiClient.cs:
7325         - Added Horizontal/VerticalScrollbarVisible.
7326         - Simplified the scrollbar sizing algorithm.
7327         - Cache the difference in scrolled value in
7328         H/VBarValueChanged and move the calculation out
7329         of the for loop.
7330
7331 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7332
7333         * Control.cs: Make the Console.WriteLine in WndProc 
7334         write more info.
7335
7336 2006-12-05  Chris Toshok  <toshok@ximian.com>
7337
7338         * ToolStripManager.cs, ToolStripButton.cs,
7339         ToolStripContentPanel.cs, ToolStripComboBox.cs, ToolStrip.cs,
7340         ToolStripMenuItem.cs, ToolStripItem.cs, ToolStripControlHost.cs,
7341         ToolStripSplitButton.cs, ToolStripSeparator.cs,
7342         ToolStripRenderer.cs, ToolStripDropDownItem.cs,
7343         ToolStripProgressBar.cs, ToolStripContainer.cs,
7344         ToolStripTextBox.cs, ToolStripPanel.cs, ToolStripDropDown.cs: move
7345         to using System.ComponentModel.EventHandlerList.
7346
7347 2006-12-04  Chris Toshok  <toshok@ximian.com>
7348
7349         * LinkLabel.cs: fix up compiler warnings.
7350
7351         * TableLayoutSettings.cs: same.
7352
7353         * TreeView.cs: same.
7354
7355         * ToolBar.cs: same.
7356
7357         * TabControl.cs: same.
7358
7359         * RichTextBox.cs: same.
7360
7361         * ListViewItem.cs: same.
7362
7363         * PropertyGrid.cs: same.
7364
7365         * DataGridViewRowPostPaintEventArgs.cs: corcompare fix.
7366
7367         * ToolTip.cs same.
7368
7369         * TextRenderer.cs: fix up compiler warnings.
7370
7371         * Label.cs: same.
7372
7373         * Form.cs: corcompare fixes.
7374
7375         * PictureBox.cs: fix up compiler warnings.
7376
7377         * ImageListStreamer.cs: same.
7378
7379         * TrackBar.cs: corcompare fix.
7380
7381         * Control.cs: fix up compiler warnings.
7382
7383         * SplitterPanel.cs: same.
7384
7385         * NumericTextBox.cs: same.
7386
7387         * ImageList.cs: same.
7388
7389         * StatusStrip.cs: same.
7390
7391         * ProgressBar.cs: corcompare fix.
7392
7393         * ToolStripButton.cs: fix up compiler warnings.
7394
7395         * ToolStripStatusLabel.cs: same.
7396
7397         * ToolStripSplitButton.cs: same.
7398
7399         * ToolStripSeparator.cs: same.
7400
7401         * ToolStripProgressBar.cs: same.
7402
7403         * ToolStripDropDownMenu.cs: same
7404
7405         * ToolStripDropDown.cs: same.
7406
7407         * ToolStripDropDownButton.cs: same.
7408
7409         * ToolStrip.cs: same.
7410
7411         * ToolStripControlHost.cs: same.
7412
7413         * ToolStripContentPanel.cs: same.
7414
7415         * ToolStripDropDown.cs: same.
7416
7417         * ToolStripContainer.cs: same.
7418
7419         * ToolStripPanel.cs: same, and add "new" where we need it to work
7420         with the new ArrangedElementCollection.
7421
7422         * ToolStripItemCollection.cs: add "new" where we need it to work
7423         with the new ArrangedElementCollection.
7424
7425 2006-12-04  Andreia Gaita <avidigal@novell.com>
7426
7427         * TabControl.cs: Fix default tab selection to after TabControl
7428         gets focus and not before. Fixes #80128
7429
7430 2006-12-04  Chris Toshok  <toshok@ximian.com>
7431
7432         * DataGridTableStyle.cs: remove the gross calling of
7433         datagrid.Refresh from here.  It's a broken idea and it doesn't
7434         work anyway.
7435
7436         * DataGrid.cs: instead, just register/unregister from the
7437         DataGridTableStyle events in CurrentTableStyle.  we play it
7438         conservatively and EndEdit + CalcAreasAndInvalidate on any event,
7439         even though some would most likely not require it.  Fixes bug
7440         #80115 (and one portion of #80117 as a side effect).
7441
7442 2006-12-04  Chris Toshok  <toshok@ximian.com>
7443
7444         * DataGrid.cs (set_CaptionVisible): EndEdit before doing the work
7445         so the textbox (if any) goes away.  Fixes bug #80117.
7446
7447 2006-12-04  Chris Toshok  <toshok@ximian.com>
7448
7449         * DataGridColumnStyle.cs: set the column's readonly property
7450         initially based on the property descriptor's IsReadOnly.  Fixes
7451         bug #80044.
7452
7453 2006-12-04  Chris Toshok  <toshok@ximian.com>
7454
7455         * ComboBox.cs: wrap the dropdown style changing work in
7456         SuspendLayout/ResumeLayout.  Fixes bug #79968.
7457
7458 2006-12-04  Jackson Harper  <jackson@ximian.com>
7459
7460         * TextBoxBase.cs: Fix off by one, since these are one-based.
7461         * TextBox.cs: Select all the text when we get focus.  The TextBox
7462         does this but the RTB does not.
7463
7464 2006-12-04  Chris Toshok  <toshok@ximian.com>
7465
7466         * DataGridTextBoxColumn.cs: remove some spew.
7467
7468         * DataGridColumnStyle.cs (SetColumnValueAtRow): this seems right
7469         but some part of me is saying "it shouldn't be here.."  At any
7470         rate, it fixes bug #80046.  Call IEditableObject.EndEdit after
7471         setting the value.
7472
7473 2006-12-04  Chris Toshok  <toshok@ximian.com>
7474
7475         * DataGridColumnStyle.cs (SetDataGrid): call CheckValidDataSource
7476         to reassign the propertydescriptor.
7477
7478 2006-12-04  Jackson Harper  <jackson@ximian.com>
7479
7480         * TextBoxBase.cs:
7481         * TextControl.cs: Remove some unused variables.  Maybe this will
7482         patch things up between mike and I.
7483         - don't split lines less then one char wide, if the viewport is
7484         that small text won't be visible anyways.
7485         
7486 2006-12-04  Jackson Harper  <jackson@ximian.com>
7487
7488         * TextBoxBase.cs: Default selection length is -1, need to do some
7489         more testing on windows to see when this is used for the property.
7490         - Redid the Lines [] property to that we properly remove soft line
7491         breaks
7492         - added support for preserving carriage returns
7493         -  CanUndo is not a variable like 'is undo enabled' it just returns
7494         true if there is undo operations available.
7495         - AppendText doesn't need to grab the last tag itself anymore,
7496         this happens automatically when we move the cursor.
7497         * TextControl.cs: Add CompoundActions to the undo class. This
7498         allows combining the other operations into one big option.  ie a
7499         paste will combine { delete old, insert new, move cursor }
7500         - Add InsertString undo operation
7501         - New method for deleting multiline text
7502         - Add carriage returns to lines. So we can preserve carriage
7503         returns when text is 'roundtripped'
7504
7505 2006-12-04  Chris Toshok  <toshok@ximian.com>
7506
7507         * DataGrid.cs (CalcCellsArea): cells_area.Width/Height are at a
7508         minimum 0.  Fixes the scrollbar exception in bug #80136.
7509
7510 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7511
7512         * MdiClient.cs: 
7513         * MdiWindowManager: Removed unused fields and methods.
7514         
7515 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7516         
7517         * StatusBar.cs: Update all panels when a AutoSize=Contents
7518         panel needs updating.
7519         
7520         * StatusBarPanel.cs: Remove twidth and only use initialize.
7521         Fixes #80031.
7522                 
7523 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7524
7525         * Form.cs: When a form's MdiParent is set add it directly
7526         on top of the z-order in stead of relying on MdiClient's
7527         ActivateChild to do it. Fixes #80135.
7528         
7529         * MdiClient.cs: 
7530         - Remove original_order, mdi_child_list is already doing
7531         the same thing.
7532         - Create mdi_child_list on construction in
7533         stead of first use (avoids a few null checks).
7534
7535         * MenuItem.cs: Use an already existing list of mdi children
7536         to get the correct order of children and remove the other
7537         redundant list.
7538
7539 2006-12-04  Chris Toshok  <toshok@ximian.com>
7540
7541         * PropertyGridView.cs: cached_splitter_location is only used in
7542         !DOUBLEBUFFER code.
7543
7544         * PropertyGrid.cs: implement the ComComponentNameChanged event
7545         using Events, hoping that would fix the warning.  Looks like a
7546         compiler bug instead (#80144).
7547
7548         * PropertyManager.cs: remove unused method.
7549
7550 2006-11-04  Everaldo Canuto  <everaldo@simios.org>
7551
7552         * ThemeWin32Classic.cs: Dont draw arrow when menuitem on menubar, 
7553         include parentesis to fix expression evaluation. Fixes #79634.
7554
7555 2006-11-02  Everaldo Canuto  <everaldo@simios.org>
7556         
7557         * MenuAPI.cs:
7558         - Changes to fix behavior in Menu control, some reported in #80097
7559         and other detected during behavior refactory like a select event
7560         problems.
7561         - Remove unneded "if's" conditions.
7562         - Created an internal to flag when popup is active in control, we need 
7563         it because in .NET you can have menu active but without popup active
7564         when you active menu using popup without visible items.
7565         - Mimic win32 behavior for Select and Popup events.  
7566         - Dont open popup menu when you dont have visible subitems.
7567         - Do nothing when click on disabled menu item.
7568         - Some small changes to follow the coding style guidelines.
7569         - Unselect menu only when another control gives focus. Fixes #80097.
7570         - Remove unused code.
7571         
7572         * MenuItem.cs: internal VisibleItems method to check if menu
7573         theres visible subitems, it will be usefull to fix some 
7574         behavior in Menu control.
7575         
7576 2006-11-01  Everaldo Canuto  <everaldo@simios.org>
7577         
7578         * Timer.cs: Tag property for 2.0 profile.
7579         
7580 2006-12-01  Chris Toshok  <toshok@ximian.com>
7581
7582         [ after removing all warning suppressions, this cleans up over 100 warnings. ]
7583         
7584         * Win32DnD.cs: comment out some unused fields.
7585
7586         * XplatUIWin32.cs: comment out some unused pinvokes, and remove
7587         some unused properties/methods.
7588
7589         * XplatUIX11.cs: fix MousePosition so we override the base class's
7590         property instead of conflicting with it.
7591
7592         * PictureBox.cs: comment out some unused fields
7593
7594         * OSXStructs.cs: make some struct fields public.
7595
7596         * XplatUIOSX.cs: comment out some unused pinvokes, and fix
7597         MousePosition so we override the base class's property instead of
7598         conflicting with it.
7599
7600         * X11Dnd.cs: comment out some unused fields
7601
7602         * X11DesktopColors.cs: fix some struct field visibility to quiet
7603         the compiler.
7604
7605         * X11Dnd.cs: remove some debug code.
7606
7607         * ThemeClearlooks.cs: comment out unused field.
7608
7609         * ThemeNice.cs: mark some methods as overriding ThemeWin32Classic as needed.
7610
7611         * ThemeGtk.cs: comment out some unused pinvokes.
7612
7613         * Timer.cs: remove some unused fields.
7614
7615         * ThemeClearlooks.cs: comment out unused field.
7616
7617         * UpDownBase.cs: comment out unused field.
7618
7619         * DataObject.cs: comment out unused field.
7620
7621         * DataGridBoolColumn.cs: reomve unused field.
7622
7623         * DataGrid.cs: remove unused field.
7624
7625         * Cursor.cs: remove old ToBitmap code.
7626
7627         * ControlPaint.cs: remove unused method.
7628
7629         * ScrollBar.cs: remove unused fields.
7630
7631         * ComboBox.cs: remove unused field, and chain up to
7632         AccessibleObject ctor.
7633
7634         * ListBox.cs: remove unused field.
7635
7636         * ButtonBase.cs: wrap a couple fields in NET_2_0.
7637
7638         * GridEntry.cs: remove unused fields.
7639
7640         * Binding.cs: remove unused fields.
7641
7642         * AxHost.cs: remove unused method.
7643
7644         * ContainerControl.cs: remove unused field.
7645
7646         * ScrollableControl.cs: remove unused fields.
7647
7648 2006-12-01  Chris Toshok  <toshok@ximian.com>
7649
7650         * XplatUI.cs, XplatUIWin32.cs, XplatUIGTK.cs: nuke
7651         the Where/WhereString stuff.  it's easy enough to CWL
7652         Environment.StackTrace.
7653
7654         * XplatUIX11.cs: same, but also fix up a lot of mcs warnings about
7655         unused private fields.
7656
7657 2006-12-01  Jackson Harper  <jackson@ximian.com>
7658
7659         * TextControl.cs: Do not update the view while inserting multiline
7660         text. If we update the view we might wrap lines, before entering
7661         the new lines, which causes the new line insertion calculations to
7662         be totally fubared.
7663         - Remove an old TODO
7664         - Make debug output a little nicer
7665         
7666 2006-12-01  Chris Toshok  <toshok@ximian.com>
7667
7668         * ToolBar.cs: revert the ImeMode fix here and add an XXX comment.
7669
7670 2006-12-01  Chris Toshok  <toshok@ximian.com>
7671
7672         [ fix the majority of the CS0108 warnings we've been suppressing ]
7673         
7674         * TreeView.cs: mark BackgroundImageChanged as 'new'.
7675
7676         * ToolBar.cs: ImeMode just passes stuff to Control.  Rename Layout
7677         to "LayoutToolBar" to quiet mcs.
7678         
7679         * TabControl.cs: mark our ControlCollection class as 'new'.
7680
7681         * TextBoxBase.cs: mark some events as 'new'.
7682
7683         * Splitter.cs: TabStop is 'new'.
7684
7685         * ControlBindingsCollection.cs: mark a few methods as new since
7686         they change the visibility from protected to public.
7687
7688         * RadioButton.cs: DoubleClick -> base class, and remove unused
7689         HaveDoubleClick.
7690
7691         * MonthCalendar.cs: ImeMode property -> base class, and mark many
7692         events as new.
7693
7694         * NumericUpDown.cs: TextChanged -> base class.
7695
7696         * CheckedListBox.cs: mark our ObjectCollection class as new to
7697         quiet mcs.
7698
7699         * FolderBrowserDialog.cs: make HelpRequest event new and have it
7700         muck with the base class.
7701
7702         * StatusBar.cs: fix some mcs warnings about Update being the same
7703         name as a base class method.
7704
7705         * RichTextBox.cs: mark some events as new, and make them do things
7706         to the base class impl.
7707
7708         * UserControl.cs: mark TextChanged as new, and have it manipulate
7709         base.TextChanged.
7710
7711         * UpDownBase.cs: mark some things new.
7712
7713         * CheckBox.cs: mark DoubleClick "new", and add some text about
7714         what we need to look at.
7715
7716         * Panel.cs: make the events "new", and manipulate the base
7717         version.  these are just here for attributes.
7718
7719         * AccessibleObject.cs: make owner private.
7720
7721         * Control.cs: deal with AccessibleObject.owner being private.
7722         cache our own copy if we need it.
7723
7724         * Button.cs: add "new" to the DoubleClickEvent.
7725
7726         * ListBox.cs: no need to track our own has_focus here.  let
7727         Control.has_focus do it for us.  Also some other work to clear up
7728         warnings about not overriding base class methods of the same name.
7729         
7730         * ComboBox.cs: clear up some warnings about not override base
7731         class methods of the same name.
7732
7733 2006-12-01  Chris Toshok  <toshok@ximian.com>
7734
7735         * Form.cs: flag a few things as "new" to quiet some of the mcs
7736         warnings.
7737
7738         * AxHost.cs: same.
7739
7740         * PrintPreviewDialog.cs: same.
7741
7742         * DataGridView.cs: fix a ton of corcompare warnings.  not all, but
7743         now DGV isn't so horrible on the class status page.  also, move
7744         all events to using System.ComponentModel.EventHandlerList.  my
7745         wrists hurt.
7746
7747 2006-12-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7748
7749         * MdiWindowManager.cs:
7750         - Set form to active mdi child if shown,
7751         and update the active mdi child to the next 
7752         remaining child in the z-order if the form is hidden.
7753
7754         * Form.cs: 
7755         - Track if the form has been visible and if its 
7756         visibility is beeing changed, so that the MdiClient
7757         can properly decide the ActiveMdiChild. The MdiClient 
7758         cannot track this since the form can change visibility 
7759         before MdiClient is created.
7760
7761         * MdiClient.cs:
7762         - Don't activate anything of the parent form is changing
7763         its visibility.
7764         - Rework ActiveMdiChild to only return visible mdi 
7765         children and take into account several other corner 
7766         cases.
7767
7768 2006-12-01  Chris Toshok  <toshok@ximian.com>
7769
7770         * IBindableComponent.cs: new 2.0 interface.
7771
7772 2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>
7773
7774         * DataGrid.cs: Font for caption area is bold by default.
7775
7776 2006-12-01  Everaldo Canuto  <everaldo@simios.org>
7777
7778         * Menu.cs: Tag property for 2.0.
7779         
7780 2006-11-01  Everaldo Canuto  <everaldo@simios.org>
7781
7782         * ThemeWin32Classic.cs: Adjust menu separator drawing. 
7783         
7784 2006-12-01  Chris Toshok  <toshok@ximian.com>
7785
7786         * TreeView.cs: doh, the Begin* events should be
7787         TreeViewCancelEventHandler.
7788
7789 2006-12-01  Chris Toshok  <toshok@ximian.com>
7790
7791         * Form.cs: Form.ControlCollection already stores off the
7792         form_owner field.  don't access the base class's internal "owner"
7793         field.
7794
7795         * Control.cs: make all the fields in Control.ControlCollection
7796         private.  there's no need for any internal fields here.
7797
7798 2006-12-01  Chris Toshok  <toshok@ximian.com>
7799
7800         * DataGrid.cs: call SetDataSource instead of CalcGridAreas in
7801         OnHandleCreated.  Fixes bug #80109.
7802
7803 2006-12-01  Chris Toshok  <toshok@ximian.com>
7804
7805         * Button.cs, PropertyGridTextBox.cs, ComboBox.cs,
7806         SplitContainer.cs, Control.cs, StatusStrip.cs,
7807         DataGridTableStyle.cs, MenuItem.cs, DomainUpDown.cs, ImageList.cs,
7808         NumericTextBox.cs, NumericUpDown.cs, Panel.cs, CommonDialog.cs,
7809         DataGrid.cs, ScrollBar.cs, TrackBar.cs, PictureBox.cs,
7810         DateTimePicker.cs, StatusBar.cs, Form.cs, PrintPreviewDialog.cs,
7811         Label.cs, UserControl.cs, CheckBox.cs, RadioButton.cs,
7812         LinkLabel.cs, ListControl.cs, PropertyGrid.cs, Splitter.cs,
7813         MenuStrip.cs, FolderBrowserDialog.cs, NotifyIcon.cs,
7814         TextBoxBase.cs, ListView.cs, DataGridBoolColumn.cs,
7815         PrintPreviewControl.cs, RichTextBox.cs, ListBox.cs, TabControl.cs,
7816         DataGridColumnStyle.cs, ContextMenu.cs, TreeView.cs:
7817
7818         do most of the work to convert our code over to use
7819         System.ComponentModel.Component.Events for
7820         adding/removing/dispatching events.
7821
7822
7823 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
7824
7825         * DataGridView.cs: Fix an ArgumentNullException reported 
7826         twice today in IRC.
7827
7828 2006-11-30  Mike Kestner  <mkestner@novell.com>
7829
7830         * ComboBox.cs: fix the scrollbar mouse event forwarding in the 
7831         grabbed listbox.  Fixes #80036 and #80101.
7832
7833 2006-11-30  Rolf Bjarne Kvinge <RKvinge@novell.com>
7834
7835         * Message.cs: Changed ToString() to match MS.
7836         
7837 2006-11-30  Jackson Harper  <jackson@ximian.com>
7838
7839         * TextBoxBase.cs: You can still change the selected text on a read
7840         only textbox.
7841         * TextControl.cs: Lower magic number for wrap calculations. This
7842         lets text get closer to the right (far) edge.
7843
7844 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
7845
7846         * Control.cs: Tweak 2.0 layout properties.
7847         * Form.cs: Switch ToolStripMenuTracker hooks to ToolStripManager.
7848         * TextRenderer.cs: Add a new overload.
7849         * ToolStrip*: Huge amount of changes and new features.
7850
7851 2006-11-30  Mike Kestner  <mkestner@novell.com>
7852
7853         * ComboBox.cs: fixes for LargeChange and Maximum to get the 
7854         scroll range correct.  Fixes #79994.
7855
7856 2006-11-30  Rolf Bjarne Kvinge <RKvinge@novell.com>
7857
7858         * MdiWindowManager.cs: Update main form's text when
7859         a form is closed. (fixes #80038)
7860         
7861 2006-11-30  Everaldo Canuto  <everaldo@simios.org>
7862
7863         * ToolBar.cs:
7864         - Fix an regression in ButtonSize.
7865         - Get ImeMode default value change to "Disable".
7866         - Get ShowTooltips default value change to true, default value is 
7867         "false" but after make a test in .NET we get "true" result as default.
7868         
7869 2006-11-29  Jonathan Pobst  <monkey@jpobst.com>
7870
7871         * ToolStripDropDown.cs: Fix for SupportsTransparency change.
7872
7873 2006-11-29  Chris Toshok  <toshok@ximian.com>
7874
7875         * XplatUIWin32.cs (GetWindowTransparency): check return value of
7876         GetLayeredWindowAttributes.  if it's 0, return 1.0, as
7877         SetWindowTransparency hasn't been called.
7878
7879 2006-11-29  Chris Toshok  <toshok@ximian.com>
7880
7881         * Form.cs (set_TransparencyKey): only call SetWindowTransparency
7882         if it's supported.
7883         (set_AllowTransparency): reorder things a little so that the
7884         WS_EX_LAYERED style is removed properly.
7885
7886 2006-11-29  Chris Toshok  <toshok@ximian.com>
7887
7888         [ totally cosmetic eye-candy feature, fixes bug #80089 ]
7889         
7890         * Form.cs: only call the XplatUI transparency method (get/set) if
7891         SupportsTransparency says it's supported. Otherwise fallback to
7892         doing nothing (in the set case) or returning the instance field we
7893         cache (in the get case).
7894
7895         * XplatUIStructs.cs: add TransparencySupport flag enum.
7896         
7897         * XplatUIDriver.cs: add abstract GetWindowTransparency, and track
7898         change to SupportsTransparency.
7899
7900         * XplatUIOSX.cs: stub out GetWindowTransparency, and return
7901         TransparencySupport.None from SupportsTransparency.
7902
7903         * XplatUIX11.cs: Stub out GetWindowTransparency, and return
7904         TransparencySupport.Set from SupportsTransparency.
7905
7906         * XplatUIWin32.cs: implement GetWindowTransparency calling
7907         GetLayeredWindowAttributes, and implement SupportsTransparency by
7908         checking whether or not both
7909         GetWindowTransparency/SetWindowTransparency are available
7910         entrypoints.  We need to do this since SetWindowTransparency is
7911         available as of win2k, but GetWindowTransparency requires winxp.
7912         yay win32 api.
7913
7914         * XplatUI.cs: Add GetWindowTransparency, and change
7915         SupportsTransparency to allow for either/both Get/Set.
7916
7917 2006-11-29  Chris Toshok  <toshok@ximian.com>
7918
7919         * DataGrid.cs: keep from going into an infinite loop redrawing a
7920         datagrid that has no datasource.  Fixes bug #80033.
7921
7922 2006-11-29  Chris Toshok  <toshok@ximian.com>
7923
7924         * MenuItem.cs: fix the NRE when we assign text (and therefore call
7925         Invalidate) before the mainmenu has been assigned to a control.
7926
7927 2006-11-29  Chris Toshok  <toshok@ximian.com>
7928
7929         * DataGrid.cs: detect when we should be double the double click
7930         row/column autosize stuff, although that codepath has yet to be
7931         written.  part of the work for bug #79891.
7932
7933 2006-11-29  Chris Toshok  <toshok@ximian.com>
7934
7935         * Binding.cs (SetControl): fix unit test.
7936
7937 2006-11-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7938
7939         * PageSetupDialog.cs: Validate the margins and set them in
7940         PageSettings. 
7941         * NumericTextBox.cs: New class to mimic the behavior of the
7942         textboxes used in the printing dialogs.
7943
7944 2006-11-29  Andreia Gaita  <avidigal@novell.com>
7945         
7946         * Form.cs: Revert previous change (remove call UpdateBounds
7947         from form constructor), because it messes with the handle creation
7948         order, and that one needs lots and lots of love.
7949         * PrintPreviewDialog.cs: Revert change to CreateHandle (add check
7950         for valid printer and throw InvalidPrinterException if document
7951         is set but printer not valid), adding a MonoTODO. Once 
7952         handle creation is done properly, we can put this back in.
7953
7954 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
7955
7956         * MenuItem.cs: Create a invalidate method for menu item, to be
7957         calling from set text, it make text changes to imadiate update
7958         on screen. Fixes #80013. 
7959         
7960 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
7961
7962         * ToolBar.cs: Fixes and simplify toolbar button layout, it 
7963         fixes bug #80070 and some other problem on toolbar buttons
7964         layout.
7965
7966 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
7967
7968         * ThemeWin32Classic.cs: Paint toolbar toggle button background 
7969         with dotted brush.      Fixes #79564
7970         
7971 2006-11-28  Andreia Gaita  <avidigal@novell.com>
7972
7973         * Form.cs: Removed call to UpdateBounds on Form
7974         constructor, it was causing a call to CreateHandle
7975         before it was supposed to.
7976         * PrintControllerWithStatusDialog: Applied patch
7977         by Chris Toshok to hide controller when there are
7978         no printers available.
7979         PrintDialog.cs: initialize printer settings to 
7980         null - correct DefaultValues test #5
7981         * PrintPreviewControl.cs: Move PrintController
7982         initialization to GeneratePreview
7983         * PrintPreviewDialog.cs: 
7984         - Remove Preview generation     from Document_set(). It is 
7985         called on OnPaint
7986         - Throw InvalidPrinterException on CreateHandle if
7987         a Document is set but there are no printers or 
7988         printer is not valid.
7989         * ThemeWin32Classic: don't paint PrintPreviewControl
7990         if there is nothing to paint    
7991
7992 2006-11-28  Miguel de Icaza  <miguel@novell.com>
7993
7994         * Form.cs: Add another popular method.
7995
7996         * TabPage.cs: ditto.
7997
7998 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7999
8000         * MenuItem.cs: Fixed a warning.
8001         * InternalWindowManager: Fixed a warning.
8002
8003 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8004
8005         * MenuItem.cs:
8006         - When cloning a menu also clone MdiList and clone the 
8007           window menu items properly (as the forms and menuitems
8008           are kept in an internal hashtable, these need updating 
8009           as well)
8010         - Rewrote the window menu code, menu items are added in the
8011           order the forms were added to their parent, and they are
8012           updated every time the window menu is shown (before the
8013           list was only generated once, in the current order of the
8014           forms, and would never be updated). A checkmark is shown
8015           next to the item corresponding to the active mdi child.
8016
8017 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8018
8019         * XplatUIStructs.cs: 
8020         - Added WM_NCMOUSEHOVER and WM_NCMOUSELEAVE.
8021         
8022         * XplatUIWin32.cs: 
8023         - Added TME_NONCLIENT to TMEFlags.
8024         - Handles WM_NCMOUSEMOVE in GetMessage to 
8025           generate WM_NCMOUSEHOVER and WM_NCMOUSELEAVE messages.
8026
8027         * MdiWindowManager:
8028         - Now merges mdi child menu to parent menu when maximized.
8029         - Recalculate NC areas of both mdi child and mdi parent. 
8030           Fixes #79757 (4).
8031           on window state and size changes.Fixes #79844 (3).
8032         - Handle WM_NCCALCSIZE to properly calculate borders.
8033
8034         * Form.cs:
8035         - Add/remove to the mdi containers list of mdi children 
8036           in the order they are added.
8037         - Pass on WM_NCLBUTTONUP, WM_NCMOUSEMOVE and WM_NCMOUSELEAVE 
8038           to the maximized mdi child.
8039         
8040         * InternalWindowManager.cs:
8041         - Only execute a click on the control buttons on the mouse up,
8042           not on the mouse down. Show the state of the button 
8043           (was only showing Normal state, never Pressed state). The
8044           pressed button now follows the mouse (if you click the Close 
8045           button and move the mouse over the Maximize button, the 
8046           Maximize button will be shown as pressed). Since Win32 does
8047           not generate WM_NCLBUTTONUP if you release the button outside
8048           of the nc area, we need to handle WM_NCMOUSELEAVE and treat
8049           it as a mouse up.
8050         
8051         * ThemeWin32Classic.cs:
8052         - Draw a missing border around mdi child forms. Fixes #79844 (2).
8053
8054         * MdiClient.cs:
8055         - Added a list of forms which contains the order the forms are
8056           added to the mdi parent.
8057         - Handle WM_NCPAINT to properly draw a 3D border. Fixes #79844 (2).
8058         - Handle WM_NCCALCSIZE to properly calculate the 3D border.
8059         - If the active form changes set the scrollbars to the top
8060           of the Z order, otherwise the form could hide them.
8061         - Scrollbars are now sized according to ClientSize, not 
8062           to Size, and they take into account the other scrollbar
8063           to determine maximum.
8064         
8065 2006-11-28  Rolf Bjarne Kvinge <RKvinge@novell.com>
8066         
8067         * XplatUI.cs:
8068         * XplatUIDriver.cs:
8069         * XplatUIX11.cs:
8070         * XplatUIWin32.cs:
8071         * XplatUIOSX.cs:
8072         - Added RequestAdditionalWM_NCMessages for windows to 
8073           opt in for WM_NCMOUSELEAVE and WM_NCMOUSEHOVER.
8074           Currently only implemented in XplatUIWin32.
8075
8076 2006-11-27  Chris Toshok  <toshok@ximian.com>
8077
8078         * Hwnd.cs: only add the hwnd to the windows hash in
8079         set_WholeWindow and set_ClientWindow if whole_window/client_window
8080         are not IntPtr.Zero.  also, remove the unused SetObjectWindow.
8081
8082 2006-11-27  Mike Kestner  <mkestner@novell.com>
8083
8084         * ComboBox.cs: remove redundant OnDropDown call.  It is called
8085         from the ComboListBox.ShowWindow code. Fixes #79969.
8086
8087 2006-11-27  Chris Toshok  <toshok@ximian.com>
8088
8089         * Hwnd.cs: remove the setters for ExposePending and
8090         NCExposePending - noone uses them.
8091
8092 2006-11-27  Jackson Harper  <jackson@ximian.com>
8093
8094         * TextControl.cs: new param for ReplaceSelection which determines
8095         whether we select the new selection, or set the cursor to the end
8096         of the new selection.
8097         * TextBoxBase.cs: Use new param for ReplaceSelection.  When
8098         pasting, select the new text.
8099         * RichTextBox.cs: Use new param for ReplaceSelection.
8100
8101 2006-11-27  Jackson Harper  <jackson@ximian.com>
8102
8103         * TextBoxBase.cs: Set the selection to the caret after the caret
8104         is moved, otherwise they get out of sync.
8105
8106 2006-11-26  Everaldo Canuto  <everaldo@simios.org>
8107
8108         * ToolBar.cs: Fixe size of ToolBar when AutoSize is false,
8109         it fixes #80015
8110
8111 2006-11-26  Everaldo Canuto  <everaldo@simios.org>
8112
8113         * ThemeWin32Classic.cs: 
8114         - Fix toolbar drop down arrow position.
8115         - Fix drop down appearance when ToolBar.Appearance is normal,
8116         it fixes #80018.
8117         
8118 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
8119
8120         * ProgressBar.cs: GetStyle fixes for 2.0 profile.
8121         * Control.cs: Same.
8122         * UpDownBase.cs: Same.
8123         * ButtonBase.cs: Same.
8124         * ScrollBar.cs: Same.
8125         * TrackBar.cs: Same.
8126         * PictureBox.cs: Same.
8127         * UserControl.cs: Same.
8128         * Label.cs: Same.
8129         * ListControl.cs: Same.
8130         * TextBoxBase.cs: Same.
8131         * ListView.cs: Same.
8132         * RichTextBox.cs: Same.
8133         * TreeView.cs: Same.
8134
8135 2006-11-25  Jordi Mas i Hernandez <jordimash@gmail.com>
8136
8137         * PrintDialog.cs:
8138         - Text label for where 
8139         - Text label comment was not shown
8140
8141 2006-11-23  Everaldo Canuto  <everaldo@simios.org>
8142
8143         * ThemeWin32Classic.cs: Fix toolbar drop down arrow size.
8144
8145 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
8146
8147         * InternalWindowManager.cs: 
8148         - Handle WM_PARENTNOTIFY to activate the form
8149         if any child control is clicked.
8150         - The form is only sizable if not minimized.
8151
8152         * MdiWindowManager.cs:
8153         - Save the IconicBounds if the form is moved.
8154         - Rework SetWindowState, now the window bounds 
8155         are stored only if the old window state is Normal.
8156         
8157         * MdiClient.cs:
8158         - In SetWindowStates store the old window state if 
8159         the window is maximized and restore window state if
8160         the window looses focus.
8161         - Don't handle any scrollbar value changes if 
8162         initializing the scroll bars. Fixes #79771.
8163         - Reworked ArrangeIconicWindows. Current algorithm
8164         tests bounds agains all other minimized windows, if
8165         any intersections create new bounds (going left to 
8166         right, bottom to top) and then test again. When 
8167         successful the bounds are saved and never computed
8168         again. Fixes #79774.
8169
8170 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
8171
8172         * InternalWindowManager.cs: Added HandleTitleBarUp.
8173
8174 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
8175
8176         * NumericUpDown.cs: In .NET 1.1, user entered text is still
8177         hexadecimal in ParseUserEdit.
8178
8179         
8180 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
8181
8182         * MdiWindowManager.cs: 
8183         - Handle a click on the form's icon to show the 
8184         system menu (when maximized). Fixes #79775.
8185         - Change the existing click handler for the form's
8186         icon when not maximized to show on MouseUp.
8187         Fixes #79776.
8188
8189         * Form.cs: In OnResize only layout the mdi child's
8190         parent if it actually has a parent. Might not if
8191         the window is closing.
8192
8193
8194 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
8195
8196         * MdiClient.cs: Ignore active MDI client for text of parent, if
8197         child has no text set.
8198
8199 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
8200
8201         * ToolBar.cs: Fixed ToString to match MS.
8202
8203 2006-11-22  Andreia Gaita  <avidigal@novell.com>
8204
8205         * NumericUpDown: 
8206         - Fix DecimalPlaces, Hexadecimal and ThousandsSeparator to 
8207         update inner values on set. Fixes #79966.
8208         - Override OnLostFocus to update value on NET 2. Fixes #79950.
8209         - Fix hexadecimal parsing.
8210         
8211         * UpDownBase: Override OnGotFocus and OnLostFocus to notify 
8212         parent. Fixes #79957
8213
8214 2006-11-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8215
8216         * Control.cs: After calling SetWindowsPos in SetBoundsCore 
8217         the actual size has to be queried, since if height /
8218         width is negative Win32 changes it to 0. 
8219         Fixes #79999 on Windows.
8220         
8221         * XplatUIX11.cs: Set height / width to 0 if negative
8222         in SetWindowPos. Fixes #79999 on Linux.
8223         
8224 2006-11-22  Everaldo Canuto  <everaldo@simios.org>
8225
8226         * ThemeWin32Classic.cs: Fix text redenring when button is
8227         pressed.
8228
8229 2006-11-22  Everaldo Canuto  <everaldo@simios.org>
8230
8231         * MenuAPI.cs: Fixes behavior when menu is opened by kerboard
8232         and later navigate by mouse. Fixes #79528.
8233
8234 2006-11-21  Everaldo Canuto  <everaldo@simios.org>
8235
8236         * ToolBar.cs: Set default value for TabStop to false in
8237         constructor, it fixes remaining behavior of bug #79863.
8238
8239 2006-11-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8240
8241         * MdiWindowManager.cs:
8242         * InternalWindowManager.cs:
8243         - Moved a few methods specific to Mdi from 
8244         InternalWindowManager to MdiWindowManager.
8245         Fixes #79996.
8246         
8247 2006-11-21  Chris Toshok  <toshok@ximian.com>
8248
8249         * XplatUIOSX.cs: stub out InvalidateNC.
8250
8251         * XplatUIWin32.cs: implement InvalidateNC using the call I found
8252         at http://www.dotnet247.com/247reference/msgs/58/292037.aspx.
8253
8254         * XplatUIX11.cs: rename InvalidateWholeWindow to InvalidateNC.
8255
8256         * XplatUIDriver.cs: add InvalidateNC abstract method.
8257
8258         * XplatUI.cs: add InvalidateNC.
8259
8260 2006-11-21  Everaldo Canuto  <everaldo@simios.org>
8261
8262         * ToolBar.cs: Invalidate complete button area when pressed status 
8263         was changed.
8264         * ToolButton.cs: Fix InvalidateBorder for DropDown buttons.
8265         * ThemeWin32Classic.cs: Increase vertical and horizontal position 
8266         by 1 when button is pressed.
8267
8268 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
8269
8270         * ToolButton.cs: Invalidate middle of DropDown button when
8271         ToolBar theres DropDownArrows.
8272         * ThemeWin32Classic.cs: Change position of DropDown arrow and
8273         fix DropDown drawing operations.
8274
8275 2006-11-20  Chris Toshok  <toshok@ximian.com>
8276
8277         * NativeWindow.cs: fix the formatting of functions ('{' on the
8278         following line), and enable the thread exception dialog.
8279
8280         * Application.cs: remove the duplicate exception catching from
8281         here.
8282
8283 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
8284
8285         * Toolbar.cs: Triggers button click event when click on icon
8286         of dropdown ToolBarButton. Fixes #79912.
8287         
8288 2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8289
8290         * Theme.cs:
8291         * ThemeWin32Classic.cs:
8292         - Added a property WindowBorderFont to enable themeing
8293           of mdi child windows' Text.
8294           
8295 2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8296
8297         * InternalWindowManager.cs:
8298         * Form.cs:
8299         * MdiClient.cs:
8300         * MdiWindowManager.cs: 
8301         - If mdi child is maximized, set mdi parent's
8302           text to "Parent - [Child]". Fixes #79770.
8303         - If there is any maximized mdi child windows, only the active 
8304           window (and any new windows) is maximized, the rest are normal.
8305         - On a WindowState change only save mdi child's window bounds 
8306           if the old window state was normal. Fixes #79774.
8307         - The scroll bars are now calculated on hopefully all
8308           necessary events. Fixed #79771 / #79844->6 / #79906.
8309         - MdiClient.SizeScrollBars() now takes into account docked 
8310           controls in the parent when calculating available space.
8311         - InternalWindowManager now always repaints the entire title
8312           area. Fixes #79844->1/4/5.
8313         - Added RequestNCRecalc on mdi child windowstate changes.
8314           Fixes #79772.
8315
8316 2006-11-20  Mike Kestner  <mkestner@novell.com>
8317
8318         * ComboBox.cs: setup LargeChange on the scrollbar. Invoke FireMouseUp
8319         in the MouseUp handler of the listbox and move the return handling
8320         code to FireMouseUp to avoid scrolling on ups.  Fixes #79952.
8321
8322 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
8323
8324         * Toolbar.cs: Ignore right mouse clicks in toolbar. Fixes #79855. 
8325
8326 2006-11-17  Alexander Olk  <alex.olk@googlemail.com>
8327
8328         * MimeIcon.cs: Seems that DllImports that were fine in 1.2 are not
8329           working in 1.2.x anymore. So, updated.
8330
8331 2006-11-19  Gert Driesen  <drieseng@users.sourceforge.net>
8332
8333         * NumericUpDown.cs: Use NegativeSign, NumberDecimalSeparator and
8334         NumberGroupSeparator of current culture instead of assuming en-US.
8335         Fixed bug #79967.
8336
8337 2006-11-17  Mike Kestner  <mkestner@novell.com>
8338
8339         * Control.cs: Add the concept of implicit bounds setting so that
8340         dock/undock round trips preserve explicitly set size/locations.
8341         Fixes #79313.
8342
8343 2006-11-17  Alexander Olk  <alex.olk@googlemail.com>
8344
8345         * FileDialog.cs: Trim all filters, otherwise DirInfo.GetFiles
8346           can't handle those filters. (Fixes bug #79961)
8347
8348 2006-11-17  Chris Toshok  <toshok@ximian.com>
8349
8350         [ fixes the exit/crashes associated with #79835.  it's clearly
8351         suboptimal though, we need to figure out a better way to solve
8352         this. ]
8353         
8354         * PrintPreviewControl.cs: deal with the new invalid printer
8355         exceptions.
8356
8357         * PageSetupDialog.cs: if the printer is invalid, pop up a dialog
8358         and return false (so CommonDialog.ShowDialog doesn't actually show
8359         the form.)
8360
8361         * PrintDialog.cs: enable/disable the Ok button depending on
8362         whether or not the printer is valid.
8363
8364         * CommonDialog.cs (ShowDialog): only actually show the form if
8365         RunDialog returns true.
8366
8367 2006-11-17  Jackson Harper  <jackson@ximian.com>
8368
8369         * TextControl.cs: When soft splitting a line, mark it as a soft
8370         split line. Also carry over the current line break to the next
8371         line.
8372
8373 2006-11-17  Chris Toshok  <toshok@ximian.com>
8374
8375         * XplatUIX11.cs: when scrolling a window with an invalid area, we
8376         only want to shift the part of the invalid area that overlaps the
8377         area we're scrolling.  we also don't want to clear the invalid
8378         area unless the invalid area was entirely contained within the
8379         scrolling area.
8380
8381 2006-11-16  Chris Toshok  <toshok@ximian.com>
8382
8383         * XplatUIX11.cs: remove the handling of the TimerEvent stuff, and
8384         also make sure to free the memory returned by XGetWindowProperty
8385         in GetText().
8386
8387         * X11Structs.cs: remove the TimerEvent stuff, it's unused.
8388
8389 2006-11-16  Chris Toshok  <toshok@ximian.com>
8390
8391         * XplatUI.cs: add a new super secret way to get at the totally
8392         unsupported X11 backend.
8393
8394 2006-11-16  Gert Driesen  <drieseng@users.sourceforge.net>
8395
8396         * NumericUpDown.cs: Allow lowercase letters when in hex-mode.
8397
8398 2006-11-16  Jackson Harper  <jackson@ximian.com>
8399
8400         * TreeView.cs: Allow more explicit setting of top node position
8401         for scrollbars. Slower algo, but more accurate.
8402         - CollapseAll should maintain the current top node.
8403         * TextBoxBase.cs: When positioning the caret, use the line, pos
8404         method, since the x, y method does not grab the correct tag, and
8405         the caret height never gets set correctly. (Maybe I should just do
8406         away with the caret having its own height, and always use the
8407         carets current tag for height).
8408
8409 2006-11-16  Jonathan Pobst  <monkey@jpobst.com
8410
8411         [Fixes 79778, 79923]
8412
8413         * XplatUIWin32.cs: Don't allow a parent to be set to IntPtr.Zero.
8414         Parent to the FosterParent instead.
8415
8416 2006-11-16  Jackson Harper  <jackson@ximian.com>
8417
8418         * TreeView.cs: Need to recalc the topnode when we expand or
8419         collapse. The scrolling methods can't handle this on their own,
8420         since they use differences between the last scroll position, and
8421         those difference get completely messed up since we are expanding
8422         nodes.  This problem should probably be fixed in the scrolling
8423         methods, so they can figure out exactly where they are, but this
8424         will slow things down a little.
8425         * ThemeWin32Classic.cs: Special case for groupboxes with empty
8426         strings, makes nunit-gui look a lot nicer.
8427
8428 2006-11-16  Chris Toshok  <toshok@ximian.com>
8429
8430         * XplatUIX11.cs: nasty, nasty, nasty changes required because of
8431         the broken multithreaded event handling we have in here.  File
8432         this entry under "Why we should move to the new X11 backend".
8433
8434         Any thread can make it into UpdateMessageQueue, which gets events
8435         from the X socket - some of which could belong to hwnds being
8436         managed by a different thread.  We can also have multiple threads
8437         in UpdateMessageQueue at the same time, with each one reading from
8438         the X socket.  This leads to many problems, with the following
8439         solutions:
8440
8441         We can't use hwnd.Queue.Enqueue anywhere in here and must use
8442         EnqueueLocked.
8443
8444         The MotionNotify compression we do can't work across threads
8445         (without locking the entire queue, perhaps) since we call
8446         hwnd.Queue.Peek, so we just punt and don't compress motion events
8447         unless the owning thread is the one which got the X event.
8448
8449         ConfigureNotify is another fun one, since it modifies the hwnd's
8450         bounds and then enqueues the event.  We add a lock to Hwnd which
8451         is held when setting configure_pending to true (and enqueuing the
8452         event).
8453
8454         There is a race wrt the wake socket.  we need to make sure that
8455         only 1 thread is waiting on that socket, or else a thread could
8456         sleep waiting for data that never comes.  It's difficult (but not
8457         impossible) to make happen, because it seems to require something
8458         like the following:
8459
8460             1. Thread 1 polls on wake_receive
8461         
8462             2. poll returns saying there's data to be read on
8463                wake_receive.
8464         
8465             3. Thread 2 polls on wake_receive and immediately returns
8466                saying there's data to be read.
8467
8468             4. Thread 2 reads the wakeup byte from wake_receive
8469
8470             5. Thread 1 attempts to read the wakeup byte from
8471                wake_receive.
8472
8473             6. Thread 2 exits (due to a form closing, perhaps).
8474
8475             7. Thread 1 blocks forever.
8476         
8477         Fun, eh?
8478
8479         Fixing the Expose handling isn't done yet, and the races inherent
8480         in that piece of code are responsible for the drawing mistakes you
8481         see when generating expose events in a MT app (like NPlot).  This
8482         one is the likely to be the hardest to bandaid, and it doesn't
8483         appear to cause anything but drawing problems.  The other issues
8484         caused apps to exit or hang.
8485
8486         * XEventQueue.cs: output some spew when Dequeue/Enqueue/Peek are
8487         called from a different thread than the one that should be calling
8488         these functions.
8489
8490         * Hwnd.cs: add some locks to be used by the XplatUIX11 code.
8491
8492 2006-11-15  Chris Toshok  <toshok@ximian.com>
8493
8494         * Application.cs: null out the context's MainForm when we exit
8495         RunLoop.  Fixes a newly checked in unit test as well as the last
8496         ODE from bug #79933.
8497
8498 2006-11-15  Chris Toshok  <toshok@ximian.com>
8499
8500         * Form.cs (set_Owner): allow a null value so we can clear the
8501         form's owner.
8502         (Dispose): set all our owned_form's Owner properties to null, and
8503         clear the owned_forms collection.
8504         (WM_CLOSE): clean up this a little bit.. still not right though.
8505
8506         * ApplicationContext.cs: OnMainFormClosed should only call
8507         ExitThreadCore if the main form isn't recreating.  Fixes unit
8508         test.
8509
8510 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
8511
8512         [Fixes 78346]
8513
8514         * ComboBox.cs: Set the Hwnd.no_activate flag for the ComboListBox.
8515
8516 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
8517
8518         [Fixes 79433]
8519
8520         * Hwnd.cs: Add a flag to show a window, but not activate it, to 
8521         keep popup window types from stealing focus from the main form
8522         on Windows.
8523
8524         * XPlatUIWin32.cs: Use SW_SHOWNOACTIVATE if above field is true.
8525
8526         * MenuAPI.cs: Set above flag to true.
8527
8528 2006-11-15  Chris Toshok  <toshok@ximian.com>
8529
8530         * XplatUIX11.cs: mimic win32 behavior on BUTTONUP events, where
8531         the button being released is not in wParam.
8532
8533 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
8534
8535         * Form.cs: Add the released button to MouseEventArgs.Button
8536         for the OnMouseUp call to the MenuTracker.  Fixes menu clicking
8537         on Win32.
8538
8539 2006-11-15  Chris Toshok  <toshok@ximian.com>
8540
8541         * XplatUIX11.cs: add (untested) a _NET_WM_NAME implementation of
8542         GetText().  untested because it's unused in our implementation.
8543         Control.Text always caches the text, even if
8544         ControlStyles.CacheText is not set.
8545
8546         fixes bug #79939.
8547
8548 2006-11-15  Chris Toshok  <toshok@ximian.com>
8549
8550         [ fixes #79933 ]
8551         
8552         * Form.cs: in Close() don't do anything after we send the WM_CLOSE
8553         message.  no hiding, no disposing.
8554
8555         in the WM_CLOSE handler, hide the form if it's modal.
8556
8557 2006-11-15  Chris Toshok  <toshok@ximian.com>
8558
8559         * XplatUIX11.cs: use AddExpose instead of sending a message.
8560         fixes textbox border drawing.
8561
8562 2006-11-15  Chris Toshok  <toshok@ximian.com>
8563
8564         * PropertyGridView.cs: keep from crashing on mouse move/down when
8565         the property grid is empty.
8566
8567 2006-11-14  Jackson Harper  <jackson@ximian.com>
8568
8569         * TextControl.cs: Make PageUp and PageDown more like the MS
8570         versions.
8571         * TextBoxBase.cs: When we set the text property position the
8572         cursor at the beginning of the document.
8573
8574 2006-11-14  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8575
8576         * Form.cs: if a mdi child's WindowState has changed
8577         before it's creation, it would display wrong control
8578         buttons.
8579         
8580 2006-11-14  Alexander Olk  <alex.olk@googlemail.com>
8581
8582         * TreeView.cs: De-uglify TreeView checkbox checkmarks.
8583           (Fixes bug #79927)
8584
8585 2006-11-14  Rolf Bjarne Kvinge <RKvinge@novell.com> 
8586
8587         * XplatUIX11.cs: send a WM_NCPAINT on WM_NCCALCSIZE so that 
8588         the window gets to paint its borders even if the window is
8589         getting smaller.
8590         
8591         * Form.cs: on a WM_NCPAINT invalidate the entire menu, 
8592         otherwise the old control buttons would still be painted 
8593         if the window gets bigger.
8594         
8595         * PaintEventArgs.cs: add an internal method so that the clip 
8596         rectangle can be changed.
8597         
8598 2006-11-13  Chris Toshok  <toshok@ximian.com>
8599
8600         [ fixes bug #79745 ]
8601         
8602         * NotifyIcon.cs: lots of cleanup.
8603
8604         * X11Structs.cs: add an enum for XEMBED messages.
8605
8606         * XplatUIX11.cs: reindent one of the giant switch statements, it
8607         was taking up an additional tab stop, and this file is already way
8608         too wide for my laptop's screen.
8609
8610         Also, add handling for the XEmbed EMBEDDED_NOTIFY message.  When
8611         we get it, resize the hwnd to the WMNormalHints max_width/height.
8612
8613 2006-11-13  Jackson Harper  <jackson@ximian.com>
8614
8615         * TextBoxBase.cs: Compute the value changes for the mouse wheel
8616         teh simple way.
8617
8618 2006-11-13  Chris Toshok  <toshok@ximian.com>
8619
8620         * XplatUIX11.cs, XplatUIStructs.cs: kind of a gross fix for
8621         #79898.  force a reference to the Region to stick around so the
8622         unmanaged object isn't collected (rendering our handle in the MSG
8623         stale).
8624
8625 2006-11-13  Chris Toshok  <toshok@ximian.com>
8626
8627         * XplatUIX11.cs: fix #79917 for window managers which support
8628
8629         using XStoreName on the raw utf8, and we need to convert to
8630         COMPOUND_TEXT if it's non-latin1.
8631
8632 2006-11-13  Chris Toshok  <toshok@ximian.com>
8633
8634         * Form.cs (set_DialogResult): we need to set closing to false if
8635         we're setting our result to None.  fixes bug #79908.
8636
8637 2006-11-13  Jackson Harper  <jackson@ximian.com>
8638
8639         * TextControl.cs: When formatting text, compute the adjusted tag
8640         lengths correctly, using FindTag for the end tag instead of trying
8641         to figure it out outselves.
8642         * TreeNode.cs: Use ActualItemHeight, which is the actual height of
8643         the item, ItemHeight doesn't work, because trees with large
8644         imagelists use those for their height
8645         * TreeView.cs: ActualItemHeight factors in the image height
8646         - compute left edge of checkboxes correctly
8647         - when expanding/collapsing move the bottom down one pixel, so we
8648         aren't moving part of the node
8649
8650 2006-11-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8651
8652         * XplatUIX11.cs: The PaintEventArgs is also added to the drawing
8653         stack in PaintEventStart so that it won't get disposed by the gc
8654         before reaching PaintEventEnd.
8655
8656 2006-11-13  Jackson Harper  <jackson@ximian.com>
8657
8658         * TextBoxBase.cs: Don't select the word if we are on a line with
8659         no text.
8660         - We don't need to position the caret on mouse up, since the mouse
8661         move handler should be doing this
8662         - When double clicking a blank line, the caret is advanced to the
8663         next line.
8664
8665 2006-11-13  Gert Driesen  <drieseng@users.sourceforge.net>
8666
8667         * TreeNodeCollection.cs: Avoid duplicating indexer code.
8668
8669 2006-11-12  Gert Driesen  <drieseng@users.sourceforge.net>
8670
8671         * ColorDialog.cs: Reset size of dialog between calls to ShowDialog.
8672         Fixes part of bug #79910.
8673
8674 2006-11-11  Alexander Olk  <alex.olk@googlemail.com>
8675
8676         * ColorDialog.cs: Fix a NRE when adding a color to custom colors
8677           (bug #79903). Some minor string updates to match ms.
8678
8679 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
8680
8681         * FileDialog.cs: Don't add an extension if the filename
8682           already ends with that extension.
8683
8684 2006-11-10  Jackson Harper  <jackson@ximian.com>
8685
8686         * TreeView.cs: Use the currently highlighted node for the
8687         BeforeSelect event.
8688         * TextBoxBase.cs: There is no need to expand selection on
8689         MouseMove.
8690         - CanUndo means 'is there any undo operations', not 'is undo
8691         allowed on this textcontrol. Fixed ClearUndo unit test.
8692
8693 2006-11-10  Andreia Gaita  <shana.ufie@gmail.com>
8694
8695         * Button.cs: only perform click when button is Selectable (so as 
8696         not to activate default buttons when they're disabled)
8697         
8698         * Control.cs: Rewrite of the SelectNextControl and related 
8699         methods. HandleClick now selects next control if the current one
8700         is being disabled.
8701         
8702         * Form.cs: OnActivated selects next active control only if Load 
8703         has already occurred. If Load hasn't run, there's no point in 
8704         selecting here, Load might change the state of controls.
8705         
8706         * FocusTest.cs: Tests marked as working again for these fixes
8707
8708 2006-11-10  Chris Toshok  <toshok@ximian.com>
8709
8710         * XplatUIX11.cs: a couple of fixes.
8711
8712         - use XInternAtoms with almost all the atoms we need to register,
8713         instead of many, many calls to XInternAtom.  should help a bit on
8714         startup time, at the expense of making the code look a little
8715         worse.
8716
8717         - fall back to setting TransientFor on TOOLWINDOW's if their hwnd
8718         isn't reparented (which seems to be a clue that we're running fon
8719         compiz) and they have an Owner form.  This fixes the tool windows
8720         in paint.net when running under compiz.
8721
8722         - when setting the opacity of a window, support both the case
8723         where the window has been reparented and also when it hasn't been.
8724         Since compiz/beryl doesn't seem to reparent windows, and these are
8725         the only window managers which support translucency, I'm not sure
8726         why we need the hwnd.reparented case at all.. but leave it in.
8727         now we get translucent windows in paint.net under compiz/beryl.
8728
8729 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
8730
8731         * FileDialog.cs: Always return the value for FilterIndex that
8732           was set. Internally convert it to values that make sense.
8733
8734 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
8735         
8736         * ThemeWin32Classic.cs: Fix drowp down arrow borders.
8737
8738 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
8739
8740         * Toolbar.cs: Change default value of DropDownArrows to true, the 
8741         signature still using false to make it compatible with MS but the 
8742         initial value is true. Fixes #79855.
8743
8744 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
8745
8746         * MimeIcon.cs: Don't throw an exception on windows. Mime stuff is
8747           only available on Linux.
8748
8749 2006-11-09  Everaldo Canuto  <everaldo@simios.org>
8750
8751         * Toolbar.cs, ToolBarButton.cs: Fix wrong separator size and
8752         reduce number of calls to redraw method during toolbar creation.
8753
8754 2006-11-09  Mike Kestner  <mkestner@novell.com>
8755
8756         * ListView.cs : raise SelectedIndexChanged when an item is selected
8757         programmatically via the Item.Selected property.  Gert's nice 
8758         ListViewSelectedIndexChanged test fixture now runs clean.
8759
8760 2006-11-09  Mike Kestner  <mkestner@novell.com>
8761
8762         * ListView.cs : raise SelectedIndexChanged when a selected item is
8763         removed from the item collection using Remove or RemoveAt.
8764
8765 2006-11-09  Mike Kestner  <mkestner@novell.com>
8766
8767         * ListView.cs : raise SelectedIndexChanged once per selected item
8768         for compat with MS.  Fixes #79849+.
8769
8770 2006-11-09  Chris Toshok  <toshok@ximian.com>
8771
8772         * TabControl.cs: initialize row_count to 0, and set it to 1 when
8773         we need to (if we have any tab pages).  Fixes unit test.
8774
8775 2006-11-09  Chris Toshok  <toshok@ximian.com>
8776
8777         * Label.cs (CalcPreferredWidth): if Text == "", our preferred
8778         width is 0, not 3.  Fixes a unit test.
8779
8780 2006-11-09  Mike Kestner  <mkestner@novell.com>
8781
8782         * ListView.cs : use Implicit scrollbars so that focus isn't 
8783         stolen from the listview when they are clicked. Fixes #79850.
8784
8785 2006-11-09  Chris Toshok  <toshok@ximian.com>
8786
8787         * PropertyGridView.cs (OnPaint): only call DrawGridItems if we
8788         have a root item.  Fixes #79879.
8789
8790 2006-11-09  Alexander Olk  <alex.olk@googlemail.com>
8791
8792         * FileDialog.cs:
8793           - Fix ToString ()
8794           - An ArgumentException is now thrown if a wrong filter
8795             is applied (matches ms). The previous filter doesn't change
8796             anymore if an exception is thrown.
8797           - Changing the FileName property also affects FileNames
8798         * ColorDialog.cs: The length of the CustomColors array is always
8799           16. It doesn't matter if we use a smaller array or null to update
8800           or change the custom colors property.
8801         * FolderBrowserDialog.cs: Throw an InvalidEnumArgumentException if
8802           for RootFolder if we get a undefined value.
8803
8804 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8805
8806         * StatusBarPanel.cs: 
8807         - Width is set to MinWidth if Width is smaller than
8808         MinWidth. Fixes #79842.
8809         - MinWidth now always overrides Width (MSDN says MinWidth
8810         is set to Width when AutoSize = None, but they do not 
8811         behave like that).
8812         - Style has now the the correct default value.
8813         
8814 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8815  
8816         * TrackBar.cs: 
8817         - The control is completely invalidated on 
8818         Got/LostFocus to draw the focus rectangle correctly.
8819         - When AutoSize then height is always 45 (width for 
8820         vertical controls).
8821         
8822         * ThemeWin32Classic.cs: The TrackBar thumb is now centered
8823         on the mouse when moved and it doesn't move when grabbed
8824         until the mouse moves as well. Also fixed some wrong 
8825         calculations when clicking on the thumb (control thought
8826         click was outside of thumb and didn't grab it).
8827         Fixes some of the issues in #79718.
8828
8829 2006-11-08  Everaldo Canuto  <everaldo@simios.org>
8830
8831         * Toolbar.cs: Prevent disabled button to highlight. Fixes #79868.
8832
8833 2006-11-08  Chris Toshok  <toshok@ximian.com>
8834
8835         * PropertyGridView.cs: only call ToggleValue if the item is not
8836         readonly.
8837
8838 2006-11-08  Jackson Harper  <jackson@ximian.com>
8839
8840         * TextBoxBase.cs: The RichTextBox and textbox have very different
8841         word selection methods.  Implement the textbox's simple word
8842         selection here, and let the RichTextBox override and provide it's
8843         own.
8844         - Don't do extra selection on mouseup
8845         * RichTextBox.cs: Use the documents word selection algorithm, I
8846         think ideally, this function will be pulled into the
8847         RichTextBox.cs code someday.
8848
8849 2006-11-08  Chris Toshok  <toshok@ximian.com>
8850
8851         * RootGridEntry.cs: new class to represent GridItemType.Root.
8852
8853         * CategoryGridEntry.cs: reformat, and add boilerplate.
8854         
8855         * GridEntry.cs: remove the UIParent stuff - turns out .Parent
8856         returns the UI parent anyway, and we need special handling to
8857         implement the GetTarget method in the face of it.  Also, implement
8858         Select().
8859
8860         * PropertyGrid.cs, PropertyGridView.cs: a number of fixes.  create
8861         a root grid item, and use that instead of PropertyGrid.grid_items.
8862         Also, make use of TypeConverters (and add limitted support for
8863         ICustomTypeDescriptors) when initially populating the grid.
8864         Arrays now show up more or less properly.
8865
8866 2006-11-08  Chris Toshok  <toshok@ximian.com>
8867
8868         * Application.cs: set the modal dialog to non modal after we close
8869         it.  Fixes bug #79866.
8870
8871 2006-11-08  Jackson Harper  <jackson@ximian.com>
8872
8873         * TextControl.cs: When combining lines carry over the line end
8874         style from the end line.
8875         - Invalidate the selected area when setting it, if it is visible.
8876         * TextBoxBase.cs: Only rich text box can do full line selects.
8877         - Make sure to set the cursor position when there is a click,
8878         otherwise two clicks in separate areas could cause a large chunk
8879         to be selected.
8880
8881 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
8882
8883         * Toolbar.cs: Release flat button borders when Toolbar lost focus. 
8884         Fixes #79863.
8885
8886 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
8887
8888         * Toolbar.cs: Prevent toolbar to open more than one tooltip at same
8889         time. Remove tooltips when ToolButton click events.  Fixes #79856.
8890
8891 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
8892
8893         * MenuAPI.cs: Ignore right click for menu actions and fixes
8894         menu border when clicked.  Fixes #79846.
8895
8896 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
8897
8898         * XplatUIX11.cs, XplatUIX11.cs: Fix MouseRelease to only release
8899         MouseState after create wParam for message, this fixes mouse button 
8900         equal none in mouse up events.
8901         
8902 2006-11-07  Andreia Gaita  <shana.ufie@gmail.com>
8903
8904         * Control.cs : Focus() now calls Select to set the Container's
8905         Active Control and to give it focus. To avoid infinite recursion
8906         (because ActiveControl also calls Focus at one point), a check 
8907         is made in Focus with the help of a new internal variable
8908         is_focusing.
8909
8910 2006-11-07  Mike Kestner  <mkestner@novell.com>
8911
8912         * ListView.cs : raise OnSelectedIndexChanged in CreateHandle
8913         if there's a selection.  Fixes #79849.
8914
8915 2006-11-07  Gert Driesen  <drieseng@users.sourceforge.net>
8916
8917         * PropertyGrid.cs: Avoid fixed height of help description label.
8918         Fixes part of bug #79829.
8919
8920 2006-11-07  Chris Toshok  <toshok@ximian.com>
8921
8922         * XplatUIX11.cs: fix #79790 again, by using the
8923         _NET_WM_STATE_SKIP_TASKBAR atom to implement Form.ShowInTaskbar.
8924
8925 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
8926
8927         * ToolBar.cs: Fix left click checking.
8928
8929 2006-11-07  Chris Toshok  <toshok@ximian.com>
8930
8931         * ProgressBar.cs: fix a typo in ToString().  fixes a unit test.
8932
8933 2006-11-07  Chris Toshok  <toshok@ximian.com>
8934
8935         * RelatedPropertyManager.cs: set property_name in our ctor.  fixes
8936         PropertyManager unit tests.
8937
8938         * PropertyManager.cs: make property_name internal.
8939
8940 2006-11-07  Chris Toshok  <toshok@ximian.com>
8941
8942         * ButtonBase.cs: initialize base.ime_mode to ImeMode.Disable to
8943         pass a unit test.  Also, don't set image_index to anything in
8944         response to setting the ImageList property.
8945
8946 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
8947
8948         * ToolBar.cs: Ignore click events when mouse button is not a
8949         left button, only accepts other button for dropdown menus.  
8950         Fixes #79854.
8951
8952 2006-11-07  Chris Toshok  <toshok@ximian.com>
8953
8954         * DataGrid.cs: make the back and parent row buttons a little less
8955         ugly.
8956
8957 2006-11-07  Jackson Harper  <jackson@ximian.com>
8958
8959         * TextBoxBase.cs: When converting to Text don't put line breaks in
8960         for soft line breaks.
8961         * TextControl.cs: There is an initial "fake" line in the document,
8962         this is now a soft break line, so that an extra line feed doesn't
8963         get added to the end of documents.
8964
8965 2006-11-07  Chris Toshok  <toshok@ximian.com>
8966
8967         [ fix bug #79778 ]
8968         
8969         * CurrencyManager.cs: if the list is readonly, don't bother
8970         checking if IBindingList.AllowNew is true.
8971
8972         * ThemeWin32Classic.cs (DataGridPaintParentRow): make this work
8973         for non-DataRowView datasources..  or rather, make it not crash.
8974         (DataGridPaintRelationRow): make sure we limit the row painting to
8975         the area not covered by the row header, and make our cell width at
8976         least large enough to cover the relation area.  This allows grids
8977         that have relations but no rows to render correctly.
8978         (DataGridPaintRowContents): same type of changes here.
8979         (SetDataSource): move back to always calling
8980         CalcAreasAndInvalidate.  this fixes a crash/drawing problem when
8981         navigating back through relations.
8982         (HitTest): handle the case where we have no cells but have
8983         relations.  Right now we generate a hit in cell 0 of whatever the
8984         row is, not sure if this is strictly correct, but it works for our
8985         purposes.
8986         
8987         * DataGrid.cs (EndEdit, CancelEdit): if we have no columns, don't
8988         bother doing anything.
8989
8990 2006-11-07  Jonathan Pobst  <monkey@jpobst.com>
8991
8992         * StatusStrip.cs, ToolStripStatusLabel.cs: By request, an
8993         early version of StatusStrip.  Not responsible for eaten
8994         application or firstborn children.
8995
8996 2006-11-06  Chris Toshok  <toshok@ximian.com>
8997
8998         * TabControl.cs: in OnGotFocusInternal/OnLostFocusInternal don't
8999         call GetTabRect with a -1 index.  Fixes #79847.
9000
9001 2006-11-06  Jackson Harper  <jackson@ximian.com>
9002
9003         * TreeNodeCollection.cs: Update scrollbars after clearing.
9004
9005 2006-11-06  Chris Toshok  <toshok@ximian.com>
9006
9007         * NumericUpDown.cs: fix the ToString method for some unit test
9008         love.
9009
9010 2006-11-06  Chris Toshok  <toshok@ximian.com>
9011
9012         * PropertyGrid.cs:
9013         - set the initial SelectedGridItem if we can.
9014
9015         - Exclude non-mergable properties only if we're merging > 1
9016         object.  Merging 1 object isn't really merging, obviously.
9017
9018         - Handle PropertySort.NoSort just like Alphabetical, which is
9019         wrong of course, but at least gets things on the screen.
9020         
9021         * PropertyGridView.cs:
9022         - Add method "FindFirstItem" which finds the first property grid
9023         item, so we can select it by default.
9024
9025         - make use of GridEntry.CanResetValue.
9026
9027         - Don't call RedrawBelowItemOnExpansion here anymore, the
9028         individual GridEntry's will do that.
9029
9030         - Remove the ITypeDescriptorContextImpl internal class.
9031         
9032         * GridEntry.cs:
9033         - this class needs to implement ITypeDescriptorContext, as it's
9034         what MS's PropertyDescriptorGridEntry does, which means we can
9035         remove the ITypeDescriptorContextImpl internal class from
9036         PropertyGrid.cs.  This fixes the crashing portion of bug #79829.
9037
9038         - keep a reference to our PropertyGridView, and move the call to
9039         RedrawBelowItemOnExpansion here from PGV.  This means
9040         programmaticly setting Expanded actually does something visible.
9041
9042         - add a CanResetValue() function which takes into account our
9043         possibly multiple "selected_objects" in the merged case.  Shifting
9044         PropertyGridView to use this method fixes another unreported
9045         crasher found running the test for #79829.
9046
9047         - when Top or Bounds is updated, make sure the PropertyGridTextBox
9048         is updated to reflect this.
9049
9050         * CategoryGridEntry.cs: the ctor takes the PGV now.
9051         
9052 2006-11-06  Jackson Harper  <jackson@ximian.com>
9053
9054         * TextControl.cs: These are 1 based.
9055         * TextBoxBase.cs: When setting the selected text, don't change the
9056         selected text tags, this is done by ReplaceText, just position the
9057         cursor at the end of the new text.
9058
9059 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
9060
9061         * ListView.cs: Allow label edit only when, when LabelEdit is
9062           set to true.
9063
9064 2006-11-06  Jackson Harper  <jackson@ximian.com>
9065
9066         * TextControl.cs: If a suitable wrapping position isn't found,
9067         just wrap right in the middle of a word.
9068
9069 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
9070
9071         * ListView.cs, ListViewItem.cs: Implement LabelEdit. Fixes
9072           bug #79820.
9073
9074 2006-11-06  Jackson Harper  <jackson@ximian.com>
9075
9076         * TreeView.cs: Can't use the VisibleCount property when setting
9077         scrollbar heights, because this doesn't take into account whether
9078         or not the horz scrollbar just came visible.
9079
9080 2006-11-05  Everaldo Canuto  <everaldo@simios.org>
9081
9082         * MenuAPI.cs: Deactivate menu on mouse up when menus it is already
9083         activated.  Fixes #79369, #79832.
9084
9085 2006-11-05  Alexander Olk  <alex.olk@googlemail.com>
9086
9087         * FileDialog.cs: *sigh* Because of recent runtime changes (r67043) I
9088           had to remove support for links that point to a directory. FileInfo
9089           returns no usefull information (means, the directory they point to)
9090           for such links. Replaced some empty string ("") with String.Empty.
9091
9092 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
9093
9094         * TreeNodeCollection.cs: To match MS, in 1.0 profile throw 
9095         NullReferenceException when attempting to remove node that is not in
9096         collection. Throw NullReferenceException when null is passed to 
9097         Remove. Allow first element of the collection to be removed. Fixes
9098         bug #79831.  In GetEnumerator ().Current return null if positioned 
9099         before the first element of the collection. In GetEnumerator ().Reset,
9100         position before first element of the collection.
9101
9102 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
9103
9104         * PropertyGrid.cs: To match MS, remove default title and description
9105         for panel. Fixed tooltips for Categorized and Alphabetic toolbar
9106         buttons.
9107
9108 2006-11-04  Chris Toshok  <toshok@ximian.com>
9109
9110         * Theme.cs: add a Clamp method, just for kicks.
9111
9112         * ThemeWin32Classic.cs: clamp all color components to [0..255].
9113
9114 2006-11-04  Chris Toshok  <toshok@ximian.com>
9115
9116         * Form.cs: if the form isn't visible, Close() does nothing.
9117
9118 2006-11-03  Chris Toshok  <toshok@ximian.com>
9119
9120         * Form.cs (Close): if the form is modal, don't Dispose of it, only
9121         Hide it.
9122         (WndProc): don't Dispose after handling the WM_CLOSE message.
9123
9124         * Application.cs (RunLoop): toplevels is a list of Forms, so treat
9125         them as such, instead of using casts from Control to Form.  Also,
9126         don't Dispose of the modal dialog when we fall out of the loop -
9127         Close() it instead.
9128
9129         fixes bug #79813.
9130
9131 2006-11-03  Chris Toshok  <toshok@ximian.com>
9132
9133         * Control.cs (Dispose): only go through the dispose thing if we're
9134         @disposing, and we haven't already been disposed.  Fixes bug
9135         #79814.
9136
9137         * Form.cs: no reason to call "base.Dispose()" here instead of
9138         "Dispose()".
9139
9140 2006-11-03  Mike Kestner  <mkestner@novell.com>
9141
9142         * ComboBox.cs : use ToString instead of casts in AddItem for
9143         sorting functionality.  Fixes #79812.
9144
9145 2006-11-03  Chris Toshok  <toshok@ximian.com>
9146
9147         * Application.cs: pave the way for actually using the thread
9148         exception dialog.  it's ifdefed out at the moment.
9149
9150 2006-11-03  Chris Toshok  <toshok@ximian.com>
9151
9152         * ThreadExceptionDialog.cs: until we get a better layout, actually
9153         hide the details textbox and label when we shouldn't see them.
9154
9155 2006-11-03  Jackson Harper  <jackson@ximian.com>
9156
9157         * TextBoxBase.cs: Don't bail from the scrollbar calcs for non
9158         multiline textboxes anymore.  This method also determines the
9159         width/height of a textboxes canvas area.
9160         - Sorta a revert of the last patch.  For multiline just position
9161         the controls, then bail.  This way the scrollbar width won't be
9162         altered.
9163
9164 2006-11-03  Everaldo Canuto  <everaldo@simios.org>
9165
9166         * ThemeWin32Classic.cs: Dont paint inner lines of 3D border when
9167         it dont need.  Fixes #79537.
9168
9169 2006-11-02  Jackson Harper  <jackson@ximian.com>
9170
9171         * X11Dnd.cs: We always allow copy, since XDND implies Copy.  Also
9172         send the status after firing the DndOver event.
9173
9174 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
9175
9176         * TrackBar.cs: Now orientation only switches height / width if
9177         the control's handle is created (Win32 does it like this). Also 
9178         fixed a typo in ToString() for a test to pass, changed the 
9179         exception thrown in set_LargeChange and set_SmallChange to 
9180         match Win32 behaviour, and added TrackBar tests to the unit 
9181         tests.
9182
9183 2006-11-02  Chris Toshok  <toshok@ximian.com>
9184
9185         * XplatUIX11.cs: the atom we want is _NET_WM_STATE_SKIP_TASKBAR,
9186         not _NET_WM_STATE_NO_TASKBAR.
9187
9188 2006-11-02  Jackson Harper  <jackson@ximian.com>
9189
9190         * TextControl.cs: Increment count by one, since in the update view
9191         count - 1 is used.
9192
9193 2006-11-02  Jackson Harper  <jackson@ximian.com>
9194
9195         * TextBoxBase.cs: Use client rectangle not bounds for checking if
9196         the mouse is in the client rectangle (duh).
9197
9198 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
9199         
9200         * TrackBar.cs: Fixed trackbar jumping around when clicking
9201         on it - the trackbar was not detecting correctly at which
9202         side of the thumb the click was done. (fixes #79718)
9203
9204 2006-11-02  Everaldo Canuto  <everaldo@simios.org>
9205
9206         * ListBox.cs: scroll visible area when change SelectedIndex to
9207         a non visible area.  Fixes #79481.
9208
9209 2006-11-01  Jackson Harper  <jackson@ximian.com>
9210
9211         * TextControl.cs: When replacing the selection move the selection
9212         start/end/anchor to the end of the new text.
9213
9214 2006-11-01  Jackson Harper  <jackson@ximian.com>
9215
9216         * XplatUIWin32.cs: When setting the parent change the controls
9217         visibility to it's visibility flag, not to it's old parents
9218         visibility (.Visible walks the parent chain).
9219
9220 2006-11-01  Chris Toshok  <toshok@ximian.com>
9221
9222         * XplatUIX11.cs: revert the #79790 fix, as the simple.
9223         XSetTransientForHint fix breaks paint .net's tool windows.  more
9224         work needed for that one.
9225
9226 2006-11-01  Chris Toshok  <toshok@ximian.com>
9227
9228         * ScrollBar.cs: throw ArgumentException instead of Exception in
9229         LargeChange/SmallChange setters.  fixes unit tests.
9230
9231 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
9232
9233         * ContainerControl.cs: reverted rev.67183 (which was itself
9234         a reversion of rev.66853... eh).
9235         
9236         * Control.cs: Fixes Reflector hang by changing Focus() call
9237         to what it was before rev.66643 (calling Select() here sets 
9238         ActiveControl, which in some situations calls back Focus and 
9239         eventually does a stack overflow). Temp fix.    
9240         Changes to GetNextControl() to not look for children to select when
9241         parent cannot be selectable (so it looks for siblings instead)  
9242         
9243 2006-10-31  Mike Kestner  <mkestner@novell.com>
9244
9245         * CheckedListBox.cs : off by one error in returned index from
9246         ObjectCollection.Add.  Fixes #79758.
9247
9248 2006-10-31  Chris Toshok  <toshok@ximian.com>
9249
9250         * UpDownBase.cs: remove the OnGotFocusInternal/OnLostFocusInternal
9251         calls for the textbox/spinner, to keep from recursing to the point
9252         where we crash.  Fixes #79760.
9253
9254 2006-10-31  Chris Toshok  <toshok@ximian.com>
9255
9256         * ListControl.cs (set_SelectedValue): don't throw exceptions on
9257         null/"" value, just return.  matches ms's behavior and fixes some
9258         failing tests.
9259
9260 2006-10-31  Chris Toshok  <toshok@ximian.com>
9261
9262         * Control.cs (set_Capture): make a logic a little easier to
9263         follow.
9264
9265         * XplatUIX11.cs (CleanupCachedWindows): zero out the Grab window
9266         if it's being destroyed.  A necessary fix surely, but a bandaid
9267         also, to fix the stuck capture problem in bug #78413.
9268
9269 2006-10-31  Chris Toshok  <toshok@ximian.com>
9270
9271         * XplatUIX11.cs: fix a couple of compiler warnings, and follow the
9272         convention of clearing hwnd.ClientRect when we set the
9273         width/height (so it'll be recalculated by Hwnd).
9274
9275 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
9276
9277         * ContainerControl.cs: reversed Contains check from
9278         ActiveControl due to hanging problems. This fix
9279         partly regresses #79667 (button does not have
9280         initial focus), so this might be a symptom for 
9281         a larger parenting problem (set_ActiveControl
9282         is being called but the child control does
9283         not have the parent set yet?)   
9284         
9285 2006-10-31  Mike Kestner  <mkestner@novell.com>
9286
9287         * MenuAPI.cs : fix keynav when menu is click activated.
9288
9289 2006-10-31  Jonathan Pobst  <monkey@jpobst.com>
9290
9291         * ToolStrip*: Version 0.2.
9292
9293         * MenuStrip.cs: Version 0.1.
9294
9295         * Form.cs: Add a 2.0 MenuStrip tracker like the 1.1 Menu one.
9296
9297 2006-10-30  Chris Toshok  <toshok@ximian.com>
9298
9299         [ fixes the oversized notify icon issue in bug #79745 ]
9300         
9301         * NotifyIcon.cs: scale the icon down to the size we're given by
9302         the XplatUI layer (this would be faster if we did it once instead
9303         of whenever we paint..)  Also, remove the WM_NCPAINT handling,
9304         since it's never invoked.
9305
9306         * XplatUIX11.cs: the gnome and kde systrays use icons that are 24
9307         pixels high by default, so let's hardcode our systray icon to that
9308         size.  The SYSTEM_TRAY protocol should really have a way for
9309         client apps to query for the correct icon size.. but oh well.  A
9310         couple of patches to deal with the screwy client_window ==
9311         whole_window notifyicon stuff (we don't want to PerformNCCalc, for
9312         instance, and also make sure we don't XSelectInput twice).
9313
9314 2006-10-30  Chris Toshok  <toshok@ximian.com>
9315
9316         * Control.cs: ugh, the unit test fix (CH11, yesterday) breaks when
9317         recreating forms.  Control recreation is the bane of my existence.
9318         Fix it in a way that keeps everyone happy.
9319
9320 2006-10-30  Chris Toshok  <toshok@ximian.com>
9321
9322         * XplatUIX11.cs: use StructureNotifyMask on all whole_windows, not
9323         just non-CHILD ones.  otherwise sometimes scrollbars end up with
9324         client_windows not being resized to the proper size (ReportBuilder
9325         shows this extremely well).
9326
9327 2006-10-30  Chris Toshok  <toshok@ximian.com>
9328
9329         * XplatUIX11.cs (SetWMStyles): reinstate the XSetTransientForHint
9330         for non-WS_EX_APPWINDOW windows.  This is what keeps them from
9331         showing up in the gnome taskbar.  Fixes bug #79790.
9332
9333 2006-10-30  Chris Toshok  <toshok@ximian.com>
9334
9335         * ApplicationContext.cs: guard against a NRE.
9336
9337         * Application.cs: null out the old MainForm for the context, so we
9338         don't try to use it again once it's disposed.  Fixes bug #79783.
9339
9340 2006-10-30  Chris Toshok  <toshok@ximian.com>
9341
9342         * DataGrid.cs (set_DataSource, set_DataMember): if we have a
9343         BindingContext, set the data source directly, otherwise do the
9344         lazy approach - the actual ListManager will be created when we get
9345         a BindingContext. Fixes bug #79700.
9346
9347 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
9348
9349         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
9350           XplatUIX11.cs: Remove old 2 parameter SetVisible.
9351
9352         * Control.cs: Use the new 3 parameter SetVisible with activate = true.
9353
9354 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
9355
9356         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Add an overload
9357         of SetVisible that allows a window to be shown, but not activated.
9358         This is needed on Windows for MenuStrip, and can probably be used
9359         with MainMenu and ComboBox to fix the focus stealing issues on
9360         Windows.
9361
9362         * XplatUIOSX.cs, XplatUIX11.cs: Not needed, call existing SetVisible.
9363
9364 2006-10-30  Alexander Olk  <alex.olk@googlemail.com>
9365
9366         * PictureBox.cs: Fix the output of the ToString method.
9367
9368 2006-10-29  Chris Toshok  <toshok@ximian.com>
9369
9370         * Control.cs (get_TopLevelControl): fix bug #79781.
9371
9372 2006-10-29  Chris Toshok  <toshok@ximian.com>
9373
9374         * ListControl.cs (set_DataSource): throw Exception here, not
9375         ArgumentException, to match MS behavior.
9376
9377 2006-10-29  Chris Toshok  <toshok@ximian.com>
9378
9379         * Form.cs: remove the try-catch's around calls to GetWindowState.
9380         We can just check the return value.
9381
9382         * XplatUIX11.cs: don't throw exceptions from GetWindowState.
9383         Instead return -1.
9384
9385         * XplatUI.cs: Add note about additional return value for
9386         GetWindowState.
9387
9388 2006-10-29  Chris Toshok  <toshok@ximian.com>
9389
9390         * Control.cs (CreateHandle): when we create our handle, we also
9391         create the handles of our child controls.  Fixes one of the
9392         Control unit tests (CH11).
9393
9394 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
9395
9396         * MimeIcon.cs: If a gnome icon doesn't exist add a default icon.
9397
9398 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
9399
9400         * ThemeClearlooks.cs: A little speedup.
9401
9402 2006-10-27  Chris Toshok  <toshok@ximian.com>
9403
9404         * Control.cs: implement Control.FromChildHandle in a way that
9405         matches the docs (and fixes the failed test.)
9406
9407 2006-10-27  Chris Toshok  <toshok@ximian.com>
9408
9409         * DataGridTableStyle.cs: reproduce buggy MS behavior (with
9410         comments).
9411
9412         * DataGrid.cs: implement ResetForeColor such that the tests
9413         succeed.
9414         
9415 2006-10-27  Chris Toshok  <toshok@ximian.com>
9416
9417         * ToolBarButton.cs: setting text/tooltiptext to null results in it
9418         being set to "".  Fixes bug #79759.
9419
9420 2006-10-27  Jackson Harper  <jackson@ximian.com>
9421
9422         * TextControl.cs: We need to clear the entire selection area when
9423         setting the start, otherwise multiline selections are still
9424         visible.
9425
9426 2006-10-26  Chris Toshok  <toshok@ximian.com>
9427
9428         * PropertyGridView.cs: 
9429
9430         - ifdef all the code specific to the double
9431         buffer case, and provide some alternatives in the non-doublebuffer
9432         code, which makes heavy use of XplatUI.ScrollWindow to move things
9433         around without having to invalidate (and cause flicker).  There
9434         are still some drawing problems in the non-doublebuffered case, so
9435         DOUBLEBUFFER is defined by default.
9436
9437         - Fix the way dropdowns are handled.  now we explicitly watch for
9438         the events which might cause the dropdown to close, and break out
9439         of the nested event loop there.  This gets rid of all Capture
9440         code, at the expense of the Msg special casing.  Seems to work,
9441         though, and fixes bug #79743.
9442
9443 2006-10-27  Rolf Bjarne Kvinge <RKvinge@novell.com>
9444         * Control.cs: SetIsRecreating now recreates implicitly added
9445         child controls as well. Finally fixes #79629. The flag passed to 
9446         SetIsRecreating has also been removed since it wasn't used.
9447         
9448 2006-10-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
9449
9450         * PageSetupDialog.cs: Clean some code, fix some bits, 
9451         add some checks, and add a printer sub-dialog.
9452
9453 2006-10-26  Chris Toshok  <toshok@ximian.com>
9454
9455         * PropertyGrid.cs: make set_SelectedObject call
9456         set_SelectedObjects, and move the duplicate logic to the
9457         SelectedObjects setter.  Also, raise SelectedObjectsChanged.
9458
9459         * PropertyGridView.cs: hide the textbox when we get a
9460         SelectedObjectsChanged event.
9461
9462         Fixes bug #79748.
9463
9464 2006-10-26  Chris Toshok  <toshok@ximian.com>
9465
9466         * PropertyGridView.cs: deal with the type converter not supporting
9467         GetStandardValues() or GetStandardValues() returning null, which
9468         is does in the default case.  Fixes #79742.
9469
9470 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
9471
9472         * CheckedListBox.cs: nunit no longer crashes when selecting 
9473         Project/Edit menu option
9474         
9475 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
9476
9477         * MenuAPI.cs: prevent ExecFocusedItem from blowing up if there
9478         is no menu selected. fixes #79739
9479
9480 2006-10-25  Chris Toshok  <toshok@ximian.com>
9481
9482         * PropertyGridView.cs: factor out the splitter invalidation code
9483         into the SplitterPercent setter, and for kicks implement the
9484         Ctrl-Left/Ctrl-Right handling that moves the splitter by a small
9485         amount in either direction.
9486
9487 2006-10-25  Chris Toshok  <toshok@ximian.com>
9488
9489         * PropertyGridView.cs: do some cleanup of the brush used to draw
9490         text - read only fields should be grayed out.  not sure how to do
9491         this with the textbox, though.  but the textbox's should also be
9492         readonly now at least.  Also, hide/show the textbox when resizing
9493         the control.
9494         
9495         * CursorConverter.cs: use System.Reflection when getting the
9496         properties of Cursors, as TypeDescriptor.GetProperties isn't
9497         returning static properties.
9498
9499 2006-10-25  Chris Toshok  <toshok@ximian.com>
9500
9501         * PropertyGridView.cs: factor out the up/down handling, and reuse
9502         it for page up/down.  also add End/Home support.
9503
9504 2006-10-25  Chris Toshok  <toshok@ximian.com>
9505
9506         * PropertyGridView.cs:
9507
9508         - ensure the selected grid item is visible in the scrolled area,
9509         fixes bug #79572.
9510
9511         - fix Keys.Down handling when you're on the last item in the
9512         propertygrid.
9513
9514 2006-10-25  Mike Kestner  <mkestner@novell.com>
9515
9516         * MenuAPI.cs : set the ActiveTracker for MainMenu non-popup 
9517         clicks too.  Fixes #79725.
9518
9519 2006-10-24  Chris Toshok  <toshok@ximian.com>
9520
9521         * PropertyGrid.cs: use property.Converter instead of
9522         TypeDescriptor.GetConverter(property.PropertyType), so we catch
9523         TypeConverters declared on the property as well as on the
9524         PropertyType.  Fixes bug #79678.
9525
9526 2006-10-24  Alexander Olk  <alex.olk@googlemail.com>
9527
9528         * MimeIcon.cs, Mime.cs:
9529           Fallback to the default platform handler if no shared mime info
9530           stuff exists (fixes #79693).
9531
9532 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
9533         * ContainerControl.cs: Incorrect contains check in ActiveControl 
9534         from previous fix (duh).
9535
9536 2006-10-20  Chris Toshok  <toshok@ximian.com>
9537
9538         * PropertyGridView.cs: the dropdown should be MIN(number of items
9539         in list, 15).  Fixes #79551.
9540
9541 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
9542         Fixes #79384, #79394, #79652, #79667
9543         * Application.cs: 
9544         
9545         - Modal windows are now destroyed in the proper order for windows
9546         
9547         * ContainerControl.cs:
9548         
9549         - ActiveControl setter has more conditions on when to return:
9550                 - if we're reselecting the active control, but it actually
9551                 didn't have focus (window hidden or some such), it runs
9552                 - if the active control being selected doesn't actually 
9553                 exist in the container, it returns
9554         
9555         * Form.cs
9556         
9557         - The ShowDialog now gets the current form as the owner when
9558         invoking without parameters, and correctly activates the owner 
9559         when returning
9560         
9561         * MessageBox.cs
9562         
9563         - MessageBox now catches the Escape key to exit
9564
9565 2006-10-20  Chris Toshok  <toshok@ximian.com>
9566
9567         * PropertyGridView.cs: fix a number of issues (bug #78565, and
9568         most of bug #79676):
9569
9570         - you can navigate around the property grid with the arrow keys.
9571
9572         - the dropdown is sized properly when the pg has a vertical
9573         scrollbar.
9574
9575         - fix the indentation for subentries, and properly select the
9576         entire label rect.
9577
9578         - fix the gray bar's drawing (only draw it to the last element,
9579         not for the height of the control.  Also make sure we draw that
9580         last horizontal grid line.
9581
9582         - use the same mechanism the datagrid uses wrt the editing textbox
9583         when scrolling/resizing/etc.  Namely, we hide it first, do the
9584         operation, then show it again (if it's still visible).
9585         
9586         - aggressively remove a lot of unnecessary refreshes (and also
9587         calls to Invalidate(). call more limited variants, and only redraw
9588         what we need.)
9589         
9590         * PropertyGrid.cs:
9591
9592         - when we're populating the merged collection, fill in the UI
9593         parent with either the passed in item, or the category item we
9594         create.
9595
9596         - remove the Refresh call from the BorderHelpControl.OnSizeChanged.
9597
9598         * GridItem.cs: drop some fully qualified names.
9599         
9600         * GridEntry.cs: add a "UIParent", which is basically the parent
9601         treenode.
9602
9603         * GridItemCollection.cs: add an IndexOf method.
9604
9605 2006-10-20  Mike Kestner  <mkestner@novell.com>
9606
9607         * MainMenu.cs : go back to Draw in OnMenuChanged.  Until we get
9608         a working win32 NC invalidation mechanism, we can't invalidate
9609         menus.  [Fixes #79705]
9610
9611 2006-10-20  Mike Kestner  <mkestner@novell.com>
9612
9613         * ListBox.cs : don't update the VScrollbar if the list is empty,
9614         just hide it.  [Fixes #79692]
9615
9616 2006-10-20  Jackson Harper  <jackson@ximian.com>
9617
9618         * RichTextBox.cs: Handle some special chars better, and don't skip
9619         the entire group when we encounter a special char that we don't
9620         handle correctly.
9621
9622 2006-10-18  Chris Toshok  <toshok@ximian.com>
9623
9624         * PropertyGridView.cs: address a number of issues from bug #79676,
9625         mostly of the cosmetic variety.
9626
9627         - The highlight rectangle for indented items not extends all the
9628         way to the left.
9629
9630         - Indented items aren't indented so much.
9631
9632         - the dropdown is properly sized width-wise if the pg has a
9633         vertical scrollbar.
9634
9635 2006-10-18  Chris Toshok  <toshok@ximian.com>
9636
9637         * XplatUIX11.cs (SystrayAdd): a rather convoluted change, but the
9638         systray stuff is rather convoluted to begin with.
9639
9640         systray icons are a single window for some reason (that I haven't
9641         figured out yet), and for them, client_window == whole_window.
9642         Given the way the tests are structured elsewhere to determine
9643         which paints are pending (client vs. nc), that situation will
9644         always yield PAINT, not NCPAINT.  So, if we have a pending
9645         nc_expose and no pending expose, remove the hwnd from the paint
9646         queue, and also set nc_expose_pending to false, to keep us from
9647         blocking further expose's adding the hwnd to the paint queue.
9648
9649         phew.  like i said, a rather convoluted change.  Fixes the
9650         notifyicon repaint issues in bug #79645.
9651
9652 2006-10-18  Chris Toshok  <toshok@ximian.com>
9653
9654         * Form.cs: when getting the backcolor of the form, don't get
9655         base.BackColor, as this allows parents to influence the background
9656         color.  This breaks mdi forms.  Instead, if the background_color
9657         is empty, return the default.
9658
9659 2006-10-18  Chris Toshok  <toshok@ximian.com>
9660
9661         * XplatUIX11.cs: change some debug ifdefs, and return XGetParent
9662         to being private instead of internal static.
9663
9664         * Control.cs: remove all the stupid ParentWaitingOnRecreation
9665         crap, it wasn't working for more deeply nested controls anyway,
9666         and we already have the is_recreating flag - use that instead.
9667         Before calling DestroyHandle in RecreateHandle, recurse through
9668         the control tree setting it to true.  this returns the recreate
9669         code to much of its original simplicity, while now guaranteeing we
9670         actually recreate everything we're supposed to.  This change gets
9671         fyireporting actually showing mdi children.
9672
9673 2006-10-17  Chris Toshok  <toshok@ximian.com>
9674
9675         * Form.cs: remove some debug spew, and collapse some duplicate
9676         code at the end of SetClientSizeCore.
9677
9678         * XplatUIX11.cs: 
9679         - add some more debug spew here too wrt Destroy handling.
9680         - don't call hwnd.Dispose in DestroyWindow, it's effectively done
9681         in Control's handling of WM_DESTROY.
9682         - Remove the handling of zombie window DestroyNotifies from the
9683         event loop - we don't need it.  Now the only DestroyNotifies we
9684         actually handle are ones generated by X.
9685         - When sending _NET_ACTIVE_WINDOW, the first param should be 1, to
9686         match gtk's (functioning) handling of this. This keep metacity
9687         from leaving droppings in the form of wm borders with no window
9688         contents all over the place.
9689
9690         * Control.cs:
9691         - add a bunch of debug spew wrt control recreation.
9692         - fix a bug where we weren't tracking Visible properly on
9693         recreated hwnds.
9694         - fixed the WM_PAINT double buffer handling to support re-entrant
9695         calls (yes, i know it's gross, but it's happening to us).
9696
9697 2006-10-17  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
9698         * ThemeWin32Classic.cs: changed drawing of selected days
9699         to make them look better.
9700
9701 2006-10-16  Chris Toshok  <toshok@ximian.com>
9702
9703         * Hwnd.cs: replace the user_data/client_dc/non_client_dc with
9704         drawing_stack.  Nuke the ClientDC/NonClientDC properties.
9705
9706         * XplatUIX11.cs: move away from using hwnd.client_dc and
9707         hwnd.non_client_dc and on to a stack of dc's (and in window's
9708         case, PAINTSTRUCT's), so we can deal with nested Paint calls
9709         without puking or not disposing of Graphics objects.
9710
9711         * XplatUIOSX.cs: same.
9712
9713         * XplatUIWin32.cs: same.
9714
9715 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
9716
9717         * FileDialog.cs: Don't call on_directory_changed inside
9718           OnSelectedIndexChanged (it changes the SelectedIndex too).
9719           Instead move it to OnSelectionChangeCommitted.
9720
9721 2006-10-13  Chris Toshok  <toshok@ximian.com>
9722
9723         * XplatUIX11.cs: more Destroy work.  the current code does the
9724         following things, in order:
9725
9726         1. Enumerates all handles of all controls at or below the one
9727         being destroyed, in pre-order.  As it is doing this, it marks the
9728         handles as zombie and clears all references to them.
9729         
9730         2. calls XDestroyWindow on the window passed in.
9731
9732         3. SendMessage's WM_DESTROY to all he handles in the accumulated
9733         list.
9734
9735 2006-10-13  Chris Toshok  <toshok@ximian.com>
9736
9737         * XplatUIX11.cs: set hwnd.zombie to true before calling
9738         SendMessage (WM_DESTROY).  this keeps us from marking the new
9739         window a zombie, and also keeps us from calling sendmessage at
9740         all.
9741
9742 2006-10-13  Jackson Harper  <jackson@ximian.com>
9743
9744         * TextControl.cs: Do not show the caret and selection at the same
9745         time.  Reduces ugliness by 35%.
9746
9747 2006-10-13  Chris Toshok  <toshok@ximian.com>
9748
9749         * XplatUIX11.cs (SendWMDestroyMessages): set the hwnd to be a
9750         zombie after we do the recursive call, so we actually do call
9751         SendMessage on the children controls.
9752         (GetMessage): if we find a pending paint event for a zombie hwnd,
9753         remove the hwnd from the paint queue, or else it will always be
9754         there (and we'll effectively loop infinitely)
9755
9756 2006-10-13  Mike Kestner  <mkestner@novell.com>
9757
9758         * MenuItem.cs : add Selected format under keynav too.
9759         Fixes #79528.
9760
9761 2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
9762
9763         * PropertyGrid.cs: Fixed some NRE's and small difference between our
9764         implementation and that of MS.
9765
9766 2006-10-13  Chris Toshok  <toshok@ximian.com>
9767
9768         * Control.cs (OnInvalidated) only futz with the invalid_region if
9769         the control is double buffered.  this fixes the apparent hang in
9770         the ListView unit tests.  Someone needs to make the
9771         BeginEndUpdateTest not call OnInvalidated 15004 times, though..
9772
9773 2006-10-13  Chris Toshok  <toshok@ximian.com>
9774
9775         * PropertyGridView.cs:
9776
9777         - do a little refactoring so that only one place calls
9778         dropdown_form.Hide, and that is CloseDropDown.  make everywhere
9779         else call that.  Also make it Refresh, since there are redraw bugs
9780         otherwise (we should take a look at that...)
9781
9782         - do a little more refactoring work to share the body of code
9783         involved with the drop down.  it was duplicated in the code
9784         dealing with the listbox handling and in the code dealing with the
9785         UITypeEditors.
9786
9787         - add a Capture to the dropdown form's control once it's
9788         displayed, and add a MouseDown handler that checks to make sure
9789         the position is inside the control.  If it's not, close the
9790         dropdown.  This fixes #78190.
9791
9792         - in SetPropertyValueFromUITypeEditor, only call SetPropertyValue
9793         if the value is different than the initial value.
9794         
9795 2006-10-13  Andreia Gaita  <shana.ufie@gmail.com>
9796
9797         * Control.cs: see #78650
9798         - Fixed GetNextControl for several cases:
9799                 - Changed FindFlatForward to return 
9800                 correct sibling control when more than one
9801                 control has same TabIndex as the currently 
9802                 focused one.
9803                 - Changed FindFlatBackward to loop children
9804                 from last to first and apply same logic as in
9805                 FindFlatForward
9806                 - Changed FindControlForward to search for
9807                 children when control is not a container
9808                 but has children, or search for siblings if
9809                 control is a container...
9810                 - Changed FindControlBackward   to continue
9811                 searching for child controls when hitting 
9812                 Panel-like parents
9813                 
9814         - Fixed Focus method to update ActiveControl
9815         (FocusTest.FocusSetsActive failure)
9816         
9817         * TabControl.cs:
9818         - Focus rectangle now refreshes when gaining
9819         or losing focus
9820         - Removed grab for Tab key on IsInputKey that 
9821         was keeping tab navigation from working (#78650)
9822
9823 2006-10-13  Chris Toshok  <toshok@ximian.com>
9824
9825         * PropertyGridView.cs:
9826         - Rewrite SetPropertyValue to loop over SelectedGridItem's
9827         SelectedObjects.
9828
9829         - Deal with GridItem.Value == null a few places.
9830
9831         * PropertyGrid.cs: 
9832         - replace the PopulateGridItemCollection with a pair of methods
9833         which compute the intersection of all the properties in the
9834         SelectedObjects array.  Fixes #79615.
9835
9836         - Throw ArgumentException from set_SelectedObjects if there's a
9837         null in the array.
9838
9839         - Add GetTarget method which can be used to traverse up the
9840         GridItem.Parent chain.  It depends on the assumption that
9841         selected_objects for different GridEntries are always in the same
9842         order (a safe assumption).  Use this method and loop over all the
9843         selected objects in the entry when calling RemoveValueChanged and
9844         AddValueChanged.
9845         
9846         * GridEntry.cs: Make this handle multiple selected objects.
9847         .Value returns null if not all the selected objects share the same
9848         value.
9849
9850 2006-10-12  Jonathan Pobst  <monkey@jpobst.com>
9851         * ToolStrip.cs, ToolStripButton.cs, ToolStripComboBox.cs,
9852           ToolStripControlHost.cs, ToolStripItem.cs, ToolStripLabel.cs,
9853           ToolStripProfessionalRenderer.cs, ToolStripProgressBar.cs,
9854           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs,
9855           ToolStripTextBox.cs: Add accessibility, fix attributes/API and
9856         add additional functionality.
9857
9858 2006-10-12  Mike Kestner  <mkestner@novell.com>
9859
9860         * ErrorProvider.cs : new ToolTipWindow ctor sig.
9861         * HelpProvider.cs : new ToolTipWindow ctor sig.
9862         * ToolTip.cs : remove ToolTip param from Window sig since it is
9863         not used.
9864         * ToolBar.cs : add tooltip support.  Fixes #79565.
9865
9866 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
9867
9868         * ComboBox.cs: move the events in set_SelectedIndex to 
9869         after the call to HighlightIndex in order to avoid 
9870         possible recursion and subsequent problems with the call
9871         to HighlightIndex and include a range check in 
9872         set_HighlightIndex. Fixes #79588
9873         
9874 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
9875
9876         * MonthCalendar.cs: When FirstDayOfWeek is default set firstday 
9877         to ui thread's settings instead of sunday. 
9878         * ThemeWin32Classic.cs: Localize the day string. Fixes #79563
9879
9880 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
9881
9882         * DateTimePicker.cs
9883         * MonthCalendar.cs
9884         * ThemeWin32Classic.cs: rewrote DateTimePicker to fix bug #78364
9885         and implement missing functionality (selecting different parts 
9886         of the date and edit them individually with the keyboard).
9887         
9888 2006-10-11  Chris Toshok  <toshok@ximian.com>
9889
9890         * Control.cs (OnInvalidated): fix NRE relating to last change.
9891
9892 2006-10-11  Chris Toshok  <toshok@ximian.com>
9893
9894         * XplatUIX11.cs (SetWMStyles): make sure we include the MAXIMIZED
9895         atoms in _NET_WM_STATE here if the window is maximized.  We need
9896         to do this because we're *replacing* the existing _NET_WM_STATE
9897         property, so those atoms will be lost otherwise, and any further
9898         call to GetWindowState will return Normal for a window which is
9899         actually maximized.  Fixes #79338.
9900
9901 2006-10-11  Jackson Harper  <jackson@ximian.com>
9902
9903         * TextControl.cs: Special case for setting selection end to
9904         selection start, we basically kill the anchor.
9905         - some todo comments.
9906
9907 2006-10-11  Chris Toshok  <toshok@ximian.com>
9908
9909         * Control.cs: switch to using an "invalid_region" to track which
9910         parts of the image buffer need updating.  This is more code than
9911         the simple fix from r66532.  That version just attempted to always
9912         fill the entire buffer on redraw, which turns out to be
9913         inefficient when invalidating small rectangles.  This version
9914         simply adds the invalid rectangle to the invalid region.  When we
9915         get any WM_PAINT message we see if it can be filled using the
9916         image buffer, and if it can't (if the paint event's clip rectangle
9917         is visible in the invalid region) we first fill the image buffer.
9918         So, the image buffer is still a cache, we just fill it lazily.
9919
9920         * PaintEventArgs.cs: remove the SetClipRectangle method, we don't
9921         need it any longer.
9922
9923 2006-10-11  Chris Toshok  <toshok@ximian.com>
9924
9925         * XplatUIX11.cs (SetWindowPos): we need to update both position as
9926         well as size after calling XMoveResizeWindow.  This keeps us from
9927         ignoring future SetWindowPos calls.  Fixes the disappearing
9928         DateTimePicker in the ToolBarDockExample from bug #72499.
9929
9930 2006-10-11  Chris Toshok  <toshok@ximian.com>
9931
9932         * TextBoxBase.cs: reorder things a bit when it comes to
9933         resizing-causing-recalculation.  we were recalculating the
9934         document when our position was changed, which shouldn't happen.
9935         We only care about size changes.  Clear up some more redundant
9936         recalculation calls while I'm at it.  This makes the toolbar dock
9937         example snappy when you're just dragging toolbars around (since it
9938         causes a relayout whenever you move one.)
9939
9940 2006-10-11  Chris Toshok  <toshok@ximian.com>
9941
9942         * ToolBarButton.cs (get_Rectangle): this only returns
9943         Rectangle.Empty if Visible == false, or Parent == null.
9944         Parent.Visible doesn't matter.
9945
9946 2006-10-10  Chris Toshok  <toshok@ximian.com>
9947
9948         * Control.cs, PaintEventArgs.cs: "internal set { .. }" isn't loved
9949         by .net 1.1, so switch to an internal method instead.
9950
9951 2006-10-10  Chris Toshok  <toshok@ximian.com>
9952
9953         * Control.cs (WM_PAINT): when a control is double buffered we draw
9954         initially to the ImageBuffer and then copy from there.  But when a
9955         parent control which has child controls is double buffered, the
9956         initial drawing doesn't encompass the entire ClientRectangle of
9957         the parent control, so we end up with uninitialized bits (this is
9958         easily seen by dragging the top toolbar in
9959         wf-apps/ToolBarDockExample to the right, quickly).  The fix is to
9960         manually set the ClipRectangle of the paint_event (only the one we
9961         use to populate the ImageBuffer) to ClientRectangle.  Fixes more
9962         of the nastiness in bug #72499.
9963
9964         * PaintEventArgs.cs: Add an internal setter for ClipRectangle,
9965         which we use in Control.cs's WM_PAINT handling.
9966
9967 2006-10-10  Jackson Harper  <jackson@ximian.com>
9968
9969         * TextBoxBase.cs: Finish off the autoscrolling stuff.
9970
9971 2006-10-10  Chris Toshok  <toshok@ximian.com>
9972
9973         * Cursor.cs: Apply a slightly different patch to the one suggested
9974         in #79609.
9975
9976 2006-10-10  Jackson Harper  <jackson@ximian.com>
9977
9978         * MenuItem.cs: Make sure to put the mdi child in the hashtable,
9979         not the parent form.
9980         * TextControl.cs: use difference in old line count vs new count to
9981         calculate how many lines were added, this takes into account soft
9982         line breaks properly.
9983
9984 2006-10-10  Chris Toshok  <toshok@ximian.com>
9985
9986         * LinkLabel.cs: don't call MeasureCharacterRanges against a
9987         rectangle located at 0,0 and the size of the text.  Use
9988         ClientRectangle instead.  This fixes rendering of non-left aligned
9989         link labels.
9990
9991 2006-10-10  Jackson Harper  <jackson@ximian.com>
9992
9993         * TextBoxBase.cs: When we set the selection start position the
9994         caret.
9995         * TextControl.cs: Need to update the caret when we decrement it to
9996         zero.
9997         - Make sure that the selection_visible flag gets reset to false if
9998         the selection isn't visible.  Before this you could get it set to
9999         visible by changing the selection start, then changing the end to
10000         equal the start.
10001
10002 2006-10-09  Jackson Harper  <jackson@ximian.com>
10003
10004         * TreeView.cs: Don't update scrollbars when we aren't visible.
10005         * TreeNodeCollection.cs: Only need to update scrollbars if being
10006         added to an expanded visible node or the root node.
10007
10008 2006-10-09  Chris Toshok  <toshok@ximian.com>
10009
10010         * XplatUIX11.cs (SendMessage): fix NRE.
10011
10012 2006-10-09  Jackson Harper  <jackson@ximian.com>
10013
10014         * TextBoxBase.cs: Implement horizontal autoscrolling.
10015         * TextControl.cs: Add a movement types that allows moving forward
10016         and backwards without wrapping.
10017
10018 2006-10-09  Mike Kestner  <mkestner@novell.com>
10019
10020         * ListViewItem.cs : layout changes for wrapped LargeIcon labels
10021         with focus "expansion" of labels.  Fixes #79532 and then some.
10022         * ThemeWin32Classic.cs : add LineLimit to ListView label format
10023         when wrapping.
10024
10025 2006-10-09  Jackson Harper  <jackson@ximian.com>
10026
10027         * TextBoxBase.cs: Set the default max values to MaxValue since
10028         we use the scrollbar for autoscrolling and the default value is
10029         100.  If we don't do this the caret won't keep up with typing
10030         after about 18 characters.
10031         * TextControl.cs: Make sure the selection is offset by the
10032         viewport x.  This fixes selection when using auto scrolling.
10033
10034 2006-10-07  Andreia Gaita <shana.ufie@gmail.com>
10035         
10036         * Form.cs: The active control should be selected after the 
10037         OnLoad so that any child control initialization that affects
10038         the selection is done. Fixes #79406
10039
10040 2006-10-06  Chris Toshok  <toshok@ximian.com>
10041
10042         * XplatUIX11.cs: This is perhaps a dangerous change, but it seems
10043         to have no evil effects.
10044
10045         - Stop selecting StructureNotifyMask on non-toplevel windows.
10046
10047           The only way children should be resized is by using the SWF api,
10048           and we already send WM_WINDOWPOSCHANGED messages in those cases.
10049           Toplevel windows can be interacted with via the window manager,
10050           and so we keep the input mask there.
10051
10052           The other event StructureNotifyMask gives us (that we care
10053           about) is DestroyNotify.  The code is already structured such
10054           that it assumes we won't be getting a DestroyNotify event for
10055           the window we pass to XDestroyWindow (which is what
10056           StructureNotifyMask is supposed to guarantee.)  So, that code
10057           shouldn't be affected by this either.
10058
10059         - Stop selecting VisibilityChangeMask altogether.
10060
10061           We weren't doing anything with the resulting events anyway.
10062         
10063         This vastly reduces the number of X requests and events we see
10064         when resizing/laying out a large ui.
10065
10066 2006-10-06  Chris Toshok  <toshok@ximian.com>
10067
10068         * ScrollableControl.cs (DisplayRectangle): we need to take into
10069         account the DockPadding regardless of whether or not auto_scroll
10070         == true.  rework this slightly to this effect, and fix bug #79606,
10071         and part of #72499 (you can now see the drag handles and drag
10072         toolbars around).
10073
10074 2006-10-06  Gert Driesen  <drieseng@users.souceforge.net>
10075
10076         * ListViewItem.cs: Collections of selected and checked items are now
10077         dynamically rebuilt. Whenever an item is (un)checked or (de)selected
10078         we mark the collection "dirty".
10079         * ListView.cs: Marked collections readonly. Modified UpdateSelection
10080         to only clear SelectedItems when a new item is selected and MultiSelect
10081         is enabled. CheckedItems and SelectedItems now subscribe to Changed
10082         event of ListViewItemCollection, and mark its list dirty whenever
10083         that event is fire. This allows us to return selected/checked items 
10084         in the same order as they are in the Items collection. This matches
10085         the MS behavior.
10086
10087 2006-10-06  Chris Toshok  <toshok@ximian.com>
10088
10089         * NotifyIcon.cs (HandleMouseUp): only show the context menu on
10090         right mouse clicks.  Fixes bug #79593.
10091
10092 2006-10-06  Chris Toshok  <toshok@ximian.com>
10093
10094         * Splitter.cs: doh, fix splitters that don't want to cancel the
10095         movement when you drag them.  Also, impose the limits on the
10096         values we send to the SplitterMovingEvent.  Fixes #79598.
10097
10098 2006-10-06  Jackson Harper  <jackson@ximian.com>
10099
10100         * TextBoxBase.cs: Ignore whether or not the scrollbar is enabled,
10101         since we use this for auto scrolling also.
10102
10103 2006-10-05  Chris Toshok  <toshok@ximian.com>
10104
10105         * DataGridBoolColumn.cs: Nuke the code from ConcedeFocus.  I'm
10106         beginning to think that most datagrid column types don't need this
10107         method.  Fixes bug #79392.
10108
10109 2006-10-05  Chris Toshok  <toshok@ximian.com>
10110
10111         * DataGrid.cs: move back to a more lazy scheme for creating the
10112         CurrencyManager, so we aren't updating it every time you set
10113         either DataSource or DataMember.  Also, don't call
10114         RecreateDataGridRows if the currency manager hasn't changed.
10115
10116 2006-10-05  Chris Toshok  <toshok@ximian.com>
10117
10118         * ComboBox.cs: by the time the OnSelectionChangeCommitted event is
10119         emitted, SelectedIndex should already be updated.  Fixes bug
10120         #78929.
10121
10122 2006-10-05  Jonathan Pobst  <monkey@jpobst.com>
10123
10124         * ToolStripComboBox.cs, ToolStripControlHost.cs, ToolStripProgressBar,
10125           ToolStripTextBox.cs: Initial commit.
10126         * ToolStripItem.cs: Fixes for OnLayout, BackColor, Parent.
10127
10128 2006-10-05  Jackson Harper  <jackson@ximian.com>
10129
10130         * TabControl.cs: We need to invalidate the tab control area when
10131         new ones are added (duh).
10132
10133 2006-10-03  Chris Toshok  <toshok@ximian.com>
10134
10135         * Form.cs (ProcessDialogKey): if the focused control is in this
10136         form and is a button, call its PerformClick method here.  Fixes
10137         #79534.
10138
10139 2006-10-04  Jackson Harper  <jackson@ximian.com>
10140
10141         * TabPage.cs: Ignore setting of Visible, and add an internal
10142         method for setting the controls visibility.  TabPage's Visible
10143         property is a little strange on MS, this seems to make us
10144         compatible, and fixes cases where people set all the tab pages to
10145         visible.
10146         * TabControl.cs: Use the new internal setting on tab pages
10147         visibility.
10148
10149 2006-10-03  Mike Kestner  <mkestner@novell.com>
10150
10151         * ComboBox.cs : raise Click on ComboTextBox clicks. Fixes #79555.
10152
10153 2006-10-03  Mike Kestner  <mkestner@novell.com>
10154
10155         * ListView.cs : use is_visible instead of Visible to check if 
10156         scrollbars should be placed/sized.  Also some max_wrap_width
10157         love for LargeIcon view.  [Fixes #79533]
10158
10159 2006-10-03  Atsushi Enomoto  <atsushi@ximian.com>
10160
10161         * TextControl.cs :
10162           Make set_TextAlign() do actually update the align. Fixed #78403.
10163
10164 2006-10-03  Chris Toshok  <toshok@ximian.com>
10165
10166         * DataGrid.cs: fix a crash when switching datasources if the
10167         vertical scrollbar is at someplace other than Value = 0.  Also,
10168         reduce the number of recalculation passes we do in SetDataSource
10169         from 2 to 1.
10170
10171 2006-10-03  Jackson Harper  <jackson@ximian.com>
10172
10173         * TextBoxBase.cs: Move the if value the same bail check up, we
10174         don't want to empty the document if it is already empty, this
10175         seems to severly mess up the caret.  TODO: I should probably fix
10176         the empty statement to update teh caret somehow.
10177
10178 2006-10-03  Chris Toshok  <toshok@ximian.com>
10179
10180         * ThemeWin32Classic.cs, DataGrid.cs: some changes so that the
10181         incredibly hacky Windows.Forms FAQ autosize rows entry (it uses
10182         reflection, an internal row type, properties on said type, etc.)
10183         will work with our datagrid.  Fixes #79531.
10184
10185 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
10186
10187         * FileDialog.cs: Don't crash if a path is not accessible
10188           (System.UnauthorizedAccessException). Fixes #79569.
10189         * MimeIcon.cs: Workaround for a Uri bug. Unix paths/files can have
10190           a ':' too. Return unknown icon for those paths/files.
10191
10192 2006-10-03  Sebastien Pouliot  <sebastien@ximian.com>
10193
10194         * ToolTip.cs: Fix rare, but possible, NRE on MouseEnter when 
10195         GetContainerControl returns null.
10196
10197 2006-10-02  Chris Toshok  <toshok@ximian.com>
10198
10199         * XplatUIX11.cs (GetWindowState): use hwnd.client_window in the
10200         call to XGetWindowAttributes instead of "handle".  fixes an X
10201         error using notifyicon after the NotifyIconWindow to Form base
10202         class switch.
10203
10204 2006-10-02  Chris Toshok  <toshok@ximian.com>
10205
10206         * XplatUIX11.cs (QueryPointer): new function, encapsulating the
10207         server grab and looping we need to do to get down to the most
10208         deeply nested child window.
10209         (SetCursorPos): use QueryPointer instead of GetCursorPos, and call
10210         QueryPointer again after the WarpPointer so we can generate a
10211         proper (fake) MotionNotify event to be enqueued in the destination
10212         window's queue.
10213         (GetCursorPos): call QueryPointer.
10214
10215         Fixes #79556.
10216
10217 2006-10-02  Jackson Harper  <jackson@ximian.com>
10218
10219         * NotifyIcon.cs: Derive the notify icon from a form, so things
10220         like FindForm work on it.
10221         - Swallow the WM_CONTEXTMENU message, since that is generated on
10222         mouse down, and context menu is a mouse up kinda guy.  I believe
10223         the correct fix here is probably to make the notify icon entirely
10224         NC area, but this seems to work fine for anyone not manipulating
10225         WndProc.
10226
10227 2006-10-02  Jonathan Pobst  <monkey@jpobst.com>
10228
10229         * ToolStrip.cs, ToolStripButton.cs, ToolStripItem.cs,
10230           ToolStripItemCollection.cs, ToolStripLabel.cs,
10231           ToolStripProfessionalRenderer.cs, ToolStripRenderer.cs,
10232           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs:
10233           Initial implementation.
10234         * TextRenderer.cs: Provide padding to MeasureText.
10235
10236 2006-10-02  Sebastien Pouliot  <sebastien@ximian.com>
10237
10238         * ButtonBase.cs: Fix CreateAccessibilityInstance to return an instance
10239         of ButtonBaseAccessibleObject. Fix bug #79552.
10240
10241 2006-10-02  Jackson Harper  <jackson@ximian.com>
10242
10243         * MdiWindowManager.cs: When maximizing use the containers client
10244         rect, not it's bounds, so nc area is accounted correctly.
10245         - Use the parent form's size for the menu position, since the
10246         client isn't always the full form size.
10247
10248 2006-10-01  Chris Toshok  <toshok@ximian.com>
10249
10250         * ScrollableControl.cs: make sure neither right_edge or
10251         bottom_edge are < 0, since they're used as LargeChange for the
10252         horiz/vert scrollbars respectively.  Fixes #79539.
10253
10254 2006-10-01  Chris Toshok  <toshok@ximian.com>
10255
10256         * NotifyIcon.cs: add NotifyIconWindow.InternalRecreateHandle, so
10257         the xplatuix11 code can cause us to destroy/recreate our handle.
10258
10259         * XplatUIX11.cs
10260         (SystrayAdd):
10261         - this code can be invoked many times for the same Hwnd.  Make
10262           sure we only destroy the client window once (the first time this
10263           method is called).  This fixes bug #79544.
10264         - Remove the call to the improperly bound XSync.  why we had two
10265           bindings to this, I will never know, but this call resulted in
10266           events being discarded from the queue(!).
10267         - correct a misunderstanding of _XEMBED_INFO - the second atom is
10268           not our current state but the state we wish to be in.  So, 0 if
10269           we don't want to be mapped.  Change it to 1.
10270         (SystrayRemove): The XEMBED spec makes mention of the fact that
10271         gtk doesn't support the reparent of client windows away from the
10272         embedder.  Looking at gtksocket-x11.c seems to agree with this.
10273         The only avenue we have for removing systray icons is to destroy
10274         them.  We don't want the handle to go away for good, though, so
10275         call InternalRecreateHandle on the NotifyIconWindow.  Fixes
10276         #79545.
10277         
10278 2006-10-01  Chris Toshok  <toshok@ximian.com>
10279
10280         * Form.cs (WndProc): inline the native_enabled variable usage into
10281         the cases in which it's used.  Fixes #79536.
10282
10283 2006-09-29  Mike Kestner  <mkestner@novell.com>
10284
10285         * ListView.cs : toggle the selection state for ctrl clicks in 
10286         multiselect mode. [Fixes #79417]
10287
10288 2006-09-29  Mike Kestner  <mkestner@novell.com>
10289
10290         * ListView.cs : kill CanMultiSelect and refactor the selection
10291         code to support multiselection in the absence of mod keys. Steal
10292         arrow/home/end keys by overriding InternalPreProcessMessage to
10293         restore regressed keynav behavior.
10294         [Fixes #79416]
10295
10296 2006-09-29  Jackson Harper  <jackson@ximian.com>
10297
10298         * MdiClient.cs: Repaint the titlebars when the active window is
10299         changed.
10300
10301 2006-09-29  Chris Toshok  <toshok@ximian.com>
10302
10303         * Application.cs: when entering a runloop with a modal, make sure
10304         the hwnd is enabled.  Fixes #79480.
10305
10306 2006-09-29  Chris Toshok  <toshok@ximian.com>
10307
10308         * DataGrid.cs (CurrentCell): if we try to navigate to the add row
10309         when ListManager.CanAddRows == false, bump us back one.
10310
10311         * DataGridColumnStyle.cs (ParentReadOnly): remove the
10312         listmanager.CanAddRows check.  This makes ArrayLists uneditable
10313         using a datagrid, which is not right.
10314         (SetColumnValueAtRow): call IEditable.BeginEdit if source[rowNum]
10315         is an IEditable, but call property_descriptor.SetValue regardless.
10316         fixes #79435.
10317
10318 2006-09-29  Chris Toshok  <toshok@ximian.com>
10319
10320         * DataGridBoolColumn.cs: we need to test equality in the face of
10321         possible null values (as is the case with the default NullValue).
10322         This patch keeps us from crashing in that case.
10323
10324 2006-09-29  Jackson Harper  <jackson@ximian.com>
10325
10326         * TreeNodeCollection.cs: Don't do a recalculate/updatescrollbars
10327         here, since it will get called for every node collection in the
10328         tree. This is now done in the treeview once the sorting is
10329         finished.
10330         * TreeView.cs: Recalculate the visible order, and update the
10331         scrollbars after sorting, set the top nope to the root so that the
10332         recalc actually works.
10333
10334 2006-09-29  Chris Toshok  <toshok@ximian.com>
10335
10336         * LinkLabel.cs: more handling of the default link collection in
10337         the face of LinkArea manipulation.  The default link collection
10338         contains 1 element (start=0,length=-1).  If the user sets LinkArea
10339         to anything and the links collection is the default, clear it.
10340         Then only add the link if its nonempty.  Fixes #79518.
10341
10342 2006-09-29  Chris Toshok  <toshok@ximian.com>
10343
10344         * LinkLabel.cs (CreatePiecesFromText): calculate the length of a
10345         piece correctly when we hit a '\n'.  Fixes #79517.
10346
10347 2006-09-29  Chris Toshok  <toshok@ximian.com>
10348
10349         * MimeIcon.cs, ThemeGtk.cs, X11DesktopColors.cs, XplatUIX11GTK.cs:
10350         change the binding of gdk_init_check to take two IntPtr's, and
10351         pass IntPtr.Zero for both of them.  Fixes #79520.
10352
10353 2006-09-29  Mike Kestner  <mkestner@novell.com>
10354
10355         * ComboBox.cs : raise TextChanged on ComboTextBox.TextChanged.
10356         [Fixes #78779]
10357
10358 2006-09-28  Jackson Harper  <jackson@ximian.com>
10359
10360         * XplatUIX11.cs: When translating NC messages make sure we go from
10361         whole window to screen, not client window to screen.
10362         * MdiClient.cs: Remove the calls to PaintWindowDecorations, this
10363         method doesn't exist
10364         - Skip over controls that aren't forms when arranging.
10365
10366 2006-09-28  Jackson Harper  <jackson@ximian.com>
10367
10368         * XplatUIWin32.cs: Clip the rect to the parent window.
10369         * XplatUIStructs.cs: Add clipping modes struct.
10370         * InternalWindowManager.cs: New private method that factors title
10371         bar heights in when calculating the pos of an NC mouse message.
10372         - Use SendMessage to force a paint when the form's size is changed
10373         instead of painting the decorations immediately.
10374         - Don't let the NC button click messages get to DefWndProc,
10375         because they will attempt to handle windowing themself, and this
10376         messes up z-order (it will put them in front of the scrollbars).
10377         * XplatUIX11.cs: Make sure that we don't reset window managers if
10378         we already have one (ie the window is an MDI window).
10379
10380 2006-09-28  Chris Toshok  <toshok@ximian.com>
10381
10382         * MainMenu.cs: fix #79405 by way of a disgusting hack.  all the
10383         menu code really needs going over.
10384
10385 2006-09-27  Chris Toshok  <toshok@ximian.com>
10386
10387         * XplatUIX11.cs (SetWMStyles): more metacity wonderment.  turns
10388         out metacity ignores the MAXIMIZE_HORZ/VERT messages unless the
10389         window is maximizable.  So, we need to make sure that even if we
10390         clear the border/wm frame of those functions, they're still
10391         available (basically, we remove the decoration without removing
10392         the function).  Half the fix for #79338.
10393
10394 2006-09-27  Chris Toshok  <toshok@ximian.com>
10395
10396         * DataGrid.cs (ProcessGridKey): implement Shift-Tab handling.
10397         Fixes bug #79515.
10398
10399 2006-09-27  Chris Toshok  <toshok@ximian.com>
10400
10401         * Splitter.cs: reorder things a bit so that we don't actually
10402         draw/move the splitter until after calling OnSplitterMoving.  This
10403         lets users cancel/disallow the movement by explicitly setting
10404         event.SplitX/SplitY.  Fixes #79372.
10405
10406 2006-09-27  Jackson Harper  <jackson@ximian.com>
10407
10408         * XplatUIX11.cs: Don't hide the caret when it is being destroyed,
10409         because it is most likely on a window being destroyed, and that
10410         will give us an X11 error.
10411
10412 2006-09-27  Chris Toshok  <toshok@ximian.com>
10413
10414         * PropertyGridView.cs: half of the fix for #78190.  Clicking on
10415         the dropdown button now toggles between showing and hiding the
10416         dropdown.  Also, get rid of dropdown_form_showing and just use
10417         dropdown_form.Visible.  We still don't do a grab, but I'll leave
10418         that part to someone who has handled Capture-fu before.
10419
10420 2006-09-27  Chris Toshok  <toshok@ximian.com>
10421
10422         * DataGrid.cs: return false if alt isn't pressed when '0' is
10423         pressed.  this keeps the '0' key from being swallowed, and fixes
10424         bug #79350.
10425
10426 2006-09-27  Chris Toshok  <toshok@ximian.com>
10427
10428         * ComboBox.cs: use Invalidate when scrolling the dropdown list.
10429         Calling Refresh (in response to a scrollbar event) screws up the
10430         scrollbar painting.  Fixes bug #78923.
10431
10432 2006-09-27  Chris Toshok  <toshok@ximian.com>
10433
10434         * Theme.cs (SystemResPool): make the "if hashtable[key] == null
10435         then insert into hashtable" blocks threadsafe.
10436
10437 2006-09-27  Chris Toshok  <toshok@ximian.com>
10438
10439         * MessageBox.cs (CreateParams): the styles should be |'ed with our
10440         baseclass's, since otherwise the
10441         ControlBox/MinimizeBox/MaximizeBox assignments above have no
10442         effect.  This gets the close button back in messageboxes.
10443
10444 2006-09-27  Chris Toshok  <toshok@ximian.com>
10445
10446         * XplatUIX11.cs: make StyleSet and ExStyleSet check == with the
10447         flag, not just != 0.  this makes flags that are actually multiple
10448         bits (like WS_CAPTION) work.  fixes bug #79508.
10449
10450 2006-09-27  Jordi Mas i Hernandez <jordimash@gmail.com>
10451
10452         * PageSetupDialog.cs: add support for getting and settings the 
10453         paper size, source and orientation.
10454
10455 2006-09-26  Chris Toshok  <toshok@ximian.com>
10456
10457         * XplatUIX11.cs (SetWMStyles): turns out when SYSMENU is not set
10458         and caption == "", we need to remove the resize handles as well as
10459         the title bar.
10460
10461         * Control.cs (set_Text): turns out that setting Text on a form
10462         should change the WM styles on the window, since if ControlBox ==
10463         false, the only way to get a window border is to have a non-""
10464         Text property.  check winforms/forms/text.cs for an example.  so,
10465         call both XplatUI.SetWindowStyle and XplatUI.Text here to properly
10466         update both window styles and title.  This fixes a lot of dialogs
10467         (including the preferences dialog in MonoCalendar.)
10468
10469 2006-09-26  Chris Toshok  <toshok@ximian.com>
10470
10471         * XplatUIWin32.cs (SetParent): if parent == IntPtr.Zero (and the
10472         control isn't a Form), call Win32ShowWindow to hide the window,
10473         but don't update the control Visible property.  When we reparent
10474         back to a parent control, call SetVisible in order for the
10475         window's visibility to be reinstated.
10476
10477         * XplatUIX11.cs (SetParent): if hwnd.parent == null, reparent to
10478         the FosterParent.
10479
10480         * Control.cs (ControlCollection.Remove): remove that value.Hide()
10481         call for good, since it breaks MonoCalendar (and other things I'm
10482         sure.) Also, set all_controls to null *after* the owner calls,
10483         which end up regenerating it.
10484         (ChangeParent): allow new_parent to be == null, passing
10485         IntPtr.Zero down to XplatUI.
10486
10487         this fixes #79294 the right way.
10488
10489 2006-09-26  Mike Kestner  <mkestner@novell.com>
10490
10491         * GridEntry.cs : internal SetParent method.
10492         * PropertyGrid.cs : attach to property changed on the proper
10493         target if we have a hierarchical grid with subobjects. Setup
10494         GridItem.Parent for hierarchical items.
10495         * PropertyGridView.cs : Set value on the correct target for
10496         hierarchical grids. [Fixes #78903]
10497
10498 2006-09-26  Chris Toshok  <toshok@ximian.com>
10499
10500         * Control.cs (ChildNeedsRecreating): this should return true if
10501         either we're being recreated and the child is in our list, or our
10502         parent is waiting for our recreation.
10503
10504 2006-09-26  Chris Toshok  <toshok@ximian.com>
10505
10506         * Control.cs (ControlCollection.Remove): reinstate the
10507         value.Hide() call as suggested in bug #79294.
10508
10509 2006-09-26  Sebastien Pouliot  <sebastien@ximian.com>
10510
10511         * XplatUIX11.cs: Fixed SetCursorPos to move the cursor to screen
10512         coordinates (versus a relative move).
10513
10514 2006-09-26  Chris Toshok  <toshok@ximian.com>
10515
10516         * Control.cs: rework child recreation a little bit.  It turns out
10517         that we race between the DestroyNotify the WM_DESTROY message.  If
10518         the parent gets its DestroyNotify before the child gets the
10519         WM_DESTROY message, the child ends up not recreating (since the
10520         parent finishes its recreation on DestroyNotify, and the child
10521         checks ParentIsRecreating.)
10522
10523         So, instead we store off a list of all the child controls which
10524         need to be recreated when the parent control starts to recreate
10525         itself.  Then, when child controls get their WM_DESTROY message we
10526         check to see if they're in the parent's pending recreation list,
10527         and if so, we recreate.  This removes all dependency on ordering
10528         from the code and fixes the initial MonoCalendar upgrade dialog.
10529         
10530 2006-09-26  Jackson Harper  <jackson@ximian.com>
10531
10532         * TextControl.cs: Use the Line to get the length of the line,
10533         since soft line breaks can change the end line.
10534
10535 2006-09-26  Chris Toshok  <toshok@ximian.com>
10536
10537         * Control.cs (ControlCollection.AddImplicit): don't add the
10538         control again if it's already in one of our lists.  This keeps us
10539         from adding controls over and over again for comboboxes when their
10540         handle gets recreated (as the combobox adds implicit controls in
10541         OnHandleCreated).  Fixes the X11 errors in bug #79480.
10542
10543 2006-09-26  Jackson Harper  <jackson@ximian.com>
10544
10545         * TextControl.cs: When deleting characters make sure that any
10546         orphaned zero lengthed tags get deleted.
10547         - Fix ToString for zero lengthed tags.
10548
10549 2006-09-25  Jackson Harper  <jackson@ximian.com>
10550
10551         * TextControl.cs: When getting a tag at the location there can be
10552         multiple tags at the same spot, these are 0-lengthed tags that
10553         appear when extra formatting has been stuck in a location.  We
10554         need to pull out the last of these 0 lengthed tags.
10555
10556 2006-09-25  Jackson Harper  <jackson@ximian.com>
10557
10558         * TextControl.cs: Fix print out in debug method.
10559         * TextBoxBase.cs: When text is set bail if we are setting to the
10560         previous value.
10561         
10562 2006-09-24  Alexander Olk  <alex.olk@googlemail.com>
10563
10564         * FontDialog.cs: Fixed the up/down arrow keys issue from bug #79478.
10565           It is now possible to change the selected index in a FontXXXListBox
10566           with the up and down arrow keys from the FontXXXTextBoxes.
10567           Also, send the FontXXXTextBox mouse wheel event to the corresponding
10568           FontXXXListBoxes to match ms.
10569
10570 2006-09-22  Sebastien Pouliot  <sebastien@ximian.com>
10571
10572         * SystemInformation.cs: Return a clone of the theme's MenuFont because
10573         anyone can dispose it, anytime. All other properties returns enums, 
10574         structs or basic types so they don't need such tricks.
10575
10576 2006-09-22  Jackson Harper  <jackson@ximian.com>
10577
10578         * XplatUI.cs:
10579         * XplatUIWin32.cs:
10580         * Clipboard.cs:
10581         * DataFormats.cs:
10582         * XplatUIOSX.cs:
10583         * XplatUIDriver.cs: Update interface to add a primary selection
10584         flag, so the driver can use the primary selection buffer if
10585         needed.
10586         * XplatUIX11.cs: Allow the clipboard to retrieve from PRIMARY.
10587
10588         * RichTextBox.cs: We need to supply the data object to paste now
10589         (so we can choose to supply CLIPBOARD or PRIMARY).
10590         * TextBoxBase.cs: Supply data object to paste (see above).
10591         - Middle click uses the primary selection data object.
10592         
10593 2006-09-21  Chris Toshok  <toshok@ximian.com>
10594
10595         * XplatUIX11.cs: first little cleanup of the StyleSet (...) block
10596         of SetWMStyles.  It's still a rat's nest and is largely
10597         order-dependent which I dislike immensely.  This also fixes the X
10598         button disappearing from toplevel forms.
10599
10600 2006-09-21  Mike Kestner <mkestner@novell.com>
10601
10602         * ListBox.cs: move Jordi's click/dblclick raising code to the
10603         mouse up handler.
10604
10605 2006-09-21  Jordi Mas i Hernandez <jordimash@gmail.com>
10606
10607         * ListBox.cs: Fixes 79450
10608
10609 2006-09-21  Mike Kestner <mkestner@novell.com>
10610
10611         * TreeView.cs: guard against disposed conditions in UpdateScrollbars
10612         to deal with people updating the TreeNodeCollection after the tree
10613         is disposed.  "Fixes" 79330.
10614
10615 2006-09-20  Jackson Harper <jackson@ximian.com>
10616
10617         * TextControl.cs: Push the cursor record onto the undo stack
10618         before the delete action. This fixes 78651.
10619
10620 2006-09-20  Jonathan Chambers  <joncham@gmail.com>
10621
10622         * PropertyGridView.cs: Remove WindowStyles.WS_VISIBLE from
10623         CreateParams. Fixes 79329.
10624
10625 2006-09-19  Chris Toshok  <toshok@ximian.com>
10626
10627         * XplatUIX11.cs: a couple of blanket code massage passes to clean
10628         things up a bit.  First, get rid of the NetAtoms array (and the NA
10629         enum), and just embed the atoms as static fields.  Also, add a
10630         couple of functions (StyleSet and ExStyleSet) to clean up all the
10631         bitmask testing of styles.
10632
10633         * X11Structs.cs: remove the NA enum, not needed anymore.
10634         
10635 2006-09-19  Chris Toshok  <toshok@ximian.com>
10636
10637         * XplatUIX11.cs: apply Alexander's tool window fix for bug #79245
10638         (mapping them to _NET_WM_WINDOW_TYPE_UTILITY).  and add a little
10639         added cleanup to get MessageBox titles appearing again, which were
10640         broken by my earlier fix for caption-less/ControlBox-less windows.
10641
10642 2006-09-18  Jonathan Pobst <monkey@jpobst.com>
10643
10644         * ToolStripArrowRenderEventArgs.cs, ToolStripArrowRenderEventHandler.cs,
10645           ToolStripContentPanelRenderEventArgs.cs, ToolStripContentPanelRenderEventHandler.cs,
10646           ToolStripGripRenderEventArgs.cs, ToolStripGripRenderEventHandler.cs,
10647           ToolStripItemClickedEventArgs.cs, ToolStripItemClickedEventHandler.cs,
10648           ToolStripItemEventArgs.cs, ToolStripItemEventHandler.cs,
10649           ToolStripItemImageRenderEventArgs.cs, ToolStripItemImageRenderEventHandler.cs,
10650           ToolStripItemRenderEventArgs.cs, ToolStripItemRenderEventHandler.cs,
10651           ToolStripItemTextRenderEventArgs.cs, ToolStripItemTextRenderEventHandler.cs,
10652           ToolStripPanelRenderEventArgs.cs, ToolStripPanelRenderEventHandler.cs,
10653           ToolStripRenderEventArgs.cs, ToolStripRenderEventHandler.cs,
10654           ToolStripSeparatorRenderEventArgs.cs, ToolStripSeparatorRenderEventHandler.cs:
10655             Inital import.
10656         * ToolStripPanel.cs, ToolStripContentPanel.cs, ToolStripSeparator.cs,
10657           ToolStripButton.cs: Stubs needed for above.
10658         * ToolStrip.cs, ToolStripItem.cs: Stub a few variables/properties for above.
10659
10660 2006-09-15  Chris Toshok  <toshok@ximian.com>
10661
10662         * XplatUIX11.cs:
10663         - make the MessageQueues hashtable Synchronized.
10664         
10665         - SendMessage: if the Hwnd is owned by a different thread, use the
10666         AsyncMethod stuff to dispatch the SendMessage on the hwnd's
10667         thread.  Fixes bug #79201.
10668
10669 2006-09-15  Chris Toshok  <toshok@ximian.com>
10670
10671         * XplatUIX11.cs (SetWMStyles): rework the #79368 fix slightly.  If
10672         ControlBox == false, we disallow maximize/minimize/close.  If the
10673         form Caption is "" we also disallow move (and get rid of the Title
10674         decoration).  Unfortunately, regardless of how things are set,
10675         we're stuck with the Title and WM menu.
10676
10677 2006-09-15  Chris Toshok  <toshok@ximian.com>
10678
10679         * Application.cs: add locking around the static message_filters
10680         ArrayList, part of #79196.
10681
10682 2006-09-15  Chris Toshok  <toshok@ximian.com>
10683
10684         * XplatUIX11.cs (SetWMStyles): if Form.Text == "" and
10685         Form.ControlBox == false, the window has no titlebar nor resize
10686         handles.  fixes bug #79368.
10687
10688 2006-09-15  Chris Toshok  <toshok@ximian.com>
10689
10690         * TextBoxBase.cs: in CalculateScrollBars make sure LargeChange is
10691         >= 0.  Fixes bug #79370.
10692
10693 2006-09-15  Jonathan Pobst <monkey@jpobst.com>
10694         * FlowLayoutPanel.cs, FlowLayoutSettings.cs: Initial commit.
10695         * Control.cs:
10696             Add properties: LayoutEngine, Margin, DefaultMargin.
10697             Add method: GetPreferredSize.
10698             Move layout logic from PerformLayout to layout engines. 
10699
10700 2006-09-13  Chris Toshok  <toshok@ximian.com>
10701
10702         * XplatUIX11.cs: more destroy work.  Jackson pointed out that my
10703         fix for #79326 broke #78718, so this change addresses that.
10704
10705         - in SendWMDestroyMessages remove the call to
10706         CleanupCachedWindows, since we might be recreating the control and
10707         need to maintain the references to right Hwnd handles.  Also, set
10708         the zombie flag to true for each of the children in the hierarchy
10709         instead of calling hwnd.Dispose.  This will cause GetMessage to
10710         ignore all events for the window except for DestroyNotify.
10711
10712         - In GetMessage, ignore messages except for DestroyNotify for
10713         zombie hwnds.
10714         
10715         * Control.cs: revert the is_recreating fix from the last
10716         ChangeLog.  It's definitely "right", but it breaks switching from
10717         an MDI form to a non-MDI form.  Will need to revisit that.
10718
10719         * Hwnd.cs: add a zombie flag, which means "the
10720         client_window/whole_window handles are invalid, but we're waiting
10721         for the DestroyNotify event to come in for them".  Set the flag to
10722         false explicitly if setting WholeWindow/ClientWindow, and also
10723         when Disposing.
10724         
10725 2006-09-13  Chris Toshok  <toshok@ximian.com>
10726
10727         * XplatUIX11.cs: rework window destruction slightly.
10728
10729         - when destroying the windows associated with a control, we don't
10730         need 2 separate XDestroyWindow calls.  Just the one for the
10731         whole_window (or for client_window if whole_window is somehow
10732         IntPtr.Zero -- can this happen?) is enough.
10733
10734         - reworked SendWMDestroyMessages slightly, so we always dispose
10735         the child control hwnd's after sending the messages.
10736         
10737         - refactored out the ActiveWindow/FocusWindow/Caret clearing from
10738         the two places it was used (one was even using hwnd.Handle and the
10739         other hwnd.client_window.  ugh), adding another call in
10740         SendWMDestroyMessages.  We need this new call because now the
10741         DestroyNotify events in the queue will be ignored for the child
10742         controls (as their hwnd's were disposed, and the window id's
10743         removed from the hashtable in SendWMDestroyMessages.) fun, eh?
10744
10745         - this fixes bug #79326.
10746
10747 2006-09-13  Chris Toshok  <toshok@ximian.com>
10748
10749         * Control.cs: don't always set is_recreating to false at the end
10750         of RecreateHandle, since sometimes we're not done (and won't be
10751         until WndProc handles the WM_DESTROY message).  Also, set
10752         is_recreating to false in the WM_DESTROY handling code.  Part of
10753         the fix for bug #79326.
10754
10755 2006-09-13  Miguel de Icaza  <miguel@novell.com>
10756
10757         * X11DesktopColors.cs: Start the droppage of debugging messages.
10758
10759         * FileDialog.cs: Store the configuration file in ~/.mono/mwf_config
10760
10761 2006-09-13  Jonathan Pobst <monkey@jpobst.com>
10762
10763         * SplitContainer.cs, SplitterPanel.cs: Initial implementation [2.0].
10764
10765 2006-09-12  Chris Toshok  <toshok@ximian.com>
10766
10767         * DataGrid.cs (get_ListManager): if the list_manager is null, try
10768         to create it using SetDataSource.  Fixes bug #79151.
10769
10770 2006-09-11  Chris Toshok  <toshok@ximian.com>
10771
10772         * XEventQueue.cs: add a DispatchIdle property.
10773
10774         * XplatUIX11.cs (UpdateMessageQueue): only emit the Idle event if
10775         either the queue is null, or the queue has DispatchIdle set to
10776         true.
10777         (DoEvents): set queue.DispatchIdle to false around the
10778         peek/translate/dispatch message loop in this method.  This keeps
10779         Application.Doevents from emitting idle events.  Part of the fix
10780         for #78823.
10781
10782 2006-09-11  Chris Toshok  <toshok@ximian.com>
10783
10784         * DataGrid.cs (set_DataSource): make this work for both the
10785         winforms/datagrid test and ReportBuilder.  It seems as though when
10786         we've created a ListManager (or maybe it's if we have a
10787         BindingContext?), when we set the DataSource it clears the
10788         DataMember to "".  otherwise we reuse the datamember.  Fixes bug
10789         #79333.
10790
10791 2006-09-11  Chris Toshok  <toshok@ximian.com>
10792
10793         * XplatUIX11.cs: deal with queue being null, which happens in all
10794         the Clipboard functions.  Fixes one of the two problems mentioned
10795         in #78612.
10796
10797 2006-09-11  Chris Toshok  <toshok@ximian.com>
10798
10799         * MenuAPI.cs: rework OnMouseUp a bit so that releasing the mouse
10800         button on various spots (including outside the menu) works closer
10801         to MS, and doesn't crash.  Fixes #79343.
10802
10803 2006-09-11  Gert Driesen  <drieseng@users.sourceforge.net>
10804
10805         * ListView.cs: Do not initialize item_sorter in init. To match MS,
10806         return null for ListViewItemSorter if View is SmallIcon or LargeIcon
10807         and the internal comparer is set. When a new ListViewItemSorter is set,
10808         sort the items. Use Enum.IsDefined to verify whether a valid SortOrder
10809         was specified. No further processing is necessary if SortOrder is set
10810         to it's current value. If Sorting is modified to None, and View is
10811         neither SmallIcon nor LargeIcon then: on 2.0 profile set item_sorter
10812         (either custom or our internal ItemComparer) to null, on 1.0 profile
10813         only set item_sorter to null if its our internal IComparer. If Sorting
10814         is modified to Ascending or Descending, then use our internal IComparer
10815         if none is set, and if the current IComparer is our internal one then:
10816         on 2.0 profile always replace it with one for new Sorting, and on 1.0
10817         profile only use new Sorting if view is not SmallIcon or LargeIcon. Use
10818         Enum.IsDefined to verify whether a valid View value is specified in
10819         its setter. Automatically sort listview items when listview is
10820         created. In Sort, do nothing if ListView is not yet created, or if
10821         no item_sorter is set (no Sorting was set, Sorting was explicitly set
10822         to None or ListViewItemSorter was set to null). Added Sort overload
10823         taking a bool to indicate whether the ListView should be redrawn when
10824         items are sorted (we use this in ListViewItemCollection to avoid double
10825         redraws). Modified our internal IComparer to take the sort order into
10826         account. In Add and AddRange methods of ListViewItemCollection, also
10827         call Sort if Sorting is None (necessary for SmallIcon and LargeIcon
10828         view), but use overload with noredraw option to avoid double redraw.
10829         On 2.0 profile, throw NotSupportedException when setting CheckBoxes to
10830         true when View is Tile, and do the same when attempting to set View to
10831         Tile when CheckBoxes is true. Avoid maintaining separate ArrayLists
10832         for selected/checked indices, as it involves overhead when sorting is
10833         done while these collections are not used all that often. Instead
10834         we'll build the indices on demand. Modified IList implementation of
10835         CheckedIndexCollection to use public methods if object is int.
10836         Modified CheckedListViewItemCollection to hide checked items if
10837         ListView.CheckBoxes is false. Removed LAMESPEC remark in 
10838         ListViewItemCollection as the .NET SDK docs have been fixed. Modified
10839         IList implementation in SelectedIndexCollection to use public methods
10840         if object is int. Modified SelectedListViewItemCollection to hide
10841         selected items if listview is not yet created.
10842         * ListViewItem.cs: CheckedIndices list no longer needs to be
10843         maintained separately (see ListView changes). Also clone font, fixes
10844         test failure.
10845
10846 2006-09-11  Mike Kestner  <mkestner@novell.com>
10847
10848         * ComboBox.cs: if we are updating the contents of the currently
10849         selected index, refresh the control or the textbox selection.
10850         [Fixes #79066]
10851
10852 2006-09-11  Mike Kestner  <mkestner@novell.com>
10853
10854         * ComboBox.cs (UpdateBounds): use SetBounds not SetBoundsCore since 
10855         the 'specified' logic has been moved there.  This seems like a bug 
10856         in Control.cs, since our current SetBoundsCore completely ignores 
10857         the specified parameter.  Peter's commit seems to indicate that is 
10858         the way the MS control implementation works.  [Fixes #79325]
10859
10860 2006-09-10  Jonathan Chambers  <joncham@gmail.com>
10861
10862         * XplatUI.cs: Set default_class_name to be composed
10863         of current domain id. This allows MWF to be loaded in multiple
10864         domains on Win32.
10865
10866 2006-09-09  Miguel de Icaza  <miguel@novell.com>
10867
10868         * X11Keyboard.cs: If we are unable to obtain the input method, do
10869         not call CreateXic to create the input context.   Should fix
10870         #78944/79276.
10871
10872 2006-09-08  Alexander Olk  <alex.olk@googlemail.com>
10873
10874         * MimeIcon.cs: Rewrote major parts. Dropped KDE support for now.
10875           Simplified gnome support by adding more pinvokes to get the
10876           icon for a file or mime type.
10877
10878 2006-09-08  Jackson Harper  <jackson@ximian.com>
10879
10880         * MenuAPI.cs: Deslect popup context menu items before closing the
10881         window, so that you don't see the previously selected item
10882         selected when you reopen the menu.
10883         * TextControl.cs: Update the cursor position even if we don't have
10884         focus.  This fixes typing in things like the ComboBox.  I'm not
10885         totally sure we should always set the visibility if we don't have
10886         focus, but couldn't find any corner cases where the cursor showed
10887         up when it shouldn't.
10888
10889 2006-09-08  Chris Toshok  <toshok@ximian.com>
10890
10891         * X11Keyboard.cs: In UpdateKeyState vkey can be any integer, but
10892         our arrays are length 256.  & 0xff before indexing.  Fixes the
10893         crash in bug #78077.
10894         
10895 2006-09-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10896
10897         * ThemeWin32Classic.cs: 
10898         * DateTimePicker.cs: Draw check box if DateTimePicker.ShowCheckBox
10899         is true. Handle that check box too.
10900
10901 2006-09-07  Chris Toshok  <toshok@ximian.com>
10902
10903         * MenuAPI.cs: move the PerformClick call to OnMouseUp.  Fixes bug
10904         79244.
10905
10906 2006-09-07  Chris Toshok  <toshok@ximian.com>
10907
10908         * Control.cs: in set_BackColor only do the work if
10909         background_color != value.
10910
10911         * XplatUIX11.cs: move the clearing of invalid areas (both client
10912         and nc) to the same block of code where we set (nc_)expose_pending
10913         to false.  That is, move it from PaintEventEnd to PaintEventStart,
10914         so things that cause invalidates from within OnPaint will trigger
10915         another call to OnPaint.  Fixes bug #79262.
10916
10917 2006-09-07  Alexander Olk  <alex.olk@googlemail.com>
10918
10919         * Theme.cs: Use correct icon for UIIcon.PlacesPersonal
10920         * FileDialog.cs: Fix typo
10921
10922 2006-09-07  Jackson Harper  <jackson@ximian.com>
10923
10924         * ThemeWin32Classic.cs:  oops, forgot to commit.  Draw the images
10925         for tab pages if they have any.
10926
10927 2006-09-06  Mike Kestner  <mkestner@novell.com>
10928
10929         * Splitter.cs: use the "current" rect when finishing drag handle
10930         to avoid an artifact demonstrated by resedit.exe.  [Fixes #79251]
10931
10932 2006-09-06  Mike Kestner  <mkestner@novell.com>
10933
10934         * Splitter.cs: draw the drag handle at X or Y instead of 0 to deal
10935         support offset splitters. [Fixes #79298]
10936
10937 2006-09-06  Alexander Olk  <alex.olk@googlemail.com>
10938
10939         * Mime.cs: Fixed a bug that could override the global mime type
10940           result.
10941
10942 2006-09-05  Jackson Harper  <jackson@ximian.com>
10943
10944         * TabControl.cs: Better calculation method for setting the slider
10945         pos. Prevents crashes on really wide tabs.
10946         - Draw Image on tab pages if an image list is used.
10947
10948 2006-09-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10949
10950         * MonthCalendar.cs: When Font changes, the Size should be
10951         updated to fit the new font's space requirements.
10952
10953 2006-09-02  Alexander Olk  <alex.olk@googlemail.com>
10954
10955         * ListBox.cs: If the items are cleared with Items.Clear set
10956           top_index to 0.
10957
10958 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10959
10960         * MonthCalendar.cs: Handle arrow keys as input keys. Also
10961         fire DateChanged event instead of DateSelected event when
10962         the date was changed by keyboard interaction.
10963
10964 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10965
10966         * DateTimePicker.cs: Handle DateChanged for the associated
10967         month_calendar control, and set month_calendar.Font from 
10968         OnFontChanged method, as well as resize the height of the
10969         control when needed. Make PreferredHeight proportional.
10970
10971 2006-09-01  Chris Toshok  <toshok@ximian.com>
10972
10973         * DataGrid.cs: grr, stop overthinking the DataMember/DataSource
10974         properties.
10975
10976         * BindingContext.cs (HashKey.GetHashCode): use ^ instead of +.
10977
10978 2006-09-01  Peter Dennis Bartok  <pbartok@novell.com> 
10979
10980         * FileDialog.cs: Set ClientSize instead of window size, to allow space
10981           for decorations (Fixes #79219)
10982
10983 2006-09-01  Mike Kestner  <mkestner@novell.com>
10984
10985         * ComboBox.cs: first stab at sorting plus some selection handling
10986         fixes to bring us more in line with MS behavior.  Also switches back
10987         to index based selection.  Alternative patches for index-based 
10988         selection were provided by Jackson Harper, Carlos Alberto Cortez, 
10989         and latency@gmx.de on bug 78848.  I assume they were similar to this
10990         code I've had simmering in my tree forever.
10991         [Fixes #78848]
10992
10993 2006-09-01  Chris Toshok  <toshok@ximian.com>
10994
10995         * CurrencyManager.cs (ListChangedHandler): in the ItemAdded case,
10996         when setting list position guard against ending up with a -1 index
10997         (the other part of the fix for #78812).  Should probably make sure
10998         we don't need the analogous fix in the ItemDeleted case.
10999
11000         * DataGrid.cs:
11001         - in SetDataSource, work around the fact that the way
11002         OnBindingContextChanged is invoked will cause us to re-enter this
11003         method.  I'll remove the hack once I investigate
11004         OnBindingContextChanged.
11005
11006         - fix the logic in set_DataSource and set_DataMember (basically
11007         what to do if the other of the two is null.)
11008         
11009         - in OnListManagerItemChanged, we need to take into account the
11010         edit row when deciding whether or not to call RecreateDataGridRows
11011         (part of the fix for #78812).
11012
11013 2006-09-01  Jackson Harper  <jackson@ximian.com>
11014
11015         * Splitter.cs: Don't do anything if there is no control to affect
11016         (prevents us from crashing in weird tet cases).
11017         * TreeView.cs: Bounding box for the mouse movement reverting
11018         focus/selection back to previously selected node.  This matches
11019         MS, and makes the tree a lot more useable.
11020         * GroupBox.cs: Instead of drawing over the lines of the groupbox,
11021         use clipping so they are not drawn.  This fixes when the control
11022         is set to have a transparent background, or if it was over an
11023         image.
11024
11025 2006-09-01  Alexander Olk  <alex.olk@googlemail.com>
11026
11027         * MimeIcon.cs: Improved handling for reading default icons when
11028           using gnome (2.16 made it necessary). Check and read svg icons
11029           first, then 48x48 and then 32x32 icons.
11030
11031 2006-08-31  Chris Toshok  <toshok@ximian.com>
11032
11033         * DataGridTextBoxColumn.cs: only hide the textbox if it's still
11034         visible.
11035
11036         * DataGridTextBox.cs: Pass Tab's up to the datagrid by calling
11037         ProcessKeyPreview.  Fixes part of #77806.
11038
11039         * DataGrid.cs: big patch.
11040
11041         - revert the queueing up of DataSource/DataMember if inside
11042         BeginInit/EndInit calls.  That's not the way the datagrid achieves
11043         its delayed databinding.  Instead, call SetDataSource in
11044         OnBindingContextChanged.  This mimic's MS's behavior, and fixes
11045         #78811.
11046
11047         - Also, it wasn't mentioned in #78811, but the test case exhibits
11048         behavior that was lacking in our datagrid implementation - Columns
11049         that have mapping names that don't exist in the datasource's
11050         properties aren't shown.  Yuck.  To fix this I added the bound
11051         field to the column style, and basically any calculation to figure
11052         out anything about columns uses a loop to find the bound columns.
11053         still need to investigate if I can cache an array of the bound
11054         columns or if the indices must be the same.
11055
11056         - When setting CurrentCell, we no longer abort if the cell being
11057         edited was in the add row.  This fixes the other part of #77806.
11058
11059         - The new code also fixes #78807.
11060         
11061         * ThemeWin32Classic.cs: perpetrate the same disgusting
11062         column.bound field hack, and only render bound fields.
11063
11064 2006-08-31  Chris Toshok  <toshok@ximian.com>
11065
11066         * DataGridColumnStyle.cs: add bound field.  this field is true if
11067         the datasource has a property corresponding to the mapping name.
11068
11069         * DataGridTableStyle.cs: set the bound field on the column styles
11070         depending on whether or not we have a column for that property.
11071
11072 2006-08-31  Peter Dennis Bartok  <pbartok@novell.com> 
11073
11074         * Splitter.cs (SetBoundsCore): Don't ignore width/height of the 
11075           splitter control (fixes #79228)
11076
11077 2006-08-31  Chris Toshok  <toshok@ximian.com>
11078
11079         * DataGridColumnStyle.cs: we need to delay the assignment of
11080         property descriptor until the last possible moment due to the lazy
11081         databinding stuff in the datagrid.  Also, fix the exceptions
11082         thrown by CheckValidDataSource to match MS.
11083
11084 2006-08-31  Jackson Harper  <jackson@ximian.com>
11085
11086         * Form.cs: When activated select the active control, if there is
11087         no active control, we select the first control.
11088         * XplatUIX11.cs: If there is no focus control when we get a
11089         FocusIn event, find the toplevel form and activate it.  This
11090         occurs when you popup a window, it becomes the focus window, then
11091         you close that window, giving focus back to the main window.
11092
11093 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11094
11095         * MonthCalendar.cs: 
11096         * ThemeWin32Classic.cs: Cache Font in bold style, as well
11097         as StringFormat with Center alignments in MonthCalendar,
11098         instead of creating new ones when drawing the control. 
11099         Also, draw the month name in bold style.
11100
11101 2006-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
11102
11103         * Control.cs:
11104           - PerformLayout(): It would seem MS performs the fill even if the 
11105             control is not visible (part of #79218 fix)
11106           - ResetBackColor(): Use the setter to reset the color, to allow
11107             overriders to catch the change.
11108         * Form.cs:
11109           - .ctor: Call UpdateBounds to adjust client rectangle (part of #79218 fix)
11110           - CreateHandle(): dito (part of $79218 fix)
11111           - Don't set an icon if we have a dialog
11112         * ScrollableControl.cs:
11113           - set_AutoScrollMinSize: Setting the property enables AutoScroll (#79218)
11114           - ScrollIntoView(): No need to scroll if control is already visible
11115             (resolves fixme and fixes #79218)
11116
11117 2006-08-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11118
11119         * MonthCalendar.cs: Change proportions in SingleMonthSize
11120         to match the aspect of the original control.
11121
11122 2006-08-29  Alexander Olk  <alex.olk@googlemail.com>
11123
11124         * XplatUIX11.cs: Fix for a metacity/X problem where windows don't
11125           get updated when they get maximized.
11126
11127 2006-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
11128
11129         * XplatUIX11.cs: Handle windows with no border (Fixes part of #79160)
11130
11131 2006-08-29  Chris Toshok  <toshok@ximian.com>
11132
11133         * XplatUIX11.cs: when destroying the FocusWindow, send KILLFOCUS.
11134
11135 2006-08-29  Jackson Harper  <jackson@ximian.com>
11136
11137         * TreeView.cs: Need to track selected node and highlighted node,
11138         they aren't always the same thing, when the mouse is down on a
11139         node it is hilighted, but not selected yet.
11140         - Do the HideSelection stuff right
11141         - Need to focus on rbutton mouse down. And redraw selection when
11142         right click is mouse upped.
11143
11144 2006-08-29  Mike Kestner  <mkestner@novell.com>
11145
11146         * ThemeWin32Classic.cs: draw selections for columns in FullRowSelect
11147         when SubItems.Count < Columns.Count.  [Fixes #79167]
11148
11149 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com> 
11150
11151         * TextControl.cs (FindCursor): Fix math error (Fixes #78402)
11152
11153 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com>
11154
11155         * XplatUIX11.cs: Preempt the roundtrip for getting the location back
11156           from X. Only send based on ConfigureNotify if we don't have the
11157           correct location in hwnd (if the window manager moved us)
11158
11159 2006-08-28  Mike Kestner  <mkestner@novell.com>
11160
11161         * ListView.cs: remove a TODO. 
11162         * ThemeWin32Classic.cs: implement HideSelection support for ListView.
11163         [Fixes ListView part of #79166]
11164
11165 2006-08-28  Mike Kestner  <mkestner@novell.com>
11166
11167         * ListView.cs: move wheel handler to parent since it is focused
11168         instead of the item_control now.  [Fixes #79177]
11169
11170 2006-08-28  Mike Kestner  <mkestner@novell.com>
11171
11172         * ThemeWin32Classic.cs: only highlight subitems in fullrowselect
11173         when the control is focused. [Fixes #79171]
11174
11175 2006-08-28  Mike Kestner  <mkestner@novell.com>
11176
11177         * ListView.cs: size the item and header controls for empty and
11178         unscrollable views.
11179         * ThemeWin32Classic.cs: draw disabled backgrounds.
11180         [Fixes #79187]
11181
11182 2006-08-28  Chris Toshok  <toshok@ximian.com>
11183
11184         * Form.cs: remove unused "active_form" static field.
11185
11186         * Hwnd.cs: lock around accesses to static windows collection.
11187
11188         * Application.cs: lock threads in Exit ().
11189
11190 2006-08-28  Chris Toshok  <toshok@ximian.com>
11191
11192         * NativeWindow.cs: lock around accesses to window_collection.
11193         
11194 2006-08-28  Chris Toshok  <toshok@ximian.com>
11195
11196         * Control.cs: err, fix this the right way, by locking on controls
11197         when using it.  not by making it synchronized.
11198
11199 2006-08-28  Chris Toshok  <toshok@ximian.com>
11200
11201         * Control.cs: make the static "controls" field synchronized, as it
11202         gets updated from multiple threads.
11203
11204 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
11205
11206         * XplatUIX11.cs: PostQuitMessage is thread-specific not app-specific.
11207           Prevent other threads from exiting when calling thread sets quit state.
11208         * XEventQueue.cs: Added PostQuitState property
11209
11210 2006-08-27  Chris Toshok  <toshok@ximian.com>
11211
11212         * AsyncMethodData.cs: add a slot for the window handle.
11213
11214         * XplatUIX11.cs (SendAsyncMethod): send the event to the right
11215         window (the destination control's window, not the foster window).
11216
11217         * Control.cs (BeginInvokeInternal): store the window's handle in
11218         the AsyncMethodData.
11219         
11220
11221 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
11222
11223         * XplatUIX11.cs:
11224           - PostQuitMessage: Removed resetting S.D display handle, we might have
11225             another loop started after calling PostQuitMessage (Fixes #79119)
11226           - Created destructor to reset S.D handle
11227
11228 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com> 
11229
11230         * XplatUIX11.cs (SetCursor): Issue flush after setting the cursor (#79168)
11231
11232 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
11233
11234         * TextControl.cs (Insert): Update the caret position even if we don't
11235           have a handle yet, just don't call the driver in that case.
11236         * TextBoxBase.cs (set_SelectedText): Set the Start and End selection
11237           to the end of the new selection text (Fixes #79184)
11238
11239 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
11240
11241         * Form.cs (Activate): Only activate if the handle is created)
11242         * Control.c:
11243           - Mark window as invisible when it's disposed
11244           - Check if window handle is created when setting window visible, 
11245             instead of relying just on the is_created variable
11246           - Check if object is disposed when creating the control (Fixes #79155)
11247
11248 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
11249
11250         * ScrollableWindow.cs (ScrollWindow): Don't actually perform layouting
11251           when allowing layout again. Otherwise we re-generate the anchoring 
11252           distance to the border again and actually alter what the user wanted
11253           This is ugly, it'd be better if we used DisplayRectangle instead of
11254           ClientRectangle for Control.UpdateDistances, but that causes us to
11255           have other problems (initial anchoring positons would be wrong)
11256           (Fixes #78835)
11257
11258 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
11259
11260         * Control.cs:
11261           - The size and location setters shouldn't go directly to 
11262             SetBoundsCore, but to SetBounds, which triggers layout on the
11263             parent, then calls SetBoundsCore. (Related to fix for #78835)
11264           - SetBounds: Moved actual location update code into this function
11265             from SetBoundsCore, to match MS. Added call to PerformLayout if
11266             we have a parent (to trigger resizing of anchored parents if the 
11267             child size has changed (see testcase for #78835) 
11268         * ListBox.cs, Form.cs: Call SetBounds instead of SetBoundsCore to match 
11269           new control code
11270         * ScrollableControl.cs (CalculateCanvasSize): Use shortcut variable
11271
11272 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
11273
11274         * XplatUIX11.cs: Don't reset the DisplayHandle that's stored in
11275           System.Drawing when a toplevel window gets closed; there might
11276           be other toplevel windows belonging to the same app (Fixes #78052)
11277
11278 2006-08-26  Alexander Olk  <alex.olk@googlemail.com>
11279
11280         * FileDialog.cs: After reading FileDialog settings from mwf_config
11281           use Desktop prefix only if a real folder doesn't exist anymore.
11282         * FontDialog.cs: Added char sets.
11283           It is now possible to select the font, size or style with the
11284           textboxes.
11285
11286 2006-08-25  Kornél Pál  <kornelpal@gmail.com>
11287
11288         * PrintPreviewDialog.cs: Use assembly name constants.
11289
11290 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
11291
11292         * XplatUIWin32.cs (ScrollWindow): Use clipping rectangle arg (prevents
11293           scrollbar from whacking it's buttons)
11294
11295 2006-08-24  Chris Toshok  <toshok@ximian.com>
11296
11297         * ScrollableControl.cs: fix #78271.  There's a lot of misc stuff
11298         in this patch (aggregating setting Left/Top/Width/Height to
11299         setting Bounds on the scrollbars), but the crux of the fix is in
11300         Recalculate, where we scroll by the remaining scroll_position if
11301         we're hiding a scrollbar.  The 2*$5 reward in the comment is
11302         serious.
11303
11304 2006-08-24  Jackson Harper  <jackson@ximian.com>
11305
11306         * MdiClient.cs:
11307         * MdiWindowManager.cs: If the form is made a non-mdi window we
11308         need to remove the form closed event so that closing forms works
11309         correctly.
11310
11311 2006-08-24  Jackson Harper  <jackson@ximian.com>
11312
11313         * Control.cs: Make IsRecreating internal so that the driver can
11314         check it
11315         - Temporarily remove the Hide when controls are removed, its
11316         making a whole bunch of things not work because visibility isn't
11317         getting reset elsewhere correctly
11318         * Form.cs: Need to do a full handle recreation when the mdi parent
11319         is set.
11320         * XplatUIX11.cs: If we are recreating handles don't dispose the
11321         HWNDs.  What was happening is the handles were being recreated in
11322         SendWMDestroyMessages, but then flow continued on in that method
11323         and destroyed the new handles.
11324
11325 2006-08-23  Jackson Harper  <jackson@ximian.com>
11326
11327         * Form.cs: MdiClient is always at the back of the bus
11328         * Control.cs: When the order of items in the collection is changed
11329         we need to reset the all_controls array
11330         - do the same sorta setup thats done when adding a control when a
11331         control is set on the collection.
11332
11333 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
11334
11335         * TextBoxBase.cs (get_Text): Return an empty array if our document
11336           is empty (fixes #79052)
11337
11338 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
11339
11340         * Control.cs: We should call IsInputChar on only on WM_CHAR but not
11341           on WM_SYSCHAR messages (fixes #79053)
11342
11343 2006-08-23  Chris Toshok  <toshok@ximian.com>
11344
11345         * DataGrid.cs: fix flickering when scrolling vertically.
11346
11347 2006-08-23  Chris Toshok  <toshok@ximian.com>
11348
11349         * DataGrid.cs (EndEdit): only invalidate the row header when we
11350         need to.
11351
11352 2006-08-23  Chris Toshok  <toshok@ximian.com>
11353
11354         * ThemeWin32Classic.cs: fix the clip munging of the datagrid paint
11355         methods.  fixes the flicker when scrolling around.
11356
11357 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
11358
11359         * FileDialog.cs: Making sure the control is created before we get a 
11360           chance to use it with BeginInvoke (Fixes #79096)
11361
11362 2006-08-23  Chris Toshok  <toshok@ximian.com>
11363
11364         * ThemeWin32Classic.cs (DataGridPaintRows): calculate the proper
11365         width to use when painting the rows.
11366
11367 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
11368
11369         * TextBoxBase.cs:
11370           - Throw ArgumentException if a negative value is passed to SelectionLength
11371           - Update the selection end if start is moved. end needs to be always
11372             after start. (Fixes #79095)
11373           - Track selection length; MS keeps the selection length even if start
11374             is changed; reset on all other operations affection selection
11375
11376 2006-08-22  Jackson Harper  <jackson@ximian.com>
11377
11378         * TreeView.cs: Make sure both scrollbars get displayed and sized
11379         correctly when the other bar is visible.
11380         - Use the original clip rectangle for checking if the area between
11381         the two scrollbars is visible, not the viewport adjusted clipping
11382         rectangle.
11383
11384 2006-08-22  Jackson Harper  <jackson@ximian.com>
11385
11386         * Binding.cs: We don't use IsBinding because it requires the
11387         control to be created, which really shouldn't be necessary just to
11388         set a property on the control.
11389
11390 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11391
11392         * ComboBox.cs: Some CB.ObjectCollection methods must throw
11393         ArgumentNullReferenceException when the argument is null.
11394
11395 2006-08-21  Jackson Harper  <jackson@ximian.com>
11396
11397         * Timer.cs: Track the thread that the timer is started in (NOT
11398         CREATED), this way messages for it will only be triggered on its
11399         queue.
11400         * XEventQueue.cs: Track the timers here, this makes timers per
11401         thread, like MS.
11402         * XplatUIX11.cs: The timers are moved to the XEventQueue.
11403
11404 2006-08-19  Chris Toshok  <toshok@ximian.com>
11405
11406         * XplatUIX11.cs: after further communication with pdb, we get the
11407         best of both worlds.  SetZOrder working for un-Mapped windows, and
11408         no X errors for un-mapped windows.
11409
11410 2006-08-19  Chris Toshok  <toshok@ximian.com>
11411
11412         * XplatUIX11.cs (SetZOrder): remove the if (!hwnd.mapped) check,
11413         as it was causing pdn toolbars to not have the correct stacking.
11414
11415 2006-08-18  Mike Kestner  <mkestner@novell.com> 
11416
11417         * ListView.cs : guard against negative ClientArea.Width in scrollbar
11418         calculation.  Not sure why control should ever be setting a negative
11419         width though.  Fixes #78931.
11420
11421 2006-08-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11422
11423         * ComboBox.cs: Throw ArgumentNullException when adding/modifyng
11424         null items in ObjectCollection class.
11425         * ListBox.cs.: Likewise.
11426
11427 2006-08-18  Atsushi Enomoto  <atsushi@ximian.com>
11428
11429         * ThemeNice.cs, ThemeClearlooks.cs : remove RadioButton_DrawFocus()
11430           as the base method in ThemeWin32Classic should work fine.
11431           Fixed bug #78607.
11432
11433 2006-08-18  Jackson Harper  <jackson@ximian.com>
11434
11435         * Binding.cs: When validating if the value entered doesn't convert
11436         properly reset to the old value.
11437         * RadioButton.cs: Don't fire click when we get focus.
11438
11439 2006-08-18  Jackson Harper  <jackson@ximian.com>
11440
11441         * FileDialog.cs: Paint the selection on the directory combobox the
11442         same way as on MS. 
11443
11444 2006-08-17  Jackson Harper  <jackson@ximian.com>
11445
11446         * ErrorProvider.cs: Don't allow the error control to be selected.
11447         * Control.cs: Don't send the SetFocus messages, the control
11448         activation will do this, and if we do it blindly here validation
11449         does not work.
11450
11451 2006-08-17  Jackson Harper  <jackson@ximian.com>
11452
11453         * Control.cs:
11454         * ContainerControl.cs: Make validation events fire in the correct
11455         order.  TODO: For some reason the first validation event is not
11456         getting fired.
11457
11458 2006-08-17  Mike Kestner  <mkestner@novell.com> 
11459
11460         * ComboBox.cs : some null guarding for ComboListBox.Scroll.
11461
11462 2006-08-17  Mike Kestner  <mkestner@novell.com> 
11463
11464         * ComboBox.cs : implement scroll wheel support for popped-down
11465         state. Fixes #78945. 
11466
11467 2006-08-17  Jackson Harper  <jackson@ximian.com>
11468
11469         * TreeView.cs: Specify treeview actions (old patch that didn't get
11470         committed for some reason).
11471         - Don't let the mouse wheel scroll us too far.  Just want to make
11472         the bottom node visible, not scroll it all the ways to the top.
11473
11474 2006-08-17  Jackson Harper  <jackson@ximian.com>
11475
11476         * XplatUIX11.cs: Mouse wheel events go to the focused window.
11477
11478 2006-08-17  Mike Kestner  <mkestner@novell.com> 
11479
11480         * ComboBox.cs : don't do mouseover selection in simple mode.
11481
11482 2006-08-16  Jackson Harper  <jackson@ximian.com>
11483
11484         * Form.cs: Fire the closing events for all the mdi child windows
11485         when a window is closed.  If the cancel args are set to true, the
11486         main window still gets the event fired, but it doesn't not close.
11487         * MdiWindowManager.cs: Do this closing cleanup in a Closed
11488         handler, instead of when the button is clicked, so cancelling the
11489         close works correctly.
11490         * ComboBox.cs: Send the mouse down to the scrollbar.
11491
11492 2006-08-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11493
11494         * ListBox.cs: When passing 'null' to SelectedItem,
11495         set SelectedIndex to -1, to unselect items. This is the
11496         observed behaviour in .Net.
11497
11498 2006-08-16  Peter Dennis Bartok  <pbartok@novell.com> 
11499
11500         * TextBoxBase.cs: Overriding HandleClick to get clicks in spite of
11501           MS flags saying there won't be any. (fixes #78800)
11502         * Control.cs (HandleClick): Made virtual
11503
11504 2006-08-16  Atsushi Enomoto  <atsushi@ximian.com>
11505
11506         * PageSetupDialog.cs : use Yard-Pound units only in en-GB and en-US
11507           cultures. Fixed bug #78399.
11508
11509 2006-08-16  Jackson Harper  <jackson@ximian.com>
11510
11511         * Form.cs: Use the MdiClients MdiChildren property to access
11512         MdiChildren instead of creating the array from the child controls.
11513         * MdiClient.cs: Maintain a separate array of the mdi children, so
11514         that insertion order is maintained when the Z-order is changed.
11515
11516 2006-08-16  Mike Kestner  <mkestner@novell.com> 
11517
11518         * ListView.cs : add an ItemComparer and default to it for sorting.
11519         Fixes #79076, but sorting needs a complete overhaul to be compat with
11520         MS.
11521
11522 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
11523
11524         * XplatUIX11.cs (SetZOrder): Fix debugging leftover (fixes #79080)
11525
11526 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
11527
11528         * Hwnd.cs (Mapped): Properly traverse the tree
11529
11530 2006-08-15  Chris Toshok  <toshok@ximian.com>
11531
11532         * Binding.cs: fix PullData/SetPropertyValue.  We don't want to
11533         pass manager.Current.GetType() to ParseData.  It has to be the
11534         property type.  So, hold off doing the ParseData until we're in
11535         SetPropertyValue where we know the type.  This fixes the crash in
11536         #78821 but the textbox is still empty.
11537
11538 2006-08-15  Chris Toshok  <toshok@ximian.com>
11539
11540         * DataGrid.cs:
11541         - when we're scrolling, only call Edit() again if the
11542         current cell is still unobscured. Fixes bug #78927.
11543         - when handling mousedown on a cell, ensure the cell is visible
11544         before calling Edit.
11545         - remove the properties from DataGridRow, and remove the
11546         DataGridParentRow class altogether.
11547         
11548
11549 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
11550
11551         * TextBoxBase.cs (set_Text): Don't use base.Text, instead just
11552           fire OnTextChanged by ourselves. There's no point calling base,
11553           we don't set the base value anywhere else. Fixes #78773.
11554
11555 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11556
11557         * ListBox.cs: Call CollectionChanged when modifying
11558         an item from Items indexer, to update the actual items
11559         in the list box.
11560
11561 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11562
11563         * PrintDialog.cs: Small fixes for focus and a pair of checks,
11564         to match .Net behaviour.
11565
11566 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
11567
11568         * XplatUIX11.cs (SetZOrder): Handle raising toplevel windows
11569
11570 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
11571
11572         * Control.cs: Handle BringToFront for toplevel windows (Fixes #78737)
11573
11574 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
11575
11576         * MessageBox.cs: Prevent potential NRE exception.
11577         * TextBoxBase.cs: AutoSize only applies if MultiLine is false. Fixes #78889
11578
11579 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
11580
11581         * MessageBox.cs: Calculate the owner of a messagebox, also make
11582           it topmost. Fixes #78753
11583
11584 2006-08-14  Chris Toshok  <toshok@ximian.com>
11585
11586         * XplatUIX11.cs: A couple of fixes so that metacity will let us
11587         programmatically move windows.  first, set the PPosition hint as
11588         well as the USPosition hint.  Second include some code from pdb
11589         that sets the window type to NORMAL when we set the transient for
11590         hint.  This is because, in the absence of a window type, metacity
11591         thinks any window with TransientFor set is a dialog, and refuses
11592         to let us move it programmatically.  fascists.
11593
11594 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
11595
11596         * XplatUIX11.cs: When setting normal hints, take into consideration
11597           an different hints previously set so we don't delete them (fixes #78866)
11598
11599 2006-08-12  Chris Toshok  <toshok@ximian.com>
11600
11601         * ToolBarButton.cs: make Layout return a boolean, if something to
11602         do with the button's layout changed.
11603
11604         * ToolBar.cs:
11605         - add another parameter to Redraw, @force, which all existing
11606           calls set to true.
11607         - make the Layout function return a boolean which is true if the
11608           layout has actually changed.  Redraw now uses this (and @force)
11609           to determine when to invalidate.  At present the only place
11610           where @force can be false is the call from OnResize, when
11611           background_image == null.  So, resizing a toolbar when the
11612           layout doesn't change results in no drawing.
11613
11614 2006-08-12  Chris Toshok  <toshok@ximian.com>
11615
11616         * ThemeWin32Classic.cs: fix the bottom right corner painting.  had
11617         the VScrollBar and HScrollbar reversed.  oops.
11618
11619         * DataGrid.cs: fix the logic that assigns sizes to the implicit
11620         scrollbars.  we were assigning them twice (once in
11621         Calc{Horiz,Vertical}Scrollbar, and once in CalcGridAreas),
11622         therefore causing two scrollbar resizes (and redraws?) to happen
11623         per grid resize.
11624
11625 2006-08-12  Chris Toshok  <toshok@ximian.com>
11626
11627         * ToolBarButton.cs: redraw the entire button if the theme tells us
11628         to.
11629
11630         * Theme.cs: add ToolBarInvalidateEntireButton.
11631
11632         * ThemeWin32Classic.cs: we don't need to redraw the entire toolbar
11633         buttons, just the border.
11634
11635         * ThemeNice.cs: redraw the entire toolbar button since we need to
11636         draw the highlight image.
11637
11638         * ThemeClearlooks.cs: the rounded corners of toolbar buttons mean
11639         we need to redraw the entire button (not just the border).
11640
11641 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
11642
11643         * TextBoxBase.cs (CalculateScrollbars): Set the proper thumb size
11644           for vertical bars. Fixes the mismatches shown by #78513
11645
11646 2006-08-11  Alexander Olk  <alex.olk@googlemail.com>
11647
11648         * FileDialog.cs: If a saved/remembered path doesn't exist
11649           anymore, fall back to "Desktop".
11650
11651 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
11652
11653         * Form.cs (CreateParams): Don't use Parent.Handle unless we have a
11654           parent. It's apparently legal to not have one
11655         * XplatUIX11.cs:
11656           - SetZOrder: Don't try to set Z-Order on an unmapped window
11657           - CreateWindow: 0,0 are legal coordinates for a window. don't move
11658             it unless the coordinates are negative
11659
11660 2006-08-10  Mike Kestner  <mkestner@novell.com>
11661
11662         * ListControl.cs: allow null for DataSource.  Clear DisplayMember
11663         when setting to null per msdn docs.  Fixes #78854.
11664
11665 2006-08-10  Chris Toshok  <toshok@ximian.com>
11666
11667         * Menu.cs, MainMenu.cs, MenuAPI.cs: get rid of most of the
11668         flickering by setting a clip rectangle on the Graphics when we
11669         need to redraw just a particular menuitem.  Also, rename "OnClick"
11670         to "OnMouseDown" to reflect what it actually is.
11671         
11672         * Form.cs: track the OnMouseDown change.
11673
11674 2006-08-10  Peter Dennis Bartok  <pbartok@novell.com>
11675
11676         * CommonDialog.cs: Properly inherit the CreateParams from the form
11677           and only change what we need. Fixes #78865
11678
11679 2006-08-10  Chris Toshok  <toshok@ximian.com>
11680
11681         * ToolBar.cs, ToolBarButton.cs: fix the redraw-on-highlight
11682         flickering in flat mode (and most of the flickering in general) by
11683         only invalidating the button border (and not the entire rectangle)
11684         when the state changes.  A couple of cases still flicker:
11685         ToggleButtons, and the dropdown arrow case when the user mouse
11686         ups.
11687
11688 2006-08-10  Alexander Olk  <alex.olk@googlemail.com>
11689
11690         * X11Keyboard.cs: Fixed handling of the Del key on the cursorblock
11691           for german keyboards. Numlock state shouldn't affect the behaviour
11692           of the Del key. Fixes bug #78291.
11693
11694 2006-08-10  Chris Toshok  <toshok@ximian.com>
11695
11696         * ListControl.cs: remove the items.Clear line from BindDataItems,
11697         as this is the first thing done by both subclasses in their
11698         SetItemsCore overrides.  Also, add a ItemChanged handler, and when
11699         passed -1, refresh the list.  This gets databinding working when
11700         the datasource is set on the list before the datasource is
11701         populated (as in wf-apps/ReportBuilder.)
11702
11703         * ComboBox.cs: remove the argument to BindDataItems.  This call
11704         should really go away, and be initiated by the ListControl code.
11705
11706         * ListBox.cs: same.
11707
11708 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
11709
11710         * TextControl.cs (Document.ctor): Initialize caret so we don't crash
11711           if no data is in the document when the control is displayed
11712
11713 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com> 
11714
11715         * TextBoxBase.cs: Don't try moving the caret if we don't have a window
11716           yes (fixes #78806)
11717         * TextControl.cs: 
11718           - PositionCaret: Allow positioning of caret but don't call methods 
11719             requiring a handle if the window isn't created yet
11720           - CharIndexToLineTag: Fix ending loop early error. Lines is 1 based
11721           - owner_HandleCreated: Don't position the caret, just update it's 
11722             location. User might have already set a different position
11723
11724 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
11725
11726         * XplatUIWin32.cs: Don't use the desktop as basis for foster-parented
11727           windows. Screws up the returned coordinates for child windows. 
11728           Fixes #78825. I'm hoping this doesn't break something, since the
11729           code was explicitly put in 8 months ago, but no bug was attached.
11730           Menus still seem to work properly.
11731
11732 2006-08-08  Chris Toshok  <toshok@ximian.com>
11733
11734         * DataGrid.cs: make BeginInit/EndInit actually do what they're
11735         supposed to do - delay data binding until the EndInit call.  Also,
11736         make the table style collection's CollectionChangeAction.Refresh
11737         work properly.
11738
11739         * GridTableStylesCollection.cs: raise a CollectionChangeEvent
11740         (with action = Refresh) when a consituent table's MappingName is
11741         changed.
11742
11743 2006-08-08  Chris Toshok  <toshok@ximian.com>
11744
11745         * ToolBarButton.cs: in set_Text, call Parent.Redraw, not
11746         Invalidate, since changing the text can change the size of the all
11747         toolbar buttons.
11748
11749 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
11750
11751         * Form.cs (AddOwnedForm): Still need to add the form to our listif
11752           we don't have it yet
11753
11754 2006-08-08  Chris Toshok  <toshok@ximian.com>
11755
11756         * PrintControllerWithStatusDialog.cs: don't .Close() the status
11757         dialog, as this causes X errors later on, since we actually
11758         destroy the window.  Instead, .Hide() it.
11759
11760 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
11761
11762         * ComboBox.cs: Added focus reflection for popup window
11763         * XplatUIX11.cs: 
11764           - Removed transient setting for non-app windows for now, not sure it
11765             was needed
11766           - Fixed logic checking if we have captions when deciding 
11767             override_redirect, WS_CAPTION is two bits and a 0 check was not
11768             sufficient
11769           - Removed the WINDOW_TYPE stuff, it was unneeded and making things
11770             complicated
11771         * Form.cs: 
11772           - AddOwnedForm: Don't just add the form to the list, call the property
11773             to ensure the driver is informed about the ownership as well
11774           - CreateHandle: Set the TopMost status in the driver if we have an owner
11775         * XplatUI.cs: Fixed debug statement
11776
11777 2006-08-08  Jonathan Pobst <monkey@jpobst.com>
11778         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
11779           GroupBoxRenderer.cs, ProgressBarRenderer.cs, RadioButtonRenderer.cs,
11780           ScrollBarRenderer.cs, TabRenderer.cs, TextBoxRenderer.cs, 
11781           TrackBarRenderer.cs: Make constructor private.
11782         * ProfessionalColors.cs, ProfessionalColorTable.cs: Fix misnamed properties.
11783         * ProfessionalColorTable.cs: Make properties virtual.
11784
11785 2006-08-06  Duncan Mak  <duncan@novell.com>
11786
11787         * NumericUpDown.cs (Value): Don't call OnValueChanged if the value
11788         is not changing.
11789
11790 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
11791         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
11792           GroupBoxRenderer.cs, ProfessionalColors.cs, ProfessionalColorTable.cs,
11793           ProgressBarRenderer.cs, RadioButtonRenderer.cs, ScrollBarRenderer.cs,
11794           TabRenderer.cs, TextBoxRenderer.cs, TextRenderer.cs, TrackBarRenderer.cs:
11795           Initial import of new 2.0 classes.
11796
11797 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
11798         * Application.cs: Add 2.0 VisualStyles properties.
11799
11800 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
11801         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
11802           XplatUIX11.cs: Create property to allow access to existing private
11803           variable "themes_enabled"
11804
11805 2006-08-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11806
11807         * ImageListStreamer.cs: generate the MemoryStreams with the exact BMP
11808         file size, as otherwise our class libraries fail using windows. Fixes
11809         bug #78759.
11810
11811 2006-08-04  Jackson Harper  <jackson@ximian.com>
11812
11813         * Form.cs:
11814         * XplatUIX11.cs: Move the toolwindow window manager creation into
11815         the X11 driver, this way on win32 we can let windows create/handle
11816         the toolwindows.
11817
11818 2006-08-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11819
11820         * PrintDialog.cs: Remove some redundant checks, add some others,
11821         clean some code, and move the focus to the text boxes when the
11822         values are incorrect.
11823
11824 2006-08-04  Alexander Olk  <alex.olk@googlemail.com>
11825
11826         * FontDialog.cs: Remove Form.MinimumSize. It's not needed.
11827
11828 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
11829
11830         * NumericUpDown.cs: Setting the Minimum and Maximum is now
11831           handled correctly. Fixes bug #79001.
11832
11833 2006-08-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11834
11835         * PrintDialog.cs: The "Copies" numeric up down must have
11836         set the Minimum property to 1; only if the value is bigger
11837         than 1, activate "Collate" check box. This is the behaviour of .Net.
11838         Also modify the Document elements only if it is not null.
11839
11840 2006-08-03  Jackson Harper  <jackson@ximian.com>
11841
11842         * TreeNodeCollection.cs: Fix copyto to use the correct nodes
11843         length. (We have a larger array then actual node count).
11844                 
11845 2006-08-03  Jackson Harper  <jackson@ximian.com>
11846
11847         * ComboBox.cs: Don't show selection by default.
11848         - The SelectAll isn't needed here, since the focus code should do
11849         that
11850         - DDL style lists to manual selection drawing, so when they
11851         get/lose focus they have to invalidate.
11852
11853 2006-08-03  Peter Dennis Bartok  <pbartok@novell.com>
11854
11855         * TextBoxBase.cs: Don't always show all selections by default.
11856
11857 2006-08-03  Jonathan Pobst  <monkey@jpobst.com>
11858         * ControlUpdateMode.cs, DataSourceUpdateMode.cs,
11859           HelpNavigator.cs, WebBrowserEncryptionLevel.cs:
11860           Fixed various typos.
11861
11862 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
11863
11864         * Control.cs: Removing the controls in a ControlCollection with
11865           Clear now hides the controls as expected. Fixes bug #78804. 
11866
11867 2006-08-03  Jackson Harper  <jackson@ximian.com>
11868
11869         * Control.cs: Revert previous focus patch, it breaks reflector.
11870
11871 2006-08-03  Jackson Harper  <jackson@ximian.com>
11872
11873         * ComboBox.cs: Cleanup selection and focus with the combobox.
11874         This also eliminates some duplicated keyboard code, since now
11875         everything is handled by the main class.
11876         - Make list selection work on mouse up instead of down, to match
11877         MS.
11878
11879 2006-08-02  Jackson Harper  <jackson@ximian.com>
11880
11881         * Control.cs: Setting focus needs to go through the whole
11882         selection mechanism.
11883
11884 2006-08-02  Chris Toshok  <toshok@ximian.com>
11885
11886         * PrintPreviewDialog.cs: change MinimumSize to use
11887         base.MinimumSize so it works.
11888
11889 2006-08-02  Peter Dennis Bartok  <pbartok@novell.com>
11890
11891         * TextControl.cs:
11892           - UpdateCaret: Added sanity check in case caret isn't defined yet
11893           - Line.Delete: Now updating selection and caret markers if we're
11894             transfering a node (Properly fixes #78323)
11895           - SetSelectionEnd: Added sanity check
11896         * TextBoxBase.cs: Removed broken attempt to fix #78323
11897
11898 2006-08-01  Chris Toshok  <toshok@ximian.com>
11899
11900         * PrintPreviewDialog.cs: the CancelEventArgs stuff surrounding the
11901         Close() call is handled in Form, not here.
11902
11903 2006-08-01  Chris Toshok  <toshok@ximian.com>
11904
11905         * Theme.cs, ThemeWin32Classic.cs: fix the PrintPreviewControl
11906         layout/rendering.
11907
11908         * PrintPreviewDialog.cs: add scrollbars, and add an image cache
11909         for sizes < 100% zoom.  The code now aggressively attempts to keep
11910         from calling document.Print (), and tries not to use the scaling
11911         g.DrawImage whenever possible (it still does if you scale to >
11912         100%, since usually that involves huge images).
11913
11914         * PrintPreviewControl.cs: hook up the close button.
11915
11916 2006-08-01  Jonathan Pobst  <monkey@jpobst.com>
11917         * ColumnClickEventHandler.cs, DrawItemEventHandler.cs,
11918           ItemChangedEventHandler.cs, ItemCheckEventHandler.cs,
11919           ItemDragEventHandler.cs, LabelEditEventHandler.cs,
11920           LinkClickedEventHandler.cs, LinkLabelLinkClickedEventHandler.cs,
11921           MeasureItemEventHandler.cs, MethodInvoker.cs, PaintEventHandler.cs,
11922           PropertyTabChangedEventHandler.cs, PropertyValueChangedEventHandler.cs,
11923           SelectedGridItemChangedEventHandler.cs, ToolBarButtonClickEventHandler.cs:
11924           Removed [Serializable] for 2.0 Event Handlers.
11925
11926 2006-07-31  Jackson Harper  <jackson@ximian.com>
11927
11928         * TextBoxBase.cs: Make ShowSelection invalidate when changed.
11929         * TextControl.cs: Uncomment out the body of this method.
11930
11931 2006-07-31  Alexander Olk  <alex.olk@googlemail.com>
11932
11933         * XplatUIX11.cs: Use the correct cursor shapes for arrow and default
11934           standard cursors.
11935
11936 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
11937
11938         * TextBoxBase.cs: Added internal property ShowSelection to allow controls
11939           that embed TextBox and need selections visible even if textbox is not
11940           focused to enforce that behaviour.
11941         * TextControl.cs (Draw): Use ShowSelection instead of has_focus to determine
11942           selection drawing
11943
11944 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
11945
11946         * TextControl.cs:
11947           - Added new SetSelectionStart/SetSelectionEnd overloads
11948           - Fixed viewport width assignment to be accurate
11949           - Adjusted alignment line shift calculations to allow cursor on right
11950             aligned lines to be always visible at the right border (like MS)
11951         * TextBoxBase.cs:
11952           - SetBoundsCore: Re-adjust caret location after resize (Fixes #78323)
11953           - TextBoxBase_SizeChanged: recalculating canvas on size changes
11954           - CalculateScrollBars: Use ViewPort size instead of window size, to
11955             properly consider space occupied by the border and scrollbars 
11956             (Fixes #78661)
11957           - hscroll_ValueChanged, vscroll_ValueChanged: Fixed scroll 
11958             calculations; no longer leaves artifacts
11959           - CaretMoved: Adjusted window scrolling to match MS and fixed several
11960             calculation bugs (Still missing right/center align calculations)
11961
11962 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com> 
11963
11964         * XPlatUIWin32.cs: Made ScrollRectEx a bit more flexible, and removed
11965           use of both scroll rect and clip rect, as they do the same.
11966
11967 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
11968
11969         * Control.cs (WM_CHAR WndProc): 2.0 profile allows changing the key 
11970           in the event handler (fixes #78912)
11971
11972 2006-07-31  Chris Toshok  <toshok@ximian.com>
11973
11974         * ThemeWin32Classic.cs: use grid.RowsCount here instead of
11975         grid.ListManager.Count, since grid.ListManager might be null.
11976         This of course begs the question "why are we drawing rows for a
11977         grid with no list manager (and therefor no rows)?"  Fixes the
11978         crash in bug #78929.
11979
11980 2006-07-31  Chris Toshok  <toshok@ximian.com>
11981
11982         * RelatedPropertyManager.cs: Don't always chain up to the parent
11983         ctor.  instead, call SetDataSource if the parent's position is !=
11984         -1.  Fixes the crash in #78822.
11985
11986 2006-07-31  Chris Toshok  <toshok@ximian.com>
11987
11988         * DataGrid.cs (get_ListManager): use field instead of property
11989         accessors for datasource and datamember.
11990         (RowsCount): make internal again.
11991         (OnMouseDown): end edits before resizing columns/rows.
11992         (OnMouseUp): restart edits after resizing columns/rows.
11993
11994 2006-07-30  Peter Dennis Bartok  <pbartok@novell.com>
11995
11996         * XplatUIX11.cs: Default cursor cannot be 0 or it will not get set.
11997           This fixes the situation where the last set cursor is displayed
11998           whenever the mouse is over scrollbars.
11999
12000 2006-07-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12001
12002         * PrintDialog.cs: Fix the behaviour of PrinterSettings and
12003         Document properties, as well as initial values.
12004
12005 2006-07-29  Peter Dennis Bartok  <pbartok@novell.com>
12006
12007         * XplatUIWin32.cs (SetBorderStyle): Setting both border
12008           and ClientEdge results in a 3-pixel border, which is
12009           wrong.
12010
12011 2006-07-28  Jackson Harper  <jackson@ximian.com>
12012
12013         * TreeNodeCollection.cs: Fix the clear method.
12014         - Fix the Shrink also
12015
12016 2006-07-27  Jackson Harper  <jackson@ximian.com>
12017
12018         * TreeView.cs: Make sure the visible order is computed when we
12019         attempt to size the scrollbars (for trees that mess with the
12020         scrolling when they shouldn't.
12021         - Make sure to give the scrollbars valid values.
12022
12023 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
12024
12025         * XplatUIX11.cs: Move motion compression code to where it
12026           has less performance impact
12027
12028 2006-07-26  Jackson Harper  <jackson@ximian.com>
12029
12030         * UpDownBase.cs: When the control is selected make the child
12031         controls non selectable, so that a click on them won't do a
12032         focus/unfocus cycle.
12033         - Don't give focus to the text box when the spinner is selected.
12034         * XEventQueue.cs: Peek on both the x11 queue and the lock queue.
12035
12036 2006-07-26  Chris Toshok  <toshok@ximian.com>
12037
12038         * ThemeWin32Classic.cs: add print preview rendering.  I'm not
12039         satisfied with this solution.  If the bitmaps are small, we should
12040         just cache them in the PrintPreviewDialog and draw them here.
12041         Also, the layout is broken for the 2-up and 3-up cases.
12042
12043         * Theme.cs: add PrintPReviewControlPaint.
12044
12045         * PrintPreviewDialog.cs: first pass implementation.
12046
12047         * PrintPreviewControl.cs: first pass implementation.  No
12048         scrollbars yet.
12049
12050         * PrintDialog.cs: only validate fields if that particular portion
12051         of the UI is enabled.  Also, set the document's controller to a
12052         PrintControllerWithStatusDialog wrapping the document's print
12053         controller.
12054
12055         * PrintControllerWithStatusDialog.cs: if we're printing to a file,
12056         bring up a SaveFileDialog (i hope we don't want to match the
12057         behavior of the crappy windows file entry) and set the
12058         PrinterSettings.PrintFileName accordingly.
12059
12060 2006-07-26  Jackson Harper  <jackson@ximian.com>
12061
12062         * ContainerControl.cs: Add a field that disables auto selecting
12063         the next control in a container when the container is activated.
12064         * UpDownBase.cs: Don't select the text box when the up down is
12065         selected.
12066
12067 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
12068
12069         * XEventQueue.cs: Added methods for peeking (used for compression
12070           of successive events)
12071         * XplatUIX11.cs (GetMessage): We're now compressing consecutive
12072           mouse move events (fixes #78732)
12073
12074 2006-07-25  Jackson Harper  <jackson@ximian.com>
12075
12076         * UpDownBase.cs: Use an internal class for the textbox so that we
12077         can control focus.  the updown control should always have focus,
12078         if either the text area or the buttons are clicked.
12079         - Send the key messages to the textbox, since it never actually
12080         has focus
12081         - Activate and decativate the textbox caret.
12082
12083 2006-07-24  Jackson Harper  <jackson@ximian.com>
12084
12085         * Control.cs: Use the directed select when selecting a control,
12086         this way the container controls override will get called and the
12087         whole ActiveControl chain will get triggered.  TODO: probably need
12088         to make sure this gets done everywhere instead of the old
12089         Select(Control).
12090         * ContainerControl.cs: Implement the directed Select method to
12091         find and activate the correct child control.    
12092         
12093 2006-07-22  Mike Kestner  <mkestner@novell.com>
12094
12095         * Form.cs: use Control.MousePosition for NCLBUTTONDOWN in the menu
12096         menu handling code so that clicks without a grab work too.
12097         [Fixes #78914]
12098
12099 2006-07-22  Alexander Olk  <alex.olk@googlemail.com>
12100
12101         * FileDialog.cs: Enable the BackButton when dirstack has one element.
12102           Added some small optimizations.
12103
12104 2006-07-21  Matt Hargett  <matt@use.net>
12105
12106         * Control.cs: Implemented 2.0 MinimumSize/MaximumSize properties
12107
12108 2006-07-21  Peter Dennis Bartok  <pbartok@novell.com> 
12109
12110         * Control.cs (GetNextControl): Fixes to make all of Jackson's unit 
12111           tests pass and match MS in some strange border cases.
12112
12113 2006-07-21  Chris Toshok  <toshok@ximian.com>
12114
12115         * ThemeWin32Classic.cs: handle drawing of the relation links and
12116         parent row buttons.
12117
12118         * Theme.cs: change args to DataGridPaintParentRow.
12119
12120         * DataGrid.cs: Don't use controls for the relation links and
12121         parent buttons, so we have to handle all their interactions in
12122         MouseMove, MouseDown, MouseUp, etc.  Also, store a lot more stuff
12123         when we're navigating through child tables, so we can reinstate
12124         selection, expanded state, current cell, etc.
12125
12126 2006-07-20  Chris Toshok  <toshok@ximian.com>
12127
12128         * ToolBar.cs: When we redraw a button, for whatever reason,
12129         there's no reason to redraw the entire toolbar.  Also, don't call
12130         Control.Refresh from within Redraw, as it's much heavier than
12131         Invalidate (which is really what we want).
12132
12133 2006-07-20  Chris Toshok  <toshok@ximian.com>
12134
12135         * DataGrid.cs, CurrencyManager.cs, DataGridColumnStyle.cs,
12136         DataGridTextBoxColumn.cs, DataGridTextBox.cs,
12137         ThemeWin32Classic.cs, ListControl.cs: After staring at stack
12138         traces from within a debug IBindingList datasource
12139         (in mono/winforms/datagrid) for *days*, I've finally gotten things
12140         to work in a similar fashion.
12141
12142 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12143
12144         * ListBox.cs: Don't call Sort () when setting 
12145         the Sorted property to false (avoid an unnecessary sort).
12146
12147 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12148
12149         * ListControl.cs: DataSource should throw an ArgumentException
12150         instead of a normal exception when the argument is not of the 
12151         correct type.
12152
12153 2006-07-20  Mike Kestner  <mkestner@novell.com>
12154
12155         * Control.cs: add InternalPreProcessMessage to allow us to steal
12156         key events before MWF gets its paws on them.  Adapted from a
12157         suggestion by eno.
12158         * ToolBar.cs: add GotLostFocus handing for flat toolbars, with 
12159         up/down/left/right navigation. Override the new internal control
12160         method to steal the events since they never make it to WndProc.
12161         * ToolBarButton.cs: don't worry about pushed when setting hilight
12162         since the drawing code prefers pushed to hilight. Invalidate on 
12163         Hilight changes. Fixes #78547 and #78525.
12164
12165 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
12166
12167         * ScrollableControl.cs: Consider AutoScrollMinSize when calculating
12168           the canvas size. Fixes #78868
12169
12170 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com>
12171
12172         * Splitter.cs: Track requested split position until first layout
12173           is performed. Fixes #78871
12174
12175 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
12176
12177         * Application.cs: Removed code that forces 1.x for the version
12178           number if the version started with 0. Not sure why that code was
12179           there and I couldn't find any bugs that indicated we needed it.
12180           Fixes #78869
12181
12182 2006-07-20  Alexander Olk  <alex.olk@googlemail.com>
12183
12184         * ThemeWin32Classic.cs: Don't throw a NotImplementedException in
12185           ResetDefaults(), just write some output to the console until it's
12186           implemented. Fixes bug #78907 for now. Eliminated two warnings.
12187
12188 2006-07-19  Jonathan Chambers  <joncham@gmail.com>
12189
12190         * PropertyGridView.cs: set StartPosition of drop down forms
12191         so they appear in correct initial spot.  Fixes #78190.
12192
12193 2006-07-19  Mike Kestner  <mkestner@novell.com>
12194
12195         * ThemeWin32Classic.cs: use parent background color when drawing
12196         flat toolbars.  Restructure the conditionals to make sure non-flat
12197         non-Divider toolbars are filled too.  Fixes #78837.
12198
12199 2006-07-19  Mike Kestner  <mkestner@novell.com>
12200
12201         * ListBox.cs: Sort on collection changes even if the handle
12202         isn't created yet.  Fixes #78813.
12203
12204 2006-07-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12205
12206         * ListControl.cs: DisplayMember should never be null,
12207         and now we assign String.Empty when null is passed to it (this
12208         is the .Net way).
12209
12210 2006-07-17  Mike Kestner  <mkestner@novell.com>
12211
12212         * ListViewItem.cs: restructure Font and subitem Font handling 
12213         to hold a specific font and refer back to owner on null.
12214         Fixes #78761.
12215
12216 2006-07-17  Mike Kestner  <mkestner@novell.com>
12217
12218         * ToolBar.cs: bandaid for side-effect of previous patch which was
12219         discarding explicit heights for non-AutoSize toolbars.  Need to
12220         extend my format tester to deal with AutoSize=false. Fixes #78864.
12221
12222 2006-07-15  Jackson Harper  <jackson@ximian.com>
12223
12224         * LabelEditTextBox.cs:
12225         * TreeView.cs: Use a new LabelEdit class for node editing, this
12226         class automatically 'closes' itself when it gets the enter key or
12227         loses focus.
12228         - Use the client rectangle when setting the trees scrollbars, so
12229         border style is taken into account.
12230         
12231 2006-07-14  Jackson Harper  <jackson@ximian.com>
12232
12233         * TreeNode.cs:
12234         * TreeView.cs: Make the editing work similar to MSs, firing the
12235         events correctly and ending edits correctly.
12236
12237 2006-07-14  Mike Kestner  <mkestner@novell.com>
12238
12239         * ToolBarButton.cs:
12240         * ToolBar.cs: layout restructuring and redraw enhancements to support
12241         formatting changes gracefully, like setting TextAlign, ImageList, 
12242         ButtonSize, and Appearance.  Handles explicit button sizing quirks
12243         of the MS controls.  Things like flat toolbars ignoring button size
12244         but becoming constant sized at the largest button's size.  Normal
12245         toolbars with an image set cannot be shrunk smaller than the image,
12246         but text can be clipped/ignored.
12247         * ThemeWin32Classic.cs: don't draw text if text_rect height or width
12248         is zero.  Seems like DrawString should be smart enough to not put
12249         anything on screen though. Also trim labels and ellipsize at the char
12250         boundary, not word.
12251         Fixes #78711 and #78483.
12252
12253 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
12254
12255         * FolderBrowserDialog.cs: Disable "New Folder" button and
12256           "New Folder" contextmenu menuitem if a folder like "My Computer"
12257           is selected.
12258
12259 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
12260
12261         * FileDialog.cs: Don't create a new folder in "MyComputer" folder.
12262         * FolderBrowserDialog.cs:
12263           - Use MWFConfig to store and read size and position settings
12264           - Added code to create a new folder (button or context menu).
12265             Use TreeView labeledit to change the name of the new folder.
12266
12267 2006-07-14  Jackson Harper  <jackson@ximian.com>
12268
12269         * TreeView.cs: Raise the OnAfterLabelEdit event correctly.  Also,
12270         when the tree is scrolled we end editing.
12271
12272 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
12273
12274         * ThemeWin32Classic.cs: Fixed position of CPDrawScrollButton Up and
12275           Down arrows
12276
12277 2006-07-14  Jonathan Pobst  <monkey@ipobst.com> 
12278
12279         WebBrowserProgressChangedEventHandler.cs, BindingCompleteEventArgs.cs,
12280         BindingCompleteEventHandler.cs, BindingManagerDataErrorEventArgs.cs,
12281         BindingManagerDataErrorEventHandler.cs, CacheVirtualItemsEventArgs.cs,
12282         CacheVirtualItemsEventHandler.cs, ColumnReorderedEventArgs.cs,
12283         ColumnReorderedEventHandler.cs, ColumnWidthChangedEventArgs.cs,
12284         ColumnWidthChangedEventHandler.cs, ColumnWidthChangingEventArgs.cs,
12285         ColumnWidthChangingEventHandler.cs, FormClosedEventArgs.cs,
12286         FormClosedEventHandler.cs, FormClosingEventArgs.cs,
12287         FormClosingEventHandler.cs, ItemCheckedEventArgs.cs,
12288         ItemCheckedEventHandler.cs, ListControlConvertEventArgs.cs,
12289         ListControlConvertEventHandler.cs, ListViewItemMouseHoverEventArgs.cs,
12290         ListViewItemMouseHoverEventHandler.cs, ListViewItemSelectionChangedEventArgs.cs,
12291         ListViewItemSelectionChangedEventHandler.cs,
12292         ListViewVirtualItemsSelectionRangeChangedEventArgs.cs,
12293         ListViewVirtualItemsSelectionRangeChangedEventHandler.cs,
12294         MaskInputRejectedEventArgs.cs, MaskInputRejectedEventHandler.cs,
12295         PopupEventArgs.cs, PopupEventHandler.cs, PreviewKeyDownEventArgs.cs,
12296         PreviewKeyDownEventHandler.cs, RetrieveVirtualItemEventArgs.cs,
12297         RetrieveVirtualItemEventHandler.cs, SearchForVirtualItemEventArgs.cs,
12298         SearchForVirtualItemEventHandler.cs, SplitterCancelEventArgs.cs,
12299         SplitterCancelEventHandler.cs, TabControlCancelEventArgs.cs, 
12300         TabControlCancelEventHandler.cs, TabControlEventArgs.cs, 
12301         TabControlEventHandler.cs, TableLayoutCellPaintEventArgs.cs,
12302         TableLayoutCellPaintEventHandler.cs, ToolStripDropDownClosedEventArgs.cs,
12303         ToolStripDropDownClosedEventHandler.cs, ToolStripDropDownClosingEventArgs.cs,
12304         ToolStripDropDownClosingEventHandler.cs, TreeNodeMouseClickEventArgs.cs,
12305         TreeNodeMouseClickEventHandler.cs, TreeNodeMouseHoverEventArgs.cs,
12306         TreeNodeMouseHoverEventHandler.cs, TypeValidationEventArgs.cs,
12307         TypeValidationEventHandler.cs, WebBrowserDocumentCompletedEventArgs.cs,
12308         WebBrowserDocumentCompletedEventHandler.cs, WebBrowserNavigatedEventArgs.cs,
12309         WebBrowserNavigatedEventHandler.cs, WebBrowserNavigatingEventArgs.cs,
12310         WebBrowserNavigatingEventHandler.cs, 
12311         WebBrowserProgressChangedEventArgs.cs: New 2.0 Event Handlers
12312
12313 2006-07-14  Jonathan Pobst  <monkey@ipobst.com>
12314
12315         MergeAction.cs, PowerLineStatus.cs, PowerState.cs, PreProcessControlState.cs,
12316         RichTextBoxLanguageOptions.cs, ScreenOrientation.cs, ScrollOrientation.cs,
12317         SearchDirectionHint.cs, SystemParameter.cs, TabControlAction.cs,
12318         TableLayoutPanelCellBorderStyle.cs, TextDataFormat.cs, TextImageRelation.cs,
12319         ToolStripDropDownCloseReason.cs, ToolStripDropDownDirection.cs,
12320         ToolStripGripDisplayStyle.cs, ToolStripGripStyle.cs,
12321         ToolStripItemAlignment.cs, ToolStripItemDisplayStyle.cs,
12322         ToolStripItemImageScaling.cs, ToolStripItemOverflow.cs,
12323         ToolStripItemPlacement.cs, ToolStripLayoutStyle.cs,
12324         ToolStripManagerRenderMode.cs, ToolStripRenderMode.cs,
12325         ToolStripStatusLabelBorderSides.cs, ToolStripTextDirection.cs,
12326         ToolTipIcon.cs, TreeNodeStates.cs, TreeViewDrawMode.cs,
12327         TreeViewHitTestLocations.cs, UnhandledExceptionMode.cs, ValidationConstraints.cs,
12328         WebBrowserEncryptionLevel.cs, WebBrowserReadyState.cs, WebBrowserRefreshOption.cs,
12329         ArrowDirection.cs, AutoCompleteMode.cs, AutoCompleteSource.cs, AutoSizeMode.cs,
12330         AutoValidate.cs, BatteryChargeStatus.cs, BindingCompleteContext.cs,
12331         BindingCompleteState.cs, CloseReason.cs, ColumnHeaderAutoResizeStyle.cs,
12332         ControlUpdateMode.cs, DataSourceUpdateMode.cs, DockingBehavior.cs,
12333         FixedPanel.cs, FlowDirection.cs, GetChildAtPointSkip.cs,
12334         HtmlElementInsertionOrientation.cs, InsertKeyMode.cs, ListViewHitTestLocations.cs,
12335         ListViewItemStates.cs, MaskFormat.cs: Added
12336
12337 2006-07-13  Jonathan Chambers  <joncham@gmail.com>
12338
12339         * PropertyGridView.cs: Fix keyboard navigation of drop down.
12340         Patch from eno for bug 78558.
12341         
12342 2006-07-13  Jackson Harper  <jackson@ximian.com>
12343
12344         * TreeView.cs: When an edit is finished make sure that the
12345         selected node is visible.
12346         - When setting the top/bottom use the scrollbars is_visible, so
12347         everything will be set correctly even if the tree isn't visible
12348         yet.
12349
12350 2006-07-13  Jackson Harper  <jackson@ximian.com>
12351
12352         * ComboBox.cs: Revert the item->index part of my previous patch.
12353         * TreeView.cs: Use LostFocus instead of Leave for detecting when
12354         the edit box has lost focus (duh).
12355         - Just make the edit box not visible when we get return, that will
12356         take the focus, which will call EndEdit
12357         * TreeNode.cs When we start editing, notify the treeview.
12358
12359 2006-07-12  Jackson Harper  <jackson@ximian.com>
12360
12361         * ComboBox.cs: Clear out old items before setting the item list.
12362         This prevents databound controls from having their items added
12363         twice.
12364         - Switch the combobox to use indices whereever possible instead of
12365         using Item's.  This allows usto navigate through lists that have
12366         more then one item with the same string value (ie a, b, b, a).
12367         - Scroll the listboxes scrollbar when a non visible item is
12368         highlighted
12369         - Allow keypress to cycle through all the possible values. For
12370         example if you have b1, b2, b3 and hold down the B key all the
12371         values will be cycled through.
12372         
12373 2006-07-12  Jackson Harper  <jackson@ximian.com>
12374
12375         * TextBoxBase.cs:
12376         * ListView.cs: Don't need to override SETFOCUS anymore, we can do
12377         this using the internal methods.
12378         * Control.cs: Add OnGotFocusInternal.  A new method that allows
12379         controls to "override" OnGotFocus and change focus behavior if
12380         needed.
12381         - Same thing for LostFocus
12382         * ComboBox.cs: Pass off focus to the text control properly.
12383
12384 2006-07-12  Alexander Olk  <alex.olk@googlemail.com>
12385
12386         * FileDialog.cs: Added GetFoldersOnly to MWFVFS
12387         * FolderBrowserDialog.cs: Almost a complete rewrite.
12388           - Better support for Environment.Specialfolders
12389           - Added support for MWFVFS
12390           - Made setting SelectedPath work
12391
12392 2006-07-12  Jackson Harper  <jackson@ximian.com>
12393
12394         * Control.cs: Optimze getting all the controls.
12395
12396 2006-07-11  Jackson Harper  <jackson@ximian.com>
12397
12398         * ContainerControl.cs: Override SETFOCUS in the container control,
12399         so that it is not selected on mouse click.
12400
12401 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com> 
12402
12403         * LinkLabel.cs: Hack to handle Shift-Tabbing to the linklabel. 
12404           Hopefully we will have a better way once all of focus is complete.
12405
12406 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com>
12407
12408         * ThemeWin32Classic.cs: Commented out some debug code and fixed
12409           a compile error with csc.
12410
12411 2006-07-11  Jackson Harper  <jackson@ximian.com>
12412
12413         * Control.cs: When hiding a control only select the next control
12414         if the current control was focused.
12415         - Don't handle enter/leave when setting/killing focus, this is
12416         done by the container control.
12417         - Remove is_selected, it's not needed anymore.
12418         - Add utility methods for selecting a child control, and for
12419         firing the Enter/Leave events.
12420         * ContainerControl.cs: When a control is activated fire the
12421         enter/leave events.
12422         - Don't wrap when processing the tab key, so that focus can be
12423         moved outside of the container.
12424         - Use the correct active control
12425
12426 2006-07-11  Jackson Harper  <jackson@ximian.com>
12427
12428         * ComboBox.cs: Remove some debug code that was blinding me.
12429         * UpDownBase.cs: These controls actually aren't implicit, they are
12430         visible to the user.
12431
12432 2006-07-10  Chris Toshok  <toshok@ximian.com>
12433
12434         * DataGrid.cs: move back to the is_adding boolean field.  god i
12435         hate this is_editing/is_adding/is_changing stuff.
12436
12437 2006-07-10  Chris Toshok  <toshok@ximian.com>
12438
12439         * DataGridTableStyle.cs: just check if the property type is bool.
12440         if it is, use DataGridBoolColumn, otherwise DataGridTextBoxColumn.
12441         Don't use CanRenderType.
12442
12443         * DataGridTextBoxColumn.cs: set the value to DBNull.Value, not "",
12444         if our text == NullText.  Remove CanRenderType.
12445
12446         * DataGridBoolColumn.cs: nuke CanRenderType.
12447
12448         * DataGrid.cs: reenable some code to end the current edit inside
12449         of set_CurrentCell.  This fixes the other 1.1.16 regression.
12450         Also, remove rowhdrs_maxheight and just use rowhdrs_area.Height.
12451         Also, remove the visible_row_count arg from CalcRowHeaders, since
12452         we don't need to worry about the actual height of the area.
12453
12454 2006-07-10  Chris Toshok  <toshok@ximian.com>
12455
12456         * DataGridTextBoxColumn.cs: if when we Commit we're in navigate
12457         mode, just return.
12458
12459         * DataGridTextBox.cs: change "isedit" to "isnavigating" to reflect
12460         the real sense of the IsInEditOrNavigateMode property (true =
12461         navigate, false = edit).  Also, update OnKeyPress to reflect this.
12462
12463         * DataGridTableStyle.cs (CreateColumnsForTable): even if the
12464         column style exists, we still need to set its property descriptor
12465         to match up with our list manager.
12466
12467 2006-07-10  Chris Toshok  <toshok@ximian.com>
12468
12469         * ThemeWin32Classic.cs: implement the new row/header painting
12470         approach.  The parent row painting will likely go away and
12471         replaced with label controls, but the rest seems to work ok (and
12472         efficiently).
12473
12474         * Theme.cs: change the way we draw datagrid rows.  we don't draw
12475         the row headers as a block now.  Instead we draw them in the
12476         normal draw-row loop.  Add some calls for drawing parent rows and
12477         relation rows.
12478
12479         * DataGridTableStyle.cs: add tons of ArgumentExceptions if this is
12480         a default table style.  Set the defaults from ThemeEngine.Current,
12481         not SystemColors.  Fix lots of misc issues with property setters.
12482
12483         * DataGrid.cs: move loads of style information out of this class
12484         as it's being duplicated with DataGridTableStyle.  keep track of a
12485         special DataGridTableStyle for the properties we used to mirror
12486         here.  Switch all the style properties to access this table style
12487         instead of instance fields of this class.  Also add a internal
12488         class to represent parent rows (more needs to be stored here, like
12489         the selection state from the parent table, as well as the
12490         expansion state.)  Also, for datasources with relations, do the
12491         right thing for collapse/expand, and add support for the
12492         navigation/parent row buttons.
12493
12494         Lastly, fix the crash in the 1.1.16 build.
12495
12496         * GridTableStylesCollection.cs: make the explicit interface
12497         implementations call the class's methods as opposed to duplicating
12498         them.
12499
12500         * DataGridTextBoxColumn.cs: set the x/y offset of the textfield to
12501         0 so the text doesn't jump around when we move the cursor.
12502
12503 2006-07-10  Jackson Harper  <jackson@ximian.com>
12504
12505         * TextBoxBase.cs:
12506         * ListBox.cs: Match MS's ToString (this makes debugging focus
12507         stuff infinitely easier).
12508
12509 2006-07-10  Jackson Harper  <jackson@ximian.com>
12510
12511         * Control.cs (SelectNextControl): When checking the control's
12512         parent use this instead of ctrl.parent so that null can be passed
12513         to SelectNextControl. (I have unit tests for this).
12514         - Remove unused var.
12515
12516 2006-07-10  Chris Toshok  <toshok@ximian.com>
12517
12518         * CurrencyManager.cs: correct one regression, the removal of the
12519         finalType field.  Also, add a MonoTODO on CanAddRows, implement
12520         Refresh() correctly, and fix some event emission in
12521         ListChangedHandler.
12522
12523 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
12524
12525         * FileDialog.cs: Don't use brackets for new folders if they exist
12526           under *nix. Instead use -(number of existing folders +1).
12527
12528 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
12529
12530         * FileDialog.cs:
12531           - Fixed really nasty bug #78771
12532           - Don't block the whole GUI when reading directories with a lot of
12533             entries. Use an other thread instead and call BeginInvoke to
12534             update the ListView in MWFFileView
12535
12536 2006-07-07  Chris Toshok  <toshok@ximian.com>
12537
12538         * Control.cs (Dispose): release any Capture when disposing.
12539
12540 2006-07-07  Chris Toshok  <toshok@ximian.com>
12541
12542         * LinkLabel.cs (Select): if we chain up to the parent, set
12543         focused_index to -1 so we'll search for the first available link
12544         the next time the user tabs into us.  Also, if the direction is
12545         backward and focused_index == -1, start the search from the last
12546         element.
12547
12548 2006-07-07  Chris Toshok  <toshok@ximian.com>
12549
12550         * LinkLabel.cs (CreatePiecesFromText): if the link's range piece
12551         is beyond the end of the text, don't do anything.
12552         (CreateLinkPieces): set our ControlStyles.Selectable based on
12553         whether or not we have any links.
12554         (Link.Invalidate): use a loop instead of foreach.
12555         (Link.set_Start): null out owner.sorted_links so it'll be
12556         recreated by CreateLinkPieces.
12557
12558 2006-07-06  Chris Toshok  <toshok@ximian.com>
12559
12560         * LinkLabel.cs: revert the SetStyle change.
12561
12562 2006-07-06  Chris Toshok  <toshok@ximian.com>
12563
12564         * LinkLabel.cs (.ctor): SetStyle Selectable to true.
12565         (OnEnableChanged): s/Refresh/Invalidate
12566         (OnGotFocus): if we have a focused index already, refocus it (so
12567         if we mouse out/in to the window it'll focus the right link).
12568         (OnKeyDown): move the tab handling out of here.
12569         (OnLostFocus): don't set focused_index to -1, so we can refocus it
12570         when we lose focus.
12571         (OnMouseDown): don't Capture here - Control handles it.  Also,
12572         focus the active link.
12573         (OnMouseUp): don't deal with Capture.
12574         (OnPaintBackgroundInternal): remove.
12575         (OnTextAlignChanged): CreateLinkPieces before calling the
12576         superclass's method.
12577         (OnTextChanged): call CreateLinkPieces before calling superclass's
12578         method.
12579         (ProcessDialogKey): handle Tab here, and call Select(bool,bool) to
12580         move around.
12581         (Select): implement this, moving the selection between different
12582         links, and call parent.SelectNextControl if we don't have another
12583         link to focus in the given direction.
12584         (CreateLinkPieces): call Invalidate instead of Refresh.
12585         
12586 2006-07-06  Chris Toshok  <toshok@ximian.com>
12587
12588         * ThemeWin32Classic.cs: DrawLinkLabel changes to accomodate the
12589         new LinkLabel internals.
12590
12591         * LinkLabel.cs: fairly major rewrite.  get rid of all the loops
12592         over pieces looking for active/focused/etc links.  also, deal with
12593         runs of text (and links) with embedded \n's in them, and use
12594         MeasureCharacterRanges instead of MeasureString to figure out the
12595         regions text occupies.  Lastly, do the usual s/Refresh/Invalidate
12596         two-step.
12597
12598 2006-07-04  Jackson Harper  <jackson@ximian.com>
12599
12600         * XplatUIX11.cs: Enable key auto repeat. If the user doesn't have
12601         XKB or key auto repeat, do it manually.  Without key auto repeat,
12602         when a key is held down we get key press, key release, key press,
12603         key release, ... with auto repeat we get key press, key press, key
12604         press ..., and then a release when the key is actually released.
12605
12606 2006-07-03  Jackson Harper  <jackson@ximian.com>
12607
12608         * TabControl.cs:
12609         * ThemeWin32Classic.cs: Tabs do not obey normal background color
12610         rules, they are always control color regardless of the background
12611         color.
12612
12613 2006-07-02  Alexander Olk  <alex.olk@googlemail.com>
12614
12615         * FileDialog.cs: Added internal class MWFConfig.
12616           Removed Registry support and replaced it with support for the new
12617           MWFConfig class. See MWFConfig comments for more information.
12618
12619 2006-06-30  Alexander Olk  <alex.olk@googlemail.com>
12620
12621         * ThemeWin32Classic.cs: Added RadioButton and CheckBox focus
12622           rectangle. Added some patches from eno from bug #78490 and fixed
12623           the arrow position for small up and down CPDrawScrollButtons.
12624
12625 2006-06-30  Jackson Harper  <jackson@ximian.com>
12626
12627         * InternalWindowManager.cs: Remove some debug code.
12628         * Form.cs: When an MdiParent is set to null, the window is
12629         "detatched" and becomes a normal window.
12630         * MdiClient.cs: Don't bring the new child form to the front until
12631         it is activated (setting it as active does this), this makes the
12632         previously active forms titlebar get redrawn as inactive.
12633
12634 2006-06-29  Peter Dennis Bartok  <pbartok@novell.com>
12635
12636         * PrintDialog.cs: Labels need a tab index too, otherwise they overlap
12637           with later controls
12638
12639 2006-06-29  Mike Kestner  <mkestner@novell.com>
12640
12641         * MenuAPI.cs: handle arrow keys in keynav state. Go active on down
12642         arrow in keynav state.  Fixes #78682.
12643
12644 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
12645
12646         * PrintDialog.cs: Reorder, relayout, remove extra code, set tab 
12647           order (fixes #78393)
12648
12649 2006-06-28  Jonathan Pobst  <monkey@ipobst.com>
12650
12651         * AccessibleRole.cs, AccessibleStates.cs, AnchorStyles.cs, 
12652           ArrangeDirection.cs, ArrangeStartingPosition.cs, ColorDepth.cs,
12653           ControlStyles.cs, DataGridViewImageCellLayout.cs, DrawMode.cs,
12654           FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs,
12655           GridItemType.cs, HelpNavigator.cs, ImeMode.cs, ItemActivation.cs,
12656           ItemBoundsPortion.cs, Keys.cs, ListViewAlignment.cs, 
12657           PictureBoxSizeMode.cs, PropertySort.cs, SelectionMode.cs,
12658           Shortcut.cs, SizeGripStyle.cs, SortOrder.cs, StructFormat.cs,
12659           TextFormatFlags.cs, ToolBarAppearance.cs, ToolBarButtonStyle.cs,
12660           ToolBarTextAlign.cs, View.cs: 2.0 Changes to existing 1.x
12661           enumerations (FlagsAttribute, SerializableAttribute, added/removed
12662           values)
12663
12664 2006-06-28  Mike Kestner  <mkestner@novell.com>
12665
12666         * ComboBox.cs: implement scroll wheel support. Fixes #78360.
12667
12668 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
12669
12670         * PropertyGrid.cs,
12671           PropertyGridTextBox.cs : explicitly set BackColor to differentiate
12672           item lines from other area (It also makes BackColor consistent and
12673           compatible with .NET). Fixed bug #78564.
12674
12675 2006-06-28  Jonathan Chambers  <jonathan.chambers@ansys.com>
12676
12677         * PropertyGrid.cs: refresh toolbar when PropertySort is set.
12678         Patch from Eno for #78555.
12679
12680 2006-06-27  Chris Toshok  <toshok@ximian.com>
12681
12682         * ThemeWin32Classic.cs: s/grid.grid_drawing/grid
12683
12684         * DataGridColumnStyle.cs: same.
12685
12686         * DataGrid.cs: Roll DataGridDrawingLogic.cs into this file.
12687         
12688         * DataGridDrawingLogic.cs: nuke.
12689
12690 2006-06-27  Chris Toshok  <toshok@ximian.com>
12691
12692         * DataGridTableStyle.cs: clean up the constructors, and build the
12693         list of child relations for this table.  I have no idea if this is
12694         where we should be doing it (it probably isn't), but since we're
12695         already iterating over the properties..
12696
12697         * DataGrid.cs: add row resizing.  for now we add a DataGridRow
12698         struct and array for keeping track of row information, similar to
12699         what's shown in a hack on
12700         http://www.syncfusion.com/FAQ/WindowsForms/FAQ_c44c.aspx.
12701
12702         * Theme.cs: be consistent about the naming of DataGrid methods,
12703         prefering ColumnWidths and RowHeights over columnsWidths and
12704         RowsHeights.
12705
12706         * ThemeWin32Classic.cs: same, and also add support for variable
12707         sized rows (and the +/- expansion icons for related rows).
12708
12709 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
12710
12711         * TextBoxBase.cs: Applied Eno's patch from #78660
12712
12713 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
12714
12715         * Form.cs (ScaleCore): We don't want to scale our form if it's
12716           state is minimized or maximized, but we still need to scale our
12717           child windows. Also, added try/finally block to ensure layout
12718           gets reset (Fixes #78697)
12719
12720 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
12721
12722         * Control.cs: Added 2.0 Scale(SizeF) method (Fixes 78700)
12723
12724 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
12725
12726         * Form.cs: Fixed c+p error and added check to resize form if minimum
12727           size is bigger than current size (Fixes #78709)
12728
12729 2006-06-26  Peter Dennis Bartok  <pbartok@novell.com> 
12730
12731         * ThemeEngine.cs (..ctor): Properly use ToLower() (Fixes #78704)
12732
12733 2006-06-26  Mike Kestner  <mkestner@novell.com>
12734
12735         * ComboBox.cs: only do Keypress handling in the combo when there  
12736         are items in the collection. Fixes #78710.
12737
12738 2006-06-26  Chris Toshok  <toshok@ximian.com>
12739
12740         * Binding.cs: make this work bi-directionally.  also, clear up
12741         other mixups between Push/Pull Data (e.g. we're supposed to pull
12742         data when validating).
12743
12744         * BindingManagerBase.cs: trim some fully qualified collection
12745         types.
12746
12747         * PropertyManager.cs (get_IsSuspended): oops, fix this check.
12748
12749 2006-06-23  Chris Toshok  <toshok@ximian.com>
12750
12751         * PropertyManager.cs: It appears (according to the unit tests)
12752         that PropertyManager doesn't use
12753         PropertyDescriptor.AddValueChanged to track propery value changes
12754         in its datasource, but uses the same scheme as Binding, where it
12755         looks for a <Property>Changed event and binds to it.
12756
12757         Also, according to the docs, IsSuspended always returns false for
12758         a property manager with a non-null datasource.
12759
12760 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com> 
12761
12762         * Form.cs: (ShowDialog): If we're returning a forced cancel we still
12763           need to update the actual DialogResult. (Fixes #78613)
12764
12765 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com>
12766
12767         * Form.cs (ShowDialog): Release any captures before running the
12768           new message pump (fixes #78680)
12769
12770 2006-06-22  Mike Kestner  <mkestner@novell.com>
12771
12772         * ListView.cs: Layout column widths properly in details mode even 
12773         if HeaderStyle.None is set.  Fixes #78691.
12774
12775 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com>
12776
12777         * FileDialog.cs: Fixed taborder to match MS. Fixes #77873 partially.
12778
12779 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com> 
12780
12781         * Control.cs (ContainsFocus): Using new driver method to get focused
12782           window, instead of trying to use internal tracking var, which can
12783           recursion issues (Fixes #78685)
12784         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
12785           XplatUIWin32.cs: Added GetFocus method to return focused window
12786
12787 2006-06-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12788
12789         * ColorDialog.cs: when the mouse button is pressed inside the color
12790         matrix, don't let the cursor move out of it until the button is
12791         released, which is the behavior on windows. Changed 'colours' by
12792         'colors' to use the same word consistently.
12793
12794 2006-06-21  Chris Toshok  <toshok@ximian.com>
12795
12796         * DataGrid.cs: add in some basic navigation stuff (navigating to a
12797         child relation and back, using a stack).  Also, remove
12798         GetDataSource and the code that calls it - it's not needed.  Also,
12799         track CurrencyManager.ListName's removal.
12800
12801 2006-06-21  Chris Toshok  <toshok@ximian.com>
12802
12803         * CurrencyManager.cs: push some of the original type checking from
12804         BindingContext.CreateBindingManager to here, and remove some of
12805         the finalType stuff.  Need more tests to make sure I've got the
12806         ListName part right, and we might need more in SetDataSource.
12807
12808         * PropertyManager.cs: add a ctor that takes just the datasource,
12809         and no property name.  Make SetDataSource work with a null
12810         property_name, and make Current return the data_source if the
12811         property descriptor is null.  this makes 'string foo = "hi";
12812         BindingContext[foo].Current' return "hi" as it should.
12813
12814         * RelatedCurrencyManager.cs: make this code more generic - there's
12815         no reason the parent manager has to be CurrencyManager, and
12816         there's no reason to pass the DataRelation.  It suffices to use a
12817         BindingManagerBase and PropetyDescriptor.
12818
12819         * RelatedPropertyManager.cs: make a similar change here.
12820         
12821         * BindingContext.cs: make CreateBindingManager the beautiful, tiny
12822         flower I knew it could be.
12823
12824 2006-06-20  Chris Toshok  <toshok@ximian.com>
12825
12826         * PropertyManager.cs: the PropertyChangedHandler is invoked when
12827         data in the source has changed and we need to update the control,
12828         so s/PullData/PushData.
12829
12830         * CurrencyManager.cs: Refresh is meant to update the control from
12831         data in the datasource.  So, s/PullData/PushData.
12832
12833         * BindingContext.cs: add more ugliness (we weren't handling the
12834         case where data_source = DataTable and data_member = column_name).
12835
12836         * Binding.cs: fix PushData/PullData mixup.  Both are interpreted
12837         from the perspective of the datasource.  PullData pulls from the
12838         control, PushData pushes to the control.
12839
12840 2006-06-20  Chris Toshok  <toshok@ximian.com>
12841
12842         * BindingContext.cs: rewrite the CreateBindingManager code to
12843         handle navigation paths more or less properly.  This could
12844         definitely stand some more work, in particular to push the
12845         recursion up to the toplevel.  But that relies on fixes in other
12846         places (System.Data comes to mind).
12847
12848         Also, move to a flat hashtable (and encode the twolevel nature of
12849         the dictionary into the hash key).  This lets us implement the
12850         IEnumerable.GetEnumerator method.
12851
12852         * RelatedCurrencyManager.cs: new class.  Update our view based on
12853         our relation and our parent CurrencyManager's position.
12854
12855         * CurrencyManager.cs: split out some logic from the ctor into
12856         SetView, so it can be called from the new RelatedCurrencyManager
12857         subclass.
12858
12859         * RelatedPropertyManager.cs: new class.  Update our datasource
12860         based on the position of our parent CurrencyManager.
12861
12862         * PropertyManager.cs: split out some logic from the ctor into
12863         SetDataSource, so it can be called from the new RelatedDataSource
12864         subclass.  Also, make the Current getter return the value
12865         of the PropertyDescriptor, not the data_source.
12866
12867         * Binding.cs: no need to duplicate the string splitting code here.
12868
12869 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
12870
12871         * Control.cs:
12872           - set_Enabled: OnEnabledChanged is not called if the inherited state 
12873             of the control is not altered, even though  we might be changing the
12874             internal state of the control (#78458)
12875           - set_Enabled: (Re)Moved the enabling/disabling of the window to 
12876             OnEnabledChanged, to allow easy altering of any child window state
12877           - OnEnabledChanged: Added code to enable/disable driver window state
12878           - OnParentEnabledChanged: Instead of firing the event, call 
12879             OnEnabledChanged, which will fire the event and also a) set driver
12880             window state and pass the enabled state to any grandchildren (#78458)
12881
12882 2006-06-19  Jackson Harper  <jackson@ximian.com>
12883
12884         * InternalWindowManager.cs: We don't set the cursor explicitly
12885         thats done via the response to NCHITTESTs.
12886         - Don't need to adjust for titlebar heights anymore, the
12887         coordinates are coming in the correct coordinates now (see peters
12888         last patch).
12889
12890
12891 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
12892
12893         * XplatUIX11.cs (GetMessage): WM_NCxBUTTONx messages were wrongly
12894           being translated relative to whole window, instead of client window.
12895           That caused broken offsets on mouseclick (and caused gas for our
12896           InternalWindowManager)
12897
12898 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
12899
12900         * TextControl.cs:
12901           - MoveCaret: Implemented PgUp, PgDown, CtrlPgUp and CtrlPgDown
12902           - Undo(): Added replay of cursor move on DeleteChars action; added
12903             calling Undo() again if a recorded cursor move is invalid (to
12904             ensure that some action is performed on Undo)
12905         * TextBoxBase.cs (ProcessKey): Added handling of PgUp and PgDown (#78482)
12906
12907 2006-06-16  Jackson Harper  <jackson@ximian.com>
12908
12909         * MdiClient.cs: Instead of just sizing maximized windows when
12910         there is a resize we also have to adjust the Y of minimized
12911         windows, so they stay pinned to the bottom of the mdi container.
12912         - Eliminate separate tracking of the active control, we can just
12913         get this from the controls collection.
12914         - Paint the decorations for the newly activated titlebar so we get
12915         a pretty blue bar.
12916         * InternalWindowManager.cs:
12917         * ThemeWin32Classic.cs: Minimized windows get all three buttons
12918         even if they are a tool window.
12919         
12920 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
12921
12922         * TextControl.cs (Undo): Handle non-existent cursor locations in the
12923           undo buffer, these can happen when text was deleted and the cursor
12924           was recorded first. Since we will also have a recorded cursor
12925           after the delete this is not an issue. (Fixes #78651)
12926
12927 2006-06-14  Peter Dennis Bartok  <pbartok@novell.com> 
12928
12929         * AccessibleObject.cs: Remove dependence on Control.is_selected;
12930           instead properly track control states internally (allows us to
12931           remove is_selected from Control)
12932
12933 2006-06-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12934
12935         * ImageListStreamer.cs: correctly generate the 1bpp mask for images
12936         whose width is not a multiple of 8.
12937
12938 2006-06-13  Jackson Harper  <jackson@ximian.com>
12939
12940         * MdiClient.cs:  Only maximize the next child if the current one
12941         is maximized.
12942
12943 2006-06-13  Chris Toshok  <toshok@ximian.com>
12944
12945         * DataGridColumnStyle.cs: Invalidate the column when HeaderText is
12946         modified.  Also, guard against grid or grid_drawing being null in
12947         Invalidate.
12948
12949         * DataGrid.cs: Reformat tons of getters/setters.  In the
12950         DataMember setter, just call SetNewDataSource instead of
12951         duplicating some of its functionality.  In SetNewDataSource, don't
12952         check ListManager for null, since the property getter creates the
12953         object if needed.
12954
12955         * DataGridTableStyle.cs: don't set TableStyle or call
12956         SetDataGridInternal on the column here, it's done in
12957         GridColumnStylesCollection.Add.
12958
12959         * GridColumnStylesCollection.cs: fix all the explicit interface
12960         implementations to just call our methods.  Nuke AddInternal() and
12961         move the body of it to Add().  Also, add a call to
12962         column.SetDataGridInternal to Add().
12963
12964         * DataGridTextBoxColumn.cs (.ctors): call this() instead of
12965         base()+duplicate code.  Also, use the Format property instead of
12966         format to generate an Invalidate ala MS.  Lastly, create the
12967         textbox here, unconditionally.
12968         (set_Format): call Invalidate.
12969         (get_TextBox): no need to call EnsureTextBox.
12970         (Commit): remove the message box.
12971         (Edit) remove the call to EnsureTextBox.
12972         (EndEdit): call HideEditBox instead of ReleaseHostedControl.
12973         (EnterNullValue): no need to check textbox for null.
12974         (HideEditBox): no need to check textbox for null.
12975         (SetDataGridInColumn): add the textbox to the grid's controls.
12976         (EnsureTextBox): nuke.
12977         
12978 2006-06-13  Jackson Harper  <jackson@ximian.com>
12979
12980         * MdiWindowManager.cs: Hook up to the maximized menus paint event
12981         and redraw the buttons when needed. Unhook when the window is
12982         unmaximized.
12983         * MainMenu.cs: Add an internal Paint event, the mdi window manager
12984         needs this so that it can redraw its buttons when the menu is
12985         repainted.
12986         * InternalWindowManager.cs:
12987         * Form.cs: The method order has changed for DrawMaximizedButtons,
12988         so that it can be a PaintEventHandler.
12989         
12990 2006-06-13  Jackson Harper  <jackson@ximian.com>
12991
12992         * MdiClient.cs: When we close a maximized mdi window, the next mdi
12993         window is activated and maximized, even if it wasn't before.
12994         - When  a new window is activated repaint the decorations of the
12995         old one, so that it no longer has the Active "look" (the blue
12996         titlebar).
12997         * InternalWindowManager.cs: Open up CreateButtons to base classes
12998         so they can recreate the buttons on state changes.
12999         - If a window is maximized give it all three buttons
13000         * MdiWindowManager.cs: Create the titlebar buttons when the state
13001         is changed, this is needed because a toolwindow will not have all
13002         three buttons until it is maximized.
13003
13004 2006-06-13  Atsushi Enomoto  <atsushi@ximian.com>
13005
13006         * ProgressBar.cs : PerformStep() shouldn't exceed Maximum.
13007           Fixed bug #78609.
13008
13009 2006-06-12  Jackson Harper  <jackson@ximian.com>
13010
13011         * KeysConverter.cs: Make sure we handle the Ctrl special case
13012         if its the only key.
13013         
13014 2006-06-12  Jackson Harper  <jackson@ximian.com>
13015
13016         * Theme.cs: Add a method to get the size of a managed window
13017         toolbar button.
13018         * InternalWindowManager.cs: Remove the ButtonSize property, this
13019         should be retrieved from the theme.
13020         * MdiWindowManager.cs: Get the button size from the theme
13021         * ThemeWin32Classic.cs: Make the method to get the managed window
13022         titlebar button size public.
13023         - Handle the different button sizes of maximized toolwindows
13024         (should match any maximized window).
13025         - Get the titlebar height from the theme, not the WM (which gets
13026         it from the theme).
13027
13028 2006-06-12  Jackson Harper  <jackson@ximian.com>
13029
13030         * InternalWindowManager.cs: Handle NC Double Clicks, passing the
13031         event down to the mdi window manager.
13032         - Expose some extra stuff to base classes
13033         - Make sure to end the Capture on an NC Mouse up, so that we can
13034         get double clicks properly, and the sizing doens't stick.
13035         - When doing PointToClient contain it in the workable desktop
13036         area, this prevents windows from changing size when the cursor is
13037         pulled outside of the working area while sizing.
13038         * MdiWindowManager.cs: When we get a double click maximize the
13039         window.
13040         - Reset the cursor after handling mode changes.
13041
13042 2006-06-12  Peter Dennis Bartok  <pbartok@novell.com> 
13043
13044         * XplatUIX11.cs (WorkingArea): Read the actual workarea for the 
13045           current desktop, instead of just assuming a 0, 0 origin. This
13046           is needed for our internal window manager, to know the top
13047           margin of the desktop
13048
13049 2006-06-12  Chris Toshok  <toshok@ximian.com>
13050
13051         * DataGrid.cs (set_CurrentCell): concede focus as we move around.
13052         we need this to get rid of the selected background in the bool
13053         column.
13054         (CancelEditing): move the ConcedeFocus call to above the Abort
13055         call.  Also, set is_changing to false and invalidate the row
13056         header if we were changing before.
13057         (ProcessKeyPreviewInternal): remove, since noone outside this
13058         class calls it anymore.  Roll the code into ProcessKeyPreview.
13059         (EndEdit): remove the internal version.
13060         (InvalidateCurrentRowHeader): make private.
13061
13062         * DataGridBoolColumn.cs: simplify this class a bunch.  remove the
13063         Keys.Escape handling (and with it the last call to
13064         DataGrid.EndEdit from outside the class.)
13065
13066
13067 2006-06-12  Chris Toshok  <toshok@ximian.com>
13068
13069         * DataGridTextBox.cs (.ctor): isedit defaults to false.
13070         (OnKeyPress): set isedit to true.
13071         (ProcessKeyMessage): remove Keys.Enter handling from here.  it's
13072         already handled by the grid.
13073
13074         * DataGrid.cs (set_CurrentCell): more work here.  it's still not
13075         right.  ugh.
13076         (set_DataSource): SetDataSource always returns true, so stop
13077         putting it in an if statement.
13078         (EndEdit): get rid of some {}'s
13079         (ProcessGridKey): return true in case Keys.Escape.
13080         (ProcessKeyPreviewInternal): only handle KEYDOWN messages.
13081         (ConnectListManagerEvents,DisconnectListManagerEvents): connect to
13082         PositionChanged, stopped connecting to CurrentChanged.
13083         (GetDataSource): simplify this a bunch.
13084         (SetDataSource): change return type from bool to void.
13085         (OnListManagerPositionChanged): rename OnListManagerCurrentChanged
13086         to this, and make sure we don't set ListManager.Position inside
13087         set_CurrentCell.
13088         (OnListManagerItemChanged): if we're passed an actual index,
13089         redraw that row.
13090
13091         * CurrencyManager.cs (set_Position): don't call PullData here.
13092
13093 2006-06-09  Jackson Harper  <jackson@ximian.com>
13094
13095         * TreeNode.cs:  Recalculate the visible order before doing the
13096         Expand/Collapse Below calls, because those calls generate an
13097         expose.
13098         - Reduce calls to the TreeView property, which is mildly expensive
13099         by using a local var.
13100         * Form.cs: Layout the MDI child windows when creating the parent
13101         form.
13102         - Don't use the internal constructor anymore
13103         * MdiClient.cs: use the parent form width/height (if available)
13104         when laying out the child windows, we do this because the
13105         mdiclient isn't docked yet when the initial layout is done.
13106         - Don't need an internal constructor anymore.
13107
13108 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13109
13110         * FileDialog.cs: handle access errors when trying to create a folder
13111         or changing to a directory. No need to initialize out parameters.
13112
13113 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
13114
13115         * FileDialog.cs: Append a number when creating a new folder if the
13116           folder already exists (use parenthesis instead of square brackets)
13117
13118 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
13119
13120         * FileDialog.cs:
13121           - Disabled registry support for windows and added better registry
13122             error checking for other systems (need to investigate why it
13123             works perfectly on my system)
13124           - If a folder already exist show an error MessageBox instead of
13125             trying to create an indexed name.
13126           - Fixed a non intentional typo.
13127
13128 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13129
13130         * FileDialog.cs: (SetFileName) don't crash if CurrentRealFolder is null.
13131
13132 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
13133
13134         * FileDialog.cs: When creating a new folder don't crash if the
13135           folder already exists.
13136
13137 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
13138
13139         * FileDialog.cs: Allmost a complete rewrite.
13140           - added a "virtual" file system that handles the differences
13141             between unix and windows file systems (especially the directory
13142             structure). Moved most of the directory and file handling code
13143             into the vfs.
13144             Added vfs classes: MWFVFS, FileSystem, WinFileSystem,
13145             UnixFileSystem and FSEntry.
13146           - Recently used folder/directory, size, location and used file names
13147             (file name ComboBox) are now stored in the registry and get read
13148             before the dialog shows up (fixes part 6 of bug #78446).
13149           - Creation of new folders/directories is now possible (context menu
13150             or ToolBar). Added TextEntryDialog for this that fills in the gap
13151             until ListView.LabelEdit works.
13152           - Fixed cursor handling (bug #78527) and focus handling for
13153             PopupButtonPanel
13154           - Various "Search in" ComboBox enhancements. The content of the
13155             dropdown listbox now almost matches ms.
13156           - Changed the behaviour when the user switches to SpecialFolder
13157             Recent to show the ListView in View.Details.
13158           - Beside using the ToolBar to change the View property of the
13159             file ListView it is now possible to use the context menu too.
13160
13161 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
13162
13163         * ComboBox.cs: Don't create a new ObjectCollection when an item
13164           gets inserted. Just insert the item in the existing object_items
13165           ArrayList.
13166
13167 2006-06-08  Jackson Harper  <jackson@ximian.com>
13168
13169         * OpenTreeNodeEnumerator.cs: Fix to use the Parent property, so
13170         that the treeview and root node checks are done also, this fixes a
13171         regression i caused in the unit tests.
13172
13173 2006-06-07  Wade Berrier <wberrier@novell.com> 
13174
13175         * RichTextBox.cs: More ISO8859-1 -> unicode
13176
13177 2006-06-07  Mike Kestner  <mkestner@novell.com>
13178
13179         * ComboBox.cs : use items to hold highlight/selection so that
13180         collection insertions don't require synchronization.
13181
13182 2006-06-07  Jackson Harper  <jackson@ximian.com>
13183
13184         * InternalWindowManager.cs: Simplify (and FIX) the window sizing
13185         routine.  We now always keep the sized edge at the cursor instead
13186         of computing movement and adjusting rects.  There is one buglet
13187         with this method though when the cursor is moved over area that
13188         the window can not expand too (such as the toolbars on the desktop).
13189
13190 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13191
13192         * XplatUIX11.cs: (IsEnabled,IsVisible) the window handler can be null
13193         here. Fixes crash on startup in AlbumSurfer.
13194
13195 2006-06-07  Peter Dennis Bartok  <pbartok@novell.com> 
13196
13197         * RichTextBox.cs: Replaced embedded ISO8859-1 chars with proper unicode
13198           values
13199
13200 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13201
13202         * XplatUIX11.cs: call XPending and XNextEvent inside the same lock()
13203         statement to avoid calling XNextEvent which will block if another thread
13204         took the event that we were expecting. Fixes bug #78605.
13205
13206 2006-06-07  Mike Kestner  <mkestner@novell.com>
13207
13208         * ListView.cs : isolated checkbox clicking from the selection logic.
13209         Toggle check state on item doubleclicks.  Really fixes #78454 part2.
13210
13211 2006-06-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
13212
13213         * Form.cs: Check that the value passed to Form.DialogResult
13214         is a valid enum value.
13215
13216 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13217
13218         * FileDialog.cs: disable the up button when in 'Recently Used' or 'My
13219         Computer'. Clicking it in the network view goes to 'My Computer'.
13220         Added CIFS filesystem type. Display the mount point of filesystems.
13221         Avoid duplicate mount points (happens for me with CIFS);
13222
13223 2006-06-06  Jackson Harper  <jackson@ximian.com>
13224
13225         * InternalWindowManager.cs: Draw the maximized windows buttons
13226         when resizing.
13227
13228 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13229
13230         * Form.cs: when running a modal dialog, ignore WM_CLOSE requests for
13231         all other dialogs. Fixes bug #78585.
13232
13233 2006-06-06  Mike Kestner  <mkestner@novell.com>
13234
13235         * CheckedListBox.cs : apply CheckOnClick behavior to unchecking too.
13236         Only invalidate checkbox on checkstate changes to avoid flicker.
13237         * ListBox.cs : avoid unselect/select when clicking selected item.
13238         avoid reselection flicker for already multiselected items.
13239         Fixes #78382.
13240
13241 2006-06-06  Jackson Harper  <jackson@ximian.com>
13242
13243         * MdiWindowManager.cs: When the window is closed do an NCRecalc on
13244         the parent form so that the menu is removed if needed.
13245
13246 2006-06-06  Mike Kestner  <mkestner@novell.com>
13247
13248         * ListBox.cs : add ScrollWindow call to UpdateTopItem.  fix
13249         Prev/Next/PrevPage/NextPage/Home/End index calculation.  Fixes #78559.
13250
13251 2006-06-06  Mike Kestner  <mkestner@novell.com>
13252
13253         * CheckedListBox.cs : rebuild check collection on Add.  Fixes #78426.
13254
13255
13256 2006-06-06  Jackson Harper  <jackson@ximian.com>
13257
13258         * Control.cs: Use the property (instead of the field) to get the
13259         default cursor so it is instantiated correctly.
13260         * InternalWindowManager.cs: The OS doesn't give us an NCPAINT with
13261         resizes so we need to manually repaint the window decorations here.
13262         - Set the titlebar button locations as soon as they are created,
13263         otherwise they are not set correctly on win32.
13264         
13265 2006-06-06  Chris Toshok  <toshok@ximian.com>
13266
13267         * CurrencyManager.cs (set_Position): call PullData before
13268         OnCurrentChanged.
13269         (AddNew): after calling IBindingList.AddNew, update our
13270         listposition, and call OnCurrentChanged/OnPositionChanged (without
13271         calling PullData).
13272         (OnCurrentChanged): remove the call to PullData from here.
13273         (OnItemChanged): remove the call to PushData from here.
13274         (OnPositionChanged): change the test from == null to != null to
13275         match the other methods.
13276         (ListChangedHandler): the grossest part of the patch.  Implement
13277         this such that it passes the unit tests in CurrencyManagerTest and
13278         the output more or less matches that of MS's implementation.
13279  
13280 2006-06-06  Mike Kestner  <mkestner@novell.com>
13281
13282         * ListView.cs : only update check state on single click.
13283         * ThemeWin32Classic.cs : fix focus drawing for details view without
13284         fullrowselect.  Fixes #78454.
13285         * XplatUIX11.cs : fix for double click emission.
13286
13287 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
13288
13289         * PropertyGridView.cs : Applied Atsushi's patch to fix
13290         font dialog bug  (#78197).
13291
13292 2006-06-05  Jackson Harper  <jackson@ximian.com>
13293
13294         * TreeNode.cs: Compute the next node for expanding/collapsing
13295         correctly. We now factor in nodes without a NextNode
13296         correctly. (Fixes somes cases in nunit-gui).
13297         * InternalWindowManager.cs: Set the bounds when updating the
13298         virtual position of a tool window.
13299         
13300 2006-06-05  Chris Toshok  <toshok@ximian.com>
13301
13302         * DataGrid.cs: rename cached_currencymgr to list_manager.
13303         (set_CurrentCell): move SetCurrentCell code here, and clean it up
13304         some.
13305         (CurrentRow, CurrentColumn): single accessors so we can make the
13306         cursor movement code a lot easier to understand.
13307         (CurrentRowIndex): implement this in terms of CurrentRow.
13308         (BeginEdit): clean this up a bit.
13309         (CancelEditing): sort out the is_editing/is_changing/is_adding
13310         stuff a little.
13311         (EndEdit): minor changes.
13312         (OnKeyDown): add a comment about a (most likely) unnecessary
13313         check.
13314         (OnMouseDown): cancel editing when we click on a row header.  And
13315         use the CurrentRow setter, not CurrentCell.
13316         (ProcessDialogKey): directly call ProcessGridKey.
13317         (UpdateSelectionAfterCursorMove): factor out this common block of
13318         code (it's used everywhere that we move the cursor by updating row
13319         or column).
13320         (ProcessGridKey): pretty substantial overhaul.  Use the
13321         CurrentRow/CurrentColumn properties to make the code a lot more
13322         readable.  Only use the CurrentCell property when we have to
13323         modify both row and column at once.  Tab behavior is still broken,
13324         and Delete is untested.
13325         (Select): if we have no selected rows, set selection_start to
13326         @row.
13327         (EditCurrentCell): rename EditCell this.  It was only ever invoked
13328         with CurrentCell as the arg, so drop the arg and rename it.
13329
13330         * DataGridColumnStyle.cs: clean up the constructors a little, and
13331         drop CommonConstructor().
13332
13333         * DataGridTextBox.cs (.ctor): set accepts_return to true so we
13334         actually get notified when the user hits it.
13335         (ProcessKeyMessage): *substantially* simplify this method.
13336         There's no reason (that I can see) for the textbox to be making
13337         calls into the datagrid at all.  Remove all of them but the ones
13338         for Enter handling.  those will take some more work.
13339
13340         * DataGridTextBoxColumn.cs (ConcedeFocus): implement this by
13341         calling HideEditBox.
13342         (HideEditBox): if we have an active textbox, render it invisible
13343         without causing a re-layout of the datagrid.
13344
13345 2006-06-05  Mike Kestner  <mkestner@novell.com>
13346
13347         * ListView.cs : fix NRE crasher when focuseditem is cleared by
13348         collection changes by resetting it to Items[0].  Fixes #78587.
13349
13350 2006-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13351
13352         * MessageBox.cs: if the height of the text is larger than the icon_size,
13353         use that. Fixes bug #78575.
13354
13355 2006-06-05  Jackson Harper  <jackson@ximian.com>
13356
13357         * TreeView.cs: Fix line drawing when scrolling.  To do this each
13358         node is basically responsible for drawing its entire horizontal
13359         area.  When drawing a node it draws its parent node lines if
13360         needed.
13361         - Adjust the clip area to the viewport rectangle
13362         - Fix Left/Right key handling to match MS. (It expand/collapses
13363         and moves to parents/first child but does not move selection to
13364         sibling nodes).
13365         - Fix SetTop to work with new bound calculation code
13366         - When scrollbars are no longer needed we need to reset scrolling
13367         vars and recalculate the visible order so the redraw is correct
13368         * TreeNode.cs: We can't expand/collapse nodes with no children.
13369
13370 2006-06-03  John Luke  <john.luke@gmail.com> 
13371
13372         * X11DesktopColors.cs: dllimport the exact gtk and gdk versions
13373         so the colors work without dev packages
13374         
13375 2006-06-02  Peter Dennis Bartok  <pbartok@novell.com> 
13376
13377         * Control.cs 
13378           - Select: Implemented to just use activate. Seems to match MS 
13379             behaviour closest. Documented to only do actual control walking 
13380             based on it's parameters if in a container control so I moved 
13381             the code there.
13382           - Removed selection check logic from our internal Select() method
13383         * ContainerControl.cs:
13384           - Select: Moved selection logic from Control here, since MS documents
13385             that containers obey the bool arguments. No longer calling base
13386
13387 2006-06-02  Jackson Harper  <jackson@ximian.com>
13388
13389         * TreeView.cs: If the selected node isn't changed when we get
13390         focus update the previously selected node so that we see the
13391         selection box.
13392
13393 2006-06-02  Mike Kestner  <mkestner@novell.com>
13394
13395         * ComboBox.cs: restructure grab and general mouse event handling.
13396         Make the composite control raise mouse events like it was a single
13397         control for leaves/enters/motion/up/down events.  fix dropdown list
13398         coordinate mangling and refactor it into the scrollbar subclass to
13399         reduce code duplication.  Fixes #78282 #78361 and #78457.
13400
13401 2006-06-02  Mike Kestner  <mkestner@novell.com>
13402
13403         * ScrollBar.cs: remove Capture setting/clearing, as it happens
13404         automatically in the Control.WndProc.
13405
13406 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13407
13408         * FileDialog.cs: fix crash when running SharpChess, which sets the
13409         FilterIndex to 2 with only one Filter.
13410
13411 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13412
13413         * ToolBar.cs: add SizeSpecified property.
13414         * ToolBarButton.cs: when the ButtonSize is calculated by the container,
13415         try to figure out our real size, otherwise fallback to what the
13416         container says.
13417
13418 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
13419
13420         * XplatUIX11.cs (DefWndProc): WM_MOUSEWHEEL needs to be passed up
13421         * Control.cs (WndProc): MS always calls the DefWndProc to pass
13422           up the event
13423
13424 2006-06-01  Mike Kestner  <mkestner@novell.com>
13425
13426         * ListView.cs: revamp the focus management in ListView.  It still
13427         causes churn of LostFocus/GotFocus emissions on clicks, but it's
13428         better than not handling focus at all.  Will revisit when pdb feels
13429         the general focus handling is solid.  Fixes #78526.
13430
13431 2006-06-01  Jackson Harper  <jackson@ximian.com>
13432
13433         * TreeView.cs: Set the default border style in the constructor.
13434         - Move painting to use OnPaintInternal instead of capturing
13435         WM_PAINT, this is the correct way of doing things
13436         - UpdateBelow shouldn't invalidate the scrollbar area
13437         - Cap the top on update below in case the node was above the top
13438         of the viewport rectangle.
13439         - ExpandBelow and Collapse below need to obey Begin/End Update.
13440         * TreeNode.cs: Make is_expanded internal so the treenode
13441         collection can change it without firing the whole event chain.
13442         * TreeNodeCollection.cs: When clearing all the child nodes make
13443         sure to recalc the visible order.
13444         - Improve algo for remove the top node
13445
13446 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
13447
13448         * XplatUIX11.cs (SetFocus): Make sure we can handle re-entrancy due to
13449           SendMessage directly calling window procedures, which in turn might
13450           call SetFocus()
13451
13452 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com>
13453
13454         * Control.cs: Don't handle WM_SETFOCUS if the same window already
13455           has focus (works around X11 sending a FocusIn after our SetFocus)
13456         * XplatUIX11.cs: Send KILLFOCUS before setting SETFOCUS on new window
13457
13458 2006-06-01  Alexander Olk  <alex.olk@googlemail.com>
13459
13460         * Mime.cs: Fix for the NET_2_0 build.
13461           NameValueCollection needs StringComparer now.
13462
13463 2006-05-31  Chris Toshok  <toshok@ximian.com>
13464
13465         * DataGridDrawingLogic.cs (FromPixelToColumn): modify this to also
13466         return (via an out parameter) the starting X of the column.
13467         (UpdateVisibleColumn): track change to FromPixelToColumn.
13468         (HitTest): add a ColumnResize case here.
13469         (DrawResizeLine): new function, probably poorly named.
13470
13471         * DataGrid.cs (.ctor): get rid of cached_currencymgr_events.  We
13472         only need to keep one reference.
13473         (set_ListManager): same.
13474         (OnMouseDown): call HitTest instead of grid_drawing.HitTest.
13475         Also, add support for HitTestType.ColumnResize.
13476         (OnMouseMove): add column resize behavior here, and change the
13477         cursor to the correct one as we move around the datagrid.
13478         (OnMouseUp): terminate the column resize if we're resizing.
13479         (ProcessGridKey): from the MS docs, Alt-0 enters the null value
13480         for the current cell.
13481         (ConnectListManagerEvents): use cached_currencymgr.
13482         (DisconnectListManagerEvents): fill this in, using
13483         cached_currencymgr.
13484         (SetCurrentCell): remove cached_currencymgr_events handling.
13485         (SetDataMember): only call DisconnectListManagerEvents if
13486         cached_currencymgr is != null.
13487         (SetDataSource): same.
13488         (OnListManagerCurrentChanged): cached_currencymgr_events ->
13489         cached_currencymgr.
13490
13491 2006-05-31  Jackson Harper  <jackson@ximian.com>
13492
13493         * BindingManagerBase.cs: Remove somedebug code that creeped into
13494         SVN.
13495         * TreeNode.cs: We get the indent level dynamically right now, so
13496         don't track it as a member.
13497         * TreeNodeCollection.cs: Make sure all nodes added to the list
13498         have parents, treeviews/topnodes setup properly.
13499         - Don't attempt to track indent level.
13500
13501 2006-05-30  Jackson Harper  <jackson@ximian.com>
13502
13503         * BindingContext.cs: Create the currency manager tables here.
13504         This allows us to more easily create null tables (when bad data
13505         members are used), and more easily create related currency
13506         managers.
13507         * CurrencyManager.cs: All the table creation stuff is done by the
13508         binding context now.
13509         - Current should throw an exception if listposition is -1.
13510         - CancelCurrentEdit/EndCurrentEdit, do nothing if the list hasn't
13511         been bound yet.
13512
13513 2006-05-30  Mike Kestner  <mkestner@novell.com>
13514
13515         * ListView.cs: allow reexpansion of zero-width column headers.
13516         Fixes #78528.
13517
13518 2006-05-28  Chris Toshok  <toshok@ximian.com>
13519
13520         * CurrencyManager.cs (get_Current): after the late binding
13521         listposition = -1 fix, we need to guard against it here and return
13522         null, otherwise we raise an exception (which is swallowed
13523         elsewhere, and breaks datagrid databinding.)
13524
13525 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
13526
13527         * MenuAPI.cs (ProcessMenuKey): We can legally get msg types other
13528           than WM_SYSKEY, don't throw if get something unexpected (#78507)
13529
13530 2006-05-26  Jackson Harper  <jackson@ximian.com>
13531
13532         * ControlPaint.cs:
13533         * ThemeWin32Classic.cs: For color comparisons just use the ARGB
13534         values, it's faster and it's all we care about (we don't care if
13535         the names aren't equal).
13536         * KeyboardLayouts.cs: Eliminate some dead code.
13537         - Lazy init things
13538         * X11Keyboard.cs: Lazy init keyboard detection.
13539         - Cleanup access modifiers a little.
13540
13541 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
13542
13543         * XplatUIX11.cs: Once again, attempting to get layout just right.
13544
13545 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com> 
13546
13547         * LinkLabel.cs (CreateLinkPieces): Use MeasureString to calculate
13548           the sizes of each link section, that will result in sizes that
13549           match DrawString's layout (Fixes #78391)
13550
13551 2006-05-27  Alexander Olk  <alex.olk@googlemail.com>
13552
13553         * FileDialog.cs: If AddExtension property is true autocomplete the
13554           extensions in SaveFileDialog correctly. Fixes bug #78453.
13555           Set MyNetwork and MyComputer to "C:\" for windows. This should
13556           fix part 8 of bug #78446 for now.
13557
13558 2006-05-26  Chris Toshok  <toshok@ximian.com>
13559
13560         * DataGrid.cs (ColumnStartedEditing): fill these in.  for now just
13561         invalidate the current row header if we need to, but presumably
13562         we'll invalidate the row corrsponding to the bounds or
13563         editingControl.
13564         (GridHScrolled): switch back to this method, as it's part of the
13565         public api.  *sigh*.
13566         (GridVScrolled): same.
13567         (OnMouseWheel): hack up something that more or less works.  Call
13568         GridHScrolled/GridVScrolled directly, instead of duplicating much
13569         of their code here.
13570         (EnsureCellVisibility): reinstate a bunch of this code, since we
13571         can't just set the scrollbar Value and expect to do all the work
13572         in the ValueChanged handler.  Also, Call Update() after scrolling
13573         in one direction so the other XplatX11.ScrollWindow call has the
13574         proper stuff in the proper places.
13575         (EditCell): set is_editing to true before calling .Edit.
13576
13577         * DataGridTextBox.cs (set_IsInEditOrNavigateMode): just set it,
13578         don't bother comparing first.
13579         (OnKeyPress): call grid.ColumnStartedEditing before calling
13580         base.OnKeyPress.  this will set is_changing and invalidate the row
13581         header if necessary.
13582         (ProcessKeyMessage): for WM_CHAR messages, call
13583         ProcessKeyEventArgs directly.  swallow anything other than WM_CHAR
13584         and WM_KEYDOWN.
13585         
13586         * DataGridBoolColumn.cs (Edit): don't set is_editing to true here.
13587         it's done in the DataGrid.
13588         (NextState): call grid.ColumnStartedEditing, which takes care of
13589         invalidating the row header (and setting is_changing).
13590
13591         * DataGridTextBoxColumn.cs (Edit): don't set is_editing to true
13592         here.  it's done in the DataGrid.
13593
13594 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13595
13596         * Control.cs: allow changing the cursor when the mouse position is
13597         out of bounds but Capture is set.
13598         * LinkLabel.cs: handle the case when the mouse button is pressed on the
13599         linklabel but released somewhere else.
13600
13601 2006-05-25  Jackson Harper  <jackson@ximian.com>
13602
13603         * TreeView.cs: When we get focus if there is no selected node make
13604         it the top node
13605         - Remove some uneeded setup code from Draw.
13606         * TreeNodeCollection.cs: If the tree doesn't have a top node when
13607         a new node is inserted make the new node the top.
13608         * XplatUIX11.cs:
13609         * Timer.cs: Use Utc time so that no local time zone stuff needs to
13610         be used (should be faster).
13611         
13612 2006-05-25  Chris Toshok  <toshok@ximian.com>
13613
13614         * DataGrid.cs (EnsureCellVisibility): remove some code to fix a
13615         problem with the last commit.
13616
13617 2006-05-25  Chris Toshok  <toshok@ximian.com>
13618
13619         * DataGridTextBoxColumn.cs (ReleaseHostedControl): turns out we do
13620         need the invalidate call here, while scrolling right-to-left via
13621         the left arrow key (i.e. moving the editing cell while scrolling).
13622
13623         * DataGrid.cs (.ctor): remove the initialization of
13624         ctrl_pressed/shift_pressed.  We no longer track them using key
13625         up/down handlers, but by using Control.ModifierKeys.  Also, switch
13626         to using ValueChanged handlers on the scrollbars instead of
13627         Scrolled event handlers.  This simplifies a bunch of the scrolling
13628         code.
13629         (GridHValueChanged): rename from GridHScrolled, and change it to
13630         work with the new event args.
13631         (GridVValueChanged): same.
13632         (OnMouseDown): initialize ctrl_pressed/shift_pressed here.
13633         (OnMouseWheel): actually scroll the datagrid.  Don't change the
13634         selected cell.
13635         (ProcessGridKey): correct all the keyboard navigation stuff I
13636         could find.  Ctrl up/down/left/right/home/end work now.
13637         (EnsureCellVisibility): correct method name spelling.  Also,
13638         simplify this a touch by not explicitly calling the
13639         ScrollToRow/ScrollToColumnInPixels methods.  We just set the
13640         scrollbar value.
13641         (OnKeyUpDG): no need for this method now.
13642         
13643 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13644
13645         * LinkLabel.cs: display the OverrideCursor when hovering the label.
13646         Fixes bug #78392.
13647
13648 2006-05-25  Chris Toshok  <toshok@ximian.com>
13649
13650         * ThemeWin32Classic.cs: fix datagrid clipping problems caused by
13651         r61019.
13652
13653 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
13654
13655         * Application.cs: Moved setting of is_modal and closing to before
13656           we create the control, to allow the event handlers called as a
13657           result of creation affect closing. Also removed Gonzalo's previous
13658           change to setting DialogResult, the behaviour has been moved to 
13659           Form.ShowDialog()
13660         * Form.cs: 
13661           - ShowDialog(): Removed explicit creation of the form, let RunLoop
13662             handle it instead
13663           - ShowDialog(): If no dialog result is set, we need to return Cancel
13664           - WM_CLOSE: Fire Closing/Closed events, and reset dialog result if
13665             the close is cancelled
13666
13667 2006-05-25  Jackson Harper  <jackson@ximian.com>
13668
13669         * StatusBar.cs: We only need to update the sizes of the other
13670         panels when we have auto size contents.  Also we are only updating
13671         the contents of the panel, not the borders, so compensate for the
13672         border width (TODO: get this width from the theme somehow).
13673         * TreeView.cs: Scrollable is true by default
13674         - Use invalidate instead of refresh where needed
13675         - Factor the scrollable value into scrollbar updating
13676         - Update the scrollbars if the Scrollable property is altered
13677         - Update the selected node if its ImageIndex is changed
13678         - Handle null nodes in UpdateNode (mainly so we don't have to
13679         check if selected is null when updating it
13680         - Fix VisibleCount to use the ViewportRectangle so that scrollbars
13681         are factored into the visible count
13682         - Use VisibleCount for clarity in the code
13683         - When the font is changed we need to recurse through all the
13684         nodes and invalidate their sizes
13685         
13686 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13687
13688         * Application.cs: set the DialogResult to fixed when the main form is
13689         hidden or destroyed while being modal.
13690
13691 2006-05-25  Miguel de Icaza  <miguel@novell.com>
13692
13693         * Theme.cs: Use Tangoified messagebox icons. 
13694
13695         (GetSizedResourceImage): Also cope with width = 0 and do not
13696         trigger a warning in that case (0 means "give me your icon from
13697         the resouce, no special size needed).
13698
13699 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
13700
13701         * Application.cs: Leave runloop if the the main modal form is 
13702           hidden (fixes #78484)
13703
13704 2006-05-25  Atsushi Enomoto  <atsushi@ximian.com>
13705
13706         * BindingContext.cs : reject null datasource in Contains() and
13707           Item[].
13708         * CurrencyManager.cs : check data_member validity when data_source
13709           is dataset. When it is late binding, the initial position is -1.
13710
13711 2006-05-24  Jackson Harper  <jackson@ximian.com>
13712
13713         * TreeNodeCollection.cs: Dont't recalculate the visible order on
13714         inserted nodes that aren't visible.  This changes the
13715         max_visible_order which confuses scrollbar settings.
13716         - Use the enumerator to get the prev node instead of duplicating
13717         code.
13718         * TreeView.cs: Use new method for setting scrollbar values
13719         - Don't set the bounds every time the scrollbar is updated
13720         - When updating below the root node use an invalidate instead of a
13721         refresh to prevent the child controls (scrollbars) from being
13722         refreshed. (UpdateBelow still needs to be reworked anyways).
13723         - Reenable SetBottom now that visible orders are set correctly,
13724         added some debug code incase we ever get bad values there again.
13725         - Set the scrollbar max to 2 less then the max value, this
13726         compensates for the max value being one above the node count, and
13727         for scrollbars adding one extra "notch".
13728         - When drawing image nodes if there is an imagelist we draw the
13729         first image in the list if the supplied image index is out of the
13730         image list's bounds.
13731         
13732 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
13733
13734         * XplatUIX11.cs: Don't blindly cache hwnd.ClientRect, reset it when 
13735           we receive a size change from the WM (Fixes #78503)
13736
13737 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com>
13738
13739         * XplatUIWin32.cs, XplatUIX11.cs: Refresh when setting the Clip 
13740           rectangle (Fixes #78501)
13741
13742 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
13743
13744         * ButtonBase.cs: 
13745           - Fixed MouseUp, MouseDown and MouseMove to treat mouseevent.Button 
13746             as a bitfield.
13747           - Fixed MouseMove to no longer switch pressed state unless the left
13748             mouse button is pressed. Atsushi provided the original patch (#78485)
13749           
13750 2006-05-24  Jackson Harper  <jackson@ximian.com>
13751
13752         * ScrollBar.cs: New internal methods that allow us to change a
13753         couple values on the scrollbar (the most common case is maximum
13754         and large change) without getting multiple invalidates.
13755
13756 2006-05-24  Chris Toshok  <toshok@ximian.com>
13757
13758         * DataGridBoolColumn.cs (Abort): revert back to the saved setting.
13759         (Edit): save off the original state in oldState, and set
13760         grid.is_editing to true.
13761         (OnKeyDown): abort editing if escape is pressed.  also, call
13762         NextState if space is pressed.
13763         (OnMouseDown): call NextState.
13764         (NextState): factor out shared code from OnKeyDown and OnMouseDown
13765         here.  Also, only invalidate the row header once (on the initial
13766         is_changing switch) to save on redraws.
13767
13768 2006-05-24  Chris Toshok  <toshok@ximian.com>
13769
13770         * DataGridTextBoxColumn.cs (Commit): only call SetColumnValueAtRow
13771         if the value in the cell is different than it was before.  This
13772         keeps us from triggering a layout when we move around a datarid
13773         with a highlighted cell.
13774         (Edit): suspend layout when creating/positining the text box, and
13775         resume passing false so we don't ever actually re-layout.
13776         (ReleaseHostedControl): same.
13777         (EnsureTextBox): reformat slightly, and set WordWrap to false.
13778
13779         * DataGridTextBox.cs (ProcessKeyMessage): it's not true that all
13780         control-key sequences should go to the datagrid - remove that
13781         lock.  Also, modify the conditions under which we move between
13782         cells when moving the cursor within a cell, and remove the "this"
13783         and "base" from field accesses.  We weren't even consistent, given
13784         they all were in the base class.
13785
13786 2006-05-24  Atsushi Enomoto  <atsushi@ximian.com>
13787
13788         * Binding.cs : (.ctor)
13789           An obvious NRE fix for BindingTest.CtorNullTest().
13790
13791 2006-05-23  Chris Toshok  <toshok@ximian.com>
13792
13793         * TextBoxBase.cs (get_Text): don't add a trailing newline, add
13794         them between lines.  This fixes some quirks editing cells in the
13795         datagrid.
13796
13797 2006-05-23  Jackson Harper  <jackson@ximian.com>
13798
13799         * TreeView.cs: Use begin/end update when doing expand/collapse all
13800         so that we don't get flicker on the scrollbar.
13801
13802 2006-05-23  Jackson Harper  <jackson@ximian.com>
13803
13804         * TreeNode.cs: Bounds are computed 'on the fly' now.  This allows
13805         treenode calculations to be independant of the painting code. To
13806         do this nodes track a visible order which is calculated by the
13807         treeview.
13808         - Call new methods for expanding/collapsing nodes.  These methods
13809         use scrollwindow so we don't have to update everything below the
13810         node.
13811         * TreeView.cs: Refactored drawing and scrolling code.  We don't
13812         need to update nodes when drawing anymore or calculate scrollbar
13813         stuff.
13814         - Added new methods for expanding/collapsing nodes. These methods
13815         use ScrollWindow so as to not have to redraw all the nodes below.
13816         * TreeNodeCollection.cs: Recalc visible order and scrollbars when
13817         we add/remove nodes or sort.
13818         - Handle removing the selected and the top node properly.
13819
13820 2006-05-23  Chris Toshok  <toshok@ximian.com>
13821
13822         * DataGridTextBoxColumn.cs (Edit): set grid.is_editing to true.
13823         maybe this should actually happen in the datagrid code?
13824         (EndEdit): no need to invalidate anything, given that
13825         ReleaseHostedControl causes the datagrid to relayout, which
13826         invalidates everything anyway.
13827
13828         * DataGrid.cs (set_CurrentCell): remove duplicate check (it's also
13829         in SetCurrentCell).
13830         (set_SelectionBackColor): call InvalidateSelection instead of
13831         Refresh.
13832         (set_SelectionForeColor): same.
13833         (BeginEdit): Flesh this out a bit.
13834         (CancelEditing): only do any of this if we're editing/adding.
13835         (EndEdit): same.
13836         (OnMouseDown): there's no need to cancel editing here, it's done
13837         in SetCurrentCell.
13838         (SetCurrentCell): only invalidate the current row header if it's a
13839         different row than the new one.
13840         (ShiftSelection): fix this to work like MS does.
13841         (ResetSelection): factor out the invalidation of selected_rows to
13842         InvalidateSelection.
13843         (SetDataSource): cancel any editing that's going on.
13844
13845         * DataGridColumnStyle.cs
13846         (IDataGridColumnStyleEditingNotificationService.ColumnStartedEditing):
13847         call the non-interface version.
13848
13849         * ThemeWin32Classic.cs (DataGridPaintColumsHdrs): intersect the
13850         header rectangle with the clip rectangle so we don't redraw the
13851         entire header for just a small area.  Gets rid of the last flicker
13852         when horizontally scrolling.
13853         (DataGridPaintRow): same.
13854
13855 2006-05-23  Mike Kestner  <mkestner@novell.com>
13856
13857         * ListViewItem.cs: remove size for line hack from LargeIcon layout.
13858         * ThemeWin32Classic.cs: don't draw line.  it's really the top of a
13859         poorly placed checkbox on the MS control.  Fixes Alex's unfiled
13860         Critical bug report.
13861
13862 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
13863
13864         * PictureBox.cs: Fixed broken ControlStyles. Unit test no longer fails,
13865           and this fixes #78493
13866
13867 2006-05-23  Miguel de Icaza  <miguel@novell.com>
13868
13869         * Theme.cs (GetSizedResourceImage): Scale images if the proper
13870         size is not found.  
13871         
13872         * FileDialog.cs: Do not change the background for the side bar as
13873         it wont work nicely with the theme, and also reduces the artifacts
13874         in rendering the icons (which I want to fix too).
13875
13876         * MimeIcon.cs (ResourceImageLoader): Load images from assembly
13877         resources, not resgen resources. 
13878
13879         (PlatformDefaultHandler): Pull images using the new API.
13880
13881 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
13882
13883         * Hwnd.cs (Dispose): Remove any pending exposures. XEventQueue holds
13884           a reference to the hwnd and will not remove it unless there are
13885           no pending exposures (fixes #78341)
13886         * XplatUI.cs: Improved debug
13887
13888 2006-05-23  Atsushi Enomoto  <atsushi@ximian.com>
13889
13890         * MenuAPI.cs : don't handle OnClick event when it was not the left
13891           button. Fixed bug #78487.
13892
13893 2006-05-23  Mike Kestner  <mkestner@novell.com>
13894
13895         * MenuAPI.cs: fix placement of submenus for multi-row menu bars, and
13896         prefer submenus to the top menu for item lookup, to avoid popping down
13897         top-row items.
13898
13899 2006-05-23  Alexander Olk  <alex.olk@googlemail.com>
13900
13901         * ThemeWin32Classic.cs: Rewrote CPCPDrawScrollButton to drop
13902           Graphics.FillRectangle as the visual results are really bad (even
13903           on win). We now draw perfect arrows (and perfect shadows when the
13904           scrollbar is disabled). Simplified CPDrawGrid. CPDrawGrid now uses
13905           Pen.DashPattern to draw the dots of each line.
13906
13907 2006-05-22  Alexander Olk  <alex.olk@googlemail.com>
13908
13909         * FileDialog.cs: Update the filename combobox when navigating through
13910           the ListView with the cursor keys. Fixes part 7 of bug #78446.
13911
13912 2006-05-22  Mike Kestner  <mkestner@novell.com>
13913
13914         * ListView.cs: raise SelectedIndexChanged on keyboard selection.
13915         Fixes #78463.
13916
13917 2006-05-22  Mike Kestner  <mkestner@novell.com>
13918
13919         * ComboBox.cs: Refresh in EndUpdate to pick up all the dropped Paint
13920         requests. Fix a misspelled parameter and a copy paste exception error
13921         in Select.
13922
13923 2006-05-22  Peter Dennis Bartok  <pbartok@novell.com> 
13924
13925         * ThemeWin32Classic.cs: Changed DefaultFont emSize from 8.25 to 8
13926           to get the same width/height (5/13) on X11 as the default font has on
13927           win32. This means that our DefaultFont emSize is smaller than the 
13928           the MS SWF equivalent (even thought the width/height stays the same)
13929
13930 2006-05-20  Jackson Harper  <jackson@ximian.com>
13931
13932         * MdiClient.cs:
13933         * MdiWindowManager.cs:
13934         * InternalWindowManager.cs: Make sure to use the border width from
13935         the theme.
13936
13937 2006-05-20  Jordi Mas i Hernandez <jordimash@gmail.com>
13938
13939         * PrintDialog.cs: Implements printer details
13940
13941 2006-05-19  Alexander Olk  <alex.olk@googlemail.com>
13942
13943         * FileDialog.cs: Added focus handling for PopupButtonPanel.
13944           Fixes part 1 and 2 of bug #78446
13945
13946 2006-05-19  Peter Dennis Bartok  <pbartok@novell.com> 
13947
13948         * XplatUIX11.cs (SetWindowPos): Recalculate client area size on resizes
13949           instead of sticking to the first ever calculated value
13950
13951 2006-05-19  Mike Kestner  <mkestner@novell.com>
13952
13953         * ComboBox.cs: fix mouse motion selection to use MousePosition and
13954         PointToClient, since Capture is set. Fixes #78344.
13955
13956 2006-05-19  Mike Kestner  <mkestner@novell.com>
13957
13958         * ListView.cs: match MS behavior in Details view where items are not
13959         drawn if Columns.Count == 0. 
13960         * ThemeWin32Classic.cs: only highlight ListView selection if focused.
13961         Use a separate pen to draw the check, since changing the width affects
13962         the box as well.  Fixes #78454.
13963
13964 2006-05-18  Miguel de Icaza  <miguel@novell.com>
13965
13966         * ListView.cs: ArgumentOutOfRangeException, single versions of the
13967         exception should throw the name of the invalid argument.
13968
13969         * FileDialog.cs (OnClickOpenSaveButton): Avoid crash in open if
13970         there are no files listed. 
13971
13972 2006-05-18  Jackson Harper  <jackson@ximian.com>
13973
13974         * ThemeWin32Classic.cs: Don't use endcaps, they mess the drawing
13975         up.
13976
13977 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
13978
13979         * Control.cs: Brought back our old UpdateZOrder method as a private
13980           function and switched our calls from UpdateZOrder to the new one.
13981           This fixes the Paint.Net canvas disappearing bug.
13982
13983 2006-05-18  Jackson Harper  <jackson@ximian.com>
13984
13985         * Theme.cs:
13986         * ThemeWin32Classic.cs:
13987         * InternalWindowManager.cs: Move the drawing into the theme,
13988         expose everything the theme should need from the window manager.
13989
13990 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
13991
13992         * XplatUIX11.cs (DefWndProc): WM_SETCURSOR: Assign the return value 
13993           from the call to NativeWindow to avoid walking up the parent chain
13994           further than needed (speeds up setting cursors and avoids setting
13995           the wrong cursor if a parent has another cursor defined)
13996         * Cursor.cs: When loading an icon as cursor, MS uses the center of
13997           the icon as hotspot, not what's contained as hotspot in the icon
13998           file. This fixes the perceived drawing offset seen with Paint.Net
13999         
14000 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
14001
14002         * XplatUIX11.cs: 
14003           - Store the calculated rectangle in Hwnd object and use it when 
14004             setting the client size
14005           - Force Toolwindows to always be type Dock, to ensure they're on top
14006
14007 2006-05-18  Mike Kestner  <mkestner@novell.com>
14008
14009         * ComboBox.cs: first pass at ComboBox rework.  Layout is more
14010         consistent with MS positioning.  IntegralHeight, ItemHeight, Sizing.
14011         Correctly initialize textcontrol and ListBox on DropDownStyle changes. 
14012         Substantial refactoring to remove confusing nested classes. Coding
14013         standard and Get+Set->property refactorings.  Shift to index based
14014         highlighting in ComboListBox instead of constantly using IndexOf and
14015         Items[]. Add invalidations on resize for DropDownList to fix ugliness
14016         in FileDialog growth.  Draw borders manually since Simple mode needs
14017         to look like two independent controls.  Make listbox border
14018         conditional to DropDownStyle.  Improved OwnerDraw support.
14019
14020 2006-05-18  Sebastien Pouliot  <sebastien@ximian.com>
14021
14022         * PaintEventArgs.cs: For 2.0, check for a null Graphics in the .ctor. 
14023         Don't set the disposed graphics to null, so we can throw the "right"
14024         exception if the graphics is reused later (added a flag to avoid 
14025         double disposing). Some behaviours are different under 2.0 and are
14026         filled under bug #78448.
14027
14028 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
14029
14030         * Control.cs: When double-buffering is enabled, we need to reset
14031           our graphics context between paint calls. Otherwise, any 
14032           transformations and other alterations on the context will 
14033           become cumulative (#77734)
14034
14035 2006-05-18  Mike Kestner  <mkestner@novell.com>
14036
14037         * ListView.cs: do focused item selection like MS on clicks. 
14038         Rework focus handling for ItemControl so LostFocus invalidates as
14039         well.
14040         * ThemeWin32Classic.cs: only draw focus rectangle for ListViewItems if
14041         the ListView ItemControl has focus.
14042
14043 2006-05-17  Peter Dennis Bartok  <pbartok@novell.com>
14044
14045         * XplatUIX11.cs: If client_window ends up being width or height zero
14046           due to border settings, move it off window inside whole_window (#78433)
14047
14048 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
14049
14050         * Mime.cs: Shrink the mime file cache correctly.
14051
14052 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
14053
14054         * ThemeWin32Classic.cs: Readded button focus drawing code. (#78429)
14055
14056 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
14057
14058         * XplatUIX11.cs (AddExpose): More sanity checks
14059
14060 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
14061
14062         * XplatUIX11.cs:
14063           - AddExpose: Don't add expose ranges outside the size of our
14064             window
14065           - Cast opacity values to Int32 to avoid crashes with certain
14066             values
14067           - Added disabled code paths that protect against illegal cross-
14068             thread painting (Developers.exe)
14069
14070 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
14071
14072         * ProgressBar.cs: Invalidate the control when it's resized
14073           since block size is based on control size. (#78388)
14074
14075 2006-05-16  Miguel de Icaza  <miguel@novell.com>
14076
14077         * DataGrid.cs (SetDataBinding): per the discussion on irc, instead
14078         of setting the incoming argument to the "reset" value, we set the
14079         this.datamember to string.empty (before we were invalidating the
14080         incoming data).   
14081
14082         Fixes 78420
14083
14084 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
14085
14086         * Form.cs: Only apply transparency settings after the form
14087           is created. (Fixes #77800)
14088
14089 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
14090
14091         * ApplicationContext.cs: Grab the HandleDestroyed event so
14092           we know when to fire OnMainFormClosed 
14093
14094 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
14095
14096         * Application.cs: Introduced sub-class to allow tracking of
14097           threads and centralized triggering of the event mess for
14098           ThreadExit, AppExit, etc..  (#76156)
14099
14100 2006-05-16  Alexander Olk  <alex.olk@googlemail.com>
14101
14102         * MimeIcon.cs:
14103           - Do not return a null icon index value for a mime subclass.
14104             Instead try the main mime type class too.
14105           - Seems that some newer distributions don't have a link to some
14106             gnome default icons anymore. So check the default gnome dir too.
14107           
14108
14109 2006-05-16  Jackson Harper  <jackson@ximian.com>
14110
14111         * MdiClient.cs: Don't paint the parent background image if we have
14112         our own background image.
14113
14114 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
14115
14116         * Control.cs:
14117           - PerformLayout: Do not shrink space filled by DockStyle.Fill
14118             controls, all filled controls are supposed to overlap (#78080)
14119           - UpdateZOrder is supposed to update the control's z-order in the
14120             parent's z-order chain. Fixed to behave like that
14121           - BringToFront: Removed obsolete code
14122           - SendToBack: Simplyfied
14123           - SetChildIndex: Trigger layout calculations when Z-order changes
14124             since layout is done by z-order
14125
14126 2006-05-16  Chris Toshok  <toshok@ximian.com>
14127
14128         [ fixes bug #78410 ]
14129         * DataGrid.cs (set_AlternatingBackColor): use
14130         grid_drawing.InvalidateCells instead of Refresh().
14131         (set_BackColor): call grid_drawing.InvalidateCells.
14132         (set_BackgroundColor): use Invalidate instead of Refresh.
14133
14134         * DataGridDrawingLogic.cs (InvalidateCells): new function, just
14135         invalidate the cell area.
14136
14137 2006-05-15  Chris Toshok  <toshok@ximian.com>
14138
14139         [ fixes bug #78011 ]
14140         * ThemeWin32Classic.cs (DataGridPaintRows): pass the clip argument
14141         on to DataGridPaintRow.
14142         (DataGridPaintRow): take a clip argument, and only draw the cells
14143         which intersect it.  same with the not_usedarea.
14144
14145         * Theme.cs (DataGridPaintRow) add @clip parameter.
14146
14147         * DataGrid.cs (ScrollToColumnInPixels): simplify, use
14148         XplatUI.ScrollWindow.
14149         (ScrollToRow): same.
14150
14151         * DataGridDrawingLogic.cs (UpdateVisibleColumn): fix corner case
14152         with last column which was causing a gray swath to appear with the
14153         XplatUI.ScrollWindow code.
14154
14155 2006-05-15  Chris Toshok  <toshok@ximian.com>
14156
14157         * ListBox.cs (HorizontalScrollEvent): in the non-multicolumn case,
14158         use XplatUI.ScrollWindow.
14159         (VerticalScrollEvent): use XplatUI.ScrollWindow.
14160
14161 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com> 
14162
14163         * TextBoxBase.cs: Added handling of middle-button paste for X11. (#78375)
14164
14165 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
14166
14167         * Cursors.cs: For X11, read NWSE and NESW cursors from our resource
14168           file since there are no equivalent X11 cursors
14169
14170 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
14171
14172         * MonthCalendar.cs : DateTimePicker should reflect selected date
14173           on mouse*up*, not mouse*down*. Fixed originally reported part of
14174           bug #76474.
14175
14176 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
14177
14178         * TabControl.cs : When argument index is equal or more than tab
14179           count, just ignore. Fixed bug #78395.
14180
14181 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
14182
14183         * Control.cs: Dispose all child controls when control is diposed (#78394)
14184
14185 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
14186
14187         * ColorDialog.cs: Finally it is possible to select the color with
14188           the text boxes
14189
14190 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
14191
14192         * PrintDialog.cs: Fix typo
14193
14194 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
14195
14196         * PrintDialog.cs: PrintDialog is not resizable
14197         * ThemeWin32Classic.cs: Draw non links in LinkLabel with the correct
14198           color. Made some ToolBar drawing methods protected virtual.
14199
14200 2006-05-13  Jordi Mas i Hernandez <jordimash@gmail.com>
14201
14202         * PrintDialog.cs: Implementation of the PrintDialog
14203
14204 2006-05-12  Chris Toshok  <toshok@ximian.com>
14205
14206         * ScrollBar.cs (set_Value): don't use Dirty/Invalidate to move the
14207         thumb, instead use MoveThumb.  This has the side effect of making
14208         most of the other thumb moving machinery use MoveThumb as well.
14209         (OnHandleCreated): pass false for @dirty to UpdateThumbPos, as we
14210         need to actually invalidate the rectangle where the new thumb will
14211         go.
14212         (MoveThumb): use XplatUI.ScrollWindow to move the thumb around.
14213         We force an Update() after, so it's not as fast as it could be,
14214         but at least there's zero flicker and no droppings.
14215         (OnMouseMoveSB): in the thumb dragging case, use MoveThumb.
14216         (UpdateThumbPos): add another argument (dirty), which says whether
14217         or not to calculate/add dirty regions which we later invalidate.
14218         For cases where we know we're going to use MoveThumb, we pass
14219         false for this.  Otherwise, pass true.
14220
14221 2006-05-12  Jackson Harper  <jackson@ximian.com>
14222
14223         * ThemeWin32Class.cs: Fixes for alignment and icon rendering in
14224         the status bar.
14225         
14226 2006-05-12  Peter Dennis Bartok  <pbartok@novell.com>
14227
14228         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new SetClipRegion
14229           and GetClipRegion methods and UserClipWontExposeParent property.
14230         * XplatUIWin32.cs: Implemented SetClipRegion/GetClipRegion methods,
14231           overriding UserClipWontExposeParent property, setting to false, since
14232           Win32 handles the required expose messages to draw our clipped parent
14233           areas internally
14234         * XplatUIX11.cs: Implemented SetClipRegion and GetClipRegion; updated
14235           PaintEventStart to set the user clip region if set.
14236         * Control.cs: 
14237           - Now internally tracking the Region for the control since we need to
14238             store it if the handle is not yet created and only set it when it
14239             becomes created. Before setting the region forced handle creation
14240           - Added code to draw the parents underneath a user-clipped region
14241         * Hwnd.cs: Added UserClip property
14242
14243 2006-05-12  Chris Toshok  <toshok@ximian.com>
14244
14245         * ScrollBar.cs (set_LargeChange): Refresh() -> InvalidateDirty()
14246         (set_Maximum): same.
14247         (set_Minimum): same.
14248         (set_SmallChange): same.
14249         (OnMouseUpSB): remove the call to refresh when releasing the
14250         thumb.  We shouldn't need it.
14251         
14252 2006-05-12  Miguel de Icaza  <miguel@novell.com>
14253
14254         * StatusBar.cs (UpdatePanel): If the panel being refreshes has the
14255         AutoSize set to None, we do not need to relayout everything, we
14256         just need to invalidate the current region.
14257
14258         (Draw): Do not draw the entire ClientArea, just redraw the
14259         clip area being passed.
14260
14261         * MdiClient.cs: Make MdiClient constructor with the Form argument
14262         internal. 
14263
14264 2006-05-12  Jackson Harper  <jackson@ximian.com>
14265
14266         * ThemeWin32Classic.cs (DrawToolBar): Flat toolbars get their
14267         parents background image,  but strangely not their own.
14268         - (DrawStatusBarPanel): Take into account horizontal alignment
14269         when drawing the strings and icons.
14270
14271 2006-05-12  Mike Kestner  <mkestner@novell.com>
14272
14273         * ListBox.cs: avoid invalidations for focus when the collection is
14274         empty. 
14275
14276 2006-05-12  Chris Toshok  <toshok@ximian.com>
14277
14278         * ScrollBar.cs (OnMouseMoveSB): when dragging the thumb, don't
14279         invalidate the entire thumb area.  Call InvalidateDirty which
14280         limits the redraw to the thumb itself and surrounding pixels.
14281
14282         * XplatUIX11.cs (ScrollWindow): optimize copying.
14283         
14284 2006-05-12  Chris Toshok  <toshok@ximian.com>
14285
14286         * DataGridDrawingLogic.cs: make CalcGridAreas non-reentrant.
14287         Figure out the positioning/layout in a single pass instead of
14288         multiple recursive invocations.  Speeds up the initial display of
14289         the data grid.  Also, make many things private that were
14290         originally public but unused outside this class.
14291
14292 2006-05-11  Jackson Harper  <jackson@ximian.com>
14293
14294         * MdiClient.cs: Improved layout code.
14295
14296 2006-05-11  Jonathan Chambers  <jonathan.chambers@ansys.com>
14297
14298         * PropertyGrid.cs : Only check GetPropertiesSupported for properties,
14299           not SelectedObject.
14300
14301 2006-05-11  Chris Toshok  <toshok@ximian.com>
14302
14303         * Hwnd.cs (Invalid): don't start off with Rectangle.Empty, as
14304         union of that will always be {0,0,width,height}.
14305
14306 2006-05-11  Jackson Harper  <jackson@ximian.com>
14307
14308         * Form.cs: Match MS's DefaultSize for forms (they must have
14309         changed the size in sp2).
14310
14311 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
14312
14313         * TextBoxBase.cs : implement CTRL+A (select all). Fixed bug #78368.
14314
14315 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
14316
14317         * TextControl.cs : Fixed bug #78109. This incorrect position
14318           comparison caused crash on automatic line split.
14319         * TextBoxBase.cs : reduce duplicate code.
14320
14321 2006-05-10  Jackson Harper  <jackson@ximian.com>
14322
14323         * MdiClient.cs: Active form is only sent to the back when using
14324         the Next form functionality, when a form is clicked the current
14325         active shouldn't be sent to the back.
14326         - Layout the mdi windows when the container is first made visible.
14327         * Form.cs: Give the MdiClient a ref to the containing form when we
14328         create it.
14329         
14330 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
14331
14332         * LinkLabel.cs : link_font could be uninitialized, so populate one
14333           before actual use. Fixed bug #78340.
14334
14335 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
14336
14337         * XplatUIX11.cs : clipboard format native value is IntPtr.
14338           Fixed bug #78283.
14339
14340 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
14341
14342         * Control.cs: 
14343           - Instead of showing context menus directly we send WM_CONTEXTMENU, 
14344             which is passed up the parent chain by DefWndProc
14345           - We now handle WM_CONTEXTMENU to display any menu, or pass it 
14346             to DefWndProc (#77956)
14347         * XplatUIX11.cs: Added handling of WM_CONTEXTMENU (pass up) to DefWndProc
14348
14349 2006-05-10  Jackson Harper  <jackson@ximian.com>
14350
14351         * MdiClient.cs: We need to remove the controls from the mdi
14352         collection, when we close the window.
14353         * MdiWindowManager.cs: Special handling of closing mdi windows.
14354         * InternalWindowManager.cs: Make the close method virtual so the
14355         mdi window manager can handle it specially.
14356
14357 2006-05-10  Jordi Mas i Hernandez <jordimash@gmail.com>
14358
14359         * DataGrid.cs:
14360           - Recalculate grid when the data source has changed
14361           - Matches styles provided by user from all data sources types
14362         * DataGridTableStyle.cs: For columns that provided by the user set the
14363         with the preferred value is there was unassigned.
14364         * CurrencyManager.cs: throw OnItemChanged event
14365
14366 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com> 
14367
14368         * PictureBox.cs: Don't animate until handle is created. Start animation
14369           when handle is created.
14370
14371 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
14372
14373         * XplatUIX11.cs, Hwnd.cs: Adopted Mike's patch from #77979 to match
14374           current codebase.
14375         * XEventQueue.cs: We don't need to provide the extra info
14376
14377 2006-05-10  Jackson Harper  <jackson@ximian.com>
14378
14379         * MdiClient.cs: If the mdi clients parent form has a background
14380         image set, we draw that background image for the mdi area's
14381         background.
14382
14383 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
14384
14385         * TextBoxBase.cs: Set IBeam cursor (#78347)
14386
14387 2006-05-10  Mike Kestner  <mkestner@novell.com>
14388
14389         * ToolBar.cs: fix some text padding issues with ButtonSize
14390         calculation. Update the default size to match MS documentation.
14391         * ToolBarButton.cs: use ToolBar.ButtonSize for layout of unspecified
14392         button size. Fixes #78296.
14393
14394 2006-05-10  Mike Kestner  <mkestner@novell.com>
14395
14396         * ListBox.cs: use is_visible for scrollbar positioning in case the
14397         control isn't on screen yet.  Fix off by one with Right vs Width
14398         usage.  Update Scrollbars in SetBoundsCore. Fixes #78188 and #78258.
14399         
14400 2006-05-10  Jackson Harper  <jackson@ximian.com>
14401
14402         * X11Dnd.cs: Drop to a control with another control on top of it.
14403         * ToolBar.cs: Work on a copy of the buttons list, so that it can
14404         be modified in click handlers. TODO: Look for similar problems in
14405         other controls.
14406
14407 2006-05-09  Jackson Harper  <jackson@ximian.com>
14408
14409         * Form.cs: Window managers need the old window state when setting
14410         window state now.
14411         * InternalWindowManager.cs: Allow the base mdi window manager to
14412         handle more of the MDI only stuff (like maximize buttons).
14413         * MdiWindowManager.cs: Fix some snafus in changing the window
14414         state.  Add all the menu functionality, for both popup and
14415         maximized menus.
14416         * MdiClient.cs: When a new form is selected the currently
14417         activated form is sent to the back, this matches MS.
14418         - Implement a new method to activate the next mdi child window.
14419
14420 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com>
14421
14422         * Control.cs: 
14423           - Added new InternalCapture method to allow controls to prevent
14424             the capture behaviour on the click handlers
14425           - Switched to use InternalCapture
14426         * ComboBox.cs:
14427           - Using InternalCapture to prevent mouse captures from being released
14428             on mouse button release (Fixes #78100)
14429         * XplatUIX11.cs (DeriveStyles): Now checks caption state and only
14430           returns Form borders if a caption is present. (Fixes #78310)
14431
14432 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com> 
14433
14434         * TreeNode.cs: Changed serialization .ctor to not require every field
14435           to be present. (#78265)
14436         * OwnerDrawPropertyBag.cs: Added serialization .ctor
14437
14438 2006-05-05  Alexander Olk  <alex.olk@googlemail.com>
14439
14440         * MimeIcon.cs: for is faster than foreach for strings.
14441
14442 2006-05-05  Mike Kestner  <mkestner@novell.com>
14443
14444         * CheckedListBox.cs: update check handling code to not use selected.
14445         * ListBox.cs: rewrite of mouse selection handling to correspond to MS
14446         behavior for visual feedback, motion response, shift/ctrl handling,
14447         and properly deal with all 4 selection modes. Updates to bounds
14448         handling logic.  Add scroll wheel support. [Fixes #77842]
14449
14450 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
14451
14452         * ListView.cs:
14453           - Moved adding of Implicit controls into .ctor. That way, subsequent
14454             creation of the controls will not cause them to think they are 
14455             toplevel windows (fixes #78200 header problem)
14456           - Added 2.0 ShowGroups and UseCompatibleStateImageBehaviour
14457           - Switched visibility setting of header control to use internal field
14458             to avoid triggering handle creation
14459           - Now checking if handle is created before causing a refresh when items
14460             are added (This makes us now match handle creation time with MS)
14461         * Splitter.cs: Removed loading of private splitter cursor, switched to
14462           Cursors version now that that is loading the right ones
14463         * Cursors.cs: Load proper splitter cursors from resources
14464         * Cursor.cs: Added second method of loading resource cursors for the 
14465           VS.Net users amongst us
14466
14467 2006-05-05  Mike Kestner  <mkestner@novell.com>
14468
14469         * ListView.cs: give header_control a minimum size based on the
14470         ListView size.
14471
14472 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
14473
14474         * XplatUIX11.cs: WS_EX_TOPMOST requires window to be on top. A dock
14475           window seems to do that with metacity, so set that type. (#78120)
14476
14477 2006-05-05  Mike Kestner  <mkestner@novell.com>
14478
14479         * ListViewItem.cs: fix Details mode checkbox layout bug.
14480         * ThemeWin32Classic.cs: draw a ListView column header for unused space
14481         at the end of the header, if it exists. [Fixes for #78200]
14482
14483 2006-05-04  Jackson Harper  <jackson@ximian.com>
14484
14485         * MdiClient.cs: Add a helper property to get the container form.
14486         * MdiWindowManager.cs: We have to make sure to use the menu origin
14487         when drawing the icons and buttons, this fixes maximized window
14488         icons/buttons on win32.
14489         * InternalWindowManager.cs: Reset the restore captions when a
14490         window goes from Maximized to Minimized and vice versa. Move the
14491         DrawMaximizedButtons into the MdiWindowManager source, tool
14492         windows can't be maximized. NOTE: This could use a little
14493         refactoring if time ever permits.
14494         
14495 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
14496
14497         * TextBox.cs: Add MWFCategoryAttributes
14498         * TextBoxBase.cs: Add MWFCategoryAttributes
14499         * Form.cs: Add MWFCategoryAttributes
14500
14501 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
14502
14503         * Control.cs: Add MWFCategoryAttributes
14504         * ScrollableControl.cs: Add MWFCategoryAttributes
14505
14506 2006-05-03  Alexander Olk  <alex.olk@googlemail.com>
14507
14508         * ThemeWin32Classic.cs: Draw the ToolBar top border only if
14509           Divider is true. Fix a little glitch in PropertyToolBar
14510           drawing code
14511
14512 2006-05-02  Peter Dennis Bartok  <pbartok@novell.com> 
14513
14514         * Control.cs:
14515           - Dispose: Call base.Dispose, this causes the disposed event
14516             to be fired (and probably other, more important stuff)
14517           - SetVisibleCore: Set is_visible to true after creating the
14518             window so that the window still gets created invisible (if
14519             WM_VISIBLE isn't set). That will cause the ShowWindow afterwards
14520             to generate a WM_ACTIVE message
14521         * Form.cs: Call Dispose when we want to destroy the window, instead of
14522           just destroying the handle (Dispose will do that for us)
14523         * XplatUIX11.cs:
14524           - RootWindow also needs a queue, so we can properly process the
14525             property change events from RootWindow (like Activate)
14526           - Generatic synthetic WM_ACTIVE message when the active window is
14527             being destroyed
14528
14529 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
14530
14531         * LinkLabel.cs: Trigger a recalc of our label dimensions when
14532           bounds are changed
14533
14534 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com>
14535
14536         * ThemeWin32Classic.cs (ButtonBase_DrawImage): Use the proper image
14537           for determining width and height (image might not be assigned if
14538           we're drawing an imagelist)
14539
14540 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
14541
14542         * XplatUI.cs, XplatUIDriver.cs: Added MenuHeight property
14543         * XplatUIWin32.cs: Overriding new MenuHeight property, retrieving
14544           height from system
14545         * Theme.cs: No longer returns hardcoded menu height, instead calls
14546           new driver method
14547         * Form.cs (OnLoad): Scaling happens before triggering Load events 
14548           on MS (# 78257)
14549
14550 2006-05-01  Mike Kestner  <mkestner@novell.com>
14551
14552         * MenuItem.cs: fix NRE for text == null.  Fixes #78250.
14553
14554 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com> 
14555
14556         * TextBoxBase.cs: Removed Fixme
14557         * RichTextBox.cs (set_RTF): Invalidate document after update (#78247)
14558
14559 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com>
14560
14561         * XplatUIX11.cs:
14562           - ScrollWindow: We were passing hwnd.ClientRectangle which returns
14563             the rectangle relative to the parent, considering borders. We
14564             don't really want that.
14565           - ScrollWindow: Fixed warning to be more understandable
14566         * TextBoxBase.cs: Fixed ScrollWindow calculations to consider our
14567           scrollbars and scroll only the visible area
14568         * RichTextBox.cs: Removed debug output
14569
14570 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
14571
14572         * NumericUpDown.cs (Text): Just use base
14573         * UpDownBase.cs: Ensure txtView is created before using it
14574
14575 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
14576
14577         * XplatUIX11.cs (SetWindowTransparency): Casting opacity to int before
14578           casting to IntPtr to avoid 64bit overflow errors
14579
14580 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
14581
14582         * Control.cs:
14583           - AllowDrop: Don't force handle creation.
14584           - CreateHandle: Added call to tell driver if we're allowed to drop
14585
14586 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
14587
14588         * FileDialog.cs: Remember the last directory not only for the
14589           current instance but also for new FileDialog instances.
14590
14591 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
14592         
14593         * XplatUIX11.cs: Forgot to set the queue on the foster parent. That
14594           broke sending async messages
14595
14596 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
14597
14598         * XplatUIX11.cs:
14599           - ScrollWindow: Fixed method. We finally generate expose events again
14600             for scrolled areas. This was causing 'garbage' when scrolling
14601             textbox and other controls that used ScrollWindow
14602           - Switched from using the regular queue for paint events to the MS 
14603             model of 'generating' paint events when the queue is empty.
14604             We use the new XQueueEvent.Paint subclass to store which windows
14605             need painting.
14606           - AddExpose now takes the x/y/width/height of the exposed area
14607             and inserts the window into the paint queue if not already there
14608           - InvalidateWholeWindow: Switched to use new AddExpose method
14609           - UpdateMessageQueue: Added which queue to monitor for paint events
14610           - DefWndProc: Added default handler for WM_PAINT and WM_NCPAINT in
14611             the unlikely case nothing above handles it. We reset the expose
14612             pending states to get them off the queue.
14613           - GetMessage: Now pulls a paint event if no other events are in the
14614             queue
14615           - Invalidate: Switched to new AddExpose method
14616           - PeekMessage: Updated to understand pending paint events
14617           - UpdateWindow: Fixed logic bug. We were only updating if the window
14618             didn't need updating. Also switched to sending WM_PAINT directly,
14619             like MS does.
14620         * XEventQueue.cs: Added Paint queue support. Allows enqueue/dequeue
14621           and random access Remove(). The random access is needed to handle
14622           UpdateWindow() where a WM_PAINT is sent directly without accessing
14623           the queue.
14624         * ScrollBar.cs: Added Update() calls to cause immediate updates to
14625           allow for better feedback when scrolling. Scrollbars are small and
14626           the immediate update should make it 'feel' more responsive without
14627           slowing things down. ScrollBar still needs it's invaliate logic
14628           updated to not always invalidate the whole bar on certain changes.
14629
14630 2006-04-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14631
14632         * Control.cs:
14633         (BackColor): if the control does not support a transparent background,
14634         return the default backcolor when the parent backcolor is transparent.
14635
14636 2006-04-28  Peter Dennis Bartok  <pbartok@novell.com>
14637
14638         * Application.cs: Updated to new StartLoop/GetMessage API
14639         * RichTextBox.cs: Provide some output on RTF parsing errors
14640         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs: Added
14641           new queue_id argument to GetMessage and PeekMessage to allow faster
14642           handling of per-thread queues in drivers.
14643         * Hwnd.cs: Added Queue tracking and property
14644         * MenuAPI.cs: Updated to new StartLoop/GetMessage API
14645         * XEventQueue.cs: Added thread trackingA
14646         * PropertyGridView.cs: Updated to new StartLoop/GetMessage API
14647         * XplatUIX11.cs:
14648           - Implemented new per-thread queue
14649           - GetMessage: Fixed return/break behaviour on several cases. We were
14650             returning stale messages in some cases, instead of just processing
14651             the next message
14652
14653 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
14654
14655         * PropertyGrid.cs: Call GetPropertiesSupported on TypeConverter.
14656
14657 2006-04-27  Peter Dennis Bartok  <pbartok@novell.com>
14658
14659         * ThemeWin32Classic.cs (DrawToolBar): Refactored, simplified the logic,
14660           fixed off-by-one comparisons between Width/Height and Right/Bottom.
14661
14662 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
14663
14664         * PropertyGridView.cs: Fix drop down width.
14665
14666 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
14667
14668         * ThemeWin32Classic.cs: Peter thinks that three additional lines are
14669           a mess in DrawToolBar, so I removed one of them.
14670
14671 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
14672
14673         * ThemeWin32Classic.cs: Draw the ToolBar border lines only if
14674           needed (clip). Otherwise we get artifacts.
14675
14676 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
14677
14678         * FixedSizeTextBox.cs: Added constructor to allow specifying which
14679           dimension is fixed
14680         * UpDownBase.cs: Set the spinner control to be fixed height vertical,
14681           and switched FixedSizeTextBox to only be fixed vertical (#78116)
14682         * Form.cs: Not applying the 'MS 0.08 fudge factor' for a given dimension
14683           if it matches the scale base font (avoids unneeded scaling)
14684
14685 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
14686
14687         * X11DesktopColors.cs: One gtk_init_check should be enough
14688
14689 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com> 
14690
14691         * TextBoxBase.cs: Moved Backspace handling into WM_CHAR block to
14692           match MS behaviour
14693
14694 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
14695
14696         * TextBoxBase.cs: 
14697           - Generate OnTextChanged for Backspace even if we're only deleting
14698             the current selection
14699           - When setting the Text property, only select all text if the
14700             control does not have focus when it is being set. Otherwise
14701             just place the cursor at the beginning of the control
14702
14703 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
14704
14705         * ThemeWin32Classic.cs: ToolBars get drawn with two lines at the top.
14706           Added a little helper to draw PropertyGrid ToolBar with a different
14707           border and a different BackColor.
14708         * PropertyGrid.cs: Some background parts didn't get painted with the
14709           correct background color. Added a class that helps us to draw the
14710           correct border for PropertyGridView and a class that helps us to
14711           draw ToolBars with a different backcolor
14712         * PropertyGridView.cs: Draw PlusMinus with the correct colors.
14713
14714 2006-04-25  Jonathan Chambers  <jonathan.chambers@ansys.com>
14715
14716         * PropertyGrid.cs: Bug 78196, font size, and splitter location.
14717         * PropertyGridView.cs: Bug 78196, font size, and splitter location.
14718
14719 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
14720
14721         * XplatUIWin32.cs (DIBtoImage): ORing instead of ANDing the alpha
14722           into the palette entries. Also, since we're working on a copy
14723           we needed to copy the palette back onto the bitmap.
14724         * Cursor.cs: Same fix as XplatUIWin32.cs.
14725
14726 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com>
14727
14728         * ImageListStreamer.cs: Need to read the var (or we're off)
14729
14730 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
14731
14732         * TextControl.cs, ComboBox.cs, CommonDialog.cs, Theme.cs, 
14733           XplatUIWin32.cs, RichTextBox.cs, ImageListStreamer.cs,
14734           TextBoxBase.cs: Unused var fixes
14735         * AxHost.cs: Small 2.0 fix
14736         * XplatUIX11.cs: Switched to IntPtr from int for XA_CARDINAL atoms 
14737           as it seems that is what at least Metacity expects. This will make
14738           icons show up on 64bit platforms. We still have some 64bit size
14739           issues, though, since the startup app window size still won't match.
14740
14741 2006-04-25  Mike Kestner  <mkestner@novell.com>
14742
14743         * *.cs: cleanup newly reported exception var unused warnings.
14744
14745 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
14746
14747         * ThemeWin32Classic.cs: Button image alignment now matches exactly
14748           ms
14749
14750 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
14751
14752         * ThemeWin32Classic.cs: Fixed drawing code for buttons with an
14753           image. The image position is always the same, no matter if the
14754           button is pressed or not.
14755
14756 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
14757
14758         * FileDialog.cs: SaveFileDialog shouldn't rely on a MWFFileView
14759           selection and set the correct filename for SaveFileDialog.
14760           Patch by Emery Conrad.
14761
14762 2006-04-24  Mike Kestner  <mkestner@novell.com>
14763
14764         * ListView.cs (LastVisibleIndex): when in List mode of Alignment.Left,
14765         check for item.X outside the ClientRect instead of item.Y. Fixes
14766         #78151.
14767
14768 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14769
14770         * ImageListStreamer.cs: some images store a wrong grow factor, so don't
14771         trust that value blindly and do some sanity check. Fixes bug #77814.
14772
14773 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14774
14775         * ImageListStreamer.cs: save the mask as a 1bpp image.
14776
14777 2006-04-21  Mike Kestner  <mkestner@novell.com>
14778
14779         * CheckedListBox.cs: maintain CheckStatus here. Use DrawItemState to
14780         pass Checked and Indeterminate to the Theme Engine. Improve
14781         encapsulation with ListBox.
14782         * ListBox.cs: Keep a StringFormat instead of calculating it every item
14783         draw. Kill ListBoxItem. Refactor away the ListBoxInfo and ListBoxItem
14784         nested types.  Move all CheckState functionality to CheckedListBox.
14785         Make IntegralHeight work like MS.  Rewrite of Layout engine.  Fix
14786         OwnerDrawVariable layout/rendering.  Fix multicolumn rendering.  Fix
14787         ScrollAlwaysVisible handling. Refactor "selected" collections to use a
14788         single base list. Fix scrollbar sizing and placement to mirror MS.
14789         * Theme.cs: remove CheckedListBoxCheckRectangle. It wasn't really
14790         used.
14791         * ThemeWin32Classic.cs: implement Indeterminate CheckState rendering
14792         for CheckedListBox by using new DrawItemState info.  Center the
14793         checkboxes on the items. Use new StringFormat property.
14794
14795 2006-04-18  Jackson Harper  <jackson@ximian.com>
14796
14797         * Form.cs: MdiChildren don't do default locations the same way as
14798         regular forms.  This prevents a crash when trying to position the
14799         mdi windows.
14800
14801 2006-04-17  Jonathan Chambers  <jonathan.chambers@ansys.com>
14802
14803         * PropertyGridTextBox.cs: Formatting, copyright
14804         * PropertiesTab.cs: Formatting
14805         * PropertyGrid.cs: Formatting
14806         * PropertyGridView.cs: Formatting, fix drop down, enabled double 
14807           click toggling of values
14808           
14809 2006-04-17  Peter Dennis Bartok  <pbartok@novell.com> 
14810
14811         * KeyPressEventArgs: Added 2.0 only setter for KeyChar
14812         * Control.cs (.ctor): verify_thread_handle is static, don't reset
14813           every time a control is created
14814         * Application.cs: Removed obsolete EnableRTLMirroring method
14815
14816 2006-04-18  Gert Driesen  <drieseng@users.sourceforge.net>
14817
14818         * TabControl.cs: Avoid ArgumentOutOfRangeException when setting
14819         SelectedIndex to -1. Fixes bug #78121.
14820
14821 2006-04-17  Jackson Harper  <jackson@ximian.com>
14822
14823         * Binding.cs: Handle null values for Current and BindingContext.
14824         This occurs when binding is a little delayed.
14825         * CurrencyManager.cs: return null for Current when there are no
14826         items in the list.
14827         - Hookup to the listchanged event on the DataView and update
14828         bindings when the list is changed.  This fixes late binding of
14829         controls.
14830
14831 2006-04-17  Jackson Harper  <jackson@ximian.com>
14832
14833         * X11Dnd.cs:
14834         * XplatUIX11.cs: Drops should not create a mousedown. Patch by Tim
14835         Ringenbach.
14836
14837 2006-04-15  Alexander Olk  <alex.olk@googlemail.com>
14838
14839         * ThemeWin32Classic.cs: Draw disabled combo button in the correct
14840           place
14841         * ComboBox.cs: If the combobox is disabled call CPDrawComboButton
14842           with the correct ButtonState
14843
14844 2006-04-14  Peter Dennis Bartok  <pbartok@novell.com>
14845
14846         * XplatUIX11.cs: Improved distinguishing between window types to
14847           tell the WM a type closer to what the app wants (Fixes #78107)
14848
14849 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
14850
14851         * ThemeWin32Classic.cs: Fixed drawing of ContainerGrabHandle and
14852           GrabHandle
14853
14854 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
14855
14856         * ThemeWin32Classic.cs: Fixed size grip drawing and updated StatusBar
14857           drawing code to reflect the size grip changes
14858
14859 2006-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14860
14861         * ImageListStreamer.cs: fix handling of the mask that follows the main
14862         bitmap when deserializing and serialize it properly. The generated mask
14863         should better be a 1bpp image, but I'll do that later.
14864
14865 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
14866
14867         * FileDialog.cs: Show something in the DirComboBox on *nix if the
14868           path doesn't fit into some of our Current.Places
14869
14870 2006-04-13  Jackson Harper  <jackson@ximian.com>
14871
14872         * ComboBox.cs: Use borders instead of drawing our own decorations,
14873         try to obey correct rules for heights.
14874         * Theme.cs:
14875         * ThemeNice.cs:
14876         * ThemeClearLooks.cs:
14877         * ThemeWin32Classic.cs: Remove combobox decoration drawing code,
14878         this is now handled by borders.
14879         - Remove unused DrawListBoxDecorationSize method.
14880         
14881 2006-04-13  Mike Kestner  <mkestner@novell.com>
14882
14883         * MenuAPI.cs: null guarding for the disbled click check fixes crash
14884         reported by Alex.
14885
14886 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
14887
14888         * ThemeWin32Classic.cs: 
14889           - Fixed CPDrawStringDisabled
14890           - Corrected drawing of disabled menu items
14891           - Fixed drawing of disabled radio buttons (bug #78095)
14892           - Draw check in a disabled CheckBox with color ControlDark 
14893
14894 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
14895
14896         * Form.cs: Use the provided width when calculating the menu size;
14897           when being maximized we get WM_NCCALCSIZE before WM_WINDOWPOSCHANGED
14898           and ClientSize.Width won't be updated yet
14899         * Application.cs: Use Visible instead of Show() to make form visible,
14900           this way we create the handle later and menusize is considered
14901
14902 2006-04-12  Mike Kestner  <mkestner@novell.com>
14903
14904         * MenuAPI.cs: ignore clicks on disabled menu items. Thanks to Alex for
14905         reporting.
14906
14907 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
14908
14909         * TextBox.cs: Implemented context menu
14910
14911 2006-04-12  Mike Kestner  <mkestner@novell.com>
14912
14913         * ListView.cs: implement box selection. fixes #77838.
14914         * ThemeWin32Classic.cs: draw box select rect, remove a ResetClip.
14915
14916 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
14917
14918         * XplatUIX11.cs: Added setting of window type when transient window
14919           is created (metacity would move it otherwise)
14920         * X11Structs.cs: Added WINDOW_TYPE atoms
14921         * LinkLabel.cs: Override OnPaintBackgroundInternal and draw the
14922           background (the control is Opaque but still wants transparent
14923           backgrounds)
14924
14925 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
14926
14927         * Control.cs: Added OnPaintBackgroundInternal to allow controls
14928           that set Opaque but don't mean it (like all ButtonBase-derived
14929           controls) to still draw their background
14930         * ButtonBase.cs: Override OnPaintBackgroundInternal and draw
14931           the background
14932
14933 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
14934
14935         * Control.cs (PaintControlBackground): Set the graphics object
14936           on our PaintEvent to null to prevent it from being disposed
14937           when the PaintEvent gets disposed
14938
14939 2006-04-12  Alexander Olk  <alex.olk@googlemail.com>
14940
14941         * ThemeWin32Classic.cs: Use even more SystemBrushes and SystemPens
14942         * ThemeNice.cs, ThemeClearlooks.cs: fix typo
14943
14944 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
14945
14946         * Control.cs: 
14947           - Added transparency check to BackColor property. Transparent
14948             backgrounds are only allowed if the control styles permit it
14949           - Added recursive painting of parent control background and
14950             foreground if a control with a transparent backcolor is drawn
14951             (Thanks to Tim Ringenback for providing his 'hack' as a base
14952              for this patch) Fixes #77985 and #78026.
14953           - Added Opaque style check before calling OnPaintBackground, no
14954             need to draw the background if the control is opaque
14955           - Removed ControlAccessibleObject owner variable (inherited from
14956             base, no need to define again)
14957           - Added some documentation links explaining the drawing events
14958             and styles
14959
14960 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
14961
14962         * Splitter.cs (CalculateSplitPosition): Corrected the bad assumption
14963           that the affected control is the located at the left border of our
14964           parent (Fixes #77936)
14965
14966 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
14967
14968         * TextBoxBase.cs: When rendering disabled or readonly controls,
14969           draw the background with 'Control' instead of 'Window' color as
14970           long as the user hasn't specifically set a color
14971
14972 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
14973
14974         * TextBoxBase.cs: Don't try to shortcut by checking against base.Text
14975           since that won't be updated if the user types text (only if it's
14976           programatically set)
14977
14978 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
14979
14980         * ScrollableControl.cs: Calculate DisplayRect dynamically, so that
14981           layout changes do to app-triggered resizes will have the proper
14982           display rectangle for layout
14983
14984 2006-04-11  Alexander Olk  <alex.olk@googlemail.com>
14985
14986         * ThemeWin32Classic.cs:
14987           - Make use of the SystemBrushes and SystemPens wherever possible
14988           - Corrected some highlight colors
14989           - Corrected RadioButton and CheckBox FlatStyle.Flat and Popup
14990             drawing
14991         * Theme.cs: Added Empty field to CPColor struct
14992
14993 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
14994
14995         * ScrollabeControl.cs: We need to consider whether or not a scrollbar
14996           is displayed when calculating the display rectangle. Thanks to Mike
14997           for teaching me the err of my ways.
14998
14999 2006-04-10  Peter Dennis Bartok  <pbartok@novell.com>
15000
15001         * ScrollableControl.cs:
15002           - Rewrote DisplayRectangle code, now returning the proper x/y coords 
15003             (instead of 0,0) and we now return the real width/height instead of
15004             just the clientrectangle, adjusted for padding. The rectangle is
15005             now cached and created by the new CalculateDisplayRectangle method.
15006           - Created new CalculateDisplayRectange method, which basically does
15007             what get_DisplayRectangle() did originally, but now using the 
15008             right edge instead of DisplayRectangle to determine the size of
15009             our scrollbars
15010           - get_Canvas(): Fixed it to properly calculate canvas for 
15011             right/bottom controls which seem to be placed to the right/bottom
15012             of any controls that have a fixed location
15013           - Removed TODO that's taken care of
15014           - Removed NotImplementeds and attempted to implement AdjustFormScrollBars
15015             and SetDisplayRectLocation according to new MSDN2 docs
15016           - Added call to PerformLayout in OnVisibleChanged, MS causes a layout
15017             event when that is called, this is added for compatibility
15018           - ScrollControlIntoView(): Implemented.
15019           - Switched scrollbars to be implicit, they shouldn't be selectable
15020         * ContainerControl: Now that ScrollControlIntoView is implemented, we 
15021           call it when the active control is set/changed
15022         * ScrollBar.cs: Added support for generating Win32 scrollbar messages
15023         * ImplicitHScrollBar.cs, ImplicitVScrollBar.cs: Now setting new base
15024           implicit_control variable (used for native Win32 message generation)
15025         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Added new 
15026           HorizontalScrollBarHeight and VerticalScrollBarWidth properties
15027         * ThemeWin32Classic.cs: Now calling the driver for the scrollbar sizes
15028         * XplatUIStructs.cs: Added ScrollBarCommands enum
15029
15030 2006-04-10  Jackson Harper  <jackson@ximian.com>
15031
15032         * ButtonBase.cs:
15033         * CheckedListBox.cs:
15034         * ComboBox.cs:
15035         * DataGrid.cs:
15036         * DataGridView.cs:
15037         * Form.cs:
15038         * GroupBox.cs:
15039         * ListBox.cs:
15040         * PrintPreviewControl.cs:
15041         * ProgressBar.cs:
15042         * PropertyGrid.cs:
15043         * Splitter.cs:
15044         * StatusBar.cs:
15045         * TrackBar.cs:
15046         * UpDownBase.cs: Fixup base event overrides.
15047         
15048 2006-04-06  Mike Kestner  <mkestner@novell.com>
15049
15050         * ScrollBar.cs: fix "new event" declarations (#76509) and bounds check
15051         all user-initiated value changes to min <= value <= max-thumbsz+1.
15052         (set_Value): check for vert/horiz when calculating new thumb position.
15053         (LargeIncrement): bounds check to stop pos at max - thumb_size + 1
15054         like MS does.
15055         (OnMouseMoveSB): refactor the thumb dragging code and refine
15056         invalidation logic to reduce flicker.
15057         (SetEndPosition): bounds check to stop pos at max - thumb_size + 1
15058         (SmallIncrement): bounds check to stop pos at max - thumb_size + 1
15059         (UpdateThumbPosition): small code readability cleanup
15060
15061 2006-04-10  Alexander Olk  <alex.olk@googlemail.com>
15062
15063         * ThemeNice.cs: Small UI polishing. Draw borders a little bit
15064           different
15065
15066 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
15067
15068         * ThemeNice.cs: Use a better graphics effect when a button is pressed
15069
15070 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
15071
15072         * Theme.cs: Added GetDashPen and GetSizedPen to SystemResPool
15073         * ThemeWin32Classic.cs: Make use of the new SystemResPool methods.
15074           This dramatically reduces the number of Pen.Dispose calls. 
15075           Where possible call ResPool methods only once instead of calling it
15076           over and over again (for example for the same color).
15077
15078 2006-04-06  Mike Kestner  <mkestner@novell.com>
15079
15080         * TabControl.cs: fix for SelectedIndex updating on TabPage removals.
15081         Also remove an unused private field on the collection. Fixes #77972.
15082
15083 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
15084
15085         * ThemeNice.cs: Added ToolBar drawing code
15086
15087 2006-04-06  Mike Kestner  <mkestner@novell.com>
15088
15089         * Form.cs (ShowDialog): MS allows IWin32Window param to be a non-form.
15090         I'm assuming that means we need to look up the toplevel for the
15091         provided control. Fixes the crash trace in #77911 but exposes another
15092         crash in some strange reflection usage in NDocGui.
15093
15094 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
15095
15096         * ThemeNice.cs: Gave it a little silver touch and added Images
15097           method
15098         * FontDialog.cs: FontDialog is not resizable
15099         * FileDialg.cs: Added SizeGripStyle.Show
15100
15101 2006-04-05  Jackson Harper  <jackson@ximian.com>
15102
15103         * KeyboardLayouts.cs: Remove warning.
15104
15105 2006-04-05  Jackson Harper  <jackson@ximian.com>
15106
15107         * Control.cs: Enable OnPaintInternal so we can use it for drawing
15108         all of our controls instead of Paint +=.
15109         * ListBox.cs:
15110         * ListView.cs:
15111         * MenuAPI.cs:
15112         * MessageBox.cs:
15113         * NotifyIcon.cs:
15114         * ProgressBar.cs:
15115         * ScrollBar.cs:
15116         * Splitter.cs:
15117         * StatusBar.cs:
15118         * TabControl.cs:
15119         * TextBoxBase.cs:
15120         * ToolBar.cs:
15121         * TrackBar.cs:
15122         * UpDownBase.cs:
15123         * ComboBox.cs: Remove handling of WM_PAINT and WM_ERASEBKGND and
15124         use OnPaintInternal. Remove Width/Height and Visible checks in
15125         paint handler, this is done at a higher level now.
15126         * GroupBox.cs: Don't need to handle WM_ERASEBKGND anymore.
15127         * PaintEventArgs.cs: Add a handled flag so controls that don't
15128         want anymore painting after OnPaintInternal can make sure OnPaint
15129         isn't called.
15130
15131 2006-04-05  Mike Kestner  <mkestner@novell.com>
15132
15133         * Form.cs: fix the menu WndProc hacks to respect the native enabled
15134         state of the form, so that we don't process events when Modal dialogs
15135         are up. Fixes #77922.
15136
15137 2006-04-05  Alexander Olk  <alex.olk@googlemail.com>
15138
15139         * Mime.cs: Default for range length is 1 not 0. If set to 0 no match
15140           checking is done.
15141
15142 2006-04-05  Mike Kestner  <mkestner@novell.com>
15143
15144         * XplatUIX11.cs: fix typo in the EX_APPWINDOW transient patch.
15145
15146 2006-04-05  Mike Kestner  <mkestner@novell.com>
15147
15148         * ListView.cs (HeaderMouseMove): null guarding for the over column
15149         when setting up the drag_to_index.  Fixes #78015.
15150
15151 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com>
15152
15153         * XplatUIX11.cs: If WS_EX_APPWINDOW isn't set we don't want to show up
15154           in the taskbar. Transient windows seem to accomplish that.
15155
15156 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com> 
15157
15158         * Form.cs:
15159           - Re-enabled CreateParams.X/Y code for FormStartPosition
15160           - Added code for manual placement when creating the Control
15161           - Incomplete patch to treat MDI forms differently when
15162             setting the ClientSizeCore. (Still need to figure out handling
15163             x/y coords there)
15164         * XplatUIX11.cs:
15165           - When we're explicitly setting the X/Y position of a non-Child
15166             window, let the WM know. Metacity really wants this.
15167
15168 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
15169
15170         * ThemeNice.cs: Added CPDrawButton
15171
15172 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
15173
15174         * ThemeNice.cs: Changed the color for focused buttons and activated
15175           the arrows for small scroll buttons.
15176
15177 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
15178
15179         * ThemeWin32Classic.cs: Removed DrawFlatStyleButton, not needed
15180           anymore. Changed some method modifiers to protected (virtual)
15181         * ThemeClearlooks.cs: Updated to reflect the ThemeWin32Classic
15182           changes
15183         * ThemeNice.cs: Updated to reflect the ThemeWin32Classic changes.
15184           Updated drawing of menus, buttons and progressbars; added
15185           CPDrawBorder3D 
15186
15187 2006-04-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15188
15189         * ImageListStreamer.cs: implemented serialization/deserialization
15190         of the images.
15191
15192 2006-04-03  Alexander Olk  <alex.olk@googlemail.com>
15193
15194         * ThemeWin32Classic.cs:
15195           - Removed all the DrawFrameControl stuff; CPDrawButton,
15196             CPDrawCheckBox and CPDrawRadioButton are now handled directly
15197             inside the methods
15198           - Updated and corrected the drawing code of CPDrawButton,
15199             CPDrawCheckBox and CPDrawRadioButton to better match ms
15200           - Updated theme checkbox and radiobutton code to use the CP*
15201             methods
15202
15203 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
15204
15205         * XplatUIX11.cs: Enable clipping again now that the libgdiplus
15206           bug is fixed
15207
15208 2006-03-31  Jackson Harper  <jackson@ximian.com>
15209
15210         * XplatUIX11.cs: Somehow we get SETCURSORS for bad windows
15211         sometimes.
15212         * UpDownBase.cs: Don't CreateGraphics manually, use a
15213         Refresh. Ideally we would invalidate the correct areas here.
15214
15215 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
15216
15217         * XplatUIX11.cs: 
15218           - We now track the mapping state of windows. If a window (or 
15219             one of it's parents) is not mapped we no longer permit
15220             WM_PAINT messages to be generated since we'd otherwise get 
15221             lots of BadMatch X errors. Jackson did all the work figuring
15222             out the problem.
15223           - Destroying the caret if the window it's contained in is 
15224             destroyed. Can't use regular DestroyCaret method since it
15225             might fall into a drawing function (trying to remove the
15226             caret) and with that generate new BadMatch errors. Again,
15227             Jackson tracked this down.
15228           - Changed DestroyChildWindows to SendWMDestroyMessages, we now
15229             make sure we send the messages to all windows. (The old code
15230             would send the WM_DESTROY to the window, and then all child
15231             windows would be 'gone' because the WM_DESTROY handle lookup
15232             would no longer find the destroyed window)
15233         * Hwnd.cs: Added Mapping property to track mapping state of hwnd
15234         * X11Structs.cs: Added WindowType enum for MapWindow/UnmapWindow
15235
15236 2006-03-31  Jackson Harper  <jackson@ximian.com>
15237
15238         * ScrollableControl.cs: Dont recalc if we are not visible.
15239
15240 2006-03-31  Mike Kestner  <mkestner@novell.com>
15241
15242         * Control.cs (SetVisibleCore): move the CreateControl call up ahead of
15243         the visibility branch.
15244
15245 2006-03-31  Jackson Harper  <jackson@ximian.com>
15246
15247         * ScrollBar.cs: Cap values when incrementing/decrementing.
15248
15249 2006-03-31  Mike Kestner  <mkestner@novell.com>
15250
15251         * MenuAPI.cs: setup menu.tracker for popup/context menus.
15252         * ToolTip.cs: guard against timer expirations with no active control.
15253         Not sure why it happened.
15254
15255 2006-03-31  Mike Kestner  <mkestner@novell.com>
15256
15257         * ThemeWin32Classic.cs: add some horizontal padding space for the tip
15258         text.
15259         * ToolTip.cs: Position the tooltip based on where the cursor is at
15260         popup time, not at MouseEnter time.  Add a Down state so that we don't
15261         redisplay tips without a Leave. Use faked XplatUI.GetCursorInfo for
15262         positioning offset. Lookup DisplaySize at positioning time, since it
15263         can theoretically change during invocation.
15264         * XplatUIWin32.cs: fake GetCursorInfo until pdb can do it properly.
15265         * XplatUIX11.cs: fake GetCursorInfo until pdb can do it properly.
15266
15267 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
15268
15269         * ThemeWin32Classic.cs: Use CPDrawBorder3D to draw a GroupBox.
15270           Fixes behaviour when the Text property of the box is String.Empty
15271
15272 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com>
15273
15274         * XplatUIX11.cs: Only send mouseleave for our client windows, not
15275           for the whole window (otherwise we get WM_MOUSE_LEAVE twice for
15276           a window)
15277
15278 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
15279
15280         * FileDialog.cs: Visual enhancement for the popup buttons in 
15281           PopupButtonPanel
15282
15283 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
15284
15285         * ColorDialog.cs, FontDialog.cs: Make use of the updated 3D border
15286           code
15287
15288 2006-03-30  Alexander Olk  <alex.olk@googlemail.com>
15289
15290         * ThemeWin32Classic.cs: Updated MainMenu drawing of selected and
15291           highlighted menu items to match ms
15292
15293 2006-03-30  Peter Dennis Bartok  <pbartok@novell.com> 
15294
15295         * XplatUIX11.cs: Don't set a clip rectangle unless it's not empty
15296
15297 2006-03-30  Mike Kestner  <mkestner@novell.com>
15298
15299         * Menu.cs (SelectedItem): use new MenuItem.Selected prop.
15300         * MenuAPI.cs: use new MenuItem.Selected prop. redraw MainMenu when we
15301         go active to account for HotLight to Selected transition.
15302         * MenuItem.cs: add internal Selected prop. Fill out the Status
15303         property by calculating it from item info. Add HotLight,
15304         NoAccelerator, Checked, Grayed, and Disabled flags where appropriate.
15305
15306 2006-03-30  Mike Kestner  <mkestner@novell.com>
15307
15308         * MenuItem.cs: only emit DrawItem and MeasureItem for OwnerDraw.
15309
15310 2006-03-29  Jackson Harper  <jackson@ximian.com>
15311
15312         * Form.cs: Implement TODO.
15313
15314 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com> 
15315
15316         * PrintPreviewDialog.cs: Implemented missing methods and events; still
15317           missing proper dialog setup in the constructor
15318
15319 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com>
15320
15321         * ProgressBar.cs: Added 2.0 Style property that apps seem to use
15322         * Control.cs:
15323           - Implemented CheckForIllegalCrossThreadCalls, removed TODO
15324           - Fixed ResetBindings and removed TODO
15325           - Added check for cross-thread calls to get_Handle()
15326           - Added Marshaller attribute for set_Font to satisfy class status
15327         * FontDialog.cs: Removed TODOs that seemed implemented
15328         * UpDownBase.cs: Removed unneeded TODO and Fixme
15329         * MessageBox.cs: Implemented support for Default button and removed TODO
15330         * FileDialog.cs: Removed obsolete TODO
15331         * DomainUpDown.cs: Removed obsolete TODO
15332         * ButtonBase.cs: Removed obsolete TODO
15333         * XplatUIWin32.cs: Removed obsolete TODO
15334         * Form.cs:
15335           - Removed obsolete TODO
15336           - Calling CheckAcceptButton when the acceptbutton is changed to allow
15337             internal status updates
15338           - Making sure the active control is selected when the control is created
15339         * CurrencyManager.cs: Removed obsolete TODO
15340
15341 2006-03-29  Mike Kestner  <mkestner@novell.com>
15342
15343         * *.cs: fix remaining corcompare issues for 1.1 API with the exception
15344         of PrintPreviewDialog and RichTextBox.
15345
15346 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
15347
15348         * Theme.cs: Added a little helper to SystemResPool to get the Dark,
15349           DarkDark, Light and LightLight colors for a specific color
15350         * ThemeWin32Classic.cs:
15351           - Use Button drawing code to draw RadioButtons and CheckBoxes with
15352             Appearance = Button 
15353           - Make use of the new ResPool helper CPColor
15354           - Draw ProgressBar and StatusBar with correct 3D borders
15355
15356 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
15357
15358         * ColorDialog.cs: Return selected color. Fixes bug #77940.
15359
15360 2006-03-28  Mike Kestner  <mkestner@novell.com>
15361
15362         * ListView.cs: fix Icon layout to plan for scrollbar widths when
15363         calculating col/row counts.
15364
15365 2006-03-28  Mike Kestner  <mkestner@novell.com>
15366
15367         * ColumnHeader.cs:
15368         * ListView.cs:
15369         * ListViewItem.cs:
15370         * Menu.cs: 
15371         switch to explicit interface method implementation for some methods
15372         corcompare identifies as inconsistent with MS.
15373
15374 2006-03-28  Mike Kestner  <mkestner@novell.com>
15375
15376         * MainMenu.cs: 
15377         * Menu.cs:
15378         add a few missing methods from the class status output.
15379
15380 2006-03-28  Alexander Olk  <alex.olk@googlemail.com>
15381
15382         * ControlPaint.cs: Fixed ControlPaint.Light method. Results are now
15383           correct.
15384
15385 2006-03-28  Mike Kestner  <mkestner@novell.com>
15386
15387         * MenuAPI.cs: Deactivate on MainMenu item click. Fixes #77917.
15388
15389 2006-03-27  Mike Kestner  <mkestner@novell.com>
15390
15391         * ThemeWin32Classic.cs: Switch flat toolbars to use RaisedInner for
15392         the Hilight state to adapt to Alex's CPDrawBorder3D changes.
15393
15394 2006-03-27  Alexander Olk  <alex.olk@googlemail.com>
15395
15396         * ThemeWin32Classic.cs: Rewrote Button drawing code to match ms.
15397
15398 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
15399
15400         * ThemeWin32Classic.cs:
15401           - GroupBox: Inserted a little gap between the text and the lines
15402             on the right side
15403           - Made the code in CPDrawBorder3D more readable
15404           - Corrected the drawing location of the up and down arrows in 
15405             CPDrawScrollButton
15406
15407 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
15408
15409         * ControlPaint.cs: Corrected line widths in DrawBorder for
15410           ButtonBorderStyle Inset and Outset
15411
15412 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
15413
15414         * ThemeWin32Classic.cs:
15415           - Rewrote the totally broken CPDrawBorder3D method. That was
15416             one of the main problems for the terrific ThemeWin32Classic
15417             look
15418           - Updated and corrected Button drawing
15419           - Correct the dimensions of the SizeGrip to match ms ones
15420           - Removed a small drawing glitch in DrawComboBoxEditDecorations
15421         * XplatUIX11.cs: Draw borders with BorderStyle = Fixed3D with
15422           Border3DStyle.Sunken to match ms.
15423
15424 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
15425
15426         * ThemeWin32Classic.cs: First small part of the "de-uglify
15427           ThemeWin32Classic" effort, SizeGrip
15428
15429 2006-03-24  Jackson Harper  <jackson@ximian.com>
15430
15431         * XplatUIX11.cs: Give a max idle time of one second, this matches
15432         MS and forces an Idle event every second when there are no other
15433         events in the queue.
15434
15435 2006-03-24  Mike Kestner  <mkestner@novell.com>
15436
15437         * ListView.cs: Handle (Large|Small)ImageList == null more robustly.
15438         * ListView.Item.cs: fix layout issues with null image lists and images
15439         smaller than checkbox size.
15440         * ThemeWin32Classic.cs: Draw a 12 pixel line in ListView LargeIcon
15441         mode like MS does.  It's weird, but consistent.  ;-)
15442         Fixes #77890.
15443
15444 2006-03-24  Mike Kestner  <mkestner@novell.com>
15445
15446         * ListView.cs: Scroll wheel support for the item control.  Fixes
15447         #77839.
15448
15449 2006-03-23  Jackson Harper  <jackson@ximian.com>
15450
15451         * ScrollableControl.cs: Special case negative sized areas, not
15452         zero.
15453         * MonthCalendar.cs: Save the rect of the clicked date so we can
15454         use it for invalidation.
15455         - Try to cut down on the number of invalidates
15456         - Invalidate the rect the mouse is over and was over when moving
15457         the mouse, so we get the focus box following the cursor.
15458
15459 2006-03-23  Mike Kestner  <mkestner@novell.com>
15460
15461         * ThemeWin32Classic.cs: fix FullRowSelect selection background and
15462         focus rectangle drawing. Fixes #77835.
15463
15464 2006-03-23  Mike Kestner  <mkestner@novell.com>
15465
15466         * XplatUIX11.cs: rework the fix for #77828 by changing the order of
15467         the if and else if and reverting back to the original == check on the
15468         None conditional.
15469
15470 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
15471
15472         * FontDialog.cs: Update the example panel if the selected index of
15473           the fontListBox changes.
15474
15475 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
15476
15477         * FileDialog.cs: Make FileDialog remember which directory it was in
15478           last in the same execution.
15479
15480 2006-03-22  Mike Kestner  <mkestner@novell.com>
15481
15482         * FileDialog.cs: make the DropDownMenu on the toolbar display
15483         RadioChecks since they are mutually exclusive and that's what MS does.
15484
15485 2006-03-22  Mike Kestner  <mkestner@novell.com>
15486
15487         * Theme.cs: add Color param to CPDrawMenuGlyph.
15488         * ThemeWin32Classic.cs: do color specific menu glyph rendering so that
15489         checks and radio marks and arrows are visible on highlighted items.
15490         * ControlPaint.cs: update to use new Theme signature.
15491
15492 2006-03-22  Mike Kestner  <mkestner@novell.com>
15493
15494         * MenuAPI.cs: only process Enter and arrow keypresses if the tracker
15495         is active. Fixes #77870.
15496
15497 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
15498
15499         * FileDialog.cs: Corrected TabIndex order and set fileNameComboBox
15500           to be focused/selected after startup
15501
15502 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
15503
15504         * ColorDialog.cs: 
15505           - Corrected behaviour of Color, AllowFullOpen, FullOpen,
15506             CustomColors and ShowHelp properties
15507           - Some internal rewrites to get better results when using the
15508             ColorMatrix
15509
15510 2006-03-22  Mike Kestner  <mkestner@novell.com>
15511
15512         * ListView.cs: hook into Peter's new ResetMouseHover capability to fix
15513         HoverSelection.  Fixes #77836.
15514
15515 2006-03-22  Mike Kestner  <mkestner@novell.com>
15516
15517         * FileDialog.cs: bugfixes for the toolbar.  Use PushButtons instead of
15518         ToggleButtons.  (De)Sensitize the Back button around a stack count of
15519         1, not 0.  Update ButtonSize based on a pixel count of the win32
15520         control.  Adjust the toolbar size/location for new button size.
15521
15522 2006-03-22  Jackson Harper  <jackson@ximian.com>
15523
15524         * XplatUIX11.cs: Don't handle configurenotifys if PostQuitState is
15525         true.
15526         * ScrollBar.cs: When doing increments and decrements we need to
15527         set the Value property so that ValueChanged gets raised. A
15528         possible optimization here would be to make an internal SetValue
15529         that doesn't invalidate immediately.
15530         * ToolTip.cs: Tooltips get added to their container (when
15531         supplied) so they get disposed when the container is disposed.
15532         - Don't create tooltips for String.Empty. This prevents all these
15533         little 2-3 pixel windows from showing up when running nunit-gui
15534         and driving me mad.
15535         * Form.cs: Don't set topmost when setting the owner if the handles
15536         haven't been created yet.  The topmost set will happen when the
15537         handles are created.
15538
15539 2006-03-22  Peter Dennis Bartok  <pbartok@novell.com> 
15540
15541         * XplatUIX11.cs:
15542           - DeriveWindowStyles: Fixed typo in borderstyle generation (#77828)
15543           - SetVisible: Sending WINDOWPOSCHANGED for all controls when made 
15544             visible (to allow them to recalculate their sizes)
15545
15546 2006-03-21  Mike Kestner  <mkestner@novell.com>
15547
15548         * ThemeWin32Classic.cs: major refactoring of the ToolBar rendering
15549         methods. Removed a ton of redundant code.  Still not really happy with
15550         the border rendering, but I think that's mainly because of the
15551         ControlDarkDark being black instead of a dark grey. Depending on how 
15552         close we want to be, we might want to revisit those color choices.
15553         Among the new features added during the refactor were DropDownArrow
15554         pressed rendering, Disabled image rendering.  Proper flat appearance
15555         boundary rendering.  Removed the Divider and Wrapping dividers since I
15556         can't figure out any combination of themes and conditions to make the
15557         MS control draw a horizontal line on a toolbar despite what the
15558         Divider property docs indicate.
15559         * ToolBar.cs: rewrite the layout engine. Fixes numerous flicker
15560         conditions and incorrect layout.  Updated to coding standard.
15561         * ToolBarButton.cs: refactored layout and positioning code from
15562         ToolBar to here.  Invalidate wherever possible instead of forcing
15563         redraws of the whole toolbar. 
15564         (Known remaining issues: explicit ButtonSize smaller than provided
15565         images.)
15566
15567 2006-03-21  Mike Kestner  <mkestner@novell.com>
15568
15569         * ContextMenu.cs (Show): use the position parameter instead of just
15570         showing at the MousePosition.
15571
15572 2006-03-21  Jackson Harper  <jackson@ximian.com>
15573
15574         * TabControl.cs: Remove the call to ProcessKeyEventArgs and let
15575         control handle this.
15576         * TreeNodeCollection.cs: If we are clearing the root node we need
15577         to reset top_node so calcs can still happen.
15578         * ThemeWin32Classic.cs: This is a Flags so we need to check
15579         properly.
15580         
15581 2006-03-21  Jackson Harper  <jackson@ximian.com>
15582
15583         * DataGrid.cs: Create columns when the binding context has been
15584         changed.
15585         * X11Structs.cs: Keysyms are uints.
15586         - Add size to fix build.
15587
15588 2006-03-21  Peter Dennis Bartok  <pbartok@novell.com> 
15589
15590         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
15591           XplatUIOSX.cs: 
15592           - Added ResetMouseHover method to allow controls to retrigger
15593             hovering if they need it more than once
15594           - Implemented MouseHoverTime and MouseHoverSize properties
15595         * Timer.cs: Start() must reset the interval
15596         * SystemInformation.cs: Added 2.0 MouseHoverTime and MouseHoverSize
15597           properties
15598
15599 2006-03-21  Jackson Harper  <jackson@ximian.com>
15600
15601         * X11Keyboard.cs: improved layout detection. Move the nonchar
15602         tables into this file.
15603         * KeyboardLayouts.cs: Move the tables into resource files.
15604
15605 2006-03-21  Mike Kestner  <mkestner@novell.com>
15606
15607         * ListView.cs: use OnItemActivated to raise events. Fixes #77834.
15608
15609 2006-03-21  Alexander Olk  <alex.olk@googlemail.com>
15610
15611         * Mime.cs: Various speed optimizations. Looking up mime types
15612           is now 2 times faster than before
15613
15614 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com> 
15615
15616         * CreateParams.cs: Added internal menu field
15617         * Control.cs: 
15618           - Switched call order for UpdateBounds; now we always call
15619             the one that also takes ClientSize, and we're calculating the 
15620             client size via driver method in the others. The previous
15621             method of tracking client size by difference wasn't working
15622             for forms where even the starting client size wouldn't match
15623             the overall form size (due to borders) (Part of fix for #77729)
15624           - CreateParams(): Do not use parent.Handle unless the handle is
15625             already created. Causes havoc with Nexxia and throws off our
15626             creation of controls
15627         * XplatUIX11.cs:
15628           - Created new PerformNCCalc method to trigger WM_NCCALCSIZE message
15629           - Switched handling of ConfigureNotify over to new PerformNCCalc 
15630             method (consolidates code)
15631           - Changed RequestNCRecalc to use new PerformNCCalc method
15632           - Added calls to RequestNCRecalc when menus and borders are changed
15633             to allow app to set NC size. (Part of fix for #77729) This matches
15634             when MS send a WM_NCRECALC on Win32 windows.
15635           - Now sending WM_WINDOWPOSCHANGED when toplevel for is made visible
15636             (Part of fix for #77729). This matches what MS does, they also
15637             send that message when the form is made visible.
15638           - XException.GetMessage: Improved usability of X errors by including
15639             a translation of the window into Hwnd and Control class
15640           - Improved debug info for window creation, reparenting and destruction
15641           - Created helper method WindowIsMapped() [Currently not used]
15642         * XplatUIWin32.cs: Added ToString() debug helper to RECT structure
15643         * Form.cs:
15644           - CreateParams: Now setting our menu on the new internal menu field
15645           - SetClientSizeCore: Now passing cp.menu instead of ActiveMenu to
15646             avoid calculating the same property twice
15647         * Hwnd.cs:
15648           - Improved usability of ToString() for debugging purposes
15649           - GetWindowRectangle(): Now uses proper CalcMenuBarSize method to
15650             determine the height of the menu, instead of just the font. This
15651             required to also create a graphics context and to keep a bmp 
15652             around (for performance reasons)
15653
15654 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com>
15655
15656         * MenuAPI.cs: Added OnMouseUp method
15657         * Form.cs:
15658           - Now remembering the requested client size, avoids size errors
15659           - WndProc: Now handling WM_xBUTTONUP and passing it to MenuTracker
15660             instead of base if the menu is active. This is required due to
15661             control now capturing and releasing on down/up and it would
15662             prematurely release our menu capture
15663
15664 2006-03-17  Jackson Harper  <jackson@ximian.com>
15665
15666         * KeyboardLayouts.cs: Add the czech layouts.
15667
15668 2006-03-16  Jackson Harper  <jackson@ximian.com>
15669
15670         * Control.cs: Use the viewport space when sizing not the controls
15671         client size, so things like ScrollableControl that effect the
15672         viewport size (when scrollbars are added) are computed correctly.
15673         * BindingContext.cs: Cleanup to use the DataSourceEntrys instead
15674         of ManagerEntrys.
15675         - Handle creating BindingManagers for null data sources.
15676         * DataGrid.cs: Bind the cached_currencymgr_events to the real data
15677         source, otherwise when rows are added they are added to the 'fake'
15678         datasource and we will crash when trying to set the position in
15679         those rows.
15680         - Use Implicit scrollbars on the datagrid so they arent
15681         selectable.
15682         
15683 2006-03-16  Jackson Harper  <jackson@ximian.com>
15684
15685         * Binding.cs:
15686         * InternalWindowManager.cs:
15687         * MdiWindowManager.cs:
15688         * X11Keyboard.cs: I really want Mike to love me again (fix
15689         compiler warnings).
15690
15691 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com>
15692
15693         * DataGrid.cs:
15694           - OnMouseDown: Switch to editing mode when clicking on the cell
15695                          even if we're clicking on the cell that's currently 
15696                          selected
15697           - ProcessGridKey: Left/Right now wrap like MS.Net does
15698           - ProcessGridKey: Tab now knows to add a new row when tab is
15699                             pressed in the cell of the last column of the 
15700                             last row
15701           - ProcessGridKey: Enter now adds another row  if pressed in the last
15702                             row and selectes the new row, same column cell
15703           - ProcessGridKey: Home/End navigate columns, not rows, like 
15704                             originally implemented
15705           - Broke ProcessKeyPreview code out into an extra Internal method
15706             so it can be called from the edit code
15707         * DataGridTextBox.cs (ProcessKeyMessage):
15708           - Switched to accept Tab keypresses
15709           - Added F2 handling to allow jumping to the end of the edited cell
15710           - Added logic to allow moving caret left/right inside edited cell
15711             and making the edited cell jump when the caret hits cell borders
15712           - Tab and Enter are now passed to the datagrid after being handled
15713         * TextBoxBase.cs:
15714           - Removed capture code now that Control handles it
15715           - set_SelectionStart now ensures caret is visible
15716
15717 2006-03-16  Jackson Harper  <jackson@ximian.com>
15718
15719         * TrackBar.cs: Debackwards the increment/decrement for handling
15720         mouse clicks on the bar with vertical trackbars.
15721         * ThemeWin32Classic.cs: Draw vertical trackbars with 0 at the
15722         bottom to match MS.
15723
15724 2006-03-16  Mike Kestner  <mkestner@novell.com>
15725
15726         * ListView.cs: make shift/ctrl keyboard and mouse selection 
15727         consistent with the MS control. Fix a bug in
15728         SelectedListViewItemCollection.Clear that was pissing me off for the
15729         better part of a day because the collection was being altered
15730         underneath us as we walked the list.
15731
15732 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com> 
15733
15734         * Control.cs: Not sure how we could miss this so long, but it seems
15735           that MS.Net has Capture set all the way from before calling 
15736           OnMouseDown through sending the mouse events until after
15737           OnMouseUp. This will fix DataGrid's selection being set to end
15738           at the location of the MouseUp.
15739
15740 2006-03-15  Jackson Harper  <jackson@ximian.com>
15741
15742         * BindingContext.cs: Check the binding after its added so that it
15743           can initialize the binding managers and hookup to events.
15744         * Binding.cs: Data members seem to sometimes include rows/cols in
15745           the format Row.Column we now take this into account.
15746           - Hookup to the position changed event so we can update the
15747           control when the position has changed in the data set.
15748         * CurrencyManager.cs: Take into account the row/col naming
15749           convention when creating dataset tables.
15750         * BindingContext.cs: Using a newer better way of storing
15751           datasource/datamember pairs.  Hopefully this better matches MS for
15752           looking up binding managers.
15753
15754
15755 2006-03-15  Jackson Harper  <jackson@ximian.com>
15756
15757         * BindingContext.cs: The currency manager needs the data member
15758         name, if the member is a data set we use the name to find the
15759         correct table.
15760         * CurrencyManager.cs: When creating the list prefer an IList over
15761         an IListSource.
15762         - Attempt to create a DataTable from a DataSet (TODO: might need
15763         some better error checking here, although MS doesn't seem to have much)
15764         - If we have a DataTable create a view and use it as our list.
15765
15766 2006-03-15  Mike Kestner  <mkestner@novell.com>
15767
15768         * ListView.cs: keep a matrix of the icon mode layout to facilitate
15769         keyboard navigation. Support Up/Down/Left/Right selection correctly
15770         for all 4 View modes.
15771         * ListViewItem.cs: add internal row/col fields for icon layouts.
15772
15773 2006-03-15  Jackson Harper  <jackson@ximian.com>
15774
15775         * TabControl.cs: Redraw the tabs when we resize so their newly
15776         calculated sizes are drawn on screen.
15777         * X11Keyboard.cs: Begginnings of XIM support.  We also now support
15778         composite characters.
15779         * XplatUIX11.cs: Keyboard driver needs to know about focus changes
15780         - filter events so that composite characters can be created
15781         patches by peter
15782         * X11Structs.cs: Add XIMProperties enum.
15783
15784 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
15785
15786         * Control.cs (BringToFront, SendToBack): Don't use window or handle
15787           unless it's created
15788
15789 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
15790
15791         * Control.cs (PerformLayout): We don't need to consider visiblity
15792           for anchoring, only for docking. This fixes 'whacky' alignment
15793           in listbox and other controls that use implicit scrollbars after
15794           the previous PerformLayout patch
15795         * ListBox.cs: Switched to use implicit scrollbars
15796           
15797 2006-03-14  Mike Kestner  <mkestner@novell.com>
15798
15799         * ToolBar.cs: 
15800         * VScrollBar.cs:
15801         - chain up the "new event" overrides to base and use
15802         OnEvent to raise them.  Part of fix for bug #76509.
15803
15804 2006-03-14  Alexander Olk  <alex.olk@googlemail.com>
15805
15806         * FileDialog.cs: Do not select an item in the parent directory
15807           on backspace
15808
15809 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
15810
15811         * Control.cs (PerformLayout): It would seem that we considered
15812           invisible windows for our layout. Not quite the right thing
15813           to do. Now we don't any longer, thereby fixing bug #76889.
15814
15815 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
15816
15817         * Control.cs (CanFocus): I goofed. A control can have focus 
15818           even though it's not selectable. Made it match MS docs.
15819
15820 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
15821
15822         * ControlPaint.cs (DrawBorder3D): DrawBorder3D does not fill the
15823           center by default (fixes #76895)
15824         * ThemeWin32Classic.cs, ThemeNice.cs, ThemeClearlooks.cs: Replaced 
15825           all uses of Border3DSides.All with the explicit ORd together
15826           Left|Right|Top|Bottom because I assume that nobody was aware 
15827           that All also implies a center fill. Most places I checked had
15828           a fill right above.
15829         * ProgressBarStyle.cs: Added
15830
15831 2006-03-13  Mike Kestner  <mkestner@novell.com>
15832
15833         * ListView.cs: fix breakage in drag shadow header positioning 
15834         from Peter's csc compilation fix.
15835
15836 2006-03-13  Mike Kestner  <mkestner@novell.com>
15837
15838         * ListView.cs: fix NRE produced by backspacing twice in a focused
15839         FileDialog.
15840
15841 2006-03-13  Mike Kestner  <mkestner@novell.com>
15842
15843         * ListView.cs: proxy Key(Down|Up) from ItemControl to ListView.
15844
15845 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
15846
15847         * Hwnd.cs: Added fixed_size field to track windows whose size cannot
15848           be changed
15849         * XplatUIX11.cs: Now setting fixed_size on hwnd and if set, re-setting
15850           the allowed size before making programmatic size changes
15851
15852 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com> 
15853
15854         * XplatUIX11.cs: Don't call XSetWMNormalHints if no flags are 
15855           set, metacity is broken and will still use the emty sizes in 
15856           the struct. (Fix for #77089)
15857
15858 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
15859
15860         * XplatUIStructs.cs: Split WindowStyles into WindowStyles and 
15861           WindowExStyles and marked both enums as Flags
15862         * Form.cs, ComboBox.cs, ToolTip.cs, Control.cs, PropertyGridView.cs,
15863           NotifyIcon.cs, MenuAPI.cs, XplatUIOSX.cs, MonthCalendar.cs: Updated
15864           to match WindowStyles split
15865         * XplatUIX11.cs:
15866           - SetWMStyles: Added cehck to not apply WM attributes to Child windows
15867           - Updated to match WindowStyles split
15868         * XplatUIWin32.cs:
15869           - Fixed FosterParent creation, was using ExStyle on the Style field
15870             (This should help with Popup focus issues)
15871           - Updated to match WindowStyles split
15872
15873 2006-03-13  Jackson Harper  <jackson@ximian.com>
15874
15875         * MdiWindowManager.cs: Use the system menu height. Fixes some
15876         strange sizing issues.
15877
15878 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
15879
15880         * RichTextBox.cs: Need to scroll to caret after text is inserted (#77672)
15881         * TextBoxBase.cs:
15882           - Scroll to caret after inserting text (#77672)
15883           - Make scroll range one pixel higher, fixes off-by-one error (and
15884             makes underlines visible on the last line)
15885
15886 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com> 
15887
15888         * XplatUIX11.cs: Added call to new Keyboard.ResetKeyState to prevent
15889           the keyboard state from being stuck with keys in 'pressed' state when
15890           focus is switched away via keyboard
15891         * X11Keyboard.cs: Added new ResetKeyState method to allow drivers to
15892           reset the keyboard if no X11 KeyUp events are expected to come
15893         * X11Structs.cs: Switched type of Visible to bool to match driver
15894
15895 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
15896
15897         * TextControl.cs:
15898           - Switched caret to be just 1 pixel wide, matches MS and looks less
15899             clunky
15900           - Moved caret display 1 pixel down from the top of the control
15901             to improve view
15902           - InsertCharAtCharet: Update the selection start if moving the caret
15903             (fixes bug #77696; based on patch suggested by kazuki@panicode.com)
15904           - No longer always creating the caret when the caret methods are
15905             called. Only the actual ShowCaret/HideCaret will do that now
15906           - Only setting caret visible if the owner control has focus
15907           - UpdateView: Added invalidation-shortcut logic for center and right 
15908             aligned text. Previously we'd update all according to the left
15909             logic which caused drawing errors. Also fixed height of invalidated
15910             areas, now properly invalidating the whole area (was off-by-one)
15911           - owner_HandleCreated: Always generate the document when the
15912             handle is created; this ensures that 
15913         * TextBoxBase.cs:
15914           - Fixed situation where caret would disappear under the right
15915             window border, also improved scrolling behaviour on left-
15916             aligned textboxes
15917           - Fixed right-aligned textboxes to have a border to the
15918             right instead of the caret being under the right border
15919         * XplatUIX11.cs:
15920           - Switched from 'nested' to simple visible/not visible tracking 
15921             for caret (part of fix for #77671)
15922           - No longer passing through translated FocusIn/FocusOut messages
15923             since we were notifying too often and the wrong windows. Instead
15924             we just notify our focussed window of receiving or loosing focus
15925         * XplatUIWin32.cs: Switched from 'nested' show/hide 
15926           counting for caret to simple visible yes/no behaviour (part of 
15927           fix for #77671)
15928
15929 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
15930
15931         * Mime.cs: Remove debug code...
15932
15933 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
15934
15935         * MimeGenerated.cs: Removed
15936         * Mime.cs: Mime now reads the mime data (magic, globs, aliases
15937           and subclasses) from /usr/(local/)share/mime and
15938           $HOME/.local/share/mime.
15939
15940 2006-03-10  Jackson Harper  <jackson@ximian.com>
15941
15942         * MdiWindowManager.cs: Recalc the NC area when a window is
15943         maximized/restored so that the menu area is drawn on forms that
15944         don't have a menu.
15945
15946 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
15947
15948         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
15949           XplatUIX11.cs: Added RequestNCRecalc method to driver to allow
15950           us to force a WM_NCCALCRESIZE message being sent. This is needed
15951           for MDI maximizing.
15952
15953 2006-03-10  Jackson Harper  <jackson@ximian.com>
15954
15955         * Form.cs: We need to use the ActiveMenu when calculating menu
15956         height.
15957         - Fix nullref when the window manager hasn't been created yet.
15958         * Control.cs: Fix nullref when we try to bring a control to the
15959         front that has no parent.
15960         * MdiWindowManager.cs: Use the MaximizedMenu for calculating
15961         height.
15962         - Add a dummy item to the maximized menu so it always has the
15963         correct height. Otherwise when there are no menus we don't get our
15964         icon and buttons.
15965         
15966
15967 2006-03-10  Jackson Harper  <jackson@ximian.com>
15968
15969         * MenuAPI.cs: Make this available elsewhere. I need it in some MDI
15970         stuff.
15971         * Form.cs: Make the window_state internal so the window managers
15972         can track it.
15973         - When an MDI child is maximized let its window manager create the
15974         main menu (so it can add its icon).
15975         - Notify the window managers of state changes
15976         - Let the window manager paint its buttons and handle button
15977         clicks on the menu when it is maximized.
15978         * InternalWindowManager.cs: Move the prev_bounds into the mdi
15979         window manager, since tool windows don't use it, only mdi windows.
15980         - Tell the main form that we don't want it to handle NCPAINT
15981         itself to avoid extra painting.
15982         - Handle clicks on a maximized windows menu.
15983         - Handle window state changes
15984         - Handle minimize/maximize clicks correctly by setting the window state.
15985         * MdiWindowManager.cs: Add an icon menu that (the menu you get
15986         when clicking on the forms icon).
15987         - New method to create a forms maximized menu. This is its normal
15988         menu + an icon.
15989         - Handle window state changes.
15990         - Handle sizing of maximized windows.  Maximized windows are just
15991         drawn bigger then the parent visible area. All controls are still
15992         there, they are just outside the visible area (this matches windows).
15993         * MdiClient.cs: No scrollbars when a child window is maximized.
15994         - Let the children windows figure out how big they should be when
15995         sizing maximized windows.
15996         - Implement a version of ArrangeIconicWindows somewhat similar to
15997         Windows version.  There are some little differences, but I don't
15998         think any app will rely on the layout of minimized mdi windows.
15999
16000 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
16001
16002         * Padding.cs: Several fixes to allow compiling with csc 2.0
16003
16004 2006-03-09  Jackson Harper  <jackson@ximian.com>
16005
16006         * Menu.cs:
16007         * MenuItem.cs: Cheap hack so we can add items to the list without
16008         the events being raised.  This allows adding mdi items during
16009         drawing. TODO: Should probably find a better time to add the items.
16010
16011 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
16012
16013         * ThemeWin32Classic.cs:
16014           - CheckBox_DrawText: Added logic to not wrap if not enough space
16015             is available (Fix for bug #77727)
16016           - RadioButton_DrawText: Added logic not to wrap if not enough
16017             space is available (Fix for bug #77727). Also removed some
16018             duplicate code, DrawString always drawing the regular text
16019             before hitting the if statement.
16020
16021 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com> 
16022
16023         * XplatUIX11.cs: Handle an unmapped window state in SetWindowState
16024
16025 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
16026
16027         * PictureBox.cs: Implemented ISupportInitialize interface (fixes #77726)
16028         * ContainerControl.cs: Partial implementation of some 2.0 scaling
16029           methods. Moved the new 2.0 properties into alphabetical order with
16030           other properties and added MonoTODO tags
16031
16032 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
16033
16034         * AutoScaleMode.cs: Added. Fix build.
16035
16036 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
16037
16038         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
16039           XplatUIOSX.cs: Removed HWnd argument from CalcuateClientRect, not used
16040           and was requiring premature handle creation for calls from above
16041         * Form.cs, Control.cs: Removed handle arguments from calls to
16042           CalculateClientRect()
16043
16044 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
16045
16046         * ListView.cs (HeaderMouseMove): Fix csc compilation. 
16047           drag_column.column_rect is MarshalByRef and can't be used that way
16048
16049 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
16050
16051         * AxHost.cs: Added deserialization constructor for 
16052           AxHost+State (fixes 77743)
16053
16054 2006-03-09  Mike Kestner  <mkestner@novell.com>
16055
16056         * ListView.cs: 
16057         - Added column drag reordering for details view.
16058         - fixed behavior when mouse is dragged off column and
16059         AllowColumnReorder is false.
16060         * ColumnHeader.cs: clone the format too in Clone.
16061         * Theme.cs: add DrawListViewHeaderDragDetails method.
16062         * ThemeWin32Classic.cs:
16063         - impl new method for drawing drag column shadows and targets.
16064         - support column offset for details mode in DrawListViewItem.
16065
16066 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
16067
16068         * TextControl.cs: Reset the char_count when the document is cleared
16069           (Fixes bug reported on mono-winforms mailing list)
16070
16071 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
16072
16073         * TextBoxBase.cs: Honor the Handled state of KeyPress events. Instead
16074           of calling base we simply process the key ourselves, since both
16075           DefWindowProc and the handled method would set m.Result. 
16076           (Fixes #77732)
16077
16078 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
16079
16080         * Form.cs(ScaleCore): No longer calling base.ScaleCore since that
16081           method also moves the window; instead implemented a copy of
16082           Control.ScaleCore (Part of fix for #77456)
16083         * TextBoxBase.cs: 
16084           - Created new CreateGraphicsInternal method to allow providing
16085             a graphics context when no handle is created without triggering
16086             handle creation. (Part of fix for #77456)
16087           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
16088         * TextControl.cs: 
16089           - Switched Constructor to require TextBoxBase instead of Control (to
16090             allow uncast access to CreateGraphicsInternal)
16091           - Safeguarded use of owner.Handle property. No longer accessing it
16092             unless the handle is already created.
16093           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
16094           - Now triggering a recalc when owning control becomes visible
16095         * TextBox.cs, RichTextBox.cs: Switched to use new internal 
16096           TextBoxBase.CreateGraphicsInternal() method to avoid triggering
16097           premature handle creation (Part of fix for #77456)
16098         * Control.cs:
16099           - We now only destroy our double-buffering buffers when the
16100             control is resized or disposed, but not when visibility
16101             changes. (The code even re-created them twice every time)
16102           - Now requiring a redraw of the buffer on visibility changes
16103             (fixes bug 77654 part 2)
16104           - Not passing OnParentVisibleChanged up unless the control
16105             is visible
16106           - CanFocus: Fixed to match MS documentation
16107           - Focus: Fixed to return actual focus state and to check if
16108             setting focus is legal before setting it
16109
16110 2006-03-08  Peter Dennis Bartok  <pbartok@novell.com>
16111
16112         * ThemeWin32Classic.cs: TabPages cannot have focus. Determine
16113           when to draw focus rectangle by looking at parent focus and
16114           selected state instead. This fixes TabPages on Linux sometimes
16115           having none or multiple focus rectangles.
16116         * XplatUIX11.cs (SetFocus): 
16117           - Don't set the focus if the same window already has focus
16118           - Use SendMessage instead of PostMessage (like it's Win32
16119             equivalent) and send the WM_SETFOCUS before the WM_KILLFOCUS
16120             to match MS behaviour
16121         * TabControl.cs(SelectedIndex): Don't set Focus on TabPage, TabPages
16122           are not selectable.
16123
16124 2006-03-07  Jackson Harper  <jackson@ximian.com>
16125
16126         * PictureBox.cs: Revert line I accidently committed last week.
16127
16128 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
16129
16130         * Control.cs: 
16131           - Added new IsRecreating and ParentIsRecreating properties to
16132             allow testing if RecreateHandle has been called on ourselves
16133             or one of our parents
16134           - WndProc(WM_DESTROY): If our control handle is being recreated
16135             we immediately need to create the handle when receiving the
16136             destroy, that way our child windows find a valid parent handle
16137             when they themselves are being recreated upon WM_DESTROY receipt
16138             (fix for bug #77654 part 1)
16139         * XplatUIX11.cs:
16140           - DestroyWindow: WM_DESTROY must be sent to our own window before
16141             notifying any child windows. MS documents that child windows
16142             are still valid when WM_DESTROY is received. (Control now relies on
16143             this behaviour)
16144           - Added some fine-grain debug options
16145
16146 2006-03-06  Jackson Harper  <jackson@ximian.com>
16147
16148         * MdiClient.cs: Redid scrolling logic a bit to create a virtual
16149         box and base calculations off this.
16150         * MdiChildContext.cs:
16151         * MdiWindowManager.cs: Don't need to ensure scrollbars here
16152         anymore.
16153         
16154 2006-03-06  Peter Dennis Bartok  <pbartok@novell.com>
16155
16156         * Splitter.cs: In situations where the affected control is added
16157           to the parent's control list after the splitter, we would not
16158           populate affected. Now we try populating it on mousedown, if
16159           it's not already set, and force it to be re-set whenever our
16160           parent changes.
16161
16162 2006-03-03  Matt Hargett  <matt@use.net>
16163
16164         * Control.cs: implement Control.Padding
16165         * Padding.cs: -Padding.All returns -1 when constructing with the
16166         implicit default ctor
16167         -Padding.ToString() matches MS.NET
16168         * ContainerControl.cs: implement
16169         ContainerControl.AutoScaleDimensions
16170         * ListControl.cs: implement ListControl.FormattingEnabled
16171         * TextBox.cs: Implemented TextBox.UseSystemPasswordChar.
16172         * ButtonBase.cs:
16173         * TabPage.cs: Implement UseVisualStyleBackColor.
16174         * PictureBox.cs: Implement PictureBox.InitialImage.
16175
16176 2006-03-03  Mike Kestner  <mkestner@novell.com>
16177
16178         * ListView.cs: Refactor into HeaderControl and ItemControl. Fix new
16179         event declarations to proxy to base event.
16180         * ListViewItem.cs: update to use ItemControl.
16181         * Theme.cs: make DrawListViewHeader. s/DrawListView/DrawListViewItems.
16182         * ThemeWin32Classic.cs: update to new ListView theme API and fix
16183         column header label rendering for 0 width columns.
16184
16185 2006-03-03  Peter Dennis Bartok  <pbartok@novell.com>
16186
16187         * Control.cs (ControlCollection.SetChildIndex): Avoid using a call
16188           that causes the control to be created. Fixes #77476.
16189
16190 2006-03-02  Jackson Harper  <jackson@ximian.com>
16191
16192         * Hwnd.cs: Clear the nc pending when clearing the NC area, not the
16193         expose_pending.
16194
16195 2006-03-02  Peter Dennis Bartok  <pbartok@novell.com>
16196
16197         * Control.cs: Implemented 2.0 feature where OnClick has MouseEventArgs
16198           passed in for the EventArgs (fixes #77690)
16199
16200 2006-03-01  Jackson Harper  <jackson@ximian.com>
16201
16202         * ScrollBar.cs: Refresh afterbeing resized.
16203
16204 2006-02-28  Mike Kestner  <mkestner@novell.com>
16205
16206         * MenuAPI.cs: Call PerformPopup internal method to emit Popup.
16207         Clean up a tracker compile warning.
16208         * MenuItem.cs: add internal PerformPopup method.
16209         [Fixes #77457]
16210
16211 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
16212
16213         * TextBoxBase.cs (set_Text): Recalculate the document (causing an
16214           implicit expose) when the text is set to null
16215
16216 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com>
16217
16218         * RichTextBox.cs (FlushText): When newline is true, we always
16219           need to split the line, even if no text is on it and we may
16220           never eat newlines. (Fixes #77669)
16221
16222 2006-02-28  Mike Kestner  <mkestner@novell.com>
16223
16224         * ListView.cs: Add UpdateSelection internal method. Remove SelectItem 
16225         and set Selected instead.
16226         * ListViewItem.cs: Call owner.UpdateSelection to manipulate the 
16227         collections.
16228
16229 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
16230
16231         * ComboBox.cs: Allow setting SelectedIndex to -1. Fixes #77665
16232
16233 2006-02-28  Alexander Olk  <alex.olk@googlemail.com>
16234
16235         * FontDialog.cs:
16236           - Got rid of the panel. All controls are now directly added to
16237             the dialog form
16238           - It is now possible to set a font with the Font property
16239           - MinSize and MaxSize property do now what they should
16240           - ShowApply, ShowHelp, ShowColor, ShowEffects likewise
16241           - Searching and selecting a font with the font textbox works now,
16242             the same applies to the style and size textbox
16243           - Draw the correct 3D border in the example panel
16244           - Fixed a little mem leak (unused fonts didn't get disposed)
16245           - Many other internal updates/rewrites...
16246           - Fix typo
16247
16248 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
16249
16250         * TextControl.cs: 
16251           - InsertRTFFromStream: Added 'number of characters inserted' argument
16252           - set_SelectedRTF: Now using the number of characters to calculate
16253             the new location for the selection and cursor (x/y cannot be used
16254             due to potentially already wrapped text)
16255
16256 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com>
16257
16258         * TextControl.cs: Added property and implemented means to allow 
16259           disabling recalculation of a document (can be used to speed up
16260           multiple inserts and is needed to make RTF inserts predictable, see
16261           bug #77659)
16262         * RichTextBox.cs: Using the new NoRecalc property of Document to
16263           keep x/y insert locations predictable. Also makes it faster inserting
16264           large chunks of RTF
16265
16266 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
16267
16268         * Control.cs: Separated special WM_SYSKEYUP keyboard handling. That way
16269           it's easier for a child control to handle the other messages without
16270           having to duplicate the special functionality
16271         * TextBoxBase.cs
16272           - WndProc: Removed calling base handler for WM_KEYDOWN and added 
16273             code to handle processing the key ourselves, in order to get 
16274             access to the result of KeyEventArgs.Handled. We now only call 
16275             ProcessKey if they key hasn't been handled already. Fixes #77526.
16276           - set_Text: If null or empty string is given, just clear the 
16277             document. Fixes part of #77526
16278
16279 2006-02-27  Jackson Harper  <jackson@ximian.com>
16280
16281         * SizeGrip.cs: Paint the background color before painting the grip
16282         so things look right.
16283         * MdiClient.cs: Add the sizegrip when both scrollbars are used.
16284
16285 2006-02-27  Mike Kestner  <mkestner@novell.com>
16286
16287         * ListView.cs:
16288           - Restructure layout and invalidation model to remove a ton of
16289           flicker from the control and speed up performance in general.
16290           - Add manual column resize, flickers like crazy, but I already have
16291           some ideas on how I'll fix that. (#76822)
16292           - Merge the three Icon-based views into a single layout method.
16293           - Move item selection interaction logic from the item since 
16294           interaction with the collections is more appropriate to the view.
16295           - Deselection on non-item clicks.
16296         * ListViewItem.cs:
16297           - Encapsulate most of the layout. Add some internal props to trigger
16298           layout.  Move to a model where Items invalidate themselves instead
16299           of just invalidating the whole control every time something changes.
16300           - Invalidate on Text/Caption changes.
16301           - switch to an offset based layout model to avoid having to absolute
16302           position every element on item moves.
16303           - correct checkbox layout to conform to MS layout.
16304         * ThemeWin32Classic.cs:
16305           - refactor some column header drawing code.
16306           - fix string justification for column headers (#76821)
16307           - make SmallIcon labels top justified for compat with MS impl.
16308         * ThemeClearlooks.cs:
16309           - adjust to new ListViewItem internal checkbox bounds api.
16310
16311 2006-02-27  Jackson Harper  <jackson@ximian.com>
16312
16313         * Control.cs:  Change where implicit controls fall in the zorder.
16314         They are now on top of all children.
16315         - Synced AddImplicit code with Add
16316         - Removed unused enumerator.
16317         * SizeGrip.cs: Remove the TODO as its been TODONE.
16318
16319 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com> 
16320
16321         * TextControl.cs(Insert): Combine the last lines unless the insertion
16322           string ends with \n\n, otherwise we leave one line too many (Fixes
16323           something I noticed with the testapp for #77526; the bug itself was
16324           already fixed in the previous checkin)
16325
16326 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com>
16327
16328         * RichTextBox.cs:
16329           - SelectionColor and SelectionFont methods no longer set absolute
16330             styles. Instead, the keep font or color respectively (This 
16331             resolves a long-standing FIXME in the code)
16332           - When flushing RTF text, the insert code now considers text trailing
16333             behind the insertion point (Fixes the bug where when replacing
16334             the selected text via SelectedRTF the remainder of the line behind 
16335             the selection would stay on the first insertion line)
16336         * TextBoxBase.cs:
16337           - AppendText now updates the selection points after inserting text
16338           - AppendText now ensures that the last tag (sometimes 0-length) of
16339             the document is used for the style information (Fixes part of 
16340             bug #77220)
16341         * TextControl.cs:
16342           - Created new FontDefiniton class to allow describing partial style
16343             changes
16344           - StreamLine() now takes a lines argument, to allow it to decide
16345             whether an encountered zero-length tag is the last in the document
16346             (which must be kept to not loose the font/color contained in it,
16347             for later appends)
16348           - Created Combine() and Split() methods for Marker structs, to 
16349             support marker updates due to reformatted documents (soft line
16350             wraps)
16351           - Implemented Document.CaretTag setter
16352           - Fixed MoveCaret(CtrlEnd) handling, now moves to the last character
16353             of the last line (Not the cause, but also exposed by bug #77220)
16354           - Added LineTag argument to InsertString method, to allow callers
16355             to force a certain tag to be used (required to force use of the
16356             trailing zero-length tag of a document)
16357           - Now updating markers in Combine(), to avoid stale tag markers
16358           - Added some method descriptions to aid maintenance
16359           - Implemented new FormatText concept, allowing additive/subtractive
16360             formatting by only specifying the components that are to be 
16361             changed. This was needed for resolving the RTB.SelectedColor/
16362             RTB.SelectedFont fixmes
16363           - Added Break() support method to allow breaking up linetags (used
16364             for partial formatting)
16365           - Added GenerateTextFormat() method. It is used for partial 
16366             formatting and allows to generate a full font/color from given
16367             attributes and an existing tag.
16368
16369 2006-02-26  Jackson Harper  <jackson@ximian.com>
16370
16371         * XplatUIX11.cs:  Use the correct caption height.
16372         - Translate hittest coordinates to screen coords to match MS.
16373         * XplatUIWin32.cs: When we create MDI windows we need to reset
16374         some of the style flags, so we get a nice blank window, and can
16375         draw all the decorations ourselves.
16376         - Set a clipping rectangle on the non client paint event, the
16377         window manager drawing code needs one.
16378         * Form.cs: The window manager needs to know when the window state
16379         has been updated.
16380         * Hwnd.cs: The window manager stuff now does a proper NCCALC so we
16381         don't need to factor in border and title sizes in these
16382         methods. TODO: Remove the args and fix the call points.
16383         * InternalWindowManager.cs: Handle NCHITTEST and NCCALCAREA
16384         properly.
16385         - Let the driver set the cursors.
16386         - Improve active window handling
16387         - Correct sizes for title bars and buttons.
16388         - Match MS drawing better
16389         * MdiWindowManager.cs: We don't need to handle border style
16390         updates specially anymore.
16391         - Check for scrollbars when windows are done moving
16392         - Handle Active properly.
16393         * MimeIcon.cs: Don't crash when we can't load the GNOME stuff
16394         correctly. I am spewing the exception though, so we don't hide the
16395         bugs.
16396         
16397 2006-02-26  Pedro Martinez Julia  <pedromj@gmail.com>
16398
16399         * DataGridViewRowPostPaintEventArgs.cs,
16400           DataGridViewCellPaintingEventArgs.cs,
16401           DataGridViewRowCollection.cs,
16402           DataGridViewRowPrePaintEventArgs.cs,
16403           DataGridViewCell.cs: Clear a few warnings and implement a few
16404           exceptions that should be thrown.
16405
16406 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
16407
16408         * ScrollBar.cs (ctor): Explicitly set a cursor to avoid
16409           'inheriting' our parent's (non-default) cursor. (Part of
16410            the fix for #77479)
16411
16412 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com> 
16413
16414         * XplatUIX11.cs: Fixed cast to make csc happy
16415
16416 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
16417
16418         * Control.cs (WndProc): Only handle WM_SETCURSOR messages if
16419           it's for the client area (part of fix for #77479 and needed
16420           for MDI window cursor handling)
16421         * XplatUIX11.cs
16422           - DefWindowProc: Now handles the WM_SETCURSOR messages, setting
16423             the appropriate default cursors and also passing the message
16424             up the parent chain 
16425           - GetMessage: Now generating WM_NCHITTEST and WM_SETCURSOR even
16426             for non-client areas
16427
16428 2006-02-15  Jackson Harper  <jackson@ximian.com>
16429
16430         * XplatUIWin32.cs: Since we fake MDI dont tell Windows that this
16431         is a real MDI window
16432
16433 2006-02-14  Alexander Olk  <alex.olk@googlemail.com>
16434
16435         * X11DesktopColors.cs: Instead of checking the desktop session
16436           string for "KDE" check if it starts with "KDE"
16437
16438 2006-02-10  Jackson Harper  <jackson@ximian.com>
16439
16440         * XplatUIX11.cs: These should be unsigned (fixes crash on 32 bit
16441         systems).
16442
16443 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
16444
16445         * FileDialog.cs: Added Refresh to RunDialog to fix some drawing
16446           errors
16447         * ColorDialog.cs:
16448           - Got rid of the panel. All controls are now directly added to
16449             the dialog form
16450           - Changed to mono coding style
16451
16452 2006-02-10  Jackson Harper  <jackson@ximian.com>
16453
16454         * InternalWindowManager.cs: We don't need the set visibility to
16455         false hack anymore now that peter has written beautiful shutdown
16456         code.
16457
16458 2006-02-10  Peter Dennis Bartok  <pbartok@novell.com>
16459
16460         * XplatUIX11.cs: Ignore DestroyNotify messages for windows that
16461           where already explicitly destroyed
16462
16463 2006-02-10  Jackson Harper  <jackson@ximian.com>
16464
16465         * MdiClient.cs: Handle the case where windows are too high or to
16466         the left and we need scrollbars.
16467
16468 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
16469
16470         * MimeIcon.cs: Added some icons
16471         * FileDialog.cs:
16472           - Fixed bug #77477
16473           - Got rid of the panel. All controls are now directly added to
16474             the dialog form
16475           - Changed to mono coding style
16476           - On Linux "My Computer" and "My Network" will now show some
16477             more usefull information. A new class, MasterMount, gathers
16478             this information from /proc/mount. Updated MWFFileView to make
16479             use of this information
16480           - Fixed a bug that caused FileDialog to crash when
16481             ".recently_used" file had a zero size
16482           - FilterIndex does now what it should
16483           - Some Refactoring
16484         * OpenFileDialog.cs, SaveFileDialog.cs: Updated to reflect latest
16485             FileDialog changes
16486
16487 2006-02-09  Jackson Harper  <jackson@ximian.com>
16488
16489         * ComboBox.cs: Don't touch if null.
16490
16491 2006-02-09  Peter Dennis Bartok  <pbartok@novell.com>
16492
16493         * Cursor.cs: 64bit safeness fix
16494         * XplatUIX11.cs: Removed several unneeded and one moronic cast.
16495
16496 2006-02-09  Jackson Harper  <jackson@ximian.com>
16497
16498         * Form.cs: If a form is made into an MDI form update the styles so
16499         all the props can get set correctly.
16500         - Kill the mdi_container when we dont need it anymore.
16501         * InternalWindowManager.cs: Add missing NOT
16502
16503 2006-02-08  Jackson Harper  <jackson@ximian.com>
16504
16505         * InternalWindowManager.cs: Respek clipping when drawing MDi
16506         decorations.
16507
16508 2006-02-08  Jackson Harper  <jackson@ximian.com>
16509
16510         * Hwnd.cs: Add bits to track non client expose events.
16511         * XplatUIX11.cs: Track non client expose events on the hwnd. This
16512         gives us a proper invalid rect and will allow for some nice
16513         optimizations with NC client drawing
16514         - MDI windows are children windows, so move their style handling
16515         into the child window block.
16516         * InternalWindowManager.cs: Remove a state reset that was
16517         getting invoked at the wrong time. Fixes managed windows getting
16518         into a 'stuck' captured state.
16519
16520 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
16521
16522         * TextControl.cs (Document.ctor): Now initializing 
16523           selection_anchor. Fixes #77493
16524
16525 2006-02-07  Jackson Harper  <jackson@ximian.com>
16526
16527         * TrackBar.cs: The increment/decrements were backwards.
16528
16529 2006-02-07  Mike Kestner  <mkestner@novell.com>
16530
16531         * Theme*.cs : remove ThemeEngine.Current usage as it just points back
16532         to the instance itself.
16533
16534 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
16535
16536         * X11DesktopColors.cs, ThemeGtk.cs: The GObject structure is based
16537           on ulongs and pointers, the size differs between 32bit and 64bit
16538           systems. 
16539
16540 2006-02-07  Mike Kestner  <mkestner@novell.com>
16541
16542         * XplatUIX11.cs : force the WorkingArea away from XGetWindowProperty
16543         for 64 bit platforms to work around a metacity bug. 
16544
16545 2006-02-07  Jackson Harper  <jackson@ximian.com>
16546
16547         * TrackBar.cs: Process the input keys we need, and hookup to
16548         KeyDown instead of using WndProc, so we get key messages.
16549
16550 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com>
16551
16552         * XplatUIX11.cs: Atoms are only 32bit on the wire, no matter what
16553           machine we're on. 
16554         * X11Dnd.cs(SetAllowDrop): Since atoms are always 32bit on the wire
16555           we need to translate the XdndVersion atoms array before sending it
16556
16557 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com> 
16558
16559         * XplatUIX11.cs: 
16560           - The preceeding 64bit fixes had a bug: ChangeProperty expects the
16561             number of bits for the property, not the number of bytes. The
16562             change to provide IntPtr.Size broke 32bit. (64bit was also wrong
16563             but would not crash since it specified 8 bits instead of 4 bits)
16564           - More 64bit fixes: Switched all atoms from int to IntPtr (they are
16565             defined as XID -> long in the C headers)
16566           - Removed 'new IntPtr((int))' and '(IntPtr)' casts from all NetAtoms 
16567             references since those are now IntPtr to begin with
16568           - Switched all Atom.XXX 'int' casts to IntPtr casts
16569           - Fixed XGrabPointer DllImport signature to work for 64bit (cursor arg)
16570           - Fixed XInternAtom signature for 64bit, now returns an IntPtr
16571           - Added XChangeActivePointerGrab DllImport (for X11DnD)
16572         * X11Structs.cs:
16573           - Changed 'int' type for Atoms in XEvent structures to IntPtr
16574           - Changed atom in HoverStruct to be IntPtr
16575         * X11DnD.cs:
16576           - Removed local DllImports, switched code to use those from XplatUIX11
16577           - Removed/fixed casts related to the switch of Atom to be a IntPtr
16578
16579 2006-02-06  Mike Kestner  <mkestner@novell.com>
16580
16581         * XplatUIX11.cs : many more 64 bit pinvoke changes.  I've audited all the 
16582         method signatures in the import region.  There may still be some
16583         lingering struct marshaling issues, as I didn't drill down into those.
16584         Yet.
16585
16586 2006-02-06  Jackson Harper  <jackson@ximian.com>
16587
16588         * ComboBox.cs: Dont manually set the top_item, this is computed
16589         when the scrollbar position is set.
16590
16591 2006-02-06  Mike Kestner  <mkestner@novell.com>
16592
16593         * XplatUIX11.cs : 64 bit changes to XGetWindowProperty usage. Fixes
16594         startup crashes on amd64.  There's other fixes needed.  All pinvoke
16595         usage of Atom needs to be mapped to IntPtr for example.  And there are
16596         likely other int/long issues to be addressed.
16597
16598 2006-02-04  Alexander Olk  <alex.olk@googlemail.com>
16599
16600         * FileDialog.cs: One more...
16601
16602 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
16603
16604         * FileDialog.cs: Next try
16605
16606 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
16607
16608         * FileDialog.cs: First part of fix for #77464
16609
16610 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
16611
16612         * ButtonBase.cs, ContainerControl.cs, Forms.cs,
16613           ThemeWin32Classic.cs: Fix for #77458. Correct handling of
16614           AcceptButton border drawing.
16615
16616 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com> 
16617
16618         * Form.cs: Moved positioning of form after auto scaling is applied,
16619           otherwise it would possibly use wrong form size.
16620
16621 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com>
16622
16623         * Control.cs (RecreateHandle): No need to re-create any child
16624           controls, the child windows will get destroyed automatically by
16625           the windowing system or driver, and re-created when the handle
16626           is being accessed the first time. Fixes #77456
16627         * Form.cs: No longer setting the form to closing if the handle is 
16628           being recreated. This seems like the right thing to do, don't
16629           have a bug or testcase for this, though.
16630
16631 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
16632
16633         * FileDialog.cs: Suspend/Resume layouting when changing sizes of
16634           controls to avoid unwanted side effects
16635
16636 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com> 
16637
16638         * Control.cs: 
16639           - ScaleCore needs to scale the bounds, not the ClientSize of the 
16640             control. Fixes #77416.
16641           - DefaultSize is 0,0 for control
16642         * TextBoxBase.cs: 
16643           - DefaultSize is 100, 20
16644           - SetBoundsCore: Now enforcing the height, no matter if the provided
16645             height is more or less than the preferred one, as long as AutoSize
16646             is on
16647         * Form.cs: Apply documented fudge factor. Part of item 3 fix for #77416
16648
16649 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
16650
16651         * Control.cs:
16652           - ResumeLayout: Fixed logic when to call PerformLayout, we may not
16653             call unless both performLayout is true *and* we have a pending
16654             layout change
16655           - ResumeLayout: MS does not completely nest Suspend and Resume,
16656             they bottom out at 0, fixed our code to match that.
16657           - UpdateBounds/SetBoundsCore: Moved calling of UpdateDistances() to
16658             SetBoundsCore, we were updating even when we shouldn't. This fixes
16659             swf-anchors mis-anchoring when resizing the app fast and lots.
16660           - UpdateDistances: Now only setting the left and top distance if 
16661             we have a parent and are not suspended, this is based on
16662             a suggestion by Don Edvaldson in bug #77355.
16663           - OnVisibleChanged: Fixed logic when to create the control. We may
16664             not create the control if we have no parent or if it's not visible;
16665             switched to using Visible property instead of is_visible field 
16666             since the property also considers parent states. This fixes a bug
16667             when starting Paint.Net
16668
16669 2006-02-02  Jackson Harper  <jackson@ximian.com>
16670
16671         * Form.cs: If the forms handle hasn't been created yet don't call
16672         into xplatui to make it top most, just set the topmost flag on the
16673         form in CreateParams
16674         * XplatUIX11.cs: Handle WS_EX_TOPMOST.
16675
16676 2006-02-01  Jackson Harper  <jackson@ximian.com>
16677
16678         * ScrollableControl.cs: Refactored the Recalculate method a
16679         little, this wasn't handling all the variants of bottom and right
16680         bars needed to be added and added/removed based on their
16681         counterparts being added/removed (which changes the drawable
16682         size). Also we special case client widths and heights of 0 and
16683         don't add the scrollbar for those.
16684
16685 2006-02-01  Peter Dennis Bartok  <pbartok@novell.com>
16686
16687         * XplatUIX11.cs: 
16688           - Added method to get AbsoluteGeometry(); currently unused, but might
16689             be used in the future, if we try again to figure out toplevel
16690             coordinates with some more crappy window managers
16691           - Added FrameExtents() method to retrieve the WM set decoration size
16692           - Tried to fix up AddConfigureNotify and handling of ReparentNotify 
16693             to deal with at least KDE, FVWM and metacity (Fixes #77092)
16694         * Hwnd.cs: 
16695           - Added whacky_wm tracking var for metacity
16696           - Added logic to have default menu height if the actual menu height
16697             has not yet been calculated (part of fix for #77426)
16698         * Form.cs: Keep track whether client size has been set and re-set 
16699           it if a menu is added/removed afterwards (Fixes #77426)
16700
16701 2006-01-31  Jackson Harper  <jackson@ximian.com>
16702
16703         * Control.cs: When a new Site is set on the component attempt to
16704         pull the AmbientProperties from it.
16705
16706 2006-01-31  Peter Dennis Bartok  <pbartok@novell.com>
16707
16708         * ThemeWin32Classic.cs: Menu background is drawn in ColorMenu, not
16709           in the background of the owning form. Fixes #77332
16710
16711 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
16712
16713         * MimeIcon.cs: Fix for #77409
16714
16715 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
16716
16717         * XplatUIX11GTK.cs: Initial import
16718
16719 2006-01-31  Jordi Mas i Hernandez <jordimash@gmail.com>
16720
16721         * FixedSizeTextBox: fixes class signature
16722
16723 2006-01-30  Jackson Harper  <jackson@ximian.com>
16724
16725         * FixedSizeTextBox.cs: New internal class that represents a
16726         textBox that will not be scaled.
16727         * TreeView.cs:
16728         * ComboBox.cs:
16729         * UpDownBase.cs: Use the new FixedSizeTextBox instead of a
16730         standard TextBox.
16731                 
16732 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com> 
16733
16734         * XplatUIX11.cs: Retrieve default screen number instead of
16735           assuming 0. Attempted fix for #77318
16736
16737 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com>
16738
16739         * XplatUIWin32.cs: 
16740           - GetWindowPos: When a window is parented by FosterParent, use 
16741             the desktop instead of FosterParent as the base to get coordinates
16742           - CreateWindow: Don't make FosterParent the parent window for Popups
16743             if we don't want a taskbar entry, Popups automatically don't get one
16744         * Hwnd.cs: Need to call remove to actually remove the key from the
16745           hash table
16746
16747 2006-01-30  Mike Kestner  <mkestner@novell.com>
16748
16749         * MenuAPI.cs: adjust MainMenu item popup location to y=0.
16750
16751 2006-01-30  Jackson Harper  <jackson@ximian.com>
16752
16753         * TreeView.cs:
16754         * TreeNode.cs: Raise events no matter how the treenode is
16755         checked. Patch by Don Edvalson.
16756
16757 2006-01-30  Jackson Harper  <jackson@ximian.com>
16758
16759         * TreeNode.cs: Signature fix.
16760
16761 2006-01-29  Alexander Olk  <alex.olk@googlemail.com>
16762
16763         * ThemeClearlooks.cs: Fixed a crash in ProgressBar drawing.
16764
16765 2006-01-20  Mike Kestner  <mkestner@novell.com>
16766
16767         * Form.cs: Add ActiveTracker property to do Captures and perform mouse
16768         event forwarding when menus are active.
16769         * MenuAPI.cs: kill the GrabControl hack.  Use Form.ActiveTracker.
16770         Most of the patch is pdb's with a little rework.
16771
16772 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
16773
16774         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs: 
16775           Removed GetMenuDC and ReleaseMenuDC methods; replaced
16776           by PaintEventStart(handle, false) and PaintEventEnd(handle, false)
16777         * Form.cs: Changed WM_NCPAINT handler to use PaintEventStart and End
16778         * InternalWindowManager.cs: Added use of PaintEventStart/End to
16779           handling of WM_NCPAINT message, now passing the PaintEventArgs to
16780           the PaintWindowDecorations method
16781         * MainMenu.cs: Switched logic from GetMenuDC to PaintEventStart
16782         * MdiChildContext.cs: Switched logic from GetMenuDC to PaintEventStart
16783         * MenuAPI.cs: Made tracker window invisible
16784         * XplatUIWin32.cs:
16785           - Removed GetMenuDC and ReleaseMenuDC methods
16786           - Implemented the client=false path for PaintEventStart and
16787             PaintEventEnd
16788
16789 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
16790
16791         * XplatUIWin32.cs(SetBorderStyle): Fixed3D needs a border
16792         * XplatUIX11.cs(DeriveWindowStyles): Updated to match fixed Form
16793           styles
16794         * Form.cs: 
16795           - MaximizeBox, MinimizeBox: Recreate the handle when setting
16796             the style
16797           - CreateParams: Reworked the styles to match MS look'n'feel,
16798             removed automatic setting of MinimizeBox, MaximizeBox, etc. via
16799             the WS_OVERLAPPEDWINDOW style. This fixes #76823.
16800
16801 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
16802
16803         * XplatUIX11.cs(GetWindowState): Now throwing an exception when the 
16804           window is not mapped, since otherwise every form that's being 
16805           created is considered minimized, which is wrong.
16806         * Form.cs: Catching the exception and returning our internal value
16807           instead
16808
16809 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
16810
16811         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new driver method
16812           SetWindowMinMax() to have means to tell the driver about the minimum,
16813           maximum and maximized state window sizes. (Part of the fix for #76485)
16814         * Form.cs:
16815           - Implemented tracking of minimum and maximum window size, now calling
16816             new SetWindowMinMax() driver method to tell the driver (Part of the
16817             fix for #76485)
16818           - Finished handling of WM_GETMINMAXINFO method, now setting all values
16819             (Completes fix for #76485)
16820           - Calling new SetWindowMinMax driver method when the handle for a 
16821             form is created, to make sure the driver knows about it even if
16822             the values have been set before the window was created
16823           - Now eating the WM_WINDOWPOSCHANGED message if the form is minimized
16824             to avoid messing up our anchoring calculations (partial fix
16825             for #77355)
16826         * XplatUIStructs.cs: Added MINMAXINFO struct (moved from Win32 driver)
16827         * XplatUIX11.cs:
16828           - Added _NET_WM_STATE_HIDDEN property for detecting minimized state
16829           - Improved GetWindowState() to detect 'Minimized' state on Metacity 
16830             (and presumably other freedesktop.org compliant WMs). Left the
16831             assumption unmapped=minimized, needed for SetVisible to work.
16832           - Now setting the window state when creating windows
16833           - Fixed SetVisible to consider/set the window state when mapping
16834             a Form. We cannot set the state before it's mapped, and we cannot
16835             use Form.WindowState once it's mapped (since it would ask the
16836             driver and get 'normal'. Therefore, we grab the state before
16837             mapping, map, and then set state.
16838           - Implmemented SetWindowMinMax method; Metacity does not seem to
16839             honor the ZoomHints, though.
16840         * XplatUIWin32.cs:
16841           - Removed MINMAXINFO (moved to XplatUIStructs)
16842           - Added SetWindowMinMax stub (on Win32 the only way to set that
16843             information is in response to the WM_GETMINMAXINFO message, which
16844             is handled in Form.cs)
16845           - Added logic to SetVisible to set the proper window state when a 
16846             form is made visible (fixes #75720)
16847
16848 2006-01-26  Jackson Harper  <jackson@ximian.com>
16849
16850         * Control.cs (BeginInvoke): Automagically handle EventHandlers the
16851         same way we handle them with Invoke.
16852
16853 2006-01-25  Peter Dennis Bartok  <pbartok@novell.com> 
16854
16855         * Form.cs:
16856           - Added tracking of window state so CreateParams can return
16857             the appropriate style
16858           - Moved setting of WS_CAPTION style in CreateParams to allow
16859             styles without caption
16860         * DataGridTextBoxColumn.cs: We are now also creating the TextBox 
16861           control if the TextBox property is accessed. Fixes #77345
16862         * Control.cs:
16863           - get_Created: now uses is_disposed and is_created to determine
16864             return value (suggested by Jackson)
16865           - CreateHandle: No longer exits if the handle is being recreated
16866           - RecreateHandle: If the handle is not yet created call the 
16867             appropriate method to create either control or handle. If the
16868             control is already created CreateHandle will simply exit instead
16869             of just creating the handle
16870         * Hwnd.cs: Removed expose_pending tracking, no longer needed since we
16871           now SendMessage WM_DESTROY directly to the control when DestroyWindow
16872           is called.
16873         * XplatUIX11.cs: 
16874           - When DestroyWindow is called, instead of waiting for the 
16875             DestroyNotification from X11, we directly post it to the WndProc
16876             and immediately dispose the hwnd object.
16877             Same applies to DestroyChildWindows, and this obsoletes the
16878             expose_pending tracking. Contrary to Win32 behaviour we destroy our
16879             child windows before our own, to avoid X11 errors.
16880           - Removed the direct sending of WM_PAINT on UpdateWindow
16881         * XplatUIWin32.cs:
16882           - Reworked DoEvents and GetMessage to allow access to internal queue
16883             even when trying non-blocking access to the queue.  Fixes #77335. 
16884             Based on a patch suggestion by Don Edvalson. The new private
16885             GetMessage can now also be used as a backend for a PeekMessage
16886             frontend version.
16887         * XplatUI.cs: Improved debug output for CreateWindow
16888
16889 2006-01-25  Jackson Harper  <jackson@ximian.com>
16890
16891         * Help.cs: Allow param to be null. Patch by Don Edvalson.
16892
16893 2006-01-24  Jackson Harper  <jackson@ximian.com>
16894
16895         * ComboBox.cs: Clamp the max value set for the vertical scrollbar
16896         when we have a MaxDropItems lower then the selected index.
16897
16898 2006-01-24  Jackson Harper  <jackson@ximian.com>
16899
16900         * Control.cs: Don't allow selection of non visible controls, allow
16901         selection of controls without parents.
16902
16903 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
16904
16905         * ThemeWin32Classic.cs: Fixes Datagrid drawing issues
16906         * DataGridDrawingLogic.cs: Add editing row only when is necessary
16907
16908 2006-01-23  Jackson Harper  <jackson@ximian.com>
16909
16910         * UpDownBase.cs: Make the textbox handle all the selection and
16911         tabbing. This fixes tabing to updown controls.
16912
16913 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
16914
16915         * TextBoxBase.cs: fixes exception thown the object was null
16916
16917 2006-01-23  Jackson Harper  <jackson@ximian.com>
16918
16919         * ButtonBase.cs: Just use the base CreateParams. They set
16920         visibility and enabled correctly.
16921         * ComboBox.cs:
16922         * TrackBar.cs:
16923         * MonthCalendar.cs: Lets let the base set as much of the
16924         createparams as possible so we don't have duplicate code all over
16925         the place.
16926
16927 2006-01-22  Alexander Olk  <alex.olk@googlemail.com>
16928
16929         * ThemeGtk.cs: Added TrackBar and some experimental code to
16930           get double buffering back
16931
16932 2006-01-21  Jordi Mas i Hernandez <jordimash@gmail.com>
16933
16934         * DataGrid.cs: Allows row number set internally higher than the last
16935         when creating a new row. Restores the editing functionality.
16936
16937 2006-01-20  Mike Kestner  <mkestner@novell.com>
16938
16939         * MimeIcon.cs: delay Image creation until the icons are accessed
16940         instead of creating 190 scaled images on GnomeHandler startup.
16941
16942 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com> 
16943
16944         * TextBoxBase.cs (WndProc): When handling WM_KEYDOWN we need to
16945           first call base before processing the event. Fixes #77279
16946
16947 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com>
16948
16949         * XplatUIWin32.cs, Cursor.cs: Fixed code that wrongly assumed
16950           that the stride for the GDI bitmap would match the stride of
16951           a DIB or a Cursor.
16952
16953 2006-01-19  Alexander Olk  <alex.olk@googlemail.com>
16954
16955         * ThemeGtk.cs: Added ProgressBar, RadioButton, CheckBox
16956
16957 2006-01-19  Jackson Harper  <jackson@ximian.com>
16958
16959         * ComboBox.cs: Hookup the text controls keydown event so we get
16960         those when the text control has the focus.
16961
16962 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
16963
16964         * Label.cs: Now using the base events instead of defining new ones;
16965           this allows us to just call the base properties without having to
16966           duplicate all base property logic 
16967
16968 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
16969
16970         * Label.cs: A label by default is not a tabstop (Fixes one of our
16971           failing nunit tests)
16972
16973 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
16974
16975         * XplatUIWin32.cs: Fixed wrong DoEvents logic. Fixes #77282
16976         * XplatUIX11.cs: Removed WM_PAINT check from DoEvents. Fixes #77282
16977
16978 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
16979
16980         * Cursor.cs: Reimplemented creating cursor bitmaps without using
16981           the Bitmap(Stream) constructor which is semi-broken on MS GDI+.
16982           This fixes #77218
16983         * XplatUIWin32.cs: 
16984           - Reimplemented creating Bitmaps from DIBs since the Bitmap(Stream) 
16985             constructor creates images that can't be saved. Part of the fix
16986             for #76103
16987           - Added handling of CF_BITMAP as CF_DIB to clipboard code (Fixes #76103)
16988           - SetWindowState: Switched ShowWindow flags (part of an upcoming 
16989             bug fix for handling window state in forms properly)
16990
16991 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
16992
16993         * ThemeGtk.cs: Simplify ScrollBar drawing
16994
16995 2006-01-18  Jackson Harper  <jackson@ximian.com>
16996
16997         * Splitter.cs: Set the default dock style for the splitter control
16998         in the constructor.
16999
17000 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
17001
17002         * ThemeGtk.cs: Corrected StateType and ShadowType for
17003           gtk_paint_box
17004
17005 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
17006
17007         * Control.cs: Make use of Theme.DoubleBufferingSupported
17008         * ThemeGtk.cs:
17009           - Added drawing for flat style buttons
17010           - Added ScrollBar drawing
17011
17012 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
17013
17014         * ThemeClearlooks.cs: Removed some unneeded code.
17015         * ThemeGtk.cs: First part of ThemeGtk enhancements.
17016
17017 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
17018
17019         * LinkLabel.cs: We need to update the hover drawing when
17020           leaving the control as well.
17021
17022 2006-01-18  Jordi Mas i Hernandez <jordimash@gmail.com>
17023
17024         * DataGrid.cs: Clicking on non empty areas in the columns
17025            area was giving an exception
17026
17027 2006-01-17  Jackson Harper  <jackson@ximian.com>
17028
17029         * ThemeWin32Classic.cs:
17030         * ListView.cs: Do not draw/clip the headers when the header style
17031         is None.
17032
17033 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
17034
17035         * DataGrid.cs: Fixes 77260
17036         
17037 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
17038
17039         * DataGrid.cs: Clicking on a column on a empty grid was giving
17040           an exception
17041
17042 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
17043
17044         * DataGrid.cs (OnKeyDown): Don't use the array if it's empty
17045           or any keypress will crash the grid.
17046
17047 2006-01-17  Mike Kestner  <mkestner@novell.com>
17048
17049         * MainMenu.cs (OnMenuChanged): set Height=0 to cause relayout.
17050         * ThemeWin32Classic.cs (CalcItemSize): clear Height/Width for 
17051         invisible/previously-visible items.
17052         [Fixes #76909]
17053
17054 2006-01-17  Alexander Olk  <alex.olk@googlemail.com>
17055
17056         * ThemeClearlooks.cs:
17057         - Added CL_Draw_Button method; now other theme controls that are 
17058           not derived from button or do not have a button can draw buttons
17059           too
17060         - Updated ComboBox drawing
17061         - Beautified RadioButton drawing
17062         - Corrected drawing of bottom and left tabs
17063         - Beautified DateTimePicker and MonthCalendar
17064         - Added CPDrawButton and CPDrawRadioButton
17065
17066 2006-01-16  Jackson Harper  <jackson@ximian.com>
17067
17068         * ComboBox.cs: Set the initial value of the scrollbar to the
17069         current index. Reduce the numbers of refreshs and IndexOfs called.
17070
17071 2006-01-14  Alexander Olk  <alex.olk@googlemail.com>
17072
17073         * FileDialog.cs: When the file listview is focused hitting the
17074           backspace key moves the fileview to the parent directory
17075
17076 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
17077
17078         * Form.cs: 
17079           - Added RecreateHandle call when changing taskbar visibility to 
17080             trigger reparenting in Win32 driver (Fixes #75719)
17081           - If a window has minimize or maximize buttons, it cannot have
17082             a help button
17083         * XplatUIWin32.cs:
17084           - CreateWindow: When no WS_EX_APPWINDOW style is found we parent
17085             the toplevel form with FosterParent (A toolwindow not on the
17086             taskbar) (Fixes #75719)
17087           - Made FosterParent a toolwindow
17088
17089 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
17090
17091         * FileDialog.cs: Don't crash if InitialDirectory doesn't exist
17092
17093 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
17094
17095         * ToolTip.cs: If SetToolTip is called from a control and the mouse
17096           is currently over that control, make sure that tooltip_window.Text
17097           gets updated
17098
17099 2006-01-13  Mike Kestner  <mkestner@novell.com>
17100
17101         * MimeIcon.cs: size_t on lp64 fix for gdk_pixbuf_save_to_file extern.
17102
17103 2006-01-13  Jackson Harper  <jackson@ximian.com>
17104
17105         * TreeView.cs: On MS GetNodeAt never actually factors in the X
17106         value passed.  Also redraw the selected node when we recieve
17107         focus, so tabbing between trees works correctly.
17108
17109 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
17110
17111         * MimeIcon.cs: GnomeHandler: older gnome versions don't have
17112           ~/.gconf/%gconf-tree.xml, so use
17113           .gconf/desktop/gnome/interface/%gconf.xml
17114
17115 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
17116
17117         * TextControl.cs: Draw text in gray if control is disabled
17118
17119 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
17120
17121         * TreeView.cs: Draw the focus rectangle outside the highlight, to
17122           make sure it's always visible. Fixes #76680.
17123
17124 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
17125
17126         * TreeView.cs: Implemented Wheel scrolling. Fixes #76531
17127
17128 2006-01-13  Jonathan Chambers  <jonathan.chambers@ansys.com>
17129
17130         * PageSetupDialog.cs: Added.
17131         * PrintDialog.cs: Attributes.
17132         * PrintPreviewControl.cs: Updates.
17133         * PrintPreviewDialog.cs: Updates.
17134         
17135 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
17136
17137         * Control.cs: Undid my selection check fix, since it's not needed
17138         * TextBoxBase.cs:
17139           - Now considering the presence of hscroll/vscroll when sizing
17140             vscroll/hscroll respectively. Fixed bug #77077
17141           - Added Left/Up/Down/Right to IsInputKey list to prevent
17142             ContainerControl from stealing them. This fixes what I broke
17143             with my last checkin.
17144
17145 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com> 
17146
17147         * ScrollableControl.cs: Implemented dockpadding. Fixes #77166. And
17148           I finally understand how the property can be set without a setter :-)
17149
17150 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
17151
17152         * Application.cs:
17153           - Switched RunLoop to use static Message.Create to create a 
17154             Message object
17155           - Added PreProcessMessage call in runloop for keyboard events; this
17156             is part of the fix for #77219, I overlooked this originally in the
17157             MSDN doc for PreProcessMessage
17158         * Control.cs:
17159           - Removed call to PreProcessMessage from handling of keyboard 
17160             messages; it's supposed to be done in the message pump
17161           - Moved call to ProcessKeyEventArgs inside ProcessKeyMessage as
17162             per MSDN documentation.
17163           - IsInputChar: All chars are input chars by default; removed the 
17164             parent calling chain, MS does not document that
17165           - PreProcessMessage: If IsInputChar is true, we want to return false
17166             to allow dispatching of the message
17167           - When selecting the next control, now also check that we're not
17168             selecting ourselves again and therefore return a false positive.
17169         * TextBoxBase.cs:
17170           - Tried to match return values for IsInputKey and ProcessDialogKey
17171             to what MS returns; moved processing of our special keys outside
17172             ProcessDialogKey since MS does not seem to return true on those.
17173           - Moved code that previously was in ProcessDialogKey into new private
17174             ProcessKey method, which gets called upon receipt of WM_KEYDOWN
17175           - Reworked handling of WM_CHAR to not have to duplicate code from
17176             Control.cs anymore, instead we simply call down to base.
17177            
17178 2006-01-12  Jackson Harper  <jackson@ximian.com>
17179
17180         * ComboBox.cs: We always need to refresh the text area when
17181         EndUpdate is called. Fixes the combobox in the file dialog.
17182         * Control.cs: Don't create the creator_thread until the controls
17183         handle is created.  Also in InvokeRequired we check if the
17184         creator_thread is null. This gives the effect of InvokeRequired
17185         returning true if the controls handle is not created yet, and
17186         matches MS.
17187
17188 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
17189
17190         * XplatUI.cs:
17191           - Added StartLoop() driver method. This is used to allow drivers to
17192             prepare for an upcoming GetMessage/TranslateMessage/DispatchMessage
17193             loop for a particular thread
17194           - Added EndLoop() driver method. This is called once the message
17195             pump for the thread is shut down
17196           - Added SupportsTransparency method to allow the driver to indicate
17197             opacity support for windows
17198         * Form.cs:
17199           - Removed TODO attribute, completed AllowTransparency property
17200           - Added documented logic to Opacity
17201         * GroupBox.cs, Label.cs, LinkLabel.cs, PropertyGrid.cs, Control.cs,
17202           ButtonBase.cs, CheckedListBox.cs: Combined Jackson's and Miguel's
17203           versions of CompatibleTextRendering
17204         * X11Structs.cs: Added opacity atom to our atom enumeration
17205         * Hwnd.cs: Added opacity tracking (we need to track since the opacity
17206           of a form might be set before it's reparented by the WM, and we need
17207           the opacity value without calling up to Form)
17208         * XplatUIDriver.cs: Added StartLoop(), EndLoop() and 
17209           SupportsTransparency() driver methods
17210         * Application.cs: Now calling StartLoop and EndLoop driver methods
17211         * XplatUIX11.cs:
17212           - Added opacity atom registration
17213           - Added StartLoop()/EndLoop() methods. They're empty right now but
17214             will need to get implemented when we switch to a per-thread queue
17215           - Implemented SupportsTransparency() method
17216           - Implemented SetWindowTransparency() method
17217           - Added support for setting the opacity value when a window is
17218             reparented (since the opacity needs to be set on the WM frame)
17219         * XplatUIOSX.cs, XplatUIWin32.cs:
17220           - Added SupportsTransparency(), StartLoop() and EndLoop() methods
17221
17222 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
17223
17224         * ThemeClearlooks.cs: Don't crash if TabControl.Parent is null.
17225
17226 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
17227
17228         * FileDialog.cs: Added ToolTip for MWFFileView
17229         * MimeIcon.cs: Rewrote GnomeHandler.
17230           - Get currently used gnome icon theme from
17231             ($HOME)/.gconf/%gconf-tree.xml
17232           - Make use of inherited icon themes
17233           - Support SVG icon themes like Tango via librsvg
17234
17235 2006-01-12  Miguel de Icaza  <miguel@novell.com>
17236
17237         Revert's Jackson's revert which broke 2.0 builds.   Fix both
17238         builds. 
17239         
17240         * Application.cs: Move the use_compatible_text_rendering outside
17241         the NET_2_0 define.  If we ever need to use the
17242         use_compatible_text_rendering on the individual controls they will
17243         access the variable from the common shared code paths.
17244
17245 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
17246
17247         * XplatUI.cs:
17248           - Added more granular debug options
17249           - Added method to print both window text and id
17250           - Switched debug output to use new Window() debug method
17251           - Added IsEnabled() driver method
17252           - Added EnableWindow() driver method
17253         * Form.cs:
17254           - Removed end_modal; no longer needed, new loop handles termination
17255             via 'closing' variable
17256           - If form is modal, setting DialogResult will now initiate loop
17257             termination via 'closing' variable
17258           - Added support for is_enabled/WS_DISABLED to CreateParams
17259           - Close() now just send the WM_CLOSE message; the WM_CLOSE handler
17260             does all the work
17261           - Removed code that's now in RunLoop from ShowDialog()
17262           - Added various documented sanity checks to ShowDialog()
17263           - Added handling of WM_DESTROY message; we set 'closing' on getting
17264             the message to indicate the message pump to terminate
17265           - Added handling of new internal WM_CLOSE_INTERNAL message - it's
17266             send by the Application.ExitThread method. (We send the message
17267             to destroy the window after all other events have been
17268             processed through the queue, instead of destroying the handle 
17269             directly)
17270           - Moved code from Close() method to WM_CLOSE handler; added logic
17271             to only send close-related events if the form is not displayed
17272             modal
17273         * Splitter.cs (..ctor): Fixed typo in resource name
17274         * Control.cs:
17275           - DrawBackgroundImage: Explicitly selecting the wrap mode for the
17276             brush now
17277           - set_Cursor: Now only setting calling into XplatUI if the handle for
17278             the control is already created; this avoids implict handle creation
17279             or crashes if it's not created
17280           - set_Enabled: Now setting the enabled state via the new driver method
17281             instead of just tracking it
17282           - CreateParams: Added logic to set WS_DISABLED based on enabled state
17283           - CreateControl: Reordered event firing and method calls to more
17284             closely fire events in the order MS does. Now setting the
17285             enabled state in the driver when creating the control.
17286           - SetVisibleCore: Moved when the OnVisibleChanged event is fired to
17287             match MS order
17288         * FolderBrowserDialog.cs, MessageBox.cs, ButtonBase.cs, TrackBar.cs,
17289           MonthCalendar.cs: get_CreateParams: Added setting of WS_DISABLED 
17290         * XplatUIStructs.cs: Added internal WM_CLOSE_INTERNAL mesage id
17291         * Hwnd.cs:
17292           - Added tracking of window enabled state (get_Enabled/set_Enabled)
17293           - Added EnabledHwnd property to easily allow a driver to find the
17294             handle of the first enabled window in the parent chain (this is
17295             used by drivers to pass up input events of disabled windows)
17296         * XplatUIDriver.cs: Added IsEnabled() method
17297         * Application.cs:
17298           - Removed crude and obsolete exiting tracking variable
17299           - Removed internal ModalRun(); replaced by RunLoop()
17300           - Implemented private CloseForms() method to allow closing all 
17301             windows owned by a particular (or all) threads
17302           - Exit() now properly closes all windows without forcing the message
17303             pump to quit
17304           - Removed obsolete InternalExit() method
17305           - Changed Run() methods to use new RunLoop() message pump
17306           - Implemented new RunLoop() method for both modal and non-modal forms
17307         * CommonDialog.cs:
17308           - get_CreateParams: Added setting of WS_DISABLED
17309           - Simplified ShowDialog(); now all the work is done in RunLoop(),
17310             invoked via Form.ShowDialog()
17311         * NativeWindow.cs: We don't remove the window from the collection when
17312           the handle is destroyed; there might still be messages for it in the
17313           queue (mainly the resulting WM_DESTROY); instead it will be removed
17314           when Control calls InvalidateHandle in the WM_DESTROY handler
17315         * XplatUIX11.cs:
17316           - CreateWindow: Added logic to handle the WS_DISABLED window style
17317           - EnableWindow: Implemented based on Hwnd.Enabled
17318           - GetMessage: Reset PostQuitState so the method can be called again
17319           - Implemented support for disabled windows (passing messages to the
17320             first enabled parent) in handling all input messages
17321           - Added optimizations for handling Expose events
17322           - Implemeted new driver method IsEnabled()
17323           - Now always resetting paint pending tracking vars when we start paint
17324           - Re-implemented UpdateWindow via just sending a WM_PAINT message
17325         * XplatUIOSX.cs: Added IsEnabled method stub
17326         * XplatUIWin32.cs: Implemented new IsEnabled() method
17327
17328 2006-01-11  Jackson Harper  <jackson@ximian.com>
17329
17330         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
17331         LinkLabel.cs, PropertyGrid.cs: Unbreak 1.1 build. Consolidate the
17332         variables a little.
17333         * ColorDialog.cs: Clear out the old form before adding the new
17334         panel.  
17335
17336 2006-01-11  Jackson Harper  <jackson@ximian.com>
17337
17338         * X11Dnd.cs: Make sure to add all the text formats when adding
17339         strings to the data object.
17340         * TreeNodeCollection.cs: When adding to a sorted tree we need to
17341         do some redrawing too.  Also change the UpdateNode to an
17342         UpdateBelow so the newly added node gets painted.
17343         
17344 2006-01-11  Miguel de Icaza  <miguel@novell.com>
17345
17346         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
17347         LinkLabel.cs, PropertyGrid.cs: Implement the
17348         UseCompatibleTextRendering property for 2.x
17349
17350         * Application.cs (SetCompatibleTextRenderingDefault): Add. 
17351
17352 2006-01-11  Jackson Harper  <jackson@ximian.com>
17353
17354         * TreeView.cs: Use the property for setting the selected node so
17355         the correct events get raised.
17356         * TreeNode.cs: Update the tree when the fore/back colours of a
17357         node are set.
17358
17359 2006-01-10  Jackson Harper  <jackson@ximian.com>
17360
17361         * TreeView.cs: Allow setting SelectedNode to null.
17362
17363 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
17364
17365         * Form.cs: Fix support for Form TransparencyKey and Opacity on Windows.
17366
17367 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
17368
17369         * PrintControllerWithStatusDialog.cs: Update page number in dialog.
17370
17371 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
17372
17373         * PrintDialog.cs: Added attributes and set default property values.
17374
17375 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
17376
17377         * PrintControllerWithStatusDialog.cs: 
17378         Added PrintControllerWithStatusDialog.
17379
17380 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
17381
17382         * XplatUI.cs, Form.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
17383         XplatUIWin32.cs: Added support for Form TransparencyKey and Opacity on Windows.
17384
17385 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
17386
17387         * ComboBox.cs: Fix crash when there is no selected item (due to last commit)
17388
17389 2006-01-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
17390
17391         * ComboBox.cs: Added KeyDown event handler for processing arrow keys
17392         and PgUp/PgDown. Also, scroll to selected item upon dropdown. Bugs 76857 and 76788.
17393
17394 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
17395
17396         * MimeIcon.cs: Added internal class SVGUtil.
17397
17398 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
17399
17400         * FileDialog.cs: Don't crash if there are two files with the
17401           same name but different locations.
17402
17403 2006-01-08  John BouAntoun  <jba-mono@optusnet.com.au>
17404
17405         * MonthCalendar.cs: Fixed annoying rendering bug when selecting
17406         dates across multiple month grids. Used to not highlight entire 
17407         month, but does now.
17408         
17409 2006-01-06  Jackson Harper  <jackson@ximian.com>
17410
17411         * MonthCalendar.cs: Removed DoEvents call to prevent a running
17412         message loop. Change timer intervals to numbers that seem more
17413         natural.
17414
17415 2006-01-06  John BouAntoun  <jba-mono@optusnet.com.au>
17416
17417         * DateTimePicker.cs: Modified CalculateDropDownLocation to use the screen
17418           object for location info since screen object is now implemented.
17419
17420 2006-01-05  Jackson Harper  <jackson@ximian.com>
17421
17422         * AsyncMethodData.cs: Check if the call is complete before doing a WaitOne
17423         * AsyncMethodResult.cs: We no longer use a WeakReference for the
17424         AsyncMethodResult, this is because we ALWAYS want the
17425         ManualResetEvent to get set.
17426         * Control.cs: When disposing use an async invoke to call shutdown
17427         code, so that thigns don't block on the finalizer thread.  Also
17428         check if we even have a message loop before trying to send
17429         messages, if we don't then don't bother sending messages.
17430         - No more weak references for async methods
17431         * XplatUIDriver.cs: No more weak references for async methods.
17432
17433 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
17434
17435         * FontDialog.cs: Fix, don't throw an exception if FontFamily.Families
17436           returns two FontFamily with the same name
17437
17438 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
17439
17440         * ThemeWin32Classic.cs, ThemeClearlooks.cs: Dropped stupid scheme of 
17441           drawing disabled text. Instead using the ColorGrayText color
17442
17443 2006-01-04  Jackson Harper  <jackson@ximian.com>
17444
17445         * TreeNode.cs: redraw the node when its image index is changed.
17446
17447 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
17448
17449         * RichTextBox.cs: Same fix as last, just for SelectionColor. This
17450           time I checked there are no others like it.
17451
17452 2006-01-04  Jackson Harper  <jackson@ximian.com>
17453
17454         * AsyncMethodResult.cs: Use a ManualResetEvent instead of a mutex,
17455         this gives the behavoir I was looking for.
17456         * Control.cs: Special case Invoking EventHandlers, this matches MS
17457         and fixes part of bug #76326.
17458
17459 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
17460
17461         * ThemeClearlooks.cs, FileDialog.cs:
17462           - Reflect the latest Theme class changes
17463           - Remove Mono.Unix.Syscall.time in FileDialg and replace it 
17464             with DateTime
17465             
17466 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
17467
17468         * Theme.cs: Cache UI resource images and resize them if needed
17469
17470 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
17471
17472         * RichTextBox.cs: FormatText is 1-based, make it so when SelectionFont
17473           is called. This fixes the crash in Nexxia when setting the font
17474           attributes in the chat. [However, RTF needs a look-over to make sure
17475           that all SelectionXXX methods handle the special case that selection
17476           is empty and therefore the change must be applied to all text starting
17477           at the cursor/selection start]
17478
17479 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com> 
17480
17481         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
17482           XplatUIOSX.cs: Added SendMessage and PostMessage methods
17483         * X11Keyboard.cs: Switched to new way of calling PostMessage
17484
17485 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
17486
17487         * Theme.cs: Added theme interface for images to allow the theme to
17488           control what images are used for things like FileDialog, MessageBox
17489           icons, etc.
17490         * MessageBox.cs: Now uses the new Theme icon/image interfaces
17491
17492 2006-01-03  Alexander Olk  <alex.olk@googlemail.com>
17493
17494         * FileDialog.cs:
17495           - Removed some dead code
17496           - Opening a recently used file does work now
17497           - Small UI enhancements
17498           - Refactoring
17499
17500 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
17501
17502         * FileDialog.cs: Forgot too add __MonoCS__
17503
17504 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
17505
17506         * FileDialog.cs: We are able to read recently used files now let's
17507           go on and write them.
17508
17509 2006-01-01  Alexander Olk  <alex.olk@googlemail.com>
17510
17511         * FileDialog.cs: Breathe some life into "last open"/"recently used"
17512           button
17513         * MimeIcon.cs: Do a check for the top level media type also
17514
17515 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
17516
17517         * ThemeClearlooks.cs:
17518           - Added CPDrawStringDisabled
17519           - ButtonBase_DrawText: Workaround for a DrawString bug; cut off
17520             some chars if the text doesn't fit into text_rect
17521           - DrawListViewItem: If View = View.LargeIcon center the image;
17522             rewrote the drawing of ListViewItem.Text if View = 
17523             View.LargeIcon
17524
17525 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
17526
17527         * MimeIcon.cs: Use default KDE icon theme if there is no
17528           "48x48" directory for the current icon theme, fixes #77114
17529         * Mime.cs: Disable not working and actually not used code. 
17530         * ThemeWin32Classic.cs:
17531           - Replace "new SolidBrush" in GetControlBackBrush and
17532             GetControlForeBrush with ResPool.GetSolidBrush
17533           - Changed DrawListViewItem from private to protected virtual
17534         * FileDialog.cs:
17535           - Added form.MaximizeBox = true
17536           - Don't throw an exception if there is a broken symbolic link
17537
17538 2005-12-23  Jackson Harper  <jackson@ximian.com>
17539
17540         * TabControl.cs: Give the panels focus, keyboard navigation is
17541         fixed so this works correctly now.
17542         - We need these key events also.
17543         * ToolBar.cs: Remove some of the poor mans double buffering.
17544         
17545 2005-12-24  Alexander Olk  <alex.olk@googlemail.com>
17546
17547         * ComboBox.cs: The internal TextBox now returns the focus.
17548
17549 2005-12-23  Jackson Harper  <jackson@ximian.com>
17550
17551         * ThemeWin32Classic.cs:  Draw the text for all tab appearances.
17552
17553 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
17554
17555         * Control.cs: Removed debug code
17556         * XplatUIX11.cs: Changed DestroyChildWindows to also consider
17557           implicit children
17558
17559 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com> 
17560
17561         * Control.cs: When creating the control, update the Z-order after
17562           all it's children are created, too. (Fixes nexxia not showing
17563           picturebox bug)
17564
17565 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
17566
17567         * Control.cs: Do not update the anchoring distances if layout is
17568           suspended, instead do it once layout is resumed
17569
17570 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com> 
17571
17572         * Control.cs: 
17573           - After many hours of debugging, for both Jackson and
17574             myself, it turns out that it helps to set the parent of a control
17575             if you want to actually see it onscreen. In the spirit of that
17576             discovery, we're now setting the parent of the control and
17577             it's children when the control's handle is created. This fix
17578             will make Lutz Roeder's Reflector run happily. 
17579           - now just creating the handle instead of the whole control when
17580             getting a graphics context for the control.
17581
17582 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
17583
17584         * ScrollableControl.cs: When calculating the canvas, don't consider
17585           the scrollbar widths. Instead, predict if horizontal scrollbar
17586           will affect canvas when deciding on vertical display and vice versa.
17587
17588 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
17589
17590         * RichTextBox.cs: Set default RTF font for documents that don't
17591           have a font table (Fixes #77076)
17592
17593 2005-12-22  Jackson Harper  <jackson@ximian.com>
17594
17595         * TextBoxBase.cs: It's difficult to do, but you can have an empty
17596         clipboard. This prevents a NullRef in that case.
17597         * XplatUIX11.cs: Use CLIPBOARD not PRIMARY for our
17598         clipboard. PRIMARY is for the currently selected text only. (We
17599         should implement PRIMARY at some point.
17600
17601 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
17602
17603         * XplatUIWin32.cs: Fixed the TEXTMETRIC structure, we were calling
17604           a Unicode function with a structure that was defined in Ansi way.
17605           This fixes #76942.
17606
17607 2005-12-21  Jackson Harper  <jackson@ximian.com>
17608
17609         * StatusBar.cs: Statusbar handles its fore/back colours on it's
17610         on. Because thats how it rolls. (and this avoids it using ambient
17611         colours).
17612         * ThemeWin32Classic.cs: Use the proper back color for filling.
17613         * Menu.cs: Use the system menu bar color for drawing menu
17614         bars. Using the window back color will bring ambient colours into
17615         the picture.
17616
17617 2005-12-21  Alexander Olk  <alex.olk@googlemail.com>
17618
17619         * ColorDialog.cs: Fixed a memory leak that caused a SIGSEV. A lot of
17620           Bitmaps were created and not disposed.
17621
17622 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
17623
17624         * Control.cs (CreateControl): Don't do anything if the control is
17625           already created, otherwise we'd fire the OnCreated event more than
17626           once
17627
17628 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
17629
17630         * ComboBox.cs (FindStringCaseInsensitive): Don't search for emtpy strings,
17631           will always match. Instead return -1. Fixes #76464.
17632
17633 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
17634
17635         * TextControl.cs (RecalculateLine): Only wrap if the wrap point is
17636           neither the beginning nor the end of the line (Fixes bug #76479)
17637
17638 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
17639
17640         * Control.cs:
17641           - ControlNativeWindow.ControlFromHandle(): Now handling situation
17642             where handle is invalid
17643           - FromHandle(): Now using hashtable-based ControlFromHandle() lookup
17644             instead of slower linear search
17645         * NativeWindow.cs: Don't remove the window from the hashtable until
17646           after the driver has destroyed it (since the driver might use
17647           Control.FromHandle to lookup the control object
17648         * Hwnd.cs: Added DestroyPending property to track if a window is 
17649           already destroyed as far as the driver is concerned and only hasn't
17650           yet notified the control
17651         * XplatUIX11.cs:
17652           - Activate(): Check if the window is still valid before using the 
17653             handle
17654           - Implemented DestroyChildWindow() method to mark child windows as
17655             destroyed when a window is destroyed. This prevents situations 
17656             where we might call an X method based on queued events for a
17657             window that already has been destroyed but we haven't yet pulled
17658             the destroy method from the queue.
17659           - Added a call to the new DestroyChildWindow() method to the drivers
17660             DestroyWindow code. Also now marking the destroyed window itself
17661             as pending
17662
17663 2005-12-20  Jackson Harper  <jackson@ximian.com>
17664
17665         * StatusBar.cs:
17666         * StatusBarPanel.cs: Don't calculate panel sizes on draw
17667         anymore. Just do them when needed, also track the rects of panels
17668         so that we can optimize refreshing more in the future.
17669
17670 2005-12-20  Alexander Olk  <alex.olk@googlemail.com>
17671
17672         * ColorDialog.cs: Fixed focus drawing in small color controls
17673
17674 2005-12-19  Jackson Harper  <jackson@ximian.com>
17675
17676         * InternalWindowManager.cs:
17677         * MdiWindowManager.cs: Cleanup some coordinate system changes so
17678         moving windows works properly.
17679
17680 2005-12-19  Peter Dennis Bartok  <pbartok@novell.com> 
17681
17682         * Control.cs: 
17683           - Removed call to InitLayout() from SetBoundsCore(); doc says
17684             it's only called when a control is added to a container
17685           - Split InitLayout logic, moved to separate UpdateDistances() method
17686             since we need to perform those calculations more often than just
17687             when adding the control to a container. (Needed to fix #77022)
17688           - Now calling UpdateDistances() from UpdateBounds() (fixes #77022)
17689           - Reduced the OnBindingContextChanged events count, don't send them
17690             unless the control is created, we still aren't totally matching
17691             MS, but I can't quite figure out some of their rules
17692
17693 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
17694
17695         * ThemeClearlooks.cs: Corrected distance between ProgressBar
17696           stripes
17697
17698 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
17699
17700         * ThemeClearlooks.cs:
17701           - Updated ProgressBar drawing
17702           - Corrected drawing of ScrollBars and scroll buttons
17703           - Some temporary fixes for minor pixel artefacts
17704
17705 2005-12-18  Peter Dennis Bartok  <pbartok@novell.com> 
17706
17707         * Control.cs:
17708           - Reworked Controls.Add(), Controls.Remove() and set_Parent() to
17709             cause events to be sent in the same order as MS does.
17710           - Added ChangeParent() method to trigger various OnXXXChanged events
17711             that need to be fired when a parent changes (This is a reworking
17712             of the patch from r54254, with the X11 errors fixed)
17713           - Removed SuspendLayout()/ResumeLayout() calls from Controls.Clear()
17714             since on MS we get OnLayoutChanged events when calling Clear()
17715           - Changed Enabled property to consider parent state as well, if a
17716             parent is not enabled, the control will not be either
17717           - Changed Parent property to simply call Controls.Add() since that
17718             now does all the work required, this way we avoid code duplication
17719           - Threw in a few OnBindingsContextChanged calls to try and match
17720             when MS sends them. We seem to send a few too many, though.
17721           - Added call to CreateControl when adding the control to a parent.
17722             We were never calling CreateControl. Still needs some work, in
17723             some places we treat HandleCreated and ControlCreated as equal, 
17724             which is wrong
17725           - Removed obsolete commented out code from UpdateZOrder()
17726
17727 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
17728
17729         * ThemeClearlooks.cs: Updated TrackBar drawing.
17730
17731 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
17732
17733         * FileDialog.cs: Patch for #76901 by Atsushi Enomoto
17734
17735 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
17736
17737         * FileDialog.cs: Add the Help button and the open readonly
17738           checkbox only if needed
17739
17740 2005-12-16  Jackson Harper  <jackson@ximian.com>
17741
17742         * Control.cs: Make sure we have an active menu before trying to
17743         process commands on it. Prevents menu-less forms from crashing
17744         when Alt is pressed.
17745         * TreeNodeCollection.cs: Some fixes to prevent null refs. Patch by
17746         Dieter Bremes.
17747         * RichTextBox.cs: Expand statement to help out gmcs and fix the
17748         2.0 build.
17749
17750 2005-12-16  Jackson Harper  <jackson@ximian.com>
17751
17752         * InternalWindowManager.cs: Don't translate tool windows screen
17753         coordinates. This fixes windows 'bouncing' around when being moved.
17754
17755 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
17756
17757         * TextBoxBase.cs:
17758           - MaxLength now treats 2^31-1 equal to unlimited length (this is
17759             not quite MS compatible, MS uses that number only for single line
17760             and 2^32-1 for multi-line, but I figure it won't hurt keeping
17761             the limit at 2GB)
17762           - Now enforcing the MaxLength limit when entering characters
17763           - Added argument to internal Paste() method to track if it's called
17764             from programatically or via keyboard, since keyboard driven pastes
17765             need to enforce max-length
17766           - Added logic to Paste to only paste as many chars as MaxLength 
17767             allows
17768         * RichTextBox.cs: Updated to use new obey argument for internal Paste()
17769         * TextControl.cs:
17770           - Added Length property to return number of characters in document
17771           - Added private CharCount property which only tracks actual chars
17772             in the document (no linefeeds) and fires event when CharCount
17773             changes
17774           - Added tracking of character count to all methods that alter it
17775           - Added LengthChanged event to allow applications to subscribe
17776             to any changes to the document
17777
17778 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
17779
17780         * TextBox.cs: 
17781           - Removed local password_char field (moved to TextBoxBase)
17782           - Now setting the document's password var when password is
17783             set
17784         * TextBoxBase.cs:
17785           - Added password_char field (needed here so MultiLine can
17786             access it)
17787           - Added logic to MultiLine property setter to set the document's
17788             variable when password display is allowed
17789           - Removed debug code and made some debug code conditional
17790         * TextControl.cs:
17791           - Added RecalculatePasswordLine() method to handle special password
17792             char only lines
17793           - Added PasswordChar property, also added related tracking vars
17794           - Draw() method now uses local text var for grabbing text to draw,
17795             this var is set to line.text unless we're doing password display,
17796             then it is set to the pre-generated all-password-chars line
17797           - Added calling RecalculatePasswordLine() method for password lines
17798
17799 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
17800
17801         * Hwnd.cs: 
17802           - Added Reparented property to allow tracking of Window Manager
17803             reparenting actions (which affect X/Y calculations of toplevel 
17804             windows)
17805           - Made ToString() print window handles in hex
17806         * XplatUIX11.cs:
17807           - AddConfigureNotify(): Now uses reparented state off Hwnd to
17808             determine if X/Y needs offsetting
17809           - AddConfigureNotify(): Fixed offset calculations
17810           - Now adds ReparentNotify messages into the queue
17811           - Now processes ReparentNotify messages and causes a 
17812             WM_WINDOWPOSCHANGED message to be sent upstream if a window
17813             is reparented (as most likely it's X/Y coordinates are changed
17814             due to that)
17815
17816 2005-12-14  Jackson Harper  <jackson@ximian.com>
17817
17818         * XplatUIX11.cs: Tool windows still need to respek focus.
17819
17820 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
17821
17822         * Control.cs: Undid 54254 (causing XConfigure errors) so we can
17823           have a working release
17824
17825 2005-12-13  Jackson Harper  <jackson@ximian.com>
17826
17827         * Form.cs: Update styles after setting the border style regardless
17828         of whether or not the window is using a window manager.
17829
17830 2005-12-13  Jackson Harper  <jackson@ximian.com>
17831
17832         * Form.cs: We now hook into an internal window manager instead of just an
17833         MDI subsystem, this is so we can have properly behaving tool windows.
17834         * MdiClient.cs: Naming change, MdiChildContext is now WindowManager
17835         * InternalWindowManager.cs: New internal class that acts as a
17836         window manager for tool windows and as a base for mdi windows.
17837         * MdiWindowManager.cs: New class that acts as a window manager for
17838         mdi windows.
17839
17840 2005-12-12  Jackson Harper  <jackson@ximian.com>
17841
17842         * Control.cs: Updates so we match behavoir for for implicit
17843         controls. Fixes explosions in MDI.
17844
17845 2005-12-12  Jackson Harper  <jackson@ximian.com>
17846
17847         * Control.cs: Implement Invalidate (Region).
17848
17849 2005-12-12  Peter Dennis Bartok  <pbartok@novell.com> 
17850
17851         * Control.cs: 
17852           - Changed handling of Controls.Add/Controls.Remove to fire (almost) 
17853             the same events as MS does. MS fires events for each property 
17854             except, for unknown reasons, Cursor, when the control is reparented. 
17855             I can't seem to totally match add/remove since MS also fires some 
17856             VisibleChanged events, which makes no sense. Consolidated the
17857             parenting code into a separate method so it can be called from
17858             both Add and Remove. set_Parent no longer needs any special logic
17859             as it calls the parent's add method which implicitly fires
17860             all events
17861           - Removed some obsolete code and debug output
17862           - Enabled state is inherited from parents, if this is enabled
17863
17864 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com> 
17865
17866         * Form.cs: Removed commented out code
17867
17868 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com>
17869
17870         * Control.cs:
17871           - Added internal version of Invoke, with additional argument 
17872             indicating if we're calling it from a Dispose() handler. That
17873             way we can avoid BeginInvoke throwing an exception if we're
17874             calling for an already destroyed window.
17875           - Added a dispose argument to BeginInvokeInternal, and made the
17876             check if a valid window handle chain exists conditional on
17877             it not being a dispose call
17878           - Removed code in DestroyHandle to destroy our children. Since we
17879             now handle the WM_DESTROY message we will catch all our children
17880             being destroyed.
17881           - Now calling OnHandleDestroyed from our new WM_DESTROY handler
17882         * Form.cs:
17883           - Added a field to track the application context of the form.
17884           - No need to set closing variable as response to WM_CLOSE, instead
17885             we destroy the window. We also call PostQuitMessage if the form
17886             has an application context (which makes it the main app form,
17887             which, when closed terminates the app)
17888         * XplatUI.cs:
17889           - Dropped Exit() method, it's naming was confusing
17890           - Added PostQuitMessage() which causes GetMessage to return false
17891             once the message queue is empty
17892         * XplatUIDriver.cs, XplatUIWin32.cs: Dropped Exit(), added 
17893           PostQuitMessage()
17894         * XplatUIOSX.cs: Switched signature for Exit method since Exit() is
17895           no longer a valid XplatUI method, but left it in since it's used
17896           internally. Added empty PostQuitMessage() method.
17897         * MenuAPI.cs: Replaced call to Exit() with call to
17898           PostQuitMessage, even though this is probably no longer needed.
17899         * Hwnd.cs: Added 'pretty' ToString() to support debugging.
17900         * X11Structs.cs: Added pretty XEvent.ToString() to support debugging.
17901         * Application.cs:
17902           - Replaced call to XplatUI.Exit() with PostQuitMessage()
17903           - Removed old debug code that would call XplatUI for exception
17904             display, enabled standard exception handling (Still not enabled
17905             though, until NativeWindow's ExternalExceptionHandler define
17906             is removed
17907         * NativeWindow.cs:
17908           - Added internal method to allow control to update NativeWindow
17909             after a window has been destroyed
17910           - Added handling of already destroyed windows when calling i
17911             DestroyWindow
17912           - Added removal of handle from list on ReleaseHandle
17913         * XplatUIX11.cs:
17914           - Dropped GetMessageResult var and related code
17915           - Added PostQuitState to field to track if PostQuitMessage has been
17916             called
17917           - Dropped Exit() method
17918           - Added PostQuitMessage() method
17919           - GetMessage now will return false if PostQuitState is set and no
17920             more messages are in the queue.
17921           - Expose handler will no longer generate WM_PAINT messages if we are
17922             in PostQuitState since it's very likely any windows have already
17923             been destroyed, and since Hwnd won't get updated until we have
17924             processed the DestroyNotify we'd be causing X errors.
17925         
17926 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
17927
17928         * Control.cs(WndProc): Apparently I'm suffering from brain cloud.
17929           Thanks to Mike for pointing out the err of my ways.
17930
17931 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
17932
17933         * Control.cs(PreProcessMessage): Moved menu handling back, but
17934           after all other key handling, to match MS (who handles Menu in
17935           DefWndProc)
17936         * Menu.cs (WndProc): Removed my brainfart
17937
17938 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
17939
17940         * Control.cs(PreProcessMessage): Removed special menu handling 
17941         * Menu.cs (WndProc): Added handling of WM_SYSKEYUP for menu purposes.
17942
17943 2005-12-07  Mike Kestner  <mkestner@novell.com>
17944
17945         * Control.cs : special case SYSKEYUP so that we can adjust keynav
17946         state according in tracker.
17947         * Menu.cs : promote tracker field to base class and provide a tracker
17948         lookup capability.  Add/Remove shortcuts dynamically if the top menu
17949         has a tracker. Unparent items that are removed from the collection.
17950         * MenuAPI.cs : implement mnemonic, shortcut, and arrow-based keynav.
17951         * Theme*.cs: add always_show_hotkeys field to support configurability
17952         of mnemonic display.  win32 doesn't show mnemonics until Alt is
17953         pressed.
17954
17955 2005-12-07  Jackson Harper  <jackson@ximian.com>
17956
17957         * MdiChildContext.cs: Use Control.ResetCursor.
17958         * Control.cs: ResetCursor needs to set the property so that the
17959         correct XplatUI call gets made.
17960
17961 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
17962
17963         * Control.cs: More fixes to make our key events match MS. We
17964           were not setting the modifier state on KeyData, and we were
17965           not generating any events when Alt was pressed with a key
17966           since handling of WM_SYSxxx was missing for the OnKey methods.
17967
17968 2005-12-07  Jackson Harper  <jackson@ximian.com>
17969
17970         * MdiChildContext.cs: reenable the sizing code.
17971         - When the mouse leaves a window reset its cursor.
17972
17973 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
17974
17975         * ThemeClearlooks.cs: Reflect latest Hwnd changes
17976
17977 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
17978
17979         * Hwnd.cs: Now using the theme 3d bordersize to calculate
17980           widths of Fixed3D borders
17981
17982 2005-12-07  Jackson Harper  <jackson@ximian.com>
17983
17984         * MdiClient.cs: Fix warnings. Earn Mike's love.
17985
17986 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
17987
17988         * ThemeClearlooks.cs:
17989           - Adjusted mouse over button color
17990           - Added first parts of CheckBox drawing
17991           - Added correct color for selected text background
17992           - Fixed ComboBox drawing
17993           - Added CPDrawBorder3D and CPDrawBorder
17994
17995 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
17996
17997         * XplatUIX11.cs: Added call to XBell for AudibleAlert
17998
17999 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com> 
18000
18001         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
18002           XplatUIOSX.cs: Added AudibleAlert() method to have a means to
18003           alert users via sound. We could add an enum arg with different
18004           types of alerts in the future
18005
18006 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
18007
18008         * Control.cs: Fix behaviour problems pointed out by Mike
18009
18010 2005-12-05  Mike Kestner  <mkestner@novell.com>
18011
18012         * StatusBarPanel.cs: add Invalidate method and hook it into all the
18013         prop setters.  Calls parent.Refresh for now, but could be maybe be
18014         optimized with an internal method on StatusBar at some point.
18015         [Fixes #76513]
18016
18017 2005-12-05  Peter Dennis Bartok  <pbartok@novell.com> 
18018
18019         * RichTextBox.cs: Implemented get_SelectionColor
18020
18021 2005-12-05  Alexander Olk  <alex.olk@googlemail.com>
18022
18023         * ThemeClearlooks.cs:
18024           - Removed dead code
18025           - Draw black button border only if button is Form.AcceptButton
18026           - Draw correct button color for pressed RadioButton if the mouse 
18027             has entered the button
18028           - Updated ProgressBar drawing!
18029           - Updated CPDrawSizeGrip drawing
18030           - Updated StatusBarPanel drawing
18031
18032 2005-12-05  Mike Kestner  <mkestner@novell.com>
18033
18034         * Control.cs (PreProcessMessage): add Keys.Alt based on LParam value.
18035         * X11Keyboard.cs (SendKeyboardInput): formal lParam for alt mod.
18036
18037 2005-12-04  Alexander Olk  <alex.olk@googlemail.com>
18038
18039         * ThemeClearlooks.cs: Initial check-in, activate with
18040           export MONO_THEME=clearlooks
18041         * ThemeEngine.cs: Added ThemeClearlooks
18042
18043 2005-12-03  Mike Kestner  <mkestner@novell.com>
18044
18045         * MenuAPI.cs: deactivate menus prior to calling item.PerformClick.
18046         [Fixes #76897]
18047
18048 2005-12-02  Jackson Harper  <jackson@ximian.com>
18049
18050         * Form.cs: If the child form has no menu the default main menu is
18051         used as the active menu.
18052
18053 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com> 
18054
18055         * ListBox.cs: Check if any items exist before trying to resolve 
18056           coordinates into items
18057
18058 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
18059
18060         * ThemeWin32Classic.cs: Hatchbrush on Win32 seems to always use white
18061           as the second color for the background hatch
18062
18063 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
18064
18065         * TextBoxBase.cs: Now uses Jackson's new and improved ImplicitScrollbar
18066         * RichTextBox.cs: FormatText position arguments are 1-based, now making
18067           sure that what we pass to FormatText is always 1-based. Fixes #76885
18068
18069 2005-11-29  Miguel de Icaza  <miguel@novell.com>
18070
18071         * NumericUpDown.cs (EndInit): When we are done initializing,
18072         reflect any updates on the UI.
18073
18074 2005-12-02  Jackson Harper  <jackson@ximian.com>
18075
18076         * ImplicitHScrollBar.cs:
18077         * ImplicitVScrollBar.cs: New scrollbars that don't take focus from
18078         their container controls.
18079         * TreeView.cs: Use the new implicit scrollbars.
18080
18081 2005-12-02  Jackson Harper  <jackson@ximian.com>
18082
18083         * TreeView.cs: Make top_node internal so the TreeNodeCollections
18084         can play with it.
18085         * TreeNodeCollection.cs: If we remove the topnode we need to
18086         update topnode to the next node in line.
18087         - When clearing nodes go through the same process as removing
18088         them, so they get depareneted and checked if they are top node.
18089
18090 2005-12-01  Jackson Harper  <jackson@ximian.com>
18091
18092         * TreeView.cs: When imagelists are used the image area is
18093         selectable as well as the text.
18094         - If there are no selected nodes select the first one.
18095         * TreeNodeCollection.cs: Getting the TreeView is mildly expensive,
18096         so don't do it more then we need to.
18097
18098 2005-12-01  Jackson Harper  <jackson@ximian.com>
18099
18100         * ThemeWin32Classic.cs: Reimplement the scroll arrow drawing so
18101         that arrows can be scaled.
18102
18103 2005-12-01  Jackson Harper  <jackson@ximian.com>
18104
18105         * TreeNode.cs : Fixed bugs that caused FullPathTest + Traverse to
18106         fail. Patch by Dieter Bremes
18107
18108 2005-11-30  Jackson Harper  <jackson@ximian.com>
18109
18110         * Form.cs: Property is 2.0 only
18111         * PrintDialog.cs: Signature fix.
18112
18113 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
18114
18115         * TextControl.cs: 
18116           - No longer artificially moves text 2 pixels down (now that we have
18117             borders this is no longer needed)
18118           - Added calcs for left, hanging and right indent
18119
18120 2005-11-23  Mike Kestner  <mkestner@novell.com>
18121
18122         * Menu.cs: mark MenuChanged internal, since it's not exposed by MS.
18123
18124 2005-11-30  Jackson Harper  <jackson@ximian.com>
18125
18126         * MdiChildContext.cs: Set the cloned menus forms, as these don't
18127         get cloned as part of CloneMenu ().
18128         * Menu.cs: Make sure the parent of the items get set correctly
18129         when they are added.  And the owners are notified of the changes.
18130         * Form.cs: Create an ActiveMenu property, so that when MDI is used
18131         we can change the menu being displayed/handled by the form without
18132         changing the menu assosciated with the form.
18133         - Don't let Mdi children draw/handle menus.
18134         
18135 2005-11-30  Jackson Harper  <jackson@ximian.com>
18136
18137         * Menu.cs: Switch the MenuChanged method to OnMenuChanged and add
18138         a MenuChanged event. Just to make the API a little more
18139         consistent.
18140         * MainMenu.cs:
18141         * MenuItem.cs: Use the new OnMenuChanged
18142         * MdiChildContext.cs: Handle menu merging.
18143         * Form.cs: Implement MergedMenu.
18144         
18145 2005-11-30  Jackson Harper  <jackson@ximian.com>
18146
18147         * Menu.cs: We were misusing Add. Add goes behind the specified
18148         index according to the docs, and does not replace the specified
18149         index. So I added an Insert method.
18150
18151 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
18152
18153         * TextBoxBase.cs:  Implemented Ctrl-Ins (Copy), Shift-Ins (Paste) and
18154           Shift-Del (Cut), apparently Emacs uses these old Win 2.x keys. This
18155           is for Jackson
18156         * RichTextBox.cs: Added calls to base for DnD events
18157
18158 2005-11-28  Peter Dennis Bartok  <pbartok@novell.com>
18159
18160         * TextControl.cs:
18161           - Fixed drag-selection related crash; style fixes
18162           - Implemented undo class
18163             o Implemented method to capture document state for specified
18164               range in document tree
18165             o Implemented method to restore captured document state
18166             o Implemented cursor tracking
18167             o Implemented basic undo stack
18168           - Added undo cursor tracking to methods altering cursor location
18169           - Added undo tracking to selection deletion (still missing
18170             other text-altering hookups)
18171         * RichTextBox.cs:
18172           - Added SelectionLength property
18173           - Implemented CanPaste()
18174           - Implemented Paste()
18175           - Added missing protected methods
18176           - Fixed RTF->Document conversion; now uses font index 0 and color 
18177             index 0 as the default font for the parsed text
18178           - Fixed RTF<->Document font size translation
18179           - Fixed RTF generation, now properly handles cross-tag boundaries
18180             for single line selection
18181           - No longer always appends blank line to generated RTF
18182           - Removed TODOs
18183           - Added missing attributes
18184           - Hooked up undo-related methods
18185         * TextBoxBase.cs:
18186           - Implemented Copy()
18187           - Implemented Paste()
18188           - Implemented Cut()
18189           - Fixed caret mis-behaviour on backspace across line-boundaries
18190
18191 2005-11-29  Jackson Harper  <jackson@ximian.com>
18192
18193         * MdiClient.cs: Add a method for activating mdi children. Very
18194         basic right now. I imagine someday it might need more girth.
18195         * MenuItem.cs: Implement MDI lists. When mdilist is true the mdi
18196         children windows names are added to the menu item.
18197         * ThemeWin32Classic.cs: Draw the arrow if the item is an
18198         mdilist. This happens regardless of whether or not there are any
18199         mdi windows to see in the list, and according to my tests happens
18200         before the items are even added. Also happens if there isn't even
18201         an mdi client to get windows from.
18202
18203 2005-11-29  Alexander Olk  <alex.olk@googlemail.com>
18204
18205         * ThemeWin32Classic.cs: Make DrawFlatStyleRadioButton protected
18206         * ThemeNice.cs: Fix drawing of flatstyle radiobuttons
18207
18208 2005-11-29  Jordi Mas i Hernandez <jordimash@gmail.com>
18209
18210         * DataGridTableStyle.cs:
18211           - Create always the styles for the missing columns even if they are
18212             provided by the user (not default table style)
18213         * DataGrid.cs:
18214           - Fixes bug 76770
18215           - Fixes SetDataBinding (always re-attach source)
18216           - Fixes SetNewDataSource (only clear styles if they are not for 
18217             this source)
18218          -  Expands OnTableStylesCollectionChanged to handle style refresh 
18219             and remove properly
18220
18221 2005-11-29  Jackson Harper  <jackson@ximian.com>
18222
18223         * FileDialog.cs: Implement missing bits, remove some dead
18224         code.
18225         * FontDialog.cs: Implement missing Apply stuff, and ToString. Move
18226         creation of the panel so that the options set on the dialog are
18227         seen when the panel is created.
18228         * TreeView.cs: raise a click when items are clicked.
18229         
18230 2005-11-29  Jackson Harper  <jackson@ximian.com>
18231
18232         * MdiClient.cs: Pass some signature methods through to base.
18233
18234 2005-11-28  Jackson Harper  <jackson@ximian.com>
18235
18236         * ListView.cs: Raise the click event when items are clicked.
18237
18238 2005-11-28  Jackson Harper  <jackson@ximian.com>
18239
18240         * MdiClient.cs: Make this algorithm even more beautiful.  And fix
18241         a nullref.
18242
18243 2005-11-27  Alexander Olk  <alex.olk@googlemail.com>
18244
18245         * ThemeNice.cs: - Removed 1 pixel bitmaps
18246           - Use SmoothingMode.AntiAlias where it makes sense
18247             (ScrollButton arrow for example)
18248           - Enhanced Button focus drawing
18249           - Fixed ComboBox drawing (no artefacts anymore, focus
18250             rectangle is back again, reduced size of ComboButton, etc.)
18251           - Fixed RadioButton focus drawing for Appearence.Button
18252           - Slight ScrollButton redesign
18253           - Some LinearGradientBrush size fixes
18254           - GroupBoxes have now rounded edges
18255           - Fixed StatusBar drawing
18256
18257 2005-11-25  Alexander Olk  <alex.olk@googlemail.com>
18258
18259         * ThemeNice.cs: - Remove dead code
18260           - use correct background colors for menus, etc.
18261           - Fake pixel drawing with 1 pixel bitmaps
18262
18263 2005-11-24  Jackson Harper  <jackson@ximian.com>
18264
18265         * MdiClient.cs: Size the scrollbars when resizing the window.
18266         - Resize the maximized windows when the client is resized
18267         * Form.cs: Make the child context available
18268         
18269 2005-11-23  Jackson Harper  <jackson@ximian.com>
18270
18271         * MdiChildContext.cs: Don't size windows if they are maximized.
18272
18273 2005-11-23  Mike Kestner  <mkestner@novell.com>
18274
18275         * ContextMenu.cs: use MenuTracker.
18276         * Control.cs: remove menu handle usage.
18277         * Form.cs: remove menu handle usage.
18278         * Hwnd.cs: remove menu handle usage.
18279         * MainMenu.cs: Draw method moved here from MenuAPI.DrawMenuBar. Proxy
18280         motion and clicks to the new Tracker handlers.
18281         * Menu.cs: add sizing accessors, SelectedItem prop, kill CreateItems
18282         and handle usage.
18283         * MenuAPI.cs: refactored to combine popup and menubar event handling.
18284         Killed the MENU and MENUITEM data types and associated collections
18285         since we now keep the info on Menu and MenuItem. Expanded TRACKER into
18286         MenuTracker class that exposes the leftovers from the old MenuAPI
18287         static methods. Restructured Capture handling so that only one grab is
18288         done for the entire menu hierarchy instead of handing off grabs to
18289         submenus. Tracker now has an invisible control to Capture when active.
18290         * MenuItem.cs: add sizing accessors, kill Create
18291         and handle usage.
18292         * Theme.cs: remove menu handle and MENU(ITEM) usage.
18293         * ThemeWin32Classic.cs: use Menu/MenuItem sizing props instead of
18294         MENU(ITEM). remove menu handle usage, use Menu directly.
18295         * XplatUIDriver.cs: remove menu handle usage.
18296         * XplatUIOSX.cs: remove menu handle usage.
18297         * XplatUIWin32.cs: remove menu handle usage.
18298         * XplatUIX11.cs: remove menu handle usage.
18299
18300 2005-11-22  Jackson Harper  <jackson@ximian.com>
18301
18302         * Hwnd.cs: Don't compute the menu size for
18303         DefaultClientRectangle.
18304         - Reenable menu sizes being computed for GetClienRectangle.
18305         * Form.cs: Remove comment of trechery
18306         
18307 2005-11-22  Jackson Harper  <jackson@ximian.com>
18308
18309         * Hwnd.cs: The adjustments for the menu bar are made when it is
18310         attached to the form.
18311
18312 2005-11-19  Jackson Harper  <jackson@ximian.com>
18313
18314         * XplatUIX11.cs: Create an HGRN of the invalid area for WM_NCPAINT
18315         (just like on windows).
18316
18317 2005-11-19  Jackson Harper  <jackson@ximian.com>
18318
18319         * MdiChildContext.cs: Handle all the buttons ourselves. We can't
18320         use real buttons anymore because they are in non client area. The
18321         one TODO here is that I need to somehow invalidate a section of
18322         the non client area.
18323
18324 2005-11-18  Jackson Harper  <jackson@ximian.com>
18325
18326         * Control.cs: Put the enum check back in now that MDI doesnt have
18327         to use this to set border styles.
18328         * Form.cs: Only set mdi child windows borders if the handle has
18329         been created.
18330         * MdiChildContext.cs: Don't set the InternalBorderStyle, just pass
18331         this directly on to the driver.
18332         - Get the move start position before adjusting for the titlebar
18333         height, this fixes the windows "skipping" when they are first
18334         moved.
18335
18336 2005-11-18  Jackson Harper  <jackson@ximian.com>
18337
18338         * XplatUIX11.cs: Just compute the mdi borders separately as they
18339         don't totally match up with normal form borders.
18340
18341 2005-11-18  Jackson Harper  <jackson@ximian.com>
18342
18343         * Control.cs: Set WS_ styles for borders, so that the driver does
18344         not have to retrieve the control instance to figure out what kind
18345         of borders it should have.
18346         * Form.cs: Set the WS_EX_MDICHILD flag on mdi children, so the
18347         driver can know its an mdi child easily.
18348         * XplatUIX11.cs: Get the border styles and whether the window is
18349         MDI from the Styles and ExStyles params instead of having to get a
18350         control. This prevents a chicken and egg problem.       
18351
18352 2005-11-18  Jackson Harper  <jackson@ximian.com>
18353
18354         * MdiClient.cs: Fix typo so scrollbars show up correctly.
18355
18356 2005-11-18  Jackson Harper  <jackson@ximian.com>
18357
18358         * MdiClient.cs: Calculate when to add and remove scrollbars
18359         correctly.
18360         * MdiChildContext.cs: Adjust the y position to take the titlebar
18361         into account.
18362         - No height for FormBorderStyle.None
18363
18364 2005-11-18  Jackson Harper  <jackson@ximian.com>
18365
18366         * Control.cs: Allow non enum values to be used for
18367         InternalBorderStyle.  MDI does this to set a special border style.
18368         - New utility methods for converting points to/from client coords
18369         - Add the newly created control to the Controls collection before
18370         updating its style. This way UpdateStyle can walk the control
18371         heirarchy to find the control if needed.
18372         so I don't need to create a new Point object all the time.
18373         * Form.cs: Let MDI windows handle their border styles.
18374         - Set styles on MDI windows so the correct title style is derived.
18375         * MdiChildContext.cs: Move all the painting and window handling
18376         into the non client area.
18377         - Use correct sizing and put correct buttons on frames based on
18378         the FormBorderStyle.
18379         - Notify the mdi client about scrolling
18380         - Need to handle the buttons ourselves now, because they are all
18381         in non client areas and we can't add controls there.
18382         * MdiClient.cs: Halfway to scrolling, this implementation is
18383         somewhat broken though, we need to check to make sure other
18384         windows aren't causing scrolling before removing the bars. Also
18385         the bars need to be drawn on top, maybe I can switch implicit
18386         controls to be on top.
18387         * Hwnd.cs: caption_height and tool_caption_height are now
18388         properties of an hwnd, this way they can be set by the driver
18389         based on the type of window they are.  In X11 the window manager
18390         handles the decorations so caption_height is zero unless its an
18391         MDI window.
18392         - Add 3 pixel borders for MDI windows (0xFFFF).
18393         - Get rid of some code duplication, have DefaultClientRectanle
18394         just call GetClientRectangle.
18395         * XplatUIX11.cs: Pass caption_height and tool_caption_height to
18396         Hwnd now.
18397         - Set border styles differently for mdi windows.
18398         * XplatUIOSX.cs: Pass caption_height and tool_caption_height to
18399         Hwnd now.
18400         
18401 2005-11-15  Mike Kestner  <mkestner@novell.com>
18402
18403         * Menu.cs: when adding an item to the collection, if item is already 
18404         parented, remove it from the parent.
18405
18406 2005-11-13  Alexander Olk  <alex.olk@googlemail.com>
18407
18408         * X11DesktopColors.cs: Added KDE support
18409
18410 2005-11-11  Peter Dennis Bartok  <pbartok@novell.com>
18411
18412         * XplatUIWin32.cs: 
18413           - Clipboard methods now can translate Rtf format
18414           - No longer removes clipboard contents whenever a new format is added
18415             to allow placing multiple formats on the clipboard
18416         * Clipboard.cs: Clipboard now supports getting a IDataObject and
18417           will place all formats contained in it onto the clipboard. Also
18418           now cleans the clipboard before placing a new object onto it
18419         * RichTextBox.cs:
18420           - Implemented set_Rtf
18421           - Implemented set_SelectedRtf
18422           - Created InsertRTFFromStream() method to allow single code base
18423             for all properties and methods that insert RTF into document
18424           - Removed debug output
18425         * TextControl.cs:
18426           - Fixed Delete(int) to fix up line numbers
18427           - Fixed ReplaceSelection to combine start and end line
18428           - Fixed serious DeleteChars bug that would leave the document tree
18429             broken
18430           - Improved DumpTree with several logic checks to detect broken
18431             document trees
18432           - Removed debug lines
18433           - Fixed Caret.WordForward/WordBack moving code, now always also 
18434             updates caret.tag (fixes crash when word-selecting across tag
18435             boundaries via keyboard)
18436           - Added Insert() method for inserting multiline text into documents
18437           - Fixed DeleteChars() calculation errors that would cause a broken
18438             tag chain with multiple tag lines
18439           - DeleteChars() no longer crashes on multi-tag lines if not all tags
18440           - Split() no longer moves caret if split is at caret location
18441           - ReplaceSelection() now updates the cursor and re-displays it
18442           - ReplaceSelection() now uses new Insert() method to avoid code
18443             duplication
18444           - FormatText() can now handle formatting partial lines
18445         * TextBoxBase.cs:
18446           - Append now uses new TextControl.Insert() method (this avoids 
18447             duplicate code)
18448           - Implemented Ctrl-X (Cut) (
18449           - Implemented Ctrl-C (Copy)
18450           - Implemented Ctrl-V (Paste) (Still some bugs related to screen 
18451             regeneration when pasting text; roundtripping Copy&Paste within
18452             edit control still fails due to some calculation bugs in GenerateRTF)
18453           - The Delete key will now remove the current selection if it is visible
18454         * TextBox.cs: Removed debug lines
18455         * XplatUI.cs: Trigger initialization of DataFormats (which requires the
18456           driver to be initialized and can't therefore be done via a static ctor)
18457
18458 2005-11-10  Peter Dennis Bartok  <pbartok@novell.com>
18459
18460         * TextControl.cs: Added backend code for finding char arrays and strings
18461         * TextBoxBase.cs:
18462           - Added mouse wheel scroll support
18463           - Added support for VScroll and HScroll events
18464         * RichTextBox.cs:
18465           - Implemented all seven Find() variants
18466           - Implemented GetCharFromPosition()
18467           - Implemented GetCharIndexFromPosition()
18468           - Implemented GetLineFromIndex()
18469           - Implemented GetPositionFromCharIndex();
18470           - Implemented SaveFile for PlainText and UnicodeText
18471           - Fixed set_Font, now setting a new font applies that font to
18472             the whole document
18473           - Implemented generic Document to RTF converter
18474           - Implemented SaveFile for RichText format (still missing unicode
18475             conversion for non-ansi chars)
18476           - Implemented get_Rtf
18477           - Implemented get_SelectedRtf
18478
18479 2005-11-09  Peter Dennis Bartok  <pbartok@novell.com>
18480
18481         * Control.cs (WndProc): Call HandleClick after having sent OnMouseUp
18482           to allow any captures to be released before triggering OnClick. This
18483           way a click handler may capture the mouse without interference.
18484         * XplatUIX11.cs: Always send mouse messages to grab window if one exists.
18485           This way we send them even though X may not allow a grab (if the window
18486           isn't visible, for example)
18487
18488 2005-11-08  Pedro Martinez Julia <pedromj@gmail.com>
18489
18490         * DataGridViewRowEventArgs.cs: DataGridView implementation
18491         * DataGridViewElement.cs: DataGridView implementation
18492         * DataGridViewComboBoxCell.cs: DataGridView implementation
18493         * DataGridViewDataErrorContexts.cs: DataGridView implementation
18494         * DataGridViewCellErrorTextNeededEventArgs.cs: DataGridView implementation
18495         * DataGridViewColumnHeadersHeightSizeMode.cs: DataGridView implementation
18496         * ImageLayout.cs: DataGridView implementation
18497         * DataGridViewComboBoxColumn.cs: DataGridView implementation
18498         * DataGridViewCellMouseEventHandler.cs: DataGridView implementation
18499         * DataGridViewSelectionMode.cs: DataGridView implementation
18500         * IDataGridViewEditingControl.cs: DataGridView implementation
18501         * DataGridViewSortCompareEventHandler.cs: DataGridView implementation
18502         * DataGridViewCellStyleContentChangedEventHandler.cs: DataGridView implementation
18503         * DataGridViewAutoSizeModeEventHandler.cs: DataGridView implementation
18504         * DataGridViewColumnStateChangedEventHandler.cs: DataGridView implementation
18505         * DataGridViewColumnSortMode.cs: DataGridView implementation
18506         * DataGridView.cs: DataGridView implementation
18507         * DataGridViewRowStateChangedEventHandler.cs: DataGridView implementation
18508         * DataGridViewRowPostPaintEventArgs.cs: DataGridView implementation
18509         * DataGridViewDataErrorEventArgs.cs: DataGridView implementation
18510         * Padding.cs: DataGridView implementation
18511         * DataGridViewCellParsingEventArgs.cs: DataGridView implementation
18512         * DataGridViewCellStateChangedEventHandler.cs: DataGridView implementation
18513         * DataGridViewRowEventHandler.cs: DataGridView implementation
18514         * DataGridViewCellPaintingEventHandler.cs: DataGridView implementation
18515         * DataGridViewCellFormattingEventHandler.cs: DataGridView implementation
18516         * DataGridViewButtonCell.cs: DataGridView implementation
18517         * DataGridViewCellStyleContentChangedEventArgs.cs: DataGridView implementation
18518         * DataGridViewEditMode.cs: DataGridView implementation
18519         * DataGridViewCellValueEventArgs.cs: DataGridView implementation
18520         * DataGridViewRowCancelEventArgs.cs: DataGridView implementation
18521         * DataGridViewRowHeadersWidthSizeMode.cs: DataGridView implementation
18522         * DataGridViewCheckBoxColumn.cs: DataGridView implementation
18523         * DataGridViewCellToolTipTextNeededEventHandler.cs: DataGridView implementation
18524         * DataGridViewAutoSizeColumnsMode.cs: DataGridView implementation
18525         * DataGridViewCellEventHandler.cs: DataGridView implementation
18526         * DataGridViewEditingControlShowingEventHandler.cs: DataGridView implementation
18527         * DataGridViewCellStyleConverter.cs: DataGridView implementation
18528         * DataGridViewSelectedRowCollection.cs: DataGridView implementation
18529         * DataGridViewBindingCompleteEventHandler.cs: DataGridView implementation
18530         * DataGridViewColumnEventArgs.cs: DataGridView implementation
18531         * DataGridViewRowHeightInfoPushedEventHandler.cs: DataGridView implementation
18532         * DataGridViewRowContextMenuStripNeededEventHandler.cs: DataGridView implementation
18533         * QuestionEventArgs.cs: DataGridView implementation
18534         * IDataGridViewEditingCell.cs: DataGridView implementation
18535         * DataGridViewTriState.cs: DataGridView implementation
18536         * DataGridViewColumnDesignTimeVisibleAttribute.cs: DataGridView implementation
18537         * DataGridViewCellStateChangedEventArgs.cs: DataGridView implementation
18538         * DataGridViewColumnCollection.cs: DataGridView implementation
18539         * DataGridViewCellValueEventHandler.cs: DataGridView implementation
18540         * DataGridViewRowDividerDoubleClickEventHandler.cs: DataGridView implementation
18541         * DataGridViewCellFormattingEventArgs.cs: DataGridView implementation
18542         * DataGridViewColumn.cs: DataGridView implementation
18543         * DataGridViewCellBorderStyle.cs: DataGridView implementation
18544         * DataGridViewCellContextMenuStripNeededEventHandler.cs: DataGridView implementation
18545         * DataGridViewCellValidatingEventArgs.cs: DataGridView implementation
18546         * DataGridViewRow.cs: DataGridView implementation
18547         * DataGridViewImageCellLayout.cs: DataGridView implementation
18548         * DataGridViewImageCell.cs: DataGridView implementation
18549         * DataGridViewTopLeftHeaderCell.cs: DataGridView implementation
18550         * DataGridViewCheckBoxCell.cs: DataGridView implementation
18551         * DataGridViewHeaderCell.cs: DataGridView implementation
18552         * DataGridViewCellErrorTextNeededEventHandler.cs: DataGridView implementation
18553         * DataGridViewRowHeightInfoPushedEventArgs.cs: DataGridView implementation
18554         * DataGridViewAutoSizeColumnsModeEventHandler.cs: DataGridView implementation
18555         * DataGridViewTextBoxColumn.cs: DataGridView implementation
18556         * QuestionEventHandler.cs: DataGridView implementation
18557         * DataGridViewCellStyleScopes.cs: DataGridView implementation
18558         * DataGridViewSortCompareEventArgs.cs: DataGridView implementation
18559         * DataGridViewCellContextMenuStripNeededEventArgs.cs: DataGridView implementation
18560         * DataGridViewCell.cs: DataGridView implementation
18561         * DataGridViewCellEventArgs.cs: DataGridView implementation
18562         * DataGridViewClipboardCopyMode.cs: DataGridView implementation
18563         * DataGridViewCellStyle.cs: DataGridView implementation
18564         * DataGridViewColumnHeaderCell.cs: DataGridView implementation
18565         * DataGridViewRowPrePaintEventHandler.cs: DataGridView implementation
18566         * DataGridViewRowCancelEventHandler.cs: DataGridView implementation
18567         * TextFormatFlags.cs: DataGridView implementation
18568         * DataGridViewCellToolTipTextNeededEventArgs.cs: DataGridView implementation
18569         * DataGridViewDataErrorEventHandler.cs: DataGridView implementation
18570         * DataGridViewAdvancedCellBorderStyle.cs: DataGridView implementation
18571         * DataGridViewCellPaintingEventArgs.cs: DataGridView implementation
18572         * DataGridViewButtonColumn.cs: DataGridView implementation
18573         * DataGridViewRowsRemovedEventArgs.cs: DataGridView implementation
18574         * HandledMouseEventArgs.cs: DataGridView implementation
18575         * DataGridViewCellParsingEventHandler.cs: DataGridView implementation
18576         * DataGridViewColumnDividerDoubleClickEventHandler.cs: DataGridView implementation
18577         * DataGridViewCellMouseEventArgs.cs: DataGridView implementation
18578         * DataGridViewAutoSizeRowsMode.cs: DataGridView implementation
18579         * DataGridViewRowCollection.cs: DataGridView implementation
18580         * DataGridViewAdvancedBorderStyle.cs: DataGridView implementation
18581         * DataGridViewCellCancelEventHandler.cs: DataGridView implementation
18582         * DataGridViewHitTestType.cs: DataGridView implementation
18583         * DataGridViewAutoSizeModeEventArgs.cs: DataGridView implementation
18584         * DataGridViewColumnStateChangedEventArgs.cs: DataGridView implementation
18585         * DataGridViewColumnEventHandler.cs: DataGridView implementation
18586         * DataGridViewRowDividerDoubleClickEventArgs.cs: DataGridView implementation
18587         * DataGridViewAutoSizeRowMode.cs: DataGridView implementation
18588         * DataGridViewRowHeightInfoNeededEventArgs.cs: DataGridView implementation
18589         * DataGridViewRowsDeletedEventArgs.cs: DataGridView implementation
18590         * DataGridViewTextBoxEditingControl.cs: DataGridView implementation
18591         * DataGridViewContentAlignment.cs: DataGridView implementation
18592         * DataGridViewRowPostPaintEventHandler.cs: DataGridView implementation
18593         * DataGridViewComboBoxEditingControl.cs: DataGridView implementation
18594         * DataGridViewCellValidatingEventHandler.cs: DataGridView implementation
18595         * DataGridViewSelectedColumnCollection.cs: DataGridView implementation
18596         * DataGridViewPaintParts.cs: DataGridView implementation
18597         * DataGridViewCellCollection.cs: DataGridView implementation
18598         * DataGridViewRowsAddedEventArgs.cs: DataGridView implementation
18599         * DataGridViewImageColumn.cs: DataGridView implementation
18600         * DataGridViewRowsRemovedEventHandler.cs: DataGridView implementation
18601         * DataGridViewElementStates.cs: DataGridView implementation
18602         * DataGridViewRowHeightInfoNeededEventHandler.cs: DataGridView implementation
18603         * DataGridViewColumnDividerDoubleClickEventArgs.cs: DataGridView implementation
18604         * DataGridViewRowPrePaintEventArgs.cs: DataGridView implementation
18605         * DataGridViewRowStateChangedEventArgs.cs: DataGridView implementation
18606         * DataGridViewEditingControlShowingEventArgs.cs: DataGridView implementation
18607         * DataGridViewCellCancelEventArgs.cs: DataGridView implementation
18608         * DataGridViewRowHeaderCell.cs: DataGridView implementation
18609         * DataGridViewBindingCompleteEventArgs.cs: DataGridView implementation
18610         * DataGridViewTextBoxCell.cs: DataGridView implementation
18611         * DataGridViewBand.cs: DataGridView implementation
18612         * DataGridViewAutoSizeColumnModeEventArgs.cs: DataGridView implementation
18613         * DataGridViewHeaderBorderStyle.cs: DataGridView implementation
18614         * DataGridViewRowsAddedEventHandler.cs: DataGridView implementation
18615         * DataGridViewAutoSizeColumnMode.cs: DataGridView implementation
18616         * DataGridViewAutoSizeColumnModeEventHandler.cs: DataGridView implementation
18617         * DataGridViewAutoSizeColumnsModeEventArgs.cs: DataGridView implementation
18618         * DataGridViewRowErrorTextNeededEventHandler.cs: DataGridView implementation
18619         * DataGridViewSelectedCellCollection.cs: DataGridView implementation
18620         * DataGridViewRowContextMenuStripNeededEventArgs.cs: DataGridView implementation
18621         * DataGridViewRowErrorTextNeededEventArgs.cs: DataGridView implementation
18622         * DataGridViewComboBoxDisplayStyle.cs: DataGridView implementation
18623
18624 2005-11-08  Peter Dennis Bartok  <pbartok@novell.com>
18625
18626         * ThemeWin32Classic.cs: 
18627           - Draw the outside focus rectangle around buttons
18628           - Use CPDrawFocusRectangle to draw focus rectangles until Cairo
18629             doesn't use end caps for every dash of a line anymore. This
18630             workaround ignores the forecolor.
18631
18632 2005-11-08  Kornél Pál  <kornelpal@hotmail.com>
18633
18634         * ImageList.cs: Don't use ArgbColor with LayoutKind.Explicit as it isn't
18635           endian safe.
18636
18637 2005-11-07  Jackson Harper  <jackson@ximian.com>
18638
18639         * X11Dnd.cs: Set the X/Y positions on the DragEventArgs correctly.
18640
18641 2005-11-07  Jackson Harper  <jackson@ximian.com>
18642
18643         * ScrollableControl.cs: Calculate the maximum and change vars
18644         (more) correctly so that scrollbars appear as a sensible size.
18645
18646 2005-11-04  Jackson Harper  <jackson@ximian.com>
18647
18648         * TreeNodeCollection.cs: Refresh when nodes are cleared from the
18649         collection.
18650         * TreeView.cs: When the tree is sorted null out the top_node so
18651         that it is recalculated.
18652         - Use dotted lines instead of dashed lines to match MS better.
18653
18654 2005-11-04  Jordi Mas i Hernandez <jordimash@gmail.com>
18655
18656         * ListView.cs: 
18657           - Implements key search for items. Useful when browsing files with FileDialog
18658           - When changing view mode or when clear the items reset scrollbar positions
18659
18660 2005-11-04  Jackson Harper  <jackson@ximian.com>
18661
18662         * CurrencyManager.cs: Implement the MetaDataChanged event, the
18663         Reset method, and the CheckEmpty. CheckEmpty is just a total guess
18664         as to what the method may do as there is no real way of creating a
18665         derived CurrencyManager and calling the method. 
18666
18667 2005-11-03  Jackson Harper  <jackson@ximian.com>
18668
18669         * ThemeWin32Classic.cs: Implement ownerdrawing in the tab control
18670         * TabControl.cs: Add Ownerdrawing bits, add the UpdateTabSelection
18671         method which seems to just be used internally to refresh the tabs.
18672
18673 2005-11-03  Jackson Harper  <jackson@ximian.com>
18674
18675         * TabControl.cs: Implement the remove method. Fix some broken
18676         comments.
18677
18678 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
18679
18680         * DateTimePicker.cs:
18681           - Added missing DateTimePickerAccessibleObject class
18682           - Added missing events
18683           - Added OnFontChanged method
18684         * Form.cs: Added missing attributes
18685         * TreeView.cs: Added missing attributes
18686
18687 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com> 
18688
18689         * GridItemCollection.cs: Fix signatures
18690
18691 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
18692
18693         * XplatUI.cs: Updated build rev/date
18694         * ComboBox.cs, DataGridTextBoxColumn.cs Control.cs, 
18695           DataGridTableStyle.cs, DataGrid.cs, DateTimePicker.cs: Signature fixes
18696         * Application.cs: Trigger context-specific ExitThread events
18697
18698 2005-11-03  Jackson Harper  <jackson@ximian.com>
18699
18700         * Menu.cs:
18701         * MainMenu.cs:
18702         * GridTableStylesCollection.cs:
18703         * Timer.cs:
18704         * TabPage.cs:
18705         * HelpProvider.cs:
18706         * StatusBar.cs:
18707         * MonthCalendar.cs: Signature fixes
18708
18709 2005-11-03  Jackson Harper  <jackson@ximian.com>
18710
18711         * TreeNodeCollection.cs: Remove should not be virtual.
18712         * TreeView.cs: Implement the last of the missing methods.
18713
18714 2005-11-03  Jackson Harper  <jackson@ximian.com>
18715
18716         * TreeNodeConverter.cs: Implement to get off my class-status back.
18717
18718 2005-11-03  Jackson Harper  <jackson@ximian.com>
18719
18720         * TreeView.cs: Hookup the bits for drag and drop.
18721         * TreeNode.cs: Don't cache the tree_view or index anymore, now
18722         that nodes can be moved from tree to tree easily this just causes
18723         all sorts of problems.
18724         * TreeNodeCollection: Don't need to give treenodes an index and
18725         treeview anymore when they are added, these are computed on the
18726         fly. Also make sure to remove a node before its added.
18727
18728 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
18729
18730         * TextControl.cs:
18731           - Added CaretSelection enum
18732           - Added comparison methods to Marker struct, makes selection code
18733             more readable
18734           - Added SelectionStart and SelectionEnd as 'moveable' location for
18735             the CaretDirection enum and handler
18736           - Added selection_prev variable to track optimized invalidation for
18737             word and line selection
18738           - Added SelectionVisible property (returns true if there is a valid 
18739             selection)
18740           - Switched CaretHasFocus to only display the caret if there is no
18741             visible selection
18742           - Avoiding StringBuilder.ToString to retrieve a single char, instead
18743             using the direct character index; should be much faster
18744           - Added various conditional debug statements
18745           - Fixed invalidation calculation for selection ranges
18746           - Added ExpandSelection() method to support word and line selection
18747           - Switched SetSelectionToCaret to use new Marker compare overloads
18748           - Added central IsWordSeparator() method to determine word 
18749             separators/whitespace and FindWordSeparator() to streamline common
18750             usage of IsWordSeparator()
18751         * TextBoxBase.cs:
18752           - Removed unneeded grabbed variable, it was just mirroring
18753             Control.Capture
18754           - No longer firing OnTextChanged event when Text setter is called,
18755             since the base will fire the event for us
18756           - Added handling of Ctrl-Up/Down selection
18757           - Added handling of Shift-Cursorkey selection
18758           - Added handling for Ctrl-Delete and Ctrl-Backspace to remove
18759             words
18760           - Added handling of Shift and Ctrl-Shift-Home/End selection
18761           - Removed some debug output
18762           - Added handling for single/double/tripple-click to place caret/
18763             select word/select line respectively (Fixes bug #76031)
18764           - Added support for drag expansion of word/line selection
18765         * RichTextBox.cs: Handle GotFocus event to trigger redrawing of
18766           current selection
18767
18768 2005-11-02  Jackson Harper  <jackson@ximian.com>
18769
18770         * X11Dnd.cs: If the drag is going to and from a MWF window just
18771         copy the data instead of sending it out through the X Selection
18772         mechanism.
18773
18774 2005-11-02  Jackson Harper  <jackson@ximian.com>
18775
18776         * X11Dnd.cs:
18777         * XplatUIX11.cs: When in a drag we don't want motion notify
18778         messages to get passed on to the other controls. This prevents
18779         mouse move messages from showing up in the drag source.
18780
18781 2005-11-02  Jackson Harper  <jackson@ximian.com>
18782
18783         * X11Dnd.cs: Remove unneeded call to XAllowEvents.  Make sure that
18784         the correct button is release to end a drag.
18785         * XplatUIX11.cs: Make the button state internal so the drag system
18786         can access it.  Dragging needs to know about all button releases,
18787         not just left button.
18788
18789 2005-11-02  Miguel de Icaza  <miguel@novell.com>
18790
18791         * Form.cs (Icon): If the icon is null, reset the icon to the
18792         default value. 
18793
18794         * Cursor.cs: When writing the AND-mask bitmap do not include the
18795         number of colors, but hardcode those to two (black and white),
18796         fixes the loading of color cursors (Paint Dot Net).
18797
18798         * Form.cs: To debug, allow MONO_MWF_SCALING=disable variable to
18799         turn off autoscaling.
18800
18801         * Cursor.cs: Allow resource type to be 1 or 2 (from ImageMagic).
18802
18803 2005-11-02  Jackson Harper  <jackson@ximian.com>
18804
18805         * X11Dnd.cs: Make sure to send a status message if the pointer
18806         enters a control that can not accept a drop, otherwise the cursor
18807         isn't updated correctly. Also tried to compress the lines of code
18808         a bit.
18809
18810 2005-11-02  Jackson Harper  <jackson@ximian.com>
18811
18812         * X11Dnd.cs: Change cursors based on drag action. Also attempt to
18813         set actions correctly.  This isn't perfect as XDND and win32 have
18814         some differences on how you allow actions. I'll clear this up by
18815         adding a path for drag from MWF to MWF windows.
18816         * XplatUIX11.cs: Hook into the dnd system.
18817
18818 2005-11-02  Jordi Mas i Hernandez <jmas@softcatala.org>
18819
18820         * ListView.cs: Fixes scroll bar visibility. Hide them if they were
18821         previously shown but they are no longer need it. Very obvious when 
18822         browsing files with FileDialog.
18823
18824 2005-11-01  Peter Dennis Bartok  <pbartok@novell.com>
18825
18826         * Control.cs: We always need to call OnPaintBackground. We pretty much
18827           ignore AllPaintingInWmPaint and always do the painting there, whether 
18828           it's set or not, since we always ignore the WM_ERASEBKGND message 
18829           (which we don't generate on X11). This fixes #76616.
18830         * Panel.cs: Removed unneeded background painting. This happens properly
18831           in Control.cs already
18832
18833 2005-10-31  Mike Kestner  <mkestner@novell.com>
18834
18835         * Menu.cs: Add items to collection before setting their index.
18836         * MenuItem.cs : add range checking with ArgumentException like MS.
18837         [Fixes #76510]
18838
18839 2005-10-31  Jackson Harper  <jackson@ximian.com>
18840
18841         * ListBox.cs: Invalidate if the area is visible at all not just
18842         contained in the visible rect. Fixes unselection of semi visible
18843         items.
18844
18845 2005-10-31  Jackson Harper  <jackson@ximian.com>
18846
18847         * Control.cs: Consistently name the dnd methods. Make them
18848         internal so we can override them to match some MS behavoir
18849         internally.
18850         * Win32DnD.cs: Use the new consistent names.
18851
18852 2005-10-31  Jackson Harper  <jackson@ximian.com>
18853
18854         * TreeView.cs: Don't draw the selected node when we lose focus.
18855
18856 2005-10-31  Jackson Harper  <jackson@ximian.com>
18857
18858         * X11Dnd.cs: We still need to reset the state even though a full
18859         reset isn't being done, otherwise status's still get sent all over
18860         the place.
18861
18862 2005-10-31  Jackson Harper  <jackson@ximian.com>
18863
18864         * Control.cs: Make the dnd_aware flag internal so the dnd
18865         subsystem can check it. Catch exceptions thrown in dnd handlers to
18866         match MS behavoir.
18867         * Hwnd.cs: Add a flag for whether or not a window is dnd aware.
18868         * X11Dnd.cs: Handle null data in the converters. Set the XDND
18869         version when sending a XdndEnter. Use the control/hwnd dnd_aware
18870         flags to reduce the number of dnd enters/status's sent.
18871
18872 2005-10-31  Jackson Harper  <jackson@ximian.com>
18873
18874         * X11Dnd.cs: Don't need the sizeof here. Patch by Jordi Mas.
18875
18876 2005-10-31  Jordi Mas i Hernandez <jordi@ximian.com>
18877
18878         * PictureBox.cs: Fixes 76512
18879
18880 2005-10-28  Jackson Harper  <jackson@ximian.com>
18881
18882         * X11Dnd.cs: Early implementation to support winforms being a drag
18883         source for data on X11. Also restructured the converters so they
18884         can go both ways now.
18885         * XplatUIX11.cs: Tie ins to the the Dnd stuff.
18886         
18887 2005-10-27  Peter Dennis Bartok  <pbartok@novell.com>
18888
18889         * XplatUIX11.cs: Fixed FIXME - implemented ASCII encoding for XA_STRING
18890           clipboard requests
18891
18892 2005-10-27  Jackson Harper  <jackson@ximian.com>
18893
18894         * TreeNode.cs: Implement serialization so my DnD examples will work.
18895
18896 2005-10-24  Kornél Pál  <kornelpal@hotmail.com>
18897
18898         * ButtonBase.cs, ListView.cs, NotifyIcon.cs, PictureBox.cs, ToolBar.cs,
18899           TreeView.cs: Don't dispose objects that are not owned.
18900           
18901 2005-10-24  Peter Dennis Bartok  <pbartok@novell.com>
18902
18903         * Cursor.cs: Defaulting the Current cursor to Cursors.Default. We
18904           should retrieve the current cursor and report that, but XplatUI
18905           doesn't (yet) have an interface for that (and I'm not sure I even
18906           can, on X11)
18907         * XplatUIWin32.cs: Fixed override behaviour. The override is temporary,
18908           until any message loop processing is done (and the WM_SETCURSOR
18909           replaces the cursor to the proper one)
18910         * XplatUIX11.cs: 
18911           - Fixed override behaviour, we can't set the cursor globally on X11, 
18912             just for our windows.
18913           - Invalidating the System.Drawing X11 display handle when we are
18914             shutting down
18915         * Control.cs: Fix to make csc happy
18916
18917 2005-10-23  Peter Dennis Bartok  <pbartok@novell.com>
18918
18919         * TextBoxBase.cs: 
18920           - get_Text: Add last line (without trailing newline) to returned
18921             value (Fixes 76212)
18922           - get_TextLength: Count last line in returned length
18923           - ToString: Call Text property instead of duplicating code
18924
18925 2005-10-23  Kornél Pál  <kornelpal@hotmail.com>
18926
18927         * ImageList.cs: Dispose ImageAttributes objects.
18928
18929 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
18930
18931         * ImageList.cs: Use attribute constructors with less arguments where
18932           possible.
18933
18934 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
18935
18936         * ImageList.cs: Added lastKeyIndex field and use in IndexOfKey.
18937           Use typeof instead of strings when assembly is referenced. Added
18938           some more comments.
18939
18940 2005-10-21  Jackson Harper  <jackson@ximian.com>
18941
18942         * ListView.cs: Raise a double click event. Also tried to somewhat
18943         fix when the selectedindexchanged event is raised. Its still
18944         broken though.
18945
18946 2005-10-21  Jackson Harper  <jackson@ximian.com>
18947
18948         * TreeView.cs: New method to invalidate the plus minus area of a
18949         node without invalidating the whole node (maybe this can be used
18950         in some more places).
18951         * TreeNodeCollection.cs: When adding to an empty node we need to
18952         invalidate its plus minus area so the little block shows up.
18953         
18954 2005-10-21  Jackson Harper  <jackson@ximian.com>
18955
18956         * TreeView.cs: Make sure that when we invalidate a node the bounds
18957         are big enough to cover the selected box and the focus
18958         rectangle. Use a different colour for the lines connecting nodes
18959         so they show up with all themes.
18960
18961 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
18962
18963         * NativeWindow.cs: Don't call anything that could call into the driver,
18964           we might be on a different thread.
18965
18966 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com> 
18967
18968         * Control.cs(Dispose): Since Dispose might run on a different thread,
18969           make sure that we call methods that could call into the driver via
18970           invoke, to avoid thread issues
18971
18972 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
18973
18974         * XplatUI.cs: Removed finalizer
18975         * XplatUIX11.cs: Removed Destructor, was causing crashes due to X11
18976           not allowing to be called on the finalizer thread.
18977
18978 2005-10-21  Kornél Pál  <kornelpal@hotmail.com>
18979
18980         * ImageList.cs:
18981           - Reverted r51889 and r51891.
18982           - Added ImageListItem class that stores unmodified image items and image
18983             properties required to create list images until handle is created.
18984           - Added AddItem and moved image creation logic to AddItemInternal.
18985           - Added CreateHandle method that creates images based on unmodified items.
18986           - Added DestroyHandle that changes state to store unmodified items.
18987           - Add and AddStrip methods no more create handle.
18988           - ReduceColorDepth has no return value.
18989           - Dispose destroys handle.
18990           - Modified other methods to reflect the above changes.
18991           - Implemented key support.
18992           - Added profile 2.0 members and attributes.
18993           - Added private Reset and ShouldSerialize methods that provide the same
18994             behavior as MS.NET but the Visual Studio .NET designer seems to ignore
18995             them as they are private.
18996           - Added some more comments about implementation details.
18997
18998 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
18999
19000         * DataGrid.cs: Adds support for vertical scrolling using the mousewheel
19001
19002 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
19003
19004         * Binding.cs: No PushData/PullData if there is no binding (fixes crash)
19005
19006 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
19007
19008         * DataGridDrawingLogic.cs: Fixes column hit calcultation
19009         * DataGridColumnStyle.cs: Remove debug message
19010
19011 2005-10-20  Jackson Harper  <jackson@ximian.com>
19012
19013         * TreeView.cs: We can always get input keys regardless of whether
19014         or not editing is enabled. They are used for navigation.
19015
19016 2005-10-20  Jackson Harper  <jackson@ximian.com>
19017
19018         * TreeNode.cs: Use the viewport rect for determining if a node
19019         needs to be moved for visibility. Don't use Begin/End edit. This
19020         calls a full refresh when its done.
19021         * TreeView.cs: New SetBottom works correctly.  Make the viewport
19022         rect property internal so the treenodes can see it. When clicking
19023         on a node we need to ensure that its visible because it might just
19024         be partly visible when clicked.
19025
19026 2005-10-20  Jackson Harper  <jackson@ximian.com>
19027
19028         * TreeNodeCollection.cs: Remove debug code.
19029
19030 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
19031
19032         * Datagrid.cs: Implements column sorting in Datagrid
19033         * DataGridColumnStyle.cs: Implements column sorting in Datagrid
19034
19035 2005-10-20  Jackson Harper  <jackson@ximian.com>
19036
19037         * TreeNodeCollection.cs: Remove items properly. Update the correct
19038         area after removing them.
19039
19040 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
19041
19042         * Datagrid.cs: Should not call base.OnPaintBackground
19043
19044 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
19045
19046         * XplatUIX11.cs (GetMessage):
19047           - Now properly calculates NC_xBUTTONDOWN coordinates off the whole
19048             window instead of client window
19049           - Now properly calculates NC_xBUTTONUP message coordinates
19050           - ScreenToMenu now properly calculates it's coordinates of whole 
19051             window, since menus are in the whole window, not in the client
19052             window
19053           - Added WholeToScreen coordinate translation method
19054
19055 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com> 
19056
19057         * XplatUIX11.cs (GetMessage): Don't return in situations where we don't
19058           want to return a message, loop back to the beginning of the function
19059           and grab the next real message to process instead.
19060
19061 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
19062
19063         * Splitter.cs: Properly set limits if no filler control is used
19064
19065 2005-10-19  Jackson Harper  <jackson@ximian.com>
19066
19067         * ColorDialog.cs: Don't show the help button if it is not enabled
19068         instead of disabling it (this is what MS does). Don't create the
19069         panel until the dialog is run, otherwise the vars (such as
19070         ShowHelp) are not set yet.
19071
19072 2005-10-19  Jackson Harper  <jackson@ximian.com>
19073
19074         * TreeView.cs: Implement Begin/EndEdit more correctly so refreshes
19075         are reduced when adding nodes.
19076         * TreeNode.cs:
19077         * TreeNodeCollection.cs: Use UpdateNode instead of refreshing the
19078         tree.
19079         
19080 2005-10-19  Jackson Harper  <jackson@ximian.com>
19081
19082         * FolderBrowserDialog.cs: End editing our treeview so the window
19083         actually gets refreshed.
19084
19085 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
19086
19087         * Control.cs: Fixed logic flip on when to call OnPaintBackground. 
19088           Obsoleted handling of WM_ERASEBKGND, now always draws our background
19089           inside of WM_PAINT
19090
19091 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
19092
19093         * MenuAPI.cs: Returns after Hidding window
19094         * XplatUIX11.cs: Added TODO found while debugging menu issues
19095
19096 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
19097
19098         * XplatUIX11.cs: Do not re-map the whole window when it's size
19099           becomes non-zero unless it's supposed to be actually visible
19100
19101 2005-10-18  Jackson Harper  <jackson@ximian.com>
19102
19103         * TreeView.cs: We don't need to keep a count anymore.
19104         * TreeNodeCollection.cs: Fix off by one in RemoveAt, Insert can
19105         use the Grow method.
19106
19107 2005-10-18  Jackson Harper  <jackson@ximian.com>
19108
19109         * TreeNodeCollection.cs: Insert is not supported on arrays, so
19110         implement it manually here.
19111
19112 2005-10-18  Jackson Harper  <jackson@ximian.com>
19113
19114         * ImageList.cs: Dont kill the list when the colour depth is
19115         changed, just change the colour depth of all the images.
19116         - Same goes for setting the image size. Just resize them all
19117         instead of killing the list softly.
19118
19119 2005-10-18  Jackson Harper  <jackson@ximian.com>
19120
19121         * Control.cs: Don't invalidate empty rectangles.
19122
19123 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
19124
19125         * ListViewItem.cs:
19126           - Adds checked item to the Checked/Item lists (where empty before)
19127           - Do not add items to the Selected lists if they are already present
19128         * ListView.cs:
19129           - Fixes IsFixedSize, SyncRoot, IsReadOnly in many collections
19130           - When deleting items make sure that we delete them for the Selected
19131           and Checked list also.
19132
19133 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
19134
19135         * Label.cs: Dispose objects no longer used
19136         * ThemeWin32Classic.cs: Dispose objects no longer used
19137
19138 2005-10-18  Jackson Harper  <jackson@ximian.com>
19139
19140         * TabControl.cs: Don't refresh the whole control when the tabs are
19141         scrolled, we just need to refresh the tab area.
19142
19143 2005-10-17  Jackson Harper  <jackson@ximian.com>
19144
19145         * XplatUIX11.cs: Compress code a little bit. Only calculate the
19146         after handle when we need it.
19147
19148 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
19149
19150         * Control.cs: When the parent size changes, recalculate anchor 
19151           positions. Partial fix for #76462
19152
19153 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
19154
19155         * ThemeWin32Classic.cs: Make sure the picturebox has it's background 
19156           drawn. Fixes #76462
19157
19158 2005-10-17  Jackson Harper  <jackson@ximian.com>
19159
19160         * MonthCalendar.cs: Don't create the numeric up down until our
19161         handle is created. Otherwise our handle is created in the
19162         constructor and we don't know if we are a WS_CHILD or WS_POPUP
19163         yet.
19164
19165 2005-10-17  Jackson Harper  <jackson@ximian.com>
19166
19167         * TreeView.cs: Merge in patch by Rafael Teixeira to align strings
19168         correctly.
19169
19170 2005-10-17  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
19171         * TreeNode.cs : small logical fix (was using local var instead of field)
19172         
19173 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
19174
19175         * ThemeWin32Classic.cs: Fixes vert/horz scrollbar colours
19176
19177 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
19178
19179         * ThemeWin32Classic.cs: Fixes focus drawing in for non-flat/popup buttons
19180
19181 2005-10-16  Peter Dennis Bartok  <pbartok@novell.com> 
19182
19183         * Control.cs: 
19184           - Re-implemented anchoring code. My first version was really broken.
19185             This fixes bug #76033. Unlike the previous implementation we will
19186             no longer have round errors since all numbers are calculated from
19187             scratch every time. Removed various anchor-related obsolete vars.
19188           - InitLayout no longer causes layout event firing and layout to be 
19189             performed
19190
19191 2005-10-16  Jackson Harper  <jackson@ximian.com>
19192
19193         * Hwnd.cs: Compute invalid area correctly (fixes my last commit
19194         which was broken).
19195
19196 2005-10-16  Jackson Harper  <jackson@ximian.com>
19197
19198         * TabControl.cs: Remove debug code.
19199
19200 2005-10-16  Jackson Harper  <jackson@ximian.com>
19201
19202         * XEventQueue.cs: Increase the default queue size (very simple
19203         apps needed to grow the queue).
19204         * Hwnd.cs: No finalizer so we don't need to suppress
19205         finalization. Compute the invalid area manually so a new rectangle
19206         does not newto be created.
19207         * ScrollableControl.cs: Don't set any params (otherwise visibility
19208         isn't set correctly).
19209         * MdiChildContext.cs: New constructor takes the mdi parent so it
19210         doesn't have to be computed and avoids a crash on windows. Draw
19211         the window icon properly, and allow the text to be seen.
19212         * Form.cs: Use new MdiChildContext constructor. Make sure the
19213         child context isn't null in wndproc.
19214         * TabControl.cs: Don't set focus, this is muddling keyboard
19215         behavoir. Expand the tab rows when a window size increase will
19216         allow extra tabs to be seen. Don't allow tabs smaller than the
19217         width of a window to be scrolled out of view.
19218         * TreeNode.cs:
19219         * TreeView.cs: Use measure string to calculate a nodes width, the
19220         width is cached and only updated when the text or the font is
19221         changed. Don't check for expand/collapse clicks on the first level
19222         nodes if root lines are disabled.
19223         
19224 2005-10-16  Ritvik Mayank  <mritvik@novell.com>
19225
19226         * TextBoxBase.cs: Fixes #76352 (passing tab key in a multiline textbox)
19227
19228 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
19229
19230         * DataGridBoolColumn.cs: fixes warning
19231
19232 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
19233
19234         * ControlPaint.cs: Fixes methods Dark, DarkDark, Light, LightLight
19235         to match more to match more precisely the MS Net behavior
19236
19237 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
19238
19239         * Hwnd.cs: Added field to track if window is mapped
19240         * XplatUIX11.cs: 
19241           - Unmap windows if they become 0-size, re-map when 
19242             they are >0 again; fixes #76035
19243           - Re-set our error handler after initializing X11Desktop
19244             to override any error handlers Gtk or whatever was called
19245             may have set.
19246
19247 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
19248
19249         * CheckedListBox.cs: Removed unused vars
19250         * ListView.cs: Fixed signatures
19251         * RichTextBox.cs: Removed unused vars
19252         * TextBoxBase.cs: Removed unused vars
19253         * XplatUIWin32.cs: Removed unused vars
19254         * XplatUIX11.cs: Removed unused vars
19255         * XplatUI.cs: Updated version and date to latest published
19256
19257 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
19258
19259         * Cursor.cs: Added private .ctor to work around a bug in
19260           resourceset (Thanks to Geoff Norton for the help on this)
19261         * SplitterEventArgs.cs: Made fields accessible so we don't
19262           waste boatloads of objects and can reuse the same one
19263           in Splitter
19264         * XplatUIWin32.cs(DrawReversibleLine): Now also considers
19265           any captions and borders when generating screen coordinates
19266         * Splitter.cs: Reimplemented control, now fully complete, uses
19267           rubberband drawing, supports and obeys all properties, has
19268           proper cursors
19269
19270 2005-10-13  Miguel de Icaza  <miguel@novell.com>
19271
19272         * Form.cs (Form): Setup default values for autoscale and
19273         autoscale_base_size;  Make these instance variables, not static
19274         variables. 
19275
19276         (OnLoad): on the first load, adjust the size of the form.
19277
19278 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
19279
19280         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added 
19281           width argument to DrawReversibleRectangle()
19282         * XplatUIWin32.cs, XplatUIX11.cs: 
19283           - Implemented width for DrawReversibleRectangle()
19284           - Added logic to DrawReversibleRectangle that recognizes a zero
19285             width or height and only draws a line in that situation
19286         
19287 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com> 
19288
19289         * XplatUI.cs, XplatUIDriver.cs: Added GetAutoScaleSize()
19290         * XplatUIOSX.cs: Stubbed GetAutoScaleSize() method
19291         * XplatUIWin32.cs, XplatUIX11.cs: Implemented GetAutoScaleSize()
19292           method (it uses our FosterParent window to get a graphics context)
19293
19294 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com>
19295
19296         * XplatUI.cs, XplatUIDriver.cs: Removed EraseWindowBackground 
19297           and SetWindowBackground methods
19298         * Control.cs:
19299           - Setting proper ControlStyles
19300           - We no longer call XplatUI.SetWindowBackground and XplatUI.
19301             EraseWindowBackground, instead we draw the window background
19302             ourselves in PaintControlBackground. This behaviour is
19303             required to match MS, where, when OnPaintBackground is not
19304             called, the background is not drawn.
19305           - Removed unneeded Refresh() in set_Text
19306         * Hwnd.cs: Dropped the ErasePending support. No longer needed
19307         * XplatUIX11.cs:
19308           - Created DeriveStyles method to translate from CreateParams to
19309             FormBorderStyle and TitleStyle, also handles BorderStyle (which
19310             matches FormBorderStyle enum values)
19311           - Consolidated SetHwndStyles and CalculateWindowRect border/title
19312             style calculations into single DeriveStyles method
19313           - Fixed CreateWindow to (finally) use Gravity. This prevents X11
19314             from redrawing the whole window on any resize or expose.
19315           - Fixed CreateWindow usage of SetWindowValuemask. Before not
19316             all styles were applied to our whole/client window appropriately
19317           - Removed EraseWindowBackground() and SetWindowBackground() methods
19318           - Removed handling of WM_ERASEBKGND message from DefWndProc, we
19319             no longer clear/redraw the background through X
19320           - Removed handling of erase_pending bit, we have no use for it (or
19321             so it seems)
19322         * XplatUIOSX.cs:
19323           - Removed generation and handling of WM_ERASEBKGND message
19324           - Removed EraseWindowBackground() and SetWindowBackground() methods
19325           - Removed handling of hwnd.ErasePending flag
19326         * XplatUIWin32.cs:
19327           - Removed EraseWindowBackground() and SetWindowBackground() methods
19328           - We no longer call EraseWindowBackground on PaintEventStart, we 
19329             ignore the fErase flag, erasing is handled in Control in the
19330             background handler
19331         * Button.cs, GroupBox.cs, Label.cs, CheckBox.cs, ProgressBar.cs,
19332           LinkLabel.cs, ListControl.cs, TabPage.cs, UpDownBase.cs,
19333           TextBoxBase.cs, TextBox.cs, ListView.cs, ButtonBase.cs, 
19334           CheckedListBox.cs, MdiClient.cs, Panel.cs, DataGrid.cs, 
19335           DataGridTextBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, 
19336           TabControl.cs, ScrollableControl.cs, ToolBar.cs, PictureBox.cs,
19337           DateTimePicker.cs, StatusBar.cs, MonthCalendar.cs: Setting proper ControlStyles
19338
19339 2005-10-12  Jonathan Chambers <jonathan.chambers@ansys.com>
19340
19341         * PropertyGrids.cs: Get sub properties
19342         * PropertyGridView.cs: Fix drawing code
19343
19344 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
19345
19346         * ListBox.cs: Fixes 76383
19347
19348 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
19349
19350         * DataGridTextBoxColumn.cs: Sets location and size before attachment
19351         * ThemeWin32Classic.cs: Fixes border drawing and calculations
19352         * DataGridDrawingLogic.cs: Fixes border drawing and calculations
19353
19354
19355 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
19356
19357         * ComboBox.cs: Fixes border drawing
19358
19359 2005-10-10  Miguel de Icaza  <miguel@novell.com>
19360
19361         * MimeIcon.cs: Ignore errors if the file can not be read.
19362
19363 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
19364
19365         * Theme.cs, ThemeWin32Classic.cs, ListBox.cs:
19366          - Fixed border calculations
19367          - Fixed horizontal scrolling in single column listboxes
19368          - Fixed drawing issues
19369
19370 2005-10-10  Peter Dennis Bartok  <pbartok@novell.com>
19371
19372         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched from BorderStyle to 
19373           FormBorderStyle enum
19374         * XplatUIX11.cs: Switched BorderStyle to FormBorderStyle, added 
19375           code to determine FormBorderStyles from CreateParams
19376         * Form.cs:
19377           - Fixed bug where we'd set the wrong window styles if we were
19378             not creating an MDI window
19379           - Added call to XplatUI.SetBorderStyle when form borders are set
19380         * Control.cs: Casting BorderStyles to accommodate changed XplatUI APIs
19381         * Hwnd.cs:
19382           - Removed obsolete edge style
19383           - Switched from BorderStyle to FormBorderStyle
19384         
19385 2005-10-10  Jackson Harper  <jackson@ximian.com>
19386
19387         * Form.cs: Use the property to get the window handle instead of
19388         accessing it directly. Prevents a null reference exception.
19389
19390 2005-10-10  Jackson Harper  <jackson@ximian.com>
19391
19392         * TreeView.cs: Don't adjust the rect given to DrawString now that
19393         our libgdiplus draws correctly.
19394
19395 2005-10-08  Jackson Harper  <jackson@ximian.com>
19396
19397         * TreeView.cs: Don't try to find the clicked on node if there are
19398         no nodes in the tree.
19399
19400 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
19401
19402         * RichTextBox.cs:
19403
19404           restore
19405
19406 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
19407
19408         * ImageListStreamer.cs, TreeView.cs, UpDownBase.cs, RichTextBox.cs,
19409           ColorDialog.cs, TextControl.cs, Panel.cs, MdiChildContext.cs,
19410           ErrorProvider.cs:
19411           Use ResPool for brushes and dispose System.Drawing objects that
19412           are not used anymore.
19413
19414 2005-10-07  Jackson Harper  <jackson@ximian.com>
19415
19416         * MdiChildContext.cs: Use the new borders instead of drawing them
19417         ourselves.
19418
19419 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
19420
19421         * Calling UpdateBounds after changing the window's BorderStyle 
19422         since the style can change the ClientSize
19423
19424 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
19425
19426         * Control.cs: Made PaintControlBackground virtual
19427         * Panel.cs: Overriding PaintControlBackground instead of using paint
19428           event; paint event method was interfering with 'real' users of the
19429           event.
19430
19431 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
19432
19433         * ThemeWin32Classic.cs: remove border drawing since it is handled
19434         by the base control class now and was causing double border drawing.
19435
19436 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
19437
19438         * Panel.cs: Redraw our background on paint. Not a pretty solution,
19439           but it does seem to match MS behaviour. This fixes bug #75324
19440
19441 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
19442
19443         * XplatUIX11.cs: A better DrawReversibleRectangle version, however
19444           somewhat hackish looking
19445
19446 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
19447
19448         * TextBoxBase.cs:
19449           - We now accept Enter even if AcceptEnter is false, if the containing
19450             form does not have an AcceptButton configured (fixes bug #76355)
19451           - Calculations are now fixed to no longer use Width/Height, but
19452             ClientSize.Width/Height, since we now support borders (this was
19453             a result of fixing borders and therefore bug #76166)
19454           - We no longer show the horizontal scrollbar if TextBox.WordWrap is 
19455             true (fixes bug #76354)
19456         
19457 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
19458
19459         * Control.cs: 
19460           - Defaulting BorderStyle and setting it in XplatUI when our window 
19461             is created
19462           - Added enum check to InternalBorderStyle setter
19463         * XplatUIX11.cs: 
19464           - Added drawing of window borders
19465           - Now properly calculates WM decorations offset for toplevel 
19466             windows (fixes bug #74763)
19467         * XplatUIWin32.cs: 
19468           - Implemented BorderStyles for windows (we're letting win32 draw 
19469             the border for us)
19470           - Fixed the signature for SetWindowLong
19471         * PictureBox.cs, DataGrid.cs, TextBoxBase.cs, ToolBar.cs, Panel.cs,
19472           ListBox.cs, Label.cs: Now uses Control.InternalBorderStyle for 
19473           setting borders
19474         * UpDownBase.cs: Remove drawing of borders, this is handled by
19475           the driver, outside the client area
19476         * ListView.cs: Removed bogus border calculations. The control should
19477           be oblivious to borders, since those are not part of the client
19478           area. 
19479         * X11DesktopColors.cs: Commented out (currently) unneeded variables
19480         * ThemeWin32Classic.cs: Removed border calculations from ListView 
19481           drawing code
19482
19483 2005-10-06  Jackson Harper  <jackson@ximian.com>
19484
19485         * MdiChildContext.cs: Clear out the old virtual position remove
19486         all the unneeded calls to CreateGraphics.
19487
19488 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
19489
19490         * TextControl.cs: Use proper color for highlighted text; fixes #76350
19491
19492 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
19493
19494         * Form.cs: 
19495           - Added loading and setting of our new default icon
19496           - Only set icon if window is already created
19497
19498 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
19499
19500         * Label.cs:
19501           - Do not explicitly set the foreground and background colors, to
19502             allow inheriting from parents (fixes #76302)
19503           - Use Control's InternalBorderStyle property to deal with borders
19504
19505 2005-10-06  Jackson Harper  <jackson@ximian.com>
19506
19507         * MdiChildContext.cs: Use the new xplatui function to draw a
19508         reversible rect.
19509
19510 2005-10-06  Jackson Harper  <jackson@ximian.com>
19511
19512         * Form.cs: Add the parent before creating the child context cause
19513         we need the parent when setting up the child.
19514
19515 2005-10-06  Jackson Harper  <jackson@ximian.com>
19516
19517         * FolderBrowserDialog.cs: redo the tree population code so a
19518         second thread isn't used. Should be a lot faster and more stable
19519         now.
19520
19521 2005-10-05  Jackson Harper  <jackson@ximian.com>
19522
19523         * TreeView.cs: There are no expand/collapse boxes if the node has
19524         no children.
19525
19526 2005-10-05  Jackson Harper  <jackson@ximian.com>
19527
19528         * X11DesktopColors.cs: Get menu colours for the gtk theme.
19529
19530 2005-10-05  Alexander Olk  <alex.olk@googlemail.com>
19531
19532         * FileDialog.cs: Fix InitialDirectory
19533
19534 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
19535
19536         * ComboBox.cs:
19537                 - Fixes changing between styles
19538                 - Fixes simple mode
19539                 - Fixes last item crashing when navigating with keyboard
19540
19541 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
19542
19543         * LinkLabel.cs: Related to 76045. Stops the LinkLabel been drawn as a Label
19544
19545 2005-10-05  Jackson Harper  <jackson@ximian.com>
19546
19547         * TreeView.cs: If updating the root node do a full refresh.
19548         * TreeNode.cs: The root node should be expanded by default. Also
19549         added a utility prop to tell if we are the root node.
19550         * TreeNodeCollection.cs: Only refresh if the node we are being
19551         added to is expanded. Also added a comment on a potential
19552         optimization.
19553         
19554 2005-10-04  Peter Dennis Bartok  <pbartok@novell.com>
19555
19556         * Cursor.cs, Hwnd.cs: Added call to GC.SuppressFinalize() 
19557           in dispose method. Fixes #76330
19558
19559 2005-10-04  Jordi Mas i Hernandez <jordi@ximian.com>
19560
19561         * ListView.cs, ThemeWin32Classic.cs, ListViewItem.cs:
19562
19563                 - Implements vertical and horizontal scrolling using XplatUI
19564                 - Fixes keyboard navagation
19565                 - Fixes EnsureVisible
19566                 - Drawing fixes
19567                 - Handles and draws focus properly
19568
19569
19570 2005-10-04  Kornél Pál  <kornelpal@hotmail.com>
19571
19572         * ImageList.cs: Use upper case initials for internal fields. ImageStream:
19573           Create handle. NET_2_0: Destroy handle when value is null.
19574
19575 2005-10-03  Jackson Harper  <jackson@ximian.com>
19576
19577         * ScrollBar.cs: My last scrollbar patch was broken. This is a
19578         revert and a new patch to prevent the thumb from refreshing so
19579         much.
19580
19581 2005-10-02  Jackson Harper  <jackson@ximian.com>
19582
19583         * ScrollBar.cs: Don't update position if it hasn't actually
19584         changed. This occurs when you hold down the increment/decrement
19585         buttons and the thumb gets to the max/min.
19586
19587 2005-10-01  Jackson Harper  <jackson@ximian.com>
19588
19589         * Form.cs:
19590         * MdiChildContext.cs:
19591         * MdiClient.cs: Implement ActiveMdiChild in Form.
19592
19593 2005-10-01  Jordi Mas i Hernandez <jordi@ximian.com>
19594
19595         * ComboBox.cs: Include ComboBoxEdit flag for the edit item
19596
19597 2005-10-01  Peter Dennis Bartok  <pbartok@novell.com>
19598
19599         * X11DesktopColors.cs: Bow out gracefully if the Gtk libs cannot
19600           be found
19601
19602 2005-09-30  Jackson Harper  <jackson@ximian.com>
19603
19604         * ListBox.cs: Don't do a full refresh unless some data has
19605         actually changed.
19606
19607 2005-09-30  Jackson Harper  <jackson@ximian.com>
19608
19609         * TreeView.cs: Make sure that the checkboxes size is factored in
19610         even when not visible.
19611
19612 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
19613
19614         * FileDialog.cs: Fix Jordi's build break
19615
19616 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
19617
19618         * FileDialog.cs: 
19619                 - Use standard the Windows colours for the combobox as espected
19620                 - Dispose objects that use resouces when no longer need them
19621
19622 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
19623
19624         * X11DesktopColors.cs: Initial incomplete implementation
19625         * XplatUIX11.cs: Added call to initialize X11DesktopColors
19626
19627 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com>
19628
19629         * Theme.cs: 
19630           - Switched Theme color names to match the names defined in 
19631             System.Drawing.KnownColors. Life's hard enough, no need to make 
19632             it harder.
19633           - Added setters to all theme color properties so themes can set
19634             their color schemes. The setters also propagate the color changes
19635             to System.Drawing.KnownColors via reflection
19636         * ControlPaint.cs,  Label.cs, TextControl.cs, ToolTip.cs, ThemeNice.cs,
19637           ComboBox.cs, MdiChildContext.cs, TextBoxBase.cs, DateTimePicker.cs
19638           DataGridColumnStyle.cs, MonthCalendar.cs, TreeView.cs: Updated to
19639           use the new, more logical theme color names
19640         * XplatUIWin32.cs: Updated the GetSysColorIndex enum to include new
19641           post-NT colors
19642         * ThemeWin32Classic.cs:
19643           - Removed code to set the old classic Windows colors. Instead it
19644             now relies on the colors returned by System.Drawing.KnownColors
19645             which will be either modern static colors (Unix) or colors
19646             read from the user's configuration (Win32)
19647           - Updated to use the new, more logical theme color names
19648           - Switched DataGrid drawing code to use only Theme colors instead of
19649             a mix of System.Drawing.KnownColors and Theme colors
19650           - DrawFrameControl(): Removed code that fills the button area, the
19651             fill would overwrite any previous fill done by a control. This
19652             fixes bug #75338 
19653           - Added DrawReversibleRectangle() stub
19654         * ScrollableControl.cs: Set visible state to false when scrollbars
19655           are removed (pdn fix)
19656         * XplatUI.cs, XplatUIOSX.cs, XplatUIDriver.cs: Added 
19657           DrawReversibleRectangle() method to allow drawing primitive 
19658           'rubber bands'
19659         * XplatUIX11.cs: Implemented DrawReversibleRectangle()
19660
19661 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
19662
19663         * ImageList.cs: Add(Icon): Create handle.
19664
19665 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
19666
19667         * ListView.cs:
19668         * ThemeWin32Classic.cs:
19669                 - Fixes detail mode
19670                 - Sets clippings
19671                 - Issues with drawing
19672
19673 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
19674
19675         * ImageList.cs: Moved RecreateHandle back to ImageList as event
19676           source has to be the ImageList.
19677
19678 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
19679
19680         * ImageList.cs: Add(Icon): Use Graphics.DrawIcon instead of Icon.ToBitmap.
19681
19682 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
19683
19684         * ImageList.cs: ReduceColorDepth: Clean up pointer operations.
19685
19686 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
19687
19688         * ImageList.cs: ImageCollection: Removed owner field as it is no more used.
19689
19690 2005-09-29  Jonathan Chambers <jonathan.chambers@ansys.com>
19691         * GridItem.cs: Fixed TODOs
19692         * GridItemCollection.cs: Added ICollection interface
19693
19694 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
19695
19696         * ImageList.cs: Resize icons when needed.
19697
19698 2005-09-29  Jordi Mas i Hernandez <jordi@ximian.com>
19699
19700         * ListViewItem.cs
19701                 - Fixes GetBounds and returns on screen rects
19702         * ListView.cs:
19703                 - Fixes vertical and horzintal scrolling of items
19704         * ThemeWin32Classic.cs:
19705                 - Fixes drawing
19706                 
19707 2005-09-29  Raja R Harinath  <harinath@gmail.com>
19708
19709         * ImageList.cs (ImageStream) [NET_2_0]: Reflect re-factoring.
19710
19711 2005-09-29  Kornél Pál  <kornelpal@hotmail.com>
19712
19713         * ImageList.cs: Added comments about handle creation. Moved Handle,
19714           HandleCreated and OnRecreateHandle implementations to ImageCollection.
19715           Handle is created in Add methods.
19716
19717 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
19718          
19719         * DataGridDrawingLogic.cs: 
19720                 - Takes rows into account on Colum calculations
19721                 - Returns the column when clickig
19722         * DataGrid.cs:
19723                 - Fixes default HitTestInfo values
19724                 - Fixes HitTestInfo.ToString
19725                 - Fixes ResetBackColor          
19726         
19727 2005-09-28  Jackson Harper  <jackson@ximian.com>
19728
19729         * MdiChildContext.cs: Obey rules for fixed sized windows (no
19730         sizing or cursor changes). Also added some temp code to draw the
19731         titlebars text (Makes dev a little easier).
19732
19733 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
19734
19735         * ImageList.cs: AddStrip: Throw ArgumentException when Image is not a Bitmap.
19736
19737 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
19738          
19739         * ListBox.cs: Fixes bug 76253
19740
19741 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
19742
19743         * ImageList.cs: Added comments about the current implementation. Added
19744           ReduceColorDepth, IndexedColorDepths and GetNearestColor to can use
19745           Format32bppArgb to preserve transparency and can use Graphics.FromImage
19746           while using the specified ColorDepth. ReduceColorDepth uses unsafe code
19747           with Bitmap.LockBits for better performance. Revised the whole file to
19748           match MS.NET behaviour and provide better performance. Non-public
19749           interface members are calling public members even when they throw
19750           NotSupportedException for better maintainability. Moved ColorDepth,
19751           ImageSize, ImageStream and TransparentColor implementations to
19752           ImageCollection for better performance as these properties are not used
19753           by ImageList.
19754         * ImageListStreamer.cs: Added a new internal constructor that takes an
19755           ImageList.ImageCollection and serializes Images based on
19756           ImageCollection.ToArray(). Renamed ImageColorDepth to ColorDepth to
19757           match ImageList property name.
19758
19759 2005-09-28  Kazuki Oikawa <kazuki@panicode.com>
19760
19761         * ListBox.cs: Fixes IndexFromPoint for last item
19762
19763 2005-09-27  Jackson Harper  <jackson@ximian.com>
19764
19765         * Form.cs: Set the position of new mdi children correctly.
19766
19767 2005-09-27  Jackson Harper  <jackson@ximian.com>
19768
19769         * MdiClient.cs: New mdi children need to be added to the back of
19770         the controls collection so the zorder is set correctly. Also add a
19771         count of all the child windows that have been created.
19772
19773 2005-09-27  Jackson Harper  <jackson@ximian.com>
19774
19775         * Form.cs (CreateParams): Setup MDI forms correctly.
19776
19777 2005-09-27  Jackson Harper  <jackson@ximian.com>
19778
19779         * MdiChildContext.cs:
19780         * MonthCalendar.cs:
19781         * UpDownBase.cs:
19782         * ListBox.cs:
19783         * ListView.cs:
19784         * TextBoxBase.cs:
19785         * TreeView.cs:
19786         * ScrollableControl.cs:
19787         * ComboBox.cs: Add implicit controls using the new implict control
19788         functionality in ControlCollection. Also try to block multiple
19789         control add in a suspend/resume layout to save some cycles.
19790         
19791 2005-09-27  Jackson Harper  <jackson@ximian.com>
19792
19793         * Control.cs: Add functionality to the controls collection to add
19794         'implicit controls' these are controls that are created by the
19795         containing control but should not be exposed to the user. Such as
19796         scrollbars in the treeview.
19797         * Form.cs: The list var of the ControlsCollection is no longer
19798         available because of the potential of implicit controls getting
19799         ignored by someone accessing the list directly.
19800
19801 2005-09-26  Peter Dennis Bartok  <pbartok@novell.com>
19802
19803         * Control.cs: Fixed SetChildIndex; it no longer causes a child to
19804           loose it's parent. (Fixed bug introduced in r49103 when we added
19805           setting the child parent to null on Remove)
19806
19807 2005-09-26  Gert Driesen  <drieseng@users.sourceforge.net>
19808
19809         * DataGridBoolColumn.cs: Marked CheckState private to fix public API.
19810         * Splitter.cs: Added missing attributes for BorderStyle property.
19811         * TextBoxBase.cs: Marked Calculate* methods internal.
19812         * TextBox.cs: Fixed DefaultValue for PasswordChar property to match
19813         MS.NET.
19814
19815 2005-09-26  Jordi Mas i Hernandez <jordi@ximian.com>
19816          
19817         * ListBox.cs: Fixes navigation to the last item in multicolumn lists
19818
19819 2005-09-25  Jackson Harper  <jackson@ximian.com>
19820
19821         * TreeView.cs: Update the node bounds correctly regardless of
19822         whether the node is visible.
19823
19824 2005-09-25  Jackson Harper  <jackson@ximian.com>
19825
19826         * ImageList.cs: Don't dispose the image after it is added to the
19827         image list. Only reformat images that need to be resized.
19828
19829 2005-09-25  Jackson Harper  <jackson@ximian.com>
19830
19831         * ImageList.cs: Don't set the format when changing the image.
19832
19833 2005-09-25  Jackson Harper  <jackson@ximian.com>
19834
19835         * TreeView.cs: We can't just assume the node has a font. Use the
19836         treeviews font if no node font is available.
19837
19838 2005-09-25  Jackson Harper  <jackson@ximian.com>
19839
19840         * TreeView.cs: Allow the scrollbars to be reset with negative
19841         values.
19842         - Don't add scrollbars to negative sized windows.
19843
19844 2005-09-23  Jackson Harper  <jackson@ximian.com>
19845
19846         * XplatUIX11.cs: Update to use Mono.Posix.Native instead of plain
19847         old Mono.Posix. Also remove some stray code that shouldn't have
19848         been committed.
19849
19850 2005-09-23  Jackson Harper  <jackson@ximian.com>
19851
19852         * TreeView.cs: Attempt at proper sizing of the horizontal
19853         scrollbar. Also don't resize the scrollbars unless they are
19854         visible.
19855
19856 2005-09-23  Jackson Harper  <jackson@ximian.com>
19857
19858         * TreeView.cs: We don't need to expand the invalid area when the
19859         selection changes, as this is all drawn in the node's bounding
19860         box. The area needs to be expanded (previous typo was contracting
19861         it) when the focus rect moves.
19862
19863 2005-09-23  Jackson Harper  <jackson@ximian.com>
19864
19865         * TreeView.cs: Display the selection box under the correct
19866         circumstances. We were rendering white text with no selection box
19867         before.
19868
19869 2005-09-23  Peter Dennis Bartok  <pbartok@novell.com>
19870
19871         * TextControl.cs(Split): Now updates selection start/end if it points 
19872           into a line that's being split. Fixes a FIXME and bug #75258
19873
19874 2005-09-23  Jackson Harper  <jackson@ximian.com>
19875
19876         * Binding.cs:
19877         * ListControl.cs: Don't use the path when retrieving binding
19878         managers from the binding context. My bat sense tells me that the
19879         path is only used on insertion.
19880
19881 2005-09-22  Jackson Harper  <jackson@ximian.com>
19882
19883         * Splitter.cs: Set the cursor an easier way. (Thanks peter).
19884
19885 2005-09-22  Jackson Harper  <jackson@ximian.com>
19886
19887         * Splitter.cs: There are special cursors used for splitting.
19888         * XplatUIX11.cs: The VSplit and HSplit cursors were backwards.
19889
19890 2005-09-22  Jackson Harper  <jackson@ximian.com>
19891
19892         * Splitter.cs: Change the cursor appropriately when the splitter
19893         is moused over, so the user actually knows there is a splitter
19894         there.
19895
19896 2005-09-22 Hisham Mardam Bey <hisham.mardambey@gmail.com>
19897
19898        * Label.cs : Fix ToString method to give same output as MS.NET
19899
19900 2005-09-22  Jackson Harper  <jackson@ximian.com>
19901
19902         * TreeView.cs: Create the scrollbars when the handle is created
19903         and add them right away, just make them invisble. Also account for
19904         the window being shrunk vertically to the point that the vert
19905         scrollbar needs to be added.
19906         - Remove some 0.5 adjustments to get around anti aliasing issues.
19907         
19908 2005-09-22  Jordi Mas i Hernandez <jordi@ximian.com>
19909          
19910         * MainMenu.cs: Fixes default value
19911         * MenuItem.cs: Fixes default value
19912
19913 2005-09-22  Kazuki Oikawa  <kazuki@panicode.com>
19914
19915         * AsyncMethodResult.cs: Fixes Control.Invoke is blocked infinitely.
19916
19917 2005-09-21  Jackson Harper  <jackson@ximian.com>
19918
19919         * Control.cs: Don't try to set the border style on the window if
19920         it hasn't been created. When the window is created the border
19921         style will be used.
19922
19923 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
19924
19925         * Control.cs (Update): Don't call XplatUI if we don't have a
19926           window handle yet
19927
19928 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
19929
19930         * ContainerControl.cs: Instead of throwing an exception, print
19931           a one-time warning about Validate not being implemented
19932         * XplatUIWin32.cs: Removed debug output
19933
19934 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
19935
19936         * Control.cs: Only set XplatUI background if we expect the windowing
19937           system to handle the background. This stops controls that draw their
19938           own background from flickering
19939
19940         * XplatUIX11.cs: Support custom visuals and colormaps for window 
19941           creation. This allows, amongst other things, using MWF X11 windows 
19942           with OpenGL.
19943
19944 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
19945
19946         * OpenFileDialog.cs, ContentsResizedEventArgs.cs, LibSupport.cs, GridItem.cs,
19947           CursorConverter.cs, SplitterEventHandler.cs, PropertyGridTextBox.cs,
19948           GridTablesFactory.cs, MethodInvoker.cs, AccessibleEvents.cs,
19949           SplitterEventArgs.cs, XplatUI.cs, Mime.cs, PropertySort.cs,
19950           TreeViewCancelEventHandler.cs, Form.cs, PropertyGridCommands.cs,
19951           IDataGridEditingService.cs, DateBoldEventHandler.cs, Label.cs,
19952           KeyboardLayouts.cs, TextControl.cs, ProgressBar.cs, ToolTip.cs,
19953           RadioButton.cs, OSFeature.cs, LinkLabel.cs, ColorDialog.cs,
19954           ThemeNice.cs, ErrorIconAlignment.cs, TreeNode.cs, MimeGenerated.cs,
19955           ComboBox.cs, DataGridTextBoxColumn.cs, ArrangeStartingPosition.cs,
19956           GridColumnStylesCollection.cs, 
19957           IDataGridColumnStyleEditingNotificationService.cs,
19958           PropertyGrid.cs, IFeatureSupport.cs, ICommandExecutor.cs,
19959           MdiLayout.cs, GridEntry.cs, ControlBindingsCollection.cs,
19960           GridTableStylesCollection.cs, TreeViewCancelEventArgs.cs, 
19961           TreeNodeCollection.cs, AmbientProperties.cs, 
19962           RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
19963           DataObject.cs, ErrorProvider.cs, Splitter.cs,
19964           DataGridLineStyle.cs, Shortcut.cs, Control.cs,
19965           FontDialog.cs, SecurityIDType.cs, GridItemType.cs,
19966           BindingMemberInfo.cs, DataGridCell.cs, MdiChildContext.cs,
19967           IRootGridEntry.cs, PropertyGridView.cs, DataGridParentRowsLabelStyle.cs,
19968           FolderBrowserDialog.cs, OpacityConverter.cs, HelpProvider.cs,
19969           IComponentEditorPageSite.cs, DataGridTableStyle.cs, NavigateEventArgs.cs,
19970           NotifyIcon.cs, ContentsResizedEventHandler.cs, MenuItem.cs,
19971           PropertyTabChangedEventHandler.cs, TextBoxBase.cs, OpenTreeNodeEnumerator.cs,
19972           SelectionMode.cs, TextBox.cs, ListBindingConverter.cs,
19973           FileDialog.cs, KeysConverter.cs, DomainUpDown.cs,
19974           DataFormats.cs, SaveFileDialog.cs, GridItemCollection.cs,
19975           ArrangeDirection.cs, FeatureSupport.cs, SelectionRangeConverter.cs,
19976           RichTextBoxScrollBars.cs, NodeLabelEditEventHandler.cs, TreeNodeConverter.cs,
19977           MimeIcon.cs, X11Structs.cs, PropertyGridEntry.cs,
19978           ImageList.cs, ThemeWin32Classic.cs, X11Keyboard.cs,
19979           CheckedListBox.cs, HelpNavigator.cs, DateTimePickerFormat.cs,
19980           MdiClient.cs, DataGridDrawingLogic.cs, DataGridBoolColumn.cs,
19981           NodeLabelEditEventArgs.cs, Screen.cs, PropertyManager.cs,
19982           ComponentModel.cs, PropertiesTab.cs, CurrencyManager.cs,
19983           SizeGrip.cs, DateBoldEventArgs.cs, X11Dnd.cs, Panel.cs,
19984           Hwnd.cs, OSXStructs.cs, DrawMode.cs, XplatUIDriver.cs,
19985           RichTextBox.cs, PropertyTabChangedEventArgs.cs, CommonDialog.cs,
19986           DataGrid.cs, XplatUIX11.cs, RichTextBoxStreamType.cs, Win32DnD.cs,
19987           ErrorBlinkStyle.cs, TreeViewEventHandler.cs,
19988           PropertyValueChangedEventHandler.cs, IFileReaderService.cs,
19989           DataGridTextBox.cs, SelectedGridItemChangedEventArgs.cs, ScrollBar.cs,
19990           ListBox.cs, TreeViewAction.cs, Help.cs, TrackBar.cs,
19991           AxHost.cs, PropertyValueChangedEventArgs.cs, XplatUIOSX.cs,
19992           RichTextBoxFinds.cs, UpDownEventArgs.cs, Cursors.cs,
19993           CategoryGridEntry.cs, RichTextBoxWordPunctuations.cs, DataGridColumnStyle.cs,
19994           SelectedGridItemChangedEventHandler.cs, DateTimePicker.cs, NavigateEventHandler.cs,
19995           Clipboard.cs, UpDownEventHandler.cs, MonthCalendar.cs,
19996           SendKeys.cs, DataGridPreferredColumnWidthTypeConverter.cs, TreeView.cs,
19997           ThreadExceptionDialog.cs, ImageListConverter.cs, XplatUIWin32.cs,
19998           TreeViewEventArgs.cs: Fixed whitespace and set eol-style:native attribute
19999
20000 2005-09-21  Jackson Harper  <jackson@ximian.com>
20001
20002         * TreeNode.cs: Call Before/After Expand not Collapse when
20003         expanding.
20004
20005 2005-09-20  Jackson Harper  <jackson@ximian.com>
20006         
20007         * XplatUIX11.cs: Use the more hand looking hand (in most themes).
20008
20009 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
20010          
20011         * ListViewItem.cs:
20012                 - Fixes bug 76120
20013                 - Fixes proper storing of subitems
20014                 - Fixes not updated items
20015
20016 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com>
20017
20018         * Control.cs, TextBoxBase.cs, TextControl.cs: Don't do certain
20019           things if our window handle isn't created yet. Also disabled 
20020           debug for TextBoxBase
20021
20022 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com> 
20023
20024         * MenuAPI.cs: Remove filtering of events to allow menu usage
20025
20026 2005-09-20  Miguel de Icaza  <miguel@novell.com>
20027
20028         * Cursor.cs: Allow null to be passed to Cursor.Current.
20029
20030 2005-09-20  Alexander Olk  <alex.olk@googlemail.com>
20031
20032         * ThemeWin32Classic.cs:
20033           - Change some private methods/fields to protected virtual so that 
20034             they can be accessed and overriden in derived classes
20035           - First refactoring of some methods. Derived themes now don't 
20036             need to duplicate the complete code from ThemeWin32Classic
20037         * ThemeNice.cs:
20038           - Added nice StatusBar
20039           - Derive from ThemeWin32Classic and not Theme
20040           - Removed duplicate ThemeWin32Classic code
20041
20042 2005-09-20  Miguel de Icaza  <miguel@novell.com>
20043
20044         * Control.cs (ControlCollection.Add): If the value null is passed
20045         the control is ignored. 
20046
20047         Optimize this loop.
20048
20049 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com> 
20050
20051         * MenuAPI.cs: Replaced Application.Run() with a loop that tracks
20052           PostQuitMessage state.
20053         * XplatUIWin32.cs: Removed bogus PostQuitMessage P/Invoke with HWND arg
20054
20055 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com>
20056
20057         * Application.cs: Our constructor will never get called, move 
20058           initialization to fields; fixes bug #75933
20059
20060 2005-09-19 Hisham Mardam Bey <hisham.mardambey@gmail.com>
20061
20062         * FileDialog.cs :
20063                 - Allow files to be selected properly using file name
20064                 combo box.
20065                 - Add ability to change diretory (absolute / relative)
20066                 using file name combo box.
20067
20068 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
20069          
20070         * ListBox.cs: 
20071                 - Fixes Multicolumn listboxes item wrong calculations
20072                 - Allows to click when only one item is in the listbox
20073                 - Fixes crash when no items using keyboard navigation
20074
20075 2005-09-16  Alexander Olk  <alex.olk@googlemail.com>
20076
20077         * ComboBox.cs: Reverted almost everything from the latest patch which
20078           broke ComboBox
20079
20080 2005-09-16  Kazuki Oikawa <kazuki@panicode.com>
20081         
20082         * ToolTip.cs:
20083                 - Fixed #Mtd2 of ToolTipTest.RemoveToolTipTest.
20084         * ComboBox.cs:
20085                 - When DropDownStyle is Simple, it does not show scrollbar 
20086                 to the last item of the list.
20087                 - When DropDownStyle is Simple, it crashed when the list was 
20088                 scrolled down with the down cursor key.
20089                 - Fixed a bug that when DropDownStyle is DropDownList, the 
20090                 selected item was not shown.
20091                 - The position of the selected item was not preserved when 
20092                 the next dropdown happened.
20093         * ThemeWin32Classic.cs:
20094                 - Items were wrapped at the right end.
20095         * CheckedListBox.cs:
20096                 - Fixed Add method
20097         * ListBox.cs:
20098                 - Items should be fully shown.
20099                 - When resizing and vertical scrollbar disappeared, the item 
20100                 of index 0 should be on the top of the list.
20101                 - GetItemRectangle should consider the size of ver. scrollbar
20102         * StatusBar.cs:
20103                 - SizingGrip area should not be allocated when it is not 
20104                 displayed.
20105                 - Now it reflects MinWidth of the containing panel and 
20106                 fixed a crash that happens when its width becomes so small.
20107
20108 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
20109
20110         * CheckedListBox.cs: Fixes bug 76028
20111         * ListBox.cs: Fixes bug 76028
20112
20113 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
20114
20115         * ThemeWin32Classic.cs: Sets clipping on DataGridPaintRowsHeaders
20116         * DataGridDrawingLogic.cs: fixes issues with Datagrid drawing
20117
20118 2005-09-12  Jordi Mas i Hernandez <jordi@ximian.com>
20119
20120         * XplatUIX11.cs: fixes System.NullReferenceException in some situations
20121
20122 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
20123
20124         * IRootGridEntry.cs: Changed namespace to PropertyGridInternal 
20125
20126 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
20127
20128         * IRootGridEntry.cs: Added
20129         * PropertyGridCommands.cs: Added
20130         * PropertiesTab.cs: Added missing methods and property
20131         * PropertyGridView.cs: Made class internal
20132         * PropertyGridTextBox.cs: Made class internal
20133
20134 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
20135
20136         * MimeIcon.cs: Try to check some other environment variables
20137           if "DESKTOP_SESSION" returns "default"
20138
20139 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
20140
20141         * ThemeNice.cs: Corrected background colors (e.g. menus)
20142         * ColorDialog.cs: Use correct background colors for controls
20143
20144 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
20145
20146         * ThemeNice.cs: Merged r49535 from ThemeWin32Classic
20147
20148 2005-09-08  Peter Dennis Bartok  <pbartok@novell.com>
20149
20150         * RichTextBox.cs: Added initial implementation
20151         * lang.cs: Removed. Was accidentally checked in long time ago
20152         * TODO: Removed. Contents were obsolete
20153
20154 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
20155                                                                                 
20156         * PropertiesTab.cs : Added
20157
20158 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
20159                                                                                 
20160         * PropertyGrid.cs : Update
20161         * PropertyGridView.cs : Update
20162         * System.Windows.Forms.resx : Added images and strings
20163
20164 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com> 
20165
20166         * ThemeNice.cs: Do not dispose Pens retrieved from ResPool
20167  
20168 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com>
20169
20170         * XplatUIX11.cs: Force a flush after Ungrab; if case the app enters
20171           a busy loop right after the Ungrab the X11 display is otherwise 
20172           blocked
20173
20174 2005-09-06  Jordi Mas i Hernandez <jordi@ximian.com>
20175
20176         * ThemeWin32Classic.cs: Optimise the use of clipping
20177
20178 2005-09-05  Jordi Mas i Hernandez <jordi@ximian.com>
20179
20180         * DataGrid.cs: fixes recursion bug
20181
20182 2005-09-03  Alexander Olk  <alex.olk@googlemail.com>
20183
20184         * ThemeNice.cs: 
20185           - Draw RadioButton and CheckBox Buttons with DrawButtonBase
20186           - Cleanup
20187
20188 2005-09-02  Alexander Olk  <alex.olk@googlemail.com>
20189
20190         * ThemeNice.cs: Draw nice ProgressBars
20191
20192 2005-09-01  Miguel de Icaza  <miguel@novell.com>
20193
20194         * VScrollBar.cs: Another buglet found by Aaron's tool. 
20195
20196         * ProgressBar.cs: Fix three recursive bugs found by Aaron Tomb's
20197         bug finder.
20198
20199 2005-08-30  Alexander Olk  <alex.olk@googlemail.com>
20200
20201         * ThemeNice.cs:
20202           - Added nicer menu drawing
20203           - Updated DrawTab
20204           - some refactoring
20205
20206 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
20207
20208         * CreateParams.cs (ToString): Made output match MS
20209         * Control.cs (Text): Don't set Text or Focus via XplatUI unless 
20210             handle is already created (to avoid forcing window creation)
20211         * XplatUIX11.cs: Set window text to caption after creating window,
20212           in case Text was set before window was created
20213         * Form.cs: Use this.Text instead of a static string as caption
20214
20215 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
20216
20217         * NotifyIcon.cs: Don't set the window to visible; this screws
20218           up Win32 (causes WM_NCPAINT to be sent on Win32, which calls
20219           OnPaint without a bitmap)
20220         * XplatUIX11.cs: Removed Visible optimization in AddExpose; doesn't 
20221           happen very often anyway; we could add the check to the WM_PAINT 
20222           event generation code
20223
20224 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
20225
20226         * NotifyIcon.cs: Fill the icon area with a background color, to 
20227           avoid 'residue' when transparent icons are drawn
20228         * XplatUIX11.cs:
20229           - Handle whole_window == client_window when destroying windows
20230           - SystrayAdd(): Set client_window to whole_window value to
20231             get mouse and other events passed to NotifyIcon
20232
20233 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
20234
20235         * Form.cs: Set proper default for Opacity property
20236         * NotifyIcon.cs:
20237           - ShowSystray(): Don't bother creating telling the OS
20238             about the systray item if no icon is provided
20239           - Now handles WM_NCPAINT message to deal with whole/client window
20240             split
20241           - Create window as visible to not get caught by Expose optimization
20242         * Hwnd.cs: Removed debug message
20243         * ComboBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, TabControl.cs,
20244           StatusBar.cs, TreeView.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched 
20245             PaintEventStart/End to use new client argument
20246         * TextBoxBase.cs:
20247           - Commented out debug messages
20248           - Switched PaintEventStart/End to use new client argument
20249         * XplatUI.cs: Added client window bool to PaintEventStart()/
20250           PaintEventEnd() calls, to support drawing in non-client areas
20251         * XplatUIDriver.cs: 
20252           - Added client window bool to PaintEventStart()/PaintEventEnd() 
20253             calls, to support drawing in non-client areas
20254           - Added conditional compile to allow using MWF BeginInvoke 
20255             on MS runtime
20256         * XplatUIX11.cs:
20257           - Added some conditional debug output
20258           - Fixed SystrayAdd() method to support new (for SystrayAdd, anyway)
20259             whole/client window split
20260           - Implemented handling of client argument to PaintEventStart()/End()
20261         * Control.cs:
20262           - Throw exception if BeginInvoke() is called and the window handle
20263             or one of the window's parent handles is not created
20264           - Added conditional compile to allow using MWF BeginInvoke on
20265             MS runtime
20266           - get_Parent(): Only sets parent if handle is created. This avoids
20267             forcing window handle creation when parent is set.
20268           - Now fires Layout and Parent changed events in proper order
20269           - Switched to use Handle instead of window.Handle for Z-Order setting,
20270             the get_Parent() patch above causes us to possibly get null for 'window'
20271           - Implemented handling of client argument to PaintEventStart()/End()
20272           - Now reports back to windows that WM_SETCURSOR was handled (to avoid
20273             default handling)
20274           - Now sends a Refresh() to all child windows when Refresh() is called
20275
20276 2005-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
20277
20278         * Form.cs: Added (non-functional) Opacity property
20279         * XplatUIWin32.cs (SystrayAdd): Removed bogus line of code
20280
20281 2005-08-29  Alexander Olk  <xenomorph2@onlinehome.de>
20282         * ThemeNice.cs: New theme for MWF, based on ThemWin32Classic
20283           use export MONO_THEME=nice to activate it.
20284           Currently supported controls:
20285           - Button
20286           - ComboBox
20287           - ScrollBar
20288           - TabControl (TabAlignment.Top only, other will follow)
20289         * ThemeEngine.cs: Add theme nice
20290         * ButtonBase.cs: Redraw button on MouseEnter and MouseLeave everytime,
20291           if enabled
20292
20293 2005-08-25  Jonathan Chambers  <jonathan.chambers@ansys.com> 
20294
20295         * Splitter.cs: Resize docked control and its neighbor.
20296
20297 2005-08-24  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
20298         -- Making Windows with Menus layout correctly --
20299         * Form.cs : The first leg of the fix
20300                 Menu setter - adjust Client Size as needed to make space for the menu
20301                 SetClientSizeCore - doesn't call base version to be able to pass the 
20302                         menu handle to XplatUI.CalculateWindowRect
20303         * Hwnd.cs: Fix for menu_height, now gets from MenuAPI.MENU
20304         * XplatUIX11.cs: The critical second leg of the fix
20305                 GetWindowPos needs to use a recalculated client_rect
20306                 so that resizing the window doesn't break layout of child controls. 
20307                 Also a more complete rule to avoid X Server roundtrips in SetWindowPos
20308                 Lots of \t\n killed
20309
20310 2005-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
20311
20312         * Label.cs: Now properly recalculates width and height on Font and Text
20313           changes if AutoSize is set
20314
20315 2005-08-19  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
20316         * TreeView.cs : Revamped drawing logic, and support for FullRowSelect
20317
20318 2005-08-19  Jordi Mas i Hernandez <jordi@ximian.com>
20319
20320         * ImageList.cs: Makes ToString method compatible with MS
20321
20322 2005-08-18  Jordi Mas i Hernandez <jordi@ximian.com>
20323
20324         * MenuAPI.cs: fixes bug 75716
20325
20326 2005-08-11 Umadevi S <sumadevi@novell.com>
20327         * Control.cs: Fixed Remove & RemoveAt to make the parent of the control null.
20328
20329 2005-08-11 Umadevi S <sumadevi@novell.com>
20330         * Contorl.cs: Fixed ResetRightToLeft and ResetImeMode to work correctly
20331
20332 2005-08-10  Umadevi S <sumadevi@novell.com>
20333         * CheckedListBox.cs: Fixed event firing on Adding to the CheckedListBox
20334
20335 2005-08-07  Jordi Mas i Hernandez <jordi@ximian.com>
20336
20337         * Menu.cs: fixes bug 75700
20338         * MenuAPI.cs: fixes navigation issues
20339
20340 2005-08-09  Umadevi S <sumadevi@novell.com>
20341         * CheckedListBox.cs - simple fix for GetItemChecked.
20342
20343 2005-08-08  Jordi Mas i Hernandez <jordi@ximian.com>
20344
20345         * ComboBox.cs: Serveral fixes
20346         * ListBox.cs: Serveral fixes
20347
20348 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
20349
20350         * ComboBox.cs: Fixes FindString methods and GetItemHeight
20351         * ListBox.cs: Fixes FindString methods
20352
20353 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
20354
20355         * DataGrid.cs: fixes bugs exposed by new tests
20356
20357 2005-08-04  Peter Dennis Bartok  <pbartok@novell.com> 
20358
20359         * Mime.cs: Compile Mono assembly references only if compiling
20360           with Mono (Allows to build with VS.Net again)
20361
20362 2005-07-28  Marek Safar  <marek.safar@seznam.cz>
20363
20364         * Control.cs (PaintControlBackground): Draw background image
20365         corrrectly.
20366         (CheckForIllegalCrossThreadCalls): Stubbed.
20367         
20368         * Form.cs (OnCreateControl): Center when should be centered.
20369         
20370         * ThemeWin32Classic.cs (DrawPictureBox): Pass size.
20371
20372 2005-07-19  Jordi Mas i Hernandez <jordi@ximian.com>
20373
20374         * Binding.cs: Binding to properties should be case unsensitive
20375
20376 2005-07-18 vlindos@nucleusys.com
20377
20378         * DataGrid.cs: fixes setmember order
20379
20380 2005-07-07  Alexander Olk  <xenomorph2@onlinehome.de>
20381
20382         * MimeIcon.cs: added MimeIcon stuff (MimeIconEngine)
20383         * FileDialog.cs: FileDialog is now resizable and uses the new
20384           MimeIconEngine
20385
20386 2005-07-06  Jordi Mas i Hernandez <jordi@ximian.com>
20387
20388         * DataGridTextBoxColumn.cs: default value
20389         * GridColumnStylesCollection.cs: fixes event firing, checking MappingName
20390         * GridTableStylesCollection.cs: fixes checking MappingName
20391         * DataGridDrawingLogic.cs: fixes drawing logic issues
20392         * DataSourceHelper.cs: rewritten to make compatible with more data sources
20393         * DataGrid.cs: fixes    
20394
20395 2005-07-06  Alexander Olk  <xenomorph2@onlinehome.de>
20396
20397         * MimeGenerated.cs: Use case sensitive comparer for
20398           NameValueCollections
20399
20400 2005-07-01  Jordi Mas i Hernandez <jordi@ximian.com>
20401
20402         * DataGridTextBoxColumn.cs: bug fixes, code refactoring 
20403         * ThemeWin32Classic.cs: bug fixes, code refactoring
20404         * DataGridDrawingLogic.cs:  bug fixes, code refactoring
20405         * DataGrid.cs: bug fixes, code refactoring
20406         * DataGridTextBox.cs: bug fixes, code refactoring
20407         * DataGridColumnStyle.cs:  bug fixes, code refactoring
20408         * Theme.cs:  bug fixes, code refactoring
20409
20410 2005-07-01  Peter Bartok  <pbartok@novell.com> 
20411
20412         * TextControl.cs: Quick fix for the reported crash on ColorDialog
20413           and other text box usage
20414
20415 2005-07-01  Jackson Harper  <jackson@ximian.com>
20416
20417         * TabControl.cs: Make sure the bottom of the tab covers the pages
20418         border.
20419
20420 2005-06-30  Peter Bartok  <pbartok@novell.com> 
20421
20422         * Form.cs (ShowDialog): Assign owner of the dialog
20423         * TextBoxBase.cs: Always refresh caret size when deleting, caret
20424           might have been moved to a tag with different height
20425
20426 2005-06-30  Jackson Harper  <jackson@ximian.com>
20427
20428         * Form.cs: Don't create an infinite loop when setting focus
20429         * MenuItem.cs: Don't dirty the parents if we don't have any
20430
20431 2005-06-29  Ben Maurer  <bmaurer@ximian.com>
20432
20433         * LibSupport.cs: Rename
20434
20435 2005-06-29  Peter Bartok  <pbartok@novell.com>
20436
20437         * TextBoxBase.cs: Re-align caret after deleting a character
20438         * TextControl.cs:
20439           - DeleteChars(): Ensure that tag covers the provided position
20440           - StreamLine(): Drop reference for dropped tag
20441
20442 2005-06-29  Peter Bartok  <pbartok@novell.com> 
20443
20444         * TextControl.cs: 
20445           - Selections now work properly, anchoring at the initial location
20446             and properly extending in either direction (SetSelectionToCaret(),
20447             SetSelectionStart() and SetSelectionEnd())
20448           - No longer redraws the whole control on selection change, now
20449             calculates delta between previous and new selection and only
20450             invalidates/redraws that area
20451           - Fixed FindPos() math off-by-one errors
20452           - Changed DeleteChars() to verify the provided tag covers the
20453             provided position, selections may have a tag that doesn't cover
20454             the position if the selection is at a tag border
20455           - Fixed off-by-one errors in DeleteChars()
20456           - Added missing streamlining check in DeleteChars() to remove
20457             zero-length tags
20458           - Implemented Invalidate() method, now properly calculates exposures
20459             between two given lines/positions
20460           - Implemented SetSelection()
20461           - Obsoleted and removed FixupSelection()
20462           - Improved RecalculateDocument() logic, removing code duplication
20463
20464 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20465
20466         * LibSupport.cs: changes to match different input/output arguments.
20467
20468 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20469
20470         * LibSupport.cs: added libsupport.so init routine.
20471
20472 2005-06-29  Jordi Mas i Hernandez <jordi@ximian.com>
20473         
20474         * ControlBindingsCollection.cs
20475                 - Throws an exception on null datasource when adding
20476                 - Checks for duplicated bindings when adding
20477
20478 2005-06-28  Jackson Harper  <jackson@ximian.com>
20479
20480         * TreeView.cs (OnKeyDown): Support left and right properly
20481         (navigates as well as expanding and collapsing.
20482         - Add support for Multiply, this expands all the selected nodes
20483         children.
20484         - Fix some tabbing.
20485
20486 2005-06-28  Jackson Harper  <jackson@ximian.com>
20487
20488         * TreeView.cs: Implement keyboard navigation, currently supports,
20489         LEFT, RIGHT, UP, DOWN, PGUP, PGDOWN, HOME, END, ADD, SUBTRACT. Add
20490         support for toggling checkboxes with the space bar.
20491
20492 2005-06-28  Jackson Harper  <jackson@ximian.com>
20493
20494         * OpenTreeNodeEnumerator.cs: Don't move past the begining of the
20495         tree.
20496
20497 2005-06-28  Jackson Harper  <jackson@ximian.com>
20498
20499         * TreeView.cs: Add missing event.
20500
20501 2005-06-27  Peter Bartok  <pbartok@novell.com> 
20502
20503         * TextControl.cs:
20504           - Made line ending size configurable (now allows for counting 
20505             lineendings as \n or \r\n)
20506           - Added margin to viewport to keep caret visible on right side
20507           - Fixed translation routines for line/pos to documentpos to consider
20508             cr/lf when counting (Fixes RichTextBox.SelectionFont issues)
20509           - Fixed some line-endings to be unix style
20510           - Fixed Document.FormatText to perform it's calculations 1-based
20511           - Added descriptions for a few methods that might otherwise get 
20512             used wrong
20513           - Added NOTE section with some basic conventions to remember at 
20514             the top of the file
20515           - Major fixup for RichTextBox selection drawing:
20516             * Fixed crashes when multiple tags on a single line were selected
20517             * fixed selection box drawing not overlaying text
20518             * fixed bogus offset calculation for tags not starting at index 1
20519             * Switched behaviour from using multiple Substrings of a 
20520               StringBuilder.ToString() to using multiple 
20521               StringBuilder.ToString(start, length) statements, hoping this is
20522               faster (kept original version commented out in the code, in case
20523               original version was faster)
20524         * TextBox.cs (set_TextAlignment): TextBox always needs to wrap if 
20525           alignment != Left
20526         * TextBoxBase.cs (CalculateDocument): Made protected so RichTextBox can
20527           call it as well
20528
20529 2005-06-27  Jackson Harper  <jackson@ximian.com>
20530
20531         * TabControl.cs: Move to the left and right with the arrow
20532         keys. These keys don't cycle beyond first and last like
20533         tab. Refresh all the tabs when scrolling them to the left or
20534         right.
20535
20536 2005-06-27  Jackson Harper  <jackson@ximian.com>
20537
20538         * TabControl.cs:
20539           - ToString: Added method
20540           - CreateParams: Remove TODO and comment
20541           - OnKeyDown: Cycle through bounds properly.
20542           - SelectedIndex: Scroll to the right or left if we need to
20543           display the newly selected tab.
20544
20545 2005-06-23  Jackson Harper  <jackson@ximian.com>
20546
20547         * TabControl.cs: Stay in bounds when cycling. Make sure Handled is
20548         set.
20549
20550 2005-06-23  Jackson Harper  <jackson@ximian.com>
20551
20552         * TabControl.cs: Keyboard handling. We now support CTRL-TAB,
20553         CTRL-SHIFT-TAB, and HOME, END are there any others?
20554
20555 2005-06-23  Jackson Harper  <jackson@ximian.com>
20556
20557         * XplatUIX11.cs: Get the modifier keys from the keyboard driver.
20558
20559 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
20560         
20561         * DataGridTextBoxColumn.cs: fixes and enhancements
20562         * ThemeWin32Classic.cs: fixes and enhancements
20563         * DataGridBoolColumn.cs:  fixes and enhancements
20564         * DataGridDrawingLogic.cs:  fixes and enhancements
20565         * CurrencyManager.cs: fixes and enhancements
20566         * DataGrid.cs: fixes and enhancements
20567         * DataGridColumnStyle.cs:  fixes and enhancements
20568
20569 2005-06-22  Jackson Harper  <jackson@ximian.com>
20570
20571         * TabControl.cs: Add some missing methods that just call into the
20572         base. Make the TabPageCollection's IList interface behave in the
20573         same manner as the MS implementation.
20574
20575 2005-06-22  Peter Bartok  <pbartok@novell.com> 
20576
20577         * TextControl.cs: Added sanity check
20578         * TextBoxBase.cs: 
20579           - Fixed wrapping behaviour, don't set wrap on single line controls
20580             (this fixes the breakage of colordialog introduced in an earlier
20581              checkin)
20582           - Added rudimentary support for autoscrolling right-aligned controls
20583             (still needs fixing, also, center alignment scroll is missing)
20584
20585 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
20586         
20587         * ScrollBar.cs: Fixes thumbpos on Maximum values
20588
20589 2005-06-21  Jonathan Chambers <jonathan.chambers@ansys.com>
20590         
20591         * PropertyGridView.cs: Pass context information to UITypeEditors 
20592
20593 2005-06-21  Peter Bartok  <pbartok@novell.com> 
20594
20595         * TextBoxBase.cs:
20596           - Now calling PositionCaret with absolute space coordinates
20597           - Enabled vertical scrolling
20598           - Better tracking of scrollbar changes, tied into WidthChange
20599             event
20600           - Improved cursor tracking
20601           - Removed debug output
20602         * TextControl.cs:
20603           - PositionCaret coordinates are now works in absolute space, not 
20604             the canvas
20605           - Improved tracking of document size
20606           - Added events for width and height changes
20607
20608 2005-06-21  Peter Bartok  <pbartok@novell.com>
20609
20610         * Form.cs: Set focus to active control when form is activated
20611         * TextControl.cs: 
20612           - Added word-wrap functionality to RecalculateLine() 
20613           - Added some short function descriptions for VS.Net to aid in
20614             writing dependent controls
20615           - Added Caret property, returning the current coords of the caret
20616           - Added ViewPortWidth and ViewPortHeight properties
20617           - Added Wrap property
20618           - Added CaretMoved event
20619           - Removed some old debug code
20620           - Split() can now create soft splits
20621           - Added PreviousTag()/NextTag() to allow walking "tag-lists"
20622           - Added method to format existing text
20623           - Fixed size/alignment calculations to use viewport
20624           - RecalculateDocument now can handle changing line-numbers while
20625             calculating lines
20626
20627         * TextBox.cs:
20628           - Added some wrap logic, we don't wrap if alignment is not left
20629           - Added casts for scrollbar var, base class switched types to
20630             also support RichTextBoxA
20631           - Implemented handling of scrollbar visibility flags
20632
20633         * TextBoxBase.cs:
20634           - Switched scrollbars type to RichTextBoxScrollBars to support
20635             RichTextBox
20636           - Added tracking of canvas width/height
20637           - Switched scrollbars to be not selectable (to keep focus on text)
20638           - Added central CalculateDocument() method to handle all redraw
20639             requirements
20640           - Added ReadOnly support
20641           - Added WordWrap support
20642           - Fixed handling of Enter key (we now treat it as a DialogKey)
20643           - Fixed caret positioning when h or v scroll is not zero
20644           - Fixed placing/generation of vertical scrollbar
20645           - Added CalculateScrollBars() method to allow updating scrollbar
20646             limits and visibility
20647           - Fixed handling of horizontal scroll
20648           - Added handling of vertical scroll
20649           - Implemented auto-'jump' when caret moves to close to a left or
20650             right border and there is text to be scrolled into view (currently
20651             there's the potential for a stack overflow, until a bug in
20652             scrollbar is fixed)
20653
20654 2005-06-21  Geoff Norton  <gnorton@customerdna.com>
20655         
20656         * XplatUIOSX.cs: Initial implementation of WM_ERASEBKGND
20657
20658 2005-06-19  Alexander Olk  <xenomorph2@onlinehome.de>
20659
20660         * Mime.cs:
20661         - added inodes.
20662         - return application/x-zerosize for files with size zero
20663           (if no extension pattern matches).
20664         - check matches collection for strings too.
20665         - return only the first mime type if the name value
20666           collection has more than one mime type.
20667
20668 2005-06-18  Jonathan Chambers <jonathan.chambers@ansys.com>
20669         
20670         * PropertyGrid.cs: Cleaned up some TODOs
20671         * PropertyGridView.cs: Added support for UITypeEditors
20672
20673 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
20674         
20675         * DataGrid.cs: clears cached value
20676
20677 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
20678
20679         * DataGridTextBoxColumn.cs: new rows, speed improvements, fixes, readonly prop.
20680         * DataGridDrawingLogic.cs: new rows, speed improvements, fixes, readonly prop.
20681         * DataGrid.cs: new rows, speed improvements, fixes, readonly prop.
20682         * DataGridColumnStyle.cs: new rows, speed improvements, fixes, readonly prop.
20683         
20684 2005-06-16  Jordi Mas i Hernandez <jordi@ximian.com>
20685
20686         * ThemeWin32Classic.cs: fixes colour
20687
20688 2005-06-15  Peter Bartok  <pbartok@novell.com>
20689
20690         * MWFCategoryAttribute.cs: Added (Needed for PropertyGrid designer support)
20691         * MWFDescriptionAttribute.cs: Added (Needed for PropertyGrid designer support)
20692         * ButtonBase.cs: Added MWFCategory and MWFDescription attributes
20693         * Control.cs: Added some MWFCategory and MWFDescription attributes
20694         * ScrollBar.cs: Added some MWFCategory and MWFDescription attributes
20695
20696 2005-06-15  Alexander Olk  <xenomorph2@onlinehome.de>
20697
20698         * Mime.cs, MimeGenerated.cs: First draft of MWF mime stuff, see Mime.cs for
20699         usage
20700
20701 2005-06-14  Jordi Mas i Hernandez <jordi@ximian.com>
20702
20703         * DataGridTextBoxColumn.cs: default datagrid settings for Default Styles, fixes
20704         * DataGridTableStyle.cs: default datagrid settings for Default Styles, fixes
20705         * DataGridDrawingLogic.cs: default datagrid settings for Default Styles, fixes
20706         * DataGridBoolColumn.cs: default datagrid settings for Default Styles, fixes
20707         * DataGrid.cs: default datagrid settings for Default Styles, fixes
20708         * DataGridColumnStyle.cs: default datagrid settings for Default Styles, fixes
20709
20710 2005-06-13  Jackson Harper  <jackson@ximian.com>
20711
20712         * XplatUIX11.cs: Override SetAllowDrop on X11 so an error message
20713         isn't printed when the user enables dropping. (X11 does accept
20714         drops).
20715         
20716 2005-06-13  Jackson Harper  <jackson@ximian.com>
20717
20718         * TreeView.cs: Remove some TODOS.
20719
20720 2005-06-13  Jackson Harper  <jackson@ximian.com>
20721
20722         * Form.cs: Hook into the mdi framework.
20723         * MdiClient.cs: Use the base control collections add method so
20724         parents get setup correctly. Set the default back colour and dock
20725         style.
20726         * MdiChildContext.cs: New class, this bad actor handles an
20727         instance of an MDI window. Right now there is only basic
20728         support. You can drag, close, and resize windows. Minimize and
20729         Maximize are partially implemented.
20730
20731 2005-06-13  Jackson Harper  <jackson@ximian.com>
20732
20733         * XplatUIX11.cs: Mash numbers together properly, otherwise we get
20734         freaky when both vals are negative. NOTE: There are probably other
20735         places in XplatUIX11 that this needs to be done.
20736
20737 2005-06-13  Jordi Mas i Hernandez <jordi@ximian.com>
20738
20739         * DataGrid.cs: implement missing methods, move KeyboardNavigation
20740         * DataGridColumnStyle.cs: fixes signature
20741
20742 2005-06-12  Jackson Harper  <jackson@ximian.com>
20743
20744         * XplatUIX11.cs: Use sizing cursors similar to the ones on
20745         windows.
20746
20747 2005-06-11  Jackson Harper  <jackson@ximian.com>
20748
20749         * StatusBarPanel.cs: Signature cleanups. Implement
20750         BeginInit/EndInit.
20751
20752 2005-06-10  Jordi Mas i Hernandez <jordi@ximian.com>
20753
20754         * DataGridTextBoxColumn.cs: Honors aligment
20755         * GridColumnStylesCollection.cs: Contains is case unsensitive
20756         * GridTableStylesCollection.cs: several fixes
20757         * DataGridTableStyle.cs: default column creation
20758         * DataGridDrawingLogic.cs: fixes
20759         * CurrencyManager.cs: ListName property
20760         * DataGrid.cs: multiple styles support
20761         * DataGridColumnStyle.cs: fixes
20762         
20763
20764 2005-06-10  Peter Bartok  <pbartok@novell.com>
20765
20766         * Control.cs(Select): Moved SetFocus call to avoid potential
20767           loops if controls change the active control when getting focus
20768         * UpDownBase.cs: Fixes to allow proper keyboard focus after clicking
20769           the up/down buttons
20770
20771 2005-06-10  Matthias Felgner  <matthiasf@voelcker.ocm>
20772
20773         * ImageListConverter.cs: Implemented
20774
20775 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
20776
20777         * MonthCalendar.cs: Wired in NumericUpDown control for year
20778
20779 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
20780
20781         * MonthCalendar.cs: Removed MonoTodo attributes on Click and
20782           DoubleClick events, since they are not meant to be fired.
20783
20784 2005-06-09  Peter Bartok  <pbartok@novell.com>
20785
20786         * UpDownBase.cs, NumericUpDown.cs, DomainUpDown.cs: Integrated
20787           Jonathan's standalone controls into MWF, implemented missing
20788           events, attributes and methods; added xxxAccessible classes
20789         * AccessibleObject.cs: Made fields internal so other classes
20790           can change them if needed
20791
20792 2005-06-09  Jonathan Gilbert  <2a5gjx302@sneakemail.com>
20793
20794         * UpDownBase.cs: Complete implementation
20795         * NumericUpDown.cs: Complete implementation
20796         * DomainUpDown.cs: Complete implementation
20797
20798 2005-06-09  Jordi Mas i Hernandez <jordi@ximian.com>
20799
20800         * DataGridTextBoxColumn.cs: drawing fixes
20801         * DataGridCell.cs: fixes ToString method to match MSNet
20802         * DataGridTableStyle.cs: fixes
20803         * DataGridBoolColumn.cs: fixes, drawing
20804         * DataGridDrawingLogic.cs: fixes, new methods
20805         * DataGridTextBox.cs: Keyboard and fixes
20806         * DataGrid.cs:
20807                 - Keyboard navigation
20808                 - Scrolling fixes
20809                 - Row selection (single, multiple, deletion, etc)
20810                 - Lots of fixes
20811         
20812 2005-06-07  Jackson Harper  <jackson@ximian.com>
20813
20814         * ThemeWin32Classic.cs: Clear the background area when drawing
20815         buttons.
20816
20817 2005-06-06  Peter Bartok  <pbartok@novell.com>
20818
20819         * ImageListStreamer.cs: Fixed signature for GetData
20820         * CheckBox.cs: Fixed base class for CheckBoxAccessibleObject
20821         * ComboBox.cs:
20822           - Added missing ChildAccessibleObject class
20823           - Added missing OnXXXFocus overrides, switched to using those
20824             instead of the event handler
20825         * Control.cs:
20826           - Added Parent property for ControlAccessibleObject
20827           - Fixed signatures
20828           - Fixed attributes
20829           - Added ResetBindings()
20830         * ListBindingConverter.cs: Implemented some methods
20831         * ButtonBase.cs: Added missing ButtonBaseAccessibleObject class
20832         * ImageList.cs: Implemented basic handle scheme, removed TODOs
20833         * ContainerControl.cs: Fixed signature, now subscribing to the
20834           ControlRemoved event instead of overriding the handler, LAMESPEC
20835         * CurrencyManager.cs: Added missing attribute
20836         * MonthCalendar.cs: Added missing properties
20837
20838 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
20839
20840         * DataGridColumnStyle.cs: fixes for DataGridColumnStyle
20841         
20842 2005-06-06  Gaurav Vaish and Ankit Jain
20843
20844         * DataSourceHelper.cs: Gaurav Vaish and Ankit Jain patch for databinding
20845         * DataGrid.cs: Gaurav Vaish and Ankit Jain patch for databinding
20846         
20847 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
20848
20849         * Control.cs: fixes CreateParams Width / Height.
20850
20851 2005-06-05  Peter Bartok  <pbartok@novell.com>
20852
20853         * Win32DnD.cs: Removed compilation warnings
20854
20855 2005-06-05  Peter Bartok  <pbartok@novell.com>
20856
20857         * Control.cs (CreateParams): Since we don't know if one of the
20858           properties we use is overridden, lets make sure if we fail accessing
20859           we continue with a backup plan
20860
20861 2005-06-05  Peter Bartok  <pbartok@novell.com>
20862
20863         * Win32DnD.cs:
20864           - Removed debug output
20865           - Added MarshalAs attribute to ensure proper marshalling of FORMATETC
20866             struct
20867           - Plugged resource leak
20868         * XplatUIStructs.cs: Changed ClipboardFormats size to ushort, to match
20869           MS size
20870
20871 2005-06-05  Peter Bartok  <pbartok@novell.com>
20872
20873         * XplatUIWin32.cs: Removed DnD code
20874         * Win32DnD.cs: Implemented drop source and drop target functionality
20875
20876 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20877
20878         * UpDownBase.cs: remove duplicate addition of event, enable some code
20879         that was commented out.
20880         * NumericUpDown.cs: added missing attributes and Hexadecimal property.
20881         Validate input when a key is pressed. It works fine now for every
20882         combination of Hexadecimal. Only missing some drawing love when sharing
20883         space with other controls.
20884
20885 2005-06-04  Peter Bartok  <pbartok@novell.com>
20886
20887         * Control.cs:
20888           - We need to pass a window for DragDrop, so enable callback events
20889           - Added DnD callback events when being a DragSource
20890         * XplatUI.cs (StartDrag): Added window handle argument
20891         * XplatUIDriver.cs (StartDrag): Added window handle argument
20892         * QueryContinueDragEventArgs: Made fields internally accessible so
20893           drivers can set them
20894         * GiveFeedbackEventArgs: Made fields internally accessible so drivers
20895           can set them
20896
20897 2005-06-03  Jordi Mas i Hernandez <jordi@ximian.com>
20898
20899         * DataGridTextBoxColumn.cs: column text editing
20900         * DataGridTableStyle.cs: Respect columns styles created by the user
20901         * DataGridDrawingLogic.cs: lots of drawing fixes and enhanments
20902         * DataGridBoolColumn.cs: bool column editing
20903         * DataGrid.cs: fixes to scrolling, properties, etc
20904         * DataGridTextBox.cs: handle keyboard
20905         * DataGridColumnStyle.cs: fixes
20906
20907 2005-06-02  Jackson Harper  <jackson@ximian.com>
20908
20909         * ImageListStreamer.cs: Somewhat broken implementation of
20910         GetObjectData. The RLE needs some work to match MS properly.
20911
20912 2005-06-02  Jackson Harper  <jackson@ximian.com>
20913
20914         * X11Dnd.cs: Attempting to keep at least one file in MWF
20915         monostyled.
20916
20917 2005-06-02  Peter Bartok  <pbartok@novell.com>
20918
20919         * X11DnD.cs: Use Marshal.SizeOf instead of sizeof, no /unsafe required
20920           that way
20921
20922 2005-06-02  Peter Bartok  <pbartok@novell.com>
20923
20924         * Control.cs: Removed MonoTODO from DoDragDrop and added call to Xplat
20925         * XplatUI.cs: Added DoDragDrop() method
20926         * XplatUIDriver.cs: Added DoDragDrop() method
20927
20928 2005-06-02  Jackson Harper  <jackson@ximian.com>
20929
20930         * Splitter.cs: Implement BorderStyle.
20931
20932 2005-06-02  Jackson Harper  <jackson@ximian.com>
20933
20934         * XplatUIX11.cs: Tie into the X11Dnd subsystem.
20935         * X11Dnd.cs: New file. A subsystem that handles drag and drop on
20936         X11 using XDND.
20937
20938 2005-06-02  Peter Bartok  <pbartok@novell.com>
20939
20940         * DataObject.cs:
20941           - Added Data setter
20942           - Fixed broken insertion code for SetData, now also
20943             overwrites any existing entry of the same format name
20944         * Hwnd.cs: Added list of pointers that automatically gets
20945           freed when the window is disposed
20946         * XplatUI.cs: Call driver initialization method when loading
20947           a driver
20948         * Control.cs:
20949           - OnDragLeave takes EventArgs, not DragEventArgs
20950           - Added setting of WS_EX_ACCEPTFILES style when dropping is
20951             supported
20952           - Forces style update when drop state changes
20953         * XplatUIWin32.cs: Implemented Drag'n'Drop (as good as possible,
20954           not perfect since we cannot (yet) call the IDataObject.GetData()
20955           method, we keep getting 0x80004005 error, dunno why)
20956
20957 2005-06-02  Peter Bartok  <pbartok@novell.com>
20958
20959         * DragEventArgs.cs: Make fields internal so we can cache the
20960           object and re-set the fields from XplatUI
20961
20962 2005-06-02  Jackson Harper  <jackson@ximian.com>
20963
20964         * Control.cs: Add some internal methods so the DnD subsystem can
20965         raise DnD events. Also call into the driver when AllowDrop is set.
20966         * XplatUI.cs:
20967         * XplatUIDriver.cs: New method for setting whether or not a window
20968         is allowed to accept drag and drop messages.
20969                 
20970 2005-06-01  Jordi Mas i Hernandez <jordi@ximian.com>
20971         
20972         * ScrollBar.cs: Make sure that values sent in Scroll events
20973         are always between Maximum and Minimum.
20974
20975 2005-06-01  Marek Safar  <marek.safar@seznam.cz>
20976
20977         * Menu.cs: Call MenuChanged when menuitem visibility has been
20978         changed.
20979         * MenuItem.cs: Rebuild menu when item is (not) visible.
20980         * MainMenu.cs: MainMenu has special MenuChanged.
20981         * Theme.cs: Caption and FrameBorderSize are not fixed.
20982         * XplatUI.cs: Added CaptionHeight,FrameBorderSize.
20983         * XplatUIDriver.cs: Introduced Caption and FrameBorderSize.
20984         * XplatUIX11.cs,
20985         * XplatUIOSX: Caption and FrameBorderSize not implemented yet.
20986         * XplatUIWin32.cs: Get Caption and FrameBorderSize from system.
20987
20988 2005-05-30  Jackson Harper  <jackson@ximian.com>
20989
20990         * DataFormat.cs: We can't statically initialize this stuff because
20991         it calls into the xplatui and could create a loop. So we lazy init
20992         it.
20993
20994 2005-05-28  Jackson Harper  <jackson@ximian.com>
20995
20996         * Control.cs: Proper implementation of Product(Name/Version).
20997
20998 2005-05-27  Jackson Harper  <jackson@ximian.com>
20999
21000         * DataObject.cs: Dont crash if no data is found.
21001
21002 2005-05-26  Rafael Teixeira  <rafaelteixeirabr@hotmail.com>
21003         * MdiClient.cs: Add missing Localizable attribute to BackgroundImage property
21004                 as per status page, guessing it should be set to true
21005
21006 2005-05-26  Jordi Mas i Hernandez <jordi@ximian.com>
21007
21008         * DataGridTextBoxColumn.cs: Draws text and basic text formatting
21009         * DataGridTableStyle.cs: set proper formatting text, def header text
21010         * ThemeWin32Classic.cs: new themable paramaters
21011         * DataGridBoolColumn.cs: paint check box, get data, fixes
21012         * DataGridDrawingLogic.cs: huge improvements in painting, fixes, new methods
21013         * DataGrid.cs: fixes properties, implements vertical and horizontal scrolling
21014         * DataGridColumnStyle.cs: fixes
21015         * Theme.cs: new themable paramaters
21016                 
21017 2005-05-26  Peter Bartok  <pbartok@novell.com>
21018
21019         * ContainerControl.cs: Pass AdjustFormScrollbars() call on to base
21020
21021 2005-05-24 Jonathan S. Chambers <jonathan.chambers@ansys.com>
21022         * Control.cs: Fixed LowOrder and HighOrder to preserve sign.
21023
21024 2005-05-24  Peter Bartok  <pbartok@novell.com>
21025
21026         * OpenFileDialog.cs, Form.cs, Menu.cs, GroupBox.cs, UserControl.cs,
21027           Label.cs, DataGridTextBoxColumn.cs, PropertyGrid.cs, ErrorProvider.cs
21028           Splitter.cs, Control.cs, FontDialog.cs, TabPage.cs,
21029           FolderBrowserDialog.cs, HelpProvider.cs, DataGridTableStyle.cs,
21030           NotifyIcon.cs, FileDialog.cs, ListView.cs, SaveFileDialog.cs,
21031           ToolBarButton.cs, ImageList.cs, DataGridBoolColumn.cs, Panel.cs,
21032           DataGrid.cs, DataGridTextBox.cs, ListBox.cs, TrackBar.cs,
21033           AxHost.cs, TabControl.cs, ScrollableControl.cs, ToolBar.cs,
21034           DataGridColumnStyle.cs, PictureBox.cs, DateTimePicker.cs,
21035           StatusBar.cs, MonthCalendar.cs, TreeView.cs: Added
21036           missing attributes, etc
21037         * DataGridPreferredColumnWidthTypeConverter.cs: Added
21038
21039 2005-05-24  Peter Bartok  <pbartok@novell.com>
21040
21041         * Help.cs: Added, implemented trivial functions, throws up MessageBox
21042           when user tries to get help
21043         * DataObject.cs, DataFormats.cs, LinkArea.cs,
21044           SelectionRangeConverter.cs, Clipboard.cs : Removed unused variables
21045           to suppress warnings
21046         * XplatUIWin32.cs, XplatUIOSX.cs, XplatUIX11.cs: Removed unused code to
21047           avoid unreachable code warning
21048
21049 2005-05-20  Peter Bartok  <pbartok@novell.com>
21050
21051         * CursorConverter.cs (ConvertTo): Switched to use Cursor.GetObjectData
21052
21053 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
21054
21055         * DataGridTextBoxColumn.cs: Basic painting methods
21056         * DataGridTableStyle.cs: Set table style in the column
21057         * ThemeWin32Classic.cs: Use Theme for colors
21058         * DataGridDrawingLogic.cs: Implement more drawing
21059         * DataGrid.cs: drawing, theming, enhacements, fixes
21060         * DataGridColumnStyle.cs: fixes, drawing
21061         * Theme.cs: theming for Datagrid
21062
21063 2005-05-20  Peter Bartok  <pbartok@novell.com>
21064
21065         * Cursor.cs: Implemented GetObjectData() method
21066
21067 2005-05-20  Peter Bartok  <pbartok@novell.com>
21068
21069         * Cursors.cs: Added setting of cursor name
21070         * Cursor.cs:
21071           - Implemented constructors
21072           - Implemented Draw and DrawStretched
21073           - Implemented Current property
21074           - Implemented == and != operators
21075           - Implemented Dispose()
21076           - Implemented ToString
21077           - Added missing attributes
21078         * XplatUIX11.cs:
21079           - Added missing reset for OverrideCursor when DoEvents is called
21080           - Fixed creation of cursor, logic was wrong
21081         * XplatUIWin32.cs:
21082           - Added missing reset for OverrideCursor when DoEvents is called
21083           - Fixed creation of cursor, bit arrays were swapped
21084         * Clipboard.cs: Removed obsolete MonoTODO attribute
21085
21086 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
21087
21088         * ComboBox.cs: fixes OnSelectedItemChanged
21089         * ControlBindingsCollection.cs: fixes item range check
21090
21091 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
21092
21093         * UpDownBase.cs:
21094                 - Calc preferred height properly
21095                 - Implement missing properties
21096                 
21097         * NumericUpDown.cs: Implement missing events
21098
21099 2005-05-19  Jackson Harper  <jackson@ximian.com>
21100
21101         * TabControl.cs: New method that resizes the tab pages before
21102         redrawing them. This as needed as the control is double buffered
21103         and sizing will not be recalculated unless ResizeTabPages is
21104         called.
21105         * TabPage.cs: Set base.Text instead of Text in the constructor so
21106         that UpdateOwner does not get called. Use the new Redraw method of
21107         TabControl instead of Refresh so the sizing is recalculated.
21108         * ThemeWin32Classic.cs: Draw the text for button tabs.
21109
21110 2005-05-19  Jackson Harper  <jackson@ximian.com>
21111
21112         * Control.cs: Paint control background images. Fix typo where
21113         PaintControlBackground was not getting called correctly.
21114
21115 2005-05-19  Peter Bartok  <pbartok@novell.com>
21116
21117         * ScrollableControl.cs (DisplayRectangle): Undid my last change until
21118           I can investigate, apparently I broke FileDialog
21119
21120 2005-05-19  Marek Safar  <marek.safar@seznam.cz>
21121
21122         * AxHost.cs: Some simple properties.
21123         * Control.cs: window must be accessible after ctor.
21124         * Form.cs: Added TransparencyKey property.
21125         * TextBoxBase.cs: Implemented Clear. Text property can be null.
21126         * XplatUIWin32.cs: SetBorderStyle implemented.
21127
21128 2005-05-18  Peter Bartok  <pbartok@novell.com>
21129
21130         * DataObject.cs: Entries are not global but particular to the
21131           DataObject, now it behaves that way
21132         * XplatUIWin32.cs: Implemented Clipboard methods
21133         * Clipboard.cs: Implemented
21134         * ScrollableControl.cs (DisplayRectangle): Fixed calculation
21135         * XplatUIOSX.cs: Updated to final clipboard prototypes
21136         * XplatUIX11.cs: Implemented Clipboard methods
21137         * XplatUIDriver.cs: Updated to final clipboard prototypes
21138         * XplatUIStructs.cs:
21139           - Added BITMAPINFOHEADER struct
21140           - Added ClipboardFormats enum
21141         * X11Structs.cs:
21142           - Added ClipboardStruct
21143           - Added Atom enum items for clipboard types
21144           - Fixed atom types for Selection event structures
21145         * DataFormats.cs:
21146           - Added internal properties and methods for drivers to enumerate
21147             all known formats
21148           - Switched initialization method to allow drivers to assign their
21149             own IDs even for the MS predefined clipboard IDs
21150         * XplatUI.cs: Updated to final clipboard interface
21151
21152 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
21153         * PropertyGridView.cs: Fixed compiler warnings.
21154
21155 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
21156         * PropertyGrid.cs: Added some event calls
21157         * PropertyGridView.cs: Change drawing code to use double buffering
21158         * PropertyGridTextBox.cs: Changed Text property name
21159         * GridItem.cs: Added Bounds property.
21160         * GridEntry.cs: Added Bounds property.
21161
21162 2005-05-17  Lluis Sanchez Gual  <lluis@novell.com>
21163
21164         * Binding.cs: Use IsInstanceOfType instead of IsAssignableFrom
21165         since GetType() may not return the correct type if the object is
21166         a remoting proxy.
21167
21168 2005-05-17  Jordi Mas i Hernandez <jordi@ximian.com>
21169
21170         * TreeNodeCollection.cs: fixes get/set item ranges
21171         
21172 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
21173
21174         * ListBox.cs: Kazuki Oikawa's PreferredHeight and ItemHeight fixes
21175                 
21176 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
21177
21178         * ComboBox.cs: Fix item range comparation
21179         * ListView.cs: Fix item range comparation
21180
21181 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
21182
21183         * FontDialog.cs:
21184           - Clear example panel when OnPaint is called
21185           - Better solution for displaying the example panel text
21186           - Select default indexes in the ListBoxes
21187
21188 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
21189
21190         * XplatUIOSX.cs: Avoid painting into invisible views.  Fixes #74926
21191
21192 2005-05-11  Peter Bartok  <pbartok@novell.com>
21193
21194         * LinkArea.cs: Added and implemented LinkAreaTypeConverter class
21195         * SelectionRangeConverter.cs: Implemented
21196         * PropertyGrid.cs: Fixed attribute value
21197         * Control.cs:
21198           - Invoke(): Don't call Begin/EndInvoke if it is not neccessary
21199           - Added Sebastien Pouliot's CAS Stack Propagation fixes
21200         * XplatUIDriver.cs: Added new XplatUIDriverSupport class, for code
21201           that's common to all drivers. First methods to go there are
21202           Sebastien Pouliot's CAS Stack Propagation helper methods
21203         * XplatUIWin32.cs, XplatUIX11.cs, AsyncMethodData.cs: Fixes by
21204           Sebastien Pouliot for CAS Stack Propagation
21205
21206 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
21207
21208         * OSXStructs.cs:
21209           XplatUIOSX.cs: More cosmetic cleanup courtesy of Artyom Tyazhelov (Artyom.Tyazhelov@helmes.ee)
21210
21211 2005-05-12  Jordi Mas i Hernandez <jordi@ximian.com>
21212
21213         * DataGridTextBoxColumn.cs: fixed some members
21214         * GridColumnStylesCollection.cs: indexed column is case insensitive
21215         * DataGridTableStyle.cs: fixes
21216         * ThemeWin32Classic.cs: add new theme parameter
21217         * Theme.cs: add new theme parameter
21218         * DataGridDrawingLogic.cs: Datagrid's drawing logic
21219         * DataGrid.cs: fixes, new internal properties, etc.
21220         * DataGridColumnStyle.cs: allows to set grid value
21221         *
21222
21223 2005-05-10  Peter Bartok  <pbartok@novell.com>
21224
21225         * AccessibleObject.cs:
21226           - Removed MonoTODO attribute on help, method is correct
21227           - Fixed Bounds property
21228         * AxHost.cs: Moved MonoTODO
21229         * ButtonBase.cs: Now setting AccessibleObject properties
21230         * RadioButton.cs: Setting proper AccessibleObject role
21231         * CheckBox.cs: Setting proper AccessibleObject role
21232         * ControlBindingsCollection.cs: Added properties, methods and attributes
21233         * DataFormats.cs: Fixed awkward internal API, and changed to enable
21234           userdefined DataFormats.Format items as well
21235         * ListControl.cs: Removed data_member from the public eye
21236         * OpenFileDialog.cs:
21237           - Made class sealed
21238           - Added missing attributes
21239         * SaveFileDialog.cs: Added missing attributes
21240         * ImageListStreamer.cs: Fixed code that caused warnings
21241         * LinkLabel.cs: Removed unreachable code
21242         * TreeView.cs: Fixed code that caused warnings
21243         * PropertyGridView.cs: Fixed code that caused warnings
21244         * GridColumnStylesCollection.cs: Added missing attributes
21245         * GridTableStylesCollection: Added missing attribute
21246         * PropertyManager: Added .ctor
21247         * SecurityIDType: Added
21248         * DataObject.cs: Implemented class
21249         * LinkArea.cs: Added missing attribute
21250
21251 2005-05-11  Jordi Mas i Hernandez <jordi@ximian.com>
21252
21253         * RadioButton.cs: call base method to allow to fire OnClick event
21254         * UpDownBase.cs: OnMouseUp call base method
21255         * CheckedListBox.cs: call base method before returning
21256         * TrackBar.cs: call base method before returning
21257         
21258
21259 2005-05-10  Peter Bartok  <pbartok@novell.com>
21260
21261         * XplatUIX11.cs: Fix for #74902, check pending timers when peeking
21262           for messages
21263
21264 2005-05-10  Peter Bartok  <pbartok@novell.com>
21265
21266         * DataFormats.cs: Implemented
21267         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs,
21268           XplatUIX11.cs: Added Clipboard APIs
21269         * XplatUIWin32.cs: Implemented Clipboard APIs
21270         * FolderBrowserDialog.cs: Added missing event, attributes
21271
21272 2005-05-10  Jordi Mas i Hernandez <jordi@ximian.com>
21273
21274         * CheckBox.cs: call base method to allow to fire OnClick event
21275
21276 2005-05-09  Sebastien Pouliot  <sebastien@ximian.com>
21277
21278         * XplatUI.cs: Use PlatformID.Unix under NET_2_0.
21279
21280 2005-05-06  Peter Bartok  <pbartok@novell.com>
21281
21282         * XplatUIX11.cs: Redid Jackson's fix, it was causing a busy loop
21283         * Screen.cs: Implemented
21284         * HelpNavigator.cs: Added
21285         * XplatUIWin32.cs: Added SystemParametersInfo call, fixed WorkArea
21286           property
21287         * HelpProvider.cs: Implemented all we can do until we have a CHM
21288           help library (which means that "What's This" does work now)
21289
21290 2005-05-06  Jackson Harper  <jackson@ximian.com>
21291
21292         * XplatUIX11.cs: Fix waking up the main loop.
21293                 
21294 2005-05-05  Peter Bartok  <pbartok@novell.com>
21295
21296         * XplatUI.cs: Updated revision
21297         * Form.cs: Removed enless loop
21298         * GroupBox.cs (OnPaint): Added call to base.OnPaint()
21299         * Label.cs (OnPaint): Added call to base.OnPaint()
21300         * ToolTip.cs: Made ToolTipWindow reusable for other controls
21301         * LinkLabel.cs (OnPaint): Added call to base.OnPaint()
21302         * UpDownBase.cs (OnPaint): Moved base.OnPaint() call to end of method
21303         * AxHost.cs: Added
21304         * ButtonBase.cs: Moved base.OnPaint() call to end of method
21305         * ThemeWin32Classic.cs: Replaced references to ToolTip with references
21306           to ToolTip.ToolTipWindow for drawing and size methods; this allows
21307           reuse of ToolTipWindow by other controls
21308         * SizeGrip.cs: Moved base.OnPaint() call to end of method
21309         * XplatUIX11.cs: Now clipping drawing area (experimental)
21310         * PictureBox.cs: Moved base.OnPaint() call to end of method
21311         * Theme.cs: Fixed ToolTip abstracts to match new format
21312         * ErrorProvider.cs: Implemented
21313
21314 2005-05-05  Jordi Mas i Hernandez <jordi@ximian.com>
21315
21316         * Label.cs: fire events using OnAutoSizeChanged and OnTextAlignChanged
21317         * LinkLabel.cs:
21318                 - Adds cursors
21319                 - Handles focus
21320                 - Implements LinkBehavior
21321                 - Fixes many issues
21322
21323 2005-05-03  Jackson Harper  <jackson@ximian.com>
21324
21325         * ListView.cs: Calculate the scrollbar positioning on resize and
21326         paint, so they get put in the correct place.
21327
21328 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
21329
21330         * ColorDialogs.cs: The small color panels are now handled by
21331           SmallColorControl. This fixes drawing of the focus rectangle
21332           and adds a 3D border.
21333
21334 2005-05-03  Peter Bartok  <pbartok@novell.com>
21335
21336         * Control.cs: Modified version of Jonathan Chamber's fix for
21337           double-buffering
21338
21339 2005-05-03  Jackson Harper  <jackson@ximian.com>
21340
21341         * ListView.cs: Remove redraw variable. Control now handles whether
21342         or not a redraw needs to be done, and will only raise the paint
21343         event if redrawing is needed.
21344
21345 2005-05-03  Jackson Harper  <jackson@ximian.com>
21346
21347         * Splitter.cs: No decorations for the splitter form. Cache the
21348         hatch brush.
21349
21350 2005-05-03  Jackson Harper  <jackson@ximian.com>
21351
21352         * TreeView.cs: Use dashed lines to connect nodes. Use the
21353         ControlPaint method for drawing the focus rect instead of doing
21354         that in treeview.
21355
21356 2005-05-02  Peter Bartok  <pbartok@novell.com>
21357
21358         * LinkLabel.cs: Fixed the fixes from r43566 and 43521
21359
21360 2005-04-29  Jackson Harper  <jackson@ximian.com>
21361
21362         * ThemeWin32Classic.cs: Don't clear the GC that will clear the
21363         entire image buffer. Just clear the clipping rectangle.
21364
21365 2005-04-29  Jackson Harper  <jackson@ximian.com>
21366
21367         * ThemeWin32Classic.cs: Don't draw list view items that are
21368         outside the clipping rectangle.
21369
21370 2005-04-29  Jordi Mas i Hernandez <jordi@ximian.com>
21371
21372         * ListBox.cs: added horizontal item scroll
21373
21374 2005-04-29  Jackson Harper  <jackson@ximian.com>
21375
21376         * ThemeWin32Classic.cs: Remove some old debug code that was
21377         causing flicker with the new double buffering code.
21378
21379 2005-04-29  John BouAntoun  <jba-mono@optusnet.com.au>
21380
21381         * MonthCalendar.cs, DateTimePicker.cs: Made monthcalendar dropdwon
21382         behave like combobox and comboboxlist (still not sure if this is
21383         correct though).
21384
21385 2005-04-28  Jackson Harper  <jackson@ximian.com>
21386
21387         * ThemeWin32Classic.cs: Don't fill the middle of progress
21388         bars. This fills areas outside of the clip bounds that don't need
21389         to be filled.
21390
21391 2005-04-28  Jackson Harper  <jackson@ximian.com>
21392
21393         * Control.cs: Don't expose functionality to touch the image buffers.
21394         * ProgressBar.cs:
21395         * ListView.cs: We do not need to (and no longer can) manipulate
21396         the image buffers directly. All of this is handled by Control.
21397
21398 2005-04-28  Peter Bartok  <pbartok@novell.com>
21399
21400         * RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
21401           RichTextBoxScrollBars.cs, RichTextBoxStreamType.cs,
21402           RichTextBoxFinds.cs, RichTextBoxWordPunctuations.cs: Added
21403
21404 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
21405
21406         * Combobox:
21407                 - Adjust control's height for non-simple comboboxes (bug fix)
21408                 - Remove dead code
21409         * MenuAPI.cs: remove unused var
21410         * ScrollBar.cs: remove unsed var
21411                  
21412         * ListBox.cs: unselect items when clearing
21413
21414 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
21415
21416         * ListControl.cs: honors OnPositionChanged and default Selected Item
21417         * ListBox.cs: unselect items when clearing
21418
21419 2005-04-27  Jackson Harper  <jackson@ximian.com>
21420
21421         * X11Keyboard.cs: Initialize a default keyboard and give a warning
21422         if a "correct" keyboard is not found. This will make us not crash,
21423         but might give some users bad keyboard layouts...seems to be the
21424         same thing rewind does.
21425
21426 2005-04-27  Jackson Harper  <jackson@ximian.com>
21427
21428         * BindingManagerBase.cs: Attach the current/position changed
21429         handlers to their respective events.
21430
21431 2005-04-27  Jackson Harper  <jackson@ximian.com>
21432
21433         * Control.cs: Make sure that the first WM_PAINT does a full draw,
21434         not just a blit.
21435         * ThemeWin32Classic.cs: Don't fill the background for picture
21436         boxes. This could overright user drawing.
21437         * ComboBox.cs: Just fill the clipping rect not the entire client
21438         rect when drawing the background. This prevents pieces of the
21439         image buffer from getting overwritten and is theoretically faster.
21440
21441 2005-04-26  Jordi Mas i Hernandez <jordi@ximian.com>
21442
21443         * ComboBox.cs: Databinding support fixes, fire missing events
21444         * ListControl.cs: implement missing methods and properties, fixes
21445         * ThemeWin32Classic.cs: Databiding support on Drawing
21446         * CheckedListBox.cs: Databinding support fixes, fire missing events
21447         * ListBox.cs: Databinding support fixes, fire missing events
21448         
21449 2005-04-25  Peter Bartok  <pbartok@novell.com>
21450
21451         * LinkLabel.cs: Length of LinkArea is not allowed to be negative
21452
21453 2005-04-25  Jackson Harper  <jackson@ximian.com>
21454
21455         * TreeView.cs: Use the horizontal scrollbars height not width when
21456         determining how much of the client area is available.
21457
21458 2005-04-25  Jackson Harper  <jackson@ximian.com>
21459
21460         * Control.cs: Double buffering is handled differently now. As per
21461         the spec, the extra buffer is created in the WM_PAINT message and
21462         passed down to the control's drawing code.
21463         * GroupBox.cs:
21464         * Label.cs:
21465         * CheckBox.cs:
21466         * ProgressBar.cs:
21467         * RadioButton.cs:
21468         * ColorDialog.cs:
21469         * ComboBox.cs:
21470         * PropertyGridView.cs:
21471         * UpDownBase.cs:
21472         * MessageBox.cs:
21473         * MenuAPI.cs:
21474         * ListView.cs:
21475         * ButtonBase.cs:
21476         * SizeGrip.cs:
21477         * ScrollBar.cs:
21478         * ListBox.cs:
21479         * TrackBar.cs:
21480         * ToolBar.cs:
21481         * PictureBox.cs:
21482         * DateTimePicker.cs:
21483         * StatusBar.cs:
21484         * TreeView.cs: Update to new double buffering system.
21485         * MonthCalendar.cs: Uncomment block, as Capture is now
21486         working. Update to new double buffering
21487         * LinkLabel.cs: Lazy init the link collection. Update to new double buffering
21488         * PaintEventArgs.cs: New internal method allows us to set the
21489         graphics object. This is used for double buffering.
21490         * ThemeWin32Classic.cs: Give the picture box drawing code a clip
21491         rectangle. The internal paint_area var has been removed from
21492         StatusBar. The clipping rect should be used instead.
21493         * Theme.cs: Give the PictureBox drawing method a clipping rect.
21494         * TabPage.cs: The RefreshTabs method was removed, so just call the
21495         tab controls Refresh method now.
21496         * TabControl.cs: Update to new double buffering. Make sure the
21497         handle is created before sizing the tab pages, otherwise we will
21498         get stuck in a loop.
21499
21500 2005-04-24  Borja Sanchez Zamorano <borsanza@gmail.com>
21501
21502         * LinkLabel.cs: Fix typo, bug #74719; patch
21503           from Borja Sanchez Zamorano
21504
21505 2005-04-22  Jackson Harper  <jackson@ximian.com>
21506
21507         * TreeNode.cs: Implement Handle stuff.
21508         * TreeView.cs: Utility methods so nodes can get/lookup by handle.
21509
21510 2005-04-22  Jordi Mas i Hernandez <jordi@ximian.com>
21511
21512         * DataGridTextBoxColumn.cs: call base constructors, fixes
21513         * GridColumnStylesCollection.cs: missing events, methods, and functionality
21514         * GridTableStylesCollection.cs: fixes, check duplicate mapping names
21515         * DataGridTableStyle.cs: implements create default column styles
21516         * DataGridBoolColumn.cs: which types can handle
21517         * DataGrid.cs: missing methods, fixes, new functionality
21518         * DataGridColumnStyle.cs: fixes
21519
21520 2005-04-20  Alexander Olk  <xenomorph2@onlinehome.de>
21521         * FolderBrowserDialog.cs:
21522         - Use a thread to fill the TreeView
21523         - Adjusted some sizes
21524
21525 2005-04-19  Peter Bartok  <pbartok@novell.com>
21526
21527         * LinkLabel.cs: (Re-)create the pieces when setting the Text
21528           property. Fixes #74360.
21529
21530 2005-04-19  Jackson Harper  <jackson@ximian.com>
21531
21532         * XEventQueue.cs: Lock when getting the lockqueue size.
21533         * PictureBox.cs: Call base OnPaint
21534         
21535 2005-04-19  Peter Bartok  <pbartok@novell.com>
21536
21537         * XplatUIX11.cs: Fixed bug introduced with the HWND rewrite, Async
21538           messages were no longer being processed (this broke BeginInvoke)
21539
21540           
21541 2005-04-18  Jackson Harper  <jackson@ximian.com>
21542
21543         * TreeView.cs: buglet that caused node images to get drawn
21544         regardless of whether or not they were in the clipping rectangle.
21545
21546 2005-04-18  Jackson Harper  <jackson@ximian.com>
21547
21548         * CurrencyManager.cs: There are four rules for GetItemProperties:
21549         - If the type is an array use the element type of the array
21550         - If the type is a typed list, use the type
21551         - If the list contains an Item property that is not an object, use
21552         that property
21553         - use the first element of the list if there are any elements in
21554         the list.
21555         
21556 2005-04-17  Jackson Harper  <jackson@ximian.oom>
21557
21558         * TreeView.cs: Calculate plus minus and checkbox bounds when there is a
21559         click. This handles offsets for scrolling properly and reduces
21560         memory. Also fixed GetNode to not offset now that TopNode works
21561         properly.
21562         * TreeNode.cs: No longer need to track the plus minus or checkbox bounds.
21563         
21564 2005-04-17  Jackson Harper  <jackson@ximian.com>
21565
21566         * CursorConverter.cs: Initial implementation.
21567
21568 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
21569
21570         * ListControl.cs: work towards complex data binding support on ListControl
21571         * CurrencyManager.cs: work towards complex data binding support on ListControl
21572         * ListBox.cs: work towards complex data binding support on ListControl
21573
21574
21575 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
21576
21577         * GridTableStylesCollection.cs: fixes name and constructor
21578         * DataGridTableStyle.cs: fixes
21579         * DataGridBoolColumn.cs: fixes names and constructors
21580         * DataGrid.cs: define methods and properties. Some init implementations
21581         * DataGridCell.cs: define methods and properties. Some init implementations
21582         * GridTablesFactory.cs: Define methods and properties
21583
21584 2005-04-15  Geoff Norton  <gnorton@customerdna.com>
21585
21586         * XplatUIOSX.cs:  Handle proper mouse tracking even if the current
21587         graphics port changes.  We still want the coordinates in global screen
21588         coordinates.
21589
21590 2005-04-14  Jackson Harper  <jackson@ximian.com>
21591
21592         * TreeView.cs: Handle clicks when plus minus is disabled. Don't
21593         check plus minus or checkbox clicks unless those features are enabled.
21594
21595 2005-04-14  Jackson Harper  <jackson@ximian.com>
21596
21597         * TreeView.cs: Add methods for setting the top and bottom visible
21598         nodes. TreeNode::EnsureVisible uses these methods.
21599         * TreeNode.cs: Implement EnsureVisible
21600
21601 2005-04-13  Jordi Mas i Hernandez <jordi@ximian.com>
21602
21603         * Form.cs: Pospone menu assignation if the window has not been created yet
21604         * XplatUIWin32.cs: Fixes Win32SetWindowPos, then does not change window
21605         size and position
21606
21607 2005-04-12  Jackson Harper  <jackson@ximian.com>
21608
21609         * TreeView.cs: Set the TopNode properly when scrolling
21610         occurs. This has the added benifit of reducing the amount of
21611         walking that needs to be done when drawing. Also removed an old
21612         misleading TODO.
21613         * OpenTreeNodeEnumerator.cs: Fix moving backwards.
21614         
21615 2005-04-11  Jordi Mas i Hernandez <jordi@ximian.com>
21616
21617         * Timer.cs: fixes interval setting when the timer is already enabled
21618         
21619 2005-04-10  Alexander Olk  <xenomorph2@onlinehome.de>
21620
21621         * FolderBrowserDialog.cs: First approach
21622
21623 2005-04-09  Peter Bartok  <pbartok@novell.com>
21624
21625         * FolderBrowserDialog: Added
21626
21627 2005-04-07  Jordi Mas i Hernandez <jordi@ximian.com>
21628
21629         * LinkLabel.cs: move drawing code into the theme
21630         * ThemeWin32Classic.cs: drawing code and painting background bugfix
21631         * Theme.cs: define DrawLinkLabel method
21632
21633 2005-04-05  Jackson Harper  <jackson@ximian.com>
21634
21635         * BindingContext.cs: Use weak references so these bad actors don't
21636         stay alive longer then they need to.
21637
21638 2005-04-05  Jackson Harper  <jackson@ximian.com>
21639
21640         * ListControl.cs: Basic implementation of complex databinding.
21641         * ComboBox.cs:
21642         * ListBox.cs: Add calls to ListControl databinding methods.
21643
21644 2005-04-05  Alexander Olk  <xenomorph2@onlinehome.de>
21645
21646         * FileDialog.cs:
21647           - Don't change PopupButtonState to Normal when the
21648             PopupButton gets pressed several times.
21649           - Renamed ButtonPanel to PopupButtonPanel
21650
21651 2005-04-05  Jordi Mas i Hernandez <jordi@ximian.com>
21652
21653         * ColorDialog.cs: Use cached objects instead of creating them
21654         * LinkLabel.cs: Use cached objects instead of creating them
21655         * Splitter.cs: Use cached objects instead of creating them
21656         * FontDialog.cs: Use cached objects instead of creating them
21657         * PropertyGridView.cs: Use cached objects instead of creating them
21658         * MessageBox.cs: Use cached objects instead of creating them
21659         * FileDialog.cs: Use cached objects instead of creating them
21660         * ThemeWin32Classic.cs: Use cached objects instead of creating them
21661         * TreeView.cs: Use cached objects instead of creating them
21662         
21663 2005-04-04  Jordi Mas i Hernandez <jordi@ximian.com>
21664
21665         * Control.cs: use Equals to compare the font since no == op
21666         * ScrollBar.cs: use Equals to compare the font since no == op
21667
21668 2005-04-04  Alexander Olk  <xenomorph2@onlinehome.de>
21669
21670         * SaveFileDialog.cs: Open stream in OpenFile with FileMode Create
21671
21672 2005-04-01  Jackson Harper  <jackson@ximian.com>
21673
21674         * Binding.cs: Implement IsBinding.
21675         * BindingManagerBase.cs:
21676         * PropertyManager.cs:
21677         * CurrencyManager.cs: Add IsSuspended property.
21678
21679 2005-04-01  Jackson Harper  <jackson@ximian.com>
21680
21681         * Binding.cs: Had some IsAssignableFrom calls backwards.
21682
21683 2005-04-01  Jackson Harper  <jackson@ximian.com>
21684
21685         * Binding.cs: Handle null data members when pulling data.
21686         * PropertyManager.cs: Handle the data member being a property that
21687         does not exist.
21688
21689 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
21690
21691         * DataGridTextBoxColumn.cs: fixes signature
21692         * DataGrid.cs: calls right constructor
21693
21694 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
21695
21696         * DataGridTextBoxColumn.cs: implements DataGridTextBoxColumn class
21697         * GridColumnStylesCollection.cs: implements GridColumnStylesCollection
21698         * GridTableStylesCollection.cs: implements GridTableStylesCollection
21699         * DataGridTableStyle.cs: implements DataGridTableStyle
21700         * DataGridBoolColumn.cs: implements DataGridBoolColumn
21701         * DataGridTextBox.cs: implements DataGridTextBox
21702         * DataGridColumnStyle.cs: implements DataGridColumnStyle
21703
21704 2005-03-31  Alexander Olk  <xenomorph2@onlinehome.de>
21705
21706         * FileDialog.cs: Added simple PopupButton class for ButtonPanel
21707
21708 2005-03-29  Peter Bartok  <pbartok@novell.com>
21709
21710         * Application.cs:
21711           - Properly implemented CompanyName property
21712           - Fixed LocalUserAppDataPath and UserAppDataPath, now properly
21713             returns a path that includes CompanyName, ProductName and
21714             Version (fixes bug #70330)
21715
21716 2005-03-29  Stefan Buehler  <sbuehler@gmx.ch>
21717
21718         * TabPage.cs: Don't use Owner.DisplayRectangle unless owner is valid,
21719           fixes bug #72588.
21720
21721 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
21722
21723         * FileDialog.cs, SaveFileDialog.cs OpenFileDialog.cs:
21724         
21725           - Added ReadOnly CheckBox
21726           - Further refactoring: moved some code from Open-/SaveFileDialog
21727             to FileDialog
21728
21729 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
21730
21731         * OpenFileDialog.cs: Fixed CheckFileExists
21732         * FileDialog.cs:
21733           Moved FileView and DirComboBox outside FileDialog class.
21734           They can now be used outside FileDialog
21735
21736 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
21737
21738         * FileDialog.cs: Added a contextmenu to change ShowHiddenFiles
21739         * SaveDialog.cs, OpenFileDialog.cs: Fixes for Reset() method
21740
21741 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
21742
21743         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
21744           - Added missing CreatePrompt property in SaveDialog
21745           - Overall SaveDialog handling should be better now
21746           - Added non standard ShowHiddenFiles property
21747           - Added extension, CreatePrompt and OverwritePrompt support in SaveDialog
21748           - Added InitialDirectory and RestoreDirectory support
21749
21750 2005-03-26  Alexander Olk  <xenomorph2@onlinehome.de>
21751
21752         * FileDialog.cs: Made dirComboBox usable
21753
21754 2005-03-24  Alexander Olk  <xenomorph2@onlinehome.de>
21755
21756         * FileDialog.cs: Added Filter support (case sensitiv)
21757
21758 2005-03-24  Jackson Harper  <jackson@ximian.com>
21759
21760         * TabControl.cs: Need a couple more pixels for the lines.
21761
21762 2005-03-23  Jackson Harper  <jackson@ximian.com>
21763
21764         * TabControl.cs: Give the tab page focus when it is selected.
21765
21766 2005-03-23  Jackson Harper  <jackson@ximian.com>
21767
21768         * TabControl.cs: Account for the drawing of tabs borders when
21769         invalidating. If the slider was clicked dont do click detection on
21770         the tabs.
21771
21772 2005-03-23  Jackson Harper  <jackson@ximian.com>
21773
21774         * TabControl.cs: Fix typo, emilinates an unneeded expose event.
21775
21776 2005-03-22  Jonathan Chambers  <jonathan.chambers@ansys.com>
21777
21778         * CategoryGridEntry.cs: Added
21779         * GridItem.cs: Added helper properties
21780         * PropertyGridTextBox.cs: Custom textbox control for PropertyGrid.
21781         * GridEntry.cs: Updated code for collection
21782         * PropertyGrid.cs: Cleaned up some formatting
21783         * PropertyGridView.cs: Added drop down functionality for enums.
21784         * GridItemCollection.cs: Added enumerator logic
21785         * PropertyGridEntry.cs: Added
21786
21787 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
21788
21789         * FileDialog.cs:
21790           - Removed unnecessary commented code
21791           - Fixed handling for entering the filename manually in the combobox
21792
21793 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
21794
21795         * FileDialog.cs, OpenFileDialog.cs: OpenFileDialog Multiselect now works
21796
21797 2005-03-18  Peter Bartok  <pbartok@novell.com>
21798
21799         * ThemeWin32Classic.cs: Moved listview column headers a bit, to avoid
21800           them being touching the border
21801
21802 2005-03-18  Peter Bartok  <pbartok@novell.com>
21803
21804         * TextControl.cs: Quick hack to center text better
21805
21806 2005-03-18  Peter Bartok  <pbartok@novell.com>
21807
21808         * ControlPaint.cs:
21809           - Don't throw NotImplemented exceptions, just print a notice once
21810             instead (requested by Miguel). This makes running existing SWF
21811             apps a bit easier
21812         * Control.cs:
21813           - Commented out Drag'N'Drop XplatUI call (no driver support yet)
21814           - Added context menu trigger on right click
21815         * Panel.cs: Trigger invalidate on resize
21816         * StatusBar.cs:
21817           - Removed old double-buffer drawing
21818           - Added ResizeRedraw style to force proper update of statusbar
21819         * ListView.cs:
21820           - Removed debug output
21821         * ThemeWin32Classic.cs:
21822           - Fixed drawing of status bar, now draws Text property if there
21823             are no defined panels
21824
21825 2005-03-18  Jackson Harper  <jackson@ximian.com>
21826
21827         * ImageList.cs: When the image stream is set pull all the images
21828         from it.
21829         * ImageListStreamer.cs: Implement reading image list streams.
21830
21831 2005-03-18  Peter Bartok  <pbartok@novell.com>
21832
21833         * ThemeWin32Classic.cs (DrawPictureBox):
21834           - Fixed calculations for centered drawing
21835           - Fixed drawing for normal mode, not scaling the image on normal
21836
21837 2005-03-18  Peter Bartok  <pbartok@novell.com>
21838
21839         * ComboBox.cs: Now also firing the OnKeyPress events for the embedded
21840           textbox
21841         * FileDialog.cs:
21842           - Made Open/Save button the accept button for FileDialog
21843           - Tied the cancel button to the IButtonControl cancel button
21844           - Save/Open now properly builds the pathname
21845           - Now handles user-entered text
21846           - Preventing crash on right-click if no item is selected
21847           - Fixed Text property, now uses contents of textbox
21848           - Fixed SelectedText property, now just returns the text part that
21849             is selected in the text box
21850
21851 2005-03-18  Jackson Harper  <jackson@ximian.com>
21852
21853         * ThemeWin32Classic.cs: Use the proper func for drawing the focus
21854         rect, make sure to de-adjust the interior rect after drawing the
21855         tab text.
21856
21857 2005-03-18  Peter Bartok  <pbartok@novell.com>
21858
21859         * MenuAPI.cs: Remove menu *before* executing selected action to
21860           prevent the menu from 'hanging around'
21861           
21862 2005-03-17  Geoff Norton  <gnorton@customerdna.com>
21863
21864         * XplatUIOSX.cs: Implemented WorkingArea property
21865
21866 2005-03-17  Peter Bartok  <pbartok@novell.com>
21867
21868         * XplatUIX11.cs: Fixed menu coord calculations
21869         * MenuAPI.cs: Now using new ScreenToMenu()/MenuToScreen() methods
21870           for calculating offsets
21871
21872 2005-03-17  Peter Bartok  <pbartok@novell.com>
21873
21874         * Hwnd.cs: Do not consider menu presence for default client
21875           rectangle location/size
21876         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs,
21877           XplatUIWin32.cs: Added MenuToScreen() and ScreenToMenu() coord
21878           translation functions
21879         * FileDialog.cs: Fixed (what I presume is a) typo
21880
21881 2005-03-17  Jonathan Gilbert  <logic@deltaq.org>
21882
21883         * XplatUIX11.cs: Added call to XInitThreads() to allow multi-threaded
21884           X access (avoids X-Async errors)
21885
21886 2005-03-16  Jackson Harper  <jackson@ximian.com>
21887
21888         * TabControl.cs: Raise the SelectedIndexChanged event.
21889
21890 2005-03-16  Alexander Olk  <xenomorph2@onlinehome.de>
21891
21892         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
21893           - Removed vertical ToolBar and replaced it with a custom panel
21894             (desktop and home button already work)
21895           - Added Help button (some controls get resized or relocated then)
21896           - Draw correct text depending on Open or Save.
21897           - Fixed some typos...
21898
21899 2005-03-16  Jordi Mas i Hernandez <jordi@ximian.com>
21900
21901         * ScrollBar.cs:
21902           - Only change Maximum and Minimum when need it (bug fix)
21903
21904 2005-03-15  Peter Bartok  <pbartok@novell.com>
21905
21906         * Form.cs: Use Handle for icon, to trigger creation if
21907           the window does not yet exist
21908         * Control.cs:
21909           - CanSelect: Slight performance improvement
21910           - Focus(): Preventing possible recursion
21911           - Invalidate(): Removed ControlStyle based clear flag setting
21912           - WM_PAINT: fixed logic for calling OnPaintBackground
21913           - WM_ERASEBKGND: Fixed logic, added call to new driver method
21914             EraseWindowBackground if the control doesn't paint background
21915         * XplatUIWin32.cs:
21916           - Moved EraseWindowBackground() method to internal methods
21917           - Removed unused WM_ERASEBKGND handling in GetMessage; msg never comes;
21918             is sent via SendMessage on BeginPaint call on Win32
21919         * XplatUIX11.cs:
21920           - Added EraseWindowBackground() method
21921           - No longer sends WM_ERASEBKGND on .Expose, but on call to
21922             PaintEventStart, which more closely matches Win32 behaviour
21923           - Fixed Invalidate() call, now updates new ErasePending Hwnd property
21924           - Fixed SetFocus() to properly deal with client and whole windows
21925         * Hwnd.cs: Added ErasePending property
21926         * XplatUIOSX.cs: Stubbed EraseWindowBackground() method
21927         * XplatUI.cs, XplatUIDriver.cs: Added EraseWindowBackground() method
21928
21929 2005-03-12  Geoff Norton  <gnorton@customerdna.com>
21930
21931         * XplatUIOSX.cs:
21932           - Fix hard loop when timers exist.
21933           - Fix bugs with middle and right click for 3 button mice.
21934
21935 2005-03-11  Peter Bartok  <pbartok@novell.com>
21936
21937         * XplatUIX11.cs:
21938           - get_WorkingArea: Need to call X directly, GetWindowPos only
21939             returns cached data now
21940           - Added sanity check to GetWindowPos hwnd usage
21941
21942 2005-03-11  Jackson Harper  <jackson@ximian.com>
21943
21944         * BindingManagerBase.cs: This method isn't used anymore as
21945         PullData now updates the data in the control.
21946
21947 2005-03-11  Jordi Mas i Hernandez <jordi@ximian.com>
21948
21949         * Form.cs: fixes menu drawing on X11
21950         * MenuAPI.cs:  fixes menu drawing on X11
21951
21952 2005-03-11  Peter Bartok  <pbartok@novell.com>
21953
21954         * Control.cs: Changed OnCreateControl behaviour based on a suggestion
21955           from Jonathan Gilbert; should fix bug #73606
21956         * XplatUIX11.cs: Fixed NC Mouse message coordinates, they need to be
21957           in Screen coordinates. Thanks, Jordi.
21958         * Form.cs: Added missing attribute
21959
21960 2005-03-11  Peter Bartok  <pbartok@novell.com>
21961
21962         * Form.cs:
21963           - Rudimentary Mdi support
21964           - Removed outdated FormParent code
21965           - Implemented lots of missing properties and methods, still missing
21966             transparency support
21967           - Added missing attributes
21968           - Implemented support for MaximumBounds
21969           - Added firing of various events
21970         * XplatUI.cs: Added SetIcon() method
21971         * XplatUIDriver.cs: Added SetIcon() abstract
21972         * XplatUIOSX.cs: Stubbed out SetIcon() method
21973         * XplatUIX11.cs:
21974           - Implemented SetIcon() support
21975           - Moved SetMenu() and SetBorderStyle() to proper alphabetical pos
21976           - Switched to unix line endings
21977         * XplatUIWin32.cs:
21978           - Made POINT internal so for can access it as part of MINMAX
21979           - Implemented SetIcon() support
21980           - Implemented support for CLIENTCREATESTRUCT (but might have to drop
21981             native Mdi support again, might have to go managed)
21982         * Control.cs: Now fires the StyleChanged event
21983         * MdiClient.cs: Added; still mostly empty
21984
21985 2005-03-10  Peter Bartok  <pbartok@novell.com>
21986
21987         * SaveFileDialog.cs: Added emtpy file
21988
21989 2005-03-08  Peter Bartok  <pbartok@novell.com>
21990
21991         * Control.cs: Fixed bug #73190; now invokes CreateControl (which
21992           in turn triggers OnCreateContro) when creating a handle for the
21993           first time.
21994         * TextControl.cs: Fixed endless loop in certain cases when
21995           replacing the current selection
21996
21997 2005-03-08  Jordi Mas i Hernandez <jordi@ximian.com>
21998
21999         * ScrollBar.cs:
22000           - Honors NewValue changes in Scroll events allowing apps to change it
22001           - Adds First and Last Scroll events
22002           - Fixes Thumb events
22003
22004 2005-03-07  Peter Bartok  <pbartok@novell.com>
22005
22006         * Hwnd.cs: Added DefaultClientRectangle property
22007         * XplatUI.cs: Now using the X11 driver Where() method, which provides
22008           more detailed debug information
22009         * XplatUIX11.cs:
22010           - Fixed size-change feedback loop, where we would pull an old size
22011             off the queue and mistakenly change our window's size to an
22012             earlier value
22013           - Now compressing ConfigureNotify events, to reduce looping and
22014             redraw issues
22015         * TextBoxBase.cs: Preventing crash when no text is set and ToString()
22016           is called
22017
22018 2005-03-07  Jackson Harper  <jackson@ximian.com>
22019
22020         * Binding.cs: Push data pushes from data -> property. Check if the
22021         property is readonly when attempting to set it.
22022
22023 2005-03-07  Jackson Harper  <jackson@ximian.com>
22024
22025         * Binding.cs: Format and parse data correctly. Use ASsignableFrom
22026         instead of IsSubclassOf. Pulling data now sets the value on the
22027         control.
22028         * PropertyManager.cs:
22029         * CurrencyManager.cs: Just need to pull data when updating now,
22030         because PullData will set the value on the control.
22031
22032 2005-03-04  Jackson Harper  <jackson@ximian.com>
22033
22034         * Binding.cs: Implement data type parsing and converting on pulled
22035         data. TODO: Are there more ways the data can be converted?
22036
22037 2005-03-04  Jackson Harper  <jackson@ximian.com>
22038
22039         * Binding.cs: Support <Property>IsNull checks. Also bind to the
22040         controls Validating method so we can repull the data when the
22041         control loses focus.
22042
22043 2005-03-03  Jordi Mas i Hernandez <jordi@ximian.com>
22044
22045         * ColumnHeader.cs:
22046           - Fixes null string format
22047           
22048         * ListView.cs:
22049           - Adds enum type checks
22050           - Fixes redrawing and recalc need after changing some properties
22051           - Fixes on focus_item set after the event
22052           - Fixes adding columns after the control has been created
22053           
22054         * ThemeWin32Classic.cs:
22055           - Fixes CheckBox focus rectangle
22056           - Fixes ColumnHeader drawing
22057
22058
22059 2005-03-03  Jackson Harper  <jackson@ximian.com>
22060
22061         * Binding.cs: Bind to <Property>Changed events so we can detect
22062         when properties are changed and update the data.
22063
22064 2005-03-02  Jordi Mas i Hernandez <jordi@ximian.com>
22065
22066         * ImageList.cs:
22067           - Changes 32-bit pixel format to Format32bppArgb to allow transparency
22068           - Fixes ImageList constructor with ImageList container
22069           - Fixes image scaling (wrong parameters at DrawImage)
22070
22071 2005-02-02  Jackson Harper  <jackson@ximian.com>
22072
22073         * Binding.cs: Make property searches case-insensitive. Eliminate
22074         some duplicated code.
22075
22076 2005-03-01  Jordi Mas i Hernandez <jordi@ximian.com>
22077
22078         * ComboBox.cs:
22079                 - Handle focus event
22080                 - Fix scrollbar events
22081                 - Discard highlighted item if remove it
22082                 - Fixes SelectedItem with strings
22083
22084 2005-03-01  Peter Bartok  <pbartok@novell.com>
22085
22086         * Control.cs:
22087           - Fixed Visible property, now follows (once again) parent chain
22088             to return false if any control in the chain is visible=false
22089           - Fixed OnParentVisibleChanged, now just calls OnVisibleChanged event
22090           - Fixed several places where is_visible instead of Visible was used
22091           - Implemented FIXME related to focus selection when setting focused
22092             control to be invisible
22093
22094         * XplatUIWin32.cs: Now using proper method to find out if window is
22095           visible. Thanks to Jordi for pointing it out
22096
22097 2005-02-28  Jordi Mas i Hernandez <jordi@ximian.com>
22098
22099         * ComboBox.cs: show/hide scrollbar instead of creating it
22100
22101 2005-02-27  Jackson Harper  <jackson@ximian.com>
22102
22103         * CurrencyManager.cs: Add PositionChanged stuff.
22104
22105 2005-02-27  Peter Bartok  <pbartok@novell.com>
22106
22107         * XplatUI.cs, XplatUIDriver.cs: Added new GetMenuOrigin() method
22108         * XplatUIOSX.cs: Added GetMenuOrigin() stub
22109         * XplatUIWin32.cs: Implemented GetMenuOrigin()
22110         * XplatUIX11.cs:
22111           - Implemented GetMenuDC()
22112           - Implemented GetMenuOrigin()
22113           - Implemented ReleaseMenuDC()
22114           - Implemented generation of WM_NCPAINT message
22115           - Implemented generation and handling of WM_NCCALCSIZE message
22116         * Form.cs: Added debug helper message for Jordi's menu work
22117         * Hwnd.cs:
22118           - Modified ClientRect property; added setter, fixed getter to handle
22119             setting of ClientRect
22120           - Added MenuOrigin property
22121
22122 2005-02-26  Peter Bartok  <pbartok@novell.com>
22123
22124         * XplatUIX11.cs:
22125           - Destroys the caret if a window that's being destroyed contains it
22126           - Ignores expose events coming from the X11 queue for windows that
22127             already are destroyed
22128           - Now uses the proper variable for handling DestroyNotify, before we
22129             marked the wrong window as destroyed
22130           - Improved/added some debug output
22131
22132 2005-02-26  Peter Bartok  <pbartok@novell.com>
22133
22134         * X11Keyboard.cs: Fixes to work on 64bit systems
22135
22136 2005-02-26  Peter Bartok  <pbartok@novell.com>
22137
22138         * Control.cs:
22139           - Now calling OnHandleDestroyed from DestroyHandle()
22140             instead of Dispose()
22141           - Removed bogus call to controls.Remove() from DestroyHandle()
22142
22143 2005-02-26  Peter Bartok  <pbartok@novell.com>
22144
22145         * Control.cs: Properly destroy child windows when our handle is
22146           destroyed
22147
22148 2005-02-25  Peter Bartok  <pbartok@novell.com>
22149
22150         * XplatUI.cs:
22151           - Added 'DriverDebug' define to allow tracing XplatUI API calls
22152           - Alphabetized Static Methods and Subclasses
22153
22154         * XplatUIX11.cs:
22155           - Added XException class to allow custom handling of X11 exceptions
22156           - Created custom X11 error handler, tied into XException class
22157           - Added support for MONO_XEXCEPTIONS env var to allow the user
22158             to either throw an exception on X errors or continue running
22159             after displaying the error
22160           - Added handling of DestroyNotify message
22161           - Added handler for CreateNotify message (still disabled)
22162           - Improved (tried to at least) Where method to provide file and lineno
22163         * X11Structs.cs:
22164           - Added XErrorHandler delegate
22165           - Added XRequest enumeration (to suppor translation of errors)
22166
22167 2005-02-25  Jackson Harper  <jackson@ximian.com>
22168
22169         * PropertyManager.cs: Implement editing features
22170         * CurrencyManager.cs:
22171         * Binding.cs: First attempt at UpdateIsBinding
22172         * BindingManagerBase.cs: Call UpdateIsBinding before
22173         pushing/pulling data.
22174
22175 2005-02-25  Jordi Mas i Hernandez <jordi@ximian.com>
22176
22177         * MenuAPI.cs: Respect disabled items
22178         * ThemeWin32Classic.cs
22179                 - Caches ImageAttributes creation for DrawImageDisabled
22180                 - Fixes vertical menu line drawing
22181                 - Draws disabled arrows in disable menu items
22182
22183 2005-02-24  Peter Bartok  <pbartok@novell.com>
22184
22185         * Hwnd.cs:
22186           - Added UserData property to allow associating arbitrary objects
22187             with the handle
22188           - Fixed leak; now removing Hwnd references from static windows array
22189         * XplatUIWin32.cs:
22190           - Fixed Graphics leak in PaintEventEnd
22191           - Removed usage of HandleData, switched over to Hwnd class
22192         * HandleData.cs: Removed, obsoleted by Hwnd.cs
22193
22194 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
22195
22196         * ThemeWin32Classic.cs: Adds Cliping to TrackBar drawing
22197         * ScrollBar.cs: Fixes bug
22198         * TrackBar.cs: removes death code, clipping, mimize refreshes,
22199          keyboard navigation enhancements
22200
22201 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
22202
22203         * Control.cs: Call DefWndProc at WM_PAINT only if UserPaint not defined
22204         * GroupBox.cs: Add control styles
22205         * Label.cs: Add control styles
22206         * UpDownBase.cs: Add control styles
22207         * ListBox.cs: Add control styles
22208         * XplatUIWin32.cs: Fixes wrong parameter order
22209
22210
22211 2005-02-23  Chris Bacon  <chris.bacon@docobo.co.uk>
22212
22213         * ListView.cs: Assign owner for ColumnHeader. Patch by Chris Bacon
22214
22215 2005-02-23  Jackson Harper  <jackson@ximian.com>
22216
22217         * PropertyManager.cs: Implement property binding. This doesn't
22218         seem to work yet though as (I think) there are some bugs in
22219         System.ComponentModel.PropertyDescriptor.
22220         * BindingContext.cs: Use new PropertyManager constructor.
22221
22222 2005-02-23  Jordi Mas i Hernandez <jordi@ximian.com>
22223
22224         * ProgressBar.cs: use clip region in ProgressBar
22225         * ThemeWin32Classic.cs: use clip region in ProgressBar
22226
22227 2004-02-22  Jackson Harper  <jackson@ximian.com>
22228
22229         * BindingsCollection.cs: Remove some debug code.
22230
22231 2005-02-22  Jackson Harper  <jackson@ximian.com>
22232
22233         * BindingContext.cs:
22234         * ControlBindingsCollection.cs:
22235         * CurrencyManager.cs:
22236         * Binding.cs:
22237         * BindingManagerBase.cs: Initial implementation
22238         * BindingsCollection.cs: Add an internal contains method that the
22239         BindingManagerBase uses to ensure bindings aren't added twice to
22240         the collection.
22241         * PropertyManager.cs: Stubbed out.
22242         * Control.cs:
22243         * ContainerControl.cs: Hook up databinding
22244         
22245 2005-02-22  Geoff Norton  <gnorton@customerdna.com>
22246
22247         * XplatUIOSX.cs:
22248           OSXStructs.cs: Refactored to handle the new Hwnd NC logic area.
22249           Fixed Invalidate/Update chain.
22250           Fixed tons of other minor bugs (this is almost a complete rewrite).
22251
22252 2005-02-22  Jordi Mas i Hernandez <jordi@ximian.com>
22253
22254         * ComboBox.cs: do subcontrol creation when the control is created
22255
22256 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
22257
22258         * Label.cs: fixes image drawing (image and imagelist)
22259         * ThemeWin32Classic.cs: cache brushes
22260         
22261 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
22262
22263         * Form.cs: Move menu drawing code to Theme class
22264         * ComboBox.cs: Move ComboBox drawing code to Theme class
22265         * MenuItem.cs: Move menu drawing code to Theme class
22266         * MenuAPI.cs: Move menu drawing code to Theme class
22267         * ThemeWin32Classic.cs: New methods
22268         * CheckedListBox.cs: Move CheckedListbox drawing code to Theme class
22269         * ListBox.cs: Move Listbox drawing code to Theme class
22270         * Theme.cs: New methods
22271
22272 2005-02-20  Peter Bartok  <pbartok@novell.com>
22273
22274         * Control.cs:
22275           - Fixed ProcessKeyEventArgs to also handle WM_SYSKEY messages (and
22276             only process mnemonics on those)
22277           - Fixed event sequence for key handling; first calling
22278             ProcessKeyEventArgs now
22279         * TextBoxBase.cs:
22280           - Removed WM_KEYDOWN hook, instead we now use ProcessDialogKey()
22281             for processing non-character keys
22282           - Fixed WM_CHAR to generate proper event sequence before processing
22283         * XplatUIWin32.cs: Added ALT key state to ModifierKeys property
22284           generation
22285
22286 2005-02-19  Peter Bartok  <pbartok@novell.com>
22287
22288         * UserControl.cs: Added TextChanged event; added attributes
22289         * SizeGrip.cs: Implemented resizing and optional display of grip
22290         * Form.cs: Fixed attribute
22291         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs:
22292           Changed meaning of ScrollWindow bool argument; instead of the
22293           clear attribute (which will be true usually anyway), it gives the
22294           option of moving child controls as well.
22295         * XplatUIX11.cs:
22296           - Changed to match new ScrollWindow argument
22297           - Fixed GetWindowPos/SetWindowPos behaviour for toplevel controls,
22298             now handles the implicit parent window a WM puts around us
22299         * ScrollableControl.cs: Implemented (not the prettiest, but it seems
22300           to work)
22301         * TextBoxBase.cs: Adjusted to new ScrollWindow arguments
22302         * TreeView.cs: Adjusted to new ScrollWindow arguments
22303
22304 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
22305
22306         * Form.cs: Menu integration with non-client area
22307         * MenuItem.cs: Menu integration with non-client area
22308         * MenuAPI.cs: Menu integration with non-client area
22309
22310 2005-02-18  Peter Bartok  <pbartok@novell.com>
22311
22312         * MethodInvoker.cs: Added
22313         * MdiLayout.cs: Added
22314         * SendKeys.cs: Started implementation
22315         * ErrorIconAlignment.cs: Added
22316
22317 2005-02-18  Peter Bartok  <pbartok@novell.com>
22318
22319         * XplatUIWin32.cs: Implemented SetMenu(); fixed GetMenuDC()
22320         * Form.cs: Added handling for Menu-related Non-client messages
22321
22322 2005-02-17  Peter Bartok  <pbartok@novell.com>
22323
22324         * UpDownBase.cs: Fixed typo, compilation errors
22325         * DomainUpDown.cs: Fixed attribute value
22326
22327 2005-02-16  Miguel de Icaza  <miguel@novell.com>
22328
22329         * UpDownBase.cs: Attach entry events.
22330         Propagate events.
22331         Add ForeColor property, Focused, InterceptArrowKeys (interception
22332         does not work yet).
22333
22334 2005-02-17  Jordi Mas i Hernandez <jordi@ximian.com>
22335
22336         * Form.cs:
22337                 - Redraw non client are on Setmenu
22338                 - Calc proper menu starting point
22339
22340 2005-02-17  Peter Bartok  <pbartok@novell.com>
22341
22342         * Application.cs: Fixed message_filter check
22343
22344 2005-02-17  Peter Bartok  <pbartok@novell.com>
22345
22346         * Application.cs: Now calls registered message filters
22347         * DockStyle.cs: Fixed attribute
22348         * Form.cs: Fixed attribute
22349         * Menu.cs: Fixed attribute
22350         * ToolTip.cs: Fixed attribute
22351         * TreeNode.cs: Added missing attributes and arranged in regions
22352         * PropertyGrid.cs: Fixed signatures
22353         * TreeNodeCollection.cs: Added attributes
22354         * Splitter.cs: Added missing attributes; arranged into regions
22355         * TabPage.cs: Added missing attributes; arranged into regions
22356         * TextBoxBase.cs: Added missing attributes
22357         * TextBox.cs: Added missing attributes
22358         * ArrangeDirection.cs: Added missing attributes
22359         * TreeNodeConverter.cs: Added stub (needed for TreeNode)
22360         * ToolBarButton.cs: Fixed attributes
22361         * AnchorStyles.cs: Fixed attribute
22362         * TrackBar.cs: Fixed attributes
22363         * TabControl.cs: Added missing attributes and arranged into regions
22364         * ToolBar.cs: Fixed attribute
22365         * StatusBar.cs: Fixed signature, organized into regions and added
22366           attributes
22367         * StatusBarPanel.cs: Fixed attributes
22368         * ContentsResizedEventArgs.cs: Implemented
22369         * ContentsResizedEventHandler.cs: Implemented
22370         * DateBoldEventArgs.cs: Implemented
22371         * DateBoldEventHandler.cs: Implemented
22372         * UpDownEventArgs.cs: Implemented
22373         * UpDownEventHandler.cs: Implemented
22374         
22375 2005-02-16  Jordi Mas i Hernandez <jordi@ximian.com>
22376
22377         * Form.cs: first Menu NC refactoring
22378         * MenuAPI.cs: first Menu NC refactoring
22379         
22380 2005-02-16  Peter Bartok  <pbartok@novell.com>
22381
22382         * ImeMode.cs: Added missing attributes
22383         * Menu.cs: Fixed attribute
22384         * GroupBox.cs: Fixed attribute
22385         * Label.cs: Fixed attribute
22386         * ColorDialog.cs (RunDialog): Removed TODO attribute
22387         * ComboBox.cs: Fixed attributes
22388         * ListControl.cs: Added missing attributes
22389         * PropertyGrid.cs: Fixed attributes
22390         * Control.cs: Fixed attributes
22391         * ListViewItem.cs: Added TypeConverter attribute
22392         * NotifyIcon.cs: Fixed attributes
22393         * ListView.cs: Fixed attributes
22394         * ButtonBase.cs: Fixed attribute
22395         * ImageList.cs: Added missing attributes
22396         * ContainerControl.cs: Fixed signature
22397         * CheckedListBox.cs: Fixed attribute; added missing attributes
22398         * Panel.cs: Fixed attributes
22399         * PropertyTabChangedEventArgs.cs: Added missing attribute
22400         * PropertyValueChangedEventArgs.cs: Added missing attribute
22401         * Binding.cs: Fixed attribute
22402         * ListViewItemConverter: Implemented ListViewSubItemConverter class
22403         * ListBox.cs: Fixed attribute; added missing attributes;
22404         * ScrollableControl.cs: Added missing attributes
22405         * PictureBox.cs: Added missing attributes; implemented missing property
22406         * DateTimePicker.cs: Added missing attributes
22407         * Theme.cs (ToolWindowCaptionHeight): Fixed type
22408         * MonthCalendar.cs: Fixed attributes
22409         * StatusBarPanel.cs: Added missing attributes
22410         * SystemInformation.cs (ToolWindowCaptionHeight): Fixed type
22411
22412 2005-02-16  Peter Bartok  <pbartok@novell.com>
22413
22414         * TextBoxBase.cs: The previous method to enforce height yet remember
22415           the requested high was less than ideal, this is an attempt to do
22416           it better.
22417         * Control.cs: Added comment about possible problem
22418         * Copyright: Updated format
22419         * GridItemType.cs: Fixed swapped values
22420
22421 2005-02-15  Jackson Harper  <jackson@ximian.com>
22422
22423         * BaseCollection.cs: Use property so we never access an
22424         uninitialized list. Also initialize the list in the property.
22425
22426 2005-02-15  Peter Bartok  <pbartok@novell.com>
22427
22428         * GroupBox.cs (ProcessMnemonic): Implemented
22429         * Label.cs (ProcessMnemonic): Implemented
22430         * ThemeWin32Classic.cs (DrawGroupBox): Added stringformat to show
22431           hotkeys
22432
22433 2005-02-15  Peter Bartok  <pbartok@novell.com>
22434
22435         * RadioButton.cs (ProcessMnemonic): Implemented
22436         * CheckBox.cs (ProcessMnemonic): Implemented
22437         * Control.cs:
22438           - Added handling of WM_SYSxxx keyboard messages to support mnemonic
22439             handling
22440           - Added internal method to allow calling ProcessMnemonic from other
22441             controls
22442         * ContainerControl.cs:
22443           - Started support for handling validation chain handling
22444           - Implemented ProcessMnemonic support
22445           - Added Select() call to Active, to make sure the active control
22446             receives focus
22447         * Form.cs: Setting toplevel flag for Forms (this was lost in the
22448           FormParent rewrite)
22449         * ThemeWin32Classic.cs:
22450           - DrawCheckBox(): Fixed stringformat to show hotkeys
22451           - DrawRadioButton(): Fixed stringformat to show hotkeys
22452         * CommonDialog.cs: Removed WndProc override, not needed
22453
22454 2005-02-14  Peter Bartok  <pbartok@novell.com>
22455
22456         * XplatUIX11.cs: Fixed NotImplemented exceptions for properties,
22457           missed those in the rewrite
22458
22459 2005-02-14  Miguel de Icaza  <miguel@novell.com>
22460
22461         * NumericUpDown.cs (Increment, ToString): Add.
22462         (DecimalPlaces): implement.
22463         
22464         Add attributes.
22465         
22466         * UpDownBase.cs: Add the designer attributes.
22467
22468 2005-02-13  Peter Bartok  <pbartok@novell.com>
22469
22470         * Panel.cs: Removed border_style, now in Control
22471         * XplatUIDriver.cs: Added SetBorderStyle, SetMenu, GetMenuDC and
22472           ReleaseMenuDC Methods; renmaed ReleaseWindow to UngrabWindow
22473
22474 2005-02-13  Peter Bartok  <pbartok@novell.com>
22475
22476         * MouseButtons.cs: Added missing attributes
22477         * XplatUIStructs.cs: Added enumeration for title styles
22478         * LeftRightAlignment.cs: Added missing attributes
22479         * Hwnd.cs: Switched to use client_window as handle (slower, but makes
22480           it compatible with Graphics.FromHwnd()
22481         * SelectedGridItemChangedEventArgs.cs: Fixed property type
22482         * Keys.cs: Added missing attributes
22483         * SelectionRange.cs: Added missing attributes
22484         * SelectionRangeConverter.cs: Added
22485         * XplatUI.cs:
22486           - Introduced SetBorderStyle, SetMenu, GetMenuDC and
22487             ReleaseMenuDC methods
22488           - Renamed ReleaseWindow to UngrabWindow
22489           - Added proper startup notice to allow version identification
22490         * Form.cs:
22491           - Added missing attributes
22492           - Removed FormParent concept
22493         * Label.cs: Removed border_style field, now in Control
22494         * RadioButton.cs: Now properly selects RadioButton when focus is
22495           received
22496         * ThemeGtk.cs: Fixed SetDisplay call to match new X11 behaviour
22497         * Control.cs:
22498           - Added missing attributes
22499           - Added borderstyle handling
22500           - Removed FormParent concept support
22501           - Fixed calls to XplatUI to match changed APIs
22502           - Fixed bug that would case us to use disposed Graphics objects
22503           - Removed unneeded internal methods
22504           - PerformLayout(): Fixed to handle DockStyle.Fill properly
22505           - SelectNextControl(): Fixed to properly check common parents
22506         * TextBoxBase.cs: Removed border_style field (now in Control)
22507         * MessageBox.cs:
22508           - Patch by Robert Thompson (rmt@corporatism.org): Added icon support,
22509             fixed calculations for form size
22510           - Added support for localized strings and icons
22511           - Improved form size calculations, added border
22512         * ListView.cs: Removed border_style field (now in Control)
22513         * X11Structs.cs: Moved several structs from X11 driver here
22514         * X11Keyboard.cs: Changed debug message
22515         * Application.cs: Removed FormParent concept support
22516         * CommonDialog.cs:
22517           - Resetting end_modal flag
22518           - Removed FormParent concept support
22519         * NativeWindow.cs: Removed FormParent concept support
22520         * XplatUIX11.cs: Rewritten, now using the new Hwnd class, implementing
22521           Client area and Non-Client whole window to allow support for WM_NC
22522           messages
22523         * XplatUIOSX.cs: Updated to match latest driver spec; added exception
22524           prevent using it until it supports Hwnd as per Geoff Norton's request
22525         * ToolBar.cs: Fixed drawing, was not doing proper drawing
22526         * PictureBox.cs: Removed border_style field, now in Control
22527         * XplatUIWin32.cs: Added new driver methods
22528
22529 2005-02-12  Peter Bartok  <pbartok@novell.com>
22530
22531         * OpacityConverter.cs: Implemented
22532         * Hwnd.cs: Internal class to support drivers that need to emulate
22533           client area/non-client area window behaviour
22534
22535 2005-02-11  Peter Bartok  <pbartok@novell.com>
22536
22537         * KeysConverter.cs: Implemented
22538
22539 2005-02-11  Jordi Mas i Hernandez <jordi@ximian.com>
22540
22541         * Menu.cs: fixes methods GetContextMenu, GetMainMenu, ToString
22542         * LinkLabel: Added missing attributes
22543         * MainMenu.cs: fixes ToString
22544         * MenuItem.cs: fixes methods GetContextMenu, GetMainMenu
22545         * ListBox.cs: fixes event position
22546         * TrackBar.cs: adds missing attributes and events
22547         
22548 2005-02-10  Jordi Mas i Hernandez <jordi@ximian.com>
22549
22550         * MenuItem.cs: Use SystemInformation and bug fixes
22551         * MenuAPI.cs: Use SystemInformation and bug fixes
22552
22553 2005-02-09  Jackson Harper  <jackson@ximian.com>
22554
22555         * X11Keyboard.cs: We ignore some keys, but still need to set/reset
22556         their keystate otherwise things like VK_MENU get stuck "on".
22557
22558 2005-02-09  Kazuki Oikawa <kazuki@panicode.com>
22559
22560         * ListBox.cs: Fixes AddRange bug
22561         
22562 2005-02-09  Jordi Mas i Hernandez <jordi@ximian.com>
22563
22564         * ProgressBar.cs
22565                 - Add missing attributes
22566                 - Add missing method
22567                 
22568         * CheckedListBox.cs: Added missing attributes
22569                 - Add missing attributes
22570                 - Remove extra method
22571         
22572         * ComboBox.cs: Added missing attributes
22573         * VScrollBar.cs: Added missing attributes
22574         * ScrollBar.cs:  Added missing attributes
22575         * ListBox.cs: Fixes signature, add missing consts
22576         * LinkArea.cs:   Added missing attributes
22577         
22578
22579 2005-02-08  Peter Bartok  <pbartok@novell.com>
22580
22581         * Menu.cs: Added missing attributes
22582         * MainMenu.cs: Added missing attributes
22583         * GroupBox.cs: Added missing attributes
22584         * Label.cs: Added missing attributes
22585         * CheckBox.cs: Implemented CheckBoxAccessibleObject class
22586         * ColorDialog.cs:
22587           - Added Instance and Options properties
22588           - Added missing attributes
22589         * Cursor.cs: Made Serializable
22590         * NotifyIcon: Added missing attributes
22591         * MenuItem.cs: Added missing attributes
22592         * TextBoxBase.cs: Implemented AppendText() and Select() methods
22593         * Panel.cs: Added Missing attributes
22594         * MonthCalendar.cs: Fixed CreateParams
22595
22596 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
22597         
22598         * LinkLabel.cs:
22599                 - Fixes signature
22600                 - Fixes issues with links
22601                 - Adds the class attributes
22602
22603 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
22604         
22605         * ComboBox.cs:
22606                 - Fixes button when no items available in dropdown
22607                 - Fixes repainting problems
22608                 - Adds the class attributes
22609                 
22610 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
22611
22612         * XplatUIOSX.cs: Detect the menu bar and title bar height from
22613         the current theme.  Cache these on startup.
22614
22615 2005-02-07  Jackson Harper  <jackson@ximian.com>
22616
22617         * ScrollBar.cs: Give the correct clipping rect to the theme. Dirty
22618         the scrollbar buttons when they are depressed.
22619
22620 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
22621
22622         * XplatUIOSX.cs: Really fix working at resolutions not 1024x768.
22623         Get the display size from the main displayid.  We currently dont
22624         support multiple display configurations.
22625
22626 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
22627
22628         * XplatUIOSX.cs: Ensure the window doesn't get stuck behind the statusbar.
22629
22630 2005-02-07  Miguel de Icaza  <miguel@novell.com>
22631
22632         * UpDownBase.cs: Add ReadOnly and UpDownAlign properties.
22633
22634 2005-02-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
22635
22636         * PropertyGrid.cs: Updated. Patch by Jonathan Chambers
22637
22638 2005-02-04  Jackson Harper  <jackson@ximian.com>
22639
22640         * ThemeWin32Classic.cs: Respect the clipping rect when
22641         drawing. Only fill the intersection of clips and rects so there
22642         isn't a lot of large fills.
22643         * ScrollBar.cs: Pass the correct clipping rect to the theme
22644         engine. Remove some debug code.
22645
22646 2005-02-05  John BouAntoun  <jba-mono@optusnet.com.au>
22647         
22648         * DateTimePicker.cs:
22649                 - Fixed crash on DateTime.Parse, use Constructor instead
22650
22651 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
22652         
22653         * MenuItem.cs:
22654         * MenuAPI.cs:
22655                 - Owner draw support (MeasureItem and DrawItem)
22656
22657 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
22658         
22659         *  Menu.cs:
22660                 - Implements FindMergePosition and MergeMenu functions (very poor documented)
22661                 - Fixes MenuItems.Add range
22662         * MenuItem.cs:
22663                 - MergeMenu and Clone and CloneMenu functions
22664
22665 2005-02-03  Jackson Harper  <jackson@ximian.com>
22666
22667         * ScrollBar.cs: Make abstract
22668         * ScrollableControl.cs: Create H/V scrollbars now that scrollbar
22669         is abstract.
22670
22671 2005-02-03  Jackson Harper  <jackson@ximian.com>
22672
22673         * ScrollBar.cs: First part of my scrollbar fixups. This removes
22674         all the unneeded refreshes and uses invalidates with properly
22675         computed rects.
22676
22677 2005-02-03  Peter Bartok  <pbartok@novell.com>
22678
22679         * ComponentModel.cs: Added
22680         * IDataGridEditingService.cs: Added
22681         * Timer.cs: Added missing attributes
22682         * ToolTip.cs: Added missing attributes
22683
22684 2005-02-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
22685
22686         * PropertyGridView.cs: Added. Patch by Jonathan Chambers
22687
22688 2005-02-03  Peter Bartok  <pbartok@novell.com>
22689
22690         * ListBox.cs: Added missing attributes
22691
22692 2005-02-03  Jordi Mas i Hernandez <jordi@ximian.com>
22693         
22694         * ListBox.cs:
22695                 - Fixes font height after font change
22696                 - Avoid generating unnecesary OnSelectedIndexChanged on clearing
22697                 
22698 2005-02-02  Peter Bartok  <pbartok@novell.com>
22699
22700         * HandleData.cs: Introduced static methods to allow class
22701           to be more self-contained and track it's own HandleData objects
22702         * XplatUIOSX.cs, XplatUIWin32.cs, XplatUIX11.cs: Fixed usage of
22703           HandleData to use new static methods
22704
22705 2005-02-02  Jordi Mas i Hernandez <jordi@ximian.com>
22706
22707         * Combobox.cs:
22708                 - Fixes default size and PreferredHeight
22709                 - Missing events
22710                 - ObjectCollection.Insert implementation
22711                 
22712         * ListControl.cs
22713                 - Fixes signature
22714         * ListBox.cs:
22715                 - Several fixes
22716                 - ObjectCollection.Insert implementation
22717                 - No selection after clean
22718                 - Small fixes
22719
22720 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
22721
22722         * ThemeWin32Classic.cs: quick fix to comboboxbutton pushed painting
22723
22724 2005-02-01  Jordi Mas i Hernandez <jordi@ximian.com>
22725
22726         * Combobox.cs:
22727                 - Caches ItemHeight calculation for OwnerDrawVariable
22728                 - Handles dropdown properly
22729                 - Fixes several minor bugs
22730
22731 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
22732
22733         * ListBox.cs:
22734                 - Fixes 71946 and 71950
22735                 - Fixes changing Multicolumn on the fly
22736                 - Fixes keyboard navigation on Multicolumn listboxes
22737
22738 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
22739         
22740         * XplatUIOSX.cs: Call ExitToShell in our teardown to avoid a
22741         crash reporter log.
22742
22743 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
22744
22745         * XplatUIOSX.cs: Allow applications to actually exit.
22746
22747 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
22748
22749         * XplatUIOSX.cs: SetWindowStyle implemented.  Reposition views in
22750         their parent at creation time rather than lazily later.  Fixes a major
22751         regression we were experiencing.
22752
22753 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
22754
22755         * ThemeWin32Classic.cs: more date time picker painting fixes
22756         * DateTimePicker.cs: more monthcalendar drop down fixes
22757         * MonthCalendar.cs: more CreateParams fixes to ensure correct drop down
22758
22759 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
22760
22761         * ScrollBar.cs:
22762                 - When moving the thumb going outside the control should stop the moving
22763                 - Adds the firing of missing events
22764                 - Fixes no button show if Size is not specified
22765                 - End / Home keys for keyboard navigation
22766
22767 2005-01-30  Peter Bartok  <pbartok@novell.com>
22768
22769         * NotifyIcon.cs (CalculateIconRect): Removed debug output and added
22770           sanity check to prevent theoretical loop
22771         * XplatUIWin32.cs (SetVisible): Removed debug output
22772         * XplatUIX11.cs (SystrayChange): Added sanity check
22773         * ScrollableControl.cs (OnVisibleChanged): Now calls base method
22774         * Control.cs (OnVisibleChanged): Added workaround for ParentForm
22775           behaviour, valid until the X11 client window rewrite is done
22776         * TextBox.cs (ctor): Setting proper default foreground and background
22777           colors
22778
22779 2005-01-30      John BouAntoun  <jba-mono@optusnet.com.au>
22780
22781         * Theme: Added DrawDateTimePicker to interface
22782         * ThemeWin32Classic.cs: Added DrawDateTimePicker (incomplete)
22783         * DateTimePicker.cs: Created (still needs keys and painting code)
22784         * DateTimePickerFormat.cs: added
22785         * MonthCalendar.cs: fixed CreateParams for popup window mode
22786           
22787 2005-01-29  Peter Bartok  <pbartok@novell.com>
22788
22789         * ControlPaint.cs: Fixed luminace value returned on achromatic colors,
22790           this should also the calculations for ligher/darker
22791         * Theme.cs: Fixed defaults for ScrollBar widths/heights
22792
22793 2005-01-29  Peter Bartok  <pbartok@novell.com>
22794
22795         * ArrangeDirection.cs: Added
22796         * ArrangeStartingPositon.cs: Added
22797         * SystemInformation.cs: Implemented
22798         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
22799           XplatUIX11.cs, Theme.cs: Added/implemented new static properties
22800           used by SystemInformation class
22801         * X11Strucs.cs: Added XSizeHints structure
22802         * MenuAPI.cs:
22803           - Fixed CreateParams to make sure the menu window is always visible
22804           - TrackPopupMenu: Added check to make sure we don't draw the
22805             menu offscreen
22806
22807 2005-01-29  Peter Bartok  <pbartok@novell.com>
22808
22809         * HandleData.cs: Added method for altering invalid area
22810         * TextBoxBase.cs: Implemented TextLength
22811
22812 2005-01-28  Peter Bartok  <pbartok@novell.com>
22813
22814         * XplatUIX11.cs: Improvement over last patch, not sending
22815           the WM_PAINT directly anymore, instead we scroll any pending
22816           exposed areas and let the system pick out the WM_PAINT later
22817
22818 2005-01-28  Peter Bartok  <pbartok@novell.com>
22819
22820         * SWF.csproj: Deleted, no longer used. Instead,
22821           Managed.Windows.Forms/SWF.csproj should be used
22822         * XplatUIX11.cs: Instead of posting the WM_PAINT, we send it
22823           directly, to avoid a potential race condition with the next
22824           scroll
22825
22826 2005-01-28  Peter Bartok  <pbartok@novell.com>
22827
22828         * XplatUI.cs: Made class internal
22829
22830 2005-01-28  Jordi Mas i Hernandez <jordi@ximian.com>
22831
22832         * CheckedListBox.cs:
22833                 - Draw focus
22834                 - Fixed Drawing
22835                 - Missing methods and events
22836
22837 2005-01-27  Peter Bartok  <pbartok@novell.com>
22838
22839         * Application.cs (Run): Don't use form if we don't have one
22840
22841 2005-01-27  Peter Bartok  <pbartok@novell.com>
22842
22843         * TextBoxBase.cs (get_Lines): Fixed index off by one error
22844
22845 2005-01-27  Peter Bartok  <pbartok@novell.com>
22846
22847         * GridEntry.cs: Added; Patch by Jonathan S. Chambers
22848         * GridItem.cs: Added; Patch by Jonathan S. Chambers
22849         * GridItemCollection.cs: Added; Patch by Jonathan S. Chambers
22850         * GridItemType.cs: Added; Patch by Jonathan S. Chambers
22851         * PropertyGrid.cs: Added; Patch by Jonathan S. Chambers
22852         * PropertySort.cs: Added; Patch by Jonathan S. Chambers
22853         * PropertyTabChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
22854         * PropertyTabChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
22855         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
22856         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
22857         * SelectedGridItemChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
22858         * SelectedGridItemChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
22859
22860 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
22861
22862         * Combobox.cs:
22863                 - Draw focus on Simple Combobox
22864                 - Fixes drawing issues
22865                 - fixes 71834
22866
22867 2005-01-27  Peter Bartok  <pbartok@novell.com>
22868
22869         * Form.cs:
22870           - Place window in default location, instead of hardcoded 0/0
22871           - Send initial LocationChanged event
22872         * Control.cs:
22873           - UpdateBounds after creation to find out where the WM placed us
22874           - Make sure that if the ParentForm changes location the Form
22875             is notified
22876         * XplatUIX11.cs: XGetGeometry will not return the coords relative
22877             to the root, but to whatever the WM placed around us.
22878             Translate to root coordinates before returning toplevel
22879             coordinates
22880         * XplatUIWin32.cs: Removed debug output
22881         * XplatUIOSX.cs, XplatUI.cs, XplatUIDriver.cs: Added toplevel
22882           flag to GetWindowPos, to allow translation of coordinates on X11
22883
22884 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
22885
22886         * ListBox.cs: connect LostFocus Event
22887
22888 2005-01-27  Peter Bartok  <pbartok@novell.com>
22889
22890         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
22891           XplatUIX11.cs: Extended the Systray API
22892         * Form.cs: Removed debug output
22893         * Application.cs: Fixed focus assignment, always need to call
22894           XplatUI.Activate() since Form.Activate() has rules that may
22895           prevent activation
22896         * NotifyIcon.cs: Should be complete now
22897         * ToolTip.cs: Worked around possible timer bug
22898
22899 2005-01-27  Jackson Harper  <jackson@ximian.com>
22900
22901         * TabControl.cs:
22902         - Only invalidate the effected tabs when the
22903         selected index changes. This reduces drawing and gets rid of some
22904         flicker.
22905         - Only refresh if the tabs need to be shifted, otherwise only
22906         invalidate the slider button.
22907         - On windows the tabs are not filled to right if the slider is
22908         visible.
22909         
22910 2005-01-27  Jackson Harper  <jackson@ximian.com>
22911
22912         * TabControl.cs: Only refresh on mouseup if we are showing the
22913         slider. Also only invalidate the button whose state has changed.
22914
22915 2005-01-26  Peter Bartok  <pbartok@novell.com>
22916
22917         * XplatUI.cs, XplatUIDriver.cs: Added Systray methods
22918         * XplatUIWin32.cs: Implemented SystrayAdd(), SystrayChange()
22919           and SystrayRemove() methods
22920         * XplatUIOSX.cs: Stubbed Systray methods
22921         * XplatUIX11.cs:
22922           - Implemented SystrayAdd(), SystrayChange() and SystrayRemove()
22923             methods
22924           - Fixed broken XChangeProperty calls (marshalling messed up things)
22925         * X11Structs.cs: Added enums and structs required for Size hinting
22926         * NotifyIcon.cs: Added & implemented
22927
22928 2005-01-26  Jackson Harper  <jackson@ximian.com>
22929
22930         * TabControl.cs: Space vertically layed out tabs properly.
22931
22932 2005-01-26  Peter Bartok  <pbartok@novell.com>
22933
22934         * Form.cs (CreateClientParams): Always set the location to 0,0
22935           since we're a child window.
22936
22937         * Control.cs (SetVisibleCore): Always explicitly setting the location
22938           of a toplevel window, apparently X11 doesn't like to move windows
22939           while they're not mapped.
22940
22941 2005-01-26  Jackson Harper  <jackson@ximian.com>
22942
22943         * TabControl.cs: Implement FillToRight size mode with vertically
22944         rendered tabs.
22945
22946 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
22947
22948         * ControlPaint.cs, ThemeWin32Classic.cs
22949                 - Fixes DrawFocusRectangle
22950
22951 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
22952
22953         * MenuAPI.cs:
22954                 - MenuBar tracking only starts when item is first clicked
22955                 - Fixes menu hidding for multiple subitems
22956                 - Unselect item in MenuBar when item Executed
22957                 - Fixes bug 71495
22958
22959 2005-01-25  Jordi Mas i Hernandez <jordi@ximian.com>
22960
22961         * ListControl.cs:
22962                 - IsInputKey for ListBox
22963         * ListBox.cs:
22964                 - Focus item
22965                 - Shift and Control item selection
22966                 - Implement SelectionMode.MultiExtended
22967                 - Fixes RightToLeft
22968         * ComboBox.cs:
22969                 - IsInputKey implemented
22970                 - Do not generate OnTextChangedEdit on internal txt changes
22971                 
22972 2005-01-23  Peter Bartok  <pbartok@novell.com>
22973
22974         * AccessibleObject.cs: Partially implemented Select()
22975         * MonthCalendar.cs: Added missing attributes and events
22976         * Form.cs: Fixed CreateParams behaviour, now controls derived from
22977           form can properly override CreateParams.
22978         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
22979           XplatUIX11.cs: Dropped RefreshWindow method, not needed if
22980           Control performs Invalidate & Update
22981         * NativeWindow (CreateHandle): Added special handling for Form
22982           and Form.FormParent classes to allow overriding of From.CreateParams
22983         * Control.cs:
22984           - ControlNativeWindow: Renamed 'control' variable to more intuitive
22985             name 'owner'
22986           - ControlNativeWindow: Added Owner property
22987           - Removed usage of Refresh() on property changes, changed into
22988             Invalidate(), we need to wait until the queue is processed for
22989             updates, direct calls might cause problems if not all vars for
22990             Paint are initialized
22991           - Added call to UpdateStyles() when creating the window, to set any
22992             styles that CreateWindow might have ignored.
22993           - Added support for Form CreateParent overrides to UpdateStyles()
22994         * MessageBox.cs: Removed no longer needed FormParent override stuff,
22995           CreateParams are now properly overridable
22996         * CommonDialog.cs: Removed no longer needed FormParent override stuff,
22997           CreateParams are now properly overridable
22998
22999 2005-01-23  Miguel de Icaza  <miguel@ximian.com>
23000
23001         * UpDownBase.cs (ctor): Connect TextChanged in the entry to the
23002         OnTextBoxChanged.
23003
23004         Capture LostFocus and OnTextBoxChanged.  The later introduces a
23005         recursive invocation that I have not figured out yet.
23006
23007         Reset the timer when not using (it was accumulating).
23008
23009
23010         (OnTextBoxChanged): Set UserEdit to true here to track whether the
23011         user has made changes that require validation.
23012
23013         Reset changing to avoid loops.
23014
23015 2005-01-22  Miguel de Icaza  <miguel@ximian.com>
23016
23017         * NumericUpDown.cs: Display value at startup.
23018
23019         * UpDownBase.cs (Text): Do not call UpdateEditText here, only call
23020         ValidateEditText.
23021
23022         * NumericUpDown.cs: Minimum, Maximum, Text, Value properties
23023         filled in.  Added some basic parsing of text.
23024
23025         Still missing the OnXXX method overrides, and figuring out the
23026         events that must be emitted.
23027
23028         * UpDownBase.cs: Handle UserEdit on the Text property.
23029         
23030 2005-01-22  Jordi Mas i Hernandez <jordi@ximian.com>
23031
23032         * ComboBox.cs:
23033           - Fixes IntegralHeight
23034           - ToString method
23035
23036 2005-01-21  Jackson Harper  <jackson@ximian.com>
23037
23038         * TabControl.cs: Set the SelectedIndex property when SelectedTab
23039         is set so that the page visibility is updated and the tabs are
23040         sized correctly.
23041
23042 2005-01-21  Jackson Harper  <jackson@ximian.com>
23043
23044         * TabControl.cs: Use cliping rectangle for blitting. Give the
23045         theme the clipping rect so we can do clipping while
23046         drawing. Remove some debug code.
23047
23048 2005-01-21  Jackson Harper  <jackson@ximian.com>
23049
23050         * TabPage.cs: Add a new method so tab pages can force the tab
23051         control to recalculate the tab page sizes.
23052         * TabControl.cs: UpdateOwner needs to make the tab control recalc
23053         sizes.
23054
23055 2005-01-20  Jackson Harper  <jackson@ximian.com>
23056
23057         * ThemeWin32Classic.cs: Clip text to the staus bar panels rects.
23058
23059 2005-01-20  Jackson Harper  <jackson@ximian.com>
23060
23061         * TreeView.cs: Set the bounds for nodes properly. They were
23062         getting screwed up when checkboxes were not enabled, but images
23063         were.
23064
23065 2005-01-20  Jordi Mas i Hernandez <jordi@ximian.com>
23066
23067         * ListBox.cs:
23068                 - Owner draw support
23069                 - Fixes
23070                 
23071 2005-01-20  Jackson Harper  <jackson@ximian.com>
23072
23073         * XplatUIStructs.cs: More misc keys
23074         * X11Keyboard.cs: Ignore some control keys.
23075
23076 2005-01-20  Jackson Harper  <jackson@ximian.com>
23077
23078         * X11Structs.cs: Add the modmaps to the keymask struct and tabify.
23079         * X11Keyboard.cs: Set the AltGr mask when we get a key event.
23080
23081 2005-01-19  Peter Bartok  <pbartok@novell.com>
23082
23083         * Control.cs: Un-selecting the control when it is loosing focus
23084
23085 2005-01-19  Jackson Harper  <jackson@ximian.com>
23086
23087         * TreeView.cs: Hook up to the text controls leave event so we can
23088         end editing when the users clicks outside the text box.
23089         
23090 2005-01-19  Jackson Harper  <jackson@ximian.com>
23091
23092         * X11Keyboard.cs: Fix typo that was causing the wrong keycodes to
23093         get set in the conversion array.
23094
23095 2005-01-19  Peter Bartok  <pbartok@novell.com>
23096
23097         * Application.cs (ModalRun): Added a call to CreateControl to ensure
23098           focus is properly set
23099         * Button.cs:
23100           - Added missing attributes
23101           - removed styles, those are already set in the base class
23102         * ButtonBase.cs:
23103           - Added missing attributes
23104           - Added clip window styles
23105         * CheckBox.cs: Added missing attributes
23106         * CommonDialog.cs:
23107           - FormParentWindow.CreateParams: Added required clip styles
23108         * Form.cs (ProcessDialogKey): Fixed handling of Escape key, now
23109           also filters modifier keys
23110         * MessageBox.cs:
23111           - Added assignment of Accept and Cancel button to enable Enter
23112             and Esc keys in MessageBox dialogs
23113           - FormParentWindow.CreateParams: Added required clip styles
23114         * RadioButton.cs: Added missing attributes
23115         * TextControl.cs: No longer draws selection if control does not
23116           have focus
23117         * TextBoxBase.cs:
23118           - Now draws simple rectangle around test area to make it obvious
23119             there's a control. This is a hack until we properly support borders
23120           - A few simple fixes to support selections better, now erases selected
23121             text when typing, and resets selection when using movement keys
23122
23123 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
23124
23125         * UpDownBase.cs: Added some new properties.
23126
23127         * DomainUpDown.cs: Implement a lot to get my test working.
23128
23129 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
23130
23131         * XplatUIOSX.cs: Fix a minor bug to bring the close box back
23132
23133 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
23134
23135         * OSXStructs (WindowAttributes): Fixed csc complaints
23136
23137 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
23138
23139         * XplayUIOSX.cs:
23140           OSXStructs.cs: Initial refactor to move enums and consts into
23141           OSXStructs and use them in the driver for greater readability.
23142
23143 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
23144
23145         * XplatUIOSX.cs: Initial support for Standard Cursors.
23146         * OSXStructs.cs: Move our structs here; added ThemeCursor enum
23147
23148 2005-01-19  Jordi Mas i Hernandez <jordi@ximian.com>
23149
23150         * ComboBox.cs: ability to change style when the ctrl is already
23151         created, missing methods and events, bug fixes, signature fixes
23152
23153 2005-01-19  Peter Bartok  <pbartok@novell.com>
23154
23155         * Cursors.cs (ctor): Added ctor to fix signature
23156
23157 2005-01-18  Peter Bartok  <pbartok@novell.com>
23158
23159         * Button.cs: Implemented DoubleClick event
23160         * ButtonBase.cs:
23161           - Fixed keyboard handling to behave like MS, where the press of
23162             Spacebar is equivalent to a mousedown, and the key release is
23163             equivalent to mouseup. Now a spacebar push will give the same
23164             visual feedback like a mouse click.
23165           - Added missing attributes
23166           - Added ImeModeChanged event
23167           - Added support for generating DoubleClick event for derived classes
23168         * CheckBox.cs:
23169           - Implemented DoubleClick event
23170           - Added missing attributes
23171         * CommonDialog.cs: Added missing attribute
23172         * ContextMenu.cs: Added missing attributes
23173         * RadioButton.cs:
23174           - AutoChecked buttons do not allow to be unselected when clicked
23175             (otherwise we might end up with no selected buttons in a group)
23176           - Added missing attributes
23177           - Implemented DoubleClickEvent
23178         * ThreadExceptionDialog.cs: Enabled TextBox code
23179
23180 2005-01-18  Peter Bartok  <pbartok@novell.com>
23181
23182         * Form.cs: Removed debug output
23183         * Button.cs: Added support for DoubleClick method
23184
23185 2005-01-18  Peter Bartok  <pbartok@novell.com>
23186
23187         * Form.cs:
23188           - Added method to parent window that allows triggering size
23189             calculations when a menu is added/removed
23190           - set_Menu: Cleaned up mess from early days of Form and Control,
23191             now properly triggers a recalc when a menu is added/removed
23192           - Added case to select form itself as focused form if no child
23193             controls exist
23194           - Added PerformLayout call when showing dialog, to ensure properly
23195             placed controls
23196         * Control.cs:
23197           - Select(): Made internal so Form can access it
23198           - Focus(): Only call Xplat layer if required (avoids loop), and sets
23199             status
23200         * Application.cs (Run): Removed hack and calls PerformLayout instead
23201           to trigger calculation when Form becomes visible
23202
23203 2005-01-18  Jordi Mas i Hernandez <jordi@ximian.com>
23204
23205         * ComboBox.cs: fixes for ownerdraw
23206
23207 2005-01-18  Peter Bartok  <pbartok@novell.com>
23208
23209         * TextControl.cs:
23210           - Sentinel is no longer static, each Document gets it's own, this
23211             avoids locking or alternatively overwrite problems when more
23212             than one text control is used simultaneously.
23213           - Switched to use Hilight and HilightText brushes for text selection
23214
23215         * TextBoxBase.cs (PaintControl): Disabled AntiAliasing to improve looks
23216
23217 2005-01-18  Peter Bartok  <pbartok@novell.com>
23218
23219         * Control.cs:
23220           - Hooked up the following events:
23221                 o ControlAdded
23222                 o ControlRemoved
23223                 o HandleDestroyed
23224                 o ImeModeChanged
23225                 o ParentChanged
23226                 o TabStopChanged
23227                 o Invalidated
23228                 o SystemColorsChanged
23229                 o ParentFontChanged
23230                 o Move
23231           - Removed debug output
23232           - Added a call to the current theme's ResetDefaults when a color change
23233             is detected
23234         * Form.cs: Now setting the proper ImeMode
23235         * Theme.cs: Defined a method to force recreation of cached resources
23236           and rereading of system defaults (ResetDefaults())
23237         * ThemeWin32Classic.cs: Added ResetDefaults() stub
23238
23239 2005-01-17  Peter Bartok  <pbartok@novell.com>
23240
23241         * Control.cs: Added missing attributes
23242
23243 2005-01-17  Jackson Harper  <jackson@ximian.com>
23244
23245         * TreeNode.cs: Implement editing. Add missing properties selected
23246         and visible.
23247         * TreeView.cs: Implement node editing. Also some fixes to use
23248         Invalidate (invalid area) instead of Refresh when selecting.
23249
23250 2005-01-17  Peter Bartok  <pbartok@novell.com>
23251
23252         * Control.cs:
23253           - Implemented InvokeGotFocus() method
23254           - Implemented InvokeLostFocus() method
23255           - Implemented InvokePaint() method
23256           - Implemented InvokePaintBackground() method
23257           - Implemented InvokeClick() method
23258           - Implemented FindForm() method
23259           - Implemented RectangleToClient() method
23260           - Implemented ClientToRectangle() method
23261           - Implemented ResetBackColor() method
23262           - Implemented ResetCursor() method
23263           - Implemented ResetFont() method
23264           - Implemented ResteForeColor() method
23265           - Implemented ResetImeMode() method
23266           - Implemented ResetLeftToRight() method
23267           - Implemented ResetText() method
23268           - Implemented Scale() methods
23269           - Implemented ScaleCore() method
23270           - Implemented Update() method
23271           - Removed unused variables
23272           - Stubbed AccessibilityNotifyClients and
23273             ControlAccessibleObject.NotifyClients() methods (dunno what to do
23274             with those yet)
23275           - Now setting proper default for RightToLeft property
23276           - Fixed bug in SetClientSizeCore that would cause windows to get
23277             really big
23278           - Now sending Click/DoubleClick events
23279           - Now selecting controls when left mouse button is clicked on
23280             selectable control
23281         * AccessibleEvents.cs: Added
23282         * XplatUI.cs, XplatUIDriver.cs: Added UpdateWindow() method
23283         * XplatUIOSX.cs: Stubbed UpdateWindow() method
23284         * XplatUIWin32.cs: Implemented UpdateWindow() method
23285         * XplatUIX11.cs: Implemented UpdateWindow() method
23286         * Form.cs: Removed stray semicolon causing CS0162 warning
23287         * ThemeWin32Classic.cs: Fixed unused variable warnings
23288         * ScrollableControl.cs: Now calls base method for ScaleCore
23289         * ButtonBase.cs: Now disabling StandardClick and StandardDoubleClick
23290           style to avoid interference with internal click handler (which is
23291           different than standard Control click handling)
23292         * RadioButton.cs:
23293           - Now unchecks all sibling radio buttons when control is
23294             selected (Fixes #68756)
23295           - Removed internal tabstop variable, using the one inherited from
23296             Control
23297
23298 2005-01-17  Jackson Harper  <jackson@ximian.com>
23299
23300         * NavigateEventArgs.cs: Fix base type.
23301         * LinkLabel.cs: Sig fix
23302         
23303 2005-01-17  Jackson Harper  <jackson@ximian.com>
23304
23305         * TreeView.cs: Only invalidate the effected nodes bounds when
23306         selecting nodes.
23307
23308 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
23309
23310         * XplatUIWin32.cs: fixes Win32 marshaling
23311         * XplatUIX11.cs: fixes method signature
23312
23313 2005-01-17  Peter Bartok  <pbartok@novell.com>
23314
23315         * XplatUIX11.cs: Clean up resources when we no longer need them
23316
23317 2005-01-17  Peter Bartok  <pbartok@novell.com>
23318
23319         * XplatUI.cs, XplatUIDriver.cs: Added SetCursor(), ShowCursor(),
23320           OverrideCursor(), DefineCursor(), DefineStdCursor(), GetCursorInfo()
23321           and DestroyCursor() methods.
23322         * Cursor.cs: Partially implemented, now supports standard cursors;
23323           still contains some debug code
23324         * Cursors.cs: Implemented class
23325         * Control.cs:
23326           - WndProc(): Added handling of WM_SETCURSOR message, setting the
23327             appropriate cursor
23328           - Implemented Cursor property
23329           - Replaced break; with return; more straightforwar and possibly
23330             faster
23331           - Now properly setting the result for WM_HELP
23332         * X11Structs.cs: Added CursorFontShape enum
23333         * XplatUIStructs.cs:
23334           - Added StdCursor enum (to support DefineStdCursor() method)
23335           - Added HitTest enum (to support sending WM_SETCURSOR message)
23336         * XplatUIX11.cs:
23337           - Now sends the WM_SETCURSOR message
23338           - Implemented new cursor methods
23339         * XplatUIOSX.cs: Stubbed new cursor methods
23340         * XplatUIWin32.cs:
23341           - Implemented new cursor methods
23342           - Added GetSystemMetrics function and associated enumeration
23343
23344 2005-01-15  Peter Bartok  <pbartok@novell.com>
23345
23346         * Control.cs:
23347           - WndProc(): Now handles EnableNotifyMessage
23348           - SelectNextControl(): Fixed bug where if no child or sibling
23349             controls exist we looped endlessly
23350
23351 2005-01-14  Jackson Harper  <jackson@ximian.com>
23352
23353         * TreeView.cs: Recalculate the tab pages when a new one is added
23354         so that the proper bounding rects are created.
23355
23356 2005-01-14  Jackson Harper  <jackson@ximian.com>
23357
23358         * TreeView.cs: Draw a gray box instead of a grip in the lower
23359         right hand corner when there are both horizontal and vertical
23360         scroll bars.
23361
23362 2005-01-14  Jackson Harper  <jackson@ximian.com>
23363
23364         * Control.cs: When erasing backgrounds use FromHwnd instead of
23365         FromHdc when there is a NULL wparam. This occurs on the X driver.
23366         * XplatUIX11.cs: Set the wparam to NULL.
23367
23368 2005-01-13  Jackson Harper  <jackson@ximian.com>
23369
23370         * PictureBox.cs: Implement missing methods (except ToString, need
23371         to test that on windows) and events. When visibility is changed we
23372         need to redraw the image because the buffers are killed. When size
23373         is changed refresh if the sizemode needs it.
23374
23375 2005-01-13  Peter Bartok  <pbartok@novell.com>
23376
23377         * Control.cs (SelectNextControl): Was using wrong method to select
23378           a control
23379
23380 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
23381
23382         * ComboBox.cs: fixes dropstyle
23383
23384 2005-01-13  Peter Bartok  <pbartok@novell.com>
23385
23386         * Form.cs:
23387           - Implemented Select() override
23388           - Now handles WM_SETFOCUS/WM_KILLFOCUS messages
23389           - Now sets keyboard focus on startup
23390         * Control.cs (SelectNextControl): Now properly handles directed=true
23391         * TextBoxBase.cs:
23392           - WndProc: Now passes tab key on to base if AcceptTabChar=false
23393           - Added (really bad) focus rectangle (mostly for testing)
23394         * TextBox.cs: Added code to handle getting/loosing focus and invalidating
23395           to enforce redraw on focus changes
23396         * ContainerControl.cs:
23397           - Fixed detection of Shift-Tab key presses
23398           - Fixed traversal with arrow keys
23399         * XplatUIX11.cs: Implemented simulated keyboard focus; not sure if we're
23400           gonna keep this or if it's complete yet
23401         
23402 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
23403
23404         * ComboBox.cs: missing properties, fixes
23405
23406 2005-01-13  Peter Bartok  <pbartok@novell.com>
23407
23408         * Panel.cs (ctor): Setting Selectable window style to off
23409         * Splitter.cs (ctor): Setting Selectable window style to off
23410         * GroupBox.cs (ctor): Setting Selectable window style to off
23411         * Label.cs (ctor): Setting Selectable window style to off
23412
23413 2005-01-12  Miguel de Icaza  <miguel@ximian.com>
23414
23415         * UpDownBase.cs (InitTimer): If the timer has been already
23416         created, enable it.
23417
23418         Use a TextBox instead of a Label.
23419
23420 2005-01-12  Jackson Harper  <jackson@ximian.com>
23421
23422         * TreeView.cs: Refresh the tree after sorting the nodes. Always
23423         draw the connecting node lines (when ShowLines is true).
23424         * TreeNode.cs: The nodes index can now be updated. This is used
23425         when a node collection is sorted.
23426         * TreeNodeCollection.cs: Implement sorting. Nodes can be sorted on
23427         insert or an existing unsorted node collection can be sorted.
23428         
23429 2005-01-12  Peter Bartok  <pbartok@novell.com>
23430
23431         * ContainerControl.cs: Implemented ProcessDialogKeys()
23432
23433 2005-01-12  Peter Bartok  <pbartok@novell.com>
23434
23435         * Control.cs:
23436           - Implemented SelectNextControl() method
23437           - Several focus related bug fixes
23438           - Fixed Docking calculations to match MS documentation and
23439             behaviour
23440
23441 2005-01-12  Jordi Mas i Hernandez <jordi@ximian.com>
23442
23443         * ContainerControl.cs, ListControl.cs, ListBox.cs: keyboard navigation and
23444         bug fixes
23445
23446 2005-01-12  Peter Bartok  <pbartok@novell.com>
23447
23448         * Control.cs:
23449           - Fixed broken Contains() method
23450           - Implemented GetNextControl() method. Finally. This is the pre-
23451             requisite for focus handling.
23452
23453 2005-01-12  Peter Bartok  <pbartok@novell.com>
23454
23455         * OSXStrucs.cs: Added
23456
23457 2005-01-12  Peter Bartok  <pbartok@novell.com>
23458
23459         * XplatUIWin32.cs:
23460           - Removed PeekMessageFlags
23461           - Implemented SetWindowStyle() method
23462         * XplatUIStructs.cs: Added PeekMessageFlags
23463         * X11Structs: Added missing border_width field to XWindowChanges struct
23464         * XplatUIX11.cs:
23465           - PeekMessage: Now throws exception if flags which are not yet
23466             supported are passed
23467           - Implemented SetWindowStyle() method
23468           - Fixed SetZOrder to handle AfterHwnd properly
23469         * XplatUI.cs: Added SetWindowStyle() method
23470         * XplatUIDriver.cs: Added SetWindowStyle() abstract
23471         * Control.cs:
23472           - Implemented UpdateStyles() method
23473           - Implemented UpdateZOrder() method
23474         * XplatUIOSX.cs: Added SetWindowStyle() stub
23475
23476 2005-01-12  Geoff Norton  <gnorton@customerdna.com>
23477
23478         * XplatUIOSX.cs: Fix SetZOrder (this needs more testing with a 3
23479         button mouse).
23480
23481
23482 2005-01-11  Jackson Harper  <jackson@ximian.com>
23483
23484         * TreeView.cs: Still need to draw lines to siblings even if out of
23485         the current node is out of the clip.
23486
23487 2005-01-11  Jackson Harper  <jackson@ximian.com>
23488
23489         * TreeView.cs: When setting the hbar/vbar/grip position use
23490         SetBounds so that perform layout is only called once. Also suspend
23491         and resume layout so layout is only done once for all controls.
23492         - Removed some debug fluff
23493         * SizeGrip.cs: Call base implmentation in overriding methods.
23494         - When visibility is changed the drawing buffers are killed so we
23495         need to redraw.
23496
23497 2005-01-11  Jackson Harper  <jackson@ximian.com>
23498
23499         * TreeView.cs: Calculate the open node count while drawing. This
23500         saves us an entire tree traversal for every paint operation. Use
23501         a member var for the open node count so less vars are passed around.
23502
23503 2005-01-11  John BouAntoun  <jba-mono@optusnet.com.au>
23504
23505         * MonthCalendar.cs:
23506         - fixed selection to use mousemove, not mouse polling on timer
23507         * ThemeWin32Classic.cs
23508         - removed redundant unused variable "no_more_content"
23509         
23510 2005-01-11  Peter Bartok  <pbartok@novell.com>
23511
23512         * XplatUIX11.cs (DoEvents): Needs to return when no more events
23513           are pending, so it now calls PeekMessage instead of GetMessage;
23514           implemented a incomplete version of PeekMessage
23515         
23516 2005-01-11  Peter Bartok  <pbartok@novell.com>
23517
23518         * XplatUIWin32.cs: Switched P/Invokes to unicode charset to avoid
23519           I18n issues
23520         * TextBoxBase.cs: Added sending of TextChanged event
23521
23522 2005-01-10  Jackson Harper  <jackson@ximian.com>
23523
23524         * TreeView.cs: Try not to draw outside the clipping rectangle on
23525         each node element.
23526
23527 2005-01-10  Jordi Mas i Hernandez <jordi@ximian.com>
23528
23529         * ComboBox.cs: keyboard navigation, item navigation, bug fixes
23530
23531 2005-01-10  Jackson Harper  <jackson@ximian.com>
23532
23533         * TreeView.cs:
23534         - Implement fast scrolling. Now only the newly
23535         exposed nodes are drawn and the old image is moved using the
23536         XplatUI::ScrollWindow method.
23537         - Factor in height of nodes when calculating whether or not the
23538         node is in the clipping rect.
23539
23540 2005-01-10  Jackson Harper  <jackson@ximian.com>
23541
23542         * TreeNodeCollection.cs: Refresh the tree when a new node is added.
23543
23544 2005-01-10  Peter Bartok  <pbartok@novell.com>
23545
23546         * Application.cs: Added temporary hack to resolve all our resize
23547           required issues on startup. This will get fixed properly at
23548           some point in the future
23549
23550 2005-01-10  Jackson Harper  <jackson@ximian.com>
23551
23552         * SizeGrip.cs: New internal class that is used as a sizing
23553         grip control...hence the name.
23554
23555 2005-01-10  Peter Bartok  <pbartok@novell.com>
23556
23557         * Control.cs: Implemented proper TabIndex handling, now assigning
23558           a tabindex when a control is added to a container
23559         * GroupBox.cs (ctor): Now sets the Container style bit, required
23560           for Control.GetNextControl()
23561
23562 2005-01-09  Jackson Harper  <jackson@ximian.com>
23563
23564         * TextBoxBase.cs: Clear window when scrolling (fixes build).
23565
23566 2005-01-09  Peter Bartok <pbartok@novell.com>
23567
23568         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
23569           XplatUIX11.cs: Added ability to control ScrollWindow expose and
23570           an overload for ScrollWindow to allow only scrolling a rectangle
23571
23572 2005-01-09  Peter Bartok <pbartok@novell.com>
23573
23574         * Form.cs:
23575           - Implemented SetDesktopBounds method
23576           - Implemented SetDesktopLocation method
23577
23578 2005-01-08  Jackson Harper  <jackson@ximian.com>
23579
23580         * TreeView.cs: Only set the vbar's Maximum and LargeChange when
23581         the node count has changed, this removes to VScroll::Refresh calls
23582         when drawing.
23583
23584 2005-01-08  Geoff Norton  <gnorton@customerdna.com>
23585
23586         * XplatUIOSX.cs: Fix GetWindowState & SetWindowState
23587
23588 2005-01-07  Jackson Harper  <jackson@ximian.com>
23589
23590         * TreeNode.cs: Just update the single node when it is
23591         checked. Don't refresh after toggling, the Expand/Collapse already
23592         handles this.
23593         * TreeView.cs: Respect clipping a little more when drawing. Try
23594         not to redraw things that don't need to be redrawn. Just hide the
23595         scrollbars when they are no longer needed instead of removing
23596         them, so they don't have to be created again and again.
23597         
23598 2005-01-07  Geoff Norton  <gnorton@customerdna.com>
23599
23600         * XplatUIOSX.cs (SetCaretPos):  We need to translate the view
23601         coordinates to window space to place the caret properly, FIXED.
23602         Implement GetWindowState & SetWindowState
23603
23604 2005-01-06  Peter Bartok <pbartok@novell.com>
23605
23606         * Form.cs:
23607           - Implemented ClientSize property
23608           - Implemented DesktopBounds property
23609           - Implemented DesktopLocation property
23610           - Implemented IsRestrictedWindow property
23611           - Implemented Size property
23612           - Implemented TopLevel property
23613           - Implemented FormWindowState property
23614         * Control.cs:
23615           - Implemented GetTopLevel() method
23616           - Implemented SetTopLevel() method
23617         * X11Structs.cs (Atom):
23618           - Added AnyPropertyType definition
23619           - Added MapState definiton and updated XWindowAttribute struct
23620         * XplatUI.cs: Added GetWindowState() and SetWindowState() methods
23621         * XplatUIDriver.cs: Added GetWindowState() and SetWindowState() methods
23622         * XplatUIOSX.cs: Stubbed GetWindowState() and SetWindowState() methods
23623         * XplatUIWin32.cs:
23624           - Implemented GetWindowState() and SetWindowState() methods
23625           - Fixed Win32GetWindowLong return type
23626         * XplatUIX11.cs:
23627           - Introduced central function for sending NET_WM messages
23628           - Implemented GetWindowState() and SetWindowState() methods
23629         * TextBoxBase.cs (set_Lines):
23630           - Now uses Foreground color for text added via Text property (Duh!)
23631           - Added code to remember programmatically requested size (fixes
23632             behaviour when Multiline is set after Size)
23633           - Added AutoSize logic
23634
23635 2005-01-06  Jackson Harper  <jackson@ximian.com>
23636
23637         * TreeView.cs: Draw the image after the checkbox if checkboxes are enabled.
23638
23639 2005-01-06  Jackson Harper  <jackson@ximian.com>
23640
23641         * ListBox.cs: Don't allow the horizontal scrollbars maximum to be
23642         set to less then 0.
23643
23644 2005-01-06  Jackson Harper  <jackson@ximian.com>
23645
23646         * ScrollableControl.cs: Lazy init the scrollbars.
23647         
23648 2005-01-06  Jackson Harper  <jackson@ximian.com>
23649
23650         * Theme.cs: Speed up getting pens and solid brushes, by using
23651         their ARGB as a hash instead of tostring and not calling Contains.
23652
23653 2005-01-06  Peter Bartok <pbartok@novell.com>
23654
23655         * Form.cs:
23656           - Implemented OnActivated and OnDeactivate event trigger
23657           - Implemented Activate() method
23658           - Fixed ShowDialog() to activate the form that was active before
23659             the dialog was shown
23660         * XplatUIX11.cs:
23661           - Added global active_window var that tracks the currently active
23662             X11 window
23663           - Now always grabs Property changes from the root window to always
23664             catch changes on the active window property
23665           - Added code to PropertyNotify handler to send Active/Inactive
23666             messages when state changes. This puts X11 and Win32 en par on
23667             WM_ACTIVATE notifications (except for double notifications when
23668             the user clicks away from our modal window to another one of our
23669             windows)
23670
23671 2005-01-05  Jackson Harper  <jackson@ximian.com>
23672
23673         * ImageList.cs: Implment ctor
23674
23675 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
23676
23677         * XplatUIOSX.cs: Implement Activate/SetTopmost
23678
23679 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
23680
23681         * XplatUIOSX.cs: Implement SetZOrder, minor cleanup
23682
23683 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
23684
23685         * XplatUIOSX.cs: Implement GetActive/SetFocus.
23686
23687 2005-01-05  Peter Bartok <pbartok@novell.com>
23688
23689         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs,
23690           XplatUIOSX.cs: Added GetActive method to return the currently
23691           active window for the application (or null, if none is active)
23692         * Form.cs:
23693           - Implemented ActiveForm
23694           - Commented out owner assignment for modal dialogs (causes problems
23695             on Win32, since the owner will be disabled)
23696           - Reworked some Active/Focus handling (still incomplete)
23697         * CommonDialog.cs: Commented out owner assignment for modal dialogs
23698           (causes problems on Win32, since the owner will be disabled)
23699         * IWin32Window: Added ComVisible attribute
23700
23701 2005-01-05  Peter Bartok <pbartok@novell.com>
23702
23703         * ToolTip.cs (WndProc): Enable setting focus now that we have the
23704           required XplatUI functions.
23705
23706 2005-01-05  Peter Bartok <pbartok@novell.com>
23707
23708         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs, XplatUIDriver.cs,
23709           XplatUIX11.cs, X11Structs.cs, Form.cs: Framework code required
23710           to implement focus and activation handling; still incomplete and
23711           with debug output
23712
23713 2005-01-04  Peter Bartok <pbartok@novell.com>
23714
23715         * TextBoxBase.cs: Changed access level for Document property to
23716           match switch to internal for TextControl
23717
23718 2005-01-04  Peter Bartok <pbartok@novell.com>
23719
23720         * AccessibleObject: Added ComVisible attribute
23721
23722 2005-01-04  Jackson Harper  <jackson@ximian.com>
23723
23724         * X11Keyboard.cs: Remove unneeded var.
23725
23726 2005-01-04  Jackson Harper  <jackson@ximian.com>
23727
23728         * XplatUIX11.cs (DoEvents): Implement, Just cast aside all events
23729         but PAINT.
23730         * XplatUIX11.cs (GetMessage): Call Exit when we get an unknown
23731         ClientMessage. This makes apps exit cleanly (more often).
23732         
23733 2005-01-04  Jackson Harper  <jackson@ximian.com>
23734
23735         * TreeNode.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) for
23736         handling focus, return correct colors and fonts,
23737         * TreeView.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) to
23738         handle selection, horizontal scrolling, and mouse interaction.
23739
23740 2005-01-04  Peter Bartok <pbartok@novell.com>
23741
23742         * ICommandExecutor.cs: Added
23743         * IDataGridColumnStyleEditingNotificationService.cs: Added
23744         * IFeatureSupport.cs: Added
23745         * IFileReaderService.cs: Added
23746         * IDataObject.cs: Added ComVisible attribute
23747         * AmbientProperties.cs: Added
23748         * BaseCollection.cs: Added missing attributes
23749         * ListBindingConverter.cs: Added (stubbed, required for certain attributes)
23750         * BaseCollection.cs: Added missing attributes
23751         * Binding.cs: Added TypeConverter attribute
23752         * BindingContext.cs: Added DefaultEvent attribute
23753         * BindingsCollection.cs: Added DefaultEvent attribute
23754         * Button.cs: Added DefaultValue attribute
23755         * DragEventArgs.cs: Added ComVisible attribute
23756         * GiveFeedbackEventArgs.cs: Added ComVisible attribute
23757         * KeyEventArgs.cs: Added ComVisible attribute
23758         * KeyPressEventArgs.cs: Added ComVisible attribute
23759         * MouseEventArgs.cs: Added ComVisible attribute
23760         * NavigateEventArgs.cs: Added
23761         * NavigateEventHandler.cs: Added
23762         * FeatureSupport.cs: Added
23763         * OSFeature.cs: Added
23764         * Theme.cs: Added abstract Version property to support OSFeature
23765         * ThemeWin32Classic.cs: Added Version property to
23766           support OSFeature.Themes
23767         * ProgressBar.cs: Removed OnPaintBackground override, not required since
23768           the proper styles to avoid background drawing are set, also doesn't
23769           match MS signature
23770         * QueryAccessibilityHelpEventArgs.cs: Added ComVisible attribute
23771         * QueryContinueDragEventArgs.cs: Added ComVisible attribute
23772         * ScrollEventArgs.cs: Added ComVisible attribute
23773         * SplitterEventArgs.cs: Added ComVisible attribute
23774         * AccessibleSelection.cs: Added Flags attribute
23775         * Appearance.cs: Added ComVisible attribute
23776         * Border3DSide.cs: Added ComVisible attribute
23777         * Border3DStyle.cs: Added ComVisible attribute
23778         * BorderStyle.cs: Added ComVisible attribute
23779         * DragAction.cs: Added ComVisible attribute
23780         * ErrorBlinkStyle.cs: Added
23781         * ScrollEventType.cs: Added ComVisible attribute
23782         * AnchorStyles.cs: Added Editor attribute
23783         * DockStyle.cs: Added Editor attribute
23784         * HorizontalAlignment.cs: Added ComVisible attribute
23785         * HelpEventArgs.cs: Added ComVisible attribute
23786         * PaintEventArgs.cs: Added IDisposable
23787
23788 2005-01-04  Peter Bartok <pbartok@novell.com>
23789
23790         * TextControl.cs: Switched Line, LineTag and Document classes to
23791           internal
23792
23793 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
23794
23795         * ComboBox.cs, ThemeWin32Classic.cs, ListBox.cs, Theme.cs:
23796         Simple mode, fixes, IntegralHeight, etc.
23797
23798 2005-01-04  Peter Bartok <pbartok@novell.com>
23799
23800         * TextBoxBase.cs: Using proper font variable now
23801
23802 2005-01-04  Peter Bartok <pbartok@novell.com>
23803
23804         * Form.cs (ShowDialog): Set parent to owner, if provided
23805         * GroupBox.cs: Removed unused vars
23806         * TextControl.cs:
23807           - Added GetHashCode() for Document and LineTag classes
23808           - Removed unused variables
23809           - Added CharIndexToLineTag() and LineTagToCharIndex() methods
23810             to allow translation between continuous char position and line/pos
23811         * CheckBox.cs: Removed vars that are provided by base class
23812         * RadioButton.cs: Removed vars that are provided by base class, added
23813           new keyword where required
23814         * LinkLabel.cs: Added new keyword where required
23815         * Control.cs (WndProc): Removed unused variable
23816         * TextBoxBase.cs:
23817           - Finished SelectionLength property
23818           - Implemented SelectionStart property
23819           - Implemented Text property
23820           - Removed unused vars
23821         * MessageBox.cs: Added new keyword where required
23822         * TextBox.cs: Removed Text property code (now in TextBoxBase), fixed
23823           WndProc signature
23824         * MenuAPI.cs: Added new keyword where required
23825         * ButtonBase.cs: Removed vars that are provided by base class, added
23826           new keyword where required
23827         * ThemeWin32Classic.cs (DrawMonthCalendarDate): Now cast Math.Floor
23828           argument to double, to allow compiling with csc 2.0 (Atsushi ran
23829           into this)
23830         * Application.cs (Run): Now triggers the ThreadExit event
23831         * CommonDialog.cs: Added new keyword where required; now properly sets
23832           parent (owner) for dialog
23833         * XplatUIX11.cs: Commented out unused vars
23834         * StatusBar.cs: Fixed signature for Text property
23835         * TabPage.cs: Undid Jordi's removal of unused var, now using the var
23836
23837 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
23838
23839         * ComboBox.cs, TabPage.cs, MenuAPI.cs, ThemeWin32Classic.cs,
23840         TrackBar.cs, MonthCalendar.cs: remove unused vars
23841
23842 2005-01-03  Jackson Harper  <jackson@ximian.com>
23843
23844         * ThemeWin32Classic.cs:
23845         * X11Keyboard.cs: Remove unused vars.
23846
23847 2005-01-03  Peter Bartok  <pbartok@novell.com>
23848
23849         * TextBox.cs:
23850           - set_Text: Tied into TextControl
23851           - set_TextAlignment: Tied into TextControl
23852         * TextControl.cs:
23853           - Added alignment properties and implemented alignment handling
23854             and drawing (still has a bug, not generating proper expose events)
23855           - Added new Line() constructor to allow passing the line alignment
23856           - Fixed selection setting, properly handling end<start now
23857           - Added aligment considerations to RecalculateDocument()
23858         * TextBoxBase.cs:
23859           - Now properly enforces control height for single line controls
23860           - Added support for CharacterCasing
23861           - Added IsInputKey override
23862           - Fixed Keys.Enter logic
23863           - Added SetBoundsCore override
23864           - Fixed mouse selection handling
23865
23866 2005-01-03  Jackson Harper  <jackson@ximian.com>
23867
23868         * TreeView.cs:
23869           - Collapse and uncheck all nodes when CheckBoxes is disabled.
23870           - Checkboxes are always aligned to the bottom of the node,
23871           regardless of item height.
23872           - Use the node bounds to draw the text so we can center it when
23873           the item height is greater then the font height.
23874           - Node::Bounds are only the text part of the node.
23875         * TreeNode.cs: New method to combine collapsing and unchecking all
23876           nodes recursively.
23877
23878 2005-01-02  Jackson Harper  <jackson@ximian.com>
23879
23880         * TreeView.cs: Draw checkmarks, handle detecting check mark clicks
23881         * TreeNode.cs: Add a bounding box for the checkbox, refresh the
23882         tree when a check is changed. TODO: Only refresh the checked node.
23883
23884 2004-12-30  Jackson Harper  <jackson@ximian.com>
23885
23886         * TreeView.cs: Draw checkbox boxes when checkboxes are enabled.
23887         * TreeNode.cs: When collapsing make sure to never collapse the
23888         root node.
23889
23890 2004-12-29  Jackson Harper  <jackson@ximian.com>
23891
23892         * TreeView.cs: Align lines to the bottom of plus minus boxes properly.
23893         
23894 2004-12-28  Zoltan Varga  <vargaz@freemail.hu>
23895
23896         * X11Structs.cs X11Keyboard.cs XplatUIX11.cs: Fix 64 bit issues.
23897
23898 2004-12-28  Peter Bartok  <pbartok@novell.com>
23899
23900         * MessageBox.cs (get_CreateParams): Don't use owner var if it's
23901           not yet assigned
23902
23903 2004-12-28  Peter Bartok  <pbartok@novell.com>
23904
23905         * Control.cs (WndProc): Added WM_HELP handler, now generates
23906           HelpRequested event
23907         * Form.cs: Added HelpButton property and required support code
23908         * XplatUIStructs.cs: Added HELPINFO structure for WM_HELP handling
23909
23910 2004-12-28  Peter Bartok  <pbartok@novell.com>
23911
23912         * CommonDialog.cs:
23913           - Made DialogForm.owner variable internal
23914           - Added check to ensure owner form is set before setting
23915             owner properties in CreateParams
23916
23917 2004-12-28  Geoff Norton  <gnorton@customerdna.com>
23918
23919         * XplatUIOSX.cs: Implement mouse hovering.  Fix QDPoint struct to avoid
23920           swizzling.  Implement ClientToScreen and ScreenToClient.  Implement
23921           GetCursorPos.  Fix major visibility issues.  Rework the windowing
23922           system to support borderless/titleless windows (implements menus).
23923           Fix GetWindowPos.  Implement initial background color support for
23924           views.
23925
23926 2004-12-28  Peter Bartok  <pbartok@novell.com>
23927
23928         * Form.cs (get_CreateParams): Make sure we have an owner before using
23929           the owner variable. Implement proper default if no owner exists
23930
23931 2004-12-28  Peter Bartok  <pbartok@novell.com>
23932
23933         * In preparation for making Managed.Windows.Forms the default build target
23934           for System.Windows.Forms, the following stubbed files were added.
23935           Dialogs are currently being implemented by contributors and are only
23936           short-term place holders.
23937         * ColorDialog.cs: Initial check-in (minmal stub)
23938         * DataGrid.cs: Initial check-in (minimal stub)
23939         * DataGridLineStyle.cs: Initial check-in (minimal stub)
23940         * DataGridParentRowsLabelStyle.cs: Initial check-in (minimal stub)
23941         * DataGridTableStyle.cs: Initial check-in (minimal stub)
23942         * FontDialog.cs: Initial check-in (minimal stub)
23943         * FileDialog.cs: Initial check-in (minimal stub)
23944         * GridColumnStylesCollection.cs: Initial check-in (minimal stub)
23945         * GridTableStylesCollection.cs: Initial check-in (minimal stub)
23946         * OpenFileDialog: Initial check-in (minimal stub)
23947         * IComponentEditorPageSite.cs: Initial check-in
23948         * Splitter.cs: Initial check-in (for Jackson)
23949         * SplitterEventArgs.cs: Initial check-in (for Jackson)
23950         * SplitterEventHandler.cs: Initial check-in (for Jackson)
23951         * TextBox.cs: Initial check-in; still needs some wiring to
23952           TextControl backend
23953         * Form.cs: Implemented ControlBox property
23954         * MessageBox.cs: Added proper coding for Minimize/Maximize/ControlBox
23955         * CommonDialog.cs: Added proper coding for Minimize/Maximize/ControlBox
23956         * TextControl.cs: Added selection functionality; added todo header
23957         * TextBoxBase.cs:
23958           - Implemented Lines property
23959           - Implemented TextHeight property
23960           - Implemented SelectedText property
23961           - Implemented SelectionLength property
23962           - Implemented SelectAll method
23963           - Implemented ToString method
23964           - Removed and cleaned up some debug code
23965           - Implemented (still buggy) mouse text selection
23966
23967 2004-12-27  Jordi Mas i Hernandez <jordi@ximian.com>
23968
23969         * ComboBox.cs: Complete DropDownList implementation, fixes.
23970
23971 2004-12-26  Jordi Mas i Hernandez <jordi@ximian.com>
23972
23973         * ThemeWin32Classic, Theme.cs: ComboBox drawing methods
23974         * ComboBoxStyle.cs: ComboBoxStyle enum
23975         * ComboBox.cs: Initial work on ComboBox control
23976
23977 2004-12-21  Peter Bartok  <pbartok@novell.com>
23978
23979         * Control.cs (ctor, CreateParams): Moved setting of is_visible
23980           forward so that anything that creates a window gets the default,
23981           also no longer uses Visible property in CreateParams to avoid
23982           walking up the parent chain and possibly get the wrong visible
23983           status. Fixed IsVisible to no longer walk up to the parent.
23984
23985 2004-12-21  Peter Bartok  <pbartok@novell.com>
23986
23987         * Form.cs (ShowDialog): Unset modality for the proper window
23988  
23989 2004-12-20  Peter Bartok  <pbartok@novell.com>
23990
23991         * CommonDialog.cs: Initial check-in
23992
23993 2004-12-20  Peter Bartok  <pbartok@novell.com>
23994
23995         * Control.cs (Visible): Now uses the parent window instead of the
23996           client area window for the property
23997
23998         * Form.cs
23999           - ShowDialog(): Now uses the proper window for modality
24000           - The default visibility state for the form parent is now false. This
24001             will prevent the user from seeing all the changes to the form and
24002             its controls before the application hits Application.Run()
24003           - Removed some stale commented out code
24004
24005         * NativeWindow.cs:
24006           - Added FindWindow() method to have a method to check for existence
24007             of a window handle
24008           - Added ability to override default exception handling (for example
24009             when debugging with VS.Net; to do this the ExternalExceptionHandler
24010             define must be set
24011           - Removed some useless debug output
24012
24013         * XplatUIX11.cs:
24014           - Removed r37929 (SetModal patch from Ashwin Bharambe), was
24015             not working as expected
24016           - Implemented modal_window stack and checking for _WM_ACTIVE_WINDOW
24017             property to allow switching back to the modal window if focus is
24018             given to another one of our windows (Application Modal)
24019           - Now only sets override_redirect if we create a window
24020             without WS_CAPTION
24021           - Moved EventMask selection before mapping of newly created window
24022             so we can catch the map event as well
24023           - Implemented Activate() method via the _WM_ACTIVE_WINDOW property
24024           - Added various Atom related DllImports
24025           - Implemented Exit() method
24026           - .ctor() : No longer shows window if WS_VISIBLE is not defined
24027             in the CreateParams
24028
24029         * MessageBox.cs: Now properly deals with the FormParent window by
24030           providing an override the FormParent CreateParams property to
24031           set as POPUP instead of OVERLAPPED window.
24032
24033 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
24034
24035         * XplatUIOSX.cs: Implement DestroyWindow.  Implement ScrollWindow
24036         Minor code cleanup.
24037
24038 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
24039         
24040         * XplatUIOSX.cs (SetModal): Implement this method on OSX.
24041
24042 2004-12-18  Peter Bartok  <pbartok@novell.com>
24043
24044         * XplatUIX11.cs (SetModal): Applied patch from Ashwin Bharambe,
24045           implementing SetModal() method
24046
24047 2004-12-18  Peter Bartok  <pbartok@novell.com>
24048
24049         * X11Structs.cs (XGCValues): Fixed type of function element
24050         * XplatUI.cs: Added ScrollWindow() method
24051         * XplatUIDriver.cs: Added ScrollWindow() abstract
24052         * XplatUIWin32.cs: Implemented ScrollWindow() method
24053         * XplatUIX11.cs: Implemented ScrollWindow() method
24054         * XplatUIOSX.cs: Stubbed out ScrollWindow() method
24055
24056 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
24057
24058         * XplatUIOSX.cs:  Fix cursor to use an Invert instead of drawing it
24059         Some more keyboard support (INCOMPLETE)
24060
24061 2004-12-17  Peter Bartok  <pbartok@novell.com>
24062
24063         * TextControl.cs:
24064         - Added color attribute to line tags.
24065         - Added color argument to all functions dealing with tags
24066         - Added color argument support to various functions
24067         - Fixed miss-calculation of baseline/shift in certain circumstances
24068
24069         * TextBoxBase.cs: Added new color option to test code
24070
24071 2004-12-17  Jackson Harper  <jackson@ximian.com>
24072
24073         * TreeNode.cs:
24074         * MonthCalendar.cs: Signature fixes
24075
24076 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
24077
24078         * XplatUIOSX.cs: Find the missing caret; caret was dissappearing after a
24079         keyboard event moved it.  Create a new graphics context for each paint resolves this
24080
24081 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
24082
24083         * XplatUIOSX.cs: Fix hard cpu eat on loop with existing timers,
24084         Make caret exist and go blink blink.  Initial keyboard support.
24085         Fix exception handler, Add Invalidate support.  Change way RefreshWindow
24086         works.
24087
24088 2004-12-17  Jackson Harper  <jackson@ximian.com>
24089
24090         * XplatUIStructs.cs: Updated set of virtual keycodes.
24091         * KeyboardLayouts.cs: SCROLL_LOCK is now SCROLL
24092
24093 2004-12-17  Jackson Harper  <jackson@ximian.com>
24094
24095         * XplatUIX11.cs: Prune old keyboard code.
24096
24097 2004-12-17  Jackson Harper  <jackson@ximian.com>
24098
24099         * XplatUIX11.cs: When generating mouse wparams get the modifier
24100         keys from the ModifierKeys property.
24101
24102 2004-12-17  Jackson Harper  <jackson@ximian.com>
24103
24104         * X11Keyboard.cs: Send up/down input when generating
24105         messages. Remove some unused vars.
24106
24107 2004-12-17  Jackson Harper  <jackson@ximian.com>
24108
24109         * TabControl.cs:
24110         * TreeView.cs: get rid of warnings.
24111
24112 2004-12-17  Jackson Harper  <jackson@ximian.com>
24113
24114         * XplatUIStructs.cs: Fix a couple wrong virtual keycodes.
24115
24116 2004-12-17  Jordi Mas i Hernandez <jordi@ximian.com>
24117
24118         * ListBox.cs: bug fixes, changes for CheckedListBox.cs
24119           CheckedListBox.cs: Implementation
24120
24121 2004-12-17  Peter Bartok  <pbartok@novell.com>
24122
24123         * TextControl.cs (RecalculateLine): Fixed baseline aligning calcs
24124
24125 2004-12-16  Peter Bartok  <pbartok@novell.com>
24126
24127         * TextControl.cs:
24128           - InsertCharAtCaret(): Fixed start pos fixup
24129           - CaretLine_get: No longer derives the line from the tag, the tag
24130             could be stale if lines in the document have been added or deleted
24131           - RebalanceAfterDelete(): Fixed bug in balancing code
24132           - RebalanceAfterAdd(): Fixed really stupid bug in balancing code
24133           - Line.Streamline(): Now can also elminate leading empty tags
24134           - DumpTree(): Added a few more tests and prevented exception on
24135             uninitialized data
24136           - Added Debug section for Combining lines
24137           - Delete(): Now copies all remaining properties of a line
24138           
24139         * TextBoxBase.cs:
24140           - Left mousebutton now sets the caret (and middle button still acts
24141             as formatting tester, which must go away soon)
24142           - Added Debug section for Deleting/Combining lines
24143           - Fixed calculations for UpdateView after Combining lines
24144
24145 2004-12-16  Peter Bartok  <pbartok@novell.com>
24146
24147         * TextControl.cs: Now properly aligns text on a baseline, using the
24148           new XplatUI.GetFontMetrics() method. Simplified several calculations
24149         * TextBoxBase.cs: Moved #endif to allow compiling if Debug is not
24150           defined
24151
24152 2004-12-16  Peter Bartok  <pbartok@novell.com>
24153
24154         * XplatUI.cs: Added GetFontMetrics() method
24155         * XplatUIDriver.cs: Added GetFontMetrics() abstract
24156         * XplatUIX11.cs: Implemented GetFontMetrics() method, now calls
24157           into libgdiplus, our private GetFontMetrics function
24158         * XplatUIOSX.cs: Implemented GetFontMetrics() method, same as X11
24159         * XplatUIWin32.cs: Implemented GetFontMetrics() method
24160
24161 2004-12-16  Jackson Harper  <jackson@ximain.com>
24162
24163         * XplatUIStruct.cs: Add enum for dead keys
24164         * X11Keyboard.cs: Map and unmap dead keys.
24165
24166 2004-12-16  Jackson Harper  <jackson@ximian.com>
24167
24168         * X11Keyboard.cs: Detect and use the num lock mask.
24169
24170 2004-12-16  Peter Bartok  <pbartok@novell.com>
24171
24172         * Control.cs (CreateGraphics): Added check to make sure the
24173           handle of the window exists before calling Graphics.FromHwnd()
24174
24175 2004-12-16  Peter Bartok  <pbartok@novell.com>
24176
24177         * TextBoxBase.cs: Initial check-in. DO NOT TRY TO USE THIS YET. It
24178           contains a lot of code that's not supposed to be there for the
24179           real thing, but required for developing/testing the textbox
24180           backend.
24181
24182 2004-12-16  Peter Bartok  <pbartok@novell.com>
24183
24184         * TextControl.cs:
24185         - Fixed Streamline method
24186         - Added FindTag method to Line
24187         - Added DumpTree method for debugging
24188         - Added DecrementLines() method for deleting lines
24189         - Fixed UpdateView to update the cursor to end-of-line on single-line
24190           updates
24191         - Added PositionCaret() method
24192         - Fixed MoveCaret(LineDown) to move into the last line, too
24193         - Added InsertChar overload
24194         - Fixed InsertChar tag offset calculations
24195         - Added DeleteChar() method
24196         - Added Combine() method for folding lines
24197         - Fixed Delete() method, no longer allocates wasted Line object and
24198           now copies all properties when swapping nodes
24199         - Delete() method now updates document line counter
24200
24201 2004-12-15  Jackson Harper  <jackson@ximian.com>
24202
24203         * XplatUIX11.cs: Get the modifier keys from the keyboard driver
24204         * X11Keyboard.cs: Expose the currently selected modifier keys
24205         through a property.
24206
24207 2004-12-15  Peter Bartok  <pbartok@novell.com>
24208
24209         * TextControl.cs: Initial check-in. Still incomplete
24210
24211 2004-12-15  Jackson Harper  <jackson@ximian.com>
24212
24213         * TreeNode.cs:
24214         * TreeView.cs: Fix build on csc (second time today ;-))
24215
24216 2004-12-15  Jackson Harper  <jackson@ximian.com>
24217
24218         * TreeView.cs: Store the treenodes plus/minus box bounds when it
24219         is calculated and use this for click testing.
24220         * TreeNode.cs: Add functionality to store the nodes plus minus box bounds.
24221
24222 2004-12-15  Jackson Harper  <jackson@ximian.com>
24223
24224         * TreeView.cs: Pass the nodes image index to the image list when
24225         drawing that image.
24226
24227 2004-12-15  Jackson Harper  <jackson@ximian.com>
24228
24229         * X11Keyboard.cs: Set messages hwnd.
24230         * XplatUIX11.cs: Pass proper hwnd wot keyboard driver. Set hwnd on
24231         post_message calls.
24232
24233 2004-12-15  Jackson Harper  <jackson@ximian.com>
24234
24235         * X11Keyboard.cs: Fix to compile with csc.
24236         
24237 2004-12-15  Jackson Harper  <jackson@ximian.com>
24238
24239         * X11Structs.cs: Add key mask values
24240         * XplatUIStruct.cs: Add keyboard event flags, and keyboard definitions
24241         * X11Keyboard.cs: New file - Extrapolates and interpolates key
24242         down/up foo into WM_CHAR foo
24243         * KeyboardLayouts.cs: Common keyboard layouts
24244         * XplatUIX11.cs: Add the keyboard driver. Add functionality to
24245         post messages into the main queue.
24246
24247 2004-12-13  Jordi Mas i Hernandez <jordi@ximian.com>
24248
24249         * Button.cs: implement ProcessMnemonic
24250         * ThemeWin32Classic.cs: use ResPool (caching) instead of creating
24251           brushes everytime
24252         * Control.cs: fixes IsMnemonic (support for &&, case insensitive, etc)
24253         * ButtonBase.cs: Show HotkeyPrefix (not the &)
24254
24255 2004-12-12  John BouAntoun  <jba-mon@optusnet.com.au>
24256         
24257         * MonthCalendar.cs: Implemented click-hold for next/previous month
24258           and date selection
24259           
24260 2004-12-11  Peter Bartok  <pbartok@novell.com>
24261
24262         * X11Structs.cs:
24263           - Added XKeyboardState (moved from XplatUIX11.cs)
24264           - Added XCreateGC related enums and structures
24265           - Added GXFunction for XSetFunction
24266
24267         * XplatUIStructs.cs: Added missing WS_EX_xxx definitions
24268
24269         * XplatUI.cs: Added CreateCaret(), DestroyCaret(), SetCaretPos() and
24270           CaretVisible() calls
24271
24272         * ToolTip.cs: Added code to prevent stealing focus from app windows
24273
24274         * XplatUIDriver.cs: Added abstracts for caret functions (CreateCaret,
24275           DestroyCaret, SetCaretPos and CaretVisible)
24276
24277         * XplatUIX11.cs:
24278           - Added implementation for caret functions
24279           - Moved hover variables into a struct, to make it a bit easier
24280             on the eyes and to debug
24281           - Removed XKeyboardState (moved to XplatUIX11.cs)
24282           - Moved Keyboard properties into the properties region
24283
24284         * Control.cs (get_Region): Control.CreateGraphics is the appropriate
24285           call to get a graphics context for our control
24286
24287         * XplatUIOSX.cs: Added empty overrides for the new caret functions
24288
24289         * TreeView.cs: Fixed bug. No matter what color was set it would always
24290           return SystemColors.Window
24291
24292         * XplatUIWin32.cs: Implemented caret overrides
24293
24294 2004-12-10  Jordi Mas i Hernandez <jordi@ximian.com>
24295
24296         * ListBox.cs: fire events, implement missing methods and properties,
24297         sorting.
24298
24299 2004-12-10  John BouAntoun <jba-mono@optusnet.com.au>
24300
24301         * MonthCalendar.cs: invalidation bug fixing
24302         * ThemeWin32Classic.cs: paint fixing
24303
24304 2004-12-09  Geoff Norton  <gnorton@customerdna.com>
24305
24306         * XplatUIOSX.cs: Refactor to pass the real hwnd into Graphics.FromHwnd, we
24307         prepare the CGContextRef there now.
24308
24309 2004-12-09  John BouAntoun <jba-mono@optusnet.com.au>
24310
24311         * MonthCalendar.cs:
24312           - optimisationL only invalidate areas that have changed
24313         * ThemeWin32Classic.cs:
24314           - only paint parts that intersect with clip_area
24315
24316 2004-12-09  Peter Bartok  <pbartok@novell.com>
24317
24318         * Application.cs: Undid changes from r37004 which cause problems
24319         on X11
24320
24321 2004-12-09  Ravindra  <rkumar@novell.com>
24322
24323         * ToolBar.cs: Added support for displaying ContextMenu
24324         attached to a button on ToolBar.
24325         * ToolBarButton.cs: Uncomment/fixed the DropDownMenu
24326         property.
24327
24328 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
24329
24330         * Label.cs: autosize works in text change and removes unnecessary
24331         invalidate
24332
24333 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
24334
24335         * ThemeWin32Classic.cs, XplatUIOSX.cs, XplatUIWin32.cs:
24336         remove warnings
24337
24338 2004-12-08  Geoff Norton  <gnorton@customerdna.com>
24339
24340         * XplatUIOSX.cs: Added mouse move/click/grab support
24341         Remove some debugging WriteLines not needed anymore.
24342         Add window resizing/positioning.
24343         Fix visibility on reparenting.
24344
24345 2004-12-08  Peter Bartok  <pbartok@novell.com>
24346
24347         * XplatUIOSX.cs: Added Idle event, now compiles on VS.Net
24348
24349 2004-12-07  Geoff Norton  <gnorton@customerdna.com>
24350
24351         * XplatUIOSX.cs: Initial checkin
24352         * XplatUI.cs: Use the Quartz driver if the environment is set to use it
24353
24354 2004-12-03  Ravindra <rkumar@novell.com>
24355
24356         * ListView.cs: Added some keybindings and fixed scrolling.
24357         ScrollBars listen to ValueChanged event instead of Scroll
24358         Event. This would let us take care of all changes being
24359         done in the scrollbars' values programmatically or manually.
24360         * ListView.cs (CanMultiselect): Added a check for shift key.
24361         * ListView.cs (EnsureVisible): Fixed. Do proper scrolling.
24362         * ListViewItem.cs (Clone): Fixed. We need to make a copy
24363         of ListViewSubItemCollection as well.
24364
24365 2004-12-06  Peter Bartok <pbartok@novell.com>
24366
24367         * Control.cs (Parent): Added check and exception to prevent
24368         circular parenting
24369
24370 2004-12-03  Jordi Mas i Hernandez <jordi@ximian.com>
24371
24372         * ListBox.cs: implemented clipping, selection single and multiple,
24373         bug fixing
24374
24375 2004-12-03  Ravindra <rkumar@novell.com>
24376
24377         * ListView.cs (ListView_KeyDown):
24378         * ListView.cs (ListView_KeyUp): Fixed multiple selection handling
24379         when CTRL key is pressed.
24380         * ListViewItem.cs (Selected): Fixed setting the property.
24381
24382 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
24383
24384         * Application.cs (OnThreadException): Use ThreadExceptionDialog.
24385
24386         * Form.cs: Add ActiveForm, FormBorderStyle, MaximizeBox,
24387         MinimizeBox, ShowInTaskbar, TopMost properties.
24388
24389         * ThreadExceptionDialog.cs: Implemented (disabled TextBox until
24390         will be implemented).
24391
24392 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
24393
24394         * OwnerDrawPropertyBag.cs: New internal parameterless ctor.
24395
24396         * TreeNode.cs: Implemented ICloneable, Fixed to pass my simple
24397         tests.
24398         
24399         * TreeNodeCollection.cs: Add exception throwing for Add,AddRange.
24400         
24401         * TreeView.cs: BackColor is Colors.Window.
24402
24403 2004-12-01  Jackson Harper  <jackson@ximian.com>
24404
24405         * TreeView.cs: When resizing the tree if the user is making it
24406         smaller we don't get expose events, so we need to handle adding
24407         the horizontal scrollbar in the size changed handler as well as
24408         the expose handler.
24409
24410 2004-12-02  Jordi Mas i Hernandez <jordi@ximian.com>
24411
24412         * DrawItemState.cs: fixes wrong enum values
24413
24414 2004-12-01  Jackson Harper  <jackson@ximian.com>
24415
24416         * TreeView.cs: Resize the hbar as well as the vbar on resize.
24417
24418 2004-12-01  Jackson Harper  <jackson@ximian.com>
24419
24420         * NodeLabelEditEventArgs.cs:
24421         * NodeLabelEditEventHandler.cs:
24422         * OpenTreeNodeEnumerator.cs:
24423         * TreeNode.cs:
24424         * TreeNodeCollection.cs:
24425         * TreeView.cs:
24426         * TreeViewAction.cs:
24427         * TreeViewCancelEventArgs.cs:
24428         * TreeViewCancelEventHandler.cs:
24429         * TreeViewEventArgs.cs:
24430         * TreeViewEventHandler.cs: Initial implementation.
24431
24432 2004-12-01  Ravindra <rkumar@novell.com>
24433
24434         * ListView.cs (CalculateListView): Fixed scrolling related
24435         calculations. Also, removed some debug statements from other
24436         places.
24437         * ListViewItem.cs: Changed access to 'selected' instance variable
24438         from private to internal.
24439         * ThemeWin32Classic.cs (DrawListViewItem): Fixed SubItem drawing.
24440
24441 2004-12-01  Jordi Mas i Hernandez <jordi@ximian.com>
24442
24443         * ThemeWin32Classic.cs: remove cache of brush and pens for
24444         specific controls and use the global system, fixes scrollbutton
24445         bugs (for small sizes, disabled, etc)
24446         
24447         * ScrollBar.cs: does not show the thumb for very small controls
24448         (as MS) and allow smaller buttons that the regular size
24449
24450 2004-12-01  Miguel de Icaza  <miguel@ximian.com>
24451
24452         * UpDownBase.cs: Add abstract methods for the interface.
24453         Add new virtual methods (need to be hooked up to TextEntry when it
24454         exists).
24455         Add override methods for most features.
24456         Computes the size, forces the height of the text entry.
24457
24458         * NumericUpDown.cs: Put here the current testing code.
24459
24460         * Set eol-style property on all files that do not have mixed line
24461         endings, to minimize the future problems.  There are still a few
24462         files with mixed endings, and someone should choose whether they
24463         want to move it or not.
24464
24465 2004-11-30  Jordi Mas i Hernandez <jordi@ximian.com>
24466
24467         * MonthCalendar.cs, ListView.cs: use Theme colours instead of
24468         System.Colors
24469         
24470 2004-11-30  Ravindra <rkumar@novell.com>
24471
24472         * ThemeWin32Classic.cs (DrawListViewItem): Fixed selected item
24473         drawing and replaced use of SystemColors by theme colors.
24474         * ListView.cs (ListView_Paint): Fixed painting done during scrolling.
24475         * ListView.cs (ListViewItemCollection.Add): Throw exception when
24476         same ListViewItem is being added more than once.
24477
24478 2004-11-30  John BouAntoun <jba-mono@optusnet.com.au>
24479
24480         * MonthCalendar.cs:
24481           - ControlStyles love to make the control not flicker
24482           
24483 2004-11-30  Peter Bartok  <pbartok@novell.com>
24484
24485         * CharacterCasing.cs: Added
24486
24487 2004-11-29  Peter Bartok  <pbartok@novell.com>
24488
24489         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
24490           TreeViewAction.cs, TreeViewEventArgs.cs: Removed new files.
24491           I am removing these files as they conflict with already completed
24492           work. While it is fantastic to get contributions to MWF, I
24493           respectfully ask that everyone please coordinate their contributions
24494           through mono-winforms-list or #mono-winforms at this time. We're
24495           explicitly avoiding stubbing and don't want controls that don't have
24496           their basic functionality implemented in svn. Please also see
24497           http://www.mono-project.com/contributing/winforms.html
24498
24499
24500 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
24501
24502         * Application.cs (ModalRun): Don't hang after exit.
24503
24504         * Theme.cs: New TreeViewDefaultSize property.
24505
24506         * ThemeWin32Classic.cs: Replaced hardcoded defaultWindowBackColor
24507         with less hardcoded SystemColors constant.
24508         Implemented TreeViewDefaultSize.
24509
24510         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
24511         TreeViewAction.cs, TreeViewEventArgs.cs: New files.
24512
24513
24514 2004-11-29  John BouAntoun <jba-mono@optusnet.com.au>
24515
24516         * MonthCalendar.cs:
24517           - Fix NextMonthDate and PrevMonthDate click moving calendar
24518
24519 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
24520
24521         * MonthCalendar.cs:
24522           - Fix usage of ScrollChange Property when scrolling months
24523
24524 2004-11-26  Jordi Mas i Hernandez <jordi@ximian.com>
24525
24526         * Menu.cs, MainMenu.cs, MenuItem.cs, MenuAPI.cs
24527          - Fixes menu destroying
24528          - Support adding and removing items on already created menus
24529
24530 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
24531
24532         * MonthCalendar.cs:
24533           - Re-worked all bolded dates handling to match win32
24534         * ThemeWin32Classic.cs:
24535           - Fixed rendering with bolded dates
24536
24537 2004-11-25  Jordi Mas i Hernandez <jordi@ximian.com>
24538
24539         * ListBox.cs, Theme.cs, ThemeWin32Classic.cs:
24540         - Horizontal scroolbar
24541         - Multicolumn
24542         - Fixes
24543
24544
24545 2004-11-25  John BouAntoun <jba-mono@optusnet.com.au>
24546
24547         * MonthCalendar.cs:
24548           - Fix Usage of MaxSelectionCount from SelectionRange
24549           - Fixed Shift + Cursor Selection
24550           - Fixed Shift + (Pg up/Pg dn, Home/End) selection
24551           - Fixed normal cursor selection to be compat with win32
24552           - Fixed Shift + Mouse Click selection
24553
24554 2004-11-24  Peter Bartok <pbartok@novell.com>
24555
24556         * XplatUI.cs (DispatchMessage): Switched to return IntPtr
24557         * XplatUIDriver.cs (DispatchMessage): Switched to return IntPtr
24558         * XplatUIX11.cs:
24559           - CreatedKeyBoardMsg now updates keystate with Alt key
24560           - Added workaround for timer crash to CheckTimers, Jackson will
24561             develop a proper fix and check in later
24562           - Implemented DispatchMessage
24563           - Removed calling the native window proc from GetMessage (call
24564             now moved to DispatchMessage)
24565
24566         * KeyEventArgs.cs (Constructor): Now combines modifierkeys into
24567           the keydata (Fixes bug #69831)
24568
24569         * XplatUIWin32.cs:
24570           - (DispatchMessage): Switched to return IntPtr
24571           - Added DllImport for SetFocus
24572
24573 2004-11-24  Ravindra <rkumar@novell.com>
24574
24575         * ThemeWin32Classic.cs: Fixed ListView border and checkbox
24576         background drawing.
24577         * ListViewItem.cs: Fixed various properties, calculations
24578         and Clone() method. Fixed ListViewSubItemCollection.Clear() method.
24579         * ListView.cs: Fixed calculations, BackColor, ForeColor properties
24580         and some internal properties. Fixed MouseDown handler and Paint
24581         method.
24582
24583 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
24584
24585         * MonthCalendar.cs: Add TitleMonth ContextMenu handling
24586
24587 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
24588
24589         * ContainerControl.cs: correct accidental check in of local changes
24590
24591 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
24592
24593         * ThemeWin32Classic.cs:
24594                 - Fixed Drawing Last month in grid (sometimes not showing)
24595         * MonthCalendar.cs:
24596                 - Fixed title width calculation bug (makeing title small)
24597
24598 2004-11-23  Peter Bartok <pbartok@novell.com>
24599
24600         * XplatUIX11.cs:
24601           - Added generation of WM_MOUSEHOVER event
24602           - Added missing assignment of async_method atom
24603           - Fixed WM_ERASEBKGND; now only redraws the exposed area
24604
24605 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
24606
24607         * ThemeWin32Classic.cs:
24608                 - Fixed Drawing of today circle when showtodaycircle not set
24609                 - fixed drawing of first and last month in the grid (gay dates)
24610         * MonthCalendar.cs:
24611                 - Fixed Drawing of today circle
24612                 - Fixed drawing of grady dates
24613                 - Fixed HitTest for today link when ShowToday set to false
24614                 - Fixed DefaultSize to obey ShowToday
24615
24616 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
24617
24618         * ThemeWin32Classic.cs: Fixed DrawMonthCalendar and private support methods
24619         * System.Windows.Forms/Theme.cs
24620         * MonthCalendar.cs: added for MonthCalendar
24621         * SelectionRange.cs: added for MonthCalendar
24622         * Day.cs: added for MonthCalendar: added for MonthCalendar
24623         * DateRangeEventArgs.cs: added for MonthCalendar
24624         * DateRangeEventHandler.cs: added for MonthCalendar
24625
24626 2004-11-22  Ravindra <rkumar@novell.com>
24627
24628         * ThemeWin32Classic.cs: Fixed ListViewDrawing with 'UseItemStyleForSubItems'
24629         property.
24630
24631 2004-11-22  Miguel de Icaza  <miguel@ximian.com>
24632
24633         * UpDownBase.cs (InitTimer): Use prehistoric C# 1.0 notation for
24634         event handler.
24635         
24636         * NumericUpDown.cs: Added new implementation.
24637         * UpDownBase.cs: Added new implementation.
24638
24639         * XplatUIWin32.cs (KeyboardSpeed, KeyboardDelay): added default
24640         implementations.
24641         
24642         * XplatUIX11.cs (KeyboardSpeed, KeyboardDelay): added default
24643         implementations.
24644
24645         * XplatUIDriver.cs ((KeyboardSpeed, KeyboardDelay): added new
24646         methods.
24647
24648 2004-11-21  Miguel de Icaza  <miguel@ximian.com>
24649
24650         * Timer.cs  (Dispose): Should call the base dispose when
24651         overriding.
24652
24653 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
24654
24655         * ScrollBar.cs: updates thumb position when max, min or increment
24656         is changed
24657
24658 2004-11-21  Ravindra <rkumar@novell.com>
24659
24660         * ListView.cs: Implemented item selection, activation and
24661         column header style. Fixed properties to do a redraw, if
24662         required. Added support for MouseHover, DoubleClick, KeyDown
24663         and KeyUp event handling and some minor fixes.
24664         * ListViewItem.cs: Fixed constructor.
24665         * ThemeWin32Classic.cs: Improved drawing for ListView.
24666
24667 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
24668
24669         * ThemeWin32Classic.cs: initial listbox drawing code
24670         * DrawMode.cs: new enumerator
24671         * ListControl.cs: stubbed class
24672         * ListBox.cs: initial implementation
24673         * Theme.cs: new methods definitions
24674         * SelectionMode.cs: new enumerator
24675
24676 2004-11-17  Peter Bartok  <pbartok@novell.com>
24677
24678         * XplatUIWin32.cs: Added double-click events to the class style
24679         * Control.cs (WndProc):
24680           - Added handling of click-count to MouseDown/ MouseUp events.
24681           - Added handling of middle and right mouse buttons
24682           - Removed old debug code
24683
24684 2004-11-17  Jackson Harper  <jackson@ximian.com>
24685
24686         * XplatUIX11.cs: Use the new Mono.Unix namespace.
24687
24688 2004-11-17  Ravindra <rkumar@novell.com>
24689
24690         * ListView.cs: Added event handling for MouseMove/Up/Down.
24691         * ColumnHeader.cs: Added a read-only internal property 'Pressed'.
24692         * ThemeWin32Classic.cs: We need to clear the graphics context and
24693         draw column header in a proper state.
24694
24695
24696 2004-11-17  Jordi Mas i Hernandez <jordi@ximian.com>
24697
24698         *  Menu.cs: fixes signature
24699
24700 2004-11-16  Peter Bartok  <pbartok@novell.com>
24701
24702         * XplatUIX11.cs (GetMessage): Implemented generation of
24703           double click mouse messages
24704
24705 2004-11-12  Jordi Mas i Hernandez <jordi@ximian.com>
24706
24707         *  Form.cs, MainMenu.cs, MenuAPI.cs: tracker should be for tracking session
24708         not by menu
24709
24710 2004-11-11  Peter Bartok  <pbartok@novell.com>
24711
24712         * HandleData.cs: Added Visible property
24713         * XplatUIX11.cs (IsVisible): Now uses Visible property from
24714           HandleData
24715         * XplatUIX11.cs: Removed old debug leftovers
24716         * XplatUIX11.cs (DefWndProc): Added WM_ERASEBKGND handler
24717         * Control.cs (WndProc): Removed old debug leftovers,
24718           streamlined handling of WM_WINDOWPOSCHANGED, removed un-
24719           needed WM_SIZE handling
24720
24721 2004-11-11  Jackson Harper  <jackson@ximian.com>
24722
24723         * OwnerDrawPropertyBag.cs:
24724         * TreeViewImageIndexConverter.cs: Initial implementation
24725
24726 2004-11-10  Jackson Harper  <jackson@ximian.com>
24727
24728         * ThemeWin32Classic.cs:
24729         * TabControl.cs: instead of moving tabs by the slider pos just
24730         start drawing at the tab that is offset by the slider. This way
24731         scrolling always moves by exactly one tab.
24732
24733 2004-11-10  Jackson Harper  <jackson@ximian.com>
24734
24735         * TabControl.cs: You can only scroll left when the slider has
24736         already ben moved right.
24737         
24738 2004-11-10  Jackson Harper  <jackson@ximian.com>
24739
24740         * ThemeWin32Classic.cs: Do not draw the selected tab if its not in
24741         the clip area.
24742         
24743 2004-11-10  Jackson Harper  <jackson@ximian.com>
24744
24745         * ThemeWin32Classic.cs: Don't bother drawing tabs outside of the
24746         clip area.
24747         
24748 2004-11-09  Jackson Harper  <jackson@ximian.com>
24749
24750         * TabControl.cs (CalcXPos): New helper method so we can determine
24751         the proper place to start drawing vertical tabs.
24752         * ThemeWin32Classic.cs (DrawTab): Draw right aligned tabs.
24753         
24754 2004-11-09  Jackson Harper  <jackson@ximian.com>
24755
24756         * TabControl.cs: Calculate sizing and rects for left aligned tabs.
24757         * ThemeWin32Classic.cs (GetTabControl*ScrollRect): Only handle Top
24758         and Bottom, left and right are illegal values for this and
24759         multiline is enabled when the alignment is set to left or right.
24760         (DrawTab): Each alignment block should draw the text itself now
24761         because Left requires special love. Also add rendering for Left
24762         aligned tabs.
24763         
24764 2004-11-09  Jordi Mas i Hernandez <jordi@ximian.com>
24765
24766         *  Form.cs, MainMenu.cs, MenuAPI.cs: fixes menu navigation, fixes popups,
24767         does not destroy the windows, removes debugging messages
24768
24769 2004-11-09  jba  <jba-mono@optusnet.com.au>
24770
24771         * ThemeWin32Classic.cs
24772         (DrawButtonBase): Fix verticle text rect clipping in windows
24773         (DrawCheckBox): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
24774         rendering and incorrect text rect clipping
24775         (DrawRadioButton): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
24776         rendering and incorrect text rect clipping
24777         
24778 2004-11-08  Jackson Harper  <jackson@ximian.com>
24779
24780         * ThemeWin32Classic.cs (DrawTabControl): Render tabs from top to
24781         bottom when they are bottom aligned so the bottoms of the tabs get
24782         displayed.
24783         * TabControl.cs (DropRow): Move rows up instead of down when the
24784         tab control is bottom aligned.
24785
24786 2004-11-08 13:59  pbartok
24787
24788         * XplatUIX11.cs:
24789           - Added handling for various window styles
24790           - Added handling for popup windows
24791           - Added SetTopmost handling
24792
24793 2004-11-08 13:55  pbartok
24794
24795         * XplatUIWin32.cs:
24796           - Added argument to SetTopmost method
24797           - Fixed broken ClientToScreen function
24798
24799 2004-11-08 13:53  pbartok
24800
24801         * XplatUIStructs.cs:
24802           - Added missing WS_EX styles
24803
24804 2004-11-08 13:53  pbartok
24805
24806         * XplatUI.cs, XplatUIDriver.cs:
24807           - Added argument to SetTopmost
24808
24809 2004-11-08 13:52  pbartok
24810
24811         * X11Structs.cs:
24812           - Added XSetWindowAttributes structure
24813           - Improved XWindowAttributes structure
24814           - Added SetWindowValuemask enum
24815           - Added window creation arguments enum
24816           - Added gravity enum
24817           - Added Motif hints structure
24818           - Added various Motif flags and enums
24819           - Added PropertyMode enum for property functions
24820
24821 2004-11-08 13:50  pbartok
24822
24823         * Form.cs:
24824           - Fixed arguments for updated SetTopmost method
24825
24826 2004-11-08 13:49  pbartok
24827
24828         * ToolTip.cs:
24829           - Fixed arguments for updated SetTopmost function
24830           - Fixed usage of PointToClient
24831
24832 2004-11-08 13:44  pbartok
24833
24834         * MenuAPI.cs:
24835           - Added Clipping of children and siblings
24836
24837 2004-11-08 13:41  pbartok
24838
24839         * MainMenu.cs:
24840           - Removed SetMenuBarWindow call. We do this in Form.cs
24841
24842 2004-11-08 13:40  jackson
24843
24844         * TabControl.cs, Theme.cs, ThemeWin32Classic.cs: Render the little
24845           scrolling jimmi in the correct location with bottom aligned tabs
24846
24847 2004-11-08 13:36  pbartok
24848
24849         * ContainerControl.cs:
24850           - Implemented BindingContext
24851           - Implemented ParentForm
24852
24853 2004-11-08 12:46  jackson
24854
24855         * TabControl.cs: Put bottom rendered tabs in the right location
24856
24857 2004-11-08 07:15  jordi
24858
24859         * ScrollBar.cs, ThemeWin32Classic.cs: fixes vertical scrollbar and
24860           removes dead code
24861
24862 2004-11-05 17:30  jackson
24863
24864         * TabControl.cs: When selected tabs are expanded make sure they
24865           don't go beyond the edges of the tab control
24866
24867 2004-11-05 14:57  jackson
24868
24869         * TabControl.cs: Reset show_slider so if the control is resized to
24870           a size where it is no longer needed it's not displayed anymore
24871
24872 2004-11-05 13:16  jackson
24873
24874         * TabControl.cs: Make tab pages non visible when added to the
24875           control
24876
24877 2004-11-05 12:42  jackson
24878
24879         * TabControl.cs: Implement SizeMode.FillToRight
24880
24881 2004-11-05 12:16  jackson
24882
24883         * Control.cs: Do not call CreateHandle if the handle is already
24884           created
24885
24886 2004-11-05 11:46  jackson
24887
24888         * TabControl.cs: Remove superflous call to CalcTabRows
24889
24890 2004-11-05 09:07  jackson
24891
24892         * XplatUIX11.cs: Update for Mono.Posix changes
24893
24894 2004-11-05 07:00  ravindra
24895
24896         * ListView.cs, ListViewItem.cs: Implemented some methods and fixed
24897           scrolling.
24898
24899 2004-11-04 22:47  jba
24900
24901         * ThemeWin32Classic.cs:
24902           - Fix Button rendering for FlatStyle = Flat or Popup
24903           - Fix RadioButton and CheckBox rendering when Appearance = Button
24904             (normal and flatstyle).
24905           - Correct outer rectangle color when drawing focus rectangle
24906           - Adjust button bounds to be 1 px smaller when focused
24907           - Make button not draw sunken 3d border when pushed (windows compat)
24908           - Fix CPDrawBorder3D to not make bottom right hand corner rounded
24909           - Offset the text in RadioButton and Checkbox when being rendered as
24910           a button.
24911           - Hover and Click behaviour for Colored FlatStyle.Flat and Popup
24912           radiobuttons
24913           - Fixed disabled rendering for colored flatstyle radiobuttons (both)
24914           - Fixed disabled text rendering for normally rendered radiobuttons
24915
24916 2004-11-04 10:26  jackson
24917
24918         * TabControl.cs: Recalculate tab rows when resizing
24919
24920 2004-11-04 07:47  jordi
24921
24922         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs:
24923           collection completion, drawing issues, missing features
24924
24925 2004-11-04 05:03  ravindra
24926
24927         * ScrollBar.cs:
24928                 - We need to recalculate the Thumb area when
24929                 LargeChange/maximum/minimum values are changed.
24930           - We set the 'pos' in UpdatePos() method to minimum, if it's less
24931                 than minimum. This is required to handle the case if large_change is
24932                 more than max, and use LargeChange property instead of large_change
24933                 variable.
24934           - We return max+1 when large_change is more than max, like MS does.
24935
24936 2004-11-04 04:29  ravindra
24937
24938         * ColumnHeader.cs, ListView.cs, ListViewItem.cs:
24939                 - Changed default value signatures (prefixed all with ListView).
24940                 - Fixed/implemented layout LargeIcon, SmallIcon and List views for
24941                 ListView.
24942           - Fixed calculations for ListViewItem and implemented Clone()
24943           method.
24944
24945 2004-11-04 04:26  ravindra
24946
24947         * Theme.cs, ThemeWin32Classic.cs:
24948                 - Changed default ListView values signatures (prefixed all with
24949                 ListView).
24950           - Fixed default size values for VScrollBar and HScrollBar.
24951                 - Fixed DrawListViewItem method.
24952
24953 2004-11-04 04:05  ravindra
24954
24955         * ColumnHeaderStyle.cs: Typo. It should be Nonclickable.
24956
24957 2004-11-04 04:04  ravindra
24958
24959         * ImageList.cs: Implemented the missing overload for Draw method.
24960
24961 2004-11-03 19:29  jackson
24962
24963         * TabControl.cs: Handle dropping rows on selection properly
24964
24965 2004-11-03 11:59  jackson
24966
24967         * TabControl.cs: remove debug code
24968
24969 2004-11-03 11:52  jackson
24970
24971         * TabControl.cs, ThemeWin32Classic.cs: Initial implementation of
24972           the scrolly widgerywoo
24973
24974 2004-11-02 13:52  jackson
24975
24976         * TabControl.cs: Resize the tab pages and tabs when the tab control
24977           is resized
24978
24979 2004-11-02 13:40  jackson
24980
24981         * TabControl.cs, ThemeWin32Classic.cs: Move the row with the
24982           selected tab to the bottom
24983
24984 2004-11-02 13:39  jackson
24985
24986         * TabPage.cs: Store the tab pages row
24987
24988 2004-11-02 12:33  jordi
24989
24990         * MenuItem.cs: fixes handle creation
24991
24992 2004-11-02 11:42  jackson
24993
24994         * TabControl.cs: signature fix
24995
24996 2004-11-02 08:56  jackson
24997
24998         * TabControl.cs: Calculate whether the tab is on an edge properly.
24999           Remove top secret debugging code
25000
25001 2004-11-01 19:57  jackson
25002
25003         * TabControl.cs: Add click handling, and proper sizing
25004
25005 2004-11-01 19:47  jackson
25006
25007         * Theme.cs, ThemeWin32Classic.cs: New rendering and sizing code for
25008           tab controls
25009
25010 2004-11-01 19:39  jackson
25011
25012         * TabPage.cs: add internal property to store the bounds of a tab
25013           page
25014
25015 2004-10-30 04:23  ravindra
25016
25017         * Theme.cs, ThemeWin32Classic.cs: Drawing ListView and some default
25018           values.
25019
25020 2004-10-30 04:21  ravindra
25021
25022         * ListView.cs, ListViewItem.cs: Added support for scrolling and
25023           fixed calculations.
25024
25025 2004-10-30 03:06  pbartok
25026
25027         * XplatUIX11.cs:
25028           - Removed extension of DllImported libs
25029
25030 2004-10-29 09:55  jordi
25031
25032         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: Menu key
25033           navigation, itemcollection completion, menu fixes
25034
25035 2004-10-27 22:58  pbartok
25036
25037         * XplatUIX11.cs:
25038           - Now throws a nice error message when no X display could be opened
25039
25040 2004-10-26 13:51  jordi
25041
25042         * ListView.cs: removes warning
25043
25044 2004-10-26 03:55  ravindra
25045
25046         * ColumnHeader.cs, ListView.cs, ListViewItem.cs,
25047           ThemeWin32Classic.cs: Some formatting for my last checkins.
25048
25049 2004-10-26 03:36  ravindra
25050
25051         * ThemeWin32Classic.cs: Implemented DetailView drawing for ListView
25052           control and default values.
25053
25054 2004-10-26 03:35  ravindra
25055
25056         * Theme.cs: Added some default values for ListView control.
25057
25058 2004-10-26 03:33  ravindra
25059
25060         * ToolBar.cs: ToolBar should use the user specified button size, if
25061           there is any. Added a size_specified flag for the same.
25062
25063 2004-10-26 03:33  ravindra
25064
25065         * ColumnHeader.cs: Added some internal members and calculations for
25066           ColumnHeader.
25067
25068 2004-10-26 03:32  ravindra
25069
25070         * ListViewItem.cs: Calculations for ListViewItem.
25071
25072 2004-10-26 03:31  ravindra
25073
25074         * ListView.cs: Added some internal members and calculations for
25075           ListView.
25076
25077 2004-10-22 13:31  jordi
25078
25079         * MenuAPI.cs: speedup menus drawing
25080
25081 2004-10-22 13:16  jackson
25082
25083         * XplatUIX11.cs: Make sure to update exposed regions when adding an
25084           expose event
25085
25086 2004-10-22 11:49  jackson
25087
25088         * Control.cs: oops
25089
25090 2004-10-22 11:41  jackson
25091
25092         * Control.cs: Check to see if the window should have its background
25093           repainted by X when drawing.
25094
25095 2004-10-22 11:31  jackson
25096
25097         * XplatUIX11.cs: When invalidating areas only use XClearArea if
25098           clear is true, this way we do not get flicker from X repainting the
25099           background
25100
25101 2004-10-22 11:28  jackson
25102
25103         * XEventQueue.cs: Queue properly
25104
25105 2004-10-21 09:38  jackson
25106
25107         * XEventQueue.cs: Fix access modifier
25108
25109 2004-10-21 09:36  jackson
25110
25111         * XEventQueue.cs: Don't loose messages
25112
25113 2004-10-21 09:22  jackson
25114
25115         * XEventQueue.cs: Don't loose messages
25116
25117 2004-10-20 04:15  jordi
25118
25119         * BootMode.cs: enum need it by SystemInfo
25120
25121 2004-10-19 21:58  pbartok
25122
25123         * XplatUIWin32.cs:
25124           - Small sanity check
25125
25126 2004-10-19 21:56  pbartok
25127
25128         * Form.cs:
25129           - Added private FormParentWindow class which acts as the container
25130             for our form and as the non-client area where menus are drawn
25131           - Added/Moved required tie-ins to Jordi's menus
25132           - Fixed/Implemented the FormStartPosition functionality
25133
25134 2004-10-19 21:52  pbartok
25135
25136         * Control.cs:
25137           - Removed unneeded locals
25138           - Added code to all size and location properties to understand and
25139             deal with the parent container of Form
25140
25141 2004-10-19 21:33  pbartok
25142
25143         * Application.cs:
25144           - Fixed to deal with new Form subclasses for menus
25145
25146 2004-10-19 17:48  jackson
25147
25148         * XEventQueue.cs: commit correct version of file
25149
25150 2004-10-19 16:50  jackson
25151
25152         * XEventQueue.cs, XplatUIX11.cs: New optimized event queue
25153
25154 2004-10-19 16:15  jordi
25155
25156         * MenuAPI.cs: MenuBarCalcSize returns the height
25157
25158 2004-10-19 08:31  pbartok
25159
25160         * Control.cs:
25161           - Added missing call to PreProcessMessage before calling OnXXXKey
25162           methods
25163
25164 2004-10-19 00:04  ravindra
25165
25166         * ToolTip.cs: Fixed constructor.
25167
25168 2004-10-18 09:31  jordi
25169
25170         * MenuAPI.cs: menuitems in menubars do not have shortcuts
25171
25172 2004-10-18 09:26  jordi
25173
25174         * MenuItem.cs: fixes MenuItem class signature
25175
25176 2004-10-18 08:56  jordi
25177
25178         * MenuAPI.cs: prevents windows from showing in the taskbar
25179
25180 2004-10-18 00:28  ravindra
25181
25182         * ToolTip.cs: Suppressed a warning message.
25183
25184 2004-10-18 00:27  ravindra
25185
25186         * Control.cs: Default value of visible property must be true.
25187
25188 2004-10-17 23:19  pbartok
25189
25190         * ToolTip.cs:
25191           - Complete implementation
25192
25193 2004-10-17 23:19  pbartok
25194
25195         * XplatUIX11.cs:
25196           - Added EnableWindow method
25197           - Added SetModal stub
25198           - Added generation of WM_ACTIVATE message (still needs testing)
25199           - Added SetTopMost stub
25200           - Changes to deal with VirtualKeys being moved to XplatUIStructs.cs
25201
25202 2004-10-17 23:17  pbartok
25203
25204         * XplatUIWin32.cs:
25205           - Removed VirtualKeys to XplatUIStructs
25206           - Implemented SetTopMost method
25207           - Implemented EnableWindow method
25208           - Bugfix in ScreenToClient()
25209           - Bugfixes in ClientToScreen()
25210
25211 2004-10-17 22:51  pbartok
25212
25213         * XplatUIStructs.cs:
25214           - Added WS_EX styles to WindowStyles enumeration
25215
25216 2004-10-17 22:50  pbartok
25217
25218         * XplatUI.cs, XplatUIDriver.cs:
25219           - Added method for enabling/disabling windows
25220           - Added method for setting window modality
25221           - Added method for setting topmost window
25222
25223 2004-10-17 22:49  pbartok
25224
25225         * ThemeWin32Classic.cs:
25226           - Added ToolTip drawing code
25227
25228 2004-10-17 22:49  pbartok
25229
25230         * Theme.cs:
25231           - Added ToolTip abstracts
25232
25233 2004-10-17 22:47  pbartok
25234
25235         * Form.cs:
25236           - Fixed Form.ControlCollection to handle owner relations
25237           - Added Owner/OwnedForms handling
25238           - Implemented Z-Ordering for owned forms
25239           - Removed unneeded private overload of ShowDialog
25240           - Fixed ShowDialog, added the X11 incarnation of modal handling (or
25241             so I hope)
25242           - Fixed Close(), had wrong default
25243           - Added firing of OnLoad event
25244           - Added some commented out debug code for Ownership handling
25245
25246 2004-10-17 22:16  pbartok
25247
25248         * Control.cs:
25249           - Fixed/implemented flat list of controls
25250
25251 2004-10-17 22:14  pbartok
25252
25253         * Application.cs:
25254           - Added code to simulate modal dialogs on Win32
25255
25256 2004-10-17 16:11  jordi
25257
25258         * ScrollBar.cs: disabled scrollbar should not honor any keyboard or
25259           mouse event
25260
25261 2004-10-17 13:39  jordi
25262
25263         * MenuAPI.cs: menu drawing fixes
25264
25265 2004-10-15 09:10  ravindra
25266
25267         * StructFormat.cs: General Enum.
25268
25269 2004-10-15 09:09  ravindra
25270
25271         * SizeGripStyle.cs: Enum for Form.
25272
25273 2004-10-15 09:08  ravindra
25274
25275         * Theme.cs, ThemeWin32Classic.cs: Added ColumnHeaderHeight property
25276           in Theme for ListView.
25277
25278 2004-10-15 09:06  ravindra
25279
25280         * ColumnHeader.cs: Flushing some formatting changes.
25281
25282 2004-10-15 09:05  ravindra
25283
25284         * ListViewItem.cs: Implemented GetBounds method and fixed coding
25285           style.
25286
25287 2004-10-15 09:03  ravindra
25288
25289         * ListView.cs: Implemented Paint method and fixed coding style.
25290
25291 2004-10-15 07:34  jordi
25292
25293         * MenuAPI.cs: fix for X11
25294
25295 2004-10-15 07:32  ravindra
25296
25297         * ButtonBase.cs, CheckBox.cs, RadioButton.cs:
25298                 - Renamed Paint() method to Draw() for clarity. Also, moved
25299                 DrawImage() to OnPaint().
25300
25301 2004-10-15 07:25  ravindra
25302
25303         * CheckBox.cs, RadioButton.cs:
25304                 - Removed Redraw (), we get it from ButtonBase.
25305                 - Implemented Paint (), to do class specific painting.
25306
25307 2004-10-15 07:16  ravindra
25308
25309         * ButtonBase.cs:
25310                 - Redraw () is not virtual now.
25311                 - Added an internal virtual method Paint (), so that
25312                 derived classes can do their painting on their own.
25313                 - Modified OnPaint () to call Paint ().
25314
25315 2004-10-15 06:43  jordi
25316
25317         * ContextMenu.cs, DrawItemEventHandler.cs, Form.cs, MainMenu.cs,
25318           MenuAPI.cs, MenuItem.cs: menu work, mainmenu, subitems, etc
25319
25320 2004-10-15 00:30  ravindra
25321
25322         * MessageBox.cs:
25323                 - MessageBox on windows does not have min/max buttons.
25324                 This change in CreateParams fixes this on Windows. We
25325                 still need to implement this windowstyle behavior in
25326                 our X11 driver.
25327
25328 2004-10-14 05:14  ravindra
25329
25330         * ToolBar.cs:
25331                 - Changed Redraw () to do a Refresh () always.
25332                 - Fixed the MouseMove event handling when mouse is pressed,
25333                 ie drag event handling.
25334                 - Replaced the usage of ToolBarButton.Pressed property to
25335                 ToolBarButton.pressed internal variable.
25336
25337 2004-10-14 05:10  ravindra
25338
25339         * ToolBarButton.cs:
25340                 - Added an internal member 'inside' to handle mouse move
25341                 with mouse pressed ie mouse drag event.
25342                 - Changed 'Pressed' property to return true only when
25343                 'inside' and 'pressed' are both true.
25344                 - Some coding style love.
25345
25346 2004-10-14 00:17  ravindra
25347
25348         * Form.cs: Fixed class signature. ShowDialog (Control) is not a
25349           public method.
25350
25351 2004-10-14 00:15  ravindra
25352
25353         * ButtonBase.cs: Redraw () related improvements.
25354
25355 2004-10-14 00:14  ravindra
25356
25357         * MessageBox.cs: Moved InitFormSize () out of Paint method and
25358           removed unnecessary calls to Button.Show () method.
25359
25360 2004-10-13 17:50  pbartok
25361
25362         * XplatUIX11.cs:
25363           - Formatting fix
25364           - Removed destroying of window until we solve the problem of X
25365             destroying the window before us on shutdown
25366
25367 2004-10-13 16:32  pbartok
25368
25369         * ButtonBase.cs:
25370           - Now Redraws on MouseUp for FlatStyle Flat and Popup
25371
25372 2004-10-13 14:18  pbartok
25373
25374         * XplatUIX11.cs:
25375           - Added code to destroy the X window
25376
25377 2004-10-13 14:18  pbartok
25378
25379         * XplatUIWin32.cs:
25380           - Added code to destroy a window
25381
25382 2004-10-13 14:12  pbartok
25383
25384         * ButtonBase.cs:
25385           - Added the Redraw on Resize that got dropped in the last rev
25386
25387 2004-10-13 09:06  pbartok
25388
25389         * ThemeWin32Classic.cs:
25390           - Path from John BouAntoun:
25391             * Fix check rendering (centre correctly for normal style, offset
25392               correctly for FlatStyle).
25393             * Fix border color usage (use backcolor) for FlatStyle.Popup
25394             * Use checkbox.Capture instead of checkbox.is_pressed when
25395               rendering flatstyle states.
25396
25397 2004-10-12 21:48  pbartok
25398
25399         * ThemeWin32Classic.cs:
25400           - Removed all occurences of SystemColors and replaced them with the
25401             matching theme color
25402
25403 2004-10-12 21:41  pbartok
25404
25405         * ThemeWin32Classic.cs:
25406           - From John BouAntoun: Added an overload to CPDrawBorder3D to allow
25407             him using the function for flatstyle drawing
25408           - Changed functions to use the new version of CPDrawBorder3D
25409
25410 2004-10-12 21:15  pbartok
25411
25412         * ControlPaint.cs:
25413           - Fixed Dark(), DarkDark(), Light() and LightLight() methods to
25414             match MS documentation. They need to return defined colors if the
25415             passed color matches the configured control color. Thanks to John
25416             BouAntoun for pointing this out.
25417
25418 2004-10-12 20:57  pbartok
25419
25420         * Control.cs:
25421           - Fix from John BouAntoun: Raise ForeColorChanged event when text
25422             color is changed
25423
25424 2004-10-12 20:46  pbartok
25425
25426         * CheckBox.cs:
25427           - Fix from John BouAntoun: Now properly sets the Appearance property
25428
25429 2004-10-12 20:45  pbartok
25430
25431         * ThemeWin32Classic.cs:
25432           - Fixes from John BouAntoun: now handles forecolors and backcolors
25433             for flatstyle rendered controls much better; It also fixes normal
25434             checkbox rendering when pushed or disabled.
25435
25436 2004-10-08 02:50  jordi
25437
25438         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: more menu
25439           work
25440
25441 2004-10-07 08:56  jordi
25442
25443         * ThemeWin32Classic.cs: Removes deletion of cached brushes
25444
25445 2004-10-06 03:59  jordi
25446
25447         * Control.cs, StatusBar.cs, ThemeWin32Classic.cs, ToolBar.cs,
25448           XplatUIWin32.cs: removes warnings from compilation
25449
25450 2004-10-05 12:23  jackson
25451
25452         * RadioButton.cs: Fix ctor
25453
25454 2004-10-05 11:10  pbartok
25455
25456         * MessageBox.cs:
25457           - Partial implementation by Benjamin Dasnois
25458
25459 2004-10-05 10:15  jackson
25460
25461         * ThemeWin32Classic.cs: Improve rendering of the radio button patch
25462           by John BouAntoun
25463
25464 2004-10-05 03:07  ravindra
25465
25466         * ToolBar.cs:
25467                 - Removed a private method, Draw ().
25468                 - Fixed the ButtonDropDown event handling.
25469                 - Fixed MouseMove event handling.
25470
25471 2004-10-05 03:04  ravindra
25472
25473         * ThemeWin32Classic.cs:
25474                 - Added DrawListView method and ListViewDefaultSize property.
25475                 - Changed ControlPaint method calls to CPDrawXXX wherever possible.
25476                 - Changed DOS style CRLF to Unix format (dos2unix).
25477
25478 2004-10-05 03:03  ravindra
25479
25480         * Theme.cs:
25481                 - Added DrawListView method and ListViewDefaultSize property.
25482
25483 2004-10-05 02:42  ravindra
25484
25485         * ToolBarButton.cs: Added an internal member dd_pressed to handle
25486           clicks on DropDown arrow.
25487
25488 2004-10-04 22:56  jackson
25489
25490         * ButtonBase.cs, Label.cs, MenuAPI.cs, ProgressBar.cs,
25491           ScrollBar.cs, StatusBar.cs, ToolBar.cs, TrackBar.cs: Let the base
25492           Control handle the buffers, derived classes should not have to
25493           CreateBuffers themselves.
25494
25495 2004-10-04 21:20  jackson
25496
25497         * StatusBar.cs: The control handles resizing the buffers now.
25498
25499 2004-10-04 21:18  jackson
25500
25501         * Control.cs: When resizing the buffers should be invalidated. This
25502           should be handled in Control not in derived classes.
25503
25504 2004-10-04 14:45  jackson
25505
25506         * TabPage.cs: oops
25507
25508 2004-10-04 02:14  pbartok
25509
25510         * LeftRightAlignment.cs:
25511           - Initial check-in
25512
25513 2004-10-04 01:09  jordi
25514
25515         * ThemeWin32Classic.cs: fixes right button position causing right
25516           button not showing on horizontal scrollbars
25517
25518 2004-10-02 13:12  pbartok
25519
25520         * XplatUIX11.cs:
25521           - Simplified the Invalidate method by using an X call instead of
25522             generating the expose ourselves
25523           - Added an expose when the window background is changed
25524           - Implemented ClientToScreen method
25525
25526 2004-10-02 13:08  pbartok
25527
25528         * XplatUIWin32.cs:
25529           - Added Win32EnableWindow method (test for implementing modal
25530           dialogs)
25531           - Added ClientToScreen method and imports
25532
25533 2004-10-02 13:07  pbartok
25534
25535         * XplatUI.cs, XplatUIDriver.cs:
25536           - Added ClientToScreen coordinate translation method
25537
25538 2004-10-02 13:06  pbartok
25539
25540         * KeyPressEventArgs.cs:
25541           - Fixed access level for constructor
25542
25543 2004-10-02 13:06  pbartok
25544
25545         * NativeWindow.cs:
25546           - Changed access level for the window_collection hash table
25547
25548 2004-10-02 13:05  pbartok
25549
25550         * Form.cs:
25551           - Added KeyPreview property
25552           - Added Menu property (still incomplete, pending Jordi's menu work)
25553           - Implemented ProcessCmdKey
25554           - Implemented ProcessDialogKey
25555           - Implemented ProcessKeyPreview
25556
25557 2004-10-02 13:02  pbartok
25558
25559         * Control.cs:
25560           - Added private method to get the Control object from the window
25561           handle
25562           - Implemented ContextMenu property
25563           - Implemented PointToScreen
25564           - Implemented PreProcessMessage
25565           - Implemented IsInputChar
25566           - Implemented IsInputKey
25567           - Implemented ProcessCmdKey
25568           - Completed ProcessKeyEventArgs
25569           - Fixed message loop to call the proper chain of functions on key
25570           events
25571           - Implemented ProcessDialogChar
25572           - Implemented ProcessDialogKey
25573           - Implemented ProcessKeyMessage
25574           - Implemented ProcessKeyPreview
25575           - Added RaiseDragEvent stub (MS internal method)
25576           - Added RaiseKeyEvent stub (MS internal method)
25577           - Added RaiseMouseEvent stub (MS Internal method)
25578           - Added RaisePaintEvent stub (MS Internal method)
25579           - Added ResetMouseEventArgs stub (MS Internal method)
25580           - Implemented RtlTranslateAlignment
25581           - Implemented RtlTranslateContent
25582           - Implemented RtlTranslateHorizontal
25583           - Implemented RtlTranslateLeftRight
25584           - Added generation of KeyPress event
25585
25586 2004-10-02 05:57  ravindra
25587
25588         * ListViewItem.cs: Added attributes.
25589
25590 2004-10-02 05:32  ravindra
25591
25592         * ListView.cs: Added attributes.
25593
25594 2004-10-01 11:53  jackson
25595
25596         * Form.cs: Implement the Close method so work on MessageBox can
25597           continue.
25598
25599 2004-09-30 14:06  pbartok
25600
25601         * XplatUIX11.cs:
25602           - Bug fixes
25603
25604 2004-09-30 11:34  jackson
25605
25606         * RadioButton.cs: Fix typo. Patch by John BouAntoun.
25607
25608 2004-09-30 07:26  ravindra
25609
25610         * ListViewItemConverter.cs: Converter for ListViewItem.
25611
25612 2004-09-30 07:26  ravindra
25613
25614         * SortOrder.cs: Enum for ListView control.
25615
25616 2004-09-30 07:25  ravindra
25617
25618         * ColumnHeader.cs: Supporting class for ListView control.
25619
25620 2004-09-30 07:24  ravindra
25621
25622         * ListView.cs, ListViewItem.cs: Initial implementation.
25623
25624 2004-09-30 07:20  ravindra
25625
25626         * ItemActivation.cs: Enum for ListView Control.
25627
25628 2004-09-29 20:29  pbartok
25629
25630         * XplatUIX11.cs:
25631           - Added lookup of pixel value for background color; tries to get a
25632             color 'close' to the requested color, it avoids having to create a
25633             colormap.  Depending on the display this could mean the used color
25634             is slightly off the desired color. Might have to change it to a more
25635             resource intensive colormap approach, but it will work as a
25636           workaround to avoid red screens.
25637
25638 2004-09-29 14:27  jackson
25639
25640         * XplatUIX11.cs: Set the X DisplayHandle in System.Drawing
25641
25642 2004-09-28 12:44  pbartok
25643
25644         * ButtonBase.cs, CheckBox.cs, ControlPaint.cs, GroupBox.cs,
25645           HScrollBar.cs, Label.cs, LinkLabel.cs, Panel.cs, PictureBox.cs,
25646           ProgressBar.cs, RadioButton.cs, ScrollBar.cs, StatusBar.cs,
25647           Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs, ToolBar.cs,
25648           TrackBar.cs, VScrollBar.cs:
25649           - Streamlined Theme interfaces:
25650             * Each DrawXXX method for a control now is passed the object for
25651               the control to be drawn in order to allow accessing any state the
25652               theme might require
25653
25654             * ControlPaint methods for the theme now have a CP prefix to avoid
25655               name clashes with the Draw methods for controls
25656
25657             * Every control now retrieves it's DefaultSize from the current
25658             theme
25659
25660 2004-09-28 12:17  jackson
25661
25662         * Button.cs: Do not redraw OnClick MouseUp/Down will handle the
25663           drawing
25664
25665 2004-09-24 14:57  jackson
25666
25667         * XplatUIX11.cs: Don't lock/enqueue/dequeue for unhandled messages.
25668           Gives us a nice little performance boost.
25669
25670 2004-09-24 12:02  jackson
25671
25672         * TabAlignment.cs, TabAppearance.cs, TabControl.cs, TabDrawMode.cs,
25673           TabPage.cs, TabSizeMode.cs: Partial implementation of the Tab
25674           Control and supporting classes. Initial checkin
25675
25676 2004-09-23 13:08  jackson
25677
25678         * Form.cs: Temp build fixage
25679
25680 2004-09-23 01:39  ravindra
25681
25682         * ItemChangedEventArgs.cs, ItemChangedEventHandler.cs,
25683           ItemCheckEventArgs.cs, ItemCheckEventHandler.cs,
25684           ItemDragEventArgs.cs, ItemDragEventHandler.cs,
25685           LabelEditEventArgs.cs, LabelEditEventHandler.cs: EventArgs and
25686           EventHandlers needed by ListView Control.
25687
25688 2004-09-22 14:12  pbartok
25689
25690         * ScrollableControl.cs:
25691           - Implemented DockPadding property
25692           - Implemented AutoScroll property
25693           - Implemented AutoScrollMargin property
25694           - Implemented AutoScrollMinSize property
25695           - Implemented AutoScrollPosition property
25696           - Implemented DisplayRectangle property (still incomplete)
25697           - Implemented CreateParams property
25698           - Implemented HScroll property
25699           - Implemented VScroll property
25700           - Implemented OnVisibleChanged property
25701
25702 2004-09-22 14:09  pbartok
25703
25704         * Form.cs:
25705           - Added Form.ControllCollection class
25706           - Added handling for Form owners: Owner, OwnedForms, AddOwnedForm,
25707             RemoveOwnedForm (still incomplete, missing on-top and common
25708             minimize/maximize behaviour)
25709           - Added StartPosition property (still incomplete, does not use when
25710             creating the form)
25711           - Added ShowDialog() methods (still incomplete, missing forcing the
25712             dialog modal)
25713
25714 2004-09-22 14:05  pbartok
25715
25716         * Application.cs:
25717           - Added message loop for modal dialogs
25718
25719 2004-09-22 14:02  pbartok
25720
25721         * GroupBox.cs:
25722           - Fixed wrong types for events
25723
25724 2004-09-22 14:00  pbartok
25725
25726         * Shortcut.cs, FormWindowState.cs:
25727           - Fixed wrong values
25728
25729 2004-09-22 12:01  jackson
25730
25731         * Control.cs: Text is never null
25732
25733 2004-09-20 22:14  pbartok
25734
25735         * XplatUIWin32.cs:
25736           - Fixed accessibility level for Idle handler
25737
25738 2004-09-20 18:54  jackson
25739
25740         * Application.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
25741           XplatUIX11.cs: New message loop that uses poll so we don't get a
25742           busy loop
25743
25744 2004-09-17 10:43  pbartok
25745
25746         * ScrollBar.cs:
25747           - Fixed behaviour of arrow buttons. Now properly behaves like
25748             Buttons (and like Microsoft's scrollbar arrow buttons)
25749
25750 2004-09-17 10:14  pbartok
25751
25752         * ScrollBar.cs:
25753           - Added missing release of keyboard/mouse capture
25754
25755 2004-09-17 06:18  jordi
25756
25757         * ContextMenu.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs,
25758           Theme.cs: Very early menu support
25759
25760 2004-09-16 17:45  pbartok
25761
25762         * XplatUIWin32.cs:
25763           - Fixed sending a window to the front
25764           - Added overload for SetWindowPos to avoid casting
25765
25766 2004-09-16 17:44  pbartok
25767
25768         * Control.cs:
25769           - Added SendToBack and BringToFront methods
25770
25771 2004-09-16 07:00  ravindra
25772
25773         * Copyright: Added Novell URL.
25774
25775 2004-09-16 07:00  ravindra
25776
25777         * ToolBar.cs: Invalidate should be done before redrawing.
25778
25779 2004-09-15 21:19  ravindra
25780
25781         * ColumnHeaderStyle.cs: Enum for ListView Control.
25782
25783 2004-09-15 21:18  ravindra
25784
25785         * ColumnClickEventArgs.cs, ColumnClickEventHandler.cs: Event for
25786           ListView Control.
25787
25788 2004-09-13 18:26  jackson
25789
25790         * Timer.cs, XplatUIX11.cs: Remove test code so timers are updated
25791           properly
25792
25793 2004-09-13 18:13  jackson
25794
25795         * Timer.cs, X11Structs.cs, XplatUIX11.cs: Timers are now handled in
25796           a second thread and post messages into the main threads message
25797           queue. This makes timing much more consistent. Both win2K and XP
25798           have a minimum timer value of 15 milliseconds, so we now do this
25799           too.
25800
25801 2004-09-13 15:18  pbartok
25802
25803         * X11Structs.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
25804           XplatUIX11.cs:
25805           - Added Z-Ordering methods
25806
25807 2004-09-13 10:56  pbartok
25808
25809         * Form.cs:
25810           - Fixed #region names
25811           - Moved properties and methods into their proper #regions
25812
25813 2004-09-13 10:51  pbartok
25814
25815         * Form.cs:
25816           - Added Accept and CancelButton properties
25817           - Added ProcessDialogKey() method
25818
25819 2004-09-13 08:18  pbartok
25820
25821         * IWindowTarget.cs:
25822           - Initial check-in
25823
25824 2004-09-10 21:50  pbartok
25825
25826         * Control.cs:
25827           - Added DoDragDrop() [incomplete]
25828           - Properly implemented 'Visible' handling
25829           - Added SetVisibleCore()
25830           - Implemented FindChildAtPoint()
25831           - Implemented GetContainerControl()
25832           - Implemented Hide()
25833
25834 2004-09-10 19:28  pbartok
25835
25836         * Control.cs:
25837           - Moved methods into their appropriate #regions
25838           - Reordered methods within regions alphabetically
25839
25840 2004-09-10 18:57  pbartok
25841
25842         * XplatUIX11.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
25843           - Added method to retrieve text from window
25844
25845 2004-09-10 18:56  pbartok
25846
25847         * Control.cs:
25848           - Moved some internal functions into the internal region
25849           - Implemented FontHeight
25850           - Implemented RenderRightToLeft
25851           - Implemented ResizeRedraw
25852           - Implemented ShowFocusCues
25853           - Implemented ShowKeyboardCues
25854           - Implemented FromChildHandle
25855           - Implemented FromHandle
25856           - Implemented IsMnemonic
25857           - Implemented ReflectMessage
25858           - All public and protected Static Methods are now complete
25859
25860 2004-09-10 16:54  pbartok
25861
25862         * Control.cs:
25863           - Implemented remaining missing public instance properties
25864           - Alphabetized some out of order properties
25865
25866 2004-09-10 05:51  ravindra
25867
25868         * PictureBox.cs: Added a check for null image.
25869
25870 2004-09-10 00:59  jordi
25871
25872         * GroupBox.cs: remove cvs tag
25873
25874 2004-09-09 05:25  ravindra
25875
25876         * ToolBar.cs: Make redraw accessible from ToolBarButton.
25877
25878 2004-09-09 05:23  ravindra
25879
25880         * ToolBarButton.cs: Changes in ToolBarButton need to make it's
25881           parent redraw.
25882
25883 2004-09-09 02:28  pbartok
25884
25885         * ThemeWin32Classic.cs:
25886           - Improve disabled string look
25887
25888 2004-09-09 01:15  jordi
25889
25890         * MeasureItemEventArgs.cs, MeasureItemEventHandler.cs: measureitem
25891           args and handler
25892
25893 2004-09-08 23:56  ravindra
25894
25895         * ItemBoundsPortion.cs: It's enum, not a class!
25896
25897 2004-09-08 23:47  ravindra
25898
25899         * FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs:
25900           Enums for Form.
25901
25902 2004-09-08 21:13  ravindra
25903
25904         * ItemBoundsPortion.cs, ListViewAlignment.cs, View.cs: Enums for
25905           ListView control.
25906
25907 2004-09-08 21:03  ravindra
25908
25909         * ThemeWin32Classic.cs: PictureBox would not draw a null image to
25910           avoid crash.
25911
25912 2004-09-08 21:01  ravindra
25913
25914         * ScrollableControl.cs: Removed unreachable code.
25915
25916 2004-09-08 06:45  jordi
25917
25918         * MenuMerge.cs, Shortcut.cs: enumerations need it by menus
25919
25920 2004-09-08 01:00  jackson
25921
25922         * XplatUIX11.cs: Only run the timers when updating the message
25923           queue. This effectively gives X messages a higher priority then
25924           timer messages. Timers still need love though
25925
25926 2004-09-07 14:01  jackson
25927
25928         * XplatUIX11.cs: Do not call XDestroyWindow, X has already done
25929           this for us and the handle is no longer valid.
25930
25931 2004-09-07 13:59  jackson
25932
25933         * HandleData.cs, XplatUIX11.cs: First steps towards a new X event
25934           loop that manages to not crash. TODO: Add poll and cleanup timers
25935
25936 2004-09-07 11:12  jordi
25937
25938         * GroupBox.cs, Theme.cs, ThemeWin32Classic.cs: GroupBox control
25939
25940 2004-09-07 03:40  jordi
25941
25942         * Label.cs, LinkLabel.cs, Theme.cs, ThemeWin32Classic.cs: LinkLabel
25943           fixes, methods, multiple links
25944
25945 2004-09-06 06:55  jordi
25946
25947         * Control.cs: Caches ClientRectangle rectangle value
25948
25949 2004-09-05 02:03  jordi
25950
25951         * ScrollBar.cs, ThemeWin32Classic.cs: fixes bugs, adds flashing on
25952           certain situations
25953
25954 2004-09-04 11:10  jordi
25955
25956         * Label.cs: Refresh when font changed
25957
25958 2004-09-02 16:24  pbartok
25959
25960         * Control.cs:
25961           - Added sanity check to creation of double buffer bitmap
25962
25963 2004-09-02 16:24  pbartok
25964
25965         * ButtonBase.cs:
25966           - Fixed selection of text color
25967           - Fixed handling of resize event; now properly recreates double
25968             buffering bitmap
25969           - Added missing assignment of TextAlignment
25970           - Added proper default for TextAlignment
25971
25972 2004-09-02 14:26  pbartok
25973
25974         * RadioButton.cs:
25975           - Added missing RadioButton.RadioButtonAccessibleObject class
25976
25977 2004-09-02 14:26  pbartok
25978
25979         * Control.cs:
25980           - Added missing Control.ControlAccessibleObject class
25981           - Started to implement Select()ion mechanisms, still very incomplete
25982
25983 2004-09-02 14:25  pbartok
25984
25985         * AccessibleObject.cs:
25986           - Added missing methods
25987
25988 2004-09-02 14:23  pbartok
25989
25990         * AccessibleNavigation.cs, AccessibleSelection.cs:
25991           - Initial check-in
25992
25993 2004-09-02 10:32  jordi
25994
25995         * Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: implements resource
25996           pool for pens, brushes, and hatchbruses
25997
25998 2004-09-01 15:30  jackson
25999
26000         * StatusBar.cs: Fix typo
26001
26002 2004-09-01 14:44  pbartok
26003
26004         * RadioButton.cs:
26005           - Fixed state
26006
26007 2004-09-01 14:39  pbartok
26008
26009         * Button.cs, RadioButton.cs:
26010           - Functional initial check-in
26011
26012 2004-09-01 14:01  pbartok
26013
26014         * CheckBox.cs:
26015           - Added missing default
26016           - Added missing region mark
26017
26018 2004-09-01 09:10  jordi
26019
26020         * Label.cs: fixes method signatures, new methods, events, fixes
26021           autosize
26022
26023 2004-09-01 07:19  jordi
26024
26025         * Control.cs: Init string variables with an empty object
26026
26027 2004-09-01 04:20  jordi
26028
26029         * Control.cs: fires OnFontChanged event
26030
26031 2004-08-31 20:07  pbartok
26032
26033         * ButtonBase.cs:
26034           - Enabled display of strings
26035
26036 2004-08-31 20:05  pbartok
26037
26038         * Form.cs:
26039           - Added (partial) implementation of DialogResult; rest needs to be
26040             implemented when the modal loop code is done
26041
26042 2004-08-31 19:55  pbartok
26043
26044         * CheckBox.cs:
26045           - Fixed to match the removal of the needs_redraw concept
26046
26047 2004-08-31 19:55  pbartok
26048
26049         * ButtonBase.cs:
26050           - Removed the rather odd split between 'needs redraw' and redrawing
26051           - Now handles the events that require regeneration (ambient
26052             properties and size)
26053
26054 2004-08-31 19:41  pbartok
26055
26056         * Control.cs:
26057           - Added firing of BackColorChanged event
26058           - Added TopLevelControl property
26059           - Fixed handling of WM_ERASEBKGRND message
26060
26061 2004-08-31 12:49  pbartok
26062
26063         * ButtonBase.cs:
26064           - Removed debug
26065           - Minor fixes
26066
26067 2004-08-31 12:48  pbartok
26068
26069         * CheckBox.cs:
26070           - Finished (famous last words)
26071
26072 2004-08-31 04:35  jordi
26073
26074         * ScrollBar.cs: adds autorepeat timer, uses a single timer, fixes
26075           scrolling bugs, adds new methods
26076
26077 2004-08-30 14:42  pbartok
26078
26079         * CheckBox.cs:
26080           - Implemented CheckBox drawing code
26081
26082 2004-08-30 14:42  pbartok
26083
26084         * ButtonBase.cs:
26085           - Made Redraw() and CheckRedraw() virtual
26086           - Improved mouse up/down/move logic to properly track buttons
26087
26088 2004-08-30 09:44  pbartok
26089
26090         * CheckBox.cs:
26091           - Updated to fix broken build. Not complete yet.
26092
26093 2004-08-30 09:28  pbartok
26094
26095         * CheckState.cs:
26096           - Initial checkin
26097
26098 2004-08-30 09:17  pbartok
26099
26100         * Appearance.cs:
26101           - Initial check-in
26102
26103 2004-08-27 16:12  ravindra
26104
26105         * ToolBarButton.cs: Added TypeConverter attribute.
26106
26107 2004-08-27 16:07  ravindra
26108
26109         * ImageIndexConverter.cs: Implemented.
26110
26111 2004-08-27 14:17  pbartok
26112
26113         * Control.cs:
26114           - Removed unneeded stack vars
26115           - First attempt to fix sizing issues when layout is suspended
26116
26117 2004-08-25 15:35  jordi
26118
26119         * ScrollBar.cs: more fixes to scrollbar
26120
26121 2004-08-25 14:04  ravindra
26122
26123         * Theme.cs, ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs:
26124           Added the missing divider code and grip for ToolBar Control.
26125
26126 2004-08-25 13:20  pbartok
26127
26128         * Control.cs:
26129           - Control now properly passes the ambient background color to child
26130             controls
26131
26132 2004-08-25 13:20  jordi
26133
26134         * ScrollBar.cs: small bug fix regarding bar position
26135
26136 2004-08-25 12:33  pbartok
26137
26138         * Timer.cs:
26139           - Now only calls SetTimer or KillTimer if the enabled state has
26140           changed
26141
26142 2004-08-25 12:33  pbartok
26143
26144         * XplatUIWin32.cs:
26145           - Fixed timer handling, now seems to work
26146           - Improved error message for window creation
26147
26148 2004-08-25 12:32  pbartok
26149
26150         * Control.cs:
26151           - Fixed generation of MouseUp message
26152
26153 2004-08-25 12:29  jordi
26154
26155         * ProgressBar.cs, ThemeWin32Classic.cs: new methods, properties,
26156           and fixes for progressbar
26157
26158 2004-08-24 18:43  ravindra
26159
26160         * ThemeWin32Classic.cs, ToolBar.cs: Fixed wrapping related issues
26161           in ToolBar control.
26162
26163 2004-08-24 17:15  pbartok
26164
26165         * Panel.cs:
26166           - Added #region
26167           - Added missing events
26168           - Alphabetized
26169
26170 2004-08-24 17:14  pbartok
26171
26172         * StatusBar.cs, PictureBox.cs:
26173           - Now uses Control's CreateParams
26174
26175 2004-08-24 16:36  pbartok
26176
26177         * XplatUIX11.cs:
26178           - Fixed background color handling
26179           - Fixed sending of enter/leave events on a grab
26180
26181 2004-08-24 16:35  pbartok
26182
26183         * X11Structs.cs:
26184           - Refined definitions for CrossingEvent
26185
26186 2004-08-24 12:37  jordi
26187
26188         * ScrollBar.cs, Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: fixes
26189           formmating, methods signature, and adds missing events
26190
26191 2004-08-24 12:24  jordi
26192
26193         * Control.cs: fire OnEnabledChanged event
26194
26195 2004-08-24 11:17  pbartok
26196
26197         * XplatUIWin32.cs:
26198           - Implemented SetTimer() and KillTimer()
26199
26200 2004-08-24 11:16  pbartok
26201
26202         * XplatUIX11.cs:
26203           - Now uses Remove instead of Add to kill the timer
26204
26205 2004-08-24 10:16  jackson
26206
26207         * PictureBox.cs, Theme.cs, ThemeWin32Classic.cs: Handle drawing
26208           picture boxes in the theme now. Draw picture box borders and obey
26209           sizing modes
26210
26211 2004-08-24 05:49  jackson
26212
26213         * Timer.cs: Remove top secret debugging code
26214
26215 2004-08-24 05:34  jackson
26216
26217         * PictureBox.cs: Temp hack to make picture boxes draw their full
26218           image
26219
26220 2004-08-24 05:29  jackson
26221
26222         * Timer.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
26223           XplatUIX11.cs: Move timers to the driver level. On X they are
26224           queued by the driver and checked on idle.
26225
26226 2004-08-24 01:07  jackson
26227
26228         * XplatUIX11.cs: Use a queue for async messages instead of passing
26229           them as ClientMessages since that was totally broken. Also simply
26230           check for events and return an idle message if none are found. This
26231           gives us an idle handler, and prevents deadlocking when no messages
26232           are in the queue.
26233
26234 2004-08-23 18:19  ravindra
26235
26236         * XplatUIWin32.cs: Removed the unwanted destructor.
26237
26238 2004-08-23 17:27  pbartok
26239
26240         * ButtonBase.cs:
26241           - Finishing touches. Works now, just needs some optimizations.
26242
26243 2004-08-23 16:53  jordi
26244
26245         * ScrollBar.cs: small fix
26246
26247 2004-08-23 16:45  pbartok
26248
26249         * Application.cs:
26250           - Removed debug output
26251           - Simplifications
26252
26253 2004-08-23 16:43  jordi
26254
26255         * ScrollBar.cs: [no log message]
26256
26257 2004-08-23 16:10  pbartok
26258
26259         * Form.cs:
26260           - Fixed handling of WM_CLOSE message
26261           - Removed debug output
26262
26263 2004-08-23 16:09  pbartok
26264
26265         * Application.cs:
26266           - Added handling of Idle event
26267           - Added handling of form closing
26268           - Fixed reporting of MessageLoop property
26269           - Removed some unneeded code, should provide a bit of a speedup
26270
26271 2004-08-23 15:22  pbartok
26272
26273         * Control.cs:
26274           - Added InitLayout() method
26275           - Added code to properly perform layout when Anchor or Dock property
26276             is changed
26277           - Changed 'interpretation' of ResumeLayout. MS seems to have a
26278             LAMESPEC, tried to do it in a way that makes sense
26279
26280 2004-08-23 14:10  jordi
26281
26282         * HScrollBar.cs, ScrollBar.cs, TrackBar.cs, VScrollBar.cs: fixes
26283           properties and methods
26284
26285 2004-08-23 13:55  pbartok
26286
26287         * Control.cs:
26288           - Properly fixed Jordi's last fix
26289           - Now uses Cursor's Position property instead of calling XplatUI
26290           directly
26291
26292 2004-08-23 13:44  jordi
26293
26294         * PaintEventHandler.cs: Adding missing attribute
26295
26296 2004-08-23 13:39  pbartok
26297
26298         * Cursor.cs:
26299           - Implemented Position property
26300
26301 2004-08-23 13:39  pbartok
26302
26303         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
26304           - Added method to move mouse cursor
26305
26306 2004-08-23 13:39  pbartok
26307
26308         * XplatUIX11.cs:
26309           - Fixed setting of background color
26310           - Added method to move mouse cursor
26311
26312 2004-08-23 13:16  jordi
26313
26314         * Control.cs: avoids null exception
26315
26316 2004-08-22 17:46  jackson
26317
26318         * PictureBox.cs, PictureBoxSizeMode.cs: Initial implementation of
26319           PictureBox
26320
26321 2004-08-22 17:40  jackson
26322
26323         * XplatUIX11.cs: Add some missing locks
26324
26325 2004-08-22 15:10  pbartok
26326
26327         * Control.cs, Form.cs:
26328           - Removed OverlappedWindow style from Control, instead it's default
26329             now is child
26330           - Made form windows OverlappedWindow by default
26331
26332 2004-08-22 13:34  jackson
26333
26334         * ScrollBar.cs: Update the position through the Value property so
26335           the OnValueChanged event is raised.
26336
26337 2004-08-22 12:04  pbartok
26338
26339         * SWF.csproj:
26340           - Added Cursor.cs and UserControl.cs
26341
26342 2004-08-22 12:03  pbartok
26343
26344         * Cursor.cs:
26345           - Started implementation, not usable yet
26346
26347 2004-08-22 12:00  pbartok
26348
26349         * UserControl.cs:
26350           - Implemented UserControl (complete)
26351
26352 2004-08-21 19:20  ravindra
26353
26354         * ToolBar.cs: Correcting the formatting mess of VS.NET.
26355
26356 2004-08-21 18:49  ravindra
26357
26358         * ToolBar.cs: Probably this completes the missing attributes in
26359           toolbar control.
26360
26361 2004-08-21 18:03  ravindra
26362
26363         * ToolBar.cs, ToolBarButton.cs, ToolBarButtonClickEventArgs.cs:
26364           Fixed toolbar control signatures.
26365
26366 2004-08-21 16:32  pbartok
26367
26368         * LinkLabel.cs:
26369           - Signature Fixes
26370
26371 2004-08-21 16:30  pbartok
26372
26373         * Label.cs:
26374           - Signature fixes
26375
26376 2004-08-21 16:19  pbartok
26377
26378         * Control.cs, Label.cs:
26379           - Signature fixes
26380
26381 2004-08-21 15:57  pbartok
26382
26383         * ButtonBase.cs:
26384           - Added loads of debug output for development
26385           - Fixed typo in method name
26386
26387 2004-08-21 15:52  pbartok
26388
26389         * ToolBarButtonClickEventArgs.cs:
26390           - Added missing base class
26391
26392 2004-08-21 14:53  pbartok
26393
26394         * Control.cs:
26395           - Updated to match new GrabWindow signature
26396
26397 2004-08-21 14:51  pbartok
26398
26399         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
26400           - Added method to get default display size
26401
26402 2004-08-21 14:23  pbartok
26403
26404         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
26405           - Added method to query current grab state
26406           - Added argument to allow confining a grab to a window
26407
26408 2004-08-21 14:22  pbartok
26409
26410         * Keys.cs:
26411           - Added [Flags] attribute so that modifiers can be used in bitwise
26412           ops
26413
26414 2004-08-21 14:21  pbartok
26415
26416         * TrackBar.cs, ScrollBar.cs:
26417           - Replaced direct XplatUI calls with their Control counterpart
26418
26419 2004-08-21 13:32  pbartok
26420
26421         * Control.cs:
26422           - Implemented Created property
26423
26424 2004-08-21 13:28  pbartok
26425
26426         * Control.cs:
26427           - Implemented ContainsFocus
26428
26429 2004-08-21 13:26  pbartok
26430
26431         * Control.cs:
26432           - Implemented CausesValidation
26433
26434 2004-08-21 13:21  pbartok
26435
26436         * Control.cs:
26437           - Implemented CanFocus
26438           - Implemented CanSelect
26439           - Implemented Capture
26440
26441 2004-08-21 12:35  pbartok
26442
26443         * XplatUIWin32.cs:
26444           - Fixed bug with Async message handling
26445           - Implemented getting the ModifierKeys
26446
26447 2004-08-21 12:32  jackson
26448
26449         * AsyncMethodResult.cs: Make sure we have the mutex before we
26450           release it. Fixes BeginInvoke on windows
26451
26452 2004-08-21 11:31  pbartok
26453
26454         * XplatUIWin32.cs, XplatUIX11.cs:
26455           - Drivers now return proper mouse state
26456
26457 2004-08-21 10:54  jackson
26458
26459         * Control.cs: Implement EndInvoke
26460
26461 2004-08-21 10:48  jackson
26462
26463         * Timer.cs: Remove unneeded finalizer
26464
26465 2004-08-20 19:52  ravindra
26466
26467         * ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs: Improvments
26468           in mouse event handling in the ToolBar control.
26469
26470 2004-08-20 19:50  ravindra
26471
26472         * ImageList.cs: Changed draw method to use the arguments passed in
26473           to draw the image.
26474
26475 2004-08-20 18:58  pbartok
26476
26477         * XplatUIStructs.cs:
26478           - Added private message for async communication
26479
26480 2004-08-20 17:38  ravindra
26481
26482         * Control.cs: Made RightToLeft property virtual and removed a
26483           Console.WriteLine.
26484
26485 2004-08-20 14:39  jordi
26486
26487         * ThemeGtk.cs: use style_attach
26488
26489 2004-08-20 14:39  pbartok
26490
26491         * XplatUIWin32.cs:
26492           - Added jackson's Async code from X11 to Win32
26493
26494 2004-08-20 14:09  pbartok
26495
26496         * SWF.csproj:
26497           - Added all new files
26498
26499 2004-08-20 14:09  pbartok
26500
26501         * Control.cs:
26502           - Added call to set window background color
26503
26504 2004-08-20 14:03  pbartok
26505
26506         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
26507           - Added method for setting the window background
26508
26509 2004-08-20 14:02  pbartok
26510
26511         * XplatUIWin32.cs:
26512           - Added method for setting the background color
26513           - Added handling for erasing the window background
26514
26515 2004-08-20 13:45  jordi
26516
26517         * TrackBar.cs: fixes timer, new properties and methods
26518
26519 2004-08-20 13:34  jackson
26520
26521         * ScrollBar.cs: Use the SWF timer so callbacks are run in the
26522           correct thread
26523
26524 2004-08-20 13:22  jackson
26525
26526         * Timer.cs: Timer Tick events are now handed through Controls Async
26527           mechanism so the callbacks are executed in the same thread as X
26528
26529 2004-08-20 13:19  jackson
26530
26531         * XplatUIDriver.cs: Expose functionality to send async messages
26532           through the driver
26533
26534 2004-08-20 13:18  jackson
26535
26536         * Control.cs: Implement Begininvoke
26537
26538 2004-08-20 13:14  jackson
26539
26540         * XplatUI.cs, XplatUIWin32.cs: Expose functionality to send async
26541           messages through the driver
26542
26543 2004-08-20 13:12  jackson
26544
26545         * XplatUIX11.cs: Lock before all X operations. Also added Async
26546           method functionality through XSendEvent
26547
26548 2004-08-20 13:11  jackson
26549
26550         * X11Structs.cs: Use IntPtrs for ClientMessage extra data (TODO:
26551           This will screw up on 64 bit systems)
26552
26553 2004-08-20 13:10  jackson
26554
26555         * AsyncMethodData.cs, AsyncMethodResult.cs: Classes for sending
26556           Async messages through X/Win32
26557
26558 2004-08-19 19:39  pbartok
26559
26560         * XplatUIX11.cs:
26561           - Updated code to match new HandleData.DeviceContext type
26562
26563 2004-08-19 19:38  pbartok
26564
26565         * HandleData.cs:
26566           - Made DeviceContext a generic object to allow usage from various
26567           drivers
26568           - Added support for queueing Windows messages
26569
26570 2004-08-19 19:37  pbartok
26571
26572         * XplatUIWin32.cs:
26573           - Added generation of MouseEnter, MouseLeave and MouseHover events
26574           - Added cleanup on EndPaint
26575
26576 2004-08-19 19:17  pbartok
26577
26578         * Control.cs:
26579           - Added handling of WM_MOUSEHOVER
26580           - Worked around 'bug' in Win32 WM_MOUSE_ENTER/WM_MOUSE_LEAVE driver
26581           code
26582
26583 2004-08-19 18:55  jordi
26584
26585         * ThemeGtk.cs: fixes button order
26586
26587 2004-08-19 18:12  jordi
26588
26589         * Theme.cs, ThemeWin32Classic.cs: fixes methods signature
26590
26591 2004-08-19 17:09  pbartok
26592
26593         * Control.cs:
26594           - Added Right property
26595           - Added RightToLeft property
26596
26597 2004-08-19 16:27  jordi
26598
26599         * ThemeGtk.cs: experimental GTK theme support
26600
26601 2004-08-19 16:26  jordi
26602
26603         * ITheme.cs, Theme.cs: move themes from an interface to a class
26604
26605 2004-08-19 16:25  jordi
26606
26607         * Control.cs, ScrollBar.cs, ThemeEngine.cs, ThemeWin32Classic.cs:
26608           theme enhancaments
26609
26610 2004-08-19 16:04  pbartok
26611
26612         * XplatUIX11.cs:
26613           - Added colormap basics
26614           - Added a way to re-initialize with a different display handle
26615           - Fixed setting of the window background color
26616           - Added various X11 imports related to colors and colormaps
26617
26618 2004-08-19 15:51  pbartok
26619
26620         * X11Structs.cs:
26621           - Removed packing hints (Paolo suggested this a while back)
26622           - fixed colormap type
26623           - Added default Atom types
26624           - Added Screen and color structs and enums
26625
26626 2004-08-19 15:39  pbartok
26627
26628         * ImageList.cs:
26629           - Added missing Draw() method
26630           - Added missing RecreateHandle event
26631
26632 2004-08-19 15:30  pbartok
26633
26634         * Form.cs:
26635           - Added handling of WM_CLOSE
26636
26637 2004-08-18 13:16  jordi
26638
26639         * ITheme.cs, ThemeWin32Classic.cs, XplatUIWin32.cs: Move colors to
26640           a table
26641
26642 2004-08-18 09:56  jordi
26643
26644         * ScrollBar.cs: fixes to scrollbar: steps and multiple timers
26645
26646 2004-08-17 15:31  ravindra
26647
26648         * SWF.csproj: Updated project.
26649
26650 2004-08-17 15:25  pbartok
26651
26652         * Control.cs:
26653           - Drawing improvement; don't call UpdateBounds if we are not visible
26654             (or have been minimized)
26655
26656 2004-08-17 15:24  pbartok
26657
26658         * XplatUIWin32.cs:
26659           - Finished IsVisible
26660           - Added Win32GetWindowPlacement
26661
26662 2004-08-17 15:08  jackson
26663
26664         * Panel.cs: Initial checkin of the Panel
26665
26666 2004-08-17 14:25  pbartok
26667
26668         * Control.cs:
26669           - Fixed broken handling of default window sizes
26670
26671 2004-08-17 13:29  jackson
26672
26673         * ThemeWin32Classic.cs: Don't use KnownColor to create colours. It
26674           has a large startup time.
26675
26676 2004-08-17 10:25  jackson
26677
26678         * HandleData.cs: union areas properly
26679
26680 2004-08-17 10:12  jackson
26681
26682         * HandleData.cs: union areas properly
26683
26684 2004-08-16 20:00  ravindra
26685
26686         * ToolBar.cs, ToolBarButton.cs: Added attributes.
26687
26688 2004-08-16 18:48  ravindra
26689
26690         * ToolBar.cs: Added attributes.
26691
26692 2004-08-16 17:17  ravindra
26693
26694         * SWF.csproj: Updated project.
26695
26696 2004-08-16 17:16  jackson
26697
26698         * XplatUIX11.cs: Check for more expose events before sending a
26699           WM_PAINT so they can all be grouped together. This makes dragging a
26700           window across another window redraw in a sane way.
26701
26702 2004-08-16 15:47  pbartok
26703
26704         * Control.cs:
26705           - Added handling of WM_MOUSE_ENTER & WM_MOUSE_LEAVE to
26706             support OnMouseEnter/Leave()
26707           - Added WS_CLIPSIBLINGS and WS_CLIPCHILDREN window styles to improve
26708             exposure handling
26709
26710 2004-08-16 15:46  pbartok
26711
26712         * XplatUIStructs.cs, XplatUIX11.cs:
26713           - Added WM_MOUSE_ENTER & WM_MOUSE_LEAVE to support
26714           OnMouseEnter/Leave()
26715
26716 2004-08-16 15:34  jackson
26717
26718         * XplatUIX11.cs: Group multiple expose events in HandleData, make
26719           sure messages get the message field set to WM_NULL if they are not
26720           handled.
26721
26722 2004-08-16 15:24  jackson
26723
26724         * HandleData.cs: HandleData is used for storing message information
26725           for window handles
26726
26727 2004-08-15 17:23  ravindra
26728
26729         * ColorDepth.cs: Added attribute.
26730
26731 2004-08-15 17:23  ravindra
26732
26733         * SWF.csproj: Updated project for ToolBar Control.
26734
26735 2004-08-15 17:20  ravindra
26736
26737         * ITheme.cs, ThemeWin32Classic.cs: Changes to Theme for ToolBar
26738           control and also dos2unix format.
26739
26740 2004-08-15 17:13  ravindra
26741
26742         * ToolBar.cs, ToolBarAppearance.cs, ToolBarButton.cs,
26743           ToolBarButtonClickEventArgs.cs,
26744           ToolBarButtonClickEventHandler.cs, ToolBarButtonStyle.cs,
26745           ToolBarTextAlign.cs: First Implementation of ToolBar control.
26746
26747 2004-08-15 15:31  pbartok
26748
26749         * ButtonBase.cs:
26750           - First (mostly) working version
26751
26752 2004-08-13 16:15  pbartok
26753
26754         * Control.cs:
26755           - Fixed Anchor default
26756
26757 2004-08-13 15:43  pbartok
26758
26759         * Control.cs:
26760           - Changed GetCursorPos signature
26761
26762 2004-08-13 15:42  pbartok
26763
26764         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
26765           - Changed signature for GetCursorPos
26766
26767 2004-08-13 15:25  pbartok
26768
26769         * XplatUIX11.cs:
26770           - Cleanup
26771           - Fixed resizing/exposure handling
26772
26773 2004-08-13 15:22  jordi
26774
26775         * ThemeWin32Classic.cs: removes redundant code and fixes issues
26776           with tickposition
26777
26778 2004-08-13 14:55  jordi
26779
26780         * TrackBar.cs: change from wndproc to events
26781
26782 2004-08-13 13:00  jordi
26783
26784         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
26785           XplatUIX11.cs: implements PointToClient (ScreenToClient)
26786
26787 2004-08-13 12:53  pbartok
26788
26789         * XplatUIWin32.cs:
26790           - Changed GetWindowPos to also provide client area size
26791           - Fixed broken prototypes for several win32 functions
26792
26793 2004-08-13 12:53  pbartok
26794
26795         * XplatUI.cs, XplatUIDriver.cs:
26796           - Changed GetWindowPos to also provide client area size
26797
26798 2004-08-13 12:52  pbartok
26799
26800         * XplatUIX11.cs:
26801           - Added generation of WM_POSCHANGED
26802           - Changed GetWindowPos to also provide client area size
26803
26804 2004-08-13 12:52  pbartok
26805
26806         * Control.cs:
26807           - Added Dispose() and destructor
26808           - Fixed resizing and bounds calculation
26809           - Fixed Layout
26810           - Added memory savings for invisible windows
26811
26812 2004-08-13 12:46  jordi
26813
26814         * TrackBar.cs: adds timer and grap window
26815
26816 2004-08-13 10:25  jackson
26817
26818         * Timer.cs: SWF Timer
26819
26820 2004-08-12 16:59  pbartok
26821
26822         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
26823           - Implemented method to get current mouse position
26824
26825 2004-08-12 14:29  jordi
26826
26827         * ITheme.cs, ThemeWin32Classic.cs, TrackBar.cs: Trackbar
26828           enhancement, fix mouse problems, highli thumb, etc
26829
26830 2004-08-12 13:31  pbartok
26831
26832         * Control.cs:
26833           - Fixed Anchoring bugs
26834
26835 2004-08-12 13:01  jackson
26836
26837         * StatusBar.cs: Don't forget things
26838
26839 2004-08-12 12:54  jackson
26840
26841         * ThemeWin32Classic.cs: Handle owner draw status bars
26842
26843 2004-08-12 12:54  jackson
26844
26845         * StatusBar.cs: Implement missing properties, events, and methods.
26846           Handle mouse clicking
26847
26848 2004-08-12 10:19  jackson
26849
26850         * StatusBarPanelClickEventArgs.cs,
26851           StatusBarPanelClickEventHandler.cs: Classes for handling status
26852           bar panel click events
26853
26854 2004-08-12 10:10  jackson
26855
26856         * Control.cs: Add missing properties
26857
26858 2004-08-12 09:46  pbartok
26859
26860         * BindingsManagerBase.cs:
26861           - Name changed to BindingManagerBase.cs
26862
26863 2004-08-12 09:25  jordi
26864
26865         * ScrollableControl.cs: calls ctrlbase instead of exeception
26866
26867 2004-08-11 16:28  pbartok
26868
26869         * InputLanguageChangingEventArgs.cs:
26870           - Never check in before compiling. Fixes the last check-in
26871
26872 2004-08-11 16:26  pbartok
26873
26874         * InputLanguageChangingEventArgs.cs:
26875           - More signature fixes
26876
26877 2004-08-11 16:20  pbartok
26878
26879         * BindingManagerBase.cs, BindingMemberInfo.cs, ContainerControl.cs,
26880           Control.cs, ControlEventArgs.cs, ControlPaint.cs, Form.cs,
26881           ImageListStreamer.cs, InputLanguage.cs,
26882           InputLanguageChangedEventArgs.cs,
26883           InputLanguageChangingEventArgs.cs, Keys.cs, LayoutEventArgs.cs,
26884           LinkArea.cs, Message.cs, MouseEventArgs.cs, NativeWindow.cs,
26885           ScrollEventArgs.cs, ScrollableControl.cs, XplatUI.cs,
26886           XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
26887           - Signature fixes
26888
26889 2004-08-11 16:16  pbartok
26890
26891         * Application.cs:
26892           - Fixed Signature
26893           - Added .Net 1.1 method
26894
26895 2004-08-11 15:25  pbartok
26896
26897         * SWF.csproj:
26898           - Fixed BindingManagerBase.cs filename
26899
26900 2004-08-11 15:22  pbartok
26901
26902         * BindingManagerBase.cs:
26903           - Was checked in with wrong filename
26904
26905 2004-08-11 14:50  pbartok
26906
26907         * SWF.csproj:
26908           - Updated
26909
26910 2004-08-11 13:41  jordi
26911
26912         * XplatUIWin32.cs: Fixes ClientRect
26913
26914 2004-08-11 13:19  pbartok
26915
26916         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
26917           XplatUIX11.cs:
26918           - We had SetWindowPos and MoveWindow to set window positions and
26919             size, removed MoveWindow. We have GetWindowPos, so it made sense to
26920             keep SetWindowPos as matching counterpart
26921           - Added some X11 sanity checking
26922
26923 2004-08-11 12:59  pbartok
26924
26925         * Control.cs:
26926           - Major cleanup of my SetBounds/SetBoundsCore/UpdateBounds mess
26927             (It seems that SetBounds is just a front for SetBoundsCore and
26928              SetBoundsCore updates the underlying window system and
26929              UpdateBounds is responsible for updating the variables associated
26930              with the Control and sending the events)
26931           - Major cleanup of Size handling; we now have two sizes, client_size
26932             and bounds. Bounds defines the window with decorations, client_size
26933             without them.
26934
26935 2004-08-11 12:55  pbartok
26936
26937         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
26938           - Added method to calculate difference between decorated window and
26939             raw client area
26940
26941 2004-08-11 12:54  pbartok
26942
26943         * Label.cs:
26944           - Forcing redraw on resize
26945
26946 2004-08-11 11:43  pbartok
26947
26948         * ImageList.cs:
26949           - Removed disposing of the actual images when the list is disposed
26950
26951 2004-08-11 09:13  pbartok
26952
26953         * Control.cs:
26954           - Now properly reparents windows
26955
26956 2004-08-11 08:37  pbartok
26957
26958         * Control.cs:
26959           - Duh!
26960
26961 2004-08-11 07:47  pbartok
26962
26963         * Control.cs:
26964           - Rewrote the collection stuff. Might not be as fast now, not
26965             keeping the number of children around and accessible directly, but
26966             it's more straightforward
26967
26968 2004-08-11 07:44  pbartok
26969
26970         * AccessibleObject.cs:
26971           - Fixed to match ControlCollection rewrite
26972
26973 2004-08-11 07:43  pbartok
26974
26975         * ImageList.cs:
26976           - Added missing creation of the collection list
26977
26978 2004-08-10 20:08  jackson
26979
26980         * StatusBar.cs: Get the paint message from WndProc
26981
26982 2004-08-10 19:31  jackson
26983
26984         * ThemeWin32Classic.cs: Create Brushes as little as possible
26985
26986 2004-08-10 19:20  jackson
26987
26988         * UICues.cs: Add Flags attribute
26989
26990 2004-08-10 19:19  jackson
26991
26992         * StatusBarPanel.cs: Signature cleanup
26993
26994 2004-08-10 19:10  jackson
26995
26996         * StatusBarDrawItemEventArgs.cs, StatusBarDrawItemEventHandler.cs:
26997           Initial implementation of status bar item drawing
26998
26999 2004-08-10 17:27  jordi
27000
27001         * TrackBar.cs: add missing methods, properties, and restructure to
27002           hide extra ones
27003
27004 2004-08-10 16:24  jackson
27005
27006         * AccessibleStates.cs, Border3DSide.cs, Border3DStyle.cs,
27007           ButtonState.cs, ControlStyles.cs, DragDropEffects.cs: Add flags
27008           attribute
27009
27010 2004-08-10 13:21  jordi
27011
27012         * ITheme.cs, ScrollBar.cs, ThemeWin32Classic.cs: scrollbar
27013           enhancements and standarize on win colors defaults
27014
27015 2004-08-10 12:52  jackson
27016
27017         * DrawItemEventArgs.cs, DrawItemState.cs, ITheme.cs,
27018           ThemeWin32Classic.cs: Implement DrawItem functionality
27019
27020 2004-08-10 12:47  jordi
27021
27022         * XplatUIWin32.cs: Calls InvalidateRect before UpdateWindow
27023
27024 2004-08-10 12:32  jordi
27025
27026         * Control.cs: throw ontextchange event
27027
27028 2004-08-10 11:43  pbartok
27029
27030         * Control.cs:
27031           - Added more to the still unfinished Dock/Anchor layout code
27032
27033 2004-08-10 11:39  pbartok
27034
27035         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
27036           - Added GetWindowPos method
27037
27038 2004-08-10 11:36  pbartok
27039
27040         * XplatUIWin32.cs:
27041           - Implemented several methods
27042
27043 2004-08-10 09:47  jackson
27044
27045         * TrackBar.cs: Allow control to handle buffering
27046
27047 2004-08-10 09:41  jackson
27048
27049         * ProgressBar.cs, ScrollBar.cs: Allow control to handle buffering
27050
27051 2004-08-10 09:24  jackson
27052
27053         * Label.cs, LinkLabel.cs: Let Control handle buffering.
27054
27055 2004-08-10 09:09  jackson
27056
27057         * StatusBar.cs: Let Control handle all the buffering.
27058
27059 2004-08-10 09:08  jackson
27060
27061         * Control.cs: Control will now handle the buffering code, so each
27062           control does not have to implement this.
27063
27064 2004-08-10 08:34  jackson
27065
27066         * XplatUIDriver.cs: Use default colors from the theme
27067
27068 2004-08-09 17:12  pbartok
27069
27070         * ImageList.cs:
27071           - Fixed several bugs Ravindra pointed out
27072
27073 2004-08-09 16:11  pbartok
27074
27075         * Control.cs:
27076           - Added incomplete dock layout code
27077           - Added support for mouse wheel
27078
27079 2004-08-09 16:09  pbartok
27080
27081         * XplatUIX11.cs:
27082           - Added handling for middle and right mousebutton
27083           - Added handling for mouse wheel
27084           - Added handling for key state and mouse state and position
27085           - Now properly generates WM_xBUTTONx messages and WM_MOUSEWHEEL
27086           messages
27087
27088 2004-08-09 15:40  jackson
27089
27090         * StatusBarPanel.cs, StatusBarPanelAutoSize.cs,
27091           StatusBarPanelBorderStyle.cs, StatusBarPanelStyle.cs: Initial
27092           checkin
27093
27094 2004-08-09 15:37  jackson
27095
27096         * StatusBar.cs: Initial implementation of StatusBar
27097
27098 2004-08-09 15:36  jackson
27099
27100         * ITheme.cs: Add support for drawing status bar and getting status
27101           bar item sizes
27102
27103 2004-08-09 15:35  pbartok
27104
27105         * MouseButtons.cs:
27106           - Fixed values
27107
27108 2004-08-09 15:34  jackson
27109
27110         * ThemeWin32Classic.cs: Add support for drawing status bar and get
27111           status bar item sizes
27112
27113 2004-08-09 15:21  jackson
27114
27115         * ThemeWin32Classic.cs: Use known colors for default control
27116           colours
27117
27118 2004-08-09 15:12  jackson
27119
27120         * ThemeWin32Classic.cs: Make the default font static, it is static
27121           in control so this doesn't change functionality and creating fonts
27122           is sloooooow.
27123
27124 2004-08-09 14:56  pbartok
27125
27126         * X11Structs.cs:
27127           - Added GrabMode enum
27128
27129 2004-08-09 14:55  pbartok
27130
27131         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
27132           - Removed Run method, was only required for initial development
27133
27134 2004-08-09 14:51  pbartok
27135
27136         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
27137           - Implemented GrabWindow/ReleaseWindow methods to allow pointer
27138           capture
27139
27140 2004-08-09 13:48  pbartok
27141
27142         * XplatUIX11.cs:
27143           - Fixed default sizing for child windows
27144
27145 2004-08-09 12:56  pbartok
27146
27147         * XplatUIX11.cs:
27148           - Added generation of WM_DESTROY message
27149           - Added handling of window manager induced shutdown
27150
27151 2004-08-09 11:31  jackson
27152
27153         * ThemeWin32Classic.cs: New names for control properties
27154
27155 2004-08-09 11:25  jackson
27156
27157         * Control.cs: Use new color names
27158
27159 2004-08-09 11:02  jackson
27160
27161         * XplatUI.cs: Get default window properties from the theme
27162
27163 2004-08-09 11:01  jackson
27164
27165         * ITheme.cs: The theme engine now controls default window
27166           properties
27167
27168 2004-08-09 11:00  jackson
27169
27170         * ThemeWin32Classic.cs: Add default window color properties
27171
27172 2004-08-09 10:17  jackson
27173
27174         * ThemeWin32Classic.cs: Use correct default back color
27175
27176 2004-08-09 10:05  jackson
27177
27178         * XplatUIWin32.cs, XplatUIX11.cs: These properties are handled by
27179           the theme now.
27180
27181 2004-08-09 09:56  jackson
27182
27183         * XplatUI.cs: Remove defaults, these are handled by the theme now.
27184
27185 2004-08-09 09:54  jackson
27186
27187         * Control.cs: Get default properties from the theme.
27188
27189 2004-08-09 09:53  jackson
27190
27191         * ITheme.cs: Themes now handle default control properties
27192
27193 2004-08-09 09:53  jackson
27194
27195         * ThemeWin32Classic.cs: Themes now handle default control
27196           properties so coloring will be consistent
27197
27198 2004-08-08 16:54  jordi
27199
27200         * ITheme.cs, ThemeWin32Classic.cs: Label BorderStyles
27201
27202 2004-08-08 15:08  jordi
27203
27204         * XplatUIX11.cs: fixes keyboard crash
27205
27206 2004-08-08 13:47  jordi
27207
27208         * Label.cs: add cvs header info
27209
27210 2004-08-08 12:09  jackson
27211
27212         * ThemeWin32Classic.cs: Add pen_buttonface
27213
27214 2004-08-08 11:52  jordi
27215
27216         * Label.cs, LinkLabel.cs: [no log message]
27217
27218 2004-08-08 11:34  jordi
27219
27220         * ThemeWin32Classic.cs: Use Windows Standard Colours
27221
27222 2004-08-07 17:32  jordi
27223
27224         * TrackBar.cs: throw exceptions of invalid enums values
27225
27226 2004-08-07 17:31  jordi
27227
27228         * Label.cs, LinkLabel.cs, ThemeWin32Classic.cs: fixes label bug and
27229           draw method name
27230
27231 2004-08-07 16:56  jackson
27232
27233         * HorizontalAlignment.cs: Initial checkin
27234
27235 2004-08-07 13:16  jordi
27236
27237         * Label.cs, LinkLabel.cs: throw exceptions, fixes events, missing
27238           methods
27239
27240 2004-08-07 13:05  jordi
27241
27242         * ITheme.cs, ThemeWin32Classic.cs: Theme colour support and
27243           GetSysColor defines
27244
27245 2004-08-06 18:01  pbartok
27246
27247         * ThemeWin32Classic.cs:
27248           - Fixed some rounding issues with float/int
27249
27250 2004-08-06 18:00  jackson
27251
27252         * DockStyle.cs, AnchorStyles.cs:
27253
27254                   Add flags and serializable attributes.
27255
27256 2004-08-06 17:46  pbartok
27257
27258         * XplatUIX11.cs:
27259           - Implemented GetParent
27260
27261 2004-08-06 17:18  pbartok
27262
27263         * TrackBar.cs:
27264           - Fixed some rounding issues with float/int
27265
27266 2004-08-06 17:17  pbartok
27267
27268         * X11Structs.cs, XplatUIX11.cs:
27269           - Fixed Refresh and Invalidate
27270
27271 2004-08-06 15:30  pbartok
27272
27273         * Control.cs, X11Structs.cs, XplatUIX11.cs:
27274           - Fixed recursive loop when resizing
27275           - Improved/fixed redrawing on expose messages
27276
27277 2004-08-06 09:53  jordi
27278
27279         * Control.cs, X11Structs.cs, XplatUIWin32.cs, XplatUIX11.cs: X11
27280           keyboard navigation
27281
27282 2004-08-06 08:02  pbartok
27283
27284         * X11Structs.cs, XplatUIX11.cs:
27285           - Fixed reparenting
27286           - Fixed window border creation
27287
27288 2004-08-05 15:38  pbartok
27289
27290         * XplatUIX11.cs:
27291           - Attempted fix for reparenting problems
27292
27293 2004-08-04 15:14  pbartok
27294
27295         * Control.cs:
27296           - Fixed Invalidation bug (calculated wrong client area)
27297           - Added ClientSize setter
27298
27299 2004-08-04 15:13  pbartok
27300
27301         * Form.cs:
27302           - Added AutoScale properties
27303
27304 2004-08-04 15:13  pbartok
27305
27306         * SWF.csproj:
27307           - Added latest files
27308
27309 2004-08-04 14:11  pbartok
27310
27311         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
27312           XplatUIX11.cs:
27313           - Added Invalidate handling
27314
27315 2004-08-03 17:09  jordi
27316
27317         * XplatUIDriver.cs: fixes spelling mistake
27318
27319 2004-07-27 09:53  jordi
27320
27321         * TrackBar.cs: fixes trackbar events, def classname, methods
27322           signature
27323
27324 2004-07-27 09:29  jordi
27325
27326         * ScrollBar.cs: fixes scrollbar events
27327
27328 2004-07-27 04:38  jordi
27329
27330         * Control.cs: changes to be able to run winforms samples
27331
27332 2004-07-26 11:42  jordi
27333
27334         * ControlPaint.cs, ITheme.cs, ProgressBar.cs, ScrollBar.cs,
27335           ThemeEngine.cs, ThemeWin32Classic.cs, TrackBar.cs: Theme support
27336
27337 2004-07-26 05:41  jordi
27338
27339         * MessageBox.cs, MessageBoxButtons.cs, MessageBoxDefaultButton.cs,
27340           MessageBoxIcon.cs, MessageBoxOptions.cs: initial messagebox
27341           implementation
27342
27343 2004-07-22 09:22  jordi
27344
27345         * LinkLabel.cs, LinkLabelLinkClickedEventHandler.cs: link label:
27346           check link overlapping, implement events, and fixes
27347
27348 2004-07-21 10:28  jordi
27349
27350         * DialogResult.cs, IButtonControl.cs: fixes comments filenames
27351
27352 2004-07-21 10:19  jordi
27353
27354         * DialogResult.cs, IButtonControl.cs, Label.cs, LinkArea.cs,
27355           LinkBehavior.cs, LinkClickedEventArgs.cs, LinkLabel.cs,
27356           LinkLabelLinkClickedEventArgs.cs,
27357           LinkLabelLinkClickedEventHandler.cs, LinkState.cs,
27358           XplatUIWin32.cs, LinkClickedEventHandler.cs: LinkLabel control
27359           implementation
27360
27361 2004-07-19 13:09  jordi
27362
27363         * Control.cs, Label.cs: label control re-written: added missing
27364           functionlity, events, and properties
27365
27366 2004-07-19 10:49  jordi
27367
27368         * Control.cs: fixes SetBounds logic
27369
27370 2004-07-19 01:29  jordi
27371
27372         * Control.cs: Call RefreshWindow only if the window has created
27373
27374 2004-07-15 14:05  pbartok
27375
27376         * ColorDepth.cs, ImageList.cs, ImageListStreamer.cs, SWF.csproj:
27377           - Implemented ImageList and ImageList.ImageCollection classes
27378           - Added ColorDepth enumeration
27379           - Updated SWF VS.Net project
27380
27381 2004-07-15 11:06  jordi
27382
27383         * XplatUIStructs.cs: added MsgButons enum
27384
27385 2004-07-15 11:03  jordi
27386
27387         * Control.cs: added basic mouse handeling events
27388
27389 2004-07-15 03:38  jordi
27390
27391         * Orientation.cs, TickStyle.cs, TrackBar.cs: Horizontal and
27392           Vertical TrackBar control implementation
27393
27394 2004-07-13 09:33  jordi
27395
27396         * HScrollBar.cs, VScrollBar.cs: vertical and hort. classes commit
27397
27398 2004-07-13 09:31  jordi
27399
27400         * Control.cs, Form.cs: commit: new properties and fixes form size
27401           problems
27402
27403 2004-07-09 14:13  miguel
27404
27405         * ProgressBar.cs: Spelling
27406
27407 2004-07-09 11:25  pbartok
27408
27409         * ProgressBar.cs:
27410           - Removed usage of Rectangle for drawing. Miguel pointed out it's
27411           faster
27412
27413 2004-07-09 11:17  miguel
27414
27415         * ProgressBar.cs: 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
27416
27417                 * ProgressBar.cs: Fixed spelling for `block'
27418
27419                 drawProgressBar: renamed to `DrawProgressBar' to follow the coding
27420                 style guidelines.
27421
27422                 Avoid using the += on rect.X, that exposed a bug in the compiler.
27423
27424 2004-07-08 23:21  pbartok
27425
27426         * AccessibleObject.cs, AccessibleRole.cs, AccessibleStates.cs,
27427           AnchorStyles.cs, Application.cs, ApplicationContext.cs,
27428           BaseCollection.cs, Binding.cs, BindingContext.cs,
27429           BindingMemberInfo.cs, BindingsCollection.cs,
27430           BindingsManagerBase.cs, Border3DSide.cs, Border3DStyle.cs,
27431           BorderStyle.cs, BoundsSpecified.cs, ButtonBorderStyle.cs,
27432           ButtonState.cs, CaptionButton.cs, CheckBox.cs,
27433           ContainerControl.cs, Control.cs, ControlEventArgs.cs,
27434           ControlEventHandler.cs, ControlPaint.cs, ControlStyles.cs,
27435           ConvertEventArgs.cs, ConvertEventHandler.cs, Copyright,
27436           CreateParams.cs, DockStyle.cs, DragAction.cs, DragDropEffects.cs,
27437           DragEventArgs.cs, DragEventHandler.cs, FlatStyle.cs, Form.cs,
27438           FrameStyle.cs, GiveFeedbackEventArgs.cs,
27439           GiveFeedbackEventHandler.cs, HelpEventArgs.cs,
27440           HelpEventHandler.cs, IContainerControl.cs, IDataObject.cs,
27441           IMessageFilter.cs, IWin32Window.cs, ImeMode.cs, InputLanguage.cs,
27442           InputLanguageChangedEventArgs.cs,
27443           InputLanguageChangedEventHandler.cs,
27444           InputLanguageChangingEventArgs.cs,
27445           InputLanguageChangingEventHandler.cs, InputLanguageCollection.cs,
27446           InvalidateEventArgs.cs, InvalidateEventHandler.cs,
27447           KeyEventArgs.cs, KeyEventHandler.cs, KeyPressEventArgs.cs,
27448           KeyPressEventHandler.cs, Keys.cs, Label.cs, LayoutEventArgs.cs,
27449           LayoutEventHandler.cs, MenuGlyph.cs, Message.cs, MouseButtons.cs,
27450           MouseEventArgs.cs, MouseEventHandler.cs, NativeWindow.cs,
27451           PaintEventArgs.cs, PaintEventHandler.cs, ProgressBar.cs,
27452           QueryAccessibilityHelpEventArgs.cs,
27453           QueryAccessibilityHelpEventHandler.cs,
27454           QueryContinueDragEventArgs.cs, QueryContinueDragEventHandler.cs,
27455           RightToLeft.cs, SWF.csproj, SWF.csproj.user, ScrollBar.cs,
27456           ScrollBars.cs, ScrollButton.cs, ScrollEventArgs.cs,
27457           ScrollEventHandler.cs, ScrollEventType.cs, ScrollableControl.cs,
27458           TODO, TODOAttribute.cs, UICues.cs, UICuesEventArgs.cs,
27459           UICuesEventHandler.cs, X11Structs.cs, XplatUI.cs,
27460           XplatUIDriver.cs, XplatUIStructs.cs, XplatUIWin32.cs,
27461           XplatUIX11.cs, lang.cs:
27462           - Initial check-in
27463
27464