* TabControl.cs: Check if there are tabpages before checking
[mono.git] / mcs / class / Managed.Windows.Forms / System.Windows.Forms / ChangeLog
1 2007-06-12  Andreia Gaita  <avidigal@novell.com>
2         
3         * TabControl.cs: Check if there are tabpages before checking
4         the selected index - fix #81802 (font changes raise a ResizeTabs
5         call on controls.add, which blew up nicely with no tabpages)
6
7 2007-06-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8
9         * ListView.cs:
10         * ListViewItem.cs: Implement 2.0 ItemSelectionChanged event.
11
12 2007-06-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
13
14         * ListView.cs:
15         * ListViewItem.cs: In VirtualMode the selection information
16         resides in the ListView, rather than in the Items. Also, throw
17         InvalidOperationExceptions when VirtualMode is being used and
18         CheckedItemCollection is accessed.
19
20 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
21
22         * ComboBox.cs: Add ScaleControl.
23
24 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
25
26         * ButtonBase.cs: ButtonBaseAccessibleObject.State should not be visible to 1.1.
27
28 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
29
30         * GroupBox.cs: Add 2.0 stuffs.
31
32 2007-06-08  Jonathan Pobst  <monkey@jpobst.com>
33
34         * Panel.cs: Add autosize properties/event.
35
36 2007-06-07  Jonathan Pobst  <monkey@jpobst.com>
37
38         * Control.cs:
39         - When we remove a control, remove it from the collection before performing the layout.
40         - Setup an internal property for explicit_bounds.
41         - Don't let the UpdateBounds in CreateHandle overwrite our explicit bounds.
42         - Perform a layout when we set a new AutoSizeMode.
43
44 2007-06-07  Jonathan Pobst  <monkey@jpobst.com>
45
46         * ScrollableControl.cs: Add 2.0 stuffs.
47
48 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
49
50         * ScrollBar.cs: Add 2.0 stuffs.
51
52 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
53
54         * Splitter.cs: Add 2.0 stuffs.
55
56 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
57
58         * SplitContainer.cs: Apply patch from Neil Cawse <neilcawse@geotab.com>
59         to have BindingContext simply use base implementation.
60
61 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
62
63         * ColumnHeader.cs: corcompare fix.
64
65 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
66
67         * Button.cs: corcompare fixes.
68         * ButtonBase.cs: corcompare fixes, add ButtonBaseAccessibleObject.State.
69
70 2007-06-06  Jonathan Pobst  <monkey@jpobst.com>
71
72         * Button.cs: Override GetPreferredSizeCore.
73         * ButtonBase.cs: PerformLayout after changing properties that can affect
74         AutoSize.  Simplify some mouse/keyboard code.
75         * Control.cs: PerformLayout after changing Padding if AutoSize = true.
76         * MouseEventArgs.cs: Make Location internal for 1.1.
77         * TextRenderer.cs: Make MeasureTextInternal (string, Font, bool) internal for 1.1.
78         * Theme.cs: Add CalculateButtonAutoSize.
79         * ThemeWin32Classic.cs: Implement CalculateButtonAutoSize.
80
81 2007-06-05  Miguel de Icaza  <miguel@novell.com>
82
83         * TreeNodeCollection.cs: Applied patch from Neil Cawse <neilcawse@geotab.com>
84
85 2007-06-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
86
87         * ListViewItem.cs: We can't cache Bounds in VirtualMode 
88         since we can get different item instances every time we retrieve it.
89
90 2007-06-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
91
92         * ListView.cs: Work around for #81602, since an unkown an pretty
93         infrequent condition appears only in some systems (old linux boxes, it
94         seems).
95
96 2007-06-04  Jonathan Pobst  <monkey@jpobst.com>
97
98         * Button.cs: Completely reformat and a little refactor to bring
99         this closer to Mono circa 2007.
100
101 2007-06-04  Jonathan Pobst  <monkey@jpobst.com>
102
103         * CheckBox.cs, Form.cs, RadioButton.cs: Change call to ButtonBase.Redraw
104         to be ButtonBase.Invalidate.
105
106 2007-06-04  Jonathan Pobst  <monkey@jpobst.com>
107
108         * ButtonBase.cs: GetPreferredSize is 2.0 only.  Fixes build.
109
110 2007-06-04  Jonathan Pobst  <monkey@jpobst.com>
111
112         * ButtonBase.cs: Completely reformat and a little refactor to bring
113         this closer to Mono circa 2007.
114
115 2007-06-01  Everaldo Canuto  <ecanuto@novell.com>
116
117         * Label.cs: Fixes preferred sizes for 2.0 profile, also adjust some
118         values for autosize. Fixes #80137.
119
120 2007-06-01  Jonathan Pobst  <monkey@jpobst.com>
121
122         * Control.cs: Don't perform layout when AutoSize changes.
123         * Form.cs: Perform layout in AutoSize override.  Don't set ClientSize
124         directly when autosizing, use SetBounds with BoundsSpecified.None.
125         Fixes unit tests my last commit broke.
126
127 2007-06-01  Jonathan Pobst  <monkey@jpobst.com>
128
129         * Control.cs: Perform layout when AutoSize changes.
130         * Form.cs: Implement AutoSizing.
131
132 2007-06-01  Chris Toshok  <toshok@ximian.com>
133
134         * DataGrid.cs: remove the XXX'ed check at the top of
135         ProcessGridKey.  fixes #80464.
136
137 2007-06-01  Chris Toshok  <toshok@ximian.com>
138
139         * DataGridTextBoxColumn.cs: TextBox.TextChanged event handler
140         adding idempotent (add/remove in Edit()), and also make sure we
141         don't add it until after we set the text, so it's not tripped in
142         Edit().  Fixes unit test regression.
143
144 2007-06-01  Jonathan Pobst  <monkey@jpobst.com>
145
146         * Control.cs: In UpdateBounds, only recalculate anchor distances if the
147         change is user explicit, not when the layout engine moves stuff.  Fixes
148         anchoring to bottom and right.  [Fixes bug #81790]
149
150 2007-06-01  Andreia Gaita  <avidigal@novell.com>
151
152         * PrintDialog.cs: Add collation preview thumbnails. Fixes #80726.
153
154 2007-06-01  Andreia Gaita  <avidigal@novell.com>
155
156         * ContainerControl.cs: 
157         Fire enter event for common ancestor if it is not a ContainerControl.
158         Send focus to the active_control and not the 'value', the active 
159         control might have been changed in one of the events fired.     
160         Definitely fixes #80159.
161
162 2007-06-01  Andreia Gaita  <avidigal@novell.com>
163
164         * DataGrid.cs: Finish editing when focus leave the datagrid. Fixes #80159.
165
166 2007-06-01  Rolf Bjarne Kvinge <RKvinge@novell.com> 
167
168         * PropertyGrid.cs: Anchor the help description to the bottom of the
169           help panel and refactor SelectGridItem into a
170           SelectGridItemInternal that can be set to null (and update it to
171           clear the help texts when it is set to null). Set root item to null
172           when there's no SelectedObject. Fixes #80438.
173         * ScrollableControl.cs: In Recalculate we need to ResumeLayout(true)
174           when we're recalculating after a resize (only).
175
176 2007-05-31  Carlos Alberto Cortez <calberto.cortez@gmail.com>
177
178         * ListView.cs: Implement 2.0 RedrawItems method.
179
180 2007-05-31  Carlos Alberto Cortez <calberto.cortez@gmail.com>
181
182         * ListControl.cs: Disconnect PositionChanged and ItemChanged
183         handlers from previous data manager when DataSource is set to
184         null. Fixes #81771.
185
186 2007-05-31  Jackson Harper  <jackson@ximian.com>
187
188         * TextBoxBase.cs: These seem to be the correct values.
189
190 2007-05-31  Everaldo Canuto  <ecanuto@novell.com>
191
192         * FileDialog.cs: When close dialog with ok set filterindex using combobox
193         value. Fixes #81784.
194
195 2007-05-31  Jonathan Pobst  <monkey@jpobst.com>
196
197         * Control.cs: Implement 2.0 scaling methods.
198
199 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
200
201         * ProgressBar.cs, WebBrowserBase.cs, Control.cs, MaskedTextBox.cs,
202           MessageBox.cs, PropertyGrid.cs, RichTextBox.cs: Fix warnings and
203           corcompare issues.
204
205 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
206
207         * ProgressBar.cs: Implemented missing 2.0 members.
208
209 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
210
211         * Control.cs: Corcompare issues.
212         * MessageBox.cs: Implemented missing 2.0 functions.
213
214 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
215
216         * CheckedListBox.cs, ListBox.cs, ListControl.cs, ComboBox.cs:
217           Implemented more 2.0 members.
218
219 2007-05-31  Rolf Bjarne Kvinge <RKvinge@novell.com> 
220
221         * Application.cs: Try to avoid NRE when Assembly.GetEntryAssembly is
222           null (strange, but it seems to happen when running unit tests).
223
224 2007-05-30  Andreia Gaita  <avidigal@novell.com>
225
226         * ContainerControl.cs: Set active_control even earlier, before 
227         firing any events, and undo it if validation returns false.
228
229 2007-05-30  Andreia Gaita  <avidigal@novell.com>
230
231         * ContainerControl.cs: Raise Validation and Enter/Leave events
232         even if there is no Form and set active_control earlier, just
233         before firing Enter events (toshok's patches). Fixes #80647.
234
235 2007-05-30  Jackson Harper  <jackson@ximian.com>
236
237         * TextControl.cs: Redid the pageup/pagedown a little to simplify
238         things and fix bug #81311.
239
240 2007-05-30  Jackson Harper  <jackson@ximian.com>
241
242         * X11Dnd.cs: Now that we have our own event loop, we need to
243         cancel when we get a mouseup but it won't be accepted.
244
245 2007-05-30  Chris Toshok  <toshok@ximian.com>
246
247         * DataGrid.cs (set_CurrentCell): guard against negative
248         column/row.
249
250         * DataGridColumnStyle.cs (CheckValidDataSource): just use the
251         array index syntax instead of looping over the property names.
252
253         * DataGridTextBoxColumn.cs: add a changed handler on the textbox,
254         and set IsInEditOrNavigateMode to false there.
255
256 2007-05-30  Jackson Harper  <jackson@ximian.com>
257
258         * TreeView.cs: Make sure we don't get a bad visible order when
259         setting to the top node.  Fixes some misc crashing in
260         ControlInspector.
261
262 2007-05-30  Andreia Gaita  <avidigal@novell.com>
263
264         * UserControl.cs: Add 2.0 AutoSizeMode
265
266 2007-05-29  Everaldo Canuto  <ecanuto@novell.com>
267
268         * DataGridTextBoxColumn.cs: Fix textbox horizontal offset.
269
270 2007-05-29  Everaldo Canuto  <ecanuto@novell.com>
271
272         * DataGridTextBoxColumn.cs: Fix textbox position to prevent override grid
273         lines. Fixes #80285. 
274
275 2007-05-29  Everaldo Canuto  <ecanuto@novell.com>
276
277         * DataGridColumnStyle.cs: Add char trimming column header text format. 
278
279 2007-05-29  Everaldo Canuto  <ecanuto@novell.com>
280
281         * DataGridColumnStyle.cs: Fix grid header arrow drawing over column name. 
282         Fixes #80147.
283
284 2007-05-29  Jackson Harper  <jackson@ximian.com>
285
286         * TreeNode.cs: Fix off by one on calculating whether or not a node
287         is visible.
288
289 2007-05-29  Jonathan Pobst  <monkey@jpobst.com>
290
291         * Control.cs: ResumeLayout(false) should recalculate anchor distances.
292         * ScrollableControl.cs: Force an UpdateDistances when we move the
293         scrollbars.
294         [Fixes bug #80605]
295
296 2007-05-29  Andreia Gaita  <avidigal@novell.com>
297
298         * PageSetupDialog.cs: Fix #80728 - Changing the printer doesn't
299         update the page setup screen.
300
301 2007-05-29  Andreia Gaita  <avidigal@novell.com>
302
303         * PageSetupDialog.cs: Fix landscape mode.
304
305 2007-05-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
306
307         * SystemInformation.cs: Add 2.0 IconSizeVerticalSpacing and
308         IconSizeHorizontalSpacing.
309
310 2007-05-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
311
312         * ListView.cs: The declaration of prev_tooltip_item should be inside
313         a NET_2_0 conditional (avoid a warning).
314
315 2007-05-28  Andreia Gaita  <avidigal@novell.com>
316
317         * PageSetupDialog.cs: Implement PrintPreview control to display
318         the preview thumbnail. Change unit conversion to use 
319         PrinterUnitConvert methods.
320         
321         Note: there is a huge bug in ms.net where the default margins are 
322         interpreted as centimeters (?), when in fact they are set in inches. When 
323         loading the page setup dialog initially (ms.net), the default margins 
324         are set to 1 inch, and the dialog shows them with value 10, when in fact 
325         it should be 25 (properly converted). Our dialog doesn't have this bug.
326         
327         * Theme.cs, ThemeWin32Classic.cs: Add a CPDrawBorder override for 
328         RectangleF.
329         * ControlPaint.cs: Add a DrawBorder internal method for RectangleF.
330
331 2007-05-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
332
333         * ListView.cs:
334         * ListViewItem.cs: Implement 2.0 ToolTipText support for listview
335         items.
336
337 2007-05-28  Andreia Gaita  <avidigal@novell.com>
338
339         * X11Dnd.cs: A direct cast to VirtualKeys is not allowed from
340         an IntPtr on csc (it builds fine on mcs, could it be a compiler
341         bug?), convert the ptr to Int32 first.
342
343 2007-05-28  Jackson Harper  <jackson@ximian.com>
344
345         * X11Dnd.cs: Add a timer, so after drop, if a finish is not
346         recieved, we will exit the dnd tracking loop.
347
348 2007-05-28  Jackson Harper  <jackson@ximian.com>
349
350         * X11Dnd.cs: Keep tracking until the xdnd finished event is
351         recieved. TODO: I should probably stick a timer on the dropped
352         event, and finish the drag if the XDND Finished event never shows
353         (because some apps don't seem to send it).
354
355 2007-05-28  Everaldo Canuto  <ecanuto@novell.com>
356
357         * ToolBar.cs: Fix toolbar default width for button with image. Fixes
358         #81733.
359
360 2007-05-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
361
362         * MonthCalendar.cs: Only mark the keypresses we actually handle as
363           handled.
364
365 2007-05-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
366
367         * MonthCalendar.cs: Set the size after initializing all the relevant
368           variables. Fixes #81742.
369
370 2007-05-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
371
372         * KeyEventArgs.cs: Fix typo.
373
374 2007-05-28  Gert Driesen  <drieseng@users.sourceforge.net>
375
376         * DateTimePicker.cs: Changed exceptions thrown by MinDate and MaxDate
377         to match MS. Fixed MinDate to only accept value less than or equal
378         to MaxDate on 2.0 profile and less than MaxDate on 1.0 profile.
379         Removed TODO's that are now verified by unit tests.
380
381 2007-05-27  Gert Driesen  <drieseng@users.sourceforge.net>
382
383         * TreeNodeCollection.cs: Minor corrections to exceptions to match
384         MS.
385
386 2007-05-25  Jackson Harper  <jackson@ximian.com>
387
388         * X11Dnd.cs: Rework to make StartDrag a blocking call that runs
389         it's own message loop.
390         * XplatUIX11.cs: Remove some of the dnd hooks
391
392 2007-05-25  Gert Driesen  <drieseng@users.sourceforge.net>
393
394         * XplatUIX11.cs: Change MinimumWindowSize to {Width=0,Height=0}
395         instead of MinimizedWindowSize.
396
397 2007-05-25  Jackson Harper  <jackson@ximian.com>
398
399         * TextBoxBase.cs: Raise textchanged when cutting and pasting text.
400
401 2007-05-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 
402
403         * KeyEventArgs.cs: Added SuppressKeyPress.
404         * Control.cs: Added support for SuppressKeyPress.
405
406 2007-05-24  Andreia Gaita  <avidigal@novell.com>
407
408         * NumericUpDown.cs: Refactor code to fix regressions on #79950 and
409         problems with PieChart. suppress_validation should not be a counter,
410         if there are several BeginInit calls, the first EndInit will 
411         activate validation. Fix exceptions thrown by set_Value.
412         * UpDownBase.cs: ValidateText only if it's the user editing it.
413
414 2007-05-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
415
416         * ListControl.cs: FilterItemOnProperty should return the filtered
417         item proeprty even if DataSource is null. The same applies for
418         GetItemText. Fixes #80427.
419
420 2007-05-24  Jonathan Pobst  <monkey@jpobst.com>
421
422         * Control.cs: If a control doesn't have a parent when it's Dock is
423         set, but it has children, it needs to do a layout.  Fixes some nested
424         controls issues.  [Fixes bug #81199]
425
426 2007-05-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
427
428         * ComboBox.cs: If there are few items in the drop down list, make it
429           the exact size the items need, no bigger. Fixes #81612.
430
431 2007-05-24  Jonathan Pobst  <monkey@jpobst.com>
432
433         * Application.cs: When we have captured the keyboard for a menu,
434         check for mouse down events in case we need to close the menu.
435         * Control.cs, Form.cs: Remove mouse down checks for menus.
436
437 2007-05-24  Jackson Harper  <jackson@ximian.com>
438
439         * TextControl.cs: Handle tabs in non multiline mode a little
440         differently.
441
442 2007-05-24  Jackson Harper  <jackson@ximian.com>
443
444         * TextControl.cs: We need to manually break apart tabbed text and
445         move the tabs, since the system.drawing tabbing mechanism relies
446         on tab stops.
447         * TextBoxBase.cs: Move the caret properly when the user enters a
448         tab.
449
450 2007-05-24  Jonathan Pobst  <monkey@jpobst.com>
451
452         * ContainerControl.cs: Don't check CanSelect before calling
453         ProcessMnemonic.
454         * ToolStrip.cs: Only do implicit mnemonics on MenuStrips.  Don't
455         release a KeyboardActive on click if it's not ours.
456
457 2007-05-23  Andreia Gaita  <avidigal@novell.com>
458
459         * ColumnHeader.cs: Add TypeConverter
460
461 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
462
463         * LinkLabel.cs: Implement LinkCollection.Add with Link parameter (2.0).
464
465 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
466
467         * LinkLabelLinkClickedEventArgs.cs, LinkLabel.cs: Implement Button property.
468
469 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
470
471         * LinkLabel.cs: Implement public Padding property.
472
473 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
474
475         * LinkLabel.cs: Implement public FlatStyle.
476
477 2007-05-23  Jonathan Pobst  <monkey@jpobst.com>
478
479         * Control.cs: Apply patch from George to call parent.PerformLayout
480         when Visible is changed.  [Fixes bugs #81118, 81718]
481
482 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
483
484         * MainMenu.cs, MenuAPI.cs: Implement Collapse event for MainMenu (2.0).
485
486 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
487
488         * ContextMenu.cs: Implement ProcessCmdKey with control parameter.
489
490 2007-05-23  Everaldo Canuto  <ecanuto@novell.com>
491
492         * ContextMenu.cs: Implement Collapse.
493
494 2007-05-23  Rolf Bjarne Kvinge <RKvinge@novell.com>
495
496         * ToolBarButton.cs: Implement Name.
497
498 2007-05-22  Everaldo Canuto  <ecanuto@novell.com>
499
500         * ToolBar.cs: Fix OnButtonDropDown to save item used in dropdown instead of
501         use current_item, it prevents some NRE. Fixes #81675.  
502
503 2007-05-22  Andreia Gaita  <avidigal@novell.com>
504
505         * NumericUpDown.cs: Fix PieChart by not returning from UpdateEditText
506         without updating the text.
507
508 2007-05-22  Jonathan Pobst  <monkey@jpobst.com>
509
510         * XplatUIWin32.cs: Plug a GDI leak caused by calling Font.ToHfont ()
511         without calling DeleteObject.  [Should fix bug #81709]
512
513 2007-05-22  Jackson Harper  <jackson@ximian.com>
514
515         * RichTextBox.cs: Set the line endings correctly, when flushing
516         RTF text.
517
518 2007-05-22  Gert Driesen  <drieseng@users.sourceforge.net>
519
520         * XplatUIX11.cs: MinimumWindowSize on X11 is actually
521          {Width=0,Height=0}.
522
523 2007-05-22  Jackson Harper  <jackson@ximian.com>
524
525         * TreeView.cs: Setting top with a null node should set to the very
526         top.
527
528 2007-05-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
529
530         * Form.cs: ShowDialog: destroy the handle when message loop is
531           finished, matches MS behaviour. Refactor parts of WmClose into
532           RaiseCloseEvents, that only raises events if they haven't already
533           been raised. Fixes #81688 and #81521.
534         * Application.cs: Don't call close on the form when exiting a modal
535           loop, it will raise all the (Form)Closed/Closing events again if
536           WM_CLOSE has been sent earlier on, instead call RaiseCloseEvent,
537           which doesn'r raise any events it they have been raised before.
538
539 2007-05-22  Jonathan Pobst  <monkey@jpobst.com>
540
541         * Control.cs: Add OnPrint.
542         * ToolStrip.cs: Add GetChildAtPoint.
543         * ToolStripContainer.cs: Add OnRightToLeftChanged.
544         * ToolStripRenderer.cs: Make CreateMirrorImage internal.
545
546 2007-05-22  Everaldo Canuto  <ecanuto@novell.com>
547
548         * MenuAPI.cs: Prevent context menu to be typed as MainMenu. Fixes #81509.  
549
550 2007-05-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
551
552         * InternalWindowManager.cs: ToolTipShow: Don't show tooltip if the form
553           isn't visible anymore. Fixes #81651.
554
555 2007-05-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
556
557         * Control.cs: WmShowWindow: Update children's z-order after setting
558           their parent. SetParent may show the window, thereby corrupting
559           z-order, since the window will be shown on top.
560         * XplatUIWin32.cs: SetParent: don't call SetVisible on forms. Prevents
561           multiple (and redundant) WM_SHOWWINDOW messages.
562         * MdiWindowManager.cs: RaiseDeactivate: only raise after an Activate
563           event has already been raised.
564         * Form.cs: Change is_changing_visible_state to a counter, since
565           SetVisibleCore can be called recursively. CreateHandle: when
566           creating mdi children, send (De)Activated events.
567         * MdiClient.cs: Update use of is_changing_visible_state.
568         * Application.cs: OnThreadException: Surround exception handling with
569           try/finally to ensure we always reset the error-handling state
570           before leaving.
571
572 2007-05-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
573
574         * ThemeWin32Classic.cs: DrawProgressBar: Avoid a DivideByZero exception
575           (#81704).
576
577 2007-05-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
578
579         * ListView.cs: Use Theme.ListViewHorizontalSpacing for List and
580         SmallIcon views, now that we have a standarized horizontal spacing.
581
582         * ThemeWin32Classic.cs: ListViewHorizontalSpacing now has a value of
583         4, just like the other views (Match .Net).
584
585 2007-05-21  Jonathan Pobst  <monkey@jpobst.com>
586
587         * Control.cs: Delay calculating anchor distances until we actually layout.
588         Always query the WM for the actual size and location it put us at instead of
589         only when we send negative values.
590         [Fixes bugs #81694, 81695]
591
592 2007-05-21  Rolf Bjarne Kvinge <RKvinge@novell.com> 
593
594         * Application.cs: Avoid a possible stack overflow when trying to exit
595           the application.
596
597 2007-05-19  Marek Safar  <marek.safar@gmail.com>
598
599         * Theme.cs (GetHatchBrush): A key uses internal value instead of formated
600         enum value.
601
602 2007-05-19  Andreia Gaita  <avidigal@novell.com>
603
604         * NumericUpDown.cs: Added 2.0 methods (spin acceleration)
605         * NumericUpDownAcceleration.cs, 
606           NumericUpDownAccelerationCollection.cs: Added 2.0
607           implementation.
608
609 2007-05-19  Gert Driesen  <drieseng@users.sourceforge.net>
610
611         * RichTextBox.cs: Recalculate the document after the ScrollBars
612         property is changed. Fixes bug #81681.
613
614 2007-05-18  Jonathan Pobst  <monkey@jpobst.com>
615
616         * DataObject.cs: Implement 2.0 methods.
617
618 2007-05-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
619
620         * ThemeWin32Classic.cs: Draw the check marks in ListViewItems
621         in the center of the checkbox, not in the left-top corner. 
622         Fixes #80037.
623
624 2007-05-18  Jackson Harper  <jackson@ximian.com>
625
626         * RichTextBox.cs: Recalculate the document after the scrollbars
627         property is changed.
628         * TextBoxBase.cs: ScrollBars is not a flags enum...This fixes
629         81486.
630
631 2007-05-18  Rolf Bjarne Kvinge <RKvinge@novell.com> 
632
633         * CreateParams.cs: Make HasWindowManager marginally faster.
634         * XplatUIX11.cs, Hwnd.cs: CreateWindow: Move the default location code
635           into Hwnd so that other drivers can use it as well.
636         * XplatUIWin32.cs: CreateWindow: If the window has a window manager get
637           the default location from Hwnd. Fixes MDI client windows always
638           showing up at (0,0) in Windows (Win32 won't set the default
639           location since the window styles aren't correct).
640
641 2007-05-18  Gert Driesen  <drieseng@users.sourceforge.net>
642
643         * TreeView.cs: Modified DoubleBuffered to just use the base
644         implementation.
645
646 2007-05-18  Jackson Harper  <jackson@ximian.com>
647
648         * TreeView.cs: Set the top node to the last child node when
649         expanding all
650         - When we get focus, if there is no selected node, use the top
651         node.
652
653 2007-05-18  Jonathan Pobst  <monkey@jpobst.com>
654
655         * KeysConverter.cs: Add CanConvertTo.
656         * LinkLabel.cs: Add some 2.0 constructors and properties to LinkLabel.Link.
657         * LinkConverter.cs: Added.
658
659 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
660
661         * Cursor.cs: Apply Sebastien patch from #81669 to open file in read mode,
662         it prevents error when file dont have write access. Fixes #81669 and #81667.  
663
664 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
665
666         * ThemeWin32Classic.cs: Check for ShowKeyboardCues true when draw toolbar 
667         button text. Fixes #79640.  
668
669 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
670
671         * Control.cs: According to MSDN controls created in the designer theres 
672         keyboard accelerators visible by default. So included check for design
673         in ShowKeyboardCuesInternal.  
674
675 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
676
677         * ThemeWin32Classic.cs: Check for ShowKeyboardCues true when draw combobox 
678         text. Fixes #81621.  
679
680 2007-05-18  Everaldo Canuto  <ecanuto@novell.com>
681
682         * Control.cs: ShowKeyboardCuesInternal add to expose ShowKeyboardCues
683         for 1.0, becuse ShowKeyboardCues is protected on 1.0.  
684
685 2007-05-17  Everaldo Canuto  <ecanuto@novell.com>
686
687         * Control.cs: Finish implementation of UI State using WmChangeUIState
688         to send WM_UPDATEUISTATE to all child controls. Some hack will be needed
689         in some controls to check for show_keyboard_cues to draw accell keys "_".  
690
691 2007-05-17  Carlos Alberto Cortez <calberto.cortez@gmail.com>
692
693         * ListBox.cs: When calculating the horizontal scrollbar
694         in single column mode, don't use values less than 0 for
695         Maximum. Fixes #81474.
696
697 2007-05-17  Carlos Alberto Cortez <calberto.cortez@gmail.com>
698
699         * ListBox.cs: Throw the some missing exceptions in
700         ListBox.ObjectCollection methods.
701
702 2007-05-17  Jackson Harper  <jackson@ximian.com>
703
704         * TextBoxBase.cs: Recalculate the document when the word wrap
705         value has changed. This fixes 81488.
706
707 2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
708
709         * Clipboard.cs: Implement missing GetText overload.
710
711 2007-05-17  Chris Toshok  <toshok@ximian.com>
712
713         * Control.cs (CheckDataBindings): remove the binding_context arg
714         to binding.Check.
715
716         * CurrencyManager.cs (OnItemChanged): fix this now that
717         BindingManagerBase is fixed. also remove the comment telling where
718         the fix should go.  We set transfering_data to true/false around
719         the call to PushData to keep UpdateIsBinding from being called.
720         (ListChangedHandler): remove the extra OnMetaDataChanged call for
721         PropertyDescriptorAdded in the 1.1 case.  The extra call is
722         actually generated by System.Data generating 2 metadata changed
723         events of its own per column add.  The fix should go there.  Add a
724         comment to that affect in our test's Assert.Ignore.
725
726         * BindingManagerBase.cs: Rework PullData and PushData slightly.
727         we keep a boolean flag (transfering_data) that keeps us from
728         calling UpdateIsBinding multiple times if we re-enter either of
729         them.
730
731         * ControlBindingsCollection.cs (AddCore): remove the
732         binding_context arg to binding.Check.
733
734         * Binding.cs (IsBinding): don't check if we're binding here, just
735         return our cached value.  we update it in UpdateIsBinding.
736         (Check): don't take the binding_context arg, we'll just use our
737         control's.  Also, for some reason MS doesn't use the data member
738         field when getting the bindingmanager for this binding.  it just
739         uses the datasource.  Make this method callable multiple times,
740         and only do the is_null_desc stuff if manager.Position != -1 (so
741         we don't get an exception accessing manager.Current).
742         (UpdateIsBinding): move the code from IsBinding here.
743         (PositionChangedHandler): call Check here to we can initialize
744         things that require a non- -1 position.
745
746 2007-05-17  Everaldo Canuto  <ecanuto@novell.com>
747
748         * Form.cs: When alt keys is pressed send WM_CHANGEUISTATE to top level
749         control.
750
751 2007-05-17  Andreia Gaita  <avidigal@novell.com>
752
753         * TabControl.cs: Add 2.0 methods and events, including
754         OnEnter / OnLeave and raises it for tabpages (fixes #79869)
755         * TabPage.cs: Add 2.0 methods
756
757 2007-05-17  Everaldo Canuto  <ecanuto@novell.com>
758
759         * Control.cs: Implement WmUpdateUIState, show_focus_cues and
760         keyboard_cues is properly handled by message method.  
761
762 2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
763
764         * TreeViewImageIndexConverter.cs: Add 2.0 methods.
765
766 2007-05-17  Jonathan Pobst  <monkey@jpobst.com>
767
768         * ToolStripTextBox.cs: Wire up new 2.0 Textbox methods/properties.
769
770 2007-05-16  Everaldo Canuto  <ecanuto@novell.com>
771
772         * Control.cs: 
773         - WmUpdateUIState added to handle state changes, it make call to
774         OnChangeUICues event.
775         - Fixed ShowKeyboardCues to check for MenuAccessKeysUnderlined in
776         SystemInformation.
777
778 2007-05-16  Jonathan Pobst  <monkey@jpobst.com>
779
780         * ImageKeyConverter.cs: Added.
781         * TreeViewImageKeyConverter.cs: Added.
782
783 2007-05-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
784         
785         * ToolTips.cs: Update Text if SetToolTip is called for a control
786         already showing the tooltip, as well as restarting its timer; show
787         tooltip if we are inside the control bounds by the time of calling
788         SetToolTip. Inside ShowTooltip remove the check to not show the 
789         tooltip again for the active control (it is allowed by .Net to 
790         show the tooltip on the same control multiple times).
791
792 2007-05-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
793
794         * MaskedTextBox.cs: Small fix for Text that fixes a broken test.
795
796 2007-05-16  Andreia Gaita <avidigal@novell.com> 
797
798         * ContainerControl.cs: only process tab key if there are no 
799         modifier keys present, otherwise the control does the 
800         tab processing, if it needs to. Fixes #81622
801         * TabControl.cs: Fixes calculation for which tab to select on
802         shift+ctrl+tab.
803
804 2007-05-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
805
806         * MaskedTextBox.cs: Small fix for Text that fixes a broken test.
807
808 2007-05-15  Jonathan Pobst  <monkey@jpobst.com>
809
810         * Control.cs: Make IsInputCharInternal to allow controls to
811         override it and still match MS API.
812         * TextBoxBase.cs: Override IsInputCharInternal and always
813         return true.
814         [Fixes bug #81616]
815
816 2007-05-15  Jackson Harper  <jackson@ximian.com>
817
818         * TextBox.cs: Disable some of the menu options when using a
819         readonly textbox.
820
821 2007-05-15  Jackson Harper  <jackson@ximian.com>
822
823         * TextBox.cs:
824         * TextBoxBase.cs:
825         * RichTextBox.cs: Some new 2.0 methods
826
827 2007-05-15  Gert Driesen  <drieseng@users.sourceforge.net>
828
829         * FileDialog.cs: On 1.0 profile, do not support multidotted 
830         extensions.
831
832 2007-05-14  Jackson Harper  <jackson@ximian.com>
833
834         * TextBoxBase.cs: Implement some of the new 2.0 methods.
835         * RichTextBox.cs: We need to override these methods on 2.0.
836         * MaskedTextBox.cs: These are implemented now
837         * TextControl.cs: This was off by one.
838
839 2007-05-14  Jackson Harper  <jackson@ximian.com>
840
841         * TextControl.cs: Because the line endings are including in the
842         text, we don't need to add them in anymore.
843
844 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
845
846         * ToolBar.cs: Fix autosize and get it working only after hadle is created,
847         also prevent redraw in set_autosize if handle is not created. Fixes #81523.
848
849 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
850
851         * ToolBar.cs: Adjust size to default size when button theres no text and
852         image, it fixes remaining issues from #81524.
853
854 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
855
856         * ToolBar.cs: 
857         - When not flat call redraw to recalculate sizes on creare handle to match
858         win32 behavior.
859         - Revert 77220 because it causes some regressions in toobar
860         button.
861
862 2007-05-11  Rolf Bjarne Kvinge <RKvinge@novell.com> 
863
864         * MaskedTextBox.cs: Update the base text whenever the text changes. MTB
865           now actually enters a usable state.
866
867 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
868
869         * ToolBar.cs: Check for handle created in redraw to prevent unneeded size
870         calculations, it reduces the size cauculation from 7 to 3 on a toolbar with
871         3 buttons.
872
873 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
874
875         * ToolBar.cs: Save default_size on create handle to use later for buttons
876         without text, needed to mimic win32 behavior.
877
878 2007-05-11  Everaldo Canuto  <everaldo@simios.org>
879
880         * ToolBar.cs: Fix button layour to best fit width or height according to
881         vertical or not. Fixes #81524.
882
883 2007-05-10  Everaldo Canuto  <everaldo@simios.org>
884
885         * ToolBarButton.cs: When change style call ToolBar.Redraw to update
886         toolbar size info because different styles theres different sizes.
887         Fixes #81522.
888
889 2007-05-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>
890
891         * ThemeWinClassic.cs: For .Net 2.0 don't draw any image
892         if we are using checkboxes, checked is true, and we have less
893         than two images in StateImageList; for the 1.1 in the same scenario
894         draw the first image if we have at least one image in StateImageList.
895         Fixes part of #81191.
896
897 2007-05-10  Jonathan Pobst  <monkey@jpobst.com>
898
899         * ToolStrip.cs, ToolStripManager.cs: We need to remove items from
900         the owner's Items collection on merge.
901
902 2007-05-10  Jonathan Pobst  <monkey@jpobst.com>
903
904         * ToolStrip.cs: Use new internal ToolStripItemCollection constructor.
905         * ToolStripItemCollection.cs: Lots of fixes to when events get called
906         and parent/owner gets changed based on gert's unit tests.
907
908 2007-05-10  Rolf Bjarne Kvinge <RKvinge@novell.com> 
909
910         * MaskedTextBox.cs: Started implementing parts of it.
911
912 2007-05-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>
913
914         * ListView.cs: When clicking the checkbox on the items
915         take into account the double clicks even if we have only
916         one image in StateImageList (only for 1.0/1.1). Also 
917         generate an extra change of checked state when we receive
918         the second click on checkbox (match .Net behaviour). 
919         Fixes part of #81191.
920
921 2007-05-10  Everaldo Canuto  <everaldo@simios.org>
922
923         * ThemeWin32Classic.cs: Fix text rectangles in Tooltips.
924
925 2007-05-10  Jonathan Pobst  <monkey@jpobst.com>
926
927         * Form.cs: Move some of OnLoad to OnLoadInternal so it gets called
928         even if OnLoad is overriden and base.OnLoad is not called.
929         [Fixes bug #81582]
930
931 2007-05-10  Andreia Gaita  <avidigal@novell.com>
932
933         * TableLayoutSettings.cs: A big doh! fix and bowing down of head in 
934         shame. (I blame my ever-persisting and annoying cold)
935
936 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
937
938         * ListView.cs: Don't eat navigation keys.  Let them flow through to
939         KeyDown/KeyPress routines.  [Fixes bug #81569]
940
941 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
942
943         * ListView.cs: When handling keys for selecting the item based off
944         keyboard input, do not consider keys pressed with Alt or Control.  Also,
945         correctly handle keys when the Shift key is down. [Fixes bug #81578]
946
947 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
948
949         * Control.cs: When using UseWaitCursor, we have to store the requested
950         Cursor to use when UseWaitCursor is turned off.
951
952 2007-05-09  Jonathan Pobst  <monkey@jpobst.com>
953
954         * Control.cs: Implement PreProcessControlMessage.  Default IsInputChar
955         to false.
956         * Application.cs: Use PreProcessControlMessage instead of
957         PreProcessMessage.
958         * PreProcessControlMessage.cs: Make internal for 1.1.
959
960 2007-05-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
961
962         * Control.cs: Add InternalContains focus property, which hast the same
963         functionality of ContainsFocus, but also including implicit controls.
964         * ListViewItem.cs: Use InternalContainsFocus instead of ContainsFocus,
965         since we need to know if the focus is contained in our implicit
966         ItemControl when calculating Layout. Fixes part of #80888.
967
968 2007-05-08  Everaldo Canuto  <everaldo@simios.org>
969
970         * ToolTip.cs: Remove center form string alignment as it must be align to
971         left.
972
973 2007-05-08  Jonathan Pobst  <monkey@jpobst.com>
974
975         * ToolStripItemCollection.cs: Set the new item's parent and owner
976         in Insert like we do in Add.  [Fixes bug #81568]
977
978 2007-05-08  Jackson Harper  <jackson@ximian.com>
979
980         * TreeView.cs: GotFocus differences between 1.1 and 2.0.
981         - Off by one error in SetTop
982         - Disable DoubeBuffering
983         
984 2007-05-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
985
986         * ScrollableControl.cs: ScrollIControlntoView: we now only move the
987           control as much as necessary in order to make it entirely visible,
988           instead of centering the control in the container (matches MS
989           behaviour). CalculateCanvasSize: we need to take the current scroll
990           position into account when calculating the maximum canvas,
991           otherwise the following scenario will fail: resize so that the
992           scrollbars appear, use the scrollbars to scroll, resize again
993           smaller, and now the canvas size is too small. Recalculate: when
994           showing scrollbars make sure they start off at 0, and try to scroll
995           the active control into view. Fixes #79540. HandleScrollBar: don't
996           scroll anywhere if the scrollbar isn't visible.
997
998 2007-05-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
999
1000         * ListView.cs: When focus changed, call Layout/Invalidate
1001         in the focused item to update the selected state (should show
1002         entire label when ListView is focused, and a part of it if is not).
1003         * ListViewItem.cs: When doing layout for LargeIcon, take into account
1004         for displaying the entire label not only the Focused state of the
1005         item, but also the Focused state of the ListView (match .Net
1006         behaviour).
1007
1008 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
1009
1010         * Control.cs: Stub CanRaiseEvents, IsMirrored, and NotifyClients.
1011         Implement UseWaitCursor. 
1012
1013 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
1014         Applying contributed patch from Sergey Volk.
1015
1016         * Clipboard.cs: Implement SetDataObject retry logic and new overload
1017         of SetDataObject.
1018         * XplatUIWin32.cs: Throw an ExternalException if the clipboard set fails.
1019
1020 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
1021
1022         * Control.cs: Implement DrawToBitmap.
1023
1024 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
1025         Applying contributed patch from Stefan Noack.
1026         
1027         * Control.cs: Add [Get|Set]AutoSizeMode.
1028
1029 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
1030
1031         * MdiClient.cs: Unmerge menus when the last child is closed.
1032
1033 2007-05-07  Jonathan Pobst  <monkey@jpobst.com>
1034
1035         * ToolStrip.cs: Do not call BeginMerge on DropDowns.
1036         * ToolStripManager.cs: Call Merge on DropDowns.
1037         [Fixes bug #81477]
1038
1039 2007-05-07  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1040
1041         * XplatUIWin32.cs: Changed Win32CreateWindow to take enums instead of
1042           uints.
1043         * Form.cs: CreateParams: don't set WS_VISIBLE if we're changing
1044           visibility. We can't create forms visible, since we have to set the
1045           owner before making the form visible (otherwise Win32 will do
1046           strange things with task bar icons). The problem is that we set the
1047           internal is_visible to true before creating the control, so
1048           is_changing_visible_state is the only way of determining if we're
1049           in the process of creating the form due to setting Visible=true -
1050           this works because SetVisibleCore explicitly makes the form
1051           visibile afterwards anyways. Fixes #80775.
1052
1053 2007-05-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1054
1055         * ThemeWin32Classic.cs: When drawing ListViewItems,
1056         use StringTrimming.EllipsisCharacter if the view is Tile, Details,
1057         or LargeIcon _and_ item is not focused (match .Net behaviour).
1058
1059 2007-05-04  Jonathan Pobst  <monkey@jpobst.com>
1060
1061         * Control.cs, Form.cs: Fix some obsolete method warnings.
1062
1063 2007-05-04  Jonathan Pobst  <monkey@jpobst.com>
1064
1065         * Control.cs: Implement GetChildAtPoint and OnParentCursorChanged.
1066         * GetChildAtPointSkip.cs: Make internal for 1.1 profile.
1067
1068 2007-05-04  Andreia Gaita  <avidigal@novell.com>
1069
1070         * ContainerControl.cs: Fix active_control attribution when going
1071         up the parent chain so that the first parent container gets the control
1072         and the rest of the parent containers get the child containers (skips
1073         non-containers). Fixes #80729
1074
1075 2007-05-04  Randolph Chung  <tausq@debian.org>
1076
1077         * FileDialog.cs: Implement the SupportMultiDottedExtensions property.
1078         [Fixes bug #81499]
1079
1080 2007-05-04  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1081
1082         * XplatUIX11.cs: Add a TranslateWindowSizeToXWindowSize overload that
1083           takes a size parameter, since the CreateParam's size isn't true for
1084           minimized forms. Fixes #81518,
1085
1086 2007-05-04  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1087
1088         * Form.cs: Add OnDeactivateInternal.
1089         * MdiClient.cs: Raise Deactivate event. Fixes #81409.
1090
1091 2007-05-04  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1092
1093         * DateTimePicker.cs: CalculateDropDownLocation: do a null check before
1094           accessing the parent. Fixes #81508.
1095
1096 2007-05-03  Chris Toshok  <toshok@ximian.com>
1097
1098         * CurrencyManager.cs (CurrencyManager.ListChangeHandler): in the
1099         2.0 block, pass listposition + 1 to ChangeRecordState when a row
1100         was added before the current listposition.  Fixes the
1101         TestInsertRowBeforeCurrent unit test.
1102
1103 2007-05-03  Jonathan Pobst  <monkey@jpobst.com>
1104
1105         * Application.cs: Add RaiseIdle.
1106         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
1107         XplatUIX11.cs: Implement RaiseIdle.
1108
1109 2007-05-02  Jonathan Pobst  <monkey@jpobst.com>
1110         corcompare work: N - Z
1111         * NotifyIcon.cs
1112         * ProgressBar.cs
1113         * RadionButton.cs
1114         * ScrollableControl.cs
1115         * SplitContainer.cs
1116         * SplitterPanel.cs
1117         * StatusBar.cs
1118         * SystemInformation.cs
1119         * TabControl.cs
1120         * TableLayoutControlCollection.cs
1121         * TableLayoutPanel.cs
1122         * TabPage.cs
1123         * ToolBar.cs
1124         * ToolBarButton.cs
1125         * ToolStrip.cs
1126         * ToolStripComboBox.cs
1127         * ToolStripContainer.cs
1128         * ToolStripContentPanel.cs
1129         * ToolStripDropDown.cs
1130         * ToolStripDropDownItem.cs
1131         * ToolStripDropDownMenu.cs
1132         * ToolStripItem.cs
1133         * ToolStripItemCollection.cs
1134         * ToolStripMenuItem.cs
1135         * ToolStripPanel.cs
1136         * ToolStripSplitButton.cs
1137         * ToolTip.cs
1138         * TreeNode.cs
1139         * TreeNodeCollection.cs
1140         * TreeNodeMouseHoverEventArgs.cs
1141         * TreeView.cs
1142
1143 2007-05-01  Everaldo Canuto  <everaldo@simios.org>
1144
1145         * ContextMenu.cs: Add public method Show with alignment property to 2.0
1146         stuff. Thanks aatdark for the patch. 
1147
1148 2007-05-01  Jonathan Pobst  <monkey@jpobst.com>
1149
1150         * GridItem.cs: Implement 2.0 Tag property.
1151
1152 2007-05-01  Frederik Carlier <frederik.carlier@carlier-online.be> 
1153
1154         * TreeNodeCollection.cs: Fix ContainsKey and IndexOfKey methods to use
1155         count instead of Nodes.Length.  [Fixes bug #81448]
1156
1157 2007-05-01  Jonathan Pobst  <monkey@jpobst.com>
1158
1159         * ComboBox.cs: Fix paramName sent to ArgumentOutOfRangeException's.
1160         [Fixes bug #81506]
1161
1162 2007-05-01  Jonathan Pobst  <monkey@jpobst.com>
1163         corcompare work: A - M
1164         * BindingNavigator.cs
1165         * Button.cs
1166         * ButtonBase.cs
1167         * CheckBox.cs
1168         * Control.cs
1169         * FlowLayoutPanel.cs
1170         * Form.cs
1171         * Label.cs
1172         * LinkLabel.cs
1173         * ListView.cs
1174
1175 2007-05-01  Jonathan Pobst  <monkey@jpobst.com>
1176
1177         * Application.cs: Give toolstrips a chance to process mnemonics.
1178         * ToolStrip.cs, ToolStripDropDownButton.cs, ToolStripItem.cs,
1179         ToolStripItemTextRenderEventArgs.cs, ToolStripLabel.cs,
1180         ToolStripMenuItem.cs, ToolStripSplitButton.cs: Implement keyboard mnemonics.
1181
1182 2007-05-01  Jackson Harper  <jackson@ximian.com>
1183
1184         * TextBoxBase.cs: Better preferred height, FixedSingle gets the
1185         wider area too.
1186         - Don't set the BoundsSpecified
1187
1188 2007-04-30  Jonathan Pobst  <monkey@jpobst.com>
1189
1190         * Application.cs: When using the toolstrip shortcut mechanism, allow the
1191         message to pass through to a regular control if it hosted by a toolstrip.
1192         * ToolStrip.cs, ToolStripControlHost.cs, ToolStripDropDown.cs,
1193         ToolStripManager.cs: Enable keyboard navigation for ToolStrips.
1194
1195 2007-04-30  Jonathan Pobst  <monkey@jpobst.com>
1196
1197         * TextRenderer.cs: Use the flags argument when using the MeasureString
1198         fallback algorithm.
1199
1200 2007-04-30  Jonathan Pobst  <monkey@jpobst.com>
1201
1202         * MenuStrip.cs: Don't let multiple ToolStripSeparators get added to
1203         the MDI menu item.  [Fixes bug #81483]
1204
1205 2007-04-30  Gert Driesen  <drieseng@users.sourceforge.net>
1206
1207         * DataGridViewColumn.cs: Initialize value of headercell to zero-length
1208         string. When setting Name to null, use zero-length string instead.
1209
1210 2007-04-29  Andreia Gaita  <avidigal@novell.com>
1211
1212         * TabControl.cs: Implement missing 2.0 methods (SelectTab, 
1213         DeselectTab). Implement missing 2.0 TabPageCollection methods
1214         (Add, ContainsKey, RemoveByKey, IndexOfKey)
1215
1216 2007-04-29  Pedro Martínez Juliá  <pedromj@gmail.com>
1217
1218         * DataGridViewColumn.cs: Make HeaderText take preference over Name.
1219
1220 2007-04-29  Gert Driesen  <drieseng@users.sourceforge.net>
1221
1222         * RichTextBox.cs: In LoadFile, use StreamReader to read plain text.
1223         Fixes bug #81479. Include details of exception when LoadFile fails.
1224
1225 2007-04-28  Alan McGovern <alan.mcgovern@gmail.com>
1226
1227         * DrawListViewSubItemEventArgs.cs: Added missing setter
1228
1229 2007-04-27  Andreia Gaita  <avidigal@novell.com>
1230
1231         * ToolTip.cs: Add missing 2.0 properties. Implement 2.0 Show and 
1232         Hide methods (not complete). Implement missing 2.0 OnPopup event.
1233
1234 2007-04-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1235
1236         * ListView.cs: In ItemControl.OnMouseDown restore a pair of braces I
1237         removed in ly last commit (it was breaking the Label edit feature).
1238
1239         * ThemeWin32Classic.cs: When drawing a ListViewItem use
1240         StringAlignment.Near for LineAlignment (match .Net).
1241
1242 2007-04-27  Andreia Gaita  <avidigal@novell.com>
1243
1244         * TabControl.cs: Change SetTab so it adds the tabpage to the list
1245         of controls if it isn't already there - was blowing up when doing
1246         tabcontrol.TabPages[i]=new TabPage(). 
1247         SetTab now does a replace by removing the page at the index. 
1248         Add a new InsertTab method that inserts a page in a given index 
1249         instead of replacing. 
1250         Implements TabPageCollection.Insert(int, TabPage).
1251
1252 2007-04-27  Chris Toshok  <toshok@ximian.com>
1253
1254         * BindingManagerBase.cs: fill in CurrentItemChanged (and have an
1255         internal handler that can be invoked from our subclasses.)  Also,
1256         add a comment to PushData about how we need to fix it.
1257
1258         * CurrencyManager.cs: tons of changes here.  trying to get things
1259         matching the behavior of .net wrt event orders (ItemChanged,
1260         CurrentChanged, PositionChanged.)  I've implemented a private .net
1261         symbol (ChangeRecordState) that appears in stack traces because
1262         it's actually easier to do this than to effective inline all its
1263         various behaviors at every call site.
1264
1265         * RelatedPropertyManager.cs: guard against an exception here by
1266         not using parent.Current if the position is set to -1 (if the
1267         parent datasource is cleared, for instance).
1268
1269         * Binding.cs: don't parse data in PushData (this might be wrong,
1270         but it jives with MS's behavior.)  Also, don't call PushData when
1271         we get a CurrentChanged event.
1272
1273 2007-04-27  Andreia Gaita  <avidigal@novell.com>
1274
1275         * WebBrowser.cs,
1276           WebBrowserBase.cs,
1277           WebBrowserSiteBase.cs,
1278           HtmlDocument.cs: Added stubbed out classes, no real implementations 
1279           yet.
1280
1281 2007-04-27  Everaldo Canuto  <everaldo@simios.org>
1282
1283         * MainMenu.cs: In draw method without parameters call draw method with 
1284         PaintEvent, another one (just rect) adjust rectangle and we dont need it
1285         as Rect property is already adjusted. Fixes #80694.
1286
1287 2007-04-27  Jonathan Pobst  <monkey@jpobst.com>
1288
1289         * Application.cs: Need to handle keyboard menu deselection here.
1290         * Control.cs: Use WM_SYSKEYUP instead of WM_SYSCOMMAND to start menu keyboard
1291         navigation, allowing keyboard to work on X11.
1292         * ToolStrip.cs: Don't worry about handling the Menu key here anymore.
1293
1294 2007-04-27  Everaldo Canuto  <everaldo@simios.org>
1295
1296         * MenuAPI.cs: When deactivate menu verify if hotkey (_) is active and redraw
1297         menu bar. It fixes some drawing issues in menu bar.
1298
1299 2007-04-27  Everaldo Canuto  <everaldo@simios.org>
1300
1301         * MenuAPI.cs: Remove unneeded "keynav_state = KeyNavState.Idle" before 
1302         Deactivate calls, Deactivate method already do it. Also ser ActiveTracker
1303         when <alt> key is pressed.
1304
1305 2007-04-26  Everaldo Canuto  <everaldo@simios.org>
1306
1307         * XplatUIX11.cs: Simplify SystrayRemove to be like other libraries,     Gtk as 
1308         example just set visible to false and make this prevent from other problems.
1309         In SystrayAdd always remove pending expose. Fixes #81072.
1310
1311 2007-04-26  Marek Safar  <marek.safar@gmail.com>
1312
1313         * TextBoxBase.cs (CaretMoved): Consider scroll maximum when scroll
1314         value is set.
1315
1316 2007-04-26  Alan McGovern <alan.mcgovern@gmail.com>
1317
1318         * ListView.cs: Added three missing 2.0 events and corresponding
1319         EventHandlers. Added the OwnerDraw property.
1320         * DrawListViewColumnHeaderEventHandler.cs: fixed typo
1321
1322 2007-04-26  Alan McGovern <alan.mcgovern@gmail.com>
1323
1324         * DrawListViewItemEventArgs.cs
1325         * DrawListViewSubItemEventArgs.cs: Brought classes up to 2.0 status.
1326
1327 2007-04-26  Alan McGovern <alan.mcgovern@gmail.com>
1328
1329         * TextControl.cs: Fixed typo in constructor
1330
1331 2007-04-26  Jonathan Pobst  <monkey@jpobst.com>
1332
1333         * Application.cs: Create a shortcut path so that currently selected
1334         MenuStrips can intercept keyboard events without having focus.
1335         * Control.cs: Handle WM_SYSCOMMAND message to activate MenuStrips.
1336         * MenuStrip.cs, ToolStrip.cs, ToolStripDropDown.cs, ToolStripDropDownItem.cs,
1337         ToolStripItem.cs, ToolStripManager.cs, ToolStripMenuItem.cs: Support
1338         keyboard navigation (arrows, tab, enter, esc) on Windows.  Still need to
1339         generate WM_SYSCOMMAND message in X11 for other platforms.
1340         * ToolStripProfessionalRenderer.cs: ToolStripMenuItems need to be painted
1341         in OnRenderMenuItemBackground instead of OnRenderButtonBackground.
1342         * ToolStripSplitButton.cs: Add DefaultItem property.
1343         
1344 2007-04-26  Everaldo Canuto  <everaldo@simios.org>
1345
1346         * MainMenu.cs: In OnMenuChanged pass PaintEventArgs to Draw method, it
1347         fixes some menu draw problem on Windows with border diferent from default
1348         it also fixes #81403.
1349
1350 2007-04-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1351
1352         * Form.cs: Refactor WndProc into separate methods, just like Control is
1353           doing it.
1354
1355 2007-04-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1356
1357         * Control.cs: set_Text: move the call to the driver into a seperate
1358           virtual method so that Form can override it.
1359         * MaskedTextBox.cs: Corcompare fixes.
1360         * Form.cs: Override UpdateWindowText and only update the styles if the
1361           form has been shown (fixes #81405).
1362
1363 2007-04-25  Jonathan Pobst  <monkey@jpobst.com>
1364
1365         * Control.cs, Form.cs: Use the better supported WM_?BUTTONDOWN and
1366         WM_ACTIVATE messages instead of WM_MOUSEACTIVATE and
1367         WM_ACTIVATEAPP.  This fixes menus not disappearing on X11 when
1368         the form lost focus or another control was clicked.
1369
1370 2007-04-25  Gert Driesen  <drieseng@users.sourceforge.net>
1371
1372         * DataGrid.cs: Uncomment MakeTransparent calls since bug #80151 is
1373         fixed.
1374
1375 2007-04-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1376
1377         * DrawListViewColumnHeaderEventHandler.cs, DrawToolTipEventArgs.cs,
1378           DrawListViewItemEventHandler.cs,
1379           DrawListViewSubItemEventHandler.cs, DrawToolTipEventHandler.cs:
1380           Added.
1381         * X11Structs.cs: More ToString implementation.
1382
1383 2007-04-25  Jonathan Pobst  <monkey@jpobst.com>
1384
1385         * ToolStripDropDownItem.cs: Don't lazy create a DropDown in Dispose.
1386         * ToolStripOverflowButton.cs: Don't lazy create a DropDown in HasDropDownItems.
1387
1388 2007-04-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1389
1390         * Control.cs: Only raise OnVisibleChanged if we're not recreating the
1391           handle.
1392         * FormCollection.cs: Don't add a form if it's already in the
1393           collection.
1394         * Form.cs: Change ShowDialog () to call ShowDialog (owner) with a null
1395           according to behaviour and MSDN. The ownerWin32 is the active
1396           window at the moment when we call ShowDialog, not the context's
1397           main form (the context's main form may open another form that opens
1398           a form with ShowDialog, the win32 owner is the second form). Add
1399           and remove forms to the Application.OpenForms in other places to
1400           better match MS behaviour. Add an IsActive property that raises
1401           On(de)Activated only if the active state has changed (we were
1402           raising OnDeactivated before OnActivated while creating forms).
1403         * Application.cs: Refactor Enabling/Disabling of windows for modal
1404           dialog loops out to separate methods, and restore the thread
1405           context when we quit the method. Fixes #81407.
1406
1407 2007-04-25  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1408
1409         * ListView.cs: In ItemControl.HandleClicks, also fire 
1410         2.0 MouseClick or MouseDoubleClick events on the parent,
1411         not only the Click/DoubleClick events.
1412
1413 2007-04-24  Andreia Gaita  <avidigal@novell.com>
1414
1415         * TableLayoutSettings.cs: 
1416         - Added a GetControls method and a support structure to help the 
1417         TypeConverter to enumerate the controls for     serialization. 
1418         - Added a new serialization constructor. 
1419         - Added a isSerialized flag initialized to true on the 
1420         serialization constructor so that the TableLayoutPanel.LayoutSettings 
1421         setter does not throw the designed NotSupportedOperation exception
1422         when the object is built through deserialization.
1423         - Implemented GetObjectData
1424         
1425         * TableLayoutPanel.cs: Added check on LayoutSettings.
1426
1427 2007-04-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1428
1429         * ListView.cs: Report Click and DoubleClick events to the parent
1430         from ItemsMouseUp, instead of ItemsMouseDown. This prevents us
1431         from breaking the click count state when using dialog forms (Control
1432         reports the clicks in a similar fashion). In the previous behaviour
1433         the last WM_LBUTTONUP message in a  double click was sent to the
1434         ListView's form, instead of the ListView, which was breaking the click
1435         count for it. Fixes #80387.
1436
1437 2007-04-24  Alan McGovern <alan.mcgovern@gmail.com>
1438
1439         * BindingNavigator.cs : fixed bugs revealed by new nunit tests
1440
1441 2007-04-24  Jonathan Pobst  <monkey@jpobst.com>
1442
1443         * ToolStripDropDownItem.cs: Lazy initialize the DropDown.  This prevents
1444         us from created dropdowns for menu items that do not have subitems.
1445         * ToolStripItem.cs, ToolStripProfessionalRenderer.cs, ToolStripSplitButton.cs:
1446         Check HasDropDownItems before calling DropDown so a dropdown will not be
1447         created if it isn't needed.
1448
1449 2007-04-24  Jackson Harper  <jackson@ximian.com>
1450
1451         * TreeView.cs: Set the first node to the selected node when we get
1452         focus if there is no selected node.
1453
1454 2007-04-24  Andreia Gaita  <avidigal@novell.com>
1455
1456         * MimeIcon.cs: remove using blocks so that image streams are
1457         not disposed of. Fixes #80151
1458
1459 2007-04-24  Jackson Harper  <jackson@ximian.com>
1460
1461         * TextBoxBase.cs: Fixup the height of textboxes when the control
1462         is created.
1463
1464 2007-04-24  Jonathan Pobst  <monkey@jpobst.com>
1465
1466         * ToolStrip.cs: Fully implement GetNextItem.  Call OnParentRightToLeftChanged
1467         for each ToolStripItem when the parent's RightToLeftChanged is called.
1468
1469 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1470
1471         * ComboBox.cs: Forward ContextMenu to the underlying textbox, if any.
1472           Fixes #80163.
1473         * Control.cs: Replace GetContextMenuInternal() with ContextMenuInternal
1474           property, so that the setter can be overriden too.
1475         * TextBox.cs: Change GetContextMenuInternal() to use
1476           ContextMenuInternal.
1477
1478 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1479
1480         * ThemeWin32Classic.cs: Use a black pen to draw checkboxes, fixes
1481           #81406.
1482
1483 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1484
1485         * ThemeWin32Classic.cs: Use a black pen to draw checkboxes, fixes
1486           #81406.
1487
1488 2007-04-24  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1489
1490         * MaskedTextBox.cs: Commit this so nobody else starts working on it and
1491           avoid duplicate work. Mostily skeleton code, it's not working at
1492           all yet.
1493
1494 2007-04-20  Leszek Ciesielski <skolima@gmail.com>
1495
1496         * NotifyIcon.cs : stub for MouseClick event
1497         * Application.cs: stub for SetUnhandledExceptionMode
1498
1499 2007-04-24  Alan McGovern <alan.mcgovern@gmail.com>
1500
1501         * BindingNavigator.cs : Initial (partial) implementation
1502
1503 2007-04-23  Jackson Harper  <jackson@ximian.com>
1504
1505         * TreeView.cs: Do not create the treeview's handle when setting
1506         the scroll position.
1507         - ExpandAll needs to compute the scrollbars so it knows which
1508         position to set the bar too.
1509         * TreeNode.cs: 
1510         * TreeNodeCollection.cs: Pass new flag to UpdateScrollBars
1511
1512 2007-04-23  Jackson Harper  <jackson@ximian.com>
1513
1514         * TextBoxBase.cs: Non multiline textboxes shouldn't take the enter
1515         key. Fixes #81408.
1516
1517 2007-04-23  Jonathan Pobst  <monkey@jpobst.com>
1518
1519         * ToolStripItem.cs: Make GetImageSize internal.
1520         * ToolStripMenuItem.cs: Use GetImageSize to determine the size we
1521         need to draw an item.  Fixes a reported issue where images on menus
1522         that were not 16x16 were drawing incorrectly.
1523
1524 2007-04-21  Miguel de Icaza  <miguel@novell.com>
1525
1526         * Padding.cs: Use the converter, fixes the resgen2 issue with
1527         XMLNotePad. 
1528
1529 2007-04-21  Jackson Harper  <jackson@ximian.com>
1530
1531         * TreeView.cs: Dont try to unhighlight the selected node if there
1532         isn't a selected node.
1533
1534 2007-04-21  Jackson Harper  <jackson@ximian.com>
1535
1536         * UpDownBase.cs:
1537         * TextBoxBase.cs:
1538         * ListView.cs:
1539         * ListBox.cs:
1540         * TreeView.cs: Use the InternalBorderStyle property to set the
1541         initial border style, this forces the client rectangle to be sized
1542         correctly.
1543
1544 2007-04-20  Jackson Harper  <jackson@ximian.com>
1545
1546         * TreeView.cs: Simplify scrolling to the last node after expanding
1547         all.
1548         - Fix some off by ones with setting the bottom.
1549
1550 2007-04-20  Jonathan Pobst  <monkey@jpobst.com>
1551
1552         * Control.cs: Use DefaultSize for Size, calculate ClientSize from
1553         that.  We were incorrectly doing it the other way around.  Also,
1554         update ClientSize if we change the BorderStyle before the control
1555         is created.
1556
1557 2007-04-20  Gert Driesen  <drieseng@users.sourceforge.net>
1558
1559         * XplatUI.cs: Added Border3DSize, BorderSize, CaptionButtonSize,
1560         DoubleClickSize, DoubleClickTime and FixedFrameBorderSize. Renamed
1561         XplatUIDriver.Caption to CaptionHeight. Spaces to tabs.
1562         * XplatUIDriver.cs: Added Border3DSize, BorderSize, CaptionButtonSize,
1563         DoubleClickSize, DoubleClickTime and FixedFrameBorderSize. Renamed
1564         Caption to CaptionHeight.
1565         * XplatUIX11.cs: Renamed Caption to CaptionHeight.
1566         * Theme.cs: Modified Border3DSize, BorderSize, CaptionButtonSize
1567         and FixedFrameBorderSize to return value from current XplatUI driver.
1568         * XplatUIWin32.cs: Implemented Border3DSize, BorderSize,
1569         CaptionButtonSize, DragFullWindows, DoubleClickSize, DoubleClickTime
1570         and FixedFrameBorderSize using win32 API. Renamed Caption to
1571         CaptionHeight.
1572         * XplatUIOSX.cs: Renamed Caption to CaptionHeight.
1573         * SystemInformation.cs: Fixed typo in BorderSize.
1574
1575 2007-04-20  Gert Driesen  <drieseng@users.sourceforge.net>
1576
1577         * XplatUI.cs: Added MenuAccessKeysUnderlined.
1578         * XplatUIDriver.cs: Added MenuAccessKeysUnderlined.
1579         * XplatUIX11.cs: Implemented MenuAccessKeysUnderlined by always
1580         returning false.
1581         * Theme.cs: Modified MenuAccessKeysUnderlined to return corresponding
1582         value from XplatUI driver.
1583         * XplatUIWin32.cs: Implemented MenuAccessKeysUnderlined using
1584         SystemParametersInfo.
1585         * ThemeWin32Classic.cs: Remove obsolete MenuAccessKeysUnderlined
1586         override.
1587         * XplatUIOSX.cs: Implemented MenuAccessKeysUnderlind by always
1588         returning false.
1589
1590 2007-04-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1591
1592         * XplatUIX11.cs, Hwnd.cs: Remove warnings.
1593
1594 2007-04-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1595
1596         * MessageBox.cs, XplatUIX11.cs, Hwnd.cs: Remove warnings.
1597
1598 2007-04-20  Jonathan Pobst  <monkey@jpobst.com>
1599
1600         * ToolStripManager.cs: Fix a reported InvalidCastException when unmerging
1601         MenuStrips that contain ToolStripSeparators.
1602
1603 2007-04-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1604
1605         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Add
1606           DefineStdCursorBitmap.
1607         * Cursor.cs: Add an internal constructor so that the Cursor knows if it
1608           has been created off a standard cursor. This is used to get a
1609           bitmap of the standard cursor when Draw or DrawStretched is called
1610           in order to draw the cursor.
1611         * X11Structs.cs: Added XcursorImage and XcursorImages.
1612         * XplatUIX11.cs, XplatUIWin32.cs: Add and implement
1613           DefineStdCursorBitmap.
1614         * Cursors.cs: Update all relevant creations of Cursor to use the new
1615           internal constructor.
1616
1617 2007-04-19  Jackson Harper  <jackson@ximian.com>
1618
1619         * TextBox.cs: Move the has_been_focused into the base control, so
1620         some of the text adding methods can manipulate it (probably time
1621         for a better name for this flag too).
1622         - Call a new version of selectall that doesn't scroll
1623         * TextBoxBase.cs: When we append text, if the document is empty,
1624         don't scroll.  If the document has text already, we scroll to the
1625         end of the appended text.
1626         - When the text is changed, we reset the has_been_focused, so the
1627         next time the control gets focused, all the text is selected.
1628
1629 2007-04-19  Jackson Harper  <jackson@ximian.com>
1630
1631         * TextControl.cs: Move the margins to the document, add a method
1632         so the margin sizes can be updated.
1633         * TextBoxBase.cs: When the border style is changed, update the
1634         border sizes.
1635
1636 2007-04-19  Jonathan Pobst  <monkey@jpobst.com>
1637
1638         * Control.cs: Respect DefaultPadding.
1639         * GroupBox.cs: Implement DefaultPadding, DisplayRectangle takes
1640         padding into account.
1641         * ToolStrip.cs: Remove setting padding to DefaultPadding in constructor.        
1642
1643 2007-04-19  Jackson Harper  <jackson@ximian.com>
1644
1645         * TextControl.cs: Oops, we need to use the ClientRect not the
1646         bounds here.
1647
1648 2007-04-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1649
1650         * ListView.cs: In ItemControl.ItemsMouseDown, take into
1651         account the double clicks when CheckBoxes are used and
1652         the pointer is inside the checkbox. Fixes part of #81191.
1653
1654 2007-04-18  Jackson Harper  <jackson@ximian.com>
1655
1656         * TextControl.cs: Pressing the end key shouldn't move the caret
1657         past the line ending.
1658         * TextBoxBase.cs: We can still delete if we are in the line
1659         ending and the combine will just kill the existing line ending.
1660
1661 2007-04-18  Jackson Harper  <jackson@ximian.com>
1662
1663         * TextControl.cs: We can't move lines, then invalidate their
1664         bounds, we need to get the old bounds and combine that with the
1665         new bounds.
1666         * TextBoxBase.cs: Before combining two lines for a delete, we need
1667         to invalidate the area of the old line, since that will be moved
1668         in the combine operation.
1669
1670 2007-04-18  Everaldo Canuto  <everaldo@simios.org>
1671
1672         * LinkLabel.cs: In OnPaint invoke draw background to fix problems
1673         with transparent background. Fixes #80482.
1674
1675 2007-04-18  Jonathan Pobst  <monkey@jpobst.com>
1676
1677         * PictureBox.cs: Refresh on resize when SizeMode = Zoom.
1678         * ThemeWin32Classic.cs: Implement PictureBox.SizeMode = Zoom.
1679         [Fixes bug #81391]
1680
1681 2007-04-18  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1682
1683         * CreateParams.cs: Add a couple of helper methods and do a less string
1684           concatenation in ToString.
1685         * XplatUIX11.cs: Add an TranslateClientRectangleToXClientRectangle
1686           overload that takes a Control parameter, since this method may be
1687           called before a control is assigned to the hwnd (from
1688           CreateWindow), and update CreateWindow to use the new overload. In
1689           GetMenuOrigin subtract the title bar from the y position if the
1690           form has a window manager (since we're painting it and not X).
1691         * XplatUIWin32.cs: If we can get a form in GetMenuOrigin use the form's
1692           CreateParams to calculate the origin (since border sizes may vary).
1693           In ScreenToMenu only subtract the title height if we actually have
1694           a title.
1695         * MdiWindowManager.cs: Override MenuHeight to always return 0, since
1696           mdi children never have menus of themselves.
1697         * InternalWindowManager.cs: Implement menu handling like form does.
1698           Added GetMenuOrigin to calculate the menu origin, can't use the
1699           CreateParams from the form like normally since it's lying.
1700         * Hwnd.cs: Implement GetBorderSize better (in the sense more
1701           windows-like) and add Inflate and comparison operators to the
1702           Borders type. When calculating MenuOrigin and it's a form with a
1703           window manager, use the window manager to calculate it.
1704
1705 2007-04-17  Chris Toshok  <toshok@ximian.com>
1706
1707         * Control.cs (CreateControl): turns out in 2.0 we don't need this
1708         OnBindingContextChanged thing here.  It's only generated from
1709         ContainerControl.OnCreateControl.  Fixes a newly written unit test
1710         - BindingTest.BindingContextChangedTest4.
1711         
1712 2007-04-17  Jackson Harper  <jackson@ximian.com>
1713
1714         * ScrollBar.cs: When setting values, make sure the current
1715         position stays within the new values range.
1716
1717 2007-04-17  Chris Toshok  <toshok@ximian.com>
1718
1719         * Control.cs (CreateControl): talk about a bizarre corner case.
1720         Don't emit OnBindingContextChanged here if we're a parentless
1721         control (i.e. if we're a form.).  Fixes
1722         BindingTest.BindingContextChangedTest2.
1723
1724 2007-04-17  Everaldo Canuto  <everaldo@simios.org>
1725
1726         * ButtonBase.cs: Remove TextFormatFlags.WordBreak to mimic same behavior 
1727         from win32. Fixes #81255.
1728
1729 2007-04-17  Everaldo Canuto  <everaldo@simios.org>
1730
1731         * ThemeWin32Classic.cs: Remove text offset from DrawButtonText as it is
1732         already present in CalculateButtonTextAndImageLayout.
1733
1734 2007-04-17  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1735
1736         * XplatUIX11.cs: When setting min/max size for a window we need to
1737           translate the coordinates to x coordinates. Create an overload of
1738           SetWindowMinMax that takes a CreateParams handling this, and change
1739           SetWMStyles to call this function (can't use Control.FromHandle in
1740           the SetWindowMinMax to get the control/CreateParams from the handle
1741           because the handle might not have been assigned to the control
1742           yet). Fixes #81371.
1743
1744 2007-04-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1745
1746         * ListView.cs: In ItemControl.ItemMouseDown, don't change check state
1747         if StateImageList is non-null and it has less than two items (match MS
1748         behaviour). Also, in HandleNavKeys handle the Space key, calling
1749         the new ToggleItemsCheckState method, which tries to change the
1750         checked state of the selected items. Fixes part of #81191.
1751
1752 2007-04-16  Jackson Harper  <jackson@ximian.com>
1753
1754         * RichTextBox.cs: namespace cleanup.
1755
1756 2007-04-16  Everaldo Canuto  <everaldo@simios.org>
1757
1758         * XplatUIWin32.cs: Back last parameter to true in SetClipRegion.
1759
1760 2007-04-16  Everaldo Canuto  <everaldo@simios.org>
1761
1762         [Fixes #79447]
1763         * Control.cs: Call invalidate in set_Region.
1764
1765         * XplatUIX11.cs, XplatUIWin32.cs: Remove invalidate from SetClipRegion as
1766         it dont works here.
1767
1768 2007-04-16  Jackson Harper  <jackson@ximian.com>
1769
1770         * TextBoxBase.cs: When enter is pressed, we need to update all
1771         lines below the current.
1772
1773 2007-04-16  Jonathan Pobst  <jpobst@monkey.com>
1774
1775         * MdiClient.cs: Implement implicit menu merging for MDI
1776         children.  When a child form is active, if it has a menustrip
1777         and the parent form has a MainMenuStrip, automatically merge
1778         the menus.
1779
1780 2007-04-15  Andreia Gaita  <avidigal@novell.com>
1781
1782         * TabControl.cs: Refactored sizing methods to not repeat
1783         code all over the place. Tab bounds are now calculated
1784         as if alignment is top and single line, and only when 
1785         setting the bounds are the positions adjusted according
1786         to alignment. Replaced hardcoded positions, spacings and
1787         paddings by getting the values the ThemeEngine. 
1788         Fixes #79619.
1789         
1790         * Theme.cs: Change TabControl properties and methods so
1791         that all start with TabControl*. Added more properties
1792         to help remove hardcoded values on tabcontrol.
1793         Add CPDrawBorder3D declaration so the Theming classes
1794         can access it.
1795         
1796         * ThemeClearlooks.cs, ThemeNice.cs: Method signature changes from Theme.
1797
1798         * ThemeWin32Classic.cs: Rector TabControl out to the TabControlPainter
1799         on the Theming namespace, and call the appropriate methods here.
1800         Change CPDrawBorder3D to public.
1801
1802 2007-04-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1803
1804         * Control.cs: In WmRButtonUp, send the WM_CONTEXTMENU message to
1805         the control after firing the OnMouseUp event, instead of sending
1806         the message before the mentioned event. This is so we can match the
1807         MS behaviour. Fixes part of #80385.
1808
1809 2007-04-13  Jonathan Pobst  <monkey@jpobst.com>
1810
1811         * ToolStripItem.cs: Call the RightToLeftChanged event when setting the
1812         RightToLeft property.
1813
1814 2007-04-13  Jonathan Pobst  <monkey@jpobst.com>
1815
1816         * ToolStrip.cs: Add properties and internal methods to support merging.
1817         * ToolStripItem.cs: Add MergeAction and MergeIndex.
1818         * ToolStripItemCollection.cs: Add Insert and Remove methods that do
1819         not trigger reparenting or layouts.
1820         * ToolStripManager.cs: Add Merge and RevertMerge methods.
1821         * ToolStripOverflow.cs: Add a convenience method to find the ToolStrip that
1822         is hosting the overflow menu.
1823
1824 2007-04-13  Jackson Harper  <jackson@ximian.com>
1825
1826         * TextControl.cs: Set the line ending correctly for the first
1827         inserted line.
1828
1829 2007-04-13  Sebastien Pouliot  <sebastien@ximian.com>
1830
1831         * Theme.cs: Update GetMethod to get the new definition for 
1832         KnownColors.Update (and fix theme color updates).
1833
1834 2007-04-12  Everaldo Canuto  <everaldo@simios.org>
1835
1836         * MessageBox.cs: Fix some test and button position.
1837
1838 2007-04-12  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1839
1840         * Form.cs: Consider the implicit controls in
1841         GetRealChildAtPoint. We need it since this method
1842         is called on Form when handling the some messages in
1843         WndProc, and need to consider those implicit ones too.
1844         Fixes #80385.
1845
1846 2007-04-12  Jonathan Pobst  <monkey@jpobst.com>
1847
1848         * ToolStripMenuItem.cs: Display the ShortcutKeyDisplayString even
1849         if there are no ShortcutKeys set.
1850         * ToolStripProfessionalRenderer.cs: If an item has had its BackColor
1851         set, use it when painting.
1852
1853 2007-04-12  Jackson Harper  <jackson@ximian.com>
1854
1855         * TextControl.cs: Fix some off-by-one issues in line duplication
1856         and insertion in the undo manager. Also, overwrite the first tag
1857         of a line on insert, if it is just a zero lengthed tag. This
1858         prevents us from getting an extra stranded tag at the beginning of
1859         the first line.
1860
1861 2007-04-11  Everaldo Canuto  <everaldo@simios.org>
1862
1863         * Label.cs: Remove check for handle created in CalcAutoSize, we need 
1864         to calculated proper size including when handle was not created yet.
1865
1866 2007-04-11  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1867
1868         * MdiWindowManager.cs: When moving a form, allow the form to be moved
1869           when the mouse is outside of it's parent's client rectangle. Fixes
1870           #79982 (take 3, part 2).
1871
1872 2007-04-10  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1873
1874         * X11Structs.cs: Add a few ToString() overrides.
1875         * XplatUIX11.cs: Added GetTopLevelWindowLocation to try to calculate
1876           the window location in a window-manager independent way. Reworked
1877           FrameExtents, it now actually works. Reworked AddConfigureNotify
1878           and ReparentNotify handling to use GetTopLevelWindowLocation
1879           instead of the earlier, more hacky solution. Reworked SetWMStyles,
1880           hopefully for the better: we now set _NET_WM_WINDOW_TYPE* for all
1881           windows, DIALOG for modal windows, UTILITY for toolboxes and NORMAL
1882           for all other windows (fixes #81281 part 1), a toolwindow is hidden
1883           from the taskbar if it has a parent (fixes #81281 part 2 for kwin),
1884           and generally refactored to do as few calculations as possible
1885           inside the lock.
1886
1887 2007-04-09  Sebastien Pouliot  <sebastien@ximian.com>
1888
1889         * Theme.cs: Change "reflective-contract" between MWF and SD to 
1890         minimize # of calls, avoid Color serialization and avoid updating 
1891         every "known colors" each time a single one is updated.
1892
1893 2007-04-09  Gert Driesen  <drieseng@users.sourceforge.net>
1894
1895         * DataGridTextBoxColumn.cs: Only set IsInEditOrNavigateMode to false
1896         when not readonly and the text is explicitly set. Code style updates.
1897         * DataGridTableStyle.cs: Removed extra line.
1898         * DataGrid.cs: Code style updates. Removed extra whitespace.
1899         * DataGridColumnStyle.cs: Code style updates. Removed extra 
1900         whitespace.
1901
1902 2007-04-09  Rolf Bjarne Kvinge <RKvinge@novell.com> 
1903
1904         * XplatUIX11.cs: Added comment that "fixes" #80021.
1905
1906 2007-04-09  Jackson Harper  <jackson@ximian.com>
1907
1908         * TextControl.cs: We don't need this -1 on the line count anymore.
1909
1910 2007-04-09  Gert Driesen  <drieseng@users.sourceforge.net>
1911
1912         * DataGridTextBoxColumn.cs: In Commit, use TypeConverter to convert
1913         entered value to underlying type, and convert it back to a string to
1914         apply formatting. Modified GetFormattedValue to use TypeConverter
1915         if available.
1916
1917 2007-04-08  Gert Driesen  <drieseng@users.sourceforge.net>
1918
1919         * ListViewItem.cs: Added null checks. Avoid duplicating code in ctors.
1920         Use SubItems property when we want to ensure there's at least one
1921         subitem. Modified SubItems property to ensure there's always at least
1922         one subitem. Avoid using ListViewSubItemCollection.AddRange to match
1923         the NRE's reported by MS.
1924
1925 2007-04-07  Gert Driesen  <drieseng@users.sourceforge.net>
1926
1927         * ProgressBar.cs: On 2.0 profile, default forecolor is Highlight. Added
1928         ResetForeColor override on 2.0. Fixed a few API compatibility issues.
1929         Spaces to tabs. Removed extra tabs.
1930
1931 2007-04-06  Jonathan Pobst  <monkey@jpobst.com>
1932
1933         * ToolStripSplitStackLayout.cs: If we run out of things to hide, don't
1934         infinite loop.  (Forgot to copy to the horizontal toolstrip case.)
1935
1936 2007-04-06  Jackson Harper  <jackson@ximian.com>
1937
1938         * TextBoxBase.cs: When a delete removes a line, recalculate all
1939         lines below that line (they need to get offsets setup correctly)
1940         and invalidate.
1941
1942 2007-04-05  Jackson Harper  <jackson@ximian.com>
1943
1944         * TextControl.cs: We need to invalidate across the width of the
1945         document when we are invalidating multiple lines.
1946         * TextBoxBase.cs: Don't delete into the line ending.
1947
1948 2007-04-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1949
1950         * ListView.cs: Restore the check for the MouseHover event
1951         in ListView. It looks like the ListView fires more than one MouseHover
1952         event when HoverSelection is true  _only_ in weird-corner scenarios, but
1953         in most of the cases it only fires one. Also, add the 2.0 ItemMouseHover
1954         event.
1955
1956 2007-04-05  Mike Kestner  <mkestner@novell.com>
1957
1958         * ListView.cs : raise MouseDown before updating selection.
1959         [Fixes #80373 tab 1&3]
1960
1961 2007-04-05  Jonathan Pobst  <monkey@jpobst.com>
1962
1963         * ToolStripRenderer.cs: Add static method to mirror image.
1964         * ToolStripProfessionalRenderer.cs: Support ImageTransparentColor
1965         and RightToLeftAutoMirrorImage.
1966         * ToolStripItem.cs: Remove MonoTODO from ImageTransparentColor.
1967
1968 2007-04-05  Jonathan Pobst  <monkey@jpobst.com>
1969
1970         * ToolStripSplitStackLayout.cs: Support Alignment property.
1971         * ToolStripItem.cs: Remove MonoTODO from the Alignment property.
1972
1973 2007-04-05  Jackson Harper  <jackson@ximian.com>
1974
1975         * TextControl.cs: Move around the line endings when crossing line
1976         boundaries.
1977         - When combining lines, strip the ending text off the first line.
1978
1979 2007-04-05  Jackson Harper  <jackson@ximian.com>
1980
1981         * TextControl.cs:
1982         * TextBoxBase.cs: Try to never move the cursor into the line
1983         ending.
1984         
1985 2007-04-04  Jonathan Pobst  <monkey@jpobst.com>
1986
1987         * ToolStripItem.cs: Make sure we aren't firing mouse events when
1988         the item is disabled.  Also add a few missing methods.
1989
1990 2007-04-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1991
1992         * ListView.cs: We don't need the MouseEnter/MouseLeave check
1993         to fire just one MouseHover event when HoverSelection is true, since
1994         .Net does fire more than one MouseHover event in that scenario. Also,
1995         fix the selection in HoverSelection, by invoking UpdateMultiSelect
1996         if MultiSelect is true, instead of only setting ListViewItem.Selected.
1997         Finally, we need to reset the Hover logic in MouseMove, even when we
1998         don't have a selected item.
1999
2000 2007-04-04  Jonathan Pobst  <monkey@jpobst.com>
2001
2002         * ToolStrip.cs: Add several missing methods, properties, and events.
2003
2004 2007-04-04  Chris Toshok  <toshok@ximian.com>
2005
2006         * DataGridTextBoxColumn.cs: set the bounds of the text box to
2007         (0,0,0,0) in Commit, as MS does.
2008
2009         * DataGrid.cs: call EndEdit() from Select() as microsoft does, and
2010         make sure we set CurrentRow on a row header click *before* calling
2011         Select.  This moves the current cell (and the textbox) to the new
2012         row.  The call to Select then hides the textbox, giving us the
2013         correct behavior.  Fixes #80362.
2014
2015         * CurrencyManager.cs (UpdateIsBinding): raise ItemChanged (-1).
2016         (ListChangedHandler): reorder the position/current changed events,
2017         and call UpdateIsBinding in the ItemAdded case.
2018
2019         * GridColumnStylesCollection.cs: add some columns events, one of
2020         which raises the CollectionChanged event.
2021
2022 2007-04-04  Jackson Harper  <jackson@ximian.com>
2023
2024         * TextControl.cs: When we delete multiple selection lines
2025         invalidate the selection area, don't need to do that for single
2026         lines because the final update view will handle it.
2027
2028 2007-04-04  Jonathan Pobst  <monkey@jpobst.com>
2029
2030         * Control.cs: When we CreateControl, we need to also create all of the
2031         control's children.  The child's OnLoad must also fire before the parent's
2032         OnLoad.  Fixes the toolbox size in PDN.
2033
2034 2007-04-04  Jackson Harper  <jackson@ximian.com>
2035
2036         * TextBoxBase.cs: When the user presses enter, insert a line
2037         ending into the text. (Maybe this would be a good spot for
2038         Environment.NewLine).
2039         * TextControl.cs: Remove undo manager hack, line endings get
2040         inserted properly now.
2041         
2042 2007-04-04  Everaldo Canuto  <everaldo@simios.org>
2043
2044         * MenuAPI.cs: 
2045         - Remove unneeded parameters in UpdateCursor.
2046         - Fix UpdateCursor to check if menu is active.
2047         - Call UpdateCursor when menu deactivate my click.
2048         [Fixes remaining issues from #80410]
2049
2050 2007-04-04  Everaldo Canuto  <everaldo@simios.org>
2051
2052         * Control.cs: GetRealChildAtPoint method added, it make an
2053         recursive child control search for the point. 
2054
2055         * Form.cs: Makes use of GetRealChildAtPoint in mouse event after closes
2056         menu.
2057
2058         * MenuAPI.cs: Makes use of GetRealChildAtPoint in UpdateCursor.
2059
2060 2007-04-03  Everaldo Canuto  <everaldo@simios.org>
2061
2062         * Form.cs: Fix mouse position when send back mouse event after closes
2063         menu.
2064
2065 2007-04-03  Everaldo Canuto  <everaldo@simios.org>
2066
2067         * Form.cs: Simplify the BUTTONDOWN for active tracker.
2068
2069 2007-04-03  Jonathan Pobst  <monkey@jpobst.com>
2070
2071         * Control.cs: Fix an issue where if a user resized a control inside
2072         a sizing method like OnResize, we would overwrite their explicit
2073         value.  Also, only call DefaultSize once in the constructor instead
2074         of 4 times.  Also, do not call SetBoundsCore from SetBounds if 
2075         nothing actually changed.
2076
2077 2007-04-03  Jackson Harper  <jackson@ximian.com>
2078
2079         * TextControl.cs: Don't attempt to copy text for lines with no
2080         text in them (technically this shouldn't happen, but we aren't
2081         always inserting line endings when we should be).
2082
2083 2007-04-03  Jackson Harper  <jackson@ximian.com>
2084
2085         * TextBoxBase.cs: Calculate the scrollbars before calculating the
2086         document, because this sets some of the document size properties
2087         that are needed.
2088
2089 2007-04-03  Jackson Harper  <jackson@ximian.com>
2090
2091         * TextBoxBase.cs: We need to calculate maximums even if this is
2092         not a multiline control, because the maxs are used for scrolling.
2093         - Display the caret after doing a page up/down, we need to
2094         manually display it because a proper CaretMoved event isn't
2095         triggered (this is because of the way the math is done to
2096         determine how far to scroll).
2097
2098 2007-04-03  Jonathan Pobst  <monkey@jpobst.com>
2099
2100         * ToolBar.cs: Fix some breakage caused by the SetBoundsCore change.
2101         (ToolBar was relying on SetBoundsCore to default the values sent 
2102         base off of BoundsSpecified.)
2103
2104 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2105
2106         * DateTimePicker.cs: Change Text so that when a null value or empty
2107           string is assigned to the test we always raise ValueChanged and
2108           TextChanged (earlier implementation would only raise ValueChanged
2109           if the current date value was different from DateTime.Now).
2110
2111 2007-04-03  Andreia Gaita <avidigal@novell.com> 
2112
2113         * ButtonBase: Call update after invalidation, fixes #80194
2114
2115 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2116
2117         * ThemeWin32Classic.cs: Draw StatusBar using double buffering. Fixes
2118           #79335.
2119
2120 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2121
2122         * XplatUIX11.cs: SetWMStyles: If the control is a form with
2123           FormBorderStyle = None, don't give the window any decorations.
2124           Fixes #81276.
2125
2126 2007-04-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2127
2128         * XplatUI.cs, XplatUIDriver.cs: Updated CalculateWindowRect parameters.
2129         * CreateParams.cs: Fix IsSet, wasn't working correctly when the style
2130           to check for is a mix of several styles (such as WS_CAPTION for
2131           instance).
2132         * Control.cs: Don't paint an area bigger than the client area when
2133           painting the background colour. Add an internal GetCreateParams.
2134           Update calls to XplatUI.CalculateWindowRect due to API change.
2135         * XplatUIX11.cs: In PerformNCCalc set the initial size to the whole
2136           window's size, and handle WM_NCCALCSIZE in DefWndProc to calculate
2137           the size if it hasn't been handled by any windows. When creating
2138           and moving windows, X wants the location of the entire window, but
2139           the size of the client window, so add
2140           TranslateClientRectangleToXClientRectangle,
2141           TranslateWindowSizeToXWindowSIze and
2142           TranslatedXWindowSizeToWindowSize to cope with this, and call them
2143           before every window creation and move. Update CalculateWIndowRect
2144           to use Hwnd.GetWindowRect (one step towards removing DeriveStyles).
2145           In AddConfigureNotify don't do anything if the hwnd is a zombie
2146           (fixes the BadWindow we were getting while running the tests),
2147           always calculate the offsets when it's a parentless window, not
2148           only when reparented, and translate the window size, since we're
2149           getting the client size of the whole window, excluding entire
2150           window.
2151         * Theme.cs: Added BorderSizableSize.
2152         * XplatUIWin32.cs: Fix RECT Height and Width. Don't fake styles here
2153           anymore. Update calls to XplatUI.CalculateWindowRect due to API
2154           chang
2155         * Form.cs: Update calls to XplatUI.CalculateWindowRect due to API
2156           change. Fake the window styles here instead of in XplatUIWin32 so
2157           that all back-ends get the same window styles (and it's Form that's
2158           deciding when to use wm, not the Win32 backend anyways)
2159         * Hwnd.cs: Completely reworked GetWindowRectangle and
2160           GetClientRectangle - they are now passed a CreateParams and they
2161           only use Style and ExStyle to determine the rectangles (they should
2162           now work just like Win32AdjustWindowRectEx - though quite a few
2163           special cases are probably missing). They should also be 100%
2164           complimentary (i.e. GetWindowRectangle (GetClientRectangle (rect))
2165           == rect), and all numbers (borders, menu sizes) are taken from the
2166           current theme. Added a GetBorders helper function that will return
2167           the borders for any given CreateParams (including captions and
2168           menus), and GetBorderSize that returns the given border size only.
2169         * XplatUIOSX.cs: Update calls to CalculateWindowRect and
2170           Hwnd.GetClientRectangle.
2171
2172 2007-04-02  Chris Toshok  <toshok@ximian.com>
2173
2174         * DataGridBoolColumn.cs: rewrite things a bit, and fix up the
2175         logic between the values we present to the user and the values
2176         which are stored in the column's property.  Also, don't call
2177         GetPreferredSize - it's virtual. Along the way, fix bug #80965.
2178
2179 2007-04-02  Jackson Harper  <jackson@ximian.com>
2180
2181         * TextBoxBase.cs: Scroll faster!
2182
2183 2007-04-02  Jonathan Pobst  <monkey@jpobst.com>
2184
2185         * StatusStrip.cs: Layout fixes for PDN.
2186         * ToolStrip.cs: Set item's available to true, and placement to main when
2187         added.
2188         * ToolStripItem.cs: Fix an Available issue, check that Parent is really
2189         changing in setter before doing any work, add InternalVisible.
2190         * ToolStripPanel.cs: Remove unused variable to fix compiler warning.
2191         * ToolStripSplitStackLayout.cs: If we run out of things to hide, don't
2192         infinite loop.
2193
2194 2007-04-02  Jackson Harper  <jackson@ximian.com>
2195
2196         * TextBox.cs: LBUTTON does not make the textbox select all of it's
2197         text on focus.
2198
2199 2007-04-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2200
2201         * XplatUIWin32.cs: Use the previous change in SetParent for forms only.
2202           Makes ToolStripComboBoxes show up again.
2203
2204 2007-04-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2205
2206         * ListView.cs: Add a hover_pending field in ListView
2207         to fire just one OnMouseHover event for each MouseEnter/MouseLeave
2208         cycle (we are resetting the MouseHover logic in XplatUI
2209         to handle HoverSelection). Fixes #80429.
2210
2211 2007-04-02  Jackson Harper  <jackson@ximian.com>
2212
2213         * TextControl.cs: Make sure the attributes get set on the last
2214         tag.
2215         - Still have to do the end tag if we have stepped all the ways to
2216         the end.
2217
2218 2007-04-02  Sebastien Pouliot  <sebastien@ximian.com>
2219
2220         * XplatUIOSX.cs, XplatUIX11.cs, XplatUIX11GTK.cs: Remove dependency
2221         on an internal libgdiplus call when the information is already 
2222         available via the public API.
2223
2224 2007-04-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2225
2226         * Control.cs: Call ContainerControl.ChildControlRemoved whenever a
2227           control is removed from a control collecftion.
2228         * XplatUIX11.cs: The first location for toplevel form is (22, 22).
2229           Fixes FormPropertyTest (failed on rare occasions).
2230         * XplatUIWin32.cs: Add a workaround in SetParent for strange behaviour
2231           of Win32SetParent (when changing from no parent to a parent it
2232           might add the new parent's location in screen coordinates to this
2233           window's location).
2234         * Form.cs: Rework ChangingParent once again, now the handle is
2235           recreated whenever a FormWindowManager is added or removed (that is
2236           whenever a normal form is parented or abandoned). Also change
2237           CreateParams so that all non-toplevel windows always get the
2238           specified sice (StartupPosition is never considered for
2239           non-TopLevel forms).
2240         * ContainerControl.cs: Add ChildControlRemoved, the container control
2241           needs to be notified when a control is removed from it's
2242           collection, in the case the removed control is the active control.
2243
2244 2007-04-02  Jackson Harper  <jackson@ximian.com>
2245
2246         * RichTextBox.cs: Use the new methods for setting the font and
2247         color, these methods set the specified attribute without
2248         overriding the other attributes.
2249
2250 2007-04-02  Jonathan Pobst  <monkey@jpobst.com>
2251
2252         * ToolStripPanel.cs: Fixes for better layouts in PDN.
2253
2254 2007-03-31  Gert Driesen  <drieseng@users.sourceforge.net>
2255
2256         * TextBox.cs: Added internal ChangeBackColor method to special-case
2257         Color.Empty. Added check for invalid ScrollBars value.
2258         * TextBoxBase.cs: Added internal ChangeBackColor method.
2259         * RichTextBox.cs: Only set backcolor_set on 2.0 profile. Added
2260         internal ChangeBackColor method to special-case Color.Empty. Added
2261         check for invalid ScrollBars value.
2262
2263 2007-03-30  Everaldo Canuto  <everaldo@simios.org>
2264
2265         * MenuItem.cs: On invalidate prevent form to create handle. [Fixes #81272]
2266
2267 2007-03-30  Jonathan Pobst  <monkey@jpobst.com>
2268
2269         * ScollableControl.cs: Add HorizontalScroll and VerticalScroll properties.
2270         * ScrollProperties.cs, HScrollProperties.cs, VScrollProperties.cs: Added.
2271         [Based on submitted patch from Olivier Duff.]
2272
2273 2007-03-30  Jackson Harper  <jackson@ximian.com>
2274
2275         * TextBox.cs: Only select all on initial focus if the user has not
2276         specified a selection area.
2277
2278 2007-03-30  Jonathan Pobst  <monkey@jpobst.com>
2279
2280         * UserControl.cs: Override CreateParams.
2281
2282 2007-03-30  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2283
2284         [ Fixes #80995 ]
2285
2286         * XplatUI.cs, XplatUIDriver.cs: Updated CalculateWindowRect parameters.
2287         * CreateParams.cs: Fix IsSet, wasn't working correctly when the style to
2288           check for is a mix of several styles (such as WS_CAPTION for instance).
2289         * Control.cs: Don't paint an area bigger than the client area when painting
2290           the background colour. Add an internal GetCreateParams. Update calls to
2291           XplatUI.CalculateWindowRect due to API change.
2292         * XplatUIX11.cs: In PerformNCCalc set the initial size to the whole window's
2293           size, and handle WM_NCCALCSIZE in DefWndProc to calculate the size if it
2294           hasn't been handled by any windows. When creating and moving windows, X
2295           wants the location of the entire window, but the size of the client
2296           window, so add TranslateClientRectangleToXClientRectangle,
2297           TranslateWindowSizeToXWindowSIze and TranslatedXWindowSizeToWindowSize
2298           to cope with this, and call them before every window creation and move.
2299           Update CalculateWIndowRect to use Hwnd.GetWindowRect (one step towards
2300           removing DeriveStyles). In AddConfigureNotify don't do anything if the
2301           hwnd is a zombie (fixes the BadWindow we were getting while running the
2302           tests), always calculate the offsets when it's a parentless window, not
2303           only when reparented, and translate the window size, since we're getting
2304           the client size of the whole window, excluding entire window.
2305         * Theme.cs: Added BorderSizableSize.
2306         * XplatUIWin32.cs: Fix RECT Height and Width. Don't fake styles here
2307           anymore. Update calls to XplatUI.CalculateWindowRect due to API change.
2308         * Form.cs: Update calls to XplatUI.CalculateWindowRect due to API change.
2309           Fake the window styles here instead of in XplatUIWin32 so that all
2310           back-ends get the same window styles (and it's Form that's deciding when
2311           to use wm, not the Win32 backend anyways)
2312         * Hwnd.cs: Completely reworked GetWindowRectangle and GetClientRectangle -
2313           they are now passed a CreateParams and they only use Style and ExStyle
2314           to determine the rectangles (they should now work just like
2315           Win32AdjustWindowRectEx - though quite a few special cases are probably
2316           missing). They should also be 100% complimentary (i.e. GetWindowRectangle
2317           (GetClientRectangle (rect)) == rect), and all numbers (borders, menu
2318           sizes) are taken from the current theme. Added a GetBorders helper
2319           function that will return the borders for any given CreateParams
2320           (including captions and menus), and GetBorderSize that returns the given
2321           border size only.
2322         * XplatUIOSX.cs: Update calls to CalculateWindowRect and
2323           Hwnd.GetClientRectangle.
2324
2325 2007-03-30  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2326
2327         * Form.cs: Don't layout mdi children on MdiParent creation, the initial
2328           layout of the mdi children is handled by CreateParams. Fixes
2329           #79964,
2330
2331 2007-03-29  Everaldo Canuto  <everaldo@simios.org>
2332
2333         * MenuAPI.cs: Make OnMouseDown returns a boolean to identify if event is
2334         processed.
2335
2336         * Form.cs: When active tracker mouse down is not processed, send event 
2337         back to control inside mouse position. [Fixes #81227]
2338
2339 2007-03-29  Jonathan Pobst  <monkey@jpobst.com>
2340
2341         * ComboBox.cs: Override the ComboListBox's ActivateOnShow property and
2342         remove WS_VISIBLE from CreateParams to prevent combobox dropdowns from
2343         stealing focus from the active form on Windows.  (Control will be made
2344         visible in ShowWindow.)
2345
2346 2007-03-29  Mike Kestner  <mkestner@novell.com>
2347
2348         * ImageList.cs : add internal Changed event.
2349         * ListView.cs : hook up to StateImageList.Changed to perform
2350         invalidations when the the state icon list changes. [Fixes #81191]
2351
2352 2007-03-29  Jonathan Pobst  <monkey@jpobst.com>
2353
2354         * ToolTip.cs: Override the ToolTipWindow's ActivateOnShow property
2355         to prevent tooltips from stealing focus from the active form on Windows.
2356
2357 2007-03-29  Everaldo Canuto  <everaldo@simios.org>
2358
2359         * ThemeWin32Classic.cs: Small stetic fixes in notifyicon balloon. 
2360
2361         * ThemeClearlooks.cs: Implement notifyicon balloon for clearlooks theme.
2362
2363 2007-03-29  Everaldo Canuto  <everaldo@simios.org>
2364
2365         * NotifyIcon.cs, ThemeWin32Classic.cs: Icon support added to notifyicon
2366         balloons.
2367
2368 2007-03-29  Jackson Harper  <jackson@ximian.com>
2369
2370         * TextControl.cs: When deleting text from non multiline textboxes,
2371         we need to update the entire document, because line offsets will
2372         be shifting.
2373
2374 2007-03-29  Everaldo Canuto  <everaldo@simios.org>
2375
2376         * XplatUIX11.cs, ThemeWin32Classic.cs, Theme.cs: ShowBalloonWindow method
2377         added to theme, now we can create themes that uses diferent notify engines
2378         like notification-daemon from galago project or growl for Mac OS.
2379
2380 2007-03-28  Everaldo Canuto  <everaldo@simios.org>
2381
2382         * NotifyIcon.cs: Prevent Balloon to show in task bar.
2383
2384 2007-03-28  Everaldo Canuto  <everaldo@simios.org>
2385
2386         * XplatUIX11.cs: Prevent system to open more than one balloon.
2387
2388         * NotifyIcon.cs: Prevent system to open more than one balloon and remove
2389         some compiler warning messages.
2390
2391 2007-03-28  Everaldo Canuto  <everaldo@simios.org>
2392
2393         [Fixes #79149]
2394
2395         * XplatUIX11.cs: Implement SystrayBalloon for X11 systems.
2396
2397         * ThemeWin32Classic.cs, Theme.cs: DrawBalloonWindow and BalloonWindowRect 
2398         implemented, this methods is used by NotifyIcon.BalloonWindow class.
2399
2400         * NotifyIcon.cs: BalloonWindow class added to support Balloon in X11 
2401         systems.
2402
2403 2007-03-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2404
2405         * ListViewItem.cs: Forgot to make Invalidate internal.
2406
2407 2007-03-28  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2408
2409         * ListView.cs: Add a InvalidateSelection method to
2410         invalidate methods which are currently selected, and call
2411         it when setting FullRowSelect and HideSelection, instead of
2412         calling Redraw.
2413
2414 2007-03-28  Chris Toshok  <toshok@ximian.com>
2415
2416         * XplatUIX11.cs (UnmapWindow): reindent this block.
2417
2418         * DataGrid.cs (UpdateSelectionAfterCursorMove): we need to update
2419         the selection_start if we're moving the selection (that is, not
2420         extending it). Fixes bug #80461.
2421
2422 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
2423
2424         * ProgressBar.cs: Make the default MarqueeAnimationSpeed = 100.
2425         * ToolStripPanel.cs: Fix RowMargin, Renderer, RenderMode, and
2426         create private ControlCollection.
2427
2428 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
2429
2430         * Control.cs: We need to call OnVisibleChanged for our implicit
2431         children as well as our normal children.  Fixes scrollbars in
2432         comboboxes not showing up.
2433
2434 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
2435
2436         * Control.cs, Form.cs: Anywhere we call CreateHandle, we need to do
2437         the check for IsHandleCreated first.  The check in CreateHandle is not
2438         good enough because CreateHandle can be overriden, and the override 
2439         should not be called if the handle is already created.
2440
2441 2007-03-28  Jonathan Pobst  <monkey@jpobst.com>
2442
2443         * ToolStrip.cs: Remove MonoTODO for tooltips.
2444         * ToolStripComboBox.cs: Fix MonoTODO for DropDownHeight and events.
2445         * ToolStripContainer.cs: Add custom ControlCollection class.
2446         * ToolStripContentPanel.cs: Fix Renderer setting to match MS behavior.
2447         * ToolStripDropDown.cs: Add some missing properties/methods.
2448         * ToolStripDropDownMenu.cs: Override OnLayout and SetDisplayedItems.
2449         * ToolStripItem.cs: Remove MonoTODO for tooltips.
2450         * ToolStripManager.cs: Add IsShortcutDefined.
2451         * ToolStripOverflow.cs: Override LayoutEngine.
2452         * ToolStripProgressBar.cs: Add MarqueeAnimationSpeed.
2453         * ToolStripSeparator.cs: Add ImageKey.
2454
2455 2007-03-28  Jackson Harper  <jackson@ximian.com>
2456
2457         * TextControl.cs: If a char delete removes a line ending, we need
2458         to update the ending style.
2459         - Make sure the line ending calcs get called.
2460
2461 2007-03-28  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2462
2463         * XplatUIX11.cs: CreateWindow: Remove old default form location code,
2464           it was making the new code not work. Fixed a typo in the new code
2465           as well. Fixes #79826.
2466
2467 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
2468
2469         * XplatUIWin32.cs:
2470         - NIF_STATE and NIF_INFO added to NotifyIconFlags.
2471         - NOTIFYICONDATA properties sizes fixed, szTip is 128, not 64.
2472         - SystrayBalloon method implemented.
2473         [Add support for notifyicon balloon on win32, #79149]
2474
2475 2007-03-27  Mike Kestner  <mkestner@novell.com>
2476
2477         * ThemeWin32Classic.cs : update StateImageList selection to mirror
2478         the ms behavior when only one image is added to the list.
2479         [Fixes #81191]
2480
2481 2007-03-27  Jackson Harper  <jackson@ximian.com>
2482
2483         * TextControl.cs: Improvements to non multiline line ending
2484         drawing/measuing.
2485
2486 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
2487
2488         * XplatUIX11.cs: Fix the time which tooltip is opened for NotifyIcon. 
2489
2490 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
2491
2492         * NotifyIcon.cs: 
2493         - Balloon message handling added.
2494         - Call XplatUI.SystrayBalloon in ShowBalloonTip. 
2495
2496         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
2497         XplatUIOSX.cs, XplatUIX11-new.cs: ShowBalloonTip method renamed 
2498         to SystrayBalloon to me like other Systray method, also a
2499         handle parameter added.
2500
2501 2007-03-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2502
2503         * ListView.cs: Show scrollbars even when items.Count == 0
2504         but the columns Width is bigger than the ListView.Width.
2505         Also, when columns.Count == 0 set layout_wd and layout_ht
2506         to the ClientRectangle values, so we don't show any scrollbar
2507         in that case.
2508
2509 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
2510
2511         * XplatUIStructs.cs: Balloon (NIN_BALLOON*) constants added.
2512
2513 2007-03-27  Jackson Harper  <jackson@ximian.com>
2514
2515         * RichTextBox.cs: The RTF library decodes the text properly for us
2516         now.
2517
2518 2007-03-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2519
2520         * ListView.cs: Display HeaderControl even when columns.Count == 0.
2521         * ThemeWin32Classic.cs: Use SystemBrushes.Control to draw the
2522         ListView header (HeaderControl), instead of Control.BackColor.
2523
2524 2007-03-27  Jonathan Pobst  <monkey@jpobst.com>
2525
2526         * Control.cs: Call OnVisibleChanged in SetVisibleCore for non-forms.
2527         Fixes tab control issues where controls would not show up because they
2528         never received their OnVisibleChanged call.
2529
2530 2007-03-27  Everaldo Canuto  <everaldo@simios.org>
2531
2532         * NotifyIcon.cs: Balloon events added (BalloonTipClicked, BalloonTipClosed,
2533         BalloonTipShown).
2534
2535 2007-03-27  Jonathan Pobst  <monkey@jpobst.com>
2536
2537         * Control.cs: We won't get a WM_SHOWWINDOW when we create a window that
2538         is maximized or minimized, so move CreateControl to Control.OnVisibleChanged.
2539         * Form.cs: After we set the form visible, send a fake WM_SHOWWINDOW if we
2540         are max or min.  Remove WS_VISIBLE from CreateParams unless we are recreating
2541         the handle.  Fix WindowState by using the internal variable until we are 
2542         sure that we've been shown.
2543         * XplatUIX11.cs: Do not generate a WM_SHOWWINDOW message if new form is
2544         max or min.
2545         [Fixes bug #81198]
2546
2547 2007-03-27  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2548
2549         * XplatUIX11.cs: Windows without WS_CAPTION can still get decorations
2550           (at least borders). Fixes #79386 on Linux (with a small difference
2551           in behaviour: when trying to resize a caption-less window metacity
2552           shows the sysmenu. Resizing is still possible though).
2553         * XplatUIWin32.cs: When setting window styles send request an extra
2554           WM_NCCALCSIZE when it's a form without title (due to no text and no
2555           caption), since Win32 seems to calculate it wrong the first time we
2556           get the message, though the second time things work as they should.
2557         * Form.cs: Reorder a few statements in ChangingParent, otherwise the
2558           newly reparented window might show up unparented. Update
2559           CreateParams to exclude WS_DLGFRAME if ControlBox is false and
2560           there's no title text. Fixes #79386.
2561
2562 2007-03-27  Mike Kestner  <mkestner@novell.com>
2563
2564         * ListBox.cs : don't perform invalidations if the handle hasn't been
2565         created.  [Fixes #80753]
2566
2567 2007-03-27  Mike Kestner  <mkestner@novell.com>
2568
2569         * ListBox.cs : don't adjust top item when SelectedIndex is set to -1.
2570         [Fixes #80428]
2571
2572 2007-03-26  Everaldo Canuto  <everaldo@simios.org>
2573
2574         * XplatUIWin32.cs: Complete NOTIFYICONDATA structure, additional fields 
2575         needed to implement Balloon.
2576
2577 2007-03-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2578
2579         * ListViewItem.cs: In the constructors that take
2580         an array of strings, don't use ListViewSubItemCollection.AddRange
2581         method to add items, since we need to have a different behaviour (in
2582         the constructors we add an item for each null string, opposed to
2583         the behaviour of AddRange, which adds nothing).
2584
2585 2007-03-26  Andreia Gaita  <avidigal@novell.com>
2586
2587         * NumericUpDown.cs: Fix broken 1.1 api for ParseEditText
2588
2589 2007-03-26  Jackson Harper  <jackson@ximian.com>
2590
2591         * TextControl.cs: Draw and measure line endings when in non
2592         multiline mode.
2593         - When searching the text, count the end of the last line as a
2594         word boundary.
2595
2596 2007-03-26  Jackson Harper  <jackson@ximian.com>
2597
2598         * RichTextBox.cs: The selection_start and selection_end don't
2599         really track the correct tags for the selection. So we'll manually
2600         compute the correct tag here.
2601
2602 2007-03-26  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2603
2604         * ProgressBar.cs, ThemeWin32Classic.cs: Implemented drawing of Marquee
2605           and Continuous styles. Fixes #79469.
2606
2607 2007-03-26  Jonathan Pobst  <monkey@jpobst.com>
2608
2609         * ToolStrip.cs: Implement Tooltips.
2610         * ToolStripItem.cs: Create internal method for determining tooltip.
2611
2612 2007-03-26  Jonathan Pobst  <monkey@jpobst.com>
2613
2614         * PropertyGrid.cs: Hide a EditorBrowsable attribute from 1.1 API.
2615
2616 2007-03-26  Everaldo Canuto  <everaldo@simios.org>
2617
2618         * NotifyIcon.cs: On disposing verify if icon is visible and hide it,
2619         it prevents a problem thak keeps icon visible after application 
2620         closes on win32.
2621
2622 2007-03-26  Everaldo Canuto  <everaldo@simios.org>
2623
2624         * NotifyIcon.cs: Balloon properties and methods created.
2625
2626         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
2627         XplatUIOSX.cs, XplatUIX11-new.cs: Implement ShowBalloonTip method.
2628
2629 2007-03-25  Jonathan Pobst  <monkey@jpobst.com>
2630
2631         * ToolStripComboBox.cs: Default the ComboBox's FlatStyle to Popup.
2632
2633 2007-03-24  Jonathan Pobst  <monkey@jpobst.com>
2634
2635         * Control.cs: Make SetBoundsCore match MS better.  The BoundsSpecified
2636         parameter indicates which aspects were explicit/user-set.
2637         * ComboBox.cs, ListBox.cs: Call SetBoundsCore correctly. (no 0 parameters).
2638
2639 2007-03-24  Jonathan Pobst  <monkey@jpobst.com>
2640
2641         * ProgressBar.cs: Throw AOORE instead of AE for property Value (2.0).
2642         * ScrollBar.cs: Throw AOORE instead of AE for properties LargeChange,
2643         SmallChange, and Value (2.0).
2644         * Timer.cs: Throw AOORE instead of AE for property Interval (2.0).
2645
2646 2007-03-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2647
2648         * ListView.cs: Always set item_control.Width in LayoutDetails
2649         if View is Details. Setting it later in CalculateScrollBars
2650         in a not-so-corner scenario (the sum of columns width is
2651         not bigger than the ListView width when handle is created, and then
2652         that sum gets bigger by increasing the width of the columns)
2653         causes a very weird recursion path (which shouldn't be happening,
2654         since header_control sets it in CalculateScrollBars too). This bug
2655         appeared after Chris' fixes for handle created issues, so probably
2656         it's related to some handle-creation time.
2657
2658 2007-03-23  Chris Toshok  <toshok@ximian.com>
2659
2660         * DataGrid.cs (GetVisibleRowCount): increase the row count in the
2661         case where there's an add row, just so we don't end up in a case
2662         where it's not displayed (this happens when the row is partially
2663         obscured).  Fixes bug #79574.
2664
2665 2007-03-23  Jackson Harper  <jackson@ximian.com>
2666
2667         * TextControl.cs:
2668         * TextBoxBase.cs:
2669         * RichTextBox.cs: Preserve line endings in the lines text buffer,
2670         also added an enum that represents the line ending type. 
2671
2672 2007-03-23  Andreia Gaita  <avidigal@novell.com>
2673
2674         * NumericUpDown.cs: Fix logic so Text and Value properties are not
2675         messed with in every method call, but only from DownButton, 
2676         UpButton, UpdateEditText() and ValidateText. Fixes #80346
2677
2678 2007-03-23  Chris Toshok  <toshok@ximian.com>
2679
2680         * DataGridTextBoxColumn.cs (GetFormattedValue): don't try to
2681         format objects if the format spec is "".  Fixes bug #80889.
2682
2683 2007-03-22  Miguel de Icaza  <miguel@novell.com>
2684
2685         * ToolStripPanel.cs (Join): added stubs to build PDN3
2686
2687         * Control.cs (AutoScrollOffset): Add.
2688
2689         * SystemInformation.cs (MouseWheelScrollDelta): Expose this
2690         property, its only implemented for Win32, on X11 it defaults to
2691         some hardcoded value.
2692
2693         * ToolStripItem.cs (AllowDrop): Add property
2694
2695 2007-03-22  Mike Kestner  <mkestner@novell.com>
2696
2697         * ListView.cs : in FullRowSelect Details mode, only enable box
2698         selection if the user clicks over the "item" column outside of the
2699         text area.  Mmmmm, compatibility.  [Fixes #80374 subpart 7]
2700
2701 2007-03-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2702
2703         * Control.cs: ChangeParent: Call Form's ChangingParent even if the
2704           handle is not created yet.
2705         * Form.cs: Select: Don't call CreateHandle if the handle is already
2706           created, avoids a stack overflow on Windows when we are recreating
2707           controls.
2708         * ScrollableControl.cs: Set the correct z-order for the scrollbars when
2709           they are made visible, and override AfterTopMostControl to keep
2710           them on top when other controls are brought to front.
2711           CalculateCanvas: Scrollbars are only visible if auto_scroll is true
2712           or force_*scroll_visible is true (old implementation always shows
2713           scrollbars when needed, no matter what auto_scroll was set to).
2714         * InternalWindowManager.cs: UpdateWindowDecorations: Add a
2715           IsHandleCreated check.
2716
2717 2007-03-22  Andreia Gaita  <avidigal@novell.com>
2718
2719         * DataGrid.cs: Implement Column and Row auto sizing when double-clicking on
2720         row or col separator.
2721         * DataGridTextBoxColumn.cs: Implement GetPreferredHeight and GetPreferredSize
2722
2723 2007-03-22  Everaldo Canuto  <everaldo@simios.org>
2724
2725         * MenuAPI.cs: Remove unneeded check for grab_control in UpdateCursor.
2726
2727 2007-03-22  Everaldo Canuto  <everaldo@simios.org>
2728
2729         * MenuAPI.cs: UpdateCursor method added, it is calling in OnMotion to update
2730         cursor for child controls. In ShowWindow and HideWindow now call SetCursor 
2731         every time. Fixes #80410.
2732
2733 2007-03-22  Chris Toshok  <toshok@ximian.com>
2734
2735         * BindingSource.cs (AddNew): partially implement.
2736
2737         remove a couple of NotImplementedException's
2738         to get bug #81148 closed.
2739
2740 2007-03-22  Everaldo Canuto  <everaldo@simios.org>
2741
2742         [Fixes #80380]
2743         
2744         * Control.cs:
2745         - UpdateCursor method added to update the screen cursor.
2746         - GetAvailableCursor method added to return cursor for enabled tree,
2747         it searches for cursor on control and it's parent's for enabled control.
2748         - Call UpdateCursor method on setter of Cursor property.
2749         - On setter of Enabled call UpdateCursor when it is false, we need to
2750         change cursor to normal (or to this parent cursor) because cursor 
2751         setting theres no effect to disabled controls.
2752         - Some minor source changes to follow the coding style guidelines.
2753
2754         * XplatUIX11.cs: In MotionNotify only dispatch SET_CURSOR event for enabled 
2755         controls.
2756
2757 2007-03-22  Chris Toshok  <toshok@ximian.com>
2758
2759         * XplatUIX11.cs: ignore the BadPicture errors cairo+render
2760         generates.
2761
2762 2007-03-22  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2763
2764         * XplatUIX11.cs: Implement default locations for forms.
2765         * Form.cs: Completely rework startup location for forms. Fixes #79964.
2766         * Hwnd.cs: Add previous_child_startup_location (to track the current
2767           startup location for any child forms of the current form) and
2768           previous_main_startup_location (to track the startup location for
2769           the current toplevel form).
2770
2771 2007-03-21  Jonathan Pobst  <monkey@jpobst.com>
2772
2773         * Control.cs: Don't trigger a layout if an implicit control is added
2774         that isn't visible.  Also, don't notify the owner when an implicit control
2775         is added.  (Owners shouldn't even know about their implicit controls.)
2776
2777 2007-03-21  Jonathan Pobst  <monkey@jpobst.com>
2778
2779         * ScrollableControl.cs: Add implicit controls with AddRangeImplicit
2780         to save some re-layouts.
2781
2782 2007-03-21  Everaldo Canuto  <everaldo@simios.org>
2783
2784         * MenuAPI.cs: In ProcessKeys returns false when key is not processed.
2785         [Fixes #81203]
2786
2787 2007-03-21  Jonathan Pobst  <monkey@jpobst.com>
2788
2789         * FlowLayoutSettings.cs, ToolStrip.cs, ToolStripPanel.cs,
2790         ToolStripPanelRow.cs: Lazy instantiate the LayoutEngine.
2791
2792 2007-03-21  Mike Kestner  <mkestner@novell.com>
2793
2794         * ListView.cs : disable selection update for non-left button clicks
2795         with mods and over selected items.  [Fixes #80524]
2796
2797 2007-03-20  Jackson Harper  <jackson@ximian.com>
2798
2799         * TextControl.cs:
2800         * TextBoxBase.cs: Allow different types of line endings. \r, \r\n,
2801         \r\r\n, \n.
2802
2803 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2804
2805         * ComboBox.cs: PreferredHeight seems to be ItemHeight + 6, but there is
2806           very probably a more complicated calculation there. Update the
2807           textbox' ForeColor and BackColor when the ComboBox' colors are
2808           changed. Change the border change in LayoutComboBox to only affect
2809           the textbox, not all the calculations there. Seems to fix most of
2810           #79436.
2811
2812 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2813
2814         * ComboBox.cs: Handle Home and End keys as well as all combinations of
2815           modifiers + navigation keys as input keys, enables advanced text
2816           selection in the combobox (like Shift+Left Arrow for instance).
2817           ComboTextBox now overrides Focused and returns whatever
2818           ComboBox.Focused returns, since it really should be focused
2819           whenever the ComboBox is. Fixes #80795. Also make the border around
2820           the text box one pixel bigger, as mentioned in #79436.
2821
2822 2007-03-20  Jackson Harper  <jackson@ximian.com>
2823
2824         * TreeView.cs: Don't offset the images, this was causing some
2825         artifacts when expanding/collapsing with images that were the
2826         exact height of the treenode.
2827
2828 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2829
2830         * TrackBar.cs: Query the theme for the correct value when the mouse
2831           moves and the thumb is pressed. 
2832         * Theme.cs: Added TrackBarValueFromMousePosition
2833         * ThemeWin32Classic.cs: Reworked TrackBar drawing. Earlier
2834           implementation was updating the trackbar value when drawing, now
2835           the drawing methods only draw. Fixes #80900. Refactored the
2836           calculations out to TrackBarValueFromMousePosition and
2837           GetTrackBarDrawingInfo, so that TrackBar can get the correct value
2838           according to the mouse position whenever it wants to. Changed the
2839           light coloured pen when drawing the thumb from ControlLight to
2840           ControlLightLight, because the ControlLight is the same colour as
2841           the background so the 3D effect is lost. 
2842
2843 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
2844
2845         * Form.cs: In ShowDialog uses MainForm as transient form when no form is
2846         defined. Fixes #80784.
2847
2848 2007-03-20  Marek Habersack  <mhabersack@novell.com>
2849
2850         * ContextMenuStrip.cs: align with the change introduced in
2851         revision 74664.
2852
2853 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
2854
2855         * XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs, XplatUIX11.cs, 
2856         XplatUI.cs, Form.cs, ToolTip.cs: Remove unneeded parameter owner 
2857         in SetTopmost.
2858
2859 2007-03-19  Chris Toshok  <toshok@ximian.com>
2860
2861         * Control.cs (WmPaint): don't make use of the Handle property
2862         after an event is emitted, as the user could have closed the
2863         form/destroyed the control.  Store the Handle in a local variable
2864         and make use of that.  Fixes bug #80768.
2865
2866 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
2867
2868         * XplatUIX11.cs: Set _NET_WM_STATE_ABOVE on SetTopmost, it fixes Topmost
2869         behavior in X11 environments.
2870
2871 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
2872
2873         * Form.cs: Call SetTopmost in CreateHandle when window is topmost, its
2874         because on setter of topmost we dont call SetTopmost when handle is not
2875         created.
2876
2877 2007-03-20  Jackson Harper  <jackson@ximian.com>
2878
2879         * TextControl.cs: Need to use SelectionLength () not
2880         selection_length, since that var is reset to -1.
2881         - Draw the caret when we don't have focus.
2882         * TextBox.cs: The selectall actually doesn't occur until the first
2883         focus.
2884         * TextBoxBase.cs: Need to update the caret position after a
2885         selectall.
2886         
2887 2007-03-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2888
2889         * ListView.cs: Enable scrolling when using Tile view.
2890
2891 2007-03-20  Everaldo Canuto  <everaldo@simios.org>
2892
2893         [Fixes #80902]
2894
2895         * XplatUIDriver.cs: Abstract SetOwner method created.
2896
2897         * XplatUIOSX.cs: Override SetOwner to prevent compilation errors method 
2898         must be implemented and was masked as todo.
2899
2900         * XplatUIWin32.cs: SetOwner implemented using SetWindowLong with 
2901         GWL_HWNDPARENT.
2902
2903         * XplatUIX11.cs: SetOwner implemented using same code from SetTopmost but 
2904         cheking for null owner to remove transient. The SetTopmost will be change
2905         on a decond step.
2906
2907         * Form.cs: In set_Owner and CreateHandle uses new SetOwner instead of
2908         SetTopmost. Now owned forms will work properly in win32 and X11.
2909
2910 2007-03-20  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2911
2912         * MdiWindowManager.cs: Update function name.
2913         * Form.cs: After closing a form MdiParent is always null.
2914         * MdiClient.cs: Rename CloseChildForm to ChildFormClosed to explain
2915           better what it should do: necessary book-keeping when the form is
2916           closed, it should not close the form itself.
2917
2918 2007-03-19  Andreia Gaita  <avidigal@novell.com>
2919
2920         * ListViewItem.cs: Fix back and fore color. The subitems only
2921         use their own colors if they are set, otherwise use the listview's
2922         colors. Don't set default colors on constructor for subitem.
2923         Fixes #79315.
2924
2925 2007-03-19  Mike Kestner  <mkestner@novell.com>
2926
2927         * ListView.cs : make box selection for Details views with 
2928         FullRowSelect conform to MS behavior when clicking in the "item" 
2929         column and clicking outside the defined columns.
2930         [Fixes case 5-6 of #80374]
2931
2932 2007-03-19  Chris Toshok  <toshok@ximian.com>
2933
2934         * ScrollableControl.cs: create the controls from within the ctor,
2935         but don't actually add them until our handle is created.  this
2936         fixes a NRE possibility jpobst found (if you override OnLayout in
2937         a subclass, it's called before your ctor).  Also, add a
2938         IsHandleCreated guard to UpdateSizeGripVisibility as well.
2939
2940 2007-03-19  Jackson Harper  <jackson@ximian.com>
2941
2942         * TextBox.cs: Reduce the amount of invalidation we do.
2943         * TextBoxBase.cs: Make shortcuts enabled true by default, at least
2944         some of them are true by default on MS.
2945         - Add some functions to reduce the amount of invalidates we do.
2946         * TextControl.cs: Less invalidation.
2947
2948 2007-03-19  Chris Toshok  <toshok@ximian.com>
2949
2950         [ Fixes #81773, and *seems* to fix #81553 as well ]
2951
2952         * XplatUIX11.cs: remove the assignment of hwnd.zombie = true from
2953         AccumulateDestroyedHandles.  We need to do it *after* we send
2954         WM_DESTROY, as the user's code can access Control.Handle in
2955         OnHandleDestroyed, and this shouldn't cause a recreation.  Also,
2956         move the WM_DESTROY/zombie handling to before the call to
2957         XDestroyWindow.  For some reason without this ordering
2958         FormTest.RecreateHandle hangs.  This ordering is semantically
2959         equivalent, however, as XDestroyWindow is async anyway.
2960
2961 2007-03-19  Gert Driesen  <drieseng@users.sourceforge.net>
2962
2963         * RichTextBox.cs: Reset backcolor_set after setting default.
2964
2965 2007-03-19  Chris Toshok  <toshok@ximian.com>
2966
2967         * ScrollableControl.cs: the scroll position should not effect the
2968         canvas size.  commit patch from georgegiolfan@yahoo.com, which
2969         fixes some really bizarre behavior on resizing.  Fixes bug #80778.
2970         
2971 2007-03-19  Chris Toshok  <toshok@ximian.com>
2972
2973         * ScrollableControl.cs: clean this up a bit.  create the
2974         scrollbars in the ctor and just show/hide them as needed.  Also,
2975         make hscroll_visible/vscroll_visible internal to Recalculate, and
2976         just use hscrollbar.VisibleInternal/vscrollbar.VisibleInternal
2977         everywhere else.  This seems to fix the scrollbars appearing
2978         beneath the content for me (i have *no* idea why that is,
2979         however.)
2980
2981 2007-03-19  Jonathan Pobst  <monkey@jpobst.com>
2982
2983         * ToolStrip.cs: Don't call DoAutoSize when we change Dock.  Also, remove
2984         some redundacy for stuff in Anchor and Dock that base will take care of.
2985         [Fixes #80762]
2986
2987 2007-03-19  Mike Kestner  <mkestner@novell.com>
2988
2989         * ListView.cs : make box selection for Details views without 
2990         FullRowSelect dependent on the text bounds, not item bounds.
2991         * ListViewItem.cs : add an internal property to obtain the TextBounds
2992         in Details view.  [Fixes case 1-4 of #80374]
2993
2994 2007-03-19  Andreia Gaita  <avidigal@novell.com>
2995
2996         * PaintEventArgs.cs (Dispose): Only dispose of graphics object if
2997         we're < 2.0. #78448 && #80316
2998
2999 2007-03-19  Jonathan Pobst  <monkey@jpobst.com>
3000
3001         * FontDialog.cs: Don't crash when we switch to a new font that doesn't
3002         have the same style available as the previously selected one.  Also,
3003         support FixedPitchOnly property.  [Fixes bugs #80918, #80947]
3004
3005 2007-03-19  Jackson Harper  <jackson@ximian.com>
3006
3007         * TextControl.cs: Add an alignment property that all new lines
3008         will be given.
3009         - Make sure to use the align shift when calculating the line's X
3010         position.
3011         * TextBox.cs: Set the alignment on the document as well as on all
3012         the document lines.
3013
3014 2007-03-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3015
3016         * Control.cs: ControlCollection.Add: Remove a couple of duplicated casts and
3017           throw if setting the parent of an mdichild that already has an
3018           mdiparent. Update signature for 2.0 profile. ProductName: If there's no
3019           AssemblyProductAttribute in the assembly, use the type's namespace (as
3020           MS seems to do). CreateControl: don't create the handle if the control
3021           is not visible (according to MS behaviour and spec).  SetTopLevel: Only
3022           create handle if the control is not a form. Change FocusInternal to
3023           virtual so that it can be overriden by Form.
3024         * TextBox.cs: Update call to FocusInternal.
3025         * Form.cs: Always create the handle when calling Focus on a MdiChild. The
3026           form is not a toplevel form when it's a mdi child, so update is_toplevel
3027           accordingly. ShowIcon/TransparencyKey: avoid creating the handle if it
3028           hasn't been created. Show (IWin32Window): Don't allow this overload for
3029           toplevel windows. CenterToParent/CenterToScreen/Select: create the
3030           handle as MS does. SetVisibleCore: if called on a MdiChild and the
3031           parent isn't visible yet, save the visibility and restore it when the
3032           parent is made visible.
3033         * ScrollableControl.cs: Refactor out scrollbar visibility code to separate
3034           methods, since the visibility of the scrollbars can be changed from
3035           several places, not only from AutoScroll.
3036           [Fixes #81179]
3037
3038 2007-03-19  Jackson Harper  <jackson@ximian.com>
3039
3040         * RichTextBox.cs: Enable shortcuts by default.
3041         * TextBoxBase.cs: Add conditional shortcuts.  
3042
3043 2007-03-19  Everaldo Canuto  <everaldo@simios.org>
3044
3045         * MenuItem.cs: Dont call OnDrawItem when OwnerDraw is false (#81182).  
3046
3047 2007-03-19  Chris Toshok  <toshok@ximian.com>
3048
3049         [ Fixes bug #80604]
3050         
3051         * XplatUIX11.cs (WaitForHwndMessage): change this to actually
3052         swallow the message we're waiting on, instead of delivering it, as
3053         this is only used for the WM_SHOWWINDOW raised from
3054         MapWindow/UnmapWindow, and the message needs to be generated
3055         (MapWindow, UnmapWindow): generate the WM_SHOWWINDOW message
3056         before doing the Map/Unmap.  Also make sure that the Hwnd is still
3057         alive after the message has been handled.
3058
3059         *before* the window is shown.
3060
3061         * Control.cs (CreateControl): guard a few more things inside the
3062         if (!is_created) block, as we might end up being called again -
3063         yay .net.
3064         (WmShowWindow): call CreateControl if we're showing the control.
3065
3066 2007-03-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3067
3068         * Control.cs: Fix 2.0 signature for Invoke. Support invoking on
3069           controls without a handle if they have any parent with a handle. In
3070           Dispose add a check whether the handle is created or not before
3071           calling BeginInvoke, this removes the need of the extra disposing
3072           parameter (which was bogus anyway since it didn't prevent the
3073           invoke from happening, it only skipped the check for an existing
3074           handle, meaning that the invoke would call on an inexistent
3075           handle).
3076
3077 2007-03-19  Everaldo Canuto  <everaldo@simios.org>
3078
3079         * MessageBox.cs: Remove WS_POPUP from CreateParams style, with it form
3080         appears in taskbar.
3081
3082 2007-03-18  Everaldo Canuto  <everaldo@simios.org>
3083
3084         * MessageBox.cs:
3085         - Fixed a problem that dont show help button for messages with 3 buttons.
3086         - Refactory button size and position calculations, now dont use fixed 
3087         values, also fixed button sizes (#80043) and form's border space.
3088         - AddButton method created, now all other AddButton methods call this one.
3089         - Some other source code cosmetic changes.
3090
3091 2007-03-18  Jackson Harper  <jackson@ximian.com>
3092
3093         * RichTextBox.cs: Don't do this all fonts must match check if
3094         there is only one char selected.
3095
3096 2007-03-18  Jackson Harper  <jackson@ximian.com>
3097
3098         * TreeView.cs: ScrollWindow works properly now, so we don't need
3099         to screw around with the scroll area.  This fixes some artifacts
3100         when expanding and collapsing.
3101
3102 2007-03-18  Jackson Harper  <jackson@ximian.com>
3103
3104         * TextBoxBase.cs: Allow updating the selection position when the
3105         cursor is outside the textarea, but we have a capture.
3106         * TextControl.cs: A special case for when the cursor is outside
3107         the bounds of the TB.
3108         
3109 2007-03-18  Jackson Harper  <jackson@ximian.com>
3110
3111         * TextBoxBase.cs: Remove image pasting code for now.  There is no
3112         way to get an image on the clipboard right now anyways.
3113         * TextControl.cs:
3114         * RichTextBox.cs: Use the new RTF Picture class for pictures.
3115
3116 2007-03-18  Everaldo Canuto  <everaldo@simios.org>
3117
3118         * MessageBox.cs:
3119         - Set window properties in constructor intead of on CreateParams.
3120         - Remove topmost from Window ExStyle.
3121         - Set ShowInTaskbar to false.
3122         - Set form border to FixedDialog.
3123         - Some cosmetic changes and remove unneeded comments.
3124         - It fixes itens 2,3 and 4 of bug #80043.
3125
3126 2007-03-18  Gert Driesen  <drieseng@users.sourceforge.net>
3127
3128         * TextBoxBase.cs: In setter for ReadOnly, only chance BackColor if
3129         none was explicitly set. Fixes part of bug #79949.
3130
3131 2007-03-16  George Giolfan  <georgegiolfan@yahoo.com>
3132
3133         * ToolStripComboBox.cs: Add AutoComplete*.
3134
3135 2007-03-16  George Giolfan  <georgegiolfan@yahoo.com>
3136
3137         * ToolStripComboBox.cs: Add FlatStyle.
3138
3139 2007-03-16  Jonathan Pobst  <monkey@jpobst.com>
3140
3141         * ToolStrip.cs, ToolStripProfessionalRenderer.cs,
3142         ToolStripSplitStackLayout.cs: Implement some basic vertical toolbar support.
3143
3144 2007-03-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3145
3146         * ButtonBase.cs, ToolStrip.cs, SendKeys.cs, TextRenderer.cs,
3147           CheckBox.cs, RadioButton.cs, BindingSource.cs,
3148           DataGridColumnStyle.cs: Remove warnings.
3149
3150 2007-03-16  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3151
3152         * Menu.cs: MergeMenu: Check menu argument for null before looping over
3153           it.
3154         * MdiWindowManager.cs: Add IsVisiblePending to track the pending
3155           visibility of mdi child forms. FormSizeChangedHandler: update the
3156           maximized size if size has changed while maximized.
3157         * MdiClient.cs: SizeScrollbars/ArrangeWindows/ActivateChild: Avoid
3158           creating the handle.
3159         * InternalWindowManager.cs: UpdateBorderStyle/FormSizeChangedHandler:
3160           avoid creating the handle if not created.
3161         * XplatUI.cs: Update debug output.
3162         * XplatUIStructs.cs: Added ToString's for a couple of structs.
3163
3164 2007-03-16  Jonathan Pobst <monkey@jpobst.com>
3165
3166         * ContainerControl.cs: Give ToolStripManager the opportunity to handle
3167         ProcessCmdKey().
3168         * ToolStripDownItem.cs, ToolStripItem.cs, ToolStripItemCollection.cs, 
3169         ToolStripItemEventType.cs, ToolStripManager.cs, ToolStripMenuItem.cs:
3170         Implement keyboard shortcuts.
3171
3172 2007-03-15  Everaldo Canuto  <everaldo@simios.org>
3173
3174         * CommonDialog.cs: Set StartPosition to CenterScreen on form's constructor.
3175         Fixes #79560 and #80200, it also fix problem in FileDialog, SaveDialog, 
3176         ColorDialog and all derived classes.
3177
3178 2007-03-15  Everaldo Canuto  <everaldo@simios.org>
3179
3180         [ Fixes bug #79828 ]
3181
3182         * ToolBar.cs:
3183         - Rename ToolBarButtonInfor to ToolBarItem.
3184         - Add all layout and calculation stuff gtom ToolBarButton to ToolBarItem.
3185         - Maintain an array of ToolBarItem, used instead of ToolBarButton
3186         collection to be able add same button more than one time on a toolbar.
3187         - Refactory all properties and methods to use ToolBarItem. 
3188
3189         * ToolBarButton.cs: 
3190         - Remove all propeties and methods that is now in ToolBarItem.
3191         - Rectangle propery now gets the rectangle from first ToolBarItem to
3192         mimic win32 behavior.
3193         - Size calculation and layout methods also removed.
3194
3195         * ThemeWin32Classic.cs: Change all ToolBar drawing methods to receive
3196         ToolBarItem instead of ToolBarButton to right drawing buttons when
3197         same button/separator was added more than one time to ToolBar.
3198
3199         * ThemeNice.cs: Same as above. 
3200
3201 2007-03-15  Andreia Gaita  <avidigal@novell.com>
3202
3203         * XplatUIX11.cs: Fire extra MouseMove events right after
3204         MouseDown and MouseUp, emulating win32's <censored> behaviour
3205         for apps that rely on it.
3206
3207 2007-03-15  Jackson Harper  <jackson@ximian.com>
3208
3209         * TextControl.cs:
3210         * TextBoxBase.cs: On MS, a fixed single border is not in NC area,
3211         it is drawn on the controls client window and there is no NC
3212         area.
3213         - Set the background color to gray on 2.0 when we are readonly.
3214
3215 2007-03-15  Chris Toshok  <toshok@ximian.com>
3216
3217         [ Fixes bug #81144 ]
3218         
3219         * XplatUIX11.cs: implement VirtualScreen independently of
3220         WorkingArea, by querying the _NET_DESKTOP_GEOMETRY root window
3221         property.
3222
3223 2007-03-15  Chris Toshok  <toshok@ximian.com>
3224
3225         * Hwnd.cs: add an internal field for the cached_window_state.
3226
3227         * XplatUIX11.cs: cache the window state, invalidating the cache
3228         (and thus re-querying the X server) only when we see an update to
3229         the _NET_WM_STATE property.
3230
3231 2007-03-15  Chris Toshok  <toshok@ximian.com>
3232
3233         * BindingSource.cs: get a lot of the unit tests working.
3234
3235 2007-03-15  Jonathan Pobst  <monkey@jpobst.com>
3236
3237         * Control.cs: Modify UpdateStyles to store distances when bounds >=
3238         0 instead of just bounds > 0.  [Fixes bug #80912]
3239
3240 2007-03-15  Jonathan Pobst  <monkey@jpobst.com>
3241
3242         * ToolStrip.cs, ToolStripItem.cs: Implement several new properties
3243         and methods.
3244
3245 2007-03-15  Ivan N. Zlatev <contact@i-nz.net>
3246         
3247         * ComboBox.cs, Control.cs, XplatUIStructs.cs, XplatUIX11GTK.cs,
3248         XplatUIX11.cs, XplatUIWin32.cs, InternalWindowManager.cs,
3249         XplatUIOSX.cs, TextControl.cs: Replaces all uses of the custom
3250         WM_MOUSE_LEAVE with the system WM_MOUSELEAVE message.
3251
3252 2007-03-15  Chris Toshok  <toshok@ximian.com>
3253
3254         [ Fixes #81101 ]
3255         
3256         * Control.cs: add Ivan's fix for 81101, with a slight modification
3257         - you can set control.Target to null.
3258
3259 2007-03-14  Jonathan Pobst  <monkey@jpobst.com>
3260
3261         * ToolStripItem.cs: If our OwnerItem is null, we can't use 
3262         HideDropDown, use Hide instead to prevent an NRE.
3263         [Fixes bug #81147]
3264
3265 2007-03-14  Jackson Harper  <jackson@ximian.com>
3266
3267         * TextBoxBase.cs: Mess with the creation stuff a little. We need
3268         to calculate the document before the handle is created, in some
3269         cases. (Actually just one case).
3270
3271 2007-03-14  Jackson Harper  <jackson@ximian.com>
3272
3273         * TextBoxBase.cs: Need to display the caret after letting the base
3274         wndproc handle the focus methods, because the caret display
3275         methods check the focus state.
3276         - Try to display the caret after updating it's position with SelectWord.
3277         - Don't need to do an immediate update on this recalc, since there
3278         will be an invalidate anyways.
3279
3280 2007-03-14  Jackson Harper  <jackson@ximian.com>
3281
3282         * TreeView.cs: Some workarounds so that we can match event order a
3283         little better.
3284
3285 2007-03-14  Gert Driesen  <drieseng@users.sourceforge.net>
3286
3287         * ErrorProvider.cs: Invoke default ctor from 2.0-only ctor. Fixes bug
3288         #80803. Avoid NullReferenceException when Control does not have
3289         parent. Fixed different blinkstyle issues. Only subscribe to Tick
3290         event a single time. Only draw error icon when control is created and
3291         visible. Fixes failing unit tests.
3292
3293 2007-03-14  Andreia Gaita  <avidigal@novell.com>
3294
3295         * TabControl.cs: Add support for 2.0 Deselecting, Deselected and
3296         Selecting events. Fire Leave and Enter events when changing tabs.
3297
3298 2007-03-14  George Giolfan  <georgegiolfan@yahoo.com>
3299
3300         * TreeView.cs: Add TreeViewNodeSorter.
3301         * TreeNodeCollection.cs: Add sorter parameter to Sort method.
3302
3303 2007-03-14  Chris Toshok  <toshok@ximian.com>
3304
3305         * Form.cs: go ahead and remove the RecreateHandles that jpobst
3306         removed earlier and I had him add back it.  It turns out metacity
3307         *does* in fact handle the MOTIF_WM_HINTS property changing, it
3308         just doesn't redraw the window titlebar until you resize the
3309         window.  This also means we aren't recreating the entire window
3310         hierarchy on X when you change this property.  And it looks better
3311         on windows, too.
3312
3313 2007-03-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3314
3315         * ListViewItem.cs:
3316         * ListView.cs: Collecting selection information
3317         is now done in SelectedIndexCollection rather than in
3318         SelectedListViewItemCollection. This is done so we can
3319         have the selection information code in one single place
3320         (virtual mode selection information entirely depends on
3321         SelectedIndexCollection).
3322
3323 2007-03-13  Miguel de Icaza  <miguel@novell.com>
3324
3325         * ErrorProvider.cs: Add stubs for ISupportInitialize
3326
3327 2007-03-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3328
3329         * ListViewItem.cs: Trigger the ItemCheck and ItemChecked events
3330         in the right order with the right values, from the Checked property, 
3331         just as MS does (instead of triggering them from ListView).
3332
3333         * ListView.cs: Make OnItemCheck and OnItemChecked internal.
3334
3335 2007-03-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3336
3337         * ListView.cs: Implement ItemChecked 2.0 event. Also cast to 
3338         the correct handler in OnItemCheck method (ItemCheckEventHandler 
3339         instead of EventHandler). This used to throw an InvalidCastException.
3340
3341 2007-03-13  Jackson Harper  <jackson@ximian.com>
3342
3343         * TextBoxBase.cs: Calculate the document before the handle is
3344         created, so there isn't an extra invalidate called.
3345
3346 2007-03-13  Jonathan Pobst  <monkey@jpobst.com>
3347
3348         * Form.cs: Don't set owner in ShowDialog until we are sure
3349         that we aren't going to throw an exception.  [Fixes bug #80773]
3350
3351 2007-03-12  George Giolfan  <georgegiolfan@yahoo.com>
3352
3353         * TreeView.cs: Make it compile.
3354
3355 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
3356
3357         * Control.cs: Another place we don't call SizeFromClientSize.
3358         * Form.cs: Another place we don't call SizeFromClientSize.
3359         [Fixes bug #81125]
3360
3361 2007-03-12  Jackson Harper  <jackson@ximian.com>
3362
3363         * TreeView.cs: Basically emulating some strangness here with
3364         exanding nodes and setting node positions when windows aren't
3365         created.
3366         - Also attempting to walk the node tree less than previously, and
3367         just use visible order calculations for determining offsets.
3368         - oops made scrolling backwards.
3369         * TreeNode.cs: We need to start nodes with a zero visible order,
3370         because the order calcs are based on the first nodes order.
3371
3372 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
3373
3374         * Form.cs: Don't exit the program if RecreateHandle is called on
3375         the main form.
3376
3377 2007-03-12  Chris Toshok  <toshok@ximian.com>
3378
3379         * XEventQueue.cs: remove the use of PostQuitState.
3380
3381         * XplatUIX11.cs: remove the use of PostQuitState.  If we get a
3382         WM_QUIT message in GetMessage, return false (and if we're in the
3383         nested WaitForHwndMessage, repost the WM_QUIT message).
3384
3385 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
3386
3387         * Form.cs: Don't call RecreateHandle when we change the MinimizeBox
3388         or the MaximizeBox properties.  [Part of bug #80640]
3389
3390 2007-03-12  Everaldo Canuto  <everaldo@simios.org>
3391
3392         * LinkLabel.cs: When calculate pieces make LinkArea empty if theres
3393         no links.
3394
3395 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
3396
3397         * ToolStripItem.cs: Fix some tests I broke by checking Visible
3398         instead of visible.
3399
3400 2007-03-12  Gert Driesen  <drieseng@users.sourceforge.net>
3401
3402         * FileDialog.cs: Use text of File name combobox to determine what
3403         files the user selected. Added tokenizer to parse the file names.
3404         Fixes bug #81123.
3405
3406 2007-03-12  Jonathan Pobst  <monkey@jpobst.com>
3407
3408         * Control.cs: We can't call SizeFromClientSize in the constructor,
3409         but we still need to do the same work, so make an internal version.
3410         [Fixes bug #80621]
3411
3412 2007-03-12  Jackson Harper  <jackson@ximian.com>
3413
3414         * TreeView.cs:
3415         * TreeNode.cs:
3416         * OpenTreeNodeEnumerator: Match MS better for IsVisible and
3417         IsExpanded.
3418
3419 2007-03-12  Jackson Harper  <jackson@ximian.com>
3420
3421         * TextBoxBase.cs: Now that the handles are being created a little
3422         later, we need to make sure that the document is recalculated when
3423         the handle is created.
3424
3425 2007-03-11  Everaldo Canuto  <everaldo@simios.org>
3426
3427         * Theme.cs: GetLinkFont abstract method added.
3428         
3429         * LinkLabel.cs: 
3430         - Remove CalcTrimRectangle, no longer needed.
3431         - Factor also remove, position issues must be fixed in libgdiplus.
3432         - Move GetPieceColor to ThemeWin32Classic.cs as it is theme related.
3433         - GetPieceFont, CreateLinkFont and link_font removed, theme must be 
3434         care about font used to draw links.
3435         - Set TabStop to true when control is "Selectable", control is selectable
3436         when have one or more links. Fixes #80501 (test case is also added).
3437         - Set the LinkArea values after links change, LinkArea values must be
3438         based in first link position and size, a test case was created.
3439         - Fix ControlStyles.Selectable value, now is based on LinkArea value, 
3440         the attribute must be true LinkArea.Length > 0. The same was applied to
3441         TabStop.
3442         
3443         * ThemeWin32Classic.cs: 
3444         - LinkLabelGetPieceColor and LinkLabelGetPieceFont created and used 
3445         in draw method.
3446         - Use CPDrawStringDisabled to draw disabled text instead of hard code 
3447         color change.
3448         - Draw focus rectangle for every parts focused, including parts that 
3449         is on another line, its because regions returns various rectangles
3450         and not only one. Needed to mimic W32 look.
3451         - Uses Graphics.Clip to delimite region painted, it mean that now 
3452         complete text is passed to DrawString, with this we solve layout
3453         issues without create another text renderer.
3454         - Uses Region.Intersect to fix some flickers problems, now only needed
3455         parts will redrawed.
3456         - This changes fixes #79614 and some other unreported issues, on Linux 
3457         some layout problems still remain, the problem is under 
3458         MeasureCharacterRanges but it is an libgdiplus bug.
3459
3460 2007-03-10  Gert Driesen  <drieseng@users.sourceforge.net>
3461
3462         * TextBox.cs: Set for foreground color.
3463         * TextBoxBase.cs: Remove Invalidate when setting BackColor, since
3464         this is already done in Control.
3465
3466 2007-03-10  Jackson Harper  <jackson@ximian.com>
3467
3468         * TextBox.cs: Set the background color, but reset the
3469         backcolor_set flag which is just for the user setting the
3470         background color.
3471
3472 2007-03-09  Chris Toshok  <toshok@ximian.com>
3473
3474         * Control.cs: really remove the call to XplatUI.SetVisible from
3475         CreateHandle(), like I said I did when I merged the branch.
3476
3477         * BindingSource.cs: implement some more of this stuff.
3478
3479 2007-03-09  Jackson Harper  <jackson@ximian.com>
3480
3481         * TextBox.cs: Don't explicitly set our background colors.
3482         * TextControl.cs:
3483         * TextBoxBase.cs: Draw readonly text.
3484         - Need to invalidate when backcolor or readonly are changed.
3485         
3486 2007-03-09  Jackson Harper  <jackson@ximian.com>
3487
3488         * TextBoxBase.cs: Don't set the forecolor until the handle is
3489         created.
3490         - Do not raise OnPaint, and removed some old debug code.
3491
3492 2007-03-09  George Giolfan  <georgegiolfan@yahoo.com>
3493
3494         * ScrollableControl.cs: Fix mouse wheel scrolling.
3495
3496 2007-03-09  Jonathan Pobst  <monkey@jpobst.com>
3497
3498         * Control.cs: Wire up MouseDoubleClick event.
3499
3500 2007-03-09  Jonathan Pobst  <monkey@jpobst.com>
3501
3502         * ToolStrip.cs: Rework AutoSize to adjust height when docked to the
3503         top or bottom.
3504         * ToolStripItem.cs: Make Image drawing take ImageScaling into account.
3505         * ToolStripItemCollection.cs: Don't call owner.PerformLayout when a new
3506         item is added.  This logic was moved to ToolStrip.OnItemAdded.
3507         [Fixes bug #81090]
3508
3509 2007-03-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3510
3511         * ListVieItem.cs: SetIndex is only valid for 2.0 profile by now.
3512
3513 2007-03-08  Jackson Harper  <jackson@ximian.com>
3514
3515         * TreeView.cs: Show the correct image for selected node (this used
3516         to work, not sure how the code got deleted). Also implemented 2.0 feature
3517         SelectedImageKey.
3518
3519 2007-03-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3520
3521         * ListView.cs:
3522         * ListViewItem.cs: Cache index in items when retrieving them
3523         in VirtualMode.
3524
3525 2007-03-08  Jonathan Pobst  <monkey@jpobst.com>
3526
3527         * ToolStripItem.cs: Don't return the explicit_size if we are using 
3528         AutoSize.  Fixes invalidation issue when user has explicitly set a
3529         size and has AutoSize = true.
3530
3531 2007-03-08  Jonathan Pobst  <monkey@jpobst.com>
3532
3533         * XplatUIX11.cs: Hardcode FrameBorderSize value temporarily to fix MWF.
3534
3535 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
3536
3537         * DataGridView.cs: Remove event handler from DataView when a
3538         DataTable is used as DataSource.
3539
3540 2007-03-08  Jonathan Pobst  <monkey@jpobst.com>
3541
3542         * Control.cs: Create internal setter for client_size to allow it to be
3543         set without triggering resizing code.
3544         * Form.cs: Calculate client_size in constructor, only change client_size
3545         in FormBorderStyle property if Handle has been created.
3546         [Fixes #80574, #80791]
3547
3548 2007-03-08  George Giolfan  <georgegiolfan@yahoo.com>
3549
3550         * SystemInformation.cs: Add TerminalServerSession.
3551
3552 2007-03-07  Jonathan Pobst  <monkey@jpobst.com>
3553
3554         * TreeViewDrawMode.cs: Make internal for 1.1 to allow for consolidated
3555         TreeView code.
3556
3557 2007-03-07  Jonathan Pobst  <monkey@jpobst.com>
3558
3559         * XplatUIWin32.cs: The no_activate stuff was forcing us to create a
3560         Handle before we were supposed to.  Now checks ActivateOnShow property
3561         in Control.
3562         * Control.cs: Add internal ActivateOnShow property.
3563         * ComboBox.cs, Form.cs, MenuAPI.cs, ToolStripDropDown.cs: Return false
3564         for ActivateOnShow.
3565         * Hwnd.cs Remove no longer needed no_activate field.
3566
3567 2007-03-07  Jackson Harper  <jackson@ximian.com>
3568
3569         * TreeView.cs: Implement owner draw tree nodes.  And a couple more
3570         2.0 properties
3571         * DrawTreeNodeEventHandler.cs: Add
3572         * DrawTreeNodeEventArgs.cs: Correct default value.
3573         
3574 2007-03-07  Chris Toshok  <toshok@ximian.com>
3575
3576         * XplatUIWin32.cs: create InternalWndProc so that we're guaranteed
3577         to be called before NativeWindow.WndProc.  Put the HwndCreating
3578         magic there to hook up our Hwnd's to handles.
3579
3580 2007-03-07  Gert Driesen  <drieseng@users.sourceforge.net>
3581
3582         * DataGridView.cs: Comment out debug code.
3583
3584 2007-03-07  Chris Toshok  <toshok@ximian.com>
3585
3586         [merge -r72718:73765 from mwf-handle-branch, and include 2 changes
3587         to make the rest of the world happy]
3588
3589         * Control.cs (CreateHandle): there's no need to call
3590         XplatUI.SetVisible here, it's effectively done by
3591         XplatUI.CreateWindow on X now, and always was on windows.
3592
3593         * XplatUIX11.cs (WaitForHwndMessage): only use the PostQuitState
3594         shortcircuit out of the loop if we have a message loop running on
3595         this thread.
3596
3597         [Changelog from merge]
3598
3599         2007-03-05  Chris Toshok  <toshok@ximian.com>
3600
3601                 * Control.cs (AccessibilityNotifyClients): turns out in 1.1 this
3602                 causes handle creation.
3603
3604         2007-02-28  Chris Toshok  <toshok@ximian.com>
3605
3606                 * ApplicationContext.cs: Add a flag to make sure we only raise the
3607                 ThreadExit event once (ExitThreadCore can be indirectly called
3608                 from a few places.)  I don't like the additional flag, but it
3609                 makes the event ordering/count correct.
3610
3611                 * Application.cs (MWFThread.LoopCount): don't use an enumerator
3612                 without locking the collection.  An enumerator doesn't give us any
3613                 protection from modification anyway.  Lock the thread hash and
3614                 replace the complicated enumerator loop with a foreach.
3615                 (Application.CloseForms): make internal so it can be called from
3616                 ApplicationContext.  This should probably be moved to MWFThread.
3617                 (Application.ExitThread): don't call MWFThread.Current.Exit()
3618                 here.  just call XplatUI.PostQuitMessage.  We'll exit the thread
3619                 when the runloop exits (in response to WM_QUIT.)
3620                 (Application.RunLoop): add a comment (and check) for
3621                 context.MainForm being null after setting context.MainForm.Visible
3622                 = true.  This is because you're perfectly free to dispose of a
3623                 form in VisibilityChanged.  Chalk this up to another case where we
3624                 need to synchronously generate WM_ACTIVATE from Control.Show.
3625                 Also, add handling for WM_QUIT here so we'll exit the loop.
3626                 
3627                 * XplatUIX11.cs: clean up MapWindow and UnmapWindow a bit.  The
3628                 fact that we don't wait if we're only unmapping the whole_window
3629                 makes me a bit nervous, but it doesn't seem to cause any problems
3630                 yet.
3631
3632                 also, add a comment about the stupid, broken and wrong resetting
3633                 of PostQuitState to false in GetMessage().
3634
3635                 In PostQuitMessage, we need to add a WM_QUIT message to the
3636                 thread's queue.  We use the FosterParent to get the right
3637                 handle/hwnd/queue.
3638
3639                 Lastly, in SetVisible, we need to unmap both windows, since the
3640                 waiting only happens when we're unmapping the client window.  So
3641                 now, the *only* time we unmap just the whole_window is in the hack
3642                 for resizing a control to 0,0.
3643                 
3644         2007-02-21  Chris Toshok  <toshok@ximian.com>
3645
3646                 * Application.cs (CloseForms): rewrite this so that we don't
3647                 modify the list while we're traversing it.
3648
3649         2007-02-20  Chris Toshok  <toshok@ximian.com>
3650
3651                 * ListBox.cs (.ctor): move the Control.AddImplicits here instead
3652                 of OnHandleCreated.
3653                 (HorizontalScrollEvent): only call XplatUI.ScrollWindow if the
3654                 handle is created.  otherwise we'll create it here.
3655                 (VerticalScrollEvent): same here.
3656
3657                 * Application.cs (CloseForms): call Form.Dispose, don't post
3658                 WM_CLOSE_INTERNAL.
3659
3660                 * Form.cs (WndProc): we don't need to use CLOSE_INTERNAL
3661                 here. Application should Dispose() of the Form's.
3662
3663                 * XplatUIX11.cs (WaitForHwndMessage): break out of the loop on
3664                 WM_DESTROY as well.
3665                 (MapWindow,UnmapWindow): only actually do the waiting for
3666                 SHOWWINDOW if the control we're dealing with is a Form.
3667                 (CreateWindow): if the control isn't a form, SendMessage
3668                 WM_SHOWWINDOW here (if the WS_VISIBLE style is set).
3669
3670                 * Control.cs (SetVisibleCore): always use is_visible here, not
3671                 value.  If we use value, we can end up re-setting something
3672                 visible if, for instance, you do Control.Hide() in a delegate
3673                 attached to VisibleChanged as we do in FormTest.ShowDialogTest.
3674
3675         2007-02-20  Chris Toshok  <toshok@ximian.com>
3676
3677                 * XplatUIX11.cs (WaitForHwndMessage): we need to loop until we get
3678                 the message we need.  PeekMessage returning false should not be a
3679                 condition under which we exit the loop.
3680
3681         2007-02-15  Chris Toshok  <toshok@ximian.com>
3682
3683                 * Control.cs (Refresh): only refresh if we've got a handle and are
3684                 visible.
3685                 (CreateAccessibilityInstance): CreateControl() here.
3686                 (UpdateChildrenZOrder): complicate the code loop even more by
3687                 taking into account controls that haven't had their handle
3688                 created, and those that aren't visible.  But on the flip side,
3689                 simplify the code by splitting it into two loops.  one which
3690                 builds up the list of child controls we're interested in, and the
3691                 other that sets the z order of those children.
3692
3693         2007-02-14  Chris Toshok  <toshok@ximian.com>
3694
3695                 * Control.cs: Control.AccessibilityObject causes the control to be
3696                 created, not just the handle.
3697
3698         2007-02-14  Chris Toshok  <toshok@ximian.com>
3699
3700                 * Control.cs: rework UpdateChildrenZOrder to correctly handle the
3701                 problem on X where a window might have its handle created (and be
3702                 visible) while the window is unmapped.  calling XConfigureWindow
3703                 on an unmapped window is bad, and generates X errors.
3704
3705         2007-02-13  Chris Toshok  <toshok@ximian.com>
3706
3707                 * Control.cs (CreateHandle): don't loop over our children setting
3708                 their parent here.  do it when in WndProc when we're shown.
3709                 (UpdateChildrenZOrder): make this internal so we can call it from
3710                 ScrollableControl.
3711                 (WndProc): for WM_SHOWWINDOW, reparent the child control after
3712                 creating its handle.  Also, remove the calls to PerformLayout from
3713                 here.  they're done in ScrollableControl.OnVisibleChanged.  Also,
3714                 OnVisibleChanged only seems to be called directly here for the
3715                 toplevel control.  It's propagated down the window hierarchy by
3716                 calls to child.OnParentVisibleChanged.
3717                 (OnVisibleChanged): don't do layout here - it's done (oddly
3718                 enough, according to a glance at stack traces on ms.net..) in
3719                 ScrollableControl.
3720                 
3721                 * ScrollableControl.cs (OnVisibleChanged): make sure we update the
3722                 z order of our children before calling PerformLayout.
3723
3724         2007-02-12  Chris Toshok  <toshok@ximian.com>
3725
3726                 [big change, fixes #80020]
3727                 
3728                 * AccessibleObject.cs: we need to make owner internal again to fix
3729                 some of ControlAccessibleObject.
3730
3731                 * Control.cs: lots of changes here.  add support for WM_CREATE,
3732                 for which we generate OnHandleCreated.  Remove the OnHandleCreated
3733                 call from CreateHandle.  Also add support for WM_SHOWWINDOW where
3734                 we create child controls.  leave the MonoTODO's for the
3735                 accessibility calls, but fix the exceptions so the tests pass.
3736
3737                 Add the InvalidOperationExceptions to Invoke methods, and remove a
3738                 couple of InvokeInternal methods we aren't using.
3739                 
3740                 Also, add a couple of CreateHandle calls in places where we know
3741                 the handles are being created but our code doesn't reference
3742                 .Handle.
3743
3744                 Make SetVisibleCore call OnVisibleChange if the handle isn't
3745                 created.  If the handle is created, we rely on XplatUI.SetVisible
3746                 generating the event synchronously.
3747                 
3748                 Lastly, make sure we don't use this.Handle inside CreateHandle,
3749                 because we can call back into client (and that code can dispose of
3750                 the control).
3751
3752                 * XplatUIStructs.cs: misc/cleanup.
3753
3754                 * XplatUIX11.cs: Map/Unmap X events correspond to WM_SHOWWINDOW,
3755                 although we don't populate the wParam properly.
3756                 (CreateWindow): generate WM_CREATE.
3757                 (MapWindow,UnmapWindow): make these calls synchronous, at great
3758                 performance expense (particularly in the unmap case), to match
3759                 win32 behavior.
3760
3761                 * Form.cs (.ctor): remove the call to UpdateBounds. we don't need
3762                 to call it.
3763                 (set_MdiParent): don't recreate the handle unless it's been
3764                 created already.
3765                 
3766                 * MdiClient.cs (OnResize): don't InvalidateNC Parent.Handle unless
3767                 it's created.
3768
3769                 * NativeWindow.cs: this is probably the weirdest part of the
3770                 patch.  We need a way to link up the window being created to the
3771                 WM_CREATE message.  Since we can only be creating one window at a
3772                 time on a given thread, we keep track of a per-thread reference so
3773                 we can dispatch it properly.  We also need to keep track of the
3774                 Hwnd currently being created so that the win32 backend doesn't
3775                 have problems.
3776                 
3777                 * XplatUIWin32.cs: a similar change to the one we made in
3778                 NativeWindow.cs.
3779
3780 2007-03-07  Jonathan Pobst  <monkey@jpobst.com>
3781
3782         * ToolStripItem.cs: Make CalculatePreferredSize virtual.
3783         * ToolStripMenuItem.cs: Modify CalculatePreferredSize and OnPaint
3784         to draw the menu shortcut string.
3785
3786 2007-03-07  Jackson Harper  <jackson@ximian.com>
3787
3788         * TreeNode.cs: Add the 2.0 collapse method.
3789
3790 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
3791
3792         * DataGridViewColumn.cs: Fix HeaderText behaviour (Bug #80746).
3793
3794 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
3795
3796         * DataGridView.cs: Change DataSource will clear column and row
3797         lists. Call Invalidate() to reflect DataSource change.
3798
3799 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
3800
3801         * DataGridView.cs: Add rows when DataSource is System.Data.DataView
3802         and a new row is added to it.
3803
3804 2007-03-07  Pedro Martínez Juliá  <pedromj@gmail.com>
3805
3806         * DataGridView.cs: Add columns when DataSource is en empty list but
3807         is a System.Data.DataView (from a System.Data.DataTable).
3808
3809 2007-03-06  Andreia Gaita  <avidigal@novell.com>
3810
3811         * Label.cs: Implement AutoEllipsis (2.0)
3812
3813 2007-03-06  Jackson Harper  <jackson@ximian.com>
3814
3815         * TreeView.cs: Implement 2.0 TopNode setter property.
3816         - Use a local var instead of the skipped_nodes field for computing
3817         how many nodes to skip.  Otherwise we won't scroll because the
3818         valuechanged handler checks if skipped_nodes is equal to the new
3819         value.
3820         - Implement 2.0 Sort method.
3821         - Add useless 2.0 DoubleBuffer property
3822         - Implement 2.0 LineColors property.  Lets you change the color of
3823         the lines in the tree. Terribly useful for creating non cohesive
3824         desktops.
3825         - Implement 2.0 image key feature.
3826
3827 2007-03-06  Jackson Harper  <jackson@ximian.com>
3828
3829         * TreeView.cs: We can't get the bounds of the nodes before raising
3830         the AfterSelect event, because that event could change the node's
3831         bounds (scrolling, font change, etc).
3832
3833 2007-03-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3834
3835         * XplatUIWin32.cs: When faking styles don't remove the WS_VISIBLE flag.
3836         * Form.cs: Don't recreate handle when creating FormWindowManager, just
3837           update window styles. In CreateParams us VisibleInternal instead of
3838           VIsible to get the actual visible flag set for this form.
3839         * FormWindowManager.cs: Activate the form whenever the mouse clicks on
3840           the nc area. Fixes #81042. Also fix HandleTitleBarDoubleClick to
3841           handle the case when the form is already maximized, in which case
3842           it should be restored. Fixes #81043.
3843
3844 2007-03-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3845
3846         * XplatUIX11.cs: Tool windows still get wm styles. Fixes toolwindows showing up with double decorations.
3847
3848 2007-03-05  Jackson Harper  <jackson@ximian.com>
3849
3850         * TreeViewHitTestInfo.cs: implement.
3851
3852 2007-03-05  Jackson Harper  <jackson@ximian.com>
3853
3854         * InternalWindowManager.cs: class status fix.
3855
3856 2007-03-05  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3857
3858         * InternalWindowManager.cs: All windows that have a parent
3859         are confined to their parent when they're being moved.
3860         Fixes #80822.
3861
3862 2007-03-04  Gert Driesen  <drieseng@users.sourceforge.net>
3863
3864         * SystemInformation.cs: Marked KeyboardDelay and KeyboardSpeed public
3865         on 2.0 profile. Fixes bug #81018. Small code formatting fixes.
3866
3867 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3868
3869         * ThemeWin32Classic.cs: ManagedWindowSetButtonLocations: Make all
3870           buttons invisible before deciding which ones should be visible
3871           (fixes minimize/maximize buttons showing up in toolwindows). Remove
3872           an unused variable.
3873         * InternalWindowManager.cs: Remove warning.
3874
3875 2007-03-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
3876
3877         * ListView.cs: Add a check in ListViewItemCollection.RemoveAt
3878         to throw an InvalidOperationException is virtual mode is being used.
3879
3880 2007-03-02  Jonathan Pobst  <monkey@jpobst.com>
3881
3882         * SplitContainer.cs, SplitterPanel.cs, StatusStrip.cs, TableLayoutPanel.cs,
3883         ToolStrip.cs, ToolStripContainer.cs, ToolStripContentPanel.cs,
3884         ToolStripControlHost.cs, ToolStripDropDownItems.cs, ToolStripItem.cs,
3885         ToolStripMenuItem.cs, ToolStripOverflowButton.cs, ToolStripPanel.cs,
3886         ToolStripPanelRow.cs, ToolStripProfessionalRenderer.cs, ToolStripSplitButton.cs,
3887         ToolStripStatusLabel.cs, ToolStripTextBox.cs: Corcompare work.
3888
3889 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3890
3891         * XplatUI.cs: Fixed returning driver.KeyboardSpeed instead of
3892           driver.KeyboardDelay from XplatUI.KeyboardDelay 
3893         * XplatUIW      in32.cs: Implemented KeyboardSpeed/KeyboardDelay properties
3894           (patch by Sergey Volk)
3895
3896 2007-03-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
3897
3898         * ToolWindowManager.cs: Added, contains logic for
3899           tool windows.
3900         * CreateParams.cs: Add a few helper methods and an
3901           internal variable to know which control the CreateParams belongs
3902           to.
3903         * Control.cs: Call Form.ChangingParent when the
3904           parent is about to be changed.
3905         * XplatUIX11.cs: DeriveStyles (): Set
3906           caption_height for all windows that have captions and are children.
3907           Update to use ToolWindowManager instead of InternalWindowManager
3908           for ToolWindows.
3909         * XplatUIWin32.cs: Set fake window styles for all
3910           windows that have window managers.
3911         * MdiWindowManager.cs: Added MaximizedTitleButtons (buttons are
3912           now duplicated for mdi windows when they are
3913           maximized, first for the buttons the window itself has, then for
3914           the buttons that appear in the menu bar. Makes things a little
3915           easier). Updated UpdateWindowDecorations, SetWindowState and the
3916           mouse eventhandlers accordingly.
3917         * Form.cs: Add ChangingParent (), contains the
3918           logic of what should happen when the parent changes. In MdiParent
3919           don't set things that ChangingParent () is doing. When handling
3920           WM_CLOSE, we can close the form if there are any other modal forms
3921           and the current form is a descendent of the modal form.
3922         * InternalWindowManager.cs: A lot of refactoring,
3923           the title buttons are now extracted to a separate container class
3924           that takes care of all button code (clicks, tooltips, etc). Moved
3925           Iconic|Maximized|Normal Bounds properties to this class from
3926           MdiWindowManager, so that the window state logic can succeed for
3927           other than mdi wm's. Implemented general window state change logic.
3928           Moved CreateButtons to ThemeWin32Classic, since the theme might
3929           override which buttons are available when as well as the exact
3930           location.
3931         * FormWindowManager.cs: Added, contains logic for
3932           normal forms.
3933         * ThemeWin32Classic.cs: ManagedWindowSetButtonLocations now decides
3934           which buttons go where (and if they are at all visible). 
3935           Removed special handling of maximized windows, since they aren't special. 
3936           In DrawManagedWindowDecorations don't try to draw the text if it is
3937           empty.
3938         * MdiClient.cs: ArrangeIconicWindows: Don't  calculate any sizes, 
3939           use whatever the wm gives us.
3940
3941 2007-03-02  Jonathan Pobst  <monkey@jpobst.com>
3942
3943         * ButtonBase.cs: Add 2.0 properties.
3944         * Button.cs: Override Draw for 2.0.
3945         * Control.cs: Add Entered and Selected properties.
3946         * FlatButtonAppearance.cs, TextFormatFlags.cs, TextImageRelation.cs,
3947         TextRenderer.cs: Make internal for 1.1 to unify drawing code.
3948         * Theme.cs: New abstract functions for drawing Standard, Flat, Popup
3949         buttons.
3950         * ThemeWin32Classic.cs: Implement layout calculations for 2.0 buttons.
3951
3952 2007-03-01  Jonathan Pobst  <monkey@jpobst.com>
3953
3954         * XplatUIWin32.cs: Don't use 2.0 methods in 1.1 code.  :/
3955
3956 2007-03-01  Jonathan Pobst  <monkey@jpobst.com>
3957
3958         * XplatUIWin32.cs: Register a new class with Windows each time we get
3959         a new ClassStyle.  [Fixes bugs #79432, #80817]
3960         * Controls.cs: Set the correct ClassStyle in CreateParams.
3961         * ToolStripDropDown.cs: Don't request an invalid ClassStyle.
3962
3963 2007-03-01  Gert Driesen  <drieseng@users.sourceforge.net>
3964
3965         * ListView.cs: Add fireEvent argument to ReorderColumn since the
3966         ColumnReordered event must not be signaled when modifying DisplayIndex
3967         of a ColumnHeader. Added internal ReorderColumns method which takes
3968         care of drawing, and updating the internal DisplayIndex of the
3969         ColumnHeader. Added AddColumn method which is invoked from
3970         ColumnHeaderCollection when adding or inserting columns, and which
3971         ensures that reorder_columns_indices is kept in sync. Avoid redrawing
3972         after adding each ColumnHeader in ColumnHeaderCollection.AddRange.
3973         Recalculated dispay indices after removing a ColumnHeader.
3974         * ColumnHeader.cs: Save DisplayIndex separately from ListView to
3975         match MS. Allows last display index to be returned after ListView
3976         is disposed. Update actual location of ColumnHeader when DisplayIndex
3977         is modified.
3978
3979 2007-03-01  Everaldo Canuto  <everaldo@simios.org>
3980
3981         * LinkLabel.cs: Improve CalcTrimRectangle.
3982         
3983         * ThemeWin32Classic.cs: Fix some compilation problem under VS 2003.
3984
3985 2007-02-28  Everaldo Canuto  <everaldo@simios.org>
3986
3987         * LinkLabel.cs: Rename CalcMeasurementFactor as CalcTrimRectangle and
3988         get rectangle as a result value.
3989
3990 2007-02-28  Everaldo Canuto  <everaldo@simios.org>
3991
3992         * LinkLabel.cs: Theres some diferences between rectangle return from 
3993         MeasureCharacterRanges and the area used for DrawString to fix this 
3994         CalcMeasurementFactor method was created, it calcules the diferences
3995         to be use later to adjust rectangle in draw operations. Fixes #80473.
3996         
3997         * ThemeWin32Classic.cs: Use factor calculated by CalcMeasurementFactor
3998         to adjust draw rectangle.
3999
4000 2007-02-27  Everaldo Canuto  <everaldo@simios.org>
4001
4002         * ThemeWin32Classic.cs: In DrawLinkLabel draw focus rectangle before draw
4003         text and some other changes to reduce and optimize source code.
4004
4005 2007-02-27  Jonathan Pobst  <monkey@jpobst.com>
4006
4007         * RadioButton.cs: Implement 2.0 event.
4008         * RelatedImageListAttribute.cs: Implement new class.
4009
4010 2007-02-27  Everaldo Canuto  <everaldo@simios.org>
4011
4012         * MenuAPI.cs: Change keynav_state before call SelectItem. Fixes #80901.
4013
4014 2007-02-27  Jonathan Pobst  <monkey@jpobst.com>
4015
4016         * CheckBox.cs: Implement 2.0 functionality.
4017
4018 2007-02-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4019
4020         * ListView.cs: Refactor Add and AddRange methods of
4021         ListViewItemCollection, to not update the ListView
4022         everytime an item is added in AddRange. Also move the update
4023         code to a new CollectionChanged method, and call it
4024         from other methods that need it as well (this should also fix some
4025         bugs when Sorting is used).
4026
4027 2007-02-27  Jackson Harper  <jackson@ximian.com>
4028
4029         * TextControl.cs: Try to never let the caret stay in a non-text
4030         tag.
4031         * TextBoxBase.cs: Update the caret.
4032
4033 2007-02-26  Jonathan Pobst  <monkey@jpobst.com>
4034
4035         * XplatUIStructs.cs: Add some convenience methods for POINT structure.
4036         * XplatUIWin32.cs: Add some convenience methods for RECT structure,
4037         delete POINT structure, duplicate of one in XplatUIStructs.
4038         * TextRenderer.cs: Use XplatUIWin32.RECT instead of UXTheme.RECT.
4039
4040 2007-02-26  Gert Driesen  <drieseng@users.sourceforge.net>
4041
4042         * ListView.cs: Initialize LabelEditEventArgs after setting Text of
4043         edit box since otherwise the Label would immediately be set (even if
4044         the user did not modify the label). In OnKeyDown set Handled to true
4045         if Return or Escape was pressed. In ColumnHeaderCollection unlink
4046         columns that are to be removed. In ListViewItemCollection unlink items
4047         that are to be removed.
4048
4049 2007-02-24  Jonathan Pobst  <monkey@jpobst.com>
4050
4051         * TextRenderer.cs: If we set a GDI clip region, we need to clear
4052         it when we are done.  [Fixes bug #80949]
4053
4054 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
4055
4056         * Form.cs: Wrap checking ShowWithoutActivation in a NET_2_0 block.
4057
4058 2007-02-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4059
4060         * ListView.cs: I forgot to commit the changes for ListView 
4061         in my previous patch.
4062
4063 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
4064
4065         * Clipboard.cs: Partially implement an overload of SetDataObject.
4066         * Form.cs: Implement ShowWithoutActivation.
4067         * XPlatUIWin32.cs: Fix for WM_SHOWNOACTIVATE for forms.
4068
4069 2007-02-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4070
4071         This is a first set of changes to make the Virtual mode works,
4072         by avoiding the retrieval of ListViewItem instances until
4073         draw time.
4074
4075         * ListView.cs: Store item position in the ListView instead of the
4076         ListViewItem, this way we don't request the Bounds property of
4077         ListViewItem inside the ListView calculations, as well as cache the item
4078         size in item_size field. Store indexes instead of ListViewItem
4079         instances in the matrix used by icon view. Add a ItemMatrixLocation
4080         struct to hold the row and col info of the matrix info.
4081
4082         * ListViewItem.cs: Don't store the location anymore, and only cache
4083         the rectangles for GetBounds. Use the ListView.GetItemLocation
4084         method to retrieve the actual location.
4085
4086 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
4087
4088         * TextRenderer.cs: Add clipping support, thanks to George.
4089         [Fixes bug #80949]
4090
4091 2007-02-23  Gert Driesen  <drieseng@users.sourceforge.net>
4092
4093         * ListViewItem.cs: Cancel label edit when item is removed from 
4094         ListView.
4095         * ListView.cs: Move setting of focus to EndEdit. Fire BeforeLabelEdit
4096         event before the edit textbox is displayed.  Added CancelEdit method
4097         which is used end to editing while ignoring the value set by the
4098         user. In EndEdit, set focus to ListView to avoid losing focus to
4099         other controls. In ListViewItemCollection.Clear, cancel editing of
4100         any of the items.  In Remove, cancel editing of item being removed.
4101         Avoid udplicate code by modifing RemoveAt to invoke Remove.
4102
4103 2007-02-23  Gert Driesen  <drieseng@users.sourceforge.net>
4104
4105         * FileDialog.cs: Update FSEntry when move is successful. Fixes
4106         bug #80948.  
4107
4108 2007-02-23  Everaldo Canuto  <everaldo@simios.org>
4109
4110         * MainMenu.cs: Change Draw method to take care about MenuOrigin to be 
4111         compatible with non X11 systems. Fixes #80901.
4112
4113 2007-02-23  Gert Driesen  <drieseng@users.sourceforge.net>
4114
4115         * ListView.cs: Added bool argument to UpdateMultiSelection to specify
4116         whether the item should be unselected and reselect. We do no want this
4117         when we're starting to edit the label. Do not fire the 
4118         SelectedIndexChanged event from ListView when its already been fired
4119         by modifying ListViewItem.Selected. Fixes bug #80943.
4120
4121 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
4122
4123         * TextRenderer.cs: Previos commit logic was backwards.
4124
4125 2007-02-23  Jonathan Pobst  <monkey@jpobst.com>
4126
4127         * TextRenderer.cs: Don't add padding on MeasureText if we were
4128         sent the NoPadding flag.
4129
4130 2007-02-23  Everaldo Canuto  <everaldo@simios.org>
4131
4132         * ThemeWin32Classic.cs: Invert order of drawing operation with DrawImage
4133         after DrawButton. To prevent image overlaps button borders SetClip and 
4134         ResetClip added before and after draw image. Fixes #79129.
4135
4136 2007-02-23  Everaldo Canuto  <everaldo@simios.org>
4137
4138         * FolderBrowserDialog.cs: Use ClientSize instead of Size to specify 
4139         window size, it fix problem when you run under win32 that theres
4140         Size diferent than ClientSize. Also fix controls size and positions
4141         to mimic Win32. Fixes #80837.
4142
4143 2007-02-22  Everaldo Canuto  <everaldo@simios.org>
4144
4145         * Form.cs: Handle WM_NCHITTEST and return HTMENU when point is on 
4146         menu area to fix some problems for non X11 systems. Fixes #80613.
4147
4148 2007-02-22  Jackson Harper  <jackson@ximian.com>
4149
4150         * TreeNode.cs: When a node is expanded, set its is_expanded flag
4151         even if it doesn't have any children.
4152
4153 2007-02-22  Jackson Harper  <jackson@ximian.com>
4154
4155         * TreeView.cs: Calculate the top node 'on the fly', this
4156         eliminates issues where you need to click on the tree before
4157         scrolling it to get the top node computed correctly.
4158         * TreeNodeCollection.cs: We don't need to mess with the top node
4159         anymore.
4160
4161 2007-02-22  Jackson Harper  <jackson@ximian.com>
4162
4163         * DataGridViewRow.cs: Fix typo so height can actually be set.
4164         Patch by Peter Grimm.
4165
4166 2007-02-22  Gert Driesen  <drieseng@users.sourceforge.net>
4167
4168         * FileDialog.cs: Fixed support for renaming files and directories.
4169         * ListView.cs: Do not lose focus when edit is canceled. Process
4170         Escape as regular key (to prevent closing of dialogs).
4171
4172 2007-02-22  Gert Driesen  <drieseng@users.sourceforge.net>
4173
4174         * ListView.cs: Removed TODO for LabelEdit. Removed extra tabs and
4175         spaces. Changed spaces to tabs. Removed unnecessary init of bools.
4176
4177 2007-02-22  Gert Driesen  <drieseng@users.sourceforge.net>
4178
4179         * FileDialog.cs: LabelEditEventArgs.Label now returns null when user
4180         did not modify label.
4181         * ListView.cs: Only set LabelEditEventArgs.Label if user actually
4182         modified the text. Reset Label when user presses Escape in edit mode.
4183         Move focus to ListView after having cancelled or finished editing the
4184         label.
4185
4186 2007-02-21  Gert Driesen  <drieseng@users.sourceforge.net>
4187
4188         * ComboBox.cs: Removed unnecessary initializations. Marked items field
4189         private. Clear textbox when Text is set to null and SelectedIndex is
4190         already -1.
4191         * FileDialog.cs: Removed unnecessary initializations. Removed 
4192         workarounds for ComboBox bugs that are now fixed. Modified
4193         DefaultExt, InitialDirectory and Title property to change null to
4194         zero-length string in getters. Avoid directly accessing fields.
4195
4196 2007-02-20  Jackson Harper  <jackson@ximian.com>
4197
4198         * TextControl.cs: Remove RecalAlignments call, that was some
4199         debugging leftovers.
4200         - Don't use the line indent when we shouldn't.
4201         * RichTextBox.cs: Add support for paragraph left indents.
4202
4203 2007-02-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4204
4205         * Control.cs: Fix BeginInvoke signature for 2.0 profile.
4206         Seems like the class status pages doesn't catch params differences.
4207
4208 2007-02-19  Gert Driesen  <drieseng@users.sourceforge.net>
4209
4210         * ComboBox.cs: Removed extra tabs. Changes spaces to tabs.
4211
4212 2007-02-19  Gert Driesen  <drieseng@users.sourceforge.net>
4213
4214         * ComboBox.cs: Setting Text should have no effect if item text of
4215         selected item exactly matches value. First lookup text using
4216         case-sensitive comparison, and fallback to case-insensitive comparison.
4217         FindString(Exact) returns -1 if search string is null. On 2.0 profile, 
4218         allow startIndex to be last index. Changed ArgumentOutOfRangeException
4219         paramname to match MS. Restart from first item if string is not found
4220         after startIndex. Fixed paramname of ArgumentNullException that is
4221         thrown for null value in ObjectCollection.Contains.
4222
4223 2007-02-19  Everaldo Canuto  <everaldo@simios.org>
4224
4225         * XplatUIStructs.cs: WM_XXX UISTATE elements uncommented.
4226
4227 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4228
4229         * ListControl.cs: In SelectedValue use value.Equals to compare for
4230         equality instead of ==, otherwise it will fail for strings.
4231         Fixes #80794.
4232
4233 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4234         
4235         * ComboBox.cs: Switch the order to ShowSelection and ActivateCaret,
4236         since the caret won't show up unless ShowSelection is true. 
4237         Fixes #80795.
4238
4239 2007-02-19  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4240
4241         * Application.cs: When disabling all forms but the main form, do not
4242           disable any descendants of the main form (such as mdi children or
4243           other parented forms). Fixes #80822 on Windows.
4244         * Form.cs: If we have a parent, set the WS_CHILD style.
4245         * Control.cs: Update the window styles if the control whose parent has
4246           changed is a form (the WS_CHILD style has to be switched).
4247
4248 2007-02-19  Everaldo Canuto  <everaldo@simios.org>
4249
4250         * XplatUIStructs.cs: MsgUIState structure added.
4251
4252 2007-02-18  Gert Driesen  <drieseng@users.sourceforge.net>
4253
4254         * FileDialog.cs: Removed need for separate fileName field. On 2.0
4255         profile, do not check filename(s) for illegal character if filename(s)
4256         were set non-interactively but always check on 1.0 profile. Fixed NRE
4257          in DefaultExt and only strip off first leading dot. Improve exception
4258         message when invalid Filter is set. Do not ignore InitialDirectory if
4259         it does no exist. Store specified Title, and if empty use default
4260         title (depending on type of dialog). Added an internal DialogTitle 
4261         property for retrieving dialog title. Fixed logic of displayed dir to
4262         more closely match MS. Avoid setting ComboBox.Text to a zero-length 
4263         string as its buggy.
4264         * OpenFileDialog.cs: In OpenFile, throw ArgumentNullException if
4265         FileName is a zero-length string (it can never be null). Override 
4266         DialogTitle property to set default title of dialog box.
4267         * SaveFileDialog.cs: Override DialogTitle property to set default
4268         title of dialog box.
4269
4270 2007-02-18  Gert Driesen  <drieseng@users.sourceforge.net>
4271
4272         * FileDialog.cs: Modify default text of filename and filetype labels
4273         to match that of MS. Reset do_not_call_OnSelectedIndexChanged...
4274         after we've updated the SelectedIndex. Fixes part of bug #80887.
4275         * SaveFileDialog.cs: Set text of filetype label.
4276
4277 2007-02-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4278
4279         * LabelEditEventArgs.cs: New internal SetLabel method, to set the
4280         label field. Needed by latest Jackson's fixes for ListView.
4281
4282 2007-02-16  Andreia Gaita  <avidigal@novell.com>
4283
4284         * PrintPreviewControl/PrintPreviewDialog: Properly dispose of 
4285         print preview images.
4286
4287 2007-02-16  Jackson Harper  <jackson@ximian.com>
4288
4289         * ListView.cs: Make AfterLabelEdit work correctly.
4290         * FileDialog.cs: After changing the name of the folder, we have to
4291         make sure that it is created, or that we pop up an error because
4292         it already exists.
4293
4294 2007-02-16  Jackson Harper  <jackson@ximian.com>
4295
4296         * X11Dnd.cs: Implement aliases on mime handlers, so things like
4297         System.String are mapped to text.
4298         - Handle dataobjects, getting all the possible formats out of them
4299         - We dont need the drag event args before we give feedback. This
4300         allows feedback cursors to be immediate before selections have
4301         been converted.
4302
4303 2007-02-16  Jackson Harper  <jackson@ximian.com>
4304
4305         * TextBoxBase.cs: Modified the method for inserting images to
4306         taking a line and position instead of tag and position.
4307         * RichTextBox.cs: Handle PngBlip data by inserting the png image
4308         into the RTF file.
4309         * TextControl.cs: Allow images to be inserted as the first tag of
4310         a line.
4311         - Fix some off by one issues when we assume the first tag is a
4312         text tag, not an image tag.
4313
4314 2007-02-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4315
4316         * ListView.cs: Set focus to ListView when ItemControl gets a
4317         WM_RBUTTONDOWN message, to mimic .Net behaviour. 
4318         Fixes part of #80467.
4319
4320 2007-02-15  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4321
4322         * DateTimePicker.cs: Call RecreateHandle if the Format changes and
4323           validate Text input (if null or empty string reset Value to default
4324           value). Fixes #80830.
4325
4326 2007-02-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4327
4328         * ListView.cs: Set owner as null for columns and items when
4329         Dispose is invoked. Fixes #80607.
4330
4331 2007-02-14  Jonathan Pobst  <monkey@jpobst.com>
4332
4333         * ToolStrip.cs: Allow LayoutStyle.Flow, make sure to call OnOpening when
4334         showing DropDowns, don't show a Grip when doing Flow layout.
4335         [This fixes the toolbox in PDN 2.72.]
4336         * ToolStripItem.cs: Add Anchor property and some internal properties to
4337         reduces needed changes to FlowLayout.
4338         * ToolStripOverflow.cs: Remove unused variable.
4339         * ToolStripSplitStackLayout.cs: If a ToolStripItem isn't visible, don't
4340         use it in the layout calculations.
4341
4342 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
4343
4344         * ToolTip.cs: Add HotkeyPrefix.Hide to MeasureString format, it fix an issue
4345         reported in #79640.
4346         
4347         * ThemeWin32Classic.cs: Uses format for MeasureString in ToolTipSize to fiz
4348         size calculation.
4349
4350 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
4351
4352         * ToolBar.cs, ToolBarButton.cs: Revert and remove HotkeyPrefix from 
4353         MeasureString format, it can make button very large in some cases, it is
4354         strange but is what win32 do.
4355
4356 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
4357
4358         * ToolBar.cs, ToolBarButton.cs: Uses format in MeasureString to fix string 
4359         size calculation.
4360
4361         * ThemeWin32Classic.cs: Set HotkeyPrefix in toolbar text format to fix text
4362         rendering, the value is based on MenuAccessKeysUnderlined.
4363
4364 2007-02-13  Everaldo Canuto  <everaldo@simios.org>
4365
4366         * Theme.cs: Change MenuAccessKeysUnderlined to "true" that is value used
4367         for most themes.
4368         
4369         * ThemeWin32Classic.cs: Override MenuAccessKeysUnderlined as false.
4370         
4371         * ThemeNice.cs, ThemeGtk.cs, ThemeClearlooks.cs: Remove always_draw_hotkeys
4372         and use MenuAccessKeysUnderlined instead.
4373
4374 2007-02-13  Andreia Gaita  <avidigal@novell.com>
4375
4376         * ContainerControl.cs: Focus fix for nunit treeview selection bug.
4377         A selected control would not get a Focus call if:
4378                 - the default active control of the container is the same as
4379                   the one that was selected
4380                 - we are switching from one container to another
4381         Under these conditions, the container being selected already has
4382         an active_control, which is the same as the one being activated, 
4383         so set_ActiveControl would always return and not send the Focus
4384         call. Fix to check if the currently active control of the container
4385         is actually focused.
4386
4387 2007-02-13  Jonathan Pobst  <monkey@jpobst.com>
4388
4389         * StatusStrip.cs: Implement the spring layout.
4390         * ToolStripControlHost.cs: Make sure the hosted control's visibility
4391         always matches the host.
4392         * ToolStripItem.cs: Write a more accurate layout for TextBeforeImage
4393         and TextAfterImage.
4394
4395 2007-02-13  Andreia Gaita  <avidigal@novell.com>
4396
4397         * Control.cs: Code reorganization only.
4398           - Reorganize the WndProc cases so that each case has it's own handling method, 
4399           to help with the no-line-numbering stack traces.
4400           - Formatting changes (it's vstudio's fault, really :p)
4401
4402 2007-02-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4403
4404         * MonthCalendar.cs: Switch to using Thread.CurrentCulture instead of
4405           Thread.CurrentUICulture to match DateTimePicker's (and MS)
4406           behaviour.
4407
4408 2007-02-12  Jackson Harper  <jackson@ximian.com>
4409
4410         * RichTextBox.cs:
4411         * TextBox.cs: By default we have a non multiline document
4412         - use the multiline property instead of the internal variable
4413         * TextBoxBase.cs: Treat multiline and non multiline the same in
4414         most places.
4415         - Use the documents multiline flag instead of tracking it ourself
4416         * TextControl.cs: Attempt at getting multiline to match MS
4417         behavior.  Lines now track an offset, which is either their X or Y
4418         offset depending on whether or not we are in multiline mode.
4419         - Update all the methods to understand that lines have an X value.
4420         - Fix crash in Undo::Duplicate when empty lines are deleted.
4421
4422 2007-02-12  Everaldo Canuto  <everaldo@simios.org>
4423
4424         * Label.cs: CalcPreferredHeight and CalcPreferredWidth methods removed and 
4425         code moved to properties PreferredHeight and PreferredWidth. It solve the
4426         all problems when preferred sizes must be recalculated. Fixes #80801.
4427
4428 2007-02-12  Everaldo Canuto  <everaldo@simios.org>
4429
4430         * Label.cs: Fix CalcPreferredHeight for 2.0 that must return only
4431         font height when compatible_text_rendering is false. Partially fix #80801.
4432
4433 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
4434
4435         * Form.cs: Fixed typo in exception message. Fixes bug #80779.
4436
4437 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
4438
4439         * Form.cs: Improved exception messages in ShowDialog.
4440
4441 2007-02-09  Gert Driesen  <drieseng@users.sourceforge.net>
4442
4443         * PrintDialog.cs: On 1.0 profile, throw ArgumentException in RunDialog if
4444         PrinterSettins has not been set. On 2.0 profile, initialize PrinterSettings
4445         if not set. Fixes bug #80764. Avoid accessing current_settings field
4446         directly.
4447
4448 2007-02-08  Everaldo Canuto  <everaldo@simios.org>
4449
4450         * Theme.cs: An new property MenuAccessKeysUnderlined added with default value
4451         false.
4452
4453         * SystemInformation.cs: An new property MenuAccessKeysUnderlined added, it is
4454         public in 2.0 and for easy maintenance and dont break compatibility it is 
4455         internal in 1.1.
4456         
4457 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
4458
4459         * ToolStripItem.cs: Implement using images from ImageList.
4460
4461 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4462
4463         * DateTimePicker.cs: Change default date-formatting culture from
4464           CurrentThread.CurrentUICulture to CurrentThread.CurrentCulture,
4465           seems to be the way MS does it.
4466
4467 2007-02-08  Andreia Gaita  <avidigal@novell.com>
4468
4469         * PrintPreviewControl.cs: rewrite toolbar code to fix #80725. Correct 6-up image 
4470         (the 6 was cut off on the right side)
4471
4472 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
4473
4474         * Form.cs: Tell MenuStrips to close when the form is clicked.
4475         * MenuStrip.cs, ToolStrip.cs, ToolStripControlHost.cs, 
4476         ToolStripDropDown.cs, ToolStripDropDownItem.cs, ToolStripItem.cs,
4477         ToolStripItemCollection.cs, ToolStripMenuItem.cs, ToolStripProfessionalRenderer.cs,
4478         ToolStripSplitButton.cs, ToolStripSplitStackLayout.cs: Add 
4479         support for Overflow, where items that do not fit are automatically
4480         reparented to a drop down menu.
4481         * ToolStripOverflow.cs, ToolStripOverflowButton.cs: Added.
4482         Also: fixes bug #80747.
4483
4484 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4485
4486         * ComboBox.cs: Remove warning (unused code).
4487         * ScrollableControl.cs: Remove warning for 1.1 profile.
4488
4489 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4490
4491         * Form.cs: Remove a warning.
4492
4493 2007-02-08  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4494
4495         * DateTimePicker.cs: Fixed a NRE if CustomFormat was null. Handles the
4496           'g' specifier, not documented anywhere, but seems to always show up
4497           as a single space (might have something to do with the DateTime 'g'
4498           specifier, which is the era format, but since DateTimePicker can't
4499           go earlier than 1753 it wouldn't matter) . Fixed quote handling,
4500           won't crash if the format has an unmatched quote. Now shows
4501           single-character formats correctly. Fixes #80744.
4502
4503 2007-02-08  Jonathan Pobst  <monkey@jpobst.com>
4504
4505         * StatusStrip.cs: Stretch property needs to call base.Stretch,
4506         not this.Stretch to fix stack overflow. [Fixes bug #80760]
4507
4508 2007-02-07  Chris Toshok  <toshok@ximian.com>
4509
4510         * ThemeWin32Classic.cs (DrawButtonBase): don't clear to the
4511         background color.  it overwrites the background image we've
4512         already painted.  Fixes #80599.
4513
4514 2007-02-07  Chris Toshok  <toshok@ximian.com>
4515
4516         * DataGrid.cs: return immediately from Edit() when there are no
4517         columns.  Fixes #80662.
4518
4519 2007-02-07  Chris Toshok  <toshok@ximian.com>
4520
4521         * MessageBox.cs: fix #80625.  don't always show the Help button in
4522         2.0.  use the displayHelpButton parameter to determine if we
4523         should show it. Also, make the internal show_help field private.
4524
4525 2007-02-07  Chris Toshok  <toshok@ximian.com>
4526
4527         * Control.cs (SetVisibleCore): check in the proposed patch for
4528         80604, and set is_visible before calling CreateControl.
4529
4530 2007-02-07  Jonathan Pobst  <monkey@jpobst.com>
4531
4532         * ListView.cs: UseCompatibleStateImageBehavior setter changed from NIEX to 
4533         MonoInternalNote.  This is added automagically by VS2005, so let's not crash
4534         on it.
4535
4536 2007-02-06  Everaldo Canuto  <everaldo@simios.org>
4537
4538         * MenuAPI.cs: hotkey_active internal field added, it is required because
4539         we need to know when hotkeys must be draw, before this change a keystate
4540         Navigating was used but we can have menu in navigating state without
4541         hotkeys. Fixes #80694.
4542         
4543         * ThemeWin32Classic.cs: Only draw hot keys when hotkey_active is true.
4544
4545 2007-02-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4546
4547         * Control.cs: Handle WM_CAPTURECHANGED in 1.1 code as well, and change
4548           corresponding events and methods to be internal for 1.1 profile and
4549           public for 2.0 profile (required by SizeGrip).
4550         * Form.cs: Use SizeGrip as a virtual SizeGrip (and don't add it to the
4551           implicit control list). Don't set the size nor the location of the
4552           SizeGrip anymore as it's not needed.
4553         * SizeGrip.cs: Rewrote large parts, it now supports a virtual mode to
4554           draw directly on the captured control (fixes #80656). Removed
4555           ShowGrip (it wasn't used anywhere), redraw (always true), added
4556           GetDefaultSize and GetDefaultRectangle to calculate defaults.
4557         * ScrollableControl.cs: Make UpdateSIzeGripVisible internal so it can
4558           be called from SizeGrip.
4559
4560 2007-02-06  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4561
4562         * Timer.cs: Throw ArgumentException if Interval <= 0.
4563
4564 2007-02-05  Jackson Harper  <jackson@ximian.com>
4565
4566         * TreeView.cs: We need to check scrollbar visibility when window
4567         visibility is updated, because non visible trees don't ever add
4568         scrollbars.
4569         * Cursor.cs: We want the override cursor to be reset to NULL when
4570         we set current cursor to the default cursor.
4571
4572 2007-02-05  Jackson Harper  <jackson@ximian.com>
4573
4574         * TextControl.cs: Don't have crlfs when we are non multiline.
4575         - Consolidate the line position.
4576
4577 2007-02-05  Jackson Harper  <jackson@ximian.com>
4578
4579         * X11Keyboard.cs: BACK+CTRL gets a special char code.
4580
4581 2007-02-03  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4582
4583         * XplatUIX11.cs: Implemented WM_CAPTURECHANGED support, we're now
4584           handling LeaveNotify->NotifyUngrab in order to send
4585           WM_CAPTURECHANGED. However sometimes the NotifyUngrab arrives late
4586           after calling XUngrabPointer, so we call WindowUngrabbed directly
4587           from UngrabWindow in order to send WM_CAPTURECHANGED immediately.
4588         * Control.cs: Handle WM_CAPTURECHANGED in order to raise
4589           MouseCaptureChanged correctly. Also create handles if changing
4590           Capture (matches MS behaviour).
4591
4592 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4593
4594         * SizeGrip.cs: Make the last change 2.0 only.
4595
4596 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4597
4598         * SizeGrip.cs: If resizing and the capture is lost, revert any size
4599           changes to initial size (fixes #80597).
4600
4601 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4602
4603         * SizeGrip.cs: Use the normal icon for SizeGrip if it is disabled.
4604
4605 2007-02-02  Rolf Bjarne Kvinge <RKvinge@novell.com> 
4606
4607         * SizeGrip.cs: Only draw sizegrip if enabled (but always draw
4608           background) and only allow dragging if enabled. This way the
4609           sizegrip can be used to fill the open square that otherwise would
4610           have been shown in the bottom right corner of ScrollableControl
4611           when ScrollableControl is not suppose to support sizing.
4612         * ScrollableControl.cs: Create UpdateSizeGripVisible to decide when the
4613           sizegrip is shown and enabled, and hook up with necessary events.
4614
4615 2007-02-01  Chris Toshok  <toshok@ximian.com>
4616
4617         * DataGridTextBoxColumn.cs: clean up the
4618         GetFormattedString/GetColumnValueAtRow combination of functions.
4619         Also fix UpdateUI, and the initial state of
4620         IsInEditOrNavigateMode.
4621
4622         * DataGridTextBox.cs: don't chain up to base.OnMouseWheel - we
4623         aren't supposed to scroll the textbox here, we're supposed to
4624         scroll the datagrid.
4625
4626 2007-02-01  Chris Toshok  <toshok@ximian.com>
4627
4628         * ComboBox.cs: use vscrollbar_ctrl.Dock instead of explicitly
4629         setting the position.
4630
4631 2007-02-01  Chris Toshok  <toshok@ximian.com>
4632
4633         * DataGrid.cs (OnLeave): we can now do the CancelCurrentEdit thing
4634         here, since the most recent focus fixes keep us from generating
4635         the Leave event when our textbox gets focus.
4636         (Edit): we should be passing null for the column style's
4637         instantText parameter.
4638         
4639 2007-02-01  Jonathan Pobst  <monkey@jpobst.com>
4640
4641         * ToolStripDropDownItem.cs: Make sure DropDownOpening event is 
4642         raised.  Fixes menu text/icons not showing up in PDN.
4643
4644 2007-02-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4645
4646         * Control.cs: Remove code in constructor that makes every
4647         control with WS_CHILD set have initial location -1, -1.
4648
4649 2007-01-31  Jackson Harper  <jackson@ximian.com>
4650
4651         * X11Dnd.cs: Take the keyboard on init to reduce coupling with
4652         XplatUIX11.
4653         * XplatUIX11.cs: Give teh keyboard to teh dnd.
4654
4655 2007-01-31  Jackson Harper  <jackson@ximian.com>
4656
4657         * X11Dnd.cs: Use IDataObject instead of the DataObject class.
4658         - Remove some debug code.
4659
4660 2007-01-31  Jackson Harper  <jackson@ximian.com>
4661
4662         * XplatUIX11.cs: If you set the override cursor during a grab, it
4663         should actually override the grab cursor.  This comes into play
4664         when you are setting custom cursors in a DND feedback method.
4665
4666 2007-01-31  Jackson Harper  <jackson@ximian.com>
4667
4668         * X11Dnd.cs: Add support for handling the QueryContinue and
4669         GiveFeedback events.
4670         - Cancel drag and drop actions when the escape key is clicked.
4671         * XplatUIX11.cs: Let the dnd subsystem get key events, so that it
4672         can handle the ESCAPE key.
4673         - Allow dnd to swallow BUTTONUP messages if it needs to.  This is
4674         done when dnd events are continued after the button is released.
4675         - Add a new helper method so that dnd can translate key events.
4676
4677 2007-01-31  Alexander Olk  <alex.olk@googlemail.com>
4678
4679         * FileDialog.cs: Rewrite of Jacksons OnClickCancelButton patch to
4680         make it more obvious what is happening.
4681
4682 2007-01-30  Jackson Harper  <jackson@ximian.com>
4683
4684         * XplatUIX11.cs: Don't break when handling button release in drag
4685         and drop operations. We need that BUTTONUP message to get through
4686         so capture is released.
4687         * X11Dnd.cs: We don't need to manually grab the pointer anymore,
4688         this is handled automatically when the mouse is down.
4689
4690 2007-01-30  Jackson Harper  <jackson@ximian.com>
4691
4692         * FileDialog.cs: OnClickCancelButton gets called whenever the dialog
4693         is closed, so we need to make sure that we aren't changing the
4694         dialog result when the OK (Open or Save) button has been clicked
4695         and we are closing the window ourselves.  Note we don't need to
4696         worry about the cache being written in this case, because it was
4697         already done in the previous FilOk call.
4698
4699 2007-01-30  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4700         
4701         * DateTimePicker.cs: Remove a warning.
4702         * ComboBox.cs: Remove a couple of warnings.
4703
4704 2007-01-29  Chris Toshok  <toshok@ximian.com>
4705
4706         * XplatUIX11.cs: don't crash, and remove the icon if the user has
4707         set one, if SetIcon is passed a null icon.
4708
4709 2007-01-29  Andreia Gaita  <avidigal@novell.com>
4710
4711         * TextBox.cs: Redraw when the password characters changes
4712         * TextControl.cs: Check if textbox has a password char and draw 
4713         a line of password chars instead of the text in the line. LineTag gets 
4714         an extra Draw() method which allows document.Draw to override the text 
4715         that will be drawn. Removes 1024 char limitation on length of passworded 
4716         lines.
4717
4718 2007-01-29  Jackson Harper  <jackson@ximian.com>
4719
4720         * TextBoxBase.cs: Deleting sections of text is undoable.  Deleting
4721         single chars is not.
4722
4723 2007-01-28  Jonathan Pobst  <monkey@jpobst.com>
4724
4725         * TextRenderer.cs: Fix cutting off the bottom of letters like "j" by
4726         one pixel.  Fix a StackOverflowException caused by an overload wrongly
4727         calling itself.
4728
4729 2007-01-26  Everaldo Canuto  <everaldo@simios.org>
4730
4731         * MenuAPI.cs: Fixed kerboard grab problem when "enter"key is pressed,
4732         also remove ProcessArrowKey and put the code inside ProcessKeys.
4733
4734 2007-01-26  Jonathan Pobst  <monkey@jpobst.com>
4735
4736         * PaddingConverter.cs: Added.
4737
4738 2007-01-26  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4739         
4740         * ThemeWin32Classic.cs: Only draw the text of a StatusBar if
4741         ShowPanels is false (fixes #80600). Only draw up to 127 characters
4742         of text (fixes #80601). For panels clip the text to draw to the
4743         panel (fixes #80603).
4744
4745 2007-01-26  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4746
4747         * ComboBox.cs: Fixed implementation of ResetText.
4748
4749 2007-01-25  Jackson Harper  <jackson@ximian.com>
4750
4751         * TextControl.cs: For the last char of a line we need to use the
4752         line size, not that chars width, since it won't actually be
4753         computed since the right side of a char is based on the start of
4754         the left side of the next char, and the next char does not exist.
4755
4756 2007-01-25  Chris Toshok  <toshok@ximian.com>
4757
4758         * Splitter.cs: fix the new unit tests, and reindent some switch
4759         statements.
4760
4761 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4762
4763         * ComboBox.cs: Implemented 2.0 methods and events.
4764         * TextBoxBase.cs: Added OnTextUpdate, so that
4765         ComboBox.ComboTextBox can inform ComboBox of it.
4766
4767 2007-01-25  Jackson Harper  <jackson@ximian.com>
4768
4769         * TextControl.cs: Respect ShowSelection when deciding whether or
4770         not to display the caret, this allows comboboxes to have carets
4771         when the combotextbox does not have focus.
4772
4773 2007-01-25  Jackson Harper  <jackson@ximian.com>
4774
4775         * TextControl.cs: Add a Suspend/Resume for updating, basically the
4776         same as the Suspend/Resume for recalc, except this will do actual
4777         Invalidates.
4778         - New Undo manager, works much like the MS version.
4779         - Implemented Redo
4780         * TextBoxBase.cs: The Cut operation is undoable.
4781
4782 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4783         
4784         * TextBoxBase.cs: Don't antialias text. Makes it look way better
4785         on Windows (no difference on Linux).    
4786
4787 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4788
4789         * XplatUIWin32.cs: Set SWP_NOACTIVATE in RequestNCRecalc as well,
4790         we don't want to activate any windows. Fixes #79433.
4791
4792 2007-01-25  Jonathan Pobst  <monkey@jpobst.com>
4793
4794         - ButtonBase.cs: Fix capitalization of parameter: disposing.
4795         [Fixes bug #80609]
4796
4797 2007-01-25  Alexander Olk  <alex.olk@googlemail.com>
4798
4799         * FileDialog.cs:
4800         - Move to using System.ComponentModel.EventHandlerList
4801         - Replace Refresh with Invalidate
4802         - Clear the mime filecache on closing
4803         - Some other memory reducing work. After beeing closed FD now uses
4804           only about 300 KB for the fdo mime stuff plus the memory of the
4805           cached icons.
4806         * Mime.cs: Changed coding style and removed unnecessary commented
4807         code. Some more memory memory reducing work.
4808
4809 2007-01-25  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4810
4811         * ComboBox.cs: Implemented FlatStyle and DropDownHeight, and added
4812         a few other missing 2.0 properties.
4813         * Theme.cs: Added DrawFlatStyleComboBox.
4814         * ThemeWin32Classic.cs: Implemented DrawFlatStyleComboBox.
4815
4816 2007-01-24  Chris Toshok  <toshok@ximian.com>
4817
4818         * XplatUIX11.cs: fix the wake_waiting logic - we always clear the
4819         wake_waiting flag, not just when there's data to be read.  if we
4820         don't, then future wakeup's won't reach us and we'll be doomed to
4821         wait for the entire 1 second timeout forever (unless there are X
4822         events to be had).
4823
4824 2007-01-24  Jonathan Pobst  <monkey@jpobst.com>
4825
4826         * ComboBox.cs: FindStringExactMaxException doesn't throw AOORE on 2.0
4827         until you pass Items.Count, not Items.Count - 1 like 1.1.
4828
4829 2007-01-24  Gert Driesen  <drieseng@users.sourceforge.net>
4830
4831         * ColumnHeader.cs: Fixed ParamName in ArgumentOutOfRangeException.
4832
4833 2007-01-24  Jonathan Pobst  <monkey@jpobst.com>
4834
4835         * ToolStripContainer.cs: The recent Dock fix exposed that I was
4836         adding the panels in the wrong order.
4837
4838 2007-01-24  Jackson Harper  <jackson@ximian.com>
4839
4840         * TextBoxBase.cs: When we move the caret we also need to move the
4841         selection, this fixes some random crashing after doing select
4842         text, unselect, delete a char, paste.
4843
4844 2007-01-24  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4845
4846         * Form.cs: Update SizeGrip's location even if it's not visible (fixes #80592).
4847
4848 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
4849
4850         * Control.cs: In OnParentBackgroundImageChanged remove conditions to call
4851         OnBackgroundImageChanged, it mimics win32 behavior. Fixes #80553. 
4852         * ToolBar.cs: Force redraw in BackgroundImageChanged.
4853
4854 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
4855
4856         * ToolBar.cs:
4857         - Implement support for vertical toolbars. Fixes #80539;
4858         - Call LayoutToolBar when resize, it fix some other problems in layout.
4859         - Rename requested_height to requested_size, as we can have width on it
4860         when toolbar is vertical.
4861         - Create a private property "Vertical" that uses Dock to verify when 
4862         toolbar is vertical or not.
4863         - Set ControlStyles when change Dock property.
4864         - Refactory in LayoutToolBar to have better variables names and to support
4865         vertical toolbars.
4866         - Fixes default value for ButtonSize when button count is equal zero, size
4867         must be (39, 36) test case writed.
4868
4869 2007-01-23  Chris Toshok  <toshok@ximian.com>
4870
4871         * Control.cs: fix the checks so that they work correctly for mdi
4872         parents/children.
4873
4874 2007-01-23  Chris Toshok  <toshok@ximian.com>
4875
4876         * Control.cs: ControlCollection seems to have super-secret
4877         abstraction breaking knowledge of Mdi containers.  allow MdiClient
4878         to add toplevel controls.
4879
4880 2007-01-23  Chris Toshok  <toshok@ximian.com>
4881
4882         * Control.cs: throw an ArgumentException if a toplevel control is
4883         added to our control collection from ControlCollection.Add, as
4884         well as from ControlCollection.IList.Add.  This fixes the
4885         ControlSetTopLevelTest.TestTopLevelAdd unit test.
4886
4887         Also, in ControlCollection.IList.Add, don't through an
4888         ArgumentNullException, throw an ArgumentException, when value ==
4889         null.  This matches MS.
4890
4891 2007-01-23  Chris Toshok  <toshok@ximian.com>
4892
4893         * BindingSource.cs: initial, incomplete, implementation of
4894         BindingSource.
4895
4896 2007-01-23  Jackson Harper  <jackson@ximian.com>
4897
4898         * TextControl.cs:
4899         * TextBoxBase.cs: Checking in some pieces of the undo stuff so
4900         that I can fix a broken unit test (TextBoxTest::ClearUndo)
4901         
4902 2007-01-23  Everaldo Canuto  <everaldo@simios.org>
4903
4904         * ToolBar.cs: Add status fields to ToolBarButtonInfo.
4905
4906 2007-01-23  Andreia Gaita  <avidigal@novell.com>
4907
4908         * TreeNode.cs: Add new 2.0 ImageKey and SelectedImageKey properties.
4909         * TreeNodeCollection.cs: New Add() methods, ContainsKey and
4910         IndexOfKey() for 2.0
4911
4912 2007-01-23  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4913
4914         * XplatWin32.cs: In RequestNCRecalc call SetWindowPos with SWP_NOZORDER
4915         to prevent it from changing z-order.
4916         * MdiWindowManager.cs: Refactor part of SetWindowState to MdiClient, only
4917         leave UI updates in MdiWindowManager.
4918         * InternalWindowManager.cs: Check for 0 sized nc areas and make them
4919         1 sized (NC handling goes weird on Linux otherwise).
4920         * MdiClient.cs: Add missing ExStyle (WS_EX_CLIENTEDGE), so it's no longer
4921         necessary to handle WM_NCCALCSIZE anymore. This also made it possible to
4922         remove a few NCRequestRecalcs. Changed calculations in IconicBounds
4923         to use ClientSize of MdiClient instead of entire size. Refactored ActivateChild
4924         and SetWindowState(s) to allow for changing the size of an activated child
4925         before activating it (reduces a lot of flicker).
4926
4927 2007-01-22  Jonathan Pobst  <monkey@jpobst.com>
4928
4929         * Form.cs: Changing FormBorderStyle has different semantics based
4930         on whether the Form is visible or not.  If not visible, don't change
4931         the Size.  But InvalidateNC needs to be called to force the window
4932         to pick up the changes and redraw itself.  [Fixes bug #80574]
4933
4934 2007-01-22  Jonathan Pobst  <monkey@jpobst.com>
4935
4936         [Moma work]
4937         * ContainerControl.cs: ProcessCmdKey.
4938         * ErrorProvider.cs: new constructor.
4939         * Form.cs: fix AutoValidateEvent compiler warning.
4940         * Label.cs: fix OnAutoSizeChanged compiler warning.
4941         * MenuStrip.cs: fix CanOverflow compiler warning.
4942         * TabControl.cs: SelectTab, OnSelected methods, Selected event.
4943         * TextBox.cs: Dispose.
4944         * ToolStrip.cs: CanOverflow, re-enable double buffering.
4945         * ToolStripControlHost.cs: fix CausesValidation compiler warning.
4946         * ToolStripDropDown.cs: fix ContextStripMenu compiler warning.
4947         * ToolStripItem.cs: Overflow, RightToLeft properties.
4948
4949 2007-01-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4950
4951         * Form.cs: Move the layout of the main form to MdiWindowManager.
4952         * MdiWindowManager.cs: If WindowState changes from or to Maximized,
4953         do a layout of the main window to update MdiClient's client area to
4954         the right area. Fixes #80533. Remove the calculation of nc size, 
4955         it was just wrong and the correct one is the same as for 
4956         InternalWindowManager. 
4957
4958 2007-01-20  Jonathan Pobst  <monkey@jpobst.com>
4959
4960         * Control.cs: Setting Anchor or Dock needs to reset the other
4961         to its default.  [Fixes bug #80556]
4962
4963 2007-01-20  Chris Toshok  <toshok@ximian.com>
4964
4965         * CheckedListBox.cs: class status changes.
4966
4967         * ScrollableControl.cs: same.
4968
4969         * RichTextBox.cs: same.
4970
4971         * ContainerControl.cs: same.
4972
4973         * ListView.cs: same.
4974
4975         * NotifyIcon.cs: same.
4976
4977         * MenuStrip.cs: same.
4978
4979         * RadioButton.cs: same.
4980
4981         * CheckBox.cs: same.
4982
4983         * PrintPreviewDialog.cs: same.
4984
4985         * Form.cs: same.
4986
4987 2007-01-19  Jonathan Pobst  <monkey@jpobst.com>
4988
4989         * TreeNode.cs: Apply Alan's patch for Name property.
4990
4991 2007-01-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
4992         
4993         * Form.cs: Implemented SizeGripStyle.
4994         * SizeGrip.cs: Check for minimum and maximum size for the
4995         control being resized and only resize if size has actually
4996         changed.
4997
4998 2007-01-19  Chris Toshok  <toshok@ximian.com>
4999
5000         * DataGridColumnStyle.cs: stop setting _readonly in the
5001         PropertyDescriptor setter.  fixes a unit test failure.
5002
5003         also, rename ParentReadOnly to TableStyleReadOnly, and have it
5004         just consult our table style (if we have one).  We don't need to
5005         consult the datagrid readonly attribute because that's passed in
5006         as the _ro arg to Edit.  this simplifies things a little.
5007         
5008         * DataGrid.cs: use CurrentColumn instead of
5009         current_cell.ColumnNumber just to simplify some of the code.
5010
5011         switch the order of some things in the CurrentCell setter to keep
5012         the previous cell from getting a textbox again -
5013         EnsureCellVisibility causes scrolling to happen, which calls Edit.
5014         So we need to set the new cell before calling it.
5015         
5016         call Edit in OnEnter, as does Microsoft.
5017         
5018         also, make sure the current table style isn't the one we create
5019         initially when checking to see if it's different than the one
5020         we're setting it to in BindColumns (this fixes #80421).
5021
5022         * GridTableStylesCollection.cs: table styles can have "" for a
5023         mapping name.  part of the fix for #80421.
5024
5025         * DataGridTextBoxColumn.cs: simplify the readonly calculation in
5026         Edit significantly.
5027
5028 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
5029
5030         * TextRenderer.cs: Rewrote to be complete-er, more MS-matching-er,
5031         and less GDI object leaky-er.
5032
5033 2007-01-18  Andreia Gaita  <avidigal@novell.com>
5034
5035         * LinkLabel.cs: Add opaque control style
5036
5037 2007-01-18  Jackson Harper  <jackson@ximian.com>
5038
5039         * TextControl.cs: Calculate width properly.
5040         - Don't store the tag's X offset, this can be figured out very
5041         easily.
5042         - When getting the caret tag make sure to get the last empty tag.
5043
5044 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
5045
5046         * Form.cs: Recalculate our size after setting a new FormBorderStyle.
5047         [Fixes bug #79959]
5048
5049         * Control.cs: Color.Empty shouldn't count for previous transparent
5050         redraw changes.
5051
5052 2007-01-18  Jackson Harper  <jackson@ximian.com>
5053
5054         * TextBox.cs:
5055         * RichTextBox.cs:
5056         * TextControl.cs: Starting to merge in some pieces of my older
5057         undo work.  Basically just some slight cleanup of the undo API.
5058
5059 2007-01-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5060
5061         * TrackBar.cs: Fix signature of RightToLeftLayout.
5062         * StatusBar.cs: Implemented missing 2.0 methods and attributes.
5063         * StatusBarPanel.cs: Implemented missing 2.0 methods and attributes.
5064         * Application.cs: Implemented UseWaitCursor.
5065
5066 2007-01-18  Jackson Harper  <jackson@ximian.com>
5067
5068         * TextControl.cs: We can't skip tags if any part of the tag is
5069         visible.
5070
5071 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
5072
5073         * ContainerControl.cs: Override OnLayout.
5074
5075 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
5076
5077         * NotifyIcon.cs: Add ContextMenuStrip and Tag properties.
5078
5079         * ContextMenuStrip.cs: Make sure context menu is shown on top of 
5080         everything else.
5081
5082 2007-01-18  Chris Toshok  <toshok@ximian.com>
5083
5084         * ContainerControl.cs: remove the partial handling of LBUTTONDOWN
5085         (leftover from the container_selected days, I'd wager).  fixes bug
5086         #80546.
5087
5088 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
5089
5090         * Control.cs: Apply patch from George to fix the new testcase on
5091         bug #80451.  We can't just check for Color.Transparent, we need 
5092         to check if the back color's alpha channel is < 255.
5093
5094 2007-01-18  Jonathan Pobst  <monkey@jpobst.com>
5095
5096         * Form.cs: Move setting show_icon = true to before the constructor
5097         so that the base constructor has that information when it calculates
5098         the form's size.  Was causing forms to be (6, 6) bigger than they
5099         were supposed to be.  Thanks for catching this Rolf!
5100
5101 2007-01-18  Jackson Harper  <jackson@ximian.com>
5102
5103         * TextControl.cs: When replacing a selection we need to invalidate
5104         from the initial selection start, because selection start is moved
5105         to the end of the replacement.
5106
5107 2007-01-18  Andreia Gaita  <avidigal@novell.com>
5108
5109         * LinkLabel.cs: Missing ControlStyles. Fixes #80482
5110
5111 2007-01-18  Chris Toshok  <toshok@ximian.com>
5112
5113         * DataGridTextBoxColumn.cs: fix most of the NotWorking unit tests
5114         I just added.
5115
5116 2007-01-17  Everaldo Canuto  <everaldo@simios.org>
5117
5118         * ToolBar.cs: Add layout methods to ToolBarButtonInfo class, every 
5119         layout methods and properties from ToolBarButton must be available
5120         into ToolBarButtonInfo.
5121
5122 2007-01-17  Jonathan Pobst  <monkey@jpobst.com>
5123
5124         * Control.cs: If the control has a transparent background, we
5125         need to refresh it when it moves and when it's parent's background
5126         image changes.  [Fixes bug #80451]
5127
5128 2007-01-17  Jonathan Pobst  <monkey@jpobst.com>
5129
5130         * XplatUIWin32.cs: Don't use 2.0 methods in 1.1 code!  Doh!
5131
5132 2007-01-17  Jonathan Pobst  <monkey@jpobst.com>
5133
5134         * XplatUIWin32.cs: Implement proper double buffering for Windows.
5135         [Fixes bug #80447, and probably speeds up things as well]
5136
5137 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5138
5139         * XplatUIX11.cs: Caption height for MDI children is 19, not 26.
5140         * XplatUIWin32.cs: We need to recalculate NC size after changing 
5141         window style to toolwindow (otherwise the client rectangle will be
5142         3 pixels to small for some reason).
5143         * MdiWindowManager.cs: Revert NC size calculations to match how
5144         they are calculated only based on window styles (to match
5145         Win32AdjustWindowRectEx, since otherwise when setting size or 
5146         location, Control will call Win32AdjustWindowRectEx to update client 
5147         size, which would provoke a paint, then we'd get a NCCALCSIZE and 
5148         calculate a different value of client size causing another paint 
5149         (and flickering))
5150         * InternalWindowManager.cs: When moving or resizing a window only
5151         update size or location if they actually changed.
5152         * ThemeWin32Classic.cs: ManagedWindowsBorderWidth is now 4 instead of 3
5153         (seems to match Windows behaviour better). Cleaned up 
5154         ManagedWindowDecorations to draw what's needed and nothing else
5155         (was drawing borders and lines where they shouldn't be)
5156         * Hwnd.cs: GetWindowRectangle now knows about MDI border sizes
5157         (style = 0xFFFF) and takes into account caption height when 
5158         calculating window rectangle.   
5159
5160 2007-01-16  Everaldo Canuto  <everaldo@simios.org>
5161
5162         * ToolBar.cs: Internal ToolBarButtonInfo class added, Because same button 
5163         can be added to toolbar multiple times, we need to maintain a list of 
5164         button information for each positions.
5165
5166 2007-01-16  Everaldo Canuto  <everaldo@simios.org>
5167
5168         * ToolBar.cs: Some small stetic changes.
5169
5170 2007-01-16  Jackson Harper  <jackson@ximian.com>
5171
5172         * TextBoxBase.cs: Use the new SuspendRecalc/ResumeRecalc methods
5173         that allow us to have nested recalc = false blocks.
5174         - Add paste support for images in the RichTextBox
5175         * RichTextBox.cs: flush the text after the color is changed, so
5176         the change takes effect.
5177         - Use SuspendRecalc
5178         - Some extra debugging info
5179         * TextControl.cs: Tags no longer track their length, it is just
5180         computed from the next tags length, this makes things a little
5181         simpler and reduces places that we have to track length changes.
5182         - Refactored the linetag class a little so we could make it
5183         a base class for different kinds of tags
5184         - Created a image tag, a tag that can have a single image inserted
5185         into it
5186         - Replace the norecalc flag with a Suspend/Resume Recalc pair, so
5187         that we can call suspend multiple times.
5188         - Add some debugging methods
5189
5190 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5191
5192         * MdiClient.cs: Add ActivatePreviousChild for 
5193         mdi child window navigation.
5194         * Form.cs: Use MdiClient.ActivateNextChild/
5195         ActivatePreviousChild instead of Form.SelectNextControl
5196         to select the next/previous child since 
5197         SelectNextControl doesn't do it in the same order
5198         as mdi children should do it.
5199
5200 2007-01-16  Chris Toshok  <toshok@ximian.com>
5201
5202         * Control.cs: remove container_selected field.
5203
5204 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5205
5206         * MdiClient.cs: Update main form's ActiveChild when
5207         updating keyboard focus for the mdi child.
5208
5209 2007-01-16  Jonathan Pobst  <jpobst@novell.com>
5210
5211         * Control.cs: PreferredSize fix.
5212
5213         * Form.cs: Add several 2.0 events, properties, and methods.
5214
5215 2007-01-16  Gert Driesen  <drieseng@users.sourceforge.net>
5216
5217         * Form.cs: Provide meaningful message when MdiParent is assigned a
5218         Form that is not an MdiContainer.
5219
5220 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5221
5222         * MdiClient.cs: Update main form's ActiveChild when
5223         activating a mdi child.
5224
5225 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5226
5227         * MdiWindowManager.cs: Fix NRE when merging menus and main form
5228         doesn't have a menu.
5229
5230         * Form.cs: Request NCRecalc after creating a mdi child window.
5231         Implement mdi key handling (Ctrl+F4, Ctrl+Shift+F4, Ctrl+Tab, 
5232         Ctrl+Shift+Tab, Ctrl+F6 and Ctrl+Shift+F6).
5233         
5234         * MdiClient.cs: Add new method SendFocusToActiveChild that either
5235         sends keyboard focus to the active child, or to the MdiClient
5236         if there are no child forms.
5237         
5238 2007-01-15  Chris Toshok  <toshok@ximian.com>
5239
5240         * ListView.cs: drop the *Internal overrides, just do our work in
5241         ItemControl's WndProc instead.
5242
5243         * UpDownBase.cs: a few large changes.  Fix up the Selectable state
5244         of the various controls, and forward the events properly (in the
5245         same manner as MS) from the textbox to the UpDown.  Also the
5246         ActiveControl of the UpDownBase gets set properly now.  Finally,
5247         we don't call UpdateEditText from the ctor.  Fixes bug #79957.
5248
5249         * NumericUpDown.cs: set Text in the ctor.
5250
5251         * DomainUpDown.cs: call UpdateEditText in the ctor.
5252         
5253         * TextBox.cs: on ms.net, WM_LBUTTONDOWN sets focus on the textbox,
5254         so even a Selectable = false textbox can be focused if you click
5255         in it.  Go figure.
5256
5257         * Control.cs: remove On{Got,Lost}FocusInternal.  Subclasses can
5258         just add their handling in their respective WndProc's.  Also add
5259         an explicit FocusInternal method that doesn't consult CanFocus
5260         before calling Select(this).
5261
5262         * TextBoxBase.cs: deal with removal of the FocusInternal calls -
5263         do our work in WndProc instead.
5264
5265         * TabControl.cs: same.
5266
5267         * ComboBox.cs: same.
5268
5269 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
5270
5271         * Menu.cs: implement MergeItems and Replace for MenuMerge method.
5272         Fixes #80006.
5273
5274 2007-01-15 Carlos Alberto Cortez <calberto.cortez@gmail.com>
5275
5276         * ListViewItem.cs:
5277         * ThemeWin32Classic.cs: Don't draw the item text outside
5278         item bounds in Details view, as well as use trimming.
5279         Fixes bug #80376.
5280
5281 2007-01-15  Jonathan Pobst  <jpobst@novell.com>
5282
5283         * Form.cs: Implement Form.ShowIcon.
5284         
5285         * XplatUIWin32.cs: Allow the SetIcon win32 call to set the icon to
5286         null, which when combined with the DlgModalFrame window style removes
5287         the icon from the title bar.
5288
5289 2007-01-15  Jonathan Pobst  <jpobst@novell.com>
5290
5291         * Control.cs: Call OnMouseClick after OnClick. (2.0)
5292
5293 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
5294
5295         * MdiWindowManager.cs: In CreateMaximizedMenu fix a position of icon
5296         menu when mdi child windows theres a menu, uses insert to get icon
5297         at first position. Partially fix #80006.
5298
5299 2007-01-15  Jonathan Pobst  <jpobst@novell.com>
5300
5301         * Clipboard.cs: Implement 2.0 methods.
5302
5303 2007-01-15  Everaldo Canuto  <everaldo@simios.org>
5304
5305         * Menu.cs: Implement Insert method of MenuItemCollection class
5306         to fix MenuMerge.
5307
5308 2007-01-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5309
5310         * ListView.cs: Implement 2.0 FindItemWithText method.
5311
5312 2007-01-11  Everaldo Canuto  <everaldo@simios.org>
5313
5314         * Form.cs: When process WM_NCCALCSIZE message use ClienSize.Width
5315         to calculate menu bar size. Fixes #80290.
5316
5317 2007-01-11  Everaldo Canuto  <everaldo@simios.org>
5318
5319         * ThemeWin32Classic.cs: Fix position of menuitem check mark.
5320
5321 2007-01-11  Chris Toshok  <toshok@ximian.com>
5322
5323         * XplatUIX11.cs: don't send duplicate WM_ACTIVATE messages to the
5324         initial form.
5325
5326 2007-01-11  Chris Toshok  <toshok@ximian.com>
5327
5328         * LinkLabel.cs: make sure to call base.Select in our Select method
5329         if it turns out we're going to be selected (i.e. if we have a link
5330         that is going to receive focus).  That way our container's
5331         ActiveControl is updated properly.
5332
5333 2007-01-11  Chris Toshok  <toshok@ximian.com>
5334
5335         * LinkLabel.cs: turns out that LinkLabels are only Selectable if
5336         they have 1 or more links.  this fixes the crash gert reported.
5337
5338 2007-01-11  Andreia Gaita  <avidigal@novell.com>
5339
5340         * ContainerControl.cs: Remove ContainerSelected flag, not needed
5341         anymore.
5342
5343         * Control.cs (Controls.Add): Check if control to be added to the collection
5344         is a top level control, and throw an ArgumentException if it is.
5345         Remove ContainerSelectedFlag, not needed anymore.
5346
5347         * XplaUIWin32.cs (SetTopMost): Add flag SWP_NOACTIVATE so that setting the
5348         top most control doesn't activate the form. This fixes a problem in the
5349         MessageBox, where the default button wouldn't get focus because the form
5350         was activated before being Loaded - when the Owner is set, SetTopMost is
5351         called, and it would activate it.
5352
5353 2007-01-11  Jonathan Pobst  <jpobst@novell.com>
5354
5355         * Button.cs: When clicked and setting the parent form's DialogResult,
5356         use FindForm instead of Parent, since parent could be a container
5357         control and not the Form.  Fixes bug #80495.
5358
5359 2007-01-10  Chris Toshok  <toshok@ximian.com>
5360
5361         * Form.cs: move the call to SendControlFocus into the same
5362         is_loaded check.
5363
5364 2007-01-10  Chris Toshok  <toshok@ximian.com>
5365
5366         * UpDownBase.cs (.ctor): remove the ActiveControl assignment here.
5367         It breaks in the face of the new ActiveControl stuff, and should
5368         be unnecessary.
5369
5370         * Form.cs (WndProc): in the WM_ACTIVATE case, we need to set the
5371         activecontrol's focus if it's not already set, after we set
5372         ActiveControl, but before we call OnActivated.  Re-fixes #79667
5373         after the previous focus/active control fixes regressed it.
5374
5375         * Control.cs: reindent some code.
5376         
5377 2007-01-10  Chris Toshok  <toshok@ximian.com>
5378
5379         * Splitter.cs: clearing some outstanding changes from my tree.
5380         Replace all accesses (not writes) to the internal dock_style field
5381         with the Dock property.
5382
5383 2007-01-10  Chris Toshok  <toshok@ximian.com>
5384
5385         * Control.cs: make FireEnter, FireLeave, FireValidating, and
5386         FireValidated virtual.
5387
5388         * Form.cs: override and don't chain up calls to FireEnter and
5389         FireLeave.
5390
5391 2007-01-10  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5392
5393         * ListView.cs: Add more text padding space when using
5394         auto resize for columns (the previous value didn't work fine).
5395
5396         * ThemeWin32Classic.cs: Update text position inside columns,
5397         to match the appeareance of .Net.
5398
5399         * ColumnHeader.cs: When using auto resize, only the Width should
5400         depend on the sub items, not the Height. Also, set width after
5401         auto resizing (the value of Width should never remain as -1 or -2).
5402
5403 2007-01-10  Chris Toshok  <toshok@ximian.com>
5404
5405         * Application.cs: fix compilation errors when debug is enabled.
5406
5407 2007-01-10  Chris Toshok  <toshok@ximian.com>
5408
5409         * ContainerControl.cs (set_ActiveControl): rework this a bit (and
5410         add some nice ascii art pictures and explanation of the process).
5411         (GetMostDeeplyNestedActiveControl): new utility function we need
5412         because our ActiveControl can refer to a child container with its
5413         own ActiveControl.
5414
5415         * Form.cs (OnActivated): remove the call to SelectActiveControl
5416         from here, since you can override this method and not chain up,
5417         and winforms still sets the active control.
5418         (OnCreateControl): also remove the unnecessary SelectActiveControl
5419         call from here.
5420         (WndProc): it's actually called from the WM_ACTIVATE block, just
5421         before calling OnActivated.
5422
5423         * Control.cs (Select (Control)): move the call to XplatUI.SetFocus
5424         inside the else.  the ActiveControl setter will end up setting
5425         focus on @control.  This keeps us from setting it again (and
5426         generating an extra LostFocus/GotFocus pair).
5427         (Select (bool, bool)): reindent.
5428
5429 2007-01-10  Jonathan Pobst  <jpobst@novell.com>
5430
5431         * FlowLayoutPanel.cs, MenuStrip.cs, SplitContainer.cs, SplitterPanel.cs,
5432         StatusStrip.cs, TableLayoutPanel.cs, TableLayoutStyleCollection.cs,
5433         ToolStrip.cs, ToolStripComboBox.cs, ToolStripContainer.cs,
5434         ToolStripContentPanel.cs, ToolStripControlHost.cs, ToolStripDropDown.cs,
5435         ToolStripDropDownButton.cs, ToolStripDropDownItem.cs, ToolStripDropDownMenu.cs,
5436         ToolStripItem.cs, ToolStripMenuItem.cs, ToolStripPanel.cs, ToolStripPanelRow.cs,
5437         ToolStripSeparator.cs, ToolStripSplitButton.cs, ToolStripStatusLabel.cs
5438         ToolStripTextBox.cs: Another wave of corcompare work.
5439
5440 2007-01-09  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5441
5442         * ColumnHeader.cs: Implement 2.0 AutoResize method using
5443         the Width property.
5444
5445         * ListView.cs: Implement 2.0 AutoResizeColumn and AutoResizeColumns
5446         methods by callling Column.AutoResize method on columns.
5447
5448 2007-01-09  Jonathan Pobst  <monkey@jpobst.com>
5449
5450         * Control.cs: Provide proper implementations of PreferredSize
5451         and GetPreferredSize (2.0).
5452
5453 2007-01-09  Jonathan Pobst  <monkey@jpobst.com>
5454
5455         * Form.cs: Remove one character (!) to make my previous OnClosing
5456         stuff work for modal windows like MessageBox.
5457
5458 2007-01-09  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5459
5460         * ListView.cs:
5461         * ThemeWin32Classic.cs: Use ListView.GetReorderedColumn instead of
5462         ListView.Columns to get the last displayed column. Fixes #80452.
5463
5464 2007-01-09  Everaldo Canuto  <everaldo@simios.org>
5465
5466         * Label.cs, LinkLabel.cs: Source code identation fixes.
5467
5468 2007-01-08  Everaldo Canuto  <everaldo@simios.org>
5469
5470         * ToolBarButton.cs: Remove InvalidateBorder and use Invalidate instead,
5471         we dont need to invalidate only borders because when we invalidate four
5472         border lines the invalidate's generates a complete redraw of button, 
5473         because it now invalidate a complete rect some other redraws operations
5474         are fixed. Fixes #80196.
5475         
5476         * Theme.cs, ThemeNice.cs, ThemeClearLooks.cs, ThemeWin32Classic.cs:
5477         Remove ToolBarInvalidateEntireButton as it is not used.
5478
5479 2007-01-08  Jonathan Pobst  <monkey@jpobst.com>
5480         
5481         * Form.cs: Make sure that both OnClosing and OnFormClosing are
5482         called for 2.0 profile.
5483         * CloseReason.cs: Make class internal for 1.1.
5484
5485 2007-01-08  Jonathan Pobst  <monkey@jpobst.com>
5486
5487         * ToolStripManager.cs: Implement FindToolStrip functionality.
5488         * ToolStrip.cs: Register and unregister with ToolStripManager.
5489
5490 2007-01-07  Jonathan Pobst  <monkey@jpobst.com>
5491
5492         * Control.cs: This was messy.  2.0 moves much of ControlCollection
5493         to ArrangedElementCollection.  Implemented this with as few #if's as 
5494         possible (which is still too many).
5495
5496 2007-01-07  Jonathan Pobst  <monkey@jpobst.com>
5497
5498         * Control.cs: Implement SizeFromClientSize() [2.0].
5499
5500 2007-01-07  Everaldo Canuto  <everaldo@simios.org>
5501
5502         * Hwnd.cs: On GetClientRectangle add a new parameter border_static,
5503         use Theme.BorderSize to calculate area instead of static value 1, 
5504         by the way use new BorderStaticSize instead     Border3DSize when 
5505         border_static is true. Fixes #79537.
5506         
5507         * XplatUIOSX.cs: Fix call to GetClientRectangle. 
5508         
5509         * ThemeWin32Classic.cs: On CPDrawBorder3D dont draw inner border when
5510         it is not needed.
5511
5512 2007-01-06  Everaldo Canuto  <everaldo@simios.org>
5513
5514         * Hwnd.cs: Gives more code legibility to GetWindowRectangle.
5515
5516 2007-01-06  Everaldo Canuto  <everaldo@simios.org>
5517
5518         * Label.cs: Override CreateParams to use WS_EX_STATICEDGE instead of
5519         WS_EX_CLIENTEDGE in ExStyles when BorderStyle is Fixed3D, it is
5520         
5521         * Hwnd.cs: 
5522         - border_static field added, it will used to define when a control 
5523         theres 3D border but it must be static (thin).
5524         - In GetWindowRectangle use Theme.BorderSize to calculate area 
5525         instead of static value 1, by the way use new BorderStaticSize instead
5526         Border3DSize when border_static is true.
5527
5528         * XplatUIX11.cs, XplatUIOSX.cs: 
5529         - When WS_EX_STATICEDGE ExStyle is set define border_static as true.
5530         
5531         * Theme.cs: BorderStaticSize field added.
5532
5533 2007-01-05  Everaldo Canuto  <everaldo@simios.org>
5534
5535         * XplatUIX11.cs: Removed unused hwnd var in SetBorderStyle.
5536
5537 2007-01-05  Everaldo Canuto  <everaldo@simios.org>
5538
5539         * Control.cs: Under InternalBorderStyle call RecreateHangle to 
5540         mimic same behavior than win32 that set border only in CreateParams,
5541         it fix problems under CreateParams overrides. Fix #79442 and partial
5542         fix #79537.
5543         
5544         * XplatUIX11.cs: Dont set hwnd.border_style in SetBorderStyle instead
5545         of thi control you must call recreate handle. 
5546         
5547         * XplatUIWin32.cs: Remove all SetBorderStyle code, for win32 we dont
5548         need to do anything as RecreateHangle will take care about borders.
5549
5550 2007-01-05  Mike Kestner  <mkestner@novell.com>
5551
5552         * ListView.cs: hack to eliminate Lost/Got focus notifications on
5553         cycles between the ItemControl and parent.  Fixes #80388.
5554
5555 2007-01-05  Gert Driesen  <drieseng@users.sourceforge.net>
5556
5557         * Control.cs: Lazy init layout engine. Do not directly use 
5558         layout_engine since LayoutEngine may be overridden (on 2.0 profile).
5559
5560 2007-01-05  Chris Toshok  <toshok@ximian.com>
5561
5562         * DataGrid.cs: don't forceably rebind columns in SetDataSource
5563         unless our list manager has changed (i.e. unless we have reason to
5564         believe our columns have changed).  Fixes #80422.
5565         
5566         also, disable the call do BindColumns in
5567         OnListManagerMetaDataChanged.  this breaks this test in 2.0 (in
5568         1.1 the event isn't raised in response to a column addition on a
5569         table.)
5570
5571 2007-01-05  Jonathan Pobst  <monkey@jpobst.com>
5572
5573         * Control.cs: Move LayoutEngine.Layout to the OnLayout method, so
5574         that inheritors can not call it if they choose.  Fixes bug #80456.
5575
5576 2007-01-05  Andreia Gaita  <avidigal@novell.com>
5577
5578         * XplatUIWin32.cs: Initialize MSG.refobject at 0 so it 
5579         doesn't blow up with a null exception on marshalling.
5580         
5581 2007-01-05  Jonathan Pobst  <monkey@jpobst.com>
5582
5583         * Control.cs: Implement several 2.0 protected properties and methods.
5584         Ensure that all necessary events are being called when properties
5585         are set.
5586
5587 2007-01-05  Mike Kestner  <mkestner@novell.com>
5588
5589         * ListView.cs: implement PgUp/PgDn for Details view.  Also
5590         fixes First/LastVisibleIndex to use the item_control.ClientRect 
5591         instead of the parent control.  Fixes #80378.
5592
5593 2006-01-05  Atsushi Enomoto  <atsushi@ximian.com>
5594
5595         * PageSetupDialog.cs : cosmetic refactoring; use RegionInfo to
5596           determine whether to use yard-pound or not (bug #78399).
5597
5598 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
5599
5600         * FileDialog.cs: Sebastien fixed the libgdiplus png alpha
5601         problems. So it is time to bring back the old popupbutton colors.
5602
5603 2006-01-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5604
5605         * ColumnHeader.cs:
5606         * ListView.cs: Implement 2.0 ColumnHeader.DisplayIndex
5607         property by using the internal information of the
5608         columns order in ListView.
5609
5610 2007-01-04  Jonathan Pobst  <monkey@jpobst.com>
5611
5612         * CommonDialog.cs, Cursor.cs, ErrorProvider.cs, HelpProvider.cs:
5613         Add 2.0 Tag properties.
5614
5615         * LinkArea.cs: Add 2.0 ToString method.
5616
5617 2007-01-03  Chris Toshok  <toshok@ximian.com>
5618
5619         * DataGrid.cs: the Alt+0 handling was wrong, it should have been
5620         Ctrl+0.  Fixes bug #80367.  Also, don't eat the Delete keypress
5621         when we're editing, which fixes #80047.
5622
5623 2007-01-03  Chris Toshok  <toshok@ximian.com>
5624
5625         * Form.cs: apply patch contributed by Dominik Seichter.  fixes
5626         #80404.
5627
5628 2007-01-03  Jonathan Pobst  <monkey@jpobst.com>
5629
5630         * MenuStrip.cs, ToolStripMenuItem.cs: Add MdiWindowListItem
5631         property and implementation.
5632
5633         * Form.cs, MdiClient.cs, MdiWindowManager.cs: Add needed hooks
5634         for MdiWindowListItem property.
5635
5636         * ToolStripDropDown.cs: Don't consider hidden menu items while
5637         laying out the menu.
5638
5639 2007-01-03  Andreia Gaita  <avidigal@novell.com>
5640
5641         * SendKeys.cs: window handle is not needed in win32, so just
5642         get the active window for X after parsing keys and don't use
5643         it when building the message; it is passed by parameter to the 
5644         Xplat method and used there to build the message instead. Also,
5645         wait for events to be processed on SendWait, as opposed to Send,
5646         which doesn't wait :) Playing with threads and Send() completely 
5647         hangs on ms.net, only SendWait() works.
5648         
5649         XplatUIX11.cs
5650         X11Display.cs: Check for valid window handle.
5651
5652 2007-01-03  Jackson Harper  <jackson@ximian.com>
5653
5654         * TextControl.cs: Need to prevent wrap calculations when replacing
5655         text (this was there before i removed it accidently).
5656         - Don't update the cursor during the positioning, just set it to
5657         selection_start at the end of the operaion.
5658
5659 2007-01-03  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5660
5661         * Control.cs:
5662         * NotifyIcon.cs: corcompare work, no more X's in 1.1 class status.
5663         
5664 2007-01-03  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5665
5666         * MonthCalendar.cs: Added Click and DoubleClick events again,
5667         but this time they only hide Control's Click and DoubleClick.
5668         
5669 2007-01-03  Gert Driesen  <drieseng@users.sourceforge.net>
5670
5671         * Theme.cs: Re-enabled DefaultFont change. Use const to refer to
5672         System.Drawing assembly. Spaces to tabs. Removed extra tabs.
5673
5674 2007-01-02  Jackson Harper  <jackson@ximian.com>
5675
5676         * TextBoxBase.cs: We move the caret with the split now, so we
5677         don't need to explicitly move the caret after splitting.  This
5678         fixes the caret bumping down an extra line on Enter.
5679
5680 2007-01-02  Miguel de Icaza  <miguel@novell.com>
5681
5682         * ContainerControl.cs: Add AutoValidateChanged event (for PDN
5683         2.72). 
5684
5685         * ScrollableControl.cs: Add Scroll event.
5686
5687 2007-01-02  Mike Kestner  <mkestner@novell.com>
5688
5689         * ListView.cs: one more try with help from georgegiolfan@yahoo.com 
5690         to fix all hdr height padding codepaths.  Fixes #80207.
5691
5692 2007-01-02  Chris Toshok  <toshok@ximian.com>
5693
5694         * StatusBar.cs (.ctor): remove the Anchor setting, as it's just
5695         setting it to the Control defaults anyway, and it being after the
5696         Dock set was screwing up layout.
5697         (set_Dock): don't short circuit out of setting base.Dock.  Also,
5698         no need to call UpdateStatusBar here, as it'll be re-layed out if
5699         it needs to be.
5700
5701 2007-01-02  Mike Kestner  <mkestner@novell.com>
5702
5703         * ListView.cs: patch from georgegiolfan@yahoo.com to add padding
5704         to header height for width == -1. Fixes the rest of #80207.
5705
5706 2007-01-02  Mike Kestner  <mkestner@novell.com>
5707
5708         * ListView.cs: rework the mouse event forwarding everaldo added
5709         to translate the coordinates to the parent control not
5710         raise the parent events until after we've done our work. Hover
5711         needs more work, in the case where HoverSelection is on, because
5712         the item control receives more than one MouseHover per Enter
5713         event, so we need to ensure only the "first" hover gets forwarded.
5714         Opening a minor bug for that.
5715
5716 2007-01-02  Gert Driesen  <drieseng@users.sourceforge.net>
5717
5718         * CheckedListBox.cs: Fixed SelectionMode to match MS.
5719         * ListControl.cs: Implemented AllowSelection property. Removed extra
5720         tabs.
5721         * ListBox.cs: Implemented AllowSelection property.
5722
5723 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
5724
5725         * MenuItem.cs: In MdiWindowClickHandler uses sender instead of
5726         SelectedItem, it prevent for errors when you must disable item
5727         before perform click. Fixes #80409.
5728
5729 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
5730
5731         * MenuAPI.cs: Prevent second level and beyond submenus to close
5732         until first level when move out side of popup.
5733         
5734 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
5735
5736         * MenuAPI.cs:
5737         - Down submenu positin in three pixels.
5738         - Closes sub menu when mouse leaves from menu. Fixes #80402.
5739
5740 2007-01-02  Everaldo Canuto  <everaldo@simios.org>
5741
5742         * ThemeWin32Classic.cs:
5743         - Fix popup menu size adding one pixel on the top.
5744         - Down menu item border from two to one to mimic Win32.
5745         - Some source identation fixes. 
5746
5747 2007-01-01  Everaldo Canuto  <everaldo@simios.org>
5748
5749         * ThemeWin32Classic.cs: Use float numbers to calculate size and
5750         position of menu arrows, it fix wrong arrow size.
5751
5752 2007-01-01  Everaldo Canuto  <everaldo@simios.org>
5753
5754         * ThemeWin32Classic.cs: Uses CPDrawBorder3D to draw menu borders
5755         instead of line, it simplify draw operation and fix it using 3D
5756         borders to mimic Win32.
5757
5758 2007-01-01  Jonathan Pobst  <monkey@jpobst.com>
5759
5760         * StatusStrip.cs: Add implementation of the sizing grip.
5761
5762         * ToolStripRenderer.cs, ToolStripProfessionalRenderer.cs: Add
5763         StatusStrip rendering.
5764
5765 2006-12-31  Chris Toshok  <toshok@ximian.com>
5766
5767         * ToolBar.cs: don't assign to dock_style in the .ctor.  it doesn't
5768         override the layout style (anchor/dock) of the control.  assign to
5769         Dock instead.  Fixes bug #80416.
5770
5771         * ToolStrip.cs: same.
5772
5773 2006-12-31  Andreia Gaita  <avidigal@novell.com>
5774
5775         * ContainerControl.cs: Use ContainerSelected flag to check if 
5776         a Container is directly selected, or if Select is called on a 
5777         non-container. If a container is directly selected, focus events 
5778         should not be raised.
5779         Apply #80411 patch to throw exception on set_ActiveControl if 
5780         control is the same as the current one.
5781         
5782         * Control.cs: Use ContainerSelected flag (see above).
5783         Add invalidation check to raise event but not invalidate if 
5784         dimensions are 0.       
5785         Apply #80411 patch.
5786         
5787
5788 2006-12-31  Everaldo Canuto  <everaldo@simios.org>
5789
5790         * MenuAPI.cs: After click, dont close popup menu when menu is
5791         ContextMenu. Fixes #80399.
5792
5793 2006-12-30  Chris Toshok  <toshok@ximian.com>
5794
5795         * ContainerControl.cs: make sure we throw the exception if the
5796         container control doesn't contain the control we're setting
5797         ActiveControl to.
5798
5799 2006-12-30  Chris Toshok  <toshok@ximian.com>
5800
5801         * Control.cs (SetTopLevel): fix the exception raised by
5802         SetTopLevel for child controls.
5803         (set_Anchor): call UpdateDistances when setting the anchor type.
5804         This fixes bug #80336.
5805
5806 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
5807
5808         * Theme.cs: For now, revert back to 8pt font.
5809
5810 2006-12-29  Everaldo Canuto  <everaldo@simios.org>
5811
5812         * MenuAPI.cs: Set popup as active when open a ContextMenu. 
5813         Fixes #80395.
5814
5815 2006-12-29  Chris Toshok  <toshok@ximian.com>
5816
5817         * Control.cs: reorder the code in OnResize to give the same event
5818         ordering as MS.
5819
5820 2006-12-29  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5821
5822         * MdiClient.cs: Implemented MdiLayout for ArrangeIcons,
5823         TileHorizontally and TileVertically.
5824         
5825 2006-12-29  Alexander Olk  <alex.olk@googlemail.com>
5826
5827         * ColorDialog.cs, FileDialog.cs, FolderBrowserDialog.cs,
5828         FontDialog.cs, Mime.cs, MimeIcon.cs, OpenFileDialog.cs,
5829         SaveFileDialog.cs, ThemeClearlooks.cs, ThemeNics.cs:
5830         Corrected copyright and email adress.
5831
5832 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
5833
5834         * TreeNode.cs: On 2.0 profile, throw InvalidOperationException instead
5835         of Exception in FullPath property if no TreeView is associated with
5836         the TreeNode.
5837
5838 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
5839
5840         * Theme.cs: Marked default_font as private, and initialize it in ctor
5841         with MS Sans Sarif 8.25 on 1.0 profile, and SystemFonts.DefaultFont
5842         on 2.0 profile.
5843         * ThemeGtk.cs: Removed default_font intialization.
5844         * ThemeWin32Classic.cs: Removed default_font initialization.
5845
5846 2006-12-28  Chris Toshok  <toshok@ximian.com>
5847
5848         * Control.cs: fix a couple of place where we were creating handles
5849         more aggressively than we should be.  Fixes ControlRefresh unit
5850         tests.
5851
5852 2006-12-28  Chris Toshok  <toshok@ximian.com>
5853
5854         * Control.cs: contrary to what the comment said, Control.Dock does
5855         not supercede Control.Anchor - the last one you assign to decides
5856         the layout behavior.  so we need to keep track of which was the
5857         last set.  Also, fix some of the affected property arguments in
5858         PerformLayout calls, and remove an redundant parent.PerformLayout
5859         call in OnResized.
5860
5861         Add a VisibleInternal property, which returns is_visible.  We
5862         can/should get rid of all the usage of this field elsewhere.
5863
5864 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5865         
5866         * Control.cs: DoubleBuffered property reflects the OptimizedDoubleBuffer
5867         control style, not DoubleBuffer. Added UseDoubleBuffering property
5868         that indicates whether doublebuffering is enabled and supported.
5869         (comment from and code based on Gert Driesen's patch in #80324).
5870         Fixes #80324.
5871
5872 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5873         
5874         * Control.cs: Fixed a NRE.
5875
5876 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5877
5878         * TrackBar.cs: Fix SmallChange and LargeChange exceptions
5879         for 2.0.
5880
5881 2006-12-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5882
5883         * Control.cs: Rewrote double buffering, now a seperate
5884         class handles all the buffering, no Graphics is disposed of
5885         until the painting is finished (earlier implementation 
5886         would crash if the control was resized in the OnPaint, 
5887         since it would cause the double buffer to be recreated
5888         and the old one disposed), a separate Graphics is 
5889         created for every paint (MS behaviour and anyways the state
5890         of the Graphics would have to be saved and restored otherwise)
5891         
5892         * XplatUIDriver.cs: 
5893         * XplatUIX11.cs:
5894         * XplatUI.cs: Added and implemented GetOffscreenGraphics 
5895         so that we can get the graphics for the back buffer without
5896         having to create a new one and remove the offscreen_dc parameter
5897         from CreateOffscreenDrawable and DestroyOffscreenDrawable.
5898         
5899 2006-12-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5900
5901         * ListView.cs: Add key-related 2.0 methods for CheckedItemCollection.
5902         Also make virtual all the key-related methods.
5903
5904         * ListViewItem.cs: Make virtual the key related methods for
5905         ListViewSubItemCollection.
5906
5907 2006-12-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5908
5909         * ListView.cs:
5910         * ListViewItem.cs:
5911         * ThemeWin32Classic.cs:
5912         * Theme.cs: Initial support for Tile view in ListView,
5913         as well as the implementation of the required bits for it (Item
5914         and Subitem).
5915
5916 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
5917
5918         * MonthCalendar.cs: On 2.0, throw ArgumentOutOfRangeException instead
5919         of ArgumentException in MaxSelectionCount, MaxDate and MinDate.
5920         Provide useful exception messages.
5921
5922 2006-12-27  Rolf Bjarne Kvinge  <RKvinge@novell.com>
5923
5924         * TrackBar.cs: Remove a warning.
5925         * MonthCalendar.cs: Moved back to using Capture to hide the calendar
5926         when used by DateTimePicker, fixes #80287. This also requires that 
5927         MonthCalendar implements it's own drawing for the yearly updown control,
5928         otherwise the Capture tracking would be too complicated. Removed the Click 
5929         and DoubleClick events (according to comments they were hiding the base class
5930         event to prevent them from beeing fired - MSDN only says MonthCalendar doesn't
5931         raise these events, not that they cannot be raised. It is possible to raise 
5932         them by calling OnClick and OnDoubleClick). Added two internal fields in 
5933         HitTestInfo in order to track give more tracking info needed by MonthCalendar.
5934         * ThemeWin32Classic.cs: Implement drawing of MonthCalendar's updown part.
5935         * DateTimePicker.cs: Removed handling of MonthCalendar's LostFocus
5936         event, no longer needed.
5937         
5938 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
5939
5940         * ScrollableControl.cs: In AutoScrollMinSize, only set AutoScroll to
5941         true if new value differs from current value.
5942
5943 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
5944
5945         * Control.cs: ControlCollection.Count must be public. Fixed build of
5946         unit tests.
5947
5948 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
5949
5950         * ListView.cs: Redraw when FullRowSelect is changed. Fixes bug #80379.
5951
5952 2006-12-27  Gert Driesen  <drieseng@users.sourceforge.net>
5953
5954         * ComboBox.cs: Mergable=>MergableProperty. Fixes build.
5955
5956 2006-12-26  Everaldo Canuto  <everaldo@simios.org>
5957
5958         * Control.cs: Invalidates control including when Width and Height is 
5959         equal zero or is not visible, only Paint event must be care about 
5960         this. Fixes #79913.
5961
5962 2006-12-26  Chris Toshok  <toshok@ximian.com>
5963
5964         * CurrencyManager.cs, PropertyManager.cs, BindingManagerBase.cs:
5965         more corcompare work.
5966
5967         * DataGridView.cs: fix compiler warning.
5968
5969         * ColumnHeader.cs: some corcompare work, and also take the
5970         opportunity to make the internal fields private.
5971
5972         * ListView.cs: fix the fallout from the above field change.
5973
5974 2006-12-26  Jonathan Pobst  <monkey@jpobst.com>
5975
5976         * ToolStripButton.cs, ToolStripComboBox.cs, ToolStripControlHost.cs,
5977         ToolStripItem.cs, ToolStripProgressBar.cs, ToolStripSplitButton.cs,
5978         ToolStripTextBox.cs: Fixes to events and corcompare.
5979
5980 2006-12-26  Everaldo Canuto  <everaldo@simios.org>
5981
5982         * ListView.cs: Call owner.OnMousexx event to propagate events from
5983         item to ListView. Fixes #80367.
5984
5985 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
5986
5987         * ComboBox.cs: On 2.0, DropDownWidth throws ArgumentOutOfRangeException
5988         if value is less than one. ItemHeight should not be set to a value
5989         less than 1, and throw ArgumentOutOfRangeException on 2.0 profile. 
5990         Removed extra tabs.
5991
5992 2006-12-26  Jonathan Pobst  <monkey@jpobst.com>
5993
5994         * ToolStripMenuItem.cs: Add ShortcutDisplayString for Moma.
5995         * ToolStripStatusLabel.cs: Add Spring for Moma.
5996
5997 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
5998
5999         * DataGridView.cs: Fixed several NullReferenceException in On* methods.
6000         Fixed code formatting. Removed debug code.
6001         * DataGridViewTextBoxEditingControl.cs: Removed debug code.
6002
6003 2006-12-26  Gert Driesen  <drieseng@users.sourceforge.net>
6004
6005         * DataGridView.cs: Fixed GridColor, DefaultSize, DefaultCellStyle,
6006         RowHeadersDefaultStyle, RowHeadersWidth to match MS. Throw
6007         ArgumentOutOfRangeException if ColumnCount is negative. In 
6008         ColumnHeadersHeight, throw ArgumentOutOfRangeException if height is
6009         less than 4 or higher than 32768.
6010         * DataGridViewCellStyle.cs: Fixed default value for NullValue.
6011         Fixed FormatProvider to return CurrentCulture unless explicitly set.
6012         Fixed IsFormatProviderDefault to return true if FormatProvider has
6013         not been explicitly set.
6014
6015 2006-12-25  Chris Toshok  <toshok@ximian.com>
6016
6017         * Application.cs: add a couple of 2.0 events.
6018
6019 2006-12-25  Chris Toshok  <toshok@ximian.com>
6020
6021         * Control.cs: fix compiler warning.
6022
6023         * AxHost.cs: corcompare fixes.
6024
6025         * ApplicationContext.cs: corcompare fixes.
6026
6027 2006-12-25  Chris Toshok  <toshok@ximian.com>
6028
6029         * Control.cs: only update dist_right/dist_bottom if the
6030         width/height is > 0.  this fixes anchored controls being resized
6031         smaller until they disappear and then resized larger again.
6032
6033 2006-12-25  Chris Toshok  <toshok@ximian.com>
6034
6035         * Control.cs: a couple of changes.  Remove dist_left and dist_top,
6036         since they're nothing more than X/Left and Y/Top, respectively.
6037
6038         Also, move back to a per-control Bitmap/Graphics for
6039         DeviceContext, since using the static Hwnd.bmp/bmp_g is bad in the
6040         MT case.  Go with a tiny bitmap though, 1x1, instead of Width x
6041         Height.
6042
6043 2006-12-25  Miguel de Icaza  <miguel@novell.com>
6044
6045         * MessageBox.cs: Implemented overload that takes a new "bool
6046         displayHelpButton" by adding a new internal field "show_help".
6047         When clicked this will raise the HelpRequested on the owner or the
6048         main form. 
6049
6050         From: 007dbe3ff0ca4729a4f5fcd1d8ab2a2e.txt
6051         From: c935e12b95fe4dc1ae670e7f4dc5fd68.txt
6052
6053         * ListView.cs: Add support ColumnWidthChanged and
6054         ColumnWidthChanging. 
6055
6056         Add support for ColumnReordered event.
6057         (ReorderColumn): Add NET_2_0 specific support for cancelling the
6058         reorder.
6059
6060         Very nice codebase!
6061
6062         * TextBoxBase.cs (GetLineFromCharIndex): Implement this method.
6063
6064         This is used by report f4ae0a88a0a244558aaadf017c9b9efe.
6065
6066 2006-12-24  Chris Toshok  <toshok@ximian.com>
6067
6068         * GridTablesFactory.cs: 2.0 corcompare work.
6069
6070         * ToolStripContainer.cs: add "override" to
6071         ContextMenuStripChanged, and remove the local event object.
6072
6073         * ToolStripDropDown.cs: same with a couple properties.
6074
6075         * ToolStripPanel.cs: same with AutoSizeChanged event.
6076
6077         * TextBoxBase.cs: add "override" to AutoSizeChanged.
6078
6079         * Form.cs: add the remaining 2.0 events, and do some corcompare
6080         attribute work.
6081
6082         * DateTimePicker.cs: add "new" to padding.
6083
6084         * ButtonBase.cs: use Control's use_compatible_text_rendering.
6085
6086         * ToolStripContentPanel.cs: use base.AutoSizeChanged.
6087
6088         * DataGridView.cs: PaddingChanged is overridden.
6089
6090 2006-12-24  Chris Toshok  <toshok@ximian.com>
6091
6092         * Control.cs: corecompare work here too.
6093
6094         * DataGridViewElement.cs, DataGridView.cs,
6095         DataGridViewButtonCell.cs, DataGridViewRowCollection.cs,
6096         DataGridViewImageColumn.cs, DataGridViewComboBoxColumn.cs,
6097         DataGridViewImageCell.cs, DataGridViewCheckBoxCell.cs,
6098         DataGridViewHeaderCell.cs, DataGridViewCell.cs: more corcompare
6099         work.
6100
6101 2006-12-24  Miguel de Icaza  <miguel@novell.com>
6102
6103         * Control.cs: Switched the error message on the console for a
6104         todo.  A review of the code will have to cope with this anyways
6105         (since its a large feature, it is in our radar) and it was
6106         producing too much output when running PDN.
6107
6108         * ToolStripComboBox.cs: Set the text when the SelectedIndex
6109         changes.  Applications depend on this (PDN 2.72)
6110
6111 2006-12-23  Chris Toshok  <toshok@ximian.com>
6112
6113         * TableLayoutSettings.cs: finish up the corcompare work for this
6114         class.
6115
6116 2006-12-23  Chris Toshok  <toshok@ximian.com>
6117
6118         * Control.cs: make SetImplicitBounds internal, do some futzing
6119         with LayoutEngine so that it's available in 1.1, and remove the
6120         entire duplicated code mess from PerformLayout.  Use
6121         System.Windows.Forms.Layout.DefaultLayout instead.
6122
6123         * LayoutEngine.cs: make this class internal in 1.1, public in 2.0.
6124
6125 2006-12-23  Jonathan Pobst  <monkey@jpobst.com>
6126
6127         * Form.cs: Add MainMenuStrip property.
6128
6129 2006-12-23  Jonathan Pobst  <monkey@jpobst.com>
6130
6131         * Control.cs: Add ContextMenuStrip property and implementation.
6132         Fix ContextMenu implementation to show menu centered on control when
6133         activated using the keyboard instead of showing at screen (0,0).
6134
6135         * ToolStripDropDown.cs: Fix needed overload of Show ().
6136
6137 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
6138
6139         * Menu.cs: Name property added for 2.0 profile.
6140         
6141 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
6142
6143         * Menu.cs: Update information about FindMenuItem, method to be
6144         implemented soon.
6145
6146 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
6147
6148         * MenuAPI.cs: When deselect items deselect also selected subitems.
6149         
6150 2006-12-23  Everaldo Canuto  <everaldo@simios.org>
6151
6152         * MenuAPI.cs: When hides menu set Wnd to null, it prevents
6153         FindSubItemByCoord to found itens that is not active, also an
6154         cheking added to FindSubItemByCoord to search for items only 
6155         in visible popup windows. Fixes #80274.
6156
6157 2006-12-22  Everaldo Canuto  <everaldo@simios.org>
6158
6159         * UserControl.cs: Remove MonoTodo and use InternalBorderStyle,
6160         internal property, it be care about change ExStyle. 
6161
6162 2006-12-22  Andreia Gaita  <avidigal@novell.com>
6163
6164         * ContainerControl.cs: set activeControl for parent forms up the 
6165         tree when the new activecontrol is a container.
6166         When validating the active control, if it is a container, also
6167         raise up the validation for it's active control. Fixes #80280
6168         
6169         * Control.cs: Add internal property flag and check to prevent
6170         Focus events from getting raised when Select() is called for
6171         a ContainerControl. There are still too many focus events being
6172         raised at the moment though.
6173         Cleaned up the code a bit.
6174
6175 2006-12-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6176
6177         * Control.cs: Added all missing 2.0 events.and
6178         fixed a couple of corcompare issues.
6179         * TrackBar.cs: Implemented missing 2.0 bits.
6180         * MonthCalendar.cs, 
6181         * DateTimePicker.cs, 
6182         * MdiClient.cs: Fixed some corcompare issues.
6183
6184 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
6185
6186         * ContextMenuStrip.cs, FlowLayoutPanel.cs, SplitContainer.cs,
6187         SplitterPanel.cs: corecompare work.
6188
6189 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
6190
6191         * ToolStripContainer.cs, ToolStripDropDown.cs, StatusStrip.cs:
6192         Clean up warnings for BackgroundImageChanged and PaddingChanged
6193         events now that they are implemented in Control.cs.
6194
6195 2006-12-21  Jonathan Pobst  <monkey@jpobst.com>
6196
6197         * Control.cs: Make sure layout_engine isn't null before using it (2.0).
6198         
6199         * TableLayoutControlCollection.cs, TableLayoutPanel.cs, TableLayoutCellPosition.cs,
6200         TableLayoutSettings.cs, TableLayoutStyleCollection.cs: Initial implementation
6201         of TableLayoutPanel and supporting cast.
6202
6203 2006-12-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6204
6205         * XplatUIWin32.cs: 
6206         - GrabWindow now confines the mouse pointer to the confine window.
6207         - Added Win32ClipCursor and Win32GetClipCursor.
6208
6209         * Control.cs: 
6210         - Added CaptureWithConfine to be able to capture and confine 
6211         mouse pointer.
6212         
6213         * InternalWindowManager.cs: 
6214         - Call CaptureWithConfine instead of Capture if we're an
6215         MdiChild (fixes #79982).
6216
6217 2006-12-21  Chris Toshok  <toshok@ximian.com>
6218
6219         * DataGrid.cs: guard against the initial state of selection, where
6220         selection_start == -1.  make sure we only select from index >= 0.
6221         Fixes bug #80291.
6222
6223 2006-12-21  Chris Toshok  <toshok@ximian.com>
6224
6225         * Control.cs: we don't need to be so draconian with
6226         UpdateDistances, and we thusly don't need to call it before
6227         calling PerformLayout in ResumeLayout.  Fixes bug #80289.
6228
6229 2006-12-21  Daniel Nauck  <dna@mono-project.de>
6230
6231         * ComboBox.cs,
6232         TextBox.cs: Implemented AutoComplete properties.
6233
6234 2006-12-20  Chris Toshok  <toshok@ximian.com>
6235
6236         * DataGridView*.cs: some corecompare work.
6237
6238 2006-12-20  Jackson Harper  <jackson@ximian.com>
6239
6240         * XplatUIX11.cs: We need to hide the caret when deleting it,
6241         otherwise you get carets left lying around everywhere.
6242         * TextBoxBase.cs: Kill then redraw the caret when scrolling.  This
6243         prevents getting some weird half drawn caret tracers when
6244         scrolling.
6245         * TextControl.cs: Attempt to reduce the number of times we need to
6246         recreate the caret.
6247
6248 2006-12-20  Gert Driesen  <drieseng@users.sourceforge.net>
6249
6250         * MonthCalendar.cs: Fixed previous month button. Removed extra tabs.
6251
6252 2006-12-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6253
6254         * DateTimePicker.cs:
6255         - Implemented missing 2.0 bits.
6256         - Changed some default values to match MS.
6257         
6258 2006-12-20  Jackson Harper  <jackson@ximian.com>
6259
6260         * TextBoxBase.cs: When changing the font across the document we
6261         can't recalculate after changing each line, since that will cahnge
6262         the line count.
6263         - PreferredHeight is a little different than i thought.
6264         - When backspacing, move the caret before we do the actual char
6265         delete, because when that delete crosses a wrap boundary the
6266         positional information will change.
6267
6268 2006-12-19  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6269
6270         * Control.cs: Added some missing 2.0 bits: 
6271         BackgroundImageLayout, BackgroundImageLayoutChanged, 
6272         OnPaddingChanged, MouseClick, MouseDoubleClick, PaddingChanged and 
6273         add IBindableComponent and IDropTarget implementation.
6274         
6275         * MonthCalendar.cs: 
6276         - Added all missing 2.0 features:
6277         BackgroundImageLayout, RightToLeftLayout, 
6278         OnHandleDestroyed, RightToLeftLayoutChanged, 
6279         BackgroundImageLayoutChanged, MouseClick, MouseDoubleClick,
6280         PaddingChanged.
6281         - Rewrote all the BoldDate code, it was completely broken.
6282         - Fixed all the tests (the tests can now be re-enabled, the
6283         problems were not with the tests, but with the control, it was
6284         mostly broken).
6285         
6286         * DateTimePicker.cs: Changed the location where the 
6287         MonthCalendar is shown.
6288         
6289 2006-12-19  Chris Toshok  <toshok@ximian.com>
6290
6291         * DataGridView.cs: add IDropTarget implementation.
6292
6293         * ToolStripPanel.cs: add IDropTarget implementation.
6294
6295 2006-12-19  Jackson Harper  <jackson@ximian.com>
6296
6297         * TextControl.cs: soft now means something different than what it
6298         used to mean, we want to move the caret regardless of whether or
6299         not this break was soft (would we really have wanted the caret
6300         to not move with the break in the old context?)
6301         * TreeView.cs: Make sure we factor in the vert scrollbar when
6302         calculating the horizontal scrollbar's maximum.
6303
6304 2006-12-19  Andreia Gaita  <avidigal@novell.org>
6305
6306         * SendKeys.cs: Fix Send() behaviour, clear keys after sending,
6307         check for keywords in alternate casing, close bug #80049.
6308
6309 2006-12-19  Chris Toshok  <toshok@ximian.com>
6310
6311         * ToolStripItem.cs: add the implementation of the 4 IDropTarget
6312         methods (which all do nothing).
6313
6314         * IDropTarget.cs: add the 4 missing methods.
6315
6316 2006-12-19  Chris Toshok  <toshok@ximian.com>
6317
6318         * TableLayoutRowStyleCollection.cs: corcompare work.
6319         
6320         * TableLayoutSettings.cs: same.
6321
6322         * TableLayoutStyle.cs: same.
6323
6324         * TableLayoutColumnStyleCollection.cs: same.
6325
6326 2006-12-19  Jonathan Pobst  <monkey@jpobst.com>
6327
6328         * ColumnStyle.cs, RowStyle.cs, TableLayoutStyle.cs: Plumbing for
6329         TableLayoutPanel I've had in my local tree for way too long.
6330
6331 2006-12-19  Miguel de Icaza  <miguel@novell.com>
6332
6333         * TableLayoutSettings.cs: Finish the public API (still needs all
6334         the logic to update on changes). 
6335
6336         * TableLayoutPanelCellPosition.cs: new file.
6337         
6338         * TableLayoutRowStyleCollection.cs,
6339         TableLayoutColumnStyleCollection, TableLayoutStyle.cs,
6340         TableLayoutSettings.cs: Track the final 2.0 table api.
6341
6342 2006-12-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6343
6344         * ColumnHeader.cs: Add Tag, Name, ImageKey, ImageIndex,
6345         and Image List 2.0 members for ColummnHeader.
6346         * ListView.cs: Add key-related 2.0 methods for
6347         ColumnHeaderCollection.
6348
6349 2006-12-19  Gert Driesen  <drieseng@users.sourceforge.net>
6350
6351         * ListViewItem.cs: Changed AddRange overloads to match MS: throw
6352         ArgumentNullException if items argument is null. Ignore null item in
6353         arrays. Removed extra tabs.
6354
6355 2006-12-19  Gert Driesen  <drieseng@users.sourceforge.net>
6356
6357         * MonthCalendar.cs: Fixed InvalidCastException.
6358
6359 2006-12-19  Jackson Harper  <jackson@ximian.com>
6360
6361         * TextControl.cs: Don't increment the position here.
6362         - When calculating char positions only add in the line break size
6363         for hard line breaks.
6364
6365 2006-12-19  Andreia Gaita  <avidigal@novell.org>
6366
6367         * SendKeys.cs: Changed some things to match ms.net behaviour
6368         when parsing shifted capital letters.
6369         
6370         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32, XplatUIOSX: 
6371         Add window handle as parameter to SendInput. X11 needs the 
6372         window handle, and the handle being passed      to it in the keys 
6373         queue is the active control handle (which windows needs), not 
6374         the window handle.
6375         
6376         XplatUIX11.cs, XplaUIX11-new.cs, X11Display: Implement SendInput 
6377         to support SendKeys on X.       
6378         
6379         * X11Keyboard: Implement helper method to lookup a linux keycode
6380         given the virtual keycode. Added table of keycode-2-virtualkey
6381         values to support this.
6382
6383 2006-12-19  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6384
6385         * ListView.cs: Add support for SelectedIndexCollection
6386         and SelectedItemCollection 2.0 methods. Implement support
6387         for ImageKey too.
6388         * ListViewItem.cs: Add support for ListViewSubItemCollection
6389         2.0 methods. Also, fix an incorrect behavior of AddRange method
6390         (it shouldn't call Clear).
6391         * ThemeWin32Classic.cs: Support for ListView.ImageKey 2.0 property.
6392
6393 2006-12-19  Jackson Harper  <jackson@ximian.com>
6394
6395         * RichTextBox.cs: 
6396         * TextBoxBase.cs: New args for FormatText
6397         * TextControl.cs: Rewrote the main drawing method, this version
6398         feels a little easier to understand and debug to me.  Hopefully it
6399         does to others also
6400         - Fix FormatText to OR in the new formating values.  Added
6401         FormatSpecified param, basically this works in the same way as
6402         BoundsSpecified in Control.
6403         - Set the caret properties when the caret is positioned.
6404         - When wrapping text make sure that we calculate the width of the
6405         last character
6406         - when calculating alignments we might have wrapped down to the
6407         next line, so don't search for an individual tag, search for the
6408         end of the line
6409         - We need to invalidate the selection area when we replace the
6410         selection.
6411         
6412 2006-12-19  Daniel Nauck  <dna@mono-project.de>
6413
6414         * Application.cs: add Restart () 2.0 support
6415
6416 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
6417
6418         * MenuItem.cs: Invalidate menu item rectangle after change Enable
6419         property. Fixes #80268.
6420         
6421 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
6422
6423         * MenuAPI.cs: Dont trigger select event when closes top menu
6424         item. Fixes #80270.
6425
6426 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
6427
6428         * MenuAPI.cs: When you click on menuitem only trigger onselect
6429         event for top menu itens. Fixes #80271.
6430         
6431 2006-12-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6432
6433         * MdiWindowManager.cs: Make IconicBounds depend on
6434         the bottom of MdiClient, not the top (fixes #80267)
6435         
6436 2006-12-18  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6437
6438         * MdiClient.cs: Added missing 2.0 attribute
6439
6440 2006-12-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6441
6442         * ListViewItem.cs: Add Name and Tag 2.0 properties, as well
6443         as IndexOfKey, ContainsKey, RemoveByKey and indexer 2.0.
6444
6445 2006-12-18  Everaldo Canuto  <everaldo@simios.org>
6446
6447         * MenuAPI.cs: Fix click when menuitem is not popup,
6448         this regression was caused by last commit (#80272).
6449
6450 2006-12-17  Everaldo Canuto  <everaldo@simios.org>
6451
6452         * MenuAPI.cs: When a non-toplevel menuitem is clicked dont
6453         fire click event or close menu. Fixes #80272.
6454
6455 2006-12-17  Daniel Nauck  <dna@mono-project.de>
6456
6457         * ListViewHitTestInfo.cs: add
6458
6459 2006-12-17  Daniel Nauck  <dna@mono-project.de>
6460
6461         * ButtonBase.cs: Added FlatButtonAppearance 2.0 support.
6462         * FlatButtonAppearance.cs: add
6463         * DockingAttribute.cs: add
6464
6465 2006-12-17  Chris Toshok  <toshok@ximian.com>
6466
6467         * DataGrid.cs: hook up MetaDataChanged event on the list manager,
6468         and rebind our columns when it does - this way, if you make
6469         changes to the DataTable (or set the Table attribute on a DataView
6470         after setting it as the DataGrid's DataSource, the changes are
6471         made visible.)  Fixes bug #80107.
6472
6473 2006-12-17  Daniel Nauck  <dna@mono-project.de>
6474
6475         * ListViewGroup.cs: add internal Location property for layouting.
6476         * Theme.cs: add abstract ListViewGroupHeight function.
6477         * ThemeWin32Classic.cs: implement ListViewGroupHeight function.
6478
6479 2006-12-16  Andreia Gaita  <avidigal@novell.com>
6480
6481         * TabControl.cs: Fixed checks for NET_2_0-specific exceptions.
6482         Added reset of selected index to 0 when adding first tab page.
6483         Fixes #80264
6484         
6485         * NumericUpDown.cs: Fix NET_2_0 check
6486
6487 2006-12-16  Daniel Nauck  <dna@mono-project.de>
6488
6489         * ListViewGroup.cs: fixed DefaultValueAttribute value
6490
6491 2006-12-16  Daniel Nauck  <dna@mono-project.de>
6492
6493         * AutoCompleteStringCollection.cs: add new AutoCompleteStringCollection 2.0 class
6494
6495 2006-12-15  Miguel de Icaza  <miguel@novell.com>
6496
6497         * Button.cs, ComboBox.cs, ScrollBar.cs, UserControl.cs,
6498         TextBoxBase.cs, ListView.cs, ContainerControl.cs,
6499         ScrollableControl.cs: Add a handful of methods that are
6500         overwritten in 2.0 
6501
6502 2006-12-15  Chris Toshok  <toshok@ximian.com>
6503
6504         * XplatUIWin32.cs: initial implementation of the Reversible
6505         drawing functions.  there are some problems.  DrawReversibleFrame
6506         doesn't seem to work at all for Dashed FrameStyle, and in the
6507         Thick case there are drawing errors at the corners (we probably
6508         need to bind Rectangle instead of doing moveto/lineto's.)
6509
6510 2006-12-16  Andreia Gaita  <avidigal@novell.com>
6511         
6512         * SendKeys.cs: Implemented. SendKeys uses a new method in XPlatUI, SendInput, 
6513         to send blocks of key messages. Send accumulates keys to send with Flush, 
6514         while SendWait sends all keys immediately.
6515                 
6516         * XplaUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs, 
6517         XplatUIX11.cs,  XplatUIX11-new.cs:
6518         - Define SendInput and stubs for OSX and X11, implements Win32 with a call
6519         to Win32 SendInput.
6520         - Added INPUT support structures to XplatUIWin32 for Win32SendInput
6521         
6522         Tests:  It seems ms.net is hooking the keyboard to implement this, so doing unit
6523         testing for ms.net on this class is very tricky, as the tests run too fast 
6524         to allow the hook to release, essentially freezing the keyboard and the 
6525         test. So, barring a win32 miracle, they'll be commited in the ms-notworking     
6526         category :p
6527
6528 2006-12-16  Daniel Nauck  <dna@mono-project.de>
6529
6530         * Padding.cs: fixed serialization compability to MS ("_var" field names),
6531                         added missing attributes.
6532  
6533 2006-12-15  Daniel Nauck  <dna@mono-project.de>
6534
6535         * ListViewGroup.cs: Added missing attributes.
6536         * ListViewGroupCollection.cs: Added missing attributes.
6537
6538 2006-12-15  Daniel Nauck  <dna@mono-project.de>
6539
6540         * ListViewItem.cs: fixed ListViewSubItem text property.
6541
6542 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6543         
6544         * Control.cs: Added missing 2.0 attributes
6545         
6546 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6547         
6548         * MdiClient.cs: Added missing 2.0 attribute.
6549         * MonthCalendar.cs: Added some missing 2.0 attributes 
6550         and properties.
6551         
6552 2006-12-15  Daniel Nauck  <dna@mono-project.de>
6553
6554         * ListView.cs: implemented ListViewItemCollection Add 2.0 support.
6555
6556 2006-12-15  Jonathan Pobst  <monkey@jpobst.com>
6557
6558         * MainMenu.cs: Add the new 2.0 constructor to help out people
6559         using the MainMenu in VS2005.
6560
6561 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6562         
6563         * MdiChildContext.cs: Removed it, no longer used.
6564         * MdiClient.cs: Added missing 2.0 attributes.
6565         
6566 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6567         
6568         * InternalWindowManager.cs: Fix a NullRef with previous 
6569         changes for toolwindows.
6570         
6571 2006-12-15  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6572
6573         * Control.cs: 
6574         - Added AfterTopMostControl to allow for certain controls 
6575         to always stay on top when normal controls are brought to 
6576         front.
6577         
6578         * XplatUIWin32.cs: 
6579         - (DrawInversibleRectangle): Get window rectangle from Win32 
6580         in stead of from control, since Win32 doesn't calculate
6581         screen coords correctly from control's Location if it 
6582         have docked siblings.
6583         
6584         * MdiWindowManager.cs:
6585         - Correct the control menu popup location when clicked on
6586         the maximized form icon. (fixes #80223.1)
6587         - Don't show moving rectangle if mouse hasn't moved from
6588         the original clicked point.
6589         - Removed FormGotFocus handler (not used).
6590         - Calculate the control buttons location from the main
6591         window's size and not client size (fixes #79770).
6592         - Form is now closed when the form icon is double-clicked
6593         (fixes #79775). 
6594         - Correct NCCalcSize numbers a little bit (fixes #80223.2)
6595         
6596         * InternalWindowManager.cs:
6597         - Moved some MDI-only methods to MdiWindowManager.
6598         - Removed unused properties and methods.
6599         - Unified method naming for methods handling wm messages.
6600         - Moved all message handling to seperate methods for
6601         each message.
6602         
6603         * ThemeWin32Classic.cs:
6604         - DrawManagedWindowDecorations now draws the title bar 
6605         with a gradient brush.
6606         - Add a CPDrawButtonInternal that allows us to specify
6607         light, normal and dark colors for the buttons (control 
6608         buttons for MDI children were drawn with the same light
6609         color as the background, therefore loosing the 3D effect).
6610         
6611         * SizeGrip.cs:
6612         - Add a CapturedControl property that is used to 
6613         determine the control to resize (defaults to parent). 
6614         Needed for MdiClient, since its SizeGrip's parent is
6615         MdiClient, but the control to resize is the main form.
6616         
6617         * MdiClient.cs:
6618         - Set SizeGrip's CapturedControl to the main form in order
6619         to resize the main form and not the MdiClient.
6620         - Override AfterTopMostControl to leave the scrollbars 
6621         always on top.
6622
6623 2006-12-15  Daniel Nauck  <dna@mono-project.de>
6624
6625         * ListView.cs: fixed ListViewItemCollection AddRange and
6626                         implemented ListViewItemCollection AddRange 2.0 support.
6627
6628 2006-12-15  Daniel Nauck  <dna@mono-project.de>
6629
6630         * ListViewGroup.cs: Add.
6631         * ListViewGroupCollection.cs: Add
6632         * ListView.cs: Add ListViewGroup (Group) and ShowGroups 2.0 support.
6633         * ListViewItem.cs: Add ListViewgroup (Group), ListViewGroups constructors and
6634                                 stub for ImageKey 2.0 support.
6635
6636 2006-12-14  Mike Kestner  <mkestner@novell.com>
6637
6638         * ListView.cs: add text padding to the autocalculation for columns
6639         of width -2.  Fixes #80207.
6640  
6641 2006-12-14  Mike Kestner  <mkestner@novell.com>
6642
6643         * ListView.cs: add some index guarding for partial row navigation 
6644         logic.  Fixes #80250.
6645
6646 2006-12-14  Mike Kestner  <mkestner@novell.com>
6647
6648         * ListView.cs: throw ArgumentExceptions when parented ListViewItems
6649         are added or inserted to the collection.  Fixes #81099.
6650
6651 2006-12-13  Everaldo Canuto  <everaldo@simios.org>
6652
6653         * MenuAPI.cs: Closes menu when right click out side of popup
6654         it fix problem in ContextMenu and MainMenu. Fixes #80252.
6655
6656 2006-12-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6657
6658         * ListViewItem.cs: Fix dumb error.
6659
6660         * ListView.cs: Add Find and ContainsKey methods in 
6661         ListViewItemCollection, and also return true for IsReadOnly
6662         and IsFixedSize (changes for 2.0). 
6663
6664 2006-12-13  Gert Driesen  <drieseng@users.sourceforge.net>
6665
6666         * Control.cs: Allow Region to be set to null.
6667
6668 2006-12-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6669
6670         * MdiWindowManager.cs: Remove unused (commented out) code.
6671         * Form.cs: When the MdiChild is maximized, the form needs 
6672         WM_NCMOUSELEAVE, so request it.
6673         * InternalWindowManager.cs: 
6674         - Added tooltips to control buttons.
6675         - Removed duplicated control button handling code.
6676         - Removed unused (commented out) code.
6677         
6678 2006-12-12  Everaldo Canuto  <everaldo@simios.org>
6679
6680         * MenuAPI.cs: Set cursor to default in popup menus, a XplatUI.SetCursor 
6681         was used because we must set cursor without trigger ChangeCursor event
6682         and without change Cursor control property. Fixes #79963.
6683
6684 2006-12-12  Andreia Gaita  <avidigal@novell.com>
6685         
6686         * Control.cs: Check if Region setter value is null, and ignore
6687
6688 2006-12-12  Jackson Harper  <jackson@ximian.com>
6689
6690         * TextControl.cs: We were almost always drawing one more line then
6691         needed, since the GetLineByPixel will return the last line found
6692         at that pixel. In most cases though, we were invalidating up to
6693         the junction between two lines.
6694         - Improve debug code.
6695
6696 2006-12-12  Chris Toshok  <toshok@ximian.com>
6697
6698         * XplatUI.cs: add static DrawReversibleFrame, DrawReversibleLine,
6699         and FillReversibleRectangle.
6700
6701         * XplatUIDriver.cs: add abstract DrawReversibleFrame, DrawReversibleLine,
6702         and FillReversibleRectangle.
6703
6704         * XplatUIWin32.cs: add stubs which do nothing for
6705         DrawReversibleFrame, DrawReversibleLine, and
6706         FillReversibleRectangle.
6707
6708         * XplatUIOSX.cs: add stubs which raise NIE for
6709         DrawReversibleFrame, DrawReversibleLine, and
6710         FillReversibleRectangle.
6711
6712         * XplatUIX11.cs: add working implementation for
6713         DrawReversibleFrame, DrawReversibleLine, and
6714         FillReversibleRectangle.
6715         
6716         * ControlPaint.cs: implement DrawReversibleFrame,
6717         DrawReversibleLine, and FillReversibleRectangle, by calling into
6718         the appropriate XplatUI method.
6719
6720 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6721
6722         * Form.cs: Make MdiClient have the focus even if it's
6723         not selectable, since it should receive WM_KEY* and WM_MOUSE 
6724         messages. Fixes #79907.
6725         
6726 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6727
6728         * Hwnd.cs: Save the CreateParams.ExStyle so that it can be
6729         queried after the window is created.
6730         
6731         * XplatUIX11.cs: Added SendParentNotify to implement 
6732         WM_PARENTNOTIFY logic. Fixes #79965.
6733         
6734         * Control.cs: Added MakeParam.
6735         
6736 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6737
6738         * MdiClient.cs: Resume Layout before setting window
6739         states (fixes #80201).
6740
6741 2006-12-11  Rolf Bjarne Kvinge  <RKvinge@novell.com>
6742
6743         * MenuAPI.cs: Deselect a menu item after performing
6744         the click (fixes #80197).
6745
6746 2006-12-11  Jackson Harper  <jackson@ximian.com>
6747
6748         * TextBoxBase.cs: We need to cap this value, since Maximum -
6749         ViewPortHeight can be less than zero.
6750         - Only do selection with the left mouse button.
6751         * TextBox.cs: Don't tell the world that we have a context menu.
6752         * Control.cs: New method so that we can control whether or not the
6753         context menu is visible outside MWF.
6754
6755 2006-12-11  Everaldo Canuto  <everaldo@simios.org>
6756
6757         * ToolBarButton.cs: Fix text positon. 
6758
6759 2006-12-11  Miguel de Icaza  <miguel@novell.com>
6760
6761         * ProgressBar.cs (MarqueeAnimationSpeed): Add stub.
6762
6763         * Control.cs (DoubleBuffered): Add implementation.
6764
6765         * Application.cs (OpenForms): Add.
6766
6767 2006-12-11  Jonathan Pobst  <monkey@jpobst.com>
6768
6769         * Form.cs: Use opacity instead of Opactiy to determine if we need
6770         to set the WS_EX_LAYERED bit.  [Fixes bug #80185]
6771
6772 2006-12-11  Jonathan Pobst  <monkey@jpobst.com>
6773
6774         * Control.cs: Fix NRE if Control.Site was set to null.
6775
6776 2006-12-11  Chris Toshok  <toshok@ximian.com>
6777
6778         * Control.cs: ControlCollection.Remove should return if the arg is
6779         null, and ControlCollection.SetChildIndex should raise a ANE.
6780
6781 2006-12-11  Gert Driesen  <drieseng@users.sourceforge.net>
6782
6783         * Control.cs: Verify value set for Dock property. Code formatting
6784         updates.
6785
6786 2006-12-11  Jackson Harper  <jackson@ximian.com>
6787
6788         * TextControl.cs: Draw the caret and the selection when a flag is
6789         set on the owner.
6790         * TextBoxBase.cs: We want to draw the caret and the selection for
6791         TextBox but not for TextBoxBase.
6792         - If the window is resized and scrolling is no longer needed (the
6793         whole doc is visible) set the scroll position to zero.
6794         - The default SelectWord (the one TextBox uses) should move the
6795         caret to the end of the word.
6796         - SelectAll moves the caret to the end of the selection.
6797         * TextBox.cs: We don't selectall on focus, we just do it when the
6798         control is created.
6799         
6800 2006-12-11  Mike Kestner  <mkestner@novell.com>
6801
6802         * ComboBox.cs: stub in a 2.0 override for ProcessKeyEventArgs.
6803
6804 2006-12-11  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6805
6806         * ListView.cs: Add Insert, IndexOfKey, RemoveByKey and indexer 
6807         2.0 support.
6808         * ListViewItem.cs: Add Name 2.0 property.
6809
6810 2006-12-11  Andreia Gaita  <avidigal@novell.com>
6811
6812         * TabControl.cs: Set visibility on selected or default tab 
6813         when tabcontrol handle is created, so that it's contents
6814         actually show up (duh). Fixes #80193
6815         Don't redraw the control if there is no handle created, as
6816         the selected index might be completely invalid. Added some tests
6817         to check for this.
6818
6819 2006-12-11  Everaldo Canuto  <everaldo@simios.org>
6820
6821         * ToolBar.cs: Uses maximun width and height of all buttons as 
6822         button rectangle when ButtonSize specified, it looks strange but
6823         is what happens in Win32. Fixes #80189.
6824
6825 2006-12-11  Jackson Harper  <jackson@ximian.com>
6826
6827         * TextControl.cs: Need to track undo levels ourself, since
6828         compound actions will mess them up.
6829
6830 2006-12-10  Andreia Gaita  <avidigal@novell.com>
6831
6832         * TabControl.cs: Raise SelectedIndexChanged for 1.1 if the
6833         SelectedIndex value is changed (even if it's not valid).
6834         Reset SelectedIndex to 0 when the handle is created and if
6835         the current index is invalid.
6836         Fixes SelectdeIndex unit tests and #80128
6837
6838 2006-12-08  Chris Toshok  <toshok@ximian.com>
6839
6840         * DataGrid.cs (set_CurrentCell): because EnsureCellVisibility
6841         calls EndEdit, it needs to be called before we set current_cell to
6842         its new value.  Otherwise, we end up committing the value in the
6843         textbox to the new cell as well.  Fixes bug #80160.
6844
6845 2006-12-08  Chris Toshok  <toshok@ximian.com>
6846
6847         * Form.cs (set_CancelButton): if the button's DialogResult is
6848         None, set it to Cancel.  Fixes bug 80180.
6849
6850 2006-12-08  Jackson Harper  <jackson@ximian.com>
6851
6852         * TextBoxBase.cs: Ugh, ClientSize can be 0,0 sometimes, so we need
6853         to watch ourselves when setting the canvas size and setting the
6854         scrollbar values.
6855
6856 2006-12-08  Chris Toshok  <toshok@ximian.com>
6857
6858         * DataGrid.cs: comment out the two MakeTransparent calls for the
6859         time being so people using trunk (and not 1.2.2) on windows can
6860         actually use the datagrid.  This deals with bug #80151.
6861
6862 2006-12-08  Jonathan Pobst  <monkey@jpobst.com>
6863
6864         * ThemeWin32Classic.cs: Change ButtonBase_DrawImage to use the
6865         Graphics.DrawImage (image, int, int, int, int) overload instead
6866         of Graphics.DrawImage (image, int, int).  GDI+ can't figure out
6867         the dpi difference and was blurring images it drew.
6868         [Fixes bug #79960]
6869
6870 2006-12-08  Chris Toshok  <toshok@ximian.com>
6871
6872         * ThemeWin32Classic.cs (DataGridPaintRows): handle case where
6873         rowcnt is 0 (such as with an empty datasource), and make sure we
6874         initialize not_usedarea.Y to cells.Y, so we don't draw over the
6875         other areas (caption, parent row, etc, etc).  Fixes bug #80095.
6876
6877 2006-12-08  Chris Toshok  <toshok@ximian.com>
6878
6879         * DataGridColumnStyle.cs (SetDataGrid): don't try to access a null
6880         grid.
6881
6882 2006-12-08  Chris Toshok  <toshok@ximian.com>
6883
6884         [ Fixes bug #80167 ]
6885         
6886         * ThemeWin32Classic.cs: don't draw the image if the button's flat
6887         style is FlatStyle.System.
6888
6889         * ButtonBase, ThemeClearlooks.cs, ThemeGtk.cs, ThemeNice.cs: make
6890         ButtonBase.flat_style private, and switch uses of it to the public
6891         property.
6892         
6893 2006-12-08  Chris Toshok  <toshok@ximian.com>
6894
6895         [ Fixes bug #80121 ]
6896         
6897         * ThemeWin32Classic.cs: center the caption text in the datagrid
6898         when we draw it.
6899
6900         * DataGrid.cs: lessen the amount we add to the caption height from
6901         6 to 2.  6 was making it huge.
6902
6903 2006-12-08  Andreia Gaita  <avidigal@novell.com>
6904
6905         * UpDownBase: Handle MouseWheel call directly instead of capturing
6906         the inner textbox's OnMouseWheel. Fixes #80166
6907
6908 2006-12-08  Jackson Harper  <jackson@ximian.com>
6909
6910         * TextControl.cs: We need to invalidate the textbox when we empty
6911         it (how had this not been discovered before?)
6912
6913 2006-12-08  Jackson Harper  <jackson@ximian.com>
6914
6915         * TextBoxBase.cs: Reworked the mouse down code so I could get it
6916         to behave like MS, we now ignore the eventargs.Click and just
6917         track state ourself, which we were already doing anyways.
6918         - Constrain the double click handler to the double click size.
6919         
6920 2006-12-08  Chris Toshok  <toshok@ximian.com>
6921
6922         * DataGrid.cs: the mousewheel code shouldn't try to scroll in a
6923         direction if that scrollbar isn't shown.  fixes bug #80158.
6924
6925 2006-12-08  Andreia Gaita  <avidigal@novell.com>
6926
6927         * NumericUpDown.cs: Update value on getter. Fixes #79950
6928
6929 2006-12-08  Chris Toshok  <toshok@ximian.com>
6930
6931         * MenuItem.cs: add back in the event cloning code.  I didn't know
6932         how to do it in the face of the EventHandlerList work i'd done
6933         last week.  Fixes bug #80183.
6934
6935 2006-12-08  Jonathan Pobst  <monkey@jpobst.com>
6936
6937         * Control.cs: Add an invalidate to the BackgroundImage setter.
6938         [Fixes 80184]
6939
6940 2006-12-07  Jonathan Pobst  <monkey@jpobst.com>
6941
6942         * ToolStrip*: Add some small properties reported by MoMA, fix event
6943         firing and default properties based off of unit tests, and add some
6944         attributes based off of the class status page.
6945
6946 2006-12-07  Jackson Harper  <jackson@ximian.com>
6947
6948         * TextBoxBase.cs: Take HideSelection into account when determining
6949         whether or not to show the selection.
6950         * RichTextBox.cs: After inserting the RTF into the document move
6951         the cursor to the beginning of the document.
6952
6953 2006-12-07  Jonathan Pobst  <monkey@jpobst.com>
6954
6955         * Control.cs: Remove static ArrayList "controls" which maintained
6956         a reference to every control created.
6957         * Application.cs: Create a static FormCollection to maintain a reference
6958         to every form created.  Use it in places that formerly enumerated through
6959         the controls one looking for forms.
6960         * Form.cs: Add and remove self from above FormCollection.
6961
6962 2006-12-07  Alexander Olk  <alex.olk@googlemail.com>
6963
6964         * MimeIcon.cs: gdk_pixbuf_save_to_buffer is part of libgdk-pixbuf,
6965           not libgdk (though it makes me wonder why I didn't have any
6966           problems)
6967
6968 2006-12-07  Chris Toshok  <toshok@ximian.com>
6969
6970         [ you had to know this was coming after that last commit...]
6971         
6972         * XplatUIX11.cs: implement the 3 Offscreen functions in terms of
6973         XPixmaps (CreateOffscreenDrawable maps to XCreatePixmap,
6974         DestroyOffscreenDrawable to FreePixmap, and BlitFromOffscreen to
6975         XCopyArea).
6976
6977 2006-12-07  Chris Toshok  <toshok@ximian.com>
6978
6979         * XplatUI.cs: add 3 calls (CreateOffscreenDrawable,
6980         DestroyOffscreenDrawable, and BlitFromOffscreen) that encompass
6981         all the behavior we need for double buffering.
6982
6983         * XplatUIDriver.cs: implement the 3 double buffer methods using a
6984         client side Bitmap, just like the old Control-based double buffer
6985         code did.  The methods are virtual, so each XplatUI driver
6986         subclass can replace the implementation to use a faster, platform
6987         specific approach.
6988
6989         * Control.cs: make use of the 3 Offscreen XplatUI calls in the
6990         double buffer code, and clean things up a bit in the process.
6991
6992 2006-12-06  Chris Toshok  <toshok@ximian.com>
6993
6994         * Control.cs: reindent WndProc.
6995
6996 2006-12-06  Chris Toshok  <toshok@ximian.com>
6997
6998         [ I wanna be like BenM when I grow up ]
6999         
7000         * Hwnd.cs: create a single static Graphics object on the static
7001         Bitmap we create.  use this for our text measurements.
7002
7003         * Control.cs (DeviceContext): stop using the backbuffer's dc_mem.
7004         This was causing us to allocate a backbuffer for every control,
7005         even when it wasn't flagged as double buffered.  Instead use the
7006         single graphics instance.  This might have implications for
7007         multithreaded applications.  If we run into problems we can switch
7008         to creating 1 Graphics per control, on the static Hwnd bitmap.
7009
7010         this change nets us a 7M savings in private dirty mappings when
7011         running FormsTest.exe.
7012
7013 2006-12-06  Chris Toshok  <toshok@ximian.com>
7014
7015         * ListView.cs: the BackgroundImage override is just to set
7016         attributes.  chain up to base.BackgroundImage.
7017
7018         * RichTextBox.cs: same.
7019
7020         * ToolBar.cs: same, but we need to also redraw the toolbar when it
7021         changes, so instead a handler for BackgroundImageChanged.
7022         
7023         * Control.cs: make background_image private.
7024
7025 2006-12-06  Chris Toshok  <toshok@ximian.com>
7026
7027         * ScrollBar.cs: change the assignment of cursor to Cursor.  not
7028         sure we even need this assignment, but roll with it for now.
7029
7030         * Control.cs: make the cursor field private.
7031
7032 2006-12-06  Chris Toshok  <toshok@ximian.com>
7033
7034         * Form.cs: we don't need to explicitly set ImeMode to
7035         ImeMode.NoControl - that's a natural fallout of Control.ImeMode's
7036         behavior in the face of ImeMode.Inherit.
7037
7038         * ButtonBase.cs: change DefaultImeMode to ImeMode.Disable, and
7039         change the ctor's assignment to use ImeMode instead of ime_mode.
7040
7041         * Control.cs (get_ImeMode): don't assume DefaultImeMode ==
7042         ImeModeInherit.  Only check for the parent's imemode (and return
7043         NoControl if there is no parent) if ime_Mode == ImeMode.Inherit.
7044         This fixes the button unit test, which sets both ImeMode and
7045         DefaultImeMode to ImeMode.Disable.
7046
7047         also make the ime_mode field private.
7048
7049 2006-12-06  Chris Toshok  <toshok@ximian.com>
7050
7051         * Control.cs: make control_style private.
7052
7053         * TextBoxBase.cs: fix the HandleClick override.  it was explicitly
7054         setting the styles to true, then setting them to false instead of
7055         reverting to their previous values.
7056
7057         also, call SetStyle on the scrollbars instead of using
7058         control_style directly.
7059
7060 2006-12-06  Jonathan Pobst  <monkey@jpobst.com>
7061
7062         * FormCollection.cs: Implement. [2.0]
7063
7064 2006-12-06  Chris Toshok  <toshok@ximian.com>
7065
7066         * Control.cs: make tab_stop private.
7067
7068         * Label.cs: set TabStop, not tab_stop.  reformat some event
7069         add/remove methods to make them more compact.
7070
7071 2006-12-06  Chris Toshok  <toshok@ximian.com>
7072
7073         * RadioButton.cs: fix TabStop handling.
7074
7075 2006-12-06  Chris Toshok  <toshok@ximian.com>
7076
7077         * TextBox.cs: remove the explicit assignments to has_focus.
7078         Control does that.
7079
7080         * ButtonBase.cs: remove the assignment to has_focus.  Control will
7081         manage that.
7082         
7083 2006-12-06  Chris Toshok  <toshok@ximian.com>
7084
7085         * ButtonBase.cs: remove all uses of is_enabled from this code.
7086         it's always true when any of the code containing the checks is
7087         executed.
7088
7089 2006-12-06  Chris Toshok  <toshok@ximian.com>
7090
7091         * ImageList.cs: reinstate the ShouldSerialize*/Reset* methods,
7092         with different semantics (some are present in both 1.1 and 2.0
7093         profiles) so that we match MS's behavior in our unit tests.
7094
7095 2006-12-06  Jackson Harper  <jackson@ximian.com>
7096
7097         * TextControl.cs: Make this operation undoable.
7098         * TextBoxBase.cs: Factor the border width into the preferred
7099         height.
7100         - implement Modified as per the spec.
7101
7102 2006-12-06  Chris Toshok  <toshok@ximian.com>
7103
7104         * Timer.cs, Control.cs, Menu.cs: make control_tag private.
7105
7106 2006-12-06  Chris Toshok  <toshok@ximian.com>
7107
7108         * Control.cs: make right_to_left and context_menu fields private.
7109
7110 2006-12-06  Chris Toshok  <toshok@ximian.com>
7111
7112         * AccessibleObject.cs, Control.cs, XplatUIX11GTK.cs,
7113         XplatUIX11.cs, Form.cs, RadioButton.cs, ScrollableControl.cs: make
7114         Control.child_controls private.  switch all uses over to
7115         Control.Controls.
7116
7117 2006-12-06  Chris Toshok  <toshok@ximian.com>
7118
7119         * System.Windows.Forms/GroupBox.cs,
7120         System.Windows.Forms/AccessibleObject.cs,
7121         System.Windows.Forms/ErrorProvider.cs,
7122         System.Windows.Forms/Control.cs,
7123         System.Windows.Forms/UpDownBase.cs,
7124         System.Windows.Forms/ScrollBar.cs,
7125         System.Windows.Forms/DateTimePicker.cs,
7126         System.Windows.Forms/Form.cs, System.Windows.Forms/Label.cs,
7127         System.Windows.Forms/ToolTip.cs,
7128         System.Windows.Forms/RadioButton.cs,
7129         System.Windows.Forms/LinkLabel.cs,
7130         System.Windows.Forms/Splitter.cs,
7131         System.Windows.Forms/TextBoxBase.cs,
7132         System.Windows.Forms/ToolStripTextBox.cs,
7133         System.Windows.Forms/ContainerControl.cs,
7134         System.Windows.Forms/ThemeWin32Classic.cs,
7135         System.Windows.Forms/SizeGrip.cs,
7136         System.Windows.Forms/ToolStripDropDown.cs,
7137         System.Windows.Forms/ScrollableControl.cs: Make Control.parent
7138         private.  switch all uses over to Control.Parent.
7139
7140 2006-12-06  Chris Toshok  <toshok@ximian.com>
7141
7142         * RichTextBox.cs: don't assign to has_focus in GotFocus/LostFocus.
7143         Control does this before calling emitting these events.
7144
7145         * TabControl.cs: same.
7146
7147         * ThemeWin32Classic.cs: use Control.ClientRectangle instead of
7148         Control.client_rect.
7149
7150         * ButtonBase.cs: use the ClientSize property instead of the
7151         client_size field.
7152
7153         * ScrollableControl.cs: same.
7154
7155         * Control.cs: another pass at making properties private.  also,
7156         move the initialization of tab_stop to the ctor.
7157
7158 2006-12-05  Andreia Gaita <avidigal@novell.com>
7159
7160         * TabControl.cs: Let the selected index be set freely if the 
7161         control handle is not yet created.
7162
7163 2006-12-05  Jonathan Pobst  <monkey@jpobst.com>
7164
7165         * Control.cs: Revert dist_top, dist_right, and dist_bottom to 
7166         internal until I can rewrite DefaultLayout.
7167         * ToolStrip.cs: Fix build error and some general cleaning.
7168         * ToolStripControlHost.cs, SplitterPanel.cs, DataGridView.cs:
7169         Fix build errors caused by making some of Control's fields private.
7170
7171 2006-12-05  Jackson Harper  <jackson@ximian.com>
7172
7173         * TextControl.cs: Redo Insert a little so that it use IndexOf
7174         instead of Split, this prevents it from messing up on things like
7175         \n\n\n. Also more effecient since the split array doesn't need to
7176         be created.
7177         * TextBoxBase.cs: AppendText doesnt handle multiline and non
7178         multiline text differently, this is the first of many fixes that
7179         will make multiline/non-multiline the same thing as far as the
7180         TextBoxBase is concerned.
7181         - Don't split the text and insert lines, this can lose some line
7182         endings (like is the last line a soft or hard break). Instead use
7183         the new Insert.
7184         - Fix an off by one when combining all the lines in the Text
7185         getter.
7186         - Remove separate multiline handling from the Text getter/setter.
7187
7188 2006-12-05  Chris Toshok  <toshok@ximian.com>
7189
7190         * ButtonBase.cs: a few changes:
7191
7192         - don't reinitialize internal Control fields in the ctor when they
7193         have the same values as Control sets them.
7194
7195         - don't set has_focus in OnGotFocus/OnLostFocus.  Control does
7196         this before calling those methods.
7197
7198         - we don't need to call Refresh for anything.  use Invalidate
7199         instead.
7200
7201         - OnEnabledChanged doesn't need to redraw at all - Control.cs
7202         calls Refresh in its OnEnabledChanged.
7203         
7204         - several of the events we were registered for in the ctor to
7205         redraw ourselves already include calls to Invalidate in the
7206         property setters that raise the events.  remove the extra
7207         invalidation.
7208
7209         - reformat a switch statement that was 83274658 columns wide.
7210         
7211 2006-12-05  Mike Kestner  <mkestner@novell.com>
7212
7213         * ComboBox.cs: fix a unit test regression from a TextBox
7214         SelectionLength return of -1 when there's no selection.  
7215
7216 2006-12-05  Chris Toshok  <toshok@ximian.com>
7217
7218         * Control.cs, Button.cs, ThemeGtk.cs, Form.cs, ListView.cs,
7219         ThemeWin32Classic.cs, SizeGrip.cs, ToolBar.cs: first pass at
7220         cleaning up some of the internal Control fields being used by
7221         subclasses.
7222
7223 2006-12-05  Mike Kestner  <mkestner@novell.com>
7224
7225         * ComboBox.cs: fix some Simple mode regressions.  Set Visible on the
7226         listbox after AddImplicit calls since it defaults to hidden. Add a 
7227         hack to preserve requested heights across DropDownStyle changes.
7228
7229 2006-12-05  Jonathan Pobst  <monkey@jpobst.com>
7230
7231         * PropertyGrid.cs: Hide FindFirstItem method from public API.
7232
7233 2006-12-05  Chris Toshok  <toshok@ximian.com>
7234
7235         * DataGridView.cs: fix compiler warnings.
7236
7237         * PrintControllerWithStatusDialog.cs: same.
7238
7239         * ToolBar.cs: same.
7240
7241         * FolderBrowserDialog.cs: same.
7242
7243         * Splitter.cs: same.
7244
7245         * DataGridViewComboBoxCell.cs: same.
7246
7247         * XplatUIWin32.cs: same.
7248
7249         * PictureBox.cs: same.
7250
7251         * Win32DnD.cs: same.
7252
7253         * PageSetupDialog.cs: same.
7254
7255         * FileDialog.cs: same.
7256
7257         * PrintDialog.cs: same.
7258
7259         * DataGridTextBoxColumn.cs: same.
7260
7261         * DrawTreeNodeEventArgs.cs: same (and fix corcompare)
7262
7263 2006-12-05  Chris Toshok  <toshok@ximian.com>
7264
7265         * TextBox.cs, CheckedListBox.cs, MonthCalendar.cs, Menu.cs,
7266         MainMenu.cs, ListView.cs, LabelEditTextBox.cs, ToolBar.cs: more
7267         System.ComponentModel.EventHandlerList work.
7268
7269 2006-12-05  Jonathan Chambers  <joncham@gmail.com>
7270
7271         * DrawTreeNodeEventArgs.cs: Added.
7272
7273 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7274         
7275         * InternalWindowManager.cs: Remove an unused field.
7276         
7277 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7278
7279         * InternalWindowManager.cs:
7280         - Save the point where the title bar is clicked.
7281         
7282         * MdiWindowManager.cs:
7283         - Only allow moving of the window as long as the 
7284         clicked point on the title bar does not get out of
7285         MdiClient's rectangle. Fixes #79982.
7286         
7287         * MdiClient.cs:
7288         - Added Horizontal/VerticalScrollbarVisible.
7289         - Simplified the scrollbar sizing algorithm.
7290         - Cache the difference in scrolled value in
7291         H/VBarValueChanged and move the calculation out
7292         of the for loop.
7293
7294 2006-12-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7295
7296         * Control.cs: Make the Console.WriteLine in WndProc 
7297         write more info.
7298
7299 2006-12-05  Chris Toshok  <toshok@ximian.com>
7300
7301         * ToolStripManager.cs, ToolStripButton.cs,
7302         ToolStripContentPanel.cs, ToolStripComboBox.cs, ToolStrip.cs,
7303         ToolStripMenuItem.cs, ToolStripItem.cs, ToolStripControlHost.cs,
7304         ToolStripSplitButton.cs, ToolStripSeparator.cs,
7305         ToolStripRenderer.cs, ToolStripDropDownItem.cs,
7306         ToolStripProgressBar.cs, ToolStripContainer.cs,
7307         ToolStripTextBox.cs, ToolStripPanel.cs, ToolStripDropDown.cs: move
7308         to using System.ComponentModel.EventHandlerList.
7309
7310 2006-12-04  Chris Toshok  <toshok@ximian.com>
7311
7312         * LinkLabel.cs: fix up compiler warnings.
7313
7314         * TableLayoutSettings.cs: same.
7315
7316         * TreeView.cs: same.
7317
7318         * ToolBar.cs: same.
7319
7320         * TabControl.cs: same.
7321
7322         * RichTextBox.cs: same.
7323
7324         * ListViewItem.cs: same.
7325
7326         * PropertyGrid.cs: same.
7327
7328         * DataGridViewRowPostPaintEventArgs.cs: corcompare fix.
7329
7330         * ToolTip.cs same.
7331
7332         * TextRenderer.cs: fix up compiler warnings.
7333
7334         * Label.cs: same.
7335
7336         * Form.cs: corcompare fixes.
7337
7338         * PictureBox.cs: fix up compiler warnings.
7339
7340         * ImageListStreamer.cs: same.
7341
7342         * TrackBar.cs: corcompare fix.
7343
7344         * Control.cs: fix up compiler warnings.
7345
7346         * SplitterPanel.cs: same.
7347
7348         * NumericTextBox.cs: same.
7349
7350         * ImageList.cs: same.
7351
7352         * StatusStrip.cs: same.
7353
7354         * ProgressBar.cs: corcompare fix.
7355
7356         * ToolStripButton.cs: fix up compiler warnings.
7357
7358         * ToolStripStatusLabel.cs: same.
7359
7360         * ToolStripSplitButton.cs: same.
7361
7362         * ToolStripSeparator.cs: same.
7363
7364         * ToolStripProgressBar.cs: same.
7365
7366         * ToolStripDropDownMenu.cs: same
7367
7368         * ToolStripDropDown.cs: same.
7369
7370         * ToolStripDropDownButton.cs: same.
7371
7372         * ToolStrip.cs: same.
7373
7374         * ToolStripControlHost.cs: same.
7375
7376         * ToolStripContentPanel.cs: same.
7377
7378         * ToolStripDropDown.cs: same.
7379
7380         * ToolStripContainer.cs: same.
7381
7382         * ToolStripPanel.cs: same, and add "new" where we need it to work
7383         with the new ArrangedElementCollection.
7384
7385         * ToolStripItemCollection.cs: add "new" where we need it to work
7386         with the new ArrangedElementCollection.
7387
7388 2006-12-04  Andreia Gaita <avidigal@novell.com>
7389
7390         * TabControl.cs: Fix default tab selection to after TabControl
7391         gets focus and not before. Fixes #80128
7392
7393 2006-12-04  Chris Toshok  <toshok@ximian.com>
7394
7395         * DataGridTableStyle.cs: remove the gross calling of
7396         datagrid.Refresh from here.  It's a broken idea and it doesn't
7397         work anyway.
7398
7399         * DataGrid.cs: instead, just register/unregister from the
7400         DataGridTableStyle events in CurrentTableStyle.  we play it
7401         conservatively and EndEdit + CalcAreasAndInvalidate on any event,
7402         even though some would most likely not require it.  Fixes bug
7403         #80115 (and one portion of #80117 as a side effect).
7404
7405 2006-12-04  Chris Toshok  <toshok@ximian.com>
7406
7407         * DataGrid.cs (set_CaptionVisible): EndEdit before doing the work
7408         so the textbox (if any) goes away.  Fixes bug #80117.
7409
7410 2006-12-04  Chris Toshok  <toshok@ximian.com>
7411
7412         * DataGridColumnStyle.cs: set the column's readonly property
7413         initially based on the property descriptor's IsReadOnly.  Fixes
7414         bug #80044.
7415
7416 2006-12-04  Chris Toshok  <toshok@ximian.com>
7417
7418         * ComboBox.cs: wrap the dropdown style changing work in
7419         SuspendLayout/ResumeLayout.  Fixes bug #79968.
7420
7421 2006-12-04  Jackson Harper  <jackson@ximian.com>
7422
7423         * TextBoxBase.cs: Fix off by one, since these are one-based.
7424         * TextBox.cs: Select all the text when we get focus.  The TextBox
7425         does this but the RTB does not.
7426
7427 2006-12-04  Chris Toshok  <toshok@ximian.com>
7428
7429         * DataGridTextBoxColumn.cs: remove some spew.
7430
7431         * DataGridColumnStyle.cs (SetColumnValueAtRow): this seems right
7432         but some part of me is saying "it shouldn't be here.."  At any
7433         rate, it fixes bug #80046.  Call IEditableObject.EndEdit after
7434         setting the value.
7435
7436 2006-12-04  Chris Toshok  <toshok@ximian.com>
7437
7438         * DataGridColumnStyle.cs (SetDataGrid): call CheckValidDataSource
7439         to reassign the propertydescriptor.
7440
7441 2006-12-04  Jackson Harper  <jackson@ximian.com>
7442
7443         * TextBoxBase.cs:
7444         * TextControl.cs: Remove some unused variables.  Maybe this will
7445         patch things up between mike and I.
7446         - don't split lines less then one char wide, if the viewport is
7447         that small text won't be visible anyways.
7448         
7449 2006-12-04  Jackson Harper  <jackson@ximian.com>
7450
7451         * TextBoxBase.cs: Default selection length is -1, need to do some
7452         more testing on windows to see when this is used for the property.
7453         - Redid the Lines [] property to that we properly remove soft line
7454         breaks
7455         - added support for preserving carriage returns
7456         -  CanUndo is not a variable like 'is undo enabled' it just returns
7457         true if there is undo operations available.
7458         - AppendText doesn't need to grab the last tag itself anymore,
7459         this happens automatically when we move the cursor.
7460         * TextControl.cs: Add CompoundActions to the undo class. This
7461         allows combining the other operations into one big option.  ie a
7462         paste will combine { delete old, insert new, move cursor }
7463         - Add InsertString undo operation
7464         - New method for deleting multiline text
7465         - Add carriage returns to lines. So we can preserve carriage
7466         returns when text is 'roundtripped'
7467
7468 2006-12-04  Chris Toshok  <toshok@ximian.com>
7469
7470         * DataGrid.cs (CalcCellsArea): cells_area.Width/Height are at a
7471         minimum 0.  Fixes the scrollbar exception in bug #80136.
7472
7473 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7474
7475         * MdiClient.cs: 
7476         * MdiWindowManager: Removed unused fields and methods.
7477         
7478 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7479         
7480         * StatusBar.cs: Update all panels when a AutoSize=Contents
7481         panel needs updating.
7482         
7483         * StatusBarPanel.cs: Remove twidth and only use initialize.
7484         Fixes #80031.
7485                 
7486 2006-12-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7487
7488         * Form.cs: When a form's MdiParent is set add it directly
7489         on top of the z-order in stead of relying on MdiClient's
7490         ActivateChild to do it. Fixes #80135.
7491         
7492         * MdiClient.cs: 
7493         - Remove original_order, mdi_child_list is already doing
7494         the same thing.
7495         - Create mdi_child_list on construction in
7496         stead of first use (avoids a few null checks).
7497
7498         * MenuItem.cs: Use an already existing list of mdi children
7499         to get the correct order of children and remove the other
7500         redundant list.
7501
7502 2006-12-04  Chris Toshok  <toshok@ximian.com>
7503
7504         * PropertyGridView.cs: cached_splitter_location is only used in
7505         !DOUBLEBUFFER code.
7506
7507         * PropertyGrid.cs: implement the ComComponentNameChanged event
7508         using Events, hoping that would fix the warning.  Looks like a
7509         compiler bug instead (#80144).
7510
7511         * PropertyManager.cs: remove unused method.
7512
7513 2006-11-04  Everaldo Canuto  <everaldo@simios.org>
7514
7515         * ThemeWin32Classic.cs: Dont draw arrow when menuitem on menubar, 
7516         include parentesis to fix expression evaluation. Fixes #79634.
7517
7518 2006-11-02  Everaldo Canuto  <everaldo@simios.org>
7519         
7520         * MenuAPI.cs:
7521         - Changes to fix behavior in Menu control, some reported in #80097
7522         and other detected during behavior refactory like a select event
7523         problems.
7524         - Remove unneded "if's" conditions.
7525         - Created an internal to flag when popup is active in control, we need 
7526         it because in .NET you can have menu active but without popup active
7527         when you active menu using popup without visible items.
7528         - Mimic win32 behavior for Select and Popup events.  
7529         - Dont open popup menu when you dont have visible subitems.
7530         - Do nothing when click on disabled menu item.
7531         - Some small changes to follow the coding style guidelines.
7532         - Unselect menu only when another control gives focus. Fixes #80097.
7533         - Remove unused code.
7534         
7535         * MenuItem.cs: internal VisibleItems method to check if menu
7536         theres visible subitems, it will be usefull to fix some 
7537         behavior in Menu control.
7538         
7539 2006-11-01  Everaldo Canuto  <everaldo@simios.org>
7540         
7541         * Timer.cs: Tag property for 2.0 profile.
7542         
7543 2006-12-01  Chris Toshok  <toshok@ximian.com>
7544
7545         [ after removing all warning suppressions, this cleans up over 100 warnings. ]
7546         
7547         * Win32DnD.cs: comment out some unused fields.
7548
7549         * XplatUIWin32.cs: comment out some unused pinvokes, and remove
7550         some unused properties/methods.
7551
7552         * XplatUIX11.cs: fix MousePosition so we override the base class's
7553         property instead of conflicting with it.
7554
7555         * PictureBox.cs: comment out some unused fields
7556
7557         * OSXStructs.cs: make some struct fields public.
7558
7559         * XplatUIOSX.cs: comment out some unused pinvokes, and fix
7560         MousePosition so we override the base class's property instead of
7561         conflicting with it.
7562
7563         * X11Dnd.cs: comment out some unused fields
7564
7565         * X11DesktopColors.cs: fix some struct field visibility to quiet
7566         the compiler.
7567
7568         * X11Dnd.cs: remove some debug code.
7569
7570         * ThemeClearlooks.cs: comment out unused field.
7571
7572         * ThemeNice.cs: mark some methods as overriding ThemeWin32Classic as needed.
7573
7574         * ThemeGtk.cs: comment out some unused pinvokes.
7575
7576         * Timer.cs: remove some unused fields.
7577
7578         * ThemeClearlooks.cs: comment out unused field.
7579
7580         * UpDownBase.cs: comment out unused field.
7581
7582         * DataObject.cs: comment out unused field.
7583
7584         * DataGridBoolColumn.cs: reomve unused field.
7585
7586         * DataGrid.cs: remove unused field.
7587
7588         * Cursor.cs: remove old ToBitmap code.
7589
7590         * ControlPaint.cs: remove unused method.
7591
7592         * ScrollBar.cs: remove unused fields.
7593
7594         * ComboBox.cs: remove unused field, and chain up to
7595         AccessibleObject ctor.
7596
7597         * ListBox.cs: remove unused field.
7598
7599         * ButtonBase.cs: wrap a couple fields in NET_2_0.
7600
7601         * GridEntry.cs: remove unused fields.
7602
7603         * Binding.cs: remove unused fields.
7604
7605         * AxHost.cs: remove unused method.
7606
7607         * ContainerControl.cs: remove unused field.
7608
7609         * ScrollableControl.cs: remove unused fields.
7610
7611 2006-12-01  Chris Toshok  <toshok@ximian.com>
7612
7613         * XplatUI.cs, XplatUIWin32.cs, XplatUIGTK.cs: nuke
7614         the Where/WhereString stuff.  it's easy enough to CWL
7615         Environment.StackTrace.
7616
7617         * XplatUIX11.cs: same, but also fix up a lot of mcs warnings about
7618         unused private fields.
7619
7620 2006-12-01  Jackson Harper  <jackson@ximian.com>
7621
7622         * TextControl.cs: Do not update the view while inserting multiline
7623         text. If we update the view we might wrap lines, before entering
7624         the new lines, which causes the new line insertion calculations to
7625         be totally fubared.
7626         - Remove an old TODO
7627         - Make debug output a little nicer
7628         
7629 2006-12-01  Chris Toshok  <toshok@ximian.com>
7630
7631         * ToolBar.cs: revert the ImeMode fix here and add an XXX comment.
7632
7633 2006-12-01  Chris Toshok  <toshok@ximian.com>
7634
7635         [ fix the majority of the CS0108 warnings we've been suppressing ]
7636         
7637         * TreeView.cs: mark BackgroundImageChanged as 'new'.
7638
7639         * ToolBar.cs: ImeMode just passes stuff to Control.  Rename Layout
7640         to "LayoutToolBar" to quiet mcs.
7641         
7642         * TabControl.cs: mark our ControlCollection class as 'new'.
7643
7644         * TextBoxBase.cs: mark some events as 'new'.
7645
7646         * Splitter.cs: TabStop is 'new'.
7647
7648         * ControlBindingsCollection.cs: mark a few methods as new since
7649         they change the visibility from protected to public.
7650
7651         * RadioButton.cs: DoubleClick -> base class, and remove unused
7652         HaveDoubleClick.
7653
7654         * MonthCalendar.cs: ImeMode property -> base class, and mark many
7655         events as new.
7656
7657         * NumericUpDown.cs: TextChanged -> base class.
7658
7659         * CheckedListBox.cs: mark our ObjectCollection class as new to
7660         quiet mcs.
7661
7662         * FolderBrowserDialog.cs: make HelpRequest event new and have it
7663         muck with the base class.
7664
7665         * StatusBar.cs: fix some mcs warnings about Update being the same
7666         name as a base class method.
7667
7668         * RichTextBox.cs: mark some events as new, and make them do things
7669         to the base class impl.
7670
7671         * UserControl.cs: mark TextChanged as new, and have it manipulate
7672         base.TextChanged.
7673
7674         * UpDownBase.cs: mark some things new.
7675
7676         * CheckBox.cs: mark DoubleClick "new", and add some text about
7677         what we need to look at.
7678
7679         * Panel.cs: make the events "new", and manipulate the base
7680         version.  these are just here for attributes.
7681
7682         * AccessibleObject.cs: make owner private.
7683
7684         * Control.cs: deal with AccessibleObject.owner being private.
7685         cache our own copy if we need it.
7686
7687         * Button.cs: add "new" to the DoubleClickEvent.
7688
7689         * ListBox.cs: no need to track our own has_focus here.  let
7690         Control.has_focus do it for us.  Also some other work to clear up
7691         warnings about not overriding base class methods of the same name.
7692         
7693         * ComboBox.cs: clear up some warnings about not override base
7694         class methods of the same name.
7695
7696 2006-12-01  Chris Toshok  <toshok@ximian.com>
7697
7698         * Form.cs: flag a few things as "new" to quiet some of the mcs
7699         warnings.
7700
7701         * AxHost.cs: same.
7702
7703         * PrintPreviewDialog.cs: same.
7704
7705         * DataGridView.cs: fix a ton of corcompare warnings.  not all, but
7706         now DGV isn't so horrible on the class status page.  also, move
7707         all events to using System.ComponentModel.EventHandlerList.  my
7708         wrists hurt.
7709
7710 2006-12-01  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7711
7712         * MdiWindowManager.cs:
7713         - Set form to active mdi child if shown,
7714         and update the active mdi child to the next 
7715         remaining child in the z-order if the form is hidden.
7716
7717         * Form.cs: 
7718         - Track if the form has been visible and if its 
7719         visibility is beeing changed, so that the MdiClient
7720         can properly decide the ActiveMdiChild. The MdiClient 
7721         cannot track this since the form can change visibility 
7722         before MdiClient is created.
7723
7724         * MdiClient.cs:
7725         - Don't activate anything of the parent form is changing
7726         its visibility.
7727         - Rework ActiveMdiChild to only return visible mdi 
7728         children and take into account several other corner 
7729         cases.
7730
7731 2006-12-01  Chris Toshok  <toshok@ximian.com>
7732
7733         * IBindableComponent.cs: new 2.0 interface.
7734
7735 2006-12-01  Gert Driesen  <drieseng@users.sourceforge.net>
7736
7737         * DataGrid.cs: Font for caption area is bold by default.
7738
7739 2006-12-01  Everaldo Canuto  <everaldo@simios.org>
7740
7741         * Menu.cs: Tag property for 2.0.
7742         
7743 2006-11-01  Everaldo Canuto  <everaldo@simios.org>
7744
7745         * ThemeWin32Classic.cs: Adjust menu separator drawing. 
7746         
7747 2006-12-01  Chris Toshok  <toshok@ximian.com>
7748
7749         * TreeView.cs: doh, the Begin* events should be
7750         TreeViewCancelEventHandler.
7751
7752 2006-12-01  Chris Toshok  <toshok@ximian.com>
7753
7754         * Form.cs: Form.ControlCollection already stores off the
7755         form_owner field.  don't access the base class's internal "owner"
7756         field.
7757
7758         * Control.cs: make all the fields in Control.ControlCollection
7759         private.  there's no need for any internal fields here.
7760
7761 2006-12-01  Chris Toshok  <toshok@ximian.com>
7762
7763         * DataGrid.cs: call SetDataSource instead of CalcGridAreas in
7764         OnHandleCreated.  Fixes bug #80109.
7765
7766 2006-12-01  Chris Toshok  <toshok@ximian.com>
7767
7768         * Button.cs, PropertyGridTextBox.cs, ComboBox.cs,
7769         SplitContainer.cs, Control.cs, StatusStrip.cs,
7770         DataGridTableStyle.cs, MenuItem.cs, DomainUpDown.cs, ImageList.cs,
7771         NumericTextBox.cs, NumericUpDown.cs, Panel.cs, CommonDialog.cs,
7772         DataGrid.cs, ScrollBar.cs, TrackBar.cs, PictureBox.cs,
7773         DateTimePicker.cs, StatusBar.cs, Form.cs, PrintPreviewDialog.cs,
7774         Label.cs, UserControl.cs, CheckBox.cs, RadioButton.cs,
7775         LinkLabel.cs, ListControl.cs, PropertyGrid.cs, Splitter.cs,
7776         MenuStrip.cs, FolderBrowserDialog.cs, NotifyIcon.cs,
7777         TextBoxBase.cs, ListView.cs, DataGridBoolColumn.cs,
7778         PrintPreviewControl.cs, RichTextBox.cs, ListBox.cs, TabControl.cs,
7779         DataGridColumnStyle.cs, ContextMenu.cs, TreeView.cs:
7780
7781         do most of the work to convert our code over to use
7782         System.ComponentModel.Component.Events for
7783         adding/removing/dispatching events.
7784
7785
7786 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
7787
7788         * DataGridView.cs: Fix an ArgumentNullException reported 
7789         twice today in IRC.
7790
7791 2006-11-30  Mike Kestner  <mkestner@novell.com>
7792
7793         * ComboBox.cs: fix the scrollbar mouse event forwarding in the 
7794         grabbed listbox.  Fixes #80036 and #80101.
7795
7796 2006-11-30  Rolf Bjarne Kvinge <RKvinge@novell.com>
7797
7798         * Message.cs: Changed ToString() to match MS.
7799         
7800 2006-11-30  Jackson Harper  <jackson@ximian.com>
7801
7802         * TextBoxBase.cs: You can still change the selected text on a read
7803         only textbox.
7804         * TextControl.cs: Lower magic number for wrap calculations. This
7805         lets text get closer to the right (far) edge.
7806
7807 2006-11-30  Jonathan Pobst  <monkey@jpobst.com>
7808
7809         * Control.cs: Tweak 2.0 layout properties.
7810         * Form.cs: Switch ToolStripMenuTracker hooks to ToolStripManager.
7811         * TextRenderer.cs: Add a new overload.
7812         * ToolStrip*: Huge amount of changes and new features.
7813
7814 2006-11-30  Mike Kestner  <mkestner@novell.com>
7815
7816         * ComboBox.cs: fixes for LargeChange and Maximum to get the 
7817         scroll range correct.  Fixes #79994.
7818
7819 2006-11-30  Rolf Bjarne Kvinge <RKvinge@novell.com>
7820
7821         * MdiWindowManager.cs: Update main form's text when
7822         a form is closed. (fixes #80038)
7823         
7824 2006-11-30  Everaldo Canuto  <everaldo@simios.org>
7825
7826         * ToolBar.cs:
7827         - Fix an regression in ButtonSize.
7828         - Get ImeMode default value change to "Disable".
7829         - Get ShowTooltips default value change to true, default value is 
7830         "false" but after make a test in .NET we get "true" result as default.
7831         
7832 2006-11-29  Jonathan Pobst  <monkey@jpobst.com>
7833
7834         * ToolStripDropDown.cs: Fix for SupportsTransparency change.
7835
7836 2006-11-29  Chris Toshok  <toshok@ximian.com>
7837
7838         * XplatUIWin32.cs (GetWindowTransparency): check return value of
7839         GetLayeredWindowAttributes.  if it's 0, return 1.0, as
7840         SetWindowTransparency hasn't been called.
7841
7842 2006-11-29  Chris Toshok  <toshok@ximian.com>
7843
7844         * Form.cs (set_TransparencyKey): only call SetWindowTransparency
7845         if it's supported.
7846         (set_AllowTransparency): reorder things a little so that the
7847         WS_EX_LAYERED style is removed properly.
7848
7849 2006-11-29  Chris Toshok  <toshok@ximian.com>
7850
7851         [ totally cosmetic eye-candy feature, fixes bug #80089 ]
7852         
7853         * Form.cs: only call the XplatUI transparency method (get/set) if
7854         SupportsTransparency says it's supported. Otherwise fallback to
7855         doing nothing (in the set case) or returning the instance field we
7856         cache (in the get case).
7857
7858         * XplatUIStructs.cs: add TransparencySupport flag enum.
7859         
7860         * XplatUIDriver.cs: add abstract GetWindowTransparency, and track
7861         change to SupportsTransparency.
7862
7863         * XplatUIOSX.cs: stub out GetWindowTransparency, and return
7864         TransparencySupport.None from SupportsTransparency.
7865
7866         * XplatUIX11.cs: Stub out GetWindowTransparency, and return
7867         TransparencySupport.Set from SupportsTransparency.
7868
7869         * XplatUIWin32.cs: implement GetWindowTransparency calling
7870         GetLayeredWindowAttributes, and implement SupportsTransparency by
7871         checking whether or not both
7872         GetWindowTransparency/SetWindowTransparency are available
7873         entrypoints.  We need to do this since SetWindowTransparency is
7874         available as of win2k, but GetWindowTransparency requires winxp.
7875         yay win32 api.
7876
7877         * XplatUI.cs: Add GetWindowTransparency, and change
7878         SupportsTransparency to allow for either/both Get/Set.
7879
7880 2006-11-29  Chris Toshok  <toshok@ximian.com>
7881
7882         * DataGrid.cs: keep from going into an infinite loop redrawing a
7883         datagrid that has no datasource.  Fixes bug #80033.
7884
7885 2006-11-29  Chris Toshok  <toshok@ximian.com>
7886
7887         * MenuItem.cs: fix the NRE when we assign text (and therefore call
7888         Invalidate) before the mainmenu has been assigned to a control.
7889
7890 2006-11-29  Chris Toshok  <toshok@ximian.com>
7891
7892         * DataGrid.cs: detect when we should be double the double click
7893         row/column autosize stuff, although that codepath has yet to be
7894         written.  part of the work for bug #79891.
7895
7896 2006-11-29  Chris Toshok  <toshok@ximian.com>
7897
7898         * Binding.cs (SetControl): fix unit test.
7899
7900 2006-11-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7901
7902         * PageSetupDialog.cs: Validate the margins and set them in
7903         PageSettings. 
7904         * NumericTextBox.cs: New class to mimic the behavior of the
7905         textboxes used in the printing dialogs.
7906
7907 2006-11-29  Andreia Gaita  <avidigal@novell.com>
7908         
7909         * Form.cs: Revert previous change (remove call UpdateBounds
7910         from form constructor), because it messes with the handle creation
7911         order, and that one needs lots and lots of love.
7912         * PrintPreviewDialog.cs: Revert change to CreateHandle (add check
7913         for valid printer and throw InvalidPrinterException if document
7914         is set but printer not valid), adding a MonoTODO. Once 
7915         handle creation is done properly, we can put this back in.
7916
7917 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
7918
7919         * MenuItem.cs: Create a invalidate method for menu item, to be
7920         calling from set text, it make text changes to imadiate update
7921         on screen. Fixes #80013. 
7922         
7923 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
7924
7925         * ToolBar.cs: Fixes and simplify toolbar button layout, it 
7926         fixes bug #80070 and some other problem on toolbar buttons
7927         layout.
7928
7929 2006-11-28  Everaldo Canuto  <everaldo@simios.org>
7930
7931         * ThemeWin32Classic.cs: Paint toolbar toggle button background 
7932         with dotted brush.      Fixes #79564
7933         
7934 2006-11-28  Andreia Gaita  <avidigal@novell.com>
7935
7936         * Form.cs: Removed call to UpdateBounds on Form
7937         constructor, it was causing a call to CreateHandle
7938         before it was supposed to.
7939         * PrintControllerWithStatusDialog: Applied patch
7940         by Chris Toshok to hide controller when there are
7941         no printers available.
7942         PrintDialog.cs: initialize printer settings to 
7943         null - correct DefaultValues test #5
7944         * PrintPreviewControl.cs: Move PrintController
7945         initialization to GeneratePreview
7946         * PrintPreviewDialog.cs: 
7947         - Remove Preview generation     from Document_set(). It is 
7948         called on OnPaint
7949         - Throw InvalidPrinterException on CreateHandle if
7950         a Document is set but there are no printers or 
7951         printer is not valid.
7952         * ThemeWin32Classic: don't paint PrintPreviewControl
7953         if there is nothing to paint    
7954
7955 2006-11-28  Miguel de Icaza  <miguel@novell.com>
7956
7957         * Form.cs: Add another popular method.
7958
7959         * TabPage.cs: ditto.
7960
7961 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7962
7963         * MenuItem.cs: Fixed a warning.
7964         * InternalWindowManager: Fixed a warning.
7965
7966 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7967
7968         * MenuItem.cs:
7969         - When cloning a menu also clone MdiList and clone the 
7970           window menu items properly (as the forms and menuitems
7971           are kept in an internal hashtable, these need updating 
7972           as well)
7973         - Rewrote the window menu code, menu items are added in the
7974           order the forms were added to their parent, and they are
7975           updated every time the window menu is shown (before the
7976           list was only generated once, in the current order of the
7977           forms, and would never be updated). A checkmark is shown
7978           next to the item corresponding to the active mdi child.
7979
7980 2006-11-28  Rolf Bjarne Kvinge  <RKvinge@novell.com>
7981
7982         * XplatUIStructs.cs: 
7983         - Added WM_NCMOUSEHOVER and WM_NCMOUSELEAVE.
7984         
7985         * XplatUIWin32.cs: 
7986         - Added TME_NONCLIENT to TMEFlags.
7987         - Handles WM_NCMOUSEMOVE in GetMessage to 
7988           generate WM_NCMOUSEHOVER and WM_NCMOUSELEAVE messages.
7989
7990         * MdiWindowManager:
7991         - Now merges mdi child menu to parent menu when maximized.
7992         - Recalculate NC areas of both mdi child and mdi parent. 
7993           Fixes #79757 (4).
7994           on window state and size changes.Fixes #79844 (3).
7995         - Handle WM_NCCALCSIZE to properly calculate borders.
7996
7997         * Form.cs:
7998         - Add/remove to the mdi containers list of mdi children 
7999           in the order they are added.
8000         - Pass on WM_NCLBUTTONUP, WM_NCMOUSEMOVE and WM_NCMOUSELEAVE 
8001           to the maximized mdi child.
8002         
8003         * InternalWindowManager.cs:
8004         - Only execute a click on the control buttons on the mouse up,
8005           not on the mouse down. Show the state of the button 
8006           (was only showing Normal state, never Pressed state). The
8007           pressed button now follows the mouse (if you click the Close 
8008           button and move the mouse over the Maximize button, the 
8009           Maximize button will be shown as pressed). Since Win32 does
8010           not generate WM_NCLBUTTONUP if you release the button outside
8011           of the nc area, we need to handle WM_NCMOUSELEAVE and treat
8012           it as a mouse up.
8013         
8014         * ThemeWin32Classic.cs:
8015         - Draw a missing border around mdi child forms. Fixes #79844 (2).
8016
8017         * MdiClient.cs:
8018         - Added a list of forms which contains the order the forms are
8019           added to the mdi parent.
8020         - Handle WM_NCPAINT to properly draw a 3D border. Fixes #79844 (2).
8021         - Handle WM_NCCALCSIZE to properly calculate the 3D border.
8022         - If the active form changes set the scrollbars to the top
8023           of the Z order, otherwise the form could hide them.
8024         - Scrollbars are now sized according to ClientSize, not 
8025           to Size, and they take into account the other scrollbar
8026           to determine maximum.
8027         
8028 2006-11-28  Rolf Bjarne Kvinge <RKvinge@novell.com>
8029         
8030         * XplatUI.cs:
8031         * XplatUIDriver.cs:
8032         * XplatUIX11.cs:
8033         * XplatUIWin32.cs:
8034         * XplatUIOSX.cs:
8035         - Added RequestAdditionalWM_NCMessages for windows to 
8036           opt in for WM_NCMOUSELEAVE and WM_NCMOUSEHOVER.
8037           Currently only implemented in XplatUIWin32.
8038
8039 2006-11-27  Chris Toshok  <toshok@ximian.com>
8040
8041         * Hwnd.cs: only add the hwnd to the windows hash in
8042         set_WholeWindow and set_ClientWindow if whole_window/client_window
8043         are not IntPtr.Zero.  also, remove the unused SetObjectWindow.
8044
8045 2006-11-27  Mike Kestner  <mkestner@novell.com>
8046
8047         * ComboBox.cs: remove redundant OnDropDown call.  It is called
8048         from the ComboListBox.ShowWindow code. Fixes #79969.
8049
8050 2006-11-27  Chris Toshok  <toshok@ximian.com>
8051
8052         * Hwnd.cs: remove the setters for ExposePending and
8053         NCExposePending - noone uses them.
8054
8055 2006-11-27  Jackson Harper  <jackson@ximian.com>
8056
8057         * TextControl.cs: new param for ReplaceSelection which determines
8058         whether we select the new selection, or set the cursor to the end
8059         of the new selection.
8060         * TextBoxBase.cs: Use new param for ReplaceSelection.  When
8061         pasting, select the new text.
8062         * RichTextBox.cs: Use new param for ReplaceSelection.
8063
8064 2006-11-27  Jackson Harper  <jackson@ximian.com>
8065
8066         * TextBoxBase.cs: Set the selection to the caret after the caret
8067         is moved, otherwise they get out of sync.
8068
8069 2006-11-26  Everaldo Canuto  <everaldo@simios.org>
8070
8071         * ToolBar.cs: Fixe size of ToolBar when AutoSize is false,
8072         it fixes #80015
8073
8074 2006-11-26  Everaldo Canuto  <everaldo@simios.org>
8075
8076         * ThemeWin32Classic.cs: 
8077         - Fix toolbar drop down arrow position.
8078         - Fix drop down appearance when ToolBar.Appearance is normal,
8079         it fixes #80018.
8080         
8081 2006-11-26  Gert Driesen  <drieseng@users.sourceforge.net>
8082
8083         * ProgressBar.cs: GetStyle fixes for 2.0 profile.
8084         * Control.cs: Same.
8085         * UpDownBase.cs: Same.
8086         * ButtonBase.cs: Same.
8087         * ScrollBar.cs: Same.
8088         * TrackBar.cs: Same.
8089         * PictureBox.cs: Same.
8090         * UserControl.cs: Same.
8091         * Label.cs: Same.
8092         * ListControl.cs: Same.
8093         * TextBoxBase.cs: Same.
8094         * ListView.cs: Same.
8095         * RichTextBox.cs: Same.
8096         * TreeView.cs: Same.
8097
8098 2006-11-25  Jordi Mas i Hernandez <jordimash@gmail.com>
8099
8100         * PrintDialog.cs:
8101         - Text label for where 
8102         - Text label comment was not shown
8103
8104 2006-11-23  Everaldo Canuto  <everaldo@simios.org>
8105
8106         * ThemeWin32Classic.cs: Fix toolbar drop down arrow size.
8107
8108 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
8109
8110         * InternalWindowManager.cs: 
8111         - Handle WM_PARENTNOTIFY to activate the form
8112         if any child control is clicked.
8113         - The form is only sizable if not minimized.
8114
8115         * MdiWindowManager.cs:
8116         - Save the IconicBounds if the form is moved.
8117         - Rework SetWindowState, now the window bounds 
8118         are stored only if the old window state is Normal.
8119         
8120         * MdiClient.cs:
8121         - In SetWindowStates store the old window state if 
8122         the window is maximized and restore window state if
8123         the window looses focus.
8124         - Don't handle any scrollbar value changes if 
8125         initializing the scroll bars. Fixes #79771.
8126         - Reworked ArrangeIconicWindows. Current algorithm
8127         tests bounds agains all other minimized windows, if
8128         any intersections create new bounds (going left to 
8129         right, bottom to top) and then test again. When 
8130         successful the bounds are saved and never computed
8131         again. Fixes #79774.
8132
8133 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
8134
8135         * InternalWindowManager.cs: Added HandleTitleBarUp.
8136
8137 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
8138
8139         * NumericUpDown.cs: In .NET 1.1, user entered text is still
8140         hexadecimal in ParseUserEdit.
8141
8142         
8143 2006-11-23  Rolf Bjarne Kvinge  <RKvinge@novell.com> 
8144
8145         * MdiWindowManager.cs: 
8146         - Handle a click on the form's icon to show the 
8147         system menu (when maximized). Fixes #79775.
8148         - Change the existing click handler for the form's
8149         icon when not maximized to show on MouseUp.
8150         Fixes #79776.
8151
8152         * Form.cs: In OnResize only layout the mdi child's
8153         parent if it actually has a parent. Might not if
8154         the window is closing.
8155
8156
8157 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
8158
8159         * MdiClient.cs: Ignore active MDI client for text of parent, if
8160         child has no text set.
8161
8162 2006-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
8163
8164         * ToolBar.cs: Fixed ToString to match MS.
8165
8166 2006-11-22  Andreia Gaita  <avidigal@novell.com>
8167
8168         * NumericUpDown: 
8169         - Fix DecimalPlaces, Hexadecimal and ThousandsSeparator to 
8170         update inner values on set. Fixes #79966.
8171         - Override OnLostFocus to update value on NET 2. Fixes #79950.
8172         - Fix hexadecimal parsing.
8173         
8174         * UpDownBase: Override OnGotFocus and OnLostFocus to notify 
8175         parent. Fixes #79957
8176
8177 2006-11-22  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8178
8179         * Control.cs: After calling SetWindowsPos in SetBoundsCore 
8180         the actual size has to be queried, since if height /
8181         width is negative Win32 changes it to 0. 
8182         Fixes #79999 on Windows.
8183         
8184         * XplatUIX11.cs: Set height / width to 0 if negative
8185         in SetWindowPos. Fixes #79999 on Linux.
8186         
8187 2006-11-22  Everaldo Canuto  <everaldo@simios.org>
8188
8189         * ThemeWin32Classic.cs: Fix text redenring when button is
8190         pressed.
8191
8192 2006-11-22  Everaldo Canuto  <everaldo@simios.org>
8193
8194         * MenuAPI.cs: Fixes behavior when menu is opened by kerboard
8195         and later navigate by mouse. Fixes #79528.
8196
8197 2006-11-21  Everaldo Canuto  <everaldo@simios.org>
8198
8199         * ToolBar.cs: Set default value for TabStop to false in
8200         constructor, it fixes remaining behavior of bug #79863.
8201
8202 2006-11-21  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8203
8204         * MdiWindowManager.cs:
8205         * InternalWindowManager.cs:
8206         - Moved a few methods specific to Mdi from 
8207         InternalWindowManager to MdiWindowManager.
8208         Fixes #79996.
8209         
8210 2006-11-21  Chris Toshok  <toshok@ximian.com>
8211
8212         * XplatUIOSX.cs: stub out InvalidateNC.
8213
8214         * XplatUIWin32.cs: implement InvalidateNC using the call I found
8215         at http://www.dotnet247.com/247reference/msgs/58/292037.aspx.
8216
8217         * XplatUIX11.cs: rename InvalidateWholeWindow to InvalidateNC.
8218
8219         * XplatUIDriver.cs: add InvalidateNC abstract method.
8220
8221         * XplatUI.cs: add InvalidateNC.
8222
8223 2006-11-21  Everaldo Canuto  <everaldo@simios.org>
8224
8225         * ToolBar.cs: Invalidate complete button area when pressed status 
8226         was changed.
8227         * ToolButton.cs: Fix InvalidateBorder for DropDown buttons.
8228         * ThemeWin32Classic.cs: Increase vertical and horizontal position 
8229         by 1 when button is pressed.
8230
8231 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
8232
8233         * ToolButton.cs: Invalidate middle of DropDown button when
8234         ToolBar theres DropDownArrows.
8235         * ThemeWin32Classic.cs: Change position of DropDown arrow and
8236         fix DropDown drawing operations.
8237
8238 2006-11-20  Chris Toshok  <toshok@ximian.com>
8239
8240         * NativeWindow.cs: fix the formatting of functions ('{' on the
8241         following line), and enable the thread exception dialog.
8242
8243         * Application.cs: remove the duplicate exception catching from
8244         here.
8245
8246 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
8247
8248         * Toolbar.cs: Triggers button click event when click on icon
8249         of dropdown ToolBarButton. Fixes #79912.
8250         
8251 2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8252
8253         * Theme.cs:
8254         * ThemeWin32Classic.cs:
8255         - Added a property WindowBorderFont to enable themeing
8256           of mdi child windows' Text.
8257           
8258 2006-11-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8259
8260         * InternalWindowManager.cs:
8261         * Form.cs:
8262         * MdiClient.cs:
8263         * MdiWindowManager.cs: 
8264         - If mdi child is maximized, set mdi parent's
8265           text to "Parent - [Child]". Fixes #79770.
8266         - If there is any maximized mdi child windows, only the active 
8267           window (and any new windows) is maximized, the rest are normal.
8268         - On a WindowState change only save mdi child's window bounds 
8269           if the old window state was normal. Fixes #79774.
8270         - The scroll bars are now calculated on hopefully all
8271           necessary events. Fixed #79771 / #79844->6 / #79906.
8272         - MdiClient.SizeScrollBars() now takes into account docked 
8273           controls in the parent when calculating available space.
8274         - InternalWindowManager now always repaints the entire title
8275           area. Fixes #79844->1/4/5.
8276         - Added RequestNCRecalc on mdi child windowstate changes.
8277           Fixes #79772.
8278
8279 2006-11-20  Mike Kestner  <mkestner@novell.com>
8280
8281         * ComboBox.cs: setup LargeChange on the scrollbar. Invoke FireMouseUp
8282         in the MouseUp handler of the listbox and move the return handling
8283         code to FireMouseUp to avoid scrolling on ups.  Fixes #79952.
8284
8285 2006-11-20  Everaldo Canuto  <everaldo@simios.org>
8286
8287         * Toolbar.cs: Ignore right mouse clicks in toolbar. Fixes #79855. 
8288
8289 2006-11-17  Alexander Olk  <alex.olk@googlemail.com>
8290
8291         * MimeIcon.cs: Seems that DllImports that were fine in 1.2 are not
8292           working in 1.2.x anymore. So, updated.
8293
8294 2006-11-19  Gert Driesen  <drieseng@users.sourceforge.net>
8295
8296         * NumericUpDown.cs: Use NegativeSign, NumberDecimalSeparator and
8297         NumberGroupSeparator of current culture instead of assuming en-US.
8298         Fixed bug #79967.
8299
8300 2006-11-17  Mike Kestner  <mkestner@novell.com>
8301
8302         * Control.cs: Add the concept of implicit bounds setting so that
8303         dock/undock round trips preserve explicitly set size/locations.
8304         Fixes #79313.
8305
8306 2006-11-17  Alexander Olk  <alex.olk@googlemail.com>
8307
8308         * FileDialog.cs: Trim all filters, otherwise DirInfo.GetFiles
8309           can't handle those filters. (Fixes bug #79961)
8310
8311 2006-11-17  Chris Toshok  <toshok@ximian.com>
8312
8313         [ fixes the exit/crashes associated with #79835.  it's clearly
8314         suboptimal though, we need to figure out a better way to solve
8315         this. ]
8316         
8317         * PrintPreviewControl.cs: deal with the new invalid printer
8318         exceptions.
8319
8320         * PageSetupDialog.cs: if the printer is invalid, pop up a dialog
8321         and return false (so CommonDialog.ShowDialog doesn't actually show
8322         the form.)
8323
8324         * PrintDialog.cs: enable/disable the Ok button depending on
8325         whether or not the printer is valid.
8326
8327         * CommonDialog.cs (ShowDialog): only actually show the form if
8328         RunDialog returns true.
8329
8330 2006-11-17  Jackson Harper  <jackson@ximian.com>
8331
8332         * TextControl.cs: When soft splitting a line, mark it as a soft
8333         split line. Also carry over the current line break to the next
8334         line.
8335
8336 2006-11-17  Chris Toshok  <toshok@ximian.com>
8337
8338         * XplatUIX11.cs: when scrolling a window with an invalid area, we
8339         only want to shift the part of the invalid area that overlaps the
8340         area we're scrolling.  we also don't want to clear the invalid
8341         area unless the invalid area was entirely contained within the
8342         scrolling area.
8343
8344 2006-11-16  Chris Toshok  <toshok@ximian.com>
8345
8346         * XplatUIX11.cs: remove the handling of the TimerEvent stuff, and
8347         also make sure to free the memory returned by XGetWindowProperty
8348         in GetText().
8349
8350         * X11Structs.cs: remove the TimerEvent stuff, it's unused.
8351
8352 2006-11-16  Chris Toshok  <toshok@ximian.com>
8353
8354         * XplatUI.cs: add a new super secret way to get at the totally
8355         unsupported X11 backend.
8356
8357 2006-11-16  Gert Driesen  <drieseng@users.sourceforge.net>
8358
8359         * NumericUpDown.cs: Allow lowercase letters when in hex-mode.
8360
8361 2006-11-16  Jackson Harper  <jackson@ximian.com>
8362
8363         * TreeView.cs: Allow more explicit setting of top node position
8364         for scrollbars. Slower algo, but more accurate.
8365         - CollapseAll should maintain the current top node.
8366         * TextBoxBase.cs: When positioning the caret, use the line, pos
8367         method, since the x, y method does not grab the correct tag, and
8368         the caret height never gets set correctly. (Maybe I should just do
8369         away with the caret having its own height, and always use the
8370         carets current tag for height).
8371
8372 2006-11-16  Jonathan Pobst  <monkey@jpobst.com
8373
8374         [Fixes 79778, 79923]
8375
8376         * XplatUIWin32.cs: Don't allow a parent to be set to IntPtr.Zero.
8377         Parent to the FosterParent instead.
8378
8379 2006-11-16  Jackson Harper  <jackson@ximian.com>
8380
8381         * TreeView.cs: Need to recalc the topnode when we expand or
8382         collapse. The scrolling methods can't handle this on their own,
8383         since they use differences between the last scroll position, and
8384         those difference get completely messed up since we are expanding
8385         nodes.  This problem should probably be fixed in the scrolling
8386         methods, so they can figure out exactly where they are, but this
8387         will slow things down a little.
8388         * ThemeWin32Classic.cs: Special case for groupboxes with empty
8389         strings, makes nunit-gui look a lot nicer.
8390
8391 2006-11-16  Chris Toshok  <toshok@ximian.com>
8392
8393         * XplatUIX11.cs: nasty, nasty, nasty changes required because of
8394         the broken multithreaded event handling we have in here.  File
8395         this entry under "Why we should move to the new X11 backend".
8396
8397         Any thread can make it into UpdateMessageQueue, which gets events
8398         from the X socket - some of which could belong to hwnds being
8399         managed by a different thread.  We can also have multiple threads
8400         in UpdateMessageQueue at the same time, with each one reading from
8401         the X socket.  This leads to many problems, with the following
8402         solutions:
8403
8404         We can't use hwnd.Queue.Enqueue anywhere in here and must use
8405         EnqueueLocked.
8406
8407         The MotionNotify compression we do can't work across threads
8408         (without locking the entire queue, perhaps) since we call
8409         hwnd.Queue.Peek, so we just punt and don't compress motion events
8410         unless the owning thread is the one which got the X event.
8411
8412         ConfigureNotify is another fun one, since it modifies the hwnd's
8413         bounds and then enqueues the event.  We add a lock to Hwnd which
8414         is held when setting configure_pending to true (and enqueuing the
8415         event).
8416
8417         There is a race wrt the wake socket.  we need to make sure that
8418         only 1 thread is waiting on that socket, or else a thread could
8419         sleep waiting for data that never comes.  It's difficult (but not
8420         impossible) to make happen, because it seems to require something
8421         like the following:
8422
8423             1. Thread 1 polls on wake_receive
8424         
8425             2. poll returns saying there's data to be read on
8426                wake_receive.
8427         
8428             3. Thread 2 polls on wake_receive and immediately returns
8429                saying there's data to be read.
8430
8431             4. Thread 2 reads the wakeup byte from wake_receive
8432
8433             5. Thread 1 attempts to read the wakeup byte from
8434                wake_receive.
8435
8436             6. Thread 2 exits (due to a form closing, perhaps).
8437
8438             7. Thread 1 blocks forever.
8439         
8440         Fun, eh?
8441
8442         Fixing the Expose handling isn't done yet, and the races inherent
8443         in that piece of code are responsible for the drawing mistakes you
8444         see when generating expose events in a MT app (like NPlot).  This
8445         one is the likely to be the hardest to bandaid, and it doesn't
8446         appear to cause anything but drawing problems.  The other issues
8447         caused apps to exit or hang.
8448
8449         * XEventQueue.cs: output some spew when Dequeue/Enqueue/Peek are
8450         called from a different thread than the one that should be calling
8451         these functions.
8452
8453         * Hwnd.cs: add some locks to be used by the XplatUIX11 code.
8454
8455 2006-11-15  Chris Toshok  <toshok@ximian.com>
8456
8457         * Application.cs: null out the context's MainForm when we exit
8458         RunLoop.  Fixes a newly checked in unit test as well as the last
8459         ODE from bug #79933.
8460
8461 2006-11-15  Chris Toshok  <toshok@ximian.com>
8462
8463         * Form.cs (set_Owner): allow a null value so we can clear the
8464         form's owner.
8465         (Dispose): set all our owned_form's Owner properties to null, and
8466         clear the owned_forms collection.
8467         (WM_CLOSE): clean up this a little bit.. still not right though.
8468
8469         * ApplicationContext.cs: OnMainFormClosed should only call
8470         ExitThreadCore if the main form isn't recreating.  Fixes unit
8471         test.
8472
8473 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
8474
8475         [Fixes 78346]
8476
8477         * ComboBox.cs: Set the Hwnd.no_activate flag for the ComboListBox.
8478
8479 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
8480
8481         [Fixes 79433]
8482
8483         * Hwnd.cs: Add a flag to show a window, but not activate it, to 
8484         keep popup window types from stealing focus from the main form
8485         on Windows.
8486
8487         * XPlatUIWin32.cs: Use SW_SHOWNOACTIVATE if above field is true.
8488
8489         * MenuAPI.cs: Set above flag to true.
8490
8491 2006-11-15  Chris Toshok  <toshok@ximian.com>
8492
8493         * XplatUIX11.cs: mimic win32 behavior on BUTTONUP events, where
8494         the button being released is not in wParam.
8495
8496 2006-11-15  Jonathan Pobst  <monkey@jpobst.com>
8497
8498         * Form.cs: Add the released button to MouseEventArgs.Button
8499         for the OnMouseUp call to the MenuTracker.  Fixes menu clicking
8500         on Win32.
8501
8502 2006-11-15  Chris Toshok  <toshok@ximian.com>
8503
8504         * XplatUIX11.cs: add (untested) a _NET_WM_NAME implementation of
8505         GetText().  untested because it's unused in our implementation.
8506         Control.Text always caches the text, even if
8507         ControlStyles.CacheText is not set.
8508
8509         fixes bug #79939.
8510
8511 2006-11-15  Chris Toshok  <toshok@ximian.com>
8512
8513         [ fixes #79933 ]
8514         
8515         * Form.cs: in Close() don't do anything after we send the WM_CLOSE
8516         message.  no hiding, no disposing.
8517
8518         in the WM_CLOSE handler, hide the form if it's modal.
8519
8520 2006-11-15  Chris Toshok  <toshok@ximian.com>
8521
8522         * XplatUIX11.cs: use AddExpose instead of sending a message.
8523         fixes textbox border drawing.
8524
8525 2006-11-15  Chris Toshok  <toshok@ximian.com>
8526
8527         * PropertyGridView.cs: keep from crashing on mouse move/down when
8528         the property grid is empty.
8529
8530 2006-11-14  Jackson Harper  <jackson@ximian.com>
8531
8532         * TextControl.cs: Make PageUp and PageDown more like the MS
8533         versions.
8534         * TextBoxBase.cs: When we set the text property position the
8535         cursor at the beginning of the document.
8536
8537 2006-11-14  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8538
8539         * Form.cs: if a mdi child's WindowState has changed
8540         before it's creation, it would display wrong control
8541         buttons.
8542         
8543 2006-11-14  Alexander Olk  <alex.olk@googlemail.com>
8544
8545         * TreeView.cs: De-uglify TreeView checkbox checkmarks.
8546           (Fixes bug #79927)
8547
8548 2006-11-14  Rolf Bjarne Kvinge <RKvinge@novell.com> 
8549
8550         * XplatUIX11.cs: send a WM_NCPAINT on WM_NCCALCSIZE so that 
8551         the window gets to paint its borders even if the window is
8552         getting smaller.
8553         
8554         * Form.cs: on a WM_NCPAINT invalidate the entire menu, 
8555         otherwise the old control buttons would still be painted 
8556         if the window gets bigger.
8557         
8558         * PaintEventArgs.cs: add an internal method so that the clip 
8559         rectangle can be changed.
8560         
8561 2006-11-13  Chris Toshok  <toshok@ximian.com>
8562
8563         [ fixes bug #79745 ]
8564         
8565         * NotifyIcon.cs: lots of cleanup.
8566
8567         * X11Structs.cs: add an enum for XEMBED messages.
8568
8569         * XplatUIX11.cs: reindent one of the giant switch statements, it
8570         was taking up an additional tab stop, and this file is already way
8571         too wide for my laptop's screen.
8572
8573         Also, add handling for the XEmbed EMBEDDED_NOTIFY message.  When
8574         we get it, resize the hwnd to the WMNormalHints max_width/height.
8575
8576 2006-11-13  Jackson Harper  <jackson@ximian.com>
8577
8578         * TextBoxBase.cs: Compute the value changes for the mouse wheel
8579         teh simple way.
8580
8581 2006-11-13  Chris Toshok  <toshok@ximian.com>
8582
8583         * XplatUIX11.cs, XplatUIStructs.cs: kind of a gross fix for
8584         #79898.  force a reference to the Region to stick around so the
8585         unmanaged object isn't collected (rendering our handle in the MSG
8586         stale).
8587
8588 2006-11-13  Chris Toshok  <toshok@ximian.com>
8589
8590         * XplatUIX11.cs: fix #79917 for window managers which support
8591
8592         using XStoreName on the raw utf8, and we need to convert to
8593         COMPOUND_TEXT if it's non-latin1.
8594
8595 2006-11-13  Chris Toshok  <toshok@ximian.com>
8596
8597         * Form.cs (set_DialogResult): we need to set closing to false if
8598         we're setting our result to None.  fixes bug #79908.
8599
8600 2006-11-13  Jackson Harper  <jackson@ximian.com>
8601
8602         * TextControl.cs: When formatting text, compute the adjusted tag
8603         lengths correctly, using FindTag for the end tag instead of trying
8604         to figure it out outselves.
8605         * TreeNode.cs: Use ActualItemHeight, which is the actual height of
8606         the item, ItemHeight doesn't work, because trees with large
8607         imagelists use those for their height
8608         * TreeView.cs: ActualItemHeight factors in the image height
8609         - compute left edge of checkboxes correctly
8610         - when expanding/collapsing move the bottom down one pixel, so we
8611         aren't moving part of the node
8612
8613 2006-11-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8614
8615         * XplatUIX11.cs: The PaintEventArgs is also added to the drawing
8616         stack in PaintEventStart so that it won't get disposed by the gc
8617         before reaching PaintEventEnd.
8618
8619 2006-11-13  Jackson Harper  <jackson@ximian.com>
8620
8621         * TextBoxBase.cs: Don't select the word if we are on a line with
8622         no text.
8623         - We don't need to position the caret on mouse up, since the mouse
8624         move handler should be doing this
8625         - When double clicking a blank line, the caret is advanced to the
8626         next line.
8627
8628 2006-11-13  Gert Driesen  <drieseng@users.sourceforge.net>
8629
8630         * TreeNodeCollection.cs: Avoid duplicating indexer code.
8631
8632 2006-11-12  Gert Driesen  <drieseng@users.sourceforge.net>
8633
8634         * ColorDialog.cs: Reset size of dialog between calls to ShowDialog.
8635         Fixes part of bug #79910.
8636
8637 2006-11-11  Alexander Olk  <alex.olk@googlemail.com>
8638
8639         * ColorDialog.cs: Fix a NRE when adding a color to custom colors
8640           (bug #79903). Some minor string updates to match ms.
8641
8642 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
8643
8644         * FileDialog.cs: Don't add an extension if the filename
8645           already ends with that extension.
8646
8647 2006-11-10  Jackson Harper  <jackson@ximian.com>
8648
8649         * TreeView.cs: Use the currently highlighted node for the
8650         BeforeSelect event.
8651         * TextBoxBase.cs: There is no need to expand selection on
8652         MouseMove.
8653         - CanUndo means 'is there any undo operations', not 'is undo
8654         allowed on this textcontrol. Fixed ClearUndo unit test.
8655
8656 2006-11-10  Andreia Gaita  <shana.ufie@gmail.com>
8657
8658         * Button.cs: only perform click when button is Selectable (so as 
8659         not to activate default buttons when they're disabled)
8660         
8661         * Control.cs: Rewrite of the SelectNextControl and related 
8662         methods. HandleClick now selects next control if the current one
8663         is being disabled.
8664         
8665         * Form.cs: OnActivated selects next active control only if Load 
8666         has already occurred. If Load hasn't run, there's no point in 
8667         selecting here, Load might change the state of controls.
8668         
8669         * FocusTest.cs: Tests marked as working again for these fixes
8670
8671 2006-11-10  Chris Toshok  <toshok@ximian.com>
8672
8673         * XplatUIX11.cs: a couple of fixes.
8674
8675         - use XInternAtoms with almost all the atoms we need to register,
8676         instead of many, many calls to XInternAtom.  should help a bit on
8677         startup time, at the expense of making the code look a little
8678         worse.
8679
8680         - fall back to setting TransientFor on TOOLWINDOW's if their hwnd
8681         isn't reparented (which seems to be a clue that we're running fon
8682         compiz) and they have an Owner form.  This fixes the tool windows
8683         in paint.net when running under compiz.
8684
8685         - when setting the opacity of a window, support both the case
8686         where the window has been reparented and also when it hasn't been.
8687         Since compiz/beryl doesn't seem to reparent windows, and these are
8688         the only window managers which support translucency, I'm not sure
8689         why we need the hwnd.reparented case at all.. but leave it in.
8690         now we get translucent windows in paint.net under compiz/beryl.
8691
8692 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
8693
8694         * FileDialog.cs: Always return the value for FilterIndex that
8695           was set. Internally convert it to values that make sense.
8696
8697 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
8698         
8699         * ThemeWin32Classic.cs: Fix drowp down arrow borders.
8700
8701 2006-11-10  Everaldo Canuto  <everaldo@simios.org>
8702
8703         * Toolbar.cs: Change default value of DropDownArrows to true, the 
8704         signature still using false to make it compatible with MS but the 
8705         initial value is true. Fixes #79855.
8706
8707 2006-11-10  Alexander Olk  <alex.olk@googlemail.com>
8708
8709         * MimeIcon.cs: Don't throw an exception on windows. Mime stuff is
8710           only available on Linux.
8711
8712 2006-11-09  Everaldo Canuto  <everaldo@simios.org>
8713
8714         * Toolbar.cs, ToolBarButton.cs: Fix wrong separator size and
8715         reduce number of calls to redraw method during toolbar creation.
8716
8717 2006-11-09  Mike Kestner  <mkestner@novell.com>
8718
8719         * ListView.cs : raise SelectedIndexChanged when an item is selected
8720         programmatically via the Item.Selected property.  Gert's nice 
8721         ListViewSelectedIndexChanged test fixture now runs clean.
8722
8723 2006-11-09  Mike Kestner  <mkestner@novell.com>
8724
8725         * ListView.cs : raise SelectedIndexChanged when a selected item is
8726         removed from the item collection using Remove or RemoveAt.
8727
8728 2006-11-09  Mike Kestner  <mkestner@novell.com>
8729
8730         * ListView.cs : raise SelectedIndexChanged once per selected item
8731         for compat with MS.  Fixes #79849+.
8732
8733 2006-11-09  Chris Toshok  <toshok@ximian.com>
8734
8735         * TabControl.cs: initialize row_count to 0, and set it to 1 when
8736         we need to (if we have any tab pages).  Fixes unit test.
8737
8738 2006-11-09  Chris Toshok  <toshok@ximian.com>
8739
8740         * Label.cs (CalcPreferredWidth): if Text == "", our preferred
8741         width is 0, not 3.  Fixes a unit test.
8742
8743 2006-11-09  Mike Kestner  <mkestner@novell.com>
8744
8745         * ListView.cs : use Implicit scrollbars so that focus isn't 
8746         stolen from the listview when they are clicked. Fixes #79850.
8747
8748 2006-11-09  Chris Toshok  <toshok@ximian.com>
8749
8750         * PropertyGridView.cs (OnPaint): only call DrawGridItems if we
8751         have a root item.  Fixes #79879.
8752
8753 2006-11-09  Alexander Olk  <alex.olk@googlemail.com>
8754
8755         * FileDialog.cs:
8756           - Fix ToString ()
8757           - An ArgumentException is now thrown if a wrong filter
8758             is applied (matches ms). The previous filter doesn't change
8759             anymore if an exception is thrown.
8760           - Changing the FileName property also affects FileNames
8761         * ColorDialog.cs: The length of the CustomColors array is always
8762           16. It doesn't matter if we use a smaller array or null to update
8763           or change the custom colors property.
8764         * FolderBrowserDialog.cs: Throw an InvalidEnumArgumentException if
8765           for RootFolder if we get a undefined value.
8766
8767 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8768
8769         * StatusBarPanel.cs: 
8770         - Width is set to MinWidth if Width is smaller than
8771         MinWidth. Fixes #79842.
8772         - MinWidth now always overrides Width (MSDN says MinWidth
8773         is set to Width when AutoSize = None, but they do not 
8774         behave like that).
8775         - Style has now the the correct default value.
8776         
8777 2006-11-09  Rolf Bjarne Kvinge  <RKvinge@novell.com>
8778  
8779         * TrackBar.cs: 
8780         - The control is completely invalidated on 
8781         Got/LostFocus to draw the focus rectangle correctly.
8782         - When AutoSize then height is always 45 (width for 
8783         vertical controls).
8784         
8785         * ThemeWin32Classic.cs: The TrackBar thumb is now centered
8786         on the mouse when moved and it doesn't move when grabbed
8787         until the mouse moves as well. Also fixed some wrong 
8788         calculations when clicking on the thumb (control thought
8789         click was outside of thumb and didn't grab it).
8790         Fixes some of the issues in #79718.
8791
8792 2006-11-08  Everaldo Canuto  <everaldo@simios.org>
8793
8794         * Toolbar.cs: Prevent disabled button to highlight. Fixes #79868.
8795
8796 2006-11-08  Chris Toshok  <toshok@ximian.com>
8797
8798         * PropertyGridView.cs: only call ToggleValue if the item is not
8799         readonly.
8800
8801 2006-11-08  Jackson Harper  <jackson@ximian.com>
8802
8803         * TextBoxBase.cs: The RichTextBox and textbox have very different
8804         word selection methods.  Implement the textbox's simple word
8805         selection here, and let the RichTextBox override and provide it's
8806         own.
8807         - Don't do extra selection on mouseup
8808         * RichTextBox.cs: Use the documents word selection algorithm, I
8809         think ideally, this function will be pulled into the
8810         RichTextBox.cs code someday.
8811
8812 2006-11-08  Chris Toshok  <toshok@ximian.com>
8813
8814         * RootGridEntry.cs: new class to represent GridItemType.Root.
8815
8816         * CategoryGridEntry.cs: reformat, and add boilerplate.
8817         
8818         * GridEntry.cs: remove the UIParent stuff - turns out .Parent
8819         returns the UI parent anyway, and we need special handling to
8820         implement the GetTarget method in the face of it.  Also, implement
8821         Select().
8822
8823         * PropertyGrid.cs, PropertyGridView.cs: a number of fixes.  create
8824         a root grid item, and use that instead of PropertyGrid.grid_items.
8825         Also, make use of TypeConverters (and add limitted support for
8826         ICustomTypeDescriptors) when initially populating the grid.
8827         Arrays now show up more or less properly.
8828
8829 2006-11-08  Chris Toshok  <toshok@ximian.com>
8830
8831         * Application.cs: set the modal dialog to non modal after we close
8832         it.  Fixes bug #79866.
8833
8834 2006-11-08  Jackson Harper  <jackson@ximian.com>
8835
8836         * TextControl.cs: When combining lines carry over the line end
8837         style from the end line.
8838         - Invalidate the selected area when setting it, if it is visible.
8839         * TextBoxBase.cs: Only rich text box can do full line selects.
8840         - Make sure to set the cursor position when there is a click,
8841         otherwise two clicks in separate areas could cause a large chunk
8842         to be selected.
8843
8844 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
8845
8846         * Toolbar.cs: Release flat button borders when Toolbar lost focus. 
8847         Fixes #79863.
8848
8849 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
8850
8851         * Toolbar.cs: Prevent toolbar to open more than one tooltip at same
8852         time. Remove tooltips when ToolButton click events.  Fixes #79856.
8853
8854 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
8855
8856         * MenuAPI.cs: Ignore right click for menu actions and fixes
8857         menu border when clicked.  Fixes #79846.
8858
8859 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
8860
8861         * XplatUIX11.cs, XplatUIX11.cs: Fix MouseRelease to only release
8862         MouseState after create wParam for message, this fixes mouse button 
8863         equal none in mouse up events.
8864         
8865 2006-11-07  Andreia Gaita  <shana.ufie@gmail.com>
8866
8867         * Control.cs : Focus() now calls Select to set the Container's
8868         Active Control and to give it focus. To avoid infinite recursion
8869         (because ActiveControl also calls Focus at one point), a check 
8870         is made in Focus with the help of a new internal variable
8871         is_focusing.
8872
8873 2006-11-07  Mike Kestner  <mkestner@novell.com>
8874
8875         * ListView.cs : raise OnSelectedIndexChanged in CreateHandle
8876         if there's a selection.  Fixes #79849.
8877
8878 2006-11-07  Gert Driesen  <drieseng@users.sourceforge.net>
8879
8880         * PropertyGrid.cs: Avoid fixed height of help description label.
8881         Fixes part of bug #79829.
8882
8883 2006-11-07  Chris Toshok  <toshok@ximian.com>
8884
8885         * XplatUIX11.cs: fix #79790 again, by using the
8886         _NET_WM_STATE_SKIP_TASKBAR atom to implement Form.ShowInTaskbar.
8887
8888 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
8889
8890         * ToolBar.cs: Fix left click checking.
8891
8892 2006-11-07  Chris Toshok  <toshok@ximian.com>
8893
8894         * ProgressBar.cs: fix a typo in ToString().  fixes a unit test.
8895
8896 2006-11-07  Chris Toshok  <toshok@ximian.com>
8897
8898         * RelatedPropertyManager.cs: set property_name in our ctor.  fixes
8899         PropertyManager unit tests.
8900
8901         * PropertyManager.cs: make property_name internal.
8902
8903 2006-11-07  Chris Toshok  <toshok@ximian.com>
8904
8905         * ButtonBase.cs: initialize base.ime_mode to ImeMode.Disable to
8906         pass a unit test.  Also, don't set image_index to anything in
8907         response to setting the ImageList property.
8908
8909 2006-11-07  Everaldo Canuto  <everaldo@simios.org>
8910
8911         * ToolBar.cs: Ignore click events when mouse button is not a
8912         left button, only accepts other button for dropdown menus.  
8913         Fixes #79854.
8914
8915 2006-11-07  Chris Toshok  <toshok@ximian.com>
8916
8917         * DataGrid.cs: make the back and parent row buttons a little less
8918         ugly.
8919
8920 2006-11-07  Jackson Harper  <jackson@ximian.com>
8921
8922         * TextBoxBase.cs: When converting to Text don't put line breaks in
8923         for soft line breaks.
8924         * TextControl.cs: There is an initial "fake" line in the document,
8925         this is now a soft break line, so that an extra line feed doesn't
8926         get added to the end of documents.
8927
8928 2006-11-07  Chris Toshok  <toshok@ximian.com>
8929
8930         [ fix bug #79778 ]
8931         
8932         * CurrencyManager.cs: if the list is readonly, don't bother
8933         checking if IBindingList.AllowNew is true.
8934
8935         * ThemeWin32Classic.cs (DataGridPaintParentRow): make this work
8936         for non-DataRowView datasources..  or rather, make it not crash.
8937         (DataGridPaintRelationRow): make sure we limit the row painting to
8938         the area not covered by the row header, and make our cell width at
8939         least large enough to cover the relation area.  This allows grids
8940         that have relations but no rows to render correctly.
8941         (DataGridPaintRowContents): same type of changes here.
8942         (SetDataSource): move back to always calling
8943         CalcAreasAndInvalidate.  this fixes a crash/drawing problem when
8944         navigating back through relations.
8945         (HitTest): handle the case where we have no cells but have
8946         relations.  Right now we generate a hit in cell 0 of whatever the
8947         row is, not sure if this is strictly correct, but it works for our
8948         purposes.
8949         
8950         * DataGrid.cs (EndEdit, CancelEdit): if we have no columns, don't
8951         bother doing anything.
8952
8953 2006-11-07  Jonathan Pobst  <monkey@jpobst.com>
8954
8955         * StatusStrip.cs, ToolStripStatusLabel.cs: By request, an
8956         early version of StatusStrip.  Not responsible for eaten
8957         application or firstborn children.
8958
8959 2006-11-06  Chris Toshok  <toshok@ximian.com>
8960
8961         * TabControl.cs: in OnGotFocusInternal/OnLostFocusInternal don't
8962         call GetTabRect with a -1 index.  Fixes #79847.
8963
8964 2006-11-06  Jackson Harper  <jackson@ximian.com>
8965
8966         * TreeNodeCollection.cs: Update scrollbars after clearing.
8967
8968 2006-11-06  Chris Toshok  <toshok@ximian.com>
8969
8970         * NumericUpDown.cs: fix the ToString method for some unit test
8971         love.
8972
8973 2006-11-06  Chris Toshok  <toshok@ximian.com>
8974
8975         * PropertyGrid.cs:
8976         - set the initial SelectedGridItem if we can.
8977
8978         - Exclude non-mergable properties only if we're merging > 1
8979         object.  Merging 1 object isn't really merging, obviously.
8980
8981         - Handle PropertySort.NoSort just like Alphabetical, which is
8982         wrong of course, but at least gets things on the screen.
8983         
8984         * PropertyGridView.cs:
8985         - Add method "FindFirstItem" which finds the first property grid
8986         item, so we can select it by default.
8987
8988         - make use of GridEntry.CanResetValue.
8989
8990         - Don't call RedrawBelowItemOnExpansion here anymore, the
8991         individual GridEntry's will do that.
8992
8993         - Remove the ITypeDescriptorContextImpl internal class.
8994         
8995         * GridEntry.cs:
8996         - this class needs to implement ITypeDescriptorContext, as it's
8997         what MS's PropertyDescriptorGridEntry does, which means we can
8998         remove the ITypeDescriptorContextImpl internal class from
8999         PropertyGrid.cs.  This fixes the crashing portion of bug #79829.
9000
9001         - keep a reference to our PropertyGridView, and move the call to
9002         RedrawBelowItemOnExpansion here from PGV.  This means
9003         programmaticly setting Expanded actually does something visible.
9004
9005         - add a CanResetValue() function which takes into account our
9006         possibly multiple "selected_objects" in the merged case.  Shifting
9007         PropertyGridView to use this method fixes another unreported
9008         crasher found running the test for #79829.
9009
9010         - when Top or Bounds is updated, make sure the PropertyGridTextBox
9011         is updated to reflect this.
9012
9013         * CategoryGridEntry.cs: the ctor takes the PGV now.
9014         
9015 2006-11-06  Jackson Harper  <jackson@ximian.com>
9016
9017         * TextControl.cs: These are 1 based.
9018         * TextBoxBase.cs: When setting the selected text, don't change the
9019         selected text tags, this is done by ReplaceText, just position the
9020         cursor at the end of the new text.
9021
9022 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
9023
9024         * ListView.cs: Allow label edit only when, when LabelEdit is
9025           set to true.
9026
9027 2006-11-06  Jackson Harper  <jackson@ximian.com>
9028
9029         * TextControl.cs: If a suitable wrapping position isn't found,
9030         just wrap right in the middle of a word.
9031
9032 2006-11-06  Alexander Olk  <alex.olk@googlemail.com>
9033
9034         * ListView.cs, ListViewItem.cs: Implement LabelEdit. Fixes
9035           bug #79820.
9036
9037 2006-11-06  Jackson Harper  <jackson@ximian.com>
9038
9039         * TreeView.cs: Can't use the VisibleCount property when setting
9040         scrollbar heights, because this doesn't take into account whether
9041         or not the horz scrollbar just came visible.
9042
9043 2006-11-05  Everaldo Canuto  <everaldo@simios.org>
9044
9045         * MenuAPI.cs: Deactivate menu on mouse up when menus it is already
9046         activated.  Fixes #79369, #79832.
9047
9048 2006-11-05  Alexander Olk  <alex.olk@googlemail.com>
9049
9050         * FileDialog.cs: *sigh* Because of recent runtime changes (r67043) I
9051           had to remove support for links that point to a directory. FileInfo
9052           returns no usefull information (means, the directory they point to)
9053           for such links. Replaced some empty string ("") with String.Empty.
9054
9055 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
9056
9057         * TreeNodeCollection.cs: To match MS, in 1.0 profile throw 
9058         NullReferenceException when attempting to remove node that is not in
9059         collection. Throw NullReferenceException when null is passed to 
9060         Remove. Allow first element of the collection to be removed. Fixes
9061         bug #79831.  In GetEnumerator ().Current return null if positioned 
9062         before the first element of the collection. In GetEnumerator ().Reset,
9063         position before first element of the collection.
9064
9065 2006-11-04  Gert Driesen  <drieseng@users.sourceforge.net>
9066
9067         * PropertyGrid.cs: To match MS, remove default title and description
9068         for panel. Fixed tooltips for Categorized and Alphabetic toolbar
9069         buttons.
9070
9071 2006-11-04  Chris Toshok  <toshok@ximian.com>
9072
9073         * Theme.cs: add a Clamp method, just for kicks.
9074
9075         * ThemeWin32Classic.cs: clamp all color components to [0..255].
9076
9077 2006-11-04  Chris Toshok  <toshok@ximian.com>
9078
9079         * Form.cs: if the form isn't visible, Close() does nothing.
9080
9081 2006-11-03  Chris Toshok  <toshok@ximian.com>
9082
9083         * Form.cs (Close): if the form is modal, don't Dispose of it, only
9084         Hide it.
9085         (WndProc): don't Dispose after handling the WM_CLOSE message.
9086
9087         * Application.cs (RunLoop): toplevels is a list of Forms, so treat
9088         them as such, instead of using casts from Control to Form.  Also,
9089         don't Dispose of the modal dialog when we fall out of the loop -
9090         Close() it instead.
9091
9092         fixes bug #79813.
9093
9094 2006-11-03  Chris Toshok  <toshok@ximian.com>
9095
9096         * Control.cs (Dispose): only go through the dispose thing if we're
9097         @disposing, and we haven't already been disposed.  Fixes bug
9098         #79814.
9099
9100         * Form.cs: no reason to call "base.Dispose()" here instead of
9101         "Dispose()".
9102
9103 2006-11-03  Mike Kestner  <mkestner@novell.com>
9104
9105         * ComboBox.cs : use ToString instead of casts in AddItem for
9106         sorting functionality.  Fixes #79812.
9107
9108 2006-11-03  Chris Toshok  <toshok@ximian.com>
9109
9110         * Application.cs: pave the way for actually using the thread
9111         exception dialog.  it's ifdefed out at the moment.
9112
9113 2006-11-03  Chris Toshok  <toshok@ximian.com>
9114
9115         * ThreadExceptionDialog.cs: until we get a better layout, actually
9116         hide the details textbox and label when we shouldn't see them.
9117
9118 2006-11-03  Jackson Harper  <jackson@ximian.com>
9119
9120         * TextBoxBase.cs: Don't bail from the scrollbar calcs for non
9121         multiline textboxes anymore.  This method also determines the
9122         width/height of a textboxes canvas area.
9123         - Sorta a revert of the last patch.  For multiline just position
9124         the controls, then bail.  This way the scrollbar width won't be
9125         altered.
9126
9127 2006-11-03  Everaldo Canuto  <everaldo@simios.org>
9128
9129         * ThemeWin32Classic.cs: Dont paint inner lines of 3D border when
9130         it dont need.  Fixes #79537.
9131
9132 2006-11-02  Jackson Harper  <jackson@ximian.com>
9133
9134         * X11Dnd.cs: We always allow copy, since XDND implies Copy.  Also
9135         send the status after firing the DndOver event.
9136
9137 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
9138
9139         * TrackBar.cs: Now orientation only switches height / width if
9140         the control's handle is created (Win32 does it like this). Also 
9141         fixed a typo in ToString() for a test to pass, changed the 
9142         exception thrown in set_LargeChange and set_SmallChange to 
9143         match Win32 behaviour, and added TrackBar tests to the unit 
9144         tests.
9145
9146 2006-11-02  Chris Toshok  <toshok@ximian.com>
9147
9148         * XplatUIX11.cs: the atom we want is _NET_WM_STATE_SKIP_TASKBAR,
9149         not _NET_WM_STATE_NO_TASKBAR.
9150
9151 2006-11-02  Jackson Harper  <jackson@ximian.com>
9152
9153         * TextControl.cs: Increment count by one, since in the update view
9154         count - 1 is used.
9155
9156 2006-11-02  Jackson Harper  <jackson@ximian.com>
9157
9158         * TextBoxBase.cs: Use client rectangle not bounds for checking if
9159         the mouse is in the client rectangle (duh).
9160
9161 2006-11-02  Rolf Bjarne Kvinge  <RKvinge@novell.com>
9162         
9163         * TrackBar.cs: Fixed trackbar jumping around when clicking
9164         on it - the trackbar was not detecting correctly at which
9165         side of the thumb the click was done. (fixes #79718)
9166
9167 2006-11-02  Everaldo Canuto  <everaldo@simios.org>
9168
9169         * ListBox.cs: scroll visible area when change SelectedIndex to
9170         a non visible area.  Fixes #79481.
9171
9172 2006-11-01  Jackson Harper  <jackson@ximian.com>
9173
9174         * TextControl.cs: When replacing the selection move the selection
9175         start/end/anchor to the end of the new text.
9176
9177 2006-11-01  Jackson Harper  <jackson@ximian.com>
9178
9179         * XplatUIWin32.cs: When setting the parent change the controls
9180         visibility to it's visibility flag, not to it's old parents
9181         visibility (.Visible walks the parent chain).
9182
9183 2006-11-01  Chris Toshok  <toshok@ximian.com>
9184
9185         * XplatUIX11.cs: revert the #79790 fix, as the simple.
9186         XSetTransientForHint fix breaks paint .net's tool windows.  more
9187         work needed for that one.
9188
9189 2006-11-01  Chris Toshok  <toshok@ximian.com>
9190
9191         * ScrollBar.cs: throw ArgumentException instead of Exception in
9192         LargeChange/SmallChange setters.  fixes unit tests.
9193
9194 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
9195
9196         * ContainerControl.cs: reverted rev.67183 (which was itself
9197         a reversion of rev.66853... eh).
9198         
9199         * Control.cs: Fixes Reflector hang by changing Focus() call
9200         to what it was before rev.66643 (calling Select() here sets 
9201         ActiveControl, which in some situations calls back Focus and 
9202         eventually does a stack overflow). Temp fix.    
9203         Changes to GetNextControl() to not look for children to select when
9204         parent cannot be selectable (so it looks for siblings instead)  
9205         
9206 2006-10-31  Mike Kestner  <mkestner@novell.com>
9207
9208         * CheckedListBox.cs : off by one error in returned index from
9209         ObjectCollection.Add.  Fixes #79758.
9210
9211 2006-10-31  Chris Toshok  <toshok@ximian.com>
9212
9213         * UpDownBase.cs: remove the OnGotFocusInternal/OnLostFocusInternal
9214         calls for the textbox/spinner, to keep from recursing to the point
9215         where we crash.  Fixes #79760.
9216
9217 2006-10-31  Chris Toshok  <toshok@ximian.com>
9218
9219         * ListControl.cs (set_SelectedValue): don't throw exceptions on
9220         null/"" value, just return.  matches ms's behavior and fixes some
9221         failing tests.
9222
9223 2006-10-31  Chris Toshok  <toshok@ximian.com>
9224
9225         * Control.cs (set_Capture): make a logic a little easier to
9226         follow.
9227
9228         * XplatUIX11.cs (CleanupCachedWindows): zero out the Grab window
9229         if it's being destroyed.  A necessary fix surely, but a bandaid
9230         also, to fix the stuck capture problem in bug #78413.
9231
9232 2006-10-31  Chris Toshok  <toshok@ximian.com>
9233
9234         * XplatUIX11.cs: fix a couple of compiler warnings, and follow the
9235         convention of clearing hwnd.ClientRect when we set the
9236         width/height (so it'll be recalculated by Hwnd).
9237
9238 2006-10-31      Andreia Gaita <shana.ufie@gmail.com>
9239
9240         * ContainerControl.cs: reversed Contains check from
9241         ActiveControl due to hanging problems. This fix
9242         partly regresses #79667 (button does not have
9243         initial focus), so this might be a symptom for 
9244         a larger parenting problem (set_ActiveControl
9245         is being called but the child control does
9246         not have the parent set yet?)   
9247         
9248 2006-10-31  Mike Kestner  <mkestner@novell.com>
9249
9250         * MenuAPI.cs : fix keynav when menu is click activated.
9251
9252 2006-10-31  Jonathan Pobst  <monkey@jpobst.com>
9253
9254         * ToolStrip*: Version 0.2.
9255
9256         * MenuStrip.cs: Version 0.1.
9257
9258         * Form.cs: Add a 2.0 MenuStrip tracker like the 1.1 Menu one.
9259
9260 2006-10-30  Chris Toshok  <toshok@ximian.com>
9261
9262         [ fixes the oversized notify icon issue in bug #79745 ]
9263         
9264         * NotifyIcon.cs: scale the icon down to the size we're given by
9265         the XplatUI layer (this would be faster if we did it once instead
9266         of whenever we paint..)  Also, remove the WM_NCPAINT handling,
9267         since it's never invoked.
9268
9269         * XplatUIX11.cs: the gnome and kde systrays use icons that are 24
9270         pixels high by default, so let's hardcode our systray icon to that
9271         size.  The SYSTEM_TRAY protocol should really have a way for
9272         client apps to query for the correct icon size.. but oh well.  A
9273         couple of patches to deal with the screwy client_window ==
9274         whole_window notifyicon stuff (we don't want to PerformNCCalc, for
9275         instance, and also make sure we don't XSelectInput twice).
9276
9277 2006-10-30  Chris Toshok  <toshok@ximian.com>
9278
9279         * Control.cs: ugh, the unit test fix (CH11, yesterday) breaks when
9280         recreating forms.  Control recreation is the bane of my existence.
9281         Fix it in a way that keeps everyone happy.
9282
9283 2006-10-30  Chris Toshok  <toshok@ximian.com>
9284
9285         * XplatUIX11.cs: use StructureNotifyMask on all whole_windows, not
9286         just non-CHILD ones.  otherwise sometimes scrollbars end up with
9287         client_windows not being resized to the proper size (ReportBuilder
9288         shows this extremely well).
9289
9290 2006-10-30  Chris Toshok  <toshok@ximian.com>
9291
9292         * XplatUIX11.cs (SetWMStyles): reinstate the XSetTransientForHint
9293         for non-WS_EX_APPWINDOW windows.  This is what keeps them from
9294         showing up in the gnome taskbar.  Fixes bug #79790.
9295
9296 2006-10-30  Chris Toshok  <toshok@ximian.com>
9297
9298         * ApplicationContext.cs: guard against a NRE.
9299
9300         * Application.cs: null out the old MainForm for the context, so we
9301         don't try to use it again once it's disposed.  Fixes bug #79783.
9302
9303 2006-10-30  Chris Toshok  <toshok@ximian.com>
9304
9305         * DataGrid.cs (set_DataSource, set_DataMember): if we have a
9306         BindingContext, set the data source directly, otherwise do the
9307         lazy approach - the actual ListManager will be created when we get
9308         a BindingContext. Fixes bug #79700.
9309
9310 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
9311
9312         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
9313           XplatUIX11.cs: Remove old 2 parameter SetVisible.
9314
9315         * Control.cs: Use the new 3 parameter SetVisible with activate = true.
9316
9317 2006-10-30  Jonathan Pobst  <monkey@jpobst.com>
9318
9319         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Add an overload
9320         of SetVisible that allows a window to be shown, but not activated.
9321         This is needed on Windows for MenuStrip, and can probably be used
9322         with MainMenu and ComboBox to fix the focus stealing issues on
9323         Windows.
9324
9325         * XplatUIOSX.cs, XplatUIX11.cs: Not needed, call existing SetVisible.
9326
9327 2006-10-30  Alexander Olk  <alex.olk@googlemail.com>
9328
9329         * PictureBox.cs: Fix the output of the ToString method.
9330
9331 2006-10-29  Chris Toshok  <toshok@ximian.com>
9332
9333         * Control.cs (get_TopLevelControl): fix bug #79781.
9334
9335 2006-10-29  Chris Toshok  <toshok@ximian.com>
9336
9337         * ListControl.cs (set_DataSource): throw Exception here, not
9338         ArgumentException, to match MS behavior.
9339
9340 2006-10-29  Chris Toshok  <toshok@ximian.com>
9341
9342         * Form.cs: remove the try-catch's around calls to GetWindowState.
9343         We can just check the return value.
9344
9345         * XplatUIX11.cs: don't throw exceptions from GetWindowState.
9346         Instead return -1.
9347
9348         * XplatUI.cs: Add note about additional return value for
9349         GetWindowState.
9350
9351 2006-10-29  Chris Toshok  <toshok@ximian.com>
9352
9353         * Control.cs (CreateHandle): when we create our handle, we also
9354         create the handles of our child controls.  Fixes one of the
9355         Control unit tests (CH11).
9356
9357 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
9358
9359         * MimeIcon.cs: If a gnome icon doesn't exist add a default icon.
9360
9361 2006-10-28  Alexander Olk  <alex.olk@googlemail.com>
9362
9363         * ThemeClearlooks.cs: A little speedup.
9364
9365 2006-10-27  Chris Toshok  <toshok@ximian.com>
9366
9367         * Control.cs: implement Control.FromChildHandle in a way that
9368         matches the docs (and fixes the failed test.)
9369
9370 2006-10-27  Chris Toshok  <toshok@ximian.com>
9371
9372         * DataGridTableStyle.cs: reproduce buggy MS behavior (with
9373         comments).
9374
9375         * DataGrid.cs: implement ResetForeColor such that the tests
9376         succeed.
9377         
9378 2006-10-27  Chris Toshok  <toshok@ximian.com>
9379
9380         * ToolBarButton.cs: setting text/tooltiptext to null results in it
9381         being set to "".  Fixes bug #79759.
9382
9383 2006-10-27  Jackson Harper  <jackson@ximian.com>
9384
9385         * TextControl.cs: We need to clear the entire selection area when
9386         setting the start, otherwise multiline selections are still
9387         visible.
9388
9389 2006-10-26  Chris Toshok  <toshok@ximian.com>
9390
9391         * PropertyGridView.cs: 
9392
9393         - ifdef all the code specific to the double
9394         buffer case, and provide some alternatives in the non-doublebuffer
9395         code, which makes heavy use of XplatUI.ScrollWindow to move things
9396         around without having to invalidate (and cause flicker).  There
9397         are still some drawing problems in the non-doublebuffered case, so
9398         DOUBLEBUFFER is defined by default.
9399
9400         - Fix the way dropdowns are handled.  now we explicitly watch for
9401         the events which might cause the dropdown to close, and break out
9402         of the nested event loop there.  This gets rid of all Capture
9403         code, at the expense of the Msg special casing.  Seems to work,
9404         though, and fixes bug #79743.
9405
9406 2006-10-27  Rolf Bjarne Kvinge <RKvinge@novell.com>
9407         * Control.cs: SetIsRecreating now recreates implicitly added
9408         child controls as well. Finally fixes #79629. The flag passed to 
9409         SetIsRecreating has also been removed since it wasn't used.
9410         
9411 2006-10-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
9412
9413         * PageSetupDialog.cs: Clean some code, fix some bits, 
9414         add some checks, and add a printer sub-dialog.
9415
9416 2006-10-26  Chris Toshok  <toshok@ximian.com>
9417
9418         * PropertyGrid.cs: make set_SelectedObject call
9419         set_SelectedObjects, and move the duplicate logic to the
9420         SelectedObjects setter.  Also, raise SelectedObjectsChanged.
9421
9422         * PropertyGridView.cs: hide the textbox when we get a
9423         SelectedObjectsChanged event.
9424
9425         Fixes bug #79748.
9426
9427 2006-10-26  Chris Toshok  <toshok@ximian.com>
9428
9429         * PropertyGridView.cs: deal with the type converter not supporting
9430         GetStandardValues() or GetStandardValues() returning null, which
9431         is does in the default case.  Fixes #79742.
9432
9433 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
9434
9435         * CheckedListBox.cs: nunit no longer crashes when selecting 
9436         Project/Edit menu option
9437         
9438 2006-10-25  Andreia Gaita <shana.ufie@gmail.com>
9439
9440         * MenuAPI.cs: prevent ExecFocusedItem from blowing up if there
9441         is no menu selected. fixes #79739
9442
9443 2006-10-25  Chris Toshok  <toshok@ximian.com>
9444
9445         * PropertyGridView.cs: factor out the splitter invalidation code
9446         into the SplitterPercent setter, and for kicks implement the
9447         Ctrl-Left/Ctrl-Right handling that moves the splitter by a small
9448         amount in either direction.
9449
9450 2006-10-25  Chris Toshok  <toshok@ximian.com>
9451
9452         * PropertyGridView.cs: do some cleanup of the brush used to draw
9453         text - read only fields should be grayed out.  not sure how to do
9454         this with the textbox, though.  but the textbox's should also be
9455         readonly now at least.  Also, hide/show the textbox when resizing
9456         the control.
9457         
9458         * CursorConverter.cs: use System.Reflection when getting the
9459         properties of Cursors, as TypeDescriptor.GetProperties isn't
9460         returning static properties.
9461
9462 2006-10-25  Chris Toshok  <toshok@ximian.com>
9463
9464         * PropertyGridView.cs: factor out the up/down handling, and reuse
9465         it for page up/down.  also add End/Home support.
9466
9467 2006-10-25  Chris Toshok  <toshok@ximian.com>
9468
9469         * PropertyGridView.cs:
9470
9471         - ensure the selected grid item is visible in the scrolled area,
9472         fixes bug #79572.
9473
9474         - fix Keys.Down handling when you're on the last item in the
9475         propertygrid.
9476
9477 2006-10-25  Mike Kestner  <mkestner@novell.com>
9478
9479         * MenuAPI.cs : set the ActiveTracker for MainMenu non-popup 
9480         clicks too.  Fixes #79725.
9481
9482 2006-10-24  Chris Toshok  <toshok@ximian.com>
9483
9484         * PropertyGrid.cs: use property.Converter instead of
9485         TypeDescriptor.GetConverter(property.PropertyType), so we catch
9486         TypeConverters declared on the property as well as on the
9487         PropertyType.  Fixes bug #79678.
9488
9489 2006-10-24  Alexander Olk  <alex.olk@googlemail.com>
9490
9491         * MimeIcon.cs, Mime.cs:
9492           Fallback to the default platform handler if no shared mime info
9493           stuff exists (fixes #79693).
9494
9495 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
9496         * ContainerControl.cs: Incorrect contains check in ActiveControl 
9497         from previous fix (duh).
9498
9499 2006-10-20  Chris Toshok  <toshok@ximian.com>
9500
9501         * PropertyGridView.cs: the dropdown should be MIN(number of items
9502         in list, 15).  Fixes #79551.
9503
9504 2006-10-20 Andreia Gaita <shana.ufie@gmail.com>
9505         Fixes #79384, #79394, #79652, #79667
9506         * Application.cs: 
9507         
9508         - Modal windows are now destroyed in the proper order for windows
9509         
9510         * ContainerControl.cs:
9511         
9512         - ActiveControl setter has more conditions on when to return:
9513                 - if we're reselecting the active control, but it actually
9514                 didn't have focus (window hidden or some such), it runs
9515                 - if the active control being selected doesn't actually 
9516                 exist in the container, it returns
9517         
9518         * Form.cs
9519         
9520         - The ShowDialog now gets the current form as the owner when
9521         invoking without parameters, and correctly activates the owner 
9522         when returning
9523         
9524         * MessageBox.cs
9525         
9526         - MessageBox now catches the Escape key to exit
9527
9528 2006-10-20  Chris Toshok  <toshok@ximian.com>
9529
9530         * PropertyGridView.cs: fix a number of issues (bug #78565, and
9531         most of bug #79676):
9532
9533         - you can navigate around the property grid with the arrow keys.
9534
9535         - the dropdown is sized properly when the pg has a vertical
9536         scrollbar.
9537
9538         - fix the indentation for subentries, and properly select the
9539         entire label rect.
9540
9541         - fix the gray bar's drawing (only draw it to the last element,
9542         not for the height of the control.  Also make sure we draw that
9543         last horizontal grid line.
9544
9545         - use the same mechanism the datagrid uses wrt the editing textbox
9546         when scrolling/resizing/etc.  Namely, we hide it first, do the
9547         operation, then show it again (if it's still visible).
9548         
9549         - aggressively remove a lot of unnecessary refreshes (and also
9550         calls to Invalidate(). call more limited variants, and only redraw
9551         what we need.)
9552         
9553         * PropertyGrid.cs:
9554
9555         - when we're populating the merged collection, fill in the UI
9556         parent with either the passed in item, or the category item we
9557         create.
9558
9559         - remove the Refresh call from the BorderHelpControl.OnSizeChanged.
9560
9561         * GridItem.cs: drop some fully qualified names.
9562         
9563         * GridEntry.cs: add a "UIParent", which is basically the parent
9564         treenode.
9565
9566         * GridItemCollection.cs: add an IndexOf method.
9567
9568 2006-10-20  Mike Kestner  <mkestner@novell.com>
9569
9570         * MainMenu.cs : go back to Draw in OnMenuChanged.  Until we get
9571         a working win32 NC invalidation mechanism, we can't invalidate
9572         menus.  [Fixes #79705]
9573
9574 2006-10-20  Mike Kestner  <mkestner@novell.com>
9575
9576         * ListBox.cs : don't update the VScrollbar if the list is empty,
9577         just hide it.  [Fixes #79692]
9578
9579 2006-10-20  Jackson Harper  <jackson@ximian.com>
9580
9581         * RichTextBox.cs: Handle some special chars better, and don't skip
9582         the entire group when we encounter a special char that we don't
9583         handle correctly.
9584
9585 2006-10-18  Chris Toshok  <toshok@ximian.com>
9586
9587         * PropertyGridView.cs: address a number of issues from bug #79676,
9588         mostly of the cosmetic variety.
9589
9590         - The highlight rectangle for indented items not extends all the
9591         way to the left.
9592
9593         - Indented items aren't indented so much.
9594
9595         - the dropdown is properly sized width-wise if the pg has a
9596         vertical scrollbar.
9597
9598 2006-10-18  Chris Toshok  <toshok@ximian.com>
9599
9600         * XplatUIX11.cs (SystrayAdd): a rather convoluted change, but the
9601         systray stuff is rather convoluted to begin with.
9602
9603         systray icons are a single window for some reason (that I haven't
9604         figured out yet), and for them, client_window == whole_window.
9605         Given the way the tests are structured elsewhere to determine
9606         which paints are pending (client vs. nc), that situation will
9607         always yield PAINT, not NCPAINT.  So, if we have a pending
9608         nc_expose and no pending expose, remove the hwnd from the paint
9609         queue, and also set nc_expose_pending to false, to keep us from
9610         blocking further expose's adding the hwnd to the paint queue.
9611
9612         phew.  like i said, a rather convoluted change.  Fixes the
9613         notifyicon repaint issues in bug #79645.
9614
9615 2006-10-18  Chris Toshok  <toshok@ximian.com>
9616
9617         * Form.cs: when getting the backcolor of the form, don't get
9618         base.BackColor, as this allows parents to influence the background
9619         color.  This breaks mdi forms.  Instead, if the background_color
9620         is empty, return the default.
9621
9622 2006-10-18  Chris Toshok  <toshok@ximian.com>
9623
9624         * XplatUIX11.cs: change some debug ifdefs, and return XGetParent
9625         to being private instead of internal static.
9626
9627         * Control.cs: remove all the stupid ParentWaitingOnRecreation
9628         crap, it wasn't working for more deeply nested controls anyway,
9629         and we already have the is_recreating flag - use that instead.
9630         Before calling DestroyHandle in RecreateHandle, recurse through
9631         the control tree setting it to true.  this returns the recreate
9632         code to much of its original simplicity, while now guaranteeing we
9633         actually recreate everything we're supposed to.  This change gets
9634         fyireporting actually showing mdi children.
9635
9636 2006-10-17  Chris Toshok  <toshok@ximian.com>
9637
9638         * Form.cs: remove some debug spew, and collapse some duplicate
9639         code at the end of SetClientSizeCore.
9640
9641         * XplatUIX11.cs: 
9642         - add some more debug spew here too wrt Destroy handling.
9643         - don't call hwnd.Dispose in DestroyWindow, it's effectively done
9644         in Control's handling of WM_DESTROY.
9645         - Remove the handling of zombie window DestroyNotifies from the
9646         event loop - we don't need it.  Now the only DestroyNotifies we
9647         actually handle are ones generated by X.
9648         - When sending _NET_ACTIVE_WINDOW, the first param should be 1, to
9649         match gtk's (functioning) handling of this. This keep metacity
9650         from leaving droppings in the form of wm borders with no window
9651         contents all over the place.
9652
9653         * Control.cs:
9654         - add a bunch of debug spew wrt control recreation.
9655         - fix a bug where we weren't tracking Visible properly on
9656         recreated hwnds.
9657         - fixed the WM_PAINT double buffer handling to support re-entrant
9658         calls (yes, i know it's gross, but it's happening to us).
9659
9660 2006-10-17  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
9661         * ThemeWin32Classic.cs: changed drawing of selected days
9662         to make them look better.
9663
9664 2006-10-16  Chris Toshok  <toshok@ximian.com>
9665
9666         * Hwnd.cs: replace the user_data/client_dc/non_client_dc with
9667         drawing_stack.  Nuke the ClientDC/NonClientDC properties.
9668
9669         * XplatUIX11.cs: move away from using hwnd.client_dc and
9670         hwnd.non_client_dc and on to a stack of dc's (and in window's
9671         case, PAINTSTRUCT's), so we can deal with nested Paint calls
9672         without puking or not disposing of Graphics objects.
9673
9674         * XplatUIOSX.cs: same.
9675
9676         * XplatUIWin32.cs: same.
9677
9678 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
9679
9680         * FileDialog.cs: Don't call on_directory_changed inside
9681           OnSelectedIndexChanged (it changes the SelectedIndex too).
9682           Instead move it to OnSelectionChangeCommitted.
9683
9684 2006-10-13  Chris Toshok  <toshok@ximian.com>
9685
9686         * XplatUIX11.cs: more Destroy work.  the current code does the
9687         following things, in order:
9688
9689         1. Enumerates all handles of all controls at or below the one
9690         being destroyed, in pre-order.  As it is doing this, it marks the
9691         handles as zombie and clears all references to them.
9692         
9693         2. calls XDestroyWindow on the window passed in.
9694
9695         3. SendMessage's WM_DESTROY to all he handles in the accumulated
9696         list.
9697
9698 2006-10-13  Chris Toshok  <toshok@ximian.com>
9699
9700         * XplatUIX11.cs: set hwnd.zombie to true before calling
9701         SendMessage (WM_DESTROY).  this keeps us from marking the new
9702         window a zombie, and also keeps us from calling sendmessage at
9703         all.
9704
9705 2006-10-13  Jackson Harper  <jackson@ximian.com>
9706
9707         * TextControl.cs: Do not show the caret and selection at the same
9708         time.  Reduces ugliness by 35%.
9709
9710 2006-10-13  Chris Toshok  <toshok@ximian.com>
9711
9712         * XplatUIX11.cs (SendWMDestroyMessages): set the hwnd to be a
9713         zombie after we do the recursive call, so we actually do call
9714         SendMessage on the children controls.
9715         (GetMessage): if we find a pending paint event for a zombie hwnd,
9716         remove the hwnd from the paint queue, or else it will always be
9717         there (and we'll effectively loop infinitely)
9718
9719 2006-10-13  Mike Kestner  <mkestner@novell.com>
9720
9721         * MenuItem.cs : add Selected format under keynav too.
9722         Fixes #79528.
9723
9724 2006-10-13  Gert Driesen  <drieseng@users.sourceforge.net>
9725
9726         * PropertyGrid.cs: Fixed some NRE's and small difference between our
9727         implementation and that of MS.
9728
9729 2006-10-13  Chris Toshok  <toshok@ximian.com>
9730
9731         * Control.cs (OnInvalidated) only futz with the invalid_region if
9732         the control is double buffered.  this fixes the apparent hang in
9733         the ListView unit tests.  Someone needs to make the
9734         BeginEndUpdateTest not call OnInvalidated 15004 times, though..
9735
9736 2006-10-13  Chris Toshok  <toshok@ximian.com>
9737
9738         * PropertyGridView.cs:
9739
9740         - do a little refactoring so that only one place calls
9741         dropdown_form.Hide, and that is CloseDropDown.  make everywhere
9742         else call that.  Also make it Refresh, since there are redraw bugs
9743         otherwise (we should take a look at that...)
9744
9745         - do a little more refactoring work to share the body of code
9746         involved with the drop down.  it was duplicated in the code
9747         dealing with the listbox handling and in the code dealing with the
9748         UITypeEditors.
9749
9750         - add a Capture to the dropdown form's control once it's
9751         displayed, and add a MouseDown handler that checks to make sure
9752         the position is inside the control.  If it's not, close the
9753         dropdown.  This fixes #78190.
9754
9755         - in SetPropertyValueFromUITypeEditor, only call SetPropertyValue
9756         if the value is different than the initial value.
9757         
9758 2006-10-13  Andreia Gaita  <shana.ufie@gmail.com>
9759
9760         * Control.cs: see #78650
9761         - Fixed GetNextControl for several cases:
9762                 - Changed FindFlatForward to return 
9763                 correct sibling control when more than one
9764                 control has same TabIndex as the currently 
9765                 focused one.
9766                 - Changed FindFlatBackward to loop children
9767                 from last to first and apply same logic as in
9768                 FindFlatForward
9769                 - Changed FindControlForward to search for
9770                 children when control is not a container
9771                 but has children, or search for siblings if
9772                 control is a container...
9773                 - Changed FindControlBackward   to continue
9774                 searching for child controls when hitting 
9775                 Panel-like parents
9776                 
9777         - Fixed Focus method to update ActiveControl
9778         (FocusTest.FocusSetsActive failure)
9779         
9780         * TabControl.cs:
9781         - Focus rectangle now refreshes when gaining
9782         or losing focus
9783         - Removed grab for Tab key on IsInputKey that 
9784         was keeping tab navigation from working (#78650)
9785
9786 2006-10-13  Chris Toshok  <toshok@ximian.com>
9787
9788         * PropertyGridView.cs:
9789         - Rewrite SetPropertyValue to loop over SelectedGridItem's
9790         SelectedObjects.
9791
9792         - Deal with GridItem.Value == null a few places.
9793
9794         * PropertyGrid.cs: 
9795         - replace the PopulateGridItemCollection with a pair of methods
9796         which compute the intersection of all the properties in the
9797         SelectedObjects array.  Fixes #79615.
9798
9799         - Throw ArgumentException from set_SelectedObjects if there's a
9800         null in the array.
9801
9802         - Add GetTarget method which can be used to traverse up the
9803         GridItem.Parent chain.  It depends on the assumption that
9804         selected_objects for different GridEntries are always in the same
9805         order (a safe assumption).  Use this method and loop over all the
9806         selected objects in the entry when calling RemoveValueChanged and
9807         AddValueChanged.
9808         
9809         * GridEntry.cs: Make this handle multiple selected objects.
9810         .Value returns null if not all the selected objects share the same
9811         value.
9812
9813 2006-10-12  Jonathan Pobst  <monkey@jpobst.com>
9814         * ToolStrip.cs, ToolStripButton.cs, ToolStripComboBox.cs,
9815           ToolStripControlHost.cs, ToolStripItem.cs, ToolStripLabel.cs,
9816           ToolStripProfessionalRenderer.cs, ToolStripProgressBar.cs,
9817           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs,
9818           ToolStripTextBox.cs: Add accessibility, fix attributes/API and
9819         add additional functionality.
9820
9821 2006-10-12  Mike Kestner  <mkestner@novell.com>
9822
9823         * ErrorProvider.cs : new ToolTipWindow ctor sig.
9824         * HelpProvider.cs : new ToolTipWindow ctor sig.
9825         * ToolTip.cs : remove ToolTip param from Window sig since it is
9826         not used.
9827         * ToolBar.cs : add tooltip support.  Fixes #79565.
9828
9829 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
9830
9831         * ComboBox.cs: move the events in set_SelectedIndex to 
9832         after the call to HighlightIndex in order to avoid 
9833         possible recursion and subsequent problems with the call
9834         to HighlightIndex and include a range check in 
9835         set_HighlightIndex. Fixes #79588
9836         
9837 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
9838
9839         * MonthCalendar.cs: When FirstDayOfWeek is default set firstday 
9840         to ui thread's settings instead of sunday. 
9841         * ThemeWin32Classic.cs: Localize the day string. Fixes #79563
9842
9843 2006-10-12  Rolf Bjarne Kvinge  <rolfkvinge@ya.com>
9844
9845         * DateTimePicker.cs
9846         * MonthCalendar.cs
9847         * ThemeWin32Classic.cs: rewrote DateTimePicker to fix bug #78364
9848         and implement missing functionality (selecting different parts 
9849         of the date and edit them individually with the keyboard).
9850         
9851 2006-10-11  Chris Toshok  <toshok@ximian.com>
9852
9853         * Control.cs (OnInvalidated): fix NRE relating to last change.
9854
9855 2006-10-11  Chris Toshok  <toshok@ximian.com>
9856
9857         * XplatUIX11.cs (SetWMStyles): make sure we include the MAXIMIZED
9858         atoms in _NET_WM_STATE here if the window is maximized.  We need
9859         to do this because we're *replacing* the existing _NET_WM_STATE
9860         property, so those atoms will be lost otherwise, and any further
9861         call to GetWindowState will return Normal for a window which is
9862         actually maximized.  Fixes #79338.
9863
9864 2006-10-11  Jackson Harper  <jackson@ximian.com>
9865
9866         * TextControl.cs: Special case for setting selection end to
9867         selection start, we basically kill the anchor.
9868         - some todo comments.
9869
9870 2006-10-11  Chris Toshok  <toshok@ximian.com>
9871
9872         * Control.cs: switch to using an "invalid_region" to track which
9873         parts of the image buffer need updating.  This is more code than
9874         the simple fix from r66532.  That version just attempted to always
9875         fill the entire buffer on redraw, which turns out to be
9876         inefficient when invalidating small rectangles.  This version
9877         simply adds the invalid rectangle to the invalid region.  When we
9878         get any WM_PAINT message we see if it can be filled using the
9879         image buffer, and if it can't (if the paint event's clip rectangle
9880         is visible in the invalid region) we first fill the image buffer.
9881         So, the image buffer is still a cache, we just fill it lazily.
9882
9883         * PaintEventArgs.cs: remove the SetClipRectangle method, we don't
9884         need it any longer.
9885
9886 2006-10-11  Chris Toshok  <toshok@ximian.com>
9887
9888         * XplatUIX11.cs (SetWindowPos): we need to update both position as
9889         well as size after calling XMoveResizeWindow.  This keeps us from
9890         ignoring future SetWindowPos calls.  Fixes the disappearing
9891         DateTimePicker in the ToolBarDockExample from bug #72499.
9892
9893 2006-10-11  Chris Toshok  <toshok@ximian.com>
9894
9895         * TextBoxBase.cs: reorder things a bit when it comes to
9896         resizing-causing-recalculation.  we were recalculating the
9897         document when our position was changed, which shouldn't happen.
9898         We only care about size changes.  Clear up some more redundant
9899         recalculation calls while I'm at it.  This makes the toolbar dock
9900         example snappy when you're just dragging toolbars around (since it
9901         causes a relayout whenever you move one.)
9902
9903 2006-10-11  Chris Toshok  <toshok@ximian.com>
9904
9905         * ToolBarButton.cs (get_Rectangle): this only returns
9906         Rectangle.Empty if Visible == false, or Parent == null.
9907         Parent.Visible doesn't matter.
9908
9909 2006-10-10  Chris Toshok  <toshok@ximian.com>
9910
9911         * Control.cs, PaintEventArgs.cs: "internal set { .. }" isn't loved
9912         by .net 1.1, so switch to an internal method instead.
9913
9914 2006-10-10  Chris Toshok  <toshok@ximian.com>
9915
9916         * Control.cs (WM_PAINT): when a control is double buffered we draw
9917         initially to the ImageBuffer and then copy from there.  But when a
9918         parent control which has child controls is double buffered, the
9919         initial drawing doesn't encompass the entire ClientRectangle of
9920         the parent control, so we end up with uninitialized bits (this is
9921         easily seen by dragging the top toolbar in
9922         wf-apps/ToolBarDockExample to the right, quickly).  The fix is to
9923         manually set the ClipRectangle of the paint_event (only the one we
9924         use to populate the ImageBuffer) to ClientRectangle.  Fixes more
9925         of the nastiness in bug #72499.
9926
9927         * PaintEventArgs.cs: Add an internal setter for ClipRectangle,
9928         which we use in Control.cs's WM_PAINT handling.
9929
9930 2006-10-10  Jackson Harper  <jackson@ximian.com>
9931
9932         * TextBoxBase.cs: Finish off the autoscrolling stuff.
9933
9934 2006-10-10  Chris Toshok  <toshok@ximian.com>
9935
9936         * Cursor.cs: Apply a slightly different patch to the one suggested
9937         in #79609.
9938
9939 2006-10-10  Jackson Harper  <jackson@ximian.com>
9940
9941         * MenuItem.cs: Make sure to put the mdi child in the hashtable,
9942         not the parent form.
9943         * TextControl.cs: use difference in old line count vs new count to
9944         calculate how many lines were added, this takes into account soft
9945         line breaks properly.
9946
9947 2006-10-10  Chris Toshok  <toshok@ximian.com>
9948
9949         * LinkLabel.cs: don't call MeasureCharacterRanges against a
9950         rectangle located at 0,0 and the size of the text.  Use
9951         ClientRectangle instead.  This fixes rendering of non-left aligned
9952         link labels.
9953
9954 2006-10-10  Jackson Harper  <jackson@ximian.com>
9955
9956         * TextBoxBase.cs: When we set the selection start position the
9957         caret.
9958         * TextControl.cs: Need to update the caret when we decrement it to
9959         zero.
9960         - Make sure that the selection_visible flag gets reset to false if
9961         the selection isn't visible.  Before this you could get it set to
9962         visible by changing the selection start, then changing the end to
9963         equal the start.
9964
9965 2006-10-09  Jackson Harper  <jackson@ximian.com>
9966
9967         * TreeView.cs: Don't update scrollbars when we aren't visible.
9968         * TreeNodeCollection.cs: Only need to update scrollbars if being
9969         added to an expanded visible node or the root node.
9970
9971 2006-10-09  Chris Toshok  <toshok@ximian.com>
9972
9973         * XplatUIX11.cs (SendMessage): fix NRE.
9974
9975 2006-10-09  Jackson Harper  <jackson@ximian.com>
9976
9977         * TextBoxBase.cs: Implement horizontal autoscrolling.
9978         * TextControl.cs: Add a movement types that allows moving forward
9979         and backwards without wrapping.
9980
9981 2006-10-09  Mike Kestner  <mkestner@novell.com>
9982
9983         * ListViewItem.cs : layout changes for wrapped LargeIcon labels
9984         with focus "expansion" of labels.  Fixes #79532 and then some.
9985         * ThemeWin32Classic.cs : add LineLimit to ListView label format
9986         when wrapping.
9987
9988 2006-10-09  Jackson Harper  <jackson@ximian.com>
9989
9990         * TextBoxBase.cs: Set the default max values to MaxValue since
9991         we use the scrollbar for autoscrolling and the default value is
9992         100.  If we don't do this the caret won't keep up with typing
9993         after about 18 characters.
9994         * TextControl.cs: Make sure the selection is offset by the
9995         viewport x.  This fixes selection when using auto scrolling.
9996
9997 2006-10-07  Andreia Gaita <shana.ufie@gmail.com>
9998         
9999         * Form.cs: The active control should be selected after the 
10000         OnLoad so that any child control initialization that affects
10001         the selection is done. Fixes #79406
10002
10003 2006-10-06  Chris Toshok  <toshok@ximian.com>
10004
10005         * XplatUIX11.cs: This is perhaps a dangerous change, but it seems
10006         to have no evil effects.
10007
10008         - Stop selecting StructureNotifyMask on non-toplevel windows.
10009
10010           The only way children should be resized is by using the SWF api,
10011           and we already send WM_WINDOWPOSCHANGED messages in those cases.
10012           Toplevel windows can be interacted with via the window manager,
10013           and so we keep the input mask there.
10014
10015           The other event StructureNotifyMask gives us (that we care
10016           about) is DestroyNotify.  The code is already structured such
10017           that it assumes we won't be getting a DestroyNotify event for
10018           the window we pass to XDestroyWindow (which is what
10019           StructureNotifyMask is supposed to guarantee.)  So, that code
10020           shouldn't be affected by this either.
10021
10022         - Stop selecting VisibilityChangeMask altogether.
10023
10024           We weren't doing anything with the resulting events anyway.
10025         
10026         This vastly reduces the number of X requests and events we see
10027         when resizing/laying out a large ui.
10028
10029 2006-10-06  Chris Toshok  <toshok@ximian.com>
10030
10031         * ScrollableControl.cs (DisplayRectangle): we need to take into
10032         account the DockPadding regardless of whether or not auto_scroll
10033         == true.  rework this slightly to this effect, and fix bug #79606,
10034         and part of #72499 (you can now see the drag handles and drag
10035         toolbars around).
10036
10037 2006-10-06  Gert Driesen  <drieseng@users.souceforge.net>
10038
10039         * ListViewItem.cs: Collections of selected and checked items are now
10040         dynamically rebuilt. Whenever an item is (un)checked or (de)selected
10041         we mark the collection "dirty".
10042         * ListView.cs: Marked collections readonly. Modified UpdateSelection
10043         to only clear SelectedItems when a new item is selected and MultiSelect
10044         is enabled. CheckedItems and SelectedItems now subscribe to Changed
10045         event of ListViewItemCollection, and mark its list dirty whenever
10046         that event is fire. This allows us to return selected/checked items 
10047         in the same order as they are in the Items collection. This matches
10048         the MS behavior.
10049
10050 2006-10-06  Chris Toshok  <toshok@ximian.com>
10051
10052         * NotifyIcon.cs (HandleMouseUp): only show the context menu on
10053         right mouse clicks.  Fixes bug #79593.
10054
10055 2006-10-06  Chris Toshok  <toshok@ximian.com>
10056
10057         * Splitter.cs: doh, fix splitters that don't want to cancel the
10058         movement when you drag them.  Also, impose the limits on the
10059         values we send to the SplitterMovingEvent.  Fixes #79598.
10060
10061 2006-10-06  Jackson Harper  <jackson@ximian.com>
10062
10063         * TextBoxBase.cs: Ignore whether or not the scrollbar is enabled,
10064         since we use this for auto scrolling also.
10065
10066 2006-10-05  Chris Toshok  <toshok@ximian.com>
10067
10068         * DataGridBoolColumn.cs: Nuke the code from ConcedeFocus.  I'm
10069         beginning to think that most datagrid column types don't need this
10070         method.  Fixes bug #79392.
10071
10072 2006-10-05  Chris Toshok  <toshok@ximian.com>
10073
10074         * DataGrid.cs: move back to a more lazy scheme for creating the
10075         CurrencyManager, so we aren't updating it every time you set
10076         either DataSource or DataMember.  Also, don't call
10077         RecreateDataGridRows if the currency manager hasn't changed.
10078
10079 2006-10-05  Chris Toshok  <toshok@ximian.com>
10080
10081         * ComboBox.cs: by the time the OnSelectionChangeCommitted event is
10082         emitted, SelectedIndex should already be updated.  Fixes bug
10083         #78929.
10084
10085 2006-10-05  Jonathan Pobst  <monkey@jpobst.com>
10086
10087         * ToolStripComboBox.cs, ToolStripControlHost.cs, ToolStripProgressBar,
10088           ToolStripTextBox.cs: Initial commit.
10089         * ToolStripItem.cs: Fixes for OnLayout, BackColor, Parent.
10090
10091 2006-10-05  Jackson Harper  <jackson@ximian.com>
10092
10093         * TabControl.cs: We need to invalidate the tab control area when
10094         new ones are added (duh).
10095
10096 2006-10-03  Chris Toshok  <toshok@ximian.com>
10097
10098         * Form.cs (ProcessDialogKey): if the focused control is in this
10099         form and is a button, call its PerformClick method here.  Fixes
10100         #79534.
10101
10102 2006-10-04  Jackson Harper  <jackson@ximian.com>
10103
10104         * TabPage.cs: Ignore setting of Visible, and add an internal
10105         method for setting the controls visibility.  TabPage's Visible
10106         property is a little strange on MS, this seems to make us
10107         compatible, and fixes cases where people set all the tab pages to
10108         visible.
10109         * TabControl.cs: Use the new internal setting on tab pages
10110         visibility.
10111
10112 2006-10-03  Mike Kestner  <mkestner@novell.com>
10113
10114         * ComboBox.cs : raise Click on ComboTextBox clicks. Fixes #79555.
10115
10116 2006-10-03  Mike Kestner  <mkestner@novell.com>
10117
10118         * ListView.cs : use is_visible instead of Visible to check if 
10119         scrollbars should be placed/sized.  Also some max_wrap_width
10120         love for LargeIcon view.  [Fixes #79533]
10121
10122 2006-10-03  Atsushi Enomoto  <atsushi@ximian.com>
10123
10124         * TextControl.cs :
10125           Make set_TextAlign() do actually update the align. Fixed #78403.
10126
10127 2006-10-03  Chris Toshok  <toshok@ximian.com>
10128
10129         * DataGrid.cs: fix a crash when switching datasources if the
10130         vertical scrollbar is at someplace other than Value = 0.  Also,
10131         reduce the number of recalculation passes we do in SetDataSource
10132         from 2 to 1.
10133
10134 2006-10-03  Jackson Harper  <jackson@ximian.com>
10135
10136         * TextBoxBase.cs: Move the if value the same bail check up, we
10137         don't want to empty the document if it is already empty, this
10138         seems to severly mess up the caret.  TODO: I should probably fix
10139         the empty statement to update teh caret somehow.
10140
10141 2006-10-03  Chris Toshok  <toshok@ximian.com>
10142
10143         * ThemeWin32Classic.cs, DataGrid.cs: some changes so that the
10144         incredibly hacky Windows.Forms FAQ autosize rows entry (it uses
10145         reflection, an internal row type, properties on said type, etc.)
10146         will work with our datagrid.  Fixes #79531.
10147
10148 2006-10-03  Alexander Olk  <alex.olk@googlemail.com>
10149
10150         * FileDialog.cs: Don't crash if a path is not accessible
10151           (System.UnauthorizedAccessException). Fixes #79569.
10152         * MimeIcon.cs: Workaround for a Uri bug. Unix paths/files can have
10153           a ':' too. Return unknown icon for those paths/files.
10154
10155 2006-10-03  Sebastien Pouliot  <sebastien@ximian.com>
10156
10157         * ToolTip.cs: Fix rare, but possible, NRE on MouseEnter when 
10158         GetContainerControl returns null.
10159
10160 2006-10-02  Chris Toshok  <toshok@ximian.com>
10161
10162         * XplatUIX11.cs (GetWindowState): use hwnd.client_window in the
10163         call to XGetWindowAttributes instead of "handle".  fixes an X
10164         error using notifyicon after the NotifyIconWindow to Form base
10165         class switch.
10166
10167 2006-10-02  Chris Toshok  <toshok@ximian.com>
10168
10169         * XplatUIX11.cs (QueryPointer): new function, encapsulating the
10170         server grab and looping we need to do to get down to the most
10171         deeply nested child window.
10172         (SetCursorPos): use QueryPointer instead of GetCursorPos, and call
10173         QueryPointer again after the WarpPointer so we can generate a
10174         proper (fake) MotionNotify event to be enqueued in the destination
10175         window's queue.
10176         (GetCursorPos): call QueryPointer.
10177
10178         Fixes #79556.
10179
10180 2006-10-02  Jackson Harper  <jackson@ximian.com>
10181
10182         * NotifyIcon.cs: Derive the notify icon from a form, so things
10183         like FindForm work on it.
10184         - Swallow the WM_CONTEXTMENU message, since that is generated on
10185         mouse down, and context menu is a mouse up kinda guy.  I believe
10186         the correct fix here is probably to make the notify icon entirely
10187         NC area, but this seems to work fine for anyone not manipulating
10188         WndProc.
10189
10190 2006-10-02  Jonathan Pobst  <monkey@jpobst.com>
10191
10192         * ToolStrip.cs, ToolStripButton.cs, ToolStripItem.cs,
10193           ToolStripItemCollection.cs, ToolStripLabel.cs,
10194           ToolStripProfessionalRenderer.cs, ToolStripRenderer.cs,
10195           ToolStripSeparator.cs, ToolStripSplitStackLayout.cs:
10196           Initial implementation.
10197         * TextRenderer.cs: Provide padding to MeasureText.
10198
10199 2006-10-02  Sebastien Pouliot  <sebastien@ximian.com>
10200
10201         * ButtonBase.cs: Fix CreateAccessibilityInstance to return an instance
10202         of ButtonBaseAccessibleObject. Fix bug #79552.
10203
10204 2006-10-02  Jackson Harper  <jackson@ximian.com>
10205
10206         * MdiWindowManager.cs: When maximizing use the containers client
10207         rect, not it's bounds, so nc area is accounted correctly.
10208         - Use the parent form's size for the menu position, since the
10209         client isn't always the full form size.
10210
10211 2006-10-01  Chris Toshok  <toshok@ximian.com>
10212
10213         * ScrollableControl.cs: make sure neither right_edge or
10214         bottom_edge are < 0, since they're used as LargeChange for the
10215         horiz/vert scrollbars respectively.  Fixes #79539.
10216
10217 2006-10-01  Chris Toshok  <toshok@ximian.com>
10218
10219         * NotifyIcon.cs: add NotifyIconWindow.InternalRecreateHandle, so
10220         the xplatuix11 code can cause us to destroy/recreate our handle.
10221
10222         * XplatUIX11.cs
10223         (SystrayAdd):
10224         - this code can be invoked many times for the same Hwnd.  Make
10225           sure we only destroy the client window once (the first time this
10226           method is called).  This fixes bug #79544.
10227         - Remove the call to the improperly bound XSync.  why we had two
10228           bindings to this, I will never know, but this call resulted in
10229           events being discarded from the queue(!).
10230         - correct a misunderstanding of _XEMBED_INFO - the second atom is
10231           not our current state but the state we wish to be in.  So, 0 if
10232           we don't want to be mapped.  Change it to 1.
10233         (SystrayRemove): The XEMBED spec makes mention of the fact that
10234         gtk doesn't support the reparent of client windows away from the
10235         embedder.  Looking at gtksocket-x11.c seems to agree with this.
10236         The only avenue we have for removing systray icons is to destroy
10237         them.  We don't want the handle to go away for good, though, so
10238         call InternalRecreateHandle on the NotifyIconWindow.  Fixes
10239         #79545.
10240         
10241 2006-10-01  Chris Toshok  <toshok@ximian.com>
10242
10243         * Form.cs (WndProc): inline the native_enabled variable usage into
10244         the cases in which it's used.  Fixes #79536.
10245
10246 2006-09-29  Mike Kestner  <mkestner@novell.com>
10247
10248         * ListView.cs : toggle the selection state for ctrl clicks in 
10249         multiselect mode. [Fixes #79417]
10250
10251 2006-09-29  Mike Kestner  <mkestner@novell.com>
10252
10253         * ListView.cs : kill CanMultiSelect and refactor the selection
10254         code to support multiselection in the absence of mod keys. Steal
10255         arrow/home/end keys by overriding InternalPreProcessMessage to
10256         restore regressed keynav behavior.
10257         [Fixes #79416]
10258
10259 2006-09-29  Jackson Harper  <jackson@ximian.com>
10260
10261         * MdiClient.cs: Repaint the titlebars when the active window is
10262         changed.
10263
10264 2006-09-29  Chris Toshok  <toshok@ximian.com>
10265
10266         * Application.cs: when entering a runloop with a modal, make sure
10267         the hwnd is enabled.  Fixes #79480.
10268
10269 2006-09-29  Chris Toshok  <toshok@ximian.com>
10270
10271         * DataGrid.cs (CurrentCell): if we try to navigate to the add row
10272         when ListManager.CanAddRows == false, bump us back one.
10273
10274         * DataGridColumnStyle.cs (ParentReadOnly): remove the
10275         listmanager.CanAddRows check.  This makes ArrayLists uneditable
10276         using a datagrid, which is not right.
10277         (SetColumnValueAtRow): call IEditable.BeginEdit if source[rowNum]
10278         is an IEditable, but call property_descriptor.SetValue regardless.
10279         fixes #79435.
10280
10281 2006-09-29  Chris Toshok  <toshok@ximian.com>
10282
10283         * DataGridBoolColumn.cs: we need to test equality in the face of
10284         possible null values (as is the case with the default NullValue).
10285         This patch keeps us from crashing in that case.
10286
10287 2006-09-29  Jackson Harper  <jackson@ximian.com>
10288
10289         * TreeNodeCollection.cs: Don't do a recalculate/updatescrollbars
10290         here, since it will get called for every node collection in the
10291         tree. This is now done in the treeview once the sorting is
10292         finished.
10293         * TreeView.cs: Recalculate the visible order, and update the
10294         scrollbars after sorting, set the top nope to the root so that the
10295         recalc actually works.
10296
10297 2006-09-29  Chris Toshok  <toshok@ximian.com>
10298
10299         * LinkLabel.cs: more handling of the default link collection in
10300         the face of LinkArea manipulation.  The default link collection
10301         contains 1 element (start=0,length=-1).  If the user sets LinkArea
10302         to anything and the links collection is the default, clear it.
10303         Then only add the link if its nonempty.  Fixes #79518.
10304
10305 2006-09-29  Chris Toshok  <toshok@ximian.com>
10306
10307         * LinkLabel.cs (CreatePiecesFromText): calculate the length of a
10308         piece correctly when we hit a '\n'.  Fixes #79517.
10309
10310 2006-09-29  Chris Toshok  <toshok@ximian.com>
10311
10312         * MimeIcon.cs, ThemeGtk.cs, X11DesktopColors.cs, XplatUIX11GTK.cs:
10313         change the binding of gdk_init_check to take two IntPtr's, and
10314         pass IntPtr.Zero for both of them.  Fixes #79520.
10315
10316 2006-09-29  Mike Kestner  <mkestner@novell.com>
10317
10318         * ComboBox.cs : raise TextChanged on ComboTextBox.TextChanged.
10319         [Fixes #78779]
10320
10321 2006-09-28  Jackson Harper  <jackson@ximian.com>
10322
10323         * XplatUIX11.cs: When translating NC messages make sure we go from
10324         whole window to screen, not client window to screen.
10325         * MdiClient.cs: Remove the calls to PaintWindowDecorations, this
10326         method doesn't exist
10327         - Skip over controls that aren't forms when arranging.
10328
10329 2006-09-28  Jackson Harper  <jackson@ximian.com>
10330
10331         * XplatUIWin32.cs: Clip the rect to the parent window.
10332         * XplatUIStructs.cs: Add clipping modes struct.
10333         * InternalWindowManager.cs: New private method that factors title
10334         bar heights in when calculating the pos of an NC mouse message.
10335         - Use SendMessage to force a paint when the form's size is changed
10336         instead of painting the decorations immediately.
10337         - Don't let the NC button click messages get to DefWndProc,
10338         because they will attempt to handle windowing themself, and this
10339         messes up z-order (it will put them in front of the scrollbars).
10340         * XplatUIX11.cs: Make sure that we don't reset window managers if
10341         we already have one (ie the window is an MDI window).
10342
10343 2006-09-28  Chris Toshok  <toshok@ximian.com>
10344
10345         * MainMenu.cs: fix #79405 by way of a disgusting hack.  all the
10346         menu code really needs going over.
10347
10348 2006-09-27  Chris Toshok  <toshok@ximian.com>
10349
10350         * XplatUIX11.cs (SetWMStyles): more metacity wonderment.  turns
10351         out metacity ignores the MAXIMIZE_HORZ/VERT messages unless the
10352         window is maximizable.  So, we need to make sure that even if we
10353         clear the border/wm frame of those functions, they're still
10354         available (basically, we remove the decoration without removing
10355         the function).  Half the fix for #79338.
10356
10357 2006-09-27  Chris Toshok  <toshok@ximian.com>
10358
10359         * DataGrid.cs (ProcessGridKey): implement Shift-Tab handling.
10360         Fixes bug #79515.
10361
10362 2006-09-27  Chris Toshok  <toshok@ximian.com>
10363
10364         * Splitter.cs: reorder things a bit so that we don't actually
10365         draw/move the splitter until after calling OnSplitterMoving.  This
10366         lets users cancel/disallow the movement by explicitly setting
10367         event.SplitX/SplitY.  Fixes #79372.
10368
10369 2006-09-27  Jackson Harper  <jackson@ximian.com>
10370
10371         * XplatUIX11.cs: Don't hide the caret when it is being destroyed,
10372         because it is most likely on a window being destroyed, and that
10373         will give us an X11 error.
10374
10375 2006-09-27  Chris Toshok  <toshok@ximian.com>
10376
10377         * PropertyGridView.cs: half of the fix for #78190.  Clicking on
10378         the dropdown button now toggles between showing and hiding the
10379         dropdown.  Also, get rid of dropdown_form_showing and just use
10380         dropdown_form.Visible.  We still don't do a grab, but I'll leave
10381         that part to someone who has handled Capture-fu before.
10382
10383 2006-09-27  Chris Toshok  <toshok@ximian.com>
10384
10385         * DataGrid.cs: return false if alt isn't pressed when '0' is
10386         pressed.  this keeps the '0' key from being swallowed, and fixes
10387         bug #79350.
10388
10389 2006-09-27  Chris Toshok  <toshok@ximian.com>
10390
10391         * ComboBox.cs: use Invalidate when scrolling the dropdown list.
10392         Calling Refresh (in response to a scrollbar event) screws up the
10393         scrollbar painting.  Fixes bug #78923.
10394
10395 2006-09-27  Chris Toshok  <toshok@ximian.com>
10396
10397         * Theme.cs (SystemResPool): make the "if hashtable[key] == null
10398         then insert into hashtable" blocks threadsafe.
10399
10400 2006-09-27  Chris Toshok  <toshok@ximian.com>
10401
10402         * MessageBox.cs (CreateParams): the styles should be |'ed with our
10403         baseclass's, since otherwise the
10404         ControlBox/MinimizeBox/MaximizeBox assignments above have no
10405         effect.  This gets the close button back in messageboxes.
10406
10407 2006-09-27  Chris Toshok  <toshok@ximian.com>
10408
10409         * XplatUIX11.cs: make StyleSet and ExStyleSet check == with the
10410         flag, not just != 0.  this makes flags that are actually multiple
10411         bits (like WS_CAPTION) work.  fixes bug #79508.
10412
10413 2006-09-27  Jordi Mas i Hernandez <jordimash@gmail.com>
10414
10415         * PageSetupDialog.cs: add support for getting and settings the 
10416         paper size, source and orientation.
10417
10418 2006-09-26  Chris Toshok  <toshok@ximian.com>
10419
10420         * XplatUIX11.cs (SetWMStyles): turns out when SYSMENU is not set
10421         and caption == "", we need to remove the resize handles as well as
10422         the title bar.
10423
10424         * Control.cs (set_Text): turns out that setting Text on a form
10425         should change the WM styles on the window, since if ControlBox ==
10426         false, the only way to get a window border is to have a non-""
10427         Text property.  check winforms/forms/text.cs for an example.  so,
10428         call both XplatUI.SetWindowStyle and XplatUI.Text here to properly
10429         update both window styles and title.  This fixes a lot of dialogs
10430         (including the preferences dialog in MonoCalendar.)
10431
10432 2006-09-26  Chris Toshok  <toshok@ximian.com>
10433
10434         * XplatUIWin32.cs (SetParent): if parent == IntPtr.Zero (and the
10435         control isn't a Form), call Win32ShowWindow to hide the window,
10436         but don't update the control Visible property.  When we reparent
10437         back to a parent control, call SetVisible in order for the
10438         window's visibility to be reinstated.
10439
10440         * XplatUIX11.cs (SetParent): if hwnd.parent == null, reparent to
10441         the FosterParent.
10442
10443         * Control.cs (ControlCollection.Remove): remove that value.Hide()
10444         call for good, since it breaks MonoCalendar (and other things I'm
10445         sure.) Also, set all_controls to null *after* the owner calls,
10446         which end up regenerating it.
10447         (ChangeParent): allow new_parent to be == null, passing
10448         IntPtr.Zero down to XplatUI.
10449
10450         this fixes #79294 the right way.
10451
10452 2006-09-26  Mike Kestner  <mkestner@novell.com>
10453
10454         * GridEntry.cs : internal SetParent method.
10455         * PropertyGrid.cs : attach to property changed on the proper
10456         target if we have a hierarchical grid with subobjects. Setup
10457         GridItem.Parent for hierarchical items.
10458         * PropertyGridView.cs : Set value on the correct target for
10459         hierarchical grids. [Fixes #78903]
10460
10461 2006-09-26  Chris Toshok  <toshok@ximian.com>
10462
10463         * Control.cs (ChildNeedsRecreating): this should return true if
10464         either we're being recreated and the child is in our list, or our
10465         parent is waiting for our recreation.
10466
10467 2006-09-26  Chris Toshok  <toshok@ximian.com>
10468
10469         * Control.cs (ControlCollection.Remove): reinstate the
10470         value.Hide() call as suggested in bug #79294.
10471
10472 2006-09-26  Sebastien Pouliot  <sebastien@ximian.com>
10473
10474         * XplatUIX11.cs: Fixed SetCursorPos to move the cursor to screen
10475         coordinates (versus a relative move).
10476
10477 2006-09-26  Chris Toshok  <toshok@ximian.com>
10478
10479         * Control.cs: rework child recreation a little bit.  It turns out
10480         that we race between the DestroyNotify the WM_DESTROY message.  If
10481         the parent gets its DestroyNotify before the child gets the
10482         WM_DESTROY message, the child ends up not recreating (since the
10483         parent finishes its recreation on DestroyNotify, and the child
10484         checks ParentIsRecreating.)
10485
10486         So, instead we store off a list of all the child controls which
10487         need to be recreated when the parent control starts to recreate
10488         itself.  Then, when child controls get their WM_DESTROY message we
10489         check to see if they're in the parent's pending recreation list,
10490         and if so, we recreate.  This removes all dependency on ordering
10491         from the code and fixes the initial MonoCalendar upgrade dialog.
10492         
10493 2006-09-26  Jackson Harper  <jackson@ximian.com>
10494
10495         * TextControl.cs: Use the Line to get the length of the line,
10496         since soft line breaks can change the end line.
10497
10498 2006-09-26  Chris Toshok  <toshok@ximian.com>
10499
10500         * Control.cs (ControlCollection.AddImplicit): don't add the
10501         control again if it's already in one of our lists.  This keeps us
10502         from adding controls over and over again for comboboxes when their
10503         handle gets recreated (as the combobox adds implicit controls in
10504         OnHandleCreated).  Fixes the X11 errors in bug #79480.
10505
10506 2006-09-26  Jackson Harper  <jackson@ximian.com>
10507
10508         * TextControl.cs: When deleting characters make sure that any
10509         orphaned zero lengthed tags get deleted.
10510         - Fix ToString for zero lengthed tags.
10511
10512 2006-09-25  Jackson Harper  <jackson@ximian.com>
10513
10514         * TextControl.cs: When getting a tag at the location there can be
10515         multiple tags at the same spot, these are 0-lengthed tags that
10516         appear when extra formatting has been stuck in a location.  We
10517         need to pull out the last of these 0 lengthed tags.
10518
10519 2006-09-25  Jackson Harper  <jackson@ximian.com>
10520
10521         * TextControl.cs: Fix print out in debug method.
10522         * TextBoxBase.cs: When text is set bail if we are setting to the
10523         previous value.
10524         
10525 2006-09-24  Alexander Olk  <alex.olk@googlemail.com>
10526
10527         * FontDialog.cs: Fixed the up/down arrow keys issue from bug #79478.
10528           It is now possible to change the selected index in a FontXXXListBox
10529           with the up and down arrow keys from the FontXXXTextBoxes.
10530           Also, send the FontXXXTextBox mouse wheel event to the corresponding
10531           FontXXXListBoxes to match ms.
10532
10533 2006-09-22  Sebastien Pouliot  <sebastien@ximian.com>
10534
10535         * SystemInformation.cs: Return a clone of the theme's MenuFont because
10536         anyone can dispose it, anytime. All other properties returns enums, 
10537         structs or basic types so they don't need such tricks.
10538
10539 2006-09-22  Jackson Harper  <jackson@ximian.com>
10540
10541         * XplatUI.cs:
10542         * XplatUIWin32.cs:
10543         * Clipboard.cs:
10544         * DataFormats.cs:
10545         * XplatUIOSX.cs:
10546         * XplatUIDriver.cs: Update interface to add a primary selection
10547         flag, so the driver can use the primary selection buffer if
10548         needed.
10549         * XplatUIX11.cs: Allow the clipboard to retrieve from PRIMARY.
10550
10551         * RichTextBox.cs: We need to supply the data object to paste now
10552         (so we can choose to supply CLIPBOARD or PRIMARY).
10553         * TextBoxBase.cs: Supply data object to paste (see above).
10554         - Middle click uses the primary selection data object.
10555         
10556 2006-09-21  Chris Toshok  <toshok@ximian.com>
10557
10558         * XplatUIX11.cs: first little cleanup of the StyleSet (...) block
10559         of SetWMStyles.  It's still a rat's nest and is largely
10560         order-dependent which I dislike immensely.  This also fixes the X
10561         button disappearing from toplevel forms.
10562
10563 2006-09-21  Mike Kestner <mkestner@novell.com>
10564
10565         * ListBox.cs: move Jordi's click/dblclick raising code to the
10566         mouse up handler.
10567
10568 2006-09-21  Jordi Mas i Hernandez <jordimash@gmail.com>
10569
10570         * ListBox.cs: Fixes 79450
10571
10572 2006-09-21  Mike Kestner <mkestner@novell.com>
10573
10574         * TreeView.cs: guard against disposed conditions in UpdateScrollbars
10575         to deal with people updating the TreeNodeCollection after the tree
10576         is disposed.  "Fixes" 79330.
10577
10578 2006-09-20  Jackson Harper <jackson@ximian.com>
10579
10580         * TextControl.cs: Push the cursor record onto the undo stack
10581         before the delete action. This fixes 78651.
10582
10583 2006-09-20  Jonathan Chambers  <joncham@gmail.com>
10584
10585         * PropertyGridView.cs: Remove WindowStyles.WS_VISIBLE from
10586         CreateParams. Fixes 79329.
10587
10588 2006-09-19  Chris Toshok  <toshok@ximian.com>
10589
10590         * XplatUIX11.cs: a couple of blanket code massage passes to clean
10591         things up a bit.  First, get rid of the NetAtoms array (and the NA
10592         enum), and just embed the atoms as static fields.  Also, add a
10593         couple of functions (StyleSet and ExStyleSet) to clean up all the
10594         bitmask testing of styles.
10595
10596         * X11Structs.cs: remove the NA enum, not needed anymore.
10597         
10598 2006-09-19  Chris Toshok  <toshok@ximian.com>
10599
10600         * XplatUIX11.cs: apply Alexander's tool window fix for bug #79245
10601         (mapping them to _NET_WM_WINDOW_TYPE_UTILITY).  and add a little
10602         added cleanup to get MessageBox titles appearing again, which were
10603         broken by my earlier fix for caption-less/ControlBox-less windows.
10604
10605 2006-09-18  Jonathan Pobst <monkey@jpobst.com>
10606
10607         * ToolStripArrowRenderEventArgs.cs, ToolStripArrowRenderEventHandler.cs,
10608           ToolStripContentPanelRenderEventArgs.cs, ToolStripContentPanelRenderEventHandler.cs,
10609           ToolStripGripRenderEventArgs.cs, ToolStripGripRenderEventHandler.cs,
10610           ToolStripItemClickedEventArgs.cs, ToolStripItemClickedEventHandler.cs,
10611           ToolStripItemEventArgs.cs, ToolStripItemEventHandler.cs,
10612           ToolStripItemImageRenderEventArgs.cs, ToolStripItemImageRenderEventHandler.cs,
10613           ToolStripItemRenderEventArgs.cs, ToolStripItemRenderEventHandler.cs,
10614           ToolStripItemTextRenderEventArgs.cs, ToolStripItemTextRenderEventHandler.cs,
10615           ToolStripPanelRenderEventArgs.cs, ToolStripPanelRenderEventHandler.cs,
10616           ToolStripRenderEventArgs.cs, ToolStripRenderEventHandler.cs,
10617           ToolStripSeparatorRenderEventArgs.cs, ToolStripSeparatorRenderEventHandler.cs:
10618             Inital import.
10619         * ToolStripPanel.cs, ToolStripContentPanel.cs, ToolStripSeparator.cs,
10620           ToolStripButton.cs: Stubs needed for above.
10621         * ToolStrip.cs, ToolStripItem.cs: Stub a few variables/properties for above.
10622
10623 2006-09-15  Chris Toshok  <toshok@ximian.com>
10624
10625         * XplatUIX11.cs:
10626         - make the MessageQueues hashtable Synchronized.
10627         
10628         - SendMessage: if the Hwnd is owned by a different thread, use the
10629         AsyncMethod stuff to dispatch the SendMessage on the hwnd's
10630         thread.  Fixes bug #79201.
10631
10632 2006-09-15  Chris Toshok  <toshok@ximian.com>
10633
10634         * XplatUIX11.cs (SetWMStyles): rework the #79368 fix slightly.  If
10635         ControlBox == false, we disallow maximize/minimize/close.  If the
10636         form Caption is "" we also disallow move (and get rid of the Title
10637         decoration).  Unfortunately, regardless of how things are set,
10638         we're stuck with the Title and WM menu.
10639
10640 2006-09-15  Chris Toshok  <toshok@ximian.com>
10641
10642         * Application.cs: add locking around the static message_filters
10643         ArrayList, part of #79196.
10644
10645 2006-09-15  Chris Toshok  <toshok@ximian.com>
10646
10647         * XplatUIX11.cs (SetWMStyles): if Form.Text == "" and
10648         Form.ControlBox == false, the window has no titlebar nor resize
10649         handles.  fixes bug #79368.
10650
10651 2006-09-15  Chris Toshok  <toshok@ximian.com>
10652
10653         * TextBoxBase.cs: in CalculateScrollBars make sure LargeChange is
10654         >= 0.  Fixes bug #79370.
10655
10656 2006-09-15  Jonathan Pobst <monkey@jpobst.com>
10657         * FlowLayoutPanel.cs, FlowLayoutSettings.cs: Initial commit.
10658         * Control.cs:
10659             Add properties: LayoutEngine, Margin, DefaultMargin.
10660             Add method: GetPreferredSize.
10661             Move layout logic from PerformLayout to layout engines. 
10662
10663 2006-09-13  Chris Toshok  <toshok@ximian.com>
10664
10665         * XplatUIX11.cs: more destroy work.  Jackson pointed out that my
10666         fix for #79326 broke #78718, so this change addresses that.
10667
10668         - in SendWMDestroyMessages remove the call to
10669         CleanupCachedWindows, since we might be recreating the control and
10670         need to maintain the references to right Hwnd handles.  Also, set
10671         the zombie flag to true for each of the children in the hierarchy
10672         instead of calling hwnd.Dispose.  This will cause GetMessage to
10673         ignore all events for the window except for DestroyNotify.
10674
10675         - In GetMessage, ignore messages except for DestroyNotify for
10676         zombie hwnds.
10677         
10678         * Control.cs: revert the is_recreating fix from the last
10679         ChangeLog.  It's definitely "right", but it breaks switching from
10680         an MDI form to a non-MDI form.  Will need to revisit that.
10681
10682         * Hwnd.cs: add a zombie flag, which means "the
10683         client_window/whole_window handles are invalid, but we're waiting
10684         for the DestroyNotify event to come in for them".  Set the flag to
10685         false explicitly if setting WholeWindow/ClientWindow, and also
10686         when Disposing.
10687         
10688 2006-09-13  Chris Toshok  <toshok@ximian.com>
10689
10690         * XplatUIX11.cs: rework window destruction slightly.
10691
10692         - when destroying the windows associated with a control, we don't
10693         need 2 separate XDestroyWindow calls.  Just the one for the
10694         whole_window (or for client_window if whole_window is somehow
10695         IntPtr.Zero -- can this happen?) is enough.
10696
10697         - reworked SendWMDestroyMessages slightly, so we always dispose
10698         the child control hwnd's after sending the messages.
10699         
10700         - refactored out the ActiveWindow/FocusWindow/Caret clearing from
10701         the two places it was used (one was even using hwnd.Handle and the
10702         other hwnd.client_window.  ugh), adding another call in
10703         SendWMDestroyMessages.  We need this new call because now the
10704         DestroyNotify events in the queue will be ignored for the child
10705         controls (as their hwnd's were disposed, and the window id's
10706         removed from the hashtable in SendWMDestroyMessages.) fun, eh?
10707
10708         - this fixes bug #79326.
10709
10710 2006-09-13  Chris Toshok  <toshok@ximian.com>
10711
10712         * Control.cs: don't always set is_recreating to false at the end
10713         of RecreateHandle, since sometimes we're not done (and won't be
10714         until WndProc handles the WM_DESTROY message).  Also, set
10715         is_recreating to false in the WM_DESTROY handling code.  Part of
10716         the fix for bug #79326.
10717
10718 2006-09-13  Miguel de Icaza  <miguel@novell.com>
10719
10720         * X11DesktopColors.cs: Start the droppage of debugging messages.
10721
10722         * FileDialog.cs: Store the configuration file in ~/.mono/mwf_config
10723
10724 2006-09-13  Jonathan Pobst <monkey@jpobst.com>
10725
10726         * SplitContainer.cs, SplitterPanel.cs: Initial implementation [2.0].
10727
10728 2006-09-12  Chris Toshok  <toshok@ximian.com>
10729
10730         * DataGrid.cs (get_ListManager): if the list_manager is null, try
10731         to create it using SetDataSource.  Fixes bug #79151.
10732
10733 2006-09-11  Chris Toshok  <toshok@ximian.com>
10734
10735         * XEventQueue.cs: add a DispatchIdle property.
10736
10737         * XplatUIX11.cs (UpdateMessageQueue): only emit the Idle event if
10738         either the queue is null, or the queue has DispatchIdle set to
10739         true.
10740         (DoEvents): set queue.DispatchIdle to false around the
10741         peek/translate/dispatch message loop in this method.  This keeps
10742         Application.Doevents from emitting idle events.  Part of the fix
10743         for #78823.
10744
10745 2006-09-11  Chris Toshok  <toshok@ximian.com>
10746
10747         * DataGrid.cs (set_DataSource): make this work for both the
10748         winforms/datagrid test and ReportBuilder.  It seems as though when
10749         we've created a ListManager (or maybe it's if we have a
10750         BindingContext?), when we set the DataSource it clears the
10751         DataMember to "".  otherwise we reuse the datamember.  Fixes bug
10752         #79333.
10753
10754 2006-09-11  Chris Toshok  <toshok@ximian.com>
10755
10756         * XplatUIX11.cs: deal with queue being null, which happens in all
10757         the Clipboard functions.  Fixes one of the two problems mentioned
10758         in #78612.
10759
10760 2006-09-11  Chris Toshok  <toshok@ximian.com>
10761
10762         * MenuAPI.cs: rework OnMouseUp a bit so that releasing the mouse
10763         button on various spots (including outside the menu) works closer
10764         to MS, and doesn't crash.  Fixes #79343.
10765
10766 2006-09-11  Gert Driesen  <drieseng@users.sourceforge.net>
10767
10768         * ListView.cs: Do not initialize item_sorter in init. To match MS,
10769         return null for ListViewItemSorter if View is SmallIcon or LargeIcon
10770         and the internal comparer is set. When a new ListViewItemSorter is set,
10771         sort the items. Use Enum.IsDefined to verify whether a valid SortOrder
10772         was specified. No further processing is necessary if SortOrder is set
10773         to it's current value. If Sorting is modified to None, and View is
10774         neither SmallIcon nor LargeIcon then: on 2.0 profile set item_sorter
10775         (either custom or our internal ItemComparer) to null, on 1.0 profile
10776         only set item_sorter to null if its our internal IComparer. If Sorting
10777         is modified to Ascending or Descending, then use our internal IComparer
10778         if none is set, and if the current IComparer is our internal one then:
10779         on 2.0 profile always replace it with one for new Sorting, and on 1.0
10780         profile only use new Sorting if view is not SmallIcon or LargeIcon. Use
10781         Enum.IsDefined to verify whether a valid View value is specified in
10782         its setter. Automatically sort listview items when listview is
10783         created. In Sort, do nothing if ListView is not yet created, or if
10784         no item_sorter is set (no Sorting was set, Sorting was explicitly set
10785         to None or ListViewItemSorter was set to null). Added Sort overload
10786         taking a bool to indicate whether the ListView should be redrawn when
10787         items are sorted (we use this in ListViewItemCollection to avoid double
10788         redraws). Modified our internal IComparer to take the sort order into
10789         account. In Add and AddRange methods of ListViewItemCollection, also
10790         call Sort if Sorting is None (necessary for SmallIcon and LargeIcon
10791         view), but use overload with noredraw option to avoid double redraw.
10792         On 2.0 profile, throw NotSupportedException when setting CheckBoxes to
10793         true when View is Tile, and do the same when attempting to set View to
10794         Tile when CheckBoxes is true. Avoid maintaining separate ArrayLists
10795         for selected/checked indices, as it involves overhead when sorting is
10796         done while these collections are not used all that often. Instead
10797         we'll build the indices on demand. Modified IList implementation of
10798         CheckedIndexCollection to use public methods if object is int.
10799         Modified CheckedListViewItemCollection to hide checked items if
10800         ListView.CheckBoxes is false. Removed LAMESPEC remark in 
10801         ListViewItemCollection as the .NET SDK docs have been fixed. Modified
10802         IList implementation in SelectedIndexCollection to use public methods
10803         if object is int. Modified SelectedListViewItemCollection to hide
10804         selected items if listview is not yet created.
10805         * ListViewItem.cs: CheckedIndices list no longer needs to be
10806         maintained separately (see ListView changes). Also clone font, fixes
10807         test failure.
10808
10809 2006-09-11  Mike Kestner  <mkestner@novell.com>
10810
10811         * ComboBox.cs: if we are updating the contents of the currently
10812         selected index, refresh the control or the textbox selection.
10813         [Fixes #79066]
10814
10815 2006-09-11  Mike Kestner  <mkestner@novell.com>
10816
10817         * ComboBox.cs (UpdateBounds): use SetBounds not SetBoundsCore since 
10818         the 'specified' logic has been moved there.  This seems like a bug 
10819         in Control.cs, since our current SetBoundsCore completely ignores 
10820         the specified parameter.  Peter's commit seems to indicate that is 
10821         the way the MS control implementation works.  [Fixes #79325]
10822
10823 2006-09-10  Jonathan Chambers  <joncham@gmail.com>
10824
10825         * XplatUI.cs: Set default_class_name to be composed
10826         of current domain id. This allows MWF to be loaded in multiple
10827         domains on Win32.
10828
10829 2006-09-09  Miguel de Icaza  <miguel@novell.com>
10830
10831         * X11Keyboard.cs: If we are unable to obtain the input method, do
10832         not call CreateXic to create the input context.   Should fix
10833         #78944/79276.
10834
10835 2006-09-08  Alexander Olk  <alex.olk@googlemail.com>
10836
10837         * MimeIcon.cs: Rewrote major parts. Dropped KDE support for now.
10838           Simplified gnome support by adding more pinvokes to get the
10839           icon for a file or mime type.
10840
10841 2006-09-08  Jackson Harper  <jackson@ximian.com>
10842
10843         * MenuAPI.cs: Deslect popup context menu items before closing the
10844         window, so that you don't see the previously selected item
10845         selected when you reopen the menu.
10846         * TextControl.cs: Update the cursor position even if we don't have
10847         focus.  This fixes typing in things like the ComboBox.  I'm not
10848         totally sure we should always set the visibility if we don't have
10849         focus, but couldn't find any corner cases where the cursor showed
10850         up when it shouldn't.
10851
10852 2006-09-08  Chris Toshok  <toshok@ximian.com>
10853
10854         * X11Keyboard.cs: In UpdateKeyState vkey can be any integer, but
10855         our arrays are length 256.  & 0xff before indexing.  Fixes the
10856         crash in bug #78077.
10857         
10858 2006-09-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10859
10860         * ThemeWin32Classic.cs: 
10861         * DateTimePicker.cs: Draw check box if DateTimePicker.ShowCheckBox
10862         is true. Handle that check box too.
10863
10864 2006-09-07  Chris Toshok  <toshok@ximian.com>
10865
10866         * MenuAPI.cs: move the PerformClick call to OnMouseUp.  Fixes bug
10867         79244.
10868
10869 2006-09-07  Chris Toshok  <toshok@ximian.com>
10870
10871         * Control.cs: in set_BackColor only do the work if
10872         background_color != value.
10873
10874         * XplatUIX11.cs: move the clearing of invalid areas (both client
10875         and nc) to the same block of code where we set (nc_)expose_pending
10876         to false.  That is, move it from PaintEventEnd to PaintEventStart,
10877         so things that cause invalidates from within OnPaint will trigger
10878         another call to OnPaint.  Fixes bug #79262.
10879
10880 2006-09-07  Alexander Olk  <alex.olk@googlemail.com>
10881
10882         * Theme.cs: Use correct icon for UIIcon.PlacesPersonal
10883         * FileDialog.cs: Fix typo
10884
10885 2006-09-07  Jackson Harper  <jackson@ximian.com>
10886
10887         * ThemeWin32Classic.cs:  oops, forgot to commit.  Draw the images
10888         for tab pages if they have any.
10889
10890 2006-09-06  Mike Kestner  <mkestner@novell.com>
10891
10892         * Splitter.cs: use the "current" rect when finishing drag handle
10893         to avoid an artifact demonstrated by resedit.exe.  [Fixes #79251]
10894
10895 2006-09-06  Mike Kestner  <mkestner@novell.com>
10896
10897         * Splitter.cs: draw the drag handle at X or Y instead of 0 to deal
10898         support offset splitters. [Fixes #79298]
10899
10900 2006-09-06  Alexander Olk  <alex.olk@googlemail.com>
10901
10902         * Mime.cs: Fixed a bug that could override the global mime type
10903           result.
10904
10905 2006-09-05  Jackson Harper  <jackson@ximian.com>
10906
10907         * TabControl.cs: Better calculation method for setting the slider
10908         pos. Prevents crashes on really wide tabs.
10909         - Draw Image on tab pages if an image list is used.
10910
10911 2006-09-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10912
10913         * MonthCalendar.cs: When Font changes, the Size should be
10914         updated to fit the new font's space requirements.
10915
10916 2006-09-02  Alexander Olk  <alex.olk@googlemail.com>
10917
10918         * ListBox.cs: If the items are cleared with Items.Clear set
10919           top_index to 0.
10920
10921 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10922
10923         * MonthCalendar.cs: Handle arrow keys as input keys. Also
10924         fire DateChanged event instead of DateSelected event when
10925         the date was changed by keyboard interaction.
10926
10927 2006-09-01  Carlos Alberto Cortez <calberto.cortez@gmail.com>
10928
10929         * DateTimePicker.cs: Handle DateChanged for the associated
10930         month_calendar control, and set month_calendar.Font from 
10931         OnFontChanged method, as well as resize the height of the
10932         control when needed. Make PreferredHeight proportional.
10933
10934 2006-09-01  Chris Toshok  <toshok@ximian.com>
10935
10936         * DataGrid.cs: grr, stop overthinking the DataMember/DataSource
10937         properties.
10938
10939         * BindingContext.cs (HashKey.GetHashCode): use ^ instead of +.
10940
10941 2006-09-01  Peter Dennis Bartok  <pbartok@novell.com> 
10942
10943         * FileDialog.cs: Set ClientSize instead of window size, to allow space
10944           for decorations (Fixes #79219)
10945
10946 2006-09-01  Mike Kestner  <mkestner@novell.com>
10947
10948         * ComboBox.cs: first stab at sorting plus some selection handling
10949         fixes to bring us more in line with MS behavior.  Also switches back
10950         to index based selection.  Alternative patches for index-based 
10951         selection were provided by Jackson Harper, Carlos Alberto Cortez, 
10952         and latency@gmx.de on bug 78848.  I assume they were similar to this
10953         code I've had simmering in my tree forever.
10954         [Fixes #78848]
10955
10956 2006-09-01  Chris Toshok  <toshok@ximian.com>
10957
10958         * CurrencyManager.cs (ListChangedHandler): in the ItemAdded case,
10959         when setting list position guard against ending up with a -1 index
10960         (the other part of the fix for #78812).  Should probably make sure
10961         we don't need the analogous fix in the ItemDeleted case.
10962
10963         * DataGrid.cs:
10964         - in SetDataSource, work around the fact that the way
10965         OnBindingContextChanged is invoked will cause us to re-enter this
10966         method.  I'll remove the hack once I investigate
10967         OnBindingContextChanged.
10968
10969         - fix the logic in set_DataSource and set_DataMember (basically
10970         what to do if the other of the two is null.)
10971         
10972         - in OnListManagerItemChanged, we need to take into account the
10973         edit row when deciding whether or not to call RecreateDataGridRows
10974         (part of the fix for #78812).
10975
10976 2006-09-01  Jackson Harper  <jackson@ximian.com>
10977
10978         * Splitter.cs: Don't do anything if there is no control to affect
10979         (prevents us from crashing in weird tet cases).
10980         * TreeView.cs: Bounding box for the mouse movement reverting
10981         focus/selection back to previously selected node.  This matches
10982         MS, and makes the tree a lot more useable.
10983         * GroupBox.cs: Instead of drawing over the lines of the groupbox,
10984         use clipping so they are not drawn.  This fixes when the control
10985         is set to have a transparent background, or if it was over an
10986         image.
10987
10988 2006-09-01  Alexander Olk  <alex.olk@googlemail.com>
10989
10990         * MimeIcon.cs: Improved handling for reading default icons when
10991           using gnome (2.16 made it necessary). Check and read svg icons
10992           first, then 48x48 and then 32x32 icons.
10993
10994 2006-08-31  Chris Toshok  <toshok@ximian.com>
10995
10996         * DataGridTextBoxColumn.cs: only hide the textbox if it's still
10997         visible.
10998
10999         * DataGridTextBox.cs: Pass Tab's up to the datagrid by calling
11000         ProcessKeyPreview.  Fixes part of #77806.
11001
11002         * DataGrid.cs: big patch.
11003
11004         - revert the queueing up of DataSource/DataMember if inside
11005         BeginInit/EndInit calls.  That's not the way the datagrid achieves
11006         its delayed databinding.  Instead, call SetDataSource in
11007         OnBindingContextChanged.  This mimic's MS's behavior, and fixes
11008         #78811.
11009
11010         - Also, it wasn't mentioned in #78811, but the test case exhibits
11011         behavior that was lacking in our datagrid implementation - Columns
11012         that have mapping names that don't exist in the datasource's
11013         properties aren't shown.  Yuck.  To fix this I added the bound
11014         field to the column style, and basically any calculation to figure
11015         out anything about columns uses a loop to find the bound columns.
11016         still need to investigate if I can cache an array of the bound
11017         columns or if the indices must be the same.
11018
11019         - When setting CurrentCell, we no longer abort if the cell being
11020         edited was in the add row.  This fixes the other part of #77806.
11021
11022         - The new code also fixes #78807.
11023         
11024         * ThemeWin32Classic.cs: perpetrate the same disgusting
11025         column.bound field hack, and only render bound fields.
11026
11027 2006-08-31  Chris Toshok  <toshok@ximian.com>
11028
11029         * DataGridColumnStyle.cs: add bound field.  this field is true if
11030         the datasource has a property corresponding to the mapping name.
11031
11032         * DataGridTableStyle.cs: set the bound field on the column styles
11033         depending on whether or not we have a column for that property.
11034
11035 2006-08-31  Peter Dennis Bartok  <pbartok@novell.com> 
11036
11037         * Splitter.cs (SetBoundsCore): Don't ignore width/height of the 
11038           splitter control (fixes #79228)
11039
11040 2006-08-31  Chris Toshok  <toshok@ximian.com>
11041
11042         * DataGridColumnStyle.cs: we need to delay the assignment of
11043         property descriptor until the last possible moment due to the lazy
11044         databinding stuff in the datagrid.  Also, fix the exceptions
11045         thrown by CheckValidDataSource to match MS.
11046
11047 2006-08-31  Jackson Harper  <jackson@ximian.com>
11048
11049         * Form.cs: When activated select the active control, if there is
11050         no active control, we select the first control.
11051         * XplatUIX11.cs: If there is no focus control when we get a
11052         FocusIn event, find the toplevel form and activate it.  This
11053         occurs when you popup a window, it becomes the focus window, then
11054         you close that window, giving focus back to the main window.
11055
11056 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11057
11058         * MonthCalendar.cs: 
11059         * ThemeWin32Classic.cs: Cache Font in bold style, as well
11060         as StringFormat with Center alignments in MonthCalendar,
11061         instead of creating new ones when drawing the control. 
11062         Also, draw the month name in bold style.
11063
11064 2006-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
11065
11066         * Control.cs:
11067           - PerformLayout(): It would seem MS performs the fill even if the 
11068             control is not visible (part of #79218 fix)
11069           - ResetBackColor(): Use the setter to reset the color, to allow
11070             overriders to catch the change.
11071         * Form.cs:
11072           - .ctor: Call UpdateBounds to adjust client rectangle (part of #79218 fix)
11073           - CreateHandle(): dito (part of $79218 fix)
11074           - Don't set an icon if we have a dialog
11075         * ScrollableControl.cs:
11076           - set_AutoScrollMinSize: Setting the property enables AutoScroll (#79218)
11077           - ScrollIntoView(): No need to scroll if control is already visible
11078             (resolves fixme and fixes #79218)
11079
11080 2006-08-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11081
11082         * MonthCalendar.cs: Change proportions in SingleMonthSize
11083         to match the aspect of the original control.
11084
11085 2006-08-29  Alexander Olk  <alex.olk@googlemail.com>
11086
11087         * XplatUIX11.cs: Fix for a metacity/X problem where windows don't
11088           get updated when they get maximized.
11089
11090 2006-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
11091
11092         * XplatUIX11.cs: Handle windows with no border (Fixes part of #79160)
11093
11094 2006-08-29  Chris Toshok  <toshok@ximian.com>
11095
11096         * XplatUIX11.cs: when destroying the FocusWindow, send KILLFOCUS.
11097
11098 2006-08-29  Jackson Harper  <jackson@ximian.com>
11099
11100         * TreeView.cs: Need to track selected node and highlighted node,
11101         they aren't always the same thing, when the mouse is down on a
11102         node it is hilighted, but not selected yet.
11103         - Do the HideSelection stuff right
11104         - Need to focus on rbutton mouse down. And redraw selection when
11105         right click is mouse upped.
11106
11107 2006-08-29  Mike Kestner  <mkestner@novell.com>
11108
11109         * ThemeWin32Classic.cs: draw selections for columns in FullRowSelect
11110         when SubItems.Count < Columns.Count.  [Fixes #79167]
11111
11112 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com> 
11113
11114         * TextControl.cs (FindCursor): Fix math error (Fixes #78402)
11115
11116 2006-08-28  Peter Dennis Bartok  <pbartok@novell.com>
11117
11118         * XplatUIX11.cs: Preempt the roundtrip for getting the location back
11119           from X. Only send based on ConfigureNotify if we don't have the
11120           correct location in hwnd (if the window manager moved us)
11121
11122 2006-08-28  Mike Kestner  <mkestner@novell.com>
11123
11124         * ListView.cs: remove a TODO. 
11125         * ThemeWin32Classic.cs: implement HideSelection support for ListView.
11126         [Fixes ListView part of #79166]
11127
11128 2006-08-28  Mike Kestner  <mkestner@novell.com>
11129
11130         * ListView.cs: move wheel handler to parent since it is focused
11131         instead of the item_control now.  [Fixes #79177]
11132
11133 2006-08-28  Mike Kestner  <mkestner@novell.com>
11134
11135         * ThemeWin32Classic.cs: only highlight subitems in fullrowselect
11136         when the control is focused. [Fixes #79171]
11137
11138 2006-08-28  Mike Kestner  <mkestner@novell.com>
11139
11140         * ListView.cs: size the item and header controls for empty and
11141         unscrollable views.
11142         * ThemeWin32Classic.cs: draw disabled backgrounds.
11143         [Fixes #79187]
11144
11145 2006-08-28  Chris Toshok  <toshok@ximian.com>
11146
11147         * Form.cs: remove unused "active_form" static field.
11148
11149         * Hwnd.cs: lock around accesses to static windows collection.
11150
11151         * Application.cs: lock threads in Exit ().
11152
11153 2006-08-28  Chris Toshok  <toshok@ximian.com>
11154
11155         * NativeWindow.cs: lock around accesses to window_collection.
11156         
11157 2006-08-28  Chris Toshok  <toshok@ximian.com>
11158
11159         * Control.cs: err, fix this the right way, by locking on controls
11160         when using it.  not by making it synchronized.
11161
11162 2006-08-28  Chris Toshok  <toshok@ximian.com>
11163
11164         * Control.cs: make the static "controls" field synchronized, as it
11165         gets updated from multiple threads.
11166
11167 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
11168
11169         * XplatUIX11.cs: PostQuitMessage is thread-specific not app-specific.
11170           Prevent other threads from exiting when calling thread sets quit state.
11171         * XEventQueue.cs: Added PostQuitState property
11172
11173 2006-08-27  Chris Toshok  <toshok@ximian.com>
11174
11175         * AsyncMethodData.cs: add a slot for the window handle.
11176
11177         * XplatUIX11.cs (SendAsyncMethod): send the event to the right
11178         window (the destination control's window, not the foster window).
11179
11180         * Control.cs (BeginInvokeInternal): store the window's handle in
11181         the AsyncMethodData.
11182         
11183
11184 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com>
11185
11186         * XplatUIX11.cs:
11187           - PostQuitMessage: Removed resetting S.D display handle, we might have
11188             another loop started after calling PostQuitMessage (Fixes #79119)
11189           - Created destructor to reset S.D handle
11190
11191 2006-08-27  Peter Dennis Bartok  <pbartok@novell.com> 
11192
11193         * XplatUIX11.cs (SetCursor): Issue flush after setting the cursor (#79168)
11194
11195 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
11196
11197         * TextControl.cs (Insert): Update the caret position even if we don't
11198           have a handle yet, just don't call the driver in that case.
11199         * TextBoxBase.cs (set_SelectedText): Set the Start and End selection
11200           to the end of the new selection text (Fixes #79184)
11201
11202 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
11203
11204         * Form.cs (Activate): Only activate if the handle is created)
11205         * Control.c:
11206           - Mark window as invisible when it's disposed
11207           - Check if window handle is created when setting window visible, 
11208             instead of relying just on the is_created variable
11209           - Check if object is disposed when creating the control (Fixes #79155)
11210
11211 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
11212
11213         * ScrollableWindow.cs (ScrollWindow): Don't actually perform layouting
11214           when allowing layout again. Otherwise we re-generate the anchoring 
11215           distance to the border again and actually alter what the user wanted
11216           This is ugly, it'd be better if we used DisplayRectangle instead of
11217           ClientRectangle for Control.UpdateDistances, but that causes us to
11218           have other problems (initial anchoring positons would be wrong)
11219           (Fixes #78835)
11220
11221 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
11222
11223         * Control.cs:
11224           - The size and location setters shouldn't go directly to 
11225             SetBoundsCore, but to SetBounds, which triggers layout on the
11226             parent, then calls SetBoundsCore. (Related to fix for #78835)
11227           - SetBounds: Moved actual location update code into this function
11228             from SetBoundsCore, to match MS. Added call to PerformLayout if
11229             we have a parent (to trigger resizing of anchored parents if the 
11230             child size has changed (see testcase for #78835) 
11231         * ListBox.cs, Form.cs: Call SetBounds instead of SetBoundsCore to match 
11232           new control code
11233         * ScrollableControl.cs (CalculateCanvasSize): Use shortcut variable
11234
11235 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
11236
11237         * XplatUIX11.cs: Don't reset the DisplayHandle that's stored in
11238           System.Drawing when a toplevel window gets closed; there might
11239           be other toplevel windows belonging to the same app (Fixes #78052)
11240
11241 2006-08-26  Alexander Olk  <alex.olk@googlemail.com>
11242
11243         * FileDialog.cs: After reading FileDialog settings from mwf_config
11244           use Desktop prefix only if a real folder doesn't exist anymore.
11245         * FontDialog.cs: Added char sets.
11246           It is now possible to select the font, size or style with the
11247           textboxes.
11248
11249 2006-08-25  Kornél Pál  <kornelpal@gmail.com>
11250
11251         * PrintPreviewDialog.cs: Use assembly name constants.
11252
11253 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
11254
11255         * XplatUIWin32.cs (ScrollWindow): Use clipping rectangle arg (prevents
11256           scrollbar from whacking it's buttons)
11257
11258 2006-08-24  Chris Toshok  <toshok@ximian.com>
11259
11260         * ScrollableControl.cs: fix #78271.  There's a lot of misc stuff
11261         in this patch (aggregating setting Left/Top/Width/Height to
11262         setting Bounds on the scrollbars), but the crux of the fix is in
11263         Recalculate, where we scroll by the remaining scroll_position if
11264         we're hiding a scrollbar.  The 2*$5 reward in the comment is
11265         serious.
11266
11267 2006-08-24  Jackson Harper  <jackson@ximian.com>
11268
11269         * MdiClient.cs:
11270         * MdiWindowManager.cs: If the form is made a non-mdi window we
11271         need to remove the form closed event so that closing forms works
11272         correctly.
11273
11274 2006-08-24  Jackson Harper  <jackson@ximian.com>
11275
11276         * Control.cs: Make IsRecreating internal so that the driver can
11277         check it
11278         - Temporarily remove the Hide when controls are removed, its
11279         making a whole bunch of things not work because visibility isn't
11280         getting reset elsewhere correctly
11281         * Form.cs: Need to do a full handle recreation when the mdi parent
11282         is set.
11283         * XplatUIX11.cs: If we are recreating handles don't dispose the
11284         HWNDs.  What was happening is the handles were being recreated in
11285         SendWMDestroyMessages, but then flow continued on in that method
11286         and destroyed the new handles.
11287
11288 2006-08-23  Jackson Harper  <jackson@ximian.com>
11289
11290         * Form.cs: MdiClient is always at the back of the bus
11291         * Control.cs: When the order of items in the collection is changed
11292         we need to reset the all_controls array
11293         - do the same sorta setup thats done when adding a control when a
11294         control is set on the collection.
11295
11296 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com>
11297
11298         * TextBoxBase.cs (get_Text): Return an empty array if our document
11299           is empty (fixes #79052)
11300
11301 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
11302
11303         * Control.cs: We should call IsInputChar on only on WM_CHAR but not
11304           on WM_SYSCHAR messages (fixes #79053)
11305
11306 2006-08-23  Chris Toshok  <toshok@ximian.com>
11307
11308         * DataGrid.cs: fix flickering when scrolling vertically.
11309
11310 2006-08-23  Chris Toshok  <toshok@ximian.com>
11311
11312         * DataGrid.cs (EndEdit): only invalidate the row header when we
11313         need to.
11314
11315 2006-08-23  Chris Toshok  <toshok@ximian.com>
11316
11317         * ThemeWin32Classic.cs: fix the clip munging of the datagrid paint
11318         methods.  fixes the flicker when scrolling around.
11319
11320 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
11321
11322         * FileDialog.cs: Making sure the control is created before we get a 
11323           chance to use it with BeginInvoke (Fixes #79096)
11324
11325 2006-08-23  Chris Toshok  <toshok@ximian.com>
11326
11327         * ThemeWin32Classic.cs (DataGridPaintRows): calculate the proper
11328         width to use when painting the rows.
11329
11330 2006-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
11331
11332         * TextBoxBase.cs:
11333           - Throw ArgumentException if a negative value is passed to SelectionLength
11334           - Update the selection end if start is moved. end needs to be always
11335             after start. (Fixes #79095)
11336           - Track selection length; MS keeps the selection length even if start
11337             is changed; reset on all other operations affection selection
11338
11339 2006-08-22  Jackson Harper  <jackson@ximian.com>
11340
11341         * TreeView.cs: Make sure both scrollbars get displayed and sized
11342         correctly when the other bar is visible.
11343         - Use the original clip rectangle for checking if the area between
11344         the two scrollbars is visible, not the viewport adjusted clipping
11345         rectangle.
11346
11347 2006-08-22  Jackson Harper  <jackson@ximian.com>
11348
11349         * Binding.cs: We don't use IsBinding because it requires the
11350         control to be created, which really shouldn't be necessary just to
11351         set a property on the control.
11352
11353 2006-08-21  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11354
11355         * ComboBox.cs: Some CB.ObjectCollection methods must throw
11356         ArgumentNullReferenceException when the argument is null.
11357
11358 2006-08-21  Jackson Harper  <jackson@ximian.com>
11359
11360         * Timer.cs: Track the thread that the timer is started in (NOT
11361         CREATED), this way messages for it will only be triggered on its
11362         queue.
11363         * XEventQueue.cs: Track the timers here, this makes timers per
11364         thread, like MS.
11365         * XplatUIX11.cs: The timers are moved to the XEventQueue.
11366
11367 2006-08-19  Chris Toshok  <toshok@ximian.com>
11368
11369         * XplatUIX11.cs: after further communication with pdb, we get the
11370         best of both worlds.  SetZOrder working for un-Mapped windows, and
11371         no X errors for un-mapped windows.
11372
11373 2006-08-19  Chris Toshok  <toshok@ximian.com>
11374
11375         * XplatUIX11.cs (SetZOrder): remove the if (!hwnd.mapped) check,
11376         as it was causing pdn toolbars to not have the correct stacking.
11377
11378 2006-08-18  Mike Kestner  <mkestner@novell.com> 
11379
11380         * ListView.cs : guard against negative ClientArea.Width in scrollbar
11381         calculation.  Not sure why control should ever be setting a negative
11382         width though.  Fixes #78931.
11383
11384 2006-08-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11385
11386         * ComboBox.cs: Throw ArgumentNullException when adding/modifyng
11387         null items in ObjectCollection class.
11388         * ListBox.cs.: Likewise.
11389
11390 2006-08-18  Atsushi Enomoto  <atsushi@ximian.com>
11391
11392         * ThemeNice.cs, ThemeClearlooks.cs : remove RadioButton_DrawFocus()
11393           as the base method in ThemeWin32Classic should work fine.
11394           Fixed bug #78607.
11395
11396 2006-08-18  Jackson Harper  <jackson@ximian.com>
11397
11398         * Binding.cs: When validating if the value entered doesn't convert
11399         properly reset to the old value.
11400         * RadioButton.cs: Don't fire click when we get focus.
11401
11402 2006-08-18  Jackson Harper  <jackson@ximian.com>
11403
11404         * FileDialog.cs: Paint the selection on the directory combobox the
11405         same way as on MS. 
11406
11407 2006-08-17  Jackson Harper  <jackson@ximian.com>
11408
11409         * ErrorProvider.cs: Don't allow the error control to be selected.
11410         * Control.cs: Don't send the SetFocus messages, the control
11411         activation will do this, and if we do it blindly here validation
11412         does not work.
11413
11414 2006-08-17  Jackson Harper  <jackson@ximian.com>
11415
11416         * Control.cs:
11417         * ContainerControl.cs: Make validation events fire in the correct
11418         order.  TODO: For some reason the first validation event is not
11419         getting fired.
11420
11421 2006-08-17  Mike Kestner  <mkestner@novell.com> 
11422
11423         * ComboBox.cs : some null guarding for ComboListBox.Scroll.
11424
11425 2006-08-17  Mike Kestner  <mkestner@novell.com> 
11426
11427         * ComboBox.cs : implement scroll wheel support for popped-down
11428         state. Fixes #78945. 
11429
11430 2006-08-17  Jackson Harper  <jackson@ximian.com>
11431
11432         * TreeView.cs: Specify treeview actions (old patch that didn't get
11433         committed for some reason).
11434         - Don't let the mouse wheel scroll us too far.  Just want to make
11435         the bottom node visible, not scroll it all the ways to the top.
11436
11437 2006-08-17  Jackson Harper  <jackson@ximian.com>
11438
11439         * XplatUIX11.cs: Mouse wheel events go to the focused window.
11440
11441 2006-08-17  Mike Kestner  <mkestner@novell.com> 
11442
11443         * ComboBox.cs : don't do mouseover selection in simple mode.
11444
11445 2006-08-16  Jackson Harper  <jackson@ximian.com>
11446
11447         * Form.cs: Fire the closing events for all the mdi child windows
11448         when a window is closed.  If the cancel args are set to true, the
11449         main window still gets the event fired, but it doesn't not close.
11450         * MdiWindowManager.cs: Do this closing cleanup in a Closed
11451         handler, instead of when the button is clicked, so cancelling the
11452         close works correctly.
11453         * ComboBox.cs: Send the mouse down to the scrollbar.
11454
11455 2006-08-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11456
11457         * ListBox.cs: When passing 'null' to SelectedItem,
11458         set SelectedIndex to -1, to unselect items. This is the
11459         observed behaviour in .Net.
11460
11461 2006-08-16  Peter Dennis Bartok  <pbartok@novell.com> 
11462
11463         * TextBoxBase.cs: Overriding HandleClick to get clicks in spite of
11464           MS flags saying there won't be any. (fixes #78800)
11465         * Control.cs (HandleClick): Made virtual
11466
11467 2006-08-16  Atsushi Enomoto  <atsushi@ximian.com>
11468
11469         * PageSetupDialog.cs : use Yard-Pound units only in en-GB and en-US
11470           cultures. Fixed bug #78399.
11471
11472 2006-08-16  Jackson Harper  <jackson@ximian.com>
11473
11474         * Form.cs: Use the MdiClients MdiChildren property to access
11475         MdiChildren instead of creating the array from the child controls.
11476         * MdiClient.cs: Maintain a separate array of the mdi children, so
11477         that insertion order is maintained when the Z-order is changed.
11478
11479 2006-08-16  Mike Kestner  <mkestner@novell.com> 
11480
11481         * ListView.cs : add an ItemComparer and default to it for sorting.
11482         Fixes #79076, but sorting needs a complete overhaul to be compat with
11483         MS.
11484
11485 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
11486
11487         * XplatUIX11.cs (SetZOrder): Fix debugging leftover (fixes #79080)
11488
11489 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
11490
11491         * Hwnd.cs (Mapped): Properly traverse the tree
11492
11493 2006-08-15  Chris Toshok  <toshok@ximian.com>
11494
11495         * Binding.cs: fix PullData/SetPropertyValue.  We don't want to
11496         pass manager.Current.GetType() to ParseData.  It has to be the
11497         property type.  So, hold off doing the ParseData until we're in
11498         SetPropertyValue where we know the type.  This fixes the crash in
11499         #78821 but the textbox is still empty.
11500
11501 2006-08-15  Chris Toshok  <toshok@ximian.com>
11502
11503         * DataGrid.cs:
11504         - when we're scrolling, only call Edit() again if the
11505         current cell is still unobscured. Fixes bug #78927.
11506         - when handling mousedown on a cell, ensure the cell is visible
11507         before calling Edit.
11508         - remove the properties from DataGridRow, and remove the
11509         DataGridParentRow class altogether.
11510         
11511
11512 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
11513
11514         * TextBoxBase.cs (set_Text): Don't use base.Text, instead just
11515           fire OnTextChanged by ourselves. There's no point calling base,
11516           we don't set the base value anywhere else. Fixes #78773.
11517
11518 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11519
11520         * ListBox.cs: Call CollectionChanged when modifying
11521         an item from Items indexer, to update the actual items
11522         in the list box.
11523
11524 2006-08-15  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11525
11526         * PrintDialog.cs: Small fixes for focus and a pair of checks,
11527         to match .Net behaviour.
11528
11529 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
11530
11531         * XplatUIX11.cs (SetZOrder): Handle raising toplevel windows
11532
11533 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com> 
11534
11535         * Control.cs: Handle BringToFront for toplevel windows (Fixes #78737)
11536
11537 2006-08-15  Peter Dennis Bartok  <pbartok@novell.com>
11538
11539         * MessageBox.cs: Prevent potential NRE exception.
11540         * TextBoxBase.cs: AutoSize only applies if MultiLine is false. Fixes #78889
11541
11542 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
11543
11544         * MessageBox.cs: Calculate the owner of a messagebox, also make
11545           it topmost. Fixes #78753
11546
11547 2006-08-14  Chris Toshok  <toshok@ximian.com>
11548
11549         * XplatUIX11.cs: A couple of fixes so that metacity will let us
11550         programmatically move windows.  first, set the PPosition hint as
11551         well as the USPosition hint.  Second include some code from pdb
11552         that sets the window type to NORMAL when we set the transient for
11553         hint.  This is because, in the absence of a window type, metacity
11554         thinks any window with TransientFor set is a dialog, and refuses
11555         to let us move it programmatically.  fascists.
11556
11557 2006-08-14  Peter Dennis Bartok  <pbartok@novell.com>
11558
11559         * XplatUIX11.cs: When setting normal hints, take into consideration
11560           an different hints previously set so we don't delete them (fixes #78866)
11561
11562 2006-08-12  Chris Toshok  <toshok@ximian.com>
11563
11564         * ToolBarButton.cs: make Layout return a boolean, if something to
11565         do with the button's layout changed.
11566
11567         * ToolBar.cs:
11568         - add another parameter to Redraw, @force, which all existing
11569           calls set to true.
11570         - make the Layout function return a boolean which is true if the
11571           layout has actually changed.  Redraw now uses this (and @force)
11572           to determine when to invalidate.  At present the only place
11573           where @force can be false is the call from OnResize, when
11574           background_image == null.  So, resizing a toolbar when the
11575           layout doesn't change results in no drawing.
11576
11577 2006-08-12  Chris Toshok  <toshok@ximian.com>
11578
11579         * ThemeWin32Classic.cs: fix the bottom right corner painting.  had
11580         the VScrollBar and HScrollbar reversed.  oops.
11581
11582         * DataGrid.cs: fix the logic that assigns sizes to the implicit
11583         scrollbars.  we were assigning them twice (once in
11584         Calc{Horiz,Vertical}Scrollbar, and once in CalcGridAreas),
11585         therefore causing two scrollbar resizes (and redraws?) to happen
11586         per grid resize.
11587
11588 2006-08-12  Chris Toshok  <toshok@ximian.com>
11589
11590         * ToolBarButton.cs: redraw the entire button if the theme tells us
11591         to.
11592
11593         * Theme.cs: add ToolBarInvalidateEntireButton.
11594
11595         * ThemeWin32Classic.cs: we don't need to redraw the entire toolbar
11596         buttons, just the border.
11597
11598         * ThemeNice.cs: redraw the entire toolbar button since we need to
11599         draw the highlight image.
11600
11601         * ThemeClearlooks.cs: the rounded corners of toolbar buttons mean
11602         we need to redraw the entire button (not just the border).
11603
11604 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
11605
11606         * TextBoxBase.cs (CalculateScrollbars): Set the proper thumb size
11607           for vertical bars. Fixes the mismatches shown by #78513
11608
11609 2006-08-11  Alexander Olk  <alex.olk@googlemail.com>
11610
11611         * FileDialog.cs: If a saved/remembered path doesn't exist
11612           anymore, fall back to "Desktop".
11613
11614 2006-08-11  Peter Dennis Bartok  <pbartok@novell.com>
11615
11616         * Form.cs (CreateParams): Don't use Parent.Handle unless we have a
11617           parent. It's apparently legal to not have one
11618         * XplatUIX11.cs:
11619           - SetZOrder: Don't try to set Z-Order on an unmapped window
11620           - CreateWindow: 0,0 are legal coordinates for a window. don't move
11621             it unless the coordinates are negative
11622
11623 2006-08-10  Mike Kestner  <mkestner@novell.com>
11624
11625         * ListControl.cs: allow null for DataSource.  Clear DisplayMember
11626         when setting to null per msdn docs.  Fixes #78854.
11627
11628 2006-08-10  Chris Toshok  <toshok@ximian.com>
11629
11630         * Menu.cs, MainMenu.cs, MenuAPI.cs: get rid of most of the
11631         flickering by setting a clip rectangle on the Graphics when we
11632         need to redraw just a particular menuitem.  Also, rename "OnClick"
11633         to "OnMouseDown" to reflect what it actually is.
11634         
11635         * Form.cs: track the OnMouseDown change.
11636
11637 2006-08-10  Peter Dennis Bartok  <pbartok@novell.com>
11638
11639         * CommonDialog.cs: Properly inherit the CreateParams from the form
11640           and only change what we need. Fixes #78865
11641
11642 2006-08-10  Chris Toshok  <toshok@ximian.com>
11643
11644         * ToolBar.cs, ToolBarButton.cs: fix the redraw-on-highlight
11645         flickering in flat mode (and most of the flickering in general) by
11646         only invalidating the button border (and not the entire rectangle)
11647         when the state changes.  A couple of cases still flicker:
11648         ToggleButtons, and the dropdown arrow case when the user mouse
11649         ups.
11650
11651 2006-08-10  Alexander Olk  <alex.olk@googlemail.com>
11652
11653         * X11Keyboard.cs: Fixed handling of the Del key on the cursorblock
11654           for german keyboards. Numlock state shouldn't affect the behaviour
11655           of the Del key. Fixes bug #78291.
11656
11657 2006-08-10  Chris Toshok  <toshok@ximian.com>
11658
11659         * ListControl.cs: remove the items.Clear line from BindDataItems,
11660         as this is the first thing done by both subclasses in their
11661         SetItemsCore overrides.  Also, add a ItemChanged handler, and when
11662         passed -1, refresh the list.  This gets databinding working when
11663         the datasource is set on the list before the datasource is
11664         populated (as in wf-apps/ReportBuilder.)
11665
11666         * ComboBox.cs: remove the argument to BindDataItems.  This call
11667         should really go away, and be initiated by the ListControl code.
11668
11669         * ListBox.cs: same.
11670
11671 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
11672
11673         * TextControl.cs (Document.ctor): Initialize caret so we don't crash
11674           if no data is in the document when the control is displayed
11675
11676 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com> 
11677
11678         * TextBoxBase.cs: Don't try moving the caret if we don't have a window
11679           yes (fixes #78806)
11680         * TextControl.cs: 
11681           - PositionCaret: Allow positioning of caret but don't call methods 
11682             requiring a handle if the window isn't created yet
11683           - CharIndexToLineTag: Fix ending loop early error. Lines is 1 based
11684           - owner_HandleCreated: Don't position the caret, just update it's 
11685             location. User might have already set a different position
11686
11687 2006-08-09  Peter Dennis Bartok  <pbartok@novell.com>
11688
11689         * XplatUIWin32.cs: Don't use the desktop as basis for foster-parented
11690           windows. Screws up the returned coordinates for child windows. 
11691           Fixes #78825. I'm hoping this doesn't break something, since the
11692           code was explicitly put in 8 months ago, but no bug was attached.
11693           Menus still seem to work properly.
11694
11695 2006-08-08  Chris Toshok  <toshok@ximian.com>
11696
11697         * DataGrid.cs: make BeginInit/EndInit actually do what they're
11698         supposed to do - delay data binding until the EndInit call.  Also,
11699         make the table style collection's CollectionChangeAction.Refresh
11700         work properly.
11701
11702         * GridTableStylesCollection.cs: raise a CollectionChangeEvent
11703         (with action = Refresh) when a consituent table's MappingName is
11704         changed.
11705
11706 2006-08-08  Chris Toshok  <toshok@ximian.com>
11707
11708         * ToolBarButton.cs: in set_Text, call Parent.Redraw, not
11709         Invalidate, since changing the text can change the size of the all
11710         toolbar buttons.
11711
11712 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
11713
11714         * Form.cs (AddOwnedForm): Still need to add the form to our listif
11715           we don't have it yet
11716
11717 2006-08-08  Chris Toshok  <toshok@ximian.com>
11718
11719         * PrintControllerWithStatusDialog.cs: don't .Close() the status
11720         dialog, as this causes X errors later on, since we actually
11721         destroy the window.  Instead, .Hide() it.
11722
11723 2006-08-08  Peter Dennis Bartok  <pbartok@novell.com>
11724
11725         * ComboBox.cs: Added focus reflection for popup window
11726         * XplatUIX11.cs: 
11727           - Removed transient setting for non-app windows for now, not sure it
11728             was needed
11729           - Fixed logic checking if we have captions when deciding 
11730             override_redirect, WS_CAPTION is two bits and a 0 check was not
11731             sufficient
11732           - Removed the WINDOW_TYPE stuff, it was unneeded and making things
11733             complicated
11734         * Form.cs: 
11735           - AddOwnedForm: Don't just add the form to the list, call the property
11736             to ensure the driver is informed about the ownership as well
11737           - CreateHandle: Set the TopMost status in the driver if we have an owner
11738         * XplatUI.cs: Fixed debug statement
11739
11740 2006-08-08  Jonathan Pobst <monkey@jpobst.com>
11741         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
11742           GroupBoxRenderer.cs, ProgressBarRenderer.cs, RadioButtonRenderer.cs,
11743           ScrollBarRenderer.cs, TabRenderer.cs, TextBoxRenderer.cs, 
11744           TrackBarRenderer.cs: Make constructor private.
11745         * ProfessionalColors.cs, ProfessionalColorTable.cs: Fix misnamed properties.
11746         * ProfessionalColorTable.cs: Make properties virtual.
11747
11748 2006-08-06  Duncan Mak  <duncan@novell.com>
11749
11750         * NumericUpDown.cs (Value): Don't call OnValueChanged if the value
11751         is not changing.
11752
11753 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
11754         * ButtonRenderer.cs, CheckBoxRenderer.cs, ComboBoxRenderer.cs
11755           GroupBoxRenderer.cs, ProfessionalColors.cs, ProfessionalColorTable.cs,
11756           ProgressBarRenderer.cs, RadioButtonRenderer.cs, ScrollBarRenderer.cs,
11757           TabRenderer.cs, TextBoxRenderer.cs, TextRenderer.cs, TrackBarRenderer.cs:
11758           Initial import of new 2.0 classes.
11759
11760 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
11761         * Application.cs: Add 2.0 VisualStyles properties.
11762
11763 2006-08-04  Jonathan Pobst <monkey@jpobst.com>
11764         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
11765           XplatUIX11.cs: Create property to allow access to existing private
11766           variable "themes_enabled"
11767
11768 2006-08-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11769
11770         * ImageListStreamer.cs: generate the MemoryStreams with the exact BMP
11771         file size, as otherwise our class libraries fail using windows. Fixes
11772         bug #78759.
11773
11774 2006-08-04  Jackson Harper  <jackson@ximian.com>
11775
11776         * Form.cs:
11777         * XplatUIX11.cs: Move the toolwindow window manager creation into
11778         the X11 driver, this way on win32 we can let windows create/handle
11779         the toolwindows.
11780
11781 2006-08-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11782
11783         * PrintDialog.cs: Remove some redundant checks, add some others,
11784         clean some code, and move the focus to the text boxes when the
11785         values are incorrect.
11786
11787 2006-08-04  Alexander Olk  <alex.olk@googlemail.com>
11788
11789         * FontDialog.cs: Remove Form.MinimumSize. It's not needed.
11790
11791 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
11792
11793         * NumericUpDown.cs: Setting the Minimum and Maximum is now
11794           handled correctly. Fixes bug #79001.
11795
11796 2006-08-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11797
11798         * PrintDialog.cs: The "Copies" numeric up down must have
11799         set the Minimum property to 1; only if the value is bigger
11800         than 1, activate "Collate" check box. This is the behaviour of .Net.
11801         Also modify the Document elements only if it is not null.
11802
11803 2006-08-03  Jackson Harper  <jackson@ximian.com>
11804
11805         * TreeNodeCollection.cs: Fix copyto to use the correct nodes
11806         length. (We have a larger array then actual node count).
11807                 
11808 2006-08-03  Jackson Harper  <jackson@ximian.com>
11809
11810         * ComboBox.cs: Don't show selection by default.
11811         - The SelectAll isn't needed here, since the focus code should do
11812         that
11813         - DDL style lists to manual selection drawing, so when they
11814         get/lose focus they have to invalidate.
11815
11816 2006-08-03  Peter Dennis Bartok  <pbartok@novell.com>
11817
11818         * TextBoxBase.cs: Don't always show all selections by default.
11819
11820 2006-08-03  Jonathan Pobst  <monkey@jpobst.com>
11821         * ControlUpdateMode.cs, DataSourceUpdateMode.cs,
11822           HelpNavigator.cs, WebBrowserEncryptionLevel.cs:
11823           Fixed various typos.
11824
11825 2006-08-03  Alexander Olk  <alex.olk@googlemail.com>
11826
11827         * Control.cs: Removing the controls in a ControlCollection with
11828           Clear now hides the controls as expected. Fixes bug #78804. 
11829
11830 2006-08-03  Jackson Harper  <jackson@ximian.com>
11831
11832         * Control.cs: Revert previous focus patch, it breaks reflector.
11833
11834 2006-08-03  Jackson Harper  <jackson@ximian.com>
11835
11836         * ComboBox.cs: Cleanup selection and focus with the combobox.
11837         This also eliminates some duplicated keyboard code, since now
11838         everything is handled by the main class.
11839         - Make list selection work on mouse up instead of down, to match
11840         MS.
11841
11842 2006-08-02  Jackson Harper  <jackson@ximian.com>
11843
11844         * Control.cs: Setting focus needs to go through the whole
11845         selection mechanism.
11846
11847 2006-08-02  Chris Toshok  <toshok@ximian.com>
11848
11849         * PrintPreviewDialog.cs: change MinimumSize to use
11850         base.MinimumSize so it works.
11851
11852 2006-08-02  Peter Dennis Bartok  <pbartok@novell.com>
11853
11854         * TextControl.cs:
11855           - UpdateCaret: Added sanity check in case caret isn't defined yet
11856           - Line.Delete: Now updating selection and caret markers if we're
11857             transfering a node (Properly fixes #78323)
11858           - SetSelectionEnd: Added sanity check
11859         * TextBoxBase.cs: Removed broken attempt to fix #78323
11860
11861 2006-08-01  Chris Toshok  <toshok@ximian.com>
11862
11863         * PrintPreviewDialog.cs: the CancelEventArgs stuff surrounding the
11864         Close() call is handled in Form, not here.
11865
11866 2006-08-01  Chris Toshok  <toshok@ximian.com>
11867
11868         * Theme.cs, ThemeWin32Classic.cs: fix the PrintPreviewControl
11869         layout/rendering.
11870
11871         * PrintPreviewDialog.cs: add scrollbars, and add an image cache
11872         for sizes < 100% zoom.  The code now aggressively attempts to keep
11873         from calling document.Print (), and tries not to use the scaling
11874         g.DrawImage whenever possible (it still does if you scale to >
11875         100%, since usually that involves huge images).
11876
11877         * PrintPreviewControl.cs: hook up the close button.
11878
11879 2006-08-01  Jonathan Pobst  <monkey@jpobst.com>
11880         * ColumnClickEventHandler.cs, DrawItemEventHandler.cs,
11881           ItemChangedEventHandler.cs, ItemCheckEventHandler.cs,
11882           ItemDragEventHandler.cs, LabelEditEventHandler.cs,
11883           LinkClickedEventHandler.cs, LinkLabelLinkClickedEventHandler.cs,
11884           MeasureItemEventHandler.cs, MethodInvoker.cs, PaintEventHandler.cs,
11885           PropertyTabChangedEventHandler.cs, PropertyValueChangedEventHandler.cs,
11886           SelectedGridItemChangedEventHandler.cs, ToolBarButtonClickEventHandler.cs:
11887           Removed [Serializable] for 2.0 Event Handlers.
11888
11889 2006-07-31  Jackson Harper  <jackson@ximian.com>
11890
11891         * TextBoxBase.cs: Make ShowSelection invalidate when changed.
11892         * TextControl.cs: Uncomment out the body of this method.
11893
11894 2006-07-31  Alexander Olk  <alex.olk@googlemail.com>
11895
11896         * XplatUIX11.cs: Use the correct cursor shapes for arrow and default
11897           standard cursors.
11898
11899 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
11900
11901         * TextBoxBase.cs: Added internal property ShowSelection to allow controls
11902           that embed TextBox and need selections visible even if textbox is not
11903           focused to enforce that behaviour.
11904         * TextControl.cs (Draw): Use ShowSelection instead of has_focus to determine
11905           selection drawing
11906
11907 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
11908
11909         * TextControl.cs:
11910           - Added new SetSelectionStart/SetSelectionEnd overloads
11911           - Fixed viewport width assignment to be accurate
11912           - Adjusted alignment line shift calculations to allow cursor on right
11913             aligned lines to be always visible at the right border (like MS)
11914         * TextBoxBase.cs:
11915           - SetBoundsCore: Re-adjust caret location after resize (Fixes #78323)
11916           - TextBoxBase_SizeChanged: recalculating canvas on size changes
11917           - CalculateScrollBars: Use ViewPort size instead of window size, to
11918             properly consider space occupied by the border and scrollbars 
11919             (Fixes #78661)
11920           - hscroll_ValueChanged, vscroll_ValueChanged: Fixed scroll 
11921             calculations; no longer leaves artifacts
11922           - CaretMoved: Adjusted window scrolling to match MS and fixed several
11923             calculation bugs (Still missing right/center align calculations)
11924
11925 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com> 
11926
11927         * XPlatUIWin32.cs: Made ScrollRectEx a bit more flexible, and removed
11928           use of both scroll rect and clip rect, as they do the same.
11929
11930 2006-07-31  Peter Dennis Bartok  <pbartok@novell.com>
11931
11932         * Control.cs (WM_CHAR WndProc): 2.0 profile allows changing the key 
11933           in the event handler (fixes #78912)
11934
11935 2006-07-31  Chris Toshok  <toshok@ximian.com>
11936
11937         * ThemeWin32Classic.cs: use grid.RowsCount here instead of
11938         grid.ListManager.Count, since grid.ListManager might be null.
11939         This of course begs the question "why are we drawing rows for a
11940         grid with no list manager (and therefor no rows)?"  Fixes the
11941         crash in bug #78929.
11942
11943 2006-07-31  Chris Toshok  <toshok@ximian.com>
11944
11945         * RelatedPropertyManager.cs: Don't always chain up to the parent
11946         ctor.  instead, call SetDataSource if the parent's position is !=
11947         -1.  Fixes the crash in #78822.
11948
11949 2006-07-31  Chris Toshok  <toshok@ximian.com>
11950
11951         * DataGrid.cs (get_ListManager): use field instead of property
11952         accessors for datasource and datamember.
11953         (RowsCount): make internal again.
11954         (OnMouseDown): end edits before resizing columns/rows.
11955         (OnMouseUp): restart edits after resizing columns/rows.
11956
11957 2006-07-30  Peter Dennis Bartok  <pbartok@novell.com>
11958
11959         * XplatUIX11.cs: Default cursor cannot be 0 or it will not get set.
11960           This fixes the situation where the last set cursor is displayed
11961           whenever the mouse is over scrollbars.
11962
11963 2006-07-30  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11964
11965         * PrintDialog.cs: Fix the behaviour of PrinterSettings and
11966         Document properties, as well as initial values.
11967
11968 2006-07-29  Peter Dennis Bartok  <pbartok@novell.com>
11969
11970         * XplatUIWin32.cs (SetBorderStyle): Setting both border
11971           and ClientEdge results in a 3-pixel border, which is
11972           wrong.
11973
11974 2006-07-28  Jackson Harper  <jackson@ximian.com>
11975
11976         * TreeNodeCollection.cs: Fix the clear method.
11977         - Fix the Shrink also
11978
11979 2006-07-27  Jackson Harper  <jackson@ximian.com>
11980
11981         * TreeView.cs: Make sure the visible order is computed when we
11982         attempt to size the scrollbars (for trees that mess with the
11983         scrolling when they shouldn't.
11984         - Make sure to give the scrollbars valid values.
11985
11986 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
11987
11988         * XplatUIX11.cs: Move motion compression code to where it
11989           has less performance impact
11990
11991 2006-07-26  Jackson Harper  <jackson@ximian.com>
11992
11993         * UpDownBase.cs: When the control is selected make the child
11994         controls non selectable, so that a click on them won't do a
11995         focus/unfocus cycle.
11996         - Don't give focus to the text box when the spinner is selected.
11997         * XEventQueue.cs: Peek on both the x11 queue and the lock queue.
11998
11999 2006-07-26  Chris Toshok  <toshok@ximian.com>
12000
12001         * ThemeWin32Classic.cs: add print preview rendering.  I'm not
12002         satisfied with this solution.  If the bitmaps are small, we should
12003         just cache them in the PrintPreviewDialog and draw them here.
12004         Also, the layout is broken for the 2-up and 3-up cases.
12005
12006         * Theme.cs: add PrintPReviewControlPaint.
12007
12008         * PrintPreviewDialog.cs: first pass implementation.
12009
12010         * PrintPreviewControl.cs: first pass implementation.  No
12011         scrollbars yet.
12012
12013         * PrintDialog.cs: only validate fields if that particular portion
12014         of the UI is enabled.  Also, set the document's controller to a
12015         PrintControllerWithStatusDialog wrapping the document's print
12016         controller.
12017
12018         * PrintControllerWithStatusDialog.cs: if we're printing to a file,
12019         bring up a SaveFileDialog (i hope we don't want to match the
12020         behavior of the crappy windows file entry) and set the
12021         PrinterSettings.PrintFileName accordingly.
12022
12023 2006-07-26  Jackson Harper  <jackson@ximian.com>
12024
12025         * ContainerControl.cs: Add a field that disables auto selecting
12026         the next control in a container when the container is activated.
12027         * UpDownBase.cs: Don't select the text box when the up down is
12028         selected.
12029
12030 2006-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
12031
12032         * XEventQueue.cs: Added methods for peeking (used for compression
12033           of successive events)
12034         * XplatUIX11.cs (GetMessage): We're now compressing consecutive
12035           mouse move events (fixes #78732)
12036
12037 2006-07-25  Jackson Harper  <jackson@ximian.com>
12038
12039         * UpDownBase.cs: Use an internal class for the textbox so that we
12040         can control focus.  the updown control should always have focus,
12041         if either the text area or the buttons are clicked.
12042         - Send the key messages to the textbox, since it never actually
12043         has focus
12044         - Activate and decativate the textbox caret.
12045
12046 2006-07-24  Jackson Harper  <jackson@ximian.com>
12047
12048         * Control.cs: Use the directed select when selecting a control,
12049         this way the container controls override will get called and the
12050         whole ActiveControl chain will get triggered.  TODO: probably need
12051         to make sure this gets done everywhere instead of the old
12052         Select(Control).
12053         * ContainerControl.cs: Implement the directed Select method to
12054         find and activate the correct child control.    
12055         
12056 2006-07-22  Mike Kestner  <mkestner@novell.com>
12057
12058         * Form.cs: use Control.MousePosition for NCLBUTTONDOWN in the menu
12059         menu handling code so that clicks without a grab work too.
12060         [Fixes #78914]
12061
12062 2006-07-22  Alexander Olk  <alex.olk@googlemail.com>
12063
12064         * FileDialog.cs: Enable the BackButton when dirstack has one element.
12065           Added some small optimizations.
12066
12067 2006-07-21  Matt Hargett  <matt@use.net>
12068
12069         * Control.cs: Implemented 2.0 MinimumSize/MaximumSize properties
12070
12071 2006-07-21  Peter Dennis Bartok  <pbartok@novell.com> 
12072
12073         * Control.cs (GetNextControl): Fixes to make all of Jackson's unit 
12074           tests pass and match MS in some strange border cases.
12075
12076 2006-07-21  Chris Toshok  <toshok@ximian.com>
12077
12078         * ThemeWin32Classic.cs: handle drawing of the relation links and
12079         parent row buttons.
12080
12081         * Theme.cs: change args to DataGridPaintParentRow.
12082
12083         * DataGrid.cs: Don't use controls for the relation links and
12084         parent buttons, so we have to handle all their interactions in
12085         MouseMove, MouseDown, MouseUp, etc.  Also, store a lot more stuff
12086         when we're navigating through child tables, so we can reinstate
12087         selection, expanded state, current cell, etc.
12088
12089 2006-07-20  Chris Toshok  <toshok@ximian.com>
12090
12091         * ToolBar.cs: When we redraw a button, for whatever reason,
12092         there's no reason to redraw the entire toolbar.  Also, don't call
12093         Control.Refresh from within Redraw, as it's much heavier than
12094         Invalidate (which is really what we want).
12095
12096 2006-07-20  Chris Toshok  <toshok@ximian.com>
12097
12098         * DataGrid.cs, CurrencyManager.cs, DataGridColumnStyle.cs,
12099         DataGridTextBoxColumn.cs, DataGridTextBox.cs,
12100         ThemeWin32Classic.cs, ListControl.cs: After staring at stack
12101         traces from within a debug IBindingList datasource
12102         (in mono/winforms/datagrid) for *days*, I've finally gotten things
12103         to work in a similar fashion.
12104
12105 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12106
12107         * ListBox.cs: Don't call Sort () when setting 
12108         the Sorted property to false (avoid an unnecessary sort).
12109
12110 2006-07-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12111
12112         * ListControl.cs: DataSource should throw an ArgumentException
12113         instead of a normal exception when the argument is not of the 
12114         correct type.
12115
12116 2006-07-20  Mike Kestner  <mkestner@novell.com>
12117
12118         * Control.cs: add InternalPreProcessMessage to allow us to steal
12119         key events before MWF gets its paws on them.  Adapted from a
12120         suggestion by eno.
12121         * ToolBar.cs: add GotLostFocus handing for flat toolbars, with 
12122         up/down/left/right navigation. Override the new internal control
12123         method to steal the events since they never make it to WndProc.
12124         * ToolBarButton.cs: don't worry about pushed when setting hilight
12125         since the drawing code prefers pushed to hilight. Invalidate on 
12126         Hilight changes. Fixes #78547 and #78525.
12127
12128 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
12129
12130         * ScrollableControl.cs: Consider AutoScrollMinSize when calculating
12131           the canvas size. Fixes #78868
12132
12133 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com>
12134
12135         * Splitter.cs: Track requested split position until first layout
12136           is performed. Fixes #78871
12137
12138 2006-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
12139
12140         * Application.cs: Removed code that forces 1.x for the version
12141           number if the version started with 0. Not sure why that code was
12142           there and I couldn't find any bugs that indicated we needed it.
12143           Fixes #78869
12144
12145 2006-07-20  Alexander Olk  <alex.olk@googlemail.com>
12146
12147         * ThemeWin32Classic.cs: Don't throw a NotImplementedException in
12148           ResetDefaults(), just write some output to the console until it's
12149           implemented. Fixes bug #78907 for now. Eliminated two warnings.
12150
12151 2006-07-19  Jonathan Chambers  <joncham@gmail.com>
12152
12153         * PropertyGridView.cs: set StartPosition of drop down forms
12154         so they appear in correct initial spot.  Fixes #78190.
12155
12156 2006-07-19  Mike Kestner  <mkestner@novell.com>
12157
12158         * ThemeWin32Classic.cs: use parent background color when drawing
12159         flat toolbars.  Restructure the conditionals to make sure non-flat
12160         non-Divider toolbars are filled too.  Fixes #78837.
12161
12162 2006-07-19  Mike Kestner  <mkestner@novell.com>
12163
12164         * ListBox.cs: Sort on collection changes even if the handle
12165         isn't created yet.  Fixes #78813.
12166
12167 2006-07-18  Carlos Alberto Cortez <calberto.cortez@gmail.com>
12168
12169         * ListControl.cs: DisplayMember should never be null,
12170         and now we assign String.Empty when null is passed to it (this
12171         is the .Net way).
12172
12173 2006-07-17  Mike Kestner  <mkestner@novell.com>
12174
12175         * ListViewItem.cs: restructure Font and subitem Font handling 
12176         to hold a specific font and refer back to owner on null.
12177         Fixes #78761.
12178
12179 2006-07-17  Mike Kestner  <mkestner@novell.com>
12180
12181         * ToolBar.cs: bandaid for side-effect of previous patch which was
12182         discarding explicit heights for non-AutoSize toolbars.  Need to
12183         extend my format tester to deal with AutoSize=false. Fixes #78864.
12184
12185 2006-07-15  Jackson Harper  <jackson@ximian.com>
12186
12187         * LabelEditTextBox.cs:
12188         * TreeView.cs: Use a new LabelEdit class for node editing, this
12189         class automatically 'closes' itself when it gets the enter key or
12190         loses focus.
12191         - Use the client rectangle when setting the trees scrollbars, so
12192         border style is taken into account.
12193         
12194 2006-07-14  Jackson Harper  <jackson@ximian.com>
12195
12196         * TreeNode.cs:
12197         * TreeView.cs: Make the editing work similar to MSs, firing the
12198         events correctly and ending edits correctly.
12199
12200 2006-07-14  Mike Kestner  <mkestner@novell.com>
12201
12202         * ToolBarButton.cs:
12203         * ToolBar.cs: layout restructuring and redraw enhancements to support
12204         formatting changes gracefully, like setting TextAlign, ImageList, 
12205         ButtonSize, and Appearance.  Handles explicit button sizing quirks
12206         of the MS controls.  Things like flat toolbars ignoring button size
12207         but becoming constant sized at the largest button's size.  Normal
12208         toolbars with an image set cannot be shrunk smaller than the image,
12209         but text can be clipped/ignored.
12210         * ThemeWin32Classic.cs: don't draw text if text_rect height or width
12211         is zero.  Seems like DrawString should be smart enough to not put
12212         anything on screen though. Also trim labels and ellipsize at the char
12213         boundary, not word.
12214         Fixes #78711 and #78483.
12215
12216 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
12217
12218         * FolderBrowserDialog.cs: Disable "New Folder" button and
12219           "New Folder" contextmenu menuitem if a folder like "My Computer"
12220           is selected.
12221
12222 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
12223
12224         * FileDialog.cs: Don't create a new folder in "MyComputer" folder.
12225         * FolderBrowserDialog.cs:
12226           - Use MWFConfig to store and read size and position settings
12227           - Added code to create a new folder (button or context menu).
12228             Use TreeView labeledit to change the name of the new folder.
12229
12230 2006-07-14  Jackson Harper  <jackson@ximian.com>
12231
12232         * TreeView.cs: Raise the OnAfterLabelEdit event correctly.  Also,
12233         when the tree is scrolled we end editing.
12234
12235 2006-07-14  Alexander Olk  <alex.olk@googlemail.com>
12236
12237         * ThemeWin32Classic.cs: Fixed position of CPDrawScrollButton Up and
12238           Down arrows
12239
12240 2006-07-14  Jonathan Pobst  <monkey@ipobst.com> 
12241
12242         WebBrowserProgressChangedEventHandler.cs, BindingCompleteEventArgs.cs,
12243         BindingCompleteEventHandler.cs, BindingManagerDataErrorEventArgs.cs,
12244         BindingManagerDataErrorEventHandler.cs, CacheVirtualItemsEventArgs.cs,
12245         CacheVirtualItemsEventHandler.cs, ColumnReorderedEventArgs.cs,
12246         ColumnReorderedEventHandler.cs, ColumnWidthChangedEventArgs.cs,
12247         ColumnWidthChangedEventHandler.cs, ColumnWidthChangingEventArgs.cs,
12248         ColumnWidthChangingEventHandler.cs, FormClosedEventArgs.cs,
12249         FormClosedEventHandler.cs, FormClosingEventArgs.cs,
12250         FormClosingEventHandler.cs, ItemCheckedEventArgs.cs,
12251         ItemCheckedEventHandler.cs, ListControlConvertEventArgs.cs,
12252         ListControlConvertEventHandler.cs, ListViewItemMouseHoverEventArgs.cs,
12253         ListViewItemMouseHoverEventHandler.cs, ListViewItemSelectionChangedEventArgs.cs,
12254         ListViewItemSelectionChangedEventHandler.cs,
12255         ListViewVirtualItemsSelectionRangeChangedEventArgs.cs,
12256         ListViewVirtualItemsSelectionRangeChangedEventHandler.cs,
12257         MaskInputRejectedEventArgs.cs, MaskInputRejectedEventHandler.cs,
12258         PopupEventArgs.cs, PopupEventHandler.cs, PreviewKeyDownEventArgs.cs,
12259         PreviewKeyDownEventHandler.cs, RetrieveVirtualItemEventArgs.cs,
12260         RetrieveVirtualItemEventHandler.cs, SearchForVirtualItemEventArgs.cs,
12261         SearchForVirtualItemEventHandler.cs, SplitterCancelEventArgs.cs,
12262         SplitterCancelEventHandler.cs, TabControlCancelEventArgs.cs, 
12263         TabControlCancelEventHandler.cs, TabControlEventArgs.cs, 
12264         TabControlEventHandler.cs, TableLayoutCellPaintEventArgs.cs,
12265         TableLayoutCellPaintEventHandler.cs, ToolStripDropDownClosedEventArgs.cs,
12266         ToolStripDropDownClosedEventHandler.cs, ToolStripDropDownClosingEventArgs.cs,
12267         ToolStripDropDownClosingEventHandler.cs, TreeNodeMouseClickEventArgs.cs,
12268         TreeNodeMouseClickEventHandler.cs, TreeNodeMouseHoverEventArgs.cs,
12269         TreeNodeMouseHoverEventHandler.cs, TypeValidationEventArgs.cs,
12270         TypeValidationEventHandler.cs, WebBrowserDocumentCompletedEventArgs.cs,
12271         WebBrowserDocumentCompletedEventHandler.cs, WebBrowserNavigatedEventArgs.cs,
12272         WebBrowserNavigatedEventHandler.cs, WebBrowserNavigatingEventArgs.cs,
12273         WebBrowserNavigatingEventHandler.cs, 
12274         WebBrowserProgressChangedEventArgs.cs: New 2.0 Event Handlers
12275
12276 2006-07-14  Jonathan Pobst  <monkey@ipobst.com>
12277
12278         MergeAction.cs, PowerLineStatus.cs, PowerState.cs, PreProcessControlState.cs,
12279         RichTextBoxLanguageOptions.cs, ScreenOrientation.cs, ScrollOrientation.cs,
12280         SearchDirectionHint.cs, SystemParameter.cs, TabControlAction.cs,
12281         TableLayoutPanelCellBorderStyle.cs, TextDataFormat.cs, TextImageRelation.cs,
12282         ToolStripDropDownCloseReason.cs, ToolStripDropDownDirection.cs,
12283         ToolStripGripDisplayStyle.cs, ToolStripGripStyle.cs,
12284         ToolStripItemAlignment.cs, ToolStripItemDisplayStyle.cs,
12285         ToolStripItemImageScaling.cs, ToolStripItemOverflow.cs,
12286         ToolStripItemPlacement.cs, ToolStripLayoutStyle.cs,
12287         ToolStripManagerRenderMode.cs, ToolStripRenderMode.cs,
12288         ToolStripStatusLabelBorderSides.cs, ToolStripTextDirection.cs,
12289         ToolTipIcon.cs, TreeNodeStates.cs, TreeViewDrawMode.cs,
12290         TreeViewHitTestLocations.cs, UnhandledExceptionMode.cs, ValidationConstraints.cs,
12291         WebBrowserEncryptionLevel.cs, WebBrowserReadyState.cs, WebBrowserRefreshOption.cs,
12292         ArrowDirection.cs, AutoCompleteMode.cs, AutoCompleteSource.cs, AutoSizeMode.cs,
12293         AutoValidate.cs, BatteryChargeStatus.cs, BindingCompleteContext.cs,
12294         BindingCompleteState.cs, CloseReason.cs, ColumnHeaderAutoResizeStyle.cs,
12295         ControlUpdateMode.cs, DataSourceUpdateMode.cs, DockingBehavior.cs,
12296         FixedPanel.cs, FlowDirection.cs, GetChildAtPointSkip.cs,
12297         HtmlElementInsertionOrientation.cs, InsertKeyMode.cs, ListViewHitTestLocations.cs,
12298         ListViewItemStates.cs, MaskFormat.cs: Added
12299
12300 2006-07-13  Jonathan Chambers  <joncham@gmail.com>
12301
12302         * PropertyGridView.cs: Fix keyboard navigation of drop down.
12303         Patch from eno for bug 78558.
12304         
12305 2006-07-13  Jackson Harper  <jackson@ximian.com>
12306
12307         * TreeView.cs: When an edit is finished make sure that the
12308         selected node is visible.
12309         - When setting the top/bottom use the scrollbars is_visible, so
12310         everything will be set correctly even if the tree isn't visible
12311         yet.
12312
12313 2006-07-13  Jackson Harper  <jackson@ximian.com>
12314
12315         * ComboBox.cs: Revert the item->index part of my previous patch.
12316         * TreeView.cs: Use LostFocus instead of Leave for detecting when
12317         the edit box has lost focus (duh).
12318         - Just make the edit box not visible when we get return, that will
12319         take the focus, which will call EndEdit
12320         * TreeNode.cs When we start editing, notify the treeview.
12321
12322 2006-07-12  Jackson Harper  <jackson@ximian.com>
12323
12324         * ComboBox.cs: Clear out old items before setting the item list.
12325         This prevents databound controls from having their items added
12326         twice.
12327         - Switch the combobox to use indices whereever possible instead of
12328         using Item's.  This allows usto navigate through lists that have
12329         more then one item with the same string value (ie a, b, b, a).
12330         - Scroll the listboxes scrollbar when a non visible item is
12331         highlighted
12332         - Allow keypress to cycle through all the possible values. For
12333         example if you have b1, b2, b3 and hold down the B key all the
12334         values will be cycled through.
12335         
12336 2006-07-12  Jackson Harper  <jackson@ximian.com>
12337
12338         * TextBoxBase.cs:
12339         * ListView.cs: Don't need to override SETFOCUS anymore, we can do
12340         this using the internal methods.
12341         * Control.cs: Add OnGotFocusInternal.  A new method that allows
12342         controls to "override" OnGotFocus and change focus behavior if
12343         needed.
12344         - Same thing for LostFocus
12345         * ComboBox.cs: Pass off focus to the text control properly.
12346
12347 2006-07-12  Alexander Olk  <alex.olk@googlemail.com>
12348
12349         * FileDialog.cs: Added GetFoldersOnly to MWFVFS
12350         * FolderBrowserDialog.cs: Almost a complete rewrite.
12351           - Better support for Environment.Specialfolders
12352           - Added support for MWFVFS
12353           - Made setting SelectedPath work
12354
12355 2006-07-12  Jackson Harper  <jackson@ximian.com>
12356
12357         * Control.cs: Optimze getting all the controls.
12358
12359 2006-07-11  Jackson Harper  <jackson@ximian.com>
12360
12361         * ContainerControl.cs: Override SETFOCUS in the container control,
12362         so that it is not selected on mouse click.
12363
12364 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com> 
12365
12366         * LinkLabel.cs: Hack to handle Shift-Tabbing to the linklabel. 
12367           Hopefully we will have a better way once all of focus is complete.
12368
12369 2006-07-11  Peter Dennis Bartok  <pbartok@novell.com>
12370
12371         * ThemeWin32Classic.cs: Commented out some debug code and fixed
12372           a compile error with csc.
12373
12374 2006-07-11  Jackson Harper  <jackson@ximian.com>
12375
12376         * Control.cs: When hiding a control only select the next control
12377         if the current control was focused.
12378         - Don't handle enter/leave when setting/killing focus, this is
12379         done by the container control.
12380         - Remove is_selected, it's not needed anymore.
12381         - Add utility methods for selecting a child control, and for
12382         firing the Enter/Leave events.
12383         * ContainerControl.cs: When a control is activated fire the
12384         enter/leave events.
12385         - Don't wrap when processing the tab key, so that focus can be
12386         moved outside of the container.
12387         - Use the correct active control
12388
12389 2006-07-11  Jackson Harper  <jackson@ximian.com>
12390
12391         * ComboBox.cs: Remove some debug code that was blinding me.
12392         * UpDownBase.cs: These controls actually aren't implicit, they are
12393         visible to the user.
12394
12395 2006-07-10  Chris Toshok  <toshok@ximian.com>
12396
12397         * DataGrid.cs: move back to the is_adding boolean field.  god i
12398         hate this is_editing/is_adding/is_changing stuff.
12399
12400 2006-07-10  Chris Toshok  <toshok@ximian.com>
12401
12402         * DataGridTableStyle.cs: just check if the property type is bool.
12403         if it is, use DataGridBoolColumn, otherwise DataGridTextBoxColumn.
12404         Don't use CanRenderType.
12405
12406         * DataGridTextBoxColumn.cs: set the value to DBNull.Value, not "",
12407         if our text == NullText.  Remove CanRenderType.
12408
12409         * DataGridBoolColumn.cs: nuke CanRenderType.
12410
12411         * DataGrid.cs: reenable some code to end the current edit inside
12412         of set_CurrentCell.  This fixes the other 1.1.16 regression.
12413         Also, remove rowhdrs_maxheight and just use rowhdrs_area.Height.
12414         Also, remove the visible_row_count arg from CalcRowHeaders, since
12415         we don't need to worry about the actual height of the area.
12416
12417 2006-07-10  Chris Toshok  <toshok@ximian.com>
12418
12419         * DataGridTextBoxColumn.cs: if when we Commit we're in navigate
12420         mode, just return.
12421
12422         * DataGridTextBox.cs: change "isedit" to "isnavigating" to reflect
12423         the real sense of the IsInEditOrNavigateMode property (true =
12424         navigate, false = edit).  Also, update OnKeyPress to reflect this.
12425
12426         * DataGridTableStyle.cs (CreateColumnsForTable): even if the
12427         column style exists, we still need to set its property descriptor
12428         to match up with our list manager.
12429
12430 2006-07-10  Chris Toshok  <toshok@ximian.com>
12431
12432         * ThemeWin32Classic.cs: implement the new row/header painting
12433         approach.  The parent row painting will likely go away and
12434         replaced with label controls, but the rest seems to work ok (and
12435         efficiently).
12436
12437         * Theme.cs: change the way we draw datagrid rows.  we don't draw
12438         the row headers as a block now.  Instead we draw them in the
12439         normal draw-row loop.  Add some calls for drawing parent rows and
12440         relation rows.
12441
12442         * DataGridTableStyle.cs: add tons of ArgumentExceptions if this is
12443         a default table style.  Set the defaults from ThemeEngine.Current,
12444         not SystemColors.  Fix lots of misc issues with property setters.
12445
12446         * DataGrid.cs: move loads of style information out of this class
12447         as it's being duplicated with DataGridTableStyle.  keep track of a
12448         special DataGridTableStyle for the properties we used to mirror
12449         here.  Switch all the style properties to access this table style
12450         instead of instance fields of this class.  Also add a internal
12451         class to represent parent rows (more needs to be stored here, like
12452         the selection state from the parent table, as well as the
12453         expansion state.)  Also, for datasources with relations, do the
12454         right thing for collapse/expand, and add support for the
12455         navigation/parent row buttons.
12456
12457         Lastly, fix the crash in the 1.1.16 build.
12458
12459         * GridTableStylesCollection.cs: make the explicit interface
12460         implementations call the class's methods as opposed to duplicating
12461         them.
12462
12463         * DataGridTextBoxColumn.cs: set the x/y offset of the textfield to
12464         0 so the text doesn't jump around when we move the cursor.
12465
12466 2006-07-10  Jackson Harper  <jackson@ximian.com>
12467
12468         * TextBoxBase.cs:
12469         * ListBox.cs: Match MS's ToString (this makes debugging focus
12470         stuff infinitely easier).
12471
12472 2006-07-10  Jackson Harper  <jackson@ximian.com>
12473
12474         * Control.cs (SelectNextControl): When checking the control's
12475         parent use this instead of ctrl.parent so that null can be passed
12476         to SelectNextControl. (I have unit tests for this).
12477         - Remove unused var.
12478
12479 2006-07-10  Chris Toshok  <toshok@ximian.com>
12480
12481         * CurrencyManager.cs: correct one regression, the removal of the
12482         finalType field.  Also, add a MonoTODO on CanAddRows, implement
12483         Refresh() correctly, and fix some event emission in
12484         ListChangedHandler.
12485
12486 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
12487
12488         * FileDialog.cs: Don't use brackets for new folders if they exist
12489           under *nix. Instead use -(number of existing folders +1).
12490
12491 2006-07-07  Alexander Olk  <alex.olk@googlemail.com>
12492
12493         * FileDialog.cs:
12494           - Fixed really nasty bug #78771
12495           - Don't block the whole GUI when reading directories with a lot of
12496             entries. Use an other thread instead and call BeginInvoke to
12497             update the ListView in MWFFileView
12498
12499 2006-07-07  Chris Toshok  <toshok@ximian.com>
12500
12501         * Control.cs (Dispose): release any Capture when disposing.
12502
12503 2006-07-07  Chris Toshok  <toshok@ximian.com>
12504
12505         * LinkLabel.cs (Select): if we chain up to the parent, set
12506         focused_index to -1 so we'll search for the first available link
12507         the next time the user tabs into us.  Also, if the direction is
12508         backward and focused_index == -1, start the search from the last
12509         element.
12510
12511 2006-07-07  Chris Toshok  <toshok@ximian.com>
12512
12513         * LinkLabel.cs (CreatePiecesFromText): if the link's range piece
12514         is beyond the end of the text, don't do anything.
12515         (CreateLinkPieces): set our ControlStyles.Selectable based on
12516         whether or not we have any links.
12517         (Link.Invalidate): use a loop instead of foreach.
12518         (Link.set_Start): null out owner.sorted_links so it'll be
12519         recreated by CreateLinkPieces.
12520
12521 2006-07-06  Chris Toshok  <toshok@ximian.com>
12522
12523         * LinkLabel.cs: revert the SetStyle change.
12524
12525 2006-07-06  Chris Toshok  <toshok@ximian.com>
12526
12527         * LinkLabel.cs (.ctor): SetStyle Selectable to true.
12528         (OnEnableChanged): s/Refresh/Invalidate
12529         (OnGotFocus): if we have a focused index already, refocus it (so
12530         if we mouse out/in to the window it'll focus the right link).
12531         (OnKeyDown): move the tab handling out of here.
12532         (OnLostFocus): don't set focused_index to -1, so we can refocus it
12533         when we lose focus.
12534         (OnMouseDown): don't Capture here - Control handles it.  Also,
12535         focus the active link.
12536         (OnMouseUp): don't deal with Capture.
12537         (OnPaintBackgroundInternal): remove.
12538         (OnTextAlignChanged): CreateLinkPieces before calling the
12539         superclass's method.
12540         (OnTextChanged): call CreateLinkPieces before calling superclass's
12541         method.
12542         (ProcessDialogKey): handle Tab here, and call Select(bool,bool) to
12543         move around.
12544         (Select): implement this, moving the selection between different
12545         links, and call parent.SelectNextControl if we don't have another
12546         link to focus in the given direction.
12547         (CreateLinkPieces): call Invalidate instead of Refresh.
12548         
12549 2006-07-06  Chris Toshok  <toshok@ximian.com>
12550
12551         * ThemeWin32Classic.cs: DrawLinkLabel changes to accomodate the
12552         new LinkLabel internals.
12553
12554         * LinkLabel.cs: fairly major rewrite.  get rid of all the loops
12555         over pieces looking for active/focused/etc links.  also, deal with
12556         runs of text (and links) with embedded \n's in them, and use
12557         MeasureCharacterRanges instead of MeasureString to figure out the
12558         regions text occupies.  Lastly, do the usual s/Refresh/Invalidate
12559         two-step.
12560
12561 2006-07-04  Jackson Harper  <jackson@ximian.com>
12562
12563         * XplatUIX11.cs: Enable key auto repeat. If the user doesn't have
12564         XKB or key auto repeat, do it manually.  Without key auto repeat,
12565         when a key is held down we get key press, key release, key press,
12566         key release, ... with auto repeat we get key press, key press, key
12567         press ..., and then a release when the key is actually released.
12568
12569 2006-07-03  Jackson Harper  <jackson@ximian.com>
12570
12571         * TabControl.cs:
12572         * ThemeWin32Classic.cs: Tabs do not obey normal background color
12573         rules, they are always control color regardless of the background
12574         color.
12575
12576 2006-07-02  Alexander Olk  <alex.olk@googlemail.com>
12577
12578         * FileDialog.cs: Added internal class MWFConfig.
12579           Removed Registry support and replaced it with support for the new
12580           MWFConfig class. See MWFConfig comments for more information.
12581
12582 2006-06-30  Alexander Olk  <alex.olk@googlemail.com>
12583
12584         * ThemeWin32Classic.cs: Added RadioButton and CheckBox focus
12585           rectangle. Added some patches from eno from bug #78490 and fixed
12586           the arrow position for small up and down CPDrawScrollButtons.
12587
12588 2006-06-30  Jackson Harper  <jackson@ximian.com>
12589
12590         * InternalWindowManager.cs: Remove some debug code.
12591         * Form.cs: When an MdiParent is set to null, the window is
12592         "detatched" and becomes a normal window.
12593         * MdiClient.cs: Don't bring the new child form to the front until
12594         it is activated (setting it as active does this), this makes the
12595         previously active forms titlebar get redrawn as inactive.
12596
12597 2006-06-29  Peter Dennis Bartok  <pbartok@novell.com>
12598
12599         * PrintDialog.cs: Labels need a tab index too, otherwise they overlap
12600           with later controls
12601
12602 2006-06-29  Mike Kestner  <mkestner@novell.com>
12603
12604         * MenuAPI.cs: handle arrow keys in keynav state. Go active on down
12605         arrow in keynav state.  Fixes #78682.
12606
12607 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
12608
12609         * PrintDialog.cs: Reorder, relayout, remove extra code, set tab 
12610           order (fixes #78393)
12611
12612 2006-06-28  Jonathan Pobst  <monkey@ipobst.com>
12613
12614         * AccessibleRole.cs, AccessibleStates.cs, AnchorStyles.cs, 
12615           ArrangeDirection.cs, ArrangeStartingPosition.cs, ColorDepth.cs,
12616           ControlStyles.cs, DataGridViewImageCellLayout.cs, DrawMode.cs,
12617           FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs,
12618           GridItemType.cs, HelpNavigator.cs, ImeMode.cs, ItemActivation.cs,
12619           ItemBoundsPortion.cs, Keys.cs, ListViewAlignment.cs, 
12620           PictureBoxSizeMode.cs, PropertySort.cs, SelectionMode.cs,
12621           Shortcut.cs, SizeGripStyle.cs, SortOrder.cs, StructFormat.cs,
12622           TextFormatFlags.cs, ToolBarAppearance.cs, ToolBarButtonStyle.cs,
12623           ToolBarTextAlign.cs, View.cs: 2.0 Changes to existing 1.x
12624           enumerations (FlagsAttribute, SerializableAttribute, added/removed
12625           values)
12626
12627 2006-06-28  Mike Kestner  <mkestner@novell.com>
12628
12629         * ComboBox.cs: implement scroll wheel support. Fixes #78360.
12630
12631 2006-06-28  Atsushi Enomoto  <atsushi@ximian.com>
12632
12633         * PropertyGrid.cs,
12634           PropertyGridTextBox.cs : explicitly set BackColor to differentiate
12635           item lines from other area (It also makes BackColor consistent and
12636           compatible with .NET). Fixed bug #78564.
12637
12638 2006-06-28  Jonathan Chambers  <jonathan.chambers@ansys.com>
12639
12640         * PropertyGrid.cs: refresh toolbar when PropertySort is set.
12641         Patch from Eno for #78555.
12642
12643 2006-06-27  Chris Toshok  <toshok@ximian.com>
12644
12645         * ThemeWin32Classic.cs: s/grid.grid_drawing/grid
12646
12647         * DataGridColumnStyle.cs: same.
12648
12649         * DataGrid.cs: Roll DataGridDrawingLogic.cs into this file.
12650         
12651         * DataGridDrawingLogic.cs: nuke.
12652
12653 2006-06-27  Chris Toshok  <toshok@ximian.com>
12654
12655         * DataGridTableStyle.cs: clean up the constructors, and build the
12656         list of child relations for this table.  I have no idea if this is
12657         where we should be doing it (it probably isn't), but since we're
12658         already iterating over the properties..
12659
12660         * DataGrid.cs: add row resizing.  for now we add a DataGridRow
12661         struct and array for keeping track of row information, similar to
12662         what's shown in a hack on
12663         http://www.syncfusion.com/FAQ/WindowsForms/FAQ_c44c.aspx.
12664
12665         * Theme.cs: be consistent about the naming of DataGrid methods,
12666         prefering ColumnWidths and RowHeights over columnsWidths and
12667         RowsHeights.
12668
12669         * ThemeWin32Classic.cs: same, and also add support for variable
12670         sized rows (and the +/- expansion icons for related rows).
12671
12672 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
12673
12674         * TextBoxBase.cs: Applied Eno's patch from #78660
12675
12676 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
12677
12678         * Form.cs (ScaleCore): We don't want to scale our form if it's
12679           state is minimized or maximized, but we still need to scale our
12680           child windows. Also, added try/finally block to ensure layout
12681           gets reset (Fixes #78697)
12682
12683 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com>
12684
12685         * Control.cs: Added 2.0 Scale(SizeF) method (Fixes 78700)
12686
12687 2006-06-27  Peter Dennis Bartok  <pbartok@novell.com> 
12688
12689         * Form.cs: Fixed c+p error and added check to resize form if minimum
12690           size is bigger than current size (Fixes #78709)
12691
12692 2006-06-26  Peter Dennis Bartok  <pbartok@novell.com> 
12693
12694         * ThemeEngine.cs (..ctor): Properly use ToLower() (Fixes #78704)
12695
12696 2006-06-26  Mike Kestner  <mkestner@novell.com>
12697
12698         * ComboBox.cs: only do Keypress handling in the combo when there  
12699         are items in the collection. Fixes #78710.
12700
12701 2006-06-26  Chris Toshok  <toshok@ximian.com>
12702
12703         * Binding.cs: make this work bi-directionally.  also, clear up
12704         other mixups between Push/Pull Data (e.g. we're supposed to pull
12705         data when validating).
12706
12707         * BindingManagerBase.cs: trim some fully qualified collection
12708         types.
12709
12710         * PropertyManager.cs (get_IsSuspended): oops, fix this check.
12711
12712 2006-06-23  Chris Toshok  <toshok@ximian.com>
12713
12714         * PropertyManager.cs: It appears (according to the unit tests)
12715         that PropertyManager doesn't use
12716         PropertyDescriptor.AddValueChanged to track propery value changes
12717         in its datasource, but uses the same scheme as Binding, where it
12718         looks for a <Property>Changed event and binds to it.
12719
12720         Also, according to the docs, IsSuspended always returns false for
12721         a property manager with a non-null datasource.
12722
12723 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com> 
12724
12725         * Form.cs: (ShowDialog): If we're returning a forced cancel we still
12726           need to update the actual DialogResult. (Fixes #78613)
12727
12728 2006-06-22  Peter Dennis Bartok  <pbartok@novell.com>
12729
12730         * Form.cs (ShowDialog): Release any captures before running the
12731           new message pump (fixes #78680)
12732
12733 2006-06-22  Mike Kestner  <mkestner@novell.com>
12734
12735         * ListView.cs: Layout column widths properly in details mode even 
12736         if HeaderStyle.None is set.  Fixes #78691.
12737
12738 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com>
12739
12740         * FileDialog.cs: Fixed taborder to match MS. Fixes #77873 partially.
12741
12742 2006-06-21  Peter Dennis Bartok  <pbartok@novell.com> 
12743
12744         * Control.cs (ContainsFocus): Using new driver method to get focused
12745           window, instead of trying to use internal tracking var, which can
12746           recursion issues (Fixes #78685)
12747         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
12748           XplatUIWin32.cs: Added GetFocus method to return focused window
12749
12750 2006-06-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12751
12752         * ColorDialog.cs: when the mouse button is pressed inside the color
12753         matrix, don't let the cursor move out of it until the button is
12754         released, which is the behavior on windows. Changed 'colours' by
12755         'colors' to use the same word consistently.
12756
12757 2006-06-21  Chris Toshok  <toshok@ximian.com>
12758
12759         * DataGrid.cs: add in some basic navigation stuff (navigating to a
12760         child relation and back, using a stack).  Also, remove
12761         GetDataSource and the code that calls it - it's not needed.  Also,
12762         track CurrencyManager.ListName's removal.
12763
12764 2006-06-21  Chris Toshok  <toshok@ximian.com>
12765
12766         * CurrencyManager.cs: push some of the original type checking from
12767         BindingContext.CreateBindingManager to here, and remove some of
12768         the finalType stuff.  Need more tests to make sure I've got the
12769         ListName part right, and we might need more in SetDataSource.
12770
12771         * PropertyManager.cs: add a ctor that takes just the datasource,
12772         and no property name.  Make SetDataSource work with a null
12773         property_name, and make Current return the data_source if the
12774         property descriptor is null.  this makes 'string foo = "hi";
12775         BindingContext[foo].Current' return "hi" as it should.
12776
12777         * RelatedCurrencyManager.cs: make this code more generic - there's
12778         no reason the parent manager has to be CurrencyManager, and
12779         there's no reason to pass the DataRelation.  It suffices to use a
12780         BindingManagerBase and PropetyDescriptor.
12781
12782         * RelatedPropertyManager.cs: make a similar change here.
12783         
12784         * BindingContext.cs: make CreateBindingManager the beautiful, tiny
12785         flower I knew it could be.
12786
12787 2006-06-20  Chris Toshok  <toshok@ximian.com>
12788
12789         * PropertyManager.cs: the PropertyChangedHandler is invoked when
12790         data in the source has changed and we need to update the control,
12791         so s/PullData/PushData.
12792
12793         * CurrencyManager.cs: Refresh is meant to update the control from
12794         data in the datasource.  So, s/PullData/PushData.
12795
12796         * BindingContext.cs: add more ugliness (we weren't handling the
12797         case where data_source = DataTable and data_member = column_name).
12798
12799         * Binding.cs: fix PushData/PullData mixup.  Both are interpreted
12800         from the perspective of the datasource.  PullData pulls from the
12801         control, PushData pushes to the control.
12802
12803 2006-06-20  Chris Toshok  <toshok@ximian.com>
12804
12805         * BindingContext.cs: rewrite the CreateBindingManager code to
12806         handle navigation paths more or less properly.  This could
12807         definitely stand some more work, in particular to push the
12808         recursion up to the toplevel.  But that relies on fixes in other
12809         places (System.Data comes to mind).
12810
12811         Also, move to a flat hashtable (and encode the twolevel nature of
12812         the dictionary into the hash key).  This lets us implement the
12813         IEnumerable.GetEnumerator method.
12814
12815         * RelatedCurrencyManager.cs: new class.  Update our view based on
12816         our relation and our parent CurrencyManager's position.
12817
12818         * CurrencyManager.cs: split out some logic from the ctor into
12819         SetView, so it can be called from the new RelatedCurrencyManager
12820         subclass.
12821
12822         * RelatedPropertyManager.cs: new class.  Update our datasource
12823         based on the position of our parent CurrencyManager.
12824
12825         * PropertyManager.cs: split out some logic from the ctor into
12826         SetDataSource, so it can be called from the new RelatedDataSource
12827         subclass.  Also, make the Current getter return the value
12828         of the PropertyDescriptor, not the data_source.
12829
12830         * Binding.cs: no need to duplicate the string splitting code here.
12831
12832 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
12833
12834         * Control.cs:
12835           - set_Enabled: OnEnabledChanged is not called if the inherited state 
12836             of the control is not altered, even though  we might be changing the
12837             internal state of the control (#78458)
12838           - set_Enabled: (Re)Moved the enabling/disabling of the window to 
12839             OnEnabledChanged, to allow easy altering of any child window state
12840           - OnEnabledChanged: Added code to enable/disable driver window state
12841           - OnParentEnabledChanged: Instead of firing the event, call 
12842             OnEnabledChanged, which will fire the event and also a) set driver
12843             window state and pass the enabled state to any grandchildren (#78458)
12844
12845 2006-06-19  Jackson Harper  <jackson@ximian.com>
12846
12847         * InternalWindowManager.cs: We don't set the cursor explicitly
12848         thats done via the response to NCHITTESTs.
12849         - Don't need to adjust for titlebar heights anymore, the
12850         coordinates are coming in the correct coordinates now (see peters
12851         last patch).
12852
12853
12854 2006-06-19  Peter Dennis Bartok  <pbartok@novell.com> 
12855
12856         * XplatUIX11.cs (GetMessage): WM_NCxBUTTONx messages were wrongly
12857           being translated relative to whole window, instead of client window.
12858           That caused broken offsets on mouseclick (and caused gas for our
12859           InternalWindowManager)
12860
12861 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
12862
12863         * TextControl.cs:
12864           - MoveCaret: Implemented PgUp, PgDown, CtrlPgUp and CtrlPgDown
12865           - Undo(): Added replay of cursor move on DeleteChars action; added
12866             calling Undo() again if a recorded cursor move is invalid (to
12867             ensure that some action is performed on Undo)
12868         * TextBoxBase.cs (ProcessKey): Added handling of PgUp and PgDown (#78482)
12869
12870 2006-06-16  Jackson Harper  <jackson@ximian.com>
12871
12872         * MdiClient.cs: Instead of just sizing maximized windows when
12873         there is a resize we also have to adjust the Y of minimized
12874         windows, so they stay pinned to the bottom of the mdi container.
12875         - Eliminate separate tracking of the active control, we can just
12876         get this from the controls collection.
12877         - Paint the decorations for the newly activated titlebar so we get
12878         a pretty blue bar.
12879         * InternalWindowManager.cs:
12880         * ThemeWin32Classic.cs: Minimized windows get all three buttons
12881         even if they are a tool window.
12882         
12883 2006-06-15  Peter Dennis Bartok  <pbartok@novell.com> 
12884
12885         * TextControl.cs (Undo): Handle non-existent cursor locations in the
12886           undo buffer, these can happen when text was deleted and the cursor
12887           was recorded first. Since we will also have a recorded cursor
12888           after the delete this is not an issue. (Fixes #78651)
12889
12890 2006-06-14  Peter Dennis Bartok  <pbartok@novell.com> 
12891
12892         * AccessibleObject.cs: Remove dependence on Control.is_selected;
12893           instead properly track control states internally (allows us to
12894           remove is_selected from Control)
12895
12896 2006-06-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12897
12898         * ImageListStreamer.cs: correctly generate the 1bpp mask for images
12899         whose width is not a multiple of 8.
12900
12901 2006-06-13  Jackson Harper  <jackson@ximian.com>
12902
12903         * MdiClient.cs:  Only maximize the next child if the current one
12904         is maximized.
12905
12906 2006-06-13  Chris Toshok  <toshok@ximian.com>
12907
12908         * DataGridColumnStyle.cs: Invalidate the column when HeaderText is
12909         modified.  Also, guard against grid or grid_drawing being null in
12910         Invalidate.
12911
12912         * DataGrid.cs: Reformat tons of getters/setters.  In the
12913         DataMember setter, just call SetNewDataSource instead of
12914         duplicating some of its functionality.  In SetNewDataSource, don't
12915         check ListManager for null, since the property getter creates the
12916         object if needed.
12917
12918         * DataGridTableStyle.cs: don't set TableStyle or call
12919         SetDataGridInternal on the column here, it's done in
12920         GridColumnStylesCollection.Add.
12921
12922         * GridColumnStylesCollection.cs: fix all the explicit interface
12923         implementations to just call our methods.  Nuke AddInternal() and
12924         move the body of it to Add().  Also, add a call to
12925         column.SetDataGridInternal to Add().
12926
12927         * DataGridTextBoxColumn.cs (.ctors): call this() instead of
12928         base()+duplicate code.  Also, use the Format property instead of
12929         format to generate an Invalidate ala MS.  Lastly, create the
12930         textbox here, unconditionally.
12931         (set_Format): call Invalidate.
12932         (get_TextBox): no need to call EnsureTextBox.
12933         (Commit): remove the message box.
12934         (Edit) remove the call to EnsureTextBox.
12935         (EndEdit): call HideEditBox instead of ReleaseHostedControl.
12936         (EnterNullValue): no need to check textbox for null.
12937         (HideEditBox): no need to check textbox for null.
12938         (SetDataGridInColumn): add the textbox to the grid's controls.
12939         (EnsureTextBox): nuke.
12940         
12941 2006-06-13  Jackson Harper  <jackson@ximian.com>
12942
12943         * MdiWindowManager.cs: Hook up to the maximized menus paint event
12944         and redraw the buttons when needed. Unhook when the window is
12945         unmaximized.
12946         * MainMenu.cs: Add an internal Paint event, the mdi window manager
12947         needs this so that it can redraw its buttons when the menu is
12948         repainted.
12949         * InternalWindowManager.cs:
12950         * Form.cs: The method order has changed for DrawMaximizedButtons,
12951         so that it can be a PaintEventHandler.
12952         
12953 2006-06-13  Jackson Harper  <jackson@ximian.com>
12954
12955         * MdiClient.cs: When we close a maximized mdi window, the next mdi
12956         window is activated and maximized, even if it wasn't before.
12957         - When  a new window is activated repaint the decorations of the
12958         old one, so that it no longer has the Active "look" (the blue
12959         titlebar).
12960         * InternalWindowManager.cs: Open up CreateButtons to base classes
12961         so they can recreate the buttons on state changes.
12962         - If a window is maximized give it all three buttons
12963         * MdiWindowManager.cs: Create the titlebar buttons when the state
12964         is changed, this is needed because a toolwindow will not have all
12965         three buttons until it is maximized.
12966
12967 2006-06-13  Atsushi Enomoto  <atsushi@ximian.com>
12968
12969         * ProgressBar.cs : PerformStep() shouldn't exceed Maximum.
12970           Fixed bug #78609.
12971
12972 2006-06-12  Jackson Harper  <jackson@ximian.com>
12973
12974         * KeysConverter.cs: Make sure we handle the Ctrl special case
12975         if its the only key.
12976         
12977 2006-06-12  Jackson Harper  <jackson@ximian.com>
12978
12979         * Theme.cs: Add a method to get the size of a managed window
12980         toolbar button.
12981         * InternalWindowManager.cs: Remove the ButtonSize property, this
12982         should be retrieved from the theme.
12983         * MdiWindowManager.cs: Get the button size from the theme
12984         * ThemeWin32Classic.cs: Make the method to get the managed window
12985         titlebar button size public.
12986         - Handle the different button sizes of maximized toolwindows
12987         (should match any maximized window).
12988         - Get the titlebar height from the theme, not the WM (which gets
12989         it from the theme).
12990
12991 2006-06-12  Jackson Harper  <jackson@ximian.com>
12992
12993         * InternalWindowManager.cs: Handle NC Double Clicks, passing the
12994         event down to the mdi window manager.
12995         - Expose some extra stuff to base classes
12996         - Make sure to end the Capture on an NC Mouse up, so that we can
12997         get double clicks properly, and the sizing doens't stick.
12998         - When doing PointToClient contain it in the workable desktop
12999         area, this prevents windows from changing size when the cursor is
13000         pulled outside of the working area while sizing.
13001         * MdiWindowManager.cs: When we get a double click maximize the
13002         window.
13003         - Reset the cursor after handling mode changes.
13004
13005 2006-06-12  Peter Dennis Bartok  <pbartok@novell.com> 
13006
13007         * XplatUIX11.cs (WorkingArea): Read the actual workarea for the 
13008           current desktop, instead of just assuming a 0, 0 origin. This
13009           is needed for our internal window manager, to know the top
13010           margin of the desktop
13011
13012 2006-06-12  Chris Toshok  <toshok@ximian.com>
13013
13014         * DataGrid.cs (set_CurrentCell): concede focus as we move around.
13015         we need this to get rid of the selected background in the bool
13016         column.
13017         (CancelEditing): move the ConcedeFocus call to above the Abort
13018         call.  Also, set is_changing to false and invalidate the row
13019         header if we were changing before.
13020         (ProcessKeyPreviewInternal): remove, since noone outside this
13021         class calls it anymore.  Roll the code into ProcessKeyPreview.
13022         (EndEdit): remove the internal version.
13023         (InvalidateCurrentRowHeader): make private.
13024
13025         * DataGridBoolColumn.cs: simplify this class a bunch.  remove the
13026         Keys.Escape handling (and with it the last call to
13027         DataGrid.EndEdit from outside the class.)
13028
13029
13030 2006-06-12  Chris Toshok  <toshok@ximian.com>
13031
13032         * DataGridTextBox.cs (.ctor): isedit defaults to false.
13033         (OnKeyPress): set isedit to true.
13034         (ProcessKeyMessage): remove Keys.Enter handling from here.  it's
13035         already handled by the grid.
13036
13037         * DataGrid.cs (set_CurrentCell): more work here.  it's still not
13038         right.  ugh.
13039         (set_DataSource): SetDataSource always returns true, so stop
13040         putting it in an if statement.
13041         (EndEdit): get rid of some {}'s
13042         (ProcessGridKey): return true in case Keys.Escape.
13043         (ProcessKeyPreviewInternal): only handle KEYDOWN messages.
13044         (ConnectListManagerEvents,DisconnectListManagerEvents): connect to
13045         PositionChanged, stopped connecting to CurrentChanged.
13046         (GetDataSource): simplify this a bunch.
13047         (SetDataSource): change return type from bool to void.
13048         (OnListManagerPositionChanged): rename OnListManagerCurrentChanged
13049         to this, and make sure we don't set ListManager.Position inside
13050         set_CurrentCell.
13051         (OnListManagerItemChanged): if we're passed an actual index,
13052         redraw that row.
13053
13054         * CurrencyManager.cs (set_Position): don't call PullData here.
13055
13056 2006-06-09  Jackson Harper  <jackson@ximian.com>
13057
13058         * TreeNode.cs:  Recalculate the visible order before doing the
13059         Expand/Collapse Below calls, because those calls generate an
13060         expose.
13061         - Reduce calls to the TreeView property, which is mildly expensive
13062         by using a local var.
13063         * Form.cs: Layout the MDI child windows when creating the parent
13064         form.
13065         - Don't use the internal constructor anymore
13066         * MdiClient.cs: use the parent form width/height (if available)
13067         when laying out the child windows, we do this because the
13068         mdiclient isn't docked yet when the initial layout is done.
13069         - Don't need an internal constructor anymore.
13070
13071 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13072
13073         * FileDialog.cs: handle access errors when trying to create a folder
13074         or changing to a directory. No need to initialize out parameters.
13075
13076 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
13077
13078         * FileDialog.cs: Append a number when creating a new folder if the
13079           folder already exists (use parenthesis instead of square brackets)
13080
13081 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
13082
13083         * FileDialog.cs:
13084           - Disabled registry support for windows and added better registry
13085             error checking for other systems (need to investigate why it
13086             works perfectly on my system)
13087           - If a folder already exist show an error MessageBox instead of
13088             trying to create an indexed name.
13089           - Fixed a non intentional typo.
13090
13091 2006-06-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13092
13093         * FileDialog.cs: (SetFileName) don't crash if CurrentRealFolder is null.
13094
13095 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
13096
13097         * FileDialog.cs: When creating a new folder don't crash if the
13098           folder already exists.
13099
13100 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
13101
13102         * FileDialog.cs: Allmost a complete rewrite.
13103           - added a "virtual" file system that handles the differences
13104             between unix and windows file systems (especially the directory
13105             structure). Moved most of the directory and file handling code
13106             into the vfs.
13107             Added vfs classes: MWFVFS, FileSystem, WinFileSystem,
13108             UnixFileSystem and FSEntry.
13109           - Recently used folder/directory, size, location and used file names
13110             (file name ComboBox) are now stored in the registry and get read
13111             before the dialog shows up (fixes part 6 of bug #78446).
13112           - Creation of new folders/directories is now possible (context menu
13113             or ToolBar). Added TextEntryDialog for this that fills in the gap
13114             until ListView.LabelEdit works.
13115           - Fixed cursor handling (bug #78527) and focus handling for
13116             PopupButtonPanel
13117           - Various "Search in" ComboBox enhancements. The content of the
13118             dropdown listbox now almost matches ms.
13119           - Changed the behaviour when the user switches to SpecialFolder
13120             Recent to show the ListView in View.Details.
13121           - Beside using the ToolBar to change the View property of the
13122             file ListView it is now possible to use the context menu too.
13123
13124 2006-06-08  Alexander Olk  <alex.olk@googlemail.com>
13125
13126         * ComboBox.cs: Don't create a new ObjectCollection when an item
13127           gets inserted. Just insert the item in the existing object_items
13128           ArrayList.
13129
13130 2006-06-08  Jackson Harper  <jackson@ximian.com>
13131
13132         * OpenTreeNodeEnumerator.cs: Fix to use the Parent property, so
13133         that the treeview and root node checks are done also, this fixes a
13134         regression i caused in the unit tests.
13135
13136 2006-06-07  Wade Berrier <wberrier@novell.com> 
13137
13138         * RichTextBox.cs: More ISO8859-1 -> unicode
13139
13140 2006-06-07  Mike Kestner  <mkestner@novell.com>
13141
13142         * ComboBox.cs : use items to hold highlight/selection so that
13143         collection insertions don't require synchronization.
13144
13145 2006-06-07  Jackson Harper  <jackson@ximian.com>
13146
13147         * InternalWindowManager.cs: Simplify (and FIX) the window sizing
13148         routine.  We now always keep the sized edge at the cursor instead
13149         of computing movement and adjusting rects.  There is one buglet
13150         with this method though when the cursor is moved over area that
13151         the window can not expand too (such as the toolbars on the desktop).
13152
13153 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13154
13155         * XplatUIX11.cs: (IsEnabled,IsVisible) the window handler can be null
13156         here. Fixes crash on startup in AlbumSurfer.
13157
13158 2006-06-07  Peter Dennis Bartok  <pbartok@novell.com> 
13159
13160         * RichTextBox.cs: Replaced embedded ISO8859-1 chars with proper unicode
13161           values
13162
13163 2006-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13164
13165         * XplatUIX11.cs: call XPending and XNextEvent inside the same lock()
13166         statement to avoid calling XNextEvent which will block if another thread
13167         took the event that we were expecting. Fixes bug #78605.
13168
13169 2006-06-07  Mike Kestner  <mkestner@novell.com>
13170
13171         * ListView.cs : isolated checkbox clicking from the selection logic.
13172         Toggle check state on item doubleclicks.  Really fixes #78454 part2.
13173
13174 2006-06-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
13175
13176         * Form.cs: Check that the value passed to Form.DialogResult
13177         is a valid enum value.
13178
13179 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13180
13181         * FileDialog.cs: disable the up button when in 'Recently Used' or 'My
13182         Computer'. Clicking it in the network view goes to 'My Computer'.
13183         Added CIFS filesystem type. Display the mount point of filesystems.
13184         Avoid duplicate mount points (happens for me with CIFS);
13185
13186 2006-06-06  Jackson Harper  <jackson@ximian.com>
13187
13188         * InternalWindowManager.cs: Draw the maximized windows buttons
13189         when resizing.
13190
13191 2006-06-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13192
13193         * Form.cs: when running a modal dialog, ignore WM_CLOSE requests for
13194         all other dialogs. Fixes bug #78585.
13195
13196 2006-06-06  Mike Kestner  <mkestner@novell.com>
13197
13198         * CheckedListBox.cs : apply CheckOnClick behavior to unchecking too.
13199         Only invalidate checkbox on checkstate changes to avoid flicker.
13200         * ListBox.cs : avoid unselect/select when clicking selected item.
13201         avoid reselection flicker for already multiselected items.
13202         Fixes #78382.
13203
13204 2006-06-06  Jackson Harper  <jackson@ximian.com>
13205
13206         * MdiWindowManager.cs: When the window is closed do an NCRecalc on
13207         the parent form so that the menu is removed if needed.
13208
13209 2006-06-06  Mike Kestner  <mkestner@novell.com>
13210
13211         * ListBox.cs : add ScrollWindow call to UpdateTopItem.  fix
13212         Prev/Next/PrevPage/NextPage/Home/End index calculation.  Fixes #78559.
13213
13214 2006-06-06  Mike Kestner  <mkestner@novell.com>
13215
13216         * CheckedListBox.cs : rebuild check collection on Add.  Fixes #78426.
13217
13218
13219 2006-06-06  Jackson Harper  <jackson@ximian.com>
13220
13221         * Control.cs: Use the property (instead of the field) to get the
13222         default cursor so it is instantiated correctly.
13223         * InternalWindowManager.cs: The OS doesn't give us an NCPAINT with
13224         resizes so we need to manually repaint the window decorations here.
13225         - Set the titlebar button locations as soon as they are created,
13226         otherwise they are not set correctly on win32.
13227         
13228 2006-06-06  Chris Toshok  <toshok@ximian.com>
13229
13230         * CurrencyManager.cs (set_Position): call PullData before
13231         OnCurrentChanged.
13232         (AddNew): after calling IBindingList.AddNew, update our
13233         listposition, and call OnCurrentChanged/OnPositionChanged (without
13234         calling PullData).
13235         (OnCurrentChanged): remove the call to PullData from here.
13236         (OnItemChanged): remove the call to PushData from here.
13237         (OnPositionChanged): change the test from == null to != null to
13238         match the other methods.
13239         (ListChangedHandler): the grossest part of the patch.  Implement
13240         this such that it passes the unit tests in CurrencyManagerTest and
13241         the output more or less matches that of MS's implementation.
13242  
13243 2006-06-06  Mike Kestner  <mkestner@novell.com>
13244
13245         * ListView.cs : only update check state on single click.
13246         * ThemeWin32Classic.cs : fix focus drawing for details view without
13247         fullrowselect.  Fixes #78454.
13248         * XplatUIX11.cs : fix for double click emission.
13249
13250 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
13251
13252         * PropertyGridView.cs : Applied Atsushi's patch to fix
13253         font dialog bug  (#78197).
13254
13255 2006-06-05  Jackson Harper  <jackson@ximian.com>
13256
13257         * TreeNode.cs: Compute the next node for expanding/collapsing
13258         correctly. We now factor in nodes without a NextNode
13259         correctly. (Fixes somes cases in nunit-gui).
13260         * InternalWindowManager.cs: Set the bounds when updating the
13261         virtual position of a tool window.
13262         
13263 2006-06-05  Chris Toshok  <toshok@ximian.com>
13264
13265         * DataGrid.cs: rename cached_currencymgr to list_manager.
13266         (set_CurrentCell): move SetCurrentCell code here, and clean it up
13267         some.
13268         (CurrentRow, CurrentColumn): single accessors so we can make the
13269         cursor movement code a lot easier to understand.
13270         (CurrentRowIndex): implement this in terms of CurrentRow.
13271         (BeginEdit): clean this up a bit.
13272         (CancelEditing): sort out the is_editing/is_changing/is_adding
13273         stuff a little.
13274         (EndEdit): minor changes.
13275         (OnKeyDown): add a comment about a (most likely) unnecessary
13276         check.
13277         (OnMouseDown): cancel editing when we click on a row header.  And
13278         use the CurrentRow setter, not CurrentCell.
13279         (ProcessDialogKey): directly call ProcessGridKey.
13280         (UpdateSelectionAfterCursorMove): factor out this common block of
13281         code (it's used everywhere that we move the cursor by updating row
13282         or column).
13283         (ProcessGridKey): pretty substantial overhaul.  Use the
13284         CurrentRow/CurrentColumn properties to make the code a lot more
13285         readable.  Only use the CurrentCell property when we have to
13286         modify both row and column at once.  Tab behavior is still broken,
13287         and Delete is untested.
13288         (Select): if we have no selected rows, set selection_start to
13289         @row.
13290         (EditCurrentCell): rename EditCell this.  It was only ever invoked
13291         with CurrentCell as the arg, so drop the arg and rename it.
13292
13293         * DataGridColumnStyle.cs: clean up the constructors a little, and
13294         drop CommonConstructor().
13295
13296         * DataGridTextBox.cs (.ctor): set accepts_return to true so we
13297         actually get notified when the user hits it.
13298         (ProcessKeyMessage): *substantially* simplify this method.
13299         There's no reason (that I can see) for the textbox to be making
13300         calls into the datagrid at all.  Remove all of them but the ones
13301         for Enter handling.  those will take some more work.
13302
13303         * DataGridTextBoxColumn.cs (ConcedeFocus): implement this by
13304         calling HideEditBox.
13305         (HideEditBox): if we have an active textbox, render it invisible
13306         without causing a re-layout of the datagrid.
13307
13308 2006-06-05  Mike Kestner  <mkestner@novell.com>
13309
13310         * ListView.cs : fix NRE crasher when focuseditem is cleared by
13311         collection changes by resetting it to Items[0].  Fixes #78587.
13312
13313 2006-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13314
13315         * MessageBox.cs: if the height of the text is larger than the icon_size,
13316         use that. Fixes bug #78575.
13317
13318 2006-06-05  Jackson Harper  <jackson@ximian.com>
13319
13320         * TreeView.cs: Fix line drawing when scrolling.  To do this each
13321         node is basically responsible for drawing its entire horizontal
13322         area.  When drawing a node it draws its parent node lines if
13323         needed.
13324         - Adjust the clip area to the viewport rectangle
13325         - Fix Left/Right key handling to match MS. (It expand/collapses
13326         and moves to parents/first child but does not move selection to
13327         sibling nodes).
13328         - Fix SetTop to work with new bound calculation code
13329         - When scrollbars are no longer needed we need to reset scrolling
13330         vars and recalculate the visible order so the redraw is correct
13331         * TreeNode.cs: We can't expand/collapse nodes with no children.
13332
13333 2006-06-03  John Luke  <john.luke@gmail.com> 
13334
13335         * X11DesktopColors.cs: dllimport the exact gtk and gdk versions
13336         so the colors work without dev packages
13337         
13338 2006-06-02  Peter Dennis Bartok  <pbartok@novell.com> 
13339
13340         * Control.cs 
13341           - Select: Implemented to just use activate. Seems to match MS 
13342             behaviour closest. Documented to only do actual control walking 
13343             based on it's parameters if in a container control so I moved 
13344             the code there.
13345           - Removed selection check logic from our internal Select() method
13346         * ContainerControl.cs:
13347           - Select: Moved selection logic from Control here, since MS documents
13348             that containers obey the bool arguments. No longer calling base
13349
13350 2006-06-02  Jackson Harper  <jackson@ximian.com>
13351
13352         * TreeView.cs: If the selected node isn't changed when we get
13353         focus update the previously selected node so that we see the
13354         selection box.
13355
13356 2006-06-02  Mike Kestner  <mkestner@novell.com>
13357
13358         * ComboBox.cs: restructure grab and general mouse event handling.
13359         Make the composite control raise mouse events like it was a single
13360         control for leaves/enters/motion/up/down events.  fix dropdown list
13361         coordinate mangling and refactor it into the scrollbar subclass to
13362         reduce code duplication.  Fixes #78282 #78361 and #78457.
13363
13364 2006-06-02  Mike Kestner  <mkestner@novell.com>
13365
13366         * ScrollBar.cs: remove Capture setting/clearing, as it happens
13367         automatically in the Control.WndProc.
13368
13369 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13370
13371         * FileDialog.cs: fix crash when running SharpChess, which sets the
13372         FilterIndex to 2 with only one Filter.
13373
13374 2006-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13375
13376         * ToolBar.cs: add SizeSpecified property.
13377         * ToolBarButton.cs: when the ButtonSize is calculated by the container,
13378         try to figure out our real size, otherwise fallback to what the
13379         container says.
13380
13381 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
13382
13383         * XplatUIX11.cs (DefWndProc): WM_MOUSEWHEEL needs to be passed up
13384         * Control.cs (WndProc): MS always calls the DefWndProc to pass
13385           up the event
13386
13387 2006-06-01  Mike Kestner  <mkestner@novell.com>
13388
13389         * ListView.cs: revamp the focus management in ListView.  It still
13390         causes churn of LostFocus/GotFocus emissions on clicks, but it's
13391         better than not handling focus at all.  Will revisit when pdb feels
13392         the general focus handling is solid.  Fixes #78526.
13393
13394 2006-06-01  Jackson Harper  <jackson@ximian.com>
13395
13396         * TreeView.cs: Set the default border style in the constructor.
13397         - Move painting to use OnPaintInternal instead of capturing
13398         WM_PAINT, this is the correct way of doing things
13399         - UpdateBelow shouldn't invalidate the scrollbar area
13400         - Cap the top on update below in case the node was above the top
13401         of the viewport rectangle.
13402         - ExpandBelow and Collapse below need to obey Begin/End Update.
13403         * TreeNode.cs: Make is_expanded internal so the treenode
13404         collection can change it without firing the whole event chain.
13405         * TreeNodeCollection.cs: When clearing all the child nodes make
13406         sure to recalc the visible order.
13407         - Improve algo for remove the top node
13408
13409 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com> 
13410
13411         * XplatUIX11.cs (SetFocus): Make sure we can handle re-entrancy due to
13412           SendMessage directly calling window procedures, which in turn might
13413           call SetFocus()
13414
13415 2006-06-01  Peter Dennis Bartok  <pbartok@novell.com>
13416
13417         * Control.cs: Don't handle WM_SETFOCUS if the same window already
13418           has focus (works around X11 sending a FocusIn after our SetFocus)
13419         * XplatUIX11.cs: Send KILLFOCUS before setting SETFOCUS on new window
13420
13421 2006-06-01  Alexander Olk  <alex.olk@googlemail.com>
13422
13423         * Mime.cs: Fix for the NET_2_0 build.
13424           NameValueCollection needs StringComparer now.
13425
13426 2006-05-31  Chris Toshok  <toshok@ximian.com>
13427
13428         * DataGridDrawingLogic.cs (FromPixelToColumn): modify this to also
13429         return (via an out parameter) the starting X of the column.
13430         (UpdateVisibleColumn): track change to FromPixelToColumn.
13431         (HitTest): add a ColumnResize case here.
13432         (DrawResizeLine): new function, probably poorly named.
13433
13434         * DataGrid.cs (.ctor): get rid of cached_currencymgr_events.  We
13435         only need to keep one reference.
13436         (set_ListManager): same.
13437         (OnMouseDown): call HitTest instead of grid_drawing.HitTest.
13438         Also, add support for HitTestType.ColumnResize.
13439         (OnMouseMove): add column resize behavior here, and change the
13440         cursor to the correct one as we move around the datagrid.
13441         (OnMouseUp): terminate the column resize if we're resizing.
13442         (ProcessGridKey): from the MS docs, Alt-0 enters the null value
13443         for the current cell.
13444         (ConnectListManagerEvents): use cached_currencymgr.
13445         (DisconnectListManagerEvents): fill this in, using
13446         cached_currencymgr.
13447         (SetCurrentCell): remove cached_currencymgr_events handling.
13448         (SetDataMember): only call DisconnectListManagerEvents if
13449         cached_currencymgr is != null.
13450         (SetDataSource): same.
13451         (OnListManagerCurrentChanged): cached_currencymgr_events ->
13452         cached_currencymgr.
13453
13454 2006-05-31  Jackson Harper  <jackson@ximian.com>
13455
13456         * BindingManagerBase.cs: Remove somedebug code that creeped into
13457         SVN.
13458         * TreeNode.cs: We get the indent level dynamically right now, so
13459         don't track it as a member.
13460         * TreeNodeCollection.cs: Make sure all nodes added to the list
13461         have parents, treeviews/topnodes setup properly.
13462         - Don't attempt to track indent level.
13463
13464 2006-05-30  Jackson Harper  <jackson@ximian.com>
13465
13466         * BindingContext.cs: Create the currency manager tables here.
13467         This allows us to more easily create null tables (when bad data
13468         members are used), and more easily create related currency
13469         managers.
13470         * CurrencyManager.cs: All the table creation stuff is done by the
13471         binding context now.
13472         - Current should throw an exception if listposition is -1.
13473         - CancelCurrentEdit/EndCurrentEdit, do nothing if the list hasn't
13474         been bound yet.
13475
13476 2006-05-30  Mike Kestner  <mkestner@novell.com>
13477
13478         * ListView.cs: allow reexpansion of zero-width column headers.
13479         Fixes #78528.
13480
13481 2006-05-28  Chris Toshok  <toshok@ximian.com>
13482
13483         * CurrencyManager.cs (get_Current): after the late binding
13484         listposition = -1 fix, we need to guard against it here and return
13485         null, otherwise we raise an exception (which is swallowed
13486         elsewhere, and breaks datagrid databinding.)
13487
13488 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
13489
13490         * MenuAPI.cs (ProcessMenuKey): We can legally get msg types other
13491           than WM_SYSKEY, don't throw if get something unexpected (#78507)
13492
13493 2006-05-26  Jackson Harper  <jackson@ximian.com>
13494
13495         * ControlPaint.cs:
13496         * ThemeWin32Classic.cs: For color comparisons just use the ARGB
13497         values, it's faster and it's all we care about (we don't care if
13498         the names aren't equal).
13499         * KeyboardLayouts.cs: Eliminate some dead code.
13500         - Lazy init things
13501         * X11Keyboard.cs: Lazy init keyboard detection.
13502         - Cleanup access modifiers a little.
13503
13504 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com>
13505
13506         * XplatUIX11.cs: Once again, attempting to get layout just right.
13507
13508 2006-05-26  Peter Dennis Bartok  <pbartok@novell.com> 
13509
13510         * LinkLabel.cs (CreateLinkPieces): Use MeasureString to calculate
13511           the sizes of each link section, that will result in sizes that
13512           match DrawString's layout (Fixes #78391)
13513
13514 2006-05-27  Alexander Olk  <alex.olk@googlemail.com>
13515
13516         * FileDialog.cs: If AddExtension property is true autocomplete the
13517           extensions in SaveFileDialog correctly. Fixes bug #78453.
13518           Set MyNetwork and MyComputer to "C:\" for windows. This should
13519           fix part 8 of bug #78446 for now.
13520
13521 2006-05-26  Chris Toshok  <toshok@ximian.com>
13522
13523         * DataGrid.cs (ColumnStartedEditing): fill these in.  for now just
13524         invalidate the current row header if we need to, but presumably
13525         we'll invalidate the row corrsponding to the bounds or
13526         editingControl.
13527         (GridHScrolled): switch back to this method, as it's part of the
13528         public api.  *sigh*.
13529         (GridVScrolled): same.
13530         (OnMouseWheel): hack up something that more or less works.  Call
13531         GridHScrolled/GridVScrolled directly, instead of duplicating much
13532         of their code here.
13533         (EnsureCellVisibility): reinstate a bunch of this code, since we
13534         can't just set the scrollbar Value and expect to do all the work
13535         in the ValueChanged handler.  Also, Call Update() after scrolling
13536         in one direction so the other XplatX11.ScrollWindow call has the
13537         proper stuff in the proper places.
13538         (EditCell): set is_editing to true before calling .Edit.
13539
13540         * DataGridTextBox.cs (set_IsInEditOrNavigateMode): just set it,
13541         don't bother comparing first.
13542         (OnKeyPress): call grid.ColumnStartedEditing before calling
13543         base.OnKeyPress.  this will set is_changing and invalidate the row
13544         header if necessary.
13545         (ProcessKeyMessage): for WM_CHAR messages, call
13546         ProcessKeyEventArgs directly.  swallow anything other than WM_CHAR
13547         and WM_KEYDOWN.
13548         
13549         * DataGridBoolColumn.cs (Edit): don't set is_editing to true here.
13550         it's done in the DataGrid.
13551         (NextState): call grid.ColumnStartedEditing, which takes care of
13552         invalidating the row header (and setting is_changing).
13553
13554         * DataGridTextBoxColumn.cs (Edit): don't set is_editing to true
13555         here.  it's done in the DataGrid.
13556
13557 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13558
13559         * Control.cs: allow changing the cursor when the mouse position is
13560         out of bounds but Capture is set.
13561         * LinkLabel.cs: handle the case when the mouse button is pressed on the
13562         linklabel but released somewhere else.
13563
13564 2006-05-25  Jackson Harper  <jackson@ximian.com>
13565
13566         * TreeView.cs: When we get focus if there is no selected node make
13567         it the top node
13568         - Remove some uneeded setup code from Draw.
13569         * TreeNodeCollection.cs: If the tree doesn't have a top node when
13570         a new node is inserted make the new node the top.
13571         * XplatUIX11.cs:
13572         * Timer.cs: Use Utc time so that no local time zone stuff needs to
13573         be used (should be faster).
13574         
13575 2006-05-25  Chris Toshok  <toshok@ximian.com>
13576
13577         * DataGrid.cs (EnsureCellVisibility): remove some code to fix a
13578         problem with the last commit.
13579
13580 2006-05-25  Chris Toshok  <toshok@ximian.com>
13581
13582         * DataGridTextBoxColumn.cs (ReleaseHostedControl): turns out we do
13583         need the invalidate call here, while scrolling right-to-left via
13584         the left arrow key (i.e. moving the editing cell while scrolling).
13585
13586         * DataGrid.cs (.ctor): remove the initialization of
13587         ctrl_pressed/shift_pressed.  We no longer track them using key
13588         up/down handlers, but by using Control.ModifierKeys.  Also, switch
13589         to using ValueChanged handlers on the scrollbars instead of
13590         Scrolled event handlers.  This simplifies a bunch of the scrolling
13591         code.
13592         (GridHValueChanged): rename from GridHScrolled, and change it to
13593         work with the new event args.
13594         (GridVValueChanged): same.
13595         (OnMouseDown): initialize ctrl_pressed/shift_pressed here.
13596         (OnMouseWheel): actually scroll the datagrid.  Don't change the
13597         selected cell.
13598         (ProcessGridKey): correct all the keyboard navigation stuff I
13599         could find.  Ctrl up/down/left/right/home/end work now.
13600         (EnsureCellVisibility): correct method name spelling.  Also,
13601         simplify this a touch by not explicitly calling the
13602         ScrollToRow/ScrollToColumnInPixels methods.  We just set the
13603         scrollbar value.
13604         (OnKeyUpDG): no need for this method now.
13605         
13606 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13607
13608         * LinkLabel.cs: display the OverrideCursor when hovering the label.
13609         Fixes bug #78392.
13610
13611 2006-05-25  Chris Toshok  <toshok@ximian.com>
13612
13613         * ThemeWin32Classic.cs: fix datagrid clipping problems caused by
13614         r61019.
13615
13616 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
13617
13618         * Application.cs: Moved setting of is_modal and closing to before
13619           we create the control, to allow the event handlers called as a
13620           result of creation affect closing. Also removed Gonzalo's previous
13621           change to setting DialogResult, the behaviour has been moved to 
13622           Form.ShowDialog()
13623         * Form.cs: 
13624           - ShowDialog(): Removed explicit creation of the form, let RunLoop
13625             handle it instead
13626           - ShowDialog(): If no dialog result is set, we need to return Cancel
13627           - WM_CLOSE: Fire Closing/Closed events, and reset dialog result if
13628             the close is cancelled
13629
13630 2006-05-25  Jackson Harper  <jackson@ximian.com>
13631
13632         * StatusBar.cs: We only need to update the sizes of the other
13633         panels when we have auto size contents.  Also we are only updating
13634         the contents of the panel, not the borders, so compensate for the
13635         border width (TODO: get this width from the theme somehow).
13636         * TreeView.cs: Scrollable is true by default
13637         - Use invalidate instead of refresh where needed
13638         - Factor the scrollable value into scrollbar updating
13639         - Update the scrollbars if the Scrollable property is altered
13640         - Update the selected node if its ImageIndex is changed
13641         - Handle null nodes in UpdateNode (mainly so we don't have to
13642         check if selected is null when updating it
13643         - Fix VisibleCount to use the ViewportRectangle so that scrollbars
13644         are factored into the visible count
13645         - Use VisibleCount for clarity in the code
13646         - When the font is changed we need to recurse through all the
13647         nodes and invalidate their sizes
13648         
13649 2006-05-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13650
13651         * Application.cs: set the DialogResult to fixed when the main form is
13652         hidden or destroyed while being modal.
13653
13654 2006-05-25  Miguel de Icaza  <miguel@novell.com>
13655
13656         * Theme.cs: Use Tangoified messagebox icons. 
13657
13658         (GetSizedResourceImage): Also cope with width = 0 and do not
13659         trigger a warning in that case (0 means "give me your icon from
13660         the resouce, no special size needed).
13661
13662 2006-05-25  Peter Dennis Bartok  <pbartok@novell.com> 
13663
13664         * Application.cs: Leave runloop if the the main modal form is 
13665           hidden (fixes #78484)
13666
13667 2006-05-25  Atsushi Enomoto  <atsushi@ximian.com>
13668
13669         * BindingContext.cs : reject null datasource in Contains() and
13670           Item[].
13671         * CurrencyManager.cs : check data_member validity when data_source
13672           is dataset. When it is late binding, the initial position is -1.
13673
13674 2006-05-24  Jackson Harper  <jackson@ximian.com>
13675
13676         * TreeNodeCollection.cs: Dont't recalculate the visible order on
13677         inserted nodes that aren't visible.  This changes the
13678         max_visible_order which confuses scrollbar settings.
13679         - Use the enumerator to get the prev node instead of duplicating
13680         code.
13681         * TreeView.cs: Use new method for setting scrollbar values
13682         - Don't set the bounds every time the scrollbar is updated
13683         - When updating below the root node use an invalidate instead of a
13684         refresh to prevent the child controls (scrollbars) from being
13685         refreshed. (UpdateBelow still needs to be reworked anyways).
13686         - Reenable SetBottom now that visible orders are set correctly,
13687         added some debug code incase we ever get bad values there again.
13688         - Set the scrollbar max to 2 less then the max value, this
13689         compensates for the max value being one above the node count, and
13690         for scrollbars adding one extra "notch".
13691         - When drawing image nodes if there is an imagelist we draw the
13692         first image in the list if the supplied image index is out of the
13693         image list's bounds.
13694         
13695 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
13696
13697         * XplatUIX11.cs: Don't blindly cache hwnd.ClientRect, reset it when 
13698           we receive a size change from the WM (Fixes #78503)
13699
13700 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com>
13701
13702         * XplatUIWin32.cs, XplatUIX11.cs: Refresh when setting the Clip 
13703           rectangle (Fixes #78501)
13704
13705 2006-05-24  Peter Dennis Bartok  <pbartok@novell.com> 
13706
13707         * ButtonBase.cs: 
13708           - Fixed MouseUp, MouseDown and MouseMove to treat mouseevent.Button 
13709             as a bitfield.
13710           - Fixed MouseMove to no longer switch pressed state unless the left
13711             mouse button is pressed. Atsushi provided the original patch (#78485)
13712           
13713 2006-05-24  Jackson Harper  <jackson@ximian.com>
13714
13715         * ScrollBar.cs: New internal methods that allow us to change a
13716         couple values on the scrollbar (the most common case is maximum
13717         and large change) without getting multiple invalidates.
13718
13719 2006-05-24  Chris Toshok  <toshok@ximian.com>
13720
13721         * DataGridBoolColumn.cs (Abort): revert back to the saved setting.
13722         (Edit): save off the original state in oldState, and set
13723         grid.is_editing to true.
13724         (OnKeyDown): abort editing if escape is pressed.  also, call
13725         NextState if space is pressed.
13726         (OnMouseDown): call NextState.
13727         (NextState): factor out shared code from OnKeyDown and OnMouseDown
13728         here.  Also, only invalidate the row header once (on the initial
13729         is_changing switch) to save on redraws.
13730
13731 2006-05-24  Chris Toshok  <toshok@ximian.com>
13732
13733         * DataGridTextBoxColumn.cs (Commit): only call SetColumnValueAtRow
13734         if the value in the cell is different than it was before.  This
13735         keeps us from triggering a layout when we move around a datarid
13736         with a highlighted cell.
13737         (Edit): suspend layout when creating/positining the text box, and
13738         resume passing false so we don't ever actually re-layout.
13739         (ReleaseHostedControl): same.
13740         (EnsureTextBox): reformat slightly, and set WordWrap to false.
13741
13742         * DataGridTextBox.cs (ProcessKeyMessage): it's not true that all
13743         control-key sequences should go to the datagrid - remove that
13744         lock.  Also, modify the conditions under which we move between
13745         cells when moving the cursor within a cell, and remove the "this"
13746         and "base" from field accesses.  We weren't even consistent, given
13747         they all were in the base class.
13748
13749 2006-05-24  Atsushi Enomoto  <atsushi@ximian.com>
13750
13751         * Binding.cs : (.ctor)
13752           An obvious NRE fix for BindingTest.CtorNullTest().
13753
13754 2006-05-23  Chris Toshok  <toshok@ximian.com>
13755
13756         * TextBoxBase.cs (get_Text): don't add a trailing newline, add
13757         them between lines.  This fixes some quirks editing cells in the
13758         datagrid.
13759
13760 2006-05-23  Jackson Harper  <jackson@ximian.com>
13761
13762         * TreeView.cs: Use begin/end update when doing expand/collapse all
13763         so that we don't get flicker on the scrollbar.
13764
13765 2006-05-23  Jackson Harper  <jackson@ximian.com>
13766
13767         * TreeNode.cs: Bounds are computed 'on the fly' now.  This allows
13768         treenode calculations to be independant of the painting code. To
13769         do this nodes track a visible order which is calculated by the
13770         treeview.
13771         - Call new methods for expanding/collapsing nodes.  These methods
13772         use scrollwindow so we don't have to update everything below the
13773         node.
13774         * TreeView.cs: Refactored drawing and scrolling code.  We don't
13775         need to update nodes when drawing anymore or calculate scrollbar
13776         stuff.
13777         - Added new methods for expanding/collapsing nodes. These methods
13778         use ScrollWindow so as to not have to redraw all the nodes below.
13779         * TreeNodeCollection.cs: Recalc visible order and scrollbars when
13780         we add/remove nodes or sort.
13781         - Handle removing the selected and the top node properly.
13782
13783 2006-05-23  Chris Toshok  <toshok@ximian.com>
13784
13785         * DataGridTextBoxColumn.cs (Edit): set grid.is_editing to true.
13786         maybe this should actually happen in the datagrid code?
13787         (EndEdit): no need to invalidate anything, given that
13788         ReleaseHostedControl causes the datagrid to relayout, which
13789         invalidates everything anyway.
13790
13791         * DataGrid.cs (set_CurrentCell): remove duplicate check (it's also
13792         in SetCurrentCell).
13793         (set_SelectionBackColor): call InvalidateSelection instead of
13794         Refresh.
13795         (set_SelectionForeColor): same.
13796         (BeginEdit): Flesh this out a bit.
13797         (CancelEditing): only do any of this if we're editing/adding.
13798         (EndEdit): same.
13799         (OnMouseDown): there's no need to cancel editing here, it's done
13800         in SetCurrentCell.
13801         (SetCurrentCell): only invalidate the current row header if it's a
13802         different row than the new one.
13803         (ShiftSelection): fix this to work like MS does.
13804         (ResetSelection): factor out the invalidation of selected_rows to
13805         InvalidateSelection.
13806         (SetDataSource): cancel any editing that's going on.
13807
13808         * DataGridColumnStyle.cs
13809         (IDataGridColumnStyleEditingNotificationService.ColumnStartedEditing):
13810         call the non-interface version.
13811
13812         * ThemeWin32Classic.cs (DataGridPaintColumsHdrs): intersect the
13813         header rectangle with the clip rectangle so we don't redraw the
13814         entire header for just a small area.  Gets rid of the last flicker
13815         when horizontally scrolling.
13816         (DataGridPaintRow): same.
13817
13818 2006-05-23  Mike Kestner  <mkestner@novell.com>
13819
13820         * ListViewItem.cs: remove size for line hack from LargeIcon layout.
13821         * ThemeWin32Classic.cs: don't draw line.  it's really the top of a
13822         poorly placed checkbox on the MS control.  Fixes Alex's unfiled
13823         Critical bug report.
13824
13825 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
13826
13827         * PictureBox.cs: Fixed broken ControlStyles. Unit test no longer fails,
13828           and this fixes #78493
13829
13830 2006-05-23  Miguel de Icaza  <miguel@novell.com>
13831
13832         * Theme.cs (GetSizedResourceImage): Scale images if the proper
13833         size is not found.  
13834         
13835         * FileDialog.cs: Do not change the background for the side bar as
13836         it wont work nicely with the theme, and also reduces the artifacts
13837         in rendering the icons (which I want to fix too).
13838
13839         * MimeIcon.cs (ResourceImageLoader): Load images from assembly
13840         resources, not resgen resources. 
13841
13842         (PlatformDefaultHandler): Pull images using the new API.
13843
13844 2006-05-23  Peter Dennis Bartok  <pbartok@novell.com> 
13845
13846         * Hwnd.cs (Dispose): Remove any pending exposures. XEventQueue holds
13847           a reference to the hwnd and will not remove it unless there are
13848           no pending exposures (fixes #78341)
13849         * XplatUI.cs: Improved debug
13850
13851 2006-05-23  Atsushi Enomoto  <atsushi@ximian.com>
13852
13853         * MenuAPI.cs : don't handle OnClick event when it was not the left
13854           button. Fixed bug #78487.
13855
13856 2006-05-23  Mike Kestner  <mkestner@novell.com>
13857
13858         * MenuAPI.cs: fix placement of submenus for multi-row menu bars, and
13859         prefer submenus to the top menu for item lookup, to avoid popping down
13860         top-row items.
13861
13862 2006-05-23  Alexander Olk  <alex.olk@googlemail.com>
13863
13864         * ThemeWin32Classic.cs: Rewrote CPCPDrawScrollButton to drop
13865           Graphics.FillRectangle as the visual results are really bad (even
13866           on win). We now draw perfect arrows (and perfect shadows when the
13867           scrollbar is disabled). Simplified CPDrawGrid. CPDrawGrid now uses
13868           Pen.DashPattern to draw the dots of each line.
13869
13870 2006-05-22  Alexander Olk  <alex.olk@googlemail.com>
13871
13872         * FileDialog.cs: Update the filename combobox when navigating through
13873           the ListView with the cursor keys. Fixes part 7 of bug #78446.
13874
13875 2006-05-22  Mike Kestner  <mkestner@novell.com>
13876
13877         * ListView.cs: raise SelectedIndexChanged on keyboard selection.
13878         Fixes #78463.
13879
13880 2006-05-22  Mike Kestner  <mkestner@novell.com>
13881
13882         * ComboBox.cs: Refresh in EndUpdate to pick up all the dropped Paint
13883         requests. Fix a misspelled parameter and a copy paste exception error
13884         in Select.
13885
13886 2006-05-22  Peter Dennis Bartok  <pbartok@novell.com> 
13887
13888         * ThemeWin32Classic.cs: Changed DefaultFont emSize from 8.25 to 8
13889           to get the same width/height (5/13) on X11 as the default font has on
13890           win32. This means that our DefaultFont emSize is smaller than the 
13891           the MS SWF equivalent (even thought the width/height stays the same)
13892
13893 2006-05-20  Jackson Harper  <jackson@ximian.com>
13894
13895         * MdiClient.cs:
13896         * MdiWindowManager.cs:
13897         * InternalWindowManager.cs: Make sure to use the border width from
13898         the theme.
13899
13900 2006-05-20  Jordi Mas i Hernandez <jordimash@gmail.com>
13901
13902         * PrintDialog.cs: Implements printer details
13903
13904 2006-05-19  Alexander Olk  <alex.olk@googlemail.com>
13905
13906         * FileDialog.cs: Added focus handling for PopupButtonPanel.
13907           Fixes part 1 and 2 of bug #78446
13908
13909 2006-05-19  Peter Dennis Bartok  <pbartok@novell.com> 
13910
13911         * XplatUIX11.cs (SetWindowPos): Recalculate client area size on resizes
13912           instead of sticking to the first ever calculated value
13913
13914 2006-05-19  Mike Kestner  <mkestner@novell.com>
13915
13916         * ComboBox.cs: fix mouse motion selection to use MousePosition and
13917         PointToClient, since Capture is set. Fixes #78344.
13918
13919 2006-05-19  Mike Kestner  <mkestner@novell.com>
13920
13921         * ListView.cs: match MS behavior in Details view where items are not
13922         drawn if Columns.Count == 0. 
13923         * ThemeWin32Classic.cs: only highlight ListView selection if focused.
13924         Use a separate pen to draw the check, since changing the width affects
13925         the box as well.  Fixes #78454.
13926
13927 2006-05-18  Miguel de Icaza  <miguel@novell.com>
13928
13929         * ListView.cs: ArgumentOutOfRangeException, single versions of the
13930         exception should throw the name of the invalid argument.
13931
13932         * FileDialog.cs (OnClickOpenSaveButton): Avoid crash in open if
13933         there are no files listed. 
13934
13935 2006-05-18  Jackson Harper  <jackson@ximian.com>
13936
13937         * ThemeWin32Classic.cs: Don't use endcaps, they mess the drawing
13938         up.
13939
13940 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
13941
13942         * Control.cs: Brought back our old UpdateZOrder method as a private
13943           function and switched our calls from UpdateZOrder to the new one.
13944           This fixes the Paint.Net canvas disappearing bug.
13945
13946 2006-05-18  Jackson Harper  <jackson@ximian.com>
13947
13948         * Theme.cs:
13949         * ThemeWin32Classic.cs:
13950         * InternalWindowManager.cs: Move the drawing into the theme,
13951         expose everything the theme should need from the window manager.
13952
13953 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
13954
13955         * XplatUIX11.cs (DefWndProc): WM_SETCURSOR: Assign the return value 
13956           from the call to NativeWindow to avoid walking up the parent chain
13957           further than needed (speeds up setting cursors and avoids setting
13958           the wrong cursor if a parent has another cursor defined)
13959         * Cursor.cs: When loading an icon as cursor, MS uses the center of
13960           the icon as hotspot, not what's contained as hotspot in the icon
13961           file. This fixes the perceived drawing offset seen with Paint.Net
13962         
13963 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com> 
13964
13965         * XplatUIX11.cs: 
13966           - Store the calculated rectangle in Hwnd object and use it when 
13967             setting the client size
13968           - Force Toolwindows to always be type Dock, to ensure they're on top
13969
13970 2006-05-18  Mike Kestner  <mkestner@novell.com>
13971
13972         * ComboBox.cs: first pass at ComboBox rework.  Layout is more
13973         consistent with MS positioning.  IntegralHeight, ItemHeight, Sizing.
13974         Correctly initialize textcontrol and ListBox on DropDownStyle changes. 
13975         Substantial refactoring to remove confusing nested classes. Coding
13976         standard and Get+Set->property refactorings.  Shift to index based
13977         highlighting in ComboListBox instead of constantly using IndexOf and
13978         Items[]. Add invalidations on resize for DropDownList to fix ugliness
13979         in FileDialog growth.  Draw borders manually since Simple mode needs
13980         to look like two independent controls.  Make listbox border
13981         conditional to DropDownStyle.  Improved OwnerDraw support.
13982
13983 2006-05-18  Sebastien Pouliot  <sebastien@ximian.com>
13984
13985         * PaintEventArgs.cs: For 2.0, check for a null Graphics in the .ctor. 
13986         Don't set the disposed graphics to null, so we can throw the "right"
13987         exception if the graphics is reused later (added a flag to avoid 
13988         double disposing). Some behaviours are different under 2.0 and are
13989         filled under bug #78448.
13990
13991 2006-05-18  Peter Dennis Bartok  <pbartok@novell.com>
13992
13993         * Control.cs: When double-buffering is enabled, we need to reset
13994           our graphics context between paint calls. Otherwise, any 
13995           transformations and other alterations on the context will 
13996           become cumulative (#77734)
13997
13998 2006-05-18  Mike Kestner  <mkestner@novell.com>
13999
14000         * ListView.cs: do focused item selection like MS on clicks. 
14001         Rework focus handling for ItemControl so LostFocus invalidates as
14002         well.
14003         * ThemeWin32Classic.cs: only draw focus rectangle for ListViewItems if
14004         the ListView ItemControl has focus.
14005
14006 2006-05-17  Peter Dennis Bartok  <pbartok@novell.com>
14007
14008         * XplatUIX11.cs: If client_window ends up being width or height zero
14009           due to border settings, move it off window inside whole_window (#78433)
14010
14011 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
14012
14013         * Mime.cs: Shrink the mime file cache correctly.
14014
14015 2006-05-17  Alexander Olk  <alex.olk@googlemail.com>
14016
14017         * ThemeWin32Classic.cs: Readded button focus drawing code. (#78429)
14018
14019 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
14020
14021         * XplatUIX11.cs (AddExpose): More sanity checks
14022
14023 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
14024
14025         * XplatUIX11.cs:
14026           - AddExpose: Don't add expose ranges outside the size of our
14027             window
14028           - Cast opacity values to Int32 to avoid crashes with certain
14029             values
14030           - Added disabled code paths that protect against illegal cross-
14031             thread painting (Developers.exe)
14032
14033 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
14034
14035         * ProgressBar.cs: Invalidate the control when it's resized
14036           since block size is based on control size. (#78388)
14037
14038 2006-05-16  Miguel de Icaza  <miguel@novell.com>
14039
14040         * DataGrid.cs (SetDataBinding): per the discussion on irc, instead
14041         of setting the incoming argument to the "reset" value, we set the
14042         this.datamember to string.empty (before we were invalidating the
14043         incoming data).   
14044
14045         Fixes 78420
14046
14047 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
14048
14049         * Form.cs: Only apply transparency settings after the form
14050           is created. (Fixes #77800)
14051
14052 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com>
14053
14054         * ApplicationContext.cs: Grab the HandleDestroyed event so
14055           we know when to fire OnMainFormClosed 
14056
14057 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
14058
14059         * Application.cs: Introduced sub-class to allow tracking of
14060           threads and centralized triggering of the event mess for
14061           ThreadExit, AppExit, etc..  (#76156)
14062
14063 2006-05-16  Alexander Olk  <alex.olk@googlemail.com>
14064
14065         * MimeIcon.cs:
14066           - Do not return a null icon index value for a mime subclass.
14067             Instead try the main mime type class too.
14068           - Seems that some newer distributions don't have a link to some
14069             gnome default icons anymore. So check the default gnome dir too.
14070           
14071
14072 2006-05-16  Jackson Harper  <jackson@ximian.com>
14073
14074         * MdiClient.cs: Don't paint the parent background image if we have
14075         our own background image.
14076
14077 2006-05-16  Peter Dennis Bartok  <pbartok@novell.com> 
14078
14079         * Control.cs:
14080           - PerformLayout: Do not shrink space filled by DockStyle.Fill
14081             controls, all filled controls are supposed to overlap (#78080)
14082           - UpdateZOrder is supposed to update the control's z-order in the
14083             parent's z-order chain. Fixed to behave like that
14084           - BringToFront: Removed obsolete code
14085           - SendToBack: Simplyfied
14086           - SetChildIndex: Trigger layout calculations when Z-order changes
14087             since layout is done by z-order
14088
14089 2006-05-16  Chris Toshok  <toshok@ximian.com>
14090
14091         [ fixes bug #78410 ]
14092         * DataGrid.cs (set_AlternatingBackColor): use
14093         grid_drawing.InvalidateCells instead of Refresh().
14094         (set_BackColor): call grid_drawing.InvalidateCells.
14095         (set_BackgroundColor): use Invalidate instead of Refresh.
14096
14097         * DataGridDrawingLogic.cs (InvalidateCells): new function, just
14098         invalidate the cell area.
14099
14100 2006-05-15  Chris Toshok  <toshok@ximian.com>
14101
14102         [ fixes bug #78011 ]
14103         * ThemeWin32Classic.cs (DataGridPaintRows): pass the clip argument
14104         on to DataGridPaintRow.
14105         (DataGridPaintRow): take a clip argument, and only draw the cells
14106         which intersect it.  same with the not_usedarea.
14107
14108         * Theme.cs (DataGridPaintRow) add @clip parameter.
14109
14110         * DataGrid.cs (ScrollToColumnInPixels): simplify, use
14111         XplatUI.ScrollWindow.
14112         (ScrollToRow): same.
14113
14114         * DataGridDrawingLogic.cs (UpdateVisibleColumn): fix corner case
14115         with last column which was causing a gray swath to appear with the
14116         XplatUI.ScrollWindow code.
14117
14118 2006-05-15  Chris Toshok  <toshok@ximian.com>
14119
14120         * ListBox.cs (HorizontalScrollEvent): in the non-multicolumn case,
14121         use XplatUI.ScrollWindow.
14122         (VerticalScrollEvent): use XplatUI.ScrollWindow.
14123
14124 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com> 
14125
14126         * TextBoxBase.cs: Added handling of middle-button paste for X11. (#78375)
14127
14128 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
14129
14130         * Cursors.cs: For X11, read NWSE and NESW cursors from our resource
14131           file since there are no equivalent X11 cursors
14132
14133 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
14134
14135         * MonthCalendar.cs : DateTimePicker should reflect selected date
14136           on mouse*up*, not mouse*down*. Fixed originally reported part of
14137           bug #76474.
14138
14139 2006-05-15  Atsushi Enomoto  <atsushi@ximian.com>
14140
14141         * TabControl.cs : When argument index is equal or more than tab
14142           count, just ignore. Fixed bug #78395.
14143
14144 2006-05-15  Peter Dennis Bartok  <pbartok@novell.com>
14145
14146         * Control.cs: Dispose all child controls when control is diposed (#78394)
14147
14148 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
14149
14150         * ColorDialog.cs: Finally it is possible to select the color with
14151           the text boxes
14152
14153 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
14154
14155         * PrintDialog.cs: Fix typo
14156
14157 2006-05-14  Alexander Olk  <alex.olk@googlemail.com>
14158
14159         * PrintDialog.cs: PrintDialog is not resizable
14160         * ThemeWin32Classic.cs: Draw non links in LinkLabel with the correct
14161           color. Made some ToolBar drawing methods protected virtual.
14162
14163 2006-05-13  Jordi Mas i Hernandez <jordimash@gmail.com>
14164
14165         * PrintDialog.cs: Implementation of the PrintDialog
14166
14167 2006-05-12  Chris Toshok  <toshok@ximian.com>
14168
14169         * ScrollBar.cs (set_Value): don't use Dirty/Invalidate to move the
14170         thumb, instead use MoveThumb.  This has the side effect of making
14171         most of the other thumb moving machinery use MoveThumb as well.
14172         (OnHandleCreated): pass false for @dirty to UpdateThumbPos, as we
14173         need to actually invalidate the rectangle where the new thumb will
14174         go.
14175         (MoveThumb): use XplatUI.ScrollWindow to move the thumb around.
14176         We force an Update() after, so it's not as fast as it could be,
14177         but at least there's zero flicker and no droppings.
14178         (OnMouseMoveSB): in the thumb dragging case, use MoveThumb.
14179         (UpdateThumbPos): add another argument (dirty), which says whether
14180         or not to calculate/add dirty regions which we later invalidate.
14181         For cases where we know we're going to use MoveThumb, we pass
14182         false for this.  Otherwise, pass true.
14183
14184 2006-05-12  Jackson Harper  <jackson@ximian.com>
14185
14186         * ThemeWin32Class.cs: Fixes for alignment and icon rendering in
14187         the status bar.
14188         
14189 2006-05-12  Peter Dennis Bartok  <pbartok@novell.com>
14190
14191         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new SetClipRegion
14192           and GetClipRegion methods and UserClipWontExposeParent property.
14193         * XplatUIWin32.cs: Implemented SetClipRegion/GetClipRegion methods,
14194           overriding UserClipWontExposeParent property, setting to false, since
14195           Win32 handles the required expose messages to draw our clipped parent
14196           areas internally
14197         * XplatUIX11.cs: Implemented SetClipRegion and GetClipRegion; updated
14198           PaintEventStart to set the user clip region if set.
14199         * Control.cs: 
14200           - Now internally tracking the Region for the control since we need to
14201             store it if the handle is not yet created and only set it when it
14202             becomes created. Before setting the region forced handle creation
14203           - Added code to draw the parents underneath a user-clipped region
14204         * Hwnd.cs: Added UserClip property
14205
14206 2006-05-12  Chris Toshok  <toshok@ximian.com>
14207
14208         * ScrollBar.cs (set_LargeChange): Refresh() -> InvalidateDirty()
14209         (set_Maximum): same.
14210         (set_Minimum): same.
14211         (set_SmallChange): same.
14212         (OnMouseUpSB): remove the call to refresh when releasing the
14213         thumb.  We shouldn't need it.
14214         
14215 2006-05-12  Miguel de Icaza  <miguel@novell.com>
14216
14217         * StatusBar.cs (UpdatePanel): If the panel being refreshes has the
14218         AutoSize set to None, we do not need to relayout everything, we
14219         just need to invalidate the current region.
14220
14221         (Draw): Do not draw the entire ClientArea, just redraw the
14222         clip area being passed.
14223
14224         * MdiClient.cs: Make MdiClient constructor with the Form argument
14225         internal. 
14226
14227 2006-05-12  Jackson Harper  <jackson@ximian.com>
14228
14229         * ThemeWin32Classic.cs (DrawToolBar): Flat toolbars get their
14230         parents background image,  but strangely not their own.
14231         - (DrawStatusBarPanel): Take into account horizontal alignment
14232         when drawing the strings and icons.
14233
14234 2006-05-12  Mike Kestner  <mkestner@novell.com>
14235
14236         * ListBox.cs: avoid invalidations for focus when the collection is
14237         empty. 
14238
14239 2006-05-12  Chris Toshok  <toshok@ximian.com>
14240
14241         * ScrollBar.cs (OnMouseMoveSB): when dragging the thumb, don't
14242         invalidate the entire thumb area.  Call InvalidateDirty which
14243         limits the redraw to the thumb itself and surrounding pixels.
14244
14245         * XplatUIX11.cs (ScrollWindow): optimize copying.
14246         
14247 2006-05-12  Chris Toshok  <toshok@ximian.com>
14248
14249         * DataGridDrawingLogic.cs: make CalcGridAreas non-reentrant.
14250         Figure out the positioning/layout in a single pass instead of
14251         multiple recursive invocations.  Speeds up the initial display of
14252         the data grid.  Also, make many things private that were
14253         originally public but unused outside this class.
14254
14255 2006-05-11  Jackson Harper  <jackson@ximian.com>
14256
14257         * MdiClient.cs: Improved layout code.
14258
14259 2006-05-11  Jonathan Chambers  <jonathan.chambers@ansys.com>
14260
14261         * PropertyGrid.cs : Only check GetPropertiesSupported for properties,
14262           not SelectedObject.
14263
14264 2006-05-11  Chris Toshok  <toshok@ximian.com>
14265
14266         * Hwnd.cs (Invalid): don't start off with Rectangle.Empty, as
14267         union of that will always be {0,0,width,height}.
14268
14269 2006-05-11  Jackson Harper  <jackson@ximian.com>
14270
14271         * Form.cs: Match MS's DefaultSize for forms (they must have
14272         changed the size in sp2).
14273
14274 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
14275
14276         * TextBoxBase.cs : implement CTRL+A (select all). Fixed bug #78368.
14277
14278 2006-05-11  Atsushi Enomoto  <atsushi@ximian.com>
14279
14280         * TextControl.cs : Fixed bug #78109. This incorrect position
14281           comparison caused crash on automatic line split.
14282         * TextBoxBase.cs : reduce duplicate code.
14283
14284 2006-05-10  Jackson Harper  <jackson@ximian.com>
14285
14286         * MdiClient.cs: Active form is only sent to the back when using
14287         the Next form functionality, when a form is clicked the current
14288         active shouldn't be sent to the back.
14289         - Layout the mdi windows when the container is first made visible.
14290         * Form.cs: Give the MdiClient a ref to the containing form when we
14291         create it.
14292         
14293 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
14294
14295         * LinkLabel.cs : link_font could be uninitialized, so populate one
14296           before actual use. Fixed bug #78340.
14297
14298 2006-05-10  Atsushi Enomoto  <atsushi@ximian.com>
14299
14300         * XplatUIX11.cs : clipboard format native value is IntPtr.
14301           Fixed bug #78283.
14302
14303 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
14304
14305         * Control.cs: 
14306           - Instead of showing context menus directly we send WM_CONTEXTMENU, 
14307             which is passed up the parent chain by DefWndProc
14308           - We now handle WM_CONTEXTMENU to display any menu, or pass it 
14309             to DefWndProc (#77956)
14310         * XplatUIX11.cs: Added handling of WM_CONTEXTMENU (pass up) to DefWndProc
14311
14312 2006-05-10  Jackson Harper  <jackson@ximian.com>
14313
14314         * MdiClient.cs: We need to remove the controls from the mdi
14315         collection, when we close the window.
14316         * MdiWindowManager.cs: Special handling of closing mdi windows.
14317         * InternalWindowManager.cs: Make the close method virtual so the
14318         mdi window manager can handle it specially.
14319
14320 2006-05-10  Jordi Mas i Hernandez <jordimash@gmail.com>
14321
14322         * DataGrid.cs:
14323           - Recalculate grid when the data source has changed
14324           - Matches styles provided by user from all data sources types
14325         * DataGridTableStyle.cs: For columns that provided by the user set the
14326         with the preferred value is there was unassigned.
14327         * CurrencyManager.cs: throw OnItemChanged event
14328
14329 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com> 
14330
14331         * PictureBox.cs: Don't animate until handle is created. Start animation
14332           when handle is created.
14333
14334 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
14335
14336         * XplatUIX11.cs, Hwnd.cs: Adopted Mike's patch from #77979 to match
14337           current codebase.
14338         * XEventQueue.cs: We don't need to provide the extra info
14339
14340 2006-05-10  Jackson Harper  <jackson@ximian.com>
14341
14342         * MdiClient.cs: If the mdi clients parent form has a background
14343         image set, we draw that background image for the mdi area's
14344         background.
14345
14346 2006-05-10  Peter Dennis Bartok  <pbartok@novell.com>
14347
14348         * TextBoxBase.cs: Set IBeam cursor (#78347)
14349
14350 2006-05-10  Mike Kestner  <mkestner@novell.com>
14351
14352         * ToolBar.cs: fix some text padding issues with ButtonSize
14353         calculation. Update the default size to match MS documentation.
14354         * ToolBarButton.cs: use ToolBar.ButtonSize for layout of unspecified
14355         button size. Fixes #78296.
14356
14357 2006-05-10  Mike Kestner  <mkestner@novell.com>
14358
14359         * ListBox.cs: use is_visible for scrollbar positioning in case the
14360         control isn't on screen yet.  Fix off by one with Right vs Width
14361         usage.  Update Scrollbars in SetBoundsCore. Fixes #78188 and #78258.
14362         
14363 2006-05-10  Jackson Harper  <jackson@ximian.com>
14364
14365         * X11Dnd.cs: Drop to a control with another control on top of it.
14366         * ToolBar.cs: Work on a copy of the buttons list, so that it can
14367         be modified in click handlers. TODO: Look for similar problems in
14368         other controls.
14369
14370 2006-05-09  Jackson Harper  <jackson@ximian.com>
14371
14372         * Form.cs: Window managers need the old window state when setting
14373         window state now.
14374         * InternalWindowManager.cs: Allow the base mdi window manager to
14375         handle more of the MDI only stuff (like maximize buttons).
14376         * MdiWindowManager.cs: Fix some snafus in changing the window
14377         state.  Add all the menu functionality, for both popup and
14378         maximized menus.
14379         * MdiClient.cs: When a new form is selected the currently
14380         activated form is sent to the back, this matches MS.
14381         - Implement a new method to activate the next mdi child window.
14382
14383 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com>
14384
14385         * Control.cs: 
14386           - Added new InternalCapture method to allow controls to prevent
14387             the capture behaviour on the click handlers
14388           - Switched to use InternalCapture
14389         * ComboBox.cs:
14390           - Using InternalCapture to prevent mouse captures from being released
14391             on mouse button release (Fixes #78100)
14392         * XplatUIX11.cs (DeriveStyles): Now checks caption state and only
14393           returns Form borders if a caption is present. (Fixes #78310)
14394
14395 2006-05-08  Peter Dennis Bartok  <pbartok@novell.com> 
14396
14397         * TreeNode.cs: Changed serialization .ctor to not require every field
14398           to be present. (#78265)
14399         * OwnerDrawPropertyBag.cs: Added serialization .ctor
14400
14401 2006-05-05  Alexander Olk  <alex.olk@googlemail.com>
14402
14403         * MimeIcon.cs: for is faster than foreach for strings.
14404
14405 2006-05-05  Mike Kestner  <mkestner@novell.com>
14406
14407         * CheckedListBox.cs: update check handling code to not use selected.
14408         * ListBox.cs: rewrite of mouse selection handling to correspond to MS
14409         behavior for visual feedback, motion response, shift/ctrl handling,
14410         and properly deal with all 4 selection modes. Updates to bounds
14411         handling logic.  Add scroll wheel support. [Fixes #77842]
14412
14413 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
14414
14415         * ListView.cs:
14416           - Moved adding of Implicit controls into .ctor. That way, subsequent
14417             creation of the controls will not cause them to think they are 
14418             toplevel windows (fixes #78200 header problem)
14419           - Added 2.0 ShowGroups and UseCompatibleStateImageBehaviour
14420           - Switched visibility setting of header control to use internal field
14421             to avoid triggering handle creation
14422           - Now checking if handle is created before causing a refresh when items
14423             are added (This makes us now match handle creation time with MS)
14424         * Splitter.cs: Removed loading of private splitter cursor, switched to
14425           Cursors version now that that is loading the right ones
14426         * Cursors.cs: Load proper splitter cursors from resources
14427         * Cursor.cs: Added second method of loading resource cursors for the 
14428           VS.Net users amongst us
14429
14430 2006-05-05  Mike Kestner  <mkestner@novell.com>
14431
14432         * ListView.cs: give header_control a minimum size based on the
14433         ListView size.
14434
14435 2006-05-05  Peter Dennis Bartok  <pbartok@novell.com> 
14436
14437         * XplatUIX11.cs: WS_EX_TOPMOST requires window to be on top. A dock
14438           window seems to do that with metacity, so set that type. (#78120)
14439
14440 2006-05-05  Mike Kestner  <mkestner@novell.com>
14441
14442         * ListViewItem.cs: fix Details mode checkbox layout bug.
14443         * ThemeWin32Classic.cs: draw a ListView column header for unused space
14444         at the end of the header, if it exists. [Fixes for #78200]
14445
14446 2006-05-04  Jackson Harper  <jackson@ximian.com>
14447
14448         * MdiClient.cs: Add a helper property to get the container form.
14449         * MdiWindowManager.cs: We have to make sure to use the menu origin
14450         when drawing the icons and buttons, this fixes maximized window
14451         icons/buttons on win32.
14452         * InternalWindowManager.cs: Reset the restore captions when a
14453         window goes from Maximized to Minimized and vice versa. Move the
14454         DrawMaximizedButtons into the MdiWindowManager source, tool
14455         windows can't be maximized. NOTE: This could use a little
14456         refactoring if time ever permits.
14457         
14458 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
14459
14460         * TextBox.cs: Add MWFCategoryAttributes
14461         * TextBoxBase.cs: Add MWFCategoryAttributes
14462         * Form.cs: Add MWFCategoryAttributes
14463
14464 2006-05-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
14465
14466         * Control.cs: Add MWFCategoryAttributes
14467         * ScrollableControl.cs: Add MWFCategoryAttributes
14468
14469 2006-05-03  Alexander Olk  <alex.olk@googlemail.com>
14470
14471         * ThemeWin32Classic.cs: Draw the ToolBar top border only if
14472           Divider is true. Fix a little glitch in PropertyToolBar
14473           drawing code
14474
14475 2006-05-02  Peter Dennis Bartok  <pbartok@novell.com> 
14476
14477         * Control.cs:
14478           - Dispose: Call base.Dispose, this causes the disposed event
14479             to be fired (and probably other, more important stuff)
14480           - SetVisibleCore: Set is_visible to true after creating the
14481             window so that the window still gets created invisible (if
14482             WM_VISIBLE isn't set). That will cause the ShowWindow afterwards
14483             to generate a WM_ACTIVE message
14484         * Form.cs: Call Dispose when we want to destroy the window, instead of
14485           just destroying the handle (Dispose will do that for us)
14486         * XplatUIX11.cs:
14487           - RootWindow also needs a queue, so we can properly process the
14488             property change events from RootWindow (like Activate)
14489           - Generatic synthetic WM_ACTIVE message when the active window is
14490             being destroyed
14491
14492 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
14493
14494         * LinkLabel.cs: Trigger a recalc of our label dimensions when
14495           bounds are changed
14496
14497 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com>
14498
14499         * ThemeWin32Classic.cs (ButtonBase_DrawImage): Use the proper image
14500           for determining width and height (image might not be assigned if
14501           we're drawing an imagelist)
14502
14503 2006-05-01  Peter Dennis Bartok  <pbartok@novell.com> 
14504
14505         * XplatUI.cs, XplatUIDriver.cs: Added MenuHeight property
14506         * XplatUIWin32.cs: Overriding new MenuHeight property, retrieving
14507           height from system
14508         * Theme.cs: No longer returns hardcoded menu height, instead calls
14509           new driver method
14510         * Form.cs (OnLoad): Scaling happens before triggering Load events 
14511           on MS (# 78257)
14512
14513 2006-05-01  Mike Kestner  <mkestner@novell.com>
14514
14515         * MenuItem.cs: fix NRE for text == null.  Fixes #78250.
14516
14517 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com> 
14518
14519         * TextBoxBase.cs: Removed Fixme
14520         * RichTextBox.cs (set_RTF): Invalidate document after update (#78247)
14521
14522 2006-04-30  Peter Dennis Bartok  <pbartok@novell.com>
14523
14524         * XplatUIX11.cs:
14525           - ScrollWindow: We were passing hwnd.ClientRectangle which returns
14526             the rectangle relative to the parent, considering borders. We
14527             don't really want that.
14528           - ScrollWindow: Fixed warning to be more understandable
14529         * TextBoxBase.cs: Fixed ScrollWindow calculations to consider our
14530           scrollbars and scroll only the visible area
14531         * RichTextBox.cs: Removed debug output
14532
14533 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
14534
14535         * NumericUpDown.cs (Text): Just use base
14536         * UpDownBase.cs: Ensure txtView is created before using it
14537
14538 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
14539
14540         * XplatUIX11.cs (SetWindowTransparency): Casting opacity to int before
14541           casting to IntPtr to avoid 64bit overflow errors
14542
14543 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
14544
14545         * Control.cs:
14546           - AllowDrop: Don't force handle creation.
14547           - CreateHandle: Added call to tell driver if we're allowed to drop
14548
14549 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
14550
14551         * FileDialog.cs: Remember the last directory not only for the
14552           current instance but also for new FileDialog instances.
14553
14554 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com> 
14555         
14556         * XplatUIX11.cs: Forgot to set the queue on the foster parent. That
14557           broke sending async messages
14558
14559 2006-04-29  Peter Dennis Bartok  <pbartok@novell.com>
14560
14561         * XplatUIX11.cs:
14562           - ScrollWindow: Fixed method. We finally generate expose events again
14563             for scrolled areas. This was causing 'garbage' when scrolling
14564             textbox and other controls that used ScrollWindow
14565           - Switched from using the regular queue for paint events to the MS 
14566             model of 'generating' paint events when the queue is empty.
14567             We use the new XQueueEvent.Paint subclass to store which windows
14568             need painting.
14569           - AddExpose now takes the x/y/width/height of the exposed area
14570             and inserts the window into the paint queue if not already there
14571           - InvalidateWholeWindow: Switched to use new AddExpose method
14572           - UpdateMessageQueue: Added which queue to monitor for paint events
14573           - DefWndProc: Added default handler for WM_PAINT and WM_NCPAINT in
14574             the unlikely case nothing above handles it. We reset the expose
14575             pending states to get them off the queue.
14576           - GetMessage: Now pulls a paint event if no other events are in the
14577             queue
14578           - Invalidate: Switched to new AddExpose method
14579           - PeekMessage: Updated to understand pending paint events
14580           - UpdateWindow: Fixed logic bug. We were only updating if the window
14581             didn't need updating. Also switched to sending WM_PAINT directly,
14582             like MS does.
14583         * XEventQueue.cs: Added Paint queue support. Allows enqueue/dequeue
14584           and random access Remove(). The random access is needed to handle
14585           UpdateWindow() where a WM_PAINT is sent directly without accessing
14586           the queue.
14587         * ScrollBar.cs: Added Update() calls to cause immediate updates to
14588           allow for better feedback when scrolling. Scrollbars are small and
14589           the immediate update should make it 'feel' more responsive without
14590           slowing things down. ScrollBar still needs it's invaliate logic
14591           updated to not always invalidate the whole bar on certain changes.
14592
14593 2006-04-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14594
14595         * Control.cs:
14596         (BackColor): if the control does not support a transparent background,
14597         return the default backcolor when the parent backcolor is transparent.
14598
14599 2006-04-28  Peter Dennis Bartok  <pbartok@novell.com>
14600
14601         * Application.cs: Updated to new StartLoop/GetMessage API
14602         * RichTextBox.cs: Provide some output on RTF parsing errors
14603         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs: Added
14604           new queue_id argument to GetMessage and PeekMessage to allow faster
14605           handling of per-thread queues in drivers.
14606         * Hwnd.cs: Added Queue tracking and property
14607         * MenuAPI.cs: Updated to new StartLoop/GetMessage API
14608         * XEventQueue.cs: Added thread trackingA
14609         * PropertyGridView.cs: Updated to new StartLoop/GetMessage API
14610         * XplatUIX11.cs:
14611           - Implemented new per-thread queue
14612           - GetMessage: Fixed return/break behaviour on several cases. We were
14613             returning stale messages in some cases, instead of just processing
14614             the next message
14615
14616 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
14617
14618         * PropertyGrid.cs: Call GetPropertiesSupported on TypeConverter.
14619
14620 2006-04-27  Peter Dennis Bartok  <pbartok@novell.com>
14621
14622         * ThemeWin32Classic.cs (DrawToolBar): Refactored, simplified the logic,
14623           fixed off-by-one comparisons between Width/Height and Right/Bottom.
14624
14625 2006-04-27  Jonathan Chambers  <jonathan.chambers@ansys.com>
14626
14627         * PropertyGridView.cs: Fix drop down width.
14628
14629 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
14630
14631         * ThemeWin32Classic.cs: Peter thinks that three additional lines are
14632           a mess in DrawToolBar, so I removed one of them.
14633
14634 2006-04-27  Alexander Olk  <alex.olk@googlemail.com>
14635
14636         * ThemeWin32Classic.cs: Draw the ToolBar border lines only if
14637           needed (clip). Otherwise we get artifacts.
14638
14639 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
14640
14641         * FixedSizeTextBox.cs: Added constructor to allow specifying which
14642           dimension is fixed
14643         * UpDownBase.cs: Set the spinner control to be fixed height vertical,
14644           and switched FixedSizeTextBox to only be fixed vertical (#78116)
14645         * Form.cs: Not applying the 'MS 0.08 fudge factor' for a given dimension
14646           if it matches the scale base font (avoids unneeded scaling)
14647
14648 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
14649
14650         * X11DesktopColors.cs: One gtk_init_check should be enough
14651
14652 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com> 
14653
14654         * TextBoxBase.cs: Moved Backspace handling into WM_CHAR block to
14655           match MS behaviour
14656
14657 2006-04-26  Peter Dennis Bartok  <pbartok@novell.com>
14658
14659         * TextBoxBase.cs: 
14660           - Generate OnTextChanged for Backspace even if we're only deleting
14661             the current selection
14662           - When setting the Text property, only select all text if the
14663             control does not have focus when it is being set. Otherwise
14664             just place the cursor at the beginning of the control
14665
14666 2006-04-26  Alexander Olk  <alex.olk@googlemail.com>
14667
14668         * ThemeWin32Classic.cs: ToolBars get drawn with two lines at the top.
14669           Added a little helper to draw PropertyGrid ToolBar with a different
14670           border and a different BackColor.
14671         * PropertyGrid.cs: Some background parts didn't get painted with the
14672           correct background color. Added a class that helps us to draw the
14673           correct border for PropertyGridView and a class that helps us to
14674           draw ToolBars with a different backcolor
14675         * PropertyGridView.cs: Draw PlusMinus with the correct colors.
14676
14677 2006-04-25  Jonathan Chambers  <jonathan.chambers@ansys.com>
14678
14679         * PropertyGrid.cs: Bug 78196, font size, and splitter location.
14680         * PropertyGridView.cs: Bug 78196, font size, and splitter location.
14681
14682 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
14683
14684         * XplatUIWin32.cs (DIBtoImage): ORing instead of ANDing the alpha
14685           into the palette entries. Also, since we're working on a copy
14686           we needed to copy the palette back onto the bitmap.
14687         * Cursor.cs: Same fix as XplatUIWin32.cs.
14688
14689 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com>
14690
14691         * ImageListStreamer.cs: Need to read the var (or we're off)
14692
14693 2006-04-25  Peter Dennis Bartok  <pbartok@novell.com> 
14694
14695         * TextControl.cs, ComboBox.cs, CommonDialog.cs, Theme.cs, 
14696           XplatUIWin32.cs, RichTextBox.cs, ImageListStreamer.cs,
14697           TextBoxBase.cs: Unused var fixes
14698         * AxHost.cs: Small 2.0 fix
14699         * XplatUIX11.cs: Switched to IntPtr from int for XA_CARDINAL atoms 
14700           as it seems that is what at least Metacity expects. This will make
14701           icons show up on 64bit platforms. We still have some 64bit size
14702           issues, though, since the startup app window size still won't match.
14703
14704 2006-04-25  Mike Kestner  <mkestner@novell.com>
14705
14706         * *.cs: cleanup newly reported exception var unused warnings.
14707
14708 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
14709
14710         * ThemeWin32Classic.cs: Button image alignment now matches exactly
14711           ms
14712
14713 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
14714
14715         * ThemeWin32Classic.cs: Fixed drawing code for buttons with an
14716           image. The image position is always the same, no matter if the
14717           button is pressed or not.
14718
14719 2006-04-25  Alexander Olk  <alex.olk@googlemail.com>
14720
14721         * FileDialog.cs: SaveFileDialog shouldn't rely on a MWFFileView
14722           selection and set the correct filename for SaveFileDialog.
14723           Patch by Emery Conrad.
14724
14725 2006-04-24  Mike Kestner  <mkestner@novell.com>
14726
14727         * ListView.cs (LastVisibleIndex): when in List mode of Alignment.Left,
14728         check for item.X outside the ClientRect instead of item.Y. Fixes
14729         #78151.
14730
14731 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14732
14733         * ImageListStreamer.cs: some images store a wrong grow factor, so don't
14734         trust that value blindly and do some sanity check. Fixes bug #77814.
14735
14736 2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14737
14738         * ImageListStreamer.cs: save the mask as a 1bpp image.
14739
14740 2006-04-21  Mike Kestner  <mkestner@novell.com>
14741
14742         * CheckedListBox.cs: maintain CheckStatus here. Use DrawItemState to
14743         pass Checked and Indeterminate to the Theme Engine. Improve
14744         encapsulation with ListBox.
14745         * ListBox.cs: Keep a StringFormat instead of calculating it every item
14746         draw. Kill ListBoxItem. Refactor away the ListBoxInfo and ListBoxItem
14747         nested types.  Move all CheckState functionality to CheckedListBox.
14748         Make IntegralHeight work like MS.  Rewrite of Layout engine.  Fix
14749         OwnerDrawVariable layout/rendering.  Fix multicolumn rendering.  Fix
14750         ScrollAlwaysVisible handling. Refactor "selected" collections to use a
14751         single base list. Fix scrollbar sizing and placement to mirror MS.
14752         * Theme.cs: remove CheckedListBoxCheckRectangle. It wasn't really
14753         used.
14754         * ThemeWin32Classic.cs: implement Indeterminate CheckState rendering
14755         for CheckedListBox by using new DrawItemState info.  Center the
14756         checkboxes on the items. Use new StringFormat property.
14757
14758 2006-04-18  Jackson Harper  <jackson@ximian.com>
14759
14760         * Form.cs: MdiChildren don't do default locations the same way as
14761         regular forms.  This prevents a crash when trying to position the
14762         mdi windows.
14763
14764 2006-04-17  Jonathan Chambers  <jonathan.chambers@ansys.com>
14765
14766         * PropertyGridTextBox.cs: Formatting, copyright
14767         * PropertiesTab.cs: Formatting
14768         * PropertyGrid.cs: Formatting
14769         * PropertyGridView.cs: Formatting, fix drop down, enabled double 
14770           click toggling of values
14771           
14772 2006-04-17  Peter Dennis Bartok  <pbartok@novell.com> 
14773
14774         * KeyPressEventArgs: Added 2.0 only setter for KeyChar
14775         * Control.cs (.ctor): verify_thread_handle is static, don't reset
14776           every time a control is created
14777         * Application.cs: Removed obsolete EnableRTLMirroring method
14778
14779 2006-04-18  Gert Driesen  <drieseng@users.sourceforge.net>
14780
14781         * TabControl.cs: Avoid ArgumentOutOfRangeException when setting
14782         SelectedIndex to -1. Fixes bug #78121.
14783
14784 2006-04-17  Jackson Harper  <jackson@ximian.com>
14785
14786         * Binding.cs: Handle null values for Current and BindingContext.
14787         This occurs when binding is a little delayed.
14788         * CurrencyManager.cs: return null for Current when there are no
14789         items in the list.
14790         - Hookup to the listchanged event on the DataView and update
14791         bindings when the list is changed.  This fixes late binding of
14792         controls.
14793
14794 2006-04-17  Jackson Harper  <jackson@ximian.com>
14795
14796         * X11Dnd.cs:
14797         * XplatUIX11.cs: Drops should not create a mousedown. Patch by Tim
14798         Ringenbach.
14799
14800 2006-04-15  Alexander Olk  <alex.olk@googlemail.com>
14801
14802         * ThemeWin32Classic.cs: Draw disabled combo button in the correct
14803           place
14804         * ComboBox.cs: If the combobox is disabled call CPDrawComboButton
14805           with the correct ButtonState
14806
14807 2006-04-14  Peter Dennis Bartok  <pbartok@novell.com>
14808
14809         * XplatUIX11.cs: Improved distinguishing between window types to
14810           tell the WM a type closer to what the app wants (Fixes #78107)
14811
14812 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
14813
14814         * ThemeWin32Classic.cs: Fixed drawing of ContainerGrabHandle and
14815           GrabHandle
14816
14817 2006-04-14  Alexander Olk  <alex.olk@googlemail.com>
14818
14819         * ThemeWin32Classic.cs: Fixed size grip drawing and updated StatusBar
14820           drawing code to reflect the size grip changes
14821
14822 2006-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14823
14824         * ImageListStreamer.cs: fix handling of the mask that follows the main
14825         bitmap when deserializing and serialize it properly. The generated mask
14826         should better be a 1bpp image, but I'll do that later.
14827
14828 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
14829
14830         * FileDialog.cs: Show something in the DirComboBox on *nix if the
14831           path doesn't fit into some of our Current.Places
14832
14833 2006-04-13  Jackson Harper  <jackson@ximian.com>
14834
14835         * ComboBox.cs: Use borders instead of drawing our own decorations,
14836         try to obey correct rules for heights.
14837         * Theme.cs:
14838         * ThemeNice.cs:
14839         * ThemeClearLooks.cs:
14840         * ThemeWin32Classic.cs: Remove combobox decoration drawing code,
14841         this is now handled by borders.
14842         - Remove unused DrawListBoxDecorationSize method.
14843         
14844 2006-04-13  Mike Kestner  <mkestner@novell.com>
14845
14846         * MenuAPI.cs: null guarding for the disbled click check fixes crash
14847         reported by Alex.
14848
14849 2006-04-13  Alexander Olk  <alex.olk@googlemail.com>
14850
14851         * ThemeWin32Classic.cs: 
14852           - Fixed CPDrawStringDisabled
14853           - Corrected drawing of disabled menu items
14854           - Fixed drawing of disabled radio buttons (bug #78095)
14855           - Draw check in a disabled CheckBox with color ControlDark 
14856
14857 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
14858
14859         * Form.cs: Use the provided width when calculating the menu size;
14860           when being maximized we get WM_NCCALCSIZE before WM_WINDOWPOSCHANGED
14861           and ClientSize.Width won't be updated yet
14862         * Application.cs: Use Visible instead of Show() to make form visible,
14863           this way we create the handle later and menusize is considered
14864
14865 2006-04-12  Mike Kestner  <mkestner@novell.com>
14866
14867         * MenuAPI.cs: ignore clicks on disabled menu items. Thanks to Alex for
14868         reporting.
14869
14870 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
14871
14872         * TextBox.cs: Implemented context menu
14873
14874 2006-04-12  Mike Kestner  <mkestner@novell.com>
14875
14876         * ListView.cs: implement box selection. fixes #77838.
14877         * ThemeWin32Classic.cs: draw box select rect, remove a ResetClip.
14878
14879 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
14880
14881         * XplatUIX11.cs: Added setting of window type when transient window
14882           is created (metacity would move it otherwise)
14883         * X11Structs.cs: Added WINDOW_TYPE atoms
14884         * LinkLabel.cs: Override OnPaintBackgroundInternal and draw the
14885           background (the control is Opaque but still wants transparent
14886           backgrounds)
14887
14888 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
14889
14890         * Control.cs: Added OnPaintBackgroundInternal to allow controls
14891           that set Opaque but don't mean it (like all ButtonBase-derived
14892           controls) to still draw their background
14893         * ButtonBase.cs: Override OnPaintBackgroundInternal and draw
14894           the background
14895
14896 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com> 
14897
14898         * Control.cs (PaintControlBackground): Set the graphics object
14899           on our PaintEvent to null to prevent it from being disposed
14900           when the PaintEvent gets disposed
14901
14902 2006-04-12  Alexander Olk  <alex.olk@googlemail.com>
14903
14904         * ThemeWin32Classic.cs: Use even more SystemBrushes and SystemPens
14905         * ThemeNice.cs, ThemeClearlooks.cs: fix typo
14906
14907 2006-04-12  Peter Dennis Bartok  <pbartok@novell.com>
14908
14909         * Control.cs: 
14910           - Added transparency check to BackColor property. Transparent
14911             backgrounds are only allowed if the control styles permit it
14912           - Added recursive painting of parent control background and
14913             foreground if a control with a transparent backcolor is drawn
14914             (Thanks to Tim Ringenback for providing his 'hack' as a base
14915              for this patch) Fixes #77985 and #78026.
14916           - Added Opaque style check before calling OnPaintBackground, no
14917             need to draw the background if the control is opaque
14918           - Removed ControlAccessibleObject owner variable (inherited from
14919             base, no need to define again)
14920           - Added some documentation links explaining the drawing events
14921             and styles
14922
14923 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
14924
14925         * Splitter.cs (CalculateSplitPosition): Corrected the bad assumption
14926           that the affected control is the located at the left border of our
14927           parent (Fixes #77936)
14928
14929 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
14930
14931         * TextBoxBase.cs: When rendering disabled or readonly controls,
14932           draw the background with 'Control' instead of 'Window' color as
14933           long as the user hasn't specifically set a color
14934
14935 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com> 
14936
14937         * TextBoxBase.cs: Don't try to shortcut by checking against base.Text
14938           since that won't be updated if the user types text (only if it's
14939           programatically set)
14940
14941 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
14942
14943         * ScrollableControl.cs: Calculate DisplayRect dynamically, so that
14944           layout changes do to app-triggered resizes will have the proper
14945           display rectangle for layout
14946
14947 2006-04-11  Alexander Olk  <alex.olk@googlemail.com>
14948
14949         * ThemeWin32Classic.cs:
14950           - Make use of the SystemBrushes and SystemPens wherever possible
14951           - Corrected some highlight colors
14952           - Corrected RadioButton and CheckBox FlatStyle.Flat and Popup
14953             drawing
14954         * Theme.cs: Added Empty field to CPColor struct
14955
14956 2006-04-11  Peter Dennis Bartok  <pbartok@novell.com>
14957
14958         * ScrollabeControl.cs: We need to consider whether or not a scrollbar
14959           is displayed when calculating the display rectangle. Thanks to Mike
14960           for teaching me the err of my ways.
14961
14962 2006-04-10  Peter Dennis Bartok  <pbartok@novell.com>
14963
14964         * ScrollableControl.cs:
14965           - Rewrote DisplayRectangle code, now returning the proper x/y coords 
14966             (instead of 0,0) and we now return the real width/height instead of
14967             just the clientrectangle, adjusted for padding. The rectangle is
14968             now cached and created by the new CalculateDisplayRectangle method.
14969           - Created new CalculateDisplayRectange method, which basically does
14970             what get_DisplayRectangle() did originally, but now using the 
14971             right edge instead of DisplayRectangle to determine the size of
14972             our scrollbars
14973           - get_Canvas(): Fixed it to properly calculate canvas for 
14974             right/bottom controls which seem to be placed to the right/bottom
14975             of any controls that have a fixed location
14976           - Removed TODO that's taken care of
14977           - Removed NotImplementeds and attempted to implement AdjustFormScrollBars
14978             and SetDisplayRectLocation according to new MSDN2 docs
14979           - Added call to PerformLayout in OnVisibleChanged, MS causes a layout
14980             event when that is called, this is added for compatibility
14981           - ScrollControlIntoView(): Implemented.
14982           - Switched scrollbars to be implicit, they shouldn't be selectable
14983         * ContainerControl: Now that ScrollControlIntoView is implemented, we 
14984           call it when the active control is set/changed
14985         * ScrollBar.cs: Added support for generating Win32 scrollbar messages
14986         * ImplicitHScrollBar.cs, ImplicitVScrollBar.cs: Now setting new base
14987           implicit_control variable (used for native Win32 message generation)
14988         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs: Added new 
14989           HorizontalScrollBarHeight and VerticalScrollBarWidth properties
14990         * ThemeWin32Classic.cs: Now calling the driver for the scrollbar sizes
14991         * XplatUIStructs.cs: Added ScrollBarCommands enum
14992
14993 2006-04-10  Jackson Harper  <jackson@ximian.com>
14994
14995         * ButtonBase.cs:
14996         * CheckedListBox.cs:
14997         * ComboBox.cs:
14998         * DataGrid.cs:
14999         * DataGridView.cs:
15000         * Form.cs:
15001         * GroupBox.cs:
15002         * ListBox.cs:
15003         * PrintPreviewControl.cs:
15004         * ProgressBar.cs:
15005         * PropertyGrid.cs:
15006         * Splitter.cs:
15007         * StatusBar.cs:
15008         * TrackBar.cs:
15009         * UpDownBase.cs: Fixup base event overrides.
15010         
15011 2006-04-06  Mike Kestner  <mkestner@novell.com>
15012
15013         * ScrollBar.cs: fix "new event" declarations (#76509) and bounds check
15014         all user-initiated value changes to min <= value <= max-thumbsz+1.
15015         (set_Value): check for vert/horiz when calculating new thumb position.
15016         (LargeIncrement): bounds check to stop pos at max - thumb_size + 1
15017         like MS does.
15018         (OnMouseMoveSB): refactor the thumb dragging code and refine
15019         invalidation logic to reduce flicker.
15020         (SetEndPosition): bounds check to stop pos at max - thumb_size + 1
15021         (SmallIncrement): bounds check to stop pos at max - thumb_size + 1
15022         (UpdateThumbPosition): small code readability cleanup
15023
15024 2006-04-10  Alexander Olk  <alex.olk@googlemail.com>
15025
15026         * ThemeNice.cs: Small UI polishing. Draw borders a little bit
15027           different
15028
15029 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
15030
15031         * ThemeNice.cs: Use a better graphics effect when a button is pressed
15032
15033 2006-04-08  Alexander Olk  <alex.olk@googlemail.com>
15034
15035         * Theme.cs: Added GetDashPen and GetSizedPen to SystemResPool
15036         * ThemeWin32Classic.cs: Make use of the new SystemResPool methods.
15037           This dramatically reduces the number of Pen.Dispose calls. 
15038           Where possible call ResPool methods only once instead of calling it
15039           over and over again (for example for the same color).
15040
15041 2006-04-06  Mike Kestner  <mkestner@novell.com>
15042
15043         * TabControl.cs: fix for SelectedIndex updating on TabPage removals.
15044         Also remove an unused private field on the collection. Fixes #77972.
15045
15046 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
15047
15048         * ThemeNice.cs: Added ToolBar drawing code
15049
15050 2006-04-06  Mike Kestner  <mkestner@novell.com>
15051
15052         * Form.cs (ShowDialog): MS allows IWin32Window param to be a non-form.
15053         I'm assuming that means we need to look up the toplevel for the
15054         provided control. Fixes the crash trace in #77911 but exposes another
15055         crash in some strange reflection usage in NDocGui.
15056
15057 2006-04-06  Alexander Olk  <alex.olk@googlemail.com>
15058
15059         * ThemeNice.cs: Gave it a little silver touch and added Images
15060           method
15061         * FontDialog.cs: FontDialog is not resizable
15062         * FileDialg.cs: Added SizeGripStyle.Show
15063
15064 2006-04-05  Jackson Harper  <jackson@ximian.com>
15065
15066         * KeyboardLayouts.cs: Remove warning.
15067
15068 2006-04-05  Jackson Harper  <jackson@ximian.com>
15069
15070         * Control.cs: Enable OnPaintInternal so we can use it for drawing
15071         all of our controls instead of Paint +=.
15072         * ListBox.cs:
15073         * ListView.cs:
15074         * MenuAPI.cs:
15075         * MessageBox.cs:
15076         * NotifyIcon.cs:
15077         * ProgressBar.cs:
15078         * ScrollBar.cs:
15079         * Splitter.cs:
15080         * StatusBar.cs:
15081         * TabControl.cs:
15082         * TextBoxBase.cs:
15083         * ToolBar.cs:
15084         * TrackBar.cs:
15085         * UpDownBase.cs:
15086         * ComboBox.cs: Remove handling of WM_PAINT and WM_ERASEBKGND and
15087         use OnPaintInternal. Remove Width/Height and Visible checks in
15088         paint handler, this is done at a higher level now.
15089         * GroupBox.cs: Don't need to handle WM_ERASEBKGND anymore.
15090         * PaintEventArgs.cs: Add a handled flag so controls that don't
15091         want anymore painting after OnPaintInternal can make sure OnPaint
15092         isn't called.
15093
15094 2006-04-05  Mike Kestner  <mkestner@novell.com>
15095
15096         * Form.cs: fix the menu WndProc hacks to respect the native enabled
15097         state of the form, so that we don't process events when Modal dialogs
15098         are up. Fixes #77922.
15099
15100 2006-04-05  Alexander Olk  <alex.olk@googlemail.com>
15101
15102         * Mime.cs: Default for range length is 1 not 0. If set to 0 no match
15103           checking is done.
15104
15105 2006-04-05  Mike Kestner  <mkestner@novell.com>
15106
15107         * XplatUIX11.cs: fix typo in the EX_APPWINDOW transient patch.
15108
15109 2006-04-05  Mike Kestner  <mkestner@novell.com>
15110
15111         * ListView.cs (HeaderMouseMove): null guarding for the over column
15112         when setting up the drag_to_index.  Fixes #78015.
15113
15114 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com>
15115
15116         * XplatUIX11.cs: If WS_EX_APPWINDOW isn't set we don't want to show up
15117           in the taskbar. Transient windows seem to accomplish that.
15118
15119 2006-04-04  Peter Dennis Bartok  <pbartok@novell.com> 
15120
15121         * Form.cs:
15122           - Re-enabled CreateParams.X/Y code for FormStartPosition
15123           - Added code for manual placement when creating the Control
15124           - Incomplete patch to treat MDI forms differently when
15125             setting the ClientSizeCore. (Still need to figure out handling
15126             x/y coords there)
15127         * XplatUIX11.cs:
15128           - When we're explicitly setting the X/Y position of a non-Child
15129             window, let the WM know. Metacity really wants this.
15130
15131 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
15132
15133         * ThemeNice.cs: Added CPDrawButton
15134
15135 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
15136
15137         * ThemeNice.cs: Changed the color for focused buttons and activated
15138           the arrows for small scroll buttons.
15139
15140 2006-04-04  Alexander Olk  <alex.olk@googlemail.com>
15141
15142         * ThemeWin32Classic.cs: Removed DrawFlatStyleButton, not needed
15143           anymore. Changed some method modifiers to protected (virtual)
15144         * ThemeClearlooks.cs: Updated to reflect the ThemeWin32Classic
15145           changes
15146         * ThemeNice.cs: Updated to reflect the ThemeWin32Classic changes.
15147           Updated drawing of menus, buttons and progressbars; added
15148           CPDrawBorder3D 
15149
15150 2006-04-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15151
15152         * ImageListStreamer.cs: implemented serialization/deserialization
15153         of the images.
15154
15155 2006-04-03  Alexander Olk  <alex.olk@googlemail.com>
15156
15157         * ThemeWin32Classic.cs:
15158           - Removed all the DrawFrameControl stuff; CPDrawButton,
15159             CPDrawCheckBox and CPDrawRadioButton are now handled directly
15160             inside the methods
15161           - Updated and corrected the drawing code of CPDrawButton,
15162             CPDrawCheckBox and CPDrawRadioButton to better match ms
15163           - Updated theme checkbox and radiobutton code to use the CP*
15164             methods
15165
15166 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
15167
15168         * XplatUIX11.cs: Enable clipping again now that the libgdiplus
15169           bug is fixed
15170
15171 2006-03-31  Jackson Harper  <jackson@ximian.com>
15172
15173         * XplatUIX11.cs: Somehow we get SETCURSORS for bad windows
15174         sometimes.
15175         * UpDownBase.cs: Don't CreateGraphics manually, use a
15176         Refresh. Ideally we would invalidate the correct areas here.
15177
15178 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com> 
15179
15180         * XplatUIX11.cs: 
15181           - We now track the mapping state of windows. If a window (or 
15182             one of it's parents) is not mapped we no longer permit
15183             WM_PAINT messages to be generated since we'd otherwise get 
15184             lots of BadMatch X errors. Jackson did all the work figuring
15185             out the problem.
15186           - Destroying the caret if the window it's contained in is 
15187             destroyed. Can't use regular DestroyCaret method since it
15188             might fall into a drawing function (trying to remove the
15189             caret) and with that generate new BadMatch errors. Again,
15190             Jackson tracked this down.
15191           - Changed DestroyChildWindows to SendWMDestroyMessages, we now
15192             make sure we send the messages to all windows. (The old code
15193             would send the WM_DESTROY to the window, and then all child
15194             windows would be 'gone' because the WM_DESTROY handle lookup
15195             would no longer find the destroyed window)
15196         * Hwnd.cs: Added Mapping property to track mapping state of hwnd
15197         * X11Structs.cs: Added WindowType enum for MapWindow/UnmapWindow
15198
15199 2006-03-31  Jackson Harper  <jackson@ximian.com>
15200
15201         * ScrollableControl.cs: Dont recalc if we are not visible.
15202
15203 2006-03-31  Mike Kestner  <mkestner@novell.com>
15204
15205         * Control.cs (SetVisibleCore): move the CreateControl call up ahead of
15206         the visibility branch.
15207
15208 2006-03-31  Jackson Harper  <jackson@ximian.com>
15209
15210         * ScrollBar.cs: Cap values when incrementing/decrementing.
15211
15212 2006-03-31  Mike Kestner  <mkestner@novell.com>
15213
15214         * MenuAPI.cs: setup menu.tracker for popup/context menus.
15215         * ToolTip.cs: guard against timer expirations with no active control.
15216         Not sure why it happened.
15217
15218 2006-03-31  Mike Kestner  <mkestner@novell.com>
15219
15220         * ThemeWin32Classic.cs: add some horizontal padding space for the tip
15221         text.
15222         * ToolTip.cs: Position the tooltip based on where the cursor is at
15223         popup time, not at MouseEnter time.  Add a Down state so that we don't
15224         redisplay tips without a Leave. Use faked XplatUI.GetCursorInfo for
15225         positioning offset. Lookup DisplaySize at positioning time, since it
15226         can theoretically change during invocation.
15227         * XplatUIWin32.cs: fake GetCursorInfo until pdb can do it properly.
15228         * XplatUIX11.cs: fake GetCursorInfo until pdb can do it properly.
15229
15230 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
15231
15232         * ThemeWin32Classic.cs: Use CPDrawBorder3D to draw a GroupBox.
15233           Fixes behaviour when the Text property of the box is String.Empty
15234
15235 2006-03-31  Peter Dennis Bartok  <pbartok@novell.com>
15236
15237         * XplatUIX11.cs: Only send mouseleave for our client windows, not
15238           for the whole window (otherwise we get WM_MOUSE_LEAVE twice for
15239           a window)
15240
15241 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
15242
15243         * FileDialog.cs: Visual enhancement for the popup buttons in 
15244           PopupButtonPanel
15245
15246 2006-03-31  Alexander Olk  <alex.olk@googlemail.com>
15247
15248         * ColorDialog.cs, FontDialog.cs: Make use of the updated 3D border
15249           code
15250
15251 2006-03-30  Alexander Olk  <alex.olk@googlemail.com>
15252
15253         * ThemeWin32Classic.cs: Updated MainMenu drawing of selected and
15254           highlighted menu items to match ms
15255
15256 2006-03-30  Peter Dennis Bartok  <pbartok@novell.com> 
15257
15258         * XplatUIX11.cs: Don't set a clip rectangle unless it's not empty
15259
15260 2006-03-30  Mike Kestner  <mkestner@novell.com>
15261
15262         * Menu.cs (SelectedItem): use new MenuItem.Selected prop.
15263         * MenuAPI.cs: use new MenuItem.Selected prop. redraw MainMenu when we
15264         go active to account for HotLight to Selected transition.
15265         * MenuItem.cs: add internal Selected prop. Fill out the Status
15266         property by calculating it from item info. Add HotLight,
15267         NoAccelerator, Checked, Grayed, and Disabled flags where appropriate.
15268
15269 2006-03-30  Mike Kestner  <mkestner@novell.com>
15270
15271         * MenuItem.cs: only emit DrawItem and MeasureItem for OwnerDraw.
15272
15273 2006-03-29  Jackson Harper  <jackson@ximian.com>
15274
15275         * Form.cs: Implement TODO.
15276
15277 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com> 
15278
15279         * PrintPreviewDialog.cs: Implemented missing methods and events; still
15280           missing proper dialog setup in the constructor
15281
15282 2006-03-29  Peter Dennis Bartok  <pbartok@novell.com>
15283
15284         * ProgressBar.cs: Added 2.0 Style property that apps seem to use
15285         * Control.cs:
15286           - Implemented CheckForIllegalCrossThreadCalls, removed TODO
15287           - Fixed ResetBindings and removed TODO
15288           - Added check for cross-thread calls to get_Handle()
15289           - Added Marshaller attribute for set_Font to satisfy class status
15290         * FontDialog.cs: Removed TODOs that seemed implemented
15291         * UpDownBase.cs: Removed unneeded TODO and Fixme
15292         * MessageBox.cs: Implemented support for Default button and removed TODO
15293         * FileDialog.cs: Removed obsolete TODO
15294         * DomainUpDown.cs: Removed obsolete TODO
15295         * ButtonBase.cs: Removed obsolete TODO
15296         * XplatUIWin32.cs: Removed obsolete TODO
15297         * Form.cs:
15298           - Removed obsolete TODO
15299           - Calling CheckAcceptButton when the acceptbutton is changed to allow
15300             internal status updates
15301           - Making sure the active control is selected when the control is created
15302         * CurrencyManager.cs: Removed obsolete TODO
15303
15304 2006-03-29  Mike Kestner  <mkestner@novell.com>
15305
15306         * *.cs: fix remaining corcompare issues for 1.1 API with the exception
15307         of PrintPreviewDialog and RichTextBox.
15308
15309 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
15310
15311         * Theme.cs: Added a little helper to SystemResPool to get the Dark,
15312           DarkDark, Light and LightLight colors for a specific color
15313         * ThemeWin32Classic.cs:
15314           - Use Button drawing code to draw RadioButtons and CheckBoxes with
15315             Appearance = Button 
15316           - Make use of the new ResPool helper CPColor
15317           - Draw ProgressBar and StatusBar with correct 3D borders
15318
15319 2006-03-29  Alexander Olk  <alex.olk@googlemail.com>
15320
15321         * ColorDialog.cs: Return selected color. Fixes bug #77940.
15322
15323 2006-03-28  Mike Kestner  <mkestner@novell.com>
15324
15325         * ListView.cs: fix Icon layout to plan for scrollbar widths when
15326         calculating col/row counts.
15327
15328 2006-03-28  Mike Kestner  <mkestner@novell.com>
15329
15330         * ColumnHeader.cs:
15331         * ListView.cs:
15332         * ListViewItem.cs:
15333         * Menu.cs: 
15334         switch to explicit interface method implementation for some methods
15335         corcompare identifies as inconsistent with MS.
15336
15337 2006-03-28  Mike Kestner  <mkestner@novell.com>
15338
15339         * MainMenu.cs: 
15340         * Menu.cs:
15341         add a few missing methods from the class status output.
15342
15343 2006-03-28  Alexander Olk  <alex.olk@googlemail.com>
15344
15345         * ControlPaint.cs: Fixed ControlPaint.Light method. Results are now
15346           correct.
15347
15348 2006-03-28  Mike Kestner  <mkestner@novell.com>
15349
15350         * MenuAPI.cs: Deactivate on MainMenu item click. Fixes #77917.
15351
15352 2006-03-27  Mike Kestner  <mkestner@novell.com>
15353
15354         * ThemeWin32Classic.cs: Switch flat toolbars to use RaisedInner for
15355         the Hilight state to adapt to Alex's CPDrawBorder3D changes.
15356
15357 2006-03-27  Alexander Olk  <alex.olk@googlemail.com>
15358
15359         * ThemeWin32Classic.cs: Rewrote Button drawing code to match ms.
15360
15361 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
15362
15363         * ThemeWin32Classic.cs:
15364           - GroupBox: Inserted a little gap between the text and the lines
15365             on the right side
15366           - Made the code in CPDrawBorder3D more readable
15367           - Corrected the drawing location of the up and down arrows in 
15368             CPDrawScrollButton
15369
15370 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
15371
15372         * ControlPaint.cs: Corrected line widths in DrawBorder for
15373           ButtonBorderStyle Inset and Outset
15374
15375 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
15376
15377         * ThemeWin32Classic.cs:
15378           - Rewrote the totally broken CPDrawBorder3D method. That was
15379             one of the main problems for the terrific ThemeWin32Classic
15380             look
15381           - Updated and corrected Button drawing
15382           - Correct the dimensions of the SizeGrip to match ms ones
15383           - Removed a small drawing glitch in DrawComboBoxEditDecorations
15384         * XplatUIX11.cs: Draw borders with BorderStyle = Fixed3D with
15385           Border3DStyle.Sunken to match ms.
15386
15387 2006-03-25  Alexander Olk  <alex.olk@googlemail.com>
15388
15389         * ThemeWin32Classic.cs: First small part of the "de-uglify
15390           ThemeWin32Classic" effort, SizeGrip
15391
15392 2006-03-24  Jackson Harper  <jackson@ximian.com>
15393
15394         * XplatUIX11.cs: Give a max idle time of one second, this matches
15395         MS and forces an Idle event every second when there are no other
15396         events in the queue.
15397
15398 2006-03-24  Mike Kestner  <mkestner@novell.com>
15399
15400         * ListView.cs: Handle (Large|Small)ImageList == null more robustly.
15401         * ListView.Item.cs: fix layout issues with null image lists and images
15402         smaller than checkbox size.
15403         * ThemeWin32Classic.cs: Draw a 12 pixel line in ListView LargeIcon
15404         mode like MS does.  It's weird, but consistent.  ;-)
15405         Fixes #77890.
15406
15407 2006-03-24  Mike Kestner  <mkestner@novell.com>
15408
15409         * ListView.cs: Scroll wheel support for the item control.  Fixes
15410         #77839.
15411
15412 2006-03-23  Jackson Harper  <jackson@ximian.com>
15413
15414         * ScrollableControl.cs: Special case negative sized areas, not
15415         zero.
15416         * MonthCalendar.cs: Save the rect of the clicked date so we can
15417         use it for invalidation.
15418         - Try to cut down on the number of invalidates
15419         - Invalidate the rect the mouse is over and was over when moving
15420         the mouse, so we get the focus box following the cursor.
15421
15422 2006-03-23  Mike Kestner  <mkestner@novell.com>
15423
15424         * ThemeWin32Classic.cs: fix FullRowSelect selection background and
15425         focus rectangle drawing. Fixes #77835.
15426
15427 2006-03-23  Mike Kestner  <mkestner@novell.com>
15428
15429         * XplatUIX11.cs: rework the fix for #77828 by changing the order of
15430         the if and else if and reverting back to the original == check on the
15431         None conditional.
15432
15433 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
15434
15435         * FontDialog.cs: Update the example panel if the selected index of
15436           the fontListBox changes.
15437
15438 2006-03-23  Alexander Olk  <alex.olk@googlemail.com>
15439
15440         * FileDialog.cs: Make FileDialog remember which directory it was in
15441           last in the same execution.
15442
15443 2006-03-22  Mike Kestner  <mkestner@novell.com>
15444
15445         * FileDialog.cs: make the DropDownMenu on the toolbar display
15446         RadioChecks since they are mutually exclusive and that's what MS does.
15447
15448 2006-03-22  Mike Kestner  <mkestner@novell.com>
15449
15450         * Theme.cs: add Color param to CPDrawMenuGlyph.
15451         * ThemeWin32Classic.cs: do color specific menu glyph rendering so that
15452         checks and radio marks and arrows are visible on highlighted items.
15453         * ControlPaint.cs: update to use new Theme signature.
15454
15455 2006-03-22  Mike Kestner  <mkestner@novell.com>
15456
15457         * MenuAPI.cs: only process Enter and arrow keypresses if the tracker
15458         is active. Fixes #77870.
15459
15460 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
15461
15462         * FileDialog.cs: Corrected TabIndex order and set fileNameComboBox
15463           to be focused/selected after startup
15464
15465 2006-03-22  Alexander Olk  <alex.olk@googlemail.com>
15466
15467         * ColorDialog.cs: 
15468           - Corrected behaviour of Color, AllowFullOpen, FullOpen,
15469             CustomColors and ShowHelp properties
15470           - Some internal rewrites to get better results when using the
15471             ColorMatrix
15472
15473 2006-03-22  Mike Kestner  <mkestner@novell.com>
15474
15475         * ListView.cs: hook into Peter's new ResetMouseHover capability to fix
15476         HoverSelection.  Fixes #77836.
15477
15478 2006-03-22  Mike Kestner  <mkestner@novell.com>
15479
15480         * FileDialog.cs: bugfixes for the toolbar.  Use PushButtons instead of
15481         ToggleButtons.  (De)Sensitize the Back button around a stack count of
15482         1, not 0.  Update ButtonSize based on a pixel count of the win32
15483         control.  Adjust the toolbar size/location for new button size.
15484
15485 2006-03-22  Jackson Harper  <jackson@ximian.com>
15486
15487         * XplatUIX11.cs: Don't handle configurenotifys if PostQuitState is
15488         true.
15489         * ScrollBar.cs: When doing increments and decrements we need to
15490         set the Value property so that ValueChanged gets raised. A
15491         possible optimization here would be to make an internal SetValue
15492         that doesn't invalidate immediately.
15493         * ToolTip.cs: Tooltips get added to their container (when
15494         supplied) so they get disposed when the container is disposed.
15495         - Don't create tooltips for String.Empty. This prevents all these
15496         little 2-3 pixel windows from showing up when running nunit-gui
15497         and driving me mad.
15498         * Form.cs: Don't set topmost when setting the owner if the handles
15499         haven't been created yet.  The topmost set will happen when the
15500         handles are created.
15501
15502 2006-03-22  Peter Dennis Bartok  <pbartok@novell.com> 
15503
15504         * XplatUIX11.cs:
15505           - DeriveWindowStyles: Fixed typo in borderstyle generation (#77828)
15506           - SetVisible: Sending WINDOWPOSCHANGED for all controls when made 
15507             visible (to allow them to recalculate their sizes)
15508
15509 2006-03-21  Mike Kestner  <mkestner@novell.com>
15510
15511         * ThemeWin32Classic.cs: major refactoring of the ToolBar rendering
15512         methods. Removed a ton of redundant code.  Still not really happy with
15513         the border rendering, but I think that's mainly because of the
15514         ControlDarkDark being black instead of a dark grey. Depending on how 
15515         close we want to be, we might want to revisit those color choices.
15516         Among the new features added during the refactor were DropDownArrow
15517         pressed rendering, Disabled image rendering.  Proper flat appearance
15518         boundary rendering.  Removed the Divider and Wrapping dividers since I
15519         can't figure out any combination of themes and conditions to make the
15520         MS control draw a horizontal line on a toolbar despite what the
15521         Divider property docs indicate.
15522         * ToolBar.cs: rewrite the layout engine. Fixes numerous flicker
15523         conditions and incorrect layout.  Updated to coding standard.
15524         * ToolBarButton.cs: refactored layout and positioning code from
15525         ToolBar to here.  Invalidate wherever possible instead of forcing
15526         redraws of the whole toolbar. 
15527         (Known remaining issues: explicit ButtonSize smaller than provided
15528         images.)
15529
15530 2006-03-21  Mike Kestner  <mkestner@novell.com>
15531
15532         * ContextMenu.cs (Show): use the position parameter instead of just
15533         showing at the MousePosition.
15534
15535 2006-03-21  Jackson Harper  <jackson@ximian.com>
15536
15537         * TabControl.cs: Remove the call to ProcessKeyEventArgs and let
15538         control handle this.
15539         * TreeNodeCollection.cs: If we are clearing the root node we need
15540         to reset top_node so calcs can still happen.
15541         * ThemeWin32Classic.cs: This is a Flags so we need to check
15542         properly.
15543         
15544 2006-03-21  Jackson Harper  <jackson@ximian.com>
15545
15546         * DataGrid.cs: Create columns when the binding context has been
15547         changed.
15548         * X11Structs.cs: Keysyms are uints.
15549         - Add size to fix build.
15550
15551 2006-03-21  Peter Dennis Bartok  <pbartok@novell.com> 
15552
15553         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
15554           XplatUIOSX.cs: 
15555           - Added ResetMouseHover method to allow controls to retrigger
15556             hovering if they need it more than once
15557           - Implemented MouseHoverTime and MouseHoverSize properties
15558         * Timer.cs: Start() must reset the interval
15559         * SystemInformation.cs: Added 2.0 MouseHoverTime and MouseHoverSize
15560           properties
15561
15562 2006-03-21  Jackson Harper  <jackson@ximian.com>
15563
15564         * X11Keyboard.cs: improved layout detection. Move the nonchar
15565         tables into this file.
15566         * KeyboardLayouts.cs: Move the tables into resource files.
15567
15568 2006-03-21  Mike Kestner  <mkestner@novell.com>
15569
15570         * ListView.cs: use OnItemActivated to raise events. Fixes #77834.
15571
15572 2006-03-21  Alexander Olk  <alex.olk@googlemail.com>
15573
15574         * Mime.cs: Various speed optimizations. Looking up mime types
15575           is now 2 times faster than before
15576
15577 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com> 
15578
15579         * CreateParams.cs: Added internal menu field
15580         * Control.cs: 
15581           - Switched call order for UpdateBounds; now we always call
15582             the one that also takes ClientSize, and we're calculating the 
15583             client size via driver method in the others. The previous
15584             method of tracking client size by difference wasn't working
15585             for forms where even the starting client size wouldn't match
15586             the overall form size (due to borders) (Part of fix for #77729)
15587           - CreateParams(): Do not use parent.Handle unless the handle is
15588             already created. Causes havoc with Nexxia and throws off our
15589             creation of controls
15590         * XplatUIX11.cs:
15591           - Created new PerformNCCalc method to trigger WM_NCCALCSIZE message
15592           - Switched handling of ConfigureNotify over to new PerformNCCalc 
15593             method (consolidates code)
15594           - Changed RequestNCRecalc to use new PerformNCCalc method
15595           - Added calls to RequestNCRecalc when menus and borders are changed
15596             to allow app to set NC size. (Part of fix for #77729) This matches
15597             when MS send a WM_NCRECALC on Win32 windows.
15598           - Now sending WM_WINDOWPOSCHANGED when toplevel for is made visible
15599             (Part of fix for #77729). This matches what MS does, they also
15600             send that message when the form is made visible.
15601           - XException.GetMessage: Improved usability of X errors by including
15602             a translation of the window into Hwnd and Control class
15603           - Improved debug info for window creation, reparenting and destruction
15604           - Created helper method WindowIsMapped() [Currently not used]
15605         * XplatUIWin32.cs: Added ToString() debug helper to RECT structure
15606         * Form.cs:
15607           - CreateParams: Now setting our menu on the new internal menu field
15608           - SetClientSizeCore: Now passing cp.menu instead of ActiveMenu to
15609             avoid calculating the same property twice
15610         * Hwnd.cs:
15611           - Improved usability of ToString() for debugging purposes
15612           - GetWindowRectangle(): Now uses proper CalcMenuBarSize method to
15613             determine the height of the menu, instead of just the font. This
15614             required to also create a graphics context and to keep a bmp 
15615             around (for performance reasons)
15616
15617 2006-03-17  Peter Dennis Bartok  <pbartok@novell.com>
15618
15619         * MenuAPI.cs: Added OnMouseUp method
15620         * Form.cs:
15621           - Now remembering the requested client size, avoids size errors
15622           - WndProc: Now handling WM_xBUTTONUP and passing it to MenuTracker
15623             instead of base if the menu is active. This is required due to
15624             control now capturing and releasing on down/up and it would
15625             prematurely release our menu capture
15626
15627 2006-03-17  Jackson Harper  <jackson@ximian.com>
15628
15629         * KeyboardLayouts.cs: Add the czech layouts.
15630
15631 2006-03-16  Jackson Harper  <jackson@ximian.com>
15632
15633         * Control.cs: Use the viewport space when sizing not the controls
15634         client size, so things like ScrollableControl that effect the
15635         viewport size (when scrollbars are added) are computed correctly.
15636         * BindingContext.cs: Cleanup to use the DataSourceEntrys instead
15637         of ManagerEntrys.
15638         - Handle creating BindingManagers for null data sources.
15639         * DataGrid.cs: Bind the cached_currencymgr_events to the real data
15640         source, otherwise when rows are added they are added to the 'fake'
15641         datasource and we will crash when trying to set the position in
15642         those rows.
15643         - Use Implicit scrollbars on the datagrid so they arent
15644         selectable.
15645         
15646 2006-03-16  Jackson Harper  <jackson@ximian.com>
15647
15648         * Binding.cs:
15649         * InternalWindowManager.cs:
15650         * MdiWindowManager.cs:
15651         * X11Keyboard.cs: I really want Mike to love me again (fix
15652         compiler warnings).
15653
15654 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com>
15655
15656         * DataGrid.cs:
15657           - OnMouseDown: Switch to editing mode when clicking on the cell
15658                          even if we're clicking on the cell that's currently 
15659                          selected
15660           - ProcessGridKey: Left/Right now wrap like MS.Net does
15661           - ProcessGridKey: Tab now knows to add a new row when tab is
15662                             pressed in the cell of the last column of the 
15663                             last row
15664           - ProcessGridKey: Enter now adds another row  if pressed in the last
15665                             row and selectes the new row, same column cell
15666           - ProcessGridKey: Home/End navigate columns, not rows, like 
15667                             originally implemented
15668           - Broke ProcessKeyPreview code out into an extra Internal method
15669             so it can be called from the edit code
15670         * DataGridTextBox.cs (ProcessKeyMessage):
15671           - Switched to accept Tab keypresses
15672           - Added F2 handling to allow jumping to the end of the edited cell
15673           - Added logic to allow moving caret left/right inside edited cell
15674             and making the edited cell jump when the caret hits cell borders
15675           - Tab and Enter are now passed to the datagrid after being handled
15676         * TextBoxBase.cs:
15677           - Removed capture code now that Control handles it
15678           - set_SelectionStart now ensures caret is visible
15679
15680 2006-03-16  Jackson Harper  <jackson@ximian.com>
15681
15682         * TrackBar.cs: Debackwards the increment/decrement for handling
15683         mouse clicks on the bar with vertical trackbars.
15684         * ThemeWin32Classic.cs: Draw vertical trackbars with 0 at the
15685         bottom to match MS.
15686
15687 2006-03-16  Mike Kestner  <mkestner@novell.com>
15688
15689         * ListView.cs: make shift/ctrl keyboard and mouse selection 
15690         consistent with the MS control. Fix a bug in
15691         SelectedListViewItemCollection.Clear that was pissing me off for the
15692         better part of a day because the collection was being altered
15693         underneath us as we walked the list.
15694
15695 2006-03-16  Peter Dennis Bartok  <pbartok@novell.com> 
15696
15697         * Control.cs: Not sure how we could miss this so long, but it seems
15698           that MS.Net has Capture set all the way from before calling 
15699           OnMouseDown through sending the mouse events until after
15700           OnMouseUp. This will fix DataGrid's selection being set to end
15701           at the location of the MouseUp.
15702
15703 2006-03-15  Jackson Harper  <jackson@ximian.com>
15704
15705         * BindingContext.cs: Check the binding after its added so that it
15706           can initialize the binding managers and hookup to events.
15707         * Binding.cs: Data members seem to sometimes include rows/cols in
15708           the format Row.Column we now take this into account.
15709           - Hookup to the position changed event so we can update the
15710           control when the position has changed in the data set.
15711         * CurrencyManager.cs: Take into account the row/col naming
15712           convention when creating dataset tables.
15713         * BindingContext.cs: Using a newer better way of storing
15714           datasource/datamember pairs.  Hopefully this better matches MS for
15715           looking up binding managers.
15716
15717
15718 2006-03-15  Jackson Harper  <jackson@ximian.com>
15719
15720         * BindingContext.cs: The currency manager needs the data member
15721         name, if the member is a data set we use the name to find the
15722         correct table.
15723         * CurrencyManager.cs: When creating the list prefer an IList over
15724         an IListSource.
15725         - Attempt to create a DataTable from a DataSet (TODO: might need
15726         some better error checking here, although MS doesn't seem to have much)
15727         - If we have a DataTable create a view and use it as our list.
15728
15729 2006-03-15  Mike Kestner  <mkestner@novell.com>
15730
15731         * ListView.cs: keep a matrix of the icon mode layout to facilitate
15732         keyboard navigation. Support Up/Down/Left/Right selection correctly
15733         for all 4 View modes.
15734         * ListViewItem.cs: add internal row/col fields for icon layouts.
15735
15736 2006-03-15  Jackson Harper  <jackson@ximian.com>
15737
15738         * TabControl.cs: Redraw the tabs when we resize so their newly
15739         calculated sizes are drawn on screen.
15740         * X11Keyboard.cs: Begginnings of XIM support.  We also now support
15741         composite characters.
15742         * XplatUIX11.cs: Keyboard driver needs to know about focus changes
15743         - filter events so that composite characters can be created
15744         patches by peter
15745         * X11Structs.cs: Add XIMProperties enum.
15746
15747 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
15748
15749         * Control.cs (BringToFront, SendToBack): Don't use window or handle
15750           unless it's created
15751
15752 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
15753
15754         * Control.cs (PerformLayout): We don't need to consider visiblity
15755           for anchoring, only for docking. This fixes 'whacky' alignment
15756           in listbox and other controls that use implicit scrollbars after
15757           the previous PerformLayout patch
15758         * ListBox.cs: Switched to use implicit scrollbars
15759           
15760 2006-03-14  Mike Kestner  <mkestner@novell.com>
15761
15762         * ToolBar.cs: 
15763         * VScrollBar.cs:
15764         - chain up the "new event" overrides to base and use
15765         OnEvent to raise them.  Part of fix for bug #76509.
15766
15767 2006-03-14  Alexander Olk  <alex.olk@googlemail.com>
15768
15769         * FileDialog.cs: Do not select an item in the parent directory
15770           on backspace
15771
15772 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com> 
15773
15774         * Control.cs (PerformLayout): It would seem that we considered
15775           invisible windows for our layout. Not quite the right thing
15776           to do. Now we don't any longer, thereby fixing bug #76889.
15777
15778 2006-03-14  Peter Dennis Bartok  <pbartok@novell.com>
15779
15780         * Control.cs (CanFocus): I goofed. A control can have focus 
15781           even though it's not selectable. Made it match MS docs.
15782
15783 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
15784
15785         * ControlPaint.cs (DrawBorder3D): DrawBorder3D does not fill the
15786           center by default (fixes #76895)
15787         * ThemeWin32Classic.cs, ThemeNice.cs, ThemeClearlooks.cs: Replaced 
15788           all uses of Border3DSides.All with the explicit ORd together
15789           Left|Right|Top|Bottom because I assume that nobody was aware 
15790           that All also implies a center fill. Most places I checked had
15791           a fill right above.
15792         * ProgressBarStyle.cs: Added
15793
15794 2006-03-13  Mike Kestner  <mkestner@novell.com>
15795
15796         * ListView.cs: fix breakage in drag shadow header positioning 
15797         from Peter's csc compilation fix.
15798
15799 2006-03-13  Mike Kestner  <mkestner@novell.com>
15800
15801         * ListView.cs: fix NRE produced by backspacing twice in a focused
15802         FileDialog.
15803
15804 2006-03-13  Mike Kestner  <mkestner@novell.com>
15805
15806         * ListView.cs: proxy Key(Down|Up) from ItemControl to ListView.
15807
15808 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
15809
15810         * Hwnd.cs: Added fixed_size field to track windows whose size cannot
15811           be changed
15812         * XplatUIX11.cs: Now setting fixed_size on hwnd and if set, re-setting
15813           the allowed size before making programmatic size changes
15814
15815 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com> 
15816
15817         * XplatUIX11.cs: Don't call XSetWMNormalHints if no flags are 
15818           set, metacity is broken and will still use the emty sizes in 
15819           the struct. (Fix for #77089)
15820
15821 2006-03-13  Peter Dennis Bartok  <pbartok@novell.com>
15822
15823         * XplatUIStructs.cs: Split WindowStyles into WindowStyles and 
15824           WindowExStyles and marked both enums as Flags
15825         * Form.cs, ComboBox.cs, ToolTip.cs, Control.cs, PropertyGridView.cs,
15826           NotifyIcon.cs, MenuAPI.cs, XplatUIOSX.cs, MonthCalendar.cs: Updated
15827           to match WindowStyles split
15828         * XplatUIX11.cs:
15829           - SetWMStyles: Added cehck to not apply WM attributes to Child windows
15830           - Updated to match WindowStyles split
15831         * XplatUIWin32.cs:
15832           - Fixed FosterParent creation, was using ExStyle on the Style field
15833             (This should help with Popup focus issues)
15834           - Updated to match WindowStyles split
15835
15836 2006-03-13  Jackson Harper  <jackson@ximian.com>
15837
15838         * MdiWindowManager.cs: Use the system menu height. Fixes some
15839         strange sizing issues.
15840
15841 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
15842
15843         * RichTextBox.cs: Need to scroll to caret after text is inserted (#77672)
15844         * TextBoxBase.cs:
15845           - Scroll to caret after inserting text (#77672)
15846           - Make scroll range one pixel higher, fixes off-by-one error (and
15847             makes underlines visible on the last line)
15848
15849 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com> 
15850
15851         * XplatUIX11.cs: Added call to new Keyboard.ResetKeyState to prevent
15852           the keyboard state from being stuck with keys in 'pressed' state when
15853           focus is switched away via keyboard
15854         * X11Keyboard.cs: Added new ResetKeyState method to allow drivers to
15855           reset the keyboard if no X11 KeyUp events are expected to come
15856         * X11Structs.cs: Switched type of Visible to bool to match driver
15857
15858 2006-03-12  Peter Dennis Bartok  <pbartok@novell.com>
15859
15860         * TextControl.cs:
15861           - Switched caret to be just 1 pixel wide, matches MS and looks less
15862             clunky
15863           - Moved caret display 1 pixel down from the top of the control
15864             to improve view
15865           - InsertCharAtCharet: Update the selection start if moving the caret
15866             (fixes bug #77696; based on patch suggested by kazuki@panicode.com)
15867           - No longer always creating the caret when the caret methods are
15868             called. Only the actual ShowCaret/HideCaret will do that now
15869           - Only setting caret visible if the owner control has focus
15870           - UpdateView: Added invalidation-shortcut logic for center and right 
15871             aligned text. Previously we'd update all according to the left
15872             logic which caused drawing errors. Also fixed height of invalidated
15873             areas, now properly invalidating the whole area (was off-by-one)
15874           - owner_HandleCreated: Always generate the document when the
15875             handle is created; this ensures that 
15876         * TextBoxBase.cs:
15877           - Fixed situation where caret would disappear under the right
15878             window border, also improved scrolling behaviour on left-
15879             aligned textboxes
15880           - Fixed right-aligned textboxes to have a border to the
15881             right instead of the caret being under the right border
15882         * XplatUIX11.cs:
15883           - Switched from 'nested' to simple visible/not visible tracking 
15884             for caret (part of fix for #77671)
15885           - No longer passing through translated FocusIn/FocusOut messages
15886             since we were notifying too often and the wrong windows. Instead
15887             we just notify our focussed window of receiving or loosing focus
15888         * XplatUIWin32.cs: Switched from 'nested' show/hide 
15889           counting for caret to simple visible yes/no behaviour (part of 
15890           fix for #77671)
15891
15892 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
15893
15894         * Mime.cs: Remove debug code...
15895
15896 2006-03-11  Alexander Olk  <alex.olk@googlemail.com>
15897
15898         * MimeGenerated.cs: Removed
15899         * Mime.cs: Mime now reads the mime data (magic, globs, aliases
15900           and subclasses) from /usr/(local/)share/mime and
15901           $HOME/.local/share/mime.
15902
15903 2006-03-10  Jackson Harper  <jackson@ximian.com>
15904
15905         * MdiWindowManager.cs: Recalc the NC area when a window is
15906         maximized/restored so that the menu area is drawn on forms that
15907         don't have a menu.
15908
15909 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
15910
15911         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
15912           XplatUIX11.cs: Added RequestNCRecalc method to driver to allow
15913           us to force a WM_NCCALCRESIZE message being sent. This is needed
15914           for MDI maximizing.
15915
15916 2006-03-10  Jackson Harper  <jackson@ximian.com>
15917
15918         * Form.cs: We need to use the ActiveMenu when calculating menu
15919         height.
15920         - Fix nullref when the window manager hasn't been created yet.
15921         * Control.cs: Fix nullref when we try to bring a control to the
15922         front that has no parent.
15923         * MdiWindowManager.cs: Use the MaximizedMenu for calculating
15924         height.
15925         - Add a dummy item to the maximized menu so it always has the
15926         correct height. Otherwise when there are no menus we don't get our
15927         icon and buttons.
15928         
15929
15930 2006-03-10  Jackson Harper  <jackson@ximian.com>
15931
15932         * MenuAPI.cs: Make this available elsewhere. I need it in some MDI
15933         stuff.
15934         * Form.cs: Make the window_state internal so the window managers
15935         can track it.
15936         - When an MDI child is maximized let its window manager create the
15937         main menu (so it can add its icon).
15938         - Notify the window managers of state changes
15939         - Let the window manager paint its buttons and handle button
15940         clicks on the menu when it is maximized.
15941         * InternalWindowManager.cs: Move the prev_bounds into the mdi
15942         window manager, since tool windows don't use it, only mdi windows.
15943         - Tell the main form that we don't want it to handle NCPAINT
15944         itself to avoid extra painting.
15945         - Handle clicks on a maximized windows menu.
15946         - Handle window state changes
15947         - Handle minimize/maximize clicks correctly by setting the window state.
15948         * MdiWindowManager.cs: Add an icon menu that (the menu you get
15949         when clicking on the forms icon).
15950         - New method to create a forms maximized menu. This is its normal
15951         menu + an icon.
15952         - Handle window state changes.
15953         - Handle sizing of maximized windows.  Maximized windows are just
15954         drawn bigger then the parent visible area. All controls are still
15955         there, they are just outside the visible area (this matches windows).
15956         * MdiClient.cs: No scrollbars when a child window is maximized.
15957         - Let the children windows figure out how big they should be when
15958         sizing maximized windows.
15959         - Implement a version of ArrangeIconicWindows somewhat similar to
15960         Windows version.  There are some little differences, but I don't
15961         think any app will rely on the layout of minimized mdi windows.
15962
15963 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
15964
15965         * Padding.cs: Several fixes to allow compiling with csc 2.0
15966
15967 2006-03-09  Jackson Harper  <jackson@ximian.com>
15968
15969         * Menu.cs:
15970         * MenuItem.cs: Cheap hack so we can add items to the list without
15971         the events being raised.  This allows adding mdi items during
15972         drawing. TODO: Should probably find a better time to add the items.
15973
15974 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
15975
15976         * ThemeWin32Classic.cs:
15977           - CheckBox_DrawText: Added logic to not wrap if not enough space
15978             is available (Fix for bug #77727)
15979           - RadioButton_DrawText: Added logic not to wrap if not enough
15980             space is available (Fix for bug #77727). Also removed some
15981             duplicate code, DrawString always drawing the regular text
15982             before hitting the if statement.
15983
15984 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com> 
15985
15986         * XplatUIX11.cs: Handle an unmapped window state in SetWindowState
15987
15988 2006-03-10  Peter Dennis Bartok  <pbartok@novell.com>
15989
15990         * PictureBox.cs: Implemented ISupportInitialize interface (fixes #77726)
15991         * ContainerControl.cs: Partial implementation of some 2.0 scaling
15992           methods. Moved the new 2.0 properties into alphabetical order with
15993           other properties and added MonoTODO tags
15994
15995 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
15996
15997         * AutoScaleMode.cs: Added. Fix build.
15998
15999 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
16000
16001         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs, 
16002           XplatUIOSX.cs: Removed HWnd argument from CalcuateClientRect, not used
16003           and was requiring premature handle creation for calls from above
16004         * Form.cs, Control.cs: Removed handle arguments from calls to
16005           CalculateClientRect()
16006
16007 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
16008
16009         * ListView.cs (HeaderMouseMove): Fix csc compilation. 
16010           drag_column.column_rect is MarshalByRef and can't be used that way
16011
16012 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
16013
16014         * AxHost.cs: Added deserialization constructor for 
16015           AxHost+State (fixes 77743)
16016
16017 2006-03-09  Mike Kestner  <mkestner@novell.com>
16018
16019         * ListView.cs: 
16020         - Added column drag reordering for details view.
16021         - fixed behavior when mouse is dragged off column and
16022         AllowColumnReorder is false.
16023         * ColumnHeader.cs: clone the format too in Clone.
16024         * Theme.cs: add DrawListViewHeaderDragDetails method.
16025         * ThemeWin32Classic.cs:
16026         - impl new method for drawing drag column shadows and targets.
16027         - support column offset for details mode in DrawListViewItem.
16028
16029 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
16030
16031         * TextControl.cs: Reset the char_count when the document is cleared
16032           (Fixes bug reported on mono-winforms mailing list)
16033
16034 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com> 
16035
16036         * TextBoxBase.cs: Honor the Handled state of KeyPress events. Instead
16037           of calling base we simply process the key ourselves, since both
16038           DefWindowProc and the handled method would set m.Result. 
16039           (Fixes #77732)
16040
16041 2006-03-09  Peter Dennis Bartok  <pbartok@novell.com>
16042
16043         * Form.cs(ScaleCore): No longer calling base.ScaleCore since that
16044           method also moves the window; instead implemented a copy of
16045           Control.ScaleCore (Part of fix for #77456)
16046         * TextBoxBase.cs: 
16047           - Created new CreateGraphicsInternal method to allow providing
16048             a graphics context when no handle is created without triggering
16049             handle creation. (Part of fix for #77456)
16050           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
16051         * TextControl.cs: 
16052           - Switched Constructor to require TextBoxBase instead of Control (to
16053             allow uncast access to CreateGraphicsInternal)
16054           - Safeguarded use of owner.Handle property. No longer accessing it
16055             unless the handle is already created.
16056           - Replaced use of Control.CreateGraphics with CreateGraphicsInternal
16057           - Now triggering a recalc when owning control becomes visible
16058         * TextBox.cs, RichTextBox.cs: Switched to use new internal 
16059           TextBoxBase.CreateGraphicsInternal() method to avoid triggering
16060           premature handle creation (Part of fix for #77456)
16061         * Control.cs:
16062           - We now only destroy our double-buffering buffers when the
16063             control is resized or disposed, but not when visibility
16064             changes. (The code even re-created them twice every time)
16065           - Now requiring a redraw of the buffer on visibility changes
16066             (fixes bug 77654 part 2)
16067           - Not passing OnParentVisibleChanged up unless the control
16068             is visible
16069           - CanFocus: Fixed to match MS documentation
16070           - Focus: Fixed to return actual focus state and to check if
16071             setting focus is legal before setting it
16072
16073 2006-03-08  Peter Dennis Bartok  <pbartok@novell.com>
16074
16075         * ThemeWin32Classic.cs: TabPages cannot have focus. Determine
16076           when to draw focus rectangle by looking at parent focus and
16077           selected state instead. This fixes TabPages on Linux sometimes
16078           having none or multiple focus rectangles.
16079         * XplatUIX11.cs (SetFocus): 
16080           - Don't set the focus if the same window already has focus
16081           - Use SendMessage instead of PostMessage (like it's Win32
16082             equivalent) and send the WM_SETFOCUS before the WM_KILLFOCUS
16083             to match MS behaviour
16084         * TabControl.cs(SelectedIndex): Don't set Focus on TabPage, TabPages
16085           are not selectable.
16086
16087 2006-03-07  Jackson Harper  <jackson@ximian.com>
16088
16089         * PictureBox.cs: Revert line I accidently committed last week.
16090
16091 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
16092
16093         * Control.cs: 
16094           - Added new IsRecreating and ParentIsRecreating properties to
16095             allow testing if RecreateHandle has been called on ourselves
16096             or one of our parents
16097           - WndProc(WM_DESTROY): If our control handle is being recreated
16098             we immediately need to create the handle when receiving the
16099             destroy, that way our child windows find a valid parent handle
16100             when they themselves are being recreated upon WM_DESTROY receipt
16101             (fix for bug #77654 part 1)
16102         * XplatUIX11.cs:
16103           - DestroyWindow: WM_DESTROY must be sent to our own window before
16104             notifying any child windows. MS documents that child windows
16105             are still valid when WM_DESTROY is received. (Control now relies on
16106             this behaviour)
16107           - Added some fine-grain debug options
16108
16109 2006-03-06  Jackson Harper  <jackson@ximian.com>
16110
16111         * MdiClient.cs: Redid scrolling logic a bit to create a virtual
16112         box and base calculations off this.
16113         * MdiChildContext.cs:
16114         * MdiWindowManager.cs: Don't need to ensure scrollbars here
16115         anymore.
16116         
16117 2006-03-06  Peter Dennis Bartok  <pbartok@novell.com>
16118
16119         * Splitter.cs: In situations where the affected control is added
16120           to the parent's control list after the splitter, we would not
16121           populate affected. Now we try populating it on mousedown, if
16122           it's not already set, and force it to be re-set whenever our
16123           parent changes.
16124
16125 2006-03-03  Matt Hargett  <matt@use.net>
16126
16127         * Control.cs: implement Control.Padding
16128         * Padding.cs: -Padding.All returns -1 when constructing with the
16129         implicit default ctor
16130         -Padding.ToString() matches MS.NET
16131         * ContainerControl.cs: implement
16132         ContainerControl.AutoScaleDimensions
16133         * ListControl.cs: implement ListControl.FormattingEnabled
16134         * TextBox.cs: Implemented TextBox.UseSystemPasswordChar.
16135         * ButtonBase.cs:
16136         * TabPage.cs: Implement UseVisualStyleBackColor.
16137         * PictureBox.cs: Implement PictureBox.InitialImage.
16138
16139 2006-03-03  Mike Kestner  <mkestner@novell.com>
16140
16141         * ListView.cs: Refactor into HeaderControl and ItemControl. Fix new
16142         event declarations to proxy to base event.
16143         * ListViewItem.cs: update to use ItemControl.
16144         * Theme.cs: make DrawListViewHeader. s/DrawListView/DrawListViewItems.
16145         * ThemeWin32Classic.cs: update to new ListView theme API and fix
16146         column header label rendering for 0 width columns.
16147
16148 2006-03-03  Peter Dennis Bartok  <pbartok@novell.com>
16149
16150         * Control.cs (ControlCollection.SetChildIndex): Avoid using a call
16151           that causes the control to be created. Fixes #77476.
16152
16153 2006-03-02  Jackson Harper  <jackson@ximian.com>
16154
16155         * Hwnd.cs: Clear the nc pending when clearing the NC area, not the
16156         expose_pending.
16157
16158 2006-03-02  Peter Dennis Bartok  <pbartok@novell.com>
16159
16160         * Control.cs: Implemented 2.0 feature where OnClick has MouseEventArgs
16161           passed in for the EventArgs (fixes #77690)
16162
16163 2006-03-01  Jackson Harper  <jackson@ximian.com>
16164
16165         * ScrollBar.cs: Refresh afterbeing resized.
16166
16167 2006-02-28  Mike Kestner  <mkestner@novell.com>
16168
16169         * MenuAPI.cs: Call PerformPopup internal method to emit Popup.
16170         Clean up a tracker compile warning.
16171         * MenuItem.cs: add internal PerformPopup method.
16172         [Fixes #77457]
16173
16174 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
16175
16176         * TextBoxBase.cs (set_Text): Recalculate the document (causing an
16177           implicit expose) when the text is set to null
16178
16179 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com>
16180
16181         * RichTextBox.cs (FlushText): When newline is true, we always
16182           need to split the line, even if no text is on it and we may
16183           never eat newlines. (Fixes #77669)
16184
16185 2006-02-28  Mike Kestner  <mkestner@novell.com>
16186
16187         * ListView.cs: Add UpdateSelection internal method. Remove SelectItem 
16188         and set Selected instead.
16189         * ListViewItem.cs: Call owner.UpdateSelection to manipulate the 
16190         collections.
16191
16192 2006-02-28  Peter Dennis Bartok  <pbartok@novell.com> 
16193
16194         * ComboBox.cs: Allow setting SelectedIndex to -1. Fixes #77665
16195
16196 2006-02-28  Alexander Olk  <alex.olk@googlemail.com>
16197
16198         * FontDialog.cs:
16199           - Got rid of the panel. All controls are now directly added to
16200             the dialog form
16201           - It is now possible to set a font with the Font property
16202           - MinSize and MaxSize property do now what they should
16203           - ShowApply, ShowHelp, ShowColor, ShowEffects likewise
16204           - Searching and selecting a font with the font textbox works now,
16205             the same applies to the style and size textbox
16206           - Draw the correct 3D border in the example panel
16207           - Fixed a little mem leak (unused fonts didn't get disposed)
16208           - Many other internal updates/rewrites...
16209           - Fix typo
16210
16211 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
16212
16213         * TextControl.cs: 
16214           - InsertRTFFromStream: Added 'number of characters inserted' argument
16215           - set_SelectedRTF: Now using the number of characters to calculate
16216             the new location for the selection and cursor (x/y cannot be used
16217             due to potentially already wrapped text)
16218
16219 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com>
16220
16221         * TextControl.cs: Added property and implemented means to allow 
16222           disabling recalculation of a document (can be used to speed up
16223           multiple inserts and is needed to make RTF inserts predictable, see
16224           bug #77659)
16225         * RichTextBox.cs: Using the new NoRecalc property of Document to
16226           keep x/y insert locations predictable. Also makes it faster inserting
16227           large chunks of RTF
16228
16229 2006-02-27  Peter Dennis Bartok  <pbartok@novell.com> 
16230
16231         * Control.cs: Separated special WM_SYSKEYUP keyboard handling. That way
16232           it's easier for a child control to handle the other messages without
16233           having to duplicate the special functionality
16234         * TextBoxBase.cs
16235           - WndProc: Removed calling base handler for WM_KEYDOWN and added 
16236             code to handle processing the key ourselves, in order to get 
16237             access to the result of KeyEventArgs.Handled. We now only call 
16238             ProcessKey if they key hasn't been handled already. Fixes #77526.
16239           - set_Text: If null or empty string is given, just clear the 
16240             document. Fixes part of #77526
16241
16242 2006-02-27  Jackson Harper  <jackson@ximian.com>
16243
16244         * SizeGrip.cs: Paint the background color before painting the grip
16245         so things look right.
16246         * MdiClient.cs: Add the sizegrip when both scrollbars are used.
16247
16248 2006-02-27  Mike Kestner  <mkestner@novell.com>
16249
16250         * ListView.cs:
16251           - Restructure layout and invalidation model to remove a ton of
16252           flicker from the control and speed up performance in general.
16253           - Add manual column resize, flickers like crazy, but I already have
16254           some ideas on how I'll fix that. (#76822)
16255           - Merge the three Icon-based views into a single layout method.
16256           - Move item selection interaction logic from the item since 
16257           interaction with the collections is more appropriate to the view.
16258           - Deselection on non-item clicks.
16259         * ListViewItem.cs:
16260           - Encapsulate most of the layout. Add some internal props to trigger
16261           layout.  Move to a model where Items invalidate themselves instead
16262           of just invalidating the whole control every time something changes.
16263           - Invalidate on Text/Caption changes.
16264           - switch to an offset based layout model to avoid having to absolute
16265           position every element on item moves.
16266           - correct checkbox layout to conform to MS layout.
16267         * ThemeWin32Classic.cs:
16268           - refactor some column header drawing code.
16269           - fix string justification for column headers (#76821)
16270           - make SmallIcon labels top justified for compat with MS impl.
16271         * ThemeClearlooks.cs:
16272           - adjust to new ListViewItem internal checkbox bounds api.
16273
16274 2006-02-27  Jackson Harper  <jackson@ximian.com>
16275
16276         * Control.cs:  Change where implicit controls fall in the zorder.
16277         They are now on top of all children.
16278         - Synced AddImplicit code with Add
16279         - Removed unused enumerator.
16280         * SizeGrip.cs: Remove the TODO as its been TODONE.
16281
16282 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com> 
16283
16284         * TextControl.cs(Insert): Combine the last lines unless the insertion
16285           string ends with \n\n, otherwise we leave one line too many (Fixes
16286           something I noticed with the testapp for #77526; the bug itself was
16287           already fixed in the previous checkin)
16288
16289 2006-02-26  Peter Dennis Bartok  <pbartok@novell.com>
16290
16291         * RichTextBox.cs:
16292           - SelectionColor and SelectionFont methods no longer set absolute
16293             styles. Instead, the keep font or color respectively (This 
16294             resolves a long-standing FIXME in the code)
16295           - When flushing RTF text, the insert code now considers text trailing
16296             behind the insertion point (Fixes the bug where when replacing
16297             the selected text via SelectedRTF the remainder of the line behind 
16298             the selection would stay on the first insertion line)
16299         * TextBoxBase.cs:
16300           - AppendText now updates the selection points after inserting text
16301           - AppendText now ensures that the last tag (sometimes 0-length) of
16302             the document is used for the style information (Fixes part of 
16303             bug #77220)
16304         * TextControl.cs:
16305           - Created new FontDefiniton class to allow describing partial style
16306             changes
16307           - StreamLine() now takes a lines argument, to allow it to decide
16308             whether an encountered zero-length tag is the last in the document
16309             (which must be kept to not loose the font/color contained in it,
16310             for later appends)
16311           - Created Combine() and Split() methods for Marker structs, to 
16312             support marker updates due to reformatted documents (soft line
16313             wraps)
16314           - Implemented Document.CaretTag setter
16315           - Fixed MoveCaret(CtrlEnd) handling, now moves to the last character
16316             of the last line (Not the cause, but also exposed by bug #77220)
16317           - Added LineTag argument to InsertString method, to allow callers
16318             to force a certain tag to be used (required to force use of the
16319             trailing zero-length tag of a document)
16320           - Now updating markers in Combine(), to avoid stale tag markers
16321           - Added some method descriptions to aid maintenance
16322           - Implemented new FormatText concept, allowing additive/subtractive
16323             formatting by only specifying the components that are to be 
16324             changed. This was needed for resolving the RTB.SelectedColor/
16325             RTB.SelectedFont fixmes
16326           - Added Break() support method to allow breaking up linetags (used
16327             for partial formatting)
16328           - Added GenerateTextFormat() method. It is used for partial 
16329             formatting and allows to generate a full font/color from given
16330             attributes and an existing tag.
16331
16332 2006-02-26  Jackson Harper  <jackson@ximian.com>
16333
16334         * XplatUIX11.cs:  Use the correct caption height.
16335         - Translate hittest coordinates to screen coords to match MS.
16336         * XplatUIWin32.cs: When we create MDI windows we need to reset
16337         some of the style flags, so we get a nice blank window, and can
16338         draw all the decorations ourselves.
16339         - Set a clipping rectangle on the non client paint event, the
16340         window manager drawing code needs one.
16341         * Form.cs: The window manager needs to know when the window state
16342         has been updated.
16343         * Hwnd.cs: The window manager stuff now does a proper NCCALC so we
16344         don't need to factor in border and title sizes in these
16345         methods. TODO: Remove the args and fix the call points.
16346         * InternalWindowManager.cs: Handle NCHITTEST and NCCALCAREA
16347         properly.
16348         - Let the driver set the cursors.
16349         - Improve active window handling
16350         - Correct sizes for title bars and buttons.
16351         - Match MS drawing better
16352         * MdiWindowManager.cs: We don't need to handle border style
16353         updates specially anymore.
16354         - Check for scrollbars when windows are done moving
16355         - Handle Active properly.
16356         * MimeIcon.cs: Don't crash when we can't load the GNOME stuff
16357         correctly. I am spewing the exception though, so we don't hide the
16358         bugs.
16359         
16360 2006-02-26  Pedro Martinez Julia  <pedromj@gmail.com>
16361
16362         * DataGridViewRowPostPaintEventArgs.cs,
16363           DataGridViewCellPaintingEventArgs.cs,
16364           DataGridViewRowCollection.cs,
16365           DataGridViewRowPrePaintEventArgs.cs,
16366           DataGridViewCell.cs: Clear a few warnings and implement a few
16367           exceptions that should be thrown.
16368
16369 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
16370
16371         * ScrollBar.cs (ctor): Explicitly set a cursor to avoid
16372           'inheriting' our parent's (non-default) cursor. (Part of
16373            the fix for #77479)
16374
16375 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com> 
16376
16377         * XplatUIX11.cs: Fixed cast to make csc happy
16378
16379 2006-02-22  Peter Dennis Bartok  <pbartok@novell.com>
16380
16381         * Control.cs (WndProc): Only handle WM_SETCURSOR messages if
16382           it's for the client area (part of fix for #77479 and needed
16383           for MDI window cursor handling)
16384         * XplatUIX11.cs
16385           - DefWindowProc: Now handles the WM_SETCURSOR messages, setting
16386             the appropriate default cursors and also passing the message
16387             up the parent chain 
16388           - GetMessage: Now generating WM_NCHITTEST and WM_SETCURSOR even
16389             for non-client areas
16390
16391 2006-02-15  Jackson Harper  <jackson@ximian.com>
16392
16393         * XplatUIWin32.cs: Since we fake MDI dont tell Windows that this
16394         is a real MDI window
16395
16396 2006-02-14  Alexander Olk  <alex.olk@googlemail.com>
16397
16398         * X11DesktopColors.cs: Instead of checking the desktop session
16399           string for "KDE" check if it starts with "KDE"
16400
16401 2006-02-10  Jackson Harper  <jackson@ximian.com>
16402
16403         * XplatUIX11.cs: These should be unsigned (fixes crash on 32 bit
16404         systems).
16405
16406 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
16407
16408         * FileDialog.cs: Added Refresh to RunDialog to fix some drawing
16409           errors
16410         * ColorDialog.cs:
16411           - Got rid of the panel. All controls are now directly added to
16412             the dialog form
16413           - Changed to mono coding style
16414
16415 2006-02-10  Jackson Harper  <jackson@ximian.com>
16416
16417         * InternalWindowManager.cs: We don't need the set visibility to
16418         false hack anymore now that peter has written beautiful shutdown
16419         code.
16420
16421 2006-02-10  Peter Dennis Bartok  <pbartok@novell.com>
16422
16423         * XplatUIX11.cs: Ignore DestroyNotify messages for windows that
16424           where already explicitly destroyed
16425
16426 2006-02-10  Jackson Harper  <jackson@ximian.com>
16427
16428         * MdiClient.cs: Handle the case where windows are too high or to
16429         the left and we need scrollbars.
16430
16431 2006-02-10  Alexander Olk  <alex.olk@googlemail.com>
16432
16433         * MimeIcon.cs: Added some icons
16434         * FileDialog.cs:
16435           - Fixed bug #77477
16436           - Got rid of the panel. All controls are now directly added to
16437             the dialog form
16438           - Changed to mono coding style
16439           - On Linux "My Computer" and "My Network" will now show some
16440             more usefull information. A new class, MasterMount, gathers
16441             this information from /proc/mount. Updated MWFFileView to make
16442             use of this information
16443           - Fixed a bug that caused FileDialog to crash when
16444             ".recently_used" file had a zero size
16445           - FilterIndex does now what it should
16446           - Some Refactoring
16447         * OpenFileDialog.cs, SaveFileDialog.cs: Updated to reflect latest
16448             FileDialog changes
16449
16450 2006-02-09  Jackson Harper  <jackson@ximian.com>
16451
16452         * ComboBox.cs: Don't touch if null.
16453
16454 2006-02-09  Peter Dennis Bartok  <pbartok@novell.com>
16455
16456         * Cursor.cs: 64bit safeness fix
16457         * XplatUIX11.cs: Removed several unneeded and one moronic cast.
16458
16459 2006-02-09  Jackson Harper  <jackson@ximian.com>
16460
16461         * Form.cs: If a form is made into an MDI form update the styles so
16462         all the props can get set correctly.
16463         - Kill the mdi_container when we dont need it anymore.
16464         * InternalWindowManager.cs: Add missing NOT
16465
16466 2006-02-08  Jackson Harper  <jackson@ximian.com>
16467
16468         * InternalWindowManager.cs: Respek clipping when drawing MDi
16469         decorations.
16470
16471 2006-02-08  Jackson Harper  <jackson@ximian.com>
16472
16473         * Hwnd.cs: Add bits to track non client expose events.
16474         * XplatUIX11.cs: Track non client expose events on the hwnd. This
16475         gives us a proper invalid rect and will allow for some nice
16476         optimizations with NC client drawing
16477         - MDI windows are children windows, so move their style handling
16478         into the child window block.
16479         * InternalWindowManager.cs: Remove a state reset that was
16480         getting invoked at the wrong time. Fixes managed windows getting
16481         into a 'stuck' captured state.
16482
16483 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
16484
16485         * TextControl.cs (Document.ctor): Now initializing 
16486           selection_anchor. Fixes #77493
16487
16488 2006-02-07  Jackson Harper  <jackson@ximian.com>
16489
16490         * TrackBar.cs: The increment/decrements were backwards.
16491
16492 2006-02-07  Mike Kestner  <mkestner@novell.com>
16493
16494         * Theme*.cs : remove ThemeEngine.Current usage as it just points back
16495         to the instance itself.
16496
16497 2006-02-07  Peter Dennis Bartok  <pbartok@novell.com>
16498
16499         * X11DesktopColors.cs, ThemeGtk.cs: The GObject structure is based
16500           on ulongs and pointers, the size differs between 32bit and 64bit
16501           systems. 
16502
16503 2006-02-07  Mike Kestner  <mkestner@novell.com>
16504
16505         * XplatUIX11.cs : force the WorkingArea away from XGetWindowProperty
16506         for 64 bit platforms to work around a metacity bug. 
16507
16508 2006-02-07  Jackson Harper  <jackson@ximian.com>
16509
16510         * TrackBar.cs: Process the input keys we need, and hookup to
16511         KeyDown instead of using WndProc, so we get key messages.
16512
16513 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com>
16514
16515         * XplatUIX11.cs: Atoms are only 32bit on the wire, no matter what
16516           machine we're on. 
16517         * X11Dnd.cs(SetAllowDrop): Since atoms are always 32bit on the wire
16518           we need to translate the XdndVersion atoms array before sending it
16519
16520 2006-02-06  Peter Dennis Bartok  <pbartok@novell.com> 
16521
16522         * XplatUIX11.cs: 
16523           - The preceeding 64bit fixes had a bug: ChangeProperty expects the
16524             number of bits for the property, not the number of bytes. The
16525             change to provide IntPtr.Size broke 32bit. (64bit was also wrong
16526             but would not crash since it specified 8 bits instead of 4 bits)
16527           - More 64bit fixes: Switched all atoms from int to IntPtr (they are
16528             defined as XID -> long in the C headers)
16529           - Removed 'new IntPtr((int))' and '(IntPtr)' casts from all NetAtoms 
16530             references since those are now IntPtr to begin with
16531           - Switched all Atom.XXX 'int' casts to IntPtr casts
16532           - Fixed XGrabPointer DllImport signature to work for 64bit (cursor arg)
16533           - Fixed XInternAtom signature for 64bit, now returns an IntPtr
16534           - Added XChangeActivePointerGrab DllImport (for X11DnD)
16535         * X11Structs.cs:
16536           - Changed 'int' type for Atoms in XEvent structures to IntPtr
16537           - Changed atom in HoverStruct to be IntPtr
16538         * X11DnD.cs:
16539           - Removed local DllImports, switched code to use those from XplatUIX11
16540           - Removed/fixed casts related to the switch of Atom to be a IntPtr
16541
16542 2006-02-06  Mike Kestner  <mkestner@novell.com>
16543
16544         * XplatUIX11.cs : many more 64 bit pinvoke changes.  I've audited all the 
16545         method signatures in the import region.  There may still be some
16546         lingering struct marshaling issues, as I didn't drill down into those.
16547         Yet.
16548
16549 2006-02-06  Jackson Harper  <jackson@ximian.com>
16550
16551         * ComboBox.cs: Dont manually set the top_item, this is computed
16552         when the scrollbar position is set.
16553
16554 2006-02-06  Mike Kestner  <mkestner@novell.com>
16555
16556         * XplatUIX11.cs : 64 bit changes to XGetWindowProperty usage. Fixes
16557         startup crashes on amd64.  There's other fixes needed.  All pinvoke
16558         usage of Atom needs to be mapped to IntPtr for example.  And there are
16559         likely other int/long issues to be addressed.
16560
16561 2006-02-04  Alexander Olk  <alex.olk@googlemail.com>
16562
16563         * FileDialog.cs: One more...
16564
16565 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
16566
16567         * FileDialog.cs: Next try
16568
16569 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
16570
16571         * FileDialog.cs: First part of fix for #77464
16572
16573 2006-02-03  Alexander Olk  <alex.olk@googlemail.com>
16574
16575         * ButtonBase.cs, ContainerControl.cs, Forms.cs,
16576           ThemeWin32Classic.cs: Fix for #77458. Correct handling of
16577           AcceptButton border drawing.
16578
16579 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com> 
16580
16581         * Form.cs: Moved positioning of form after auto scaling is applied,
16582           otherwise it would possibly use wrong form size.
16583
16584 2006-02-03  Peter Dennis Bartok  <pbartok@novell.com>
16585
16586         * Control.cs (RecreateHandle): No need to re-create any child
16587           controls, the child windows will get destroyed automatically by
16588           the windowing system or driver, and re-created when the handle
16589           is being accessed the first time. Fixes #77456
16590         * Form.cs: No longer setting the form to closing if the handle is 
16591           being recreated. This seems like the right thing to do, don't
16592           have a bug or testcase for this, though.
16593
16594 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
16595
16596         * FileDialog.cs: Suspend/Resume layouting when changing sizes of
16597           controls to avoid unwanted side effects
16598
16599 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com> 
16600
16601         * Control.cs: 
16602           - ScaleCore needs to scale the bounds, not the ClientSize of the 
16603             control. Fixes #77416.
16604           - DefaultSize is 0,0 for control
16605         * TextBoxBase.cs: 
16606           - DefaultSize is 100, 20
16607           - SetBoundsCore: Now enforcing the height, no matter if the provided
16608             height is more or less than the preferred one, as long as AutoSize
16609             is on
16610         * Form.cs: Apply documented fudge factor. Part of item 3 fix for #77416
16611
16612 2006-02-02  Peter Dennis Bartok  <pbartok@novell.com>
16613
16614         * Control.cs:
16615           - ResumeLayout: Fixed logic when to call PerformLayout, we may not
16616             call unless both performLayout is true *and* we have a pending
16617             layout change
16618           - ResumeLayout: MS does not completely nest Suspend and Resume,
16619             they bottom out at 0, fixed our code to match that.
16620           - UpdateBounds/SetBoundsCore: Moved calling of UpdateDistances() to
16621             SetBoundsCore, we were updating even when we shouldn't. This fixes
16622             swf-anchors mis-anchoring when resizing the app fast and lots.
16623           - UpdateDistances: Now only setting the left and top distance if 
16624             we have a parent and are not suspended, this is based on
16625             a suggestion by Don Edvaldson in bug #77355.
16626           - OnVisibleChanged: Fixed logic when to create the control. We may
16627             not create the control if we have no parent or if it's not visible;
16628             switched to using Visible property instead of is_visible field 
16629             since the property also considers parent states. This fixes a bug
16630             when starting Paint.Net
16631
16632 2006-02-02  Jackson Harper  <jackson@ximian.com>
16633
16634         * Form.cs: If the forms handle hasn't been created yet don't call
16635         into xplatui to make it top most, just set the topmost flag on the
16636         form in CreateParams
16637         * XplatUIX11.cs: Handle WS_EX_TOPMOST.
16638
16639 2006-02-01  Jackson Harper  <jackson@ximian.com>
16640
16641         * ScrollableControl.cs: Refactored the Recalculate method a
16642         little, this wasn't handling all the variants of bottom and right
16643         bars needed to be added and added/removed based on their
16644         counterparts being added/removed (which changes the drawable
16645         size). Also we special case client widths and heights of 0 and
16646         don't add the scrollbar for those.
16647
16648 2006-02-01  Peter Dennis Bartok  <pbartok@novell.com>
16649
16650         * XplatUIX11.cs: 
16651           - Added method to get AbsoluteGeometry(); currently unused, but might
16652             be used in the future, if we try again to figure out toplevel
16653             coordinates with some more crappy window managers
16654           - Added FrameExtents() method to retrieve the WM set decoration size
16655           - Tried to fix up AddConfigureNotify and handling of ReparentNotify 
16656             to deal with at least KDE, FVWM and metacity (Fixes #77092)
16657         * Hwnd.cs: 
16658           - Added whacky_wm tracking var for metacity
16659           - Added logic to have default menu height if the actual menu height
16660             has not yet been calculated (part of fix for #77426)
16661         * Form.cs: Keep track whether client size has been set and re-set 
16662           it if a menu is added/removed afterwards (Fixes #77426)
16663
16664 2006-01-31  Jackson Harper  <jackson@ximian.com>
16665
16666         * Control.cs: When a new Site is set on the component attempt to
16667         pull the AmbientProperties from it.
16668
16669 2006-01-31  Peter Dennis Bartok  <pbartok@novell.com>
16670
16671         * ThemeWin32Classic.cs: Menu background is drawn in ColorMenu, not
16672           in the background of the owning form. Fixes #77332
16673
16674 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
16675
16676         * MimeIcon.cs: Fix for #77409
16677
16678 2006-01-31  Alexander Olk  <alex.olk@googlemail.com>
16679
16680         * XplatUIX11GTK.cs: Initial import
16681
16682 2006-01-31  Jordi Mas i Hernandez <jordimash@gmail.com>
16683
16684         * FixedSizeTextBox: fixes class signature
16685
16686 2006-01-30  Jackson Harper  <jackson@ximian.com>
16687
16688         * FixedSizeTextBox.cs: New internal class that represents a
16689         textBox that will not be scaled.
16690         * TreeView.cs:
16691         * ComboBox.cs:
16692         * UpDownBase.cs: Use the new FixedSizeTextBox instead of a
16693         standard TextBox.
16694                 
16695 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com> 
16696
16697         * XplatUIX11.cs: Retrieve default screen number instead of
16698           assuming 0. Attempted fix for #77318
16699
16700 2006-01-30  Peter Dennis Bartok  <pbartok@novell.com>
16701
16702         * XplatUIWin32.cs: 
16703           - GetWindowPos: When a window is parented by FosterParent, use 
16704             the desktop instead of FosterParent as the base to get coordinates
16705           - CreateWindow: Don't make FosterParent the parent window for Popups
16706             if we don't want a taskbar entry, Popups automatically don't get one
16707         * Hwnd.cs: Need to call remove to actually remove the key from the
16708           hash table
16709
16710 2006-01-30  Mike Kestner  <mkestner@novell.com>
16711
16712         * MenuAPI.cs: adjust MainMenu item popup location to y=0.
16713
16714 2006-01-30  Jackson Harper  <jackson@ximian.com>
16715
16716         * TreeView.cs:
16717         * TreeNode.cs: Raise events no matter how the treenode is
16718         checked. Patch by Don Edvalson.
16719
16720 2006-01-30  Jackson Harper  <jackson@ximian.com>
16721
16722         * TreeNode.cs: Signature fix.
16723
16724 2006-01-29  Alexander Olk  <alex.olk@googlemail.com>
16725
16726         * ThemeClearlooks.cs: Fixed a crash in ProgressBar drawing.
16727
16728 2006-01-20  Mike Kestner  <mkestner@novell.com>
16729
16730         * Form.cs: Add ActiveTracker property to do Captures and perform mouse
16731         event forwarding when menus are active.
16732         * MenuAPI.cs: kill the GrabControl hack.  Use Form.ActiveTracker.
16733         Most of the patch is pdb's with a little rework.
16734
16735 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
16736
16737         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs: 
16738           Removed GetMenuDC and ReleaseMenuDC methods; replaced
16739           by PaintEventStart(handle, false) and PaintEventEnd(handle, false)
16740         * Form.cs: Changed WM_NCPAINT handler to use PaintEventStart and End
16741         * InternalWindowManager.cs: Added use of PaintEventStart/End to
16742           handling of WM_NCPAINT message, now passing the PaintEventArgs to
16743           the PaintWindowDecorations method
16744         * MainMenu.cs: Switched logic from GetMenuDC to PaintEventStart
16745         * MdiChildContext.cs: Switched logic from GetMenuDC to PaintEventStart
16746         * MenuAPI.cs: Made tracker window invisible
16747         * XplatUIWin32.cs:
16748           - Removed GetMenuDC and ReleaseMenuDC methods
16749           - Implemented the client=false path for PaintEventStart and
16750             PaintEventEnd
16751
16752 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
16753
16754         * XplatUIWin32.cs(SetBorderStyle): Fixed3D needs a border
16755         * XplatUIX11.cs(DeriveWindowStyles): Updated to match fixed Form
16756           styles
16757         * Form.cs: 
16758           - MaximizeBox, MinimizeBox: Recreate the handle when setting
16759             the style
16760           - CreateParams: Reworked the styles to match MS look'n'feel,
16761             removed automatic setting of MinimizeBox, MaximizeBox, etc. via
16762             the WS_OVERLAPPEDWINDOW style. This fixes #76823.
16763
16764 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com> 
16765
16766         * XplatUIX11.cs(GetWindowState): Now throwing an exception when the 
16767           window is not mapped, since otherwise every form that's being 
16768           created is considered minimized, which is wrong.
16769         * Form.cs: Catching the exception and returning our internal value
16770           instead
16771
16772 2006-01-26  Peter Dennis Bartok  <pbartok@novell.com>
16773
16774         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added new driver method
16775           SetWindowMinMax() to have means to tell the driver about the minimum,
16776           maximum and maximized state window sizes. (Part of the fix for #76485)
16777         * Form.cs:
16778           - Implemented tracking of minimum and maximum window size, now calling
16779             new SetWindowMinMax() driver method to tell the driver (Part of the
16780             fix for #76485)
16781           - Finished handling of WM_GETMINMAXINFO method, now setting all values
16782             (Completes fix for #76485)
16783           - Calling new SetWindowMinMax driver method when the handle for a 
16784             form is created, to make sure the driver knows about it even if
16785             the values have been set before the window was created
16786           - Now eating the WM_WINDOWPOSCHANGED message if the form is minimized
16787             to avoid messing up our anchoring calculations (partial fix
16788             for #77355)
16789         * XplatUIStructs.cs: Added MINMAXINFO struct (moved from Win32 driver)
16790         * XplatUIX11.cs:
16791           - Added _NET_WM_STATE_HIDDEN property for detecting minimized state
16792           - Improved GetWindowState() to detect 'Minimized' state on Metacity 
16793             (and presumably other freedesktop.org compliant WMs). Left the
16794             assumption unmapped=minimized, needed for SetVisible to work.
16795           - Now setting the window state when creating windows
16796           - Fixed SetVisible to consider/set the window state when mapping
16797             a Form. We cannot set the state before it's mapped, and we cannot
16798             use Form.WindowState once it's mapped (since it would ask the
16799             driver and get 'normal'. Therefore, we grab the state before
16800             mapping, map, and then set state.
16801           - Implmemented SetWindowMinMax method; Metacity does not seem to
16802             honor the ZoomHints, though.
16803         * XplatUIWin32.cs:
16804           - Removed MINMAXINFO (moved to XplatUIStructs)
16805           - Added SetWindowMinMax stub (on Win32 the only way to set that
16806             information is in response to the WM_GETMINMAXINFO message, which
16807             is handled in Form.cs)
16808           - Added logic to SetVisible to set the proper window state when a 
16809             form is made visible (fixes #75720)
16810
16811 2006-01-26  Jackson Harper  <jackson@ximian.com>
16812
16813         * Control.cs (BeginInvoke): Automagically handle EventHandlers the
16814         same way we handle them with Invoke.
16815
16816 2006-01-25  Peter Dennis Bartok  <pbartok@novell.com> 
16817
16818         * Form.cs:
16819           - Added tracking of window state so CreateParams can return
16820             the appropriate style
16821           - Moved setting of WS_CAPTION style in CreateParams to allow
16822             styles without caption
16823         * DataGridTextBoxColumn.cs: We are now also creating the TextBox 
16824           control if the TextBox property is accessed. Fixes #77345
16825         * Control.cs:
16826           - get_Created: now uses is_disposed and is_created to determine
16827             return value (suggested by Jackson)
16828           - CreateHandle: No longer exits if the handle is being recreated
16829           - RecreateHandle: If the handle is not yet created call the 
16830             appropriate method to create either control or handle. If the
16831             control is already created CreateHandle will simply exit instead
16832             of just creating the handle
16833         * Hwnd.cs: Removed expose_pending tracking, no longer needed since we
16834           now SendMessage WM_DESTROY directly to the control when DestroyWindow
16835           is called.
16836         * XplatUIX11.cs: 
16837           - When DestroyWindow is called, instead of waiting for the 
16838             DestroyNotification from X11, we directly post it to the WndProc
16839             and immediately dispose the hwnd object.
16840             Same applies to DestroyChildWindows, and this obsoletes the
16841             expose_pending tracking. Contrary to Win32 behaviour we destroy our
16842             child windows before our own, to avoid X11 errors.
16843           - Removed the direct sending of WM_PAINT on UpdateWindow
16844         * XplatUIWin32.cs:
16845           - Reworked DoEvents and GetMessage to allow access to internal queue
16846             even when trying non-blocking access to the queue.  Fixes #77335. 
16847             Based on a patch suggestion by Don Edvalson. The new private
16848             GetMessage can now also be used as a backend for a PeekMessage
16849             frontend version.
16850         * XplatUI.cs: Improved debug output for CreateWindow
16851
16852 2006-01-25  Jackson Harper  <jackson@ximian.com>
16853
16854         * Help.cs: Allow param to be null. Patch by Don Edvalson.
16855
16856 2006-01-24  Jackson Harper  <jackson@ximian.com>
16857
16858         * ComboBox.cs: Clamp the max value set for the vertical scrollbar
16859         when we have a MaxDropItems lower then the selected index.
16860
16861 2006-01-24  Jackson Harper  <jackson@ximian.com>
16862
16863         * Control.cs: Don't allow selection of non visible controls, allow
16864         selection of controls without parents.
16865
16866 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
16867
16868         * ThemeWin32Classic.cs: Fixes Datagrid drawing issues
16869         * DataGridDrawingLogic.cs: Add editing row only when is necessary
16870
16871 2006-01-23  Jackson Harper  <jackson@ximian.com>
16872
16873         * UpDownBase.cs: Make the textbox handle all the selection and
16874         tabbing. This fixes tabing to updown controls.
16875
16876 2006-01-24  Jordi Mas i Hernandez <jordimash@gmail.com>
16877
16878         * TextBoxBase.cs: fixes exception thown the object was null
16879
16880 2006-01-23  Jackson Harper  <jackson@ximian.com>
16881
16882         * ButtonBase.cs: Just use the base CreateParams. They set
16883         visibility and enabled correctly.
16884         * ComboBox.cs:
16885         * TrackBar.cs:
16886         * MonthCalendar.cs: Lets let the base set as much of the
16887         createparams as possible so we don't have duplicate code all over
16888         the place.
16889
16890 2006-01-22  Alexander Olk  <alex.olk@googlemail.com>
16891
16892         * ThemeGtk.cs: Added TrackBar and some experimental code to
16893           get double buffering back
16894
16895 2006-01-21  Jordi Mas i Hernandez <jordimash@gmail.com>
16896
16897         * DataGrid.cs: Allows row number set internally higher than the last
16898         when creating a new row. Restores the editing functionality.
16899
16900 2006-01-20  Mike Kestner  <mkestner@novell.com>
16901
16902         * MimeIcon.cs: delay Image creation until the icons are accessed
16903         instead of creating 190 scaled images on GnomeHandler startup.
16904
16905 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com> 
16906
16907         * TextBoxBase.cs (WndProc): When handling WM_KEYDOWN we need to
16908           first call base before processing the event. Fixes #77279
16909
16910 2006-01-19  Peter Dennis Bartok  <pbartok@novell.com>
16911
16912         * XplatUIWin32.cs, Cursor.cs: Fixed code that wrongly assumed
16913           that the stride for the GDI bitmap would match the stride of
16914           a DIB or a Cursor.
16915
16916 2006-01-19  Alexander Olk  <alex.olk@googlemail.com>
16917
16918         * ThemeGtk.cs: Added ProgressBar, RadioButton, CheckBox
16919
16920 2006-01-19  Jackson Harper  <jackson@ximian.com>
16921
16922         * ComboBox.cs: Hookup the text controls keydown event so we get
16923         those when the text control has the focus.
16924
16925 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
16926
16927         * Label.cs: Now using the base events instead of defining new ones;
16928           this allows us to just call the base properties without having to
16929           duplicate all base property logic 
16930
16931 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
16932
16933         * Label.cs: A label by default is not a tabstop (Fixes one of our
16934           failing nunit tests)
16935
16936 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com> 
16937
16938         * XplatUIWin32.cs: Fixed wrong DoEvents logic. Fixes #77282
16939         * XplatUIX11.cs: Removed WM_PAINT check from DoEvents. Fixes #77282
16940
16941 2006-01-18  Peter Dennis Bartok  <pbartok@novell.com>
16942
16943         * Cursor.cs: Reimplemented creating cursor bitmaps without using
16944           the Bitmap(Stream) constructor which is semi-broken on MS GDI+.
16945           This fixes #77218
16946         * XplatUIWin32.cs: 
16947           - Reimplemented creating Bitmaps from DIBs since the Bitmap(Stream) 
16948             constructor creates images that can't be saved. Part of the fix
16949             for #76103
16950           - Added handling of CF_BITMAP as CF_DIB to clipboard code (Fixes #76103)
16951           - SetWindowState: Switched ShowWindow flags (part of an upcoming 
16952             bug fix for handling window state in forms properly)
16953
16954 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
16955
16956         * ThemeGtk.cs: Simplify ScrollBar drawing
16957
16958 2006-01-18  Jackson Harper  <jackson@ximian.com>
16959
16960         * Splitter.cs: Set the default dock style for the splitter control
16961         in the constructor.
16962
16963 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
16964
16965         * ThemeGtk.cs: Corrected StateType and ShadowType for
16966           gtk_paint_box
16967
16968 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
16969
16970         * Control.cs: Make use of Theme.DoubleBufferingSupported
16971         * ThemeGtk.cs:
16972           - Added drawing for flat style buttons
16973           - Added ScrollBar drawing
16974
16975 2006-01-18  Alexander Olk  <alex.olk@googlemail.com>
16976
16977         * ThemeClearlooks.cs: Removed some unneeded code.
16978         * ThemeGtk.cs: First part of ThemeGtk enhancements.
16979
16980 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
16981
16982         * LinkLabel.cs: We need to update the hover drawing when
16983           leaving the control as well.
16984
16985 2006-01-18  Jordi Mas i Hernandez <jordimash@gmail.com>
16986
16987         * DataGrid.cs: Clicking on non empty areas in the columns
16988            area was giving an exception
16989
16990 2006-01-17  Jackson Harper  <jackson@ximian.com>
16991
16992         * ThemeWin32Classic.cs:
16993         * ListView.cs: Do not draw/clip the headers when the header style
16994         is None.
16995
16996 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
16997
16998         * DataGrid.cs: Fixes 77260
16999         
17000 2006-01-17  Jordi Mas i Hernandez <jordimash@gmail.com>
17001
17002         * DataGrid.cs: Clicking on a column on a empty grid was giving
17003           an exception
17004
17005 2006-01-17  Peter Dennis Bartok  <pbartok@novell.com>
17006
17007         * DataGrid.cs (OnKeyDown): Don't use the array if it's empty
17008           or any keypress will crash the grid.
17009
17010 2006-01-17  Mike Kestner  <mkestner@novell.com>
17011
17012         * MainMenu.cs (OnMenuChanged): set Height=0 to cause relayout.
17013         * ThemeWin32Classic.cs (CalcItemSize): clear Height/Width for 
17014         invisible/previously-visible items.
17015         [Fixes #76909]
17016
17017 2006-01-17  Alexander Olk  <alex.olk@googlemail.com>
17018
17019         * ThemeClearlooks.cs:
17020         - Added CL_Draw_Button method; now other theme controls that are 
17021           not derived from button or do not have a button can draw buttons
17022           too
17023         - Updated ComboBox drawing
17024         - Beautified RadioButton drawing
17025         - Corrected drawing of bottom and left tabs
17026         - Beautified DateTimePicker and MonthCalendar
17027         - Added CPDrawButton and CPDrawRadioButton
17028
17029 2006-01-16  Jackson Harper  <jackson@ximian.com>
17030
17031         * ComboBox.cs: Set the initial value of the scrollbar to the
17032         current index. Reduce the numbers of refreshs and IndexOfs called.
17033
17034 2006-01-14  Alexander Olk  <alex.olk@googlemail.com>
17035
17036         * FileDialog.cs: When the file listview is focused hitting the
17037           backspace key moves the fileview to the parent directory
17038
17039 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
17040
17041         * Form.cs: 
17042           - Added RecreateHandle call when changing taskbar visibility to 
17043             trigger reparenting in Win32 driver (Fixes #75719)
17044           - If a window has minimize or maximize buttons, it cannot have
17045             a help button
17046         * XplatUIWin32.cs:
17047           - CreateWindow: When no WS_EX_APPWINDOW style is found we parent
17048             the toplevel form with FosterParent (A toolwindow not on the
17049             taskbar) (Fixes #75719)
17050           - Made FosterParent a toolwindow
17051
17052 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
17053
17054         * FileDialog.cs: Don't crash if InitialDirectory doesn't exist
17055
17056 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
17057
17058         * ToolTip.cs: If SetToolTip is called from a control and the mouse
17059           is currently over that control, make sure that tooltip_window.Text
17060           gets updated
17061
17062 2006-01-13  Mike Kestner  <mkestner@novell.com>
17063
17064         * MimeIcon.cs: size_t on lp64 fix for gdk_pixbuf_save_to_file extern.
17065
17066 2006-01-13  Jackson Harper  <jackson@ximian.com>
17067
17068         * TreeView.cs: On MS GetNodeAt never actually factors in the X
17069         value passed.  Also redraw the selected node when we recieve
17070         focus, so tabbing between trees works correctly.
17071
17072 2006-01-13  Alexander Olk  <alex.olk@googlemail.com>
17073
17074         * MimeIcon.cs: GnomeHandler: older gnome versions don't have
17075           ~/.gconf/%gconf-tree.xml, so use
17076           .gconf/desktop/gnome/interface/%gconf.xml
17077
17078 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
17079
17080         * TextControl.cs: Draw text in gray if control is disabled
17081
17082 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com> 
17083
17084         * TreeView.cs: Draw the focus rectangle outside the highlight, to
17085           make sure it's always visible. Fixes #76680.
17086
17087 2006-01-13  Peter Dennis Bartok  <pbartok@novell.com>
17088
17089         * TreeView.cs: Implemented Wheel scrolling. Fixes #76531
17090
17091 2006-01-13  Jonathan Chambers  <jonathan.chambers@ansys.com>
17092
17093         * PageSetupDialog.cs: Added.
17094         * PrintDialog.cs: Attributes.
17095         * PrintPreviewControl.cs: Updates.
17096         * PrintPreviewDialog.cs: Updates.
17097         
17098 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
17099
17100         * Control.cs: Undid my selection check fix, since it's not needed
17101         * TextBoxBase.cs:
17102           - Now considering the presence of hscroll/vscroll when sizing
17103             vscroll/hscroll respectively. Fixed bug #77077
17104           - Added Left/Up/Down/Right to IsInputKey list to prevent
17105             ContainerControl from stealing them. This fixes what I broke
17106             with my last checkin.
17107
17108 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com> 
17109
17110         * ScrollableControl.cs: Implemented dockpadding. Fixes #77166. And
17111           I finally understand how the property can be set without a setter :-)
17112
17113 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
17114
17115         * Application.cs:
17116           - Switched RunLoop to use static Message.Create to create a 
17117             Message object
17118           - Added PreProcessMessage call in runloop for keyboard events; this
17119             is part of the fix for #77219, I overlooked this originally in the
17120             MSDN doc for PreProcessMessage
17121         * Control.cs:
17122           - Removed call to PreProcessMessage from handling of keyboard 
17123             messages; it's supposed to be done in the message pump
17124           - Moved call to ProcessKeyEventArgs inside ProcessKeyMessage as
17125             per MSDN documentation.
17126           - IsInputChar: All chars are input chars by default; removed the 
17127             parent calling chain, MS does not document that
17128           - PreProcessMessage: If IsInputChar is true, we want to return false
17129             to allow dispatching of the message
17130           - When selecting the next control, now also check that we're not
17131             selecting ourselves again and therefore return a false positive.
17132         * TextBoxBase.cs:
17133           - Tried to match return values for IsInputKey and ProcessDialogKey
17134             to what MS returns; moved processing of our special keys outside
17135             ProcessDialogKey since MS does not seem to return true on those.
17136           - Moved code that previously was in ProcessDialogKey into new private
17137             ProcessKey method, which gets called upon receipt of WM_KEYDOWN
17138           - Reworked handling of WM_CHAR to not have to duplicate code from
17139             Control.cs anymore, instead we simply call down to base.
17140            
17141 2006-01-12  Jackson Harper  <jackson@ximian.com>
17142
17143         * ComboBox.cs: We always need to refresh the text area when
17144         EndUpdate is called. Fixes the combobox in the file dialog.
17145         * Control.cs: Don't create the creator_thread until the controls
17146         handle is created.  Also in InvokeRequired we check if the
17147         creator_thread is null. This gives the effect of InvokeRequired
17148         returning true if the controls handle is not created yet, and
17149         matches MS.
17150
17151 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
17152
17153         * XplatUI.cs:
17154           - Added StartLoop() driver method. This is used to allow drivers to
17155             prepare for an upcoming GetMessage/TranslateMessage/DispatchMessage
17156             loop for a particular thread
17157           - Added EndLoop() driver method. This is called once the message
17158             pump for the thread is shut down
17159           - Added SupportsTransparency method to allow the driver to indicate
17160             opacity support for windows
17161         * Form.cs:
17162           - Removed TODO attribute, completed AllowTransparency property
17163           - Added documented logic to Opacity
17164         * GroupBox.cs, Label.cs, LinkLabel.cs, PropertyGrid.cs, Control.cs,
17165           ButtonBase.cs, CheckedListBox.cs: Combined Jackson's and Miguel's
17166           versions of CompatibleTextRendering
17167         * X11Structs.cs: Added opacity atom to our atom enumeration
17168         * Hwnd.cs: Added opacity tracking (we need to track since the opacity
17169           of a form might be set before it's reparented by the WM, and we need
17170           the opacity value without calling up to Form)
17171         * XplatUIDriver.cs: Added StartLoop(), EndLoop() and 
17172           SupportsTransparency() driver methods
17173         * Application.cs: Now calling StartLoop and EndLoop driver methods
17174         * XplatUIX11.cs:
17175           - Added opacity atom registration
17176           - Added StartLoop()/EndLoop() methods. They're empty right now but
17177             will need to get implemented when we switch to a per-thread queue
17178           - Implemented SupportsTransparency() method
17179           - Implemented SetWindowTransparency() method
17180           - Added support for setting the opacity value when a window is
17181             reparented (since the opacity needs to be set on the WM frame)
17182         * XplatUIOSX.cs, XplatUIWin32.cs:
17183           - Added SupportsTransparency(), StartLoop() and EndLoop() methods
17184
17185 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
17186
17187         * ThemeClearlooks.cs: Don't crash if TabControl.Parent is null.
17188
17189 2006-01-12  Alexander Olk  <alex.olk@googlemail.com>
17190
17191         * FileDialog.cs: Added ToolTip for MWFFileView
17192         * MimeIcon.cs: Rewrote GnomeHandler.
17193           - Get currently used gnome icon theme from
17194             ($HOME)/.gconf/%gconf-tree.xml
17195           - Make use of inherited icon themes
17196           - Support SVG icon themes like Tango via librsvg
17197
17198 2006-01-12  Miguel de Icaza  <miguel@novell.com>
17199
17200         Revert's Jackson's revert which broke 2.0 builds.   Fix both
17201         builds. 
17202         
17203         * Application.cs: Move the use_compatible_text_rendering outside
17204         the NET_2_0 define.  If we ever need to use the
17205         use_compatible_text_rendering on the individual controls they will
17206         access the variable from the common shared code paths.
17207
17208 2006-01-12  Peter Dennis Bartok  <pbartok@novell.com>
17209
17210         * XplatUI.cs:
17211           - Added more granular debug options
17212           - Added method to print both window text and id
17213           - Switched debug output to use new Window() debug method
17214           - Added IsEnabled() driver method
17215           - Added EnableWindow() driver method
17216         * Form.cs:
17217           - Removed end_modal; no longer needed, new loop handles termination
17218             via 'closing' variable
17219           - If form is modal, setting DialogResult will now initiate loop
17220             termination via 'closing' variable
17221           - Added support for is_enabled/WS_DISABLED to CreateParams
17222           - Close() now just send the WM_CLOSE message; the WM_CLOSE handler
17223             does all the work
17224           - Removed code that's now in RunLoop from ShowDialog()
17225           - Added various documented sanity checks to ShowDialog()
17226           - Added handling of WM_DESTROY message; we set 'closing' on getting
17227             the message to indicate the message pump to terminate
17228           - Added handling of new internal WM_CLOSE_INTERNAL message - it's
17229             send by the Application.ExitThread method. (We send the message
17230             to destroy the window after all other events have been
17231             processed through the queue, instead of destroying the handle 
17232             directly)
17233           - Moved code from Close() method to WM_CLOSE handler; added logic
17234             to only send close-related events if the form is not displayed
17235             modal
17236         * Splitter.cs (..ctor): Fixed typo in resource name
17237         * Control.cs:
17238           - DrawBackgroundImage: Explicitly selecting the wrap mode for the
17239             brush now
17240           - set_Cursor: Now only setting calling into XplatUI if the handle for
17241             the control is already created; this avoids implict handle creation
17242             or crashes if it's not created
17243           - set_Enabled: Now setting the enabled state via the new driver method
17244             instead of just tracking it
17245           - CreateParams: Added logic to set WS_DISABLED based on enabled state
17246           - CreateControl: Reordered event firing and method calls to more
17247             closely fire events in the order MS does. Now setting the
17248             enabled state in the driver when creating the control.
17249           - SetVisibleCore: Moved when the OnVisibleChanged event is fired to
17250             match MS order
17251         * FolderBrowserDialog.cs, MessageBox.cs, ButtonBase.cs, TrackBar.cs,
17252           MonthCalendar.cs: get_CreateParams: Added setting of WS_DISABLED 
17253         * XplatUIStructs.cs: Added internal WM_CLOSE_INTERNAL mesage id
17254         * Hwnd.cs:
17255           - Added tracking of window enabled state (get_Enabled/set_Enabled)
17256           - Added EnabledHwnd property to easily allow a driver to find the
17257             handle of the first enabled window in the parent chain (this is
17258             used by drivers to pass up input events of disabled windows)
17259         * XplatUIDriver.cs: Added IsEnabled() method
17260         * Application.cs:
17261           - Removed crude and obsolete exiting tracking variable
17262           - Removed internal ModalRun(); replaced by RunLoop()
17263           - Implemented private CloseForms() method to allow closing all 
17264             windows owned by a particular (or all) threads
17265           - Exit() now properly closes all windows without forcing the message
17266             pump to quit
17267           - Removed obsolete InternalExit() method
17268           - Changed Run() methods to use new RunLoop() message pump
17269           - Implemented new RunLoop() method for both modal and non-modal forms
17270         * CommonDialog.cs:
17271           - get_CreateParams: Added setting of WS_DISABLED
17272           - Simplified ShowDialog(); now all the work is done in RunLoop(),
17273             invoked via Form.ShowDialog()
17274         * NativeWindow.cs: We don't remove the window from the collection when
17275           the handle is destroyed; there might still be messages for it in the
17276           queue (mainly the resulting WM_DESTROY); instead it will be removed
17277           when Control calls InvalidateHandle in the WM_DESTROY handler
17278         * XplatUIX11.cs:
17279           - CreateWindow: Added logic to handle the WS_DISABLED window style
17280           - EnableWindow: Implemented based on Hwnd.Enabled
17281           - GetMessage: Reset PostQuitState so the method can be called again
17282           - Implemented support for disabled windows (passing messages to the
17283             first enabled parent) in handling all input messages
17284           - Added optimizations for handling Expose events
17285           - Implemeted new driver method IsEnabled()
17286           - Now always resetting paint pending tracking vars when we start paint
17287           - Re-implemented UpdateWindow via just sending a WM_PAINT message
17288         * XplatUIOSX.cs: Added IsEnabled method stub
17289         * XplatUIWin32.cs: Implemented new IsEnabled() method
17290
17291 2006-01-11  Jackson Harper  <jackson@ximian.com>
17292
17293         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
17294         LinkLabel.cs, PropertyGrid.cs: Unbreak 1.1 build. Consolidate the
17295         variables a little.
17296         * ColorDialog.cs: Clear out the old form before adding the new
17297         panel.  
17298
17299 2006-01-11  Jackson Harper  <jackson@ximian.com>
17300
17301         * X11Dnd.cs: Make sure to add all the text formats when adding
17302         strings to the data object.
17303         * TreeNodeCollection.cs: When adding to a sorted tree we need to
17304         do some redrawing too.  Also change the UpdateNode to an
17305         UpdateBelow so the newly added node gets painted.
17306         
17307 2006-01-11  Miguel de Icaza  <miguel@novell.com>
17308
17309         * ButtonBase.cs, CheckedListBox.cs, GroupBox.cs, Label.cs,
17310         LinkLabel.cs, PropertyGrid.cs: Implement the
17311         UseCompatibleTextRendering property for 2.x
17312
17313         * Application.cs (SetCompatibleTextRenderingDefault): Add. 
17314
17315 2006-01-11  Jackson Harper  <jackson@ximian.com>
17316
17317         * TreeView.cs: Use the property for setting the selected node so
17318         the correct events get raised.
17319         * TreeNode.cs: Update the tree when the fore/back colours of a
17320         node are set.
17321
17322 2006-01-10  Jackson Harper  <jackson@ximian.com>
17323
17324         * TreeView.cs: Allow setting SelectedNode to null.
17325
17326 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
17327
17328         * Form.cs: Fix support for Form TransparencyKey and Opacity on Windows.
17329
17330 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
17331
17332         * PrintControllerWithStatusDialog.cs: Update page number in dialog.
17333
17334 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
17335
17336         * PrintDialog.cs: Added attributes and set default property values.
17337
17338 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
17339
17340         * PrintControllerWithStatusDialog.cs: 
17341         Added PrintControllerWithStatusDialog.
17342
17343 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
17344
17345         * XplatUI.cs, Form.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs, 
17346         XplatUIWin32.cs: Added support for Form TransparencyKey and Opacity on Windows.
17347
17348 2006-01-9  Jonathan Chambers  <jonathan.chambers@ansys.com>
17349
17350         * ComboBox.cs: Fix crash when there is no selected item (due to last commit)
17351
17352 2006-01-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
17353
17354         * ComboBox.cs: Added KeyDown event handler for processing arrow keys
17355         and PgUp/PgDown. Also, scroll to selected item upon dropdown. Bugs 76857 and 76788.
17356
17357 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
17358
17359         * MimeIcon.cs: Added internal class SVGUtil.
17360
17361 2006-01-08  Alexander Olk  <alex.olk@googlemail.com>
17362
17363         * FileDialog.cs: Don't crash if there are two files with the
17364           same name but different locations.
17365
17366 2006-01-08  John BouAntoun  <jba-mono@optusnet.com.au>
17367
17368         * MonthCalendar.cs: Fixed annoying rendering bug when selecting
17369         dates across multiple month grids. Used to not highlight entire 
17370         month, but does now.
17371         
17372 2006-01-06  Jackson Harper  <jackson@ximian.com>
17373
17374         * MonthCalendar.cs: Removed DoEvents call to prevent a running
17375         message loop. Change timer intervals to numbers that seem more
17376         natural.
17377
17378 2006-01-06  John BouAntoun  <jba-mono@optusnet.com.au>
17379
17380         * DateTimePicker.cs: Modified CalculateDropDownLocation to use the screen
17381           object for location info since screen object is now implemented.
17382
17383 2006-01-05  Jackson Harper  <jackson@ximian.com>
17384
17385         * AsyncMethodData.cs: Check if the call is complete before doing a WaitOne
17386         * AsyncMethodResult.cs: We no longer use a WeakReference for the
17387         AsyncMethodResult, this is because we ALWAYS want the
17388         ManualResetEvent to get set.
17389         * Control.cs: When disposing use an async invoke to call shutdown
17390         code, so that thigns don't block on the finalizer thread.  Also
17391         check if we even have a message loop before trying to send
17392         messages, if we don't then don't bother sending messages.
17393         - No more weak references for async methods
17394         * XplatUIDriver.cs: No more weak references for async methods.
17395
17396 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
17397
17398         * FontDialog.cs: Fix, don't throw an exception if FontFamily.Families
17399           returns two FontFamily with the same name
17400
17401 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
17402
17403         * ThemeWin32Classic.cs, ThemeClearlooks.cs: Dropped stupid scheme of 
17404           drawing disabled text. Instead using the ColorGrayText color
17405
17406 2006-01-04  Jackson Harper  <jackson@ximian.com>
17407
17408         * TreeNode.cs: redraw the node when its image index is changed.
17409
17410 2006-01-04  Peter Dennis Bartok  <pbartok@novell.com>
17411
17412         * RichTextBox.cs: Same fix as last, just for SelectionColor. This
17413           time I checked there are no others like it.
17414
17415 2006-01-04  Jackson Harper  <jackson@ximian.com>
17416
17417         * AsyncMethodResult.cs: Use a ManualResetEvent instead of a mutex,
17418         this gives the behavoir I was looking for.
17419         * Control.cs: Special case Invoking EventHandlers, this matches MS
17420         and fixes part of bug #76326.
17421
17422 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
17423
17424         * ThemeClearlooks.cs, FileDialog.cs:
17425           - Reflect the latest Theme class changes
17426           - Remove Mono.Unix.Syscall.time in FileDialg and replace it 
17427             with DateTime
17428             
17429 2006-01-04  Alexander Olk  <alex.olk@googlemail.com>
17430
17431         * Theme.cs: Cache UI resource images and resize them if needed
17432
17433 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
17434
17435         * RichTextBox.cs: FormatText is 1-based, make it so when SelectionFont
17436           is called. This fixes the crash in Nexxia when setting the font
17437           attributes in the chat. [However, RTF needs a look-over to make sure
17438           that all SelectionXXX methods handle the special case that selection
17439           is empty and therefore the change must be applied to all text starting
17440           at the cursor/selection start]
17441
17442 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com> 
17443
17444         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
17445           XplatUIOSX.cs: Added SendMessage and PostMessage methods
17446         * X11Keyboard.cs: Switched to new way of calling PostMessage
17447
17448 2006-01-03  Peter Dennis Bartok  <pbartok@novell.com>
17449
17450         * Theme.cs: Added theme interface for images to allow the theme to
17451           control what images are used for things like FileDialog, MessageBox
17452           icons, etc.
17453         * MessageBox.cs: Now uses the new Theme icon/image interfaces
17454
17455 2006-01-03  Alexander Olk  <alex.olk@googlemail.com>
17456
17457         * FileDialog.cs:
17458           - Removed some dead code
17459           - Opening a recently used file does work now
17460           - Small UI enhancements
17461           - Refactoring
17462
17463 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
17464
17465         * FileDialog.cs: Forgot too add __MonoCS__
17466
17467 2006-01-02  Alexander Olk  <alex.olk@googlemail.com>
17468
17469         * FileDialog.cs: We are able to read recently used files now let's
17470           go on and write them.
17471
17472 2006-01-01  Alexander Olk  <alex.olk@googlemail.com>
17473
17474         * FileDialog.cs: Breathe some life into "last open"/"recently used"
17475           button
17476         * MimeIcon.cs: Do a check for the top level media type also
17477
17478 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
17479
17480         * ThemeClearlooks.cs:
17481           - Added CPDrawStringDisabled
17482           - ButtonBase_DrawText: Workaround for a DrawString bug; cut off
17483             some chars if the text doesn't fit into text_rect
17484           - DrawListViewItem: If View = View.LargeIcon center the image;
17485             rewrote the drawing of ListViewItem.Text if View = 
17486             View.LargeIcon
17487
17488 2005-12-31  Alexander Olk  <alex.olk@googlemail.com>
17489
17490         * MimeIcon.cs: Use default KDE icon theme if there is no
17491           "48x48" directory for the current icon theme, fixes #77114
17492         * Mime.cs: Disable not working and actually not used code. 
17493         * ThemeWin32Classic.cs:
17494           - Replace "new SolidBrush" in GetControlBackBrush and
17495             GetControlForeBrush with ResPool.GetSolidBrush
17496           - Changed DrawListViewItem from private to protected virtual
17497         * FileDialog.cs:
17498           - Added form.MaximizeBox = true
17499           - Don't throw an exception if there is a broken symbolic link
17500
17501 2005-12-23  Jackson Harper  <jackson@ximian.com>
17502
17503         * TabControl.cs: Give the panels focus, keyboard navigation is
17504         fixed so this works correctly now.
17505         - We need these key events also.
17506         * ToolBar.cs: Remove some of the poor mans double buffering.
17507         
17508 2005-12-24  Alexander Olk  <alex.olk@googlemail.com>
17509
17510         * ComboBox.cs: The internal TextBox now returns the focus.
17511
17512 2005-12-23  Jackson Harper  <jackson@ximian.com>
17513
17514         * ThemeWin32Classic.cs:  Draw the text for all tab appearances.
17515
17516 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
17517
17518         * Control.cs: Removed debug code
17519         * XplatUIX11.cs: Changed DestroyChildWindows to also consider
17520           implicit children
17521
17522 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com> 
17523
17524         * Control.cs: When creating the control, update the Z-order after
17525           all it's children are created, too. (Fixes nexxia not showing
17526           picturebox bug)
17527
17528 2005-12-23  Peter Dennis Bartok  <pbartok@novell.com>
17529
17530         * Control.cs: Do not update the anchoring distances if layout is
17531           suspended, instead do it once layout is resumed
17532
17533 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com> 
17534
17535         * Control.cs: 
17536           - After many hours of debugging, for both Jackson and
17537             myself, it turns out that it helps to set the parent of a control
17538             if you want to actually see it onscreen. In the spirit of that
17539             discovery, we're now setting the parent of the control and
17540             it's children when the control's handle is created. This fix
17541             will make Lutz Roeder's Reflector run happily. 
17542           - now just creating the handle instead of the whole control when
17543             getting a graphics context for the control.
17544
17545 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
17546
17547         * ScrollableControl.cs: When calculating the canvas, don't consider
17548           the scrollbar widths. Instead, predict if horizontal scrollbar
17549           will affect canvas when deciding on vertical display and vice versa.
17550
17551 2005-12-22  Peter Dennis Bartok  <pbartok@novell.com>
17552
17553         * RichTextBox.cs: Set default RTF font for documents that don't
17554           have a font table (Fixes #77076)
17555
17556 2005-12-22  Jackson Harper  <jackson@ximian.com>
17557
17558         * TextBoxBase.cs: It's difficult to do, but you can have an empty
17559         clipboard. This prevents a NullRef in that case.
17560         * XplatUIX11.cs: Use CLIPBOARD not PRIMARY for our
17561         clipboard. PRIMARY is for the currently selected text only. (We
17562         should implement PRIMARY at some point.
17563
17564 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
17565
17566         * XplatUIWin32.cs: Fixed the TEXTMETRIC structure, we were calling
17567           a Unicode function with a structure that was defined in Ansi way.
17568           This fixes #76942.
17569
17570 2005-12-21  Jackson Harper  <jackson@ximian.com>
17571
17572         * StatusBar.cs: Statusbar handles its fore/back colours on it's
17573         on. Because thats how it rolls. (and this avoids it using ambient
17574         colours).
17575         * ThemeWin32Classic.cs: Use the proper back color for filling.
17576         * Menu.cs: Use the system menu bar color for drawing menu
17577         bars. Using the window back color will bring ambient colours into
17578         the picture.
17579
17580 2005-12-21  Alexander Olk  <alex.olk@googlemail.com>
17581
17582         * ColorDialog.cs: Fixed a memory leak that caused a SIGSEV. A lot of
17583           Bitmaps were created and not disposed.
17584
17585 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
17586
17587         * Control.cs (CreateControl): Don't do anything if the control is
17588           already created, otherwise we'd fire the OnCreated event more than
17589           once
17590
17591 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
17592
17593         * ComboBox.cs (FindStringCaseInsensitive): Don't search for emtpy strings,
17594           will always match. Instead return -1. Fixes #76464.
17595
17596 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com>
17597
17598         * TextControl.cs (RecalculateLine): Only wrap if the wrap point is
17599           neither the beginning nor the end of the line (Fixes bug #76479)
17600
17601 2005-12-21  Peter Dennis Bartok  <pbartok@novell.com> 
17602
17603         * Control.cs:
17604           - ControlNativeWindow.ControlFromHandle(): Now handling situation
17605             where handle is invalid
17606           - FromHandle(): Now using hashtable-based ControlFromHandle() lookup
17607             instead of slower linear search
17608         * NativeWindow.cs: Don't remove the window from the hashtable until
17609           after the driver has destroyed it (since the driver might use
17610           Control.FromHandle to lookup the control object
17611         * Hwnd.cs: Added DestroyPending property to track if a window is 
17612           already destroyed as far as the driver is concerned and only hasn't
17613           yet notified the control
17614         * XplatUIX11.cs:
17615           - Activate(): Check if the window is still valid before using the 
17616             handle
17617           - Implemented DestroyChildWindow() method to mark child windows as
17618             destroyed when a window is destroyed. This prevents situations 
17619             where we might call an X method based on queued events for a
17620             window that already has been destroyed but we haven't yet pulled
17621             the destroy method from the queue.
17622           - Added a call to the new DestroyChildWindow() method to the drivers
17623             DestroyWindow code. Also now marking the destroyed window itself
17624             as pending
17625
17626 2005-12-20  Jackson Harper  <jackson@ximian.com>
17627
17628         * StatusBar.cs:
17629         * StatusBarPanel.cs: Don't calculate panel sizes on draw
17630         anymore. Just do them when needed, also track the rects of panels
17631         so that we can optimize refreshing more in the future.
17632
17633 2005-12-20  Alexander Olk  <alex.olk@googlemail.com>
17634
17635         * ColorDialog.cs: Fixed focus drawing in small color controls
17636
17637 2005-12-19  Jackson Harper  <jackson@ximian.com>
17638
17639         * InternalWindowManager.cs:
17640         * MdiWindowManager.cs: Cleanup some coordinate system changes so
17641         moving windows works properly.
17642
17643 2005-12-19  Peter Dennis Bartok  <pbartok@novell.com> 
17644
17645         * Control.cs: 
17646           - Removed call to InitLayout() from SetBoundsCore(); doc says
17647             it's only called when a control is added to a container
17648           - Split InitLayout logic, moved to separate UpdateDistances() method
17649             since we need to perform those calculations more often than just
17650             when adding the control to a container. (Needed to fix #77022)
17651           - Now calling UpdateDistances() from UpdateBounds() (fixes #77022)
17652           - Reduced the OnBindingContextChanged events count, don't send them
17653             unless the control is created, we still aren't totally matching
17654             MS, but I can't quite figure out some of their rules
17655
17656 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
17657
17658         * ThemeClearlooks.cs: Corrected distance between ProgressBar
17659           stripes
17660
17661 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
17662
17663         * ThemeClearlooks.cs:
17664           - Updated ProgressBar drawing
17665           - Corrected drawing of ScrollBars and scroll buttons
17666           - Some temporary fixes for minor pixel artefacts
17667
17668 2005-12-18  Peter Dennis Bartok  <pbartok@novell.com> 
17669
17670         * Control.cs:
17671           - Reworked Controls.Add(), Controls.Remove() and set_Parent() to
17672             cause events to be sent in the same order as MS does.
17673           - Added ChangeParent() method to trigger various OnXXXChanged events
17674             that need to be fired when a parent changes (This is a reworking
17675             of the patch from r54254, with the X11 errors fixed)
17676           - Removed SuspendLayout()/ResumeLayout() calls from Controls.Clear()
17677             since on MS we get OnLayoutChanged events when calling Clear()
17678           - Changed Enabled property to consider parent state as well, if a
17679             parent is not enabled, the control will not be either
17680           - Changed Parent property to simply call Controls.Add() since that
17681             now does all the work required, this way we avoid code duplication
17682           - Threw in a few OnBindingsContextChanged calls to try and match
17683             when MS sends them. We seem to send a few too many, though.
17684           - Added call to CreateControl when adding the control to a parent.
17685             We were never calling CreateControl. Still needs some work, in
17686             some places we treat HandleCreated and ControlCreated as equal, 
17687             which is wrong
17688           - Removed obsolete commented out code from UpdateZOrder()
17689
17690 2005-12-18  Alexander Olk  <alex.olk@googlemail.com>
17691
17692         * ThemeClearlooks.cs: Updated TrackBar drawing.
17693
17694 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
17695
17696         * FileDialog.cs: Patch for #76901 by Atsushi Enomoto
17697
17698 2005-12-17  Alexander Olk  <alex.olk@googlemail.com>
17699
17700         * FileDialog.cs: Add the Help button and the open readonly
17701           checkbox only if needed
17702
17703 2005-12-16  Jackson Harper  <jackson@ximian.com>
17704
17705         * Control.cs: Make sure we have an active menu before trying to
17706         process commands on it. Prevents menu-less forms from crashing
17707         when Alt is pressed.
17708         * TreeNodeCollection.cs: Some fixes to prevent null refs. Patch by
17709         Dieter Bremes.
17710         * RichTextBox.cs: Expand statement to help out gmcs and fix the
17711         2.0 build.
17712
17713 2005-12-16  Jackson Harper  <jackson@ximian.com>
17714
17715         * InternalWindowManager.cs: Don't translate tool windows screen
17716         coordinates. This fixes windows 'bouncing' around when being moved.
17717
17718 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
17719
17720         * TextBoxBase.cs:
17721           - MaxLength now treats 2^31-1 equal to unlimited length (this is
17722             not quite MS compatible, MS uses that number only for single line
17723             and 2^32-1 for multi-line, but I figure it won't hurt keeping
17724             the limit at 2GB)
17725           - Now enforcing the MaxLength limit when entering characters
17726           - Added argument to internal Paste() method to track if it's called
17727             from programatically or via keyboard, since keyboard driven pastes
17728             need to enforce max-length
17729           - Added logic to Paste to only paste as many chars as MaxLength 
17730             allows
17731         * RichTextBox.cs: Updated to use new obey argument for internal Paste()
17732         * TextControl.cs:
17733           - Added Length property to return number of characters in document
17734           - Added private CharCount property which only tracks actual chars
17735             in the document (no linefeeds) and fires event when CharCount
17736             changes
17737           - Added tracking of character count to all methods that alter it
17738           - Added LengthChanged event to allow applications to subscribe
17739             to any changes to the document
17740
17741 2005-12-15  Peter Dennis Bartok  <pbartok@novell.com> 
17742
17743         * TextBox.cs: 
17744           - Removed local password_char field (moved to TextBoxBase)
17745           - Now setting the document's password var when password is
17746             set
17747         * TextBoxBase.cs:
17748           - Added password_char field (needed here so MultiLine can
17749             access it)
17750           - Added logic to MultiLine property setter to set the document's
17751             variable when password display is allowed
17752           - Removed debug code and made some debug code conditional
17753         * TextControl.cs:
17754           - Added RecalculatePasswordLine() method to handle special password
17755             char only lines
17756           - Added PasswordChar property, also added related tracking vars
17757           - Draw() method now uses local text var for grabbing text to draw,
17758             this var is set to line.text unless we're doing password display,
17759             then it is set to the pre-generated all-password-chars line
17760           - Added calling RecalculatePasswordLine() method for password lines
17761
17762 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
17763
17764         * Hwnd.cs: 
17765           - Added Reparented property to allow tracking of Window Manager
17766             reparenting actions (which affect X/Y calculations of toplevel 
17767             windows)
17768           - Made ToString() print window handles in hex
17769         * XplatUIX11.cs:
17770           - AddConfigureNotify(): Now uses reparented state off Hwnd to
17771             determine if X/Y needs offsetting
17772           - AddConfigureNotify(): Fixed offset calculations
17773           - Now adds ReparentNotify messages into the queue
17774           - Now processes ReparentNotify messages and causes a 
17775             WM_WINDOWPOSCHANGED message to be sent upstream if a window
17776             is reparented (as most likely it's X/Y coordinates are changed
17777             due to that)
17778
17779 2005-12-14  Jackson Harper  <jackson@ximian.com>
17780
17781         * XplatUIX11.cs: Tool windows still need to respek focus.
17782
17783 2005-12-14  Peter Dennis Bartok  <pbartok@novell.com> 
17784
17785         * Control.cs: Undid 54254 (causing XConfigure errors) so we can
17786           have a working release
17787
17788 2005-12-13  Jackson Harper  <jackson@ximian.com>
17789
17790         * Form.cs: Update styles after setting the border style regardless
17791         of whether or not the window is using a window manager.
17792
17793 2005-12-13  Jackson Harper  <jackson@ximian.com>
17794
17795         * Form.cs: We now hook into an internal window manager instead of just an
17796         MDI subsystem, this is so we can have properly behaving tool windows.
17797         * MdiClient.cs: Naming change, MdiChildContext is now WindowManager
17798         * InternalWindowManager.cs: New internal class that acts as a
17799         window manager for tool windows and as a base for mdi windows.
17800         * MdiWindowManager.cs: New class that acts as a window manager for
17801         mdi windows.
17802
17803 2005-12-12  Jackson Harper  <jackson@ximian.com>
17804
17805         * Control.cs: Updates so we match behavoir for for implicit
17806         controls. Fixes explosions in MDI.
17807
17808 2005-12-12  Jackson Harper  <jackson@ximian.com>
17809
17810         * Control.cs: Implement Invalidate (Region).
17811
17812 2005-12-12  Peter Dennis Bartok  <pbartok@novell.com> 
17813
17814         * Control.cs: 
17815           - Changed handling of Controls.Add/Controls.Remove to fire (almost) 
17816             the same events as MS does. MS fires events for each property 
17817             except, for unknown reasons, Cursor, when the control is reparented. 
17818             I can't seem to totally match add/remove since MS also fires some 
17819             VisibleChanged events, which makes no sense. Consolidated the
17820             parenting code into a separate method so it can be called from
17821             both Add and Remove. set_Parent no longer needs any special logic
17822             as it calls the parent's add method which implicitly fires
17823             all events
17824           - Removed some obsolete code and debug output
17825           - Enabled state is inherited from parents, if this is enabled
17826
17827 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com> 
17828
17829         * Form.cs: Removed commented out code
17830
17831 2005-12-08  Peter Dennis Bartok  <pbartok@novell.com>
17832
17833         * Control.cs:
17834           - Added internal version of Invoke, with additional argument 
17835             indicating if we're calling it from a Dispose() handler. That
17836             way we can avoid BeginInvoke throwing an exception if we're
17837             calling for an already destroyed window.
17838           - Added a dispose argument to BeginInvokeInternal, and made the
17839             check if a valid window handle chain exists conditional on
17840             it not being a dispose call
17841           - Removed code in DestroyHandle to destroy our children. Since we
17842             now handle the WM_DESTROY message we will catch all our children
17843             being destroyed.
17844           - Now calling OnHandleDestroyed from our new WM_DESTROY handler
17845         * Form.cs:
17846           - Added a field to track the application context of the form.
17847           - No need to set closing variable as response to WM_CLOSE, instead
17848             we destroy the window. We also call PostQuitMessage if the form
17849             has an application context (which makes it the main app form,
17850             which, when closed terminates the app)
17851         * XplatUI.cs:
17852           - Dropped Exit() method, it's naming was confusing
17853           - Added PostQuitMessage() which causes GetMessage to return false
17854             once the message queue is empty
17855         * XplatUIDriver.cs, XplatUIWin32.cs: Dropped Exit(), added 
17856           PostQuitMessage()
17857         * XplatUIOSX.cs: Switched signature for Exit method since Exit() is
17858           no longer a valid XplatUI method, but left it in since it's used
17859           internally. Added empty PostQuitMessage() method.
17860         * MenuAPI.cs: Replaced call to Exit() with call to
17861           PostQuitMessage, even though this is probably no longer needed.
17862         * Hwnd.cs: Added 'pretty' ToString() to support debugging.
17863         * X11Structs.cs: Added pretty XEvent.ToString() to support debugging.
17864         * Application.cs:
17865           - Replaced call to XplatUI.Exit() with PostQuitMessage()
17866           - Removed old debug code that would call XplatUI for exception
17867             display, enabled standard exception handling (Still not enabled
17868             though, until NativeWindow's ExternalExceptionHandler define
17869             is removed
17870         * NativeWindow.cs:
17871           - Added internal method to allow control to update NativeWindow
17872             after a window has been destroyed
17873           - Added handling of already destroyed windows when calling i
17874             DestroyWindow
17875           - Added removal of handle from list on ReleaseHandle
17876         * XplatUIX11.cs:
17877           - Dropped GetMessageResult var and related code
17878           - Added PostQuitState to field to track if PostQuitMessage has been
17879             called
17880           - Dropped Exit() method
17881           - Added PostQuitMessage() method
17882           - GetMessage now will return false if PostQuitState is set and no
17883             more messages are in the queue.
17884           - Expose handler will no longer generate WM_PAINT messages if we are
17885             in PostQuitState since it's very likely any windows have already
17886             been destroyed, and since Hwnd won't get updated until we have
17887             processed the DestroyNotify we'd be causing X errors.
17888         
17889 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
17890
17891         * Control.cs(WndProc): Apparently I'm suffering from brain cloud.
17892           Thanks to Mike for pointing out the err of my ways.
17893
17894 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
17895
17896         * Control.cs(PreProcessMessage): Moved menu handling back, but
17897           after all other key handling, to match MS (who handles Menu in
17898           DefWndProc)
17899         * Menu.cs (WndProc): Removed my brainfart
17900
17901 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
17902
17903         * Control.cs(PreProcessMessage): Removed special menu handling 
17904         * Menu.cs (WndProc): Added handling of WM_SYSKEYUP for menu purposes.
17905
17906 2005-12-07  Mike Kestner  <mkestner@novell.com>
17907
17908         * Control.cs : special case SYSKEYUP so that we can adjust keynav
17909         state according in tracker.
17910         * Menu.cs : promote tracker field to base class and provide a tracker
17911         lookup capability.  Add/Remove shortcuts dynamically if the top menu
17912         has a tracker. Unparent items that are removed from the collection.
17913         * MenuAPI.cs : implement mnemonic, shortcut, and arrow-based keynav.
17914         * Theme*.cs: add always_show_hotkeys field to support configurability
17915         of mnemonic display.  win32 doesn't show mnemonics until Alt is
17916         pressed.
17917
17918 2005-12-07  Jackson Harper  <jackson@ximian.com>
17919
17920         * MdiChildContext.cs: Use Control.ResetCursor.
17921         * Control.cs: ResetCursor needs to set the property so that the
17922         correct XplatUI call gets made.
17923
17924 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
17925
17926         * Control.cs: More fixes to make our key events match MS. We
17927           were not setting the modifier state on KeyData, and we were
17928           not generating any events when Alt was pressed with a key
17929           since handling of WM_SYSxxx was missing for the OnKey methods.
17930
17931 2005-12-07  Jackson Harper  <jackson@ximian.com>
17932
17933         * MdiChildContext.cs: reenable the sizing code.
17934         - When the mouse leaves a window reset its cursor.
17935
17936 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
17937
17938         * ThemeClearlooks.cs: Reflect latest Hwnd changes
17939
17940 2005-12-07  Peter Dennis Bartok  <pbartok@novell.com>
17941
17942         * Hwnd.cs: Now using the theme 3d bordersize to calculate
17943           widths of Fixed3D borders
17944
17945 2005-12-07  Jackson Harper  <jackson@ximian.com>
17946
17947         * MdiClient.cs: Fix warnings. Earn Mike's love.
17948
17949 2005-12-07  Alexander Olk  <alex.olk@googlemail.com>
17950
17951         * ThemeClearlooks.cs:
17952           - Adjusted mouse over button color
17953           - Added first parts of CheckBox drawing
17954           - Added correct color for selected text background
17955           - Fixed ComboBox drawing
17956           - Added CPDrawBorder3D and CPDrawBorder
17957
17958 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
17959
17960         * XplatUIX11.cs: Added call to XBell for AudibleAlert
17961
17962 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com> 
17963
17964         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIWin32.cs,
17965           XplatUIOSX.cs: Added AudibleAlert() method to have a means to
17966           alert users via sound. We could add an enum arg with different
17967           types of alerts in the future
17968
17969 2005-12-06  Peter Dennis Bartok  <pbartok@novell.com>
17970
17971         * Control.cs: Fix behaviour problems pointed out by Mike
17972
17973 2005-12-05  Mike Kestner  <mkestner@novell.com>
17974
17975         * StatusBarPanel.cs: add Invalidate method and hook it into all the
17976         prop setters.  Calls parent.Refresh for now, but could be maybe be
17977         optimized with an internal method on StatusBar at some point.
17978         [Fixes #76513]
17979
17980 2005-12-05  Peter Dennis Bartok  <pbartok@novell.com> 
17981
17982         * RichTextBox.cs: Implemented get_SelectionColor
17983
17984 2005-12-05  Alexander Olk  <alex.olk@googlemail.com>
17985
17986         * ThemeClearlooks.cs:
17987           - Removed dead code
17988           - Draw black button border only if button is Form.AcceptButton
17989           - Draw correct button color for pressed RadioButton if the mouse 
17990             has entered the button
17991           - Updated ProgressBar drawing!
17992           - Updated CPDrawSizeGrip drawing
17993           - Updated StatusBarPanel drawing
17994
17995 2005-12-05  Mike Kestner  <mkestner@novell.com>
17996
17997         * Control.cs (PreProcessMessage): add Keys.Alt based on LParam value.
17998         * X11Keyboard.cs (SendKeyboardInput): formal lParam for alt mod.
17999
18000 2005-12-04  Alexander Olk  <alex.olk@googlemail.com>
18001
18002         * ThemeClearlooks.cs: Initial check-in, activate with
18003           export MONO_THEME=clearlooks
18004         * ThemeEngine.cs: Added ThemeClearlooks
18005
18006 2005-12-03  Mike Kestner  <mkestner@novell.com>
18007
18008         * MenuAPI.cs: deactivate menus prior to calling item.PerformClick.
18009         [Fixes #76897]
18010
18011 2005-12-02  Jackson Harper  <jackson@ximian.com>
18012
18013         * Form.cs: If the child form has no menu the default main menu is
18014         used as the active menu.
18015
18016 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com> 
18017
18018         * ListBox.cs: Check if any items exist before trying to resolve 
18019           coordinates into items
18020
18021 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
18022
18023         * ThemeWin32Classic.cs: Hatchbrush on Win32 seems to always use white
18024           as the second color for the background hatch
18025
18026 2005-12-02  Peter Dennis Bartok  <pbartok@novell.com>
18027
18028         * TextBoxBase.cs: Now uses Jackson's new and improved ImplicitScrollbar
18029         * RichTextBox.cs: FormatText position arguments are 1-based, now making
18030           sure that what we pass to FormatText is always 1-based. Fixes #76885
18031
18032 2005-11-29  Miguel de Icaza  <miguel@novell.com>
18033
18034         * NumericUpDown.cs (EndInit): When we are done initializing,
18035         reflect any updates on the UI.
18036
18037 2005-12-02  Jackson Harper  <jackson@ximian.com>
18038
18039         * ImplicitHScrollBar.cs:
18040         * ImplicitVScrollBar.cs: New scrollbars that don't take focus from
18041         their container controls.
18042         * TreeView.cs: Use the new implicit scrollbars.
18043
18044 2005-12-02  Jackson Harper  <jackson@ximian.com>
18045
18046         * TreeView.cs: Make top_node internal so the TreeNodeCollections
18047         can play with it.
18048         * TreeNodeCollection.cs: If we remove the topnode we need to
18049         update topnode to the next node in line.
18050         - When clearing nodes go through the same process as removing
18051         them, so they get depareneted and checked if they are top node.
18052
18053 2005-12-01  Jackson Harper  <jackson@ximian.com>
18054
18055         * TreeView.cs: When imagelists are used the image area is
18056         selectable as well as the text.
18057         - If there are no selected nodes select the first one.
18058         * TreeNodeCollection.cs: Getting the TreeView is mildly expensive,
18059         so don't do it more then we need to.
18060
18061 2005-12-01  Jackson Harper  <jackson@ximian.com>
18062
18063         * ThemeWin32Classic.cs: Reimplement the scroll arrow drawing so
18064         that arrows can be scaled.
18065
18066 2005-12-01  Jackson Harper  <jackson@ximian.com>
18067
18068         * TreeNode.cs : Fixed bugs that caused FullPathTest + Traverse to
18069         fail. Patch by Dieter Bremes
18070
18071 2005-11-30  Jackson Harper  <jackson@ximian.com>
18072
18073         * Form.cs: Property is 2.0 only
18074         * PrintDialog.cs: Signature fix.
18075
18076 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
18077
18078         * TextControl.cs: 
18079           - No longer artificially moves text 2 pixels down (now that we have
18080             borders this is no longer needed)
18081           - Added calcs for left, hanging and right indent
18082
18083 2005-11-23  Mike Kestner  <mkestner@novell.com>
18084
18085         * Menu.cs: mark MenuChanged internal, since it's not exposed by MS.
18086
18087 2005-11-30  Jackson Harper  <jackson@ximian.com>
18088
18089         * MdiChildContext.cs: Set the cloned menus forms, as these don't
18090         get cloned as part of CloneMenu ().
18091         * Menu.cs: Make sure the parent of the items get set correctly
18092         when they are added.  And the owners are notified of the changes.
18093         * Form.cs: Create an ActiveMenu property, so that when MDI is used
18094         we can change the menu being displayed/handled by the form without
18095         changing the menu assosciated with the form.
18096         - Don't let Mdi children draw/handle menus.
18097         
18098 2005-11-30  Jackson Harper  <jackson@ximian.com>
18099
18100         * Menu.cs: Switch the MenuChanged method to OnMenuChanged and add
18101         a MenuChanged event. Just to make the API a little more
18102         consistent.
18103         * MainMenu.cs:
18104         * MenuItem.cs: Use the new OnMenuChanged
18105         * MdiChildContext.cs: Handle menu merging.
18106         * Form.cs: Implement MergedMenu.
18107         
18108 2005-11-30  Jackson Harper  <jackson@ximian.com>
18109
18110         * Menu.cs: We were misusing Add. Add goes behind the specified
18111         index according to the docs, and does not replace the specified
18112         index. So I added an Insert method.
18113
18114 2005-11-30  Peter Dennis Bartok  <pbartok@novell.com>
18115
18116         * TextBoxBase.cs:  Implemented Ctrl-Ins (Copy), Shift-Ins (Paste) and
18117           Shift-Del (Cut), apparently Emacs uses these old Win 2.x keys. This
18118           is for Jackson
18119         * RichTextBox.cs: Added calls to base for DnD events
18120
18121 2005-11-28  Peter Dennis Bartok  <pbartok@novell.com>
18122
18123         * TextControl.cs:
18124           - Fixed drag-selection related crash; style fixes
18125           - Implemented undo class
18126             o Implemented method to capture document state for specified
18127               range in document tree
18128             o Implemented method to restore captured document state
18129             o Implemented cursor tracking
18130             o Implemented basic undo stack
18131           - Added undo cursor tracking to methods altering cursor location
18132           - Added undo tracking to selection deletion (still missing
18133             other text-altering hookups)
18134         * RichTextBox.cs:
18135           - Added SelectionLength property
18136           - Implemented CanPaste()
18137           - Implemented Paste()
18138           - Added missing protected methods
18139           - Fixed RTF->Document conversion; now uses font index 0 and color 
18140             index 0 as the default font for the parsed text
18141           - Fixed RTF<->Document font size translation
18142           - Fixed RTF generation, now properly handles cross-tag boundaries
18143             for single line selection
18144           - No longer always appends blank line to generated RTF
18145           - Removed TODOs
18146           - Added missing attributes
18147           - Hooked up undo-related methods
18148         * TextBoxBase.cs:
18149           - Implemented Copy()
18150           - Implemented Paste()
18151           - Implemented Cut()
18152           - Fixed caret mis-behaviour on backspace across line-boundaries
18153
18154 2005-11-29  Jackson Harper  <jackson@ximian.com>
18155
18156         * MdiClient.cs: Add a method for activating mdi children. Very
18157         basic right now. I imagine someday it might need more girth.
18158         * MenuItem.cs: Implement MDI lists. When mdilist is true the mdi
18159         children windows names are added to the menu item.
18160         * ThemeWin32Classic.cs: Draw the arrow if the item is an
18161         mdilist. This happens regardless of whether or not there are any
18162         mdi windows to see in the list, and according to my tests happens
18163         before the items are even added. Also happens if there isn't even
18164         an mdi client to get windows from.
18165
18166 2005-11-29  Alexander Olk  <alex.olk@googlemail.com>
18167
18168         * ThemeWin32Classic.cs: Make DrawFlatStyleRadioButton protected
18169         * ThemeNice.cs: Fix drawing of flatstyle radiobuttons
18170
18171 2005-11-29  Jordi Mas i Hernandez <jordimash@gmail.com>
18172
18173         * DataGridTableStyle.cs:
18174           - Create always the styles for the missing columns even if they are
18175             provided by the user (not default table style)
18176         * DataGrid.cs:
18177           - Fixes bug 76770
18178           - Fixes SetDataBinding (always re-attach source)
18179           - Fixes SetNewDataSource (only clear styles if they are not for 
18180             this source)
18181          -  Expands OnTableStylesCollectionChanged to handle style refresh 
18182             and remove properly
18183
18184 2005-11-29  Jackson Harper  <jackson@ximian.com>
18185
18186         * FileDialog.cs: Implement missing bits, remove some dead
18187         code.
18188         * FontDialog.cs: Implement missing Apply stuff, and ToString. Move
18189         creation of the panel so that the options set on the dialog are
18190         seen when the panel is created.
18191         * TreeView.cs: raise a click when items are clicked.
18192         
18193 2005-11-29  Jackson Harper  <jackson@ximian.com>
18194
18195         * MdiClient.cs: Pass some signature methods through to base.
18196
18197 2005-11-28  Jackson Harper  <jackson@ximian.com>
18198
18199         * ListView.cs: Raise the click event when items are clicked.
18200
18201 2005-11-28  Jackson Harper  <jackson@ximian.com>
18202
18203         * MdiClient.cs: Make this algorithm even more beautiful.  And fix
18204         a nullref.
18205
18206 2005-11-27  Alexander Olk  <alex.olk@googlemail.com>
18207
18208         * ThemeNice.cs: - Removed 1 pixel bitmaps
18209           - Use SmoothingMode.AntiAlias where it makes sense
18210             (ScrollButton arrow for example)
18211           - Enhanced Button focus drawing
18212           - Fixed ComboBox drawing (no artefacts anymore, focus
18213             rectangle is back again, reduced size of ComboButton, etc.)
18214           - Fixed RadioButton focus drawing for Appearence.Button
18215           - Slight ScrollButton redesign
18216           - Some LinearGradientBrush size fixes
18217           - GroupBoxes have now rounded edges
18218           - Fixed StatusBar drawing
18219
18220 2005-11-25  Alexander Olk  <alex.olk@googlemail.com>
18221
18222         * ThemeNice.cs: - Remove dead code
18223           - use correct background colors for menus, etc.
18224           - Fake pixel drawing with 1 pixel bitmaps
18225
18226 2005-11-24  Jackson Harper  <jackson@ximian.com>
18227
18228         * MdiClient.cs: Size the scrollbars when resizing the window.
18229         - Resize the maximized windows when the client is resized
18230         * Form.cs: Make the child context available
18231         
18232 2005-11-23  Jackson Harper  <jackson@ximian.com>
18233
18234         * MdiChildContext.cs: Don't size windows if they are maximized.
18235
18236 2005-11-23  Mike Kestner  <mkestner@novell.com>
18237
18238         * ContextMenu.cs: use MenuTracker.
18239         * Control.cs: remove menu handle usage.
18240         * Form.cs: remove menu handle usage.
18241         * Hwnd.cs: remove menu handle usage.
18242         * MainMenu.cs: Draw method moved here from MenuAPI.DrawMenuBar. Proxy
18243         motion and clicks to the new Tracker handlers.
18244         * Menu.cs: add sizing accessors, SelectedItem prop, kill CreateItems
18245         and handle usage.
18246         * MenuAPI.cs: refactored to combine popup and menubar event handling.
18247         Killed the MENU and MENUITEM data types and associated collections
18248         since we now keep the info on Menu and MenuItem. Expanded TRACKER into
18249         MenuTracker class that exposes the leftovers from the old MenuAPI
18250         static methods. Restructured Capture handling so that only one grab is
18251         done for the entire menu hierarchy instead of handing off grabs to
18252         submenus. Tracker now has an invisible control to Capture when active.
18253         * MenuItem.cs: add sizing accessors, kill Create
18254         and handle usage.
18255         * Theme.cs: remove menu handle and MENU(ITEM) usage.
18256         * ThemeWin32Classic.cs: use Menu/MenuItem sizing props instead of
18257         MENU(ITEM). remove menu handle usage, use Menu directly.
18258         * XplatUIDriver.cs: remove menu handle usage.
18259         * XplatUIOSX.cs: remove menu handle usage.
18260         * XplatUIWin32.cs: remove menu handle usage.
18261         * XplatUIX11.cs: remove menu handle usage.
18262
18263 2005-11-22  Jackson Harper  <jackson@ximian.com>
18264
18265         * Hwnd.cs: Don't compute the menu size for
18266         DefaultClientRectangle.
18267         - Reenable menu sizes being computed for GetClienRectangle.
18268         * Form.cs: Remove comment of trechery
18269         
18270 2005-11-22  Jackson Harper  <jackson@ximian.com>
18271
18272         * Hwnd.cs: The adjustments for the menu bar are made when it is
18273         attached to the form.
18274
18275 2005-11-19  Jackson Harper  <jackson@ximian.com>
18276
18277         * XplatUIX11.cs: Create an HGRN of the invalid area for WM_NCPAINT
18278         (just like on windows).
18279
18280 2005-11-19  Jackson Harper  <jackson@ximian.com>
18281
18282         * MdiChildContext.cs: Handle all the buttons ourselves. We can't
18283         use real buttons anymore because they are in non client area. The
18284         one TODO here is that I need to somehow invalidate a section of
18285         the non client area.
18286
18287 2005-11-18  Jackson Harper  <jackson@ximian.com>
18288
18289         * Control.cs: Put the enum check back in now that MDI doesnt have
18290         to use this to set border styles.
18291         * Form.cs: Only set mdi child windows borders if the handle has
18292         been created.
18293         * MdiChildContext.cs: Don't set the InternalBorderStyle, just pass
18294         this directly on to the driver.
18295         - Get the move start position before adjusting for the titlebar
18296         height, this fixes the windows "skipping" when they are first
18297         moved.
18298
18299 2005-11-18  Jackson Harper  <jackson@ximian.com>
18300
18301         * XplatUIX11.cs: Just compute the mdi borders separately as they
18302         don't totally match up with normal form borders.
18303
18304 2005-11-18  Jackson Harper  <jackson@ximian.com>
18305
18306         * Control.cs: Set WS_ styles for borders, so that the driver does
18307         not have to retrieve the control instance to figure out what kind
18308         of borders it should have.
18309         * Form.cs: Set the WS_EX_MDICHILD flag on mdi children, so the
18310         driver can know its an mdi child easily.
18311         * XplatUIX11.cs: Get the border styles and whether the window is
18312         MDI from the Styles and ExStyles params instead of having to get a
18313         control. This prevents a chicken and egg problem.       
18314
18315 2005-11-18  Jackson Harper  <jackson@ximian.com>
18316
18317         * MdiClient.cs: Fix typo so scrollbars show up correctly.
18318
18319 2005-11-18  Jackson Harper  <jackson@ximian.com>
18320
18321         * MdiClient.cs: Calculate when to add and remove scrollbars
18322         correctly.
18323         * MdiChildContext.cs: Adjust the y position to take the titlebar
18324         into account.
18325         - No height for FormBorderStyle.None
18326
18327 2005-11-18  Jackson Harper  <jackson@ximian.com>
18328
18329         * Control.cs: Allow non enum values to be used for
18330         InternalBorderStyle.  MDI does this to set a special border style.
18331         - New utility methods for converting points to/from client coords
18332         - Add the newly created control to the Controls collection before
18333         updating its style. This way UpdateStyle can walk the control
18334         heirarchy to find the control if needed.
18335         so I don't need to create a new Point object all the time.
18336         * Form.cs: Let MDI windows handle their border styles.
18337         - Set styles on MDI windows so the correct title style is derived.
18338         * MdiChildContext.cs: Move all the painting and window handling
18339         into the non client area.
18340         - Use correct sizing and put correct buttons on frames based on
18341         the FormBorderStyle.
18342         - Notify the mdi client about scrolling
18343         - Need to handle the buttons ourselves now, because they are all
18344         in non client areas and we can't add controls there.
18345         * MdiClient.cs: Halfway to scrolling, this implementation is
18346         somewhat broken though, we need to check to make sure other
18347         windows aren't causing scrolling before removing the bars. Also
18348         the bars need to be drawn on top, maybe I can switch implicit
18349         controls to be on top.
18350         * Hwnd.cs: caption_height and tool_caption_height are now
18351         properties of an hwnd, this way they can be set by the driver
18352         based on the type of window they are.  In X11 the window manager
18353         handles the decorations so caption_height is zero unless its an
18354         MDI window.
18355         - Add 3 pixel borders for MDI windows (0xFFFF).
18356         - Get rid of some code duplication, have DefaultClientRectanle
18357         just call GetClientRectangle.
18358         * XplatUIX11.cs: Pass caption_height and tool_caption_height to
18359         Hwnd now.
18360         - Set border styles differently for mdi windows.
18361         * XplatUIOSX.cs: Pass caption_height and tool_caption_height to
18362         Hwnd now.
18363         
18364 2005-11-15  Mike Kestner  <mkestner@novell.com>
18365
18366         * Menu.cs: when adding an item to the collection, if item is already 
18367         parented, remove it from the parent.
18368
18369 2005-11-13  Alexander Olk  <alex.olk@googlemail.com>
18370
18371         * X11DesktopColors.cs: Added KDE support
18372
18373 2005-11-11  Peter Dennis Bartok  <pbartok@novell.com>
18374
18375         * XplatUIWin32.cs: 
18376           - Clipboard methods now can translate Rtf format
18377           - No longer removes clipboard contents whenever a new format is added
18378             to allow placing multiple formats on the clipboard
18379         * Clipboard.cs: Clipboard now supports getting a IDataObject and
18380           will place all formats contained in it onto the clipboard. Also
18381           now cleans the clipboard before placing a new object onto it
18382         * RichTextBox.cs:
18383           - Implemented set_Rtf
18384           - Implemented set_SelectedRtf
18385           - Created InsertRTFFromStream() method to allow single code base
18386             for all properties and methods that insert RTF into document
18387           - Removed debug output
18388         * TextControl.cs:
18389           - Fixed Delete(int) to fix up line numbers
18390           - Fixed ReplaceSelection to combine start and end line
18391           - Fixed serious DeleteChars bug that would leave the document tree
18392             broken
18393           - Improved DumpTree with several logic checks to detect broken
18394             document trees
18395           - Removed debug lines
18396           - Fixed Caret.WordForward/WordBack moving code, now always also 
18397             updates caret.tag (fixes crash when word-selecting across tag
18398             boundaries via keyboard)
18399           - Added Insert() method for inserting multiline text into documents
18400           - Fixed DeleteChars() calculation errors that would cause a broken
18401             tag chain with multiple tag lines
18402           - DeleteChars() no longer crashes on multi-tag lines if not all tags
18403           - Split() no longer moves caret if split is at caret location
18404           - ReplaceSelection() now updates the cursor and re-displays it
18405           - ReplaceSelection() now uses new Insert() method to avoid code
18406             duplication
18407           - FormatText() can now handle formatting partial lines
18408         * TextBoxBase.cs:
18409           - Append now uses new TextControl.Insert() method (this avoids 
18410             duplicate code)
18411           - Implemented Ctrl-X (Cut) (
18412           - Implemented Ctrl-C (Copy)
18413           - Implemented Ctrl-V (Paste) (Still some bugs related to screen 
18414             regeneration when pasting text; roundtripping Copy&Paste within
18415             edit control still fails due to some calculation bugs in GenerateRTF)
18416           - The Delete key will now remove the current selection if it is visible
18417         * TextBox.cs: Removed debug lines
18418         * XplatUI.cs: Trigger initialization of DataFormats (which requires the
18419           driver to be initialized and can't therefore be done via a static ctor)
18420
18421 2005-11-10  Peter Dennis Bartok  <pbartok@novell.com>
18422
18423         * TextControl.cs: Added backend code for finding char arrays and strings
18424         * TextBoxBase.cs:
18425           - Added mouse wheel scroll support
18426           - Added support for VScroll and HScroll events
18427         * RichTextBox.cs:
18428           - Implemented all seven Find() variants
18429           - Implemented GetCharFromPosition()
18430           - Implemented GetCharIndexFromPosition()
18431           - Implemented GetLineFromIndex()
18432           - Implemented GetPositionFromCharIndex();
18433           - Implemented SaveFile for PlainText and UnicodeText
18434           - Fixed set_Font, now setting a new font applies that font to
18435             the whole document
18436           - Implemented generic Document to RTF converter
18437           - Implemented SaveFile for RichText format (still missing unicode
18438             conversion for non-ansi chars)
18439           - Implemented get_Rtf
18440           - Implemented get_SelectedRtf
18441
18442 2005-11-09  Peter Dennis Bartok  <pbartok@novell.com>
18443
18444         * Control.cs (WndProc): Call HandleClick after having sent OnMouseUp
18445           to allow any captures to be released before triggering OnClick. This
18446           way a click handler may capture the mouse without interference.
18447         * XplatUIX11.cs: Always send mouse messages to grab window if one exists.
18448           This way we send them even though X may not allow a grab (if the window
18449           isn't visible, for example)
18450
18451 2005-11-08  Pedro Martinez Julia <pedromj@gmail.com>
18452
18453         * DataGridViewRowEventArgs.cs: DataGridView implementation
18454         * DataGridViewElement.cs: DataGridView implementation
18455         * DataGridViewComboBoxCell.cs: DataGridView implementation
18456         * DataGridViewDataErrorContexts.cs: DataGridView implementation
18457         * DataGridViewCellErrorTextNeededEventArgs.cs: DataGridView implementation
18458         * DataGridViewColumnHeadersHeightSizeMode.cs: DataGridView implementation
18459         * ImageLayout.cs: DataGridView implementation
18460         * DataGridViewComboBoxColumn.cs: DataGridView implementation
18461         * DataGridViewCellMouseEventHandler.cs: DataGridView implementation
18462         * DataGridViewSelectionMode.cs: DataGridView implementation
18463         * IDataGridViewEditingControl.cs: DataGridView implementation
18464         * DataGridViewSortCompareEventHandler.cs: DataGridView implementation
18465         * DataGridViewCellStyleContentChangedEventHandler.cs: DataGridView implementation
18466         * DataGridViewAutoSizeModeEventHandler.cs: DataGridView implementation
18467         * DataGridViewColumnStateChangedEventHandler.cs: DataGridView implementation
18468         * DataGridViewColumnSortMode.cs: DataGridView implementation
18469         * DataGridView.cs: DataGridView implementation
18470         * DataGridViewRowStateChangedEventHandler.cs: DataGridView implementation
18471         * DataGridViewRowPostPaintEventArgs.cs: DataGridView implementation
18472         * DataGridViewDataErrorEventArgs.cs: DataGridView implementation
18473         * Padding.cs: DataGridView implementation
18474         * DataGridViewCellParsingEventArgs.cs: DataGridView implementation
18475         * DataGridViewCellStateChangedEventHandler.cs: DataGridView implementation
18476         * DataGridViewRowEventHandler.cs: DataGridView implementation
18477         * DataGridViewCellPaintingEventHandler.cs: DataGridView implementation
18478         * DataGridViewCellFormattingEventHandler.cs: DataGridView implementation
18479         * DataGridViewButtonCell.cs: DataGridView implementation
18480         * DataGridViewCellStyleContentChangedEventArgs.cs: DataGridView implementation
18481         * DataGridViewEditMode.cs: DataGridView implementation
18482         * DataGridViewCellValueEventArgs.cs: DataGridView implementation
18483         * DataGridViewRowCancelEventArgs.cs: DataGridView implementation
18484         * DataGridViewRowHeadersWidthSizeMode.cs: DataGridView implementation
18485         * DataGridViewCheckBoxColumn.cs: DataGridView implementation
18486         * DataGridViewCellToolTipTextNeededEventHandler.cs: DataGridView implementation
18487         * DataGridViewAutoSizeColumnsMode.cs: DataGridView implementation
18488         * DataGridViewCellEventHandler.cs: DataGridView implementation
18489         * DataGridViewEditingControlShowingEventHandler.cs: DataGridView implementation
18490         * DataGridViewCellStyleConverter.cs: DataGridView implementation
18491         * DataGridViewSelectedRowCollection.cs: DataGridView implementation
18492         * DataGridViewBindingCompleteEventHandler.cs: DataGridView implementation
18493         * DataGridViewColumnEventArgs.cs: DataGridView implementation
18494         * DataGridViewRowHeightInfoPushedEventHandler.cs: DataGridView implementation
18495         * DataGridViewRowContextMenuStripNeededEventHandler.cs: DataGridView implementation
18496         * QuestionEventArgs.cs: DataGridView implementation
18497         * IDataGridViewEditingCell.cs: DataGridView implementation
18498         * DataGridViewTriState.cs: DataGridView implementation
18499         * DataGridViewColumnDesignTimeVisibleAttribute.cs: DataGridView implementation
18500         * DataGridViewCellStateChangedEventArgs.cs: DataGridView implementation
18501         * DataGridViewColumnCollection.cs: DataGridView implementation
18502         * DataGridViewCellValueEventHandler.cs: DataGridView implementation
18503         * DataGridViewRowDividerDoubleClickEventHandler.cs: DataGridView implementation
18504         * DataGridViewCellFormattingEventArgs.cs: DataGridView implementation
18505         * DataGridViewColumn.cs: DataGridView implementation
18506         * DataGridViewCellBorderStyle.cs: DataGridView implementation
18507         * DataGridViewCellContextMenuStripNeededEventHandler.cs: DataGridView implementation
18508         * DataGridViewCellValidatingEventArgs.cs: DataGridView implementation
18509         * DataGridViewRow.cs: DataGridView implementation
18510         * DataGridViewImageCellLayout.cs: DataGridView implementation
18511         * DataGridViewImageCell.cs: DataGridView implementation
18512         * DataGridViewTopLeftHeaderCell.cs: DataGridView implementation
18513         * DataGridViewCheckBoxCell.cs: DataGridView implementation
18514         * DataGridViewHeaderCell.cs: DataGridView implementation
18515         * DataGridViewCellErrorTextNeededEventHandler.cs: DataGridView implementation
18516         * DataGridViewRowHeightInfoPushedEventArgs.cs: DataGridView implementation
18517         * DataGridViewAutoSizeColumnsModeEventHandler.cs: DataGridView implementation
18518         * DataGridViewTextBoxColumn.cs: DataGridView implementation
18519         * QuestionEventHandler.cs: DataGridView implementation
18520         * DataGridViewCellStyleScopes.cs: DataGridView implementation
18521         * DataGridViewSortCompareEventArgs.cs: DataGridView implementation
18522         * DataGridViewCellContextMenuStripNeededEventArgs.cs: DataGridView implementation
18523         * DataGridViewCell.cs: DataGridView implementation
18524         * DataGridViewCellEventArgs.cs: DataGridView implementation
18525         * DataGridViewClipboardCopyMode.cs: DataGridView implementation
18526         * DataGridViewCellStyle.cs: DataGridView implementation
18527         * DataGridViewColumnHeaderCell.cs: DataGridView implementation
18528         * DataGridViewRowPrePaintEventHandler.cs: DataGridView implementation
18529         * DataGridViewRowCancelEventHandler.cs: DataGridView implementation
18530         * TextFormatFlags.cs: DataGridView implementation
18531         * DataGridViewCellToolTipTextNeededEventArgs.cs: DataGridView implementation
18532         * DataGridViewDataErrorEventHandler.cs: DataGridView implementation
18533         * DataGridViewAdvancedCellBorderStyle.cs: DataGridView implementation
18534         * DataGridViewCellPaintingEventArgs.cs: DataGridView implementation
18535         * DataGridViewButtonColumn.cs: DataGridView implementation
18536         * DataGridViewRowsRemovedEventArgs.cs: DataGridView implementation
18537         * HandledMouseEventArgs.cs: DataGridView implementation
18538         * DataGridViewCellParsingEventHandler.cs: DataGridView implementation
18539         * DataGridViewColumnDividerDoubleClickEventHandler.cs: DataGridView implementation
18540         * DataGridViewCellMouseEventArgs.cs: DataGridView implementation
18541         * DataGridViewAutoSizeRowsMode.cs: DataGridView implementation
18542         * DataGridViewRowCollection.cs: DataGridView implementation
18543         * DataGridViewAdvancedBorderStyle.cs: DataGridView implementation
18544         * DataGridViewCellCancelEventHandler.cs: DataGridView implementation
18545         * DataGridViewHitTestType.cs: DataGridView implementation
18546         * DataGridViewAutoSizeModeEventArgs.cs: DataGridView implementation
18547         * DataGridViewColumnStateChangedEventArgs.cs: DataGridView implementation
18548         * DataGridViewColumnEventHandler.cs: DataGridView implementation
18549         * DataGridViewRowDividerDoubleClickEventArgs.cs: DataGridView implementation
18550         * DataGridViewAutoSizeRowMode.cs: DataGridView implementation
18551         * DataGridViewRowHeightInfoNeededEventArgs.cs: DataGridView implementation
18552         * DataGridViewRowsDeletedEventArgs.cs: DataGridView implementation
18553         * DataGridViewTextBoxEditingControl.cs: DataGridView implementation
18554         * DataGridViewContentAlignment.cs: DataGridView implementation
18555         * DataGridViewRowPostPaintEventHandler.cs: DataGridView implementation
18556         * DataGridViewComboBoxEditingControl.cs: DataGridView implementation
18557         * DataGridViewCellValidatingEventHandler.cs: DataGridView implementation
18558         * DataGridViewSelectedColumnCollection.cs: DataGridView implementation
18559         * DataGridViewPaintParts.cs: DataGridView implementation
18560         * DataGridViewCellCollection.cs: DataGridView implementation
18561         * DataGridViewRowsAddedEventArgs.cs: DataGridView implementation
18562         * DataGridViewImageColumn.cs: DataGridView implementation
18563         * DataGridViewRowsRemovedEventHandler.cs: DataGridView implementation
18564         * DataGridViewElementStates.cs: DataGridView implementation
18565         * DataGridViewRowHeightInfoNeededEventHandler.cs: DataGridView implementation
18566         * DataGridViewColumnDividerDoubleClickEventArgs.cs: DataGridView implementation
18567         * DataGridViewRowPrePaintEventArgs.cs: DataGridView implementation
18568         * DataGridViewRowStateChangedEventArgs.cs: DataGridView implementation
18569         * DataGridViewEditingControlShowingEventArgs.cs: DataGridView implementation
18570         * DataGridViewCellCancelEventArgs.cs: DataGridView implementation
18571         * DataGridViewRowHeaderCell.cs: DataGridView implementation
18572         * DataGridViewBindingCompleteEventArgs.cs: DataGridView implementation
18573         * DataGridViewTextBoxCell.cs: DataGridView implementation
18574         * DataGridViewBand.cs: DataGridView implementation
18575         * DataGridViewAutoSizeColumnModeEventArgs.cs: DataGridView implementation
18576         * DataGridViewHeaderBorderStyle.cs: DataGridView implementation
18577         * DataGridViewRowsAddedEventHandler.cs: DataGridView implementation
18578         * DataGridViewAutoSizeColumnMode.cs: DataGridView implementation
18579         * DataGridViewAutoSizeColumnModeEventHandler.cs: DataGridView implementation
18580         * DataGridViewAutoSizeColumnsModeEventArgs.cs: DataGridView implementation
18581         * DataGridViewRowErrorTextNeededEventHandler.cs: DataGridView implementation
18582         * DataGridViewSelectedCellCollection.cs: DataGridView implementation
18583         * DataGridViewRowContextMenuStripNeededEventArgs.cs: DataGridView implementation
18584         * DataGridViewRowErrorTextNeededEventArgs.cs: DataGridView implementation
18585         * DataGridViewComboBoxDisplayStyle.cs: DataGridView implementation
18586
18587 2005-11-08  Peter Dennis Bartok  <pbartok@novell.com>
18588
18589         * ThemeWin32Classic.cs: 
18590           - Draw the outside focus rectangle around buttons
18591           - Use CPDrawFocusRectangle to draw focus rectangles until Cairo
18592             doesn't use end caps for every dash of a line anymore. This
18593             workaround ignores the forecolor.
18594
18595 2005-11-08  Kornél Pál  <kornelpal@hotmail.com>
18596
18597         * ImageList.cs: Don't use ArgbColor with LayoutKind.Explicit as it isn't
18598           endian safe.
18599
18600 2005-11-07  Jackson Harper  <jackson@ximian.com>
18601
18602         * X11Dnd.cs: Set the X/Y positions on the DragEventArgs correctly.
18603
18604 2005-11-07  Jackson Harper  <jackson@ximian.com>
18605
18606         * ScrollableControl.cs: Calculate the maximum and change vars
18607         (more) correctly so that scrollbars appear as a sensible size.
18608
18609 2005-11-04  Jackson Harper  <jackson@ximian.com>
18610
18611         * TreeNodeCollection.cs: Refresh when nodes are cleared from the
18612         collection.
18613         * TreeView.cs: When the tree is sorted null out the top_node so
18614         that it is recalculated.
18615         - Use dotted lines instead of dashed lines to match MS better.
18616
18617 2005-11-04  Jordi Mas i Hernandez <jordimash@gmail.com>
18618
18619         * ListView.cs: 
18620           - Implements key search for items. Useful when browsing files with FileDialog
18621           - When changing view mode or when clear the items reset scrollbar positions
18622
18623 2005-11-04  Jackson Harper  <jackson@ximian.com>
18624
18625         * CurrencyManager.cs: Implement the MetaDataChanged event, the
18626         Reset method, and the CheckEmpty. CheckEmpty is just a total guess
18627         as to what the method may do as there is no real way of creating a
18628         derived CurrencyManager and calling the method. 
18629
18630 2005-11-03  Jackson Harper  <jackson@ximian.com>
18631
18632         * ThemeWin32Classic.cs: Implement ownerdrawing in the tab control
18633         * TabControl.cs: Add Ownerdrawing bits, add the UpdateTabSelection
18634         method which seems to just be used internally to refresh the tabs.
18635
18636 2005-11-03  Jackson Harper  <jackson@ximian.com>
18637
18638         * TabControl.cs: Implement the remove method. Fix some broken
18639         comments.
18640
18641 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
18642
18643         * DateTimePicker.cs:
18644           - Added missing DateTimePickerAccessibleObject class
18645           - Added missing events
18646           - Added OnFontChanged method
18647         * Form.cs: Added missing attributes
18648         * TreeView.cs: Added missing attributes
18649
18650 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com> 
18651
18652         * GridItemCollection.cs: Fix signatures
18653
18654 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
18655
18656         * XplatUI.cs: Updated build rev/date
18657         * ComboBox.cs, DataGridTextBoxColumn.cs Control.cs, 
18658           DataGridTableStyle.cs, DataGrid.cs, DateTimePicker.cs: Signature fixes
18659         * Application.cs: Trigger context-specific ExitThread events
18660
18661 2005-11-03  Jackson Harper  <jackson@ximian.com>
18662
18663         * Menu.cs:
18664         * MainMenu.cs:
18665         * GridTableStylesCollection.cs:
18666         * Timer.cs:
18667         * TabPage.cs:
18668         * HelpProvider.cs:
18669         * StatusBar.cs:
18670         * MonthCalendar.cs: Signature fixes
18671
18672 2005-11-03  Jackson Harper  <jackson@ximian.com>
18673
18674         * TreeNodeCollection.cs: Remove should not be virtual.
18675         * TreeView.cs: Implement the last of the missing methods.
18676
18677 2005-11-03  Jackson Harper  <jackson@ximian.com>
18678
18679         * TreeNodeConverter.cs: Implement to get off my class-status back.
18680
18681 2005-11-03  Jackson Harper  <jackson@ximian.com>
18682
18683         * TreeView.cs: Hookup the bits for drag and drop.
18684         * TreeNode.cs: Don't cache the tree_view or index anymore, now
18685         that nodes can be moved from tree to tree easily this just causes
18686         all sorts of problems.
18687         * TreeNodeCollection: Don't need to give treenodes an index and
18688         treeview anymore when they are added, these are computed on the
18689         fly. Also make sure to remove a node before its added.
18690
18691 2005-11-03  Peter Dennis Bartok  <pbartok@novell.com>
18692
18693         * TextControl.cs:
18694           - Added CaretSelection enum
18695           - Added comparison methods to Marker struct, makes selection code
18696             more readable
18697           - Added SelectionStart and SelectionEnd as 'moveable' location for
18698             the CaretDirection enum and handler
18699           - Added selection_prev variable to track optimized invalidation for
18700             word and line selection
18701           - Added SelectionVisible property (returns true if there is a valid 
18702             selection)
18703           - Switched CaretHasFocus to only display the caret if there is no
18704             visible selection
18705           - Avoiding StringBuilder.ToString to retrieve a single char, instead
18706             using the direct character index; should be much faster
18707           - Added various conditional debug statements
18708           - Fixed invalidation calculation for selection ranges
18709           - Added ExpandSelection() method to support word and line selection
18710           - Switched SetSelectionToCaret to use new Marker compare overloads
18711           - Added central IsWordSeparator() method to determine word 
18712             separators/whitespace and FindWordSeparator() to streamline common
18713             usage of IsWordSeparator()
18714         * TextBoxBase.cs:
18715           - Removed unneeded grabbed variable, it was just mirroring
18716             Control.Capture
18717           - No longer firing OnTextChanged event when Text setter is called,
18718             since the base will fire the event for us
18719           - Added handling of Ctrl-Up/Down selection
18720           - Added handling of Shift-Cursorkey selection
18721           - Added handling for Ctrl-Delete and Ctrl-Backspace to remove
18722             words
18723           - Added handling of Shift and Ctrl-Shift-Home/End selection
18724           - Removed some debug output
18725           - Added handling for single/double/tripple-click to place caret/
18726             select word/select line respectively (Fixes bug #76031)
18727           - Added support for drag expansion of word/line selection
18728         * RichTextBox.cs: Handle GotFocus event to trigger redrawing of
18729           current selection
18730
18731 2005-11-02  Jackson Harper  <jackson@ximian.com>
18732
18733         * X11Dnd.cs: If the drag is going to and from a MWF window just
18734         copy the data instead of sending it out through the X Selection
18735         mechanism.
18736
18737 2005-11-02  Jackson Harper  <jackson@ximian.com>
18738
18739         * X11Dnd.cs:
18740         * XplatUIX11.cs: When in a drag we don't want motion notify
18741         messages to get passed on to the other controls. This prevents
18742         mouse move messages from showing up in the drag source.
18743
18744 2005-11-02  Jackson Harper  <jackson@ximian.com>
18745
18746         * X11Dnd.cs: Remove unneeded call to XAllowEvents.  Make sure that
18747         the correct button is release to end a drag.
18748         * XplatUIX11.cs: Make the button state internal so the drag system
18749         can access it.  Dragging needs to know about all button releases,
18750         not just left button.
18751
18752 2005-11-02  Miguel de Icaza  <miguel@novell.com>
18753
18754         * Form.cs (Icon): If the icon is null, reset the icon to the
18755         default value. 
18756
18757         * Cursor.cs: When writing the AND-mask bitmap do not include the
18758         number of colors, but hardcode those to two (black and white),
18759         fixes the loading of color cursors (Paint Dot Net).
18760
18761         * Form.cs: To debug, allow MONO_MWF_SCALING=disable variable to
18762         turn off autoscaling.
18763
18764         * Cursor.cs: Allow resource type to be 1 or 2 (from ImageMagic).
18765
18766 2005-11-02  Jackson Harper  <jackson@ximian.com>
18767
18768         * X11Dnd.cs: Make sure to send a status message if the pointer
18769         enters a control that can not accept a drop, otherwise the cursor
18770         isn't updated correctly. Also tried to compress the lines of code
18771         a bit.
18772
18773 2005-11-02  Jackson Harper  <jackson@ximian.com>
18774
18775         * X11Dnd.cs: Change cursors based on drag action. Also attempt to
18776         set actions correctly.  This isn't perfect as XDND and win32 have
18777         some differences on how you allow actions. I'll clear this up by
18778         adding a path for drag from MWF to MWF windows.
18779         * XplatUIX11.cs: Hook into the dnd system.
18780
18781 2005-11-02  Jordi Mas i Hernandez <jmas@softcatala.org>
18782
18783         * ListView.cs: Fixes scroll bar visibility. Hide them if they were
18784         previously shown but they are no longer need it. Very obvious when 
18785         browsing files with FileDialog.
18786
18787 2005-11-01  Peter Dennis Bartok  <pbartok@novell.com>
18788
18789         * Control.cs: We always need to call OnPaintBackground. We pretty much
18790           ignore AllPaintingInWmPaint and always do the painting there, whether 
18791           it's set or not, since we always ignore the WM_ERASEBKGND message 
18792           (which we don't generate on X11). This fixes #76616.
18793         * Panel.cs: Removed unneeded background painting. This happens properly
18794           in Control.cs already
18795
18796 2005-10-31  Mike Kestner  <mkestner@novell.com>
18797
18798         * Menu.cs: Add items to collection before setting their index.
18799         * MenuItem.cs : add range checking with ArgumentException like MS.
18800         [Fixes #76510]
18801
18802 2005-10-31  Jackson Harper  <jackson@ximian.com>
18803
18804         * ListBox.cs: Invalidate if the area is visible at all not just
18805         contained in the visible rect. Fixes unselection of semi visible
18806         items.
18807
18808 2005-10-31  Jackson Harper  <jackson@ximian.com>
18809
18810         * Control.cs: Consistently name the dnd methods. Make them
18811         internal so we can override them to match some MS behavoir
18812         internally.
18813         * Win32DnD.cs: Use the new consistent names.
18814
18815 2005-10-31  Jackson Harper  <jackson@ximian.com>
18816
18817         * TreeView.cs: Don't draw the selected node when we lose focus.
18818
18819 2005-10-31  Jackson Harper  <jackson@ximian.com>
18820
18821         * X11Dnd.cs: We still need to reset the state even though a full
18822         reset isn't being done, otherwise status's still get sent all over
18823         the place.
18824
18825 2005-10-31  Jackson Harper  <jackson@ximian.com>
18826
18827         * Control.cs: Make the dnd_aware flag internal so the dnd
18828         subsystem can check it. Catch exceptions thrown in dnd handlers to
18829         match MS behavoir.
18830         * Hwnd.cs: Add a flag for whether or not a window is dnd aware.
18831         * X11Dnd.cs: Handle null data in the converters. Set the XDND
18832         version when sending a XdndEnter. Use the control/hwnd dnd_aware
18833         flags to reduce the number of dnd enters/status's sent.
18834
18835 2005-10-31  Jackson Harper  <jackson@ximian.com>
18836
18837         * X11Dnd.cs: Don't need the sizeof here. Patch by Jordi Mas.
18838
18839 2005-10-31  Jordi Mas i Hernandez <jordi@ximian.com>
18840
18841         * PictureBox.cs: Fixes 76512
18842
18843 2005-10-28  Jackson Harper  <jackson@ximian.com>
18844
18845         * X11Dnd.cs: Early implementation to support winforms being a drag
18846         source for data on X11. Also restructured the converters so they
18847         can go both ways now.
18848         * XplatUIX11.cs: Tie ins to the the Dnd stuff.
18849         
18850 2005-10-27  Peter Dennis Bartok  <pbartok@novell.com>
18851
18852         * XplatUIX11.cs: Fixed FIXME - implemented ASCII encoding for XA_STRING
18853           clipboard requests
18854
18855 2005-10-27  Jackson Harper  <jackson@ximian.com>
18856
18857         * TreeNode.cs: Implement serialization so my DnD examples will work.
18858
18859 2005-10-24  Kornél Pál  <kornelpal@hotmail.com>
18860
18861         * ButtonBase.cs, ListView.cs, NotifyIcon.cs, PictureBox.cs, ToolBar.cs,
18862           TreeView.cs: Don't dispose objects that are not owned.
18863           
18864 2005-10-24  Peter Dennis Bartok  <pbartok@novell.com>
18865
18866         * Cursor.cs: Defaulting the Current cursor to Cursors.Default. We
18867           should retrieve the current cursor and report that, but XplatUI
18868           doesn't (yet) have an interface for that (and I'm not sure I even
18869           can, on X11)
18870         * XplatUIWin32.cs: Fixed override behaviour. The override is temporary,
18871           until any message loop processing is done (and the WM_SETCURSOR
18872           replaces the cursor to the proper one)
18873         * XplatUIX11.cs: 
18874           - Fixed override behaviour, we can't set the cursor globally on X11, 
18875             just for our windows.
18876           - Invalidating the System.Drawing X11 display handle when we are
18877             shutting down
18878         * Control.cs: Fix to make csc happy
18879
18880 2005-10-23  Peter Dennis Bartok  <pbartok@novell.com>
18881
18882         * TextBoxBase.cs: 
18883           - get_Text: Add last line (without trailing newline) to returned
18884             value (Fixes 76212)
18885           - get_TextLength: Count last line in returned length
18886           - ToString: Call Text property instead of duplicating code
18887
18888 2005-10-23  Kornél Pál  <kornelpal@hotmail.com>
18889
18890         * ImageList.cs: Dispose ImageAttributes objects.
18891
18892 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
18893
18894         * ImageList.cs: Use attribute constructors with less arguments where
18895           possible.
18896
18897 2005-10-22  Kornél Pál  <kornelpal@hotmail.com>
18898
18899         * ImageList.cs: Added lastKeyIndex field and use in IndexOfKey.
18900           Use typeof instead of strings when assembly is referenced. Added
18901           some more comments.
18902
18903 2005-10-21  Jackson Harper  <jackson@ximian.com>
18904
18905         * ListView.cs: Raise a double click event. Also tried to somewhat
18906         fix when the selectedindexchanged event is raised. Its still
18907         broken though.
18908
18909 2005-10-21  Jackson Harper  <jackson@ximian.com>
18910
18911         * TreeView.cs: New method to invalidate the plus minus area of a
18912         node without invalidating the whole node (maybe this can be used
18913         in some more places).
18914         * TreeNodeCollection.cs: When adding to an empty node we need to
18915         invalidate its plus minus area so the little block shows up.
18916         
18917 2005-10-21  Jackson Harper  <jackson@ximian.com>
18918
18919         * TreeView.cs: Make sure that when we invalidate a node the bounds
18920         are big enough to cover the selected box and the focus
18921         rectangle. Use a different colour for the lines connecting nodes
18922         so they show up with all themes.
18923
18924 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
18925
18926         * NativeWindow.cs: Don't call anything that could call into the driver,
18927           we might be on a different thread.
18928
18929 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com> 
18930
18931         * Control.cs(Dispose): Since Dispose might run on a different thread,
18932           make sure that we call methods that could call into the driver via
18933           invoke, to avoid thread issues
18934
18935 2005-10-21  Peter Dennis Bartok  <pbartok@novell.com>
18936
18937         * XplatUI.cs: Removed finalizer
18938         * XplatUIX11.cs: Removed Destructor, was causing crashes due to X11
18939           not allowing to be called on the finalizer thread.
18940
18941 2005-10-21  Kornél Pál  <kornelpal@hotmail.com>
18942
18943         * ImageList.cs:
18944           - Reverted r51889 and r51891.
18945           - Added ImageListItem class that stores unmodified image items and image
18946             properties required to create list images until handle is created.
18947           - Added AddItem and moved image creation logic to AddItemInternal.
18948           - Added CreateHandle method that creates images based on unmodified items.
18949           - Added DestroyHandle that changes state to store unmodified items.
18950           - Add and AddStrip methods no more create handle.
18951           - ReduceColorDepth has no return value.
18952           - Dispose destroys handle.
18953           - Modified other methods to reflect the above changes.
18954           - Implemented key support.
18955           - Added profile 2.0 members and attributes.
18956           - Added private Reset and ShouldSerialize methods that provide the same
18957             behavior as MS.NET but the Visual Studio .NET designer seems to ignore
18958             them as they are private.
18959           - Added some more comments about implementation details.
18960
18961 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
18962
18963         * DataGrid.cs: Adds support for vertical scrolling using the mousewheel
18964
18965 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
18966
18967         * Binding.cs: No PushData/PullData if there is no binding (fixes crash)
18968
18969 2005-10-21  Jordi Mas i Hernandez <jordi@ximian.com>
18970
18971         * DataGridDrawingLogic.cs: Fixes column hit calcultation
18972         * DataGridColumnStyle.cs: Remove debug message
18973
18974 2005-10-20  Jackson Harper  <jackson@ximian.com>
18975
18976         * TreeView.cs: We can always get input keys regardless of whether
18977         or not editing is enabled. They are used for navigation.
18978
18979 2005-10-20  Jackson Harper  <jackson@ximian.com>
18980
18981         * TreeNode.cs: Use the viewport rect for determining if a node
18982         needs to be moved for visibility. Don't use Begin/End edit. This
18983         calls a full refresh when its done.
18984         * TreeView.cs: New SetBottom works correctly.  Make the viewport
18985         rect property internal so the treenodes can see it. When clicking
18986         on a node we need to ensure that its visible because it might just
18987         be partly visible when clicked.
18988
18989 2005-10-20  Jackson Harper  <jackson@ximian.com>
18990
18991         * TreeNodeCollection.cs: Remove debug code.
18992
18993 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
18994
18995         * Datagrid.cs: Implements column sorting in Datagrid
18996         * DataGridColumnStyle.cs: Implements column sorting in Datagrid
18997
18998 2005-10-20  Jackson Harper  <jackson@ximian.com>
18999
19000         * TreeNodeCollection.cs: Remove items properly. Update the correct
19001         area after removing them.
19002
19003 2005-10-20  Jordi Mas i Hernandez <jordi@ximian.com>
19004
19005         * Datagrid.cs: Should not call base.OnPaintBackground
19006
19007 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
19008
19009         * XplatUIX11.cs (GetMessage):
19010           - Now properly calculates NC_xBUTTONDOWN coordinates off the whole
19011             window instead of client window
19012           - Now properly calculates NC_xBUTTONUP message coordinates
19013           - ScreenToMenu now properly calculates it's coordinates of whole 
19014             window, since menus are in the whole window, not in the client
19015             window
19016           - Added WholeToScreen coordinate translation method
19017
19018 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com> 
19019
19020         * XplatUIX11.cs (GetMessage): Don't return in situations where we don't
19021           want to return a message, loop back to the beginning of the function
19022           and grab the next real message to process instead.
19023
19024 2005-10-20  Peter Dennis Bartok  <pbartok@novell.com>
19025
19026         * Splitter.cs: Properly set limits if no filler control is used
19027
19028 2005-10-19  Jackson Harper  <jackson@ximian.com>
19029
19030         * ColorDialog.cs: Don't show the help button if it is not enabled
19031         instead of disabling it (this is what MS does). Don't create the
19032         panel until the dialog is run, otherwise the vars (such as
19033         ShowHelp) are not set yet.
19034
19035 2005-10-19  Jackson Harper  <jackson@ximian.com>
19036
19037         * TreeView.cs: Implement Begin/EndEdit more correctly so refreshes
19038         are reduced when adding nodes.
19039         * TreeNode.cs:
19040         * TreeNodeCollection.cs: Use UpdateNode instead of refreshing the
19041         tree.
19042         
19043 2005-10-19  Jackson Harper  <jackson@ximian.com>
19044
19045         * FolderBrowserDialog.cs: End editing our treeview so the window
19046         actually gets refreshed.
19047
19048 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
19049
19050         * Control.cs: Fixed logic flip on when to call OnPaintBackground. 
19051           Obsoleted handling of WM_ERASEBKGND, now always draws our background
19052           inside of WM_PAINT
19053
19054 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
19055
19056         * MenuAPI.cs: Returns after Hidding window
19057         * XplatUIX11.cs: Added TODO found while debugging menu issues
19058
19059 2005-10-18  Peter Dennis Bartok  <pbartok@novell.com>
19060
19061         * XplatUIX11.cs: Do not re-map the whole window when it's size
19062           becomes non-zero unless it's supposed to be actually visible
19063
19064 2005-10-18  Jackson Harper  <jackson@ximian.com>
19065
19066         * TreeView.cs: We don't need to keep a count anymore.
19067         * TreeNodeCollection.cs: Fix off by one in RemoveAt, Insert can
19068         use the Grow method.
19069
19070 2005-10-18  Jackson Harper  <jackson@ximian.com>
19071
19072         * TreeNodeCollection.cs: Insert is not supported on arrays, so
19073         implement it manually here.
19074
19075 2005-10-18  Jackson Harper  <jackson@ximian.com>
19076
19077         * ImageList.cs: Dont kill the list when the colour depth is
19078         changed, just change the colour depth of all the images.
19079         - Same goes for setting the image size. Just resize them all
19080         instead of killing the list softly.
19081
19082 2005-10-18  Jackson Harper  <jackson@ximian.com>
19083
19084         * Control.cs: Don't invalidate empty rectangles.
19085
19086 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
19087
19088         * ListViewItem.cs:
19089           - Adds checked item to the Checked/Item lists (where empty before)
19090           - Do not add items to the Selected lists if they are already present
19091         * ListView.cs:
19092           - Fixes IsFixedSize, SyncRoot, IsReadOnly in many collections
19093           - When deleting items make sure that we delete them for the Selected
19094           and Checked list also.
19095
19096 2005-10-18  Jordi Mas i Hernandez <jordi@ximian.com>
19097
19098         * Label.cs: Dispose objects no longer used
19099         * ThemeWin32Classic.cs: Dispose objects no longer used
19100
19101 2005-10-18  Jackson Harper  <jackson@ximian.com>
19102
19103         * TabControl.cs: Don't refresh the whole control when the tabs are
19104         scrolled, we just need to refresh the tab area.
19105
19106 2005-10-17  Jackson Harper  <jackson@ximian.com>
19107
19108         * XplatUIX11.cs: Compress code a little bit. Only calculate the
19109         after handle when we need it.
19110
19111 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
19112
19113         * Control.cs: When the parent size changes, recalculate anchor 
19114           positions. Partial fix for #76462
19115
19116 2005-10-17  Peter Dennis Bartok  <pbartok@novell.com>
19117
19118         * ThemeWin32Classic.cs: Make sure the picturebox has it's background 
19119           drawn. Fixes #76462
19120
19121 2005-10-17  Jackson Harper  <jackson@ximian.com>
19122
19123         * MonthCalendar.cs: Don't create the numeric up down until our
19124         handle is created. Otherwise our handle is created in the
19125         constructor and we don't know if we are a WS_CHILD or WS_POPUP
19126         yet.
19127
19128 2005-10-17  Jackson Harper  <jackson@ximian.com>
19129
19130         * TreeView.cs: Merge in patch by Rafael Teixeira to align strings
19131         correctly.
19132
19133 2005-10-17  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
19134         * TreeNode.cs : small logical fix (was using local var instead of field)
19135         
19136 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
19137
19138         * ThemeWin32Classic.cs: Fixes vert/horz scrollbar colours
19139
19140 2005-10-17  Jordi Mas i Hernandez <jordi@ximian.com>
19141
19142         * ThemeWin32Classic.cs: Fixes focus drawing in for non-flat/popup buttons
19143
19144 2005-10-16  Peter Dennis Bartok  <pbartok@novell.com> 
19145
19146         * Control.cs: 
19147           - Re-implemented anchoring code. My first version was really broken.
19148             This fixes bug #76033. Unlike the previous implementation we will
19149             no longer have round errors since all numbers are calculated from
19150             scratch every time. Removed various anchor-related obsolete vars.
19151           - InitLayout no longer causes layout event firing and layout to be 
19152             performed
19153
19154 2005-10-16  Jackson Harper  <jackson@ximian.com>
19155
19156         * Hwnd.cs: Compute invalid area correctly (fixes my last commit
19157         which was broken).
19158
19159 2005-10-16  Jackson Harper  <jackson@ximian.com>
19160
19161         * TabControl.cs: Remove debug code.
19162
19163 2005-10-16  Jackson Harper  <jackson@ximian.com>
19164
19165         * XEventQueue.cs: Increase the default queue size (very simple
19166         apps needed to grow the queue).
19167         * Hwnd.cs: No finalizer so we don't need to suppress
19168         finalization. Compute the invalid area manually so a new rectangle
19169         does not newto be created.
19170         * ScrollableControl.cs: Don't set any params (otherwise visibility
19171         isn't set correctly).
19172         * MdiChildContext.cs: New constructor takes the mdi parent so it
19173         doesn't have to be computed and avoids a crash on windows. Draw
19174         the window icon properly, and allow the text to be seen.
19175         * Form.cs: Use new MdiChildContext constructor. Make sure the
19176         child context isn't null in wndproc.
19177         * TabControl.cs: Don't set focus, this is muddling keyboard
19178         behavoir. Expand the tab rows when a window size increase will
19179         allow extra tabs to be seen. Don't allow tabs smaller than the
19180         width of a window to be scrolled out of view.
19181         * TreeNode.cs:
19182         * TreeView.cs: Use measure string to calculate a nodes width, the
19183         width is cached and only updated when the text or the font is
19184         changed. Don't check for expand/collapse clicks on the first level
19185         nodes if root lines are disabled.
19186         
19187 2005-10-16  Ritvik Mayank  <mritvik@novell.com>
19188
19189         * TextBoxBase.cs: Fixes #76352 (passing tab key in a multiline textbox)
19190
19191 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
19192
19193         * DataGridBoolColumn.cs: fixes warning
19194
19195 2005-10-16  Jordi Mas i Hernandez <jordi@ximian.com>
19196
19197         * ControlPaint.cs: Fixes methods Dark, DarkDark, Light, LightLight
19198         to match more to match more precisely the MS Net behavior
19199
19200 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
19201
19202         * Hwnd.cs: Added field to track if window is mapped
19203         * XplatUIX11.cs: 
19204           - Unmap windows if they become 0-size, re-map when 
19205             they are >0 again; fixes #76035
19206           - Re-set our error handler after initializing X11Desktop
19207             to override any error handlers Gtk or whatever was called
19208             may have set.
19209
19210 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com> 
19211
19212         * CheckedListBox.cs: Removed unused vars
19213         * ListView.cs: Fixed signatures
19214         * RichTextBox.cs: Removed unused vars
19215         * TextBoxBase.cs: Removed unused vars
19216         * XplatUIWin32.cs: Removed unused vars
19217         * XplatUIX11.cs: Removed unused vars
19218         * XplatUI.cs: Updated version and date to latest published
19219
19220 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
19221
19222         * Cursor.cs: Added private .ctor to work around a bug in
19223           resourceset (Thanks to Geoff Norton for the help on this)
19224         * SplitterEventArgs.cs: Made fields accessible so we don't
19225           waste boatloads of objects and can reuse the same one
19226           in Splitter
19227         * XplatUIWin32.cs(DrawReversibleLine): Now also considers
19228           any captions and borders when generating screen coordinates
19229         * Splitter.cs: Reimplemented control, now fully complete, uses
19230           rubberband drawing, supports and obeys all properties, has
19231           proper cursors
19232
19233 2005-10-13  Miguel de Icaza  <miguel@novell.com>
19234
19235         * Form.cs (Form): Setup default values for autoscale and
19236         autoscale_base_size;  Make these instance variables, not static
19237         variables. 
19238
19239         (OnLoad): on the first load, adjust the size of the form.
19240
19241 2005-10-13  Peter Dennis Bartok  <pbartok@novell.com>
19242
19243         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs: Added 
19244           width argument to DrawReversibleRectangle()
19245         * XplatUIWin32.cs, XplatUIX11.cs: 
19246           - Implemented width for DrawReversibleRectangle()
19247           - Added logic to DrawReversibleRectangle that recognizes a zero
19248             width or height and only draws a line in that situation
19249         
19250 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com> 
19251
19252         * XplatUI.cs, XplatUIDriver.cs: Added GetAutoScaleSize()
19253         * XplatUIOSX.cs: Stubbed GetAutoScaleSize() method
19254         * XplatUIWin32.cs, XplatUIX11.cs: Implemented GetAutoScaleSize()
19255           method (it uses our FosterParent window to get a graphics context)
19256
19257 2005-10-12  Peter Dennis Bartok  <pbartok@novell.com>
19258
19259         * XplatUI.cs, XplatUIDriver.cs: Removed EraseWindowBackground 
19260           and SetWindowBackground methods
19261         * Control.cs:
19262           - Setting proper ControlStyles
19263           - We no longer call XplatUI.SetWindowBackground and XplatUI.
19264             EraseWindowBackground, instead we draw the window background
19265             ourselves in PaintControlBackground. This behaviour is
19266             required to match MS, where, when OnPaintBackground is not
19267             called, the background is not drawn.
19268           - Removed unneeded Refresh() in set_Text
19269         * Hwnd.cs: Dropped the ErasePending support. No longer needed
19270         * XplatUIX11.cs:
19271           - Created DeriveStyles method to translate from CreateParams to
19272             FormBorderStyle and TitleStyle, also handles BorderStyle (which
19273             matches FormBorderStyle enum values)
19274           - Consolidated SetHwndStyles and CalculateWindowRect border/title
19275             style calculations into single DeriveStyles method
19276           - Fixed CreateWindow to (finally) use Gravity. This prevents X11
19277             from redrawing the whole window on any resize or expose.
19278           - Fixed CreateWindow usage of SetWindowValuemask. Before not
19279             all styles were applied to our whole/client window appropriately
19280           - Removed EraseWindowBackground() and SetWindowBackground() methods
19281           - Removed handling of WM_ERASEBKGND message from DefWndProc, we
19282             no longer clear/redraw the background through X
19283           - Removed handling of erase_pending bit, we have no use for it (or
19284             so it seems)
19285         * XplatUIOSX.cs:
19286           - Removed generation and handling of WM_ERASEBKGND message
19287           - Removed EraseWindowBackground() and SetWindowBackground() methods
19288           - Removed handling of hwnd.ErasePending flag
19289         * XplatUIWin32.cs:
19290           - Removed EraseWindowBackground() and SetWindowBackground() methods
19291           - We no longer call EraseWindowBackground on PaintEventStart, we 
19292             ignore the fErase flag, erasing is handled in Control in the
19293             background handler
19294         * Button.cs, GroupBox.cs, Label.cs, CheckBox.cs, ProgressBar.cs,
19295           LinkLabel.cs, ListControl.cs, TabPage.cs, UpDownBase.cs,
19296           TextBoxBase.cs, TextBox.cs, ListView.cs, ButtonBase.cs, 
19297           CheckedListBox.cs, MdiClient.cs, Panel.cs, DataGrid.cs, 
19298           DataGridTextBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, 
19299           TabControl.cs, ScrollableControl.cs, ToolBar.cs, PictureBox.cs,
19300           DateTimePicker.cs, StatusBar.cs, MonthCalendar.cs: Setting proper ControlStyles
19301
19302 2005-10-12  Jonathan Chambers <jonathan.chambers@ansys.com>
19303
19304         * PropertyGrids.cs: Get sub properties
19305         * PropertyGridView.cs: Fix drawing code
19306
19307 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
19308
19309         * ListBox.cs: Fixes 76383
19310
19311 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
19312
19313         * DataGridTextBoxColumn.cs: Sets location and size before attachment
19314         * ThemeWin32Classic.cs: Fixes border drawing and calculations
19315         * DataGridDrawingLogic.cs: Fixes border drawing and calculations
19316
19317
19318 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
19319
19320         * ComboBox.cs: Fixes border drawing
19321
19322 2005-10-10  Miguel de Icaza  <miguel@novell.com>
19323
19324         * MimeIcon.cs: Ignore errors if the file can not be read.
19325
19326 2005-10-11  Jordi Mas i Hernandez <jordi@ximian.com>
19327
19328         * Theme.cs, ThemeWin32Classic.cs, ListBox.cs:
19329          - Fixed border calculations
19330          - Fixed horizontal scrolling in single column listboxes
19331          - Fixed drawing issues
19332
19333 2005-10-10  Peter Dennis Bartok  <pbartok@novell.com>
19334
19335         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched from BorderStyle to 
19336           FormBorderStyle enum
19337         * XplatUIX11.cs: Switched BorderStyle to FormBorderStyle, added 
19338           code to determine FormBorderStyles from CreateParams
19339         * Form.cs:
19340           - Fixed bug where we'd set the wrong window styles if we were
19341             not creating an MDI window
19342           - Added call to XplatUI.SetBorderStyle when form borders are set
19343         * Control.cs: Casting BorderStyles to accommodate changed XplatUI APIs
19344         * Hwnd.cs:
19345           - Removed obsolete edge style
19346           - Switched from BorderStyle to FormBorderStyle
19347         
19348 2005-10-10  Jackson Harper  <jackson@ximian.com>
19349
19350         * Form.cs: Use the property to get the window handle instead of
19351         accessing it directly. Prevents a null reference exception.
19352
19353 2005-10-10  Jackson Harper  <jackson@ximian.com>
19354
19355         * TreeView.cs: Don't adjust the rect given to DrawString now that
19356         our libgdiplus draws correctly.
19357
19358 2005-10-08  Jackson Harper  <jackson@ximian.com>
19359
19360         * TreeView.cs: Don't try to find the clicked on node if there are
19361         no nodes in the tree.
19362
19363 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
19364
19365         * RichTextBox.cs:
19366
19367           restore
19368
19369 2005-10-08  Alexander Olk  <alex.olk@googlemail.com>
19370
19371         * ImageListStreamer.cs, TreeView.cs, UpDownBase.cs, RichTextBox.cs,
19372           ColorDialog.cs, TextControl.cs, Panel.cs, MdiChildContext.cs,
19373           ErrorProvider.cs:
19374           Use ResPool for brushes and dispose System.Drawing objects that
19375           are not used anymore.
19376
19377 2005-10-07  Jackson Harper  <jackson@ximian.com>
19378
19379         * MdiChildContext.cs: Use the new borders instead of drawing them
19380         ourselves.
19381
19382 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
19383
19384         * Calling UpdateBounds after changing the window's BorderStyle 
19385         since the style can change the ClientSize
19386
19387 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
19388
19389         * Control.cs: Made PaintControlBackground virtual
19390         * Panel.cs: Overriding PaintControlBackground instead of using paint
19391           event; paint event method was interfering with 'real' users of the
19392           event.
19393
19394 2005-10-06  Jordi Mas i Hernandez <jordi@ximian.com>
19395
19396         * ThemeWin32Classic.cs: remove border drawing since it is handled
19397         by the base control class now and was causing double border drawing.
19398
19399 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
19400
19401         * Panel.cs: Redraw our background on paint. Not a pretty solution,
19402           but it does seem to match MS behaviour. This fixes bug #75324
19403
19404 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
19405
19406         * XplatUIX11.cs: A better DrawReversibleRectangle version, however
19407           somewhat hackish looking
19408
19409 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
19410
19411         * TextBoxBase.cs:
19412           - We now accept Enter even if AcceptEnter is false, if the containing
19413             form does not have an AcceptButton configured (fixes bug #76355)
19414           - Calculations are now fixed to no longer use Width/Height, but
19415             ClientSize.Width/Height, since we now support borders (this was
19416             a result of fixing borders and therefore bug #76166)
19417           - We no longer show the horizontal scrollbar if TextBox.WordWrap is 
19418             true (fixes bug #76354)
19419         
19420 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
19421
19422         * Control.cs: 
19423           - Defaulting BorderStyle and setting it in XplatUI when our window 
19424             is created
19425           - Added enum check to InternalBorderStyle setter
19426         * XplatUIX11.cs: 
19427           - Added drawing of window borders
19428           - Now properly calculates WM decorations offset for toplevel 
19429             windows (fixes bug #74763)
19430         * XplatUIWin32.cs: 
19431           - Implemented BorderStyles for windows (we're letting win32 draw 
19432             the border for us)
19433           - Fixed the signature for SetWindowLong
19434         * PictureBox.cs, DataGrid.cs, TextBoxBase.cs, ToolBar.cs, Panel.cs,
19435           ListBox.cs, Label.cs: Now uses Control.InternalBorderStyle for 
19436           setting borders
19437         * UpDownBase.cs: Remove drawing of borders, this is handled by
19438           the driver, outside the client area
19439         * ListView.cs: Removed bogus border calculations. The control should
19440           be oblivious to borders, since those are not part of the client
19441           area. 
19442         * X11DesktopColors.cs: Commented out (currently) unneeded variables
19443         * ThemeWin32Classic.cs: Removed border calculations from ListView 
19444           drawing code
19445
19446 2005-10-06  Jackson Harper  <jackson@ximian.com>
19447
19448         * MdiChildContext.cs: Clear out the old virtual position remove
19449         all the unneeded calls to CreateGraphics.
19450
19451 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
19452
19453         * TextControl.cs: Use proper color for highlighted text; fixes #76350
19454
19455 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com> 
19456
19457         * Form.cs: 
19458           - Added loading and setting of our new default icon
19459           - Only set icon if window is already created
19460
19461 2005-10-06  Peter Dennis Bartok  <pbartok@novell.com>
19462
19463         * Label.cs:
19464           - Do not explicitly set the foreground and background colors, to
19465             allow inheriting from parents (fixes #76302)
19466           - Use Control's InternalBorderStyle property to deal with borders
19467
19468 2005-10-06  Jackson Harper  <jackson@ximian.com>
19469
19470         * MdiChildContext.cs: Use the new xplatui function to draw a
19471         reversible rect.
19472
19473 2005-10-06  Jackson Harper  <jackson@ximian.com>
19474
19475         * Form.cs: Add the parent before creating the child context cause
19476         we need the parent when setting up the child.
19477
19478 2005-10-06  Jackson Harper  <jackson@ximian.com>
19479
19480         * FolderBrowserDialog.cs: redo the tree population code so a
19481         second thread isn't used. Should be a lot faster and more stable
19482         now.
19483
19484 2005-10-05  Jackson Harper  <jackson@ximian.com>
19485
19486         * TreeView.cs: There are no expand/collapse boxes if the node has
19487         no children.
19488
19489 2005-10-05  Jackson Harper  <jackson@ximian.com>
19490
19491         * X11DesktopColors.cs: Get menu colours for the gtk theme.
19492
19493 2005-10-05  Alexander Olk  <alex.olk@googlemail.com>
19494
19495         * FileDialog.cs: Fix InitialDirectory
19496
19497 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
19498
19499         * ComboBox.cs:
19500                 - Fixes changing between styles
19501                 - Fixes simple mode
19502                 - Fixes last item crashing when navigating with keyboard
19503
19504 2005-10-05  Jordi Mas i Hernandez <jordi@ximian.com>
19505
19506         * LinkLabel.cs: Related to 76045. Stops the LinkLabel been drawn as a Label
19507
19508 2005-10-05  Jackson Harper  <jackson@ximian.com>
19509
19510         * TreeView.cs: If updating the root node do a full refresh.
19511         * TreeNode.cs: The root node should be expanded by default. Also
19512         added a utility prop to tell if we are the root node.
19513         * TreeNodeCollection.cs: Only refresh if the node we are being
19514         added to is expanded. Also added a comment on a potential
19515         optimization.
19516         
19517 2005-10-04  Peter Dennis Bartok  <pbartok@novell.com>
19518
19519         * Cursor.cs, Hwnd.cs: Added call to GC.SuppressFinalize() 
19520           in dispose method. Fixes #76330
19521
19522 2005-10-04  Jordi Mas i Hernandez <jordi@ximian.com>
19523
19524         * ListView.cs, ThemeWin32Classic.cs, ListViewItem.cs:
19525
19526                 - Implements vertical and horizontal scrolling using XplatUI
19527                 - Fixes keyboard navagation
19528                 - Fixes EnsureVisible
19529                 - Drawing fixes
19530                 - Handles and draws focus properly
19531
19532
19533 2005-10-04  Kornél Pál  <kornelpal@hotmail.com>
19534
19535         * ImageList.cs: Use upper case initials for internal fields. ImageStream:
19536           Create handle. NET_2_0: Destroy handle when value is null.
19537
19538 2005-10-03  Jackson Harper  <jackson@ximian.com>
19539
19540         * ScrollBar.cs: My last scrollbar patch was broken. This is a
19541         revert and a new patch to prevent the thumb from refreshing so
19542         much.
19543
19544 2005-10-02  Jackson Harper  <jackson@ximian.com>
19545
19546         * ScrollBar.cs: Don't update position if it hasn't actually
19547         changed. This occurs when you hold down the increment/decrement
19548         buttons and the thumb gets to the max/min.
19549
19550 2005-10-01  Jackson Harper  <jackson@ximian.com>
19551
19552         * Form.cs:
19553         * MdiChildContext.cs:
19554         * MdiClient.cs: Implement ActiveMdiChild in Form.
19555
19556 2005-10-01  Jordi Mas i Hernandez <jordi@ximian.com>
19557
19558         * ComboBox.cs: Include ComboBoxEdit flag for the edit item
19559
19560 2005-10-01  Peter Dennis Bartok  <pbartok@novell.com>
19561
19562         * X11DesktopColors.cs: Bow out gracefully if the Gtk libs cannot
19563           be found
19564
19565 2005-09-30  Jackson Harper  <jackson@ximian.com>
19566
19567         * ListBox.cs: Don't do a full refresh unless some data has
19568         actually changed.
19569
19570 2005-09-30  Jackson Harper  <jackson@ximian.com>
19571
19572         * TreeView.cs: Make sure that the checkboxes size is factored in
19573         even when not visible.
19574
19575 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
19576
19577         * FileDialog.cs: Fix Jordi's build break
19578
19579 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
19580
19581         * FileDialog.cs: 
19582                 - Use standard the Windows colours for the combobox as espected
19583                 - Dispose objects that use resouces when no longer need them
19584
19585 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com> 
19586
19587         * X11DesktopColors.cs: Initial incomplete implementation
19588         * XplatUIX11.cs: Added call to initialize X11DesktopColors
19589
19590 2005-09-30  Peter Dennis Bartok  <pbartok@novell.com>
19591
19592         * Theme.cs: 
19593           - Switched Theme color names to match the names defined in 
19594             System.Drawing.KnownColors. Life's hard enough, no need to make 
19595             it harder.
19596           - Added setters to all theme color properties so themes can set
19597             their color schemes. The setters also propagate the color changes
19598             to System.Drawing.KnownColors via reflection
19599         * ControlPaint.cs,  Label.cs, TextControl.cs, ToolTip.cs, ThemeNice.cs,
19600           ComboBox.cs, MdiChildContext.cs, TextBoxBase.cs, DateTimePicker.cs
19601           DataGridColumnStyle.cs, MonthCalendar.cs, TreeView.cs: Updated to
19602           use the new, more logical theme color names
19603         * XplatUIWin32.cs: Updated the GetSysColorIndex enum to include new
19604           post-NT colors
19605         * ThemeWin32Classic.cs:
19606           - Removed code to set the old classic Windows colors. Instead it
19607             now relies on the colors returned by System.Drawing.KnownColors
19608             which will be either modern static colors (Unix) or colors
19609             read from the user's configuration (Win32)
19610           - Updated to use the new, more logical theme color names
19611           - Switched DataGrid drawing code to use only Theme colors instead of
19612             a mix of System.Drawing.KnownColors and Theme colors
19613           - DrawFrameControl(): Removed code that fills the button area, the
19614             fill would overwrite any previous fill done by a control. This
19615             fixes bug #75338 
19616           - Added DrawReversibleRectangle() stub
19617         * ScrollableControl.cs: Set visible state to false when scrollbars
19618           are removed (pdn fix)
19619         * XplatUI.cs, XplatUIOSX.cs, XplatUIDriver.cs: Added 
19620           DrawReversibleRectangle() method to allow drawing primitive 
19621           'rubber bands'
19622         * XplatUIX11.cs: Implemented DrawReversibleRectangle()
19623
19624 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
19625
19626         * ImageList.cs: Add(Icon): Create handle.
19627
19628 2005-09-30  Jordi Mas i Hernandez <jordi@ximian.com>
19629
19630         * ListView.cs:
19631         * ThemeWin32Classic.cs:
19632                 - Fixes detail mode
19633                 - Sets clippings
19634                 - Issues with drawing
19635
19636 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
19637
19638         * ImageList.cs: Moved RecreateHandle back to ImageList as event
19639           source has to be the ImageList.
19640
19641 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
19642
19643         * ImageList.cs: Add(Icon): Use Graphics.DrawIcon instead of Icon.ToBitmap.
19644
19645 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
19646
19647         * ImageList.cs: ReduceColorDepth: Clean up pointer operations.
19648
19649 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
19650
19651         * ImageList.cs: ImageCollection: Removed owner field as it is no more used.
19652
19653 2005-09-29  Jonathan Chambers <jonathan.chambers@ansys.com>
19654         * GridItem.cs: Fixed TODOs
19655         * GridItemCollection.cs: Added ICollection interface
19656
19657 2005-09-30  Kornél Pál  <kornelpal@hotmail.com>
19658
19659         * ImageList.cs: Resize icons when needed.
19660
19661 2005-09-29  Jordi Mas i Hernandez <jordi@ximian.com>
19662
19663         * ListViewItem.cs
19664                 - Fixes GetBounds and returns on screen rects
19665         * ListView.cs:
19666                 - Fixes vertical and horzintal scrolling of items
19667         * ThemeWin32Classic.cs:
19668                 - Fixes drawing
19669                 
19670 2005-09-29  Raja R Harinath  <harinath@gmail.com>
19671
19672         * ImageList.cs (ImageStream) [NET_2_0]: Reflect re-factoring.
19673
19674 2005-09-29  Kornél Pál  <kornelpal@hotmail.com>
19675
19676         * ImageList.cs: Added comments about handle creation. Moved Handle,
19677           HandleCreated and OnRecreateHandle implementations to ImageCollection.
19678           Handle is created in Add methods.
19679
19680 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
19681          
19682         * DataGridDrawingLogic.cs: 
19683                 - Takes rows into account on Colum calculations
19684                 - Returns the column when clickig
19685         * DataGrid.cs:
19686                 - Fixes default HitTestInfo values
19687                 - Fixes HitTestInfo.ToString
19688                 - Fixes ResetBackColor          
19689         
19690 2005-09-28  Jackson Harper  <jackson@ximian.com>
19691
19692         * MdiChildContext.cs: Obey rules for fixed sized windows (no
19693         sizing or cursor changes). Also added some temp code to draw the
19694         titlebars text (Makes dev a little easier).
19695
19696 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
19697
19698         * ImageList.cs: AddStrip: Throw ArgumentException when Image is not a Bitmap.
19699
19700 2005-09-28  Jordi Mas i Hernandez <jordi@ximian.com>
19701          
19702         * ListBox.cs: Fixes bug 76253
19703
19704 2005-09-28  Kornél Pál  <kornelpal@hotmail.com>
19705
19706         * ImageList.cs: Added comments about the current implementation. Added
19707           ReduceColorDepth, IndexedColorDepths and GetNearestColor to can use
19708           Format32bppArgb to preserve transparency and can use Graphics.FromImage
19709           while using the specified ColorDepth. ReduceColorDepth uses unsafe code
19710           with Bitmap.LockBits for better performance. Revised the whole file to
19711           match MS.NET behaviour and provide better performance. Non-public
19712           interface members are calling public members even when they throw
19713           NotSupportedException for better maintainability. Moved ColorDepth,
19714           ImageSize, ImageStream and TransparentColor implementations to
19715           ImageCollection for better performance as these properties are not used
19716           by ImageList.
19717         * ImageListStreamer.cs: Added a new internal constructor that takes an
19718           ImageList.ImageCollection and serializes Images based on
19719           ImageCollection.ToArray(). Renamed ImageColorDepth to ColorDepth to
19720           match ImageList property name.
19721
19722 2005-09-28  Kazuki Oikawa <kazuki@panicode.com>
19723
19724         * ListBox.cs: Fixes IndexFromPoint for last item
19725
19726 2005-09-27  Jackson Harper  <jackson@ximian.com>
19727
19728         * Form.cs: Set the position of new mdi children correctly.
19729
19730 2005-09-27  Jackson Harper  <jackson@ximian.com>
19731
19732         * MdiClient.cs: New mdi children need to be added to the back of
19733         the controls collection so the zorder is set correctly. Also add a
19734         count of all the child windows that have been created.
19735
19736 2005-09-27  Jackson Harper  <jackson@ximian.com>
19737
19738         * Form.cs (CreateParams): Setup MDI forms correctly.
19739
19740 2005-09-27  Jackson Harper  <jackson@ximian.com>
19741
19742         * MdiChildContext.cs:
19743         * MonthCalendar.cs:
19744         * UpDownBase.cs:
19745         * ListBox.cs:
19746         * ListView.cs:
19747         * TextBoxBase.cs:
19748         * TreeView.cs:
19749         * ScrollableControl.cs:
19750         * ComboBox.cs: Add implicit controls using the new implict control
19751         functionality in ControlCollection. Also try to block multiple
19752         control add in a suspend/resume layout to save some cycles.
19753         
19754 2005-09-27  Jackson Harper  <jackson@ximian.com>
19755
19756         * Control.cs: Add functionality to the controls collection to add
19757         'implicit controls' these are controls that are created by the
19758         containing control but should not be exposed to the user. Such as
19759         scrollbars in the treeview.
19760         * Form.cs: The list var of the ControlsCollection is no longer
19761         available because of the potential of implicit controls getting
19762         ignored by someone accessing the list directly.
19763
19764 2005-09-26  Peter Dennis Bartok  <pbartok@novell.com>
19765
19766         * Control.cs: Fixed SetChildIndex; it no longer causes a child to
19767           loose it's parent. (Fixed bug introduced in r49103 when we added
19768           setting the child parent to null on Remove)
19769
19770 2005-09-26  Gert Driesen  <drieseng@users.sourceforge.net>
19771
19772         * DataGridBoolColumn.cs: Marked CheckState private to fix public API.
19773         * Splitter.cs: Added missing attributes for BorderStyle property.
19774         * TextBoxBase.cs: Marked Calculate* methods internal.
19775         * TextBox.cs: Fixed DefaultValue for PasswordChar property to match
19776         MS.NET.
19777
19778 2005-09-26  Jordi Mas i Hernandez <jordi@ximian.com>
19779          
19780         * ListBox.cs: Fixes navigation to the last item in multicolumn lists
19781
19782 2005-09-25  Jackson Harper  <jackson@ximian.com>
19783
19784         * TreeView.cs: Update the node bounds correctly regardless of
19785         whether the node is visible.
19786
19787 2005-09-25  Jackson Harper  <jackson@ximian.com>
19788
19789         * ImageList.cs: Don't dispose the image after it is added to the
19790         image list. Only reformat images that need to be resized.
19791
19792 2005-09-25  Jackson Harper  <jackson@ximian.com>
19793
19794         * ImageList.cs: Don't set the format when changing the image.
19795
19796 2005-09-25  Jackson Harper  <jackson@ximian.com>
19797
19798         * TreeView.cs: We can't just assume the node has a font. Use the
19799         treeviews font if no node font is available.
19800
19801 2005-09-25  Jackson Harper  <jackson@ximian.com>
19802
19803         * TreeView.cs: Allow the scrollbars to be reset with negative
19804         values.
19805         - Don't add scrollbars to negative sized windows.
19806
19807 2005-09-23  Jackson Harper  <jackson@ximian.com>
19808
19809         * XplatUIX11.cs: Update to use Mono.Posix.Native instead of plain
19810         old Mono.Posix. Also remove some stray code that shouldn't have
19811         been committed.
19812
19813 2005-09-23  Jackson Harper  <jackson@ximian.com>
19814
19815         * TreeView.cs: Attempt at proper sizing of the horizontal
19816         scrollbar. Also don't resize the scrollbars unless they are
19817         visible.
19818
19819 2005-09-23  Jackson Harper  <jackson@ximian.com>
19820
19821         * TreeView.cs: We don't need to expand the invalid area when the
19822         selection changes, as this is all drawn in the node's bounding
19823         box. The area needs to be expanded (previous typo was contracting
19824         it) when the focus rect moves.
19825
19826 2005-09-23  Jackson Harper  <jackson@ximian.com>
19827
19828         * TreeView.cs: Display the selection box under the correct
19829         circumstances. We were rendering white text with no selection box
19830         before.
19831
19832 2005-09-23  Peter Dennis Bartok  <pbartok@novell.com>
19833
19834         * TextControl.cs(Split): Now updates selection start/end if it points 
19835           into a line that's being split. Fixes a FIXME and bug #75258
19836
19837 2005-09-23  Jackson Harper  <jackson@ximian.com>
19838
19839         * Binding.cs:
19840         * ListControl.cs: Don't use the path when retrieving binding
19841         managers from the binding context. My bat sense tells me that the
19842         path is only used on insertion.
19843
19844 2005-09-22  Jackson Harper  <jackson@ximian.com>
19845
19846         * Splitter.cs: Set the cursor an easier way. (Thanks peter).
19847
19848 2005-09-22  Jackson Harper  <jackson@ximian.com>
19849
19850         * Splitter.cs: There are special cursors used for splitting.
19851         * XplatUIX11.cs: The VSplit and HSplit cursors were backwards.
19852
19853 2005-09-22  Jackson Harper  <jackson@ximian.com>
19854
19855         * Splitter.cs: Change the cursor appropriately when the splitter
19856         is moused over, so the user actually knows there is a splitter
19857         there.
19858
19859 2005-09-22 Hisham Mardam Bey <hisham.mardambey@gmail.com>
19860
19861        * Label.cs : Fix ToString method to give same output as MS.NET
19862
19863 2005-09-22  Jackson Harper  <jackson@ximian.com>
19864
19865         * TreeView.cs: Create the scrollbars when the handle is created
19866         and add them right away, just make them invisble. Also account for
19867         the window being shrunk vertically to the point that the vert
19868         scrollbar needs to be added.
19869         - Remove some 0.5 adjustments to get around anti aliasing issues.
19870         
19871 2005-09-22  Jordi Mas i Hernandez <jordi@ximian.com>
19872          
19873         * MainMenu.cs: Fixes default value
19874         * MenuItem.cs: Fixes default value
19875
19876 2005-09-22  Kazuki Oikawa  <kazuki@panicode.com>
19877
19878         * AsyncMethodResult.cs: Fixes Control.Invoke is blocked infinitely.
19879
19880 2005-09-21  Jackson Harper  <jackson@ximian.com>
19881
19882         * Control.cs: Don't try to set the border style on the window if
19883         it hasn't been created. When the window is created the border
19884         style will be used.
19885
19886 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
19887
19888         * Control.cs (Update): Don't call XplatUI if we don't have a
19889           window handle yet
19890
19891 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
19892
19893         * ContainerControl.cs: Instead of throwing an exception, print
19894           a one-time warning about Validate not being implemented
19895         * XplatUIWin32.cs: Removed debug output
19896
19897 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com> 
19898
19899         * Control.cs: Only set XplatUI background if we expect the windowing
19900           system to handle the background. This stops controls that draw their
19901           own background from flickering
19902
19903         * XplatUIX11.cs: Support custom visuals and colormaps for window 
19904           creation. This allows, amongst other things, using MWF X11 windows 
19905           with OpenGL.
19906
19907 2005-09-21  Peter Dennis Bartok  <pbartok@novell.com>
19908
19909         * OpenFileDialog.cs, ContentsResizedEventArgs.cs, LibSupport.cs, GridItem.cs,
19910           CursorConverter.cs, SplitterEventHandler.cs, PropertyGridTextBox.cs,
19911           GridTablesFactory.cs, MethodInvoker.cs, AccessibleEvents.cs,
19912           SplitterEventArgs.cs, XplatUI.cs, Mime.cs, PropertySort.cs,
19913           TreeViewCancelEventHandler.cs, Form.cs, PropertyGridCommands.cs,
19914           IDataGridEditingService.cs, DateBoldEventHandler.cs, Label.cs,
19915           KeyboardLayouts.cs, TextControl.cs, ProgressBar.cs, ToolTip.cs,
19916           RadioButton.cs, OSFeature.cs, LinkLabel.cs, ColorDialog.cs,
19917           ThemeNice.cs, ErrorIconAlignment.cs, TreeNode.cs, MimeGenerated.cs,
19918           ComboBox.cs, DataGridTextBoxColumn.cs, ArrangeStartingPosition.cs,
19919           GridColumnStylesCollection.cs, 
19920           IDataGridColumnStyleEditingNotificationService.cs,
19921           PropertyGrid.cs, IFeatureSupport.cs, ICommandExecutor.cs,
19922           MdiLayout.cs, GridEntry.cs, ControlBindingsCollection.cs,
19923           GridTableStylesCollection.cs, TreeViewCancelEventArgs.cs, 
19924           TreeNodeCollection.cs, AmbientProperties.cs, 
19925           RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
19926           DataObject.cs, ErrorProvider.cs, Splitter.cs,
19927           DataGridLineStyle.cs, Shortcut.cs, Control.cs,
19928           FontDialog.cs, SecurityIDType.cs, GridItemType.cs,
19929           BindingMemberInfo.cs, DataGridCell.cs, MdiChildContext.cs,
19930           IRootGridEntry.cs, PropertyGridView.cs, DataGridParentRowsLabelStyle.cs,
19931           FolderBrowserDialog.cs, OpacityConverter.cs, HelpProvider.cs,
19932           IComponentEditorPageSite.cs, DataGridTableStyle.cs, NavigateEventArgs.cs,
19933           NotifyIcon.cs, ContentsResizedEventHandler.cs, MenuItem.cs,
19934           PropertyTabChangedEventHandler.cs, TextBoxBase.cs, OpenTreeNodeEnumerator.cs,
19935           SelectionMode.cs, TextBox.cs, ListBindingConverter.cs,
19936           FileDialog.cs, KeysConverter.cs, DomainUpDown.cs,
19937           DataFormats.cs, SaveFileDialog.cs, GridItemCollection.cs,
19938           ArrangeDirection.cs, FeatureSupport.cs, SelectionRangeConverter.cs,
19939           RichTextBoxScrollBars.cs, NodeLabelEditEventHandler.cs, TreeNodeConverter.cs,
19940           MimeIcon.cs, X11Structs.cs, PropertyGridEntry.cs,
19941           ImageList.cs, ThemeWin32Classic.cs, X11Keyboard.cs,
19942           CheckedListBox.cs, HelpNavigator.cs, DateTimePickerFormat.cs,
19943           MdiClient.cs, DataGridDrawingLogic.cs, DataGridBoolColumn.cs,
19944           NodeLabelEditEventArgs.cs, Screen.cs, PropertyManager.cs,
19945           ComponentModel.cs, PropertiesTab.cs, CurrencyManager.cs,
19946           SizeGrip.cs, DateBoldEventArgs.cs, X11Dnd.cs, Panel.cs,
19947           Hwnd.cs, OSXStructs.cs, DrawMode.cs, XplatUIDriver.cs,
19948           RichTextBox.cs, PropertyTabChangedEventArgs.cs, CommonDialog.cs,
19949           DataGrid.cs, XplatUIX11.cs, RichTextBoxStreamType.cs, Win32DnD.cs,
19950           ErrorBlinkStyle.cs, TreeViewEventHandler.cs,
19951           PropertyValueChangedEventHandler.cs, IFileReaderService.cs,
19952           DataGridTextBox.cs, SelectedGridItemChangedEventArgs.cs, ScrollBar.cs,
19953           ListBox.cs, TreeViewAction.cs, Help.cs, TrackBar.cs,
19954           AxHost.cs, PropertyValueChangedEventArgs.cs, XplatUIOSX.cs,
19955           RichTextBoxFinds.cs, UpDownEventArgs.cs, Cursors.cs,
19956           CategoryGridEntry.cs, RichTextBoxWordPunctuations.cs, DataGridColumnStyle.cs,
19957           SelectedGridItemChangedEventHandler.cs, DateTimePicker.cs, NavigateEventHandler.cs,
19958           Clipboard.cs, UpDownEventHandler.cs, MonthCalendar.cs,
19959           SendKeys.cs, DataGridPreferredColumnWidthTypeConverter.cs, TreeView.cs,
19960           ThreadExceptionDialog.cs, ImageListConverter.cs, XplatUIWin32.cs,
19961           TreeViewEventArgs.cs: Fixed whitespace and set eol-style:native attribute
19962
19963 2005-09-21  Jackson Harper  <jackson@ximian.com>
19964
19965         * TreeNode.cs: Call Before/After Expand not Collapse when
19966         expanding.
19967
19968 2005-09-20  Jackson Harper  <jackson@ximian.com>
19969         
19970         * XplatUIX11.cs: Use the more hand looking hand (in most themes).
19971
19972 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
19973          
19974         * ListViewItem.cs:
19975                 - Fixes bug 76120
19976                 - Fixes proper storing of subitems
19977                 - Fixes not updated items
19978
19979 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com>
19980
19981         * Control.cs, TextBoxBase.cs, TextControl.cs: Don't do certain
19982           things if our window handle isn't created yet. Also disabled 
19983           debug for TextBoxBase
19984
19985 2005-09-20  Peter Dennis Bartok  <pbartok@novell.com> 
19986
19987         * MenuAPI.cs: Remove filtering of events to allow menu usage
19988
19989 2005-09-20  Miguel de Icaza  <miguel@novell.com>
19990
19991         * Cursor.cs: Allow null to be passed to Cursor.Current.
19992
19993 2005-09-20  Alexander Olk  <alex.olk@googlemail.com>
19994
19995         * ThemeWin32Classic.cs:
19996           - Change some private methods/fields to protected virtual so that 
19997             they can be accessed and overriden in derived classes
19998           - First refactoring of some methods. Derived themes now don't 
19999             need to duplicate the complete code from ThemeWin32Classic
20000         * ThemeNice.cs:
20001           - Added nice StatusBar
20002           - Derive from ThemeWin32Classic and not Theme
20003           - Removed duplicate ThemeWin32Classic code
20004
20005 2005-09-20  Miguel de Icaza  <miguel@novell.com>
20006
20007         * Control.cs (ControlCollection.Add): If the value null is passed
20008         the control is ignored. 
20009
20010         Optimize this loop.
20011
20012 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com> 
20013
20014         * MenuAPI.cs: Replaced Application.Run() with a loop that tracks
20015           PostQuitMessage state.
20016         * XplatUIWin32.cs: Removed bogus PostQuitMessage P/Invoke with HWND arg
20017
20018 2005-09-19  Peter Dennis Bartok  <pbartok@novell.com>
20019
20020         * Application.cs: Our constructor will never get called, move 
20021           initialization to fields; fixes bug #75933
20022
20023 2005-09-19 Hisham Mardam Bey <hisham.mardambey@gmail.com>
20024
20025         * FileDialog.cs :
20026                 - Allow files to be selected properly using file name
20027                 combo box.
20028                 - Add ability to change diretory (absolute / relative)
20029                 using file name combo box.
20030
20031 2005-09-16  Jordi Mas i Hernandez <jordi@ximian.com>
20032          
20033         * ListBox.cs: 
20034                 - Fixes Multicolumn listboxes item wrong calculations
20035                 - Allows to click when only one item is in the listbox
20036                 - Fixes crash when no items using keyboard navigation
20037
20038 2005-09-16  Alexander Olk  <alex.olk@googlemail.com>
20039
20040         * ComboBox.cs: Reverted almost everything from the latest patch which
20041           broke ComboBox
20042
20043 2005-09-16  Kazuki Oikawa <kazuki@panicode.com>
20044         
20045         * ToolTip.cs:
20046                 - Fixed #Mtd2 of ToolTipTest.RemoveToolTipTest.
20047         * ComboBox.cs:
20048                 - When DropDownStyle is Simple, it does not show scrollbar 
20049                 to the last item of the list.
20050                 - When DropDownStyle is Simple, it crashed when the list was 
20051                 scrolled down with the down cursor key.
20052                 - Fixed a bug that when DropDownStyle is DropDownList, the 
20053                 selected item was not shown.
20054                 - The position of the selected item was not preserved when 
20055                 the next dropdown happened.
20056         * ThemeWin32Classic.cs:
20057                 - Items were wrapped at the right end.
20058         * CheckedListBox.cs:
20059                 - Fixed Add method
20060         * ListBox.cs:
20061                 - Items should be fully shown.
20062                 - When resizing and vertical scrollbar disappeared, the item 
20063                 of index 0 should be on the top of the list.
20064                 - GetItemRectangle should consider the size of ver. scrollbar
20065         * StatusBar.cs:
20066                 - SizingGrip area should not be allocated when it is not 
20067                 displayed.
20068                 - Now it reflects MinWidth of the containing panel and 
20069                 fixed a crash that happens when its width becomes so small.
20070
20071 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
20072
20073         * CheckedListBox.cs: Fixes bug 76028
20074         * ListBox.cs: Fixes bug 76028
20075
20076 2005-09-13  Jordi Mas i Hernandez <jordi@ximian.com>
20077
20078         * ThemeWin32Classic.cs: Sets clipping on DataGridPaintRowsHeaders
20079         * DataGridDrawingLogic.cs: fixes issues with Datagrid drawing
20080
20081 2005-09-12  Jordi Mas i Hernandez <jordi@ximian.com>
20082
20083         * XplatUIX11.cs: fixes System.NullReferenceException in some situations
20084
20085 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
20086
20087         * IRootGridEntry.cs: Changed namespace to PropertyGridInternal 
20088
20089 2005-09-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
20090
20091         * IRootGridEntry.cs: Added
20092         * PropertyGridCommands.cs: Added
20093         * PropertiesTab.cs: Added missing methods and property
20094         * PropertyGridView.cs: Made class internal
20095         * PropertyGridTextBox.cs: Made class internal
20096
20097 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
20098
20099         * MimeIcon.cs: Try to check some other environment variables
20100           if "DESKTOP_SESSION" returns "default"
20101
20102 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
20103
20104         * ThemeNice.cs: Corrected background colors (e.g. menus)
20105         * ColorDialog.cs: Use correct background colors for controls
20106
20107 2005-09-09  Alexander Olk  <alex.olk@googlemail.com>
20108
20109         * ThemeNice.cs: Merged r49535 from ThemeWin32Classic
20110
20111 2005-09-08  Peter Dennis Bartok  <pbartok@novell.com>
20112
20113         * RichTextBox.cs: Added initial implementation
20114         * lang.cs: Removed. Was accidentally checked in long time ago
20115         * TODO: Removed. Contents were obsolete
20116
20117 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
20118                                                                                 
20119         * PropertiesTab.cs : Added
20120
20121 2005-09-06  Jonathan Chambers  <jonathan.chambers@ansys.com>
20122                                                                                 
20123         * PropertyGrid.cs : Update
20124         * PropertyGridView.cs : Update
20125         * System.Windows.Forms.resx : Added images and strings
20126
20127 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com> 
20128
20129         * ThemeNice.cs: Do not dispose Pens retrieved from ResPool
20130  
20131 2005-09-06  Peter Dennis Bartok  <pbartok@novell.com>
20132
20133         * XplatUIX11.cs: Force a flush after Ungrab; if case the app enters
20134           a busy loop right after the Ungrab the X11 display is otherwise 
20135           blocked
20136
20137 2005-09-06  Jordi Mas i Hernandez <jordi@ximian.com>
20138
20139         * ThemeWin32Classic.cs: Optimise the use of clipping
20140
20141 2005-09-05  Jordi Mas i Hernandez <jordi@ximian.com>
20142
20143         * DataGrid.cs: fixes recursion bug
20144
20145 2005-09-03  Alexander Olk  <alex.olk@googlemail.com>
20146
20147         * ThemeNice.cs: 
20148           - Draw RadioButton and CheckBox Buttons with DrawButtonBase
20149           - Cleanup
20150
20151 2005-09-02  Alexander Olk  <alex.olk@googlemail.com>
20152
20153         * ThemeNice.cs: Draw nice ProgressBars
20154
20155 2005-09-01  Miguel de Icaza  <miguel@novell.com>
20156
20157         * VScrollBar.cs: Another buglet found by Aaron's tool. 
20158
20159         * ProgressBar.cs: Fix three recursive bugs found by Aaron Tomb's
20160         bug finder.
20161
20162 2005-08-30  Alexander Olk  <alex.olk@googlemail.com>
20163
20164         * ThemeNice.cs:
20165           - Added nicer menu drawing
20166           - Updated DrawTab
20167           - some refactoring
20168
20169 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
20170
20171         * CreateParams.cs (ToString): Made output match MS
20172         * Control.cs (Text): Don't set Text or Focus via XplatUI unless 
20173             handle is already created (to avoid forcing window creation)
20174         * XplatUIX11.cs: Set window text to caption after creating window,
20175           in case Text was set before window was created
20176         * Form.cs: Use this.Text instead of a static string as caption
20177
20178 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
20179
20180         * NotifyIcon.cs: Don't set the window to visible; this screws
20181           up Win32 (causes WM_NCPAINT to be sent on Win32, which calls
20182           OnPaint without a bitmap)
20183         * XplatUIX11.cs: Removed Visible optimization in AddExpose; doesn't 
20184           happen very often anyway; we could add the check to the WM_PAINT 
20185           event generation code
20186
20187 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com>
20188
20189         * NotifyIcon.cs: Fill the icon area with a background color, to 
20190           avoid 'residue' when transparent icons are drawn
20191         * XplatUIX11.cs:
20192           - Handle whole_window == client_window when destroying windows
20193           - SystrayAdd(): Set client_window to whole_window value to
20194             get mouse and other events passed to NotifyIcon
20195
20196 2005-08-30  Peter Dennis Bartok  <pbartok@novell.com> 
20197
20198         * Form.cs: Set proper default for Opacity property
20199         * NotifyIcon.cs:
20200           - ShowSystray(): Don't bother creating telling the OS
20201             about the systray item if no icon is provided
20202           - Now handles WM_NCPAINT message to deal with whole/client window
20203             split
20204           - Create window as visible to not get caught by Expose optimization
20205         * Hwnd.cs: Removed debug message
20206         * ComboBox.cs, ScrollBar.cs, ListBox.cs, TrackBar.cs, TabControl.cs,
20207           StatusBar.cs, TreeView.cs, XplatUIOSX.cs, XplatUIWin32.cs: Switched 
20208             PaintEventStart/End to use new client argument
20209         * TextBoxBase.cs:
20210           - Commented out debug messages
20211           - Switched PaintEventStart/End to use new client argument
20212         * XplatUI.cs: Added client window bool to PaintEventStart()/
20213           PaintEventEnd() calls, to support drawing in non-client areas
20214         * XplatUIDriver.cs: 
20215           - Added client window bool to PaintEventStart()/PaintEventEnd() 
20216             calls, to support drawing in non-client areas
20217           - Added conditional compile to allow using MWF BeginInvoke 
20218             on MS runtime
20219         * XplatUIX11.cs:
20220           - Added some conditional debug output
20221           - Fixed SystrayAdd() method to support new (for SystrayAdd, anyway)
20222             whole/client window split
20223           - Implemented handling of client argument to PaintEventStart()/End()
20224         * Control.cs:
20225           - Throw exception if BeginInvoke() is called and the window handle
20226             or one of the window's parent handles is not created
20227           - Added conditional compile to allow using MWF BeginInvoke on
20228             MS runtime
20229           - get_Parent(): Only sets parent if handle is created. This avoids
20230             forcing window handle creation when parent is set.
20231           - Now fires Layout and Parent changed events in proper order
20232           - Switched to use Handle instead of window.Handle for Z-Order setting,
20233             the get_Parent() patch above causes us to possibly get null for 'window'
20234           - Implemented handling of client argument to PaintEventStart()/End()
20235           - Now reports back to windows that WM_SETCURSOR was handled (to avoid
20236             default handling)
20237           - Now sends a Refresh() to all child windows when Refresh() is called
20238
20239 2005-08-29  Peter Dennis Bartok  <pbartok@novell.com> 
20240
20241         * Form.cs: Added (non-functional) Opacity property
20242         * XplatUIWin32.cs (SystrayAdd): Removed bogus line of code
20243
20244 2005-08-29  Alexander Olk  <xenomorph2@onlinehome.de>
20245         * ThemeNice.cs: New theme for MWF, based on ThemWin32Classic
20246           use export MONO_THEME=nice to activate it.
20247           Currently supported controls:
20248           - Button
20249           - ComboBox
20250           - ScrollBar
20251           - TabControl (TabAlignment.Top only, other will follow)
20252         * ThemeEngine.cs: Add theme nice
20253         * ButtonBase.cs: Redraw button on MouseEnter and MouseLeave everytime,
20254           if enabled
20255
20256 2005-08-25  Jonathan Chambers  <jonathan.chambers@ansys.com> 
20257
20258         * Splitter.cs: Resize docked control and its neighbor.
20259
20260 2005-08-24  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
20261         -- Making Windows with Menus layout correctly --
20262         * Form.cs : The first leg of the fix
20263                 Menu setter - adjust Client Size as needed to make space for the menu
20264                 SetClientSizeCore - doesn't call base version to be able to pass the 
20265                         menu handle to XplatUI.CalculateWindowRect
20266         * Hwnd.cs: Fix for menu_height, now gets from MenuAPI.MENU
20267         * XplatUIX11.cs: The critical second leg of the fix
20268                 GetWindowPos needs to use a recalculated client_rect
20269                 so that resizing the window doesn't break layout of child controls. 
20270                 Also a more complete rule to avoid X Server roundtrips in SetWindowPos
20271                 Lots of \t\n killed
20272
20273 2005-08-23  Peter Dennis Bartok  <pbartok@novell.com> 
20274
20275         * Label.cs: Now properly recalculates width and height on Font and Text
20276           changes if AutoSize is set
20277
20278 2005-08-19  Rafael Teixeira <rafaelteixeirabr@hotmail.com> 
20279         * TreeView.cs : Revamped drawing logic, and support for FullRowSelect
20280
20281 2005-08-19  Jordi Mas i Hernandez <jordi@ximian.com>
20282
20283         * ImageList.cs: Makes ToString method compatible with MS
20284
20285 2005-08-18  Jordi Mas i Hernandez <jordi@ximian.com>
20286
20287         * MenuAPI.cs: fixes bug 75716
20288
20289 2005-08-11 Umadevi S <sumadevi@novell.com>
20290         * Control.cs: Fixed Remove & RemoveAt to make the parent of the control null.
20291
20292 2005-08-11 Umadevi S <sumadevi@novell.com>
20293         * Contorl.cs: Fixed ResetRightToLeft and ResetImeMode to work correctly
20294
20295 2005-08-10  Umadevi S <sumadevi@novell.com>
20296         * CheckedListBox.cs: Fixed event firing on Adding to the CheckedListBox
20297
20298 2005-08-07  Jordi Mas i Hernandez <jordi@ximian.com>
20299
20300         * Menu.cs: fixes bug 75700
20301         * MenuAPI.cs: fixes navigation issues
20302
20303 2005-08-09  Umadevi S <sumadevi@novell.com>
20304         * CheckedListBox.cs - simple fix for GetItemChecked.
20305
20306 2005-08-08  Jordi Mas i Hernandez <jordi@ximian.com>
20307
20308         * ComboBox.cs: Serveral fixes
20309         * ListBox.cs: Serveral fixes
20310
20311 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
20312
20313         * ComboBox.cs: Fixes FindString methods and GetItemHeight
20314         * ListBox.cs: Fixes FindString methods
20315
20316 2005-08-05  Jordi Mas i Hernandez <jordi@ximian.com>
20317
20318         * DataGrid.cs: fixes bugs exposed by new tests
20319
20320 2005-08-04  Peter Dennis Bartok  <pbartok@novell.com> 
20321
20322         * Mime.cs: Compile Mono assembly references only if compiling
20323           with Mono (Allows to build with VS.Net again)
20324
20325 2005-07-28  Marek Safar  <marek.safar@seznam.cz>
20326
20327         * Control.cs (PaintControlBackground): Draw background image
20328         corrrectly.
20329         (CheckForIllegalCrossThreadCalls): Stubbed.
20330         
20331         * Form.cs (OnCreateControl): Center when should be centered.
20332         
20333         * ThemeWin32Classic.cs (DrawPictureBox): Pass size.
20334
20335 2005-07-19  Jordi Mas i Hernandez <jordi@ximian.com>
20336
20337         * Binding.cs: Binding to properties should be case unsensitive
20338
20339 2005-07-18 vlindos@nucleusys.com
20340
20341         * DataGrid.cs: fixes setmember order
20342
20343 2005-07-07  Alexander Olk  <xenomorph2@onlinehome.de>
20344
20345         * MimeIcon.cs: added MimeIcon stuff (MimeIconEngine)
20346         * FileDialog.cs: FileDialog is now resizable and uses the new
20347           MimeIconEngine
20348
20349 2005-07-06  Jordi Mas i Hernandez <jordi@ximian.com>
20350
20351         * DataGridTextBoxColumn.cs: default value
20352         * GridColumnStylesCollection.cs: fixes event firing, checking MappingName
20353         * GridTableStylesCollection.cs: fixes checking MappingName
20354         * DataGridDrawingLogic.cs: fixes drawing logic issues
20355         * DataSourceHelper.cs: rewritten to make compatible with more data sources
20356         * DataGrid.cs: fixes    
20357
20358 2005-07-06  Alexander Olk  <xenomorph2@onlinehome.de>
20359
20360         * MimeGenerated.cs: Use case sensitive comparer for
20361           NameValueCollections
20362
20363 2005-07-01  Jordi Mas i Hernandez <jordi@ximian.com>
20364
20365         * DataGridTextBoxColumn.cs: bug fixes, code refactoring 
20366         * ThemeWin32Classic.cs: bug fixes, code refactoring
20367         * DataGridDrawingLogic.cs:  bug fixes, code refactoring
20368         * DataGrid.cs: bug fixes, code refactoring
20369         * DataGridTextBox.cs: bug fixes, code refactoring
20370         * DataGridColumnStyle.cs:  bug fixes, code refactoring
20371         * Theme.cs:  bug fixes, code refactoring
20372
20373 2005-07-01  Peter Bartok  <pbartok@novell.com> 
20374
20375         * TextControl.cs: Quick fix for the reported crash on ColorDialog
20376           and other text box usage
20377
20378 2005-07-01  Jackson Harper  <jackson@ximian.com>
20379
20380         * TabControl.cs: Make sure the bottom of the tab covers the pages
20381         border.
20382
20383 2005-06-30  Peter Bartok  <pbartok@novell.com> 
20384
20385         * Form.cs (ShowDialog): Assign owner of the dialog
20386         * TextBoxBase.cs: Always refresh caret size when deleting, caret
20387           might have been moved to a tag with different height
20388
20389 2005-06-30  Jackson Harper  <jackson@ximian.com>
20390
20391         * Form.cs: Don't create an infinite loop when setting focus
20392         * MenuItem.cs: Don't dirty the parents if we don't have any
20393
20394 2005-06-29  Ben Maurer  <bmaurer@ximian.com>
20395
20396         * LibSupport.cs: Rename
20397
20398 2005-06-29  Peter Bartok  <pbartok@novell.com>
20399
20400         * TextBoxBase.cs: Re-align caret after deleting a character
20401         * TextControl.cs:
20402           - DeleteChars(): Ensure that tag covers the provided position
20403           - StreamLine(): Drop reference for dropped tag
20404
20405 2005-06-29  Peter Bartok  <pbartok@novell.com> 
20406
20407         * TextControl.cs: 
20408           - Selections now work properly, anchoring at the initial location
20409             and properly extending in either direction (SetSelectionToCaret(),
20410             SetSelectionStart() and SetSelectionEnd())
20411           - No longer redraws the whole control on selection change, now
20412             calculates delta between previous and new selection and only
20413             invalidates/redraws that area
20414           - Fixed FindPos() math off-by-one errors
20415           - Changed DeleteChars() to verify the provided tag covers the
20416             provided position, selections may have a tag that doesn't cover
20417             the position if the selection is at a tag border
20418           - Fixed off-by-one errors in DeleteChars()
20419           - Added missing streamlining check in DeleteChars() to remove
20420             zero-length tags
20421           - Implemented Invalidate() method, now properly calculates exposures
20422             between two given lines/positions
20423           - Implemented SetSelection()
20424           - Obsoleted and removed FixupSelection()
20425           - Improved RecalculateDocument() logic, removing code duplication
20426
20427 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20428
20429         * LibSupport.cs: changes to match different input/output arguments.
20430
20431 2005-06-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20432
20433         * LibSupport.cs: added libsupport.so init routine.
20434
20435 2005-06-29  Jordi Mas i Hernandez <jordi@ximian.com>
20436         
20437         * ControlBindingsCollection.cs
20438                 - Throws an exception on null datasource when adding
20439                 - Checks for duplicated bindings when adding
20440
20441 2005-06-28  Jackson Harper  <jackson@ximian.com>
20442
20443         * TreeView.cs (OnKeyDown): Support left and right properly
20444         (navigates as well as expanding and collapsing.
20445         - Add support for Multiply, this expands all the selected nodes
20446         children.
20447         - Fix some tabbing.
20448
20449 2005-06-28  Jackson Harper  <jackson@ximian.com>
20450
20451         * TreeView.cs: Implement keyboard navigation, currently supports,
20452         LEFT, RIGHT, UP, DOWN, PGUP, PGDOWN, HOME, END, ADD, SUBTRACT. Add
20453         support for toggling checkboxes with the space bar.
20454
20455 2005-06-28  Jackson Harper  <jackson@ximian.com>
20456
20457         * OpenTreeNodeEnumerator.cs: Don't move past the begining of the
20458         tree.
20459
20460 2005-06-28  Jackson Harper  <jackson@ximian.com>
20461
20462         * TreeView.cs: Add missing event.
20463
20464 2005-06-27  Peter Bartok  <pbartok@novell.com> 
20465
20466         * TextControl.cs:
20467           - Made line ending size configurable (now allows for counting 
20468             lineendings as \n or \r\n)
20469           - Added margin to viewport to keep caret visible on right side
20470           - Fixed translation routines for line/pos to documentpos to consider
20471             cr/lf when counting (Fixes RichTextBox.SelectionFont issues)
20472           - Fixed some line-endings to be unix style
20473           - Fixed Document.FormatText to perform it's calculations 1-based
20474           - Added descriptions for a few methods that might otherwise get 
20475             used wrong
20476           - Added NOTE section with some basic conventions to remember at 
20477             the top of the file
20478           - Major fixup for RichTextBox selection drawing:
20479             * Fixed crashes when multiple tags on a single line were selected
20480             * fixed selection box drawing not overlaying text
20481             * fixed bogus offset calculation for tags not starting at index 1
20482             * Switched behaviour from using multiple Substrings of a 
20483               StringBuilder.ToString() to using multiple 
20484               StringBuilder.ToString(start, length) statements, hoping this is
20485               faster (kept original version commented out in the code, in case
20486               original version was faster)
20487         * TextBox.cs (set_TextAlignment): TextBox always needs to wrap if 
20488           alignment != Left
20489         * TextBoxBase.cs (CalculateDocument): Made protected so RichTextBox can
20490           call it as well
20491
20492 2005-06-27  Jackson Harper  <jackson@ximian.com>
20493
20494         * TabControl.cs: Move to the left and right with the arrow
20495         keys. These keys don't cycle beyond first and last like
20496         tab. Refresh all the tabs when scrolling them to the left or
20497         right.
20498
20499 2005-06-27  Jackson Harper  <jackson@ximian.com>
20500
20501         * TabControl.cs:
20502           - ToString: Added method
20503           - CreateParams: Remove TODO and comment
20504           - OnKeyDown: Cycle through bounds properly.
20505           - SelectedIndex: Scroll to the right or left if we need to
20506           display the newly selected tab.
20507
20508 2005-06-23  Jackson Harper  <jackson@ximian.com>
20509
20510         * TabControl.cs: Stay in bounds when cycling. Make sure Handled is
20511         set.
20512
20513 2005-06-23  Jackson Harper  <jackson@ximian.com>
20514
20515         * TabControl.cs: Keyboard handling. We now support CTRL-TAB,
20516         CTRL-SHIFT-TAB, and HOME, END are there any others?
20517
20518 2005-06-23  Jackson Harper  <jackson@ximian.com>
20519
20520         * XplatUIX11.cs: Get the modifier keys from the keyboard driver.
20521
20522 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
20523         
20524         * DataGridTextBoxColumn.cs: fixes and enhancements
20525         * ThemeWin32Classic.cs: fixes and enhancements
20526         * DataGridBoolColumn.cs:  fixes and enhancements
20527         * DataGridDrawingLogic.cs:  fixes and enhancements
20528         * CurrencyManager.cs: fixes and enhancements
20529         * DataGrid.cs: fixes and enhancements
20530         * DataGridColumnStyle.cs:  fixes and enhancements
20531
20532 2005-06-22  Jackson Harper  <jackson@ximian.com>
20533
20534         * TabControl.cs: Add some missing methods that just call into the
20535         base. Make the TabPageCollection's IList interface behave in the
20536         same manner as the MS implementation.
20537
20538 2005-06-22  Peter Bartok  <pbartok@novell.com> 
20539
20540         * TextControl.cs: Added sanity check
20541         * TextBoxBase.cs: 
20542           - Fixed wrapping behaviour, don't set wrap on single line controls
20543             (this fixes the breakage of colordialog introduced in an earlier
20544              checkin)
20545           - Added rudimentary support for autoscrolling right-aligned controls
20546             (still needs fixing, also, center alignment scroll is missing)
20547
20548 2005-06-22  Jordi Mas i Hernandez <jordi@ximian.com>
20549         
20550         * ScrollBar.cs: Fixes thumbpos on Maximum values
20551
20552 2005-06-21  Jonathan Chambers <jonathan.chambers@ansys.com>
20553         
20554         * PropertyGridView.cs: Pass context information to UITypeEditors 
20555
20556 2005-06-21  Peter Bartok  <pbartok@novell.com> 
20557
20558         * TextBoxBase.cs:
20559           - Now calling PositionCaret with absolute space coordinates
20560           - Enabled vertical scrolling
20561           - Better tracking of scrollbar changes, tied into WidthChange
20562             event
20563           - Improved cursor tracking
20564           - Removed debug output
20565         * TextControl.cs:
20566           - PositionCaret coordinates are now works in absolute space, not 
20567             the canvas
20568           - Improved tracking of document size
20569           - Added events for width and height changes
20570
20571 2005-06-21  Peter Bartok  <pbartok@novell.com>
20572
20573         * Form.cs: Set focus to active control when form is activated
20574         * TextControl.cs: 
20575           - Added word-wrap functionality to RecalculateLine() 
20576           - Added some short function descriptions for VS.Net to aid in
20577             writing dependent controls
20578           - Added Caret property, returning the current coords of the caret
20579           - Added ViewPortWidth and ViewPortHeight properties
20580           - Added Wrap property
20581           - Added CaretMoved event
20582           - Removed some old debug code
20583           - Split() can now create soft splits
20584           - Added PreviousTag()/NextTag() to allow walking "tag-lists"
20585           - Added method to format existing text
20586           - Fixed size/alignment calculations to use viewport
20587           - RecalculateDocument now can handle changing line-numbers while
20588             calculating lines
20589
20590         * TextBox.cs:
20591           - Added some wrap logic, we don't wrap if alignment is not left
20592           - Added casts for scrollbar var, base class switched types to
20593             also support RichTextBoxA
20594           - Implemented handling of scrollbar visibility flags
20595
20596         * TextBoxBase.cs:
20597           - Switched scrollbars type to RichTextBoxScrollBars to support
20598             RichTextBox
20599           - Added tracking of canvas width/height
20600           - Switched scrollbars to be not selectable (to keep focus on text)
20601           - Added central CalculateDocument() method to handle all redraw
20602             requirements
20603           - Added ReadOnly support
20604           - Added WordWrap support
20605           - Fixed handling of Enter key (we now treat it as a DialogKey)
20606           - Fixed caret positioning when h or v scroll is not zero
20607           - Fixed placing/generation of vertical scrollbar
20608           - Added CalculateScrollBars() method to allow updating scrollbar
20609             limits and visibility
20610           - Fixed handling of horizontal scroll
20611           - Added handling of vertical scroll
20612           - Implemented auto-'jump' when caret moves to close to a left or
20613             right border and there is text to be scrolled into view (currently
20614             there's the potential for a stack overflow, until a bug in
20615             scrollbar is fixed)
20616
20617 2005-06-21  Geoff Norton  <gnorton@customerdna.com>
20618         
20619         * XplatUIOSX.cs: Initial implementation of WM_ERASEBKGND
20620
20621 2005-06-19  Alexander Olk  <xenomorph2@onlinehome.de>
20622
20623         * Mime.cs:
20624         - added inodes.
20625         - return application/x-zerosize for files with size zero
20626           (if no extension pattern matches).
20627         - check matches collection for strings too.
20628         - return only the first mime type if the name value
20629           collection has more than one mime type.
20630
20631 2005-06-18  Jonathan Chambers <jonathan.chambers@ansys.com>
20632         
20633         * PropertyGrid.cs: Cleaned up some TODOs
20634         * PropertyGridView.cs: Added support for UITypeEditors
20635
20636 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
20637         
20638         * DataGrid.cs: clears cached value
20639
20640 2005-06-17  Jordi Mas i Hernandez <jordi@ximian.com>
20641
20642         * DataGridTextBoxColumn.cs: new rows, speed improvements, fixes, readonly prop.
20643         * DataGridDrawingLogic.cs: new rows, speed improvements, fixes, readonly prop.
20644         * DataGrid.cs: new rows, speed improvements, fixes, readonly prop.
20645         * DataGridColumnStyle.cs: new rows, speed improvements, fixes, readonly prop.
20646         
20647 2005-06-16  Jordi Mas i Hernandez <jordi@ximian.com>
20648
20649         * ThemeWin32Classic.cs: fixes colour
20650
20651 2005-06-15  Peter Bartok  <pbartok@novell.com>
20652
20653         * MWFCategoryAttribute.cs: Added (Needed for PropertyGrid designer support)
20654         * MWFDescriptionAttribute.cs: Added (Needed for PropertyGrid designer support)
20655         * ButtonBase.cs: Added MWFCategory and MWFDescription attributes
20656         * Control.cs: Added some MWFCategory and MWFDescription attributes
20657         * ScrollBar.cs: Added some MWFCategory and MWFDescription attributes
20658
20659 2005-06-15  Alexander Olk  <xenomorph2@onlinehome.de>
20660
20661         * Mime.cs, MimeGenerated.cs: First draft of MWF mime stuff, see Mime.cs for
20662         usage
20663
20664 2005-06-14  Jordi Mas i Hernandez <jordi@ximian.com>
20665
20666         * DataGridTextBoxColumn.cs: default datagrid settings for Default Styles, fixes
20667         * DataGridTableStyle.cs: default datagrid settings for Default Styles, fixes
20668         * DataGridDrawingLogic.cs: default datagrid settings for Default Styles, fixes
20669         * DataGridBoolColumn.cs: default datagrid settings for Default Styles, fixes
20670         * DataGrid.cs: default datagrid settings for Default Styles, fixes
20671         * DataGridColumnStyle.cs: default datagrid settings for Default Styles, fixes
20672
20673 2005-06-13  Jackson Harper  <jackson@ximian.com>
20674
20675         * XplatUIX11.cs: Override SetAllowDrop on X11 so an error message
20676         isn't printed when the user enables dropping. (X11 does accept
20677         drops).
20678         
20679 2005-06-13  Jackson Harper  <jackson@ximian.com>
20680
20681         * TreeView.cs: Remove some TODOS.
20682
20683 2005-06-13  Jackson Harper  <jackson@ximian.com>
20684
20685         * Form.cs: Hook into the mdi framework.
20686         * MdiClient.cs: Use the base control collections add method so
20687         parents get setup correctly. Set the default back colour and dock
20688         style.
20689         * MdiChildContext.cs: New class, this bad actor handles an
20690         instance of an MDI window. Right now there is only basic
20691         support. You can drag, close, and resize windows. Minimize and
20692         Maximize are partially implemented.
20693
20694 2005-06-13  Jackson Harper  <jackson@ximian.com>
20695
20696         * XplatUIX11.cs: Mash numbers together properly, otherwise we get
20697         freaky when both vals are negative. NOTE: There are probably other
20698         places in XplatUIX11 that this needs to be done.
20699
20700 2005-06-13  Jordi Mas i Hernandez <jordi@ximian.com>
20701
20702         * DataGrid.cs: implement missing methods, move KeyboardNavigation
20703         * DataGridColumnStyle.cs: fixes signature
20704
20705 2005-06-12  Jackson Harper  <jackson@ximian.com>
20706
20707         * XplatUIX11.cs: Use sizing cursors similar to the ones on
20708         windows.
20709
20710 2005-06-11  Jackson Harper  <jackson@ximian.com>
20711
20712         * StatusBarPanel.cs: Signature cleanups. Implement
20713         BeginInit/EndInit.
20714
20715 2005-06-10  Jordi Mas i Hernandez <jordi@ximian.com>
20716
20717         * DataGridTextBoxColumn.cs: Honors aligment
20718         * GridColumnStylesCollection.cs: Contains is case unsensitive
20719         * GridTableStylesCollection.cs: several fixes
20720         * DataGridTableStyle.cs: default column creation
20721         * DataGridDrawingLogic.cs: fixes
20722         * CurrencyManager.cs: ListName property
20723         * DataGrid.cs: multiple styles support
20724         * DataGridColumnStyle.cs: fixes
20725         
20726
20727 2005-06-10  Peter Bartok  <pbartok@novell.com>
20728
20729         * Control.cs(Select): Moved SetFocus call to avoid potential
20730           loops if controls change the active control when getting focus
20731         * UpDownBase.cs: Fixes to allow proper keyboard focus after clicking
20732           the up/down buttons
20733
20734 2005-06-10  Matthias Felgner  <matthiasf@voelcker.ocm>
20735
20736         * ImageListConverter.cs: Implemented
20737
20738 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
20739
20740         * MonthCalendar.cs: Wired in NumericUpDown control for year
20741
20742 2005-06-10  John BouAntoun <jba-mono@optusnet.com.au>
20743
20744         * MonthCalendar.cs: Removed MonoTodo attributes on Click and
20745           DoubleClick events, since they are not meant to be fired.
20746
20747 2005-06-09  Peter Bartok  <pbartok@novell.com>
20748
20749         * UpDownBase.cs, NumericUpDown.cs, DomainUpDown.cs: Integrated
20750           Jonathan's standalone controls into MWF, implemented missing
20751           events, attributes and methods; added xxxAccessible classes
20752         * AccessibleObject.cs: Made fields internal so other classes
20753           can change them if needed
20754
20755 2005-06-09  Jonathan Gilbert  <2a5gjx302@sneakemail.com>
20756
20757         * UpDownBase.cs: Complete implementation
20758         * NumericUpDown.cs: Complete implementation
20759         * DomainUpDown.cs: Complete implementation
20760
20761 2005-06-09  Jordi Mas i Hernandez <jordi@ximian.com>
20762
20763         * DataGridTextBoxColumn.cs: drawing fixes
20764         * DataGridCell.cs: fixes ToString method to match MSNet
20765         * DataGridTableStyle.cs: fixes
20766         * DataGridBoolColumn.cs: fixes, drawing
20767         * DataGridDrawingLogic.cs: fixes, new methods
20768         * DataGridTextBox.cs: Keyboard and fixes
20769         * DataGrid.cs:
20770                 - Keyboard navigation
20771                 - Scrolling fixes
20772                 - Row selection (single, multiple, deletion, etc)
20773                 - Lots of fixes
20774         
20775 2005-06-07  Jackson Harper  <jackson@ximian.com>
20776
20777         * ThemeWin32Classic.cs: Clear the background area when drawing
20778         buttons.
20779
20780 2005-06-06  Peter Bartok  <pbartok@novell.com>
20781
20782         * ImageListStreamer.cs: Fixed signature for GetData
20783         * CheckBox.cs: Fixed base class for CheckBoxAccessibleObject
20784         * ComboBox.cs:
20785           - Added missing ChildAccessibleObject class
20786           - Added missing OnXXXFocus overrides, switched to using those
20787             instead of the event handler
20788         * Control.cs:
20789           - Added Parent property for ControlAccessibleObject
20790           - Fixed signatures
20791           - Fixed attributes
20792           - Added ResetBindings()
20793         * ListBindingConverter.cs: Implemented some methods
20794         * ButtonBase.cs: Added missing ButtonBaseAccessibleObject class
20795         * ImageList.cs: Implemented basic handle scheme, removed TODOs
20796         * ContainerControl.cs: Fixed signature, now subscribing to the
20797           ControlRemoved event instead of overriding the handler, LAMESPEC
20798         * CurrencyManager.cs: Added missing attribute
20799         * MonthCalendar.cs: Added missing properties
20800
20801 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
20802
20803         * DataGridColumnStyle.cs: fixes for DataGridColumnStyle
20804         
20805 2005-06-06  Gaurav Vaish and Ankit Jain
20806
20807         * DataSourceHelper.cs: Gaurav Vaish and Ankit Jain patch for databinding
20808         * DataGrid.cs: Gaurav Vaish and Ankit Jain patch for databinding
20809         
20810 2005-06-06  Jordi Mas i Hernandez <jordi@ximian.com>
20811
20812         * Control.cs: fixes CreateParams Width / Height.
20813
20814 2005-06-05  Peter Bartok  <pbartok@novell.com>
20815
20816         * Win32DnD.cs: Removed compilation warnings
20817
20818 2005-06-05  Peter Bartok  <pbartok@novell.com>
20819
20820         * Control.cs (CreateParams): Since we don't know if one of the
20821           properties we use is overridden, lets make sure if we fail accessing
20822           we continue with a backup plan
20823
20824 2005-06-05  Peter Bartok  <pbartok@novell.com>
20825
20826         * Win32DnD.cs:
20827           - Removed debug output
20828           - Added MarshalAs attribute to ensure proper marshalling of FORMATETC
20829             struct
20830           - Plugged resource leak
20831         * XplatUIStructs.cs: Changed ClipboardFormats size to ushort, to match
20832           MS size
20833
20834 2005-06-05  Peter Bartok  <pbartok@novell.com>
20835
20836         * XplatUIWin32.cs: Removed DnD code
20837         * Win32DnD.cs: Implemented drop source and drop target functionality
20838
20839 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20840
20841         * UpDownBase.cs: remove duplicate addition of event, enable some code
20842         that was commented out.
20843         * NumericUpDown.cs: added missing attributes and Hexadecimal property.
20844         Validate input when a key is pressed. It works fine now for every
20845         combination of Hexadecimal. Only missing some drawing love when sharing
20846         space with other controls.
20847
20848 2005-06-04  Peter Bartok  <pbartok@novell.com>
20849
20850         * Control.cs:
20851           - We need to pass a window for DragDrop, so enable callback events
20852           - Added DnD callback events when being a DragSource
20853         * XplatUI.cs (StartDrag): Added window handle argument
20854         * XplatUIDriver.cs (StartDrag): Added window handle argument
20855         * QueryContinueDragEventArgs: Made fields internally accessible so
20856           drivers can set them
20857         * GiveFeedbackEventArgs: Made fields internally accessible so drivers
20858           can set them
20859
20860 2005-06-03  Jordi Mas i Hernandez <jordi@ximian.com>
20861
20862         * DataGridTextBoxColumn.cs: column text editing
20863         * DataGridTableStyle.cs: Respect columns styles created by the user
20864         * DataGridDrawingLogic.cs: lots of drawing fixes and enhanments
20865         * DataGridBoolColumn.cs: bool column editing
20866         * DataGrid.cs: fixes to scrolling, properties, etc
20867         * DataGridTextBox.cs: handle keyboard
20868         * DataGridColumnStyle.cs: fixes
20869
20870 2005-06-02  Jackson Harper  <jackson@ximian.com>
20871
20872         * ImageListStreamer.cs: Somewhat broken implementation of
20873         GetObjectData. The RLE needs some work to match MS properly.
20874
20875 2005-06-02  Jackson Harper  <jackson@ximian.com>
20876
20877         * X11Dnd.cs: Attempting to keep at least one file in MWF
20878         monostyled.
20879
20880 2005-06-02  Peter Bartok  <pbartok@novell.com>
20881
20882         * X11DnD.cs: Use Marshal.SizeOf instead of sizeof, no /unsafe required
20883           that way
20884
20885 2005-06-02  Peter Bartok  <pbartok@novell.com>
20886
20887         * Control.cs: Removed MonoTODO from DoDragDrop and added call to Xplat
20888         * XplatUI.cs: Added DoDragDrop() method
20889         * XplatUIDriver.cs: Added DoDragDrop() method
20890
20891 2005-06-02  Jackson Harper  <jackson@ximian.com>
20892
20893         * Splitter.cs: Implement BorderStyle.
20894
20895 2005-06-02  Jackson Harper  <jackson@ximian.com>
20896
20897         * XplatUIX11.cs: Tie into the X11Dnd subsystem.
20898         * X11Dnd.cs: New file. A subsystem that handles drag and drop on
20899         X11 using XDND.
20900
20901 2005-06-02  Peter Bartok  <pbartok@novell.com>
20902
20903         * DataObject.cs:
20904           - Added Data setter
20905           - Fixed broken insertion code for SetData, now also
20906             overwrites any existing entry of the same format name
20907         * Hwnd.cs: Added list of pointers that automatically gets
20908           freed when the window is disposed
20909         * XplatUI.cs: Call driver initialization method when loading
20910           a driver
20911         * Control.cs:
20912           - OnDragLeave takes EventArgs, not DragEventArgs
20913           - Added setting of WS_EX_ACCEPTFILES style when dropping is
20914             supported
20915           - Forces style update when drop state changes
20916         * XplatUIWin32.cs: Implemented Drag'n'Drop (as good as possible,
20917           not perfect since we cannot (yet) call the IDataObject.GetData()
20918           method, we keep getting 0x80004005 error, dunno why)
20919
20920 2005-06-02  Peter Bartok  <pbartok@novell.com>
20921
20922         * DragEventArgs.cs: Make fields internal so we can cache the
20923           object and re-set the fields from XplatUI
20924
20925 2005-06-02  Jackson Harper  <jackson@ximian.com>
20926
20927         * Control.cs: Add some internal methods so the DnD subsystem can
20928         raise DnD events. Also call into the driver when AllowDrop is set.
20929         * XplatUI.cs:
20930         * XplatUIDriver.cs: New method for setting whether or not a window
20931         is allowed to accept drag and drop messages.
20932                 
20933 2005-06-01  Jordi Mas i Hernandez <jordi@ximian.com>
20934         
20935         * ScrollBar.cs: Make sure that values sent in Scroll events
20936         are always between Maximum and Minimum.
20937
20938 2005-06-01  Marek Safar  <marek.safar@seznam.cz>
20939
20940         * Menu.cs: Call MenuChanged when menuitem visibility has been
20941         changed.
20942         * MenuItem.cs: Rebuild menu when item is (not) visible.
20943         * MainMenu.cs: MainMenu has special MenuChanged.
20944         * Theme.cs: Caption and FrameBorderSize are not fixed.
20945         * XplatUI.cs: Added CaptionHeight,FrameBorderSize.
20946         * XplatUIDriver.cs: Introduced Caption and FrameBorderSize.
20947         * XplatUIX11.cs,
20948         * XplatUIOSX: Caption and FrameBorderSize not implemented yet.
20949         * XplatUIWin32.cs: Get Caption and FrameBorderSize from system.
20950
20951 2005-05-30  Jackson Harper  <jackson@ximian.com>
20952
20953         * DataFormat.cs: We can't statically initialize this stuff because
20954         it calls into the xplatui and could create a loop. So we lazy init
20955         it.
20956
20957 2005-05-28  Jackson Harper  <jackson@ximian.com>
20958
20959         * Control.cs: Proper implementation of Product(Name/Version).
20960
20961 2005-05-27  Jackson Harper  <jackson@ximian.com>
20962
20963         * DataObject.cs: Dont crash if no data is found.
20964
20965 2005-05-26  Rafael Teixeira  <rafaelteixeirabr@hotmail.com>
20966         * MdiClient.cs: Add missing Localizable attribute to BackgroundImage property
20967                 as per status page, guessing it should be set to true
20968
20969 2005-05-26  Jordi Mas i Hernandez <jordi@ximian.com>
20970
20971         * DataGridTextBoxColumn.cs: Draws text and basic text formatting
20972         * DataGridTableStyle.cs: set proper formatting text, def header text
20973         * ThemeWin32Classic.cs: new themable paramaters
20974         * DataGridBoolColumn.cs: paint check box, get data, fixes
20975         * DataGridDrawingLogic.cs: huge improvements in painting, fixes, new methods
20976         * DataGrid.cs: fixes properties, implements vertical and horizontal scrolling
20977         * DataGridColumnStyle.cs: fixes
20978         * Theme.cs: new themable paramaters
20979                 
20980 2005-05-26  Peter Bartok  <pbartok@novell.com>
20981
20982         * ContainerControl.cs: Pass AdjustFormScrollbars() call on to base
20983
20984 2005-05-24 Jonathan S. Chambers <jonathan.chambers@ansys.com>
20985         * Control.cs: Fixed LowOrder and HighOrder to preserve sign.
20986
20987 2005-05-24  Peter Bartok  <pbartok@novell.com>
20988
20989         * OpenFileDialog.cs, Form.cs, Menu.cs, GroupBox.cs, UserControl.cs,
20990           Label.cs, DataGridTextBoxColumn.cs, PropertyGrid.cs, ErrorProvider.cs
20991           Splitter.cs, Control.cs, FontDialog.cs, TabPage.cs,
20992           FolderBrowserDialog.cs, HelpProvider.cs, DataGridTableStyle.cs,
20993           NotifyIcon.cs, FileDialog.cs, ListView.cs, SaveFileDialog.cs,
20994           ToolBarButton.cs, ImageList.cs, DataGridBoolColumn.cs, Panel.cs,
20995           DataGrid.cs, DataGridTextBox.cs, ListBox.cs, TrackBar.cs,
20996           AxHost.cs, TabControl.cs, ScrollableControl.cs, ToolBar.cs,
20997           DataGridColumnStyle.cs, PictureBox.cs, DateTimePicker.cs,
20998           StatusBar.cs, MonthCalendar.cs, TreeView.cs: Added
20999           missing attributes, etc
21000         * DataGridPreferredColumnWidthTypeConverter.cs: Added
21001
21002 2005-05-24  Peter Bartok  <pbartok@novell.com>
21003
21004         * Help.cs: Added, implemented trivial functions, throws up MessageBox
21005           when user tries to get help
21006         * DataObject.cs, DataFormats.cs, LinkArea.cs,
21007           SelectionRangeConverter.cs, Clipboard.cs : Removed unused variables
21008           to suppress warnings
21009         * XplatUIWin32.cs, XplatUIOSX.cs, XplatUIX11.cs: Removed unused code to
21010           avoid unreachable code warning
21011
21012 2005-05-20  Peter Bartok  <pbartok@novell.com>
21013
21014         * CursorConverter.cs (ConvertTo): Switched to use Cursor.GetObjectData
21015
21016 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
21017
21018         * DataGridTextBoxColumn.cs: Basic painting methods
21019         * DataGridTableStyle.cs: Set table style in the column
21020         * ThemeWin32Classic.cs: Use Theme for colors
21021         * DataGridDrawingLogic.cs: Implement more drawing
21022         * DataGrid.cs: drawing, theming, enhacements, fixes
21023         * DataGridColumnStyle.cs: fixes, drawing
21024         * Theme.cs: theming for Datagrid
21025
21026 2005-05-20  Peter Bartok  <pbartok@novell.com>
21027
21028         * Cursor.cs: Implemented GetObjectData() method
21029
21030 2005-05-20  Peter Bartok  <pbartok@novell.com>
21031
21032         * Cursors.cs: Added setting of cursor name
21033         * Cursor.cs:
21034           - Implemented constructors
21035           - Implemented Draw and DrawStretched
21036           - Implemented Current property
21037           - Implemented == and != operators
21038           - Implemented Dispose()
21039           - Implemented ToString
21040           - Added missing attributes
21041         * XplatUIX11.cs:
21042           - Added missing reset for OverrideCursor when DoEvents is called
21043           - Fixed creation of cursor, logic was wrong
21044         * XplatUIWin32.cs:
21045           - Added missing reset for OverrideCursor when DoEvents is called
21046           - Fixed creation of cursor, bit arrays were swapped
21047         * Clipboard.cs: Removed obsolete MonoTODO attribute
21048
21049 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
21050
21051         * ComboBox.cs: fixes OnSelectedItemChanged
21052         * ControlBindingsCollection.cs: fixes item range check
21053
21054 2005-05-20  Jordi Mas i Hernandez <jordi@ximian.com>
21055
21056         * UpDownBase.cs:
21057                 - Calc preferred height properly
21058                 - Implement missing properties
21059                 
21060         * NumericUpDown.cs: Implement missing events
21061
21062 2005-05-19  Jackson Harper  <jackson@ximian.com>
21063
21064         * TabControl.cs: New method that resizes the tab pages before
21065         redrawing them. This as needed as the control is double buffered
21066         and sizing will not be recalculated unless ResizeTabPages is
21067         called.
21068         * TabPage.cs: Set base.Text instead of Text in the constructor so
21069         that UpdateOwner does not get called. Use the new Redraw method of
21070         TabControl instead of Refresh so the sizing is recalculated.
21071         * ThemeWin32Classic.cs: Draw the text for button tabs.
21072
21073 2005-05-19  Jackson Harper  <jackson@ximian.com>
21074
21075         * Control.cs: Paint control background images. Fix typo where
21076         PaintControlBackground was not getting called correctly.
21077
21078 2005-05-19  Peter Bartok  <pbartok@novell.com>
21079
21080         * ScrollableControl.cs (DisplayRectangle): Undid my last change until
21081           I can investigate, apparently I broke FileDialog
21082
21083 2005-05-19  Marek Safar  <marek.safar@seznam.cz>
21084
21085         * AxHost.cs: Some simple properties.
21086         * Control.cs: window must be accessible after ctor.
21087         * Form.cs: Added TransparencyKey property.
21088         * TextBoxBase.cs: Implemented Clear. Text property can be null.
21089         * XplatUIWin32.cs: SetBorderStyle implemented.
21090
21091 2005-05-18  Peter Bartok  <pbartok@novell.com>
21092
21093         * DataObject.cs: Entries are not global but particular to the
21094           DataObject, now it behaves that way
21095         * XplatUIWin32.cs: Implemented Clipboard methods
21096         * Clipboard.cs: Implemented
21097         * ScrollableControl.cs (DisplayRectangle): Fixed calculation
21098         * XplatUIOSX.cs: Updated to final clipboard prototypes
21099         * XplatUIX11.cs: Implemented Clipboard methods
21100         * XplatUIDriver.cs: Updated to final clipboard prototypes
21101         * XplatUIStructs.cs:
21102           - Added BITMAPINFOHEADER struct
21103           - Added ClipboardFormats enum
21104         * X11Structs.cs:
21105           - Added ClipboardStruct
21106           - Added Atom enum items for clipboard types
21107           - Fixed atom types for Selection event structures
21108         * DataFormats.cs:
21109           - Added internal properties and methods for drivers to enumerate
21110             all known formats
21111           - Switched initialization method to allow drivers to assign their
21112             own IDs even for the MS predefined clipboard IDs
21113         * XplatUI.cs: Updated to final clipboard interface
21114
21115 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
21116         * PropertyGridView.cs: Fixed compiler warnings.
21117
21118 2005-05-18 Jonathan S. Chambers <jonathan.chambers@ansys.com>
21119         * PropertyGrid.cs: Added some event calls
21120         * PropertyGridView.cs: Change drawing code to use double buffering
21121         * PropertyGridTextBox.cs: Changed Text property name
21122         * GridItem.cs: Added Bounds property.
21123         * GridEntry.cs: Added Bounds property.
21124
21125 2005-05-17  Lluis Sanchez Gual  <lluis@novell.com>
21126
21127         * Binding.cs: Use IsInstanceOfType instead of IsAssignableFrom
21128         since GetType() may not return the correct type if the object is
21129         a remoting proxy.
21130
21131 2005-05-17  Jordi Mas i Hernandez <jordi@ximian.com>
21132
21133         * TreeNodeCollection.cs: fixes get/set item ranges
21134         
21135 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
21136
21137         * ListBox.cs: Kazuki Oikawa's PreferredHeight and ItemHeight fixes
21138                 
21139 2005-05-15  Jordi Mas i Hernandez <jordi@ximian.com>
21140
21141         * ComboBox.cs: Fix item range comparation
21142         * ListView.cs: Fix item range comparation
21143
21144 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
21145
21146         * FontDialog.cs:
21147           - Clear example panel when OnPaint is called
21148           - Better solution for displaying the example panel text
21149           - Select default indexes in the ListBoxes
21150
21151 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
21152
21153         * XplatUIOSX.cs: Avoid painting into invisible views.  Fixes #74926
21154
21155 2005-05-11  Peter Bartok  <pbartok@novell.com>
21156
21157         * LinkArea.cs: Added and implemented LinkAreaTypeConverter class
21158         * SelectionRangeConverter.cs: Implemented
21159         * PropertyGrid.cs: Fixed attribute value
21160         * Control.cs:
21161           - Invoke(): Don't call Begin/EndInvoke if it is not neccessary
21162           - Added Sebastien Pouliot's CAS Stack Propagation fixes
21163         * XplatUIDriver.cs: Added new XplatUIDriverSupport class, for code
21164           that's common to all drivers. First methods to go there are
21165           Sebastien Pouliot's CAS Stack Propagation helper methods
21166         * XplatUIWin32.cs, XplatUIX11.cs, AsyncMethodData.cs: Fixes by
21167           Sebastien Pouliot for CAS Stack Propagation
21168
21169 2005-05-11  Geoff Norton  <gnorton@customerdna.com>
21170
21171         * OSXStructs.cs:
21172           XplatUIOSX.cs: More cosmetic cleanup courtesy of Artyom Tyazhelov (Artyom.Tyazhelov@helmes.ee)
21173
21174 2005-05-12  Jordi Mas i Hernandez <jordi@ximian.com>
21175
21176         * DataGridTextBoxColumn.cs: fixed some members
21177         * GridColumnStylesCollection.cs: indexed column is case insensitive
21178         * DataGridTableStyle.cs: fixes
21179         * ThemeWin32Classic.cs: add new theme parameter
21180         * Theme.cs: add new theme parameter
21181         * DataGridDrawingLogic.cs: Datagrid's drawing logic
21182         * DataGrid.cs: fixes, new internal properties, etc.
21183         * DataGridColumnStyle.cs: allows to set grid value
21184         *
21185
21186 2005-05-10  Peter Bartok  <pbartok@novell.com>
21187
21188         * AccessibleObject.cs:
21189           - Removed MonoTODO attribute on help, method is correct
21190           - Fixed Bounds property
21191         * AxHost.cs: Moved MonoTODO
21192         * ButtonBase.cs: Now setting AccessibleObject properties
21193         * RadioButton.cs: Setting proper AccessibleObject role
21194         * CheckBox.cs: Setting proper AccessibleObject role
21195         * ControlBindingsCollection.cs: Added properties, methods and attributes
21196         * DataFormats.cs: Fixed awkward internal API, and changed to enable
21197           userdefined DataFormats.Format items as well
21198         * ListControl.cs: Removed data_member from the public eye
21199         * OpenFileDialog.cs:
21200           - Made class sealed
21201           - Added missing attributes
21202         * SaveFileDialog.cs: Added missing attributes
21203         * ImageListStreamer.cs: Fixed code that caused warnings
21204         * LinkLabel.cs: Removed unreachable code
21205         * TreeView.cs: Fixed code that caused warnings
21206         * PropertyGridView.cs: Fixed code that caused warnings
21207         * GridColumnStylesCollection.cs: Added missing attributes
21208         * GridTableStylesCollection: Added missing attribute
21209         * PropertyManager: Added .ctor
21210         * SecurityIDType: Added
21211         * DataObject.cs: Implemented class
21212         * LinkArea.cs: Added missing attribute
21213
21214 2005-05-11  Jordi Mas i Hernandez <jordi@ximian.com>
21215
21216         * RadioButton.cs: call base method to allow to fire OnClick event
21217         * UpDownBase.cs: OnMouseUp call base method
21218         * CheckedListBox.cs: call base method before returning
21219         * TrackBar.cs: call base method before returning
21220         
21221
21222 2005-05-10  Peter Bartok  <pbartok@novell.com>
21223
21224         * XplatUIX11.cs: Fix for #74902, check pending timers when peeking
21225           for messages
21226
21227 2005-05-10  Peter Bartok  <pbartok@novell.com>
21228
21229         * DataFormats.cs: Implemented
21230         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs,
21231           XplatUIX11.cs: Added Clipboard APIs
21232         * XplatUIWin32.cs: Implemented Clipboard APIs
21233         * FolderBrowserDialog.cs: Added missing event, attributes
21234
21235 2005-05-10  Jordi Mas i Hernandez <jordi@ximian.com>
21236
21237         * CheckBox.cs: call base method to allow to fire OnClick event
21238
21239 2005-05-09  Sebastien Pouliot  <sebastien@ximian.com>
21240
21241         * XplatUI.cs: Use PlatformID.Unix under NET_2_0.
21242
21243 2005-05-06  Peter Bartok  <pbartok@novell.com>
21244
21245         * XplatUIX11.cs: Redid Jackson's fix, it was causing a busy loop
21246         * Screen.cs: Implemented
21247         * HelpNavigator.cs: Added
21248         * XplatUIWin32.cs: Added SystemParametersInfo call, fixed WorkArea
21249           property
21250         * HelpProvider.cs: Implemented all we can do until we have a CHM
21251           help library (which means that "What's This" does work now)
21252
21253 2005-05-06  Jackson Harper  <jackson@ximian.com>
21254
21255         * XplatUIX11.cs: Fix waking up the main loop.
21256                 
21257 2005-05-05  Peter Bartok  <pbartok@novell.com>
21258
21259         * XplatUI.cs: Updated revision
21260         * Form.cs: Removed enless loop
21261         * GroupBox.cs (OnPaint): Added call to base.OnPaint()
21262         * Label.cs (OnPaint): Added call to base.OnPaint()
21263         * ToolTip.cs: Made ToolTipWindow reusable for other controls
21264         * LinkLabel.cs (OnPaint): Added call to base.OnPaint()
21265         * UpDownBase.cs (OnPaint): Moved base.OnPaint() call to end of method
21266         * AxHost.cs: Added
21267         * ButtonBase.cs: Moved base.OnPaint() call to end of method
21268         * ThemeWin32Classic.cs: Replaced references to ToolTip with references
21269           to ToolTip.ToolTipWindow for drawing and size methods; this allows
21270           reuse of ToolTipWindow by other controls
21271         * SizeGrip.cs: Moved base.OnPaint() call to end of method
21272         * XplatUIX11.cs: Now clipping drawing area (experimental)
21273         * PictureBox.cs: Moved base.OnPaint() call to end of method
21274         * Theme.cs: Fixed ToolTip abstracts to match new format
21275         * ErrorProvider.cs: Implemented
21276
21277 2005-05-05  Jordi Mas i Hernandez <jordi@ximian.com>
21278
21279         * Label.cs: fire events using OnAutoSizeChanged and OnTextAlignChanged
21280         * LinkLabel.cs:
21281                 - Adds cursors
21282                 - Handles focus
21283                 - Implements LinkBehavior
21284                 - Fixes many issues
21285
21286 2005-05-03  Jackson Harper  <jackson@ximian.com>
21287
21288         * ListView.cs: Calculate the scrollbar positioning on resize and
21289         paint, so they get put in the correct place.
21290
21291 2005-05-03  Alexander Olk  <xenomorph2@onlinehome.de>
21292
21293         * ColorDialogs.cs: The small color panels are now handled by
21294           SmallColorControl. This fixes drawing of the focus rectangle
21295           and adds a 3D border.
21296
21297 2005-05-03  Peter Bartok  <pbartok@novell.com>
21298
21299         * Control.cs: Modified version of Jonathan Chamber's fix for
21300           double-buffering
21301
21302 2005-05-03  Jackson Harper  <jackson@ximian.com>
21303
21304         * ListView.cs: Remove redraw variable. Control now handles whether
21305         or not a redraw needs to be done, and will only raise the paint
21306         event if redrawing is needed.
21307
21308 2005-05-03  Jackson Harper  <jackson@ximian.com>
21309
21310         * Splitter.cs: No decorations for the splitter form. Cache the
21311         hatch brush.
21312
21313 2005-05-03  Jackson Harper  <jackson@ximian.com>
21314
21315         * TreeView.cs: Use dashed lines to connect nodes. Use the
21316         ControlPaint method for drawing the focus rect instead of doing
21317         that in treeview.
21318
21319 2005-05-02  Peter Bartok  <pbartok@novell.com>
21320
21321         * LinkLabel.cs: Fixed the fixes from r43566 and 43521
21322
21323 2005-04-29  Jackson Harper  <jackson@ximian.com>
21324
21325         * ThemeWin32Classic.cs: Don't clear the GC that will clear the
21326         entire image buffer. Just clear the clipping rectangle.
21327
21328 2005-04-29  Jackson Harper  <jackson@ximian.com>
21329
21330         * ThemeWin32Classic.cs: Don't draw list view items that are
21331         outside the clipping rectangle.
21332
21333 2005-04-29  Jordi Mas i Hernandez <jordi@ximian.com>
21334
21335         * ListBox.cs: added horizontal item scroll
21336
21337 2005-04-29  Jackson Harper  <jackson@ximian.com>
21338
21339         * ThemeWin32Classic.cs: Remove some old debug code that was
21340         causing flicker with the new double buffering code.
21341
21342 2005-04-29  John BouAntoun  <jba-mono@optusnet.com.au>
21343
21344         * MonthCalendar.cs, DateTimePicker.cs: Made monthcalendar dropdwon
21345         behave like combobox and comboboxlist (still not sure if this is
21346         correct though).
21347
21348 2005-04-28  Jackson Harper  <jackson@ximian.com>
21349
21350         * ThemeWin32Classic.cs: Don't fill the middle of progress
21351         bars. This fills areas outside of the clip bounds that don't need
21352         to be filled.
21353
21354 2005-04-28  Jackson Harper  <jackson@ximian.com>
21355
21356         * Control.cs: Don't expose functionality to touch the image buffers.
21357         * ProgressBar.cs:
21358         * ListView.cs: We do not need to (and no longer can) manipulate
21359         the image buffers directly. All of this is handled by Control.
21360
21361 2005-04-28  Peter Bartok  <pbartok@novell.com>
21362
21363         * RichTextBoxSelectionAttribute.cs, RichTextBoxSelectionTypes.cs,
21364           RichTextBoxScrollBars.cs, RichTextBoxStreamType.cs,
21365           RichTextBoxFinds.cs, RichTextBoxWordPunctuations.cs: Added
21366
21367 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
21368
21369         * Combobox:
21370                 - Adjust control's height for non-simple comboboxes (bug fix)
21371                 - Remove dead code
21372         * MenuAPI.cs: remove unused var
21373         * ScrollBar.cs: remove unsed var
21374                  
21375         * ListBox.cs: unselect items when clearing
21376
21377 2005-04-28  Jordi Mas i Hernandez <jordi@ximian.com>
21378
21379         * ListControl.cs: honors OnPositionChanged and default Selected Item
21380         * ListBox.cs: unselect items when clearing
21381
21382 2005-04-27  Jackson Harper  <jackson@ximian.com>
21383
21384         * X11Keyboard.cs: Initialize a default keyboard and give a warning
21385         if a "correct" keyboard is not found. This will make us not crash,
21386         but might give some users bad keyboard layouts...seems to be the
21387         same thing rewind does.
21388
21389 2005-04-27  Jackson Harper  <jackson@ximian.com>
21390
21391         * BindingManagerBase.cs: Attach the current/position changed
21392         handlers to their respective events.
21393
21394 2005-04-27  Jackson Harper  <jackson@ximian.com>
21395
21396         * Control.cs: Make sure that the first WM_PAINT does a full draw,
21397         not just a blit.
21398         * ThemeWin32Classic.cs: Don't fill the background for picture
21399         boxes. This could overright user drawing.
21400         * ComboBox.cs: Just fill the clipping rect not the entire client
21401         rect when drawing the background. This prevents pieces of the
21402         image buffer from getting overwritten and is theoretically faster.
21403
21404 2005-04-26  Jordi Mas i Hernandez <jordi@ximian.com>
21405
21406         * ComboBox.cs: Databinding support fixes, fire missing events
21407         * ListControl.cs: implement missing methods and properties, fixes
21408         * ThemeWin32Classic.cs: Databiding support on Drawing
21409         * CheckedListBox.cs: Databinding support fixes, fire missing events
21410         * ListBox.cs: Databinding support fixes, fire missing events
21411         
21412 2005-04-25  Peter Bartok  <pbartok@novell.com>
21413
21414         * LinkLabel.cs: Length of LinkArea is not allowed to be negative
21415
21416 2005-04-25  Jackson Harper  <jackson@ximian.com>
21417
21418         * TreeView.cs: Use the horizontal scrollbars height not width when
21419         determining how much of the client area is available.
21420
21421 2005-04-25  Jackson Harper  <jackson@ximian.com>
21422
21423         * Control.cs: Double buffering is handled differently now. As per
21424         the spec, the extra buffer is created in the WM_PAINT message and
21425         passed down to the control's drawing code.
21426         * GroupBox.cs:
21427         * Label.cs:
21428         * CheckBox.cs:
21429         * ProgressBar.cs:
21430         * RadioButton.cs:
21431         * ColorDialog.cs:
21432         * ComboBox.cs:
21433         * PropertyGridView.cs:
21434         * UpDownBase.cs:
21435         * MessageBox.cs:
21436         * MenuAPI.cs:
21437         * ListView.cs:
21438         * ButtonBase.cs:
21439         * SizeGrip.cs:
21440         * ScrollBar.cs:
21441         * ListBox.cs:
21442         * TrackBar.cs:
21443         * ToolBar.cs:
21444         * PictureBox.cs:
21445         * DateTimePicker.cs:
21446         * StatusBar.cs:
21447         * TreeView.cs: Update to new double buffering system.
21448         * MonthCalendar.cs: Uncomment block, as Capture is now
21449         working. Update to new double buffering
21450         * LinkLabel.cs: Lazy init the link collection. Update to new double buffering
21451         * PaintEventArgs.cs: New internal method allows us to set the
21452         graphics object. This is used for double buffering.
21453         * ThemeWin32Classic.cs: Give the picture box drawing code a clip
21454         rectangle. The internal paint_area var has been removed from
21455         StatusBar. The clipping rect should be used instead.
21456         * Theme.cs: Give the PictureBox drawing method a clipping rect.
21457         * TabPage.cs: The RefreshTabs method was removed, so just call the
21458         tab controls Refresh method now.
21459         * TabControl.cs: Update to new double buffering. Make sure the
21460         handle is created before sizing the tab pages, otherwise we will
21461         get stuck in a loop.
21462
21463 2005-04-24  Borja Sanchez Zamorano <borsanza@gmail.com>
21464
21465         * LinkLabel.cs: Fix typo, bug #74719; patch
21466           from Borja Sanchez Zamorano
21467
21468 2005-04-22  Jackson Harper  <jackson@ximian.com>
21469
21470         * TreeNode.cs: Implement Handle stuff.
21471         * TreeView.cs: Utility methods so nodes can get/lookup by handle.
21472
21473 2005-04-22  Jordi Mas i Hernandez <jordi@ximian.com>
21474
21475         * DataGridTextBoxColumn.cs: call base constructors, fixes
21476         * GridColumnStylesCollection.cs: missing events, methods, and functionality
21477         * GridTableStylesCollection.cs: fixes, check duplicate mapping names
21478         * DataGridTableStyle.cs: implements create default column styles
21479         * DataGridBoolColumn.cs: which types can handle
21480         * DataGrid.cs: missing methods, fixes, new functionality
21481         * DataGridColumnStyle.cs: fixes
21482
21483 2005-04-20  Alexander Olk  <xenomorph2@onlinehome.de>
21484         * FolderBrowserDialog.cs:
21485         - Use a thread to fill the TreeView
21486         - Adjusted some sizes
21487
21488 2005-04-19  Peter Bartok  <pbartok@novell.com>
21489
21490         * LinkLabel.cs: (Re-)create the pieces when setting the Text
21491           property. Fixes #74360.
21492
21493 2005-04-19  Jackson Harper  <jackson@ximian.com>
21494
21495         * XEventQueue.cs: Lock when getting the lockqueue size.
21496         * PictureBox.cs: Call base OnPaint
21497         
21498 2005-04-19  Peter Bartok  <pbartok@novell.com>
21499
21500         * XplatUIX11.cs: Fixed bug introduced with the HWND rewrite, Async
21501           messages were no longer being processed (this broke BeginInvoke)
21502
21503           
21504 2005-04-18  Jackson Harper  <jackson@ximian.com>
21505
21506         * TreeView.cs: buglet that caused node images to get drawn
21507         regardless of whether or not they were in the clipping rectangle.
21508
21509 2005-04-18  Jackson Harper  <jackson@ximian.com>
21510
21511         * CurrencyManager.cs: There are four rules for GetItemProperties:
21512         - If the type is an array use the element type of the array
21513         - If the type is a typed list, use the type
21514         - If the list contains an Item property that is not an object, use
21515         that property
21516         - use the first element of the list if there are any elements in
21517         the list.
21518         
21519 2005-04-17  Jackson Harper  <jackson@ximian.oom>
21520
21521         * TreeView.cs: Calculate plus minus and checkbox bounds when there is a
21522         click. This handles offsets for scrolling properly and reduces
21523         memory. Also fixed GetNode to not offset now that TopNode works
21524         properly.
21525         * TreeNode.cs: No longer need to track the plus minus or checkbox bounds.
21526         
21527 2005-04-17  Jackson Harper  <jackson@ximian.com>
21528
21529         * CursorConverter.cs: Initial implementation.
21530
21531 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
21532
21533         * ListControl.cs: work towards complex data binding support on ListControl
21534         * CurrencyManager.cs: work towards complex data binding support on ListControl
21535         * ListBox.cs: work towards complex data binding support on ListControl
21536
21537
21538 2005-04-15  Jordi Mas i Hernandez <jordi@ximian.com>
21539
21540         * GridTableStylesCollection.cs: fixes name and constructor
21541         * DataGridTableStyle.cs: fixes
21542         * DataGridBoolColumn.cs: fixes names and constructors
21543         * DataGrid.cs: define methods and properties. Some init implementations
21544         * DataGridCell.cs: define methods and properties. Some init implementations
21545         * GridTablesFactory.cs: Define methods and properties
21546
21547 2005-04-15  Geoff Norton  <gnorton@customerdna.com>
21548
21549         * XplatUIOSX.cs:  Handle proper mouse tracking even if the current
21550         graphics port changes.  We still want the coordinates in global screen
21551         coordinates.
21552
21553 2005-04-14  Jackson Harper  <jackson@ximian.com>
21554
21555         * TreeView.cs: Handle clicks when plus minus is disabled. Don't
21556         check plus minus or checkbox clicks unless those features are enabled.
21557
21558 2005-04-14  Jackson Harper  <jackson@ximian.com>
21559
21560         * TreeView.cs: Add methods for setting the top and bottom visible
21561         nodes. TreeNode::EnsureVisible uses these methods.
21562         * TreeNode.cs: Implement EnsureVisible
21563
21564 2005-04-13  Jordi Mas i Hernandez <jordi@ximian.com>
21565
21566         * Form.cs: Pospone menu assignation if the window has not been created yet
21567         * XplatUIWin32.cs: Fixes Win32SetWindowPos, then does not change window
21568         size and position
21569
21570 2005-04-12  Jackson Harper  <jackson@ximian.com>
21571
21572         * TreeView.cs: Set the TopNode properly when scrolling
21573         occurs. This has the added benifit of reducing the amount of
21574         walking that needs to be done when drawing. Also removed an old
21575         misleading TODO.
21576         * OpenTreeNodeEnumerator.cs: Fix moving backwards.
21577         
21578 2005-04-11  Jordi Mas i Hernandez <jordi@ximian.com>
21579
21580         * Timer.cs: fixes interval setting when the timer is already enabled
21581         
21582 2005-04-10  Alexander Olk  <xenomorph2@onlinehome.de>
21583
21584         * FolderBrowserDialog.cs: First approach
21585
21586 2005-04-09  Peter Bartok  <pbartok@novell.com>
21587
21588         * FolderBrowserDialog: Added
21589
21590 2005-04-07  Jordi Mas i Hernandez <jordi@ximian.com>
21591
21592         * LinkLabel.cs: move drawing code into the theme
21593         * ThemeWin32Classic.cs: drawing code and painting background bugfix
21594         * Theme.cs: define DrawLinkLabel method
21595
21596 2005-04-05  Jackson Harper  <jackson@ximian.com>
21597
21598         * BindingContext.cs: Use weak references so these bad actors don't
21599         stay alive longer then they need to.
21600
21601 2005-04-05  Jackson Harper  <jackson@ximian.com>
21602
21603         * ListControl.cs: Basic implementation of complex databinding.
21604         * ComboBox.cs:
21605         * ListBox.cs: Add calls to ListControl databinding methods.
21606
21607 2005-04-05  Alexander Olk  <xenomorph2@onlinehome.de>
21608
21609         * FileDialog.cs:
21610           - Don't change PopupButtonState to Normal when the
21611             PopupButton gets pressed several times.
21612           - Renamed ButtonPanel to PopupButtonPanel
21613
21614 2005-04-05  Jordi Mas i Hernandez <jordi@ximian.com>
21615
21616         * ColorDialog.cs: Use cached objects instead of creating them
21617         * LinkLabel.cs: Use cached objects instead of creating them
21618         * Splitter.cs: Use cached objects instead of creating them
21619         * FontDialog.cs: Use cached objects instead of creating them
21620         * PropertyGridView.cs: Use cached objects instead of creating them
21621         * MessageBox.cs: Use cached objects instead of creating them
21622         * FileDialog.cs: Use cached objects instead of creating them
21623         * ThemeWin32Classic.cs: Use cached objects instead of creating them
21624         * TreeView.cs: Use cached objects instead of creating them
21625         
21626 2005-04-04  Jordi Mas i Hernandez <jordi@ximian.com>
21627
21628         * Control.cs: use Equals to compare the font since no == op
21629         * ScrollBar.cs: use Equals to compare the font since no == op
21630
21631 2005-04-04  Alexander Olk  <xenomorph2@onlinehome.de>
21632
21633         * SaveFileDialog.cs: Open stream in OpenFile with FileMode Create
21634
21635 2005-04-01  Jackson Harper  <jackson@ximian.com>
21636
21637         * Binding.cs: Implement IsBinding.
21638         * BindingManagerBase.cs:
21639         * PropertyManager.cs:
21640         * CurrencyManager.cs: Add IsSuspended property.
21641
21642 2005-04-01  Jackson Harper  <jackson@ximian.com>
21643
21644         * Binding.cs: Had some IsAssignableFrom calls backwards.
21645
21646 2005-04-01  Jackson Harper  <jackson@ximian.com>
21647
21648         * Binding.cs: Handle null data members when pulling data.
21649         * PropertyManager.cs: Handle the data member being a property that
21650         does not exist.
21651
21652 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
21653
21654         * DataGridTextBoxColumn.cs: fixes signature
21655         * DataGrid.cs: calls right constructor
21656
21657 2005-04-01  Jordi Mas i Hernandez <jordi@ximian.com>
21658
21659         * DataGridTextBoxColumn.cs: implements DataGridTextBoxColumn class
21660         * GridColumnStylesCollection.cs: implements GridColumnStylesCollection
21661         * GridTableStylesCollection.cs: implements GridTableStylesCollection
21662         * DataGridTableStyle.cs: implements DataGridTableStyle
21663         * DataGridBoolColumn.cs: implements DataGridBoolColumn
21664         * DataGridTextBox.cs: implements DataGridTextBox
21665         * DataGridColumnStyle.cs: implements DataGridColumnStyle
21666
21667 2005-03-31  Alexander Olk  <xenomorph2@onlinehome.de>
21668
21669         * FileDialog.cs: Added simple PopupButton class for ButtonPanel
21670
21671 2005-03-29  Peter Bartok  <pbartok@novell.com>
21672
21673         * Application.cs:
21674           - Properly implemented CompanyName property
21675           - Fixed LocalUserAppDataPath and UserAppDataPath, now properly
21676             returns a path that includes CompanyName, ProductName and
21677             Version (fixes bug #70330)
21678
21679 2005-03-29  Stefan Buehler  <sbuehler@gmx.ch>
21680
21681         * TabPage.cs: Don't use Owner.DisplayRectangle unless owner is valid,
21682           fixes bug #72588.
21683
21684 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
21685
21686         * FileDialog.cs, SaveFileDialog.cs OpenFileDialog.cs:
21687         
21688           - Added ReadOnly CheckBox
21689           - Further refactoring: moved some code from Open-/SaveFileDialog
21690             to FileDialog
21691
21692 2005-03-28  Alexander Olk  <xenomorph2@onlinehome.de>
21693
21694         * OpenFileDialog.cs: Fixed CheckFileExists
21695         * FileDialog.cs:
21696           Moved FileView and DirComboBox outside FileDialog class.
21697           They can now be used outside FileDialog
21698
21699 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
21700
21701         * FileDialog.cs: Added a contextmenu to change ShowHiddenFiles
21702         * SaveDialog.cs, OpenFileDialog.cs: Fixes for Reset() method
21703
21704 2005-03-27  Alexander Olk  <xenomorph2@onlinehome.de>
21705
21706         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
21707           - Added missing CreatePrompt property in SaveDialog
21708           - Overall SaveDialog handling should be better now
21709           - Added non standard ShowHiddenFiles property
21710           - Added extension, CreatePrompt and OverwritePrompt support in SaveDialog
21711           - Added InitialDirectory and RestoreDirectory support
21712
21713 2005-03-26  Alexander Olk  <xenomorph2@onlinehome.de>
21714
21715         * FileDialog.cs: Made dirComboBox usable
21716
21717 2005-03-24  Alexander Olk  <xenomorph2@onlinehome.de>
21718
21719         * FileDialog.cs: Added Filter support (case sensitiv)
21720
21721 2005-03-24  Jackson Harper  <jackson@ximian.com>
21722
21723         * TabControl.cs: Need a couple more pixels for the lines.
21724
21725 2005-03-23  Jackson Harper  <jackson@ximian.com>
21726
21727         * TabControl.cs: Give the tab page focus when it is selected.
21728
21729 2005-03-23  Jackson Harper  <jackson@ximian.com>
21730
21731         * TabControl.cs: Account for the drawing of tabs borders when
21732         invalidating. If the slider was clicked dont do click detection on
21733         the tabs.
21734
21735 2005-03-23  Jackson Harper  <jackson@ximian.com>
21736
21737         * TabControl.cs: Fix typo, emilinates an unneeded expose event.
21738
21739 2005-03-22  Jonathan Chambers  <jonathan.chambers@ansys.com>
21740
21741         * CategoryGridEntry.cs: Added
21742         * GridItem.cs: Added helper properties
21743         * PropertyGridTextBox.cs: Custom textbox control for PropertyGrid.
21744         * GridEntry.cs: Updated code for collection
21745         * PropertyGrid.cs: Cleaned up some formatting
21746         * PropertyGridView.cs: Added drop down functionality for enums.
21747         * GridItemCollection.cs: Added enumerator logic
21748         * PropertyGridEntry.cs: Added
21749
21750 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
21751
21752         * FileDialog.cs:
21753           - Removed unnecessary commented code
21754           - Fixed handling for entering the filename manually in the combobox
21755
21756 2005-03-19  Alexander Olk  <xenomorph2@onlinehome.de>
21757
21758         * FileDialog.cs, OpenFileDialog.cs: OpenFileDialog Multiselect now works
21759
21760 2005-03-18  Peter Bartok  <pbartok@novell.com>
21761
21762         * ThemeWin32Classic.cs: Moved listview column headers a bit, to avoid
21763           them being touching the border
21764
21765 2005-03-18  Peter Bartok  <pbartok@novell.com>
21766
21767         * TextControl.cs: Quick hack to center text better
21768
21769 2005-03-18  Peter Bartok  <pbartok@novell.com>
21770
21771         * ControlPaint.cs:
21772           - Don't throw NotImplemented exceptions, just print a notice once
21773             instead (requested by Miguel). This makes running existing SWF
21774             apps a bit easier
21775         * Control.cs:
21776           - Commented out Drag'N'Drop XplatUI call (no driver support yet)
21777           - Added context menu trigger on right click
21778         * Panel.cs: Trigger invalidate on resize
21779         * StatusBar.cs:
21780           - Removed old double-buffer drawing
21781           - Added ResizeRedraw style to force proper update of statusbar
21782         * ListView.cs:
21783           - Removed debug output
21784         * ThemeWin32Classic.cs:
21785           - Fixed drawing of status bar, now draws Text property if there
21786             are no defined panels
21787
21788 2005-03-18  Jackson Harper  <jackson@ximian.com>
21789
21790         * ImageList.cs: When the image stream is set pull all the images
21791         from it.
21792         * ImageListStreamer.cs: Implement reading image list streams.
21793
21794 2005-03-18  Peter Bartok  <pbartok@novell.com>
21795
21796         * ThemeWin32Classic.cs (DrawPictureBox):
21797           - Fixed calculations for centered drawing
21798           - Fixed drawing for normal mode, not scaling the image on normal
21799
21800 2005-03-18  Peter Bartok  <pbartok@novell.com>
21801
21802         * ComboBox.cs: Now also firing the OnKeyPress events for the embedded
21803           textbox
21804         * FileDialog.cs:
21805           - Made Open/Save button the accept button for FileDialog
21806           - Tied the cancel button to the IButtonControl cancel button
21807           - Save/Open now properly builds the pathname
21808           - Now handles user-entered text
21809           - Preventing crash on right-click if no item is selected
21810           - Fixed Text property, now uses contents of textbox
21811           - Fixed SelectedText property, now just returns the text part that
21812             is selected in the text box
21813
21814 2005-03-18  Jackson Harper  <jackson@ximian.com>
21815
21816         * ThemeWin32Classic.cs: Use the proper func for drawing the focus
21817         rect, make sure to de-adjust the interior rect after drawing the
21818         tab text.
21819
21820 2005-03-18  Peter Bartok  <pbartok@novell.com>
21821
21822         * MenuAPI.cs: Remove menu *before* executing selected action to
21823           prevent the menu from 'hanging around'
21824           
21825 2005-03-17  Geoff Norton  <gnorton@customerdna.com>
21826
21827         * XplatUIOSX.cs: Implemented WorkingArea property
21828
21829 2005-03-17  Peter Bartok  <pbartok@novell.com>
21830
21831         * XplatUIX11.cs: Fixed menu coord calculations
21832         * MenuAPI.cs: Now using new ScreenToMenu()/MenuToScreen() methods
21833           for calculating offsets
21834
21835 2005-03-17  Peter Bartok  <pbartok@novell.com>
21836
21837         * Hwnd.cs: Do not consider menu presence for default client
21838           rectangle location/size
21839         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs, XplatUIOSX.cs,
21840           XplatUIWin32.cs: Added MenuToScreen() and ScreenToMenu() coord
21841           translation functions
21842         * FileDialog.cs: Fixed (what I presume is a) typo
21843
21844 2005-03-17  Jonathan Gilbert  <logic@deltaq.org>
21845
21846         * XplatUIX11.cs: Added call to XInitThreads() to allow multi-threaded
21847           X access (avoids X-Async errors)
21848
21849 2005-03-16  Jackson Harper  <jackson@ximian.com>
21850
21851         * TabControl.cs: Raise the SelectedIndexChanged event.
21852
21853 2005-03-16  Alexander Olk  <xenomorph2@onlinehome.de>
21854
21855         * FileDialog.cs, OpenFileDialog.cs, SaveFileDialog.cs:
21856           - Removed vertical ToolBar and replaced it with a custom panel
21857             (desktop and home button already work)
21858           - Added Help button (some controls get resized or relocated then)
21859           - Draw correct text depending on Open or Save.
21860           - Fixed some typos...
21861
21862 2005-03-16  Jordi Mas i Hernandez <jordi@ximian.com>
21863
21864         * ScrollBar.cs:
21865           - Only change Maximum and Minimum when need it (bug fix)
21866
21867 2005-03-15  Peter Bartok  <pbartok@novell.com>
21868
21869         * Form.cs: Use Handle for icon, to trigger creation if
21870           the window does not yet exist
21871         * Control.cs:
21872           - CanSelect: Slight performance improvement
21873           - Focus(): Preventing possible recursion
21874           - Invalidate(): Removed ControlStyle based clear flag setting
21875           - WM_PAINT: fixed logic for calling OnPaintBackground
21876           - WM_ERASEBKGND: Fixed logic, added call to new driver method
21877             EraseWindowBackground if the control doesn't paint background
21878         * XplatUIWin32.cs:
21879           - Moved EraseWindowBackground() method to internal methods
21880           - Removed unused WM_ERASEBKGND handling in GetMessage; msg never comes;
21881             is sent via SendMessage on BeginPaint call on Win32
21882         * XplatUIX11.cs:
21883           - Added EraseWindowBackground() method
21884           - No longer sends WM_ERASEBKGND on .Expose, but on call to
21885             PaintEventStart, which more closely matches Win32 behaviour
21886           - Fixed Invalidate() call, now updates new ErasePending Hwnd property
21887           - Fixed SetFocus() to properly deal with client and whole windows
21888         * Hwnd.cs: Added ErasePending property
21889         * XplatUIOSX.cs: Stubbed EraseWindowBackground() method
21890         * XplatUI.cs, XplatUIDriver.cs: Added EraseWindowBackground() method
21891
21892 2005-03-12  Geoff Norton  <gnorton@customerdna.com>
21893
21894         * XplatUIOSX.cs:
21895           - Fix hard loop when timers exist.
21896           - Fix bugs with middle and right click for 3 button mice.
21897
21898 2005-03-11  Peter Bartok  <pbartok@novell.com>
21899
21900         * XplatUIX11.cs:
21901           - get_WorkingArea: Need to call X directly, GetWindowPos only
21902             returns cached data now
21903           - Added sanity check to GetWindowPos hwnd usage
21904
21905 2005-03-11  Jackson Harper  <jackson@ximian.com>
21906
21907         * BindingManagerBase.cs: This method isn't used anymore as
21908         PullData now updates the data in the control.
21909
21910 2005-03-11  Jordi Mas i Hernandez <jordi@ximian.com>
21911
21912         * Form.cs: fixes menu drawing on X11
21913         * MenuAPI.cs:  fixes menu drawing on X11
21914
21915 2005-03-11  Peter Bartok  <pbartok@novell.com>
21916
21917         * Control.cs: Changed OnCreateControl behaviour based on a suggestion
21918           from Jonathan Gilbert; should fix bug #73606
21919         * XplatUIX11.cs: Fixed NC Mouse message coordinates, they need to be
21920           in Screen coordinates. Thanks, Jordi.
21921         * Form.cs: Added missing attribute
21922
21923 2005-03-11  Peter Bartok  <pbartok@novell.com>
21924
21925         * Form.cs:
21926           - Rudimentary Mdi support
21927           - Removed outdated FormParent code
21928           - Implemented lots of missing properties and methods, still missing
21929             transparency support
21930           - Added missing attributes
21931           - Implemented support for MaximumBounds
21932           - Added firing of various events
21933         * XplatUI.cs: Added SetIcon() method
21934         * XplatUIDriver.cs: Added SetIcon() abstract
21935         * XplatUIOSX.cs: Stubbed out SetIcon() method
21936         * XplatUIX11.cs:
21937           - Implemented SetIcon() support
21938           - Moved SetMenu() and SetBorderStyle() to proper alphabetical pos
21939           - Switched to unix line endings
21940         * XplatUIWin32.cs:
21941           - Made POINT internal so for can access it as part of MINMAX
21942           - Implemented SetIcon() support
21943           - Implemented support for CLIENTCREATESTRUCT (but might have to drop
21944             native Mdi support again, might have to go managed)
21945         * Control.cs: Now fires the StyleChanged event
21946         * MdiClient.cs: Added; still mostly empty
21947
21948 2005-03-10  Peter Bartok  <pbartok@novell.com>
21949
21950         * SaveFileDialog.cs: Added emtpy file
21951
21952 2005-03-08  Peter Bartok  <pbartok@novell.com>
21953
21954         * Control.cs: Fixed bug #73190; now invokes CreateControl (which
21955           in turn triggers OnCreateContro) when creating a handle for the
21956           first time.
21957         * TextControl.cs: Fixed endless loop in certain cases when
21958           replacing the current selection
21959
21960 2005-03-08  Jordi Mas i Hernandez <jordi@ximian.com>
21961
21962         * ScrollBar.cs:
21963           - Honors NewValue changes in Scroll events allowing apps to change it
21964           - Adds First and Last Scroll events
21965           - Fixes Thumb events
21966
21967 2005-03-07  Peter Bartok  <pbartok@novell.com>
21968
21969         * Hwnd.cs: Added DefaultClientRectangle property
21970         * XplatUI.cs: Now using the X11 driver Where() method, which provides
21971           more detailed debug information
21972         * XplatUIX11.cs:
21973           - Fixed size-change feedback loop, where we would pull an old size
21974             off the queue and mistakenly change our window's size to an
21975             earlier value
21976           - Now compressing ConfigureNotify events, to reduce looping and
21977             redraw issues
21978         * TextBoxBase.cs: Preventing crash when no text is set and ToString()
21979           is called
21980
21981 2005-03-07  Jackson Harper  <jackson@ximian.com>
21982
21983         * Binding.cs: Push data pushes from data -> property. Check if the
21984         property is readonly when attempting to set it.
21985
21986 2005-03-07  Jackson Harper  <jackson@ximian.com>
21987
21988         * Binding.cs: Format and parse data correctly. Use ASsignableFrom
21989         instead of IsSubclassOf. Pulling data now sets the value on the
21990         control.
21991         * PropertyManager.cs:
21992         * CurrencyManager.cs: Just need to pull data when updating now,
21993         because PullData will set the value on the control.
21994
21995 2005-03-04  Jackson Harper  <jackson@ximian.com>
21996
21997         * Binding.cs: Implement data type parsing and converting on pulled
21998         data. TODO: Are there more ways the data can be converted?
21999
22000 2005-03-04  Jackson Harper  <jackson@ximian.com>
22001
22002         * Binding.cs: Support <Property>IsNull checks. Also bind to the
22003         controls Validating method so we can repull the data when the
22004         control loses focus.
22005
22006 2005-03-03  Jordi Mas i Hernandez <jordi@ximian.com>
22007
22008         * ColumnHeader.cs:
22009           - Fixes null string format
22010           
22011         * ListView.cs:
22012           - Adds enum type checks
22013           - Fixes redrawing and recalc need after changing some properties
22014           - Fixes on focus_item set after the event
22015           - Fixes adding columns after the control has been created
22016           
22017         * ThemeWin32Classic.cs:
22018           - Fixes CheckBox focus rectangle
22019           - Fixes ColumnHeader drawing
22020
22021
22022 2005-03-03  Jackson Harper  <jackson@ximian.com>
22023
22024         * Binding.cs: Bind to <Property>Changed events so we can detect
22025         when properties are changed and update the data.
22026
22027 2005-03-02  Jordi Mas i Hernandez <jordi@ximian.com>
22028
22029         * ImageList.cs:
22030           - Changes 32-bit pixel format to Format32bppArgb to allow transparency
22031           - Fixes ImageList constructor with ImageList container
22032           - Fixes image scaling (wrong parameters at DrawImage)
22033
22034 2005-02-02  Jackson Harper  <jackson@ximian.com>
22035
22036         * Binding.cs: Make property searches case-insensitive. Eliminate
22037         some duplicated code.
22038
22039 2005-03-01  Jordi Mas i Hernandez <jordi@ximian.com>
22040
22041         * ComboBox.cs:
22042                 - Handle focus event
22043                 - Fix scrollbar events
22044                 - Discard highlighted item if remove it
22045                 - Fixes SelectedItem with strings
22046
22047 2005-03-01  Peter Bartok  <pbartok@novell.com>
22048
22049         * Control.cs:
22050           - Fixed Visible property, now follows (once again) parent chain
22051             to return false if any control in the chain is visible=false
22052           - Fixed OnParentVisibleChanged, now just calls OnVisibleChanged event
22053           - Fixed several places where is_visible instead of Visible was used
22054           - Implemented FIXME related to focus selection when setting focused
22055             control to be invisible
22056
22057         * XplatUIWin32.cs: Now using proper method to find out if window is
22058           visible. Thanks to Jordi for pointing it out
22059
22060 2005-02-28  Jordi Mas i Hernandez <jordi@ximian.com>
22061
22062         * ComboBox.cs: show/hide scrollbar instead of creating it
22063
22064 2005-02-27  Jackson Harper  <jackson@ximian.com>
22065
22066         * CurrencyManager.cs: Add PositionChanged stuff.
22067
22068 2005-02-27  Peter Bartok  <pbartok@novell.com>
22069
22070         * XplatUI.cs, XplatUIDriver.cs: Added new GetMenuOrigin() method
22071         * XplatUIOSX.cs: Added GetMenuOrigin() stub
22072         * XplatUIWin32.cs: Implemented GetMenuOrigin()
22073         * XplatUIX11.cs:
22074           - Implemented GetMenuDC()
22075           - Implemented GetMenuOrigin()
22076           - Implemented ReleaseMenuDC()
22077           - Implemented generation of WM_NCPAINT message
22078           - Implemented generation and handling of WM_NCCALCSIZE message
22079         * Form.cs: Added debug helper message for Jordi's menu work
22080         * Hwnd.cs:
22081           - Modified ClientRect property; added setter, fixed getter to handle
22082             setting of ClientRect
22083           - Added MenuOrigin property
22084
22085 2005-02-26  Peter Bartok  <pbartok@novell.com>
22086
22087         * XplatUIX11.cs:
22088           - Destroys the caret if a window that's being destroyed contains it
22089           - Ignores expose events coming from the X11 queue for windows that
22090             already are destroyed
22091           - Now uses the proper variable for handling DestroyNotify, before we
22092             marked the wrong window as destroyed
22093           - Improved/added some debug output
22094
22095 2005-02-26  Peter Bartok  <pbartok@novell.com>
22096
22097         * X11Keyboard.cs: Fixes to work on 64bit systems
22098
22099 2005-02-26  Peter Bartok  <pbartok@novell.com>
22100
22101         * Control.cs:
22102           - Now calling OnHandleDestroyed from DestroyHandle()
22103             instead of Dispose()
22104           - Removed bogus call to controls.Remove() from DestroyHandle()
22105
22106 2005-02-26  Peter Bartok  <pbartok@novell.com>
22107
22108         * Control.cs: Properly destroy child windows when our handle is
22109           destroyed
22110
22111 2005-02-25  Peter Bartok  <pbartok@novell.com>
22112
22113         * XplatUI.cs:
22114           - Added 'DriverDebug' define to allow tracing XplatUI API calls
22115           - Alphabetized Static Methods and Subclasses
22116
22117         * XplatUIX11.cs:
22118           - Added XException class to allow custom handling of X11 exceptions
22119           - Created custom X11 error handler, tied into XException class
22120           - Added support for MONO_XEXCEPTIONS env var to allow the user
22121             to either throw an exception on X errors or continue running
22122             after displaying the error
22123           - Added handling of DestroyNotify message
22124           - Added handler for CreateNotify message (still disabled)
22125           - Improved (tried to at least) Where method to provide file and lineno
22126         * X11Structs.cs:
22127           - Added XErrorHandler delegate
22128           - Added XRequest enumeration (to suppor translation of errors)
22129
22130 2005-02-25  Jackson Harper  <jackson@ximian.com>
22131
22132         * PropertyManager.cs: Implement editing features
22133         * CurrencyManager.cs:
22134         * Binding.cs: First attempt at UpdateIsBinding
22135         * BindingManagerBase.cs: Call UpdateIsBinding before
22136         pushing/pulling data.
22137
22138 2005-02-25  Jordi Mas i Hernandez <jordi@ximian.com>
22139
22140         * MenuAPI.cs: Respect disabled items
22141         * ThemeWin32Classic.cs
22142                 - Caches ImageAttributes creation for DrawImageDisabled
22143                 - Fixes vertical menu line drawing
22144                 - Draws disabled arrows in disable menu items
22145
22146 2005-02-24  Peter Bartok  <pbartok@novell.com>
22147
22148         * Hwnd.cs:
22149           - Added UserData property to allow associating arbitrary objects
22150             with the handle
22151           - Fixed leak; now removing Hwnd references from static windows array
22152         * XplatUIWin32.cs:
22153           - Fixed Graphics leak in PaintEventEnd
22154           - Removed usage of HandleData, switched over to Hwnd class
22155         * HandleData.cs: Removed, obsoleted by Hwnd.cs
22156
22157 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
22158
22159         * ThemeWin32Classic.cs: Adds Cliping to TrackBar drawing
22160         * ScrollBar.cs: Fixes bug
22161         * TrackBar.cs: removes death code, clipping, mimize refreshes,
22162          keyboard navigation enhancements
22163
22164 2005-02-24  Jordi Mas i Hernandez <jordi@ximian.com>
22165
22166         * Control.cs: Call DefWndProc at WM_PAINT only if UserPaint not defined
22167         * GroupBox.cs: Add control styles
22168         * Label.cs: Add control styles
22169         * UpDownBase.cs: Add control styles
22170         * ListBox.cs: Add control styles
22171         * XplatUIWin32.cs: Fixes wrong parameter order
22172
22173
22174 2005-02-23  Chris Bacon  <chris.bacon@docobo.co.uk>
22175
22176         * ListView.cs: Assign owner for ColumnHeader. Patch by Chris Bacon
22177
22178 2005-02-23  Jackson Harper  <jackson@ximian.com>
22179
22180         * PropertyManager.cs: Implement property binding. This doesn't
22181         seem to work yet though as (I think) there are some bugs in
22182         System.ComponentModel.PropertyDescriptor.
22183         * BindingContext.cs: Use new PropertyManager constructor.
22184
22185 2005-02-23  Jordi Mas i Hernandez <jordi@ximian.com>
22186
22187         * ProgressBar.cs: use clip region in ProgressBar
22188         * ThemeWin32Classic.cs: use clip region in ProgressBar
22189
22190 2004-02-22  Jackson Harper  <jackson@ximian.com>
22191
22192         * BindingsCollection.cs: Remove some debug code.
22193
22194 2005-02-22  Jackson Harper  <jackson@ximian.com>
22195
22196         * BindingContext.cs:
22197         * ControlBindingsCollection.cs:
22198         * CurrencyManager.cs:
22199         * Binding.cs:
22200         * BindingManagerBase.cs: Initial implementation
22201         * BindingsCollection.cs: Add an internal contains method that the
22202         BindingManagerBase uses to ensure bindings aren't added twice to
22203         the collection.
22204         * PropertyManager.cs: Stubbed out.
22205         * Control.cs:
22206         * ContainerControl.cs: Hook up databinding
22207         
22208 2005-02-22  Geoff Norton  <gnorton@customerdna.com>
22209
22210         * XplatUIOSX.cs:
22211           OSXStructs.cs: Refactored to handle the new Hwnd NC logic area.
22212           Fixed Invalidate/Update chain.
22213           Fixed tons of other minor bugs (this is almost a complete rewrite).
22214
22215 2005-02-22  Jordi Mas i Hernandez <jordi@ximian.com>
22216
22217         * ComboBox.cs: do subcontrol creation when the control is created
22218
22219 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
22220
22221         * Label.cs: fixes image drawing (image and imagelist)
22222         * ThemeWin32Classic.cs: cache brushes
22223         
22224 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
22225
22226         * Form.cs: Move menu drawing code to Theme class
22227         * ComboBox.cs: Move ComboBox drawing code to Theme class
22228         * MenuItem.cs: Move menu drawing code to Theme class
22229         * MenuAPI.cs: Move menu drawing code to Theme class
22230         * ThemeWin32Classic.cs: New methods
22231         * CheckedListBox.cs: Move CheckedListbox drawing code to Theme class
22232         * ListBox.cs: Move Listbox drawing code to Theme class
22233         * Theme.cs: New methods
22234
22235 2005-02-20  Peter Bartok  <pbartok@novell.com>
22236
22237         * Control.cs:
22238           - Fixed ProcessKeyEventArgs to also handle WM_SYSKEY messages (and
22239             only process mnemonics on those)
22240           - Fixed event sequence for key handling; first calling
22241             ProcessKeyEventArgs now
22242         * TextBoxBase.cs:
22243           - Removed WM_KEYDOWN hook, instead we now use ProcessDialogKey()
22244             for processing non-character keys
22245           - Fixed WM_CHAR to generate proper event sequence before processing
22246         * XplatUIWin32.cs: Added ALT key state to ModifierKeys property
22247           generation
22248
22249 2005-02-19  Peter Bartok  <pbartok@novell.com>
22250
22251         * UserControl.cs: Added TextChanged event; added attributes
22252         * SizeGrip.cs: Implemented resizing and optional display of grip
22253         * Form.cs: Fixed attribute
22254         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs:
22255           Changed meaning of ScrollWindow bool argument; instead of the
22256           clear attribute (which will be true usually anyway), it gives the
22257           option of moving child controls as well.
22258         * XplatUIX11.cs:
22259           - Changed to match new ScrollWindow argument
22260           - Fixed GetWindowPos/SetWindowPos behaviour for toplevel controls,
22261             now handles the implicit parent window a WM puts around us
22262         * ScrollableControl.cs: Implemented (not the prettiest, but it seems
22263           to work)
22264         * TextBoxBase.cs: Adjusted to new ScrollWindow arguments
22265         * TreeView.cs: Adjusted to new ScrollWindow arguments
22266
22267 2005-02-19  Jordi Mas i Hernandez <jordi@ximian.com>
22268
22269         * Form.cs: Menu integration with non-client area
22270         * MenuItem.cs: Menu integration with non-client area
22271         * MenuAPI.cs: Menu integration with non-client area
22272
22273 2005-02-18  Peter Bartok  <pbartok@novell.com>
22274
22275         * MethodInvoker.cs: Added
22276         * MdiLayout.cs: Added
22277         * SendKeys.cs: Started implementation
22278         * ErrorIconAlignment.cs: Added
22279
22280 2005-02-18  Peter Bartok  <pbartok@novell.com>
22281
22282         * XplatUIWin32.cs: Implemented SetMenu(); fixed GetMenuDC()
22283         * Form.cs: Added handling for Menu-related Non-client messages
22284
22285 2005-02-17  Peter Bartok  <pbartok@novell.com>
22286
22287         * UpDownBase.cs: Fixed typo, compilation errors
22288         * DomainUpDown.cs: Fixed attribute value
22289
22290 2005-02-16  Miguel de Icaza  <miguel@novell.com>
22291
22292         * UpDownBase.cs: Attach entry events.
22293         Propagate events.
22294         Add ForeColor property, Focused, InterceptArrowKeys (interception
22295         does not work yet).
22296
22297 2005-02-17  Jordi Mas i Hernandez <jordi@ximian.com>
22298
22299         * Form.cs:
22300                 - Redraw non client are on Setmenu
22301                 - Calc proper menu starting point
22302
22303 2005-02-17  Peter Bartok  <pbartok@novell.com>
22304
22305         * Application.cs: Fixed message_filter check
22306
22307 2005-02-17  Peter Bartok  <pbartok@novell.com>
22308
22309         * Application.cs: Now calls registered message filters
22310         * DockStyle.cs: Fixed attribute
22311         * Form.cs: Fixed attribute
22312         * Menu.cs: Fixed attribute
22313         * ToolTip.cs: Fixed attribute
22314         * TreeNode.cs: Added missing attributes and arranged in regions
22315         * PropertyGrid.cs: Fixed signatures
22316         * TreeNodeCollection.cs: Added attributes
22317         * Splitter.cs: Added missing attributes; arranged into regions
22318         * TabPage.cs: Added missing attributes; arranged into regions
22319         * TextBoxBase.cs: Added missing attributes
22320         * TextBox.cs: Added missing attributes
22321         * ArrangeDirection.cs: Added missing attributes
22322         * TreeNodeConverter.cs: Added stub (needed for TreeNode)
22323         * ToolBarButton.cs: Fixed attributes
22324         * AnchorStyles.cs: Fixed attribute
22325         * TrackBar.cs: Fixed attributes
22326         * TabControl.cs: Added missing attributes and arranged into regions
22327         * ToolBar.cs: Fixed attribute
22328         * StatusBar.cs: Fixed signature, organized into regions and added
22329           attributes
22330         * StatusBarPanel.cs: Fixed attributes
22331         * ContentsResizedEventArgs.cs: Implemented
22332         * ContentsResizedEventHandler.cs: Implemented
22333         * DateBoldEventArgs.cs: Implemented
22334         * DateBoldEventHandler.cs: Implemented
22335         * UpDownEventArgs.cs: Implemented
22336         * UpDownEventHandler.cs: Implemented
22337         
22338 2005-02-16  Jordi Mas i Hernandez <jordi@ximian.com>
22339
22340         * Form.cs: first Menu NC refactoring
22341         * MenuAPI.cs: first Menu NC refactoring
22342         
22343 2005-02-16  Peter Bartok  <pbartok@novell.com>
22344
22345         * ImeMode.cs: Added missing attributes
22346         * Menu.cs: Fixed attribute
22347         * GroupBox.cs: Fixed attribute
22348         * Label.cs: Fixed attribute
22349         * ColorDialog.cs (RunDialog): Removed TODO attribute
22350         * ComboBox.cs: Fixed attributes
22351         * ListControl.cs: Added missing attributes
22352         * PropertyGrid.cs: Fixed attributes
22353         * Control.cs: Fixed attributes
22354         * ListViewItem.cs: Added TypeConverter attribute
22355         * NotifyIcon.cs: Fixed attributes
22356         * ListView.cs: Fixed attributes
22357         * ButtonBase.cs: Fixed attribute
22358         * ImageList.cs: Added missing attributes
22359         * ContainerControl.cs: Fixed signature
22360         * CheckedListBox.cs: Fixed attribute; added missing attributes
22361         * Panel.cs: Fixed attributes
22362         * PropertyTabChangedEventArgs.cs: Added missing attribute
22363         * PropertyValueChangedEventArgs.cs: Added missing attribute
22364         * Binding.cs: Fixed attribute
22365         * ListViewItemConverter: Implemented ListViewSubItemConverter class
22366         * ListBox.cs: Fixed attribute; added missing attributes;
22367         * ScrollableControl.cs: Added missing attributes
22368         * PictureBox.cs: Added missing attributes; implemented missing property
22369         * DateTimePicker.cs: Added missing attributes
22370         * Theme.cs (ToolWindowCaptionHeight): Fixed type
22371         * MonthCalendar.cs: Fixed attributes
22372         * StatusBarPanel.cs: Added missing attributes
22373         * SystemInformation.cs (ToolWindowCaptionHeight): Fixed type
22374
22375 2005-02-16  Peter Bartok  <pbartok@novell.com>
22376
22377         * TextBoxBase.cs: The previous method to enforce height yet remember
22378           the requested high was less than ideal, this is an attempt to do
22379           it better.
22380         * Control.cs: Added comment about possible problem
22381         * Copyright: Updated format
22382         * GridItemType.cs: Fixed swapped values
22383
22384 2005-02-15  Jackson Harper  <jackson@ximian.com>
22385
22386         * BaseCollection.cs: Use property so we never access an
22387         uninitialized list. Also initialize the list in the property.
22388
22389 2005-02-15  Peter Bartok  <pbartok@novell.com>
22390
22391         * GroupBox.cs (ProcessMnemonic): Implemented
22392         * Label.cs (ProcessMnemonic): Implemented
22393         * ThemeWin32Classic.cs (DrawGroupBox): Added stringformat to show
22394           hotkeys
22395
22396 2005-02-15  Peter Bartok  <pbartok@novell.com>
22397
22398         * RadioButton.cs (ProcessMnemonic): Implemented
22399         * CheckBox.cs (ProcessMnemonic): Implemented
22400         * Control.cs:
22401           - Added handling of WM_SYSxxx keyboard messages to support mnemonic
22402             handling
22403           - Added internal method to allow calling ProcessMnemonic from other
22404             controls
22405         * ContainerControl.cs:
22406           - Started support for handling validation chain handling
22407           - Implemented ProcessMnemonic support
22408           - Added Select() call to Active, to make sure the active control
22409             receives focus
22410         * Form.cs: Setting toplevel flag for Forms (this was lost in the
22411           FormParent rewrite)
22412         * ThemeWin32Classic.cs:
22413           - DrawCheckBox(): Fixed stringformat to show hotkeys
22414           - DrawRadioButton(): Fixed stringformat to show hotkeys
22415         * CommonDialog.cs: Removed WndProc override, not needed
22416
22417 2005-02-14  Peter Bartok  <pbartok@novell.com>
22418
22419         * XplatUIX11.cs: Fixed NotImplemented exceptions for properties,
22420           missed those in the rewrite
22421
22422 2005-02-14  Miguel de Icaza  <miguel@novell.com>
22423
22424         * NumericUpDown.cs (Increment, ToString): Add.
22425         (DecimalPlaces): implement.
22426         
22427         Add attributes.
22428         
22429         * UpDownBase.cs: Add the designer attributes.
22430
22431 2005-02-13  Peter Bartok  <pbartok@novell.com>
22432
22433         * Panel.cs: Removed border_style, now in Control
22434         * XplatUIDriver.cs: Added SetBorderStyle, SetMenu, GetMenuDC and
22435           ReleaseMenuDC Methods; renmaed ReleaseWindow to UngrabWindow
22436
22437 2005-02-13  Peter Bartok  <pbartok@novell.com>
22438
22439         * MouseButtons.cs: Added missing attributes
22440         * XplatUIStructs.cs: Added enumeration for title styles
22441         * LeftRightAlignment.cs: Added missing attributes
22442         * Hwnd.cs: Switched to use client_window as handle (slower, but makes
22443           it compatible with Graphics.FromHwnd()
22444         * SelectedGridItemChangedEventArgs.cs: Fixed property type
22445         * Keys.cs: Added missing attributes
22446         * SelectionRange.cs: Added missing attributes
22447         * SelectionRangeConverter.cs: Added
22448         * XplatUI.cs:
22449           - Introduced SetBorderStyle, SetMenu, GetMenuDC and
22450             ReleaseMenuDC methods
22451           - Renamed ReleaseWindow to UngrabWindow
22452           - Added proper startup notice to allow version identification
22453         * Form.cs:
22454           - Added missing attributes
22455           - Removed FormParent concept
22456         * Label.cs: Removed border_style field, now in Control
22457         * RadioButton.cs: Now properly selects RadioButton when focus is
22458           received
22459         * ThemeGtk.cs: Fixed SetDisplay call to match new X11 behaviour
22460         * Control.cs:
22461           - Added missing attributes
22462           - Added borderstyle handling
22463           - Removed FormParent concept support
22464           - Fixed calls to XplatUI to match changed APIs
22465           - Fixed bug that would case us to use disposed Graphics objects
22466           - Removed unneeded internal methods
22467           - PerformLayout(): Fixed to handle DockStyle.Fill properly
22468           - SelectNextControl(): Fixed to properly check common parents
22469         * TextBoxBase.cs: Removed border_style field (now in Control)
22470         * MessageBox.cs:
22471           - Patch by Robert Thompson (rmt@corporatism.org): Added icon support,
22472             fixed calculations for form size
22473           - Added support for localized strings and icons
22474           - Improved form size calculations, added border
22475         * ListView.cs: Removed border_style field (now in Control)
22476         * X11Structs.cs: Moved several structs from X11 driver here
22477         * X11Keyboard.cs: Changed debug message
22478         * Application.cs: Removed FormParent concept support
22479         * CommonDialog.cs:
22480           - Resetting end_modal flag
22481           - Removed FormParent concept support
22482         * NativeWindow.cs: Removed FormParent concept support
22483         * XplatUIX11.cs: Rewritten, now using the new Hwnd class, implementing
22484           Client area and Non-Client whole window to allow support for WM_NC
22485           messages
22486         * XplatUIOSX.cs: Updated to match latest driver spec; added exception
22487           prevent using it until it supports Hwnd as per Geoff Norton's request
22488         * ToolBar.cs: Fixed drawing, was not doing proper drawing
22489         * PictureBox.cs: Removed border_style field, now in Control
22490         * XplatUIWin32.cs: Added new driver methods
22491
22492 2005-02-12  Peter Bartok  <pbartok@novell.com>
22493
22494         * OpacityConverter.cs: Implemented
22495         * Hwnd.cs: Internal class to support drivers that need to emulate
22496           client area/non-client area window behaviour
22497
22498 2005-02-11  Peter Bartok  <pbartok@novell.com>
22499
22500         * KeysConverter.cs: Implemented
22501
22502 2005-02-11  Jordi Mas i Hernandez <jordi@ximian.com>
22503
22504         * Menu.cs: fixes methods GetContextMenu, GetMainMenu, ToString
22505         * LinkLabel: Added missing attributes
22506         * MainMenu.cs: fixes ToString
22507         * MenuItem.cs: fixes methods GetContextMenu, GetMainMenu
22508         * ListBox.cs: fixes event position
22509         * TrackBar.cs: adds missing attributes and events
22510         
22511 2005-02-10  Jordi Mas i Hernandez <jordi@ximian.com>
22512
22513         * MenuItem.cs: Use SystemInformation and bug fixes
22514         * MenuAPI.cs: Use SystemInformation and bug fixes
22515
22516 2005-02-09  Jackson Harper  <jackson@ximian.com>
22517
22518         * X11Keyboard.cs: We ignore some keys, but still need to set/reset
22519         their keystate otherwise things like VK_MENU get stuck "on".
22520
22521 2005-02-09  Kazuki Oikawa <kazuki@panicode.com>
22522
22523         * ListBox.cs: Fixes AddRange bug
22524         
22525 2005-02-09  Jordi Mas i Hernandez <jordi@ximian.com>
22526
22527         * ProgressBar.cs
22528                 - Add missing attributes
22529                 - Add missing method
22530                 
22531         * CheckedListBox.cs: Added missing attributes
22532                 - Add missing attributes
22533                 - Remove extra method
22534         
22535         * ComboBox.cs: Added missing attributes
22536         * VScrollBar.cs: Added missing attributes
22537         * ScrollBar.cs:  Added missing attributes
22538         * ListBox.cs: Fixes signature, add missing consts
22539         * LinkArea.cs:   Added missing attributes
22540         
22541
22542 2005-02-08  Peter Bartok  <pbartok@novell.com>
22543
22544         * Menu.cs: Added missing attributes
22545         * MainMenu.cs: Added missing attributes
22546         * GroupBox.cs: Added missing attributes
22547         * Label.cs: Added missing attributes
22548         * CheckBox.cs: Implemented CheckBoxAccessibleObject class
22549         * ColorDialog.cs:
22550           - Added Instance and Options properties
22551           - Added missing attributes
22552         * Cursor.cs: Made Serializable
22553         * NotifyIcon: Added missing attributes
22554         * MenuItem.cs: Added missing attributes
22555         * TextBoxBase.cs: Implemented AppendText() and Select() methods
22556         * Panel.cs: Added Missing attributes
22557         * MonthCalendar.cs: Fixed CreateParams
22558
22559 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
22560         
22561         * LinkLabel.cs:
22562                 - Fixes signature
22563                 - Fixes issues with links
22564                 - Adds the class attributes
22565
22566 2005-02-08  Jordi Mas i Hernandez <jordi@ximian.com>
22567         
22568         * ComboBox.cs:
22569                 - Fixes button when no items available in dropdown
22570                 - Fixes repainting problems
22571                 - Adds the class attributes
22572                 
22573 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
22574
22575         * XplatUIOSX.cs: Detect the menu bar and title bar height from
22576         the current theme.  Cache these on startup.
22577
22578 2005-02-07  Jackson Harper  <jackson@ximian.com>
22579
22580         * ScrollBar.cs: Give the correct clipping rect to the theme. Dirty
22581         the scrollbar buttons when they are depressed.
22582
22583 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
22584
22585         * XplatUIOSX.cs: Really fix working at resolutions not 1024x768.
22586         Get the display size from the main displayid.  We currently dont
22587         support multiple display configurations.
22588
22589 2005-02-07  Geoff Norton  <gnorton@customerdna.com>
22590
22591         * XplatUIOSX.cs: Ensure the window doesn't get stuck behind the statusbar.
22592
22593 2005-02-07  Miguel de Icaza  <miguel@novell.com>
22594
22595         * UpDownBase.cs: Add ReadOnly and UpDownAlign properties.
22596
22597 2005-02-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
22598
22599         * PropertyGrid.cs: Updated. Patch by Jonathan Chambers
22600
22601 2005-02-04  Jackson Harper  <jackson@ximian.com>
22602
22603         * ThemeWin32Classic.cs: Respect the clipping rect when
22604         drawing. Only fill the intersection of clips and rects so there
22605         isn't a lot of large fills.
22606         * ScrollBar.cs: Pass the correct clipping rect to the theme
22607         engine. Remove some debug code.
22608
22609 2005-02-05  John BouAntoun  <jba-mono@optusnet.com.au>
22610         
22611         * DateTimePicker.cs:
22612                 - Fixed crash on DateTime.Parse, use Constructor instead
22613
22614 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
22615         
22616         * MenuItem.cs:
22617         * MenuAPI.cs:
22618                 - Owner draw support (MeasureItem and DrawItem)
22619
22620 2005-02-04  Jordi Mas i Hernandez <jordi@ximian.com>
22621         
22622         *  Menu.cs:
22623                 - Implements FindMergePosition and MergeMenu functions (very poor documented)
22624                 - Fixes MenuItems.Add range
22625         * MenuItem.cs:
22626                 - MergeMenu and Clone and CloneMenu functions
22627
22628 2005-02-03  Jackson Harper  <jackson@ximian.com>
22629
22630         * ScrollBar.cs: Make abstract
22631         * ScrollableControl.cs: Create H/V scrollbars now that scrollbar
22632         is abstract.
22633
22634 2005-02-03  Jackson Harper  <jackson@ximian.com>
22635
22636         * ScrollBar.cs: First part of my scrollbar fixups. This removes
22637         all the unneeded refreshes and uses invalidates with properly
22638         computed rects.
22639
22640 2005-02-03  Peter Bartok  <pbartok@novell.com>
22641
22642         * ComponentModel.cs: Added
22643         * IDataGridEditingService.cs: Added
22644         * Timer.cs: Added missing attributes
22645         * ToolTip.cs: Added missing attributes
22646
22647 2005-02-03  Jonathan Chambers  <jonathan.chambers@ansys.com>
22648
22649         * PropertyGridView.cs: Added. Patch by Jonathan Chambers
22650
22651 2005-02-03  Peter Bartok  <pbartok@novell.com>
22652
22653         * ListBox.cs: Added missing attributes
22654
22655 2005-02-03  Jordi Mas i Hernandez <jordi@ximian.com>
22656         
22657         * ListBox.cs:
22658                 - Fixes font height after font change
22659                 - Avoid generating unnecesary OnSelectedIndexChanged on clearing
22660                 
22661 2005-02-02  Peter Bartok  <pbartok@novell.com>
22662
22663         * HandleData.cs: Introduced static methods to allow class
22664           to be more self-contained and track it's own HandleData objects
22665         * XplatUIOSX.cs, XplatUIWin32.cs, XplatUIX11.cs: Fixed usage of
22666           HandleData to use new static methods
22667
22668 2005-02-02  Jordi Mas i Hernandez <jordi@ximian.com>
22669
22670         * Combobox.cs:
22671                 - Fixes default size and PreferredHeight
22672                 - Missing events
22673                 - ObjectCollection.Insert implementation
22674                 
22675         * ListControl.cs
22676                 - Fixes signature
22677         * ListBox.cs:
22678                 - Several fixes
22679                 - ObjectCollection.Insert implementation
22680                 - No selection after clean
22681                 - Small fixes
22682
22683 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
22684
22685         * ThemeWin32Classic.cs: quick fix to comboboxbutton pushed painting
22686
22687 2005-02-01  Jordi Mas i Hernandez <jordi@ximian.com>
22688
22689         * Combobox.cs:
22690                 - Caches ItemHeight calculation for OwnerDrawVariable
22691                 - Handles dropdown properly
22692                 - Fixes several minor bugs
22693
22694 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
22695
22696         * ListBox.cs:
22697                 - Fixes 71946 and 71950
22698                 - Fixes changing Multicolumn on the fly
22699                 - Fixes keyboard navigation on Multicolumn listboxes
22700
22701 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
22702         
22703         * XplatUIOSX.cs: Call ExitToShell in our teardown to avoid a
22704         crash reporter log.
22705
22706 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
22707
22708         * XplatUIOSX.cs: Allow applications to actually exit.
22709
22710 2005-01-31  Geoff Norton  <gnorton@customerdna.com>
22711
22712         * XplatUIOSX.cs: SetWindowStyle implemented.  Reposition views in
22713         their parent at creation time rather than lazily later.  Fixes a major
22714         regression we were experiencing.
22715
22716 2005-01-31      John BouAntoun  <jba-mono@optusnet.com.au>
22717
22718         * ThemeWin32Classic.cs: more date time picker painting fixes
22719         * DateTimePicker.cs: more monthcalendar drop down fixes
22720         * MonthCalendar.cs: more CreateParams fixes to ensure correct drop down
22721
22722 2005-01-31  Jordi Mas i Hernandez <jordi@ximian.com>
22723
22724         * ScrollBar.cs:
22725                 - When moving the thumb going outside the control should stop the moving
22726                 - Adds the firing of missing events
22727                 - Fixes no button show if Size is not specified
22728                 - End / Home keys for keyboard navigation
22729
22730 2005-01-30  Peter Bartok  <pbartok@novell.com>
22731
22732         * NotifyIcon.cs (CalculateIconRect): Removed debug output and added
22733           sanity check to prevent theoretical loop
22734         * XplatUIWin32.cs (SetVisible): Removed debug output
22735         * XplatUIX11.cs (SystrayChange): Added sanity check
22736         * ScrollableControl.cs (OnVisibleChanged): Now calls base method
22737         * Control.cs (OnVisibleChanged): Added workaround for ParentForm
22738           behaviour, valid until the X11 client window rewrite is done
22739         * TextBox.cs (ctor): Setting proper default foreground and background
22740           colors
22741
22742 2005-01-30      John BouAntoun  <jba-mono@optusnet.com.au>
22743
22744         * Theme: Added DrawDateTimePicker to interface
22745         * ThemeWin32Classic.cs: Added DrawDateTimePicker (incomplete)
22746         * DateTimePicker.cs: Created (still needs keys and painting code)
22747         * DateTimePickerFormat.cs: added
22748         * MonthCalendar.cs: fixed CreateParams for popup window mode
22749           
22750 2005-01-29  Peter Bartok  <pbartok@novell.com>
22751
22752         * ControlPaint.cs: Fixed luminace value returned on achromatic colors,
22753           this should also the calculations for ligher/darker
22754         * Theme.cs: Fixed defaults for ScrollBar widths/heights
22755
22756 2005-01-29  Peter Bartok  <pbartok@novell.com>
22757
22758         * ArrangeDirection.cs: Added
22759         * ArrangeStartingPositon.cs: Added
22760         * SystemInformation.cs: Implemented
22761         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
22762           XplatUIX11.cs, Theme.cs: Added/implemented new static properties
22763           used by SystemInformation class
22764         * X11Strucs.cs: Added XSizeHints structure
22765         * MenuAPI.cs:
22766           - Fixed CreateParams to make sure the menu window is always visible
22767           - TrackPopupMenu: Added check to make sure we don't draw the
22768             menu offscreen
22769
22770 2005-01-29  Peter Bartok  <pbartok@novell.com>
22771
22772         * HandleData.cs: Added method for altering invalid area
22773         * TextBoxBase.cs: Implemented TextLength
22774
22775 2005-01-28  Peter Bartok  <pbartok@novell.com>
22776
22777         * XplatUIX11.cs: Improvement over last patch, not sending
22778           the WM_PAINT directly anymore, instead we scroll any pending
22779           exposed areas and let the system pick out the WM_PAINT later
22780
22781 2005-01-28  Peter Bartok  <pbartok@novell.com>
22782
22783         * SWF.csproj: Deleted, no longer used. Instead,
22784           Managed.Windows.Forms/SWF.csproj should be used
22785         * XplatUIX11.cs: Instead of posting the WM_PAINT, we send it
22786           directly, to avoid a potential race condition with the next
22787           scroll
22788
22789 2005-01-28  Peter Bartok  <pbartok@novell.com>
22790
22791         * XplatUI.cs: Made class internal
22792
22793 2005-01-28  Jordi Mas i Hernandez <jordi@ximian.com>
22794
22795         * CheckedListBox.cs:
22796                 - Draw focus
22797                 - Fixed Drawing
22798                 - Missing methods and events
22799
22800 2005-01-27  Peter Bartok  <pbartok@novell.com>
22801
22802         * Application.cs (Run): Don't use form if we don't have one
22803
22804 2005-01-27  Peter Bartok  <pbartok@novell.com>
22805
22806         * TextBoxBase.cs (get_Lines): Fixed index off by one error
22807
22808 2005-01-27  Peter Bartok  <pbartok@novell.com>
22809
22810         * GridEntry.cs: Added; Patch by Jonathan S. Chambers
22811         * GridItem.cs: Added; Patch by Jonathan S. Chambers
22812         * GridItemCollection.cs: Added; Patch by Jonathan S. Chambers
22813         * GridItemType.cs: Added; Patch by Jonathan S. Chambers
22814         * PropertyGrid.cs: Added; Patch by Jonathan S. Chambers
22815         * PropertySort.cs: Added; Patch by Jonathan S. Chambers
22816         * PropertyTabChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
22817         * PropertyTabChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
22818         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
22819         * PropertyValueChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
22820         * SelectedGridItemChangedEventArgs.cs: Added; Patch by Jonathan S. Chambers
22821         * SelectedGridItemChangedEventHandler.cs: Added; Patch by Jonathan S. Chambers
22822
22823 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
22824
22825         * Combobox.cs:
22826                 - Draw focus on Simple Combobox
22827                 - Fixes drawing issues
22828                 - fixes 71834
22829
22830 2005-01-27  Peter Bartok  <pbartok@novell.com>
22831
22832         * Form.cs:
22833           - Place window in default location, instead of hardcoded 0/0
22834           - Send initial LocationChanged event
22835         * Control.cs:
22836           - UpdateBounds after creation to find out where the WM placed us
22837           - Make sure that if the ParentForm changes location the Form
22838             is notified
22839         * XplatUIX11.cs: XGetGeometry will not return the coords relative
22840             to the root, but to whatever the WM placed around us.
22841             Translate to root coordinates before returning toplevel
22842             coordinates
22843         * XplatUIWin32.cs: Removed debug output
22844         * XplatUIOSX.cs, XplatUI.cs, XplatUIDriver.cs: Added toplevel
22845           flag to GetWindowPos, to allow translation of coordinates on X11
22846
22847 2005-01-27  Jordi Mas i Hernandez <jordi@ximian.com>
22848
22849         * ListBox.cs: connect LostFocus Event
22850
22851 2005-01-27  Peter Bartok  <pbartok@novell.com>
22852
22853         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
22854           XplatUIX11.cs: Extended the Systray API
22855         * Form.cs: Removed debug output
22856         * Application.cs: Fixed focus assignment, always need to call
22857           XplatUI.Activate() since Form.Activate() has rules that may
22858           prevent activation
22859         * NotifyIcon.cs: Should be complete now
22860         * ToolTip.cs: Worked around possible timer bug
22861
22862 2005-01-27  Jackson Harper  <jackson@ximian.com>
22863
22864         * TabControl.cs:
22865         - Only invalidate the effected tabs when the
22866         selected index changes. This reduces drawing and gets rid of some
22867         flicker.
22868         - Only refresh if the tabs need to be shifted, otherwise only
22869         invalidate the slider button.
22870         - On windows the tabs are not filled to right if the slider is
22871         visible.
22872         
22873 2005-01-27  Jackson Harper  <jackson@ximian.com>
22874
22875         * TabControl.cs: Only refresh on mouseup if we are showing the
22876         slider. Also only invalidate the button whose state has changed.
22877
22878 2005-01-26  Peter Bartok  <pbartok@novell.com>
22879
22880         * XplatUI.cs, XplatUIDriver.cs: Added Systray methods
22881         * XplatUIWin32.cs: Implemented SystrayAdd(), SystrayChange()
22882           and SystrayRemove() methods
22883         * XplatUIOSX.cs: Stubbed Systray methods
22884         * XplatUIX11.cs:
22885           - Implemented SystrayAdd(), SystrayChange() and SystrayRemove()
22886             methods
22887           - Fixed broken XChangeProperty calls (marshalling messed up things)
22888         * X11Structs.cs: Added enums and structs required for Size hinting
22889         * NotifyIcon.cs: Added & implemented
22890
22891 2005-01-26  Jackson Harper  <jackson@ximian.com>
22892
22893         * TabControl.cs: Space vertically layed out tabs properly.
22894
22895 2005-01-26  Peter Bartok  <pbartok@novell.com>
22896
22897         * Form.cs (CreateClientParams): Always set the location to 0,0
22898           since we're a child window.
22899
22900         * Control.cs (SetVisibleCore): Always explicitly setting the location
22901           of a toplevel window, apparently X11 doesn't like to move windows
22902           while they're not mapped.
22903
22904 2005-01-26  Jackson Harper  <jackson@ximian.com>
22905
22906         * TabControl.cs: Implement FillToRight size mode with vertically
22907         rendered tabs.
22908
22909 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
22910
22911         * ControlPaint.cs, ThemeWin32Classic.cs
22912                 - Fixes DrawFocusRectangle
22913
22914 2005-01-26  Jordi Mas i Hernandez <jordi@ximian.com>
22915
22916         * MenuAPI.cs:
22917                 - MenuBar tracking only starts when item is first clicked
22918                 - Fixes menu hidding for multiple subitems
22919                 - Unselect item in MenuBar when item Executed
22920                 - Fixes bug 71495
22921
22922 2005-01-25  Jordi Mas i Hernandez <jordi@ximian.com>
22923
22924         * ListControl.cs:
22925                 - IsInputKey for ListBox
22926         * ListBox.cs:
22927                 - Focus item
22928                 - Shift and Control item selection
22929                 - Implement SelectionMode.MultiExtended
22930                 - Fixes RightToLeft
22931         * ComboBox.cs:
22932                 - IsInputKey implemented
22933                 - Do not generate OnTextChangedEdit on internal txt changes
22934                 
22935 2005-01-23  Peter Bartok  <pbartok@novell.com>
22936
22937         * AccessibleObject.cs: Partially implemented Select()
22938         * MonthCalendar.cs: Added missing attributes and events
22939         * Form.cs: Fixed CreateParams behaviour, now controls derived from
22940           form can properly override CreateParams.
22941         * XplatUI.cs, XplatUIDriver.cs, XplatUIOSX.cs, XplatUIWin32.cs,
22942           XplatUIX11.cs: Dropped RefreshWindow method, not needed if
22943           Control performs Invalidate & Update
22944         * NativeWindow (CreateHandle): Added special handling for Form
22945           and Form.FormParent classes to allow overriding of From.CreateParams
22946         * Control.cs:
22947           - ControlNativeWindow: Renamed 'control' variable to more intuitive
22948             name 'owner'
22949           - ControlNativeWindow: Added Owner property
22950           - Removed usage of Refresh() on property changes, changed into
22951             Invalidate(), we need to wait until the queue is processed for
22952             updates, direct calls might cause problems if not all vars for
22953             Paint are initialized
22954           - Added call to UpdateStyles() when creating the window, to set any
22955             styles that CreateWindow might have ignored.
22956           - Added support for Form CreateParent overrides to UpdateStyles()
22957         * MessageBox.cs: Removed no longer needed FormParent override stuff,
22958           CreateParams are now properly overridable
22959         * CommonDialog.cs: Removed no longer needed FormParent override stuff,
22960           CreateParams are now properly overridable
22961
22962 2005-01-23  Miguel de Icaza  <miguel@ximian.com>
22963
22964         * UpDownBase.cs (ctor): Connect TextChanged in the entry to the
22965         OnTextBoxChanged.
22966
22967         Capture LostFocus and OnTextBoxChanged.  The later introduces a
22968         recursive invocation that I have not figured out yet.
22969
22970         Reset the timer when not using (it was accumulating).
22971
22972
22973         (OnTextBoxChanged): Set UserEdit to true here to track whether the
22974         user has made changes that require validation.
22975
22976         Reset changing to avoid loops.
22977
22978 2005-01-22  Miguel de Icaza  <miguel@ximian.com>
22979
22980         * NumericUpDown.cs: Display value at startup.
22981
22982         * UpDownBase.cs (Text): Do not call UpdateEditText here, only call
22983         ValidateEditText.
22984
22985         * NumericUpDown.cs: Minimum, Maximum, Text, Value properties
22986         filled in.  Added some basic parsing of text.
22987
22988         Still missing the OnXXX method overrides, and figuring out the
22989         events that must be emitted.
22990
22991         * UpDownBase.cs: Handle UserEdit on the Text property.
22992         
22993 2005-01-22  Jordi Mas i Hernandez <jordi@ximian.com>
22994
22995         * ComboBox.cs:
22996           - Fixes IntegralHeight
22997           - ToString method
22998
22999 2005-01-21  Jackson Harper  <jackson@ximian.com>
23000
23001         * TabControl.cs: Set the SelectedIndex property when SelectedTab
23002         is set so that the page visibility is updated and the tabs are
23003         sized correctly.
23004
23005 2005-01-21  Jackson Harper  <jackson@ximian.com>
23006
23007         * TabControl.cs: Use cliping rectangle for blitting. Give the
23008         theme the clipping rect so we can do clipping while
23009         drawing. Remove some debug code.
23010
23011 2005-01-21  Jackson Harper  <jackson@ximian.com>
23012
23013         * TabPage.cs: Add a new method so tab pages can force the tab
23014         control to recalculate the tab page sizes.
23015         * TabControl.cs: UpdateOwner needs to make the tab control recalc
23016         sizes.
23017
23018 2005-01-20  Jackson Harper  <jackson@ximian.com>
23019
23020         * ThemeWin32Classic.cs: Clip text to the staus bar panels rects.
23021
23022 2005-01-20  Jackson Harper  <jackson@ximian.com>
23023
23024         * TreeView.cs: Set the bounds for nodes properly. They were
23025         getting screwed up when checkboxes were not enabled, but images
23026         were.
23027
23028 2005-01-20  Jordi Mas i Hernandez <jordi@ximian.com>
23029
23030         * ListBox.cs:
23031                 - Owner draw support
23032                 - Fixes
23033                 
23034 2005-01-20  Jackson Harper  <jackson@ximian.com>
23035
23036         * XplatUIStructs.cs: More misc keys
23037         * X11Keyboard.cs: Ignore some control keys.
23038
23039 2005-01-20  Jackson Harper  <jackson@ximian.com>
23040
23041         * X11Structs.cs: Add the modmaps to the keymask struct and tabify.
23042         * X11Keyboard.cs: Set the AltGr mask when we get a key event.
23043
23044 2005-01-19  Peter Bartok  <pbartok@novell.com>
23045
23046         * Control.cs: Un-selecting the control when it is loosing focus
23047
23048 2005-01-19  Jackson Harper  <jackson@ximian.com>
23049
23050         * TreeView.cs: Hook up to the text controls leave event so we can
23051         end editing when the users clicks outside the text box.
23052         
23053 2005-01-19  Jackson Harper  <jackson@ximian.com>
23054
23055         * X11Keyboard.cs: Fix typo that was causing the wrong keycodes to
23056         get set in the conversion array.
23057
23058 2005-01-19  Peter Bartok  <pbartok@novell.com>
23059
23060         * Application.cs (ModalRun): Added a call to CreateControl to ensure
23061           focus is properly set
23062         * Button.cs:
23063           - Added missing attributes
23064           - removed styles, those are already set in the base class
23065         * ButtonBase.cs:
23066           - Added missing attributes
23067           - Added clip window styles
23068         * CheckBox.cs: Added missing attributes
23069         * CommonDialog.cs:
23070           - FormParentWindow.CreateParams: Added required clip styles
23071         * Form.cs (ProcessDialogKey): Fixed handling of Escape key, now
23072           also filters modifier keys
23073         * MessageBox.cs:
23074           - Added assignment of Accept and Cancel button to enable Enter
23075             and Esc keys in MessageBox dialogs
23076           - FormParentWindow.CreateParams: Added required clip styles
23077         * RadioButton.cs: Added missing attributes
23078         * TextControl.cs: No longer draws selection if control does not
23079           have focus
23080         * TextBoxBase.cs:
23081           - Now draws simple rectangle around test area to make it obvious
23082             there's a control. This is a hack until we properly support borders
23083           - A few simple fixes to support selections better, now erases selected
23084             text when typing, and resets selection when using movement keys
23085
23086 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
23087
23088         * UpDownBase.cs: Added some new properties.
23089
23090         * DomainUpDown.cs: Implement a lot to get my test working.
23091
23092 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
23093
23094         * XplatUIOSX.cs: Fix a minor bug to bring the close box back
23095
23096 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
23097
23098         * OSXStructs (WindowAttributes): Fixed csc complaints
23099
23100 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
23101
23102         * XplayUIOSX.cs:
23103           OSXStructs.cs: Initial refactor to move enums and consts into
23104           OSXStructs and use them in the driver for greater readability.
23105
23106 2005-01-19  Geoff Norton  <gnorton@customerdna.com>
23107
23108         * XplatUIOSX.cs: Initial support for Standard Cursors.
23109         * OSXStructs.cs: Move our structs here; added ThemeCursor enum
23110
23111 2005-01-19  Jordi Mas i Hernandez <jordi@ximian.com>
23112
23113         * ComboBox.cs: ability to change style when the ctrl is already
23114         created, missing methods and events, bug fixes, signature fixes
23115
23116 2005-01-19  Peter Bartok  <pbartok@novell.com>
23117
23118         * Cursors.cs (ctor): Added ctor to fix signature
23119
23120 2005-01-18  Peter Bartok  <pbartok@novell.com>
23121
23122         * Button.cs: Implemented DoubleClick event
23123         * ButtonBase.cs:
23124           - Fixed keyboard handling to behave like MS, where the press of
23125             Spacebar is equivalent to a mousedown, and the key release is
23126             equivalent to mouseup. Now a spacebar push will give the same
23127             visual feedback like a mouse click.
23128           - Added missing attributes
23129           - Added ImeModeChanged event
23130           - Added support for generating DoubleClick event for derived classes
23131         * CheckBox.cs:
23132           - Implemented DoubleClick event
23133           - Added missing attributes
23134         * CommonDialog.cs: Added missing attribute
23135         * ContextMenu.cs: Added missing attributes
23136         * RadioButton.cs:
23137           - AutoChecked buttons do not allow to be unselected when clicked
23138             (otherwise we might end up with no selected buttons in a group)
23139           - Added missing attributes
23140           - Implemented DoubleClickEvent
23141         * ThreadExceptionDialog.cs: Enabled TextBox code
23142
23143 2005-01-18  Peter Bartok  <pbartok@novell.com>
23144
23145         * Form.cs: Removed debug output
23146         * Button.cs: Added support for DoubleClick method
23147
23148 2005-01-18  Peter Bartok  <pbartok@novell.com>
23149
23150         * Form.cs:
23151           - Added method to parent window that allows triggering size
23152             calculations when a menu is added/removed
23153           - set_Menu: Cleaned up mess from early days of Form and Control,
23154             now properly triggers a recalc when a menu is added/removed
23155           - Added case to select form itself as focused form if no child
23156             controls exist
23157           - Added PerformLayout call when showing dialog, to ensure properly
23158             placed controls
23159         * Control.cs:
23160           - Select(): Made internal so Form can access it
23161           - Focus(): Only call Xplat layer if required (avoids loop), and sets
23162             status
23163         * Application.cs (Run): Removed hack and calls PerformLayout instead
23164           to trigger calculation when Form becomes visible
23165
23166 2005-01-18  Jordi Mas i Hernandez <jordi@ximian.com>
23167
23168         * ComboBox.cs: fixes for ownerdraw
23169
23170 2005-01-18  Peter Bartok  <pbartok@novell.com>
23171
23172         * TextControl.cs:
23173           - Sentinel is no longer static, each Document gets it's own, this
23174             avoids locking or alternatively overwrite problems when more
23175             than one text control is used simultaneously.
23176           - Switched to use Hilight and HilightText brushes for text selection
23177
23178         * TextBoxBase.cs (PaintControl): Disabled AntiAliasing to improve looks
23179
23180 2005-01-18  Peter Bartok  <pbartok@novell.com>
23181
23182         * Control.cs:
23183           - Hooked up the following events:
23184                 o ControlAdded
23185                 o ControlRemoved
23186                 o HandleDestroyed
23187                 o ImeModeChanged
23188                 o ParentChanged
23189                 o TabStopChanged
23190                 o Invalidated
23191                 o SystemColorsChanged
23192                 o ParentFontChanged
23193                 o Move
23194           - Removed debug output
23195           - Added a call to the current theme's ResetDefaults when a color change
23196             is detected
23197         * Form.cs: Now setting the proper ImeMode
23198         * Theme.cs: Defined a method to force recreation of cached resources
23199           and rereading of system defaults (ResetDefaults())
23200         * ThemeWin32Classic.cs: Added ResetDefaults() stub
23201
23202 2005-01-17  Peter Bartok  <pbartok@novell.com>
23203
23204         * Control.cs: Added missing attributes
23205
23206 2005-01-17  Jackson Harper  <jackson@ximian.com>
23207
23208         * TreeNode.cs: Implement editing. Add missing properties selected
23209         and visible.
23210         * TreeView.cs: Implement node editing. Also some fixes to use
23211         Invalidate (invalid area) instead of Refresh when selecting.
23212
23213 2005-01-17  Peter Bartok  <pbartok@novell.com>
23214
23215         * Control.cs:
23216           - Implemented InvokeGotFocus() method
23217           - Implemented InvokeLostFocus() method
23218           - Implemented InvokePaint() method
23219           - Implemented InvokePaintBackground() method
23220           - Implemented InvokeClick() method
23221           - Implemented FindForm() method
23222           - Implemented RectangleToClient() method
23223           - Implemented ClientToRectangle() method
23224           - Implemented ResetBackColor() method
23225           - Implemented ResetCursor() method
23226           - Implemented ResetFont() method
23227           - Implemented ResteForeColor() method
23228           - Implemented ResetImeMode() method
23229           - Implemented ResetLeftToRight() method
23230           - Implemented ResetText() method
23231           - Implemented Scale() methods
23232           - Implemented ScaleCore() method
23233           - Implemented Update() method
23234           - Removed unused variables
23235           - Stubbed AccessibilityNotifyClients and
23236             ControlAccessibleObject.NotifyClients() methods (dunno what to do
23237             with those yet)
23238           - Now setting proper default for RightToLeft property
23239           - Fixed bug in SetClientSizeCore that would cause windows to get
23240             really big
23241           - Now sending Click/DoubleClick events
23242           - Now selecting controls when left mouse button is clicked on
23243             selectable control
23244         * AccessibleEvents.cs: Added
23245         * XplatUI.cs, XplatUIDriver.cs: Added UpdateWindow() method
23246         * XplatUIOSX.cs: Stubbed UpdateWindow() method
23247         * XplatUIWin32.cs: Implemented UpdateWindow() method
23248         * XplatUIX11.cs: Implemented UpdateWindow() method
23249         * Form.cs: Removed stray semicolon causing CS0162 warning
23250         * ThemeWin32Classic.cs: Fixed unused variable warnings
23251         * ScrollableControl.cs: Now calls base method for ScaleCore
23252         * ButtonBase.cs: Now disabling StandardClick and StandardDoubleClick
23253           style to avoid interference with internal click handler (which is
23254           different than standard Control click handling)
23255         * RadioButton.cs:
23256           - Now unchecks all sibling radio buttons when control is
23257             selected (Fixes #68756)
23258           - Removed internal tabstop variable, using the one inherited from
23259             Control
23260
23261 2005-01-17  Jackson Harper  <jackson@ximian.com>
23262
23263         * NavigateEventArgs.cs: Fix base type.
23264         * LinkLabel.cs: Sig fix
23265         
23266 2005-01-17  Jackson Harper  <jackson@ximian.com>
23267
23268         * TreeView.cs: Only invalidate the effected nodes bounds when
23269         selecting nodes.
23270
23271 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
23272
23273         * XplatUIWin32.cs: fixes Win32 marshaling
23274         * XplatUIX11.cs: fixes method signature
23275
23276 2005-01-17  Peter Bartok  <pbartok@novell.com>
23277
23278         * XplatUIX11.cs: Clean up resources when we no longer need them
23279
23280 2005-01-17  Peter Bartok  <pbartok@novell.com>
23281
23282         * XplatUI.cs, XplatUIDriver.cs: Added SetCursor(), ShowCursor(),
23283           OverrideCursor(), DefineCursor(), DefineStdCursor(), GetCursorInfo()
23284           and DestroyCursor() methods.
23285         * Cursor.cs: Partially implemented, now supports standard cursors;
23286           still contains some debug code
23287         * Cursors.cs: Implemented class
23288         * Control.cs:
23289           - WndProc(): Added handling of WM_SETCURSOR message, setting the
23290             appropriate cursor
23291           - Implemented Cursor property
23292           - Replaced break; with return; more straightforwar and possibly
23293             faster
23294           - Now properly setting the result for WM_HELP
23295         * X11Structs.cs: Added CursorFontShape enum
23296         * XplatUIStructs.cs:
23297           - Added StdCursor enum (to support DefineStdCursor() method)
23298           - Added HitTest enum (to support sending WM_SETCURSOR message)
23299         * XplatUIX11.cs:
23300           - Now sends the WM_SETCURSOR message
23301           - Implemented new cursor methods
23302         * XplatUIOSX.cs: Stubbed new cursor methods
23303         * XplatUIWin32.cs:
23304           - Implemented new cursor methods
23305           - Added GetSystemMetrics function and associated enumeration
23306
23307 2005-01-15  Peter Bartok  <pbartok@novell.com>
23308
23309         * Control.cs:
23310           - WndProc(): Now handles EnableNotifyMessage
23311           - SelectNextControl(): Fixed bug where if no child or sibling
23312             controls exist we looped endlessly
23313
23314 2005-01-14  Jackson Harper  <jackson@ximian.com>
23315
23316         * TreeView.cs: Recalculate the tab pages when a new one is added
23317         so that the proper bounding rects are created.
23318
23319 2005-01-14  Jackson Harper  <jackson@ximian.com>
23320
23321         * TreeView.cs: Draw a gray box instead of a grip in the lower
23322         right hand corner when there are both horizontal and vertical
23323         scroll bars.
23324
23325 2005-01-14  Jackson Harper  <jackson@ximian.com>
23326
23327         * Control.cs: When erasing backgrounds use FromHwnd instead of
23328         FromHdc when there is a NULL wparam. This occurs on the X driver.
23329         * XplatUIX11.cs: Set the wparam to NULL.
23330
23331 2005-01-13  Jackson Harper  <jackson@ximian.com>
23332
23333         * PictureBox.cs: Implement missing methods (except ToString, need
23334         to test that on windows) and events. When visibility is changed we
23335         need to redraw the image because the buffers are killed. When size
23336         is changed refresh if the sizemode needs it.
23337
23338 2005-01-13  Peter Bartok  <pbartok@novell.com>
23339
23340         * Control.cs (SelectNextControl): Was using wrong method to select
23341           a control
23342
23343 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
23344
23345         * ComboBox.cs: fixes dropstyle
23346
23347 2005-01-13  Peter Bartok  <pbartok@novell.com>
23348
23349         * Form.cs:
23350           - Implemented Select() override
23351           - Now handles WM_SETFOCUS/WM_KILLFOCUS messages
23352           - Now sets keyboard focus on startup
23353         * Control.cs (SelectNextControl): Now properly handles directed=true
23354         * TextBoxBase.cs:
23355           - WndProc: Now passes tab key on to base if AcceptTabChar=false
23356           - Added (really bad) focus rectangle (mostly for testing)
23357         * TextBox.cs: Added code to handle getting/loosing focus and invalidating
23358           to enforce redraw on focus changes
23359         * ContainerControl.cs:
23360           - Fixed detection of Shift-Tab key presses
23361           - Fixed traversal with arrow keys
23362         * XplatUIX11.cs: Implemented simulated keyboard focus; not sure if we're
23363           gonna keep this or if it's complete yet
23364         
23365 2005-01-13  Jordi Mas i Hernandez <jordi@ximian.com>
23366
23367         * ComboBox.cs: missing properties, fixes
23368
23369 2005-01-13  Peter Bartok  <pbartok@novell.com>
23370
23371         * Panel.cs (ctor): Setting Selectable window style to off
23372         * Splitter.cs (ctor): Setting Selectable window style to off
23373         * GroupBox.cs (ctor): Setting Selectable window style to off
23374         * Label.cs (ctor): Setting Selectable window style to off
23375
23376 2005-01-12  Miguel de Icaza  <miguel@ximian.com>
23377
23378         * UpDownBase.cs (InitTimer): If the timer has been already
23379         created, enable it.
23380
23381         Use a TextBox instead of a Label.
23382
23383 2005-01-12  Jackson Harper  <jackson@ximian.com>
23384
23385         * TreeView.cs: Refresh the tree after sorting the nodes. Always
23386         draw the connecting node lines (when ShowLines is true).
23387         * TreeNode.cs: The nodes index can now be updated. This is used
23388         when a node collection is sorted.
23389         * TreeNodeCollection.cs: Implement sorting. Nodes can be sorted on
23390         insert or an existing unsorted node collection can be sorted.
23391         
23392 2005-01-12  Peter Bartok  <pbartok@novell.com>
23393
23394         * ContainerControl.cs: Implemented ProcessDialogKeys()
23395
23396 2005-01-12  Peter Bartok  <pbartok@novell.com>
23397
23398         * Control.cs:
23399           - Implemented SelectNextControl() method
23400           - Several focus related bug fixes
23401           - Fixed Docking calculations to match MS documentation and
23402             behaviour
23403
23404 2005-01-12  Jordi Mas i Hernandez <jordi@ximian.com>
23405
23406         * ContainerControl.cs, ListControl.cs, ListBox.cs: keyboard navigation and
23407         bug fixes
23408
23409 2005-01-12  Peter Bartok  <pbartok@novell.com>
23410
23411         * Control.cs:
23412           - Fixed broken Contains() method
23413           - Implemented GetNextControl() method. Finally. This is the pre-
23414             requisite for focus handling.
23415
23416 2005-01-12  Peter Bartok  <pbartok@novell.com>
23417
23418         * OSXStrucs.cs: Added
23419
23420 2005-01-12  Peter Bartok  <pbartok@novell.com>
23421
23422         * XplatUIWin32.cs:
23423           - Removed PeekMessageFlags
23424           - Implemented SetWindowStyle() method
23425         * XplatUIStructs.cs: Added PeekMessageFlags
23426         * X11Structs: Added missing border_width field to XWindowChanges struct
23427         * XplatUIX11.cs:
23428           - PeekMessage: Now throws exception if flags which are not yet
23429             supported are passed
23430           - Implemented SetWindowStyle() method
23431           - Fixed SetZOrder to handle AfterHwnd properly
23432         * XplatUI.cs: Added SetWindowStyle() method
23433         * XplatUIDriver.cs: Added SetWindowStyle() abstract
23434         * Control.cs:
23435           - Implemented UpdateStyles() method
23436           - Implemented UpdateZOrder() method
23437         * XplatUIOSX.cs: Added SetWindowStyle() stub
23438
23439 2005-01-12  Geoff Norton  <gnorton@customerdna.com>
23440
23441         * XplatUIOSX.cs: Fix SetZOrder (this needs more testing with a 3
23442         button mouse).
23443
23444
23445 2005-01-11  Jackson Harper  <jackson@ximian.com>
23446
23447         * TreeView.cs: Still need to draw lines to siblings even if out of
23448         the current node is out of the clip.
23449
23450 2005-01-11  Jackson Harper  <jackson@ximian.com>
23451
23452         * TreeView.cs: When setting the hbar/vbar/grip position use
23453         SetBounds so that perform layout is only called once. Also suspend
23454         and resume layout so layout is only done once for all controls.
23455         - Removed some debug fluff
23456         * SizeGrip.cs: Call base implmentation in overriding methods.
23457         - When visibility is changed the drawing buffers are killed so we
23458         need to redraw.
23459
23460 2005-01-11  Jackson Harper  <jackson@ximian.com>
23461
23462         * TreeView.cs: Calculate the open node count while drawing. This
23463         saves us an entire tree traversal for every paint operation. Use
23464         a member var for the open node count so less vars are passed around.
23465
23466 2005-01-11  John BouAntoun  <jba-mono@optusnet.com.au>
23467
23468         * MonthCalendar.cs:
23469         - fixed selection to use mousemove, not mouse polling on timer
23470         * ThemeWin32Classic.cs
23471         - removed redundant unused variable "no_more_content"
23472         
23473 2005-01-11  Peter Bartok  <pbartok@novell.com>
23474
23475         * XplatUIX11.cs (DoEvents): Needs to return when no more events
23476           are pending, so it now calls PeekMessage instead of GetMessage;
23477           implemented a incomplete version of PeekMessage
23478         
23479 2005-01-11  Peter Bartok  <pbartok@novell.com>
23480
23481         * XplatUIWin32.cs: Switched P/Invokes to unicode charset to avoid
23482           I18n issues
23483         * TextBoxBase.cs: Added sending of TextChanged event
23484
23485 2005-01-10  Jackson Harper  <jackson@ximian.com>
23486
23487         * TreeView.cs: Try not to draw outside the clipping rectangle on
23488         each node element.
23489
23490 2005-01-10  Jordi Mas i Hernandez <jordi@ximian.com>
23491
23492         * ComboBox.cs: keyboard navigation, item navigation, bug fixes
23493
23494 2005-01-10  Jackson Harper  <jackson@ximian.com>
23495
23496         * TreeView.cs:
23497         - Implement fast scrolling. Now only the newly
23498         exposed nodes are drawn and the old image is moved using the
23499         XplatUI::ScrollWindow method.
23500         - Factor in height of nodes when calculating whether or not the
23501         node is in the clipping rect.
23502
23503 2005-01-10  Jackson Harper  <jackson@ximian.com>
23504
23505         * TreeNodeCollection.cs: Refresh the tree when a new node is added.
23506
23507 2005-01-10  Peter Bartok  <pbartok@novell.com>
23508
23509         * Application.cs: Added temporary hack to resolve all our resize
23510           required issues on startup. This will get fixed properly at
23511           some point in the future
23512
23513 2005-01-10  Jackson Harper  <jackson@ximian.com>
23514
23515         * SizeGrip.cs: New internal class that is used as a sizing
23516         grip control...hence the name.
23517
23518 2005-01-10  Peter Bartok  <pbartok@novell.com>
23519
23520         * Control.cs: Implemented proper TabIndex handling, now assigning
23521           a tabindex when a control is added to a container
23522         * GroupBox.cs (ctor): Now sets the Container style bit, required
23523           for Control.GetNextControl()
23524
23525 2005-01-09  Jackson Harper  <jackson@ximian.com>
23526
23527         * TextBoxBase.cs: Clear window when scrolling (fixes build).
23528
23529 2005-01-09  Peter Bartok <pbartok@novell.com>
23530
23531         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIOSX.cs,
23532           XplatUIX11.cs: Added ability to control ScrollWindow expose and
23533           an overload for ScrollWindow to allow only scrolling a rectangle
23534
23535 2005-01-09  Peter Bartok <pbartok@novell.com>
23536
23537         * Form.cs:
23538           - Implemented SetDesktopBounds method
23539           - Implemented SetDesktopLocation method
23540
23541 2005-01-08  Jackson Harper  <jackson@ximian.com>
23542
23543         * TreeView.cs: Only set the vbar's Maximum and LargeChange when
23544         the node count has changed, this removes to VScroll::Refresh calls
23545         when drawing.
23546
23547 2005-01-08  Geoff Norton  <gnorton@customerdna.com>
23548
23549         * XplatUIOSX.cs: Fix GetWindowState & SetWindowState
23550
23551 2005-01-07  Jackson Harper  <jackson@ximian.com>
23552
23553         * TreeNode.cs: Just update the single node when it is
23554         checked. Don't refresh after toggling, the Expand/Collapse already
23555         handles this.
23556         * TreeView.cs: Respect clipping a little more when drawing. Try
23557         not to redraw things that don't need to be redrawn. Just hide the
23558         scrollbars when they are no longer needed instead of removing
23559         them, so they don't have to be created again and again.
23560         
23561 2005-01-07  Geoff Norton  <gnorton@customerdna.com>
23562
23563         * XplatUIOSX.cs (SetCaretPos):  We need to translate the view
23564         coordinates to window space to place the caret properly, FIXED.
23565         Implement GetWindowState & SetWindowState
23566
23567 2005-01-06  Peter Bartok <pbartok@novell.com>
23568
23569         * Form.cs:
23570           - Implemented ClientSize property
23571           - Implemented DesktopBounds property
23572           - Implemented DesktopLocation property
23573           - Implemented IsRestrictedWindow property
23574           - Implemented Size property
23575           - Implemented TopLevel property
23576           - Implemented FormWindowState property
23577         * Control.cs:
23578           - Implemented GetTopLevel() method
23579           - Implemented SetTopLevel() method
23580         * X11Structs.cs (Atom):
23581           - Added AnyPropertyType definition
23582           - Added MapState definiton and updated XWindowAttribute struct
23583         * XplatUI.cs: Added GetWindowState() and SetWindowState() methods
23584         * XplatUIDriver.cs: Added GetWindowState() and SetWindowState() methods
23585         * XplatUIOSX.cs: Stubbed GetWindowState() and SetWindowState() methods
23586         * XplatUIWin32.cs:
23587           - Implemented GetWindowState() and SetWindowState() methods
23588           - Fixed Win32GetWindowLong return type
23589         * XplatUIX11.cs:
23590           - Introduced central function for sending NET_WM messages
23591           - Implemented GetWindowState() and SetWindowState() methods
23592         * TextBoxBase.cs (set_Lines):
23593           - Now uses Foreground color for text added via Text property (Duh!)
23594           - Added code to remember programmatically requested size (fixes
23595             behaviour when Multiline is set after Size)
23596           - Added AutoSize logic
23597
23598 2005-01-06  Jackson Harper  <jackson@ximian.com>
23599
23600         * TreeView.cs: Draw the image after the checkbox if checkboxes are enabled.
23601
23602 2005-01-06  Jackson Harper  <jackson@ximian.com>
23603
23604         * ListBox.cs: Don't allow the horizontal scrollbars maximum to be
23605         set to less then 0.
23606
23607 2005-01-06  Jackson Harper  <jackson@ximian.com>
23608
23609         * ScrollableControl.cs: Lazy init the scrollbars.
23610         
23611 2005-01-06  Jackson Harper  <jackson@ximian.com>
23612
23613         * Theme.cs: Speed up getting pens and solid brushes, by using
23614         their ARGB as a hash instead of tostring and not calling Contains.
23615
23616 2005-01-06  Peter Bartok <pbartok@novell.com>
23617
23618         * Form.cs:
23619           - Implemented OnActivated and OnDeactivate event trigger
23620           - Implemented Activate() method
23621           - Fixed ShowDialog() to activate the form that was active before
23622             the dialog was shown
23623         * XplatUIX11.cs:
23624           - Added global active_window var that tracks the currently active
23625             X11 window
23626           - Now always grabs Property changes from the root window to always
23627             catch changes on the active window property
23628           - Added code to PropertyNotify handler to send Active/Inactive
23629             messages when state changes. This puts X11 and Win32 en par on
23630             WM_ACTIVATE notifications (except for double notifications when
23631             the user clicks away from our modal window to another one of our
23632             windows)
23633
23634 2005-01-05  Jackson Harper  <jackson@ximian.com>
23635
23636         * ImageList.cs: Implment ctor
23637
23638 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
23639
23640         * XplatUIOSX.cs: Implement Activate/SetTopmost
23641
23642 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
23643
23644         * XplatUIOSX.cs: Implement SetZOrder, minor cleanup
23645
23646 2005-01-05  Geoff Norton  <gnorton@customerdna.com>
23647
23648         * XplatUIOSX.cs: Implement GetActive/SetFocus.
23649
23650 2005-01-05  Peter Bartok <pbartok@novell.com>
23651
23652         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs,
23653           XplatUIOSX.cs: Added GetActive method to return the currently
23654           active window for the application (or null, if none is active)
23655         * Form.cs:
23656           - Implemented ActiveForm
23657           - Commented out owner assignment for modal dialogs (causes problems
23658             on Win32, since the owner will be disabled)
23659           - Reworked some Active/Focus handling (still incomplete)
23660         * CommonDialog.cs: Commented out owner assignment for modal dialogs
23661           (causes problems on Win32, since the owner will be disabled)
23662         * IWin32Window: Added ComVisible attribute
23663
23664 2005-01-05  Peter Bartok <pbartok@novell.com>
23665
23666         * ToolTip.cs (WndProc): Enable setting focus now that we have the
23667           required XplatUI functions.
23668
23669 2005-01-05  Peter Bartok <pbartok@novell.com>
23670
23671         * XplatUI.cs, XplatUIOSX.cs, XplatUIWin32.cs, XplatUIDriver.cs,
23672           XplatUIX11.cs, X11Structs.cs, Form.cs: Framework code required
23673           to implement focus and activation handling; still incomplete and
23674           with debug output
23675
23676 2005-01-04  Peter Bartok <pbartok@novell.com>
23677
23678         * TextBoxBase.cs: Changed access level for Document property to
23679           match switch to internal for TextControl
23680
23681 2005-01-04  Peter Bartok <pbartok@novell.com>
23682
23683         * AccessibleObject: Added ComVisible attribute
23684
23685 2005-01-04  Jackson Harper  <jackson@ximian.com>
23686
23687         * X11Keyboard.cs: Remove unneeded var.
23688
23689 2005-01-04  Jackson Harper  <jackson@ximian.com>
23690
23691         * XplatUIX11.cs (DoEvents): Implement, Just cast aside all events
23692         but PAINT.
23693         * XplatUIX11.cs (GetMessage): Call Exit when we get an unknown
23694         ClientMessage. This makes apps exit cleanly (more often).
23695         
23696 2005-01-04  Jackson Harper  <jackson@ximian.com>
23697
23698         * TreeNode.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) for
23699         handling focus, return correct colors and fonts,
23700         * TreeView.cs: Patches by Kazuki Oikawa (kazuki@panicode.com) to
23701         handle selection, horizontal scrolling, and mouse interaction.
23702
23703 2005-01-04  Peter Bartok <pbartok@novell.com>
23704
23705         * ICommandExecutor.cs: Added
23706         * IDataGridColumnStyleEditingNotificationService.cs: Added
23707         * IFeatureSupport.cs: Added
23708         * IFileReaderService.cs: Added
23709         * IDataObject.cs: Added ComVisible attribute
23710         * AmbientProperties.cs: Added
23711         * BaseCollection.cs: Added missing attributes
23712         * ListBindingConverter.cs: Added (stubbed, required for certain attributes)
23713         * BaseCollection.cs: Added missing attributes
23714         * Binding.cs: Added TypeConverter attribute
23715         * BindingContext.cs: Added DefaultEvent attribute
23716         * BindingsCollection.cs: Added DefaultEvent attribute
23717         * Button.cs: Added DefaultValue attribute
23718         * DragEventArgs.cs: Added ComVisible attribute
23719         * GiveFeedbackEventArgs.cs: Added ComVisible attribute
23720         * KeyEventArgs.cs: Added ComVisible attribute
23721         * KeyPressEventArgs.cs: Added ComVisible attribute
23722         * MouseEventArgs.cs: Added ComVisible attribute
23723         * NavigateEventArgs.cs: Added
23724         * NavigateEventHandler.cs: Added
23725         * FeatureSupport.cs: Added
23726         * OSFeature.cs: Added
23727         * Theme.cs: Added abstract Version property to support OSFeature
23728         * ThemeWin32Classic.cs: Added Version property to
23729           support OSFeature.Themes
23730         * ProgressBar.cs: Removed OnPaintBackground override, not required since
23731           the proper styles to avoid background drawing are set, also doesn't
23732           match MS signature
23733         * QueryAccessibilityHelpEventArgs.cs: Added ComVisible attribute
23734         * QueryContinueDragEventArgs.cs: Added ComVisible attribute
23735         * ScrollEventArgs.cs: Added ComVisible attribute
23736         * SplitterEventArgs.cs: Added ComVisible attribute
23737         * AccessibleSelection.cs: Added Flags attribute
23738         * Appearance.cs: Added ComVisible attribute
23739         * Border3DSide.cs: Added ComVisible attribute
23740         * Border3DStyle.cs: Added ComVisible attribute
23741         * BorderStyle.cs: Added ComVisible attribute
23742         * DragAction.cs: Added ComVisible attribute
23743         * ErrorBlinkStyle.cs: Added
23744         * ScrollEventType.cs: Added ComVisible attribute
23745         * AnchorStyles.cs: Added Editor attribute
23746         * DockStyle.cs: Added Editor attribute
23747         * HorizontalAlignment.cs: Added ComVisible attribute
23748         * HelpEventArgs.cs: Added ComVisible attribute
23749         * PaintEventArgs.cs: Added IDisposable
23750
23751 2005-01-04  Peter Bartok <pbartok@novell.com>
23752
23753         * TextControl.cs: Switched Line, LineTag and Document classes to
23754           internal
23755
23756 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
23757
23758         * ComboBox.cs, ThemeWin32Classic.cs, ListBox.cs, Theme.cs:
23759         Simple mode, fixes, IntegralHeight, etc.
23760
23761 2005-01-04  Peter Bartok <pbartok@novell.com>
23762
23763         * TextBoxBase.cs: Using proper font variable now
23764
23765 2005-01-04  Peter Bartok <pbartok@novell.com>
23766
23767         * Form.cs (ShowDialog): Set parent to owner, if provided
23768         * GroupBox.cs: Removed unused vars
23769         * TextControl.cs:
23770           - Added GetHashCode() for Document and LineTag classes
23771           - Removed unused variables
23772           - Added CharIndexToLineTag() and LineTagToCharIndex() methods
23773             to allow translation between continuous char position and line/pos
23774         * CheckBox.cs: Removed vars that are provided by base class
23775         * RadioButton.cs: Removed vars that are provided by base class, added
23776           new keyword where required
23777         * LinkLabel.cs: Added new keyword where required
23778         * Control.cs (WndProc): Removed unused variable
23779         * TextBoxBase.cs:
23780           - Finished SelectionLength property
23781           - Implemented SelectionStart property
23782           - Implemented Text property
23783           - Removed unused vars
23784         * MessageBox.cs: Added new keyword where required
23785         * TextBox.cs: Removed Text property code (now in TextBoxBase), fixed
23786           WndProc signature
23787         * MenuAPI.cs: Added new keyword where required
23788         * ButtonBase.cs: Removed vars that are provided by base class, added
23789           new keyword where required
23790         * ThemeWin32Classic.cs (DrawMonthCalendarDate): Now cast Math.Floor
23791           argument to double, to allow compiling with csc 2.0 (Atsushi ran
23792           into this)
23793         * Application.cs (Run): Now triggers the ThreadExit event
23794         * CommonDialog.cs: Added new keyword where required; now properly sets
23795           parent (owner) for dialog
23796         * XplatUIX11.cs: Commented out unused vars
23797         * StatusBar.cs: Fixed signature for Text property
23798         * TabPage.cs: Undid Jordi's removal of unused var, now using the var
23799
23800 2005-01-04  Jordi Mas i Hernandez <jordi@ximian.com>
23801
23802         * ComboBox.cs, TabPage.cs, MenuAPI.cs, ThemeWin32Classic.cs,
23803         TrackBar.cs, MonthCalendar.cs: remove unused vars
23804
23805 2005-01-03  Jackson Harper  <jackson@ximian.com>
23806
23807         * ThemeWin32Classic.cs:
23808         * X11Keyboard.cs: Remove unused vars.
23809
23810 2005-01-03  Peter Bartok  <pbartok@novell.com>
23811
23812         * TextBox.cs:
23813           - set_Text: Tied into TextControl
23814           - set_TextAlignment: Tied into TextControl
23815         * TextControl.cs:
23816           - Added alignment properties and implemented alignment handling
23817             and drawing (still has a bug, not generating proper expose events)
23818           - Added new Line() constructor to allow passing the line alignment
23819           - Fixed selection setting, properly handling end<start now
23820           - Added aligment considerations to RecalculateDocument()
23821         * TextBoxBase.cs:
23822           - Now properly enforces control height for single line controls
23823           - Added support for CharacterCasing
23824           - Added IsInputKey override
23825           - Fixed Keys.Enter logic
23826           - Added SetBoundsCore override
23827           - Fixed mouse selection handling
23828
23829 2005-01-03  Jackson Harper  <jackson@ximian.com>
23830
23831         * TreeView.cs:
23832           - Collapse and uncheck all nodes when CheckBoxes is disabled.
23833           - Checkboxes are always aligned to the bottom of the node,
23834           regardless of item height.
23835           - Use the node bounds to draw the text so we can center it when
23836           the item height is greater then the font height.
23837           - Node::Bounds are only the text part of the node.
23838         * TreeNode.cs: New method to combine collapsing and unchecking all
23839           nodes recursively.
23840
23841 2005-01-02  Jackson Harper  <jackson@ximian.com>
23842
23843         * TreeView.cs: Draw checkmarks, handle detecting check mark clicks
23844         * TreeNode.cs: Add a bounding box for the checkbox, refresh the
23845         tree when a check is changed. TODO: Only refresh the checked node.
23846
23847 2004-12-30  Jackson Harper  <jackson@ximian.com>
23848
23849         * TreeView.cs: Draw checkbox boxes when checkboxes are enabled.
23850         * TreeNode.cs: When collapsing make sure to never collapse the
23851         root node.
23852
23853 2004-12-29  Jackson Harper  <jackson@ximian.com>
23854
23855         * TreeView.cs: Align lines to the bottom of plus minus boxes properly.
23856         
23857 2004-12-28  Zoltan Varga  <vargaz@freemail.hu>
23858
23859         * X11Structs.cs X11Keyboard.cs XplatUIX11.cs: Fix 64 bit issues.
23860
23861 2004-12-28  Peter Bartok  <pbartok@novell.com>
23862
23863         * MessageBox.cs (get_CreateParams): Don't use owner var if it's
23864           not yet assigned
23865
23866 2004-12-28  Peter Bartok  <pbartok@novell.com>
23867
23868         * Control.cs (WndProc): Added WM_HELP handler, now generates
23869           HelpRequested event
23870         * Form.cs: Added HelpButton property and required support code
23871         * XplatUIStructs.cs: Added HELPINFO structure for WM_HELP handling
23872
23873 2004-12-28  Peter Bartok  <pbartok@novell.com>
23874
23875         * CommonDialog.cs:
23876           - Made DialogForm.owner variable internal
23877           - Added check to ensure owner form is set before setting
23878             owner properties in CreateParams
23879
23880 2004-12-28  Geoff Norton  <gnorton@customerdna.com>
23881
23882         * XplatUIOSX.cs: Implement mouse hovering.  Fix QDPoint struct to avoid
23883           swizzling.  Implement ClientToScreen and ScreenToClient.  Implement
23884           GetCursorPos.  Fix major visibility issues.  Rework the windowing
23885           system to support borderless/titleless windows (implements menus).
23886           Fix GetWindowPos.  Implement initial background color support for
23887           views.
23888
23889 2004-12-28  Peter Bartok  <pbartok@novell.com>
23890
23891         * Form.cs (get_CreateParams): Make sure we have an owner before using
23892           the owner variable. Implement proper default if no owner exists
23893
23894 2004-12-28  Peter Bartok  <pbartok@novell.com>
23895
23896         * In preparation for making Managed.Windows.Forms the default build target
23897           for System.Windows.Forms, the following stubbed files were added.
23898           Dialogs are currently being implemented by contributors and are only
23899           short-term place holders.
23900         * ColorDialog.cs: Initial check-in (minmal stub)
23901         * DataGrid.cs: Initial check-in (minimal stub)
23902         * DataGridLineStyle.cs: Initial check-in (minimal stub)
23903         * DataGridParentRowsLabelStyle.cs: Initial check-in (minimal stub)
23904         * DataGridTableStyle.cs: Initial check-in (minimal stub)
23905         * FontDialog.cs: Initial check-in (minimal stub)
23906         * FileDialog.cs: Initial check-in (minimal stub)
23907         * GridColumnStylesCollection.cs: Initial check-in (minimal stub)
23908         * GridTableStylesCollection.cs: Initial check-in (minimal stub)
23909         * OpenFileDialog: Initial check-in (minimal stub)
23910         * IComponentEditorPageSite.cs: Initial check-in
23911         * Splitter.cs: Initial check-in (for Jackson)
23912         * SplitterEventArgs.cs: Initial check-in (for Jackson)
23913         * SplitterEventHandler.cs: Initial check-in (for Jackson)
23914         * TextBox.cs: Initial check-in; still needs some wiring to
23915           TextControl backend
23916         * Form.cs: Implemented ControlBox property
23917         * MessageBox.cs: Added proper coding for Minimize/Maximize/ControlBox
23918         * CommonDialog.cs: Added proper coding for Minimize/Maximize/ControlBox
23919         * TextControl.cs: Added selection functionality; added todo header
23920         * TextBoxBase.cs:
23921           - Implemented Lines property
23922           - Implemented TextHeight property
23923           - Implemented SelectedText property
23924           - Implemented SelectionLength property
23925           - Implemented SelectAll method
23926           - Implemented ToString method
23927           - Removed and cleaned up some debug code
23928           - Implemented (still buggy) mouse text selection
23929
23930 2004-12-27  Jordi Mas i Hernandez <jordi@ximian.com>
23931
23932         * ComboBox.cs: Complete DropDownList implementation, fixes.
23933
23934 2004-12-26  Jordi Mas i Hernandez <jordi@ximian.com>
23935
23936         * ThemeWin32Classic, Theme.cs: ComboBox drawing methods
23937         * ComboBoxStyle.cs: ComboBoxStyle enum
23938         * ComboBox.cs: Initial work on ComboBox control
23939
23940 2004-12-21  Peter Bartok  <pbartok@novell.com>
23941
23942         * Control.cs (ctor, CreateParams): Moved setting of is_visible
23943           forward so that anything that creates a window gets the default,
23944           also no longer uses Visible property in CreateParams to avoid
23945           walking up the parent chain and possibly get the wrong visible
23946           status. Fixed IsVisible to no longer walk up to the parent.
23947
23948 2004-12-21  Peter Bartok  <pbartok@novell.com>
23949
23950         * Form.cs (ShowDialog): Unset modality for the proper window
23951  
23952 2004-12-20  Peter Bartok  <pbartok@novell.com>
23953
23954         * CommonDialog.cs: Initial check-in
23955
23956 2004-12-20  Peter Bartok  <pbartok@novell.com>
23957
23958         * Control.cs (Visible): Now uses the parent window instead of the
23959           client area window for the property
23960
23961         * Form.cs
23962           - ShowDialog(): Now uses the proper window for modality
23963           - The default visibility state for the form parent is now false. This
23964             will prevent the user from seeing all the changes to the form and
23965             its controls before the application hits Application.Run()
23966           - Removed some stale commented out code
23967
23968         * NativeWindow.cs:
23969           - Added FindWindow() method to have a method to check for existence
23970             of a window handle
23971           - Added ability to override default exception handling (for example
23972             when debugging with VS.Net; to do this the ExternalExceptionHandler
23973             define must be set
23974           - Removed some useless debug output
23975
23976         * XplatUIX11.cs:
23977           - Removed r37929 (SetModal patch from Ashwin Bharambe), was
23978             not working as expected
23979           - Implemented modal_window stack and checking for _WM_ACTIVE_WINDOW
23980             property to allow switching back to the modal window if focus is
23981             given to another one of our windows (Application Modal)
23982           - Now only sets override_redirect if we create a window
23983             without WS_CAPTION
23984           - Moved EventMask selection before mapping of newly created window
23985             so we can catch the map event as well
23986           - Implemented Activate() method via the _WM_ACTIVE_WINDOW property
23987           - Added various Atom related DllImports
23988           - Implemented Exit() method
23989           - .ctor() : No longer shows window if WS_VISIBLE is not defined
23990             in the CreateParams
23991
23992         * MessageBox.cs: Now properly deals with the FormParent window by
23993           providing an override the FormParent CreateParams property to
23994           set as POPUP instead of OVERLAPPED window.
23995
23996 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
23997
23998         * XplatUIOSX.cs: Implement DestroyWindow.  Implement ScrollWindow
23999         Minor code cleanup.
24000
24001 2004-12-19  Geoff Norton  <gnorton@customerdna.com>
24002         
24003         * XplatUIOSX.cs (SetModal): Implement this method on OSX.
24004
24005 2004-12-18  Peter Bartok  <pbartok@novell.com>
24006
24007         * XplatUIX11.cs (SetModal): Applied patch from Ashwin Bharambe,
24008           implementing SetModal() method
24009
24010 2004-12-18  Peter Bartok  <pbartok@novell.com>
24011
24012         * X11Structs.cs (XGCValues): Fixed type of function element
24013         * XplatUI.cs: Added ScrollWindow() method
24014         * XplatUIDriver.cs: Added ScrollWindow() abstract
24015         * XplatUIWin32.cs: Implemented ScrollWindow() method
24016         * XplatUIX11.cs: Implemented ScrollWindow() method
24017         * XplatUIOSX.cs: Stubbed out ScrollWindow() method
24018
24019 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
24020
24021         * XplatUIOSX.cs:  Fix cursor to use an Invert instead of drawing it
24022         Some more keyboard support (INCOMPLETE)
24023
24024 2004-12-17  Peter Bartok  <pbartok@novell.com>
24025
24026         * TextControl.cs:
24027         - Added color attribute to line tags.
24028         - Added color argument to all functions dealing with tags
24029         - Added color argument support to various functions
24030         - Fixed miss-calculation of baseline/shift in certain circumstances
24031
24032         * TextBoxBase.cs: Added new color option to test code
24033
24034 2004-12-17  Jackson Harper  <jackson@ximian.com>
24035
24036         * TreeNode.cs:
24037         * MonthCalendar.cs: Signature fixes
24038
24039 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
24040
24041         * XplatUIOSX.cs: Find the missing caret; caret was dissappearing after a
24042         keyboard event moved it.  Create a new graphics context for each paint resolves this
24043
24044 2004-12-17  Geoff Norton  <gnorton@customerdna.com>
24045
24046         * XplatUIOSX.cs: Fix hard cpu eat on loop with existing timers,
24047         Make caret exist and go blink blink.  Initial keyboard support.
24048         Fix exception handler, Add Invalidate support.  Change way RefreshWindow
24049         works.
24050
24051 2004-12-17  Jackson Harper  <jackson@ximian.com>
24052
24053         * XplatUIStructs.cs: Updated set of virtual keycodes.
24054         * KeyboardLayouts.cs: SCROLL_LOCK is now SCROLL
24055
24056 2004-12-17  Jackson Harper  <jackson@ximian.com>
24057
24058         * XplatUIX11.cs: Prune old keyboard code.
24059
24060 2004-12-17  Jackson Harper  <jackson@ximian.com>
24061
24062         * XplatUIX11.cs: When generating mouse wparams get the modifier
24063         keys from the ModifierKeys property.
24064
24065 2004-12-17  Jackson Harper  <jackson@ximian.com>
24066
24067         * X11Keyboard.cs: Send up/down input when generating
24068         messages. Remove some unused vars.
24069
24070 2004-12-17  Jackson Harper  <jackson@ximian.com>
24071
24072         * TabControl.cs:
24073         * TreeView.cs: get rid of warnings.
24074
24075 2004-12-17  Jackson Harper  <jackson@ximian.com>
24076
24077         * XplatUIStructs.cs: Fix a couple wrong virtual keycodes.
24078
24079 2004-12-17  Jordi Mas i Hernandez <jordi@ximian.com>
24080
24081         * ListBox.cs: bug fixes, changes for CheckedListBox.cs
24082           CheckedListBox.cs: Implementation
24083
24084 2004-12-17  Peter Bartok  <pbartok@novell.com>
24085
24086         * TextControl.cs (RecalculateLine): Fixed baseline aligning calcs
24087
24088 2004-12-16  Peter Bartok  <pbartok@novell.com>
24089
24090         * TextControl.cs:
24091           - InsertCharAtCaret(): Fixed start pos fixup
24092           - CaretLine_get: No longer derives the line from the tag, the tag
24093             could be stale if lines in the document have been added or deleted
24094           - RebalanceAfterDelete(): Fixed bug in balancing code
24095           - RebalanceAfterAdd(): Fixed really stupid bug in balancing code
24096           - Line.Streamline(): Now can also elminate leading empty tags
24097           - DumpTree(): Added a few more tests and prevented exception on
24098             uninitialized data
24099           - Added Debug section for Combining lines
24100           - Delete(): Now copies all remaining properties of a line
24101           
24102         * TextBoxBase.cs:
24103           - Left mousebutton now sets the caret (and middle button still acts
24104             as formatting tester, which must go away soon)
24105           - Added Debug section for Deleting/Combining lines
24106           - Fixed calculations for UpdateView after Combining lines
24107
24108 2004-12-16  Peter Bartok  <pbartok@novell.com>
24109
24110         * TextControl.cs: Now properly aligns text on a baseline, using the
24111           new XplatUI.GetFontMetrics() method. Simplified several calculations
24112         * TextBoxBase.cs: Moved #endif to allow compiling if Debug is not
24113           defined
24114
24115 2004-12-16  Peter Bartok  <pbartok@novell.com>
24116
24117         * XplatUI.cs: Added GetFontMetrics() method
24118         * XplatUIDriver.cs: Added GetFontMetrics() abstract
24119         * XplatUIX11.cs: Implemented GetFontMetrics() method, now calls
24120           into libgdiplus, our private GetFontMetrics function
24121         * XplatUIOSX.cs: Implemented GetFontMetrics() method, same as X11
24122         * XplatUIWin32.cs: Implemented GetFontMetrics() method
24123
24124 2004-12-16  Jackson Harper  <jackson@ximain.com>
24125
24126         * XplatUIStruct.cs: Add enum for dead keys
24127         * X11Keyboard.cs: Map and unmap dead keys.
24128
24129 2004-12-16  Jackson Harper  <jackson@ximian.com>
24130
24131         * X11Keyboard.cs: Detect and use the num lock mask.
24132
24133 2004-12-16  Peter Bartok  <pbartok@novell.com>
24134
24135         * Control.cs (CreateGraphics): Added check to make sure the
24136           handle of the window exists before calling Graphics.FromHwnd()
24137
24138 2004-12-16  Peter Bartok  <pbartok@novell.com>
24139
24140         * TextBoxBase.cs: Initial check-in. DO NOT TRY TO USE THIS YET. It
24141           contains a lot of code that's not supposed to be there for the
24142           real thing, but required for developing/testing the textbox
24143           backend.
24144
24145 2004-12-16  Peter Bartok  <pbartok@novell.com>
24146
24147         * TextControl.cs:
24148         - Fixed Streamline method
24149         - Added FindTag method to Line
24150         - Added DumpTree method for debugging
24151         - Added DecrementLines() method for deleting lines
24152         - Fixed UpdateView to update the cursor to end-of-line on single-line
24153           updates
24154         - Added PositionCaret() method
24155         - Fixed MoveCaret(LineDown) to move into the last line, too
24156         - Added InsertChar overload
24157         - Fixed InsertChar tag offset calculations
24158         - Added DeleteChar() method
24159         - Added Combine() method for folding lines
24160         - Fixed Delete() method, no longer allocates wasted Line object and
24161           now copies all properties when swapping nodes
24162         - Delete() method now updates document line counter
24163
24164 2004-12-15  Jackson Harper  <jackson@ximian.com>
24165
24166         * XplatUIX11.cs: Get the modifier keys from the keyboard driver
24167         * X11Keyboard.cs: Expose the currently selected modifier keys
24168         through a property.
24169
24170 2004-12-15  Peter Bartok  <pbartok@novell.com>
24171
24172         * TextControl.cs: Initial check-in. Still incomplete
24173
24174 2004-12-15  Jackson Harper  <jackson@ximian.com>
24175
24176         * TreeNode.cs:
24177         * TreeView.cs: Fix build on csc (second time today ;-))
24178
24179 2004-12-15  Jackson Harper  <jackson@ximian.com>
24180
24181         * TreeView.cs: Store the treenodes plus/minus box bounds when it
24182         is calculated and use this for click testing.
24183         * TreeNode.cs: Add functionality to store the nodes plus minus box bounds.
24184
24185 2004-12-15  Jackson Harper  <jackson@ximian.com>
24186
24187         * TreeView.cs: Pass the nodes image index to the image list when
24188         drawing that image.
24189
24190 2004-12-15  Jackson Harper  <jackson@ximian.com>
24191
24192         * X11Keyboard.cs: Set messages hwnd.
24193         * XplatUIX11.cs: Pass proper hwnd wot keyboard driver. Set hwnd on
24194         post_message calls.
24195
24196 2004-12-15  Jackson Harper  <jackson@ximian.com>
24197
24198         * X11Keyboard.cs: Fix to compile with csc.
24199         
24200 2004-12-15  Jackson Harper  <jackson@ximian.com>
24201
24202         * X11Structs.cs: Add key mask values
24203         * XplatUIStruct.cs: Add keyboard event flags, and keyboard definitions
24204         * X11Keyboard.cs: New file - Extrapolates and interpolates key
24205         down/up foo into WM_CHAR foo
24206         * KeyboardLayouts.cs: Common keyboard layouts
24207         * XplatUIX11.cs: Add the keyboard driver. Add functionality to
24208         post messages into the main queue.
24209
24210 2004-12-13  Jordi Mas i Hernandez <jordi@ximian.com>
24211
24212         * Button.cs: implement ProcessMnemonic
24213         * ThemeWin32Classic.cs: use ResPool (caching) instead of creating
24214           brushes everytime
24215         * Control.cs: fixes IsMnemonic (support for &&, case insensitive, etc)
24216         * ButtonBase.cs: Show HotkeyPrefix (not the &)
24217
24218 2004-12-12  John BouAntoun  <jba-mon@optusnet.com.au>
24219         
24220         * MonthCalendar.cs: Implemented click-hold for next/previous month
24221           and date selection
24222           
24223 2004-12-11  Peter Bartok  <pbartok@novell.com>
24224
24225         * X11Structs.cs:
24226           - Added XKeyboardState (moved from XplatUIX11.cs)
24227           - Added XCreateGC related enums and structures
24228           - Added GXFunction for XSetFunction
24229
24230         * XplatUIStructs.cs: Added missing WS_EX_xxx definitions
24231
24232         * XplatUI.cs: Added CreateCaret(), DestroyCaret(), SetCaretPos() and
24233           CaretVisible() calls
24234
24235         * ToolTip.cs: Added code to prevent stealing focus from app windows
24236
24237         * XplatUIDriver.cs: Added abstracts for caret functions (CreateCaret,
24238           DestroyCaret, SetCaretPos and CaretVisible)
24239
24240         * XplatUIX11.cs:
24241           - Added implementation for caret functions
24242           - Moved hover variables into a struct, to make it a bit easier
24243             on the eyes and to debug
24244           - Removed XKeyboardState (moved to XplatUIX11.cs)
24245           - Moved Keyboard properties into the properties region
24246
24247         * Control.cs (get_Region): Control.CreateGraphics is the appropriate
24248           call to get a graphics context for our control
24249
24250         * XplatUIOSX.cs: Added empty overrides for the new caret functions
24251
24252         * TreeView.cs: Fixed bug. No matter what color was set it would always
24253           return SystemColors.Window
24254
24255         * XplatUIWin32.cs: Implemented caret overrides
24256
24257 2004-12-10  Jordi Mas i Hernandez <jordi@ximian.com>
24258
24259         * ListBox.cs: fire events, implement missing methods and properties,
24260         sorting.
24261
24262 2004-12-10  John BouAntoun <jba-mono@optusnet.com.au>
24263
24264         * MonthCalendar.cs: invalidation bug fixing
24265         * ThemeWin32Classic.cs: paint fixing
24266
24267 2004-12-09  Geoff Norton  <gnorton@customerdna.com>
24268
24269         * XplatUIOSX.cs: Refactor to pass the real hwnd into Graphics.FromHwnd, we
24270         prepare the CGContextRef there now.
24271
24272 2004-12-09  John BouAntoun <jba-mono@optusnet.com.au>
24273
24274         * MonthCalendar.cs:
24275           - optimisationL only invalidate areas that have changed
24276         * ThemeWin32Classic.cs:
24277           - only paint parts that intersect with clip_area
24278
24279 2004-12-09  Peter Bartok  <pbartok@novell.com>
24280
24281         * Application.cs: Undid changes from r37004 which cause problems
24282         on X11
24283
24284 2004-12-09  Ravindra  <rkumar@novell.com>
24285
24286         * ToolBar.cs: Added support for displaying ContextMenu
24287         attached to a button on ToolBar.
24288         * ToolBarButton.cs: Uncomment/fixed the DropDownMenu
24289         property.
24290
24291 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
24292
24293         * Label.cs: autosize works in text change and removes unnecessary
24294         invalidate
24295
24296 2004-12-09  Jordi Mas i Hernandez <jordi@ximian.com>
24297
24298         * ThemeWin32Classic.cs, XplatUIOSX.cs, XplatUIWin32.cs:
24299         remove warnings
24300
24301 2004-12-08  Geoff Norton  <gnorton@customerdna.com>
24302
24303         * XplatUIOSX.cs: Added mouse move/click/grab support
24304         Remove some debugging WriteLines not needed anymore.
24305         Add window resizing/positioning.
24306         Fix visibility on reparenting.
24307
24308 2004-12-08  Peter Bartok  <pbartok@novell.com>
24309
24310         * XplatUIOSX.cs: Added Idle event, now compiles on VS.Net
24311
24312 2004-12-07  Geoff Norton  <gnorton@customerdna.com>
24313
24314         * XplatUIOSX.cs: Initial checkin
24315         * XplatUI.cs: Use the Quartz driver if the environment is set to use it
24316
24317 2004-12-03  Ravindra <rkumar@novell.com>
24318
24319         * ListView.cs: Added some keybindings and fixed scrolling.
24320         ScrollBars listen to ValueChanged event instead of Scroll
24321         Event. This would let us take care of all changes being
24322         done in the scrollbars' values programmatically or manually.
24323         * ListView.cs (CanMultiselect): Added a check for shift key.
24324         * ListView.cs (EnsureVisible): Fixed. Do proper scrolling.
24325         * ListViewItem.cs (Clone): Fixed. We need to make a copy
24326         of ListViewSubItemCollection as well.
24327
24328 2004-12-06  Peter Bartok <pbartok@novell.com>
24329
24330         * Control.cs (Parent): Added check and exception to prevent
24331         circular parenting
24332
24333 2004-12-03  Jordi Mas i Hernandez <jordi@ximian.com>
24334
24335         * ListBox.cs: implemented clipping, selection single and multiple,
24336         bug fixing
24337
24338 2004-12-03  Ravindra <rkumar@novell.com>
24339
24340         * ListView.cs (ListView_KeyDown):
24341         * ListView.cs (ListView_KeyUp): Fixed multiple selection handling
24342         when CTRL key is pressed.
24343         * ListViewItem.cs (Selected): Fixed setting the property.
24344
24345 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
24346
24347         * Application.cs (OnThreadException): Use ThreadExceptionDialog.
24348
24349         * Form.cs: Add ActiveForm, FormBorderStyle, MaximizeBox,
24350         MinimizeBox, ShowInTaskbar, TopMost properties.
24351
24352         * ThreadExceptionDialog.cs: Implemented (disabled TextBox until
24353         will be implemented).
24354
24355 2004-12-03  Marek Safar  <marek.safar@seznam.cz>
24356
24357         * OwnerDrawPropertyBag.cs: New internal parameterless ctor.
24358
24359         * TreeNode.cs: Implemented ICloneable, Fixed to pass my simple
24360         tests.
24361         
24362         * TreeNodeCollection.cs: Add exception throwing for Add,AddRange.
24363         
24364         * TreeView.cs: BackColor is Colors.Window.
24365
24366 2004-12-01  Jackson Harper  <jackson@ximian.com>
24367
24368         * TreeView.cs: When resizing the tree if the user is making it
24369         smaller we don't get expose events, so we need to handle adding
24370         the horizontal scrollbar in the size changed handler as well as
24371         the expose handler.
24372
24373 2004-12-02  Jordi Mas i Hernandez <jordi@ximian.com>
24374
24375         * DrawItemState.cs: fixes wrong enum values
24376
24377 2004-12-01  Jackson Harper  <jackson@ximian.com>
24378
24379         * TreeView.cs: Resize the hbar as well as the vbar on resize.
24380
24381 2004-12-01  Jackson Harper  <jackson@ximian.com>
24382
24383         * NodeLabelEditEventArgs.cs:
24384         * NodeLabelEditEventHandler.cs:
24385         * OpenTreeNodeEnumerator.cs:
24386         * TreeNode.cs:
24387         * TreeNodeCollection.cs:
24388         * TreeView.cs:
24389         * TreeViewAction.cs:
24390         * TreeViewCancelEventArgs.cs:
24391         * TreeViewCancelEventHandler.cs:
24392         * TreeViewEventArgs.cs:
24393         * TreeViewEventHandler.cs: Initial implementation.
24394
24395 2004-12-01  Ravindra <rkumar@novell.com>
24396
24397         * ListView.cs (CalculateListView): Fixed scrolling related
24398         calculations. Also, removed some debug statements from other
24399         places.
24400         * ListViewItem.cs: Changed access to 'selected' instance variable
24401         from private to internal.
24402         * ThemeWin32Classic.cs (DrawListViewItem): Fixed SubItem drawing.
24403
24404 2004-12-01  Jordi Mas i Hernandez <jordi@ximian.com>
24405
24406         * ThemeWin32Classic.cs: remove cache of brush and pens for
24407         specific controls and use the global system, fixes scrollbutton
24408         bugs (for small sizes, disabled, etc)
24409         
24410         * ScrollBar.cs: does not show the thumb for very small controls
24411         (as MS) and allow smaller buttons that the regular size
24412
24413 2004-12-01  Miguel de Icaza  <miguel@ximian.com>
24414
24415         * UpDownBase.cs: Add abstract methods for the interface.
24416         Add new virtual methods (need to be hooked up to TextEntry when it
24417         exists).
24418         Add override methods for most features.
24419         Computes the size, forces the height of the text entry.
24420
24421         * NumericUpDown.cs: Put here the current testing code.
24422
24423         * Set eol-style property on all files that do not have mixed line
24424         endings, to minimize the future problems.  There are still a few
24425         files with mixed endings, and someone should choose whether they
24426         want to move it or not.
24427
24428 2004-11-30  Jordi Mas i Hernandez <jordi@ximian.com>
24429
24430         * MonthCalendar.cs, ListView.cs: use Theme colours instead of
24431         System.Colors
24432         
24433 2004-11-30  Ravindra <rkumar@novell.com>
24434
24435         * ThemeWin32Classic.cs (DrawListViewItem): Fixed selected item
24436         drawing and replaced use of SystemColors by theme colors.
24437         * ListView.cs (ListView_Paint): Fixed painting done during scrolling.
24438         * ListView.cs (ListViewItemCollection.Add): Throw exception when
24439         same ListViewItem is being added more than once.
24440
24441 2004-11-30  John BouAntoun <jba-mono@optusnet.com.au>
24442
24443         * MonthCalendar.cs:
24444           - ControlStyles love to make the control not flicker
24445           
24446 2004-11-30  Peter Bartok  <pbartok@novell.com>
24447
24448         * CharacterCasing.cs: Added
24449
24450 2004-11-29  Peter Bartok  <pbartok@novell.com>
24451
24452         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
24453           TreeViewAction.cs, TreeViewEventArgs.cs: Removed new files.
24454           I am removing these files as they conflict with already completed
24455           work. While it is fantastic to get contributions to MWF, I
24456           respectfully ask that everyone please coordinate their contributions
24457           through mono-winforms-list or #mono-winforms at this time. We're
24458           explicitly avoiding stubbing and don't want controls that don't have
24459           their basic functionality implemented in svn. Please also see
24460           http://www.mono-project.com/contributing/winforms.html
24461
24462
24463 2004-11-29  Marek Safar  <marek.safar@seznam.cz>
24464
24465         * Application.cs (ModalRun): Don't hang after exit.
24466
24467         * Theme.cs: New TreeViewDefaultSize property.
24468
24469         * ThemeWin32Classic.cs: Replaced hardcoded defaultWindowBackColor
24470         with less hardcoded SystemColors constant.
24471         Implemented TreeViewDefaultSize.
24472
24473         * TreeNode.cs, TreeNodeCollection.cs, TreeView.cs,
24474         TreeViewAction.cs, TreeViewEventArgs.cs: New files.
24475
24476
24477 2004-11-29  John BouAntoun <jba-mono@optusnet.com.au>
24478
24479         * MonthCalendar.cs:
24480           - Fix NextMonthDate and PrevMonthDate click moving calendar
24481
24482 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
24483
24484         * MonthCalendar.cs:
24485           - Fix usage of ScrollChange Property when scrolling months
24486
24487 2004-11-26  Jordi Mas i Hernandez <jordi@ximian.com>
24488
24489         * Menu.cs, MainMenu.cs, MenuItem.cs, MenuAPI.cs
24490          - Fixes menu destroying
24491          - Support adding and removing items on already created menus
24492
24493 2004-11-26  John BouAntoun <jba-mono@optusnet.com.au>
24494
24495         * MonthCalendar.cs:
24496           - Re-worked all bolded dates handling to match win32
24497         * ThemeWin32Classic.cs:
24498           - Fixed rendering with bolded dates
24499
24500 2004-11-25  Jordi Mas i Hernandez <jordi@ximian.com>
24501
24502         * ListBox.cs, Theme.cs, ThemeWin32Classic.cs:
24503         - Horizontal scroolbar
24504         - Multicolumn
24505         - Fixes
24506
24507
24508 2004-11-25  John BouAntoun <jba-mono@optusnet.com.au>
24509
24510         * MonthCalendar.cs:
24511           - Fix Usage of MaxSelectionCount from SelectionRange
24512           - Fixed Shift + Cursor Selection
24513           - Fixed Shift + (Pg up/Pg dn, Home/End) selection
24514           - Fixed normal cursor selection to be compat with win32
24515           - Fixed Shift + Mouse Click selection
24516
24517 2004-11-24  Peter Bartok <pbartok@novell.com>
24518
24519         * XplatUI.cs (DispatchMessage): Switched to return IntPtr
24520         * XplatUIDriver.cs (DispatchMessage): Switched to return IntPtr
24521         * XplatUIX11.cs:
24522           - CreatedKeyBoardMsg now updates keystate with Alt key
24523           - Added workaround for timer crash to CheckTimers, Jackson will
24524             develop a proper fix and check in later
24525           - Implemented DispatchMessage
24526           - Removed calling the native window proc from GetMessage (call
24527             now moved to DispatchMessage)
24528
24529         * KeyEventArgs.cs (Constructor): Now combines modifierkeys into
24530           the keydata (Fixes bug #69831)
24531
24532         * XplatUIWin32.cs:
24533           - (DispatchMessage): Switched to return IntPtr
24534           - Added DllImport for SetFocus
24535
24536 2004-11-24  Ravindra <rkumar@novell.com>
24537
24538         * ThemeWin32Classic.cs: Fixed ListView border and checkbox
24539         background drawing.
24540         * ListViewItem.cs: Fixed various properties, calculations
24541         and Clone() method. Fixed ListViewSubItemCollection.Clear() method.
24542         * ListView.cs: Fixed calculations, BackColor, ForeColor properties
24543         and some internal properties. Fixed MouseDown handler and Paint
24544         method.
24545
24546 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
24547
24548         * MonthCalendar.cs: Add TitleMonth ContextMenu handling
24549
24550 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
24551
24552         * ContainerControl.cs: correct accidental check in of local changes
24553
24554 2004-11-24  John BouAntoun <jba-mono@optusnet.com.au>
24555
24556         * ThemeWin32Classic.cs:
24557                 - Fixed Drawing Last month in grid (sometimes not showing)
24558         * MonthCalendar.cs:
24559                 - Fixed title width calculation bug (makeing title small)
24560
24561 2004-11-23  Peter Bartok <pbartok@novell.com>
24562
24563         * XplatUIX11.cs:
24564           - Added generation of WM_MOUSEHOVER event
24565           - Added missing assignment of async_method atom
24566           - Fixed WM_ERASEBKGND; now only redraws the exposed area
24567
24568 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
24569
24570         * ThemeWin32Classic.cs:
24571                 - Fixed Drawing of today circle when showtodaycircle not set
24572                 - fixed drawing of first and last month in the grid (gay dates)
24573         * MonthCalendar.cs:
24574                 - Fixed Drawing of today circle
24575                 - Fixed drawing of grady dates
24576                 - Fixed HitTest for today link when ShowToday set to false
24577                 - Fixed DefaultSize to obey ShowToday
24578
24579 2004-11-23  John BouAntoun <jba-mono@optusnet.com.au>
24580
24581         * ThemeWin32Classic.cs: Fixed DrawMonthCalendar and private support methods
24582         * System.Windows.Forms/Theme.cs
24583         * MonthCalendar.cs: added for MonthCalendar
24584         * SelectionRange.cs: added for MonthCalendar
24585         * Day.cs: added for MonthCalendar: added for MonthCalendar
24586         * DateRangeEventArgs.cs: added for MonthCalendar
24587         * DateRangeEventHandler.cs: added for MonthCalendar
24588
24589 2004-11-22  Ravindra <rkumar@novell.com>
24590
24591         * ThemeWin32Classic.cs: Fixed ListViewDrawing with 'UseItemStyleForSubItems'
24592         property.
24593
24594 2004-11-22  Miguel de Icaza  <miguel@ximian.com>
24595
24596         * UpDownBase.cs (InitTimer): Use prehistoric C# 1.0 notation for
24597         event handler.
24598         
24599         * NumericUpDown.cs: Added new implementation.
24600         * UpDownBase.cs: Added new implementation.
24601
24602         * XplatUIWin32.cs (KeyboardSpeed, KeyboardDelay): added default
24603         implementations.
24604         
24605         * XplatUIX11.cs (KeyboardSpeed, KeyboardDelay): added default
24606         implementations.
24607
24608         * XplatUIDriver.cs ((KeyboardSpeed, KeyboardDelay): added new
24609         methods.
24610
24611 2004-11-21  Miguel de Icaza  <miguel@ximian.com>
24612
24613         * Timer.cs  (Dispose): Should call the base dispose when
24614         overriding.
24615
24616 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
24617
24618         * ScrollBar.cs: updates thumb position when max, min or increment
24619         is changed
24620
24621 2004-11-21  Ravindra <rkumar@novell.com>
24622
24623         * ListView.cs: Implemented item selection, activation and
24624         column header style. Fixed properties to do a redraw, if
24625         required. Added support for MouseHover, DoubleClick, KeyDown
24626         and KeyUp event handling and some minor fixes.
24627         * ListViewItem.cs: Fixed constructor.
24628         * ThemeWin32Classic.cs: Improved drawing for ListView.
24629
24630 2004-11-19  Jordi Mas i Hernandez <jordi@ximian.com>
24631
24632         * ThemeWin32Classic.cs: initial listbox drawing code
24633         * DrawMode.cs: new enumerator
24634         * ListControl.cs: stubbed class
24635         * ListBox.cs: initial implementation
24636         * Theme.cs: new methods definitions
24637         * SelectionMode.cs: new enumerator
24638
24639 2004-11-17  Peter Bartok  <pbartok@novell.com>
24640
24641         * XplatUIWin32.cs: Added double-click events to the class style
24642         * Control.cs (WndProc):
24643           - Added handling of click-count to MouseDown/ MouseUp events.
24644           - Added handling of middle and right mouse buttons
24645           - Removed old debug code
24646
24647 2004-11-17  Jackson Harper  <jackson@ximian.com>
24648
24649         * XplatUIX11.cs: Use the new Mono.Unix namespace.
24650
24651 2004-11-17  Ravindra <rkumar@novell.com>
24652
24653         * ListView.cs: Added event handling for MouseMove/Up/Down.
24654         * ColumnHeader.cs: Added a read-only internal property 'Pressed'.
24655         * ThemeWin32Classic.cs: We need to clear the graphics context and
24656         draw column header in a proper state.
24657
24658
24659 2004-11-17  Jordi Mas i Hernandez <jordi@ximian.com>
24660
24661         *  Menu.cs: fixes signature
24662
24663 2004-11-16  Peter Bartok  <pbartok@novell.com>
24664
24665         * XplatUIX11.cs (GetMessage): Implemented generation of
24666           double click mouse messages
24667
24668 2004-11-12  Jordi Mas i Hernandez <jordi@ximian.com>
24669
24670         *  Form.cs, MainMenu.cs, MenuAPI.cs: tracker should be for tracking session
24671         not by menu
24672
24673 2004-11-11  Peter Bartok  <pbartok@novell.com>
24674
24675         * HandleData.cs: Added Visible property
24676         * XplatUIX11.cs (IsVisible): Now uses Visible property from
24677           HandleData
24678         * XplatUIX11.cs: Removed old debug leftovers
24679         * XplatUIX11.cs (DefWndProc): Added WM_ERASEBKGND handler
24680         * Control.cs (WndProc): Removed old debug leftovers,
24681           streamlined handling of WM_WINDOWPOSCHANGED, removed un-
24682           needed WM_SIZE handling
24683
24684 2004-11-11  Jackson Harper  <jackson@ximian.com>
24685
24686         * OwnerDrawPropertyBag.cs:
24687         * TreeViewImageIndexConverter.cs: Initial implementation
24688
24689 2004-11-10  Jackson Harper  <jackson@ximian.com>
24690
24691         * ThemeWin32Classic.cs:
24692         * TabControl.cs: instead of moving tabs by the slider pos just
24693         start drawing at the tab that is offset by the slider. This way
24694         scrolling always moves by exactly one tab.
24695
24696 2004-11-10  Jackson Harper  <jackson@ximian.com>
24697
24698         * TabControl.cs: You can only scroll left when the slider has
24699         already ben moved right.
24700         
24701 2004-11-10  Jackson Harper  <jackson@ximian.com>
24702
24703         * ThemeWin32Classic.cs: Do not draw the selected tab if its not in
24704         the clip area.
24705         
24706 2004-11-10  Jackson Harper  <jackson@ximian.com>
24707
24708         * ThemeWin32Classic.cs: Don't bother drawing tabs outside of the
24709         clip area.
24710         
24711 2004-11-09  Jackson Harper  <jackson@ximian.com>
24712
24713         * TabControl.cs (CalcXPos): New helper method so we can determine
24714         the proper place to start drawing vertical tabs.
24715         * ThemeWin32Classic.cs (DrawTab): Draw right aligned tabs.
24716         
24717 2004-11-09  Jackson Harper  <jackson@ximian.com>
24718
24719         * TabControl.cs: Calculate sizing and rects for left aligned tabs.
24720         * ThemeWin32Classic.cs (GetTabControl*ScrollRect): Only handle Top
24721         and Bottom, left and right are illegal values for this and
24722         multiline is enabled when the alignment is set to left or right.
24723         (DrawTab): Each alignment block should draw the text itself now
24724         because Left requires special love. Also add rendering for Left
24725         aligned tabs.
24726         
24727 2004-11-09  Jordi Mas i Hernandez <jordi@ximian.com>
24728
24729         *  Form.cs, MainMenu.cs, MenuAPI.cs: fixes menu navigation, fixes popups,
24730         does not destroy the windows, removes debugging messages
24731
24732 2004-11-09  jba  <jba-mono@optusnet.com.au>
24733
24734         * ThemeWin32Classic.cs
24735         (DrawButtonBase): Fix verticle text rect clipping in windows
24736         (DrawCheckBox): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
24737         rendering and incorrect text rect clipping
24738         (DrawRadioButton): Fix CheckAlign.TopCenter and CheckAlign.BottomCenter
24739         rendering and incorrect text rect clipping
24740         
24741 2004-11-08  Jackson Harper  <jackson@ximian.com>
24742
24743         * ThemeWin32Classic.cs (DrawTabControl): Render tabs from top to
24744         bottom when they are bottom aligned so the bottoms of the tabs get
24745         displayed.
24746         * TabControl.cs (DropRow): Move rows up instead of down when the
24747         tab control is bottom aligned.
24748
24749 2004-11-08 13:59  pbartok
24750
24751         * XplatUIX11.cs:
24752           - Added handling for various window styles
24753           - Added handling for popup windows
24754           - Added SetTopmost handling
24755
24756 2004-11-08 13:55  pbartok
24757
24758         * XplatUIWin32.cs:
24759           - Added argument to SetTopmost method
24760           - Fixed broken ClientToScreen function
24761
24762 2004-11-08 13:53  pbartok
24763
24764         * XplatUIStructs.cs:
24765           - Added missing WS_EX styles
24766
24767 2004-11-08 13:53  pbartok
24768
24769         * XplatUI.cs, XplatUIDriver.cs:
24770           - Added argument to SetTopmost
24771
24772 2004-11-08 13:52  pbartok
24773
24774         * X11Structs.cs:
24775           - Added XSetWindowAttributes structure
24776           - Improved XWindowAttributes structure
24777           - Added SetWindowValuemask enum
24778           - Added window creation arguments enum
24779           - Added gravity enum
24780           - Added Motif hints structure
24781           - Added various Motif flags and enums
24782           - Added PropertyMode enum for property functions
24783
24784 2004-11-08 13:50  pbartok
24785
24786         * Form.cs:
24787           - Fixed arguments for updated SetTopmost method
24788
24789 2004-11-08 13:49  pbartok
24790
24791         * ToolTip.cs:
24792           - Fixed arguments for updated SetTopmost function
24793           - Fixed usage of PointToClient
24794
24795 2004-11-08 13:44  pbartok
24796
24797         * MenuAPI.cs:
24798           - Added Clipping of children and siblings
24799
24800 2004-11-08 13:41  pbartok
24801
24802         * MainMenu.cs:
24803           - Removed SetMenuBarWindow call. We do this in Form.cs
24804
24805 2004-11-08 13:40  jackson
24806
24807         * TabControl.cs, Theme.cs, ThemeWin32Classic.cs: Render the little
24808           scrolling jimmi in the correct location with bottom aligned tabs
24809
24810 2004-11-08 13:36  pbartok
24811
24812         * ContainerControl.cs:
24813           - Implemented BindingContext
24814           - Implemented ParentForm
24815
24816 2004-11-08 12:46  jackson
24817
24818         * TabControl.cs: Put bottom rendered tabs in the right location
24819
24820 2004-11-08 07:15  jordi
24821
24822         * ScrollBar.cs, ThemeWin32Classic.cs: fixes vertical scrollbar and
24823           removes dead code
24824
24825 2004-11-05 17:30  jackson
24826
24827         * TabControl.cs: When selected tabs are expanded make sure they
24828           don't go beyond the edges of the tab control
24829
24830 2004-11-05 14:57  jackson
24831
24832         * TabControl.cs: Reset show_slider so if the control is resized to
24833           a size where it is no longer needed it's not displayed anymore
24834
24835 2004-11-05 13:16  jackson
24836
24837         * TabControl.cs: Make tab pages non visible when added to the
24838           control
24839
24840 2004-11-05 12:42  jackson
24841
24842         * TabControl.cs: Implement SizeMode.FillToRight
24843
24844 2004-11-05 12:16  jackson
24845
24846         * Control.cs: Do not call CreateHandle if the handle is already
24847           created
24848
24849 2004-11-05 11:46  jackson
24850
24851         * TabControl.cs: Remove superflous call to CalcTabRows
24852
24853 2004-11-05 09:07  jackson
24854
24855         * XplatUIX11.cs: Update for Mono.Posix changes
24856
24857 2004-11-05 07:00  ravindra
24858
24859         * ListView.cs, ListViewItem.cs: Implemented some methods and fixed
24860           scrolling.
24861
24862 2004-11-04 22:47  jba
24863
24864         * ThemeWin32Classic.cs:
24865           - Fix Button rendering for FlatStyle = Flat or Popup
24866           - Fix RadioButton and CheckBox rendering when Appearance = Button
24867             (normal and flatstyle).
24868           - Correct outer rectangle color when drawing focus rectangle
24869           - Adjust button bounds to be 1 px smaller when focused
24870           - Make button not draw sunken 3d border when pushed (windows compat)
24871           - Fix CPDrawBorder3D to not make bottom right hand corner rounded
24872           - Offset the text in RadioButton and Checkbox when being rendered as
24873           a button.
24874           - Hover and Click behaviour for Colored FlatStyle.Flat and Popup
24875           radiobuttons
24876           - Fixed disabled rendering for colored flatstyle radiobuttons (both)
24877           - Fixed disabled text rendering for normally rendered radiobuttons
24878
24879 2004-11-04 10:26  jackson
24880
24881         * TabControl.cs: Recalculate tab rows when resizing
24882
24883 2004-11-04 07:47  jordi
24884
24885         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs:
24886           collection completion, drawing issues, missing features
24887
24888 2004-11-04 05:03  ravindra
24889
24890         * ScrollBar.cs:
24891                 - We need to recalculate the Thumb area when
24892                 LargeChange/maximum/minimum values are changed.
24893           - We set the 'pos' in UpdatePos() method to minimum, if it's less
24894                 than minimum. This is required to handle the case if large_change is
24895                 more than max, and use LargeChange property instead of large_change
24896                 variable.
24897           - We return max+1 when large_change is more than max, like MS does.
24898
24899 2004-11-04 04:29  ravindra
24900
24901         * ColumnHeader.cs, ListView.cs, ListViewItem.cs:
24902                 - Changed default value signatures (prefixed all with ListView).
24903                 - Fixed/implemented layout LargeIcon, SmallIcon and List views for
24904                 ListView.
24905           - Fixed calculations for ListViewItem and implemented Clone()
24906           method.
24907
24908 2004-11-04 04:26  ravindra
24909
24910         * Theme.cs, ThemeWin32Classic.cs:
24911                 - Changed default ListView values signatures (prefixed all with
24912                 ListView).
24913           - Fixed default size values for VScrollBar and HScrollBar.
24914                 - Fixed DrawListViewItem method.
24915
24916 2004-11-04 04:05  ravindra
24917
24918         * ColumnHeaderStyle.cs: Typo. It should be Nonclickable.
24919
24920 2004-11-04 04:04  ravindra
24921
24922         * ImageList.cs: Implemented the missing overload for Draw method.
24923
24924 2004-11-03 19:29  jackson
24925
24926         * TabControl.cs: Handle dropping rows on selection properly
24927
24928 2004-11-03 11:59  jackson
24929
24930         * TabControl.cs: remove debug code
24931
24932 2004-11-03 11:52  jackson
24933
24934         * TabControl.cs, ThemeWin32Classic.cs: Initial implementation of
24935           the scrolly widgerywoo
24936
24937 2004-11-02 13:52  jackson
24938
24939         * TabControl.cs: Resize the tab pages and tabs when the tab control
24940           is resized
24941
24942 2004-11-02 13:40  jackson
24943
24944         * TabControl.cs, ThemeWin32Classic.cs: Move the row with the
24945           selected tab to the bottom
24946
24947 2004-11-02 13:39  jackson
24948
24949         * TabPage.cs: Store the tab pages row
24950
24951 2004-11-02 12:33  jordi
24952
24953         * MenuItem.cs: fixes handle creation
24954
24955 2004-11-02 11:42  jackson
24956
24957         * TabControl.cs: signature fix
24958
24959 2004-11-02 08:56  jackson
24960
24961         * TabControl.cs: Calculate whether the tab is on an edge properly.
24962           Remove top secret debugging code
24963
24964 2004-11-01 19:57  jackson
24965
24966         * TabControl.cs: Add click handling, and proper sizing
24967
24968 2004-11-01 19:47  jackson
24969
24970         * Theme.cs, ThemeWin32Classic.cs: New rendering and sizing code for
24971           tab controls
24972
24973 2004-11-01 19:39  jackson
24974
24975         * TabPage.cs: add internal property to store the bounds of a tab
24976           page
24977
24978 2004-10-30 04:23  ravindra
24979
24980         * Theme.cs, ThemeWin32Classic.cs: Drawing ListView and some default
24981           values.
24982
24983 2004-10-30 04:21  ravindra
24984
24985         * ListView.cs, ListViewItem.cs: Added support for scrolling and
24986           fixed calculations.
24987
24988 2004-10-30 03:06  pbartok
24989
24990         * XplatUIX11.cs:
24991           - Removed extension of DllImported libs
24992
24993 2004-10-29 09:55  jordi
24994
24995         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: Menu key
24996           navigation, itemcollection completion, menu fixes
24997
24998 2004-10-27 22:58  pbartok
24999
25000         * XplatUIX11.cs:
25001           - Now throws a nice error message when no X display could be opened
25002
25003 2004-10-26 13:51  jordi
25004
25005         * ListView.cs: removes warning
25006
25007 2004-10-26 03:55  ravindra
25008
25009         * ColumnHeader.cs, ListView.cs, ListViewItem.cs,
25010           ThemeWin32Classic.cs: Some formatting for my last checkins.
25011
25012 2004-10-26 03:36  ravindra
25013
25014         * ThemeWin32Classic.cs: Implemented DetailView drawing for ListView
25015           control and default values.
25016
25017 2004-10-26 03:35  ravindra
25018
25019         * Theme.cs: Added some default values for ListView control.
25020
25021 2004-10-26 03:33  ravindra
25022
25023         * ToolBar.cs: ToolBar should use the user specified button size, if
25024           there is any. Added a size_specified flag for the same.
25025
25026 2004-10-26 03:33  ravindra
25027
25028         * ColumnHeader.cs: Added some internal members and calculations for
25029           ColumnHeader.
25030
25031 2004-10-26 03:32  ravindra
25032
25033         * ListViewItem.cs: Calculations for ListViewItem.
25034
25035 2004-10-26 03:31  ravindra
25036
25037         * ListView.cs: Added some internal members and calculations for
25038           ListView.
25039
25040 2004-10-22 13:31  jordi
25041
25042         * MenuAPI.cs: speedup menus drawing
25043
25044 2004-10-22 13:16  jackson
25045
25046         * XplatUIX11.cs: Make sure to update exposed regions when adding an
25047           expose event
25048
25049 2004-10-22 11:49  jackson
25050
25051         * Control.cs: oops
25052
25053 2004-10-22 11:41  jackson
25054
25055         * Control.cs: Check to see if the window should have its background
25056           repainted by X when drawing.
25057
25058 2004-10-22 11:31  jackson
25059
25060         * XplatUIX11.cs: When invalidating areas only use XClearArea if
25061           clear is true, this way we do not get flicker from X repainting the
25062           background
25063
25064 2004-10-22 11:28  jackson
25065
25066         * XEventQueue.cs: Queue properly
25067
25068 2004-10-21 09:38  jackson
25069
25070         * XEventQueue.cs: Fix access modifier
25071
25072 2004-10-21 09:36  jackson
25073
25074         * XEventQueue.cs: Don't loose messages
25075
25076 2004-10-21 09:22  jackson
25077
25078         * XEventQueue.cs: Don't loose messages
25079
25080 2004-10-20 04:15  jordi
25081
25082         * BootMode.cs: enum need it by SystemInfo
25083
25084 2004-10-19 21:58  pbartok
25085
25086         * XplatUIWin32.cs:
25087           - Small sanity check
25088
25089 2004-10-19 21:56  pbartok
25090
25091         * Form.cs:
25092           - Added private FormParentWindow class which acts as the container
25093             for our form and as the non-client area where menus are drawn
25094           - Added/Moved required tie-ins to Jordi's menus
25095           - Fixed/Implemented the FormStartPosition functionality
25096
25097 2004-10-19 21:52  pbartok
25098
25099         * Control.cs:
25100           - Removed unneeded locals
25101           - Added code to all size and location properties to understand and
25102             deal with the parent container of Form
25103
25104 2004-10-19 21:33  pbartok
25105
25106         * Application.cs:
25107           - Fixed to deal with new Form subclasses for menus
25108
25109 2004-10-19 17:48  jackson
25110
25111         * XEventQueue.cs: commit correct version of file
25112
25113 2004-10-19 16:50  jackson
25114
25115         * XEventQueue.cs, XplatUIX11.cs: New optimized event queue
25116
25117 2004-10-19 16:15  jordi
25118
25119         * MenuAPI.cs: MenuBarCalcSize returns the height
25120
25121 2004-10-19 08:31  pbartok
25122
25123         * Control.cs:
25124           - Added missing call to PreProcessMessage before calling OnXXXKey
25125           methods
25126
25127 2004-10-19 00:04  ravindra
25128
25129         * ToolTip.cs: Fixed constructor.
25130
25131 2004-10-18 09:31  jordi
25132
25133         * MenuAPI.cs: menuitems in menubars do not have shortcuts
25134
25135 2004-10-18 09:26  jordi
25136
25137         * MenuItem.cs: fixes MenuItem class signature
25138
25139 2004-10-18 08:56  jordi
25140
25141         * MenuAPI.cs: prevents windows from showing in the taskbar
25142
25143 2004-10-18 00:28  ravindra
25144
25145         * ToolTip.cs: Suppressed a warning message.
25146
25147 2004-10-18 00:27  ravindra
25148
25149         * Control.cs: Default value of visible property must be true.
25150
25151 2004-10-17 23:19  pbartok
25152
25153         * ToolTip.cs:
25154           - Complete implementation
25155
25156 2004-10-17 23:19  pbartok
25157
25158         * XplatUIX11.cs:
25159           - Added EnableWindow method
25160           - Added SetModal stub
25161           - Added generation of WM_ACTIVATE message (still needs testing)
25162           - Added SetTopMost stub
25163           - Changes to deal with VirtualKeys being moved to XplatUIStructs.cs
25164
25165 2004-10-17 23:17  pbartok
25166
25167         * XplatUIWin32.cs:
25168           - Removed VirtualKeys to XplatUIStructs
25169           - Implemented SetTopMost method
25170           - Implemented EnableWindow method
25171           - Bugfix in ScreenToClient()
25172           - Bugfixes in ClientToScreen()
25173
25174 2004-10-17 22:51  pbartok
25175
25176         * XplatUIStructs.cs:
25177           - Added WS_EX styles to WindowStyles enumeration
25178
25179 2004-10-17 22:50  pbartok
25180
25181         * XplatUI.cs, XplatUIDriver.cs:
25182           - Added method for enabling/disabling windows
25183           - Added method for setting window modality
25184           - Added method for setting topmost window
25185
25186 2004-10-17 22:49  pbartok
25187
25188         * ThemeWin32Classic.cs:
25189           - Added ToolTip drawing code
25190
25191 2004-10-17 22:49  pbartok
25192
25193         * Theme.cs:
25194           - Added ToolTip abstracts
25195
25196 2004-10-17 22:47  pbartok
25197
25198         * Form.cs:
25199           - Fixed Form.ControlCollection to handle owner relations
25200           - Added Owner/OwnedForms handling
25201           - Implemented Z-Ordering for owned forms
25202           - Removed unneeded private overload of ShowDialog
25203           - Fixed ShowDialog, added the X11 incarnation of modal handling (or
25204             so I hope)
25205           - Fixed Close(), had wrong default
25206           - Added firing of OnLoad event
25207           - Added some commented out debug code for Ownership handling
25208
25209 2004-10-17 22:16  pbartok
25210
25211         * Control.cs:
25212           - Fixed/implemented flat list of controls
25213
25214 2004-10-17 22:14  pbartok
25215
25216         * Application.cs:
25217           - Added code to simulate modal dialogs on Win32
25218
25219 2004-10-17 16:11  jordi
25220
25221         * ScrollBar.cs: disabled scrollbar should not honor any keyboard or
25222           mouse event
25223
25224 2004-10-17 13:39  jordi
25225
25226         * MenuAPI.cs: menu drawing fixes
25227
25228 2004-10-15 09:10  ravindra
25229
25230         * StructFormat.cs: General Enum.
25231
25232 2004-10-15 09:09  ravindra
25233
25234         * SizeGripStyle.cs: Enum for Form.
25235
25236 2004-10-15 09:08  ravindra
25237
25238         * Theme.cs, ThemeWin32Classic.cs: Added ColumnHeaderHeight property
25239           in Theme for ListView.
25240
25241 2004-10-15 09:06  ravindra
25242
25243         * ColumnHeader.cs: Flushing some formatting changes.
25244
25245 2004-10-15 09:05  ravindra
25246
25247         * ListViewItem.cs: Implemented GetBounds method and fixed coding
25248           style.
25249
25250 2004-10-15 09:03  ravindra
25251
25252         * ListView.cs: Implemented Paint method and fixed coding style.
25253
25254 2004-10-15 07:34  jordi
25255
25256         * MenuAPI.cs: fix for X11
25257
25258 2004-10-15 07:32  ravindra
25259
25260         * ButtonBase.cs, CheckBox.cs, RadioButton.cs:
25261                 - Renamed Paint() method to Draw() for clarity. Also, moved
25262                 DrawImage() to OnPaint().
25263
25264 2004-10-15 07:25  ravindra
25265
25266         * CheckBox.cs, RadioButton.cs:
25267                 - Removed Redraw (), we get it from ButtonBase.
25268                 - Implemented Paint (), to do class specific painting.
25269
25270 2004-10-15 07:16  ravindra
25271
25272         * ButtonBase.cs:
25273                 - Redraw () is not virtual now.
25274                 - Added an internal virtual method Paint (), so that
25275                 derived classes can do their painting on their own.
25276                 - Modified OnPaint () to call Paint ().
25277
25278 2004-10-15 06:43  jordi
25279
25280         * ContextMenu.cs, DrawItemEventHandler.cs, Form.cs, MainMenu.cs,
25281           MenuAPI.cs, MenuItem.cs: menu work, mainmenu, subitems, etc
25282
25283 2004-10-15 00:30  ravindra
25284
25285         * MessageBox.cs:
25286                 - MessageBox on windows does not have min/max buttons.
25287                 This change in CreateParams fixes this on Windows. We
25288                 still need to implement this windowstyle behavior in
25289                 our X11 driver.
25290
25291 2004-10-14 05:14  ravindra
25292
25293         * ToolBar.cs:
25294                 - Changed Redraw () to do a Refresh () always.
25295                 - Fixed the MouseMove event handling when mouse is pressed,
25296                 ie drag event handling.
25297                 - Replaced the usage of ToolBarButton.Pressed property to
25298                 ToolBarButton.pressed internal variable.
25299
25300 2004-10-14 05:10  ravindra
25301
25302         * ToolBarButton.cs:
25303                 - Added an internal member 'inside' to handle mouse move
25304                 with mouse pressed ie mouse drag event.
25305                 - Changed 'Pressed' property to return true only when
25306                 'inside' and 'pressed' are both true.
25307                 - Some coding style love.
25308
25309 2004-10-14 00:17  ravindra
25310
25311         * Form.cs: Fixed class signature. ShowDialog (Control) is not a
25312           public method.
25313
25314 2004-10-14 00:15  ravindra
25315
25316         * ButtonBase.cs: Redraw () related improvements.
25317
25318 2004-10-14 00:14  ravindra
25319
25320         * MessageBox.cs: Moved InitFormSize () out of Paint method and
25321           removed unnecessary calls to Button.Show () method.
25322
25323 2004-10-13 17:50  pbartok
25324
25325         * XplatUIX11.cs:
25326           - Formatting fix
25327           - Removed destroying of window until we solve the problem of X
25328             destroying the window before us on shutdown
25329
25330 2004-10-13 16:32  pbartok
25331
25332         * ButtonBase.cs:
25333           - Now Redraws on MouseUp for FlatStyle Flat and Popup
25334
25335 2004-10-13 14:18  pbartok
25336
25337         * XplatUIX11.cs:
25338           - Added code to destroy the X window
25339
25340 2004-10-13 14:18  pbartok
25341
25342         * XplatUIWin32.cs:
25343           - Added code to destroy a window
25344
25345 2004-10-13 14:12  pbartok
25346
25347         * ButtonBase.cs:
25348           - Added the Redraw on Resize that got dropped in the last rev
25349
25350 2004-10-13 09:06  pbartok
25351
25352         * ThemeWin32Classic.cs:
25353           - Path from John BouAntoun:
25354             * Fix check rendering (centre correctly for normal style, offset
25355               correctly for FlatStyle).
25356             * Fix border color usage (use backcolor) for FlatStyle.Popup
25357             * Use checkbox.Capture instead of checkbox.is_pressed when
25358               rendering flatstyle states.
25359
25360 2004-10-12 21:48  pbartok
25361
25362         * ThemeWin32Classic.cs:
25363           - Removed all occurences of SystemColors and replaced them with the
25364             matching theme color
25365
25366 2004-10-12 21:41  pbartok
25367
25368         * ThemeWin32Classic.cs:
25369           - From John BouAntoun: Added an overload to CPDrawBorder3D to allow
25370             him using the function for flatstyle drawing
25371           - Changed functions to use the new version of CPDrawBorder3D
25372
25373 2004-10-12 21:15  pbartok
25374
25375         * ControlPaint.cs:
25376           - Fixed Dark(), DarkDark(), Light() and LightLight() methods to
25377             match MS documentation. They need to return defined colors if the
25378             passed color matches the configured control color. Thanks to John
25379             BouAntoun for pointing this out.
25380
25381 2004-10-12 20:57  pbartok
25382
25383         * Control.cs:
25384           - Fix from John BouAntoun: Raise ForeColorChanged event when text
25385             color is changed
25386
25387 2004-10-12 20:46  pbartok
25388
25389         * CheckBox.cs:
25390           - Fix from John BouAntoun: Now properly sets the Appearance property
25391
25392 2004-10-12 20:45  pbartok
25393
25394         * ThemeWin32Classic.cs:
25395           - Fixes from John BouAntoun: now handles forecolors and backcolors
25396             for flatstyle rendered controls much better; It also fixes normal
25397             checkbox rendering when pushed or disabled.
25398
25399 2004-10-08 02:50  jordi
25400
25401         * Form.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs: more menu
25402           work
25403
25404 2004-10-07 08:56  jordi
25405
25406         * ThemeWin32Classic.cs: Removes deletion of cached brushes
25407
25408 2004-10-06 03:59  jordi
25409
25410         * Control.cs, StatusBar.cs, ThemeWin32Classic.cs, ToolBar.cs,
25411           XplatUIWin32.cs: removes warnings from compilation
25412
25413 2004-10-05 12:23  jackson
25414
25415         * RadioButton.cs: Fix ctor
25416
25417 2004-10-05 11:10  pbartok
25418
25419         * MessageBox.cs:
25420           - Partial implementation by Benjamin Dasnois
25421
25422 2004-10-05 10:15  jackson
25423
25424         * ThemeWin32Classic.cs: Improve rendering of the radio button patch
25425           by John BouAntoun
25426
25427 2004-10-05 03:07  ravindra
25428
25429         * ToolBar.cs:
25430                 - Removed a private method, Draw ().
25431                 - Fixed the ButtonDropDown event handling.
25432                 - Fixed MouseMove event handling.
25433
25434 2004-10-05 03:04  ravindra
25435
25436         * ThemeWin32Classic.cs:
25437                 - Added DrawListView method and ListViewDefaultSize property.
25438                 - Changed ControlPaint method calls to CPDrawXXX wherever possible.
25439                 - Changed DOS style CRLF to Unix format (dos2unix).
25440
25441 2004-10-05 03:03  ravindra
25442
25443         * Theme.cs:
25444                 - Added DrawListView method and ListViewDefaultSize property.
25445
25446 2004-10-05 02:42  ravindra
25447
25448         * ToolBarButton.cs: Added an internal member dd_pressed to handle
25449           clicks on DropDown arrow.
25450
25451 2004-10-04 22:56  jackson
25452
25453         * ButtonBase.cs, Label.cs, MenuAPI.cs, ProgressBar.cs,
25454           ScrollBar.cs, StatusBar.cs, ToolBar.cs, TrackBar.cs: Let the base
25455           Control handle the buffers, derived classes should not have to
25456           CreateBuffers themselves.
25457
25458 2004-10-04 21:20  jackson
25459
25460         * StatusBar.cs: The control handles resizing the buffers now.
25461
25462 2004-10-04 21:18  jackson
25463
25464         * Control.cs: When resizing the buffers should be invalidated. This
25465           should be handled in Control not in derived classes.
25466
25467 2004-10-04 14:45  jackson
25468
25469         * TabPage.cs: oops
25470
25471 2004-10-04 02:14  pbartok
25472
25473         * LeftRightAlignment.cs:
25474           - Initial check-in
25475
25476 2004-10-04 01:09  jordi
25477
25478         * ThemeWin32Classic.cs: fixes right button position causing right
25479           button not showing on horizontal scrollbars
25480
25481 2004-10-02 13:12  pbartok
25482
25483         * XplatUIX11.cs:
25484           - Simplified the Invalidate method by using an X call instead of
25485             generating the expose ourselves
25486           - Added an expose when the window background is changed
25487           - Implemented ClientToScreen method
25488
25489 2004-10-02 13:08  pbartok
25490
25491         * XplatUIWin32.cs:
25492           - Added Win32EnableWindow method (test for implementing modal
25493           dialogs)
25494           - Added ClientToScreen method and imports
25495
25496 2004-10-02 13:07  pbartok
25497
25498         * XplatUI.cs, XplatUIDriver.cs:
25499           - Added ClientToScreen coordinate translation method
25500
25501 2004-10-02 13:06  pbartok
25502
25503         * KeyPressEventArgs.cs:
25504           - Fixed access level for constructor
25505
25506 2004-10-02 13:06  pbartok
25507
25508         * NativeWindow.cs:
25509           - Changed access level for the window_collection hash table
25510
25511 2004-10-02 13:05  pbartok
25512
25513         * Form.cs:
25514           - Added KeyPreview property
25515           - Added Menu property (still incomplete, pending Jordi's menu work)
25516           - Implemented ProcessCmdKey
25517           - Implemented ProcessDialogKey
25518           - Implemented ProcessKeyPreview
25519
25520 2004-10-02 13:02  pbartok
25521
25522         * Control.cs:
25523           - Added private method to get the Control object from the window
25524           handle
25525           - Implemented ContextMenu property
25526           - Implemented PointToScreen
25527           - Implemented PreProcessMessage
25528           - Implemented IsInputChar
25529           - Implemented IsInputKey
25530           - Implemented ProcessCmdKey
25531           - Completed ProcessKeyEventArgs
25532           - Fixed message loop to call the proper chain of functions on key
25533           events
25534           - Implemented ProcessDialogChar
25535           - Implemented ProcessDialogKey
25536           - Implemented ProcessKeyMessage
25537           - Implemented ProcessKeyPreview
25538           - Added RaiseDragEvent stub (MS internal method)
25539           - Added RaiseKeyEvent stub (MS internal method)
25540           - Added RaiseMouseEvent stub (MS Internal method)
25541           - Added RaisePaintEvent stub (MS Internal method)
25542           - Added ResetMouseEventArgs stub (MS Internal method)
25543           - Implemented RtlTranslateAlignment
25544           - Implemented RtlTranslateContent
25545           - Implemented RtlTranslateHorizontal
25546           - Implemented RtlTranslateLeftRight
25547           - Added generation of KeyPress event
25548
25549 2004-10-02 05:57  ravindra
25550
25551         * ListViewItem.cs: Added attributes.
25552
25553 2004-10-02 05:32  ravindra
25554
25555         * ListView.cs: Added attributes.
25556
25557 2004-10-01 11:53  jackson
25558
25559         * Form.cs: Implement the Close method so work on MessageBox can
25560           continue.
25561
25562 2004-09-30 14:06  pbartok
25563
25564         * XplatUIX11.cs:
25565           - Bug fixes
25566
25567 2004-09-30 11:34  jackson
25568
25569         * RadioButton.cs: Fix typo. Patch by John BouAntoun.
25570
25571 2004-09-30 07:26  ravindra
25572
25573         * ListViewItemConverter.cs: Converter for ListViewItem.
25574
25575 2004-09-30 07:26  ravindra
25576
25577         * SortOrder.cs: Enum for ListView control.
25578
25579 2004-09-30 07:25  ravindra
25580
25581         * ColumnHeader.cs: Supporting class for ListView control.
25582
25583 2004-09-30 07:24  ravindra
25584
25585         * ListView.cs, ListViewItem.cs: Initial implementation.
25586
25587 2004-09-30 07:20  ravindra
25588
25589         * ItemActivation.cs: Enum for ListView Control.
25590
25591 2004-09-29 20:29  pbartok
25592
25593         * XplatUIX11.cs:
25594           - Added lookup of pixel value for background color; tries to get a
25595             color 'close' to the requested color, it avoids having to create a
25596             colormap.  Depending on the display this could mean the used color
25597             is slightly off the desired color. Might have to change it to a more
25598             resource intensive colormap approach, but it will work as a
25599           workaround to avoid red screens.
25600
25601 2004-09-29 14:27  jackson
25602
25603         * XplatUIX11.cs: Set the X DisplayHandle in System.Drawing
25604
25605 2004-09-28 12:44  pbartok
25606
25607         * ButtonBase.cs, CheckBox.cs, ControlPaint.cs, GroupBox.cs,
25608           HScrollBar.cs, Label.cs, LinkLabel.cs, Panel.cs, PictureBox.cs,
25609           ProgressBar.cs, RadioButton.cs, ScrollBar.cs, StatusBar.cs,
25610           Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs, ToolBar.cs,
25611           TrackBar.cs, VScrollBar.cs:
25612           - Streamlined Theme interfaces:
25613             * Each DrawXXX method for a control now is passed the object for
25614               the control to be drawn in order to allow accessing any state the
25615               theme might require
25616
25617             * ControlPaint methods for the theme now have a CP prefix to avoid
25618               name clashes with the Draw methods for controls
25619
25620             * Every control now retrieves it's DefaultSize from the current
25621             theme
25622
25623 2004-09-28 12:17  jackson
25624
25625         * Button.cs: Do not redraw OnClick MouseUp/Down will handle the
25626           drawing
25627
25628 2004-09-24 14:57  jackson
25629
25630         * XplatUIX11.cs: Don't lock/enqueue/dequeue for unhandled messages.
25631           Gives us a nice little performance boost.
25632
25633 2004-09-24 12:02  jackson
25634
25635         * TabAlignment.cs, TabAppearance.cs, TabControl.cs, TabDrawMode.cs,
25636           TabPage.cs, TabSizeMode.cs: Partial implementation of the Tab
25637           Control and supporting classes. Initial checkin
25638
25639 2004-09-23 13:08  jackson
25640
25641         * Form.cs: Temp build fixage
25642
25643 2004-09-23 01:39  ravindra
25644
25645         * ItemChangedEventArgs.cs, ItemChangedEventHandler.cs,
25646           ItemCheckEventArgs.cs, ItemCheckEventHandler.cs,
25647           ItemDragEventArgs.cs, ItemDragEventHandler.cs,
25648           LabelEditEventArgs.cs, LabelEditEventHandler.cs: EventArgs and
25649           EventHandlers needed by ListView Control.
25650
25651 2004-09-22 14:12  pbartok
25652
25653         * ScrollableControl.cs:
25654           - Implemented DockPadding property
25655           - Implemented AutoScroll property
25656           - Implemented AutoScrollMargin property
25657           - Implemented AutoScrollMinSize property
25658           - Implemented AutoScrollPosition property
25659           - Implemented DisplayRectangle property (still incomplete)
25660           - Implemented CreateParams property
25661           - Implemented HScroll property
25662           - Implemented VScroll property
25663           - Implemented OnVisibleChanged property
25664
25665 2004-09-22 14:09  pbartok
25666
25667         * Form.cs:
25668           - Added Form.ControllCollection class
25669           - Added handling for Form owners: Owner, OwnedForms, AddOwnedForm,
25670             RemoveOwnedForm (still incomplete, missing on-top and common
25671             minimize/maximize behaviour)
25672           - Added StartPosition property (still incomplete, does not use when
25673             creating the form)
25674           - Added ShowDialog() methods (still incomplete, missing forcing the
25675             dialog modal)
25676
25677 2004-09-22 14:05  pbartok
25678
25679         * Application.cs:
25680           - Added message loop for modal dialogs
25681
25682 2004-09-22 14:02  pbartok
25683
25684         * GroupBox.cs:
25685           - Fixed wrong types for events
25686
25687 2004-09-22 14:00  pbartok
25688
25689         * Shortcut.cs, FormWindowState.cs:
25690           - Fixed wrong values
25691
25692 2004-09-22 12:01  jackson
25693
25694         * Control.cs: Text is never null
25695
25696 2004-09-20 22:14  pbartok
25697
25698         * XplatUIWin32.cs:
25699           - Fixed accessibility level for Idle handler
25700
25701 2004-09-20 18:54  jackson
25702
25703         * Application.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
25704           XplatUIX11.cs: New message loop that uses poll so we don't get a
25705           busy loop
25706
25707 2004-09-17 10:43  pbartok
25708
25709         * ScrollBar.cs:
25710           - Fixed behaviour of arrow buttons. Now properly behaves like
25711             Buttons (and like Microsoft's scrollbar arrow buttons)
25712
25713 2004-09-17 10:14  pbartok
25714
25715         * ScrollBar.cs:
25716           - Added missing release of keyboard/mouse capture
25717
25718 2004-09-17 06:18  jordi
25719
25720         * ContextMenu.cs, MainMenu.cs, Menu.cs, MenuAPI.cs, MenuItem.cs,
25721           Theme.cs: Very early menu support
25722
25723 2004-09-16 17:45  pbartok
25724
25725         * XplatUIWin32.cs:
25726           - Fixed sending a window to the front
25727           - Added overload for SetWindowPos to avoid casting
25728
25729 2004-09-16 17:44  pbartok
25730
25731         * Control.cs:
25732           - Added SendToBack and BringToFront methods
25733
25734 2004-09-16 07:00  ravindra
25735
25736         * Copyright: Added Novell URL.
25737
25738 2004-09-16 07:00  ravindra
25739
25740         * ToolBar.cs: Invalidate should be done before redrawing.
25741
25742 2004-09-15 21:19  ravindra
25743
25744         * ColumnHeaderStyle.cs: Enum for ListView Control.
25745
25746 2004-09-15 21:18  ravindra
25747
25748         * ColumnClickEventArgs.cs, ColumnClickEventHandler.cs: Event for
25749           ListView Control.
25750
25751 2004-09-13 18:26  jackson
25752
25753         * Timer.cs, XplatUIX11.cs: Remove test code so timers are updated
25754           properly
25755
25756 2004-09-13 18:13  jackson
25757
25758         * Timer.cs, X11Structs.cs, XplatUIX11.cs: Timers are now handled in
25759           a second thread and post messages into the main threads message
25760           queue. This makes timing much more consistent. Both win2K and XP
25761           have a minimum timer value of 15 milliseconds, so we now do this
25762           too.
25763
25764 2004-09-13 15:18  pbartok
25765
25766         * X11Structs.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
25767           XplatUIX11.cs:
25768           - Added Z-Ordering methods
25769
25770 2004-09-13 10:56  pbartok
25771
25772         * Form.cs:
25773           - Fixed #region names
25774           - Moved properties and methods into their proper #regions
25775
25776 2004-09-13 10:51  pbartok
25777
25778         * Form.cs:
25779           - Added Accept and CancelButton properties
25780           - Added ProcessDialogKey() method
25781
25782 2004-09-13 08:18  pbartok
25783
25784         * IWindowTarget.cs:
25785           - Initial check-in
25786
25787 2004-09-10 21:50  pbartok
25788
25789         * Control.cs:
25790           - Added DoDragDrop() [incomplete]
25791           - Properly implemented 'Visible' handling
25792           - Added SetVisibleCore()
25793           - Implemented FindChildAtPoint()
25794           - Implemented GetContainerControl()
25795           - Implemented Hide()
25796
25797 2004-09-10 19:28  pbartok
25798
25799         * Control.cs:
25800           - Moved methods into their appropriate #regions
25801           - Reordered methods within regions alphabetically
25802
25803 2004-09-10 18:57  pbartok
25804
25805         * XplatUIX11.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
25806           - Added method to retrieve text from window
25807
25808 2004-09-10 18:56  pbartok
25809
25810         * Control.cs:
25811           - Moved some internal functions into the internal region
25812           - Implemented FontHeight
25813           - Implemented RenderRightToLeft
25814           - Implemented ResizeRedraw
25815           - Implemented ShowFocusCues
25816           - Implemented ShowKeyboardCues
25817           - Implemented FromChildHandle
25818           - Implemented FromHandle
25819           - Implemented IsMnemonic
25820           - Implemented ReflectMessage
25821           - All public and protected Static Methods are now complete
25822
25823 2004-09-10 16:54  pbartok
25824
25825         * Control.cs:
25826           - Implemented remaining missing public instance properties
25827           - Alphabetized some out of order properties
25828
25829 2004-09-10 05:51  ravindra
25830
25831         * PictureBox.cs: Added a check for null image.
25832
25833 2004-09-10 00:59  jordi
25834
25835         * GroupBox.cs: remove cvs tag
25836
25837 2004-09-09 05:25  ravindra
25838
25839         * ToolBar.cs: Make redraw accessible from ToolBarButton.
25840
25841 2004-09-09 05:23  ravindra
25842
25843         * ToolBarButton.cs: Changes in ToolBarButton need to make it's
25844           parent redraw.
25845
25846 2004-09-09 02:28  pbartok
25847
25848         * ThemeWin32Classic.cs:
25849           - Improve disabled string look
25850
25851 2004-09-09 01:15  jordi
25852
25853         * MeasureItemEventArgs.cs, MeasureItemEventHandler.cs: measureitem
25854           args and handler
25855
25856 2004-09-08 23:56  ravindra
25857
25858         * ItemBoundsPortion.cs: It's enum, not a class!
25859
25860 2004-09-08 23:47  ravindra
25861
25862         * FormBorderStyle.cs, FormStartPosition.cs, FormWindowState.cs:
25863           Enums for Form.
25864
25865 2004-09-08 21:13  ravindra
25866
25867         * ItemBoundsPortion.cs, ListViewAlignment.cs, View.cs: Enums for
25868           ListView control.
25869
25870 2004-09-08 21:03  ravindra
25871
25872         * ThemeWin32Classic.cs: PictureBox would not draw a null image to
25873           avoid crash.
25874
25875 2004-09-08 21:01  ravindra
25876
25877         * ScrollableControl.cs: Removed unreachable code.
25878
25879 2004-09-08 06:45  jordi
25880
25881         * MenuMerge.cs, Shortcut.cs: enumerations need it by menus
25882
25883 2004-09-08 01:00  jackson
25884
25885         * XplatUIX11.cs: Only run the timers when updating the message
25886           queue. This effectively gives X messages a higher priority then
25887           timer messages. Timers still need love though
25888
25889 2004-09-07 14:01  jackson
25890
25891         * XplatUIX11.cs: Do not call XDestroyWindow, X has already done
25892           this for us and the handle is no longer valid.
25893
25894 2004-09-07 13:59  jackson
25895
25896         * HandleData.cs, XplatUIX11.cs: First steps towards a new X event
25897           loop that manages to not crash. TODO: Add poll and cleanup timers
25898
25899 2004-09-07 11:12  jordi
25900
25901         * GroupBox.cs, Theme.cs, ThemeWin32Classic.cs: GroupBox control
25902
25903 2004-09-07 03:40  jordi
25904
25905         * Label.cs, LinkLabel.cs, Theme.cs, ThemeWin32Classic.cs: LinkLabel
25906           fixes, methods, multiple links
25907
25908 2004-09-06 06:55  jordi
25909
25910         * Control.cs: Caches ClientRectangle rectangle value
25911
25912 2004-09-05 02:03  jordi
25913
25914         * ScrollBar.cs, ThemeWin32Classic.cs: fixes bugs, adds flashing on
25915           certain situations
25916
25917 2004-09-04 11:10  jordi
25918
25919         * Label.cs: Refresh when font changed
25920
25921 2004-09-02 16:24  pbartok
25922
25923         * Control.cs:
25924           - Added sanity check to creation of double buffer bitmap
25925
25926 2004-09-02 16:24  pbartok
25927
25928         * ButtonBase.cs:
25929           - Fixed selection of text color
25930           - Fixed handling of resize event; now properly recreates double
25931             buffering bitmap
25932           - Added missing assignment of TextAlignment
25933           - Added proper default for TextAlignment
25934
25935 2004-09-02 14:26  pbartok
25936
25937         * RadioButton.cs:
25938           - Added missing RadioButton.RadioButtonAccessibleObject class
25939
25940 2004-09-02 14:26  pbartok
25941
25942         * Control.cs:
25943           - Added missing Control.ControlAccessibleObject class
25944           - Started to implement Select()ion mechanisms, still very incomplete
25945
25946 2004-09-02 14:25  pbartok
25947
25948         * AccessibleObject.cs:
25949           - Added missing methods
25950
25951 2004-09-02 14:23  pbartok
25952
25953         * AccessibleNavigation.cs, AccessibleSelection.cs:
25954           - Initial check-in
25955
25956 2004-09-02 10:32  jordi
25957
25958         * Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: implements resource
25959           pool for pens, brushes, and hatchbruses
25960
25961 2004-09-01 15:30  jackson
25962
25963         * StatusBar.cs: Fix typo
25964
25965 2004-09-01 14:44  pbartok
25966
25967         * RadioButton.cs:
25968           - Fixed state
25969
25970 2004-09-01 14:39  pbartok
25971
25972         * Button.cs, RadioButton.cs:
25973           - Functional initial check-in
25974
25975 2004-09-01 14:01  pbartok
25976
25977         * CheckBox.cs:
25978           - Added missing default
25979           - Added missing region mark
25980
25981 2004-09-01 09:10  jordi
25982
25983         * Label.cs: fixes method signatures, new methods, events, fixes
25984           autosize
25985
25986 2004-09-01 07:19  jordi
25987
25988         * Control.cs: Init string variables with an empty object
25989
25990 2004-09-01 04:20  jordi
25991
25992         * Control.cs: fires OnFontChanged event
25993
25994 2004-08-31 20:07  pbartok
25995
25996         * ButtonBase.cs:
25997           - Enabled display of strings
25998
25999 2004-08-31 20:05  pbartok
26000
26001         * Form.cs:
26002           - Added (partial) implementation of DialogResult; rest needs to be
26003             implemented when the modal loop code is done
26004
26005 2004-08-31 19:55  pbartok
26006
26007         * CheckBox.cs:
26008           - Fixed to match the removal of the needs_redraw concept
26009
26010 2004-08-31 19:55  pbartok
26011
26012         * ButtonBase.cs:
26013           - Removed the rather odd split between 'needs redraw' and redrawing
26014           - Now handles the events that require regeneration (ambient
26015             properties and size)
26016
26017 2004-08-31 19:41  pbartok
26018
26019         * Control.cs:
26020           - Added firing of BackColorChanged event
26021           - Added TopLevelControl property
26022           - Fixed handling of WM_ERASEBKGRND message
26023
26024 2004-08-31 12:49  pbartok
26025
26026         * ButtonBase.cs:
26027           - Removed debug
26028           - Minor fixes
26029
26030 2004-08-31 12:48  pbartok
26031
26032         * CheckBox.cs:
26033           - Finished (famous last words)
26034
26035 2004-08-31 04:35  jordi
26036
26037         * ScrollBar.cs: adds autorepeat timer, uses a single timer, fixes
26038           scrolling bugs, adds new methods
26039
26040 2004-08-30 14:42  pbartok
26041
26042         * CheckBox.cs:
26043           - Implemented CheckBox drawing code
26044
26045 2004-08-30 14:42  pbartok
26046
26047         * ButtonBase.cs:
26048           - Made Redraw() and CheckRedraw() virtual
26049           - Improved mouse up/down/move logic to properly track buttons
26050
26051 2004-08-30 09:44  pbartok
26052
26053         * CheckBox.cs:
26054           - Updated to fix broken build. Not complete yet.
26055
26056 2004-08-30 09:28  pbartok
26057
26058         * CheckState.cs:
26059           - Initial checkin
26060
26061 2004-08-30 09:17  pbartok
26062
26063         * Appearance.cs:
26064           - Initial check-in
26065
26066 2004-08-27 16:12  ravindra
26067
26068         * ToolBarButton.cs: Added TypeConverter attribute.
26069
26070 2004-08-27 16:07  ravindra
26071
26072         * ImageIndexConverter.cs: Implemented.
26073
26074 2004-08-27 14:17  pbartok
26075
26076         * Control.cs:
26077           - Removed unneeded stack vars
26078           - First attempt to fix sizing issues when layout is suspended
26079
26080 2004-08-25 15:35  jordi
26081
26082         * ScrollBar.cs: more fixes to scrollbar
26083
26084 2004-08-25 14:04  ravindra
26085
26086         * Theme.cs, ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs:
26087           Added the missing divider code and grip for ToolBar Control.
26088
26089 2004-08-25 13:20  pbartok
26090
26091         * Control.cs:
26092           - Control now properly passes the ambient background color to child
26093             controls
26094
26095 2004-08-25 13:20  jordi
26096
26097         * ScrollBar.cs: small bug fix regarding bar position
26098
26099 2004-08-25 12:33  pbartok
26100
26101         * Timer.cs:
26102           - Now only calls SetTimer or KillTimer if the enabled state has
26103           changed
26104
26105 2004-08-25 12:33  pbartok
26106
26107         * XplatUIWin32.cs:
26108           - Fixed timer handling, now seems to work
26109           - Improved error message for window creation
26110
26111 2004-08-25 12:32  pbartok
26112
26113         * Control.cs:
26114           - Fixed generation of MouseUp message
26115
26116 2004-08-25 12:29  jordi
26117
26118         * ProgressBar.cs, ThemeWin32Classic.cs: new methods, properties,
26119           and fixes for progressbar
26120
26121 2004-08-24 18:43  ravindra
26122
26123         * ThemeWin32Classic.cs, ToolBar.cs: Fixed wrapping related issues
26124           in ToolBar control.
26125
26126 2004-08-24 17:15  pbartok
26127
26128         * Panel.cs:
26129           - Added #region
26130           - Added missing events
26131           - Alphabetized
26132
26133 2004-08-24 17:14  pbartok
26134
26135         * StatusBar.cs, PictureBox.cs:
26136           - Now uses Control's CreateParams
26137
26138 2004-08-24 16:36  pbartok
26139
26140         * XplatUIX11.cs:
26141           - Fixed background color handling
26142           - Fixed sending of enter/leave events on a grab
26143
26144 2004-08-24 16:35  pbartok
26145
26146         * X11Structs.cs:
26147           - Refined definitions for CrossingEvent
26148
26149 2004-08-24 12:37  jordi
26150
26151         * ScrollBar.cs, Theme.cs, ThemeGtk.cs, ThemeWin32Classic.cs: fixes
26152           formmating, methods signature, and adds missing events
26153
26154 2004-08-24 12:24  jordi
26155
26156         * Control.cs: fire OnEnabledChanged event
26157
26158 2004-08-24 11:17  pbartok
26159
26160         * XplatUIWin32.cs:
26161           - Implemented SetTimer() and KillTimer()
26162
26163 2004-08-24 11:16  pbartok
26164
26165         * XplatUIX11.cs:
26166           - Now uses Remove instead of Add to kill the timer
26167
26168 2004-08-24 10:16  jackson
26169
26170         * PictureBox.cs, Theme.cs, ThemeWin32Classic.cs: Handle drawing
26171           picture boxes in the theme now. Draw picture box borders and obey
26172           sizing modes
26173
26174 2004-08-24 05:49  jackson
26175
26176         * Timer.cs: Remove top secret debugging code
26177
26178 2004-08-24 05:34  jackson
26179
26180         * PictureBox.cs: Temp hack to make picture boxes draw their full
26181           image
26182
26183 2004-08-24 05:29  jackson
26184
26185         * Timer.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
26186           XplatUIX11.cs: Move timers to the driver level. On X they are
26187           queued by the driver and checked on idle.
26188
26189 2004-08-24 01:07  jackson
26190
26191         * XplatUIX11.cs: Use a queue for async messages instead of passing
26192           them as ClientMessages since that was totally broken. Also simply
26193           check for events and return an idle message if none are found. This
26194           gives us an idle handler, and prevents deadlocking when no messages
26195           are in the queue.
26196
26197 2004-08-23 18:19  ravindra
26198
26199         * XplatUIWin32.cs: Removed the unwanted destructor.
26200
26201 2004-08-23 17:27  pbartok
26202
26203         * ButtonBase.cs:
26204           - Finishing touches. Works now, just needs some optimizations.
26205
26206 2004-08-23 16:53  jordi
26207
26208         * ScrollBar.cs: small fix
26209
26210 2004-08-23 16:45  pbartok
26211
26212         * Application.cs:
26213           - Removed debug output
26214           - Simplifications
26215
26216 2004-08-23 16:43  jordi
26217
26218         * ScrollBar.cs: [no log message]
26219
26220 2004-08-23 16:10  pbartok
26221
26222         * Form.cs:
26223           - Fixed handling of WM_CLOSE message
26224           - Removed debug output
26225
26226 2004-08-23 16:09  pbartok
26227
26228         * Application.cs:
26229           - Added handling of Idle event
26230           - Added handling of form closing
26231           - Fixed reporting of MessageLoop property
26232           - Removed some unneeded code, should provide a bit of a speedup
26233
26234 2004-08-23 15:22  pbartok
26235
26236         * Control.cs:
26237           - Added InitLayout() method
26238           - Added code to properly perform layout when Anchor or Dock property
26239             is changed
26240           - Changed 'interpretation' of ResumeLayout. MS seems to have a
26241             LAMESPEC, tried to do it in a way that makes sense
26242
26243 2004-08-23 14:10  jordi
26244
26245         * HScrollBar.cs, ScrollBar.cs, TrackBar.cs, VScrollBar.cs: fixes
26246           properties and methods
26247
26248 2004-08-23 13:55  pbartok
26249
26250         * Control.cs:
26251           - Properly fixed Jordi's last fix
26252           - Now uses Cursor's Position property instead of calling XplatUI
26253           directly
26254
26255 2004-08-23 13:44  jordi
26256
26257         * PaintEventHandler.cs: Adding missing attribute
26258
26259 2004-08-23 13:39  pbartok
26260
26261         * Cursor.cs:
26262           - Implemented Position property
26263
26264 2004-08-23 13:39  pbartok
26265
26266         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
26267           - Added method to move mouse cursor
26268
26269 2004-08-23 13:39  pbartok
26270
26271         * XplatUIX11.cs:
26272           - Fixed setting of background color
26273           - Added method to move mouse cursor
26274
26275 2004-08-23 13:16  jordi
26276
26277         * Control.cs: avoids null exception
26278
26279 2004-08-22 17:46  jackson
26280
26281         * PictureBox.cs, PictureBoxSizeMode.cs: Initial implementation of
26282           PictureBox
26283
26284 2004-08-22 17:40  jackson
26285
26286         * XplatUIX11.cs: Add some missing locks
26287
26288 2004-08-22 15:10  pbartok
26289
26290         * Control.cs, Form.cs:
26291           - Removed OverlappedWindow style from Control, instead it's default
26292             now is child
26293           - Made form windows OverlappedWindow by default
26294
26295 2004-08-22 13:34  jackson
26296
26297         * ScrollBar.cs: Update the position through the Value property so
26298           the OnValueChanged event is raised.
26299
26300 2004-08-22 12:04  pbartok
26301
26302         * SWF.csproj:
26303           - Added Cursor.cs and UserControl.cs
26304
26305 2004-08-22 12:03  pbartok
26306
26307         * Cursor.cs:
26308           - Started implementation, not usable yet
26309
26310 2004-08-22 12:00  pbartok
26311
26312         * UserControl.cs:
26313           - Implemented UserControl (complete)
26314
26315 2004-08-21 19:20  ravindra
26316
26317         * ToolBar.cs: Correcting the formatting mess of VS.NET.
26318
26319 2004-08-21 18:49  ravindra
26320
26321         * ToolBar.cs: Probably this completes the missing attributes in
26322           toolbar control.
26323
26324 2004-08-21 18:03  ravindra
26325
26326         * ToolBar.cs, ToolBarButton.cs, ToolBarButtonClickEventArgs.cs:
26327           Fixed toolbar control signatures.
26328
26329 2004-08-21 16:32  pbartok
26330
26331         * LinkLabel.cs:
26332           - Signature Fixes
26333
26334 2004-08-21 16:30  pbartok
26335
26336         * Label.cs:
26337           - Signature fixes
26338
26339 2004-08-21 16:19  pbartok
26340
26341         * Control.cs, Label.cs:
26342           - Signature fixes
26343
26344 2004-08-21 15:57  pbartok
26345
26346         * ButtonBase.cs:
26347           - Added loads of debug output for development
26348           - Fixed typo in method name
26349
26350 2004-08-21 15:52  pbartok
26351
26352         * ToolBarButtonClickEventArgs.cs:
26353           - Added missing base class
26354
26355 2004-08-21 14:53  pbartok
26356
26357         * Control.cs:
26358           - Updated to match new GrabWindow signature
26359
26360 2004-08-21 14:51  pbartok
26361
26362         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
26363           - Added method to get default display size
26364
26365 2004-08-21 14:23  pbartok
26366
26367         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
26368           - Added method to query current grab state
26369           - Added argument to allow confining a grab to a window
26370
26371 2004-08-21 14:22  pbartok
26372
26373         * Keys.cs:
26374           - Added [Flags] attribute so that modifiers can be used in bitwise
26375           ops
26376
26377 2004-08-21 14:21  pbartok
26378
26379         * TrackBar.cs, ScrollBar.cs:
26380           - Replaced direct XplatUI calls with their Control counterpart
26381
26382 2004-08-21 13:32  pbartok
26383
26384         * Control.cs:
26385           - Implemented Created property
26386
26387 2004-08-21 13:28  pbartok
26388
26389         * Control.cs:
26390           - Implemented ContainsFocus
26391
26392 2004-08-21 13:26  pbartok
26393
26394         * Control.cs:
26395           - Implemented CausesValidation
26396
26397 2004-08-21 13:21  pbartok
26398
26399         * Control.cs:
26400           - Implemented CanFocus
26401           - Implemented CanSelect
26402           - Implemented Capture
26403
26404 2004-08-21 12:35  pbartok
26405
26406         * XplatUIWin32.cs:
26407           - Fixed bug with Async message handling
26408           - Implemented getting the ModifierKeys
26409
26410 2004-08-21 12:32  jackson
26411
26412         * AsyncMethodResult.cs: Make sure we have the mutex before we
26413           release it. Fixes BeginInvoke on windows
26414
26415 2004-08-21 11:31  pbartok
26416
26417         * XplatUIWin32.cs, XplatUIX11.cs:
26418           - Drivers now return proper mouse state
26419
26420 2004-08-21 10:54  jackson
26421
26422         * Control.cs: Implement EndInvoke
26423
26424 2004-08-21 10:48  jackson
26425
26426         * Timer.cs: Remove unneeded finalizer
26427
26428 2004-08-20 19:52  ravindra
26429
26430         * ThemeWin32Classic.cs, ToolBar.cs, ToolBarButton.cs: Improvments
26431           in mouse event handling in the ToolBar control.
26432
26433 2004-08-20 19:50  ravindra
26434
26435         * ImageList.cs: Changed draw method to use the arguments passed in
26436           to draw the image.
26437
26438 2004-08-20 18:58  pbartok
26439
26440         * XplatUIStructs.cs:
26441           - Added private message for async communication
26442
26443 2004-08-20 17:38  ravindra
26444
26445         * Control.cs: Made RightToLeft property virtual and removed a
26446           Console.WriteLine.
26447
26448 2004-08-20 14:39  jordi
26449
26450         * ThemeGtk.cs: use style_attach
26451
26452 2004-08-20 14:39  pbartok
26453
26454         * XplatUIWin32.cs:
26455           - Added jackson's Async code from X11 to Win32
26456
26457 2004-08-20 14:09  pbartok
26458
26459         * SWF.csproj:
26460           - Added all new files
26461
26462 2004-08-20 14:09  pbartok
26463
26464         * Control.cs:
26465           - Added call to set window background color
26466
26467 2004-08-20 14:03  pbartok
26468
26469         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
26470           - Added method for setting the window background
26471
26472 2004-08-20 14:02  pbartok
26473
26474         * XplatUIWin32.cs:
26475           - Added method for setting the background color
26476           - Added handling for erasing the window background
26477
26478 2004-08-20 13:45  jordi
26479
26480         * TrackBar.cs: fixes timer, new properties and methods
26481
26482 2004-08-20 13:34  jackson
26483
26484         * ScrollBar.cs: Use the SWF timer so callbacks are run in the
26485           correct thread
26486
26487 2004-08-20 13:22  jackson
26488
26489         * Timer.cs: Timer Tick events are now handed through Controls Async
26490           mechanism so the callbacks are executed in the same thread as X
26491
26492 2004-08-20 13:19  jackson
26493
26494         * XplatUIDriver.cs: Expose functionality to send async messages
26495           through the driver
26496
26497 2004-08-20 13:18  jackson
26498
26499         * Control.cs: Implement Begininvoke
26500
26501 2004-08-20 13:14  jackson
26502
26503         * XplatUI.cs, XplatUIWin32.cs: Expose functionality to send async
26504           messages through the driver
26505
26506 2004-08-20 13:12  jackson
26507
26508         * XplatUIX11.cs: Lock before all X operations. Also added Async
26509           method functionality through XSendEvent
26510
26511 2004-08-20 13:11  jackson
26512
26513         * X11Structs.cs: Use IntPtrs for ClientMessage extra data (TODO:
26514           This will screw up on 64 bit systems)
26515
26516 2004-08-20 13:10  jackson
26517
26518         * AsyncMethodData.cs, AsyncMethodResult.cs: Classes for sending
26519           Async messages through X/Win32
26520
26521 2004-08-19 19:39  pbartok
26522
26523         * XplatUIX11.cs:
26524           - Updated code to match new HandleData.DeviceContext type
26525
26526 2004-08-19 19:38  pbartok
26527
26528         * HandleData.cs:
26529           - Made DeviceContext a generic object to allow usage from various
26530           drivers
26531           - Added support for queueing Windows messages
26532
26533 2004-08-19 19:37  pbartok
26534
26535         * XplatUIWin32.cs:
26536           - Added generation of MouseEnter, MouseLeave and MouseHover events
26537           - Added cleanup on EndPaint
26538
26539 2004-08-19 19:17  pbartok
26540
26541         * Control.cs:
26542           - Added handling of WM_MOUSEHOVER
26543           - Worked around 'bug' in Win32 WM_MOUSE_ENTER/WM_MOUSE_LEAVE driver
26544           code
26545
26546 2004-08-19 18:55  jordi
26547
26548         * ThemeGtk.cs: fixes button order
26549
26550 2004-08-19 18:12  jordi
26551
26552         * Theme.cs, ThemeWin32Classic.cs: fixes methods signature
26553
26554 2004-08-19 17:09  pbartok
26555
26556         * Control.cs:
26557           - Added Right property
26558           - Added RightToLeft property
26559
26560 2004-08-19 16:27  jordi
26561
26562         * ThemeGtk.cs: experimental GTK theme support
26563
26564 2004-08-19 16:26  jordi
26565
26566         * ITheme.cs, Theme.cs: move themes from an interface to a class
26567
26568 2004-08-19 16:25  jordi
26569
26570         * Control.cs, ScrollBar.cs, ThemeEngine.cs, ThemeWin32Classic.cs:
26571           theme enhancaments
26572
26573 2004-08-19 16:04  pbartok
26574
26575         * XplatUIX11.cs:
26576           - Added colormap basics
26577           - Added a way to re-initialize with a different display handle
26578           - Fixed setting of the window background color
26579           - Added various X11 imports related to colors and colormaps
26580
26581 2004-08-19 15:51  pbartok
26582
26583         * X11Structs.cs:
26584           - Removed packing hints (Paolo suggested this a while back)
26585           - fixed colormap type
26586           - Added default Atom types
26587           - Added Screen and color structs and enums
26588
26589 2004-08-19 15:39  pbartok
26590
26591         * ImageList.cs:
26592           - Added missing Draw() method
26593           - Added missing RecreateHandle event
26594
26595 2004-08-19 15:30  pbartok
26596
26597         * Form.cs:
26598           - Added handling of WM_CLOSE
26599
26600 2004-08-18 13:16  jordi
26601
26602         * ITheme.cs, ThemeWin32Classic.cs, XplatUIWin32.cs: Move colors to
26603           a table
26604
26605 2004-08-18 09:56  jordi
26606
26607         * ScrollBar.cs: fixes to scrollbar: steps and multiple timers
26608
26609 2004-08-17 15:31  ravindra
26610
26611         * SWF.csproj: Updated project.
26612
26613 2004-08-17 15:25  pbartok
26614
26615         * Control.cs:
26616           - Drawing improvement; don't call UpdateBounds if we are not visible
26617             (or have been minimized)
26618
26619 2004-08-17 15:24  pbartok
26620
26621         * XplatUIWin32.cs:
26622           - Finished IsVisible
26623           - Added Win32GetWindowPlacement
26624
26625 2004-08-17 15:08  jackson
26626
26627         * Panel.cs: Initial checkin of the Panel
26628
26629 2004-08-17 14:25  pbartok
26630
26631         * Control.cs:
26632           - Fixed broken handling of default window sizes
26633
26634 2004-08-17 13:29  jackson
26635
26636         * ThemeWin32Classic.cs: Don't use KnownColor to create colours. It
26637           has a large startup time.
26638
26639 2004-08-17 10:25  jackson
26640
26641         * HandleData.cs: union areas properly
26642
26643 2004-08-17 10:12  jackson
26644
26645         * HandleData.cs: union areas properly
26646
26647 2004-08-16 20:00  ravindra
26648
26649         * ToolBar.cs, ToolBarButton.cs: Added attributes.
26650
26651 2004-08-16 18:48  ravindra
26652
26653         * ToolBar.cs: Added attributes.
26654
26655 2004-08-16 17:17  ravindra
26656
26657         * SWF.csproj: Updated project.
26658
26659 2004-08-16 17:16  jackson
26660
26661         * XplatUIX11.cs: Check for more expose events before sending a
26662           WM_PAINT so they can all be grouped together. This makes dragging a
26663           window across another window redraw in a sane way.
26664
26665 2004-08-16 15:47  pbartok
26666
26667         * Control.cs:
26668           - Added handling of WM_MOUSE_ENTER & WM_MOUSE_LEAVE to
26669             support OnMouseEnter/Leave()
26670           - Added WS_CLIPSIBLINGS and WS_CLIPCHILDREN window styles to improve
26671             exposure handling
26672
26673 2004-08-16 15:46  pbartok
26674
26675         * XplatUIStructs.cs, XplatUIX11.cs:
26676           - Added WM_MOUSE_ENTER & WM_MOUSE_LEAVE to support
26677           OnMouseEnter/Leave()
26678
26679 2004-08-16 15:34  jackson
26680
26681         * XplatUIX11.cs: Group multiple expose events in HandleData, make
26682           sure messages get the message field set to WM_NULL if they are not
26683           handled.
26684
26685 2004-08-16 15:24  jackson
26686
26687         * HandleData.cs: HandleData is used for storing message information
26688           for window handles
26689
26690 2004-08-15 17:23  ravindra
26691
26692         * ColorDepth.cs: Added attribute.
26693
26694 2004-08-15 17:23  ravindra
26695
26696         * SWF.csproj: Updated project for ToolBar Control.
26697
26698 2004-08-15 17:20  ravindra
26699
26700         * ITheme.cs, ThemeWin32Classic.cs: Changes to Theme for ToolBar
26701           control and also dos2unix format.
26702
26703 2004-08-15 17:13  ravindra
26704
26705         * ToolBar.cs, ToolBarAppearance.cs, ToolBarButton.cs,
26706           ToolBarButtonClickEventArgs.cs,
26707           ToolBarButtonClickEventHandler.cs, ToolBarButtonStyle.cs,
26708           ToolBarTextAlign.cs: First Implementation of ToolBar control.
26709
26710 2004-08-15 15:31  pbartok
26711
26712         * ButtonBase.cs:
26713           - First (mostly) working version
26714
26715 2004-08-13 16:15  pbartok
26716
26717         * Control.cs:
26718           - Fixed Anchor default
26719
26720 2004-08-13 15:43  pbartok
26721
26722         * Control.cs:
26723           - Changed GetCursorPos signature
26724
26725 2004-08-13 15:42  pbartok
26726
26727         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs:
26728           - Changed signature for GetCursorPos
26729
26730 2004-08-13 15:25  pbartok
26731
26732         * XplatUIX11.cs:
26733           - Cleanup
26734           - Fixed resizing/exposure handling
26735
26736 2004-08-13 15:22  jordi
26737
26738         * ThemeWin32Classic.cs: removes redundant code and fixes issues
26739           with tickposition
26740
26741 2004-08-13 14:55  jordi
26742
26743         * TrackBar.cs: change from wndproc to events
26744
26745 2004-08-13 13:00  jordi
26746
26747         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
26748           XplatUIX11.cs: implements PointToClient (ScreenToClient)
26749
26750 2004-08-13 12:53  pbartok
26751
26752         * XplatUIWin32.cs:
26753           - Changed GetWindowPos to also provide client area size
26754           - Fixed broken prototypes for several win32 functions
26755
26756 2004-08-13 12:53  pbartok
26757
26758         * XplatUI.cs, XplatUIDriver.cs:
26759           - Changed GetWindowPos to also provide client area size
26760
26761 2004-08-13 12:52  pbartok
26762
26763         * XplatUIX11.cs:
26764           - Added generation of WM_POSCHANGED
26765           - Changed GetWindowPos to also provide client area size
26766
26767 2004-08-13 12:52  pbartok
26768
26769         * Control.cs:
26770           - Added Dispose() and destructor
26771           - Fixed resizing and bounds calculation
26772           - Fixed Layout
26773           - Added memory savings for invisible windows
26774
26775 2004-08-13 12:46  jordi
26776
26777         * TrackBar.cs: adds timer and grap window
26778
26779 2004-08-13 10:25  jackson
26780
26781         * Timer.cs: SWF Timer
26782
26783 2004-08-12 16:59  pbartok
26784
26785         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
26786           - Implemented method to get current mouse position
26787
26788 2004-08-12 14:29  jordi
26789
26790         * ITheme.cs, ThemeWin32Classic.cs, TrackBar.cs: Trackbar
26791           enhancement, fix mouse problems, highli thumb, etc
26792
26793 2004-08-12 13:31  pbartok
26794
26795         * Control.cs:
26796           - Fixed Anchoring bugs
26797
26798 2004-08-12 13:01  jackson
26799
26800         * StatusBar.cs: Don't forget things
26801
26802 2004-08-12 12:54  jackson
26803
26804         * ThemeWin32Classic.cs: Handle owner draw status bars
26805
26806 2004-08-12 12:54  jackson
26807
26808         * StatusBar.cs: Implement missing properties, events, and methods.
26809           Handle mouse clicking
26810
26811 2004-08-12 10:19  jackson
26812
26813         * StatusBarPanelClickEventArgs.cs,
26814           StatusBarPanelClickEventHandler.cs: Classes for handling status
26815           bar panel click events
26816
26817 2004-08-12 10:10  jackson
26818
26819         * Control.cs: Add missing properties
26820
26821 2004-08-12 09:46  pbartok
26822
26823         * BindingsManagerBase.cs:
26824           - Name changed to BindingManagerBase.cs
26825
26826 2004-08-12 09:25  jordi
26827
26828         * ScrollableControl.cs: calls ctrlbase instead of exeception
26829
26830 2004-08-11 16:28  pbartok
26831
26832         * InputLanguageChangingEventArgs.cs:
26833           - Never check in before compiling. Fixes the last check-in
26834
26835 2004-08-11 16:26  pbartok
26836
26837         * InputLanguageChangingEventArgs.cs:
26838           - More signature fixes
26839
26840 2004-08-11 16:20  pbartok
26841
26842         * BindingManagerBase.cs, BindingMemberInfo.cs, ContainerControl.cs,
26843           Control.cs, ControlEventArgs.cs, ControlPaint.cs, Form.cs,
26844           ImageListStreamer.cs, InputLanguage.cs,
26845           InputLanguageChangedEventArgs.cs,
26846           InputLanguageChangingEventArgs.cs, Keys.cs, LayoutEventArgs.cs,
26847           LinkArea.cs, Message.cs, MouseEventArgs.cs, NativeWindow.cs,
26848           ScrollEventArgs.cs, ScrollableControl.cs, XplatUI.cs,
26849           XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
26850           - Signature fixes
26851
26852 2004-08-11 16:16  pbartok
26853
26854         * Application.cs:
26855           - Fixed Signature
26856           - Added .Net 1.1 method
26857
26858 2004-08-11 15:25  pbartok
26859
26860         * SWF.csproj:
26861           - Fixed BindingManagerBase.cs filename
26862
26863 2004-08-11 15:22  pbartok
26864
26865         * BindingManagerBase.cs:
26866           - Was checked in with wrong filename
26867
26868 2004-08-11 14:50  pbartok
26869
26870         * SWF.csproj:
26871           - Updated
26872
26873 2004-08-11 13:41  jordi
26874
26875         * XplatUIWin32.cs: Fixes ClientRect
26876
26877 2004-08-11 13:19  pbartok
26878
26879         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
26880           XplatUIX11.cs:
26881           - We had SetWindowPos and MoveWindow to set window positions and
26882             size, removed MoveWindow. We have GetWindowPos, so it made sense to
26883             keep SetWindowPos as matching counterpart
26884           - Added some X11 sanity checking
26885
26886 2004-08-11 12:59  pbartok
26887
26888         * Control.cs:
26889           - Major cleanup of my SetBounds/SetBoundsCore/UpdateBounds mess
26890             (It seems that SetBounds is just a front for SetBoundsCore and
26891              SetBoundsCore updates the underlying window system and
26892              UpdateBounds is responsible for updating the variables associated
26893              with the Control and sending the events)
26894           - Major cleanup of Size handling; we now have two sizes, client_size
26895             and bounds. Bounds defines the window with decorations, client_size
26896             without them.
26897
26898 2004-08-11 12:55  pbartok
26899
26900         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
26901           - Added method to calculate difference between decorated window and
26902             raw client area
26903
26904 2004-08-11 12:54  pbartok
26905
26906         * Label.cs:
26907           - Forcing redraw on resize
26908
26909 2004-08-11 11:43  pbartok
26910
26911         * ImageList.cs:
26912           - Removed disposing of the actual images when the list is disposed
26913
26914 2004-08-11 09:13  pbartok
26915
26916         * Control.cs:
26917           - Now properly reparents windows
26918
26919 2004-08-11 08:37  pbartok
26920
26921         * Control.cs:
26922           - Duh!
26923
26924 2004-08-11 07:47  pbartok
26925
26926         * Control.cs:
26927           - Rewrote the collection stuff. Might not be as fast now, not
26928             keeping the number of children around and accessible directly, but
26929             it's more straightforward
26930
26931 2004-08-11 07:44  pbartok
26932
26933         * AccessibleObject.cs:
26934           - Fixed to match ControlCollection rewrite
26935
26936 2004-08-11 07:43  pbartok
26937
26938         * ImageList.cs:
26939           - Added missing creation of the collection list
26940
26941 2004-08-10 20:08  jackson
26942
26943         * StatusBar.cs: Get the paint message from WndProc
26944
26945 2004-08-10 19:31  jackson
26946
26947         * ThemeWin32Classic.cs: Create Brushes as little as possible
26948
26949 2004-08-10 19:20  jackson
26950
26951         * UICues.cs: Add Flags attribute
26952
26953 2004-08-10 19:19  jackson
26954
26955         * StatusBarPanel.cs: Signature cleanup
26956
26957 2004-08-10 19:10  jackson
26958
26959         * StatusBarDrawItemEventArgs.cs, StatusBarDrawItemEventHandler.cs:
26960           Initial implementation of status bar item drawing
26961
26962 2004-08-10 17:27  jordi
26963
26964         * TrackBar.cs: add missing methods, properties, and restructure to
26965           hide extra ones
26966
26967 2004-08-10 16:24  jackson
26968
26969         * AccessibleStates.cs, Border3DSide.cs, Border3DStyle.cs,
26970           ButtonState.cs, ControlStyles.cs, DragDropEffects.cs: Add flags
26971           attribute
26972
26973 2004-08-10 13:21  jordi
26974
26975         * ITheme.cs, ScrollBar.cs, ThemeWin32Classic.cs: scrollbar
26976           enhancements and standarize on win colors defaults
26977
26978 2004-08-10 12:52  jackson
26979
26980         * DrawItemEventArgs.cs, DrawItemState.cs, ITheme.cs,
26981           ThemeWin32Classic.cs: Implement DrawItem functionality
26982
26983 2004-08-10 12:47  jordi
26984
26985         * XplatUIWin32.cs: Calls InvalidateRect before UpdateWindow
26986
26987 2004-08-10 12:32  jordi
26988
26989         * Control.cs: throw ontextchange event
26990
26991 2004-08-10 11:43  pbartok
26992
26993         * Control.cs:
26994           - Added more to the still unfinished Dock/Anchor layout code
26995
26996 2004-08-10 11:39  pbartok
26997
26998         * XplatUI.cs, XplatUIDriver.cs, XplatUIX11.cs:
26999           - Added GetWindowPos method
27000
27001 2004-08-10 11:36  pbartok
27002
27003         * XplatUIWin32.cs:
27004           - Implemented several methods
27005
27006 2004-08-10 09:47  jackson
27007
27008         * TrackBar.cs: Allow control to handle buffering
27009
27010 2004-08-10 09:41  jackson
27011
27012         * ProgressBar.cs, ScrollBar.cs: Allow control to handle buffering
27013
27014 2004-08-10 09:24  jackson
27015
27016         * Label.cs, LinkLabel.cs: Let Control handle buffering.
27017
27018 2004-08-10 09:09  jackson
27019
27020         * StatusBar.cs: Let Control handle all the buffering.
27021
27022 2004-08-10 09:08  jackson
27023
27024         * Control.cs: Control will now handle the buffering code, so each
27025           control does not have to implement this.
27026
27027 2004-08-10 08:34  jackson
27028
27029         * XplatUIDriver.cs: Use default colors from the theme
27030
27031 2004-08-09 17:12  pbartok
27032
27033         * ImageList.cs:
27034           - Fixed several bugs Ravindra pointed out
27035
27036 2004-08-09 16:11  pbartok
27037
27038         * Control.cs:
27039           - Added incomplete dock layout code
27040           - Added support for mouse wheel
27041
27042 2004-08-09 16:09  pbartok
27043
27044         * XplatUIX11.cs:
27045           - Added handling for middle and right mousebutton
27046           - Added handling for mouse wheel
27047           - Added handling for key state and mouse state and position
27048           - Now properly generates WM_xBUTTONx messages and WM_MOUSEWHEEL
27049           messages
27050
27051 2004-08-09 15:40  jackson
27052
27053         * StatusBarPanel.cs, StatusBarPanelAutoSize.cs,
27054           StatusBarPanelBorderStyle.cs, StatusBarPanelStyle.cs: Initial
27055           checkin
27056
27057 2004-08-09 15:37  jackson
27058
27059         * StatusBar.cs: Initial implementation of StatusBar
27060
27061 2004-08-09 15:36  jackson
27062
27063         * ITheme.cs: Add support for drawing status bar and getting status
27064           bar item sizes
27065
27066 2004-08-09 15:35  pbartok
27067
27068         * MouseButtons.cs:
27069           - Fixed values
27070
27071 2004-08-09 15:34  jackson
27072
27073         * ThemeWin32Classic.cs: Add support for drawing status bar and get
27074           status bar item sizes
27075
27076 2004-08-09 15:21  jackson
27077
27078         * ThemeWin32Classic.cs: Use known colors for default control
27079           colours
27080
27081 2004-08-09 15:12  jackson
27082
27083         * ThemeWin32Classic.cs: Make the default font static, it is static
27084           in control so this doesn't change functionality and creating fonts
27085           is sloooooow.
27086
27087 2004-08-09 14:56  pbartok
27088
27089         * X11Structs.cs:
27090           - Added GrabMode enum
27091
27092 2004-08-09 14:55  pbartok
27093
27094         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
27095           - Removed Run method, was only required for initial development
27096
27097 2004-08-09 14:51  pbartok
27098
27099         * XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs, XplatUIX11.cs:
27100           - Implemented GrabWindow/ReleaseWindow methods to allow pointer
27101           capture
27102
27103 2004-08-09 13:48  pbartok
27104
27105         * XplatUIX11.cs:
27106           - Fixed default sizing for child windows
27107
27108 2004-08-09 12:56  pbartok
27109
27110         * XplatUIX11.cs:
27111           - Added generation of WM_DESTROY message
27112           - Added handling of window manager induced shutdown
27113
27114 2004-08-09 11:31  jackson
27115
27116         * ThemeWin32Classic.cs: New names for control properties
27117
27118 2004-08-09 11:25  jackson
27119
27120         * Control.cs: Use new color names
27121
27122 2004-08-09 11:02  jackson
27123
27124         * XplatUI.cs: Get default window properties from the theme
27125
27126 2004-08-09 11:01  jackson
27127
27128         * ITheme.cs: The theme engine now controls default window
27129           properties
27130
27131 2004-08-09 11:00  jackson
27132
27133         * ThemeWin32Classic.cs: Add default window color properties
27134
27135 2004-08-09 10:17  jackson
27136
27137         * ThemeWin32Classic.cs: Use correct default back color
27138
27139 2004-08-09 10:05  jackson
27140
27141         * XplatUIWin32.cs, XplatUIX11.cs: These properties are handled by
27142           the theme now.
27143
27144 2004-08-09 09:56  jackson
27145
27146         * XplatUI.cs: Remove defaults, these are handled by the theme now.
27147
27148 2004-08-09 09:54  jackson
27149
27150         * Control.cs: Get default properties from the theme.
27151
27152 2004-08-09 09:53  jackson
27153
27154         * ITheme.cs: Themes now handle default control properties
27155
27156 2004-08-09 09:53  jackson
27157
27158         * ThemeWin32Classic.cs: Themes now handle default control
27159           properties so coloring will be consistent
27160
27161 2004-08-08 16:54  jordi
27162
27163         * ITheme.cs, ThemeWin32Classic.cs: Label BorderStyles
27164
27165 2004-08-08 15:08  jordi
27166
27167         * XplatUIX11.cs: fixes keyboard crash
27168
27169 2004-08-08 13:47  jordi
27170
27171         * Label.cs: add cvs header info
27172
27173 2004-08-08 12:09  jackson
27174
27175         * ThemeWin32Classic.cs: Add pen_buttonface
27176
27177 2004-08-08 11:52  jordi
27178
27179         * Label.cs, LinkLabel.cs: [no log message]
27180
27181 2004-08-08 11:34  jordi
27182
27183         * ThemeWin32Classic.cs: Use Windows Standard Colours
27184
27185 2004-08-07 17:32  jordi
27186
27187         * TrackBar.cs: throw exceptions of invalid enums values
27188
27189 2004-08-07 17:31  jordi
27190
27191         * Label.cs, LinkLabel.cs, ThemeWin32Classic.cs: fixes label bug and
27192           draw method name
27193
27194 2004-08-07 16:56  jackson
27195
27196         * HorizontalAlignment.cs: Initial checkin
27197
27198 2004-08-07 13:16  jordi
27199
27200         * Label.cs, LinkLabel.cs: throw exceptions, fixes events, missing
27201           methods
27202
27203 2004-08-07 13:05  jordi
27204
27205         * ITheme.cs, ThemeWin32Classic.cs: Theme colour support and
27206           GetSysColor defines
27207
27208 2004-08-06 18:01  pbartok
27209
27210         * ThemeWin32Classic.cs:
27211           - Fixed some rounding issues with float/int
27212
27213 2004-08-06 18:00  jackson
27214
27215         * DockStyle.cs, AnchorStyles.cs:
27216
27217                   Add flags and serializable attributes.
27218
27219 2004-08-06 17:46  pbartok
27220
27221         * XplatUIX11.cs:
27222           - Implemented GetParent
27223
27224 2004-08-06 17:18  pbartok
27225
27226         * TrackBar.cs:
27227           - Fixed some rounding issues with float/int
27228
27229 2004-08-06 17:17  pbartok
27230
27231         * X11Structs.cs, XplatUIX11.cs:
27232           - Fixed Refresh and Invalidate
27233
27234 2004-08-06 15:30  pbartok
27235
27236         * Control.cs, X11Structs.cs, XplatUIX11.cs:
27237           - Fixed recursive loop when resizing
27238           - Improved/fixed redrawing on expose messages
27239
27240 2004-08-06 09:53  jordi
27241
27242         * Control.cs, X11Structs.cs, XplatUIWin32.cs, XplatUIX11.cs: X11
27243           keyboard navigation
27244
27245 2004-08-06 08:02  pbartok
27246
27247         * X11Structs.cs, XplatUIX11.cs:
27248           - Fixed reparenting
27249           - Fixed window border creation
27250
27251 2004-08-05 15:38  pbartok
27252
27253         * XplatUIX11.cs:
27254           - Attempted fix for reparenting problems
27255
27256 2004-08-04 15:14  pbartok
27257
27258         * Control.cs:
27259           - Fixed Invalidation bug (calculated wrong client area)
27260           - Added ClientSize setter
27261
27262 2004-08-04 15:13  pbartok
27263
27264         * Form.cs:
27265           - Added AutoScale properties
27266
27267 2004-08-04 15:13  pbartok
27268
27269         * SWF.csproj:
27270           - Added latest files
27271
27272 2004-08-04 14:11  pbartok
27273
27274         * Control.cs, XplatUI.cs, XplatUIDriver.cs, XplatUIWin32.cs,
27275           XplatUIX11.cs:
27276           - Added Invalidate handling
27277
27278 2004-08-03 17:09  jordi
27279
27280         * XplatUIDriver.cs: fixes spelling mistake
27281
27282 2004-07-27 09:53  jordi
27283
27284         * TrackBar.cs: fixes trackbar events, def classname, methods
27285           signature
27286
27287 2004-07-27 09:29  jordi
27288
27289         * ScrollBar.cs: fixes scrollbar events
27290
27291 2004-07-27 04:38  jordi
27292
27293         * Control.cs: changes to be able to run winforms samples
27294
27295 2004-07-26 11:42  jordi
27296
27297         * ControlPaint.cs, ITheme.cs, ProgressBar.cs, ScrollBar.cs,
27298           ThemeEngine.cs, ThemeWin32Classic.cs, TrackBar.cs: Theme support
27299
27300 2004-07-26 05:41  jordi
27301
27302         * MessageBox.cs, MessageBoxButtons.cs, MessageBoxDefaultButton.cs,
27303           MessageBoxIcon.cs, MessageBoxOptions.cs: initial messagebox
27304           implementation
27305
27306 2004-07-22 09:22  jordi
27307
27308         * LinkLabel.cs, LinkLabelLinkClickedEventHandler.cs: link label:
27309           check link overlapping, implement events, and fixes
27310
27311 2004-07-21 10:28  jordi
27312
27313         * DialogResult.cs, IButtonControl.cs: fixes comments filenames
27314
27315 2004-07-21 10:19  jordi
27316
27317         * DialogResult.cs, IButtonControl.cs, Label.cs, LinkArea.cs,
27318           LinkBehavior.cs, LinkClickedEventArgs.cs, LinkLabel.cs,
27319           LinkLabelLinkClickedEventArgs.cs,
27320           LinkLabelLinkClickedEventHandler.cs, LinkState.cs,
27321           XplatUIWin32.cs, LinkClickedEventHandler.cs: LinkLabel control
27322           implementation
27323
27324 2004-07-19 13:09  jordi
27325
27326         * Control.cs, Label.cs: label control re-written: added missing
27327           functionlity, events, and properties
27328
27329 2004-07-19 10:49  jordi
27330
27331         * Control.cs: fixes SetBounds logic
27332
27333 2004-07-19 01:29  jordi
27334
27335         * Control.cs: Call RefreshWindow only if the window has created
27336
27337 2004-07-15 14:05  pbartok
27338
27339         * ColorDepth.cs, ImageList.cs, ImageListStreamer.cs, SWF.csproj:
27340           - Implemented ImageList and ImageList.ImageCollection classes
27341           - Added ColorDepth enumeration
27342           - Updated SWF VS.Net project
27343
27344 2004-07-15 11:06  jordi
27345
27346         * XplatUIStructs.cs: added MsgButons enum
27347
27348 2004-07-15 11:03  jordi
27349
27350         * Control.cs: added basic mouse handeling events
27351
27352 2004-07-15 03:38  jordi
27353
27354         * Orientation.cs, TickStyle.cs, TrackBar.cs: Horizontal and
27355           Vertical TrackBar control implementation
27356
27357 2004-07-13 09:33  jordi
27358
27359         * HScrollBar.cs, VScrollBar.cs: vertical and hort. classes commit
27360
27361 2004-07-13 09:31  jordi
27362
27363         * Control.cs, Form.cs: commit: new properties and fixes form size
27364           problems
27365
27366 2004-07-09 14:13  miguel
27367
27368         * ProgressBar.cs: Spelling
27369
27370 2004-07-09 11:25  pbartok
27371
27372         * ProgressBar.cs:
27373           - Removed usage of Rectangle for drawing. Miguel pointed out it's
27374           faster
27375
27376 2004-07-09 11:17  miguel
27377
27378         * ProgressBar.cs: 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
27379
27380                 * ProgressBar.cs: Fixed spelling for `block'
27381
27382                 drawProgressBar: renamed to `DrawProgressBar' to follow the coding
27383                 style guidelines.
27384
27385                 Avoid using the += on rect.X, that exposed a bug in the compiler.
27386
27387 2004-07-08 23:21  pbartok
27388
27389         * AccessibleObject.cs, AccessibleRole.cs, AccessibleStates.cs,
27390           AnchorStyles.cs, Application.cs, ApplicationContext.cs,
27391           BaseCollection.cs, Binding.cs, BindingContext.cs,
27392           BindingMemberInfo.cs, BindingsCollection.cs,
27393           BindingsManagerBase.cs, Border3DSide.cs, Border3DStyle.cs,
27394           BorderStyle.cs, BoundsSpecified.cs, ButtonBorderStyle.cs,
27395           ButtonState.cs, CaptionButton.cs, CheckBox.cs,
27396           ContainerControl.cs, Control.cs, ControlEventArgs.cs,
27397           ControlEventHandler.cs, ControlPaint.cs, ControlStyles.cs,
27398           ConvertEventArgs.cs, ConvertEventHandler.cs, Copyright,
27399           CreateParams.cs, DockStyle.cs, DragAction.cs, DragDropEffects.cs,
27400           DragEventArgs.cs, DragEventHandler.cs, FlatStyle.cs, Form.cs,
27401           FrameStyle.cs, GiveFeedbackEventArgs.cs,
27402           GiveFeedbackEventHandler.cs, HelpEventArgs.cs,
27403           HelpEventHandler.cs, IContainerControl.cs, IDataObject.cs,
27404           IMessageFilter.cs, IWin32Window.cs, ImeMode.cs, InputLanguage.cs,
27405           InputLanguageChangedEventArgs.cs,
27406           InputLanguageChangedEventHandler.cs,
27407           InputLanguageChangingEventArgs.cs,
27408           InputLanguageChangingEventHandler.cs, InputLanguageCollection.cs,
27409           InvalidateEventArgs.cs, InvalidateEventHandler.cs,
27410           KeyEventArgs.cs, KeyEventHandler.cs, KeyPressEventArgs.cs,
27411           KeyPressEventHandler.cs, Keys.cs, Label.cs, LayoutEventArgs.cs,
27412           LayoutEventHandler.cs, MenuGlyph.cs, Message.cs, MouseButtons.cs,
27413           MouseEventArgs.cs, MouseEventHandler.cs, NativeWindow.cs,
27414           PaintEventArgs.cs, PaintEventHandler.cs, ProgressBar.cs,
27415           QueryAccessibilityHelpEventArgs.cs,
27416           QueryAccessibilityHelpEventHandler.cs,
27417           QueryContinueDragEventArgs.cs, QueryContinueDragEventHandler.cs,
27418           RightToLeft.cs, SWF.csproj, SWF.csproj.user, ScrollBar.cs,
27419           ScrollBars.cs, ScrollButton.cs, ScrollEventArgs.cs,
27420           ScrollEventHandler.cs, ScrollEventType.cs, ScrollableControl.cs,
27421           TODO, TODOAttribute.cs, UICues.cs, UICuesEventArgs.cs,
27422           UICuesEventHandler.cs, X11Structs.cs, XplatUI.cs,
27423           XplatUIDriver.cs, XplatUIStructs.cs, XplatUIWin32.cs,
27424           XplatUIX11.cs, lang.cs:
27425           - Initial check-in
27426
27427